| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMRServerless.Types.ApplicationSummary
Description
Synopsis
- data ApplicationSummary = ApplicationSummary' {
- architecture :: Maybe Architecture
- name :: Maybe Text
- stateDetails :: Maybe Text
- id :: Text
- arn :: Text
- releaseLabel :: Text
- type' :: Text
- state :: ApplicationState
- createdAt :: POSIX
- updatedAt :: POSIX
- newApplicationSummary :: Text -> Text -> Text -> Text -> ApplicationState -> UTCTime -> UTCTime -> ApplicationSummary
- applicationSummary_architecture :: Lens' ApplicationSummary (Maybe Architecture)
- applicationSummary_name :: Lens' ApplicationSummary (Maybe Text)
- applicationSummary_stateDetails :: Lens' ApplicationSummary (Maybe Text)
- applicationSummary_id :: Lens' ApplicationSummary Text
- applicationSummary_arn :: Lens' ApplicationSummary Text
- applicationSummary_releaseLabel :: Lens' ApplicationSummary Text
- applicationSummary_type :: Lens' ApplicationSummary Text
- applicationSummary_state :: Lens' ApplicationSummary ApplicationState
- applicationSummary_createdAt :: Lens' ApplicationSummary UTCTime
- applicationSummary_updatedAt :: Lens' ApplicationSummary UTCTime
Documentation
data ApplicationSummary Source #
The summary of attributes associated with an application.
See: newApplicationSummary smart constructor.
Constructors
| ApplicationSummary' | |
Fields
| |
Instances
newApplicationSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ApplicationState | |
| -> UTCTime | |
| -> UTCTime | |
| -> 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:architecture:ApplicationSummary', applicationSummary_architecture - The CPU architecture of an application.
$sel:name:ApplicationSummary', applicationSummary_name - The name of the application.
$sel:stateDetails:ApplicationSummary', applicationSummary_stateDetails - The state details of the application.
$sel:id:ApplicationSummary', applicationSummary_id - The ID of the application.
$sel:arn:ApplicationSummary', applicationSummary_arn - The ARN of the application.
$sel:releaseLabel:ApplicationSummary', applicationSummary_releaseLabel - The EMR release associated with the application.
$sel:type':ApplicationSummary', applicationSummary_type - The type of application, such as Spark or Hive.
$sel:state:ApplicationSummary', applicationSummary_state - The state of the application.
$sel:createdAt:ApplicationSummary', applicationSummary_createdAt - The date and time when the application was created.
$sel:updatedAt:ApplicationSummary', applicationSummary_updatedAt - The date and time when the application was last updated.
applicationSummary_architecture :: Lens' ApplicationSummary (Maybe Architecture) Source #
The CPU architecture of an application.
applicationSummary_name :: Lens' ApplicationSummary (Maybe Text) Source #
The name of the application.
applicationSummary_stateDetails :: Lens' ApplicationSummary (Maybe Text) Source #
The state details of the application.
applicationSummary_id :: Lens' ApplicationSummary Text Source #
The ID of the application.
applicationSummary_arn :: Lens' ApplicationSummary Text Source #
The ARN of the application.
applicationSummary_releaseLabel :: Lens' ApplicationSummary Text Source #
The EMR release associated with the application.
applicationSummary_type :: Lens' ApplicationSummary Text Source #
The type of application, such as Spark or Hive.
applicationSummary_state :: Lens' ApplicationSummary ApplicationState Source #
The state of the application.
applicationSummary_createdAt :: Lens' ApplicationSummary UTCTime Source #
The date and time when the application was created.
applicationSummary_updatedAt :: Lens' ApplicationSummary UTCTime Source #
The date and time when the application was last updated.