UpdateAliasInput

public struct UpdateAliasInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.

    Declaration

    Swift

    public let aliasId: String
  • A human-readable description of the alias.

    Declaration

    Swift

    public let description: String?
  • A descriptive label that is associated with an alias. Alias names do not need to be unique.

    Declaration

    Swift

    public let name: String?
  • The routing configuration, including routing type and fleet target, for the alias.

    Declaration

    Swift

    public let routingStrategy: RoutingStrategy?
  • Undocumented

    Declaration

    Swift

    public init(aliasId: String, description: String? = nil, name: String? = nil, routingStrategy: RoutingStrategy? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws