@aws-sdk/client-pricing 3.31.0 → 3.35.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.
Files changed (168) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/Pricing.js +1 -1
  3. package/dist-cjs/Pricing.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/PricingClient.js +14 -14
  5. package/dist-cjs/PricingClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/DescribeServicesCommand.js +5 -5
  7. package/dist-cjs/commands/DescribeServicesCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/GetAttributeValuesCommand.js +5 -5
  9. package/dist-cjs/commands/GetAttributeValuesCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/GetProductsCommand.js +5 -5
  11. package/dist-cjs/commands/GetProductsCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  13. package/dist-cjs/endpoints.js.map +1 -0
  14. package/dist-cjs/index.js +14 -0
  15. package/dist-cjs/index.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  17. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  18. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  19. package/dist-cjs/models/models_0.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/pagination/DescribeServicesPaginator.js +1 -1
  21. package/dist-cjs/pagination/DescribeServicesPaginator.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/pagination/GetAttributeValuesPaginator.js +1 -1
  23. package/dist-cjs/pagination/GetAttributeValuesPaginator.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/pagination/GetProductsPaginator.js +1 -1
  25. package/dist-cjs/pagination/GetProductsPaginator.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  27. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  28. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +13 -13
  29. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  31. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  33. package/dist-cjs/runtimeConfig.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  35. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  37. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  38. package/{dist/es → dist-es}/Pricing.js +2 -28
  39. package/dist-es/Pricing.js.map +1 -0
  40. package/dist-es/PricingClient.js +38 -0
  41. package/dist-es/PricingClient.js.map +1 -0
  42. package/{dist/es → dist-es}/commands/DescribeServicesCommand.js +4 -35
  43. package/dist-es/commands/DescribeServicesCommand.js.map +1 -0
  44. package/{dist/es → dist-es}/commands/GetAttributeValuesCommand.js +4 -32
  45. package/dist-es/commands/GetAttributeValuesCommand.js.map +1 -0
  46. package/{dist/es → dist-es}/commands/GetProductsCommand.js +4 -29
  47. package/dist-es/commands/GetProductsCommand.js.map +1 -0
  48. package/{dist/es → dist-es}/endpoints.js +1 -1
  49. package/dist-es/endpoints.js.map +1 -0
  50. package/{dist/es → dist-es}/index.js +0 -0
  51. package/dist-es/index.js.map +1 -0
  52. package/{dist/es → dist-es}/models/index.js +0 -0
  53. package/dist-es/models/index.js.map +1 -0
  54. package/{dist/es → dist-es}/models/models_0.js +0 -42
  55. package/dist-es/models/models_0.js.map +1 -0
  56. package/{dist/es → dist-es}/pagination/DescribeServicesPaginator.js +17 -29
  57. package/dist-es/pagination/DescribeServicesPaginator.js.map +1 -0
  58. package/{dist/es → dist-es}/pagination/GetAttributeValuesPaginator.js +17 -29
  59. package/dist-es/pagination/GetAttributeValuesPaginator.js.map +1 -0
  60. package/{dist/es → dist-es}/pagination/GetProductsPaginator.js +17 -29
  61. package/dist-es/pagination/GetProductsPaginator.js.map +1 -0
  62. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  63. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  64. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +89 -94
  65. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  67. package/dist-es/runtimeConfig.browser.js.map +1 -0
  68. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  69. package/dist-es/runtimeConfig.js.map +1 -0
  70. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  71. package/dist-es/runtimeConfig.native.js.map +1 -0
  72. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  73. package/dist-es/runtimeConfig.shared.js.map +1 -0
  74. package/{dist/types → dist-types}/Pricing.d.ts +2 -2
  75. package/{dist/types → dist-types}/PricingClient.d.ts +4 -4
  76. package/{dist/types → dist-types}/commands/DescribeServicesCommand.d.ts +3 -3
  77. package/{dist/types → dist-types}/commands/GetAttributeValuesCommand.d.ts +3 -3
  78. package/{dist/types → dist-types}/commands/GetProductsCommand.d.ts +3 -3
  79. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  80. package/{dist/types → dist-types}/index.d.ts +0 -0
  81. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  82. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  83. package/{dist/types → dist-types}/pagination/DescribeServicesPaginator.d.ts +1 -1
  84. package/{dist/types → dist-types}/pagination/GetAttributeValuesPaginator.d.ts +1 -1
  85. package/{dist/types → dist-types}/pagination/GetProductsPaginator.d.ts +1 -1
  86. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  87. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  88. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  89. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  90. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  91. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  92. package/{dist/types → dist-types}/ts3.4/Pricing.d.ts +2 -2
  93. package/{dist/types → dist-types}/ts3.4/PricingClient.d.ts +4 -4
  94. package/{dist/types → dist-types}/ts3.4/commands/DescribeServicesCommand.d.ts +3 -3
  95. package/{dist/types → dist-types}/ts3.4/commands/GetAttributeValuesCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/ts3.4/commands/GetProductsCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  98. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  101. package/{dist/types → dist-types}/ts3.4/pagination/DescribeServicesPaginator.d.ts +1 -1
  102. package/{dist/types → dist-types}/ts3.4/pagination/GetAttributeValuesPaginator.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/GetProductsPaginator.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  106. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  107. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  108. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  109. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  110. package/package.json +50 -50
  111. package/{Pricing.ts → src/Pricing.ts} +3 -2
  112. package/{PricingClient.ts → src/PricingClient.ts} +18 -17
  113. package/{commands → src/commands}/DescribeServicesCommand.ts +8 -7
  114. package/{commands → src/commands}/GetAttributeValuesCommand.ts +8 -7
  115. package/{commands → src/commands}/GetProductsCommand.ts +8 -7
  116. package/{endpoints.ts → src/endpoints.ts} +1 -1
  117. package/{index.ts → src/index.ts} +0 -0
  118. package/{models → src/models}/index.ts +0 -0
  119. package/{models → src/models}/models_0.ts +0 -0
  120. package/{pagination → src/pagination}/DescribeServicesPaginator.ts +4 -3
  121. package/{pagination → src/pagination}/GetAttributeValuesPaginator.ts +4 -3
  122. package/{pagination → src/pagination}/GetProductsPaginator.ts +3 -2
  123. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  124. package/{protocols → src/protocols}/Aws_json1_1.ts +14 -13
  125. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  126. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  127. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  128. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  129. package/tsconfig.es.json +1 -3
  130. package/tsconfig.json +7 -7
  131. package/tsconfig.types.json +9 -0
  132. package/dist/cjs/Pricing.js.map +0 -1
  133. package/dist/cjs/PricingClient.js.map +0 -1
  134. package/dist/cjs/commands/DescribeServicesCommand.js.map +0 -1
  135. package/dist/cjs/commands/GetAttributeValuesCommand.js.map +0 -1
  136. package/dist/cjs/commands/GetProductsCommand.js.map +0 -1
  137. package/dist/cjs/endpoints.js.map +0 -1
  138. package/dist/cjs/index.js +0 -14
  139. package/dist/cjs/index.js.map +0 -1
  140. package/dist/cjs/models/models_0.js.map +0 -1
  141. package/dist/cjs/package.json +0 -91
  142. package/dist/cjs/pagination/DescribeServicesPaginator.js.map +0 -1
  143. package/dist/cjs/pagination/GetAttributeValuesPaginator.js.map +0 -1
  144. package/dist/cjs/pagination/GetProductsPaginator.js.map +0 -1
  145. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  146. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  147. package/dist/cjs/runtimeConfig.js.map +0 -1
  148. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  149. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  150. package/dist/es/Pricing.js.map +0 -1
  151. package/dist/es/PricingClient.js +0 -69
  152. package/dist/es/PricingClient.js.map +0 -1
  153. package/dist/es/commands/DescribeServicesCommand.js.map +0 -1
  154. package/dist/es/commands/GetAttributeValuesCommand.js.map +0 -1
  155. package/dist/es/commands/GetProductsCommand.js.map +0 -1
  156. package/dist/es/endpoints.js.map +0 -1
  157. package/dist/es/index.js.map +0 -1
  158. package/dist/es/models/index.js.map +0 -1
  159. package/dist/es/models/models_0.js.map +0 -1
  160. package/dist/es/package.json +0 -91
  161. package/dist/es/pagination/DescribeServicesPaginator.js.map +0 -1
  162. package/dist/es/pagination/GetAttributeValuesPaginator.js.map +0 -1
  163. package/dist/es/pagination/GetProductsPaginator.js.map +0 -1
  164. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  165. package/dist/es/runtimeConfig.browser.js.map +0 -1
  166. package/dist/es/runtimeConfig.js.map +0 -1
  167. package/dist/es/runtimeConfig.native.js.map +0 -1
  168. package/dist/es/runtimeConfig.shared.js.map +0 -1
