amazonaws.com – 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.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:mediastore/2017-09-01.json
- Provider
- amazonaws.com:mediastore / mediastore
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/mediastore/2017-09-01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/mediastore/2017-09-01/openapi.yaml
Tools (23)
Extracted live via the executor SDK.
-
xAmzTargetMediaStore20170901CreateContainer.createContainerCreates a storage container to hold objects. A container is similar to a bucket in the Amazon S3 service.
-
xAmzTargetMediaStore20170901DeleteContainer.deleteContainerDeletes the specified container. Before you make a
DeleteContainerrequest, delete any objects in the container or in any folders in the container. You can delete only empty containers. -
xAmzTargetMediaStore20170901DeleteContainerPolicy.deleteContainerPolicyDeletes the access policy that is associated with the specified container.
-
xAmzTargetMediaStore20170901DeleteCorsPolicy.deleteCorsPolicyDeletes 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:DeleteCorsPolicyaction. The container owner has this permission by default and can grant this permission to others. -
xAmzTargetMediaStore20170901DeleteLifecyclePolicy.deleteLifecyclePolicyRemoves an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.
-
xAmzTargetMediaStore20170901DeleteMetricPolicy.deleteMetricPolicyDeletes 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.
-
xAmzTargetMediaStore20170901DescribeContainer.describeContainerRetrieves 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
DescribeContainerrequest returns a singleContainerobject based onContainerName. To return allContainerobjects that are associated with a specified AWS account, use ListContainers [blocked]. -
xAmzTargetMediaStore20170901GetContainerPolicy.getContainerPolicyRetrieves the access policy for the specified container. For information about the data that is included in an access policy, see the .
-
xAmzTargetMediaStore20170901GetCorsPolicy.getCorsPolicyReturns 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:GetCorsPolicyaction. By default, the container owner has this permission and can grant it to others. -
xAmzTargetMediaStore20170901GetLifecyclePolicy.getLifecyclePolicyRetrieves the object lifecycle policy that is assigned to a container.
-
xAmzTargetMediaStore20170901GetMetricPolicy.getMetricPolicyReturns the metric policy for the specified container.
-
xAmzTargetMediaStore20170901ListContainers.listContainersLists 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
MaxResultsparameter 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 theNextTokenparameter (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 [blocked], which gets the properties of one container.
-
xAmzTargetMediaStore20170901ListTagsForResource.listTagsForResourceReturns a list of the tags assigned to the specified container.
-
xAmzTargetMediaStore20170901PutContainerPolicy.putContainerPolicyCreates 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 .
For this release of the REST API, you can create only one policy for a container. If you enter
PutContainerPolicytwice, the second command modifies the existing policy. -
xAmzTargetMediaStore20170901PutCorsPolicy.putCorsPolicySets 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 .
-
xAmzTargetMediaStore20170901PutLifecyclePolicy.putLifecyclePolicyWrites 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 .
-
xAmzTargetMediaStore20170901PutMetricPolicy.putMetricPolicyThe 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.
-
xAmzTargetMediaStore20170901StartAccessLogging.startAccessLoggingStarts 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.
-
xAmzTargetMediaStore20170901StopAccessLogging.stopAccessLoggingStops 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.
-
xAmzTargetMediaStore20170901TagResource.tagResourceAdds 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 .
-
xAmzTargetMediaStore20170901UntagResource.untagResourceRemoves tags from the specified container. You can specify one or more tags to remove.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools