GetInvalidation
Get the information about an invalidation.
Request Syntax
GET /2020-05-31/distribution/DistributionId
/invalidation/Id
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- DistributionId
-
The distribution's ID.
Required: Yes
- Id
-
The identifier for the invalidation request, for example,
IDFDVBD632BHDS5
.Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<Invalidation>
<CreateTime>timestamp</CreateTime>
<Id>string</Id>
<InvalidationBatch>
<CallerReference>string</CallerReference>
<Paths>
<Items>
<Path>string</Path>
</Items>
<Quantity>integer</Quantity>
</Paths>
</InvalidationBatch>
<Status>string</Status>
</Invalidation>
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
- Invalidation
-
Root level tag for the Invalidation parameters.
Required: Yes
- CreateTime
-
The date and time the invalidation request was first made.
Type: Timestamp
- Id
-
The identifier for the invalidation request. For example:
IDFDVBD632BHDS5
.Type: String
- InvalidationBatch
-
The current invalidation information for the batch request.
Type: InvalidationBatch object
- Status
-
The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDenied
-
Access denied.
HTTP Status Code: 403
- NoSuchDistribution
-
The specified distribution does not exist.
HTTP Status Code: 404
- NoSuchInvalidation
-
The specified invalidation does not exist.
HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: