Values.AddTrustStoreRevocationsOutputSourceAdds the specified revocation file to the specified trust store.
type addTrustStoreRevocationsResult = {trustStoreRevocations : TrustStoreRevocations.t option;Information about the revocation file added to the trust store.
*)}and t = {addTrustStoreRevocationsResult : addTrustStoreRevocationsResult;responseMetaData : responseMetaData;}type error = [ | `InvalidRevocationContentException of InvalidRevocationContentException.t| `RevocationContentNotFoundException of RevocationContentNotFoundException.t| `TooManyTrustStoreRevocationEntriesException of
TooManyTrustStoreRevocationEntriesException.t| `TrustStoreNotFoundException of TrustStoreNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidRevocationContentException of unit
| `RevocationContentNotFoundException of unit
| `TooManyTrustStoreRevocationEntriesException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidRevocationContentException of unit
| `RevocationContentNotFoundException of unit
| `TooManyTrustStoreRevocationEntriesException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of RevocationId.t
| `String of TrustStoreArn.t ])
list ]
list ])
list ])
list ]