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

Description

Describes the specified registry in detail.

Synopsis

Creating a Request

data GetRegistry Source #

See: newGetRegistry smart constructor.

Constructors

GetRegistry' 

Fields

  • registryId :: RegistryId

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

Instances

Instances details
Eq GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Read GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Show GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Generic GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Associated Types

type Rep GetRegistry :: Type -> Type #

NFData GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Methods

rnf :: GetRegistry -> () #

Hashable GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

ToJSON GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

AWSRequest GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Associated Types

type AWSResponse GetRegistry #

ToHeaders GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Methods

toHeaders :: GetRegistry -> [Header] #

ToPath GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

ToQuery GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

type Rep GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

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

Defined in Amazonka.Glue.GetRegistry

newGetRegistry Source #

Create a value of GetRegistry 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:GetRegistry', getRegistry_registryId - This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

Request Lenses

getRegistry_registryId :: Lens' GetRegistry RegistryId Source #

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

Destructuring the Response

data GetRegistryResponse Source #

See: newGetRegistryResponse smart constructor.

Constructors

GetRegistryResponse' 

Fields

Instances

Instances details
Eq GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Read GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Show GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Generic GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Associated Types

type Rep GetRegistryResponse :: Type -> Type #

NFData GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Methods

rnf :: GetRegistryResponse -> () #

type Rep GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

newGetRegistryResponse Source #

Create a value of GetRegistryResponse 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:status:GetRegistryResponse', getRegistryResponse_status - The status of the registry.

$sel:registryName:GetRegistryResponse', getRegistryResponse_registryName - The name of the registry.

$sel:createdTime:GetRegistryResponse', getRegistryResponse_createdTime - The date and time the registry was created.

$sel:registryArn:GetRegistryResponse', getRegistryResponse_registryArn - The Amazon Resource Name (ARN) of the registry.

$sel:updatedTime:GetRegistryResponse', getRegistryResponse_updatedTime - The date and time the registry was updated.

$sel:description:GetRegistryResponse', getRegistryResponse_description - A description of the registry.

$sel:httpStatus:GetRegistryResponse', getRegistryResponse_httpStatus - The response's http status code.

Response Lenses

getRegistryResponse_createdTime :: Lens' GetRegistryResponse (Maybe Text) Source #

The date and time the registry was created.

getRegistryResponse_registryArn :: Lens' GetRegistryResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the registry.

getRegistryResponse_updatedTime :: Lens' GetRegistryResponse (Maybe Text) Source #

The date and time the registry was updated.