| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubOrchestrator.Types.StepInput
Description
Synopsis
- data StepInput = StepInput' {
- integerValue :: Maybe Int
- listOfStringsValue :: Maybe [Text]
- mapOfStringValue :: Maybe (HashMap Text Text)
- stringValue :: Maybe Text
- newStepInput :: StepInput
- stepInput_integerValue :: Lens' StepInput (Maybe Int)
- stepInput_listOfStringsValue :: Lens' StepInput (Maybe [Text])
- stepInput_mapOfStringValue :: Lens' StepInput (Maybe (HashMap Text Text))
- stepInput_stringValue :: Lens' StepInput (Maybe Text)
Documentation
A map of key value pairs that is generated when you create a migration workflow. The key value pairs will differ based on your selection of the template.
See: newStepInput smart constructor.
Constructors
| StepInput' | |
Fields
| |
Instances
newStepInput :: StepInput Source #
Create a value of StepInput 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:integerValue:StepInput', stepInput_integerValue - The value of the integer.
$sel:listOfStringsValue:StepInput', stepInput_listOfStringsValue - List of string values.
$sel:mapOfStringValue:StepInput', stepInput_mapOfStringValue - Map of string values.
$sel:stringValue:StepInput', stepInput_stringValue - String value.