amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles 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.CustomerProfiles.GetWorkflow

Description

Get details of specified workflow.

Synopsis

Creating a Request

data GetWorkflow Source #

See: newGetWorkflow smart constructor.

Constructors

GetWorkflow' 

Fields

Instances

Instances details
ToHeaders GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Methods

toHeaders :: GetWorkflow -> [Header] #

ToPath GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

ToQuery GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

AWSRequest GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Associated Types

type AWSResponse GetWorkflow #

Generic GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Associated Types

type Rep GetWorkflow :: Type -> Type #

Read GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Show GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

NFData GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Methods

rnf :: GetWorkflow -> () #

Eq GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Hashable GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

type AWSResponse GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

type Rep GetWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

type Rep GetWorkflow = D1 ('MetaData "GetWorkflow" "Amazonka.CustomerProfiles.GetWorkflow" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "GetWorkflow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetWorkflow Source #

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

GetWorkflow, getWorkflow_domainName - The unique name of the domain.

GetWorkflow, getWorkflow_workflowId - Unique identifier for the workflow.

Request Lenses

getWorkflow_domainName :: Lens' GetWorkflow Text Source #

The unique name of the domain.

getWorkflow_workflowId :: Lens' GetWorkflow Text Source #

Unique identifier for the workflow.

Destructuring the Response

data GetWorkflowResponse Source #

See: newGetWorkflowResponse smart constructor.

Constructors

GetWorkflowResponse' 

Fields

Instances

Instances details
Generic GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Associated Types

type Rep GetWorkflowResponse :: Type -> Type #

Read GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Show GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

NFData GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

Methods

rnf :: GetWorkflowResponse -> () #

Eq GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

type Rep GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetWorkflow

newGetWorkflowResponse Source #

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

GetWorkflowResponse, getWorkflowResponse_attributes - Attributes provided for workflow execution.

$sel:errorDescription:GetWorkflowResponse', getWorkflowResponse_errorDescription - Workflow error messages during execution (if any).

GetWorkflowResponse, getWorkflowResponse_lastUpdatedAt - The timestamp that represents when workflow execution last updated.

$sel:metrics:GetWorkflowResponse', getWorkflowResponse_metrics - Workflow specific execution metrics.

$sel:startDate:GetWorkflowResponse', getWorkflowResponse_startDate - The timestamp that represents when workflow execution started.

GetWorkflowResponse, getWorkflowResponse_status - Status of workflow execution.

GetWorkflow, getWorkflowResponse_workflowId - Unique identifier for the workflow.

GetWorkflowResponse, getWorkflowResponse_workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.

$sel:httpStatus:GetWorkflowResponse', getWorkflowResponse_httpStatus - The response's http status code.

Response Lenses

getWorkflowResponse_errorDescription :: Lens' GetWorkflowResponse (Maybe Text) Source #

Workflow error messages during execution (if any).

getWorkflowResponse_lastUpdatedAt :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The timestamp that represents when workflow execution last updated.

getWorkflowResponse_startDate :: Lens' GetWorkflowResponse (Maybe UTCTime) Source #

The timestamp that represents when workflow execution started.

getWorkflowResponse_workflowType :: Lens' GetWorkflowResponse (Maybe WorkflowType) Source #

The type of workflow. The only supported value is APPFLOW_INTEGRATION.