AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteStorageConfigurationAsync.

Namespace: Amazon.IVSRealTime
Assembly: AWSSDK.IVSRealTime.dll
Version: 3.x.y.z

Syntax

C#
public virtual DeleteStorageConfigurationResponse DeleteStorageConfiguration(
         DeleteStorageConfigurationRequest request
)

Parameters

request
Type: Amazon.IVSRealTime.Model.DeleteStorageConfigurationRequest

Container for the necessary parameters to execute the DeleteStorageConfiguration service method.

Return Value


The response from the DeleteStorageConfiguration service method, as returned by IVSRealTime.

Exceptions

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also