@aws-sdk/client-resource-groups-tagging-api 3.33.0 → 3.36.1

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 (199) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPI.js +1 -5
  3. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPIClient.js +8 -17
  4. package/{dist/cjs → dist-cjs}/commands/DescribeReportCreationCommand.js +2 -29
  5. package/dist-cjs/commands/GetComplianceSummaryCommand.js +36 -0
  6. package/dist-cjs/commands/GetResourcesCommand.js +36 -0
  7. package/dist-cjs/commands/GetTagKeysCommand.js +36 -0
  8. package/dist-cjs/commands/GetTagValuesCommand.js +36 -0
  9. package/dist-cjs/commands/StartReportCreationCommand.js +36 -0
  10. package/dist-cjs/commands/TagResourcesCommand.js +36 -0
  11. package/dist-cjs/commands/UntagResourcesCommand.js +36 -0
  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 -85
  16. package/{dist/cjs → dist-cjs}/pagination/GetComplianceSummaryPaginator.js +1 -12
  17. package/{dist/cjs → dist-cjs}/pagination/GetResourcesPaginator.js +1 -12
  18. package/{dist/cjs → dist-cjs}/pagination/GetTagKeysPaginator.js +1 -12
  19. package/{dist/cjs → dist-cjs}/pagination/GetTagValuesPaginator.js +1 -12
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  22. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  23. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
  71. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  72. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  73. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  74. package/dist-types/ts3.4/ResourceGroupsTaggingAPI.d.ts +45 -0
  75. package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +32 -97
  76. package/dist-types/ts3.4/commands/DescribeReportCreationCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/GetTagKeysCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/GetTagValuesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/StartReportCreationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/TagResourcesCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UntagResourcesCommand.d.ts +17 -0
  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/ts3.4/models/models_0.d.ts +331 -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 +1 -3
  95. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  96. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  97. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  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 +0 -73
  113. package/dist/cjs/commands/GetComplianceSummaryCommand.js.map +0 -1
  114. package/dist/cjs/commands/GetResourcesCommand.js +0 -84
  115. package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
  116. package/dist/cjs/commands/GetTagKeysCommand.js +0 -68
  117. package/dist/cjs/commands/GetTagKeysCommand.js.map +0 -1
  118. package/dist/cjs/commands/GetTagValuesCommand.js +0 -68
  119. package/dist/cjs/commands/GetTagValuesCommand.js.map +0 -1
  120. package/dist/cjs/commands/StartReportCreationCommand.js +0 -69
  121. package/dist/cjs/commands/StartReportCreationCommand.js.map +0 -1
  122. package/dist/cjs/commands/TagResourcesCommand.js +0 -88
  123. package/dist/cjs/commands/TagResourcesCommand.js.map +0 -1
  124. package/dist/cjs/commands/UntagResourcesCommand.js +0 -76
  125. package/dist/cjs/commands/UntagResourcesCommand.js.map +0 -1
  126. package/dist/cjs/endpoints.js.map +0 -1
  127. package/dist/cjs/index.js.map +0 -1
  128. package/dist/cjs/models/index.js.map +0 -1
  129. package/dist/cjs/models/models_0.js.map +0 -1
  130. package/dist/cjs/package.json +0 -91
  131. package/dist/cjs/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  132. package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
  133. package/dist/cjs/pagination/GetTagKeysPaginator.js.map +0 -1
  134. package/dist/cjs/pagination/GetTagValuesPaginator.js.map +0 -1
  135. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  136. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  137. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  138. package/dist/cjs/runtimeConfig.js.map +0 -1
  139. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  140. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  141. package/dist/es/ResourceGroupsTaggingAPI.js.map +0 -1
  142. package/dist/es/ResourceGroupsTaggingAPIClient.js.map +0 -1
  143. package/dist/es/commands/DescribeReportCreationCommand.js.map +0 -1
  144. package/dist/es/commands/GetComplianceSummaryCommand.js +0 -77
  145. package/dist/es/commands/GetComplianceSummaryCommand.js.map +0 -1
  146. package/dist/es/commands/GetResourcesCommand.js +0 -88
  147. package/dist/es/commands/GetResourcesCommand.js.map +0 -1
  148. package/dist/es/commands/GetTagKeysCommand.js +0 -72
  149. package/dist/es/commands/GetTagKeysCommand.js.map +0 -1
  150. package/dist/es/commands/GetTagValuesCommand.js +0 -72
  151. package/dist/es/commands/GetTagValuesCommand.js.map +0 -1
  152. package/dist/es/commands/StartReportCreationCommand.js.map +0 -1
  153. package/dist/es/commands/TagResourcesCommand.js +0 -92
  154. package/dist/es/commands/TagResourcesCommand.js.map +0 -1
  155. package/dist/es/commands/UntagResourcesCommand.js +0 -80
  156. package/dist/es/commands/UntagResourcesCommand.js.map +0 -1
  157. package/dist/es/endpoints.js.map +0 -1
  158. package/dist/es/index.js +0 -17
  159. package/dist/es/index.js.map +0 -1
  160. package/dist/es/models/index.js +0 -2
  161. package/dist/es/models/index.js.map +0 -1
  162. package/dist/es/models/models_0.js.map +0 -1
  163. package/dist/es/package.json +0 -91
  164. package/dist/es/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  165. package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
  166. package/dist/es/pagination/GetTagKeysPaginator.js.map +0 -1
  167. package/dist/es/pagination/GetTagValuesPaginator.js.map +0 -1
  168. package/dist/es/pagination/Interfaces.js +0 -2
  169. package/dist/es/pagination/Interfaces.js.map +0 -1
  170. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  171. package/dist/es/runtimeConfig.browser.js.map +0 -1
  172. package/dist/es/runtimeConfig.js.map +0 -1
  173. package/dist/es/runtimeConfig.native.js.map +0 -1
  174. package/dist/es/runtimeConfig.shared.js.map +0 -1
  175. package/dist/types/ts3.4/ResourceGroupsTaggingAPI.d.ts +0 -164
  176. package/dist/types/ts3.4/commands/DescribeReportCreationCommand.d.ts +0 -37
  177. package/dist/types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +0 -47
  178. package/dist/types/ts3.4/commands/GetResourcesCommand.d.ts +0 -58
  179. package/dist/types/ts3.4/commands/GetTagKeysCommand.d.ts +0 -42
  180. package/dist/types/ts3.4/commands/GetTagValuesCommand.d.ts +0 -42
  181. package/dist/types/ts3.4/commands/StartReportCreationCommand.d.ts +0 -43
  182. package/dist/types/ts3.4/commands/TagResourcesCommand.d.ts +0 -62
  183. package/dist/types/ts3.4/commands/UntagResourcesCommand.d.ts +0 -50
  184. package/dist/types/ts3.4/models/models_0.d.ts +0 -804
  185. package/endpoints.ts +0 -57
  186. package/jest.config.js +0 -4
  187. package/models/models_0.ts +0 -947
  188. package/pagination/GetComplianceSummaryPaginator.ts +0 -58
  189. package/pagination/GetResourcesPaginator.ts +0 -58
  190. package/pagination/GetTagKeysPaginator.ts +0 -53
  191. package/pagination/GetTagValuesPaginator.ts +0 -57
  192. package/pagination/Interfaces.ts +0 -7
  193. package/protocols/Aws_json1_1.ts +0 -1448
  194. package/runtimeConfig.browser.ts +0 -40
  195. package/runtimeConfig.native.ts +0 -16
  196. package/runtimeConfig.shared.ts +0 -16
  197. package/runtimeConfig.ts +0 -45
  198. package/tsconfig.es.json +0 -12
  199. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
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.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * 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))
23
+ * **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))
24
+ * **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))
25
+
26
+
27
+
28
+
29
+
30
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
31
+
32
+
33
+ ### Features
34
+
35
+ * **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))
36
+ * **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))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
43
+
44
+
45
+ ### Features
46
+
47
+ * **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))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7
54
 
