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

Description

 
Synopsis

Documentation

data Application Source #

Represents a Amazon Web Services Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.

See: newApplication smart constructor.

Constructors

Application' 

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.

  • tags :: Maybe (HashMap Text Text)

    Key-value pairs you can use to associate with the application.

Instances

Instances details
Eq Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Read Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Generic Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Associated Types

type Rep Application :: Type -> Type #

NFData Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Methods

rnf :: Application -> () #

Hashable Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

FromJSON Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

type Rep Application = D1 ('MetaData "Application" "Amazonka.ServiceCatalogAppRegistry.Types.Application" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "Application'" '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)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newApplication :: Application Source #

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

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

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

$sel:id:Application', application_id - The identifier of the application.

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

$sel:description:Application', application_description - The description of the application.

$sel:tags:Application', application_tags - Key-value pairs you can use to associate with the application.

application_creationTime :: Lens' Application (Maybe UTCTime) Source #

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

application_arn :: Lens' Application (Maybe Text) Source #

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

application_name :: Lens' Application (Maybe Text) Source #

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

application_id :: Lens' Application (Maybe Text) Source #

The identifier of the application.

application_lastUpdateTime :: Lens' Application (Maybe UTCTime) Source #

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

application_description :: Lens' Application (Maybe Text) Source #

The description of the application.

application_tags :: Lens' Application (Maybe (HashMap Text Text)) Source #

Key-value pairs you can use to associate with the application.