| 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.CostAndUsageReport.DeleteReportDefinition
Description
Delete a specified report definition
- deleteReportDefinition :: DeleteReportDefinition
- data DeleteReportDefinition
- drdReportName :: Lens' DeleteReportDefinition (Maybe Text)
- deleteReportDefinitionResponse :: Int -> DeleteReportDefinitionResponse
- data DeleteReportDefinitionResponse
- drsResponseMessage :: Lens' DeleteReportDefinitionResponse (Maybe Text)
- drsResponseStatus :: Lens' DeleteReportDefinitionResponse Int
Creating a Request
deleteReportDefinition :: DeleteReportDefinition Source #
Creates a value of DeleteReportDefinition with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drdReportName- Undocumented member.
data DeleteReportDefinition Source #
Request of DeleteReportDefinition
See: deleteReportDefinition smart constructor.
Instances
Request Lenses
drdReportName :: Lens' DeleteReportDefinition (Maybe Text) Source #
Undocumented member.
Destructuring the Response
deleteReportDefinitionResponse Source #
Arguments
| :: Int | |
| -> DeleteReportDefinitionResponse |
Creates a value of DeleteReportDefinitionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseMessage- Undocumented member.drsResponseStatus- -- | The response status code.
data DeleteReportDefinitionResponse Source #
Response of DeleteReportDefinition
See: deleteReportDefinitionResponse smart constructor.
Instances
Response Lenses
drsResponseMessage :: Lens' DeleteReportDefinitionResponse (Maybe Text) Source #
Undocumented member.
drsResponseStatus :: Lens' DeleteReportDefinitionResponse Int Source #
- - | The response status code.