ElasticLoadBalancingv2 / Client / describe_trust_store_revocations
describe_trust_store_revocations#
- ElasticLoadBalancingv2.Client.describe_trust_store_revocations(**kwargs)#
- Describes the revocation files in use by the specified trust store or revocation files. - See also: AWS API Documentation - Request Syntax- response = client.describe_trust_store_revocations( TrustStoreArn='string', RevocationIds=[ 123, ], Marker='string', PageSize=123 ) - Parameters:
- TrustStoreArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the trust store. 
- RevocationIds (list) – - The revocation IDs of the revocation files you want to describe. - (integer) – 
 
- Marker (string) – The marker for the next set of results. (You received this marker from a previous call.) 
- PageSize (integer) – The maximum number of results to return with this call. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'TrustStoreRevocations': [ { 'TrustStoreArn': 'string', 'RevocationId': 123, 'RevocationType': 'CRL', 'NumberOfRevokedEntries': 123 }, ], 'NextMarker': 'string' } - Response Structure- (dict) – - TrustStoreRevocations (list) – - Information about the revocation file in the trust store. - (dict) – - Information about the revocations used by a trust store. - TrustStoreArn (string) – - The Amazon Resource Name (ARN) of the trust store. 
- RevocationId (integer) – - The revocation ID of a revocation file in use. 
- RevocationType (string) – - The type of revocation file. 
- NumberOfRevokedEntries (integer) – - The number of revoked certificates. 
 
 
- NextMarker (string) – - If there are additional results, this is the marker for the next set of results. Otherwise, this is null. 
 
 
 - Exceptions- ElasticLoadBalancingv2.Client.exceptions.TrustStoreNotFoundException
- ElasticLoadBalancingv2.Client.exceptions.RevocationIdNotFoundException