v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14218161.2 KB

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.

post/#X-Amz-Target=MediaStore_20170901.ListContainers

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'MediaStore_20170901.ListContainers' required

Request body

NextTokenstring

Only if you used <code>MaxResults</code> in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.

MaxResultsinteger

Enter the maximum number of containers in the response. Use from 1 to 255 characters.

Response

Success

NextTokenstring

<code>NextToken</code> is the token to use in the next call to <code>ListContainers</code>. This token is returned only if you included the <code>MaxResults</code> tag in the original command, and only if there are still containers to return.