@aws-sdk/client-resource-groups 3.1087.0 → 3.1088.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 (44) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ResourceGroups.d.ts +81 -122
  3. package/dist-types/ts3.4/ResourceGroupsClient.d.ts +12 -40
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -4
  10. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -3
  11. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +4 -4
  12. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +2 -4
  14. package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -2
  16. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -4
  20. package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +3 -8
  21. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/TagCommand.d.ts +6 -2
  25. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/UntagCommand.d.ts +6 -2
  27. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  31. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  32. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  33. package/dist-types/ts3.4/models/enums.d.ts +6 -12
  34. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  35. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  36. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  37. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  42. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  44. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -7,22 +7,13 @@ import {
7
7
  CancelTagSyncTaskCommandInput,
8
8
  CancelTagSyncTaskCommandOutput,
9
9
  } from "./commands/CancelTagSyncTaskCommand";
10
- import {
11
- CreateGroupCommandInput,
12
- CreateGroupCommandOutput,
13
- } from "./commands/CreateGroupCommand";
14
- import {
15
- DeleteGroupCommandInput,
16
- DeleteGroupCommandOutput,
17
- } from "./commands/DeleteGroupCommand";
10
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
11
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
18
12
  import {
19
13
  GetAccountSettingsCommandInput,
20
14
  GetAccountSettingsCommandOutput,
21
15
  } from "./commands/GetAccountSettingsCommand";
