Module Values.TargetS3ConfigurationUpdateSource

Updated S3 configuration for storing target network artifacts.

Sourcetype nonrec t = {
  1. s3Bucket : S3BucketName.t option;
    (*

    The updated name of the S3 bucket.

    *)
  2. s3BucketOwner : AccountID.t option;
    (*

    The updated AWS account ID of the S3 bucket owner.

    *)
}
Sourceval make : ?s3Bucket:??? -> ?s3BucketOwner:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3BucketName.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