amazonka-glue-2.0: Amazon Glue 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.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
ToJSON GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.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

AWSRequest GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Associated Types

type AWSResponse GetRegistry #

Generic GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Associated Types

type Rep GetRegistry :: Type -> Type #

Read GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Show GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

NFData GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Methods

rnf :: GetRegistry -> () #

Eq GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Hashable GetRegistry Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistryId)))

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
Generic GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Associated Types

type Rep GetRegistryResponse :: Type -> Type #

Read GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Show GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

NFData GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

Methods

rnf :: GetRegistryResponse -> () #

Eq GetRegistryResponse Source # 
Instance details

Defined in Amazonka.Glue.GetRegistry

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:

GetRegistryResponse, getRegistryResponse_createdTime - The date and time the registry was created.

GetRegistryResponse, getRegistryResponse_description - A description of the registry.

GetRegistryResponse, getRegistryResponse_registryArn - The Amazon Resource Name (ARN) of the registry.

GetRegistryResponse, getRegistryResponse_registryName - The name of the registry.

GetRegistryResponse, getRegistryResponse_status - The status of the registry.

GetRegistryResponse, getRegistryResponse_updatedTime - The date and time the registry was updated.

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