@aws-sdk/client-codecommit 3.46.0 → 3.48.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.
@@ -72,10 +72,6 @@ export interface InvalidResourceArnException extends __SmithyException, $Metadat
72
72
 
73
73
  message?: string;
74
74
  }
75
- export declare namespace InvalidResourceArnException {
76
-
77
- const filterSensitiveLog: (obj: InvalidResourceArnException) => any;
78
- }
79
75
  export interface ListTagsForResourceInput {
80
76
 
81
77
  resourceArn: string | undefined;
@@ -105,10 +101,6 @@ export interface ResourceArnRequiredException extends __SmithyException, $Metada
105
101
 
106
102
  message?: string;
107
103
  }
108
- export declare namespace ResourceArnRequiredException {
109
-
110
- const filterSensitiveLog: (obj: ResourceArnRequiredException) => any;
111
- }
112
104
 
113
105
  export interface InvalidTargetBranchException extends __SmithyException, $MetadataBearer {
114
106
  name: "InvalidTargetBranchException";
@@ -116,10 +108,6 @@ export interface InvalidTargetBranchException extends __SmithyException, $Metada
116
108
 
117
109
  message?: string;
118
110
  }
119
- export declare namespace InvalidTargetBranchException {
120
-
121
- const filterSensitiveLog: (obj: InvalidTargetBranchException) => any;
122
- }
123
111
  export interface MergeBranchesByFastForwardInput {
124
112
 
125
113
  repositoryName: string | undefined;
@@ -247,10 +235,6 @@ export interface PullRequestApprovalRulesNotSatisfiedException extends __SmithyE
247
235
 
248
236
  message?: string;
249
237
  }
250
- export declare namespace PullRequestApprovalRulesNotSatisfiedException {
251
-
252
- const filterSensitiveLog: (obj: PullRequestApprovalRulesNotSatisfiedException) => any;
253
- }
254
238
 
255
239
  export interface TipOfSourceReferenceIsDifferentException extends __SmithyException, $MetadataBearer {
256
240
  name: "TipOfSourceReferenceIsDifferentException";
@@ -258,10 +242,6 @@ export interface TipOfSourceReferenceIsDifferentException extends __SmithyExcept
258
242
 
259
243
  message?: string;
260
244
  }
261
- export declare namespace TipOfSourceReferenceIsDifferentException {
262
-
263
- const filterSensitiveLog: (obj: TipOfSourceReferenceIsDifferentException) => any;
264
- }
265
245
  export interface MergePullRequestBySquashInput {
266
246
 
267
247
  pullRequestId: string | undefined;
@@ -337,10 +317,6 @@ export interface InvalidOverrideStatusException extends __SmithyException, $Meta
337
317
 
338
318
  message?: string;
339
319
  }
340
- export declare namespace InvalidOverrideStatusException {
341
-
342
- const filterSensitiveLog: (obj: InvalidOverrideStatusException) => any;
343
- }
344
320
 
345
321
  export interface OverrideAlreadySetException extends __SmithyException, $MetadataBearer {
346
322
  name: "OverrideAlreadySetException";
@@ -348,10 +324,6 @@ export interface OverrideAlreadySetException extends __SmithyException, $Metadat
348
324
 
349
325
  message?: string;
350
326
  }
351
- export declare namespace OverrideAlreadySetException {
352
-
353
- const filterSensitiveLog: (obj: OverrideAlreadySetException) => any;
354
- }
355
327
  export interface OverridePullRequestApprovalRulesInput {
356
328
 
357
329
  pullRequestId: string | undefined;
@@ -371,10 +343,6 @@ export interface OverrideStatusRequiredException extends __SmithyException, $Met
371
343
 
372
344
  message?: string;
373
345
  }
374
- export declare namespace OverrideStatusRequiredException {
375
-
376
- const filterSensitiveLog: (obj: OverrideStatusRequiredException) => any;
377
- }
378
346
 
379
347
  export interface CommentContentRequiredException extends __SmithyException, $MetadataBearer {
380
348
  name: "CommentContentRequiredException";
@@ -382,10 +350,6 @@ export interface CommentContentRequiredException extends __SmithyException, $Met
382
350
 
383
351
  message?: string;
384
352
  }
385
- export declare namespace CommentContentRequiredException {
386
-
387
- const filterSensitiveLog: (obj: CommentContentRequiredException) => any;
388
- }
389
353
 
