@aws-sdk/client-resource-groups 3.168.0 → 3.170.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 +286 -85
  3. package/dist-types/ts3.4/ResourceGroupsClient.d.ts +220 -89
  4. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/TagCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/UntagCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +37 -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 +8 -6
  24. package/dist-types/ts3.4/models/index.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +531 -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 +66 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-resource-groups
@@ -1,85 +1,286 @@
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
+
62
+ export declare class ResourceGroups extends ResourceGroupsClient {
63
+ createGroup(
64
+ args: CreateGroupCommandInput,
65
+ options?: __HttpHandlerOptions
66
+ ): Promise<CreateGroupCommandOutput>;
67
+ createGroup(
68
+ args: CreateGroupCommandInput,
69
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
70
+ ): void;
71
+ createGroup(
72
+ args: CreateGroupCommandInput,
73
+ options: __HttpHandlerOptions,
74
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
75
+ ): void;
76
+
77
+ deleteGroup(
78
+ args: DeleteGroupCommandInput,
79
+ options?: __HttpHandlerOptions
80
+ ): Promise<DeleteGroupCommandOutput>;
81
+ deleteGroup(
82
+ args: DeleteGroupCommandInput,
83
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
84
+ ): void;
85
+ deleteGroup(
86
+ args: DeleteGroupCommandInput,
87
+ options: __HttpHandlerOptions,
88
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
89
+ ): void;
90
+
91
+ getGroup(
92
+ args: GetGroupCommandInput,
93
+ options?: __HttpHandlerOptions
94
+ ): Promise<GetGroupCommandOutput>;
95
+ getGroup(
96
+ args: GetGroupCommandInput,
97
+ cb: (err: any, data?: GetGroupCommandOutput) => void
98
+ ): void;
99
+ getGroup(
100
+ args: GetGroupCommandInput,
101
+ options: __HttpHandlerOptions,
102
+ cb: (err: any, data?: GetGroupCommandOutput) => void
103
+ ): void;
104
+
105
+ getGroupConfiguration(
106
+ args: GetGroupConfigurationCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<GetGroupConfigurationCommandOutput>;
109
+ getGroupConfiguration(
110
+ args: GetGroupConfigurationCommandInput,
111
+ cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
112
+ ): void;
113
+ getGroupConfiguration(
114
+ args: GetGroupConfigurationCommandInput,
115
+ options: __HttpHandlerOptions,
116
+ cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
117
+ ): void;
118
+
119
+ getGroupQuery(
120
+ args: GetGroupQueryCommandInput,
121
+ options?: __HttpHandlerOptions
122
+ ): Promise<GetGroupQueryCommandOutput>;
123
+ getGroupQuery(
124
+ args: GetGroupQueryCommandInput,
125
+ cb: (err: any, data?: GetGroupQueryCommandOutput) => void
126
+ ): void;
127
+ getGroupQuery(
128
+ args: GetGroupQueryCommandInput,
129
+ options: __HttpHandlerOptions,
130
+ cb: (err: any, data?: GetGroupQueryCommandOutput) => void
131
+ ): void;
132
+
133
+ getTags(
134
+ args: GetTagsCommandInput,
135
+ options?: __HttpHandlerOptions
136
+ ): Promise<GetTagsCommandOutput>;
137
+ getTags(
138
+ args: GetTagsCommandInput,
139
+ cb: (err: any, data?: GetTagsCommandOutput) => void
140
+ ): void;
141
+ getTags(
142
+ args: GetTagsCommandInput,
143
+ options: __HttpHandlerOptions,
144
+ cb: (err: any, data?: GetTagsCommandOutput) => void
145
+ ): void;
146
+
147
+ groupResources(
148
+ args: GroupResourcesCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<GroupResourcesCommandOutput>;
151
+ groupResources(
152
+ args: GroupResourcesCommandInput,
153
+ cb: (err: any, data?: GroupResourcesCommandOutput) => void
154
+ ): void;
155
+ groupResources(
156
+ args: GroupResourcesCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: GroupResourcesCommandOutput) => void
159
+ ): void;
160
+
161
+ listGroupResources(
162
+ args: ListGroupResourcesCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<ListGroupResourcesCommandOutput>;
165
+ listGroupResources(
166
+ args: ListGroupResourcesCommandInput,
167
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
168
+ ): void;
169
+ listGroupResources(
170
+ args: ListGroupResourcesCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
173
+ ): void;
174
+
175
+ listGroups(
176
+ args: ListGroupsCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<ListGroupsCommandOutput>;
179
+ listGroups(
180
+ args: ListGroupsCommandInput,
181
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
182
+ ): void;
183
+ listGroups(
184
+ args: ListGroupsCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
187
+ ): void;
188
+
189
+ putGroupConfiguration(
190
+ args: PutGroupConfigurationCommandInput,
191
+ options?: __HttpHandlerOptions
192
+ ): Promise<PutGroupConfigurationCommandOutput>;
193
+ putGroupConfiguration(
194
+ args: PutGroupConfigurationCommandInput,
195
+ cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
196
+ ): void;
197
+ putGroupConfiguration(
198
+ args: PutGroupConfigurationCommandInput,
199
+ options: __HttpHandlerOptions,
200
+ cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
201
+ ): void;
202
+
203
+ searchResources(
204
+ args: SearchResourcesCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<SearchResourcesCommandOutput>;
207
+ searchResources(
208
+ args: SearchResourcesCommandInput,
209
+ cb: (err: any, data?: SearchResourcesCommandOutput) => void
210
+ ): void;
211
+ searchResources(
212
+ args: SearchResourcesCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: SearchResourcesCommandOutput) => void
215
+ ): void;
216
+
217
+ tag(
218
+ args: TagCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<TagCommandOutput>;
221
+ tag(
222
+ args: TagCommandInput,
223
+ cb: (err: any, data?: TagCommandOutput) => void
224
+ ): void;
225
+ tag(
226
+ args: TagCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: TagCommandOutput) => void
229
+ ): void;
230
+
231
+ ungroupResources(
232
+ args: UngroupResourcesCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<UngroupResourcesCommandOutput>;
235
+ ungroupResources(
236
+ args: UngroupResourcesCommandInput,
237
+ cb: (err: any, data?: UngroupResourcesCommandOutput) => void
238
+ ): void;
239
+ ungroupResources(
240
+ args: UngroupResourcesCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: UngroupResourcesCommandOutput) => void
243
+ ): void;
244
+
245
+ untag(
246
+ args: UntagCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<UntagCommandOutput>;
249
+ untag(
250
+ args: UntagCommandInput,
251
+ cb: (err: any, data?: UntagCommandOutput) => void
252
+ ): void;
253
+ untag(
254
+ args: UntagCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: UntagCommandOutput) => void
257
+ ): void;
258
+
259
+ updateGroup(
260
+ args: UpdateGroupCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<UpdateGroupCommandOutput>;
263
+ updateGroup(
264
+ args: UpdateGroupCommandInput,
265
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
266
+ ): void;
267
+ updateGroup(
268
+ args: UpdateGroupCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
271
+ ): void;
272
+
273
+ updateGroupQuery(
274
+ args: UpdateGroupQueryCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<UpdateGroupQueryCommandOutput>;
277
+ updateGroupQuery(
278
+ args: UpdateGroupQueryCommandInput,
279
+ cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
280
+ ): void;
281
+ updateGroupQuery(
282
+ args: UpdateGroupQueryCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
285
+ ): void;
286
+ }