S3ContentLocationUpdate

public struct S3ContentLocationUpdate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.

    Declaration

    Swift

    public let bucketARNUpdate: String?
  • The new file key for the object containing the application code.

    Declaration

    Swift

    public let fileKeyUpdate: String?
  • The new version of the object containing the application code.

    Declaration

    Swift

    public let objectVersionUpdate: String?
  • Undocumented

    Declaration

    Swift

    public init(bucketARNUpdate: String? = nil, fileKeyUpdate: String? = nil, objectVersionUpdate: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws