| 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.Discovery.DeleteApplications
Description
Deletes a list of applications and their associations with configuration items.
Synopsis
- data DeleteApplications = DeleteApplications' {
- configurationIds :: [Text]
- newDeleteApplications :: DeleteApplications
- deleteApplications_configurationIds :: Lens' DeleteApplications [Text]
- data DeleteApplicationsResponse = DeleteApplicationsResponse' {
- httpStatus :: Int
- newDeleteApplicationsResponse :: Int -> DeleteApplicationsResponse
- deleteApplicationsResponse_httpStatus :: Lens' DeleteApplicationsResponse Int
Creating a Request
data DeleteApplications Source #
See: newDeleteApplications smart constructor.
Constructors
| DeleteApplications' | |
Fields
| |
Instances
newDeleteApplications :: DeleteApplications Source #
Create a value of DeleteApplications 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:configurationIds:DeleteApplications', deleteApplications_configurationIds - Configuration ID of an application to be deleted.
Request Lenses
deleteApplications_configurationIds :: Lens' DeleteApplications [Text] Source #
Configuration ID of an application to be deleted.
Destructuring the Response
data DeleteApplicationsResponse Source #
See: newDeleteApplicationsResponse smart constructor.
Constructors
| DeleteApplicationsResponse' | |
Fields
| |
Instances
newDeleteApplicationsResponse Source #
Create a value of DeleteApplicationsResponse 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:DeleteApplicationsResponse', deleteApplicationsResponse_httpStatus - The response's http status code.
Response Lenses
deleteApplicationsResponse_httpStatus :: Lens' DeleteApplicationsResponse Int Source #
The response's http status code.