libZSservicesZSamazonka-schemasZSamazonka-schemas
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Schemas.DeleteSchemaVersion

Description

Delete the schema version definition

Synopsis

Creating a Request

data DeleteSchemaVersion Source #

See: newDeleteSchemaVersion smart constructor.

Constructors

DeleteSchemaVersion' 

Fields

Instances

Instances details
Eq DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Read DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Generic DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersion :: Type -> Type #

NFData DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Methods

rnf :: DeleteSchemaVersion -> () #

Hashable DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

AWSRequest DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type AWSResponse DeleteSchemaVersion #

ToHeaders DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

ToPath DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

ToQuery DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersion = D1 ('MetaData "DeleteSchemaVersion" "Amazonka.Schemas.DeleteSchemaVersion" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteSchemaVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

newDeleteSchemaVersion Source #

Create a value of DeleteSchemaVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:DeleteSchemaVersion', deleteSchemaVersion_schemaVersion - The version number of the schema

$sel:registryName:DeleteSchemaVersion', deleteSchemaVersion_registryName - The name of the registry.

$sel:schemaName:DeleteSchemaVersion', deleteSchemaVersion_schemaName - The name of the schema.

Request Lenses

Destructuring the Response

data DeleteSchemaVersionResponse Source #

See: newDeleteSchemaVersionResponse smart constructor.

Instances

Instances details
Eq DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Read DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Generic DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersionResponse :: Type -> Type #

NFData DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersionResponse = D1 ('MetaData "DeleteSchemaVersionResponse" "Amazonka.Schemas.DeleteSchemaVersion" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteSchemaVersionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSchemaVersionResponse :: DeleteSchemaVersionResponse Source #

Create a value of DeleteSchemaVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.