| 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.CloudWatch.DeleteDashboards
Description
Deletes all dashboards that you specify. You may specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted.
Creating a Request
deleteDashboards :: DeleteDashboards Source #
Creates a value of DeleteDashboards with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddDashboardNames- The dashboards to be deleted. This parameter is required.
data DeleteDashboards Source #
See: deleteDashboards smart constructor.
Instances
Request Lenses
ddDashboardNames :: Lens' DeleteDashboards [Text] Source #
The dashboards to be deleted. This parameter is required.
Destructuring the Response
deleteDashboardsResponse Source #
Arguments
| :: Int | |
| -> DeleteDashboardsResponse |
Creates a value of DeleteDashboardsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddrsResponseStatus- -- | The response status code.
data DeleteDashboardsResponse Source #
See: deleteDashboardsResponse smart constructor.
Instances
Response Lenses
ddrsResponseStatus :: Lens' DeleteDashboardsResponse Int Source #
- - | The response status code.