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

Description

 
Synopsis

Documentation

data SchemaSummary Source #

A summary of schema details.

See: newSchemaSummary smart constructor.

Constructors

SchemaSummary' 

Fields

Instances

Instances details
Eq SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Read SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Show SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Generic SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Associated Types

type Rep SchemaSummary :: Type -> Type #

NFData SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Methods

rnf :: SchemaSummary -> () #

Hashable SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

FromJSON SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

type Rep SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

type Rep SchemaSummary = D1 ('MetaData "SchemaSummary" "Amazonka.Schemas.Types.SchemaSummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SchemaSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "versionCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newSchemaSummary :: SchemaSummary Source #

Create a value of SchemaSummary 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:schemaName:SchemaSummary', schemaSummary_schemaName - The name of the schema.

$sel:schemaArn:SchemaSummary', schemaSummary_schemaArn - The ARN of the schema.

$sel:lastModified:SchemaSummary', schemaSummary_lastModified - The date and time that schema was modified.

$sel:tags:SchemaSummary', schemaSummary_tags - Tags associated with the schema.

$sel:versionCount:SchemaSummary', schemaSummary_versionCount - The number of versions available for the schema.

schemaSummary_lastModified :: Lens' SchemaSummary (Maybe UTCTime) Source #

The date and time that schema was modified.

schemaSummary_tags :: Lens' SchemaSummary (Maybe (HashMap Text Text)) Source #

Tags associated with the schema.

schemaSummary_versionCount :: Lens' SchemaSummary (Maybe Integer) Source #

The number of versions available for the schema.