Module Smaws_Client_MediaStore.CreateContainer

Creates a storage container to hold objects. A container is similar to a bucket in the Amazon S3 service.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ContainerInUseException of Types.container_in_use_exception | `InternalServerError of Types.internal_server_error | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_container_input -> (Types.create_container_output, [> Smaws_Lib.Protocols.AwsJson.error | `ContainerInUseException of Types.container_in_use_exception | `InternalServerError of Types.internal_server_error | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result