amazonka-athena-2.0: Amazon Athena 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.Athena.GetCalculationExecutionCode

Description

Retrieves a pre-signed URL to a copy of the code that was executed for the calculation.

Synopsis

Creating a Request

data GetCalculationExecutionCode Source #

See: newGetCalculationExecutionCode smart constructor.

Constructors

GetCalculationExecutionCode' 

Fields

Instances

Instances details
ToJSON GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

ToHeaders GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

ToPath GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

ToQuery GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

AWSRequest GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Generic GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Associated Types

type Rep GetCalculationExecutionCode :: Type -> Type #

Read GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Show GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

NFData GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Eq GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Hashable GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

type AWSResponse GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

type Rep GetCalculationExecutionCode Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

type Rep GetCalculationExecutionCode = D1 ('MetaData "GetCalculationExecutionCode" "Amazonka.Athena.GetCalculationExecutionCode" "amazonka-athena-2.0-1BJA3HTvHJNEzwQRaEw59w" 'False) (C1 ('MetaCons "GetCalculationExecutionCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "calculationExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetCalculationExecutionCode Source #

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

GetCalculationExecutionCode, getCalculationExecutionCode_calculationExecutionId - The calculation execution UUID.

Request Lenses

Destructuring the Response

data GetCalculationExecutionCodeResponse Source #

Constructors

GetCalculationExecutionCodeResponse' 

Fields

Instances

Instances details
Generic GetCalculationExecutionCodeResponse Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Read GetCalculationExecutionCodeResponse Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Show GetCalculationExecutionCodeResponse Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

NFData GetCalculationExecutionCodeResponse Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

Eq GetCalculationExecutionCodeResponse Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

type Rep GetCalculationExecutionCodeResponse Source # 
Instance details

Defined in Amazonka.Athena.GetCalculationExecutionCode

type Rep GetCalculationExecutionCodeResponse = D1 ('MetaData "GetCalculationExecutionCodeResponse" "Amazonka.Athena.GetCalculationExecutionCode" "amazonka-athena-2.0-1BJA3HTvHJNEzwQRaEw59w" 'False) (C1 ('MetaCons "GetCalculationExecutionCodeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCalculationExecutionCodeResponse Source #

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

GetCalculationExecutionCodeResponse, getCalculationExecutionCodeResponse_codeBlock - A pre-signed URL to the code that executed the calculation.

$sel:httpStatus:GetCalculationExecutionCodeResponse', getCalculationExecutionCodeResponse_httpStatus - The response's http status code.

Response Lenses

getCalculationExecutionCodeResponse_codeBlock :: Lens' GetCalculationExecutionCodeResponse (Maybe Text) Source #

A pre-signed URL to the code that executed the calculation.