| 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.Tool
Description
Documentation
List of AWS services utilized in a migration workflow.
See: newTool smart constructor.
Constructors
| Tool' | |
Instances
| FromJSON Tool Source # | |
| Generic Tool Source # | |
| Read Tool Source # | |
| Show Tool Source # | |
| NFData Tool Source # | |
Defined in Amazonka.MigrationHubOrchestrator.Types.Tool | |
| Eq Tool Source # | |
| Hashable Tool Source # | |
Defined in Amazonka.MigrationHubOrchestrator.Types.Tool | |
| type Rep Tool Source # | |
Defined in Amazonka.MigrationHubOrchestrator.Types.Tool type Rep Tool = D1 ('MetaData "Tool" "Amazonka.MigrationHubOrchestrator.Types.Tool" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "Tool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Tool 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:name:Tool', tool_name - The name of an AWS service.
$sel:url:Tool', tool_url - The URL of an AWS service.