@aws-sdk/client-resource-groups-tagging-api 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 (227) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPI.js +1 -1
  3. package/dist-cjs/ResourceGroupsTaggingAPI.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPIClient.js +14 -14
  5. package/dist-cjs/ResourceGroupsTaggingAPIClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/DescribeReportCreationCommand.js +5 -5
  7. package/dist-cjs/commands/DescribeReportCreationCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/GetComplianceSummaryCommand.js +5 -5
  9. package/dist-cjs/commands/GetComplianceSummaryCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/GetResourcesCommand.js +5 -5
  11. package/dist-cjs/commands/GetResourcesCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/GetTagKeysCommand.js +5 -5
  13. package/dist-cjs/commands/GetTagKeysCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/GetTagValuesCommand.js +5 -5
  15. package/dist-cjs/commands/GetTagValuesCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/StartReportCreationCommand.js +5 -5
  17. package/dist-cjs/commands/StartReportCreationCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/TagResourcesCommand.js +5 -5
  19. package/dist-cjs/commands/TagResourcesCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/UntagResourcesCommand.js +5 -5
  21. package/dist-cjs/commands/UntagResourcesCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  23. package/dist-cjs/endpoints.js.map +1 -0
  24. package/dist-cjs/index.js +20 -0
  25. package/dist-cjs/index.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  27. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  28. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  29. package/dist-cjs/models/models_0.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/pagination/GetComplianceSummaryPaginator.js +1 -1
  31. package/dist-cjs/pagination/GetComplianceSummaryPaginator.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/pagination/GetResourcesPaginator.js +1 -1
  33. package/dist-cjs/pagination/GetResourcesPaginator.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/pagination/GetTagKeysPaginator.js +1 -1
  35. package/dist-cjs/pagination/GetTagKeysPaginator.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/pagination/GetTagValuesPaginator.js +1 -1
  37. package/dist-cjs/pagination/GetTagValuesPaginator.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  39. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  40. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +29 -29
  41. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  43. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  45. package/dist-cjs/runtimeConfig.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  47. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  49. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  50. package/{dist/es → dist-es}/ResourceGroupsTaggingAPI.js +2 -5
  51. package/dist-es/ResourceGroupsTaggingAPI.js.map +1 -0
  52. package/{dist/es → dist-es}/ResourceGroupsTaggingAPIClient.js +2 -10
  53. package/dist-es/ResourceGroupsTaggingAPIClient.js.map +1 -0
  54. package/{dist/es → dist-es}/commands/DescribeReportCreationCommand.js +4 -31
  55. package/dist-es/commands/DescribeReportCreationCommand.js.map +1 -0
  56. package/dist-es/commands/GetComplianceSummaryCommand.js +40 -0
  57. package/dist-es/commands/GetComplianceSummaryCommand.js.map +1 -0
  58. package/dist-es/commands/GetResourcesCommand.js +40 -0
  59. package/dist-es/commands/GetResourcesCommand.js.map +1 -0
  60. package/dist-es/commands/GetTagKeysCommand.js +40 -0
  61. package/dist-es/commands/GetTagKeysCommand.js.map +1 -0
  62. package/dist-es/commands/GetTagValuesCommand.js +40 -0
  63. package/dist-es/commands/GetTagValuesCommand.js.map +1 -0
  64. package/{dist/es → dist-es}/commands/StartReportCreationCommand.js +4 -37
  65. package/dist-es/commands/StartReportCreationCommand.js.map +1 -0
  66. package/dist-es/commands/TagResourcesCommand.js +40 -0
  67. package/dist-es/commands/TagResourcesCommand.js.map +1 -0
  68. package/dist-es/commands/UntagResourcesCommand.js +40 -0
  69. package/dist-es/commands/UntagResourcesCommand.js.map +1 -0
  70. package/{dist/es → dist-es}/endpoints.js +1 -1
  71. package/dist-es/endpoints.js.map +1 -0
  72. package/{dist/es → dist-es}/index.js +0 -0
  73. package/dist-es/index.js.map +1 -0
  74. package/{dist/es → dist-es}/models/index.js +0 -0
  75. package/dist-es/models/index.js.map +1 -0
  76. package/{dist/es → dist-es}/models/models_0.js +0 -84
  77. package/dist-es/models/models_0.js.map +1 -0
  78. package/{dist/es → dist-es}/pagination/GetComplianceSummaryPaginator.js +17 -29
  79. package/dist-es/pagination/GetComplianceSummaryPaginator.js.map +1 -0
  80. package/{dist/es → dist-es}/pagination/GetResourcesPaginator.js +17 -29
  81. package/dist-es/pagination/GetResourcesPaginator.js.map +1 -0
  82. package/{dist/es → dist-es}/pagination/GetTagKeysPaginator.js +17 -29
  83. package/dist-es/pagination/GetTagKeysPaginator.js.map +1 -0
  84. package/{dist/es → dist-es}/pagination/GetTagValuesPaginator.js +17 -29
  85. package/dist-es/pagination/GetTagValuesPaginator.js.map +1 -0
  86. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  87. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  88. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +188 -193
  89. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  90. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  91. package/dist-es/runtimeConfig.browser.js.map +1 -0
  92. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  93. package/dist-es/runtimeConfig.js.map +1 -0
  94. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  95. package/dist-es/runtimeConfig.native.js.map +1 -0
  96. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  97. package/dist-es/runtimeConfig.shared.js.map +1 -0
  98. package/{dist/types → dist-types}/ResourceGroupsTaggingAPI.d.ts +2 -2
  99. package/{dist/types → dist-types}/ResourceGroupsTaggingAPIClient.d.ts +8 -8
  100. package/{dist/types → dist-types}/commands/DescribeReportCreationCommand.d.ts +3 -3
  101. package/{dist/types → dist-types}/commands/GetComplianceSummaryCommand.d.ts +3 -3
  102. package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
  103. package/{dist/types → dist-types}/commands/GetTagKeysCommand.d.ts +3 -3
  104. package/{dist/types → dist-types}/commands/GetTagValuesCommand.d.ts +3 -3
  105. package/{dist/types → dist-types}/commands/StartReportCreationCommand.d.ts +3 -3
  106. package/{dist/types → dist-types}/commands/TagResourcesCommand.d.ts +3 -3
  107. package/{dist/types → dist-types}/commands/UntagResourcesCommand.d.ts +3 -3
  108. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  109. package/{dist/types → dist-types}/index.d.ts +0 -0
  110. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  111. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  112. package/{dist/types → dist-types}/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
  113. package/{dist/types → dist-types}/pagination/GetResourcesPaginator.d.ts +1 -1
  114. package/{dist/types → dist-types}/pagination/GetTagKeysPaginator.d.ts +1 -1
  115. package/{dist/types → dist-types}/pagination/GetTagValuesPaginator.d.ts +1 -1
  116. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  117. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  118. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  119. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  120. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  121. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  122. package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPI.d.ts +2 -2
  123. package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +8 -8
  124. package/{dist/types → dist-types}/ts3.4/commands/DescribeReportCreationCommand.d.ts +3 -3
  125. package/{dist/types → dist-types}/ts3.4/commands/GetComplianceSummaryCommand.d.ts +3 -3
  126. package/{dist/types → dist-types}/ts3.4/commands/GetResourcesCommand.d.ts +3 -3
  127. package/{dist/types → dist-types}/ts3.4/commands/GetTagKeysCommand.d.ts +3 -3
  128. package/{dist/types → dist-types}/ts3.4/commands/GetTagValuesCommand.d.ts +3 -3
  129. package/{dist/types → dist-types}/ts3.4/commands/StartReportCreationCommand.d.ts +3 -3
  130. package/{dist/types → dist-types}/ts3.4/commands/TagResourcesCommand.d.ts +3 -3
  131. package/{dist/types → dist-types}/ts3.4/commands/UntagResourcesCommand.d.ts +3 -3
  132. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  133. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  134. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  135. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  136. package/{dist/types → dist-types}/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
  137. package/{dist/types → dist-types}/ts3.4/pagination/GetResourcesPaginator.d.ts +1 -1
  138. package/{dist/types → dist-types}/ts3.4/pagination/GetTagKeysPaginator.d.ts +1 -1
  139. package/{dist/types → dist-types}/ts3.4/pagination/GetTagValuesPaginator.d.ts +1 -1
  140. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  141. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  142. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  143. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  144. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  145. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  146. package/package.json +50 -50
  147. package/{ResourceGroupsTaggingAPI.ts → src/ResourceGroupsTaggingAPI.ts} +3 -2
  148. package/{ResourceGroupsTaggingAPIClient.ts → src/ResourceGroupsTaggingAPIClient.ts} +32 -31
  149. package/{commands → src/commands}/DescribeReportCreationCommand.ts +12 -11
  150. package/{commands → src/commands}/GetComplianceSummaryCommand.ts +12 -11
  151. package/{commands → src/commands}/GetResourcesCommand.ts +12 -11
  152. package/{commands → src/commands}/GetTagKeysCommand.ts +12 -11
  153. package/{commands → src/commands}/GetTagValuesCommand.ts +12 -11
  154. package/{commands → src/commands}/StartReportCreationCommand.ts +12 -11
  155. package/{commands → src/commands}/TagResourcesCommand.ts +12 -11
  156. package/{commands → src/commands}/UntagResourcesCommand.ts +12 -11
  157. package/{endpoints.ts → src/endpoints.ts} +1 -1
  158. package/{index.ts → src/index.ts} +0 -0
  159. package/{models → src/models}/index.ts +0 -0
  160. package/{models → src/models}/models_0.ts +0 -0
  161. package/{pagination → src/pagination}/GetComplianceSummaryPaginator.ts +4 -3
  162. package/{pagination → src/pagination}/GetResourcesPaginator.ts +4 -3
  163. package/{pagination → src/pagination}/GetTagKeysPaginator.ts +3 -2
  164. package/{pagination → src/pagination}/GetTagValuesPaginator.ts +4 -3
  165. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  166. package/{protocols → src/protocols}/Aws_json1_1.ts +24 -23
  167. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  168. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  169. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  170. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  171. package/tsconfig.es.json +1 -3
  172. package/tsconfig.json +7 -7
  173. package/tsconfig.types.json +9 -0
  174. package/dist/cjs/ResourceGroupsTaggingAPI.js.map +0 -1
  175. package/dist/cjs/ResourceGroupsTaggingAPIClient.js.map +0 -1
  176. package/dist/cjs/commands/DescribeReportCreationCommand.js.map +0 -1
  177. package/dist/cjs/commands/GetComplianceSummaryCommand.js.map +0 -1
  178. package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
  179. package/dist/cjs/commands/GetTagKeysCommand.js.map +0 -1
  180. package/dist/cjs/commands/GetTagValuesCommand.js.map +0 -1
  181. package/dist/cjs/commands/StartReportCreationCommand.js.map +0 -1
  182. package/dist/cjs/commands/TagResourcesCommand.js.map +0 -1
  183. package/dist/cjs/commands/UntagResourcesCommand.js.map +0 -1
  184. package/dist/cjs/endpoints.js.map +0 -1
  185. package/dist/cjs/index.js +0 -20
  186. package/dist/cjs/index.js.map +0 -1
  187. package/dist/cjs/models/models_0.js.map +0 -1
  188. package/dist/cjs/package.json +0 -91
  189. package/dist/cjs/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  190. package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
  191. package/dist/cjs/pagination/GetTagKeysPaginator.js.map +0 -1
  192. package/dist/cjs/pagination/GetTagValuesPaginator.js.map +0 -1
  193. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  194. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  195. package/dist/cjs/runtimeConfig.js.map +0 -1
  196. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  197. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  198. package/dist/es/ResourceGroupsTaggingAPI.js.map +0 -1
  199. package/dist/es/ResourceGroupsTaggingAPIClient.js.map +0 -1
  200. package/dist/es/commands/DescribeReportCreationCommand.js.map +0 -1
  201. package/dist/es/commands/GetComplianceSummaryCommand.js +0 -77
  202. package/dist/es/commands/GetComplianceSummaryCommand.js.map +0 -1
  203. package/dist/es/commands/GetResourcesCommand.js +0 -88
  204. package/dist/es/commands/GetResourcesCommand.js.map +0 -1
  205. package/dist/es/commands/GetTagKeysCommand.js +0 -72
  206. package/dist/es/commands/GetTagKeysCommand.js.map +0 -1
  207. package/dist/es/commands/GetTagValuesCommand.js +0 -72
  208. package/dist/es/commands/GetTagValuesCommand.js.map +0 -1
  209. package/dist/es/commands/StartReportCreationCommand.js.map +0 -1
  210. package/dist/es/commands/TagResourcesCommand.js +0 -92
  211. package/dist/es/commands/TagResourcesCommand.js.map +0 -1
  212. package/dist/es/commands/UntagResourcesCommand.js +0 -80
  213. package/dist/es/commands/UntagResourcesCommand.js.map +0 -1
  214. package/dist/es/endpoints.js.map +0 -1
  215. package/dist/es/index.js.map +0 -1
  216. package/dist/es/models/index.js.map +0 -1
  217. package/dist/es/models/models_0.js.map +0 -1
  218. package/dist/es/package.json +0 -91
  219. package/dist/es/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  220. package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
  221. package/dist/es/pagination/GetTagKeysPaginator.js.map +0 -1
  222. package/dist/es/pagination/GetTagValuesPaginator.js.map +0 -1
  223. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  224. package/dist/es/runtimeConfig.browser.js.map +0 -1
  225. package/dist/es/runtimeConfig.js.map +0 -1
  226. package/dist/es/runtimeConfig.native.js.map +0 -1
  227. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,21 +1,3 @@
