amazonka-emr-serverless-2.0: Amazon EMR Serverless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMRServerless.Types.ApplicationSummary

Description

 
Synopsis

Documentation

data ApplicationSummary Source #

The summary of attributes associated with an application.

See: newApplicationSummary smart constructor.

Constructors

ApplicationSummary' 

Fields

Instances

Instances details
FromJSON ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

Generic ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

Associated Types

type Rep ApplicationSummary :: Type -> Type #

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

Show ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

type Rep ApplicationSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ApplicationSummary

newApplicationSummary Source #

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_stateDetails :: Lens' ApplicationSummary (Maybe Text) Source #

The state details 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_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.