Copyright | (c) 2013-2021 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 |
Deletes the recurring report delivery schedule with the specified schedule ARN.
Synopsis
- data DeleteBusinessReportSchedule = DeleteBusinessReportSchedule' {
- scheduleArn :: Text
- newDeleteBusinessReportSchedule :: Text -> DeleteBusinessReportSchedule
- deleteBusinessReportSchedule_scheduleArn :: Lens' DeleteBusinessReportSchedule Text
- data DeleteBusinessReportScheduleResponse = DeleteBusinessReportScheduleResponse' {
- httpStatus :: Int
- newDeleteBusinessReportScheduleResponse :: Int -> DeleteBusinessReportScheduleResponse
- deleteBusinessReportScheduleResponse_httpStatus :: Lens' DeleteBusinessReportScheduleResponse Int
Creating a Request
data DeleteBusinessReportSchedule Source #
See: newDeleteBusinessReportSchedule
smart constructor.
DeleteBusinessReportSchedule' | |
|
Instances
newDeleteBusinessReportSchedule Source #
Create a value of DeleteBusinessReportSchedule
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:scheduleArn:DeleteBusinessReportSchedule'
, deleteBusinessReportSchedule_scheduleArn
- The ARN of the business report schedule.
Request Lenses
deleteBusinessReportSchedule_scheduleArn :: Lens' DeleteBusinessReportSchedule Text Source #
The ARN of the business report schedule.
Destructuring the Response
data DeleteBusinessReportScheduleResponse Source #
See: newDeleteBusinessReportScheduleResponse
smart constructor.
DeleteBusinessReportScheduleResponse' | |
|
Instances
newDeleteBusinessReportScheduleResponse Source #
Create a value of DeleteBusinessReportScheduleResponse
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:DeleteBusinessReportScheduleResponse'
, deleteBusinessReportScheduleResponse_httpStatus
- The response's http status code.
Response Lenses
deleteBusinessReportScheduleResponse_httpStatus :: Lens' DeleteBusinessReportScheduleResponse Int Source #
The response's http status code.