RemoveTrustStoreRevocations - Elastic Load Balancing
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

RemoveTrustStoreRevocations

Removes the specified revocation file from the specified trust store.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

RevocationIds.member.N

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

Type: Array of longs

Required: Yes

TrustStoreArn

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

Type: String

Required: Yes

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

Remove a revocation file from a trust store.

This example removes the specified certificate revocation ID from the specified trust store.

Sample Request

https://elasticloadbalancing.amazonaws.com/?Action=RemoveTrustStoreRevocations &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 Amazon SDKs, see the following: