@aws-sdk/client-resource-groups 3.477.0 → 3.481.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/commands/CreateGroupCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
  3. package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
  4. package/dist-cjs/commands/GetGroupCommand.js +18 -41
  5. package/dist-cjs/commands/GetGroupConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/GetGroupQueryCommand.js +18 -41
  7. package/dist-cjs/commands/GetTagsCommand.js +18 -41
  8. package/dist-cjs/commands/GroupResourcesCommand.js +18 -41
  9. package/dist-cjs/commands/ListGroupResourcesCommand.js +18 -41
  10. package/dist-cjs/commands/ListGroupsCommand.js +18 -41
  11. package/dist-cjs/commands/PutGroupConfigurationCommand.js +18 -41
  12. package/dist-cjs/commands/SearchResourcesCommand.js +18 -41
  13. package/dist-cjs/commands/TagCommand.js +18 -41
  14. package/dist-cjs/commands/UngroupResourcesCommand.js +18 -41
  15. package/dist-cjs/commands/UntagCommand.js +18 -41
  16. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +18 -41
  17. package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateGroupQueryCommand.js +18 -41
  19. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  20. package/dist-cjs/pagination/ListGroupResourcesPaginator.js +2 -24
  21. package/dist-cjs/pagination/ListGroupsPaginator.js +2 -24
  22. package/dist-cjs/pagination/SearchResourcesPaginator.js +2 -24
  23. package/dist-es/commands/CreateGroupCommand.js +18 -41
  24. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  25. package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
  26. package/dist-es/commands/GetGroupCommand.js +18 -41
  27. package/dist-es/commands/GetGroupConfigurationCommand.js +18 -41
  28. package/dist-es/commands/GetGroupQueryCommand.js +18 -41
  29. package/dist-es/commands/GetTagsCommand.js +18 -41
  30. package/dist-es/commands/GroupResourcesCommand.js +18 -41
  31. package/dist-es/commands/ListGroupResourcesCommand.js +18 -41
  32. package/dist-es/commands/ListGroupsCommand.js +18 -41
  33. package/dist-es/commands/PutGroupConfigurationCommand.js +18 -41
  34. package/dist-es/commands/SearchResourcesCommand.js +18 -41
  35. package/dist-es/commands/TagCommand.js +18 -41
  36. package/dist-es/commands/UngroupResourcesCommand.js +18 -41
  37. package/dist-es/commands/UntagCommand.js +18 -41
  38. package/dist-es/commands/UpdateAccountSettingsCommand.js +18 -41
  39. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  40. package/dist-es/commands/UpdateGroupQueryCommand.js +18 -41
  41. package/dist-es/endpoint/EndpointParameters.js +6 -0
  42. package/dist-es/pagination/ListGroupResourcesPaginator.js +2 -23
  43. package/dist-es/pagination/ListGroupsPaginator.js +2 -23
  44. package/dist-es/pagination/SearchResourcesPaginator.js +2 -23
  45. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  46. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  47. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
  48. package/dist-types/commands/GetGroupCommand.d.ts +6 -21
  49. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +6 -21
  50. package/dist-types/commands/GetGroupQueryCommand.d.ts +6 -21
  51. package/dist-types/commands/GetTagsCommand.d.ts +6 -21
  52. package/dist-types/commands/GroupResourcesCommand.d.ts +6 -21
  53. package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -21
  54. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  55. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +6 -21
  56. package/dist-types/commands/SearchResourcesCommand.d.ts +6 -21
  57. package/dist-types/commands/TagCommand.d.ts +6 -21
  58. package/dist-types/commands/UngroupResourcesCommand.d.ts +6 -21
  59. package/dist-types/commands/UntagCommand.d.ts +6 -21
  60. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -21
  61. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/SearchResourcesPaginator.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -23
  74. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/TagCommand.d.ts +12 -23
  80. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/UntagCommand.d.ts +12 -23
  82. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  86. package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +3 -3
  87. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +3 -3
  88. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +3 -3
  89. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchResourcesCommandInput extends SearchResourcesInput {
21
20
  */
22
21
  export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __MetadataBearer {
23
22
  }
23
+ declare const SearchResourcesCommand_base: {
24
+ new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of Amazon Web Services resource identifiers that matches the specified query. The
@@ -116,23 +119,5 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M
116
119
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
117
120
  *
118
121
  */
119
- export declare class SearchResourcesCommand extends $Command<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
120
- readonly input: SearchResourcesCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: SearchResourcesCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchResourcesCommandInput, SearchResourcesCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagInput, TagOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagCommandInput extends TagInput {
21
20
  */
22
21
  export interface TagCommandOutput extends TagOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagCommand_base: {
24
+ new (input: TagCommandInput): import("@smithy/smithy-client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds tags to a resource group with the specified ARN. Existing tags on a resource
@@ -94,23 +97,5 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {
94
97
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
95
98
  *
96
99
  */
97
- export declare class TagCommand extends $Command<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig> {
98
- readonly input: TagCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: TagCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagCommandInput, TagCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class TagCommand extends TagCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UngroupResourcesCommandInput extends UngroupResourcesInput {
21
20
  */
22
21
  export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, __MetadataBearer {
23
22
  }
23
+ declare const UngroupResourcesCommand_base: {
24
+ new (input: UngroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified resources from the specified group. This operation works only
@@ -101,23 +104,5 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _
101
104
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
102
105
  *
103
106
  */
104
- export declare class UngroupResourcesCommand extends $Command<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
105
- readonly input: UngroupResourcesCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: UngroupResourcesCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UngroupResourcesCommandInput, UngroupResourcesCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class UngroupResourcesCommand extends UngroupResourcesCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagInput, UntagOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagCommandInput extends UntagInput {
21
20
  */
22
21
  export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagCommand_base: {
24
+ new (input: UntagCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes tags from a specified resource group.</p>
@@ -87,23 +90,5 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
87
90
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
88
91
  *
89
92
  */
90
- export declare class UntagCommand extends $Command<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig> {
91
- readonly input: UntagCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UntagCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagCommandInput, UntagCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UntagCommand extends UntagCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
21
20
  */
22
21
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAccountSettingsCommand_base: {
24
+ new (input: UpdateAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Turns on or turns off optional features in Resource Groups.</p>
@@ -75,23 +78,5 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
75
78
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig> {
79
- readonly input: UpdateAccountSettingsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateAccountSettingsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGroupCommandInput extends UpdateGroupInput {
21
20
  */
22
21
  export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGroupCommand_base: {
24
+ new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the description for an existing group. You cannot update the name of a
@@ -88,23 +91,5 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB
88
91
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
92
- readonly input: UpdateGroupCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdateGroupCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0";
5
4
  import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGroupQueryCommandInput extends UpdateGroupQueryInput {
21
20
  */
22
21
  export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGroupQueryCommand_base: {
24
+ new (input: UpdateGroupQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the resource query of a group. For more information about resource queries,
@@ -93,23 +96,5 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _
93
96
  * <p>Base exception class for all service exceptions from ResourceGroups service.</p>
94
97
  *
95
98
  */
96
- export declare class UpdateGroupQueryCommand extends $Command<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig> {
97
- readonly input: UpdateGroupQueryCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: UpdateGroupQueryCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class UpdateGroupQueryCommand extends UpdateGroupQueryCommand_base {
115
100
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGroupResources(config: ResourceGroupsPaginationConfiguration, input: ListGroupResourcesCommandInput, ...additionalArguments: any): Paginator<ListGroupResourcesCommandOutput>;
7
+ export declare const paginateListGroupResources: (config: ResourceGroupsPaginationConfiguration, input: ListGroupResourcesCommandInput, ...rest: any[]) => Paginator<ListGroupResourcesCommandOutput>;
@@ -4,4 +4,4 @@ import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGroups(config: ResourceGroupsPaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
7
+ export declare const paginateListGroups: (config: ResourceGroupsPaginationConfiguration, input: ListGroupsCommandInput, ...rest: any[]) => Paginator<ListGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateSearchResources(config: ResourceGroupsPaginationConfiguration, input: SearchResourcesCommandInput, ...additionalArguments: any): Paginator<SearchResourcesCommandOutput>;
7
+ export declare const paginateSearchResources: (config: ResourceGroupsPaginationConfiguration, input: SearchResourcesCommandInput, ...rest: any[]) => Paginator<SearchResourcesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
10
4
  import {
11
5
  ResourceGroupsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateGroupCommandInput extends CreateGroupInput {}
17
11
  export interface CreateGroupCommandOutput
18
12
  extends CreateGroupOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateGroupCommand extends $Command<
21
- CreateGroupCommandInput,
22
- CreateGroupCommandOutput,
23
- ResourceGroupsClientResolvedConfig
24
- > {
25
- readonly input: CreateGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ResourceGroupsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateGroupCommand_base: {
15
+ new (
16
+ input: CreateGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateGroupCommandInput,
19
+ CreateGroupCommandOutput,
20
+ ResourceGroupsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateGroupCommand extends CreateGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
10
4
  import {
11
5
  ResourceGroupsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteGroupCommandInput extends DeleteGroupInput {}
17
11
  export interface DeleteGroupCommandOutput
18
12
  extends DeleteGroupOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteGroupCommand extends $Command<
21
- DeleteGroupCommandInput,
22
- DeleteGroupCommandOutput,
23
- ResourceGroupsClientResolvedConfig
24
- > {
25
- readonly input: DeleteGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ResourceGroupsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteGroupCommand_base: {
15
+ new (
16
+ input: DeleteGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteGroupCommandInput,
19
+ DeleteGroupCommandOutput,
20
+ ResourceGroupsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetAccountSettingsOutput } from "../models/models_0";
10
4
  import {
11
5
  ResourceGroupsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetAccountSettingsCommandInput {}
17
11
  export interface GetAccountSettingsCommandOutput
18
12
  extends GetAccountSettingsOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetAccountSettingsCommand extends $Command<
21
- GetAccountSettingsCommandInput,
22
- GetAccountSettingsCommandOutput,
23
- ResourceGroupsClientResolvedConfig
24
- > {
25
- readonly input: GetAccountSettingsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAccountSettingsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ResourceGroupsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAccountSettingsCommand_base: {
15
+ new (
16
+ input: GetAccountSettingsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAccountSettingsCommandInput,
19
+ GetAccountSettingsCommandOutput,
20
+ ResourceGroupsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetGroupInput, GetGroupOutput } from "../models/models_0";
10
4
  import {
11
5
  ResourceGroupsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetGroupCommandInput extends GetGroupInput {}
17
11
  export interface GetGroupCommandOutput
18
12
  extends GetGroupOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetGroupCommand extends $Command<
21
- GetGroupCommandInput,
22
- GetGroupCommandOutput,
23
- ResourceGroupsClientResolvedConfig
24
- > {
25
- readonly input: GetGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ResourceGroupsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetGroupCommand_base: {
15
+ new (
16
+ input: GetGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetGroupCommandInput,
19
+ GetGroupCommandOutput,
20
+ ResourceGroupsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetGroupCommand extends GetGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetGroupConfigurationInput,
11
5
  GetGroupConfigurationOutput,
@@ -21,22 +15,16 @@ export interface GetGroupConfigurationCommandInput
21
15
  export interface GetGroupConfigurationCommandOutput
22
16
  extends GetGroupConfigurationOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetGroupConfigurationCommand extends $Command<
25
- GetGroupConfigurationCommandInput,
26
- GetGroupConfigurationCommandOutput,
27
- ResourceGroupsClientResolvedConfig
28
- > {
29
- readonly input: GetGroupConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetGroupConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ResourceGroupsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetGroupConfigurationCommand_base: {
19
+ new (
20
+ input: GetGroupConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetGroupConfigurationCommandInput,
38
- GetGroupConfigurationCommandOutput
23
+ GetGroupConfigurationCommandOutput,
24
+ ResourceGroupsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetGroupConfigurationCommand extends GetGroupConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
10
4
  import {
11
5
  ResourceGroupsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetGroupQueryCommandInput extends GetGroupQueryInput {}
17
11
  export interface GetGroupQueryCommandOutput
18
12
  extends GetGroupQueryOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetGroupQueryCommand extends $Command<
21
- GetGroupQueryCommandInput,
22
- GetGroupQueryCommandOutput,
23
- ResourceGroupsClientResolvedConfig
24
- > {
25
- readonly input: GetGroupQueryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetGroupQueryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ResourceGroupsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetGroupQueryCommandInput, GetGroupQueryCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetGroupQueryCommand_base: {
15
+ new (
16
+ input: GetGroupQueryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetGroupQueryCommandInput,
19
+ GetGroupQueryCommandOutput,
20
+ ResourceGroupsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetGroupQueryCommand extends GetGroupQueryCommand_base {}