@aws-sdk/client-resource-groups-tagging-api 3.32.0 → 3.36.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 (182) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPI.js +1 -2
  3. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPIClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/DescribeReportCreationCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/GetComplianceSummaryCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/GetResourcesCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/GetTagKeysCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/GetTagValuesCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/StartReportCreationCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/TagResourcesCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/UntagResourcesCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  13. package/{dist/cjs → dist-cjs}/index.js +0 -1
  14. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  15. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  16. package/{dist/cjs → dist-cjs}/pagination/GetComplianceSummaryPaginator.js +1 -2
  17. package/{dist/cjs → dist-cjs}/pagination/GetResourcesPaginator.js +1 -2
  18. package/{dist/cjs → dist-cjs}/pagination/GetTagKeysPaginator.js +1 -2
  19. package/{dist/cjs → dist-cjs}/pagination/GetTagValuesPaginator.js +1 -2
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  22. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  23. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  26. package/{dist/es → dist-es}/ResourceGroupsTaggingAPI.js +2 -6
  27. package/{dist/es → dist-es}/ResourceGroupsTaggingAPIClient.js +2 -11
  28. package/{dist/es → dist-es}/commands/DescribeReportCreationCommand.js +4 -32
  29. package/dist-es/commands/GetComplianceSummaryCommand.js +39 -0
  30. package/dist-es/commands/GetResourcesCommand.js +39 -0
  31. package/dist-es/commands/GetTagKeysCommand.js +39 -0
  32. package/dist-es/commands/GetTagValuesCommand.js +39 -0
  33. package/{dist/es → dist-es}/commands/StartReportCreationCommand.js +4 -38
  34. package/dist-es/commands/TagResourcesCommand.js +39 -0
  35. package/dist-es/commands/UntagResourcesCommand.js +39 -0
  36. package/{dist/es → dist-es}/endpoints.js +1 -2
  37. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  38. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  39. package/{dist/es → dist-es}/models/models_0.js +0 -85
  40. package/{dist/es → dist-es}/pagination/GetComplianceSummaryPaginator.js +17 -30
  41. package/{dist/es → dist-es}/pagination/GetResourcesPaginator.js +17 -30
  42. package/{dist/es → dist-es}/pagination/GetTagKeysPaginator.js +17 -30
  43. package/{dist/es → dist-es}/pagination/GetTagValuesPaginator.js +17 -30
  44. package/dist-es/pagination/Interfaces.js +1 -0
  45. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +188 -194
  46. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  47. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  48. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  49. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  50. package/{dist/types → dist-types}/ResourceGroupsTaggingAPI.d.ts +2 -2
  51. package/{dist/types → dist-types}/ResourceGroupsTaggingAPIClient.d.ts +8 -8
  52. package/{dist/types → dist-types}/commands/DescribeReportCreationCommand.d.ts +3 -3
  53. package/{dist/types → dist-types}/commands/GetComplianceSummaryCommand.d.ts +3 -3
  54. package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
  55. package/{dist/types → dist-types}/commands/GetTagKeysCommand.d.ts +3 -3
  56. package/{dist/types → dist-types}/commands/GetTagValuesCommand.d.ts +3 -3
  57. package/{dist/types → dist-types}/commands/StartReportCreationCommand.d.ts +3 -3
  58. package/{dist/types → dist-types}/commands/TagResourcesCommand.d.ts +3 -3
  59. package/{dist/types → dist-types}/commands/UntagResourcesCommand.d.ts +3 -3
  60. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  61. package/{index.ts → dist-types/index.d.ts} +0 -0
  62. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  63. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  64. package/{dist/types → dist-types}/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
  65. package/{dist/types → dist-types}/pagination/GetResourcesPaginator.d.ts +1 -1
  66. package/{dist/types → dist-types}/pagination/GetTagKeysPaginator.d.ts +1 -1
  67. package/{dist/types → dist-types}/pagination/GetTagValuesPaginator.d.ts +1 -1
  68. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  69. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  70. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  71. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  72. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  73. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  74. package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPI.d.ts +2 -2
  75. package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +8 -8
  76. package/{dist/types → dist-types}/ts3.4/commands/DescribeReportCreationCommand.d.ts +3 -3
  77. package/{dist/types → dist-types}/ts3.4/commands/GetComplianceSummaryCommand.d.ts +3 -3
  78. package/{dist/types → dist-types}/ts3.4/commands/GetResourcesCommand.d.ts +3 -3
  79. package/{dist/types → dist-types}/ts3.4/commands/GetTagKeysCommand.d.ts +3 -3
  80. package/{dist/types → dist-types}/ts3.4/commands/GetTagValuesCommand.d.ts +3 -3
  81. package/{dist/types → dist-types}/ts3.4/commands/StartReportCreationCommand.d.ts +3 -3
  82. package/{dist/types → dist-types}/ts3.4/commands/TagResourcesCommand.d.ts +3 -3
  83. package/{dist/types → dist-types}/ts3.4/commands/UntagResourcesCommand.d.ts +3 -3
  84. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  85. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  86. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  87. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  88. package/{dist/types → dist-types}/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
  89. package/{dist/types → dist-types}/ts3.4/pagination/GetResourcesPaginator.d.ts +1 -1
  90. package/{dist/types → dist-types}/ts3.4/pagination/GetTagKeysPaginator.d.ts +1 -1
  91. package/{dist/types → dist-types}/ts3.4/pagination/GetTagValuesPaginator.d.ts +1 -1
  92. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  93. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  94. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  95. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  96. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  97. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  98. package/package.json +52 -49
  99. package/ResourceGroupsTaggingAPI.ts +0 -385
  100. package/ResourceGroupsTaggingAPIClient.ts +0 -269
  101. package/commands/DescribeReportCreationCommand.ts +0 -100
  102. package/commands/GetComplianceSummaryCommand.ts +0 -110
  103. package/commands/GetResourcesCommand.ts +0 -121
  104. package/commands/GetTagKeysCommand.ts +0 -105
  105. package/commands/GetTagValuesCommand.ts +0 -105
  106. package/commands/StartReportCreationCommand.ts +0 -106
  107. package/commands/TagResourcesCommand.ts +0 -125
  108. package/commands/UntagResourcesCommand.ts +0 -113
  109. package/dist/cjs/ResourceGroupsTaggingAPI.js.map +0 -1
  110. package/dist/cjs/ResourceGroupsTaggingAPIClient.js.map +0 -1
  111. package/dist/cjs/commands/DescribeReportCreationCommand.js.map +0 -1
  112. package/dist/cjs/commands/GetComplianceSummaryCommand.js.map +0 -1
  113. package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
  114. package/dist/cjs/commands/GetTagKeysCommand.js.map +0 -1
  115. package/dist/cjs/commands/GetTagValuesCommand.js.map +0 -1
  116. package/dist/cjs/commands/StartReportCreationCommand.js.map +0 -1
  117. package/dist/cjs/commands/TagResourcesCommand.js.map +0 -1
  118. package/dist/cjs/commands/UntagResourcesCommand.js.map +0 -1
  119. package/dist/cjs/endpoints.js.map +0 -1
  120. package/dist/cjs/index.js.map +0 -1
  121. package/dist/cjs/models/index.js.map +0 -1
  122. package/dist/cjs/models/models_0.js.map +0 -1
  123. package/dist/cjs/package.json +0 -91
  124. package/dist/cjs/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  125. package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
  126. package/dist/cjs/pagination/GetTagKeysPaginator.js.map +0 -1
  127. package/dist/cjs/pagination/GetTagValuesPaginator.js.map +0 -1
  128. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  129. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  130. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  131. package/dist/cjs/runtimeConfig.js.map +0 -1
  132. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  133. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  134. package/dist/es/ResourceGroupsTaggingAPI.js.map +0 -1
  135. package/dist/es/ResourceGroupsTaggingAPIClient.js.map +0 -1
  136. package/dist/es/commands/DescribeReportCreationCommand.js.map +0 -1
  137. package/dist/es/commands/GetComplianceSummaryCommand.js +0 -77
  138. package/dist/es/commands/GetComplianceSummaryCommand.js.map +0 -1
  139. package/dist/es/commands/GetResourcesCommand.js +0 -88
  140. package/dist/es/commands/GetResourcesCommand.js.map +0 -1
  141. package/dist/es/commands/GetTagKeysCommand.js +0 -72
  142. package/dist/es/commands/GetTagKeysCommand.js.map +0 -1
  143. package/dist/es/commands/GetTagValuesCommand.js +0 -72
  144. package/dist/es/commands/GetTagValuesCommand.js.map +0 -1
  145. package/dist/es/commands/StartReportCreationCommand.js.map +0 -1
  146. package/dist/es/commands/TagResourcesCommand.js +0 -92
  147. package/dist/es/commands/TagResourcesCommand.js.map +0 -1
  148. package/dist/es/commands/UntagResourcesCommand.js +0 -80
  149. package/dist/es/commands/UntagResourcesCommand.js.map +0 -1
  150. package/dist/es/endpoints.js.map +0 -1
  151. package/dist/es/index.js +0 -17
  152. package/dist/es/index.js.map +0 -1
  153. package/dist/es/models/index.js +0 -2
  154. package/dist/es/models/index.js.map +0 -1
  155. package/dist/es/models/models_0.js.map +0 -1
  156. package/dist/es/package.json +0 -91
  157. package/dist/es/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  158. package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
  159. package/dist/es/pagination/GetTagKeysPaginator.js.map +0 -1
  160. package/dist/es/pagination/GetTagValuesPaginator.js.map +0 -1
  161. package/dist/es/pagination/Interfaces.js +0 -2
  162. package/dist/es/pagination/Interfaces.js.map +0 -1
  163. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  164. package/dist/es/runtimeConfig.browser.js.map +0 -1
  165. package/dist/es/runtimeConfig.js.map +0 -1
  166. package/dist/es/runtimeConfig.native.js.map +0 -1
  167. package/dist/es/runtimeConfig.shared.js.map +0 -1
  168. package/endpoints.ts +0 -57
  169. package/jest.config.js +0 -4
  170. package/models/models_0.ts +0 -947
  171. package/pagination/GetComplianceSummaryPaginator.ts +0 -58
  172. package/pagination/GetResourcesPaginator.ts +0 -58
  173. package/pagination/GetTagKeysPaginator.ts +0 -53
  174. package/pagination/GetTagValuesPaginator.ts +0 -57
  175. package/pagination/Interfaces.ts +0 -7
  176. package/protocols/Aws_json1_1.ts +0 -1448
  177. package/runtimeConfig.browser.ts +0 -40
  178. package/runtimeConfig.native.ts +0 -16
  179. package/runtimeConfig.shared.ts +0 -16
  180. package/runtimeConfig.ts +0 -45
  181. package/tsconfig.es.json +0 -12
  182. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
