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.DisassociateApplications
Description
Disassociate applications from wave.
Synopsis
- data DisassociateApplications = DisassociateApplications' {
- applicationIDs :: NonEmpty Text
- waveID :: Text
- newDisassociateApplications :: NonEmpty Text -> Text -> DisassociateApplications
- disassociateApplications_applicationIDs :: Lens' DisassociateApplications (NonEmpty Text)
- disassociateApplications_waveID :: Lens' DisassociateApplications Text
- data DisassociateApplicationsResponse = DisassociateApplicationsResponse' {
- httpStatus :: Int
- newDisassociateApplicationsResponse :: Int -> DisassociateApplicationsResponse
- disassociateApplicationsResponse_httpStatus :: Lens' DisassociateApplicationsResponse Int
Creating a Request
data DisassociateApplications Source #
See: newDisassociateApplications
smart constructor.
Constructors
DisassociateApplications' | |
Fields
|
Instances
newDisassociateApplications Source #
Arguments
:: NonEmpty Text | |
-> Text | |
-> DisassociateApplications |
Create a value of DisassociateApplications
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:
DisassociateApplications
, disassociateApplications_applicationIDs
- Application IDs list.
DisassociateApplications
, disassociateApplications_waveID
- Wave ID.
Request Lenses
disassociateApplications_applicationIDs :: Lens' DisassociateApplications (NonEmpty Text) Source #
Application IDs list.
Destructuring the Response
data DisassociateApplicationsResponse Source #
See: newDisassociateApplicationsResponse
smart constructor.
Constructors
DisassociateApplicationsResponse' | |
Fields
|
Instances
newDisassociateApplicationsResponse Source #
Create a value of DisassociateApplicationsResponse
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:DisassociateApplicationsResponse'
, disassociateApplicationsResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateApplicationsResponse_httpStatus :: Lens' DisassociateApplicationsResponse Int Source #
The response's http status code.