package/package.json CHANGED
@@ -1,79 +1,73 @@
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.31.0",
4
+ "version": "3.35.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "test": "exit 0"
25
16
  },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.31.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.31.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.31.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
24
+ "@aws-sdk/client-sts": "3.35.0",
25
+ "@aws-sdk/config-resolver": "3.35.0",
26
+ "@aws-sdk/credential-provider-node": "3.35.0",
27
+ "@aws-sdk/fetch-http-handler": "3.35.0",
28
+ "@aws-sdk/hash-node": "3.35.0",
29
+ "@aws-sdk/invalid-dependency": "3.35.0",
30
+ "@aws-sdk/middleware-content-length": "3.35.0",
31
+ "@aws-sdk/middleware-host-header": "3.35.0",
32
+ "@aws-sdk/middleware-logger": "3.35.0",
33
+ "@aws-sdk/middleware-retry": "3.35.0",
34
+ "@aws-sdk/middleware-serde": "3.35.0",
35
+ "@aws-sdk/middleware-signing": "3.35.0",
36
+ "@aws-sdk/middleware-stack": "3.35.0",
37
+ "@aws-sdk/middleware-user-agent": "3.35.0",
38
+ "@aws-sdk/node-config-provider": "3.35.0",
39
+ "@aws-sdk/node-http-handler": "3.35.0",
40
+ "@aws-sdk/protocol-http": "3.35.0",
41
+ "@aws-sdk/smithy-client": "3.35.0",
42
+ "@aws-sdk/types": "3.35.0",
43
+ "@aws-sdk/url-parser": "3.35.0",
44
+ "@aws-sdk/util-base64-browser": "3.35.0",
45
+ "@aws-sdk/util-base64-node": "3.35.0",
46
+ "@aws-sdk/util-body-length-browser": "3.35.0",
47
+ "@aws-sdk/util-body-length-node": "3.35.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.35.0",
49
+ "@aws-sdk/util-user-agent-node": "3.35.0",
50
+ "@aws-sdk/util-utf8-browser": "3.35.0",
51
+ "@aws-sdk/util-utf8-node": "3.35.0",
58
52
  "tslib": "^2.3.0"