12
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
13
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
25
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
26
+
27
+
28
+
29
+
30
+
31
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
32
+
33
+
34
+ ### Features
35
+
36
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
43
+
44
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
45
+
46
+
47
+
48
+
49
+
6
50
  # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
7
51
 
8
52
  **Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResourceGroupsTaggingAPI = void 0;
4
- const ResourceGroupsTaggingAPIClient_1 = require("./ResourceGroupsTaggingAPIClient");
5
4
  const DescribeReportCreationCommand_1 = require("./commands/DescribeReportCreationCommand");
6
5
  const GetComplianceSummaryCommand_1 = require("./commands/GetComplianceSummaryCommand");
7
6
  const GetResourcesCommand_1 = require("./commands/GetResourcesCommand");
@@ -10,6 +9,7 @@ const GetTagValuesCommand_1 = require("./commands/GetTagValuesCommand");
10
9
  const StartReportCreationCommand_1 = require("./commands/StartReportCreationCommand");
11
10
  const TagResourcesCommand_1 = require("./commands/TagResourcesCommand");
12
11
  const UntagResourcesCommand_1 = require("./commands/UntagResourcesCommand");
12
+ const ResourceGroupsTaggingAPIClient_1 = require("./ResourceGroupsTaggingAPIClient");
13
13
  /**
14
14
  * <fullname>Resource Groups Tagging API</fullname>
15
15
  */
