Module Values.ModifyTrustStoreInputSource

Update the ca certificate bundle for the specified trust store.

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

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

    *)
  2. caCertificatesBundleS3Bucket : S3Bucket.t;
    (*

    The Amazon S3 bucket for the ca certificates bundle.

    *)
  3. caCertificatesBundleS3Key : S3Key.t;
    (*

    The Amazon S3 path for the ca certificates bundle.

    *)
  4. caCertificatesBundleS3ObjectVersion : S3ObjectVersion.t option;
    (*

    The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.

    *)
}
Sourceval context_ : string
Sourceval make : ?caCertificatesBundleS3ObjectVersion:??? -> trustStoreArn:TrustStoreArn.t -> caCertificatesBundleS3Bucket:S3Bucket.t -> caCertificatesBundleS3Key:S3Key.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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