@aws-sdk/client-detective 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 (61) hide show
  1. package/dist-cjs/index.js +37 -156
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/DetectiveClient.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 +37 -156
  8. package/dist-types/Detective.d.ts +1 -1
  9. package/dist-types/DetectiveClient.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/AcceptInvitationCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateGraphCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteGraphCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteMembersCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -3
  20. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -2
  21. package/dist-types/commands/DisassociateMembershipCommand.d.ts +3 -3
  22. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -3
  23. package/dist-types/commands/GetInvestigationCommand.d.ts +3 -3
  24. package/dist-types/commands/GetMembersCommand.d.ts +3 -3
  25. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +3 -3
  26. package/dist-types/commands/ListGraphsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListIndicatorsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListInvestigationsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListInvitationsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListMembersCommand.d.ts +3 -3
  31. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/RejectInvitationCommand.d.ts +3 -3
  34. package/dist-types/commands/StartInvestigationCommand.d.ts +3 -3
  35. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +3 -3
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -3
  41. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  42. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  43. package/dist-types/extensionConfiguration.d.ts +4 -4
  44. package/dist-types/models/DetectiveServiceException.d.ts +1 -1
  45. package/dist-types/models/errors.d.ts +1 -1
  46. package/dist-types/pagination/Interfaces.d.ts +1 -1
  47. package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListGraphsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  56. package/dist-types/runtimeExtensions.d.ts +1 -1
  57. package/dist-types/schemas/schemas_0.d.ts +1 -1
  58. package/dist-types/ts3.4/DetectiveClient.d.ts +3 -3
  59. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  60. package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +1 -1
  61. package/package.json +13 -12
@@ -217,10 +217,7 @@ export var AccessDeniedException = [
217
217
  -3,
218
218
  n0,
219
219
  _ADE,
220
- {
221
- [_e]: _c,
222
- [_hE]: 403,
223
- },
220
+ { [_e]: _c, [_hE]: 403 },
224
221
  [_M, _EC, _ECR, _SEC, _SECR],
225
222
  [0, 0, 0, 0, 0],
226
223
  ];
@@ -245,17 +242,7 @@ export var BatchGetMembershipDatasourcesResponse = [
245
242
  [_MDe, _UG],
246
243
  [() => MembershipDatasourcesList, () => UnprocessedGraphList],
247
244
  ];
248
- export var ConflictException = [
249
- -3,
250
- n0,
251
- _CE,
252
- {
253
- [_e]: _c,
254
- [_hE]: 409,
255
- },
256
- [_M],
257
- [0],
258
- ];
245
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
259
246
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
260
247
  export var CreateGraphRequest = [3, n0, _CGR, 0, [_T], [128 | 0]];
261
248
  export var CreateGraphResponse = [3, n0, _CGRr, 0, [_GA], [0]];
@@ -353,17 +340,7 @@ export var IndicatorDetail = [
353
340
  () => RelatedFindingGroupDetail,
354
341
  ],
355
342
  ];
