Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
Synopsis
- data CreateUsagePlan = CreateUsagePlan' {}
- newCreateUsagePlan :: Text -> CreateUsagePlan
- createUsagePlan_apiStages :: Lens' CreateUsagePlan (Maybe [ApiStage])
- createUsagePlan_description :: Lens' CreateUsagePlan (Maybe Text)
- createUsagePlan_quota :: Lens' CreateUsagePlan (Maybe QuotaSettings)
- createUsagePlan_tags :: Lens' CreateUsagePlan (Maybe (HashMap Text Text))
- createUsagePlan_throttle :: Lens' CreateUsagePlan (Maybe ThrottleSettings)
- createUsagePlan_name :: Lens' CreateUsagePlan Text
- data UsagePlan = UsagePlan' {}
- newUsagePlan :: UsagePlan
- usagePlan_apiStages :: Lens' UsagePlan (Maybe [ApiStage])
- usagePlan_description :: Lens' UsagePlan (Maybe Text)
- usagePlan_id :: Lens' UsagePlan (Maybe Text)
- usagePlan_name :: Lens' UsagePlan (Maybe Text)
- usagePlan_productCode :: Lens' UsagePlan (Maybe Text)
- usagePlan_quota :: Lens' UsagePlan (Maybe QuotaSettings)
- usagePlan_tags :: Lens' UsagePlan (Maybe (HashMap Text Text))
- usagePlan_throttle :: Lens' UsagePlan (Maybe ThrottleSettings)
Creating a Request
data CreateUsagePlan Source #
The POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload.
See: newCreateUsagePlan
smart constructor.
CreateUsagePlan' | |
|
Instances
Create a value of CreateUsagePlan
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:
CreateUsagePlan
, createUsagePlan_apiStages
- The associated API stages of the usage plan.
CreateUsagePlan
, createUsagePlan_description
- The description of the usage plan.
CreateUsagePlan
, createUsagePlan_quota
- The quota of the usage plan.
CreateUsagePlan
, createUsagePlan_tags
- The key-value map of strings. The valid character set is
[a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not
start with aws:
. The tag value can be up to 256 characters.
CreateUsagePlan
, createUsagePlan_throttle
- The throttling limits of the usage plan.
CreateUsagePlan
, createUsagePlan_name
- The name of the usage plan.
Request Lenses
createUsagePlan_apiStages :: Lens' CreateUsagePlan (Maybe [ApiStage]) Source #
The associated API stages of the usage plan.
createUsagePlan_description :: Lens' CreateUsagePlan (Maybe Text) Source #
The description of the usage plan.
createUsagePlan_quota :: Lens' CreateUsagePlan (Maybe QuotaSettings) Source #
The quota of the usage plan.
createUsagePlan_tags :: Lens' CreateUsagePlan (Maybe (HashMap Text Text)) Source #
The key-value map of strings. The valid character set is
[a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not
start with aws:
. The tag value can be up to 256 characters.
createUsagePlan_throttle :: Lens' CreateUsagePlan (Maybe ThrottleSettings) Source #
The throttling limits of the usage plan.
createUsagePlan_name :: Lens' CreateUsagePlan Text Source #
The name of the usage plan.
Destructuring the Response
Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using Amazon Web Services Budgets to monitor costs and WAF to manage API requests.
See: newUsagePlan
smart constructor.
UsagePlan' | |
|
Instances
newUsagePlan :: UsagePlan Source #
Create a value of UsagePlan
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:apiStages:UsagePlan'
, usagePlan_apiStages
- The associated API stages of a usage plan.
$sel:description:UsagePlan'
, usagePlan_description
- The description of a usage plan.
$sel:id:UsagePlan'
, usagePlan_id
- The identifier of a UsagePlan resource.
$sel:name:UsagePlan'
, usagePlan_name
- The name of a usage plan.
$sel:productCode:UsagePlan'
, usagePlan_productCode
- The AWS Markeplace product identifier to associate with the usage plan
as a SaaS product on AWS Marketplace.
$sel:quota:UsagePlan'
, usagePlan_quota
- The target maximum number of permitted requests per a given unit time
interval.
$sel:tags:UsagePlan'
, usagePlan_tags
- The collection of tags. Each tag element is associated with a given
resource.
UsagePlan
, usagePlan_throttle
- A map containing method level throttling information for API stage in a
usage plan.
Response Lenses
usagePlan_apiStages :: Lens' UsagePlan (Maybe [ApiStage]) Source #
The associated API stages of a usage plan.
usagePlan_productCode :: Lens' UsagePlan (Maybe Text) Source #
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
usagePlan_quota :: Lens' UsagePlan (Maybe QuotaSettings) Source #
The target maximum number of permitted requests per a given unit time interval.
usagePlan_tags :: Lens' UsagePlan (Maybe (HashMap Text Text)) Source #
The collection of tags. Each tag element is associated with a given resource.
usagePlan_throttle :: Lens' UsagePlan (Maybe ThrottleSettings) Source #
A map containing method level throttling information for API stage in a usage plan.