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.Types.RegistrySummary

Description

 
Synopsis

Documentation

data RegistrySummary Source #

See: newRegistrySummary smart constructor.

Constructors

RegistrySummary' 

Fields

Instances

Instances details
Eq RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Read RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Show RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Generic RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Associated Types

type Rep RegistrySummary :: Type -> Type #

NFData RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Methods

rnf :: RegistrySummary -> () #

Hashable RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

FromJSON RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

type Rep RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

type Rep RegistrySummary = D1 ('MetaData "RegistrySummary" "Amazonka.Schemas.Types.RegistrySummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "RegistrySummary'" '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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newRegistrySummary :: RegistrySummary Source #

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

$sel:registryArn:RegistrySummary', registrySummary_registryArn - The ARN of the registry.

$sel:tags:RegistrySummary', registrySummary_tags - Tags associated with the registry.

registrySummary_tags :: Lens' RegistrySummary (Maybe (HashMap Text Text)) Source #

Tags associated with the registry.