PutBucketVersioningRequest

public struct PutBucketVersioningRequest : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static let _xmlNamespace: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bucket name.

    Declaration

    Swift

    public let bucket: String
  • The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

    Declaration

    Swift

    public let expectedBucketOwner: String?
  • mfa

    The concatenation of the authentication device’s serial number, a space, and the value that is displayed on your authentication device.

    Declaration

    Swift

    public let mfa: String?
  • Container for setting the versioning state.

    Declaration

    Swift

    public let versioningConfiguration: VersioningConfiguration
  • Undocumented

    Declaration

    Swift

    public init(bucket: String, expectedBucketOwner: String? = nil, mfa: String? = nil, versioningConfiguration: VersioningConfiguration)