Smaws_Client_ElasticLoadBalancingv2.GetTrustStoreRevocationContentRetrieves the specified revocation file.
This action returns a pre-signed S3 URI which is active for ten minutes.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `RevocationIdNotFoundException of Types.revocation_id_not_found_exception
| `TrustStoreNotFoundException of Types.trust_store_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_trust_store_revocation_content_input ->
(Types.get_trust_store_revocation_content_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `RevocationIdNotFoundException of Types.revocation_id_not_found_exception
| `TrustStoreNotFoundException of Types.trust_store_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_trust_store_revocation_content_input ->
(Types.get_trust_store_revocation_content_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `RevocationIdNotFoundException of Types.revocation_id_not_found_exception
| `TrustStoreNotFoundException of Types.trust_store_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result