@aws-sdk/client-resource-groups 3.1077.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 (77) hide show
  1. package/dist-cjs/index.js +31 -233
  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-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  31. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
  32. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  33. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +3 -8
  34. package/dist-types/commands/GetGroupQueryCommand.d.ts +3 -8
  35. package/dist-types/commands/GetTagSyncTaskCommand.d.ts +3 -8
  36. package/dist-types/commands/GetTagsCommand.d.ts +3 -8
  37. package/dist-types/commands/GroupResourcesCommand.d.ts +3 -8
  38. package/dist-types/commands/ListGroupResourcesCommand.d.ts +3 -8
  39. package/dist-types/commands/ListGroupingStatusesCommand.d.ts +3 -8
  40. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListTagSyncTasksCommand.d.ts +3 -8
  42. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +3 -8
  43. package/dist-types/commands/SearchResourcesCommand.d.ts +3 -8
  44. package/dist-types/commands/StartTagSyncTaskCommand.d.ts +3 -8
  45. package/dist-types/commands/TagCommand.d.ts +3 -8
  46. package/dist-types/commands/UngroupResourcesCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/UntagCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +8 -8
@@ -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";
@@ -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: {
@@ -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 { GetGroupInput, GetGroupOutput } 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 GetGroupCommandInput extends GetGroupInput {}
12
5
  export interface GetGroupCommandOutput
13
6
  extends GetGroupOutput,
@@ -16,22 +9,20 @@ declare const GetGroupCommand_base: {
16
9
  new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetGroupCommandInput,
18
11
  GetGroupCommandOutput,
19
- ResourceGroupsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ResourceGroupsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  ...[input]: [] | [GetGroupCommandInput]
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  GetGroupCommandInput,
27
20
  GetGroupCommandOutput,
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 GetGroupCommand extends GetGroupCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetGroupConfigurationInput,
5
4
  GetGroupConfigurationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ResourceGroupsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ResourceGroupsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetGroupConfigurationCommandInput
15
8
  extends GetGroupConfigurationInput {}
16
9
  export interface GetGroupConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetGroupConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetGroupConfigurationCommandInput,
24
17
  GetGroupConfigurationCommandOutput,
25
- ResourceGroupsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ResourceGroupsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetGroupConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetGroupConfigurationCommandInput,
33
26
  GetGroupConfigurationCommandOutput,
34
- ResourceGroupsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ResourceGroupsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetGroupConfigurationCommand extends GetGroupConfigurationCommand_base {
43
34
  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 { GetGroupQueryInput, GetGroupQueryOutput } 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 GetGroupQueryCommandInput extends GetGroupQueryInput {}
12
5
  export interface GetGroupQueryCommandOutput
13
6
  extends GetGroupQueryOutput,
@@ -18,22 +11,20 @@ declare const GetGroupQueryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetGroupQueryCommandInput,
20
13
  GetGroupQueryCommandOutput,
21
- ResourceGroupsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ResourceGroupsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetGroupQueryCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetGroupQueryCommandInput,
29
22
  GetGroupQueryCommandOutput,
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 GetGroupQueryCommand extends GetGroupQueryCommand_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 { GetTagSyncTaskInput, GetTagSyncTaskOutput } 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 GetTagSyncTaskCommandInput extends GetTagSyncTaskInput {}
12
5
  export interface GetTagSyncTaskCommandOutput
13
6
  extends GetTagSyncTaskOutput,
@@ -18,22 +11,20 @@ declare const GetTagSyncTaskCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetTagSyncTaskCommandInput,
20
13
  GetTagSyncTaskCommandOutput,
21
- ResourceGroupsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ResourceGroupsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetTagSyncTaskCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetTagSyncTaskCommandInput,
29
22
  GetTagSyncTaskCommandOutput,
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 GetTagSyncTaskCommand extends GetTagSyncTaskCommand_base {
39
30
  protected static __types: {