@aws-sdk/client-pricing 3.658.1 → 3.661.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ the SKU level. You can use the Amazon Web Services Price List to do the followin
25
25
  </li>
26
26
  </ul>
27
27
  <p>Use <code>GetServices</code> without a service code to retrieve the service codes for
28
- all Amazon Web Services, then <code>GetServices</code> with a service code to
28
+ all Amazon Web Services services, then <code>GetServices</code> with a service code to
29
29
  retrieve the attribute names for that service. After you have the service code and
30
30
  attribute names, you can use <code>GetAttributeValues</code> to see what values are
31
31
  available for an attribute. With the service code and an attribute name and value, you can
@@ -58,7 +58,7 @@ export interface Pricing {
58
58
  * </li>
59
59
  * </ul>
60
60
  * <p>Use <code>GetServices</code> without a service code to retrieve the service codes for
61
- * all Amazon Web Services, then <code>GetServices</code> with a service code to
61
+ * all Amazon Web Services services, then <code>GetServices</code> with a service code to
62
62
  * retrieve the attribute names for that service. After you have the service code and
63
63
  * attribute names, you can use <code>GetAttributeValues</code> to see what values are
64
64
  * available for an attribute. With the service code and an attribute name and value, you can
@@ -175,7 +175,7 @@ export interface PricingClientResolvedConfig extends PricingClientResolvedConfig
175
175
  * </li>
176
176
  * </ul>
177
177
  * <p>Use <code>GetServices</code> without a service code to retrieve the service codes for
178
- * all Amazon Web Services, then <code>GetServices</code> with a service code to
178
+ * all Amazon Web Services services, then <code>GetServices</code> with a service code to
179
179
  * retrieve the attribute names for that service. After you have the service code and
180
180
  * attribute names, you can use <code>GetAttributeValues</code> to see what values are
181
181
  * available for an attribute. With the service code and an attribute name and value, you can
@@ -18,7 +18,7 @@
18
18
  * </li>
19
19
  * </ul>
20
20
  * <p>Use <code>GetServices</code> without a service code to retrieve the service codes for
21
- * all Amazon Web Services, then <code>GetServices</code> with a service code to
21
+ * all Amazon Web Services services, then <code>GetServices</code> with a service code to
22
22
  * retrieve the attribute names for that service. After you have the service code and
23
23
  * attribute names, you can use <code>GetAttributeValues</code> to see what values are
24
24
  * available for an attribute. With the service code and an attribute name and value, you can
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pricing",
3
3
  "description": "AWS SDK for JavaScript Pricing Client for Node.js, Browser and React Native",
4
- "version": "3.658.1",
4
+ "version": "3.661.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-pricing",