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

Description

Deletes a Registry.

Synopsis

Creating a Request

data DeleteRegistry Source #

See: newDeleteRegistry smart constructor.

Constructors

DeleteRegistry' 

Fields

Instances

Instances details
Eq DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Read DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Show DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Generic DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type Rep DeleteRegistry :: Type -> Type #

NFData DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Methods

rnf :: DeleteRegistry -> () #

Hashable DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

AWSRequest DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type AWSResponse DeleteRegistry #

ToHeaders DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

ToPath DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

ToQuery DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type Rep DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

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

Defined in Amazonka.Schemas.DeleteRegistry

newDeleteRegistry Source #

Create a value of DeleteRegistry 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:registryName:DeleteRegistry', deleteRegistry_registryName - The name of the registry.

Request Lenses

Destructuring the Response

data DeleteRegistryResponse Source #

See: newDeleteRegistryResponse smart constructor.

Instances

Instances details
Eq DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Read DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Show DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Generic DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type Rep DeleteRegistryResponse :: Type -> Type #

NFData DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Methods

rnf :: DeleteRegistryResponse -> () #

type Rep DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

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

newDeleteRegistryResponse :: DeleteRegistryResponse Source #

Create a value of DeleteRegistryResponse with all optional fields omitted.

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