@@ -128,4 +128,3 @@ class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPIClient_1.Resource
128
128
  }
129
129
  }
130
130
  exports.ResourceGroupsTaggingAPI = ResourceGroupsTaggingAPI;
131
- //# sourceMappingURL=ResourceGroupsTaggingAPI.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResourceGroupsTaggingAPIClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,18 +9,19 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
13
  /**
14
14
  * <fullname>Resource Groups Tagging API</fullname>
15
15
  */
16
16
  class ResourceGroupsTaggingAPIClient extends smithy_client_1.Client {
17
17
  constructor(configuration) {
18
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
18
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
25
25
  super(_config_6);
26
26
  this.config = _config_6;
27
27
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -41,4 +41,3 @@ class ResourceGroupsTaggingAPIClient extends smithy_client_1.Client {
41
41
  }
42
42
  }
43
43
  exports.ResourceGroupsTaggingAPIClient = ResourceGroupsTaggingAPIClient;
44
- //# sourceMappingURL=ResourceGroupsTaggingAPIClient.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeReportCreationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Describes the status of the <code>StartReportCreation</code> operation. </p>
10
10
  * <p>You can call this operation only from the organization's
@@ -60,4 +60,3 @@ class DescribeReportCreationCommand extends smithy_client_1.Command {
60
60
  }
61
61
  }
