libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.StepFunctions.Types.StateMachineListItem

Description

 
Synopsis

Documentation

data StateMachineListItem Source #

Contains details about the state machine.

See: newStateMachineListItem smart constructor.

Constructors

StateMachineListItem' 

Fields

  • stateMachineArn :: Text

    The Amazon Resource Name (ARN) that identifies the state machine.

  • name :: Text

    The name of the state machine.

    A name must not contain:

    • white space
    • brackets < > { } [ ]
    • wildcard characters ? *
    • special characters " # % \ ^ | ~ ` $ & , ; : /
    • control characters (U+0000-001F, U+007F-009F)

    To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

  • type' :: StateMachineType
     
  • creationDate :: POSIX

    The date the state machine is created.

Instances

Instances details
Eq StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

Read StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

Show StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

Generic StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

Associated Types

type Rep StateMachineListItem :: Type -> Type #

NFData StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

Methods

rnf :: StateMachineListItem -> () #

Hashable StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

FromJSON StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

type Rep StateMachineListItem Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateMachineListItem

type Rep StateMachineListItem = D1 ('MetaData "StateMachineListItem" "Amazonka.StepFunctions.Types.StateMachineListItem" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "StateMachineListItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stateMachineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StateMachineType) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newStateMachineListItem Source #

Create a value of StateMachineListItem 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:stateMachineArn:StateMachineListItem', stateMachineListItem_stateMachineArn - The Amazon Resource Name (ARN) that identifies the state machine.

$sel:name:StateMachineListItem', stateMachineListItem_name - The name of the state machine.

A name must not contain:

  • white space
  • brackets < > { } [ ]
  • wildcard characters ? *
  • special characters " # % \ ^ | ~ ` $ & , ; : /
  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

$sel:type':StateMachineListItem', stateMachineListItem_type -

$sel:creationDate:StateMachineListItem', stateMachineListItem_creationDate - The date the state machine is created.

stateMachineListItem_stateMachineArn :: Lens' StateMachineListItem Text Source #

The Amazon Resource Name (ARN) that identifies the state machine.

stateMachineListItem_name :: Lens' StateMachineListItem Text Source #

The name of the state machine.

A name must not contain:

  • white space
  • brackets < > { } [ ]
  • wildcard characters ? *
  • special characters " # % \ ^ | ~ ` $ & , ; : /
  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.