Values.ModifyTrustStoreInputSourceUpdate the ca certificate bundle for the specified trust store.
type nonrec t = {trustStoreArn : TrustStoreArn.t;The Amazon Resource Name (ARN) of the trust store.
*)caCertificatesBundleS3Bucket : S3Bucket.t;The Amazon S3 bucket for the ca certificates bundle.
*)caCertificatesBundleS3Key : S3Key.t;The Amazon S3 path for the ca certificates bundle.
*)caCertificatesBundleS3ObjectVersion : S3ObjectVersion.t option;The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
*)}val make :
?caCertificatesBundleS3ObjectVersion:??? ->
trustStoreArn:TrustStoreArn.t ->
caCertificatesBundleS3Bucket:S3Bucket.t ->
caCertificatesBundleS3Key:S3Key.t ->
unit ->
t