libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
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.IoTThingsGraph.DeleteFlowTemplate

Description

Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).

Synopsis

Creating a Request

data DeleteFlowTemplate Source #

See: newDeleteFlowTemplate smart constructor.

Constructors

DeleteFlowTemplate' 

Fields

  • id :: Text

    The ID of the workflow to be deleted.

    The ID should be in the following format.

    urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

Instances

Instances details
Eq DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Read DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Show DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Generic DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Associated Types

type Rep DeleteFlowTemplate :: Type -> Type #

NFData DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Methods

rnf :: DeleteFlowTemplate -> () #

Hashable DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

ToJSON DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

AWSRequest DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Associated Types

type AWSResponse DeleteFlowTemplate #

ToHeaders DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

ToPath DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

ToQuery DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplate = D1 ('MetaData "DeleteFlowTemplate" "Amazonka.IoTThingsGraph.DeleteFlowTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteFlowTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

newDeleteFlowTemplate Source #

Create a value of DeleteFlowTemplate 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:id:DeleteFlowTemplate', deleteFlowTemplate_id - The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

Request Lenses

deleteFlowTemplate_id :: Lens' DeleteFlowTemplate Text Source #

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

Destructuring the Response

data DeleteFlowTemplateResponse Source #

See: newDeleteFlowTemplateResponse smart constructor.

Constructors

DeleteFlowTemplateResponse' 

Fields

Instances

Instances details
Eq DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Read DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Show DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Generic DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Associated Types

type Rep DeleteFlowTemplateResponse :: Type -> Type #

NFData DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplateResponse = D1 ('MetaData "DeleteFlowTemplateResponse" "Amazonka.IoTThingsGraph.DeleteFlowTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteFlowTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFlowTemplateResponse Source #

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

Response Lenses