62
62
  exports.DescribeReportCreationCommand = DescribeReportCreationCommand;
63
- //# sourceMappingURL=DescribeReportCreationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetComplianceSummaryCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Returns a table that shows counts of resources that are noncompliant with their tag
10
10
  * policies.</p>
@@ -70,4 +70,3 @@ class GetComplianceSummaryCommand extends smithy_client_1.Command {
70
70
  }
71
71
  }
72
72
  exports.GetComplianceSummaryCommand = GetComplianceSummaryCommand;
73
- //# sourceMappingURL=GetComplianceSummaryCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetResourcesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Returns all the tagged or previously tagged resources that are located in the
10
10
  * specified Region for the AWS account.</p>
@@ -81,4 +81,3 @@ class GetResourcesCommand extends smithy_client_1.Command {
81
81
  }
82
82
  }
83
83
  exports.GetResourcesCommand = GetResourcesCommand;
84
- //# sourceMappingURL=GetResourcesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTagKeysCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Returns all tag keys currently in use in the specified Region for the calling AWS
10
10
  * account.</p>
@@ -65,4 +65,3 @@ class GetTagKeysCommand extends smithy_client_1.Command {
65
65
  }
66
66
  }
67
67
  exports.GetTagKeysCommand = GetTagKeysCommand;
68
- //# sourceMappingURL=GetTagKeysCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTagValuesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Returns all tag values for the specified key that are used in the specified AWS
10
10
  * Region for the calling AWS account.</p>
@@ -65,4 +65,3 @@ class GetTagValuesCommand extends smithy_client_1.Command {
65
65
  }
66
66
  }
67
67
  exports.GetTagValuesCommand = GetTagValuesCommand;
68
- //# sourceMappingURL=GetTagValuesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartReportCreationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Generates a report that lists all tagged resources in the accounts across your
10
10
  * organization and tells whether each resource is compliant with the effective tag policy.
@@ -66,4 +66,3 @@ class StartReportCreationCommand extends smithy_client_1.Command {
66
66
  }
67
67
  }
68
68
  exports.StartReportCreationCommand = StartReportCreationCommand;
69
- //# sourceMappingURL=StartReportCreationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourcesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Applies one or more tags to the specified resources. Note the following:</p>
10
10
  * <ul>
@@ -85,4 +85,3 @@ class TagResourcesCommand extends smithy_client_1.Command {
85
85
  }
86
86
  }
87
87
  exports.TagResourcesCommand = TagResourcesCommand;
88
- //# sourceMappingURL=TagResourcesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourcesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Removes the specified tags from the specified resources. When you specify a tag key,
10
10
  * the action removes both that key and its associated value. The operation succeeds even
@@ -73,4 +73,3 @@ class UntagResourcesCommand extends smithy_client_1.Command {
73
73
  }
