ElasticLoadBalancingv2 / Client / remove_trust_store_revocations

remove_trust_store_revocations#

ElasticLoadBalancingv2.Client.remove_trust_store_revocations(**kwargs)#

Removes the specified revocation file from the specified trust store.

See also: AWS API Documentation

Request Syntax

response = client.remove_trust_store_revocations(
    TrustStoreArn='string',
    RevocationIds=[
        123,
    ]
)
Parameters:
  • TrustStoreArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the trust store.

  • RevocationIds (list) –

    [REQUIRED]

    The revocation IDs of the revocation files you want to remove.

    • (integer) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions