ListPricingPlansAssociatedWithPricingRule
A list of the pricing plans that are associated with a pricing rule.
Request Syntax
POST /list-pricing-plans-associated-with-pricing-rule HTTP/1.1
Content-type: application/json
{
"BillingPeriod": "string
",
"MaxResults": number
,
"NextToken": "string
",
"PricingRuleArn": "string
"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- BillingPeriod
-
The pricing plan billing period for which associations will be listed.
Type: String
Pattern:
\d{4}-(0?[1-9]|1[012])
Required: No
- MaxResults
-
The optional maximum number of pricing rule associations to retrieve.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
- NextToken
-
The optional pagination token returned by a previous call.
Type: String
Required: No
- PricingRuleArn
-
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
Type: String
Pattern:
(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingrule/)?[a-zA-Z0-9]{10}
Required: Yes
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"BillingPeriod": "string",
"NextToken": "string",
"PricingPlanArns": [ "string" ],
"PricingRuleArn": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- BillingPeriod
-
The pricing plan billing period for which associations will be listed.
Type: String
Pattern:
\d{4}-(0?[1-9]|1[012])
- NextToken
-
The pagination token to be used on subsequent calls.
Type: String
- PricingPlanArns
-
The list containing pricing plans that are associated with the requested pricing rule.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Pattern:
(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/)?[a-zA-Z0-9]{10}
- PricingRuleArn
-
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
Type: String
Pattern:
(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingrule/)?[a-zA-Z0-9]{10}
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You do not have sufficient access to perform this action.
HTTP Status Code: 403
- InternalServerException
-
An unexpected error occurred while processing a request.
HTTP Status Code: 500
- ResourceNotFoundException
-
The request references a resource that doesn't exist.
HTTP Status Code: 404
- ThrottlingException
-
The request was denied due to request throttling.
HTTP Status Code: 429
- ValidationException
-
The input doesn't match with the constraints specified by AWS services.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: