Module Awso_mediastore.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ObjectGroup : sig ... end
Sourcemodule ObjectGroupName : sig ... end
Sourcemodule Header : sig ... end
Sourcemodule MethodName : sig ... end
Sourcemodule Origin : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule MetricPolicyRule : sig ... end

A setting that enables metrics at the object level. Each rule contains an object group and an object group name. If the policy includes the MetricPolicyRules parameter, you must include at least one rule. Each metric policy can include up to five rules by default. You can also request a quota increase to allow up to 300 rules per policy.

Sourcemodule AllowedHeaders : sig ... end
Sourcemodule AllowedMethods : sig ... end
Sourcemodule AllowedOrigins : sig ... end
Sourcemodule ExposeHeaders : sig ... end
Sourcemodule MaxAgeSeconds : sig ... end
Sourcemodule ContainerARN : sig ... end
Sourcemodule ContainerName : sig ... end
Sourcemodule ContainerStatus : sig ... end
Sourcemodule Endpoint : sig ... end
Sourcemodule TimeStamp : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule Tag : sig ... end

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.

Sourcemodule ContainerLevelMetrics : sig ... end
Sourcemodule MetricPolicyRules : sig ... end
Sourcemodule CorsRule : sig ... end

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.

Sourcemodule Container : sig ... end

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

Sourcemodule ContainerInUseException : sig ... end

The container that you specified in the request already exists or is being updated.

The container that you specified in the request does not exist.

Sourcemodule InternalServerError : sig ... end

The service is temporarily unavailable.

Sourcemodule TagKeyList : sig ... end
Sourcemodule TagList : sig ... end
Sourcemodule MetricPolicy : sig ... end

The metric policy that is associated with the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include rules to define groups of objects that you want MediaStore to send object-level metrics for. To view examples of how to construct a metric policy for your use case, see Example Metric Policies.

Sourcemodule LifecyclePolicy : sig ... end
Sourcemodule CorsPolicy : sig ... end
Sourcemodule ContainerPolicy : sig ... end
Sourcemodule ContainerList : sig ... end
Sourcemodule PaginationToken : sig ... end
Sourcemodule ContainerListLimit : sig ... end
Sourcemodule PolicyNotFoundException : sig ... end

The policy that you specified in the request does not exist.

The CORS policy that you specified in the request does not exist.

Sourcemodule LimitExceededException : sig ... end

A service limit has been exceeded.

Sourcemodule UntagResourceOutput : sig ... end

Removes tags from the specified container. You can specify one or more tags to remove.

Sourcemodule UntagResourceInput : sig ... end

Removes tags from the specified container. You can specify one or more tags to remove.

Sourcemodule TagResourceOutput : sig ... end

Adds tags to the specified AWS Elemental MediaStore container. Tags are key:value pairs that you can associate with AWS resources. For example, the tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. 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.

Sourcemodule TagResourceInput : sig ... end

Adds tags to the specified AWS Elemental MediaStore container. Tags are key:value pairs that you can associate with AWS resources. For example, the tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. 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.

Sourcemodule StopAccessLoggingOutput : sig ... end

Stops access logging on the specified container. When you stop access logging on a container, MediaStore stops sending access logs to Amazon CloudWatch Logs. These access logs are not saved and are not retrievable.

Sourcemodule StopAccessLoggingInput : sig ... end

Stops access logging on the specified container. When you stop access logging on a container, MediaStore stops sending access logs to Amazon CloudWatch Logs. These access logs are not saved and are not retrievable.

Sourcemodule StartAccessLoggingOutput : sig ... end

Starts access logging on the specified container. When you enable access logging on a container, MediaStore delivers access logs for objects stored in that container to Amazon CloudWatch Logs.

Sourcemodule StartAccessLoggingInput : sig ... end

Starts access logging on the specified container. When you enable access logging on a container, MediaStore delivers access logs for objects stored in that container to Amazon CloudWatch Logs.

Sourcemodule PutMetricPolicyOutput : sig ... end

The metric policy that you want to add to the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. It takes up to 20 minutes for the new policy to take effect.

Sourcemodule PutMetricPolicyInput : sig ... end

The metric policy that you want to add to the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. It takes up to 20 minutes for the new policy to take effect.

Sourcemodule PutLifecyclePolicyOutput : sig ... end

Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect. For information about how to construct an object lifecycle policy, see Components of an Object Lifecycle Policy.

Sourcemodule PutLifecyclePolicyInput : sig ... end

Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect. For information about how to construct an object lifecycle policy, see Components of an Object Lifecycle Policy.

Sourcemodule PutCorsPolicyOutput : sig ... end

Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability. To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. 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. To learn more about CORS, see Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore.

Sourcemodule PutCorsPolicyInput : sig ... end

Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability. To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. 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. To learn more about CORS, see Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore.

Sourcemodule PutContainerPolicyOutput : sig ... end

