Module Values.AddTrustStoreRevocationsOutputSource

Adds the specified revocation file to the specified trust store.

Sourcetype addTrustStoreRevocationsResult = {
  1. trustStoreRevocations : TrustStoreRevocations.t option;
    (*

    Information about the revocation file added to the trust store.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. addTrustStoreRevocationsResult : addTrustStoreRevocationsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidRevocationContentException of InvalidRevocationContentException.t
  2. | `RevocationContentNotFoundException of RevocationContentNotFoundException.t
  3. | `TooManyTrustStoreRevocationEntriesException of TooManyTrustStoreRevocationEntriesException.t
  4. | `TrustStoreNotFoundException of TrustStoreNotFoundException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?trustStoreRevocations:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t