356
- export var InternalServerException = [
357
- -3,
358
- n0,
359
- _ISE,
360
- {
361
- [_e]: _s,
362
- [_hE]: 500,
363
- },
364
- [_M],
365
- [0],
366
- ];
343
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
367
344
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
368
345
  export var InvestigationDetail = [
369
346
  3,
@@ -460,26 +437,13 @@ export var NewUserAgentDetail = [3, n0, _NUAD, 0, [_UAs, _INFEA], [0, 2]];
460
437
  export var RejectInvitationRequest = [3, n0, _RIR, 0, [_GA], [0]];
461
438
  export var RelatedFindingDetail = [3, n0, _RFD, 0, [_Ar, _Ty, _IA], [0, 0, 0]];
462
439
  export var RelatedFindingGroupDetail = [3, n0, _RFGD, 0, [_Id], [0]];
463
- export var ResourceNotFoundException = [
464
- -3,
465
- n0,
466
- _RNFE,
467
- {
468
- [_e]: _c,
469
- [_hE]: 404,
470
- },
471
- [_M],
472
- [0],
473
- ];
440
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
474
441
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
475
442
  export var ServiceQuotaExceededException = [
476
443
  -3,
477
444
  n0,
478
445
  _SQEE,
479
- {
480
- [_e]: _c,
481
- [_hE]: 402,
482
- },
446
+ { [_e]: _c, [_hE]: 402 },
483
447
  [_M, _Re],
484
448
  [0, 64 | 0],
485
449
  ];
@@ -492,17 +456,7 @@ export var StringFilter = [3, n0, _SF, 0, [_V], [0]];
492
456
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
493
457
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
494
458
  export var TimestampForCollection = [3, n0, _TFC, 0, [_Ti], [5]];
495
- export var TooManyRequestsException = [
496
- -3,
497
- n0,
498
- _TMRE,
499
- {
500
- [_e]: _c,
501
- [_hE]: 429,
502
- },
503
- [_M],
504
- [0],
505
- ];
459
+ export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
506
460
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
507
461
  export var TTPsObservedDetail = [
508
462
  3,
@@ -522,29 +476,14 @@ export var UntagResourceRequest = [
522
476
  [_RA, _TK],
523
477
  [
524
478
  [0, 1],
525
- [
526
- 64 | 0,
527
- {
528
- [_hQ]: _tK,
529
- },
530
- ],
479
+ [64 | 0, { [_hQ]: _tK }],
531
480
  ],
532
481
  ];
533
482
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
534
483
  export var UpdateDatasourcePackagesRequest = [3, n0, _UDPR, 0, [_GA, _DP], [0, 64 | 0]];
535
484
  export var UpdateInvestigationStateRequest = [3, n0, _UISR, 0, [_GA, _II, _Sta], [0, 0, 0]];
536
485
  export var UpdateOrganizationConfigurationRequest = [3, n0, _UOCR, 0, [_GA, _AE], [0, 2]];
537
- export var ValidationException = [
538
- -3,
539
- n0,
540
- _VE,
541
- {
542
- [_e]: _c,
543
- [_hE]: 400,
544
- },
545
- [_M, _EC, _ECR],
546
- [0, 0, 0],
547
- ];
486
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _EC, _ECR], [0, 0, 0]];
548
487
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
549
488
  export var __Unit = "unit";
550
489
  export var DetectiveServiceException = [-3, _sm, "DetectiveServiceException", 0, [], []];
@@ -574,9 +513,7 @@ export var AcceptInvitation = [
574
513
  9,
575
514
  n0,
576
515
  _AIcc,
577
- {
578
- [_h]: ["PUT", "/invitation", 200],
579
- },
516
+ { [_h]: ["PUT", "/invitation", 200] },
580
517
  () => AcceptInvitationRequest,
581
518
  () => __Unit,
582
519
  ];
@@ -584,9 +521,7 @@ export var BatchGetGraphMemberDatasources = [
584
521
  9,
585
522
  n0,
586
523
  _BGGMD,
587
- {
588
- [_h]: ["POST", "/graph/datasources/get", 200],
589
- },
524
+ { [_h]: ["POST", "/graph/datasources/get", 200] },
590
525
  () => BatchGetGraphMemberDatasourcesRequest,
591
526
  () => BatchGetGraphMemberDatasourcesResponse,
592
527
  ];
@@ -594,9 +529,7 @@ export var BatchGetMembershipDatasources = [
594
529
  9,
595
530
  n0,
596
531
  _BGMD,
597
- {
598
- [_h]: ["POST", "/membership/datasources/get", 200],
599
- },
532
+ { [_h]: ["POST", "/membership/datasources/get", 200] },
600
533
  () => BatchGetMembershipDatasourcesRequest,
601
534
  () => BatchGetMembershipDatasourcesResponse,
602
535
  ];