74
74
  }
75
75
  exports.UntagResourcesCommand = UntagResourcesCommand;
76
- //# sourceMappingURL=UntagResourcesCommand.js.map
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
@@ -17,4 +17,3 @@ tslib_1.__exportStar(require("./commands/TagResourcesCommand"), exports);
17
17
  tslib_1.__exportStar(require("./commands/UntagResourcesCommand"), exports);
18
18
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
19
19
  tslib_1.__exportStar(require("./models/index"), exports);
20
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -270,4 +270,3 @@ var UntagResourcesOutput;
270
270
  ...obj,
271
271
  });
272
272
  })(UntagResourcesOutput = exports.UntagResourcesOutput || (exports.UntagResourcesOutput = {}));
273
- //# sourceMappingURL=models_0.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetComplianceSummary = void 0;
4
+ const GetComplianceSummaryCommand_1 = require("../commands/GetComplianceSummaryCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetComplianceSummaryCommand_1 = require("../commands/GetComplianceSummaryCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateGetComplianceSummary(config, input, ...additionalArgumen
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateGetComplianceSummary = paginateGetComplianceSummary;
46
- //# sourceMappingURL=GetComplianceSummaryPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetResources = void 0;
4
+ const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateGetResources(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateGetResources = paginateGetResources;
46
- //# sourceMappingURL=GetResourcesPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetTagKeys = void 0;
4
+ const GetTagKeysCommand_1 = require("../commands/GetTagKeysCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetTagKeysCommand_1 = require("../commands/GetTagKeysCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -42,4 +42,3 @@ async function* paginateGetTagKeys(config, input, ...additionalArguments) {
42
42
  return undefined;
43
43
  }
44
44
  exports.paginateGetTagKeys = paginateGetTagKeys;
45
- //# sourceMappingURL=GetTagKeysPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetTagValues = void 0;
4
+ const GetTagValuesCommand_1 = require("../commands/GetTagValuesCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetTagValuesCommand_1 = require("../commands/GetTagValuesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -42,4 +42,3 @@ async function* paginateGetTagValues(config, input, ...additionalArguments) {
42
42
  return undefined;
43
43
  }
44
44
  exports.paginateGetTagValues = paginateGetTagValues;
45
- //# sourceMappingURL=GetTagValuesPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1177,4 +1177,3 @@ const loadRestJsonErrorCode = (output, data) => {
1177
1177
  }
1178
1178
  return "";
1179
1179
  };
1180
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,7 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
38
39
  };
39
40
  };
40
41
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const client_sts_1 = require("@aws-sdk/client-sts");
7
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
43
44
  };
44
45
  };
45
46
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
+ const endpoints_1 = require("./endpoints");
6
6
  /**
7
7
  * @internal
8
8
  */
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { ResourceGroupsTaggingAPIClient } from "./ResourceGroupsTaggingAPIClient";
3
2
  import { DescribeReportCreationCommand, } from "./commands/DescribeReportCreationCommand";
4
3
  import { GetComplianceSummaryCommand, } from "./commands/GetComplianceSummaryCommand";
5
4
  import { GetResourcesCommand, } from "./commands/GetResourcesCommand";
@@ -8,10 +7,8 @@ import { GetTagValuesCommand, } from "./commands/GetTagValuesCommand";
8
7
  import { StartReportCreationCommand, } from "./commands/StartReportCreationCommand";
9
8
  import { TagResourcesCommand, } from "./commands/TagResourcesCommand";
10
9
  import { UntagResourcesCommand, } from "./commands/UntagResourcesCommand";
