@aws-sdk/client-resource-groups 3.943.0 → 3.946.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 (55) hide show
  1. package/dist-cjs/index.js +31 -161
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ResourceGroupsClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +31 -161
  8. package/dist-types/ResourceGroups.d.ts +1 -1
  9. package/dist-types/ResourceGroupsClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
  15. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -3
  16. package/dist-types/commands/GetGroupCommand.d.ts +3 -3
  17. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/GetGroupQueryCommand.d.ts +3 -3
  19. package/dist-types/commands/GetTagSyncTaskCommand.d.ts +3 -3
  20. package/dist-types/commands/GetTagsCommand.d.ts +3 -3
  21. package/dist-types/commands/GroupResourcesCommand.d.ts +3 -3
  22. package/dist-types/commands/ListGroupResourcesCommand.d.ts +3 -3
  23. package/dist-types/commands/ListGroupingStatusesCommand.d.ts +3 -3
  24. package/dist-types/commands/ListGroupsCommand.d.ts +3 -3
  25. package/dist-types/commands/ListTagSyncTasksCommand.d.ts +3 -3
  26. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +3 -3
  27. package/dist-types/commands/SearchResourcesCommand.d.ts +3 -3
  28. package/dist-types/commands/StartTagSyncTaskCommand.d.ts +3 -3
  29. package/dist-types/commands/TagCommand.d.ts +3 -3
  30. package/dist-types/commands/UngroupResourcesCommand.d.ts +3 -3
  31. package/dist-types/commands/UntagCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -3
  33. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -3
  34. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +3 -3
  35. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  36. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  37. package/dist-types/extensionConfiguration.d.ts +4 -4
  38. package/dist-types/models/ResourceGroupsServiceException.d.ts +1 -1
  39. package/dist-types/models/errors.d.ts +1 -1
  40. package/dist-types/pagination/Interfaces.d.ts +1 -1
  41. package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListGroupingStatusesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListTagSyncTasksPaginator.d.ts +1 -1
  45. package/dist-types/pagination/SearchResourcesPaginator.d.ts +1 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  47. package/dist-types/runtimeConfig.d.ts +1 -1
  48. package/dist-types/runtimeConfig.native.d.ts +1 -1
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  50. package/dist-types/runtimeExtensions.d.ts +1 -1
  51. package/dist-types/schemas/schemas_0.d.ts +1 -1
  52. package/dist-types/ts3.4/ResourceGroupsClient.d.ts +3 -3
  53. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  54. package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +1 -1
  55. package/package.json +13 -12
