ModifyAvailabilityZoneGroupRequest

public struct ModifyAvailabilityZoneGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

    Declaration

    Swift

    public let groupName: String
  • Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in. You must contact AWS Support to opt out of a Local Zone group, or Wavelength Zone group.

    Declaration

    Swift

    public let optInStatus: ModifyAvailabilityZoneOptInStatus
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, groupName: String, optInStatus: ModifyAvailabilityZoneOptInStatus)