| 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.MGN.AssociateApplications
Description
Associate applications to wave.
Synopsis
- data AssociateApplications = AssociateApplications' {
- applicationIDs :: NonEmpty Text
- waveID :: Text
- newAssociateApplications :: NonEmpty Text -> Text -> AssociateApplications
- associateApplications_applicationIDs :: Lens' AssociateApplications (NonEmpty Text)
- associateApplications_waveID :: Lens' AssociateApplications Text
- data AssociateApplicationsResponse = AssociateApplicationsResponse' {
- httpStatus :: Int
- newAssociateApplicationsResponse :: Int -> AssociateApplicationsResponse
- associateApplicationsResponse_httpStatus :: Lens' AssociateApplicationsResponse Int
Creating a Request
data AssociateApplications Source #
See: newAssociateApplications smart constructor.
Constructors
| AssociateApplications' | |
Fields
| |
Instances
newAssociateApplications Source #
Create a value of AssociateApplications 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:
AssociateApplications, associateApplications_applicationIDs - Application IDs list.
AssociateApplications, associateApplications_waveID - Wave ID.
Request Lenses
associateApplications_applicationIDs :: Lens' AssociateApplications (NonEmpty Text) Source #
Application IDs list.
Destructuring the Response
data AssociateApplicationsResponse Source #
See: newAssociateApplicationsResponse smart constructor.
Constructors
| AssociateApplicationsResponse' | |
Fields
| |
Instances
newAssociateApplicationsResponse Source #
Create a value of AssociateApplicationsResponse 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:httpStatus:AssociateApplicationsResponse', associateApplicationsResponse_httpStatus - The response's http status code.
Response Lenses
associateApplicationsResponse_httpStatus :: Lens' AssociateApplicationsResponse Int Source #
The response's http status code.