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 |
Amazonka.Backup.DeleteReportPlan
Description
Deletes the report plan specified by a report plan name.
Creating a Request
data DeleteReportPlan Source #
See: newDeleteReportPlan
smart constructor.
Constructors
DeleteReportPlan' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteReportPlan |
Create a value of DeleteReportPlan
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:reportPlanName:DeleteReportPlan'
, deleteReportPlan_reportPlanName
- The unique name of a report plan.
Request Lenses
deleteReportPlan_reportPlanName :: Lens' DeleteReportPlan Text Source #
The unique name of a report plan.
Destructuring the Response
data DeleteReportPlanResponse Source #
See: newDeleteReportPlanResponse
smart constructor.
Constructors
DeleteReportPlanResponse' | |
Instances
newDeleteReportPlanResponse :: DeleteReportPlanResponse Source #
Create a value of DeleteReportPlanResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.