390
354
  export interface CommentContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
391
355
  name: "CommentContentSizeLimitExceededException";
@@ -393,10 +357,6 @@ export interface CommentContentSizeLimitExceededException extends __SmithyExcept
393
357
 
394
358
  message?: string;
395
359
  }
396
- export declare namespace CommentContentSizeLimitExceededException {
397
-
398
- const filterSensitiveLog: (obj: CommentContentSizeLimitExceededException) => any;
399
- }
400
360
 
401
361
  export interface InvalidFileLocationException extends __SmithyException, $MetadataBearer {
402
362
  name: "InvalidFileLocationException";
@@ -404,10 +364,6 @@ export interface InvalidFileLocationException extends __SmithyException, $Metada
404
364
 
405
365
  message?: string;
406
366
  }
407
- export declare namespace InvalidFileLocationException {
408
-
409
- const filterSensitiveLog: (obj: InvalidFileLocationException) => any;
410
- }
411
367
 
412
368
  export interface InvalidFilePositionException extends __SmithyException, $MetadataBearer {
413
369
  name: "InvalidFilePositionException";
@@ -415,10 +371,6 @@ export interface InvalidFilePositionException extends __SmithyException, $Metada
415
371
 
416
372
  message?: string;
417
373
  }
418
- export declare namespace InvalidFilePositionException {
419
-
420
- const filterSensitiveLog: (obj: InvalidFilePositionException) => any;
421
- }
422
374
 
423
375
  export interface InvalidRelativeFileVersionEnumException extends __SmithyException, $MetadataBearer {
424
376
  name: "InvalidRelativeFileVersionEnumException";
@@ -426,10 +378,6 @@ export interface InvalidRelativeFileVersionEnumException extends __SmithyExcepti
426
378
 
427
379
  message?: string;
428
380
  }
429
- export declare namespace InvalidRelativeFileVersionEnumException {
430
-
431
- const filterSensitiveLog: (obj: InvalidRelativeFileVersionEnumException) => any;
432
- }
433
381
  export interface PostCommentForComparedCommitInput {
434
382
 
435
383
  repositoryName: string | undefined;
@@ -537,10 +485,6 @@ export interface InvalidReactionValueException extends __SmithyException, $Metad
537
485
 
538
486
  message?: string;
539
487
  }
540
- export declare namespace InvalidReactionValueException {
541
-
542
- const filterSensitiveLog: (obj: InvalidReactionValueException) => any;
543
- }
544
488
  export interface PutCommentReactionInput {
545
489
 
546
490
  commentId: string | undefined;
@@ -558,10 +502,6 @@ export interface ReactionLimitExceededException extends __SmithyException, $Meta
558
502
 
559
503
  message?: string;
560
504
  }
561
- export declare namespace ReactionLimitExceededException {
562
-
563
- const filterSensitiveLog: (obj: ReactionLimitExceededException) => any;
564
- }
565
505
 
566
506
  export interface ReactionValueRequiredException extends __SmithyException, $MetadataBearer {
567
507
  name: "ReactionValueRequiredException";
@@ -569,10 +509,6 @@ export interface ReactionValueRequiredException extends __SmithyException, $Meta
569
509
 
570
510
  message?: string;
571
511
  }
572
- export declare namespace ReactionValueRequiredException {
573
-
574
- const filterSensitiveLog: (obj: ReactionValueRequiredException) => any;
575
- }
576
512
 
577
513
  export interface FileContentRequiredException extends __SmithyException, $MetadataBearer {
578
514
  name: "FileContentRequiredException";
@@ -580,10 +516,6 @@ export interface FileContentRequiredException extends __SmithyException, $Metada
580
516
 
581
517
  message?: string;
582
518
  }
583
- export declare namespace FileContentRequiredException {
584
-
585
- const filterSensitiveLog: (obj: FileContentRequiredException) => any;
586
- }
587
519
  export interface PutFileInput {
588
520
 
589
521
  repositoryName: string | undefined;
@@ -627,10 +559,6 @@ export interface SameFileContentException extends __SmithyException, $MetadataBe
627
559
 
628
560
  message?: string;
629
561
  }
630
- export declare namespace SameFileContentException {
631
-
632
- const filterSensitiveLog: (obj: SameFileContentException) => any;
633
- }
634
562
 
