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

Description

Deletes the specified workflow and all its corresponding resources. This is an async process.

Synopsis

Creating a Request

data DeleteWorkflow Source #

See: newDeleteWorkflow smart constructor.

Constructors

DeleteWorkflow' 

Fields

Instances

Instances details
ToHeaders DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

ToPath DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

ToQuery DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

AWSRequest DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Associated Types

type AWSResponse DeleteWorkflow #

Generic DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Associated Types

type Rep DeleteWorkflow :: Type -> Type #

Read DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Show DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

NFData DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Methods

rnf :: DeleteWorkflow -> () #

Eq DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Hashable DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

type AWSResponse DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

type Rep DeleteWorkflow Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

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

newDeleteWorkflow Source #

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

DeleteWorkflow, deleteWorkflow_domainName - The unique name of the domain.

DeleteWorkflow, deleteWorkflow_workflowId - Unique identifier for the workflow.

Request Lenses

deleteWorkflow_domainName :: Lens' DeleteWorkflow Text Source #

The unique name of the domain.

deleteWorkflow_workflowId :: Lens' DeleteWorkflow Text Source #

Unique identifier for the workflow.

Destructuring the Response

data DeleteWorkflowResponse Source #

See: newDeleteWorkflowResponse smart constructor.

Constructors

DeleteWorkflowResponse' 

Fields

Instances

Instances details
Generic DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Associated Types

type Rep DeleteWorkflowResponse :: Type -> Type #

Read DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Show DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

NFData DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

Methods

rnf :: DeleteWorkflowResponse -> () #

Eq DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

type Rep DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteWorkflow

type Rep DeleteWorkflowResponse = D1 ('MetaData "DeleteWorkflowResponse" "Amazonka.CustomerProfiles.DeleteWorkflow" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "DeleteWorkflowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkflowResponse Source #

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

Response Lenses