@aws-sdk/client-resource-groups-tagging-api 3.890.0 → 3.891.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.
- package/dist-types/commands/DescribeReportCreationCommand.d.ts +2 -0
- package/dist-types/commands/GetComplianceSummaryCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +2 -0
- package/dist-types/commands/GetTagKeysCommand.d.ts +2 -0
- package/dist-types/commands/GetTagValuesCommand.d.ts +2 -0
- package/dist-types/commands/StartReportCreationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourcesCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourcesCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -35,6 +35,8 @@ declare const DescribeReportCreationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
37
37
|
* // const { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
38
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
39
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
38
40
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new DescribeReportCreationCommand(input);
|
|
@@ -45,6 +45,8 @@ declare const GetComplianceSummaryCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
47
47
|
* // const { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
48
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
49
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
48
50
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
49
51
|
* const input = { // GetComplianceSummaryInput
|
|
50
52
|
* TargetIdFilters: [ // TargetIdFilterList
|
|
@@ -56,6 +56,8 @@ declare const GetResourcesCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { ResourceGroupsTaggingAPIClient, GetResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
58
58
|
* // const { ResourceGroupsTaggingAPIClient, GetResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
59
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
60
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
59
61
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
60
62
|
* const input = { // GetResourcesInput
|
|
61
63
|
* PaginationToken: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const GetTagKeysCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
42
42
|
* // const { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
43
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
44
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
43
45
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
44
46
|
* const input = { // GetTagKeysInput
|
|
45
47
|
* PaginationToken: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const GetTagValuesCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
42
42
|
* // const { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
43
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
44
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
43
45
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
44
46
|
* const input = { // GetTagValuesInput
|
|
45
47
|
* PaginationToken: "STRING_VALUE",
|
|
@@ -41,6 +41,8 @@ declare const StartReportCreationCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
43
43
|
* // const { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
44
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
45
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
44
46
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
45
47
|
* const input = { // StartReportCreationInput
|
|
46
48
|
* S3Bucket: "STRING_VALUE", // required
|
|
@@ -82,6 +82,8 @@ declare const TagResourcesCommand_base: {
|
|
|
82
82
|
* ```javascript
|
|
83
83
|
* import { ResourceGroupsTaggingAPIClient, TagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
84
84
|
* // const { ResourceGroupsTaggingAPIClient, TagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
85
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
86
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
85
87
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
86
88
|
* const input = { // TagResourcesInput
|
|
87
89
|
* ResourceARNList: [ // ResourceARNListForTagUntag // required
|
|
@@ -68,6 +68,8 @@ declare const UntagResourcesCommand_base: {
|
|
|
68
68
|
* ```javascript
|
|
69
69
|
* import { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
70
70
|
* // const { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
71
|
+
* // import type { ResourceGroupsTaggingAPIClientConfig } from "@aws-sdk/client-resource-groups-tagging-api";
|
|
72
|
+
* const config = {}; // type is ResourceGroupsTaggingAPIClientConfig
|
|
71
73
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
72
74
|
* const input = { // UntagResourcesInput
|
|
73
75
|
* ResourceARNList: [ // ResourceARNListForTagUntag // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups-tagging-api",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resource-groups-tagging-api",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|