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 report plan specified by a report plan name.
Creating a Request
data DeleteReportPlan Source #
See: newDeleteReportPlan
smart constructor.
DeleteReportPlan' | |
|
Instances
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.
Instances
Eq DeleteReportPlanResponse Source # | |
Defined in Amazonka.Backup.DeleteReportPlan | |
Read DeleteReportPlanResponse Source # | |
Show DeleteReportPlanResponse Source # | |
Defined in Amazonka.Backup.DeleteReportPlan showsPrec :: Int -> DeleteReportPlanResponse -> ShowS # show :: DeleteReportPlanResponse -> String # showList :: [DeleteReportPlanResponse] -> ShowS # | |
Generic DeleteReportPlanResponse Source # | |
Defined in Amazonka.Backup.DeleteReportPlan type Rep DeleteReportPlanResponse :: Type -> Type # | |
NFData DeleteReportPlanResponse Source # | |
Defined in Amazonka.Backup.DeleteReportPlan rnf :: DeleteReportPlanResponse -> () # | |
type Rep DeleteReportPlanResponse Source # | |
newDeleteReportPlanResponse :: DeleteReportPlanResponse Source #
Create a value of DeleteReportPlanResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.