Values.GetTrustStoreRevocationContentOutputSourceRetrieves the specified revocation file. This action returns a pre-signed S3 URI which is active for ten minutes.
type getTrustStoreRevocationContentResult = {location : Location.t option;The revocation files Amazon S3 URI.
*)}and t = {getTrustStoreRevocationContentResult : getTrustStoreRevocationContentResult;responseMetaData : responseMetaData;}type error = [ | `RevocationIdNotFoundException of RevocationIdNotFoundException.t| `TrustStoreNotFoundException of TrustStoreNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RevocationIdNotFoundException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RevocationIdNotFoundException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of Location.t ]) list ])
list ]