Creates an access policy for the specified container to restrict the users and clients that can access it. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide. For this release of the REST API, you can create only one policy for a container. If you enter PutContainerPolicy twice, the second command modifies the existing policy.

Sourcemodule PutContainerPolicyInput : sig ... end

Creates an access policy for the specified container to restrict the users and clients that can access it. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide. For this release of the REST API, you can create only one policy for a container. If you enter PutContainerPolicy twice, the second command modifies the existing policy.

Sourcemodule ListTagsForResourceOutput : sig ... end

Returns a list of the tags assigned to the specified container.

Sourcemodule ListTagsForResourceInput : sig ... end

Returns a list of the tags assigned to the specified container.

Sourcemodule ListContainersOutput : sig ... end

Lists the properties of all containers in AWS Elemental MediaStore. You can query to receive all the containers in one response. Or you can include the MaxResults parameter to receive a limited number of containers in each response. In this case, the response includes a token. To get the next set of containers, send the command again, this time with the NextToken parameter (with the returned token as its value). The next set of responses appears, with a token if there are still more containers to receive. See also DescribeContainer, which gets the properties of one container.

Sourcemodule ListContainersInput : sig ... end

Lists the properties of all containers in AWS Elemental MediaStore. You can query to receive all the containers in one response. Or you can include the MaxResults parameter to receive a limited number of containers in each response. In this case, the response includes a token. To get the next set of containers, send the command again, this time with the NextToken parameter (with the returned token as its value). The next set of responses appears, with a token if there are still more containers to receive. See also DescribeContainer, which gets the properties of one container.

Sourcemodule GetMetricPolicyOutput : sig ... end

Returns the metric policy for the specified container.

Sourcemodule GetMetricPolicyInput : sig ... end

Returns the metric policy for the specified container.

Sourcemodule GetLifecyclePolicyOutput : sig ... end

Retrieves the object lifecycle policy that is assigned to a container.

Sourcemodule GetLifecyclePolicyInput : sig ... end

Retrieves the object lifecycle policy that is assigned to a container.

Sourcemodule GetCorsPolicyOutput : sig ... end

Returns the cross-origin resource sharing (CORS) configuration information that is set for the container. To use this operation, you must have permission to perform the MediaStore:GetCorsPolicy action. By default, the container owner has this permission and can grant it to others.

Sourcemodule GetCorsPolicyInput : sig ... end

Returns the cross-origin resource sharing (CORS) configuration information that is set for the container. To use this operation, you must have permission to perform the MediaStore:GetCorsPolicy action. By default, the container owner has this permission and can grant it to others.

Sourcemodule GetContainerPolicyOutput : sig ... end

Retrieves the access policy for the specified container. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide.

Sourcemodule GetContainerPolicyInput : sig ... end

Retrieves the access policy for the specified container. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide.

Sourcemodule DescribeContainerOutput : sig ... end

Retrieves the properties of the requested container. This request is commonly used to retrieve the endpoint of a container. An endpoint is a value assigned by the service when a new container is created. A container's endpoint does not change after it has been assigned. The DescribeContainer request returns a single Container object based on ContainerName. To return all Container objects that are associated with a specified AWS account, use ListContainers.

Sourcemodule DescribeContainerInput : sig ... end

Retrieves the properties of the requested container. This request is commonly used to retrieve the endpoint of a container. An endpoint is a value assigned by the service when a new container is created. A container's endpoint does not change after it has been assigned. The DescribeContainer request returns a single Container object based on ContainerName. To return all Container objects that are associated with a specified AWS account, use ListContainers.

Sourcemodule DeleteMetricPolicyOutput : sig ... end

Deletes the metric policy that is associated with the specified container. If there is no metric policy associated with the container, MediaStore doesn't send metrics to CloudWatch.

Sourcemodule DeleteMetricPolicyInput : sig ... end

Deletes the metric policy that is associated with the specified container. If there is no metric policy associated with the container, MediaStore doesn't send metrics to CloudWatch.

Removes an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.

Removes an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.

Sourcemodule DeleteCorsPolicyOutput : sig ... end

Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container. To use this operation, you must have permission to perform the MediaStore:DeleteCorsPolicy action. The container owner has this permission by default and can grant this permission to others.

Sourcemodule DeleteCorsPolicyInput : sig ... end

Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container. To use this operation, you must have permission to perform the MediaStore:DeleteCorsPolicy action. The container owner has this permission by default and can grant this permission to others.

Deletes the access policy that is associated with the specified container.

Deletes the access policy that is associated with the specified container.

Sourcemodule DeleteContainerOutput : sig ... end

Deletes the specified container. Before you make a DeleteContainer request, delete any objects in the container or in any folders in the container. You can delete only empty containers.

Sourcemodule DeleteContainerInput : sig ... end

Deletes the specified container. Before you make a DeleteContainer request, delete any objects in the container or in any folders in the container. You can delete only empty containers.

Sourcemodule CreateContainerOutput : sig ... end

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

Sourcemodule CreateContainerInput : sig ... end

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