@aws-sdk/client-pricing 3.289.0 → 3.292.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/dist-types/commands/DescribeServicesCommand.d.ts +16 -0
- package/dist-types/commands/GetAttributeValuesCommand.d.ts +16 -0
- package/dist-types/commands/GetPriceListFileUrlCommand.d.ts +13 -0
- package/dist-types/commands/GetProductsCommand.d.ts +16 -0
- package/dist-types/commands/ListPriceListsCommand.d.ts +19 -0
- package/package.json +35 -40
|
@@ -35,6 +35,22 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
|
|
|
35
35
|
* @see {@link DescribeServicesCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link PricingClientResolvedConfig | config} for PricingClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link ExpiredNextTokenException} (client fault)
|
|
39
|
+
* <p>The pagination token expired. Try again without a pagination token.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
42
|
+
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
45
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
48
|
+
* <p>One or more parameters had an invalid value.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The requested resource can't be found.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
38
54
|
* @example To retrieve a list of services and service codes
|
|
39
55
|
* ```javascript
|
|
40
56
|
* // Retrieves the service for the given Service Code.
|
|
@@ -32,6 +32,22 @@ export interface GetAttributeValuesCommandOutput extends GetAttributeValuesRespo
|
|
|
32
32
|
* @see {@link GetAttributeValuesCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link PricingClientResolvedConfig | config} for PricingClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ExpiredNextTokenException} (client fault)
|
|
36
|
+
* <p>The pagination token expired. Try again without a pagination token.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
39
|
+
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
42
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
45
|
+
* <p>One or more parameters had an invalid value.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* <p>The requested resource can't be found.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
* @example To retrieve a list of attribute values
|
|
36
52
|
* ```javascript
|
|
37
53
|
* // This operation returns a list of values available for the given attribute.
|
|
@@ -37,6 +37,19 @@ export interface GetPriceListFileUrlCommandOutput extends GetPriceListFileUrlRes
|
|
|
37
37
|
* @see {@link GetPriceListFileUrlCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link PricingClientResolvedConfig | config} for PricingClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>General authentication failure. The request wasn't signed correctly.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
44
|
+
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
47
|
+
* <p>One or more parameters had an invalid value.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>The requested resource can't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
40
53
|
*/
|
|
41
54
|
export declare class GetPriceListFileUrlCommand extends $Command<GetPriceListFileUrlCommandInput, GetPriceListFileUrlCommandOutput, PricingClientResolvedConfig> {
|
|
42
55
|
readonly input: GetPriceListFileUrlCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetProductsCommandOutput extends GetProductsResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetProductsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link PricingClientResolvedConfig | config} for PricingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ExpiredNextTokenException} (client fault)
|
|
33
|
+
* <p>The pagination token expired. Try again without a pagination token.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
36
|
+
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters had an invalid value.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* <p>The requested resource can't be found.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetProductsCommand extends $Command<GetProductsCommandInput, GetProductsCommandOutput, PricingClientResolvedConfig> {
|
|
34
50
|
readonly input: GetProductsCommandInput;
|
|
@@ -41,6 +41,25 @@ export interface ListPriceListsCommandOutput extends ListPriceListsResponse, __M
|
|
|
41
41
|
* @see {@link ListPriceListsCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link PricingClientResolvedConfig | config} for PricingClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>General authentication failure. The request wasn't signed correctly.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ExpiredNextTokenException} (client fault)
|
|
48
|
+
* <p>The pagination token expired. Try again without a pagination token.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
51
|
+
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
54
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
57
|
+
* <p>One or more parameters had an invalid value.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link NotFoundException} (client fault)
|
|
60
|
+
* <p>The requested resource can't be found.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
44
63
|
*/
|
|
45
64
|
export declare class ListPriceListsCommand extends $Command<ListPriceListsCommandInput, ListPriceListsCommandOutput, PricingClientResolvedConfig> {
|
|
46
65
|
readonly input: ListPriceListsCommandInput;
|
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.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|