@aws-sdk/client-resource-groups 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/CreateGroupCommand.d.ts +8 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupQueryCommand.d.ts +1 -1
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GroupResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -4
- package/dist-types/commands/PutGroupConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/SearchResourcesCommand.d.ts +2 -2
- package/dist-types/commands/TagCommand.d.ts +2 -2
- package/dist-types/commands/UngroupResourcesCommand.d.ts +2 -2
- package/dist-types/commands/UntagCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupQueryCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -41,23 +41,23 @@ export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataB
|
|
|
41
41
|
* import { ResourceGroupsClient, CreateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
42
42
|
* // const { ResourceGroupsClient, CreateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
43
43
|
* const client = new ResourceGroupsClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CreateGroupInput
|
|
45
45
|
* Name: "STRING_VALUE", // required
|
|
46
46
|
* Description: "STRING_VALUE",
|
|
47
|
-
* ResourceQuery: {
|
|
47
|
+
* ResourceQuery: { // ResourceQuery
|
|
48
48
|
* Type: "TAG_FILTERS_1_0" || "CLOUDFORMATION_STACK_1_0", // required
|
|
49
49
|
* Query: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // Tags
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
|
-
* Configuration: [
|
|
55
|
-
* {
|
|
54
|
+
* Configuration: [ // GroupConfigurationList
|
|
55
|
+
* { // GroupConfigurationItem
|
|
56
56
|
* Type: "STRING_VALUE", // required
|
|
57
|
-
* Parameters: [
|
|
58
|
-
* {
|
|
57
|
+
* Parameters: [ // GroupParameterList
|
|
58
|
+
* { // GroupConfigurationParameter
|
|
59
59
|
* Name: "STRING_VALUE", // required
|
|
60
|
-
* Values: [
|
|
60
|
+
* Values: [ // GroupConfigurationParameterValueList
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* },
|
|
@@ -38,7 +38,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataB
|
|
|
38
38
|
* import { ResourceGroupsClient, DeleteGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, DeleteGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // DeleteGroupInput
|
|
42
42
|
* GroupName: "STRING_VALUE",
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -37,7 +37,7 @@ export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer
|
|
|
37
37
|
* import { ResourceGroupsClient, GetGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
38
38
|
* // const { ResourceGroupsClient, GetGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
39
39
|
* const client = new ResourceGroupsClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // GetGroupInput
|
|
41
41
|
* GroupName: "STRING_VALUE",
|
|
42
42
|
* Group: "STRING_VALUE",
|
|
43
43
|
* };
|
|
@@ -38,7 +38,7 @@ export interface GetGroupConfigurationCommandOutput extends GetGroupConfiguratio
|
|
|
38
38
|
* import { ResourceGroupsClient, GetGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, GetGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // GetGroupConfigurationInput
|
|
42
42
|
* Group: "STRING_VALUE",
|
|
43
43
|
* };
|
|
44
44
|
* const command = new GetGroupConfigurationCommand(input);
|
|
@@ -39,7 +39,7 @@ export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __Metad
|
|
|
39
39
|
* import { ResourceGroupsClient, GetGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
40
40
|
* // const { ResourceGroupsClient, GetGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
41
41
|
* const client = new ResourceGroupsClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // GetGroupQueryInput
|
|
43
43
|
* GroupName: "STRING_VALUE",
|
|
44
44
|
* Group: "STRING_VALUE",
|
|
45
45
|
* };
|
|
@@ -38,7 +38,7 @@ export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {
|
|
|
38
38
|
* import { ResourceGroupsClient, GetTagsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, GetTagsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // GetTagsInput
|
|
42
42
|
* Arn: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new GetTagsCommand(input);
|
|
@@ -55,9 +55,9 @@ export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __Met
|
|
|
55
55
|
* import { ResourceGroupsClient, GroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
56
56
|
* // const { ResourceGroupsClient, GroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
57
57
|
* const client = new ResourceGroupsClient(config);
|
|
58
|
-
* const input = {
|
|
58
|
+
* const input = { // GroupResourcesInput
|
|
59
59
|
* Group: "STRING_VALUE", // required
|
|
60
|
-
* ResourceArns: [ // required
|
|
60
|
+
* ResourceArns: [ // ResourceArnList // required
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* };
|
|
@@ -53,13 +53,13 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutpu
|
|
|
53
53
|
* import { ResourceGroupsClient, ListGroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
54
54
|
* // const { ResourceGroupsClient, ListGroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
55
55
|
* const client = new ResourceGroupsClient(config);
|
|
56
|
-
* const input = {
|
|
56
|
+
* const input = { // ListGroupResourcesInput
|
|
57
57
|
* GroupName: "STRING_VALUE",
|
|
58
58
|
* Group: "STRING_VALUE",
|
|
59
|
-
* Filters: [
|
|
60
|
-
* {
|
|
59
|
+
* Filters: [ // ResourceFilterList
|
|
60
|
+
* { // ResourceFilter
|
|
61
61
|
* Name: "resource-type", // required
|
|
62
|
-
* Values: [ // required
|
|
62
|
+
* Values: [ // ResourceFilterValues // required
|
|
63
63
|
* "STRING_VALUE",
|
|
64
64
|
* ],
|
|
65
65
|
* },
|
|
@@ -37,11 +37,11 @@ export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBea
|
|
|
37
37
|
* import { ResourceGroupsClient, ListGroupsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
38
38
|
* // const { ResourceGroupsClient, ListGroupsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
39
39
|
* const client = new ResourceGroupsClient(config);
|
|
40
|
-
* const input = {
|
|
41
|
-
* Filters: [
|
|
42
|
-
* {
|
|
40
|
+
* const input = { // ListGroupsInput
|
|
41
|
+
* Filters: [ // GroupFilterList
|
|
42
|
+
* { // GroupFilter
|
|
43
43
|
* Name: "resource-type" || "configuration-type", // required
|
|
44
|
-
* Values: [ // required
|
|
44
|
+
* Values: [ // GroupFilterValues // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* },
|
|
@@ -39,15 +39,15 @@ export interface PutGroupConfigurationCommandOutput extends PutGroupConfiguratio
|
|
|
39
39
|
* import { ResourceGroupsClient, PutGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
40
40
|
* // const { ResourceGroupsClient, PutGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
41
41
|
* const client = new ResourceGroupsClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // PutGroupConfigurationInput
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
|
-
* Configuration: [
|
|
45
|
-
* {
|
|
44
|
+
* Configuration: [ // GroupConfigurationList
|
|
45
|
+
* { // GroupConfigurationItem
|
|
46
46
|
* Type: "STRING_VALUE", // required
|
|
47
|
-
* Parameters: [
|
|
48
|
-
* {
|
|
47
|
+
* Parameters: [ // GroupParameterList
|
|
48
|
+
* { // GroupConfigurationParameter
|
|
49
49
|
* Name: "STRING_VALUE", // required
|
|
50
|
-
* Values: [
|
|
50
|
+
* Values: [ // GroupConfigurationParameterValueList
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
53
|
* },
|
|
@@ -54,8 +54,8 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M
|
|
|
54
54
|
* import { ResourceGroupsClient, SearchResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
55
55
|
* // const { ResourceGroupsClient, SearchResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
56
56
|
* const client = new ResourceGroupsClient(config);
|
|
57
|
-
* const input = {
|
|
58
|
-
* ResourceQuery: {
|
|
57
|
+
* const input = { // SearchResourcesInput
|
|
58
|
+
* ResourceQuery: { // ResourceQuery
|
|
59
59
|
* Type: "TAG_FILTERS_1_0" || "CLOUDFORMATION_STACK_1_0", // required
|
|
60
60
|
* Query: "STRING_VALUE", // required
|
|
61
61
|
* },
|
|
@@ -44,9 +44,9 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {
|
|
|
44
44
|
* import { ResourceGroupsClient, TagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
45
45
|
* // const { ResourceGroupsClient, TagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
46
46
|
* const client = new ResourceGroupsClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // TagInput
|
|
48
48
|
* Arn: "STRING_VALUE", // required
|
|
49
|
-
* Tags: { // required
|
|
49
|
+
* Tags: { // Tags // required
|
|
50
50
|
* "<keys>": "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* };
|
|
@@ -40,9 +40,9 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _
|
|
|
40
40
|
* import { ResourceGroupsClient, UngroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
41
41
|
* // const { ResourceGroupsClient, UngroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
42
42
|
* const client = new ResourceGroupsClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // UngroupResourcesInput
|
|
44
44
|
* Group: "STRING_VALUE", // required
|
|
45
|
-
* ResourceArns: [ // required
|
|
45
|
+
* ResourceArns: [ // ResourceArnList // required
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* };
|
|
@@ -37,9 +37,9 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
|
|
|
37
37
|
* import { ResourceGroupsClient, UntagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
38
38
|
* // const { ResourceGroupsClient, UntagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
39
39
|
* const client = new ResourceGroupsClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // UntagInput
|
|
41
41
|
* Arn: "STRING_VALUE", // required
|
|
42
|
-
* Keys: [ // required
|
|
42
|
+
* Keys: [ // TagKeyList // required
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* };
|
|
@@ -30,7 +30,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
30
30
|
* import { ResourceGroupsClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
31
31
|
* // const { ResourceGroupsClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
32
32
|
* const client = new ResourceGroupsClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateAccountSettingsInput
|
|
34
34
|
* GroupLifecycleEventsDesiredStatus: "ACTIVE" || "INACTIVE",
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateAccountSettingsCommand(input);
|
|
@@ -38,7 +38,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB
|
|
|
38
38
|
* import { ResourceGroupsClient, UpdateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, UpdateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // UpdateGroupInput
|
|
42
42
|
* GroupName: "STRING_VALUE",
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
44
|
* Description: "STRING_VALUE",
|
|
@@ -38,10 +38,10 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _
|
|
|
38
38
|
* import { ResourceGroupsClient, UpdateGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, UpdateGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // UpdateGroupQueryInput
|
|
42
42
|
* GroupName: "STRING_VALUE",
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
|
-
* ResourceQuery: {
|
|
44
|
+
* ResourceQuery: { // ResourceQuery
|
|
45
45
|
* Type: "TAG_FILTERS_1_0" || "CLOUDFORMATION_STACK_1_0", // required
|
|
46
46
|
* Query: "STRING_VALUE", // required
|
|
47
47
|
* },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups 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",
|