|
43 | 43 | "name": "pricing" |
44 | 44 | }, |
45 | 45 | "aws.protocols#awsJson1_1": {}, |
46 | | - "smithy.api#documentation": "<p>Amazon Web Services Price List Service API (Amazon Web Services Price List Service) is a centralized and convenient way to\n programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List Service\n uses standardized product attributes such as <code>Location</code>, <code>Storage\n Class</code>, and <code>Operating System</code>, and provides prices at the SKU\n level. You can use the Amazon Web Services Price List Service to build cost control and scenario planning tools, reconcile\n billing data, forecast future spend for budgeting purposes, and provide cost benefit\n analysis that compare your internal workloads with Amazon Web Services.</p>\n <p>Use <code>GetServices</code> without a service code to retrieve the service codes for all AWS services, then \n <code>GetServices</code> with a service code to retrieve the attribute names for \n that service. After you have the service code and attribute names, you can use <code>GetAttributeValues</code>\n to see what values are available for an attribute. With the service code and an attribute name and value, \n you can use <code>GetProducts</code> to find specific products that you're interested in, such as \n an <code>AmazonEC2</code> instance, with a <code>Provisioned IOPS</code> \n <code>volumeType</code>.</p>\n <p>Service Endpoint</p>\n <p>Amazon Web Services Price List Service API provides the following two endpoints:</p>\n <ul>\n <li>\n <p>https://api.pricing.us-east-1.amazonaws.com</p>\n </li>\n <li>\n <p>https://api.pricing.ap-south-1.amazonaws.com</p>\n </li>\n </ul>", |
| 46 | + "smithy.api#documentation": "<p>Amazon Web Services Price List API is a centralized and convenient way to\n programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List\n uses standardized product attributes such as <code>Location</code>, <code>Storage\n Class</code>, and <code>Operating System</code>, and provides prices at the SKU\n level. You can use the Amazon Web Services Price List to build cost control and scenario planning tools, reconcile\n billing data, forecast future spend for budgeting purposes, and provide cost benefit\n analysis that compare your internal workloads with Amazon Web Services.</p>\n <p>Use <code>GetServices</code> without a service code to retrieve the service codes for all AWS services, then \n <code>GetServices</code> with a service code to retrieve the attribute names for \n that service. After you have the service code and attribute names, you can use <code>GetAttributeValues</code>\n to see what values are available for an attribute. With the service code and an attribute name and value, \n you can use <code>GetProducts</code> to find specific products that you're interested in, such as \n an <code>AmazonEC2</code> instance, with a <code>Provisioned IOPS</code> \n <code>volumeType</code>.</p>\n <p>Service Endpoint</p>\n <p>Amazon Web Services Price List service API provides the following two endpoints:</p>\n <ul>\n <li>\n <p>https://api.pricing.us-east-1.amazonaws.com</p>\n </li>\n <li>\n <p>https://api.pricing.ap-south-1.amazonaws.com</p>\n </li>\n </ul>", |
47 | 47 | "smithy.api#title": "AWS Price List Service" |
48 | 48 | }, |
49 | 49 | "version": "2017-10-15", |
|
266 | 266 | } |
267 | 267 | ], |
268 | 268 | "traits": { |
269 | | - "smithy.api#documentation": "<p>Returns a list of attribute values. Attributes are similar to the details \n in a Price List API offer file. For a list of available attributes, see \n <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs\">Offer File Definitions</a>\n in the <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html\">Amazon Web Services Billing and Cost Management User Guide</a>.</p>", |
| 269 | + "smithy.api#documentation": "<p>Returns a list of attribute values. Attributes are similar to the details \n in a Price List API offer file. For a list of available attributes, see \n <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs\">Offer File Definitions</a>\n in the <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html\">Billing and Cost Management User Guide</a>.</p>", |
270 | 270 | "smithy.api#paginated": { |
271 | 271 | "inputToken": "NextToken", |
272 | 272 | "outputToken": "NextToken", |
|
363 | 363 | "ServiceCode": { |
364 | 364 | "target": "com.amazonaws.pricing#String", |
365 | 365 | "traits": { |
366 | | - "smithy.api#documentation": "<p>The code for the service whose products you want to retrieve. </p>" |
| 366 | + "smithy.api#documentation": "<p>The code for the service whose products you want to retrieve. </p>", |
| 367 | + "smithy.api#required": {} |
367 | 368 | } |
368 | 369 | }, |
369 | 370 | "Filters": { |
|
480 | 481 | "ServiceCode": { |
481 | 482 | "target": "com.amazonaws.pricing#String", |
482 | 483 | "traits": { |
483 | | - "smithy.api#documentation": "<p>The code for the Amazon Web Services service.</p>" |
| 484 | + "smithy.api#documentation": "<p>The code for the Amazon Web Services service.</p>", |
| 485 | + "smithy.api#required": {} |
484 | 486 | } |
485 | 487 | }, |
486 | 488 | "AttributeNames": { |
|
0 commit comments