1
- import {
2
- DescribeReportCreationCommandInput,
3
- DescribeReportCreationCommandOutput,
4
- } from "./commands/DescribeReportCreationCommand";
5
- import {
6
- GetComplianceSummaryCommandInput,
7
- GetComplianceSummaryCommandOutput,
8
- } from "./commands/GetComplianceSummaryCommand";
9
- import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
10
- import { GetTagKeysCommandInput, GetTagKeysCommandOutput } from "./commands/GetTagKeysCommand";
11
- import { GetTagValuesCommandInput, GetTagValuesCommandOutput } from "./commands/GetTagValuesCommand";
12
- import {
13
- StartReportCreationCommandInput,
14
- StartReportCreationCommandOutput,
15
- } from "./commands/StartReportCreationCommand";
16
- import { TagResourcesCommandInput, TagResourcesCommandOutput } from "./commands/TagResourcesCommand";
17
- import { UntagResourcesCommandInput, UntagResourcesCommandOutput } from "./commands/UntagResourcesCommand";
18
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
19
1
  import {
20
2
  EndpointsInputConfig,
21
3
  EndpointsResolvedConfig,
@@ -26,13 +8,13 @@ import {
26
8
  } from "@aws-sdk/config-resolver";
27
9
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
28
10
  import {
11
+ getHostHeaderPlugin,
29
12
  HostHeaderInputConfig,
30
13
  HostHeaderResolvedConfig,
31
- getHostHeaderPlugin,
32
14
  resolveHostHeaderConfig,
33
15
  } from "@aws-sdk/middleware-host-header";
34
16
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
35
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
36
18
  import {
37
19
  AwsAuthInputConfig,
38
20
  AwsAuthResolvedConfig,
@@ -40,10 +22,10 @@ import {
40
22
  resolveAwsAuthConfig,
41
23
  } from "@aws-sdk/middleware-signing";
42
24
  import {
43
- UserAgentInputConfig,
44
- UserAgentResolvedConfig,
45
25
  getUserAgentPlugin,
46
26
  resolveUserAgentConfig,
27
+ UserAgentInputConfig,
28
+ UserAgentResolvedConfig,
47
29
  } from "@aws-sdk/middleware-user-agent";
48
30
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
49
31
  import {
@@ -52,8 +34,6 @@ import {
52
34
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
53
35
  } from "@aws-sdk/smithy-client";
54
36
  import {
55
- Provider,
56
- RegionInfoProvider,
57
37
  Credentials as __Credentials,
58
38
  Decoder as __Decoder,
59
39
  Encoder as __Encoder,
@@ -62,11 +42,32 @@ import {
62
42
  HttpHandlerOptions as __HttpHandlerOptions,
63
43
  Logger as __Logger,
64
44
  Provider as __Provider,
45
+ Provider,
46
+ RegionInfoProvider,
65
47
  StreamCollector as __StreamCollector,
66
48
  UrlParser as __UrlParser,
67
49
  UserAgent as __UserAgent,
68
50
  } from "@aws-sdk/types";
69
51
 
52
+ import {
53
+ DescribeReportCreationCommandInput,
54
+ DescribeReportCreationCommandOutput,
55
+ } from "./commands/DescribeReportCreationCommand";
56
+ import {
57
+ GetComplianceSummaryCommandInput,
58
+ GetComplianceSummaryCommandOutput,
59
+ } from "./commands/GetComplianceSummaryCommand";
60
+ import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
61
+ import { GetTagKeysCommandInput, GetTagKeysCommandOutput } from "./commands/GetTagKeysCommand";
62
+ import { GetTagValuesCommandInput, GetTagValuesCommandOutput } from "./commands/GetTagValuesCommand";
63
+ import {
64
+ StartReportCreationCommandInput,
65
+ StartReportCreationCommandOutput,
66
+ } from "./commands/StartReportCreationCommand";
67
+ import { TagResourcesCommandInput, TagResourcesCommandOutput } from "./commands/TagResourcesCommand";
68
+ import { UntagResourcesCommandInput, UntagResourcesCommandOutput } from "./commands/UntagResourcesCommand";
69
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
70
+
70
71
  export type ServiceInputTypes =
71
72
  | DescribeReportCreationCommandInput
72
73
  | GetComplianceSummaryCommandInput
@@ -241,13 +242,13 @@ export class ResourceGroupsTaggingAPIClient extends __Client<
241
242
  readonly config: ResourceGroupsTaggingAPIClientResolvedConfig;
242
243
 
243
244
  constructor(configuration: ResourceGroupsTaggingAPIClientConfig) {
244
- let _config_0 = __getRuntimeConfig(configuration);
245
- let _config_1 = resolveRegionConfig(_config_0);
246
- let _config_2 = resolveEndpointsConfig(_config_1);
247
- let _config_3 = resolveRetryConfig(_config_2);
248
- let _config_4 = resolveHostHeaderConfig(_config_3);
249
- let _config_5 = resolveAwsAuthConfig(_config_4);
250
- let _config_6 = resolveUserAgentConfig(_config_5);
245
+ const _config_0 = __getRuntimeConfig(configuration);
246
+ const _config_1 = resolveRegionConfig(_config_0);
247
+ const _config_2 = resolveEndpointsConfig(_config_1);
248
+ const _config_3 = resolveRetryConfig(_config_2);
249
+ const _config_4 = resolveHostHeaderConfig(_config_3);
250
+ const _config_5 = resolveAwsAuthConfig(_config_4);
251
+ const _config_6 = resolveUserAgentConfig(_config_5);
251
252
  super(_config_6);
252
253
  this.config = _config_6;
253
254
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1DescribeReportCreationCommand,
9
- serializeAws_json1_1DescribeReportCreationCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1DescribeReportCreationCommand,
17
+ serializeAws_json1_1DescribeReportCreationCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface DescribeReportCreationCommandInput extends DescribeReportCreationInput {}
25
26
  export interface DescribeReportCreationCommandOutput extends DescribeReportCreationOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1GetComplianceSummaryCommand,
9
- serializeAws_json1_1GetComplianceSummaryCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1GetComplianceSummaryCommand,
17
+ serializeAws_json1_1GetComplianceSummaryCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface GetComplianceSummaryCommandInput extends GetComplianceSummaryInput {}
25
26
  export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1GetResourcesCommand,
9
- serializeAws_json1_1GetResourcesCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1GetResourcesCommand,
17
+ serializeAws_json1_1GetResourcesCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface GetResourcesCommandInput extends GetResourcesInput {}
25
26
  export interface GetResourcesCommandOutput extends GetResourcesOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1GetTagKeysCommand,
9
- serializeAws_json1_1GetTagKeysCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1GetTagKeysCommand,
17
+ serializeAws_json1_1GetTagKeysCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface GetTagKeysCommandInput extends GetTagKeysInput {}
25
26
  export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1GetTagValuesCommand,
9
- serializeAws_json1_1GetTagValuesCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1GetTagValuesCommand,
17
+ serializeAws_json1_1GetTagValuesCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface GetTagValuesCommandInput extends GetTagValuesInput {}
25
26
  export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1StartReportCreationCommand,
9
- serializeAws_json1_1StartReportCreationCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1StartReportCreationCommand,
17
+ serializeAws_json1_1StartReportCreationCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface StartReportCreationCommandInput extends StartReportCreationInput {}
25
26
  export interface StartReportCreationCommandOutput extends StartReportCreationOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1TagResourcesCommand,
9
- serializeAws_json1_1TagResourcesCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1TagResourcesCommand,
17
+ serializeAws_json1_1TagResourcesCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface TagResourcesCommandInput extends TagResourcesInput {}
25
26
  export interface TagResourcesCommandOutput extends TagResourcesOutput, __MetadataBearer {}
26
27
 
@@ -1,13 +1,3 @@
1
- import {
2
- ResourceGroupsTaggingAPIClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ResourceGroupsTaggingAPIClient";
6
- import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_json1_1UntagResourcesCommand,
9
- serializeAws_json1_1UntagResourcesCommand,
10
- } from "../protocols/Aws_json1_1";
11
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -15,12 +5,23 @@ import {
15
5
  FinalizeHandlerArguments,
16
6
  Handler,
17
7
  HandlerExecutionContext,
18
- MiddlewareStack,
19
8
  HttpHandlerOptions as __HttpHandlerOptions,
20
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
21
11
  SerdeContext as __SerdeContext,
22
12
  } from "@aws-sdk/types";
23
13
 
14
+ import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1UntagResourcesCommand,
17
+ serializeAws_json1_1UntagResourcesCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import {
20
+ ResourceGroupsTaggingAPIClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes,
23
+ } from "../ResourceGroupsTaggingAPIClient";
24
+
24
25
  export interface UntagResourcesCommandInput extends UntagResourcesInput {}
25
26
  export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __MetadataBearer {}
26
27
 
@@ -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 { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
2
- import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  GetComplianceSummaryCommand,
5
5
  GetComplianceSummaryCommandInput,
6
6
  GetComplianceSummaryCommandOutput,
7
7
  } from "../commands/GetComplianceSummaryCommand";
8
+ import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
9
+ import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
8
10
  import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
9
- import { Paginator } from "@aws-sdk/types";
10
11
 
11
12
  /**
12
13
  * @private
@@ -1,12 +1,13 @@
1
- import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
2
- import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  GetResourcesCommand,
5
5
  GetResourcesCommandInput,
6
6
  GetResourcesCommandOutput,
7
7
  } from "../commands/GetResourcesCommand";
8
+ import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
9
+ import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
8
10
  import { ResourceGroupsTaggingAPIPaginationConfiguration } 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 { GetTagKeysCommand, GetTagKeysCommandInput, GetTagKeysCommandOutput } from "../commands/GetTagKeysCommand";
1
4
  import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
2
5
  import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
3
- import { GetTagKeysCommand, GetTagKeysCommandInput, GetTagKeysCommandOutput } from "../commands/GetTagKeysCommand";
4
6
  import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
5
- import { Paginator } from "@aws-sdk/types";
6
7
 
7
8
  /**
8
9
  * @private
@@ -1,12 +1,13 @@
1
- import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
2
- import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  GetTagValuesCommand,
5
5
  GetTagValuesCommandInput,
6
6
  GetTagValuesCommandOutput,
7
7
  } from "../commands/GetTagValuesCommand";
8
+ import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
9
+ import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
8
10
  import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
9
- import { Paginator } from "@aws-sdk/types";
10
11
 
11
12
  /**
12
13
  * @private
@@ -1,6 +1,7 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+
1
3
  import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
2
4
  import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
5
 
5
6
  export interface ResourceGroupsTaggingAPIPaginationConfiguration extends PaginationConfiguration {
6
7
  client: ResourceGroupsTaggingAPI | ResourceGroupsTaggingAPIClient;
@@ -1,3 +1,19 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import {
3
+ expectBoolean as __expectBoolean,
4
+ expectInt32 as __expectInt32,
5
+ expectLong as __expectLong,
6
+ expectString as __expectString,
7
+ } from "@aws-sdk/smithy-client";
8
+ import {
9
+ Endpoint as __Endpoint,
10
+ HeaderBag as __HeaderBag,
11
+ MetadataBearer as __MetadataBearer,
12
+ ResponseMetadata as __ResponseMetadata,
13
+ SerdeContext as __SerdeContext,
14
+ SmithyException as __SmithyException,
15
+ } from "@aws-sdk/types";
16
+
1
17
  import {
2
18
  DescribeReportCreationCommandInput,
3
19
  DescribeReportCreationCommandOutput,
@@ -46,21 +62,6 @@ import {
46
62
  UntagResourcesInput,
47
63
  UntagResourcesOutput,
48
64
  } from "../models/models_0";
49
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
50
- import {
51
- expectBoolean as __expectBoolean,
52
- expectInt32 as __expectInt32,
53
- expectLong as __expectLong,
54
- expectString as __expectString,
55
- } from "@aws-sdk/smithy-client";
56
- import {
57
- Endpoint as __Endpoint,
58
- HeaderBag as __HeaderBag,
59
- MetadataBearer as __MetadataBearer,
60
- ResponseMetadata as __ResponseMetadata,
61
- SerdeContext as __SerdeContext,
62
- SmithyException as __SmithyException,
63
- } from "@aws-sdk/types";
64
65
 
65
66
  export const serializeAws_json1_1DescribeReportCreationCommand = async (
66
67
  input: DescribeReportCreationCommandInput,
@@ -192,7 +193,7 @@ const deserializeAws_json1_1DescribeReportCreationCommandError = async (
192
193
  body: await parseBody(output.body, context),
193
194
  };
194
195
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
195
- let errorCode: string = "UnknownError";
196
+ let errorCode = "UnknownError";
196
197
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
197
198
  switch (errorCode) {
198
199
  case "ConstraintViolationException":
@@ -270,7 +271,7 @@ const deserializeAws_json1_1GetComplianceSummaryCommandError = async (
270
271
  body: await parseBody(output.body, context),
271
272
  };
272
273
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
273
- let errorCode: string = "UnknownError";
274
+ let errorCode = "UnknownError";
274
275
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
275
276
  switch (errorCode) {
276
277
  case "ConstraintViolationException":
@@ -348,7 +349,7 @@ const deserializeAws_json1_1GetResourcesCommandError = async (
348
349
  body: await parseBody(output.body, context),
349
350
  };
350
351
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
351
- let errorCode: string = "UnknownError";
352
+ let errorCode = "UnknownError";
352
353
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
353
354
  switch (errorCode) {
354
355
  case "InternalServiceException":
@@ -426,7 +427,7 @@ const deserializeAws_json1_1GetTagKeysCommandError = async (
426
427
  body: await parseBody(output.body, context),
427
428
  };
428
429
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
429
- let errorCode: string = "UnknownError";
430
+ let errorCode = "UnknownError";
430
431
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
431
432
  switch (errorCode) {
432
433
  case "InternalServiceException":
@@ -504,7 +505,7 @@ const deserializeAws_json1_1GetTagValuesCommandError = async (
504
505
  body: await parseBody(output.body, context),
505
506
  };
506
507
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
507
- let errorCode: string = "UnknownError";
508
+ let errorCode = "UnknownError";
508
509
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
509
510
  switch (errorCode) {
510
511
  case "InternalServiceException":
@@ -582,7 +583,7 @@ const deserializeAws_json1_1StartReportCreationCommandError = async (
582
583
  body: await parseBody(output.body, context),
583
584
  };
584
585
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
585
- let errorCode: string = "UnknownError";
586
+ let errorCode = "UnknownError";
586
587
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
587
588
  switch (errorCode) {
588
589
  case "ConcurrentModificationException":
@@ -668,7 +669,7 @@ const deserializeAws_json1_1TagResourcesCommandError = async (
668
669
  body: await parseBody(output.body, context),
669
670
  };
670
671
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
671
- let errorCode: string = "UnknownError";
672
+ let errorCode = "UnknownError";
672
673
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
673
674
  switch (errorCode) {
674
675
  case "InternalServiceException":
@@ -738,7 +739,7 @@ const deserializeAws_json1_1UntagResourcesCommandError = async (
738
739
  body: await parseBody(output.body, context),
739
740
  };
740
741
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
741
- let errorCode: string = "UnknownError";
742
+ let errorCode = "UnknownError";
742
743
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
743
744
  switch (errorCode) {
744
745
  case "InternalServiceException":
@@ -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 { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
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 { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
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 { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
5
6
 
6
7
  /**