8
55
  **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,9 +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");
13
- /**
14
- * <fullname>Resource Groups Tagging API</fullname>
15
- */
12
+ const ResourceGroupsTaggingAPIClient_1 = require("./ResourceGroupsTaggingAPIClient");
16
13
  class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPIClient_1.ResourceGroupsTaggingAPIClient {
17
14
  describeReportCreation(args, optionsOrCb, cb) {
18
15
  const command = new DescribeReportCreationCommand_1.DescribeReportCreationCommand(args);
@@ -128,4 +125,3 @@ class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPIClient_1.Resource
128
125
  }
129
126
  }
130
127
  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,16 @@ 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");
13
- /**
14
- * <fullname>Resource Groups Tagging API</fullname>
15
- */
12
+ const runtimeConfig_1 = require("./runtimeConfig");
16
13
  class ResourceGroupsTaggingAPIClient extends smithy_client_1.Client {
17
14
  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);
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
25
22
  super(_config_6);
26
23
  this.config = _config_6;
27
24
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -31,14 +28,8 @@ class ResourceGroupsTaggingAPIClient extends smithy_client_1.Client {
31
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
32
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
33
30
  }
34
- /**
35
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
36
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
37
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
38
- */
39
31
  destroy() {
40
32
  super.destroy();
41
33
  }
