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 ApplicationInfo = ApplicationInfo' {}
- newApplicationInfo :: ApplicationInfo
- applicationInfo_linkedToGitHub :: Lens' ApplicationInfo (Maybe Bool)
- applicationInfo_computePlatform :: Lens' ApplicationInfo (Maybe ComputePlatform)
- applicationInfo_applicationId :: Lens' ApplicationInfo (Maybe Text)
- applicationInfo_applicationName :: Lens' ApplicationInfo (Maybe Text)
- applicationInfo_gitHubAccountName :: Lens' ApplicationInfo (Maybe Text)
- applicationInfo_createTime :: Lens' ApplicationInfo (Maybe UTCTime)
Documentation
data ApplicationInfo Source #
Information about an application.
See: newApplicationInfo
smart constructor.
ApplicationInfo' | |
|
Instances
newApplicationInfo :: ApplicationInfo Source #
Create a value of ApplicationInfo
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:linkedToGitHub:ApplicationInfo'
, applicationInfo_linkedToGitHub
- True if the user has authenticated with GitHub for the specified
application. Otherwise, false.
$sel:computePlatform:ApplicationInfo'
, applicationInfo_computePlatform
- The destination platform type for deployment of the application
(Lambda
or Server
).
$sel:applicationId:ApplicationInfo'
, applicationInfo_applicationId
- The application ID.
$sel:applicationName:ApplicationInfo'
, applicationInfo_applicationName
- The application name.
$sel:gitHubAccountName:ApplicationInfo'
, applicationInfo_gitHubAccountName
- The name for a connection to a GitHub account.
$sel:createTime:ApplicationInfo'
, applicationInfo_createTime
- The time at which the application was created.
applicationInfo_linkedToGitHub :: Lens' ApplicationInfo (Maybe Bool) Source #
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
applicationInfo_computePlatform :: Lens' ApplicationInfo (Maybe ComputePlatform) Source #
The destination platform type for deployment of the application
(Lambda
or Server
).
applicationInfo_applicationId :: Lens' ApplicationInfo (Maybe Text) Source #
The application ID.
applicationInfo_applicationName :: Lens' ApplicationInfo (Maybe Text) Source #
The application name.
applicationInfo_gitHubAccountName :: Lens' ApplicationInfo (Maybe Text) Source #
The name for a connection to a GitHub account.
applicationInfo_createTime :: Lens' ApplicationInfo (Maybe UTCTime) Source #
The time at which the application was created.