CreateReusableDelegationSetRequest

public struct CreateReusableDelegationSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.

    Declaration

    Swift

    public let callerReference: String
  • If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.

    Declaration

    Swift

    public let hostedZoneId: String?
  • Undocumented

    Declaration

    Swift

    public init(callerReference: String, hostedZoneId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws