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

Description

Describes the registry.

Synopsis

Creating a Request

data DescribeRegistry Source #

See: newDescribeRegistry smart constructor.

Constructors

DescribeRegistry' 

Fields

Instances

Instances details
Eq DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Read DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Show DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Generic DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type Rep DescribeRegistry :: Type -> Type #

NFData DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Methods

rnf :: DescribeRegistry -> () #

Hashable DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

AWSRequest DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type AWSResponse DescribeRegistry #

ToHeaders DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

ToPath DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

ToQuery DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

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

Defined in Amazonka.Schemas.DescribeRegistry

newDescribeRegistry Source #

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

Request Lenses

Destructuring the Response

data DescribeRegistryResponse Source #

See: newDescribeRegistryResponse smart constructor.

Constructors

DescribeRegistryResponse' 

Fields

Instances

Instances details
Eq DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Read DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Show DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Generic DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type Rep DescribeRegistryResponse :: Type -> Type #

NFData DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistryResponse = D1 ('MetaData "DescribeRegistryResponse" "Amazonka.Schemas.DescribeRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeRegistryResponse'" '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)))))

newDescribeRegistryResponse Source #

Create a value of DescribeRegistryResponse 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:DescribeRegistry', describeRegistryResponse_registryName - The name of the registry.

$sel:registryArn:DescribeRegistryResponse', describeRegistryResponse_registryArn - The ARN of the registry.

$sel:description:DescribeRegistryResponse', describeRegistryResponse_description - The description of the registry.

$sel:tags:DescribeRegistryResponse', describeRegistryResponse_tags - Tags associated with the registry.

$sel:httpStatus:DescribeRegistryResponse', describeRegistryResponse_httpStatus - The response's http status code.

Response Lenses