Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ApplicationSummary = ApplicationSummary' {}
- newApplicationSummary :: Text -> Text -> Text -> ApplicationSummary
- applicationSummary_applicationDescription :: Lens' ApplicationSummary (Maybe Text)
- applicationSummary_applicationState :: Lens' ApplicationSummary (Maybe ApplicationState)
- applicationSummary_applicationCreationDate :: Lens' ApplicationSummary (Maybe Integer)
- applicationSummary_applicationLastUpdateDate :: Lens' ApplicationSummary (Maybe Integer)
- applicationSummary_applicationId :: Lens' ApplicationSummary Text
- applicationSummary_applicationName :: Lens' ApplicationSummary Text
- applicationSummary_applicationUrl :: Lens' ApplicationSummary Text
Documentation
data ApplicationSummary Source #
A summary of information about a AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
See: newApplicationSummary
smart constructor.
ApplicationSummary' | |
|
Instances
newApplicationSummary Source #
:: Text | |
-> Text | |
-> Text | |
-> ApplicationSummary |
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:applicationDescription:ApplicationSummary'
, applicationSummary_applicationDescription
- An optional description of the web application.
$sel:applicationState:ApplicationSummary'
, applicationSummary_applicationState
- The current state of the web application.
$sel:applicationCreationDate:ApplicationSummary'
, applicationSummary_applicationCreationDate
- The date (in Unix epoch time) when the web application was created.
$sel:applicationLastUpdateDate:ApplicationSummary'
, applicationSummary_applicationLastUpdateDate
- The date (in Unix epoch time) when the web application was last updated.
$sel:applicationId:ApplicationSummary'
, applicationSummary_applicationId
- The unique Id of the web application.
$sel:applicationName:ApplicationSummary'
, applicationSummary_applicationName
- The name of the web application.
$sel:applicationUrl:ApplicationSummary'
, applicationSummary_applicationUrl
- The URL of the web application.
applicationSummary_applicationDescription :: Lens' ApplicationSummary (Maybe Text) Source #
An optional description of the web application.
applicationSummary_applicationState :: Lens' ApplicationSummary (Maybe ApplicationState) Source #
The current state of the web application.
applicationSummary_applicationCreationDate :: Lens' ApplicationSummary (Maybe Integer) Source #
The date (in Unix epoch time) when the web application was created.
applicationSummary_applicationLastUpdateDate :: Lens' ApplicationSummary (Maybe Integer) Source #
The date (in Unix epoch time) when the web application was last updated.
applicationSummary_applicationId :: Lens' ApplicationSummary Text Source #
The unique Id of the web application.
applicationSummary_applicationName :: Lens' ApplicationSummary Text Source #
The name of the web application.
applicationSummary_applicationUrl :: Lens' ApplicationSummary Text Source #
The URL of the web application.