| 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.MigrationHubStrategy.Types.AssociatedApplication
Description
Documentation
data AssociatedApplication Source #
Object containing details about applications as defined in Application Discovery Service.
See: newAssociatedApplication smart constructor.
Constructors
| AssociatedApplication' | |
Instances
newAssociatedApplication :: AssociatedApplication Source #
Create a value of AssociatedApplication 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:id:AssociatedApplication', associatedApplication_id - ID of the application as defined in Application Discovery Service.
$sel:name:AssociatedApplication', associatedApplication_name - Name of the application as defined in Application Discovery Service.
associatedApplication_id :: Lens' AssociatedApplication (Maybe Text) Source #
ID of the application as defined in Application Discovery Service.
associatedApplication_name :: Lens' AssociatedApplication (Maybe Text) Source #
Name of the application as defined in Application Discovery Service.