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.Types.ListedWorkflow

Description

 
Synopsis

Documentation

data ListedWorkflow Source #

Contains the ID, text description, and Amazon Resource Name (ARN) for the workflow.

See: newListedWorkflow smart constructor.

Constructors

ListedWorkflow' 

Fields

Instances

Instances details
Eq ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

Read ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

Show ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

Generic ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

Associated Types

type Rep ListedWorkflow :: Type -> Type #

NFData ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

Methods

rnf :: ListedWorkflow -> () #

Hashable ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

FromJSON ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

type Rep ListedWorkflow Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedWorkflow

type Rep ListedWorkflow = D1 ('MetaData "ListedWorkflow" "Amazonka.Transfer.Types.ListedWorkflow" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "ListedWorkflow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListedWorkflow :: ListedWorkflow Source #

Create a value of ListedWorkflow 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:arn:ListedWorkflow', listedWorkflow_arn - Specifies the unique Amazon Resource Name (ARN) for the workflow.

$sel:workflowId:ListedWorkflow', listedWorkflow_workflowId - A unique identifier for the workflow.

$sel:description:ListedWorkflow', listedWorkflow_description - Specifies the text description for the workflow.

listedWorkflow_arn :: Lens' ListedWorkflow (Maybe Text) Source #

Specifies the unique Amazon Resource Name (ARN) for the workflow.

listedWorkflow_workflowId :: Lens' ListedWorkflow (Maybe Text) Source #

A unique identifier for the workflow.

listedWorkflow_description :: Lens' ListedWorkflow (Maybe Text) Source #

Specifies the text description for the workflow.