Module Values.RemoveTrustStoreRevocationsInputSource

Removes the specified revocation file from the specified trust store.

Sourcetype nonrec t = {
  1. trustStoreArn : TrustStoreArn.t;
    (*

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

    *)
  2. revocationIds : RevocationIds.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : trustStoreArn:TrustStoreArn.t -> revocationIds:RevocationIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Long of RevocationId.t ] list | `String of TrustStoreArn.t ]) 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