635
563
  export interface InvalidRepositoryTriggerBranchNameException extends __SmithyException, $MetadataBearer {
636
564
  name: "InvalidRepositoryTriggerBranchNameException";
@@ -638,10 +566,6 @@ export interface InvalidRepositoryTriggerBranchNameException extends __SmithyExc
638
566
 
639
567
  message?: string;
640
568
  }
641
- export declare namespace InvalidRepositoryTriggerBranchNameException {
642
-
643
- const filterSensitiveLog: (obj: InvalidRepositoryTriggerBranchNameException) => any;
644
- }
645
569
 
646
570
  export interface InvalidRepositoryTriggerCustomDataException extends __SmithyException, $MetadataBearer {
647
571
  name: "InvalidRepositoryTriggerCustomDataException";
@@ -649,10 +573,6 @@ export interface InvalidRepositoryTriggerCustomDataException extends __SmithyExc
649
573
 
650
574
  message?: string;
651
575
  }
652
- export declare namespace InvalidRepositoryTriggerCustomDataException {
653
-
654
- const filterSensitiveLog: (obj: InvalidRepositoryTriggerCustomDataException) => any;
655
- }
656
576
 
657
577
  export interface InvalidRepositoryTriggerDestinationArnException extends __SmithyException, $MetadataBearer {
658
578
  name: "InvalidRepositoryTriggerDestinationArnException";
@@ -660,10 +580,6 @@ export interface InvalidRepositoryTriggerDestinationArnException extends __Smith
660
580
 
661
581
  message?: string;
662
582
  }
663
- export declare namespace InvalidRepositoryTriggerDestinationArnException {
664
-
665
- const filterSensitiveLog: (obj: InvalidRepositoryTriggerDestinationArnException) => any;
666
- }
667
583
 
668
584
  export interface InvalidRepositoryTriggerEventsException extends __SmithyException, $MetadataBearer {
669
585
  name: "InvalidRepositoryTriggerEventsException";
@@ -671,10 +587,6 @@ export interface InvalidRepositoryTriggerEventsException extends __SmithyExcepti
671
587
 
672
588
  message?: string;
673
589
  }
674
- export declare namespace InvalidRepositoryTriggerEventsException {
675
-
676
- const filterSensitiveLog: (obj: InvalidRepositoryTriggerEventsException) => any;
677
- }
678
590
 
679
591
  export interface InvalidRepositoryTriggerNameException extends __SmithyException, $MetadataBearer {
680
592
  name: "InvalidRepositoryTriggerNameException";
@@ -682,10 +594,6 @@ export interface InvalidRepositoryTriggerNameException extends __SmithyException
682
594
 
683
595
  message?: string;
684
596
  }
685
- export declare namespace InvalidRepositoryTriggerNameException {
686
-
687
- const filterSensitiveLog: (obj: InvalidRepositoryTriggerNameException) => any;
688
- }
689
597
 
690
598
  export interface InvalidRepositoryTriggerRegionException extends __SmithyException, $MetadataBearer {
691
599
  name: "InvalidRepositoryTriggerRegionException";
@@ -693,10 +601,6 @@ export interface InvalidRepositoryTriggerRegionException extends __SmithyExcepti
693
601
 
694
602
  message?: string;
695
603
  }
696
- export declare namespace InvalidRepositoryTriggerRegionException {
697
-
698
- const filterSensitiveLog: (obj: InvalidRepositoryTriggerRegionException) => any;
699
- }
700
604
 
701
605
  export interface MaximumBranchesExceededException extends __SmithyException, $MetadataBearer {
702
606
  name: "MaximumBranchesExceededException";
@@ -704,10 +608,6 @@ export interface MaximumBranchesExceededException extends __SmithyException, $Me
704
608
 
705
609
  message?: string;
706
610
  }
707
- export declare namespace MaximumBranchesExceededException {
708
-
709
- const filterSensitiveLog: (obj: MaximumBranchesExceededException) => any;
710
- }
711
611
 
712
612
  export interface MaximumRepositoryTriggersExceededException extends __SmithyException, $MetadataBearer {
713
613
  name: "MaximumRepositoryTriggersExceededException";
@@ -715,10 +615,6 @@ export interface MaximumRepositoryTriggersExceededException extends __SmithyExce
715
615
 
716
616
  message?: string;
717
617
  }
718
- export declare namespace MaximumRepositoryTriggersExceededException {
719
-
720
- const filterSensitiveLog: (obj: MaximumRepositoryTriggersExceededException) => any;
721
- }
722
618
 
