[][src]Crate rusoto_mediastore

An AWS Elemental MediaStore container is a namespace that holds folders and objects. You use a container endpoint to create, read, and delete objects.

If you're using the service, you're probably looking for MediaStoreClient and MediaStore.

Structs

Container

This section describes operations that you can perform on an AWS Elemental MediaStore container.

CorsRule

A rule for a CORS policy. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed.

CreateContainerInput
CreateContainerOutput
DeleteContainerInput
DeleteContainerOutput
DeleteContainerPolicyInput
DeleteContainerPolicyOutput
DeleteCorsPolicyInput
DeleteCorsPolicyOutput
DeleteLifecyclePolicyInput
DeleteLifecyclePolicyOutput
DescribeContainerInput
DescribeContainerOutput
GetContainerPolicyInput
GetContainerPolicyOutput
GetCorsPolicyInput
GetCorsPolicyOutput
GetLifecyclePolicyInput
GetLifecyclePolicyOutput
ListContainersInput
ListContainersOutput
ListTagsForResourceInput
ListTagsForResourceOutput
MediaStoreClient

A client for the MediaStore API.

PutContainerPolicyInput
PutContainerPolicyOutput
PutCorsPolicyInput
PutCorsPolicyOutput
PutLifecyclePolicyInput
PutLifecyclePolicyOutput
StartAccessLoggingInput
StartAccessLoggingOutput
StopAccessLoggingInput
StopAccessLoggingOutput
Tag

A collection of tags associated with a container. Each tag consists of a key:value pair, which can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each container. For more information about tagging, including naming and usage conventions, see Tagging Resources in MediaStore.

TagResourceInput
TagResourceOutput
UntagResourceInput
UntagResourceOutput

Enums

CreateContainerError

Errors returned by CreateContainer

DeleteContainerError

Errors returned by DeleteContainer

DeleteContainerPolicyError

Errors returned by DeleteContainerPolicy

DeleteCorsPolicyError

Errors returned by DeleteCorsPolicy

DeleteLifecyclePolicyError

Errors returned by DeleteLifecyclePolicy

DescribeContainerError

Errors returned by DescribeContainer

GetContainerPolicyError

Errors returned by GetContainerPolicy

GetCorsPolicyError

Errors returned by GetCorsPolicy

GetLifecyclePolicyError

Errors returned by GetLifecyclePolicy

ListContainersError

Errors returned by ListContainers

ListTagsForResourceError

Errors returned by ListTagsForResource

PutContainerPolicyError

Errors returned by PutContainerPolicy

PutCorsPolicyError

Errors returned by PutCorsPolicy

PutLifecyclePolicyError

Errors returned by PutLifecyclePolicy

StartAccessLoggingError

Errors returned by StartAccessLogging

StopAccessLoggingError

Errors returned by StopAccessLogging

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

Traits

MediaStore

Trait representing the capabilities of the MediaStore API. MediaStore clients implement this trait.