|
31 | 31 | "shapes": {
|
32 | 32 | "com.amazonaws.pricing#AWSPriceListService": {
|
33 | 33 | "type": "service",
|
34 |
| - "version": "2017-10-15", |
35 |
| - "operations": [ |
36 |
| - { |
37 |
| - "target": "com.amazonaws.pricing#DescribeServices" |
38 |
| - }, |
39 |
| - { |
40 |
| - "target": "com.amazonaws.pricing#GetAttributeValues" |
41 |
| - }, |
42 |
| - { |
43 |
| - "target": "com.amazonaws.pricing#GetProducts" |
44 |
| - } |
45 |
| - ], |
46 | 34 | "traits": {
|
47 | 35 | "aws.api#service": {
|
48 | 36 | "sdkId": "Pricing",
|
|
55 | 43 | "name": "pricing"
|
56 | 44 | },
|
57 | 45 | "aws.protocols#awsJson1_1": {},
|
58 |
| - "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 retreive 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 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>", |
59 | 47 | "smithy.api#title": "AWS Price List Service"
|
60 |
| - } |
| 48 | + }, |
| 49 | + "version": "2017-10-15", |
| 50 | + "operations": [ |
| 51 | + { |
| 52 | + "target": "com.amazonaws.pricing#DescribeServices" |
| 53 | + }, |
| 54 | + { |
| 55 | + "target": "com.amazonaws.pricing#GetAttributeValues" |
| 56 | + }, |
| 57 | + { |
| 58 | + "target": "com.amazonaws.pricing#GetProducts" |
| 59 | + } |
| 60 | + ] |
61 | 61 | },
|
62 | 62 | "com.amazonaws.pricing#AttributeNameList": {
|
63 | 63 | "type": "list",
|
|
176 | 176 | "NextToken": {
|
177 | 177 | "target": "com.amazonaws.pricing#String",
|
178 | 178 | "traits": {
|
179 |
| - "smithy.api#documentation": "<p>The pagination token for the next set of retreivable results.</p>" |
| 179 | + "smithy.api#documentation": "<p>The pagination token for the next set of retrievable results.</p>" |
180 | 180 | }
|
181 | 181 | }
|
182 | 182 | }
|
|
266 | 266 | }
|
267 | 267 | ],
|
268 | 268 | "traits": {
|
269 |
| - "smithy.api#documentation": "<p>Returns a list of attribute values. Attibutes 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\">Amazon Web Services Billing and Cost Management User Guide</a>.</p>", |
270 | 270 | "smithy.api#paginated": {
|
271 | 271 | "inputToken": "NextToken",
|
272 | 272 | "outputToken": "NextToken",
|
|
0 commit comments