@@ -170,17 +170,7 @@ import { TypeRegistry } from "@smithy/core/schema";
170
170
  import { BadRequestException as __BadRequestException, ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, MethodNotAllowedException as __MethodNotAllowedException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/errors";
171
171
  import { ResourceGroupsServiceException as __ResourceGroupsServiceException } from "../models/ResourceGroupsServiceException";
172
172
  export var AccountSettings = [3, n0, _AS, 0, [_GLEDS, _GLES, _GLESM], [0, 0, 0]];
173
- export var BadRequestException = [
174
- -3,
175
- n0,
176
- _BRE,
177
- {
178
- [_e]: _c,
179
- [_hE]: 400,
180
- },
181
- [_M],
182
- [0],
183
- ];
173
+ export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
184
174
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
185
175
  export var CancelTagSyncTaskInput = [3, n0, _CTSTI, 0, [_TA], [0]];
186
176
  export var CreateGroupInput = [
@@ -202,17 +192,7 @@ export var CreateGroupOutput = [
202
192
  export var DeleteGroupInput = [3, n0, _DGI, 0, [_GN, _G], [0, 0]];
203
193
  export var DeleteGroupOutput = [3, n0, _DGO, 0, [_G], [() => Group]];
204
194
  export var FailedResource = [3, n0, _FR, 0, [_RA, _EM, _EC], [0, 0, 0]];
205
- export var ForbiddenException = [
206
- -3,
207
- n0,
208
- _FE,
209
- {
210
- [_e]: _c,
211
- [_hE]: 403,
212
- },
213
- [_M],
214
- [0],
215
- ];
195
+ export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
216
196
  TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
217
197
  export var GetAccountSettingsOutput = [3, n0, _GASO, 0, [_AS], [() => AccountSettings]];
218
198
  export var GetGroupConfigurationInput = [3, n0, _GGCI, 0, [_G], [0]];
@@ -263,17 +243,7 @@ export var GroupResourcesOutput = [
263
243
  [_Su, _F, _Pe],
264
244
  [64 | 0, () => FailedResourceList, () => PendingResourceList],
265
245
  ];
266
- export var InternalServerErrorException = [
267
- -3,
268
- n0,
269
- _ISEE,
270
- {
271
- [_e]: _s,
272
- [_hE]: 500,
273
- },
274
- [_M],
275
- [0],
276
- ];
246
+ export var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
277
247
  TypeRegistry.for(n0).registerError(InternalServerErrorException, __InternalServerErrorException);
278
248
  export var ListGroupingStatusesFilter = [3, n0, _LGSF, 0, [_N, _V], [0, 64 | 0]];
279
249
  export var ListGroupingStatusesInput = [
@@ -322,21 +292,7 @@ export var ListGroupsInput = [
322
292
  _LGI,
323
293
  0,
324
294
  [_Fi, _MR, _NT],
325
- [
326
- () => GroupFilterList,
327
- [
328
- 1,
329
- {
330
- [_hQ]: _mR,
331
- },
332
- ],
333
- [
334
- 0,
335
- {
336
- [_hQ]: _nT,
337
- },
338
- ],
339
- ],
295
+ [() => GroupFilterList, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
340
296
  ];
341
297
  export var ListGroupsOutput = [
342
298
  3,
@@ -356,29 +312,9 @@ export var ListTagSyncTasksInput = [
356
312
  [() => ListTagSyncTasksFilterList, 1, 0],
357
313
  ];
358
314
  export var ListTagSyncTasksOutput = [3, n0, _LTSTO, 0, [_TST, _NT], [() => TagSyncTaskList, 0]];
359
- export var MethodNotAllowedException = [
360
- -3,
361
- n0,
362
- _MNAE,
363
- {
364
- [_e]: _c,
365
- [_hE]: 405,
366
- },
367
- [_M],
368
- [0],
369
- ];
315
+ export var MethodNotAllowedException = [-3, n0, _MNAE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
370
316
  TypeRegistry.for(n0).registerError(MethodNotAllowedException, __MethodNotAllowedException);
371
- export var NotFoundException = [
372
- -3,
373
- n0,
374
- _NFE,
375
- {
376
- [_e]: _c,
377
- [_hE]: 404,
378
- },
379
- [_M],
380
- [0],
381
- ];
317
+ export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
382
318
  TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
383
319
  export var PendingResource = [3, n0, _PR, 0, [_RA], [0]];
384
320
  export var PutGroupConfigurationInput = [
@@ -430,29 +366,9 @@ export var TagSyncTaskItem = [
430
366
  [_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
431
367
  [0, 0, 0, 0, 0, () => ResourceQuery, 0, 0, 0, 4],
432
368
  ];
433
- export var TooManyRequestsException = [
434
- -3,
435
- n0,
436
- _TMRE,
437
- {
438
- [_e]: _c,
439
- [_hE]: 429,
440
- },
441
- [_M],
442
- [0],
443
- ];
369
+ export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
444
370
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
445
- export var UnauthorizedException = [
446
- -3,
447
- n0,
448
- _UE,
449
- {
450
- [_e]: _c,
451
- [_hE]: 401,
452
- },
453
- [_M],
454
- [0],
455
- ];
371
+ export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
456
372
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
457
373
  export var UngroupResourcesInput = [3, n0, _URI, 0, [_G, _RAe], [0, 64 | 0]];
458
374
  export var UngroupResourcesOutput = [
@@ -508,9 +424,7 @@ export var CancelTagSyncTask = [
508
424
  9,
509
425
  n0,
510
426
  _CTST,
511
- {
512
- [_h]: ["POST", "/cancel-tag-sync-task", 200],
513
- },
427
+ { [_h]: ["POST", "/cancel-tag-sync-task", 200] },
514
428
  () => CancelTagSyncTaskInput,
515
429
  () => __Unit,
516
430
  ];
@@ -518,9 +432,7 @@ export var CreateGroup = [
518
432
  9,
519
433
  n0,
520
434
  _CG,
521
- {
522
- [_h]: ["POST", "/groups", 200],
523
- },
435
+ { [_h]: ["POST", "/groups", 200] },
524
436
  () => CreateGroupInput,
525
437
  () => CreateGroupOutput,
526
438
  ];
@@ -528,9 +440,7 @@ export var DeleteGroup = [
528
440
  9,
529
441
  n0,
530
442
  _DG,
531
- {
532
- [_h]: ["POST", "/delete-group", 200],
533
- },
443
+ { [_h]: ["POST", "/delete-group", 200] },
534
444
  () => DeleteGroupInput,
535
445
  () => DeleteGroupOutput,
536
446
  ];
@@ -538,9 +448,7 @@ export var GetAccountSettings = [
538
448
  9,
539
449
  n0,
540
450
  _GAS,
541
- {
542
- [_h]: ["POST", "/get-account-settings", 200],
543
- },
451
+ { [_h]: ["POST", "/get-account-settings", 200] },
544
452
  () => __Unit,
545
453
  () => GetAccountSettingsOutput,
546
454
  ];
@@ -548,9 +456,7 @@ export var GetGroup = [
548
456
  9,
549
457
  n0,
550
458
  _GG,
551
- {
552
- [_h]: ["POST", "/get-group", 200],
553
- },
459
+ { [_h]: ["POST", "/get-group", 200] },
554
460
  () => GetGroupInput,
555
461
  () => GetGroupOutput,
556
462
  ];
@@ -558,9 +464,7 @@ export var GetGroupConfiguration = [
558
464
  9,
559
465
  n0,
560
466
  _GGC,
561
- {
562
- [_h]: ["POST", "/get-group-configuration", 200],
563
- },
467
+ { [_h]: ["POST", "/get-group-configuration", 200] },
564
468
  () => GetGroupConfigurationInput,
565
469
  () => GetGroupConfigurationOutput,
566
470
  ];
@@ -568,9 +472,7 @@ export var GetGroupQuery = [
568
472
  9,
569
473
  n0,
570
474
  _GGQ,
571
- {
572
- [_h]: ["POST", "/get-group-query", 200],
573
- },
475
+ { [_h]: ["POST", "/get-group-query", 200] },
574
476
  () => GetGroupQueryInput,
575
477
  () => GetGroupQueryOutput,
576
478
  ];
@@ -578,9 +480,7 @@ export var GetTags = [
578
480
  9,
579
481
  n0,
580
482
  _GT,
581
- {
582
- [_h]: ["GET", "/resources/{Arn}/tags", 200],
583
- },
483
+ { [_h]: ["GET", "/resources/{Arn}/tags", 200] },
584
484
  () => GetTagsInput,
585
485
  () => GetTagsOutput,
586
486
  ];
@@ -588,9 +488,7 @@ export var GetTagSyncTask = [
588
488
  9,
589
489
  n0,
590
490
  _GTST,
591
- {
592
- [_h]: ["POST", "/get-tag-sync-task", 200],
593
- },
491
+ { [_h]: ["POST", "/get-tag-sync-task", 200] },
594
492
  () => GetTagSyncTaskInput,
595
493
  () => GetTagSyncTaskOutput,
596
494
  ];
@@ -598,9 +496,7 @@ export var GroupResources = [
598
496
  9,
599
497
  n0,
600
498
  _GR,
601
- {
602
- [_h]: ["POST", "/group-resources", 200],
603
- },
499
+ { [_h]: ["POST", "/group-resources", 200] },
604
500
  () => GroupResourcesInput,
605
501
  () => GroupResourcesOutput,
606
502
  ];
@@ -608,9 +504,7 @@ export var ListGroupingStatuses = [
608
504
  9,
609
505
  n0,
610
506
  _LGS,
611
- {
612
- [_h]: ["POST", "/list-grouping-statuses", 200],
613
- },
507
+ { [_h]: ["POST", "/list-grouping-statuses", 200] },
614
508
  () => ListGroupingStatusesInput,
615
509
  () => ListGroupingStatusesOutput,
616
510
  ];
@@ -618,9 +512,7 @@ export var ListGroupResources = [
618
512
  9,
619
513
  n0,
620
514
  _LGR,
621
- {
622
- [_h]: ["POST", "/list-group-resources", 200],
623
- },
515
+ { [_h]: ["POST", "/list-group-resources", 200] },
624
516
  () => ListGroupResourcesInput,
625
517
  () => ListGroupResourcesOutput,
626
518
  ];
@@ -628,9 +520,7 @@ export var ListGroups = [
628
520
  9,
629
521
  n0,
630
522
  _LG,
631
- {
632
- [_h]: ["POST", "/groups-list", 200],
633
- },
523
+ { [_h]: ["POST", "/groups-list", 200] },
634
524
  () => ListGroupsInput,
635
525
  () => ListGroupsOutput,
636
526
  ];
@@ -638,9 +528,7 @@ export var ListTagSyncTasks = [
638
528
  9,
639
529
  n0,
640
530
  _LTST,
641
- {
642
- [_h]: ["POST", "/list-tag-sync-tasks", 200],
643
- },
531
+ { [_h]: ["POST", "/list-tag-sync-tasks", 200] },
644
532
  () => ListTagSyncTasksInput,
645
533
  () => ListTagSyncTasksOutput,
646
534
  ];
@@ -648,9 +536,7 @@ export var PutGroupConfiguration = [
648
536
  9,
649
537
  n0,
650
538
  _PGC,
651
- {
652
- [_h]: ["POST", "/put-group-configuration", 202],
653
- },
539
+ { [_h]: ["POST", "/put-group-configuration", 202] },
654
540
  () => PutGroupConfigurationInput,
655
541
  () => PutGroupConfigurationOutput,
656
542
  ];
@@ -658,9 +544,7 @@ export var SearchResources = [
658
544
  9,
659
545
  n0,
660
546
  _SR,
661
- {
662
- [_h]: ["POST", "/resources/search", 200],
663
- },
547
+ { [_h]: ["POST", "/resources/search", 200] },
664
548
  () => SearchResourcesInput,
665
549
  () => SearchResourcesOutput,
666
550
  ];
@@ -668,9 +552,7 @@ export var StartTagSyncTask = [
668
552
  9,
669
553
  n0,
670
554
  _STST,
671
- {
672
- [_h]: ["POST", "/start-tag-sync-task", 200],
673
- },
555
+ { [_h]: ["POST", "/start-tag-sync-task", 200] },
674
556
  () => StartTagSyncTaskInput,
675
557
  () => StartTagSyncTaskOutput,
676
558
  ];
@@ -678,9 +560,7 @@ export var Tag = [
678
560
  9,
679
561
  n0,
680
562
  _Ta,
681
- {
682
- [_h]: ["PUT", "/resources/{Arn}/tags", 200],
683
- },
563
+ { [_h]: ["PUT", "/resources/{Arn}/tags", 200] },
684
564
  () => TagInput,
685
565
  () => TagOutput,
686
566
  ];
@@ -688,9 +568,7 @@ export var UngroupResources = [
688
568
  9,
689
569
  n0,
690
570
  _UR,
691
- {
692
- [_h]: ["POST", "/ungroup-resources", 200],
693
- },
571
+ { [_h]: ["POST", "/ungroup-resources", 200] },
694
572
  () => UngroupResourcesInput,
695
573
  () => UngroupResourcesOutput,
696
574
  ];
@@ -698,9 +576,7 @@ export var Untag = [
698
576
  9,
699
577
  n0,
700
578
  _U,
701
- {
702
- [_h]: ["PATCH", "/resources/{Arn}/tags", 200],
703
- },
579
+ { [_h]: ["PATCH", "/resources/{Arn}/tags", 200] },
704
580
  () => UntagInput,
705
581
  () => UntagOutput,
706
582
  ];
@@ -708,9 +584,7 @@ export var UpdateAccountSettings = [
708
584
  9,
709
585
  n0,
710
586
  _UAS,
711
- {
712
- [_h]: ["POST", "/update-account-settings", 200],
713
- },
587
+ { [_h]: ["POST", "/update-account-settings", 200] },
714
588
  () => UpdateAccountSettingsInput,
715
589
  () => UpdateAccountSettingsOutput,
716
590
  ];
@@ -718,9 +592,7 @@ export var UpdateGroup = [
718
592
  9,
719
593
  n0,
720
594
  _UG,
721
- {
722
- [_h]: ["POST", "/update-group", 200],
723
- },
595
+ { [_h]: ["POST", "/update-group", 200] },
724
596
  () => UpdateGroupInput,
725
597
  () => UpdateGroupOutput,
726
598
  ];
@@ -728,9 +600,7 @@ export var UpdateGroupQuery = [
728
600
  9,
729
601
  n0,
730
602
  _UGQ,
731
- {
732
- [_h]: ["POST", "/update-group-query", 200],
733
- },
603
+ { [_h]: ["POST", "/update-group-query", 200] },
734
604
  () => UpdateGroupQueryInput,
735
605
  () => UpdateGroupQueryOutput,
736
606
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput } from "./commands/CancelTagSyncTaskCommand";
3
3
  import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
4
4
  import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput } from "./commands/CancelTagSyncTaskCommand";
11
11
  import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
12
12
  import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
@@ -31,7 +31,7 @@ import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput }
31
31
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
32
32
  import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "./commands/UpdateGroupQueryCommand";
33
33
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
34
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
34
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
35
35
  export { __Client };
36
36
  /**
37
37
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ResourceGroupsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ResourceGroupsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { ResourceGroupsClientResolvedConfig } from "../ResourceGroupsClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ResourceGroupsClientResolvedConfig } from "../ResourceGroupsClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CancelTagSyncTaskInput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CancelTagSyncTaskInput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetAccountSettingsOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetAccountSettingsOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetGroupInput, GetGroupOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetGroupInput, GetGroupOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetTagSyncTaskInput, GetTagSyncTaskOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetTagSyncTaskInput, GetTagSyncTaskOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetTagsInput, GetTagsOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetTagsInput, GetTagsOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListGroupingStatusesInput, ListGroupingStatusesOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListGroupingStatusesInput, ListGroupingStatusesOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagSyncTasksInput, ListTagSyncTasksOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTagSyncTasksInput, ListTagSyncTasksOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StartTagSyncTaskInput, StartTagSyncTaskOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { StartTagSyncTaskInput, StartTagSyncTaskOutput } from "../models/models_0";
4
+ import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
5
  /**
6
6
  * @public
7
7
  */