Values.S3ContentLocationUpdateSourceDescribes an update for the Amazon S3 code content location for an application.
type nonrec t = {bucketARNUpdate : BucketARN.t option;The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
*)fileKeyUpdate : FileKey.t option;The new file key for the object containing the application code.
*)objectVersionUpdate : ObjectVersion.t option;The new version of the object containing the application code.
*)}