@aws-sdk/client-security-ir 3.943.0 → 3.947.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 (57) hide show
  1. package/dist-cjs/index.js +38 -174
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SecurityIRClient.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 +38 -175
  8. package/dist-types/SecurityIR.d.ts +1 -1
  9. package/dist-types/SecurityIRClient.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/BatchGetMemberAccountDetailsCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelMembershipCommand.d.ts +3 -3
  14. package/dist-types/commands/CloseCaseCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateCaseCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateCaseCommentCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateMembershipCommand.d.ts +3 -3
  18. package/dist-types/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +3 -3
  19. package/dist-types/commands/GetCaseAttachmentUploadUrlCommand.d.ts +3 -3
  20. package/dist-types/commands/GetCaseCommand.d.ts +3 -3
  21. package/dist-types/commands/GetMembershipCommand.d.ts +3 -3
  22. package/dist-types/commands/ListCaseEditsCommand.d.ts +3 -3
  23. package/dist-types/commands/ListCasesCommand.d.ts +3 -3
  24. package/dist-types/commands/ListCommentsCommand.d.ts +3 -3
  25. package/dist-types/commands/ListInvestigationsCommand.d.ts +3 -3
  26. package/dist-types/commands/ListMembershipsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  28. package/dist-types/commands/SendFeedbackCommand.d.ts +3 -3
  29. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  30. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  31. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdateCaseCommentCommand.d.ts +3 -3
  33. package/dist-types/commands/UpdateCaseStatusCommand.d.ts +3 -3
  34. package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateResolverTypeCommand.d.ts +3 -3
  36. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  37. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  38. package/dist-types/extensionConfiguration.d.ts +4 -4
  39. package/dist-types/models/SecurityIRServiceException.d.ts +1 -1
  40. package/dist-types/models/errors.d.ts +1 -1
  41. package/dist-types/pagination/Interfaces.d.ts +1 -1
  42. package/dist-types/pagination/ListCaseEditsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListCasesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListCommentsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListInvestigationsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListMembershipsPaginator.d.ts +1 -1
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  48. package/dist-types/runtimeConfig.d.ts +1 -1
  49. package/dist-types/runtimeConfig.native.d.ts +1 -1
  50. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  51. package/dist-types/runtimeExtensions.d.ts +1 -1
  52. package/dist-types/schemas/schemas_0.d.ts +1 -2
  53. package/dist-types/ts3.4/SecurityIRClient.d.ts +3 -3
  54. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  55. package/dist-types/ts3.4/models/SecurityIRServiceException.d.ts +1 -1
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  57. package/package.json +13 -12
@@ -250,17 +250,7 @@ export var JobTitle = [0, n0, _JT, 8, 0];
250
250
  export var MembershipName = [0, n0, _MN, 8, 0];
251
251
  export var PersonName = [0, n0, _PN, 8, 0];
252
252
  export var Url = [0, n0, _U, 8, 0];
