Module Values.AddTrustStoreRevocationsInputSource

Adds the specified revocation file to the specified trust store.

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

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

    *)
  2. revocationContents : RevocationContents.t option;
    (*

    The revocation file to add.

    *)
}
Sourceval context_ : string
Sourceval make : ?revocationContents:??? -> trustStoreArn:TrustStoreArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list ] 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