libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.UpdateRegistry

Description

Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.

Synopsis

Creating a Request

data UpdateRegistry Source #

See: newUpdateRegistry smart constructor.

Constructors

UpdateRegistry' 

Fields

  • registryId :: RegistryId

    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

  • description :: Text

    A description of the registry. If description is not provided, this field will not be updated.

Instances

Instances details
Eq UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Read UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Show UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Generic UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Associated Types

type Rep UpdateRegistry :: Type -> Type #

NFData UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Methods

rnf :: UpdateRegistry -> () #

Hashable UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

ToJSON UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

AWSRequest UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Associated Types

type AWSResponse UpdateRegistry #

ToHeaders UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

ToPath UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

ToQuery UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

type Rep UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

type Rep UpdateRegistry = D1 ('MetaData "UpdateRegistry" "Amazonka.Glue.UpdateRegistry" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "UpdateRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistryId) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateRegistry Source # 
Instance details

Defined in Amazonka.Glue.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:registryId:UpdateRegistry', updateRegistry_registryId - This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

$sel:description:UpdateRegistry', updateRegistry_description - A description of the registry. If description is not provided, this field will not be updated.

Request Lenses

updateRegistry_registryId :: Lens' UpdateRegistry RegistryId Source #

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

updateRegistry_description :: Lens' UpdateRegistry Text Source #

A description of the registry. If description is not provided, this field will not be updated.

Destructuring the Response

data UpdateRegistryResponse Source #

See: newUpdateRegistryResponse smart constructor.

Constructors

UpdateRegistryResponse' 

Fields

Instances

Instances details
Eq UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Read UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Show UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Generic UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Associated Types

type Rep UpdateRegistryResponse :: Type -> Type #

NFData UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

Methods

rnf :: UpdateRegistryResponse -> () #

type Rep UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateRegistry

type Rep UpdateRegistryResponse = D1 ('MetaData "UpdateRegistryResponse" "Amazonka.Glue.UpdateRegistry" "libZSservicesZSamazonka-glueZSamazonka-glue" '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 "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:UpdateRegistryResponse', updateRegistryResponse_registryName - The name of the updated registry.

$sel:registryArn:UpdateRegistryResponse', updateRegistryResponse_registryArn - The Amazon Resource name (ARN) of the updated registry.

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

Response Lenses

updateRegistryResponse_registryArn :: Lens' UpdateRegistryResponse (Maybe Text) Source #

The Amazon Resource name (ARN) of the updated registry.