253
- export var AccessDeniedException = [
254
- -3,
255
- n0,
256
- _ADE,
257
- {
258
- [_e]: _c,
259
- [_hE]: 403,
260
- },
261
- [_m],
262
- [0],
263
- ];
253
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
264
254
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
265
255
  export var BatchGetMemberAccountDetailsRequest = [
266
256
  3,
@@ -292,17 +282,7 @@ export var CaseEditItem = [3, n0, _CEI, 0, [_eT, _p, _a, _m], [4, 0, 0, 0]];
292
282
  export var CaseMetadataEntry = [3, n0, _CME, 0, [_k, _v], [0, 0]];
293
283
  export var CloseCaseRequest = [3, n0, _CCR, 0, [_cI], [[0, 1]]];
294
284
  export var CloseCaseResponse = [3, n0, _CCRl, 0, [_cS, _cDl], [0, 4]];
295
- export var ConflictException = [
296
- -3,
297
- n0,
298
- _CE,
299
- {
300
- [_e]: _c,
301
- [_hE]: 409,
302
- },
303
- [_m, _rI, _rT],
304
- [0, 0, 0],
305
- ];
285
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
306
286
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
307
287
  export var CreateCaseCommentRequest = [
308
288
  3,
@@ -437,33 +417,12 @@ export var InternalServerException = [
437
417
  -3,
438
418
  n0,
439
419
  _ISE,
440
- {
441
- [_e]: _s,
442
- [_hE]: 500,
443
- },
420
+ { [_e]: _s, [_hE]: 500 },
444
421
  [_m, _rAS],
445
- [
446
- 0,
447
- [
448
- 1,
449
- {
450
- [_hH]: _RA,
451
- },
452
- ],
453
- ],
422
+ [0, [1, { [_hH]: _RA }]],
454
423
  ];
455
424
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
456
- export var InvalidTokenException = [
457
- -3,
458
- n0,
459
- _ITE,
460
- {
461
- [_e]: _c,
462
- [_hE]: 423,
463
- },
464
- [_m],
465
- [0],
466
- ];
425
+ export var InvalidTokenException = [-3, n0, _ITE, { [_e]: _c, [_hE]: 423 }, [_m], [0]];
467
426
  TypeRegistry.for(n0).registerError(InvalidTokenException, __InvalidTokenException);
468
427
  export var InvestigationAction = [
469
428
  3,
@@ -524,18 +483,8 @@ export var ListInvestigationsRequest = [
524
483
  0,
525
484
  [_nT, _mR, _cI],
526
485
  [
527
- [
528
- 0,
529
- {
530
- [_hQ]: _nT,
531
- },
532
- ],
533
- [
534
- 1,
535
- {
536
- [_hQ]: _mR,
537
- },
538
- ],
486
+ [0, { [_hQ]: _nT }],
487
+ [1, { [_hQ]: _mR }],
539
488
  [0, 1],
540
489
  ],
541
490
  ];
@@ -569,26 +518,13 @@ export var MembershipAccountsConfigurationsUpdate = [
569
518
  [2, 64 | 0, 64 | 0],
570
519
  ];
571
520
  export var OptInFeature = [3, n0, _OIF, 0, [_fNe, _iE], [0, 2]];
572
- export var ResourceNotFoundException = [
573
- -3,
574
- n0,
575
- _RNFE,
576
- {
577
- [_e]: _c,
578
- [_hE]: 404,
579
- },
580
- [_m],
581
- [0],
582
- ];
521
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
583
522
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
584
523
  export var SecurityIncidentResponseNotActiveException = [
585
524
  -3,
586
525
  n0,
587
526
  _SIRNAE,
588
- {
589
- [_e]: _c,
590
- [_hE]: 400,
591
- },
527
+ { [_e]: _c, [_hE]: 400 },
592
528
  [_m],
593
529
  [0],
594
530
  ];
@@ -599,10 +535,7 @@ export var ServiceQuotaExceededException = [
599
535
  -3,
600
536
  n0,
601
537
  _SQEE,
602
- {
603
- [_e]: _c,
604
- [_hE]: 402,
605
- },
538
+ { [_e]: _c, [_hE]: 402 },
606
539
  [_m, _rI, _rT, _sC, _qC],
607
540
  [0, 0, 0, 0, 0],
608
541
  ];
@@ -614,22 +547,9 @@ export var ThrottlingException = [
614
547
  -3,
615
548
  n0,
616
549
  _TE,
617
- {
618
- [_e]: _c,
619
- [_hE]: 429,
620
- },
550
+ { [_e]: _c, [_hE]: 429 },
621
551
  [_m, _sC, _qC, _rAS],
622
- [
623
- 0,
624
- 0,
625
- 0,
626
- [
627
- 1,
628
- {
629
- [_hH]: _RA,
630
- },
631
- ],
632
- ],
552
+ [0, 0, 0, [1, { [_hH]: _RA }]],
633
553
  ];
634
554
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
635
555
  export var UntagResourceInput = [
@@ -640,12 +560,7 @@ export var UntagResourceInput = [
640
560
  [_rA, _tK],
641
561
  [
642
562
  [0, 1],
643
- [
644
- 64 | 0,
645
- {
646
- [_hQ]: _tK,
647
- },
648
- ],
563
+ [64 | 0, { [_hQ]: _tK }],
649
564
  ],
650
565
  ];
651
566
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -720,10 +635,7 @@ export var ValidationException = [
720
635
  -3,
721
636
  n0,
722
637
  _VE,
723
- {
724
- [_e]: _c,
725
- [_hE]: 400,
726
- },
638
+ { [_e]: _c, [_hE]: 400 },
727
639
  [_m, _re, _fL],
728
640
  [0, 0, () => ValidationExceptionFieldList],
729
641
  ];
@@ -741,7 +653,6 @@ export var Watcher = [
741
653
  [() => JobTitle, 0],
742
654
  ],
743
655
  ];
744
- export var __Unit = "unit";
745
656
  export var SecurityIRServiceException = [-3, _sm, "SecurityIRServiceException", 0, [], []];
746
657
  TypeRegistry.for(_sm).registerError(SecurityIRServiceException, __SecurityIRServiceException);
747
658
  export var AWSAccountIds = 64 | 0;
@@ -782,9 +693,7 @@ export var BatchGetMemberAccountDetails = [
782
693
  9,
783
694
  n0,
784
695
  _BGMAD,
785
- {
786
- [_h]: ["POST", "/v1/membership/{membershipId}/batch-member-details", 200],
787
- },
696
+ { [_h]: ["POST", "/v1/membership/{membershipId}/batch-member-details", 200] },
788
697
  () => BatchGetMemberAccountDetailsRequest,
789
698
  () => BatchGetMemberAccountDetailsResponse,
790
699
  ];
@@ -792,9 +701,7 @@ export var CancelMembership = [
792
701
  9,
793
702
  n0,
794
703
  _CMa,
795
- {
796
- [_h]: ["PUT", "/v1/membership/{membershipId}", 200],
797
- },
704
+ { [_h]: ["PUT", "/v1/membership/{membershipId}", 200] },
798
705
  () => CancelMembershipRequest,
799
706
  () => CancelMembershipResponse,
800
707
  ];
@@ -802,9 +709,7 @@ export var CloseCase = [
802
709
  9,
803
710
  n0,
804
711
  _CC,
805
- {
806
- [_h]: ["POST", "/v1/cases/{caseId}/close-case", 200],
807
- },
712
+ { [_h]: ["POST", "/v1/cases/{caseId}/close-case", 200] },
808
713
  () => CloseCaseRequest,
809
714
  () => CloseCaseResponse,
810
715
  ];
@@ -812,9 +717,7 @@ export var CreateCase = [
812
717
  9,
813
718
  n0,
814
719
  _CCr,
815
- {
816
- [_h]: ["POST", "/v1/create-case", 201],
817
- },
720
+ { [_h]: ["POST", "/v1/create-case", 201] },
818
721
  () => CreateCaseRequest,
819
722
  () => CreateCaseResponse,
820
723
  ];
@@ -822,9 +725,7 @@ export var CreateCaseComment = [
822
725
  9,
823
726
  n0,
824
727
  _CCC,
825
- {
826
- [_h]: ["POST", "/v1/cases/{caseId}/create-comment", 201],
827
- },
728
+ { [_h]: ["POST", "/v1/cases/{caseId}/create-comment", 201] },
828
729
  () => CreateCaseCommentRequest,
829
730
  () => CreateCaseCommentResponse,
830
731
  ];
@@ -832,9 +733,7 @@ export var CreateMembership = [
832
733
  9,
833
734
  n0,
834
735
  _CMr,
835
- {
836
- [_h]: ["POST", "/v1/membership", 201],
837
- },
736
+ { [_h]: ["POST", "/v1/membership", 201] },
838
737
  () => CreateMembershipRequest,
839
738
  () => CreateMembershipResponse,
840
739
  ];
@@ -842,9 +741,7 @@ export var GetCase = [
842
741
  9,
843
742
  n0,
844
743
  _GC,
845
- {
846
- [_h]: ["GET", "/v1/cases/{caseId}/get-case", 200],
847
- },
744
+ { [_h]: ["GET", "/v1/cases/{caseId}/get-case", 200] },
848
745
  () => GetCaseRequest,
849
746
  () => GetCaseResponse,
850
747
  ];
@@ -852,9 +749,7 @@ export var GetCaseAttachmentDownloadUrl = [
852
749
  9,
853
750
  n0,
854
751
  _GCADU,
855
- {
856
- [_h]: ["GET", "/v1/cases/{caseId}/get-presigned-url/{attachmentId}", 201],
857
- },
752
+ { [_h]: ["GET", "/v1/cases/{caseId}/get-presigned-url/{attachmentId}", 201] },
858
753
  () => GetCaseAttachmentDownloadUrlRequest,
859
754
  () => GetCaseAttachmentDownloadUrlResponse,
860
755
  ];
@@ -862,9 +757,7 @@ export var GetCaseAttachmentUploadUrl = [
862
757
  9,
863
758
  n0,
864
759
  _GCAUU,
865
- {
866
- [_h]: ["POST", "/v1/cases/{caseId}/get-presigned-url", 201],
867
- },
760
+ { [_h]: ["POST", "/v1/cases/{caseId}/get-presigned-url", 201] },
868
761
  () => GetCaseAttachmentUploadUrlRequest,
869
762
  () => GetCaseAttachmentUploadUrlResponse,
870
763
  ];
@@ -872,9 +765,7 @@ export var GetMembership = [
872
765
  9,
873
766
  n0,
874
767
  _GM,
875
- {
876
- [_h]: ["GET", "/v1/membership/{membershipId}", 200],
877
- },
768
+ { [_h]: ["GET", "/v1/membership/{membershipId}", 200] },
878
769
  () => GetMembershipRequest,
879
770
  () => GetMembershipResponse,
880
771
  ];
@@ -882,9 +773,7 @@ export var ListCaseEdits = [
882
773
  9,
883
774
  n0,
884
775
  _LCE,
885
- {
886
- [_h]: ["POST", "/v1/cases/{caseId}/list-case-edits", 200],
887
- },
776
+ { [_h]: ["POST", "/v1/cases/{caseId}/list-case-edits", 200] },
888
777
  () => ListCaseEditsRequest,
889
778
  () => ListCaseEditsResponse,
890
779
  ];
@@ -892,9 +781,7 @@ export var ListCases = [
892
781
  9,
893
782
  n0,
894
783
  _LC,
895
- {
896
- [_h]: ["POST", "/v1/list-cases", 200],
897
- },
784
+ { [_h]: ["POST", "/v1/list-cases", 200] },
898
785
  () => ListCasesRequest,
899
786
  () => ListCasesResponse,
900
787
  ];
@@ -902,9 +789,7 @@ export var ListComments = [
902
789
  9,
903
790
  n0,
904
791
  _LCi,
905
- {
906
- [_h]: ["POST", "/v1/cases/{caseId}/list-comments", 200],
907
- },
792
+ { [_h]: ["POST", "/v1/cases/{caseId}/list-comments", 200] },
908
793
  () => ListCommentsRequest,
909
794
  () => ListCommentsResponse,
910
795
  ];
@@ -912,9 +797,7 @@ export var ListInvestigations = [
912
797
  9,
913
798
  n0,
914
799
  _LI,
915
- {
916
- [_h]: ["GET", "/v1/cases/{caseId}/list-investigations", 200],
917
- },
800
+ { [_h]: ["GET", "/v1/cases/{caseId}/list-investigations", 200] },
918
801
  () => ListInvestigationsRequest,
919
802
  () => ListInvestigationsResponse,
920
803
  ];
@@ -922,9 +805,7 @@ export var ListMemberships = [
922
805
  9,
923
806
  n0,
924
807
  _LM,
925
- {
926
- [_h]: ["POST", "/v1/memberships", 200],
927
- },
808
+ { [_h]: ["POST", "/v1/memberships", 200] },
928
809
  () => ListMembershipsRequest,
929
810
  () => ListMembershipsResponse,
930
811
  ];
@@ -932,9 +813,7 @@ export var ListTagsForResource = [
932
813
  9,
933
814
  n0,
934
815
  _LTFR,
935
- {
936
- [_h]: ["GET", "/v1/tags/{resourceArn}", 200],
937
- },
816
+ { [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
938
817
  () => ListTagsForResourceInput,
939
818
  () => ListTagsForResourceOutput,
940
819
  ];
@@ -942,9 +821,7 @@ export var SendFeedback = [
942
821
  9,
943
822
  n0,
944
823
  _SF,
945
- {
946
- [_h]: ["POST", "/v1/cases/{caseId}/feedback/{resultId}/send-feedback", 200],
947
- },
824
+ { [_h]: ["POST", "/v1/cases/{caseId}/feedback/{resultId}/send-feedback", 200] },
948
825
  () => SendFeedbackRequest,
949
826
  () => SendFeedbackResponse,
950
827
  ];
@@ -952,9 +829,7 @@ export var TagResource = [
952
829
  9,
953
830
  n0,
954
831
  _TR,
955
- {
956
- [_h]: ["POST", "/v1/tags/{resourceArn}", 204],
957
- },
832
+ { [_h]: ["POST", "/v1/tags/{resourceArn}", 204] },
958
833
  () => TagResourceInput,
959
834
  () => TagResourceOutput,
960
835
  ];
@@ -962,9 +837,7 @@ export var UntagResource = [
962
837
  9,
963
838
  n0,
964
839
  _UR,
965
- {
966
- [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
967
- },
840
+ { [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
968
841
  () => UntagResourceInput,
969
842
  () => UntagResourceOutput,
970
843
  ];
@@ -972,9 +845,7 @@ export var UpdateCase = [
972
845
  9,
973
846
  n0,
974
847
  _UC,
975
- {
976
- [_h]: ["POST", "/v1/cases/{caseId}/update-case", 200],
977
- },
848
+ { [_h]: ["POST", "/v1/cases/{caseId}/update-case", 200] },
978
849
  () => UpdateCaseRequest,
979
850
  () => UpdateCaseResponse,
980
851
  ];
@@ -982,9 +853,7 @@ export var UpdateCaseComment = [
982
853
  9,
983
854
  n0,
984
855
  _UCC,
985
- {
986
- [_h]: ["PUT", "/v1/cases/{caseId}/update-case-comment/{commentId}", 200],
987
- },
856
+ { [_h]: ["PUT", "/v1/cases/{caseId}/update-case-comment/{commentId}", 200] },
988
857
  () => UpdateCaseCommentRequest,
989
858
  () => UpdateCaseCommentResponse,
990
859
  ];
@@ -992,9 +861,7 @@ export var UpdateCaseStatus = [
992
861
  9,
993
862
  n0,
994
863
  _UCS,
995
- {
996
- [_h]: ["POST", "/v1/cases/{caseId}/update-case-status", 201],
997
- },
864
+ { [_h]: ["POST", "/v1/cases/{caseId}/update-case-status", 201] },
998
865
  () => UpdateCaseStatusRequest,
999
866
  () => UpdateCaseStatusResponse,
1000
867
  ];
@@ -1002,9 +869,7 @@ export var UpdateMembership = [
1002
869
  9,
1003
870
  n0,
1004
871
  _UM,
1005
- {
1006
- [_h]: ["PUT", "/v1/membership/{membershipId}/update-membership", 200],
1007
- },
872
+ { [_h]: ["PUT", "/v1/membership/{membershipId}/update-membership", 200] },
1008
873
  () => UpdateMembershipRequest,
1009
874
  () => UpdateMembershipResponse,
1010
875
  ];
@@ -1012,9 +877,7 @@ export var UpdateResolverType = [
1012
877
  9,
1013
878
  n0,
1014
879
  _URT,
1015
- {
1016
- [_h]: ["POST", "/v1/cases/{caseId}/update-resolver-type", 200],
1017
- },
880
+ { [_h]: ["POST", "/v1/cases/{caseId}/update-resolver-type", 200] },
1018
881
  () => UpdateResolverTypeRequest,
1019
882
  () => UpdateResolverTypeResponse,
1020
883
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput } from "./commands/BatchGetMemberAccountDetailsCommand";
3
3
  import { CancelMembershipCommandInput, CancelMembershipCommandOutput } from "./commands/CancelMembershipCommand";
4
4
  import { CloseCaseCommandInput, CloseCaseCommandOutput } from "./commands/CloseCaseCommand";
@@ -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 { BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput } from "./commands/BatchGetMemberAccountDetailsCommand";
11
11
  import { CancelMembershipCommandInput, CancelMembershipCommandOutput } from "./commands/CancelMembershipCommand";
12
12
  import { CloseCaseCommandInput, CloseCaseCommandOutput } from "./commands/CloseCaseCommand";
@@ -32,7 +32,7 @@ import { UpdateCaseStatusCommandInput, UpdateCaseStatusCommandOutput } from "./c
32
32
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
33
33
  import { UpdateResolverTypeCommandInput, UpdateResolverTypeCommandOutput } from "./commands/UpdateResolverTypeCommand";
34
34
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
35
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
35
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
36
36
  export { __Client };
37
37
  /**
38
38
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SecurityIRHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SecurityIRHttpAuthSchemeProvider } 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 { SecurityIRClientResolvedConfig } from "../SecurityIRClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SecurityIRClientResolvedConfig } from "../SecurityIRClient";
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 { BatchGetMemberAccountDetailsRequest, BatchGetMemberAccountDetailsResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetMemberAccountDetailsRequest, BatchGetMemberAccountDetailsResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { CancelMembershipRequest, CancelMembershipResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CancelMembershipRequest, CancelMembershipResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { CloseCaseRequest, CloseCaseResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloseCaseRequest, CloseCaseResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { CreateCaseCommentRequest, CreateCaseCommentResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateCaseCommentRequest, CreateCaseCommentResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { CreateMembershipRequest, CreateMembershipResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateMembershipRequest, CreateMembershipResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { GetCaseAttachmentDownloadUrlRequest, GetCaseAttachmentDownloadUrlResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetCaseAttachmentDownloadUrlRequest, GetCaseAttachmentDownloadUrlResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { GetCaseAttachmentUploadUrlRequest, GetCaseAttachmentUploadUrlResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetCaseAttachmentUploadUrlRequest, GetCaseAttachmentUploadUrlResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { GetCaseRequest, GetCaseResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetCaseRequest, GetCaseResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { GetMembershipRequest, GetMembershipResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetMembershipRequest, GetMembershipResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { ListCaseEditsRequest, ListCaseEditsResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListCaseEditsRequest, ListCaseEditsResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { ListCasesRequest, ListCasesResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListCasesRequest, ListCasesResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
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 { ListCommentsRequest, ListCommentsResponse } from "../models/models_0";
4
- import { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListCommentsRequest, ListCommentsResponse } from "../models/models_0";
4
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
5
  /**
6
6
  * @public
7
7
  */