@@ -604,9 +537,7 @@ export var CreateGraph = [
604
537
  9,
605
538
  n0,
606
539
  _CG,
607
- {
608
- [_h]: ["POST", "/graph", 200],
609
- },
540
+ { [_h]: ["POST", "/graph", 200] },
610
541
  () => CreateGraphRequest,
611
542
  () => CreateGraphResponse,
612
543
  ];
@@ -614,9 +545,7 @@ export var CreateMembers = [
614
545
  9,
615
546
  n0,
616
547
  _CM,
617
- {
618
- [_h]: ["POST", "/graph/members", 200],
619
- },
548
+ { [_h]: ["POST", "/graph/members", 200] },
620
549
  () => CreateMembersRequest,
621
550
  () => CreateMembersResponse,
622
551
  ];
@@ -624,9 +553,7 @@ export var DeleteGraph = [
624
553
  9,
625
554
  n0,
626
555
  _DG,
627
- {
628
- [_h]: ["POST", "/graph/removal", 200],
629
- },
556
+ { [_h]: ["POST", "/graph/removal", 200] },
630
557
  () => DeleteGraphRequest,
631
558
  () => __Unit,
632
559
  ];
@@ -634,9 +561,7 @@ export var DeleteMembers = [
634
561
  9,
635
562
  n0,
636
563
  _DM,
637
- {
638
- [_h]: ["POST", "/graph/members/removal", 200],
639
- },
564
+ { [_h]: ["POST", "/graph/members/removal", 200] },
640
565
  () => DeleteMembersRequest,
641
566
  () => DeleteMembersResponse,
642
567
  ];
@@ -644,9 +569,7 @@ export var DescribeOrganizationConfiguration = [
644
569
  9,
645
570
  n0,
646
571
  _DOC,
647
- {
648
- [_h]: ["POST", "/orgs/describeOrganizationConfiguration", 200],
649
- },
572
+ { [_h]: ["POST", "/orgs/describeOrganizationConfiguration", 200] },
650
573
  () => DescribeOrganizationConfigurationRequest,
651
574
  () => DescribeOrganizationConfigurationResponse,
652
575
  ];
@@ -654,9 +577,7 @@ export var DisableOrganizationAdminAccount = [
654
577
  9,
655
578
  n0,
656
579
  _DOAA,
657
- {
658
- [_h]: ["POST", "/orgs/disableAdminAccount", 200],
659
- },
580
+ { [_h]: ["POST", "/orgs/disableAdminAccount", 200] },
660
581
  () => __Unit,
661
582
  () => __Unit,
662
583
  ];
@@ -664,9 +585,7 @@ export var DisassociateMembership = [
664
585
  9,
665
586
  n0,
666
587
  _DMi,
667
- {
668
- [_h]: ["POST", "/membership/removal", 200],
669
- },
588
+ { [_h]: ["POST", "/membership/removal", 200] },
670
589
  () => DisassociateMembershipRequest,
671
590
  () => __Unit,
672
591
  ];
@@ -674,9 +593,7 @@ export var EnableOrganizationAdminAccount = [
674
593
  9,
675
594
  n0,
676
595
  _EOAA,
677
- {
678
- [_h]: ["POST", "/orgs/enableAdminAccount", 200],
679
- },
596
+ { [_h]: ["POST", "/orgs/enableAdminAccount", 200] },
680
597
  () => EnableOrganizationAdminAccountRequest,
681
598
  () => __Unit,
682
599
  ];
@@ -684,9 +601,7 @@ export var GetInvestigation = [
684
601
  9,
685
602
  n0,
686
603
  _GI,
687
- {
688
- [_h]: ["POST", "/investigations/getInvestigation", 200],
689
- },
604
+ { [_h]: ["POST", "/investigations/getInvestigation", 200] },
690
605
  () => GetInvestigationRequest,
691
606
  () => GetInvestigationResponse,
692
607
  ];
@@ -694,9 +609,7 @@ export var GetMembers = [
694
609
  9,
695
610
  n0,
696
611
  _GM,
697
- {
698
- [_h]: ["POST", "/graph/members/get", 200],
699
- },
612
+ { [_h]: ["POST", "/graph/members/get", 200] },
700
613
  () => GetMembersRequest,
701
614
  () => GetMembersResponse,
702
615
  ];
