@aws-sdk/client-resource-groups 3.1076.0 → 3.1078.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 (89) hide show
  1. package/dist-cjs/index.js +34 -235
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelTagSyncTaskCommand.js +2 -14
  4. package/dist-es/commands/CreateGroupCommand.js +2 -14
  5. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  6. package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
  7. package/dist-es/commands/GetGroupCommand.js +2 -14
  8. package/dist-es/commands/GetGroupConfigurationCommand.js +2 -14
  9. package/dist-es/commands/GetGroupQueryCommand.js +2 -14
  10. package/dist-es/commands/GetTagSyncTaskCommand.js +2 -14
  11. package/dist-es/commands/GetTagsCommand.js +2 -14
  12. package/dist-es/commands/GroupResourcesCommand.js +2 -14
  13. package/dist-es/commands/ListGroupResourcesCommand.js +2 -14
  14. package/dist-es/commands/ListGroupingStatusesCommand.js +2 -14
  15. package/dist-es/commands/ListGroupsCommand.js +2 -14
  16. package/dist-es/commands/ListTagSyncTasksCommand.js +2 -14
  17. package/dist-es/commands/PutGroupConfigurationCommand.js +2 -14
  18. package/dist-es/commands/SearchResourcesCommand.js +2 -14
  19. package/dist-es/commands/StartTagSyncTaskCommand.js +2 -14
  20. package/dist-es/commands/TagCommand.js +2 -14
  21. package/dist-es/commands/UngroupResourcesCommand.js +2 -14
  22. package/dist-es/commands/UntagCommand.js +2 -14
  23. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
  24. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  25. package/dist-es/commands/UpdateGroupQueryCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.browser.js +0 -2
  28. package/dist-es/runtimeConfig.js +1 -2
  29. package/dist-es/runtimeConfig.native.js +0 -2
  30. package/dist-es/runtimeConfig.shared.js +2 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  35. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
  36. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  37. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +3 -8
  38. package/dist-types/commands/GetGroupQueryCommand.d.ts +3 -8
  39. package/dist-types/commands/GetTagSyncTaskCommand.d.ts +3 -8
  40. package/dist-types/commands/GetTagsCommand.d.ts +3 -8
  41. package/dist-types/commands/GroupResourcesCommand.d.ts +3 -8
  42. package/dist-types/commands/ListGroupResourcesCommand.d.ts +3 -8
  43. package/dist-types/commands/ListGroupingStatusesCommand.d.ts +3 -8
  44. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListTagSyncTasksCommand.d.ts +3 -8
  46. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +3 -8
  47. package/dist-types/commands/SearchResourcesCommand.d.ts +3 -8
  48. package/dist-types/commands/StartTagSyncTaskCommand.d.ts +3 -8
  49. package/dist-types/commands/TagCommand.d.ts +3 -8
  50. package/dist-types/commands/UngroupResourcesCommand.d.ts +3 -8
  51. package/dist-types/commands/UntagCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  57. package/dist-types/runtimeConfig.d.ts +1 -1
  58. package/dist-types/runtimeConfig.native.d.ts +1 -1
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/TagCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UntagCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/index.d.ts +1 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  89. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGroupsCommandInput extends ListGroupsInput {
22
19
  export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupsCommand_base: {
25
- new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of existing Resource Groups in your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagSyncTasksInput, ListTagSyncTasksOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagSyncTasksCommandInput extends ListTagSyncTasksInput {
22
19
  export interface ListTagSyncTasksCommandOutput extends ListTagSyncTasksOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagSyncTasksCommand_base: {
25
- new (input: ListTagSyncTasksCommandInput): import("@smithy/core/client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTagSyncTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagSyncTasksCommandInput): import("@smithy/core/client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTagSyncTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tag-sync tasks. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutGroupConfigurationCommandInput extends PutGroupConfiguration
22
19
  export interface PutGroupConfigurationCommandOutput extends PutGroupConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutGroupConfigurationCommand_base: {
25
- new (input: PutGroupConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [PutGroupConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutGroupConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [PutGroupConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches a service configuration to the specified group. This occurs asynchronously,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchResourcesCommandInput extends SearchResourcesInput {
22
19
  export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SearchResourcesCommand_base: {
25
- new (input: SearchResourcesCommandInput): import("@smithy/core/client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchResourcesCommandInput): import("@smithy/core/client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchResourcesCommandInput): import("@smithy/core/client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchResourcesCommandInput): import("@smithy/core/client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Amazon Web Services resource identifiers that matches the specified query. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartTagSyncTaskInput, StartTagSyncTaskOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartTagSyncTaskCommandInput extends StartTagSyncTaskInput {
22
19
  export interface StartTagSyncTaskCommandOutput extends StartTagSyncTaskOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartTagSyncTaskCommand_base: {
25
- new (input: StartTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagInput, TagOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagCommandInput extends TagInput {
22
19
  export interface TagCommandOutput extends TagOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagCommand_base: {
25
- new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<TagCommandInput, TagCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<TagCommandInput, TagCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds tags to a resource group with the specified Amazon resource name (ARN). Existing tags on a resource
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UngroupResourcesCommandInput extends UngroupResourcesInput {
22
19
  export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UngroupResourcesCommand_base: {
25
- new (input: UngroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UngroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UngroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UngroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified resources from the specified group. This operation works only
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagInput, UntagOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagCommandInput extends UntagInput {
22
19
  export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagCommand_base: {
25
- new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<UntagCommandInput, UntagCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<UntagCommandInput, UntagCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes tags from a specified resource group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
22
19
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAccountSettingsCommand_base: {
25
- new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Turns on or turns off optional features in Resource Groups.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateGroupCommandInput extends UpdateGroupInput {
22
19
  export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateGroupCommand_base: {
25
- new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the description for an existing group. You cannot update the name of a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0";
4
- import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateGroupQueryCommandInput extends UpdateGroupQueryInput {
22
19
  export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateGroupQueryCommand_base: {
25
- new (input: UpdateGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the resource query of a group. For more information about resource queries,
@@ -42,6 +42,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
42
42
  export type { RuntimeExtension } from "./runtimeExtensions";
43
43
  export type { ResourceGroupsExtensionConfiguration } from "./extensionConfiguration";
44
44
  export * from "./commands";
45
+ export { Command as $Command } from "@smithy/core/client";
45
46
  export * from "./schemas/schemas_0";
46
47
  export * from "./pagination";
47
48
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ResourceGroupsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ResourceGroupsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ResourceGroupsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ResourceGroupsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CancelTagSyncTaskInput } from "../models/models_0";
4
- import {
5
- ResourceGroupsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ResourceGroupsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelTagSyncTaskCommandInput extends CancelTagSyncTaskInput {}
12
5
  export interface CancelTagSyncTaskCommandOutput extends __MetadataBearer {}
13
6
  declare const CancelTagSyncTaskCommand_base: {
@@ -16,22 +9,20 @@ declare const CancelTagSyncTaskCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  CancelTagSyncTaskCommandInput,
18
11
  CancelTagSyncTaskCommandOutput,
19
- ResourceGroupsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ResourceGroupsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: CancelTagSyncTaskCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  CancelTagSyncTaskCommandInput,
27
20
  CancelTagSyncTaskCommandOutput,
28
- ResourceGroupsClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ResourceGroupsClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class CancelTagSyncTaskCommand extends CancelTagSyncTaskCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
4
- import {
5
- ResourceGroupsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ResourceGroupsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateGroupCommandInput extends CreateGroupInput {}
12
5
  export interface CreateGroupCommandOutput
13
6
  extends CreateGroupOutput,
@@ -18,22 +11,20 @@ declare const CreateGroupCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateGroupCommandInput,
20
13
  CreateGroupCommandOutput,
21
- ResourceGroupsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ResourceGroupsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateGroupCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateGroupCommandInput,
29
22
  CreateGroupCommandOutput,
30
- ResourceGroupsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ResourceGroupsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateGroupCommand extends CreateGroupCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
4
- import {
5
- ResourceGroupsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ResourceGroupsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteGroupCommandInput extends DeleteGroupInput {}
12
5
  export interface DeleteGroupCommandOutput
13
6
  extends DeleteGroupOutput,
@@ -18,22 +11,20 @@ declare const DeleteGroupCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteGroupCommandInput,
20
13
  DeleteGroupCommandOutput,
21
- ResourceGroupsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ResourceGroupsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [DeleteGroupCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteGroupCommandInput,
29
22
  DeleteGroupCommandOutput,
30
- ResourceGroupsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ResourceGroupsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetAccountSettingsOutput } from "../models/models_0";
4
- import {
5
- ResourceGroupsClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../ResourceGroupsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetAccountSettingsCommandInput {}
12
5
  export interface GetAccountSettingsCommandOutput
13
6
  extends GetAccountSettingsOutput,
@@ -18,22 +11,20 @@ declare const GetAccountSettingsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetAccountSettingsCommandInput,
20
13
  GetAccountSettingsCommandOutput,
21
- ResourceGroupsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ResourceGroupsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetAccountSettingsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetAccountSettingsCommandInput,
29
22
  GetAccountSettingsCommandOutput,
30
- ResourceGroupsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ResourceGroupsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
39
30
  protected static __types: {