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.GetDashboardForJobRun

Description

Returns a URL to access the job run dashboard.

Synopsis

Creating a Request

data GetDashboardForJobRun Source #

See: newGetDashboardForJobRun smart constructor.

Constructors

GetDashboardForJobRun' 

Fields

Instances

Instances details
ToHeaders GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

ToPath GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

ToQuery GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

AWSRequest GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Associated Types

type AWSResponse GetDashboardForJobRun #

Generic GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Associated Types

type Rep GetDashboardForJobRun :: Type -> Type #

Read GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Show GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

NFData GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Methods

rnf :: GetDashboardForJobRun -> () #

Eq GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Hashable GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

type AWSResponse GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

type Rep GetDashboardForJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

type Rep GetDashboardForJobRun = D1 ('MetaData "GetDashboardForJobRun" "Amazonka.EMRServerless.GetDashboardForJobRun" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "GetDashboardForJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDashboardForJobRun Source #

Create a value of GetDashboardForJobRun 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:

GetDashboardForJobRun, getDashboardForJobRun_applicationId - The ID of the application.

GetDashboardForJobRun, getDashboardForJobRun_jobRunId - The ID of the job run.

Request Lenses

Destructuring the Response

data GetDashboardForJobRunResponse Source #

See: newGetDashboardForJobRunResponse smart constructor.

Constructors

GetDashboardForJobRunResponse' 

Fields

Instances

Instances details
Generic GetDashboardForJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Associated Types

type Rep GetDashboardForJobRunResponse :: Type -> Type #

Read GetDashboardForJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Show GetDashboardForJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

NFData GetDashboardForJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

Eq GetDashboardForJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

type Rep GetDashboardForJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetDashboardForJobRun

type Rep GetDashboardForJobRunResponse = D1 ('MetaData "GetDashboardForJobRunResponse" "Amazonka.EMRServerless.GetDashboardForJobRun" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "GetDashboardForJobRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDashboardForJobRunResponse Source #

Create a value of GetDashboardForJobRunResponse 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:url:GetDashboardForJobRunResponse', getDashboardForJobRunResponse_url - The URL to view job run's dashboard.

$sel:httpStatus:GetDashboardForJobRunResponse', getDashboardForJobRunResponse_httpStatus - The response's http status code.

Response Lenses