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 AppDetails = AppDetails' {}
- newAppDetails :: AppDetails
- appDetails_creationTime :: Lens' AppDetails (Maybe UTCTime)
- appDetails_status :: Lens' AppDetails (Maybe AppStatus)
- appDetails_userProfileName :: Lens' AppDetails (Maybe Text)
- appDetails_appName :: Lens' AppDetails (Maybe Text)
- appDetails_domainId :: Lens' AppDetails (Maybe Text)
- appDetails_appType :: Lens' AppDetails (Maybe AppType)
Documentation
data AppDetails Source #
Details about an Amazon SageMaker app.
See: newAppDetails
smart constructor.
Instances
newAppDetails :: AppDetails Source #
Create a value of AppDetails
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:AppDetails'
, appDetails_creationTime
- The creation time.
$sel:status:AppDetails'
, appDetails_status
- The status.
$sel:userProfileName:AppDetails'
, appDetails_userProfileName
- The user profile name.
$sel:appName:AppDetails'
, appDetails_appName
- The name of the app.
$sel:domainId:AppDetails'
, appDetails_domainId
- The domain ID.
$sel:appType:AppDetails'
, appDetails_appType
- The type of app.
appDetails_creationTime :: Lens' AppDetails (Maybe UTCTime) Source #
The creation time.
appDetails_status :: Lens' AppDetails (Maybe AppStatus) Source #
The status.
appDetails_userProfileName :: Lens' AppDetails (Maybe Text) Source #
The user profile name.
appDetails_appName :: Lens' AppDetails (Maybe Text) Source #
The name of the app.
appDetails_domainId :: Lens' AppDetails (Maybe Text) Source #
The domain ID.
appDetails_appType :: Lens' AppDetails (Maybe AppType) Source #
The type of app.