723
619
  export interface PutRepositoryTriggersInput {
724
620
 
@@ -746,10 +642,6 @@ export interface RepositoryTriggerBranchNameListRequiredException extends __Smit
746
642
 
747
643
  message?: string;
748
644
  }
749
- export declare namespace RepositoryTriggerBranchNameListRequiredException {
750
-
751
- const filterSensitiveLog: (obj: RepositoryTriggerBranchNameListRequiredException) => any;
752
- }
753
645
 
754
646
  export interface RepositoryTriggerDestinationArnRequiredException extends __SmithyException, $MetadataBearer {
755
647
  name: "RepositoryTriggerDestinationArnRequiredException";
@@ -757,10 +649,6 @@ export interface RepositoryTriggerDestinationArnRequiredException extends __Smit
757
649
 
758
650
  message?: string;
759
651
  }
760
- export declare namespace RepositoryTriggerDestinationArnRequiredException {
761
-
762
- const filterSensitiveLog: (obj: RepositoryTriggerDestinationArnRequiredException) => any;
763
- }
764
652
 
765
653
  export interface RepositoryTriggerEventsListRequiredException extends __SmithyException, $MetadataBearer {
766
654
  name: "RepositoryTriggerEventsListRequiredException";
@@ -768,10 +656,6 @@ export interface RepositoryTriggerEventsListRequiredException extends __SmithyEx
768
656
 
769
657
  message?: string;
770
658
  }
771
- export declare namespace RepositoryTriggerEventsListRequiredException {
772
-
773
- const filterSensitiveLog: (obj: RepositoryTriggerEventsListRequiredException) => any;
774
- }
775
659
 
776
660
  export interface RepositoryTriggerNameRequiredException extends __SmithyException, $MetadataBearer {
777
661
  name: "RepositoryTriggerNameRequiredException";
@@ -779,10 +663,6 @@ export interface RepositoryTriggerNameRequiredException extends __SmithyExceptio
779
663
 
780
664
  message?: string;
781
665
  }
782
- export declare namespace RepositoryTriggerNameRequiredException {
783
-
784
- const filterSensitiveLog: (obj: RepositoryTriggerNameRequiredException) => any;
785
- }
786
666
 
787
667
  export interface RepositoryTriggersListRequiredException extends __SmithyException, $MetadataBearer {
788
668
  name: "RepositoryTriggersListRequiredException";
@@ -790,10 +670,6 @@ export interface RepositoryTriggersListRequiredException extends __SmithyExcepti
790
670
 
791
671
  message?: string;
792
672
  }
793
- export declare namespace RepositoryTriggersListRequiredException {
794
-
795
- const filterSensitiveLog: (obj: RepositoryTriggersListRequiredException) => any;
796
- }
797
673
  export interface TagResourceInput {
798
674
 
799
675
  resourceArn: string | undefined;
@@ -813,10 +689,6 @@ export interface TagsMapRequiredException extends __SmithyException, $MetadataBe
813
689
 
814
690
  message?: string;
815
691
  }
816
- export declare namespace TagsMapRequiredException {
817
-
818
- const filterSensitiveLog: (obj: TagsMapRequiredException) => any;
819
- }
820
692
 
821
693
  export interface TestRepositoryTriggersInput {
822
694
 
@@ -857,10 +729,6 @@ export interface InvalidTagKeysListException extends __SmithyException, $Metadat
857
729
 
858
730
  message?: string;
859
731
  }
860
- export declare namespace InvalidTagKeysListException {
861
-
862
- const filterSensitiveLog: (obj: InvalidTagKeysListException) => any;
863
- }
864
732
 
865
733
  export interface TagKeysListRequiredException extends __SmithyException, $MetadataBearer {
866
734
  name: "TagKeysListRequiredException";
@@ -868,10 +736,6 @@ export interface TagKeysListRequiredException extends __SmithyException, $Metada
868
736
 
869
737
  message?: string;
870
738
  }
871
- export declare namespace TagKeysListRequiredException {
872
-
873
- const filterSensitiveLog: (obj: TagKeysListRequiredException) => any;
874
- }
875
739
  export interface UntagResourceInput {
876
740
 
877
741
  resourceArn: string | undefined;
@@ -889,10 +753,6 @@ export interface InvalidRuleContentSha256Exception extends __SmithyException, $M
889
753
 
890
754
  message?: string;
891
755
  }
