PutBucketAnalyticsConfigurationRequest

public struct PutBucketAnalyticsConfigurationRequest : 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 configuration and any analyses for the analytics filter.

    Declaration

    Swift

    public let analyticsConfiguration: AnalyticsConfiguration
  • The name of the bucket to which an analytics configuration is stored.

    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?
  • id

    The ID that identifies the analytics configuration.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(analyticsConfiguration: AnalyticsConfiguration, bucket: String, expectedBucketOwner: String? = nil, id: String)
  • Declaration

    Swift

    public func validate(name: String) throws