libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
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.ServiceCatalogAppRegistry.Types.ApplicationSummary

Description

 
Synopsis

Documentation

data ApplicationSummary Source #

Summary of a Amazon Web Services Service Catalog AppRegistry application.

See: newApplicationSummary smart constructor.

Constructors

ApplicationSummary' 

Fields

  • creationTime :: Maybe POSIX

    The ISO-8601 formatted timestamp of the moment when the application was created.

  • arn :: Maybe Text

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

  • name :: Maybe Text

    The name of the application. The name must be unique in the region in which you are creating the application.

  • id :: Maybe Text

    The identifier of the application.

  • lastUpdateTime :: Maybe POSIX

    The ISO-8601 formatted timestamp of the moment when the application was last updated.

  • description :: Maybe Text

    The description of the application.

Instances

Instances details
Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Show ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Generic ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Associated Types

type Rep ApplicationSummary :: Type -> Type #

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

FromJSON ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

type Rep ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

type Rep ApplicationSummary = D1 ('MetaData "ApplicationSummary" "Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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 POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApplicationSummary :: ApplicationSummary Source #

Create a value of ApplicationSummary 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:creationTime:ApplicationSummary', applicationSummary_creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.

$sel:arn:ApplicationSummary', applicationSummary_arn - The Amazon resource name (ARN) that specifies the application across services.

$sel:name:ApplicationSummary', applicationSummary_name - The name of the application. The name must be unique in the region in which you are creating the application.

$sel:id:ApplicationSummary', applicationSummary_id - The identifier of the application.

$sel:lastUpdateTime:ApplicationSummary', applicationSummary_lastUpdateTime - The ISO-8601 formatted timestamp of the moment when the application was last updated.

$sel:description:ApplicationSummary', applicationSummary_description - The description of the application.

applicationSummary_creationTime :: Lens' ApplicationSummary (Maybe UTCTime) Source #

The ISO-8601 formatted timestamp of the moment when the application was created.

applicationSummary_arn :: Lens' ApplicationSummary (Maybe Text) Source #

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

applicationSummary_name :: Lens' ApplicationSummary (Maybe Text) Source #

The name of the application. The name must be unique in the region in which you are creating the application.

applicationSummary_id :: Lens' ApplicationSummary (Maybe Text) Source #

The identifier of the application.

applicationSummary_lastUpdateTime :: Lens' ApplicationSummary (Maybe UTCTime) Source #

The ISO-8601 formatted timestamp of the moment when the application was last updated.

applicationSummary_description :: Lens' ApplicationSummary (Maybe Text) Source #

The description of the application.