Module Values.GetTrustStoreRevocationContentInputSource

Retrieves the specified revocation file. This action returns a pre-signed S3 URI which is active for ten minutes.

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

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

    *)
  2. revocationId : RevocationId.t;
    (*

    The revocation ID of the revocation file.

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