| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Discovery.DeleteApplications
Description
Deletes a list of applications and their associations with configuration items.
Creating a Request
deleteApplications :: DeleteApplications Source #
Creates a value of DeleteApplications with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daConfigurationIds- Configuration ID of an application to be deleted.
data DeleteApplications Source #
See: deleteApplications smart constructor.
Instances
Request Lenses
daConfigurationIds :: Lens' DeleteApplications [Text] Source #
Configuration ID of an application to be deleted.
Destructuring the Response
deleteApplicationsResponse Source #
Arguments
| :: Int | |
| -> DeleteApplicationsResponse |
Creates a value of DeleteApplicationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
darsResponseStatus- -- | The response status code.
Response Lenses
darsResponseStatus :: Lens' DeleteApplicationsResponse Int Source #
- - | The response status code.