| 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.APIGateway.DeleteUsagePlan
Description
Deletes a usage plan of a given plan Id.
Creating a Request
Arguments
| :: Text | |
| -> DeleteUsagePlan |
Creates a value of DeleteUsagePlan with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dupUsagePlanId- [Required] The Id of the to-be-deleted usage plan.
data DeleteUsagePlan Source #
The DELETE request to delete a usage plan of a given plan Id.
See: deleteUsagePlan smart constructor.
Instances
Request Lenses
dupUsagePlanId :: Lens' DeleteUsagePlan Text Source #
- Required
- The Id of the to-be-deleted usage plan.
Destructuring the Response
deleteUsagePlanResponse :: DeleteUsagePlanResponse Source #
Creates a value of DeleteUsagePlanResponse with the minimum fields required to make a request.
data DeleteUsagePlanResponse Source #
See: deleteUsagePlanResponse smart constructor.