SetTypeDefaultVersionInput

public struct SetTypeDefaultVersionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the type for which you want version summary information. Conditional: You must specify either TypeName and Type, or Arn.

    Declaration

    Swift

    public let arn: String?
  • The kind of type. Conditional: You must specify either TypeName and Type, or Arn.

    Declaration

    Swift

    public let type: RegistryType?
  • The name of the type. Conditional: You must specify either TypeName and Type, or Arn.

    Declaration

    Swift

    public let typeName: String?
  • The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, type: RegistryType? = nil, typeName: String? = nil, versionId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws