ChangeResourceRecordSetsRequest

public struct ChangeResourceRecordSetsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A complex type that contains an optional comment and the Changes element.

    Declaration

    Swift

    public let changeBatch: ChangeBatch
  • The ID of the hosted zone that contains the resource record sets that you want to change.

    Declaration

    Swift

    public let hostedZoneId: String
  • Undocumented

    Declaration

    Swift

    public init(changeBatch: ChangeBatch, hostedZoneId: String)
  • Declaration

    Swift

    public func validate(name: String) throws