amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Description

 
Synopsis

Documentation

data AttributeGroupSummary Source #

Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.

See: newAttributeGroupSummary smart constructor.

Constructors

AttributeGroupSummary' 

Fields

  • arn :: Maybe Text

    The Amazon resource name (ARN) that specifies the attribute group across services.

  • creationTime :: Maybe ISO8601

    The ISO-8601 formatted timestamp of the moment the attribute group was created.

  • description :: Maybe Text

    The description of the attribute group that the user provides.

  • id :: Maybe Text

    The globally unique attribute group identifier of the attribute group.

  • lastUpdateTime :: Maybe ISO8601

    The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

  • name :: Maybe Text

    The name of the attribute group.

Instances

Instances details
FromJSON AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Generic AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Associated Types

type Rep AttributeGroupSummary :: Type -> Type #

Read AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Show AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

NFData AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Methods

rnf :: AttributeGroupSummary -> () #

Eq AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Hashable AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

type Rep AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

type Rep AttributeGroupSummary = D1 ('MetaData "AttributeGroupSummary" "Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AttributeGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAttributeGroupSummary :: AttributeGroupSummary Source #

Create a value of AttributeGroupSummary 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:arn:AttributeGroupSummary', attributeGroupSummary_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

$sel:creationTime:AttributeGroupSummary', attributeGroupSummary_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

$sel:description:AttributeGroupSummary', attributeGroupSummary_description - The description of the attribute group that the user provides.

$sel:id:AttributeGroupSummary', attributeGroupSummary_id - The globally unique attribute group identifier of the attribute group.

$sel:lastUpdateTime:AttributeGroupSummary', attributeGroupSummary_lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

$sel:name:AttributeGroupSummary', attributeGroupSummary_name - The name of the attribute group.

attributeGroupSummary_arn :: Lens' AttributeGroupSummary (Maybe Text) Source #

The Amazon resource name (ARN) that specifies the attribute group across services.

attributeGroupSummary_creationTime :: Lens' AttributeGroupSummary (Maybe UTCTime) Source #

The ISO-8601 formatted timestamp of the moment the attribute group was created.

attributeGroupSummary_description :: Lens' AttributeGroupSummary (Maybe Text) Source #

The description of the attribute group that the user provides.

attributeGroupSummary_id :: Lens' AttributeGroupSummary (Maybe Text) Source #

The globally unique attribute group identifier of the attribute group.

attributeGroupSummary_lastUpdateTime :: Lens' AttributeGroupSummary (Maybe UTCTime) Source #

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.