59
53
  },
60
54
  "devDependencies": {
61
- "@aws-sdk/client-documentation-generator": "3.29.0",
55
+ "@aws-sdk/client-documentation-generator": "3.35.0",
62
56
  "@types/node": "^12.7.5",
63
57
  "downlevel-dts": "0.7.0",
64
58
  "jest": "^26.1.0",
65
59
  "rimraf": "^3.0.0",
66
60
  "ts-jest": "^26.4.1",
67
61
  "typedoc": "^0.19.2",
68
- "typescript": "~4.4.2"
62
+ "typescript": "~4.3.5"
69
63
  },
70
64
  "engines": {
71
65
  "node": ">=10.0.0"
72
66
  },
73
67
  "typesVersions": {
74
68
  "<4.0": {
75
- "dist/types/*": [
76
- "dist/types/ts3.4/*"
69
+ "dist-types/*": [
70
+ "dist-types/ts3.4/*"
77
71
  ]
78
72
  }
79
73
  },
@@ -82,6 +76,12 @@
82
76
  "url": "https://aws.amazon.com/javascript/"
83
77
  },
84
78
  "license": "Apache-2.0",
79
+ "browser": {
80
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
81
+ },
82
+ "react-native": {
83
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
84
+ },
85
85
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-pricing",
86
86
  "repository": {
87
87
  "type": "git",
@@ -1,4 +1,5 @@
1
- import { PricingClient } from "./PricingClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
2
3
  import {
3
4
  DescribeServicesCommand,
4
5
  DescribeServicesCommandInput,
@@ -10,7 +11,7 @@ import {
10
11
  GetAttributeValuesCommandOutput,
11
12
  } from "./commands/GetAttributeValuesCommand";
12
13
  import { GetProductsCommand, GetProductsCommandInput, GetProductsCommandOutput } from "./commands/GetProductsCommand";
13
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
14
+ import { PricingClient } from "./PricingClient";
14
15
 
15
16
  /**
16
17
  * <p>Amazon Web Services Price List Service API (Amazon Web Services Price List Service) is a centralized and convenient way to
@@ -1,7 +1,3 @@
1
- import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand";
2
- import { GetAttributeValuesCommandInput, GetAttributeValuesCommandOutput } from "./commands/GetAttributeValuesCommand";
3
- import { GetProductsCommandInput, GetProductsCommandOutput } from "./commands/GetProductsCommand";
4
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
5
1
  import {
6
2
  EndpointsInputConfig,
7
3
  EndpointsResolvedConfig,
@@ -12,13 +8,13 @@ import {
12
8
  } from "@aws-sdk/config-resolver";
13
9
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
14
10
  import {
11
+ getHostHeaderPlugin,
15
12
  HostHeaderInputConfig,
16
13
  HostHeaderResolvedConfig,
17
- getHostHeaderPlugin,
18
14
  resolveHostHeaderConfig,
19
15
  } from "@aws-sdk/middleware-host-header";
20
16
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
21
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
22
18
  import {
23
19
  AwsAuthInputConfig,
24
20
  AwsAuthResolvedConfig,
@@ -26,10 +22,10 @@ import {
26
22
  resolveAwsAuthConfig,
27
23
  } from "@aws-sdk/middleware-signing";
28
24
  import {
29
- UserAgentInputConfig,
30
- UserAgentResolvedConfig,
31
25
  getUserAgentPlugin,
32
26
  resolveUserAgentConfig,
27
+ UserAgentInputConfig,
28
+ UserAgentResolvedConfig,
33
29
  } from "@aws-sdk/middleware-user-agent";
34
30
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
35
31
  import {
@@ -38,8 +34,6 @@ import {
38
34
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
39
35
  } from "@aws-sdk/smithy-client";
40
36
  import {
41
- Provider,
42
- RegionInfoProvider,
43
37
  Credentials as __Credentials,
44
38
  Decoder as __Decoder,
45
39
  Encoder as __Encoder,
@@ -48,11 +42,18 @@ import {
48
42
  HttpHandlerOptions as __HttpHandlerOptions,
49
43
  Logger as __Logger,
50
44
  Provider as __Provider,
45
+ Provider,
46
+ RegionInfoProvider,
51
47
  StreamCollector as __StreamCollector,
52
48
  UrlParser as __UrlParser,
53
49
  UserAgent as __UserAgent,
54
50
  } from "@aws-sdk/types";
55
51
 
52
+ import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand";
53
+ import { GetAttributeValuesCommandInput, GetAttributeValuesCommandOutput } from "./commands/GetAttributeValuesCommand";
54
+ import { GetProductsCommandInput, GetProductsCommandOutput } from "./commands/GetProductsCommand";
55
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
56
+
56
57
  export type ServiceInputTypes = DescribeServicesCommandInput | GetAttributeValuesCommandInput | GetProductsCommandInput;
57
58
 
58
59
  export type ServiceOutputTypes =
@@ -236,13 +237,13 @@ export class PricingClient extends __Client<
236
237
  readonly config: PricingClientResolvedConfig;
237
238
 
238
239
  constructor(configuration: PricingClientConfig) {
239
- let _config_0 = __getRuntimeConfig(configuration);
240
- let _config_1 = resolveRegionConfig(_config_0);
241
- let _config_2 = resolveEndpointsConfig(_config_1);
242
- let _config_3 = resolveRetryConfig(_config_2);
243
- let _config_4 = resolveHostHeaderConfig(_config_3);
244
- let _config_5 = resolveAwsAuthConfig(_config_4);
245
- let _config_6 = resolveUserAgentConfig(_config_5);
240
+ const _config_0 = __getRuntimeConfig(configuration);
241
+ const _config_1 = resolveRegionConfig(_config_0);
242
+ const _config_2 = resolveEndpointsConfig(_config_1);
243
+ const _config_3 = resolveRetryConfig(_config_2);
244
+ const _config_4 = resolveHostHeaderConfig(_config_3);
245
+ const _config_5 = resolveAwsAuthConfig(_config_4);
246
+ const _config_6 = resolveUserAgentConfig(_config_5);
246
247
  super(_config_6);
247
248
  this.config = _config_6;
248
249
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -1,9 +1,3 @@
1
- import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient";
2
- import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DescribeServicesCommand,
5
- serializeAws_json1_1DescribeServicesCommand,
6
- } from "../protocols/Aws_json1_1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
15
+ import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient";
16
+ import {
17
+ deserializeAws_json1_1DescribeServicesCommand,
18
+ serializeAws_json1_1DescribeServicesCommand,
19
+ } from "../protocols/Aws_json1_1";
20
+
20
21
  export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
21
22
  export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient";
2
- import { GetAttributeValuesRequest, GetAttributeValuesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1GetAttributeValuesCommand,
5
- serializeAws_json1_1GetAttributeValuesCommand,
6
- } from "../protocols/Aws_json1_1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { GetAttributeValuesRequest, GetAttributeValuesResponse } from "../models/models_0";
15
+ import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient";
16
+ import {
17
+ deserializeAws_json1_1GetAttributeValuesCommand,
18
+ serializeAws_json1_1GetAttributeValuesCommand,
19
+ } from "../protocols/Aws_json1_1";
20
+
20
21
  export interface GetAttributeValuesCommandInput extends GetAttributeValuesRequest {}
21
22
  export interface GetAttributeValuesCommandOutput extends GetAttributeValuesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient";
2
- import { GetProductsRequest, GetProductsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1GetProductsCommand,
5
- serializeAws_json1_1GetProductsCommand,
6
- } from "../protocols/Aws_json1_1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { GetProductsRequest, GetProductsResponse } from "../models/models_0";
15
+ import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient";
16
+ import {
17
+ deserializeAws_json1_1GetProductsCommand,
18
+ serializeAws_json1_1GetProductsCommand,
19
+ } from "../protocols/Aws_json1_1";
20
+
20
21
  export interface GetProductsCommandInput extends GetProductsRequest {}
21
22
  export interface GetProductsCommandOutput extends GetProductsResponse, __MetadataBearer {}
22
23
 
@@ -1,4 +1,4 @@
1
- import { PartitionHash, RegionHash, getRegionInfo } from "@aws-sdk/config-resolver";
1
+ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver";
2
2
  import { RegionInfoProvider } from "@aws-sdk/types";
3
3
 
4
4
  const regionHash: RegionHash = {};
File without changes
File without changes
File without changes
@@ -1,12 +1,13 @@
1
- import { Pricing } from "../Pricing";
2
- import { PricingClient } from "../PricingClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  DescribeServicesCommand,
5
5
  DescribeServicesCommandInput,
6
6
  DescribeServicesCommandOutput,
7
7
  } from "../commands/DescribeServicesCommand";
8
+ import { Pricing } from "../Pricing";
9
+ import { PricingClient } from "../PricingClient";
8
10
  import { PricingPaginationConfiguration } from "./Interfaces";
9
- import { Paginator } from "@aws-sdk/types";
10
11
 
11
12
  /**
12
13
  * @private
@@ -1,12 +1,13 @@
1
- import { Pricing } from "../Pricing";
2
- import { PricingClient } from "../PricingClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  GetAttributeValuesCommand,
5
5
  GetAttributeValuesCommandInput,
6
6
  GetAttributeValuesCommandOutput,
7
7
  } from "../commands/GetAttributeValuesCommand";
8
+ import { Pricing } from "../Pricing";
9
+ import { PricingClient } from "../PricingClient";
8
10
  import { PricingPaginationConfiguration } from "./Interfaces";
9
- import { Paginator } from "@aws-sdk/types";
10
11
 
11
12
  /**
12
13
  * @private
@@ -1,8 +1,9 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
+ import { GetProductsCommand, GetProductsCommandInput, GetProductsCommandOutput } from "../commands/GetProductsCommand";
1
4
  import { Pricing } from "../Pricing";
2
5
  import { PricingClient } from "../PricingClient";
3
- import { GetProductsCommand, GetProductsCommandInput, GetProductsCommandOutput } from "../commands/GetProductsCommand";
4
6
  import { PricingPaginationConfiguration } from "./Interfaces";
5
- import { Paginator } from "@aws-sdk/types";
6
7
 
7
8
  /**
8
9
  * @private
@@ -1,6 +1,7 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+
1
3
  import { Pricing } from "../Pricing";
2
4
  import { PricingClient } from "../PricingClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
5
 
5
6
  export interface PricingPaginationConfiguration extends PaginationConfiguration {
6
7
  client: Pricing | PricingClient;
@@ -1,3 +1,14 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { expectString as __expectString, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Endpoint as __Endpoint,
5
+ HeaderBag as __HeaderBag,
6
+ MetadataBearer as __MetadataBearer,
7
+ ResponseMetadata as __ResponseMetadata,
8
+ SerdeContext as __SerdeContext,
9
+ SmithyException as __SmithyException,
10
+ } from "@aws-sdk/types";
11
+
1
12
  import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "../commands/DescribeServicesCommand";
2
13
  import { GetAttributeValuesCommandInput, GetAttributeValuesCommandOutput } from "../commands/GetAttributeValuesCommand";
3
14
  import { GetProductsCommandInput, GetProductsCommandOutput } from "../commands/GetProductsCommand";
@@ -17,16 +28,6 @@ import {
17
28
  NotFoundException,
18
29
  Service,
19
30
  } from "../models/models_0";
20
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
21
- import { LazyJsonString as __LazyJsonString, expectString as __expectString } from "@aws-sdk/smithy-client";
22
- import {
23
- Endpoint as __Endpoint,
24
- HeaderBag as __HeaderBag,
25
- MetadataBearer as __MetadataBearer,
26
- ResponseMetadata as __ResponseMetadata,
27
- SerdeContext as __SerdeContext,
28
- SmithyException as __SmithyException,
29
- } from "@aws-sdk/types";
30
31
 
31
32
  export const serializeAws_json1_1DescribeServicesCommand = async (
32
33
  input: DescribeServicesCommandInput,
@@ -93,7 +94,7 @@ const deserializeAws_json1_1DescribeServicesCommandError = async (
93
94
  body: await parseBody(output.body, context),
94
95
  };
95
96
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
96
- let errorCode: string = "UnknownError";
97
+ let errorCode = "UnknownError";
97
98
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
98
99
  switch (errorCode) {
99
100
  case "ExpiredNextTokenException":
@@ -179,7 +180,7 @@ const deserializeAws_json1_1GetAttributeValuesCommandError = async (
179
180
  body: await parseBody(output.body, context),
180
181
  };
181
182
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
182
- let errorCode: string = "UnknownError";
183
+ let errorCode = "UnknownError";
183
184
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
184
185
  switch (errorCode) {
185
186
  case "ExpiredNextTokenException":
@@ -265,7 +266,7 @@ const deserializeAws_json1_1GetProductsCommandError = async (
265
266
  body: await parseBody(output.body, context),
266
267
  };
267
268
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
268
- let errorCode: string = "UnknownError";
269
+ let errorCode = "UnknownError";
269
270
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
270
271
  switch (errorCode) {
271
272
  case "ExpiredNextTokenException":
@@ -1,5 +1,3 @@
1
- import packageInfo from "./package.json";
2
-
3
1
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
2
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
3
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -8,6 +6,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
8
6
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
7
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
8
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
9
+
10
+ // @ts-ignore: package.json will be imported from dist folders
11
+ import packageInfo from "../package.json";
11
12
  import { PricingClientConfig } from "./PricingClient";
12
13
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
14
 
@@ -1,4 +1,5 @@
1
1
  import { Sha256 } from "@aws-crypto/sha256-js";
2
+
2
3
  import { PricingClientConfig } from "./PricingClient";
3
4
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
5
 
@@ -1,6 +1,7 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { Logger as __Logger } from "@aws-sdk/types";
3
2
  import { parseUrl } from "@aws-sdk/url-parser";
3
+
4
+ import { defaultRegionInfoProvider } from "./endpoints";
4
5
  import { PricingClientConfig } from "./PricingClient";
5
6
 
6
7
  /**
@@ -1,5 +1,3 @@
1
- import packageInfo from "./package.json";
2
-
3
1
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
2
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -7,13 +5,16 @@ import { Hash } from "@aws-sdk/hash-node";
7
5
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
8
6
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
9
7
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
8
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
9
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
10
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
11
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
12
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
13
+
14
+ // @ts-ignore: package.json will be imported from dist folders
15
+ import packageInfo from "../package.json";
14
16
  import { PricingClientConfig } from "./PricingClient";
15
17
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
17
18
 
18
19
  /**
19
20
  * @internal
package/tsconfig.es.json CHANGED
@@ -4,9 +4,7 @@
4
4
  "target": "es5",
5
5
  "module": "esnext",
6
6
  "moduleResolution": "node",
7
- "declaration": false,
8
- "declarationDir": null,
9
7
  "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
10
- "outDir": "dist/es"
8
+ "outDir": "dist-es"
11
9
  }
12
10
  }
package/tsconfig.json CHANGED
@@ -3,7 +3,6 @@
3
3
  "alwaysStrict": true,
4
4
  "target": "ES2018",
5
5
  "module": "commonjs",
6
- "declaration": true,
7
6
  "strict": true,
8
7
  "sourceMap": true,
9
8
  "downlevelIteration": true,
@@ -12,9 +11,9 @@
12
11
  "incremental": true,
13
12
  "resolveJsonModule": true,
14
13
  "esModuleInterop": true,
15
- "declarationDir": "./dist/types",
16
- "outDir": "dist/cjs",
17
- "useUnknownInCatchVariables": false
14
+ "rootDir": "src",
15
+ "outDir": "dist-cjs",
16
+ "removeComments": true
18
17
  },
19
18
  "typedocOptions": {
20
19
  "exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
@@ -24,10 +23,11 @@
24
23
  "ignoreCompilerErrors": true,
25
24
  "includeDeclarations": true,
26
25
  "stripInternal": true,
27
- "readme": "./README.md",
26
+ "readme": "README.md",
28
27
  "mode": "file",
29
- "out": "./docs",
28
+ "out": "docs",
30
29
  "theme": "minimal",
31
30
  "plugin": ["@aws-sdk/client-documentation-generator"]
32
- }
31
+ },
32
+ "exclude": ["test/**/*"]
33
33
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "extends": "./tsconfig",
3
+ "compilerOptions": {
4
+ "removeComments": false,
5
+ "declaration": true,
6
+ "declarationDir": "dist-types"
7
+ },
8
+ "exclude": ["test/**/*", "dist-types/**/*"]
9
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"Pricing.js","sourceRoot":"","sources":["../../Pricing.ts"],"names":[],"mappings":";;;AAAA,mDAAgD;AAChD,gFAI4C;AAC5C,oFAI8C;AAC9C,sEAAsH;AAGtH;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,OAAQ,SAAQ,6BAAa;IAuBjC,gBAAgB,CACrB,IAAkC,EAClC,WAA+F,EAC/F,EAA6D;QAE7D,MAAM,OAAO,GAAG,IAAI,iDAAuB,CAAC,IAAI,CAAC,CAAC;QAClD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAqBM,kBAAkB,CACvB,IAAoC,EACpC,WAAiG,EACjG,EAA+D;QAE/D,MAAM,OAAO,GAAG,IAAI,qDAAyB,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAYM,WAAW,CAChB,IAA6B,EAC7B,WAA0F,EAC1F,EAAwD;QAExD,MAAM,OAAO,GAAG,IAAI,uCAAkB,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;CACF;AAnGD,0BAmGC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PricingClient.js","sourceRoot":"","sources":["../../PricingClient.ts"],"names":[],"mappings":";;;AAGA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AAkKhC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,aAAc,SAAQ,sBAKlC;IAMC,YAAY,aAAkC;QAC5C,IAAI,SAAS,GAAG,IAAA,gCAAkB,EAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,IAAA,qCAAmB,EAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,IAAA,wCAAsB,EAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,IAAA,qCAAkB,EAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,IAAA,gDAAuB,EAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,IAAA,yCAAoB,EAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,IAAA,8CAAsB,EAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,kDAAsB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,4CAAmB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,mCAAe,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,qCAAgB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,0CAAkB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,sCAqCC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DescribeServicesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeServicesCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuF;AACvF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,uBAAwB,SAAQ,uBAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmC;QACtD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8B;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,kCAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,mCAAwB,CAAC,kBAAkB;SACtE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAmC,EAAE,OAAuB;QAC5E,OAAO,IAAA,yDAA2C,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,2DAA6C,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;CAIF;AAtDD,0DAsDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetAttributeValuesCommand.js","sourceRoot":"","sources":["../../../commands/GetAttributeValuesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,yBAA0B,SAAQ,uBAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAqC;QACxD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAgC;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,oCAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,qCAA0B,CAAC,kBAAkB;SACxE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAqC,EAAE,OAAuB;QAC9E,OAAO,IAAA,2DAA6C,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,6DAA+C,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;CAIF;AAtDD,8DAsDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetProductsCommand.js","sourceRoot":"","sources":["../../../commands/GetProductsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,IAAA,oDAAsC,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,sDAAwC,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;CAIF;AAtDD,gDAsDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe,EAAE,CAAC;AAElC,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,oCAAoC;KAC/C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,uCAAuC;KAClD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,iCAAiC;KAC5C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,oCAAoC;KAC/C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,oCAAoC;KAC/C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,IAAA,+BAAa,EAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,SAAS;IACzB,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
package/dist/cjs/index.js DELETED
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./PricingClient"), exports);
5
- (0, tslib_1.__exportStar)(require("./Pricing"), exports);
6
- (0, tslib_1.__exportStar)(require("./commands/DescribeServicesCommand"), exports);
7
- (0, tslib_1.__exportStar)(require("./pagination/DescribeServicesPaginator"), exports);
8
- (0, tslib_1.__exportStar)(require("./commands/GetAttributeValuesCommand"), exports);
9
- (0, tslib_1.__exportStar)(require("./pagination/GetAttributeValuesPaginator"), exports);
10
- (0, tslib_1.__exportStar)(require("./commands/GetProductsCommand"), exports);
11
- (0, tslib_1.__exportStar)(require("./pagination/GetProductsPaginator"), exports);
12
- (0, tslib_1.__exportStar)(require("./pagination/Interfaces"), exports);
13
- (0, tslib_1.__exportStar)(require("./models/index"), exports);
14
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,+DAAgC;AAChC,yDAA0B;AAC1B,kFAAmD;AACnD,sFAAuD;AACvD,oFAAqD;AACrD,wFAAyD;AACzD,6EAA8C;AAC9C,iFAAkD;AAClD,uEAAwC;AACxC,8DAA+B"}