DescribeTrustStoreRevocations
Describes the revocation files in use by the specified trust store or revocation files.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- Marker
-
The marker for the next set of results. (You received this marker from a previous call.)
Type: String
Required: No
- PageSize
-
The maximum number of results to return with this call.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 400.
Required: No
- RevocationIds.member.N
-
The revocation IDs of the revocation files you want to describe.
Type: Array of longs
Required: No
- TrustStoreArn
-
The Amazon Resource Name (ARN) of the trust store.
Type: String
Required: Yes
Response Elements
The following elements are returned by the service.
- NextMarker
-
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
Type: String
- TrustStoreRevocations.member.N
-
Information about the revocation file in the trust store.
Type: Array of DescribeTrustStoreRevocation objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- RevocationIdNotFound
-
The specified revocation ID does not exist.
HTTP Status Code: 400
- TrustStoreNotFound
-
The specified trust store does not exist.
HTTP Status Code: 400
Examples
Describe revocation file contents from a trust store.
This example describes the specified certificate revocation IDs list contents from the specified trust store.
Sample Request
https://elasticloadbalancing.amazonaws.com/?Action=DescribeTrustStoreRevocations
&TrustStoreArn=arn:aws:elasticloadbalancing:us-east-1:111122223333:truststore/my-trust-store/3ym756xh7yj
&RevocationIds.member.1.RevocationId=1
&Version=2015-12-01
&AUTHPARAMS
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: