Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data StateMachineListItem = StateMachineListItem' {}
- newStateMachineListItem :: Text -> Text -> StateMachineType -> UTCTime -> StateMachineListItem
- stateMachineListItem_stateMachineArn :: Lens' StateMachineListItem Text
- stateMachineListItem_name :: Lens' StateMachineListItem Text
- stateMachineListItem_type :: Lens' StateMachineListItem StateMachineType
- stateMachineListItem_creationDate :: Lens' StateMachineListItem UTCTime
Documentation
data StateMachineListItem Source #
Contains details about the state machine.
See: newStateMachineListItem
smart constructor.
StateMachineListItem' | |
|
Instances
newStateMachineListItem Source #
:: Text | |
-> Text | |
-> StateMachineType | |
-> UTCTime | |
-> StateMachineListItem |
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 _.
stateMachineListItem_creationDate :: Lens' StateMachineListItem UTCTime Source #
The date the state machine is created.