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

Description

Updates a registry.

Synopsis

Creating a Request

data UpdateRegistry Source #

Updates the registry.

See: newUpdateRegistry smart constructor.

Constructors

UpdateRegistry' 

Fields

Instances

Instances details
Eq UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Read UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Show UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Generic UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type Rep UpdateRegistry :: Type -> Type #

NFData UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Methods

rnf :: UpdateRegistry -> () #

Hashable UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

ToJSON UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

AWSRequest UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type AWSResponse UpdateRegistry #

ToHeaders UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

ToPath UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

ToQuery UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

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

Defined in Amazonka.Schemas.UpdateRegistry

newUpdateRegistry Source #

Create a value of UpdateRegistry 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:description:UpdateRegistry', updateRegistry_description - The description of the registry to update.

$sel:registryName:UpdateRegistry', updateRegistry_registryName - The name of the registry.

Request Lenses

updateRegistry_description :: Lens' UpdateRegistry (Maybe Text) Source #

The description of the registry to update.

Destructuring the Response

data UpdateRegistryResponse Source #

See: newUpdateRegistryResponse smart constructor.

Constructors

UpdateRegistryResponse' 

Fields

Instances

Instances details
Eq UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Read UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Show UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Generic UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type Rep UpdateRegistryResponse :: Type -> Type #

NFData UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Methods

rnf :: UpdateRegistryResponse -> () #

type Rep UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistryResponse = D1 ('MetaData "UpdateRegistryResponse" "Amazonka.Schemas.UpdateRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UpdateRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateRegistryResponse Source #

Create a value of UpdateRegistryResponse 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:UpdateRegistry', updateRegistryResponse_registryName - The name of the registry.

$sel:registryArn:UpdateRegistryResponse', updateRegistryResponse_registryArn - The ARN of the registry.

$sel:description:UpdateRegistry', updateRegistryResponse_description - The description of the registry.

$sel:tags:UpdateRegistryResponse', updateRegistryResponse_tags - Tags associated with the registry.

$sel:httpStatus:UpdateRegistryResponse', updateRegistryResponse_httpStatus - The response's http status code.

Response Lenses