@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartTagSyncTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTagSyncTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "StartTagSyncTask", {})
13
- .n("ResourceGroupsClient", "StartTagSyncTaskCommand")
14
- .sc(StartTagSyncTask$)
15
- .build() {
3
+ export class StartTagSyncTaskCommand extends command(_ep0, _mw0, "StartTagSyncTask", StartTagSyncTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { Tag$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "Tag", {})
13
- .n("ResourceGroupsClient", "TagCommand")
14
- .sc(Tag$)
15
- .build() {
3
+ export class TagCommand extends command(_ep0, _mw0, "Tag", Tag$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UngroupResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UngroupResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "UngroupResources", {})
13
- .n("ResourceGroupsClient", "UngroupResourcesCommand")
14
- .sc(UngroupResources$)
15
- .build() {
3
+ export class UngroupResourcesCommand extends command(_ep0, _mw0, "UngroupResources", UngroupResources$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { Untag$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "Untag", {})
13
- .n("ResourceGroupsClient", "UntagCommand")
14
- .sc(Untag$)
15
- .build() {
3
+ export class UntagCommand extends command(_ep0, _mw0, "Untag", Untag$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAccountSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAccountSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "UpdateAccountSettings", {})
13
- .n("ResourceGroupsClient", "UpdateAccountSettingsCommand")
14
- .sc(UpdateAccountSettings$)
15
- .build() {
3
+ export class UpdateAccountSettingsCommand extends command(_ep0, _mw0, "UpdateAccountSettings", UpdateAccountSettings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "UpdateGroup", {})
13
- .n("ResourceGroupsClient", "UpdateGroupCommand")
14
- .sc(UpdateGroup$)
15
- .build() {
3
+ export class UpdateGroupCommand extends command(_ep0, _mw0, "UpdateGroup", UpdateGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateGroupQuery$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateGroupQueryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "UpdateGroupQuery", {})
13
- .n("ResourceGroupsClient", "UpdateGroupQueryCommand")
14
- .sc(UpdateGroupQuery$)
15
- .build() {
3
+ export class UpdateGroupQueryCommand extends command(_ep0, _mw0, "UpdateGroupQuery", UpdateGroupQuery$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ResourceGroupsClient";
2
2
  export * from "./ResourceGroups";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ResourceGroupsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { CancelTagSyncTaskInput } 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 CancelTagSyncTaskCommandInput extends CancelTagSyncTaskInput {
22
19
  export interface CancelTagSyncTaskCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CancelTagSyncTaskCommand_base: {
25
- new (input: CancelTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels the specified tag-sync task. </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 { CreateGroupInput, CreateGroupOutput } 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 CreateGroupCommandInput extends CreateGroupInput {
22
19
  export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGroupCommand_base: {
25
- new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a resource group with the specified name and description. You can optionally
@@ -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 { DeleteGroupInput, DeleteGroupOutput } 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 DeleteGroupCommandInput extends DeleteGroupInput {
22
19
  export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGroupCommand_base: {
25
- new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteGroupCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteGroupCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified resource group. Deleting a resource group does not delete any
@@ -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 { GetAccountSettingsOutput } 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 GetAccountSettingsCommandInput {
22
19
  export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccountSettingsCommand_base: {
25
- new (input: GetAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the current status of 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 { GetGroupInput, GetGroupOutput } 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 GetGroupCommandInput extends GetGroupInput {
22
19
  export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetGroupCommand_base: {
25
- new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetGroupCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetGroupCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about 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 { GetGroupConfigurationInput, GetGroupConfigurationOutput } 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 GetGroupConfigurationCommandInput extends GetGroupConfiguration
22
19
  export interface GetGroupConfigurationCommandOutput extends GetGroupConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetGroupConfigurationCommand_base: {
25
- new (input: GetGroupConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetGroupConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGroupConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetGroupConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the service configuration associated with the specified resource group. For
@@ -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 { GetGroupQueryInput, GetGroupQueryOutput } 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 GetGroupQueryCommandInput extends GetGroupQueryInput {
22
19
  export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetGroupQueryCommand_base: {
25
- new (input: GetGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetGroupQueryCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetGroupQueryCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resource query associated with the specified resource group. For more
@@ -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 { GetTagSyncTaskInput, GetTagSyncTaskOutput } 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 GetTagSyncTaskCommandInput extends GetTagSyncTaskInput {
22
19
  export interface GetTagSyncTaskCommandOutput extends GetTagSyncTaskOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTagSyncTaskCommand_base: {
25
- new (input: GetTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<GetTagSyncTaskCommandInput, GetTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<GetTagSyncTaskCommandInput, GetTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<GetTagSyncTaskCommandInput, GetTagSyncTaskCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<GetTagSyncTaskCommandInput, GetTagSyncTaskCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specified tag-sync task. </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 { GetTagsInput, GetTagsOutput } 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 GetTagsCommandInput extends GetTagsInput {
22
19
  export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetTagsCommand_base: {
25
- new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tags that are associated with a resource group, specified by 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 { GroupResourcesInput, GroupResourcesOutput } 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 GroupResourcesCommandInput extends GroupResourcesInput {
22
19
  export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GroupResourcesCommand_base: {
25
- new (input: GroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<GroupResourcesCommandInput, GroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<GroupResourcesCommandInput, GroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<GroupResourcesCommandInput, GroupResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<GroupResourcesCommandInput, GroupResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds the specified resources to the specified 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 { ListGroupResourcesInput, ListGroupResourcesOutput } 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 ListGroupResourcesCommandInput extends ListGroupResourcesInput
22
19
  export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupResourcesCommand_base: {
25
- new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGroupResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListGroupResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Amazon resource names (ARNs) of the resources that are members of a specified 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 { ListGroupingStatusesInput, ListGroupingStatusesOutput } 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 ListGroupingStatusesCommandInput extends ListGroupingStatusesIn
22
19
  export interface ListGroupingStatusesCommandOutput extends ListGroupingStatusesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupingStatusesCommand_base: {
25
- new (input: ListGroupingStatusesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGroupingStatusesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupingStatusesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListGroupingStatusesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, import("..").ResourceGroupsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the status of the last grouping or ungrouping action for
@@ -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,