@@ -704,9 +617,7 @@ export var ListDatasourcePackages = [
704
617
  9,
705
618
  n0,
706
619
  _LDP,
707
- {
708
- [_h]: ["POST", "/graph/datasources/list", 200],
709
- },
620
+ { [_h]: ["POST", "/graph/datasources/list", 200] },
710
621
  () => ListDatasourcePackagesRequest,
711
622
  () => ListDatasourcePackagesResponse,
712
623
  ];
@@ -714,9 +625,7 @@ export var ListGraphs = [
714
625
  9,
715
626
  n0,
716
627
  _LG,
717
- {
718
- [_h]: ["POST", "/graphs/list", 200],
719
- },
628
+ { [_h]: ["POST", "/graphs/list", 200] },
720
629
  () => ListGraphsRequest,
721
630
  () => ListGraphsResponse,
722
631
  ];
@@ -724,9 +633,7 @@ export var ListIndicators = [
724
633
  9,
725
634
  n0,
726
635
  _LI,
727
- {
728
- [_h]: ["POST", "/investigations/listIndicators", 200],
729
- },
636
+ { [_h]: ["POST", "/investigations/listIndicators", 200] },
730
637
  () => ListIndicatorsRequest,
731
638
  () => ListIndicatorsResponse,
732
639
  ];
@@ -734,9 +641,7 @@ export var ListInvestigations = [
734
641
  9,
735
642
  n0,
736
643
  _LIi,
737
- {
738
- [_h]: ["POST", "/investigations/listInvestigations", 200],
739
- },
644
+ { [_h]: ["POST", "/investigations/listInvestigations", 200] },
740
645
  () => ListInvestigationsRequest,
741
646
  () => ListInvestigationsResponse,
742
647
  ];
@@ -744,9 +649,7 @@ export var ListInvitations = [
744
649
  9,
745
650
  n0,
746
651
  _LIis,
747
- {
748
- [_h]: ["POST", "/invitations/list", 200],
749
- },
652
+ { [_h]: ["POST", "/invitations/list", 200] },
750
653
  () => ListInvitationsRequest,
751
654
  () => ListInvitationsResponse,
752
655
  ];
@@ -754,9 +657,7 @@ export var ListMembers = [
754
657
  9,
755
658
  n0,
756
659
  _LM,
757
- {
758
- [_h]: ["POST", "/graph/members/list", 200],
759
- },
660
+ { [_h]: ["POST", "/graph/members/list", 200] },
760
661
  () => ListMembersRequest,
761
662
  () => ListMembersResponse,
762
663
  ];
@@ -764,9 +665,7 @@ export var ListOrganizationAdminAccounts = [
764
665
  9,
765
666
  n0,
766
667
  _LOAA,
767
- {
768
- [_h]: ["POST", "/orgs/adminAccountslist", 200],
769
- },
668
+ { [_h]: ["POST", "/orgs/adminAccountslist", 200] },
770
669
  () => ListOrganizationAdminAccountsRequest,
771
670
  () => ListOrganizationAdminAccountsResponse,
772
671
  ];
@@ -774,9 +673,7 @@ export var ListTagsForResource = [
774
673
  9,
775
674
  n0,
776
675
  _LTFR,
777
- {
778
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
779
- },
676
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
780
677
  () => ListTagsForResourceRequest,
781
678
  () => ListTagsForResourceResponse,
782
679
  ];
@@ -784,9 +681,7 @@ export var RejectInvitation = [
784
681
  9,
785
682
  n0,
786
683
  _RI,
787
- {
788
- [_h]: ["POST", "/invitation/removal", 200],
789
- },
684
+ { [_h]: ["POST", "/invitation/removal", 200] },
790
685
  () => RejectInvitationRequest,
791
686
  () => __Unit,
792
687
  ];