892
- export declare namespace InvalidRuleContentSha256Exception {
893
-
894
- const filterSensitiveLog: (obj: InvalidRuleContentSha256Exception) => any;
895
- }
896
756
  export interface UpdateApprovalRuleTemplateContentInput {
897
757
 
898
758
  approvalRuleTemplateName: string | undefined;
@@ -956,10 +816,6 @@ export interface CommentNotCreatedByCallerException extends __SmithyException, $
956
816
 
957
817
  message?: string;
958
818
  }
959
- export declare namespace CommentNotCreatedByCallerException {
960
-
961
- const filterSensitiveLog: (obj: CommentNotCreatedByCallerException) => any;
962
- }
963
819
  export interface UpdateCommentInput {
964
820
 
965
821
  commentId: string | undefined;
@@ -1018,10 +874,6 @@ export interface InvalidApprovalStateException extends __SmithyException, $Metad
1018
874
 
1019
875
  message?: string;
1020
876
  }
1021
- export declare namespace InvalidApprovalStateException {
1022
-
1023
- const filterSensitiveLog: (obj: InvalidApprovalStateException) => any;
1024
- }
1025
877
 
1026
878
  export interface MaximumNumberOfApprovalsExceededException extends __SmithyException, $MetadataBearer {
1027
879
  name: "MaximumNumberOfApprovalsExceededException";
@@ -1029,10 +881,6 @@ export interface MaximumNumberOfApprovalsExceededException extends __SmithyExcep
1029
881
 
1030
882
  message?: string;
1031
883
  }
1032
- export declare namespace MaximumNumberOfApprovalsExceededException {
1033
-
1034
- const filterSensitiveLog: (obj: MaximumNumberOfApprovalsExceededException) => any;
1035
- }
1036
884
 
1037
885
  export interface PullRequestCannotBeApprovedByAuthorException extends __SmithyException, $MetadataBearer {
1038
886
  name: "PullRequestCannotBeApprovedByAuthorException";
@@ -1040,10 +888,6 @@ export interface PullRequestCannotBeApprovedByAuthorException extends __SmithyEx
1040
888
 
1041
889
  message?: string;
1042
890
  }
1043
- export declare namespace PullRequestCannotBeApprovedByAuthorException {
1044
-
1045
- const filterSensitiveLog: (obj: PullRequestCannotBeApprovedByAuthorException) => any;
1046
- }
1047
891
  export interface UpdatePullRequestApprovalStateInput {
1048
892
 
1049
893
  pullRequestId: string | undefined;
@@ -1081,10 +925,6 @@ export interface InvalidPullRequestStatusUpdateException extends __SmithyExcepti
1081
925
 
1082
926
  message?: string;
1083
927
  }
1084
- export declare namespace InvalidPullRequestStatusUpdateException {
1085
-
1086
- const filterSensitiveLog: (obj: InvalidPullRequestStatusUpdateException) => any;
1087
- }
1088
928
 
1089
929
  export interface PullRequestStatusRequiredException extends __SmithyException, $MetadataBearer {
1090
930
  name: "PullRequestStatusRequiredException";
@@ -1092,10 +932,6 @@ export interface PullRequestStatusRequiredException extends __SmithyException, $
1092
932
 
1093
933
  message?: string;
1094
934
  }
1095
- export declare namespace PullRequestStatusRequiredException {
1096
-
1097
- const filterSensitiveLog: (obj: PullRequestStatusRequiredException) => any;
1098
- }
1099
935
  export interface UpdatePullRequestStatusInput {
1100
936
 
1101
937
  pullRequestId: string | undefined;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CodeCommitClientConfig } from "./CodeCommitClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CodeCommitClientConfig } from "./CodeCommitClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,17 +1,15 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecommit",
3
3
  "description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
4
- "version": "3.46.0",
4
+ "version": "3.48.0",
5
5
  "scripts": {
6
- "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
8
  "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "yarn clean:dist && yarn clean:docs",
13
- "clean:dist": "rimraf ./dist-*",
14
- "clean:docs": "rimraf ./docs"
12
+ "clean": "rimraf ./dist-*"
15
13
  },
16
14
  "main": "./dist-cjs/index.js",
17
15
  "types": "./dist-types/index.d.ts",