22
- import {
23
- GetGroupCommandInput,
24
- GetGroupCommandOutput,
25
- } from "./commands/GetGroupCommand";
16
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
26
17
  import {
27
18
  GetGroupConfigurationCommandInput,
28
19
  GetGroupConfigurationCommandOutput,
@@ -31,10 +22,7 @@ import {
31
22
  GetGroupQueryCommandInput,
32
23
  GetGroupQueryCommandOutput,
33
24
  } from "./commands/GetGroupQueryCommand";
34
- import {
35
- GetTagsCommandInput,
36
- GetTagsCommandOutput,
37
- } from "./commands/GetTagsCommand";
25
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
38
26
  import {
39
27
  GetTagSyncTaskCommandInput,
40
28
  GetTagSyncTaskCommandOutput,
@@ -51,10 +39,7 @@ import {
51
39
  ListGroupResourcesCommandInput,
52
40
  ListGroupResourcesCommandOutput,
53
41
  } from "./commands/ListGroupResourcesCommand";
54
- import {
55
- ListGroupsCommandInput,
56
- ListGroupsCommandOutput,
57
- } from "./commands/ListGroupsCommand";
42
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
58
43
  import {
59
44
  ListTagSyncTasksCommandInput,
60
45
  ListTagSyncTasksCommandOutput,
@@ -81,10 +66,7 @@ import {
81
66
  UpdateAccountSettingsCommandInput,
82
67
  UpdateAccountSettingsCommandOutput,
83
68
  } from "./commands/UpdateAccountSettingsCommand";
84
- import {
85
- UpdateGroupCommandInput,
86
- UpdateGroupCommandOutput,
87
- } from "./commands/UpdateGroupCommand";
69
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
88
70
  import {
89
71
  UpdateGroupQueryCommandInput,
90
72
  UpdateGroupQueryCommandOutput,
@@ -93,350 +75,327 @@ import { ResourceGroupsClient } from "./ResourceGroupsClient";
93
75
  export interface ResourceGroups {
94
76
  cancelTagSyncTask(
95
77
  args: CancelTagSyncTaskCommandInput,
96
- options?: __HttpHandlerOptions
78
+ options?: __HttpHandlerOptions,
97
79
  ): Promise<CancelTagSyncTaskCommandOutput>;
98
80
  cancelTagSyncTask(
99
81
  args: CancelTagSyncTaskCommandInput,
100
- cb: (err: any, data?: CancelTagSyncTaskCommandOutput) => void
82
+ cb: (err: any, data?: CancelTagSyncTaskCommandOutput) => void,
101
83
  ): void;
102
84
  cancelTagSyncTask(
103
85
  args: CancelTagSyncTaskCommandInput,
104
86
  options: __HttpHandlerOptions,
105
- cb: (err: any, data?: CancelTagSyncTaskCommandOutput) => void
87
+ cb: (err: any, data?: CancelTagSyncTaskCommandOutput) => void,
106
88
  ): void;
107
89
  createGroup(
108
90
  args: CreateGroupCommandInput,
109
- options?: __HttpHandlerOptions
91
+ options?: __HttpHandlerOptions,
110
92
  ): Promise<CreateGroupCommandOutput>;
111
93
  createGroup(
112
94
  args: CreateGroupCommandInput,
113
- cb: (err: any, data?: CreateGroupCommandOutput) => void
95
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
114
96
  ): void;
115
97
  createGroup(
116
98
  args: CreateGroupCommandInput,
117
99
  options: __HttpHandlerOptions,
118
- cb: (err: any, data?: CreateGroupCommandOutput) => void
100
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
119
101
  ): void;
120
102
  deleteGroup(): Promise<DeleteGroupCommandOutput>;
121
103
  deleteGroup(
122
104
  args: DeleteGroupCommandInput,
123
- options?: __HttpHandlerOptions
105
+ options?: __HttpHandlerOptions,
124
106
  ): Promise<DeleteGroupCommandOutput>;
125
107
  deleteGroup(
126
108
  args: DeleteGroupCommandInput,
127
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
109
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
128
110
  ): void;
129
111
  deleteGroup(
130
112
  args: DeleteGroupCommandInput,
131
113
  options: __HttpHandlerOptions,
132
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
114
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
133
115
  ): void;
134
116
  getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
135
117
  getAccountSettings(
136
118
  args: GetAccountSettingsCommandInput,
137
- options?: __HttpHandlerOptions
119
+ options?: __HttpHandlerOptions,
138
120
  ): Promise<GetAccountSettingsCommandOutput>;
139
121
  getAccountSettings(
140
122
  args: GetAccountSettingsCommandInput,
141
- cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
123
+ cb: (err: any, data?: GetAccountSettingsCommandOutput) => void,
142
124
  ): void;
143
125
  getAccountSettings(
144
126
  args: GetAccountSettingsCommandInput,
145
127
  options: __HttpHandlerOptions,
146
- cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
128
+ cb: (err: any, data?: GetAccountSettingsCommandOutput) => void,
147
129
  ): void;
148
130
  getGroup(): Promise<GetGroupCommandOutput>;
149
131
  getGroup(
150
132
  args: GetGroupCommandInput,
151
- options?: __HttpHandlerOptions
133
+ options?: __HttpHandlerOptions,
152
134
  ): Promise<GetGroupCommandOutput>;
153
- getGroup(
154
- args: GetGroupCommandInput,
155
- cb: (err: any, data?: GetGroupCommandOutput) => void
156
- ): void;
135
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
157
136
  getGroup(
158
137
  args: GetGroupCommandInput,
159
138
  options: __HttpHandlerOptions,
160
- cb: (err: any, data?: GetGroupCommandOutput) => void
139
+ cb: (err: any, data?: GetGroupCommandOutput) => void,
161
140
  ): void;
162
141
  getGroupConfiguration(): Promise<GetGroupConfigurationCommandOutput>;
163
142
  getGroupConfiguration(
164
143
  args: GetGroupConfigurationCommandInput,
165
- options?: __HttpHandlerOptions
144
+ options?: __HttpHandlerOptions,
166
145
  ): Promise<GetGroupConfigurationCommandOutput>;
167
146
  getGroupConfiguration(
168
147
  args: GetGroupConfigurationCommandInput,
169
- cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
148
+ cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void,
170
149
  ): void;
171
150
  getGroupConfiguration(
172
151
  args: GetGroupConfigurationCommandInput,
173
152
  options: __HttpHandlerOptions,
174
- cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
153
+ cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void,
175
154
  ): void;
176
155
  getGroupQuery(): Promise<GetGroupQueryCommandOutput>;
177
156
  getGroupQuery(
178
157
  args: GetGroupQueryCommandInput,
179
- options?: __HttpHandlerOptions
158
+ options?: __HttpHandlerOptions,
180
159
  ): Promise<GetGroupQueryCommandOutput>;
181
160
  getGroupQuery(
182
161
  args: GetGroupQueryCommandInput,
183
- cb: (err: any, data?: GetGroupQueryCommandOutput) => void
162
+ cb: (err: any, data?: GetGroupQueryCommandOutput) => void,
184
163
  ): void;
185
164
  getGroupQuery(
186
165
  args: GetGroupQueryCommandInput,
187
166
  options: __HttpHandlerOptions,
188
- cb: (err: any, data?: GetGroupQueryCommandOutput) => void
189
- ): void;
190
- getTags(
191
- args: GetTagsCommandInput,
192
- options?: __HttpHandlerOptions
193
- ): Promise<GetTagsCommandOutput>;
194
- getTags(
195
- args: GetTagsCommandInput,
196
- cb: (err: any, data?: GetTagsCommandOutput) => void
167
+ cb: (err: any, data?: GetGroupQueryCommandOutput) => void,
197
168
  ): void;
169
+ getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
170
+ getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
198
171
  getTags(
199
172
  args: GetTagsCommandInput,
200
173
  options: __HttpHandlerOptions,
201
- cb: (err: any, data?: GetTagsCommandOutput) => void
174
+ cb: (err: any, data?: GetTagsCommandOutput) => void,
202
175
  ): void;
203
176
  getTagSyncTask(
204
177
  args: GetTagSyncTaskCommandInput,
205
- options?: __HttpHandlerOptions
178
+ options?: __HttpHandlerOptions,
206
179
  ): Promise<GetTagSyncTaskCommandOutput>;
207
180
  getTagSyncTask(
208
181
  args: GetTagSyncTaskCommandInput,
209
- cb: (err: any, data?: GetTagSyncTaskCommandOutput) => void
182
+ cb: (err: any, data?: GetTagSyncTaskCommandOutput) => void,
210
183
  ): void;
211
184
  getTagSyncTask(
212
185
  args: GetTagSyncTaskCommandInput,
213
186
  options: __HttpHandlerOptions,
214
- cb: (err: any, data?: GetTagSyncTaskCommandOutput) => void
187
+ cb: (err: any, data?: GetTagSyncTaskCommandOutput) => void,
215
188
  ): void;
216
189
  groupResources(
217
190
  args: GroupResourcesCommandInput,
218
- options?: __HttpHandlerOptions
191
+ options?: __HttpHandlerOptions,
219
192
  ): Promise<GroupResourcesCommandOutput>;
220
193
  groupResources(
221
194
  args: GroupResourcesCommandInput,
222
- cb: (err: any, data?: GroupResourcesCommandOutput) => void
195
+ cb: (err: any, data?: GroupResourcesCommandOutput) => void,
223
196
  ): void;
224
197
  groupResources(
225
198
  args: GroupResourcesCommandInput,
226
199
  options: __HttpHandlerOptions,
227
- cb: (err: any, data?: GroupResourcesCommandOutput) => void
200
+ cb: (err: any, data?: GroupResourcesCommandOutput) => void,
228
201
  ): void;
229
202
  listGroupingStatuses(
230
203
  args: ListGroupingStatusesCommandInput,
231
- options?: __HttpHandlerOptions
204
+ options?: __HttpHandlerOptions,
232
205
  ): Promise<ListGroupingStatusesCommandOutput>;
233
206
  listGroupingStatuses(
234
207
  args: ListGroupingStatusesCommandInput,
235
- cb: (err: any, data?: ListGroupingStatusesCommandOutput) => void
208
+ cb: (err: any, data?: ListGroupingStatusesCommandOutput) => void,
236
209
  ): void;
237
210
  listGroupingStatuses(
238
211
  args: ListGroupingStatusesCommandInput,
239
212
  options: __HttpHandlerOptions,
240
- cb: (err: any, data?: ListGroupingStatusesCommandOutput) => void
213
+ cb: (err: any, data?: ListGroupingStatusesCommandOutput) => void,
241
214
  ): void;
242
215
  listGroupResources(): Promise<ListGroupResourcesCommandOutput>;
243
216
  listGroupResources(
244
217
  args: ListGroupResourcesCommandInput,
245
- options?: __HttpHandlerOptions
218
+ options?: __HttpHandlerOptions,
246
219
  ): Promise<ListGroupResourcesCommandOutput>;
247
220
  listGroupResources(
248
221
  args: ListGroupResourcesCommandInput,
249
- cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
222
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void,
250
223
  ): void;
251
224
  listGroupResources(
252
225
  args: ListGroupResourcesCommandInput,
253
226
  options: __HttpHandlerOptions,
254
- cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
227
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void,
255
228
  ): void;
256
229
  listGroups(): Promise<ListGroupsCommandOutput>;
257
230
  listGroups(
258
231
  args: ListGroupsCommandInput,
259
- options?: __HttpHandlerOptions
232
+ options?: __HttpHandlerOptions,
260
233
  ): Promise<ListGroupsCommandOutput>;
261
234
  listGroups(
262
235
  args: ListGroupsCommandInput,
263
- cb: (err: any, data?: ListGroupsCommandOutput) => void
236
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
264
237
  ): void;
265
238
  listGroups(
266
239
  args: ListGroupsCommandInput,
267
240
  options: __HttpHandlerOptions,
268
- cb: (err: any, data?: ListGroupsCommandOutput) => void
241
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
269
242
  ): void;
270
243
  listTagSyncTasks(): Promise<ListTagSyncTasksCommandOutput>;
271
244
  listTagSyncTasks(
272
245
  args: ListTagSyncTasksCommandInput,
273
- options?: __HttpHandlerOptions
246
+ options?: __HttpHandlerOptions,
274
247
  ): Promise<ListTagSyncTasksCommandOutput>;
275
248
  listTagSyncTasks(
276
249
  args: ListTagSyncTasksCommandInput,
277
- cb: (err: any, data?: ListTagSyncTasksCommandOutput) => void
250
+ cb: (err: any, data?: ListTagSyncTasksCommandOutput) => void,
278
251
  ): void;
279
252
  listTagSyncTasks(
280
253
  args: ListTagSyncTasksCommandInput,
281
254
  options: __HttpHandlerOptions,
282
- cb: (err: any, data?: ListTagSyncTasksCommandOutput) => void
255
+ cb: (err: any, data?: ListTagSyncTasksCommandOutput) => void,
283
256
  ): void;
284
257
  putGroupConfiguration(): Promise<PutGroupConfigurationCommandOutput>;
285
258
  putGroupConfiguration(
286
259
  args: PutGroupConfigurationCommandInput,
287
- options?: __HttpHandlerOptions
260
+ options?: __HttpHandlerOptions,
288
261
  ): Promise<PutGroupConfigurationCommandOutput>;
289
262
  putGroupConfiguration(
290
263
  args: PutGroupConfigurationCommandInput,
291
- cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
264
+ cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void,
292
265
  ): void;
293
266
  putGroupConfiguration(
294
267
  args: PutGroupConfigurationCommandInput,
295
268
  options: __HttpHandlerOptions,
296
- cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
269
+ cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void,
297
270
  ): void;
298
271
  searchResources(
299
272
  args: SearchResourcesCommandInput,
300
- options?: __HttpHandlerOptions
273
+ options?: __HttpHandlerOptions,
301
274
  ): Promise<SearchResourcesCommandOutput>;
302
275
  searchResources(
303
276
  args: SearchResourcesCommandInput,
304
- cb: (err: any, data?: SearchResourcesCommandOutput) => void
277
+ cb: (err: any, data?: SearchResourcesCommandOutput) => void,
305
278
  ): void;
306
279
  searchResources(
307
280
  args: SearchResourcesCommandInput,
308
281
  options: __HttpHandlerOptions,
309
- cb: (err: any, data?: SearchResourcesCommandOutput) => void
282
+ cb: (err: any, data?: SearchResourcesCommandOutput) => void,
310
283
  ): void;
311
284
  startTagSyncTask(
312
285
  args: StartTagSyncTaskCommandInput,
313
- options?: __HttpHandlerOptions
286
+ options?: __HttpHandlerOptions,
314
287
  ): Promise<StartTagSyncTaskCommandOutput>;
315
288
  startTagSyncTask(
316
289
  args: StartTagSyncTaskCommandInput,
317
- cb: (err: any, data?: StartTagSyncTaskCommandOutput) => void
290
+ cb: (err: any, data?: StartTagSyncTaskCommandOutput) => void,
318
291
  ): void;
319
292
  startTagSyncTask(
320
293
  args: StartTagSyncTaskCommandInput,
321
294
  options: __HttpHandlerOptions,
322
- cb: (err: any, data?: StartTagSyncTaskCommandOutput) => void
323
- ): void;
324
- tag(
325
- args: TagCommandInput,
326
- options?: __HttpHandlerOptions
327
- ): Promise<TagCommandOutput>;
328
- tag(
329
- args: TagCommandInput,
330
- cb: (err: any, data?: TagCommandOutput) => void
295
+ cb: (err: any, data?: StartTagSyncTaskCommandOutput) => void,
331
296
  ): void;
297
+ tag(args: TagCommandInput, options?: __HttpHandlerOptions): Promise<TagCommandOutput>;
298
+ tag(args: TagCommandInput, cb: (err: any, data?: TagCommandOutput) => void): void;
332
299
  tag(
333
300
  args: TagCommandInput,
334
301
  options: __HttpHandlerOptions,
335
- cb: (err: any, data?: TagCommandOutput) => void
302
+ cb: (err: any, data?: TagCommandOutput) => void,
336
303
  ): void;
337
304
  ungroupResources(
338
305
  args: UngroupResourcesCommandInput,
339
- options?: __HttpHandlerOptions
306
+ options?: __HttpHandlerOptions,
340
307
  ): Promise<UngroupResourcesCommandOutput>;
341
308
  ungroupResources(
342
309
  args: UngroupResourcesCommandInput,
343
- cb: (err: any, data?: UngroupResourcesCommandOutput) => void
310
+ cb: (err: any, data?: UngroupResourcesCommandOutput) => void,
344
311
  ): void;
345
312
  ungroupResources(
346
313
  args: UngroupResourcesCommandInput,
347
314
  options: __HttpHandlerOptions,
348
- cb: (err: any, data?: UngroupResourcesCommandOutput) => void
349
- ): void;
350
- untag(
351
- args: UntagCommandInput,
352
- options?: __HttpHandlerOptions
353
- ): Promise<UntagCommandOutput>;
354
- untag(
355
- args: UntagCommandInput,
356
- cb: (err: any, data?: UntagCommandOutput) => void
315
+ cb: (err: any, data?: UngroupResourcesCommandOutput) => void,
357
316
  ): void;
317
+ untag(args: UntagCommandInput, options?: __HttpHandlerOptions): Promise<UntagCommandOutput>;
318
+ untag(args: UntagCommandInput, cb: (err: any, data?: UntagCommandOutput) => void): void;
358
319
  untag(
359
320
  args: UntagCommandInput,
360
321
  options: __HttpHandlerOptions,
361
- cb: (err: any, data?: UntagCommandOutput) => void
322
+ cb: (err: any, data?: UntagCommandOutput) => void,
362
323
  ): void;
363
324
  updateAccountSettings(): Promise<UpdateAccountSettingsCommandOutput>;
364
325
  updateAccountSettings(
365
326
  args: UpdateAccountSettingsCommandInput,
366
- options?: __HttpHandlerOptions
327
+ options?: __HttpHandlerOptions,
367
328
  ): Promise<UpdateAccountSettingsCommandOutput>;
368
329
  updateAccountSettings(
369
330
  args: UpdateAccountSettingsCommandInput,
370
- cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
331
+ cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void,
371
332
  ): void;
372
333
  updateAccountSettings(
373
334
  args: UpdateAccountSettingsCommandInput,
374
335
  options: __HttpHandlerOptions,
375
- cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
336
+ cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void,
376
337
  ): void;
377
338
  updateGroup(): Promise<UpdateGroupCommandOutput>;
378
339
  updateGroup(
379
340
  args: UpdateGroupCommandInput,
380
- options?: __HttpHandlerOptions
341
+ options?: __HttpHandlerOptions,
381
342
  ): Promise<UpdateGroupCommandOutput>;
382
343
  updateGroup(
383
344
  args: UpdateGroupCommandInput,
384
- cb: (err: any, data?: UpdateGroupCommandOutput) => void
345
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void,
385
346
  ): void;
386
347
  updateGroup(
387
348
  args: UpdateGroupCommandInput,
388
349
  options: __HttpHandlerOptions,
389
- cb: (err: any, data?: UpdateGroupCommandOutput) => void
350
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void,
390
351
  ): void;
391
352
  updateGroupQuery(
392
353
  args: UpdateGroupQueryCommandInput,
393
- options?: __HttpHandlerOptions
354
+ options?: __HttpHandlerOptions,
394
355
  ): Promise<UpdateGroupQueryCommandOutput>;
395
356
  updateGroupQuery(
396
357
  args: UpdateGroupQueryCommandInput,
397
- cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
358
+ cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void,
398
359
  ): void;
399
360
  updateGroupQuery(
400
361
  args: UpdateGroupQueryCommandInput,
401
362
  options: __HttpHandlerOptions,
402
- cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
363
+ cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void,
403
364
  ): void;
404
365
  paginateListGroupingStatuses(
405
366
  args: ListGroupingStatusesCommandInput,
406
367
  paginationConfig?: Pick<
407
368
  PaginationConfiguration,
408
369
  Exclude<keyof PaginationConfiguration, "client">
409
- >
370
+ >,
410
371
  ): Paginator<ListGroupingStatusesCommandOutput>;
411
372
  paginateListGroupResources(
412
373
  args?: ListGroupResourcesCommandInput,
413
374
  paginationConfig?: Pick<
414
375
  PaginationConfiguration,
415
376
  Exclude<keyof PaginationConfiguration, "client">
416
- >
377
+ >,
417
378
  ): Paginator<ListGroupResourcesCommandOutput>;
418
379
  paginateListGroups(
419
380
  args?: ListGroupsCommandInput,
420
381
  paginationConfig?: Pick<
421
382
  PaginationConfiguration,
422
383
  Exclude<keyof PaginationConfiguration, "client">
423
- >
384
+ >,
424
385
  ): Paginator<ListGroupsCommandOutput>;
425
386
  paginateListTagSyncTasks(
426
387
  args?: ListTagSyncTasksCommandInput,
427
388
  paginationConfig?: Pick<
428
389
  PaginationConfiguration,
429
390
  Exclude<keyof PaginationConfiguration, "client">
430
- >
391
+ >,
431
392
  ): Paginator<ListTagSyncTasksCommandOutput>;
432
393
  paginateSearchResources(
433
394
  args: SearchResourcesCommandInput,
434
395
  paginationConfig?: Pick<
435
396
  PaginationConfiguration,
436
397
  Exclude<keyof PaginationConfiguration, "client">
437
- >
398
+ >,
438
399
  ): Paginator<SearchResourcesCommandOutput>;
439
400
  }
440
- export declare class ResourceGroups
441
- extends ResourceGroupsClient
442
- implements ResourceGroups {}
401
+ export declare class ResourceGroups extends ResourceGroupsClient implements ResourceGroups {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -40,22 +37,13 @@ import {
40
37
  CancelTagSyncTaskCommandInput,
41
38
  CancelTagSyncTaskCommandOutput,
42
39
  } from "./commands/CancelTagSyncTaskCommand";
43
- import {
44
- CreateGroupCommandInput,
45
- CreateGroupCommandOutput,
46
- } from "./commands/CreateGroupCommand";
47
- import {
48
- DeleteGroupCommandInput,
49
- DeleteGroupCommandOutput,
50
- } from "./commands/DeleteGroupCommand";
40
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
41
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
51
42
  import {
52
43
  GetAccountSettingsCommandInput,
53
44
  GetAccountSettingsCommandOutput,
54
45
  } from "./commands/GetAccountSettingsCommand";
55
- import {
56
- GetGroupCommandInput,
57
- GetGroupCommandOutput,
58
- } from "./commands/GetGroupCommand";
46
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
59
47
  import {
60
48
  GetGroupConfigurationCommandInput,
61
49
  GetGroupConfigurationCommandOutput,
@@ -64,10 +52,7 @@ import {
64
52
  GetGroupQueryCommandInput,
65
53
  GetGroupQueryCommandOutput,
66
54
  } from "./commands/GetGroupQueryCommand";
67
- import {
68
- GetTagsCommandInput,
69
- GetTagsCommandOutput,
70
- } from "./commands/GetTagsCommand";
55
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
71
56
  import {
72
57
  GetTagSyncTaskCommandInput,
73
58
  GetTagSyncTaskCommandOutput,
@@ -84,10 +69,7 @@ import {
84
69
  ListGroupResourcesCommandInput,
85
70
  ListGroupResourcesCommandOutput,
86
71
  } from "./commands/ListGroupResourcesCommand";
87
- import {
88
- ListGroupsCommandInput,
89
- ListGroupsCommandOutput,
90
- } from "./commands/ListGroupsCommand";
72
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
91
73
  import {
92
74
  ListTagSyncTasksCommandInput,
93
75
  ListTagSyncTasksCommandOutput,
@@ -114,10 +96,7 @@ import {
114
96
  UpdateAccountSettingsCommandInput,
115
97
  UpdateAccountSettingsCommandOutput,
116
98
  } from "./commands/UpdateAccountSettingsCommand";
117
- import {
118
- UpdateGroupCommandInput,
119
- UpdateGroupCommandOutput,
120
- } from "./commands/UpdateGroupCommand";
99
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
121
100
  import {
122
101
  UpdateGroupQueryCommandInput,
123
102
  UpdateGroupQueryCommandOutput,
@@ -177,8 +156,7 @@ export type ServiceOutputTypes =
177
156
  | UpdateAccountSettingsCommandOutput
178
157
  | UpdateGroupCommandOutput
179
158
  | UpdateGroupQueryCommandOutput;
180
- export interface ClientDefaults
181
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
159
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
182
160
  requestHandler?: __HttpHandlerUserInput;
183
161
  sha256?: __ChecksumConstructor | __HashConstructor;
184
162
  urlParser?: __UrlParser;
@@ -203,9 +181,7 @@ export interface ClientDefaults
203
181
  extensions?: RuntimeExtension[];
204
182
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
205
183
  }
206
- export type ResourceGroupsClientConfigType = Partial<
207
- __SmithyConfiguration<__HttpHandlerOptions>
208
- > &
184
+ export type ResourceGroupsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
209
185
  ClientDefaults &
210
186
  UserAgentInputConfig &
211
187
  RetryInputConfig &
@@ -214,8 +190,7 @@ export type ResourceGroupsClientConfigType = Partial<
214
190
  EndpointInputConfig<EndpointParameters> &
215
191
  HttpAuthSchemeInputConfig &
216
192
  ClientInputEndpointParameters;
217
- export interface ResourceGroupsClientConfig
218
- extends ResourceGroupsClientConfigType {}
193
+ export interface ResourceGroupsClientConfig extends ResourceGroupsClientConfigType {}
219
194
  export type ResourceGroupsClientResolvedConfigType =
220
195
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
221
196
  Required<ClientDefaults> &
@@ -227,8 +202,7 @@ export type ResourceGroupsClientResolvedConfigType =
227
202
  EndpointResolvedConfig<EndpointParameters> &
228
203
  HttpAuthSchemeResolvedConfig &
229
204
  ClientResolvedEndpointParameters;
230
- export interface ResourceGroupsClientResolvedConfig
231
- extends ResourceGroupsClientResolvedConfigType {}
205
+ export interface ResourceGroupsClientResolvedConfig extends ResourceGroupsClientResolvedConfigType {}
232
206
  export declare class ResourceGroupsClient extends __Client<
233
207
  __HttpHandlerOptions,
234
208
  ServiceInputTypes,
@@ -236,8 +210,6 @@ export declare class ResourceGroupsClient extends __Client<
236
210
  ResourceGroupsClientResolvedConfig
237
211
  > {
238
212
  readonly config: ResourceGroupsClientResolvedConfig;
239
- constructor(
240
- ...[configuration]: __CheckOptionalClientConfig<ResourceGroupsClientConfig>
241
- );
213
+ constructor(...[configuration]: __CheckOptionalClientConfig<ResourceGroupsClientConfig>);
242
214
  destroy(): void;
243
215
  }
@@ -7,17 +7,10 @@ import { ResourceGroupsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ResourceGroupsHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ResourceGroupsHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ResourceGroupsHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;