@aws-sdk/client-resource-groups-tagging-api 3.300.0 → 3.301.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/GetComplianceSummaryCommand.d.ts +6 -6
- package/dist-types/commands/GetResourcesCommand.d.ts +6 -6
- package/dist-types/commands/GetTagKeysCommand.d.ts +1 -1
- package/dist-types/commands/GetTagValuesCommand.d.ts +1 -1
- package/dist-types/commands/StartReportCreationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourcesCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourcesCommand.d.ts +3 -3
- package/package.json +3 -3
|
@@ -38,20 +38,20 @@ export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryO
|
|
|
38
38
|
* import { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
41
|
-
* const input = {
|
|
42
|
-
* TargetIdFilters: [
|
|
41
|
+
* const input = { // GetComplianceSummaryInput
|
|
42
|
+
* TargetIdFilters: [ // TargetIdFilterList
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
|
-
* RegionFilters: [
|
|
45
|
+
* RegionFilters: [ // RegionFilterList
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
-
* ResourceTypeFilters: [
|
|
48
|
+
* ResourceTypeFilters: [ // ResourceTypeFilterList
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
|
-
* TagKeyFilters: [
|
|
51
|
+
* TagKeyFilters: [ // TagKeyFilterList
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
|
-
* GroupBy: [
|
|
54
|
+
* GroupBy: [ // GroupBy
|
|
55
55
|
* "STRING_VALUE",
|
|
56
56
|
* ],
|
|
57
57
|
* MaxResults: Number("int"),
|
|
@@ -49,24 +49,24 @@ export interface GetResourcesCommandOutput extends GetResourcesOutput, __Metadat
|
|
|
49
49
|
* import { ResourceGroupsTaggingAPIClient, GetResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
50
50
|
* // const { ResourceGroupsTaggingAPIClient, GetResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
51
51
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
52
|
-
* const input = {
|
|
52
|
+
* const input = { // GetResourcesInput
|
|
53
53
|
* PaginationToken: "STRING_VALUE",
|
|
54
|
-
* TagFilters: [
|
|
55
|
-
* {
|
|
54
|
+
* TagFilters: [ // TagFilterList
|
|
55
|
+
* { // TagFilter
|
|
56
56
|
* Key: "STRING_VALUE",
|
|
57
|
-
* Values: [
|
|
57
|
+
* Values: [ // TagValueList
|
|
58
58
|
* "STRING_VALUE",
|
|
59
59
|
* ],
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
62
|
* ResourcesPerPage: Number("int"),
|
|
63
63
|
* TagsPerPage: Number("int"),
|
|
64
|
-
* ResourceTypeFilters: [
|
|
64
|
+
* ResourceTypeFilters: [ // ResourceTypeFilterList
|
|
65
65
|
* "STRING_VALUE",
|
|
66
66
|
* ],
|
|
67
67
|
* IncludeComplianceDetails: true || false,
|
|
68
68
|
* ExcludeCompliantResources: true || false,
|
|
69
|
-
* ResourceARNList: [
|
|
69
|
+
* ResourceARNList: [ // ResourceARNListForGet
|
|
70
70
|
* "STRING_VALUE",
|
|
71
71
|
* ],
|
|
72
72
|
* };
|
|
@@ -33,7 +33,7 @@ export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBea
|
|
|
33
33
|
* import { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
34
34
|
* // const { ResourceGroupsTaggingAPIClient, GetTagKeysCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
35
35
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // GetTagKeysInput
|
|
37
37
|
* PaginationToken: "STRING_VALUE",
|
|
38
38
|
* };
|
|
39
39
|
* const command = new GetTagKeysCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __Metadat
|
|
|
33
33
|
* import { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
34
34
|
* // const { ResourceGroupsTaggingAPIClient, GetTagValuesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
35
35
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // GetTagValuesInput
|
|
37
37
|
* PaginationToken: "STRING_VALUE",
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* };
|
|
@@ -34,7 +34,7 @@ export interface StartReportCreationCommandOutput extends StartReportCreationOut
|
|
|
34
34
|
* import { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
35
35
|
* // const { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
36
36
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // StartReportCreationInput
|
|
38
38
|
* S3Bucket: "STRING_VALUE", // required
|
|
39
39
|
* };
|
|
40
40
|
* const command = new StartReportCreationCommand(input);
|
|
@@ -75,11 +75,11 @@ export interface TagResourcesCommandOutput extends TagResourcesOutput, __Metadat
|
|
|
75
75
|
* import { ResourceGroupsTaggingAPIClient, TagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
76
76
|
* // const { ResourceGroupsTaggingAPIClient, TagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
77
77
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
78
|
-
* const input = {
|
|
79
|
-
* ResourceARNList: [ // required
|
|
78
|
+
* const input = { // TagResourcesInput
|
|
79
|
+
* ResourceARNList: [ // ResourceARNListForTagUntag // required
|
|
80
80
|
* "STRING_VALUE",
|
|
81
81
|
* ],
|
|
82
|
-
* Tags: { // required
|
|
82
|
+
* Tags: { // TagMap // required
|
|
83
83
|
* "<keys>": "STRING_VALUE",
|
|
84
84
|
* },
|
|
85
85
|
* };
|
|
@@ -62,11 +62,11 @@ export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __Met
|
|
|
62
62
|
* import { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
63
63
|
* // const { ResourceGroupsTaggingAPIClient, UntagResourcesCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
64
64
|
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
65
|
-
* const input = {
|
|
66
|
-
* ResourceARNList: [ // required
|
|
65
|
+
* const input = { // UntagResourcesInput
|
|
66
|
+
* ResourceARNList: [ // ResourceARNListForTagUntag // required
|
|
67
67
|
* "STRING_VALUE",
|
|
68
68
|
* ],
|
|
69
|
-
* TagKeys: [ // required
|
|
69
|
+
* TagKeys: [ // TagKeyListForUntag // required
|
|
70
70
|
* "STRING_VALUE",
|
|
71
71
|
* ],
|
|
72
72
|
* };
|
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.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|