11
- /**
12
- * <fullname>Resource Groups Tagging API</fullname>
13
- */
14
- var ResourceGroupsTaggingAPI = /** @class */ (function (_super) {
10
+ import { ResourceGroupsTaggingAPIClient } from "./ResourceGroupsTaggingAPIClient";
11
+ var ResourceGroupsTaggingAPI = (function (_super) {
15
12
  __extends(ResourceGroupsTaggingAPI, _super);
16
13
  function ResourceGroupsTaggingAPI() {
17
14
  return _super !== null && _super.apply(this, arguments) || this;
@@ -131,4 +128,3 @@ var ResourceGroupsTaggingAPI = /** @class */ (function (_super) {
131
128
  return ResourceGroupsTaggingAPI;
132
129
  }(ResourceGroupsTaggingAPIClient));
133
130
  export { ResourceGroupsTaggingAPI };
134
- //# sourceMappingURL=ResourceGroupsTaggingAPI.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,10 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
- /**
12
- * <fullname>Resource Groups Tagging API</fullname>
13
- */
14
- var ResourceGroupsTaggingAPIClient = /** @class */ (function (_super) {
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var ResourceGroupsTaggingAPIClient = (function (_super) {
15
12
  __extends(ResourceGroupsTaggingAPIClient, _super);
16
13
  function ResourceGroupsTaggingAPIClient(configuration) {
17
14
  var _this = this;
@@ -32,15 +29,9 @@ var ResourceGroupsTaggingAPIClient = /** @class */ (function (_super) {
32
29
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
33
30
  return _this;
34
31
  }
35
- /**
36
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
37
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
38
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
39
- */
40
32
  ResourceGroupsTaggingAPIClient.prototype.destroy = function () {
41
33
  _super.prototype.destroy.call(this);
42
34
  };
43
35
  return ResourceGroupsTaggingAPIClient;
44
36
  }(__Client));
45
37
  export { ResourceGroupsTaggingAPIClient };
46
- //# sourceMappingURL=ResourceGroupsTaggingAPIClient.js.map
@@ -1,42 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeReportCreationCommand, serializeAws_json1_1DescribeReportCreationCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Describes the status of the <code>StartReportCreation</code> operation. </p>
8
- * <p>You can call this operation only from the organization's
9
- * management account and from the us-east-1 Region.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
14
- * // const { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
15
- * const client = new ResourceGroupsTaggingAPIClient(config);
16
- * const command = new DescribeReportCreationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeReportCreationCommandInput} for command's `input` shape.
21
- * @see {@link DescribeReportCreationCommandOutput} for command's `response` shape.
22
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var DescribeReportCreationCommand = /** @class */ (function (_super) {
4
+ import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeReportCreationCommand, serializeAws_json1_1DescribeReportCreationCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeReportCreationCommand = (function (_super) {
26
7
  __extends(DescribeReportCreationCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function DescribeReportCreationCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  DescribeReportCreationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +37,3 @@ var DescribeReportCreationCommand = /** @class */ (function (_super) {
64
37
  return DescribeReportCreationCommand;
65
38
  }($Command));
66
39
  export { DescribeReportCreationCommand };
67
- //# sourceMappingURL=DescribeReportCreationCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetComplianceSummaryCommand, serializeAws_json1_1GetComplianceSummaryCommand, } from "../protocols/Aws_json1_1";
6
+ var GetComplianceSummaryCommand = (function (_super) {
7
+ __extends(GetComplianceSummaryCommand, _super);
8
+ function GetComplianceSummaryCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetComplianceSummaryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ResourceGroupsTaggingAPIClient";
18
+ var commandName = "GetComplianceSummaryCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetComplianceSummaryInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetComplianceSummaryOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetComplianceSummaryCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetComplianceSummaryCommand(input, context);
33
+ };
34
+ GetComplianceSummaryCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetComplianceSummaryCommand(output, context);
36
+ };
37
+ return GetComplianceSummaryCommand;
38
+ }($Command));
39
+ export { GetComplianceSummaryCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetResourcesCommand, serializeAws_json1_1GetResourcesCommand, } from "../protocols/Aws_json1_1";
6
+ var GetResourcesCommand = (function (_super) {
7
+ __extends(GetResourcesCommand, _super);
8
+ function GetResourcesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ResourceGroupsTaggingAPIClient";
18
+ var commandName = "GetResourcesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetResourcesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetResourcesOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetResourcesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetResourcesCommand(input, context);
33
+ };
34
+ GetResourcesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetResourcesCommand(output, context);
36
+ };
37
+ return GetResourcesCommand;
38
+ }($Command));
39
+ export { GetResourcesCommand };