@aws-sdk/client-codecommit 3.45.0 → 3.47.2
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.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +4 -870
- package/dist-cjs/models/models_1.js +2 -248
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -576
- package/dist-es/models/models_1.js +0 -164
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/CodeCommitClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -864
- package/dist-types/models/models_1.d.ts +0 -246
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CodeCommitClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -576
- package/dist-types/ts3.4/models/models_1.d.ts +0 -164
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -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) |
|
|
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/
|
|
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) |
|
|
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,18 +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.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,50 +18,46 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
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",
|
|
52
51
|
"tslib": "^2.3.0",
|
|
53
52
|
"uuid": "^8.3.2"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
57
56
|
"@types/node": "^12.7.5",
|
|
58
|
-
"@types/uuid": "^8.3.0"
|
|
59
|
-
"downlevel-dts": "0.7.0",
|
|
60
|
-
"jest": "^26.1.0",
|
|
61
|
-
"rimraf": "^3.0.0",
|
|
62
|
-
"ts-jest": "^26.4.1",
|
|
63
|
-
"typedoc": "^0.19.2",
|
|
64
|
-
"typescript": "~4.3.5"
|
|
57
|
+
"@types/uuid": "^8.3.0"
|
|
65
58
|
},
|
|
66
59
|
"engines": {
|
|
67
|
-
"node": ">=
|
|
60
|
+
"node": ">=12.0.0"
|
|
68
61
|
},
|
|
69
62
|
"typesVersions": {
|
|
70
63
|
"<4.0": {
|