42
34
  }
43
35
  exports.ResourceGroupsTaggingAPIClient = ResourceGroupsTaggingAPIClient;
44
- //# sourceMappingURL=ResourceGroupsTaggingAPIClient.js.map
@@ -1,41 +1,15 @@
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");
8
- /**
9
- * <p>Describes the status of the <code>StartReportCreation</code> operation. </p>
10
- * <p>You can call this operation only from the organization's
11
- * management account and from the us-east-1 Region.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
16
- * // const { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
17
- * const client = new ResourceGroupsTaggingAPIClient(config);
18
- * const command = new DescribeReportCreationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeReportCreationCommandInput} for command's `input` shape.
23
- * @see {@link DescribeReportCreationCommandOutput} for command's `response` shape.
24
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
27
8
  class DescribeReportCreationCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class DescribeReportCreationCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.DescribeReportCreationCommand = DescribeReportCreationCommand;
63
- //# sourceMappingURL=DescribeReportCreationCommand.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetComplianceSummaryCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class GetComplianceSummaryCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "GetComplianceSummaryCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetComplianceSummaryInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetComplianceSummaryOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1GetComplianceSummaryCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1GetComplianceSummaryCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetComplianceSummaryCommand = GetComplianceSummaryCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetResourcesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class GetResourcesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "GetResourcesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetResourcesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetResourcesOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1GetResourcesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1GetResourcesCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetResourcesCommand = GetResourcesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetTagKeysCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class GetTagKeysCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "GetTagKeysCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetTagKeysInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetTagKeysOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1GetTagKeysCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1GetTagKeysCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetTagKeysCommand = GetTagKeysCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetTagValuesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class GetTagValuesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "GetTagValuesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetTagValuesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetTagValuesOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1GetTagValuesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1GetTagValuesCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetTagValuesCommand = GetTagValuesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StartReportCreationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class StartReportCreationCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "StartReportCreationCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.StartReportCreationInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.StartReportCreationOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1StartReportCreationCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1StartReportCreationCommand(output, context);
34
+ }
35
+ }
36
+ exports.StartReportCreationCommand = StartReportCreationCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagResourcesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class TagResourcesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "TagResourcesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.TagResourcesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.TagResourcesOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1TagResourcesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1TagResourcesCommand(output, context);
34
+ }
35
+ }
36
+ exports.TagResourcesCommand = TagResourcesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UntagResourcesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
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
+ class UntagResourcesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ResourceGroupsTaggingAPIClient";
18
+ const commandName = "UntagResourcesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UntagResourcesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UntagResourcesOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1UntagResourcesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1UntagResourcesCommand(output, context);
34
+ }
35
+ }
36
+ exports.UntagResourcesCommand = UntagResourcesCommand;
@@ -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