@@ -20,39 +18,41 @@
20
18
  "dependencies": {
21
19
  "@aws-crypto/sha256-browser": "2.0.0",
22
20
  "@aws-crypto/sha256-js": "2.0.0",
23
- "@aws-sdk/client-sts": "3.46.0",
24
- "@aws-sdk/config-resolver": "3.46.0",
25
- "@aws-sdk/credential-provider-node": "3.46.0",
26
- "@aws-sdk/fetch-http-handler": "3.46.0",
27
- "@aws-sdk/hash-node": "3.46.0",
28
- "@aws-sdk/invalid-dependency": "3.46.0",
29
- "@aws-sdk/middleware-content-length": "3.46.0",
30
- "@aws-sdk/middleware-host-header": "3.46.0",
31
- "@aws-sdk/middleware-logger": "3.46.0",
32
- "@aws-sdk/middleware-retry": "3.46.0",
33
- "@aws-sdk/middleware-serde": "3.46.0",
34
- "@aws-sdk/middleware-signing": "3.46.0",
35
- "@aws-sdk/middleware-stack": "3.46.0",
36
- "@aws-sdk/middleware-user-agent": "3.46.0",
37
- "@aws-sdk/node-config-provider": "3.46.0",
38
- "@aws-sdk/node-http-handler": "3.46.0",
39
- "@aws-sdk/protocol-http": "3.46.0",
40
- "@aws-sdk/smithy-client": "3.46.0",
41
- "@aws-sdk/types": "3.46.0",
42
- "@aws-sdk/url-parser": "3.46.0",
43
- "@aws-sdk/util-base64-browser": "3.46.0",
44
- "@aws-sdk/util-base64-node": "3.46.0",
45
- "@aws-sdk/util-body-length-browser": "3.46.0",
46
- "@aws-sdk/util-body-length-node": "3.46.0",
47
- "@aws-sdk/util-user-agent-browser": "3.46.0",
48
- "@aws-sdk/util-user-agent-node": "3.46.0",
49
- "@aws-sdk/util-utf8-browser": "3.46.0",
50
- "@aws-sdk/util-utf8-node": "3.46.0",
21
+ "@aws-sdk/client-sts": "3.48.0",
22
+ "@aws-sdk/config-resolver": "3.47.2",
23
+ "@aws-sdk/credential-provider-node": "3.48.0",
24
+ "@aws-sdk/fetch-http-handler": "3.47.2",
25
+ "@aws-sdk/hash-node": "3.47.2",
26
+ "@aws-sdk/invalid-dependency": "3.47.2",
27
+ "@aws-sdk/middleware-content-length": "3.47.2",
28
+ "@aws-sdk/middleware-host-header": "3.47.2",
29
+ "@aws-sdk/middleware-logger": "3.47.2",
30
+ "@aws-sdk/middleware-retry": "3.47.2",
31
+ "@aws-sdk/middleware-serde": "3.47.2",
32
+ "@aws-sdk/middleware-signing": "3.47.2",
33
+ "@aws-sdk/middleware-stack": "3.47.2",
34
+ "@aws-sdk/middleware-user-agent": "3.47.2",
35
+ "@aws-sdk/node-config-provider": "3.47.2",
36
+ "@aws-sdk/node-http-handler": "3.47.2",
37
+ "@aws-sdk/protocol-http": "3.47.2",
38
+ "@aws-sdk/smithy-client": "3.47.2",
39
+ "@aws-sdk/types": "3.47.1",
40
+ "@aws-sdk/url-parser": "3.47.2",
41
+ "@aws-sdk/util-base64-browser": "3.47.1",
42
+ "@aws-sdk/util-base64-node": "3.47.2",
43
+ "@aws-sdk/util-body-length-browser": "3.47.1",
44
+ "@aws-sdk/util-body-length-node": "3.47.1",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.47.2",
46
+ "@aws-sdk/util-defaults-mode-node": "3.47.2",
47
+ "@aws-sdk/util-user-agent-browser": "3.47.2",
48
+ "@aws-sdk/util-user-agent-node": "3.47.2",
49
+ "@aws-sdk/util-utf8-browser": "3.47.1",
50
+ "@aws-sdk/util-utf8-node": "3.47.2",
51
51
  "tslib": "^2.3.0",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.46.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.47.1",
56
56
  "@types/node": "^12.7.5",
57
57
  "@types/uuid": "^8.3.0"
58
58
  },