@@ -794,9 +689,7 @@ export var StartInvestigation = [
794
689
  9,
795
690
  n0,
796
691
  _SIt,
797
- {
798
- [_h]: ["POST", "/investigations/startInvestigation", 200],
799
- },
692
+ { [_h]: ["POST", "/investigations/startInvestigation", 200] },
800
693
  () => StartInvestigationRequest,
801
694
  () => StartInvestigationResponse,
802
695
  ];
@@ -804,9 +697,7 @@ export var StartMonitoringMember = [
804
697
  9,
805
698
  n0,
806
699
  _SMM,
807
- {
808
- [_h]: ["POST", "/graph/member/monitoringstate", 200],
809
- },
700
+ { [_h]: ["POST", "/graph/member/monitoringstate", 200] },
810
701
  () => StartMonitoringMemberRequest,
811
702
  () => __Unit,
812
703
  ];
@@ -814,9 +705,7 @@ export var TagResource = [
814
705
  9,
815
706
  n0,
816
707
  _TR,
817
- {
818
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
819
- },
708
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
820
709
  () => TagResourceRequest,
821
710
  () => TagResourceResponse,
822
711
  ];
@@ -824,9 +713,7 @@ export var UntagResource = [
824
713
  9,
825
714
  n0,
826
715
  _UR,
827
- {
828
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
829
- },
716
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
830
717
  () => UntagResourceRequest,
831
718
  () => UntagResourceResponse,
832
719
  ];
@@ -834,9 +721,7 @@ export var UpdateDatasourcePackages = [
834
721
  9,
835
722
  n0,
836
723
  _UDP,
837
- {
838
- [_h]: ["POST", "/graph/datasources/update", 200],
839
- },
724
+ { [_h]: ["POST", "/graph/datasources/update", 200] },
840
725
  () => UpdateDatasourcePackagesRequest,
841
726
  () => __Unit,
842
727
  ];
@@ -844,9 +729,7 @@ export var UpdateInvestigationState = [
844
729
  9,
845
730
  n0,
846
731
  _UIS,
847
- {
848
- [_h]: ["POST", "/investigations/updateInvestigationState", 200],
849
- },
732
+ { [_h]: ["POST", "/investigations/updateInvestigationState", 200] },
850
733
  () => UpdateInvestigationStateRequest,
851
734
  () => __Unit,
852
735
  ];
@@ -854,9 +737,7 @@ export var UpdateOrganizationConfiguration = [
854
737
  9,
855
738
  n0,
856
739
  _UOC,
857
- {
858
- [_h]: ["POST", "/orgs/updateOrganizationConfiguration", 200],
859
- },
740
+ { [_h]: ["POST", "/orgs/updateOrganizationConfiguration", 200] },
860
741
  () => UpdateOrganizationConfigurationRequest,
861
742
  () => __Unit,
862
743
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
3
3
  import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "./commands/BatchGetGraphMemberDatasourcesCommand";
4
4
  import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "./commands/BatchGetMembershipDatasourcesCommand";
@@ -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 { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
11
11
  import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "./commands/BatchGetGraphMemberDatasourcesCommand";
12
12
  import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "./commands/BatchGetMembershipDatasourcesCommand";
@@ -37,7 +37,7 @@ import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOu
37
37
  import { UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput } from "./commands/UpdateInvestigationStateCommand";
38
38
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
39
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
40
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
41
41
  export { __Client };
42
42
  /**
43
43
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { DetectiveHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { DetectiveHttpAuthSchemeProvider } 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 { DetectiveClientResolvedConfig } from "../DetectiveClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type DetectiveClientResolvedConfig } from "../DetectiveClient";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { AcceptInvitationRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { AcceptInvitationRequest } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { DeleteGraphRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { DeleteGraphRequest } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  /**
5
5
  * @public
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { DisassociateMembershipRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { DisassociateMembershipRequest } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { EnableOrganizationAdminAccountRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { EnableOrganizationAdminAccountRequest } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { GetMembersRequest, GetMembersResponse } from "../models/models_0";
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import type { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */