libZSservicesZSamazonka-transferZSamazonka-transfer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transfer.DescribeExecution

Description

You can use DescribeExecution to check the details of the execution of the specified workflow.

Synopsis

Creating a Request

data DescribeExecution Source #

See: newDescribeExecution smart constructor.

Constructors

DescribeExecution' 

Fields

Instances

Instances details
Eq DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Read DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Show DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Generic DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Associated Types

type Rep DescribeExecution :: Type -> Type #

NFData DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Methods

rnf :: DescribeExecution -> () #

Hashable DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

ToJSON DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

AWSRequest DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Associated Types

type AWSResponse DescribeExecution #

ToHeaders DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

ToPath DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

ToQuery DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

type Rep DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

type Rep DescribeExecution = D1 ('MetaData "DescribeExecution" "Amazonka.Transfer.DescribeExecution" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "DescribeExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeExecution Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

newDescribeExecution Source #

Create a value of DescribeExecution 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:executionId:DescribeExecution', describeExecution_executionId - A unique identifier for the execution of a workflow.

$sel:workflowId:DescribeExecution', describeExecution_workflowId - A unique identifier for the workflow.

Request Lenses

describeExecution_executionId :: Lens' DescribeExecution Text Source #

A unique identifier for the execution of a workflow.

describeExecution_workflowId :: Lens' DescribeExecution Text Source #

A unique identifier for the workflow.

Destructuring the Response

data DescribeExecutionResponse Source #

See: newDescribeExecutionResponse smart constructor.

Constructors

DescribeExecutionResponse' 

Fields

Instances

Instances details
Eq DescribeExecutionResponse Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Read DescribeExecutionResponse Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Show DescribeExecutionResponse Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Generic DescribeExecutionResponse Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

Associated Types

type Rep DescribeExecutionResponse :: Type -> Type #

NFData DescribeExecutionResponse Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

type Rep DescribeExecutionResponse Source # 
Instance details

Defined in Amazonka.Transfer.DescribeExecution

type Rep DescribeExecutionResponse = D1 ('MetaData "DescribeExecutionResponse" "Amazonka.Transfer.DescribeExecution" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "DescribeExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "execution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DescribedExecution))))

newDescribeExecutionResponse Source #

Create a value of DescribeExecutionResponse 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:httpStatus:DescribeExecutionResponse', describeExecutionResponse_httpStatus - The response's http status code.

$sel:workflowId:DescribeExecution', describeExecutionResponse_workflowId - A unique identifier for the workflow.

$sel:execution:DescribeExecutionResponse', describeExecutionResponse_execution - The structure that contains the details of the workflow' execution.

Response Lenses

describeExecutionResponse_execution :: Lens' DescribeExecutionResponse DescribedExecution Source #

The structure that contains the details of the workflow' execution.