PublishSchemaRequest

public struct PublishSchemaRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

    Declaration

    Swift

    public let developmentSchemaArn: String
  • The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

    Declaration

    Swift

    public let minorVersion: String?
  • The new name under which the schema will be published. If this is not provided, the development schema is considered.

    Declaration

    Swift

    public let name: String?
  • The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

    Declaration

    Swift

    public let version: String
  • Undocumented

    Declaration

    Swift

    public init(developmentSchemaArn: String, minorVersion: String? = nil, name: String? = nil, version: String)
  • Declaration

    Swift

    public func validate(name: String) throws