@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
@@ -1,77 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1GetComplianceSummaryCommand, serializeAws_json1_1GetComplianceSummaryCommand, } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a table that shows counts of resources that are noncompliant with their tag
8
- * policies.</p>
9
- * <p>For more information on tag policies, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">Tag Policies</a> in
10
- * the <i>AWS Organizations User Guide.</i>
11
- * </p>
12
- * <p>You can call this operation only from the organization's
13
- * management account and from the us-east-1 Region.</p>
14
- * <p>This operation supports pagination, where the response can be sent in
15
- * multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
16
- * if there are additional results available to return. Repeat the query, passing the
17
- * <code>PaginationToken</code> response parameter value as an input to the next request until you
18
- * recieve a <code>null</code> value. A null value for <code>PaginationToken</code> indicates that
19
- * there are no more results waiting to be returned.</p>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
24
- * // const { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
25
- * const client = new ResourceGroupsTaggingAPIClient(config);
26
- * const command = new GetComplianceSummaryCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link GetComplianceSummaryCommandInput} for command's `input` shape.
31
- * @see {@link GetComplianceSummaryCommandOutput} for command's `response` shape.
32
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
35
- var GetComplianceSummaryCommand = /** @class */ (function (_super) {
36
- __extends(GetComplianceSummaryCommand, _super);
37
- // Start section: command_properties
38
- // End section: command_properties
39
- function GetComplianceSummaryCommand(input) {
40
- var _this =
41
- // Start section: command_constructor
42
- _super.call(this) || this;
43
- _this.input = input;
44
- return _this;
45
- // End section: command_constructor
46
- }
47
- /**
48
- * @internal
49
- */
50
- GetComplianceSummaryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
51
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
52
- var stack = clientStack.concat(this.middlewareStack);
53
- var logger = configuration.logger;
54
- var clientName = "ResourceGroupsTaggingAPIClient";
55
- var commandName = "GetComplianceSummaryCommand";
56
- var handlerExecutionContext = {
57
- logger: logger,
58
- clientName: clientName,
59
- commandName: commandName,
60
- inputFilterSensitiveLog: GetComplianceSummaryInput.filterSensitiveLog,
61
- outputFilterSensitiveLog: GetComplianceSummaryOutput.filterSensitiveLog,
62
- };
63
- var requestHandler = configuration.requestHandler;
64
- return stack.resolve(function (request) {
65
- return requestHandler.handle(request.request, options || {});
66
- }, handlerExecutionContext);
67
- };
68
- GetComplianceSummaryCommand.prototype.serialize = function (input, context) {
69
- return serializeAws_json1_1GetComplianceSummaryCommand(input, context);
70
- };
71
- GetComplianceSummaryCommand.prototype.deserialize = function (output, context) {
72
- return deserializeAws_json1_1GetComplianceSummaryCommand(output, context);
73
- };
74
- return GetComplianceSummaryCommand;
75
- }($Command));
76
- export { GetComplianceSummaryCommand };
77
- //# sourceMappingURL=GetComplianceSummaryCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetComplianceSummaryCommand.js","sourceRoot":"","sources":["../../../commands/GetComplianceSummaryCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH;IAAiD,+CAIhD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,qCAAqB,KAAuC;QAA5D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;QAG1D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,88 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1GetResourcesCommand, serializeAws_json1_1GetResourcesCommand, } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns all the tagged or previously tagged resources that are located in the
8
- * specified Region for the AWS account.</p>
9
- * <p>Depending on what information you want returned, you can also specify the
10
- * following:</p>
11
- * <ul>
12
- * <li>
13
- * <p>
14
- * <i>Filters</i> that specify what tags and resource types you
15
- * want returned. The response includes all tags that are associated with the
16
- * requested resources.</p>
17
- * </li>
18
- * <li>
19
- * <p>Information about compliance with the account's effective tag policy. For more
20
- * information on tag policies, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">Tag
21
- * Policies</a> in the <i>AWS Organizations User Guide.</i>
22
- * </p>
23
- * </li>
24
- * </ul>
25
- * <p>This operation supports pagination, where the response can be sent in
26
- * multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
27
- * if there are additional results available to return. Repeat the query, passing the
28
- * <code>PaginationToken</code> response parameter value as an input to the next request until you
29
- * recieve a <code>null</code> value. A null value for <code>PaginationToken</code> indicates that
30
- * there are no more results waiting to be returned.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { ResourceGroupsTaggingAPIClient, GetResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
35
- * // const { ResourceGroupsTaggingAPIClient, GetResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
36
- * const client = new ResourceGroupsTaggingAPIClient(config);
37
- * const command = new GetResourcesCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link GetResourcesCommandInput} for command's `input` shape.
42
- * @see {@link GetResourcesCommandOutput} for command's `response` shape.
43
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
46
- var GetResourcesCommand = /** @class */ (function (_super) {
47
- __extends(GetResourcesCommand, _super);
48
- // Start section: command_properties
49
- // End section: command_properties
50
- function GetResourcesCommand(input) {
51
- var _this =
52
- // Start section: command_constructor
53
- _super.call(this) || this;
54
- _this.input = input;
55
- return _this;
56
- // End section: command_constructor
57
- }
58
- /**
59
- * @internal
60
- */
61
- GetResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
- var stack = clientStack.concat(this.middlewareStack);
64
- var logger = configuration.logger;
65
- var clientName = "ResourceGroupsTaggingAPIClient";
66
- var commandName = "GetResourcesCommand";
67
- var handlerExecutionContext = {
68
- logger: logger,
69
- clientName: clientName,
70
- commandName: commandName,
71
- inputFilterSensitiveLog: GetResourcesInput.filterSensitiveLog,
72
- outputFilterSensitiveLog: GetResourcesOutput.filterSensitiveLog,
73
- };
74
- var requestHandler = configuration.requestHandler;
75
- return stack.resolve(function (request) {
76
- return requestHandler.handle(request.request, options || {});
77
- }, handlerExecutionContext);
78
- };
79
- GetResourcesCommand.prototype.serialize = function (input, context) {
80
- return serializeAws_json1_1GetResourcesCommand(input, context);
81
- };
82
- GetResourcesCommand.prototype.deserialize = function (output, context) {
83
- return deserializeAws_json1_1GetResourcesCommand(output, context);
84
- };
85
- return GetResourcesCommand;
86
- }($Command));
87
- export { GetResourcesCommand };
88
- //# sourceMappingURL=GetResourcesCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetResourcesCommand.js","sourceRoot":"","sources":["../../../commands/GetResourcesCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH;IAAyC,uCAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,6BAAqB,KAA+B;QAApD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
@@ -1,72 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1GetTagKeysCommand, serializeAws_json1_1GetTagKeysCommand, } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns all tag keys currently in use in the specified Region for the calling AWS
8
- * account.</p>
9
- * <p>This operation supports pagination, where the response can be sent in
10
- * multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
11
- * if there are additional results available to return. Repeat the query, passing the
12
- * <code>PaginationToken</code> response parameter value as an input to the next request until you
13
- * recieve a <code>null</code> value. A null value for <code>PaginationToken</code> indicates that
14
- * there are no more results waiting to be returned.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
19
- * // const { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
20
- * const client = new ResourceGroupsTaggingAPIClient(config);
21
- * const command = new GetTagKeysCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link GetTagKeysCommandInput} for command's `input` shape.
26
- * @see {@link GetTagKeysCommandOutput} for command's `response` shape.
27
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- var GetTagKeysCommand = /** @class */ (function (_super) {
31
- __extends(GetTagKeysCommand, _super);
32
- // Start section: command_properties
33
- // End section: command_properties
34
- function GetTagKeysCommand(input) {
35
- var _this =
36
- // Start section: command_constructor
37
- _super.call(this) || this;
38
- _this.input = input;
39
- return _this;
40
- // End section: command_constructor
41
- }
42
- /**
43
- * @internal
44
- */
45
- GetTagKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
46
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
47
- var stack = clientStack.concat(this.middlewareStack);
48
- var logger = configuration.logger;
49
- var clientName = "ResourceGroupsTaggingAPIClient";
50
- var commandName = "GetTagKeysCommand";
51
- var handlerExecutionContext = {
52
- logger: logger,
53
- clientName: clientName,
54
- commandName: commandName,
55
- inputFilterSensitiveLog: GetTagKeysInput.filterSensitiveLog,
56
- outputFilterSensitiveLog: GetTagKeysOutput.filterSensitiveLog,
57
- };
58
- var requestHandler = configuration.requestHandler;
59
- return stack.resolve(function (request) {
60
- return requestHandler.handle(request.request, options || {});
61
- }, handlerExecutionContext);
62
- };
63
- GetTagKeysCommand.prototype.serialize = function (input, context) {
64
- return serializeAws_json1_1GetTagKeysCommand(input, context);
65
- };
66
- GetTagKeysCommand.prototype.deserialize = function (output, context) {
67
- return deserializeAws_json1_1GetTagKeysCommand(output, context);
68
- };
69
- return GetTagKeysCommand;
70
- }($Command));
71
- export { GetTagKeysCommand };
72
- //# sourceMappingURL=GetTagKeysCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetTagKeysCommand.js","sourceRoot":"","sources":["../../../commands/GetTagKeysCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH;IAAuC,qCAItC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,2BAAqB,KAA6B;QAAlD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;QAGhD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,eAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
@@ -1,72 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1GetTagValuesCommand, serializeAws_json1_1GetTagValuesCommand, } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns all tag values for the specified key that are used in the specified AWS
8
- * Region for the calling AWS account.</p>
9
- * <p>This operation supports pagination, where the response can be sent in
10
- * multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
11
- * if there are additional results available to return. Repeat the query, passing the
12
- * <code>PaginationToken</code> response parameter value as an input to the next request until you
13
- * recieve a <code>null</code> value. A null value for <code>PaginationToken</code> indicates that
14
- * there are no more results waiting to be returned.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
19
- * // const { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
20
- * const client = new ResourceGroupsTaggingAPIClient(config);
21
- * const command = new GetTagValuesCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link GetTagValuesCommandInput} for command's `input` shape.
26
- * @see {@link GetTagValuesCommandOutput} for command's `response` shape.
27
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- var GetTagValuesCommand = /** @class */ (function (_super) {
31
- __extends(GetTagValuesCommand, _super);
32
- // Start section: command_properties
33
- // End section: command_properties
34
- function GetTagValuesCommand(input) {
35
- var _this =
36
- // Start section: command_constructor
37
- _super.call(this) || this;
38
- _this.input = input;
39
- return _this;
40
- // End section: command_constructor
41
- }
42
- /**
43
- * @internal
44
- */
45
- GetTagValuesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
46
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
47
- var stack = clientStack.concat(this.middlewareStack);
48
- var logger = configuration.logger;
49
- var clientName = "ResourceGroupsTaggingAPIClient";
50
- var commandName = "GetTagValuesCommand";
51
- var handlerExecutionContext = {
52
- logger: logger,
53
- clientName: clientName,
54
- commandName: commandName,
55
- inputFilterSensitiveLog: GetTagValuesInput.filterSensitiveLog,
56
- outputFilterSensitiveLog: GetTagValuesOutput.filterSensitiveLog,
57
- };
58
- var requestHandler = configuration.requestHandler;
59
- return stack.resolve(function (request) {
60
- return requestHandler.handle(request.request, options || {});
61
- }, handlerExecutionContext);
62
- };
63
- GetTagValuesCommand.prototype.serialize = function (input, context) {
64
- return serializeAws_json1_1GetTagValuesCommand(input, context);
65
- };
66
- GetTagValuesCommand.prototype.deserialize = function (output, context) {
67
- return deserializeAws_json1_1GetTagValuesCommand(output, context);
68
- };
69
- return GetTagValuesCommand;
70
- }($Command));
71
- export { GetTagValuesCommand };
72
- //# sourceMappingURL=GetTagValuesCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetTagValuesCommand.js","sourceRoot":"","sources":["../../../commands/GetTagValuesCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH;IAAyC,uCAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,6BAAqB,KAA+B;QAApD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StartReportCreationCommand.js","sourceRoot":"","sources":["../../../commands/StartReportCreationCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH;IAAgD,8CAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,oCAAqB,KAAsC;QAA3D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,92 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1TagResourcesCommand, serializeAws_json1_1TagResourcesCommand, } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Applies one or more tags to the specified resources. Note the following:</p>
8
- * <ul>
9
- * <li>
10
- * <p>Not all resources can have tags. For a list of services with resources that
11
- * support tagging using this operation, see <a href="https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/supported-services.html">Services that support the
12
- * Resource Groups Tagging API</a>.</p>
13
- * </li>
14
- * <li>
15
- * <p>Each resource can have up to 50 tags. For other limits, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag Naming and Usage Conventions</a> in the <i>AWS General
16
- * Reference.</i>
17
- * </p>
18
- * </li>
19
- * <li>
20
- * <p>You can only tag resources that are located in the specified AWS Region for
21
- * the AWS account.</p>
22
- * </li>
23
- * <li>
24
- * <p>To add tags to a resource, you need the necessary permissions for the service
25
- * that the resource belongs to as well as permissions for adding tags. For more
26
- * information, see the documentation for each service.</p>
27
- * </li>
28
- * </ul>
29
- * <important>
30
- * <p>Do not store personally identifiable information (PII) or other confidential or
31
- * sensitive information in tags. We use tags to provide you with billing and
32
- * administration services. Tags are not intended to be used for private or sensitive
33
- * data.</p>
34
- * </important>
35
- * @example
36
- * Use a bare-bones client and the command you need to make an API call.
37
- * ```javascript
38
- * import { ResourceGroupsTaggingAPIClient, TagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
39
- * // const { ResourceGroupsTaggingAPIClient, TagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
40
- * const client = new ResourceGroupsTaggingAPIClient(config);
41
- * const command = new TagResourcesCommand(input);
42
- * const response = await client.send(command);
43
- * ```
44
- *
45
- * @see {@link TagResourcesCommandInput} for command's `input` shape.
46
- * @see {@link TagResourcesCommandOutput} for command's `response` shape.
47
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
48
- *
49
- */
50
- var TagResourcesCommand = /** @class */ (function (_super) {
51
- __extends(TagResourcesCommand, _super);
52
- // Start section: command_properties
53
- // End section: command_properties
54
- function TagResourcesCommand(input) {
55
- var _this =
56
- // Start section: command_constructor
57
- _super.call(this) || this;
58
- _this.input = input;
59
- return _this;
60
- // End section: command_constructor
61
- }
62
- /**
63
- * @internal
64
- */
65
- TagResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
66
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
- var stack = clientStack.concat(this.middlewareStack);
68
- var logger = configuration.logger;
69
- var clientName = "ResourceGroupsTaggingAPIClient";
70
- var commandName = "TagResourcesCommand";
71
- var handlerExecutionContext = {
72
- logger: logger,
73
- clientName: clientName,
74
- commandName: commandName,
75
- inputFilterSensitiveLog: TagResourcesInput.filterSensitiveLog,
76
- outputFilterSensitiveLog: TagResourcesOutput.filterSensitiveLog,
77
- };
78
- var requestHandler = configuration.requestHandler;
79
- return stack.resolve(function (request) {
80
- return requestHandler.handle(request.request, options || {});
81
- }, handlerExecutionContext);
82
- };
83
- TagResourcesCommand.prototype.serialize = function (input, context) {
84
- return serializeAws_json1_1TagResourcesCommand(input, context);
85
- };
86
- TagResourcesCommand.prototype.deserialize = function (output, context) {
87
- return deserializeAws_json1_1TagResourcesCommand(output, context);
88
- };
89
- return TagResourcesCommand;
90
- }($Command));
91
- export { TagResourcesCommand };
92
- //# sourceMappingURL=TagResourcesCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TagResourcesCommand.js","sourceRoot":"","sources":["../../../commands/TagResourcesCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH;IAAyC,uCAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,6BAAqB,KAA+B;QAApD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
@@ -1,80 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1UntagResourcesCommand, serializeAws_json1_1UntagResourcesCommand, } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Removes the specified tags from the specified resources. When you specify a tag key,
8
- * the action removes both that key and its associated value. The operation succeeds even
9
- * if you attempt to remove tags from a resource that were already removed. Note the
10
- * following:</p>
11
- * <ul>
12
- * <li>
13
- * <p>To remove tags from a resource, you need the necessary permissions for the
14
- * service that the resource belongs to as well as permissions for removing tags.
15
- * For more information, see the documentation for the service whose resource you
16
- * want to untag.</p>
17
- * </li>
18
- * <li>
19
- * <p>You can only tag resources that are located in the specified AWS Region for
20
- * the calling AWS account.</p>
21
- * </li>
22
- * </ul>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
27
- * // const { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
28
- * const client = new ResourceGroupsTaggingAPIClient(config);
29
- * const command = new UntagResourcesCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link UntagResourcesCommandInput} for command's `input` shape.
34
- * @see {@link UntagResourcesCommandOutput} for command's `response` shape.
35
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
38
- var UntagResourcesCommand = /** @class */ (function (_super) {
39
- __extends(UntagResourcesCommand, _super);
40
- // Start section: command_properties
41
- // End section: command_properties
42
- function UntagResourcesCommand(input) {
43
- var _this =
44
- // Start section: command_constructor
45
- _super.call(this) || this;
46
- _this.input = input;
47
- return _this;
48
- // End section: command_constructor
49
- }
50
- /**
51
- * @internal
52
- */
53
- UntagResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
54
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
55
- var stack = clientStack.concat(this.middlewareStack);
56
- var logger = configuration.logger;
57
- var clientName = "ResourceGroupsTaggingAPIClient";
58
- var commandName = "UntagResourcesCommand";
59
- var handlerExecutionContext = {
60
- logger: logger,
61
- clientName: clientName,
62
- commandName: commandName,
63
- inputFilterSensitiveLog: UntagResourcesInput.filterSensitiveLog,
64
- outputFilterSensitiveLog: UntagResourcesOutput.filterSensitiveLog,
65
- };
66
- var requestHandler = configuration.requestHandler;
67
- return stack.resolve(function (request) {
68
- return requestHandler.handle(request.request, options || {});
69
- }, handlerExecutionContext);
70
- };
71
- UntagResourcesCommand.prototype.serialize = function (input, context) {
72
- return serializeAws_json1_1UntagResourcesCommand(input, context);
73
- };
74
- UntagResourcesCommand.prototype.deserialize = function (output, context) {
75
- return deserializeAws_json1_1UntagResourcesCommand(output, context);
76
- };
77
- return UntagResourcesCommand;
78
- }($Command));
79
- export { UntagResourcesCommand };
80
- //# sourceMappingURL=UntagResourcesCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UntagResourcesCommand.js","sourceRoot":"","sources":["../../../commands/UntagResourcesCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH;IAA2C,yCAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,+BAAqB,KAAiC;QAAtD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mBAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,gCAAgC;KAC3C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,mCAAmC;KAC9C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,6BAA6B;KACxC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,gCAAgC;KAC3C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,sBAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,SAAS,EACzB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
package/dist/es/index.js DELETED
@@ -1,17 +0,0 @@
1
- export * from "./ResourceGroupsTaggingAPIClient";
2
- export * from "./ResourceGroupsTaggingAPI";
3
- export * from "./commands/DescribeReportCreationCommand";
4
- export * from "./commands/GetComplianceSummaryCommand";
5
- export * from "./pagination/GetComplianceSummaryPaginator";
6
- export * from "./commands/GetResourcesCommand";
7
- export * from "./pagination/GetResourcesPaginator";
8
- export * from "./commands/GetTagKeysCommand";
9
- export * from "./pagination/GetTagKeysPaginator";
10
- export * from "./commands/GetTagValuesCommand";
11
- export * from "./pagination/GetTagValuesPaginator";
12
- export * from "./commands/StartReportCreationCommand";
13
- export * from "./commands/TagResourcesCommand";
14
- export * from "./commands/UntagResourcesCommand";
15
- export * from "./pagination/Interfaces";
16
- export * from "./models/index";
17
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}