amazonka-schemas-2.0: Amazon Schemas SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type AWSResponse DeleteSchemaVersion #

Generic DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersion :: Type -> Type #

Read DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

NFData DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Methods

rnf :: DeleteSchemaVersion -> () #

Eq DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Hashable DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

DeleteSchemaVersion, deleteSchemaVersion_schemaVersion - The version number of the schema

DeleteSchemaVersion, deleteSchemaVersion_registryName - The name of the registry.

DeleteSchemaVersion, deleteSchemaVersion_schemaName - The name of the schema.

Request Lenses

Destructuring the Response

data DeleteSchemaVersionResponse Source #

See: newDeleteSchemaVersionResponse smart constructor.

Instances

Instances details
Generic DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersionResponse :: Type -> Type #

Read DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

NFData DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.