@aws-sdk/client-resource-groups 3.169.0 → 3.171.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 (36) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ResourceGroups.d.ts +270 -85
  3. package/dist-types/ts3.4/ResourceGroupsClient.d.ts +195 -89
  4. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/TagCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/UntagCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/index.d.ts +16 -16
  21. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  22. package/dist-types/ts3.4/index.d.ts +6 -6
  23. package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +7 -6
  24. package/dist-types/ts3.4/models/index.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +397 -492
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  27. package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  31. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +194 -50
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  36. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-resource-groups
@@ -1,85 +1,270 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
3
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
4
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
5
- import { GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput } from "./commands/GetGroupConfigurationCommand";
6
- import { GetGroupQueryCommandInput, GetGroupQueryCommandOutput } from "./commands/GetGroupQueryCommand";
7
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
8
- import { GroupResourcesCommandInput, GroupResourcesCommandOutput } from "./commands/GroupResourcesCommand";
9
- import { ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput } from "./commands/ListGroupResourcesCommand";
10
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
11
- import { PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput } from "./commands/PutGroupConfigurationCommand";
12
- import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
13
- import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
14
- import { UngroupResourcesCommandInput, UngroupResourcesCommandOutput } from "./commands/UngroupResourcesCommand";
15
- import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
16
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
17
- import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "./commands/UpdateGroupQueryCommand";
18
- import { ResourceGroupsClient } from "./ResourceGroupsClient";
19
-
20
- export declare class ResourceGroups extends ResourceGroupsClient {
21
-
22
- createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
23
- createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
24
- createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
25
-
26
- deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
27
- deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
28
- deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
29
-
30
- getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
31
- getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
32
- getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
33
-
34
- getGroupConfiguration(args: GetGroupConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupConfigurationCommandOutput>;
35
- getGroupConfiguration(args: GetGroupConfigurationCommandInput, cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void): void;
36
- getGroupConfiguration(args: GetGroupConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void): void;
37
-
38
- getGroupQuery(args: GetGroupQueryCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupQueryCommandOutput>;
39
- getGroupQuery(args: GetGroupQueryCommandInput, cb: (err: any, data?: GetGroupQueryCommandOutput) => void): void;
40
- getGroupQuery(args: GetGroupQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupQueryCommandOutput) => void): void;
41
-
42
- getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
43
- getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
44
- getTags(args: GetTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
45
-
46
- groupResources(args: GroupResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GroupResourcesCommandOutput>;
47
- groupResources(args: GroupResourcesCommandInput, cb: (err: any, data?: GroupResourcesCommandOutput) => void): void;
48
- groupResources(args: GroupResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GroupResourcesCommandOutput) => void): void;
49
-
50
- listGroupResources(args: ListGroupResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupResourcesCommandOutput>;
51
- listGroupResources(args: ListGroupResourcesCommandInput, cb: (err: any, data?: ListGroupResourcesCommandOutput) => void): void;
52
- listGroupResources(args: ListGroupResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupResourcesCommandOutput) => void): void;
53
-
54
- listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
55
- listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
56
- listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
57
-
58
- putGroupConfiguration(args: PutGroupConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutGroupConfigurationCommandOutput>;
59
- putGroupConfiguration(args: PutGroupConfigurationCommandInput, cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void): void;
60
- putGroupConfiguration(args: PutGroupConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void): void;
61
-
62
- searchResources(args: SearchResourcesCommandInput, options?: __HttpHandlerOptions): Promise<SearchResourcesCommandOutput>;
63
- searchResources(args: SearchResourcesCommandInput, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
64
- searchResources(args: SearchResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
65
-
66
- tag(args: TagCommandInput, options?: __HttpHandlerOptions): Promise<TagCommandOutput>;
67
- tag(args: TagCommandInput, cb: (err: any, data?: TagCommandOutput) => void): void;
68
- tag(args: TagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagCommandOutput) => void): void;
69
-
70
- ungroupResources(args: UngroupResourcesCommandInput, options?: __HttpHandlerOptions): Promise<UngroupResourcesCommandOutput>;
71
- ungroupResources(args: UngroupResourcesCommandInput, cb: (err: any, data?: UngroupResourcesCommandOutput) => void): void;
72
- ungroupResources(args: UngroupResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UngroupResourcesCommandOutput) => void): void;
73
-
74
- untag(args: UntagCommandInput, options?: __HttpHandlerOptions): Promise<UntagCommandOutput>;
75
- untag(args: UntagCommandInput, cb: (err: any, data?: UntagCommandOutput) => void): void;
76
- untag(args: UntagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagCommandOutput) => void): void;
77
-
78
- updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
79
- updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
80
- updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
81
-
82
- updateGroupQuery(args: UpdateGroupQueryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupQueryCommandOutput>;
83
- updateGroupQuery(args: UpdateGroupQueryCommandInput, cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void): void;
84
- updateGroupQuery(args: UpdateGroupQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void): void;
85
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateGroupCommandInput,
4
+ CreateGroupCommandOutput,
5
+ } from "./commands/CreateGroupCommand";
6
+ import {
7
+ DeleteGroupCommandInput,
8
+ DeleteGroupCommandOutput,
9
+ } from "./commands/DeleteGroupCommand";
10
+ import {
11
+ GetGroupCommandInput,
12
+ GetGroupCommandOutput,
13
+ } from "./commands/GetGroupCommand";
14
+ import {
15
+ GetGroupConfigurationCommandInput,
16
+ GetGroupConfigurationCommandOutput,
17
+ } from "./commands/GetGroupConfigurationCommand";
18
+ import {
19
+ GetGroupQueryCommandInput,
20
+ GetGroupQueryCommandOutput,
21
+ } from "./commands/GetGroupQueryCommand";
22
+ import {
23
+ GetTagsCommandInput,
24
+ GetTagsCommandOutput,
25
+ } from "./commands/GetTagsCommand";
26
+ import {
27
+ GroupResourcesCommandInput,
28
+ GroupResourcesCommandOutput,
29
+ } from "./commands/GroupResourcesCommand";
30
+ import {
31
+ ListGroupResourcesCommandInput,
32
+ ListGroupResourcesCommandOutput,
33
+ } from "./commands/ListGroupResourcesCommand";
34
+ import {
35
+ ListGroupsCommandInput,
36
+ ListGroupsCommandOutput,
37
+ } from "./commands/ListGroupsCommand";
38
+ import {
39
+ PutGroupConfigurationCommandInput,
40
+ PutGroupConfigurationCommandOutput,
41
+ } from "./commands/PutGroupConfigurationCommand";
42
+ import {
43
+ SearchResourcesCommandInput,
44
+ SearchResourcesCommandOutput,
45
+ } from "./commands/SearchResourcesCommand";
46
+ import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
47
+ import {
48
+ UngroupResourcesCommandInput,
49
+ UngroupResourcesCommandOutput,
50
+ } from "./commands/UngroupResourcesCommand";
51
+ import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
52
+ import {
53
+ UpdateGroupCommandInput,
54
+ UpdateGroupCommandOutput,
55
+ } from "./commands/UpdateGroupCommand";
56
+ import {
57
+ UpdateGroupQueryCommandInput,
58
+ UpdateGroupQueryCommandOutput,
59
+ } from "./commands/UpdateGroupQueryCommand";
60
+ import { ResourceGroupsClient } from "./ResourceGroupsClient";
61
+ export declare class ResourceGroups extends ResourceGroupsClient {
62
+ createGroup(
63
+ args: CreateGroupCommandInput,
64
+ options?: __HttpHandlerOptions
65
+ ): Promise<CreateGroupCommandOutput>;
66
+ createGroup(
67
+ args: CreateGroupCommandInput,
68
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
69
+ ): void;
70
+ createGroup(
71
+ args: CreateGroupCommandInput,
72
+ options: __HttpHandlerOptions,
73
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
74
+ ): void;
75
+ deleteGroup(
76
+ args: DeleteGroupCommandInput,
77
+ options?: __HttpHandlerOptions
78
+ ): Promise<DeleteGroupCommandOutput>;
79
+ deleteGroup(
80
+ args: DeleteGroupCommandInput,
81
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
82
+ ): void;
83
+ deleteGroup(
84
+ args: DeleteGroupCommandInput,
85
+ options: __HttpHandlerOptions,
86
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
87
+ ): void;
88
+ getGroup(
89
+ args: GetGroupCommandInput,
90
+ options?: __HttpHandlerOptions
91
+ ): Promise<GetGroupCommandOutput>;
92
+ getGroup(
93
+ args: GetGroupCommandInput,
94
+ cb: (err: any, data?: GetGroupCommandOutput) => void
95
+ ): void;
96
+ getGroup(
97
+ args: GetGroupCommandInput,
98
+ options: __HttpHandlerOptions,
99
+ cb: (err: any, data?: GetGroupCommandOutput) => void
100
+ ): void;
101
+ getGroupConfiguration(
102
+ args: GetGroupConfigurationCommandInput,
103
+ options?: __HttpHandlerOptions
104
+ ): Promise<GetGroupConfigurationCommandOutput>;
105
+ getGroupConfiguration(
106
+ args: GetGroupConfigurationCommandInput,
107
+ cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
108
+ ): void;
109
+ getGroupConfiguration(
110
+ args: GetGroupConfigurationCommandInput,
111
+ options: __HttpHandlerOptions,
112
+ cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
113
+ ): void;
114
+ getGroupQuery(
115
+ args: GetGroupQueryCommandInput,
116
+ options?: __HttpHandlerOptions
117
+ ): Promise<GetGroupQueryCommandOutput>;
118
+ getGroupQuery(
119
+ args: GetGroupQueryCommandInput,
120
+ cb: (err: any, data?: GetGroupQueryCommandOutput) => void
121
+ ): void;
122
+ getGroupQuery(
123
+ args: GetGroupQueryCommandInput,
124
+ options: __HttpHandlerOptions,
125
+ cb: (err: any, data?: GetGroupQueryCommandOutput) => void
126
+ ): void;
127
+ getTags(
128
+ args: GetTagsCommandInput,
129
+ options?: __HttpHandlerOptions
130
+ ): Promise<GetTagsCommandOutput>;
131
+ getTags(
132
+ args: GetTagsCommandInput,
133
+ cb: (err: any, data?: GetTagsCommandOutput) => void
134
+ ): void;
135
+ getTags(
136
+ args: GetTagsCommandInput,
137
+ options: __HttpHandlerOptions,
138
+ cb: (err: any, data?: GetTagsCommandOutput) => void
139
+ ): void;
140
+ groupResources(
141
+ args: GroupResourcesCommandInput,
142
+ options?: __HttpHandlerOptions
143
+ ): Promise<GroupResourcesCommandOutput>;
144
+ groupResources(
145
+ args: GroupResourcesCommandInput,
146
+ cb: (err: any, data?: GroupResourcesCommandOutput) => void
147
+ ): void;
148
+ groupResources(
149
+ args: GroupResourcesCommandInput,
150
+ options: __HttpHandlerOptions,
151
+ cb: (err: any, data?: GroupResourcesCommandOutput) => void
152
+ ): void;
153
+ listGroupResources(
154
+ args: ListGroupResourcesCommandInput,
155
+ options?: __HttpHandlerOptions
156
+ ): Promise<ListGroupResourcesCommandOutput>;
157
+ listGroupResources(
158
+ args: ListGroupResourcesCommandInput,
159
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
160
+ ): void;
161
+ listGroupResources(
162
+ args: ListGroupResourcesCommandInput,
163
+ options: __HttpHandlerOptions,
164
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
165
+ ): void;
166
+ listGroups(
167
+ args: ListGroupsCommandInput,
168
+ options?: __HttpHandlerOptions
169
+ ): Promise<ListGroupsCommandOutput>;
170
+ listGroups(
171
+ args: ListGroupsCommandInput,
172
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
173
+ ): void;
174
+ listGroups(
175
+ args: ListGroupsCommandInput,
176
+ options: __HttpHandlerOptions,
177
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
178
+ ): void;
179
+ putGroupConfiguration(
180
+ args: PutGroupConfigurationCommandInput,
181
+ options?: __HttpHandlerOptions
182
+ ): Promise<PutGroupConfigurationCommandOutput>;
183
+ putGroupConfiguration(
184
+ args: PutGroupConfigurationCommandInput,
185
+ cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
186
+ ): void;
187
+ putGroupConfiguration(
188
+ args: PutGroupConfigurationCommandInput,
189
+ options: __HttpHandlerOptions,
190
+ cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
191
+ ): void;
192
+ searchResources(
193
+ args: SearchResourcesCommandInput,
194
+ options?: __HttpHandlerOptions
195
+ ): Promise<SearchResourcesCommandOutput>;
196
+ searchResources(
197
+ args: SearchResourcesCommandInput,
198
+ cb: (err: any, data?: SearchResourcesCommandOutput) => void
199
+ ): void;
200
+ searchResources(
201
+ args: SearchResourcesCommandInput,
202
+ options: __HttpHandlerOptions,
203
+ cb: (err: any, data?: SearchResourcesCommandOutput) => void
204
+ ): void;
205
+ tag(
206
+ args: TagCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<TagCommandOutput>;
209
+ tag(
210
+ args: TagCommandInput,
211
+ cb: (err: any, data?: TagCommandOutput) => void
212
+ ): void;
213
+ tag(
214
+ args: TagCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: TagCommandOutput) => void
217
+ ): void;
218
+ ungroupResources(
219
+ args: UngroupResourcesCommandInput,
220
+ options?: __HttpHandlerOptions
221
+ ): Promise<UngroupResourcesCommandOutput>;
222
+ ungroupResources(
223
+ args: UngroupResourcesCommandInput,
224
+ cb: (err: any, data?: UngroupResourcesCommandOutput) => void
225
+ ): void;
226
+ ungroupResources(
227
+ args: UngroupResourcesCommandInput,
228
+ options: __HttpHandlerOptions,
229
+ cb: (err: any, data?: UngroupResourcesCommandOutput) => void
230
+ ): void;
231
+ untag(
232
+ args: UntagCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<UntagCommandOutput>;
235
+ untag(
236
+ args: UntagCommandInput,
237
+ cb: (err: any, data?: UntagCommandOutput) => void
238
+ ): void;
239
+ untag(
240
+ args: UntagCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: UntagCommandOutput) => void
243
+ ): void;
244
+ updateGroup(
245
+ args: UpdateGroupCommandInput,
246
+ options?: __HttpHandlerOptions
247
+ ): Promise<UpdateGroupCommandOutput>;
248
+ updateGroup(
249
+ args: UpdateGroupCommandInput,
250
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
251
+ ): void;
252
+ updateGroup(
253
+ args: UpdateGroupCommandInput,
254
+ options: __HttpHandlerOptions,
255
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
256
+ ): void;
257
+ updateGroupQuery(
258
+ args: UpdateGroupQueryCommandInput,
259
+ options?: __HttpHandlerOptions
260
+ ): Promise<UpdateGroupQueryCommandOutput>;
261
+ updateGroupQuery(
262
+ args: UpdateGroupQueryCommandInput,
263
+ cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
264
+ ): void;
265
+ updateGroupQuery(
266
+ args: UpdateGroupQueryCommandInput,
267
+ options: __HttpHandlerOptions,
268
+ cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
269
+ ): void;
270
+ }