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

Description

Delete a schema definition.

Synopsis

Creating a Request

data DeleteSchema Source #

See: newDeleteSchema smart constructor.

Constructors

DeleteSchema' 

Fields

Instances

Instances details
ToHeaders DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

ToPath DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

ToQuery DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

AWSRequest DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type AWSResponse DeleteSchema #

Generic DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type Rep DeleteSchema :: Type -> Type #

Read DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Show DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

NFData DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Methods

rnf :: DeleteSchema -> () #

Eq DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Hashable DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type AWSResponse DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchema = D1 ('MetaData "DeleteSchema" "Amazonka.Schemas.DeleteSchema" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DeleteSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSchema Source #

Create a value of DeleteSchema 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:

DeleteSchema, deleteSchema_registryName - The name of the registry.

DeleteSchema, deleteSchema_schemaName - The name of the schema.

Request Lenses

Destructuring the Response

data DeleteSchemaResponse Source #

See: newDeleteSchemaResponse smart constructor.

Constructors

DeleteSchemaResponse' 

Instances

Instances details
Generic DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type Rep DeleteSchemaResponse :: Type -> Type #

Read DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Show DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

NFData DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Methods

rnf :: DeleteSchemaResponse -> () #

Eq DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchemaResponse = D1 ('MetaData "DeleteSchemaResponse" "Amazonka.Schemas.DeleteSchema" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DeleteSchemaResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSchemaResponse :: DeleteSchemaResponse Source #

Create a value of DeleteSchemaResponse with all optional fields omitted.

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