ivsrealtime / Client / delete_storage_configuration

delete_storage_configuration#

ivsrealtime.Client.delete_storage_configuration(**kwargs)#

Deletes the storage configuration for the specified ARN.

If you try to delete a storage configuration that is used by a Composition, you will get an error (409 ConflictException). To avoid this, for all Compositions that reference the storage configuration, first use StopComposition and wait for it to complete, then use DeleteStorageConfiguration.

See also: AWS API Documentation

Request Syntax

response = client.delete_storage_configuration(
    arn='string'
)
Parameters:

arn (string) –

[REQUIRED]

ARN of the storage configuration to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions