@aws-sdk/client-codecommit 3.52.0 → 3.53.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/CodeCommitServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1879 -4
- package/dist-cjs/models/models_1.js +536 -2
- package/dist-cjs/protocols/Aws_json1_1.js +2014 -8154
- package/dist-es/index.js +1 -0
- package/dist-es/models/CodeCommitServiceException.js +12 -0
- package/dist-es/models/models_0.js +1730 -1
- package/dist-es/models/models_1.js +494 -1
- package/dist-es/protocols/Aws_json1_1.js +3704 -8096
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/CodeCommitServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +722 -721
- package/dist-types/models/models_1.d.ts +207 -206
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +578 -577
- package/dist-types/ts3.4/models/models_1.d.ts +166 -165
- package/package.json +25 -25
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
2
3
|
import { ApprovalRule, ApprovalRuleTemplate, ApprovalState, Comment, ConflictDetailLevelTypeEnum, ConflictResolution, ConflictResolutionStrategyTypeEnum, FileModeTypeEnum, Location, OverrideStatus, PullRequest, PullRequestStatusEnum, RepositoryTrigger } from "./models_0";
|
|
3
4
|
export declare enum OrderEnum {
|
|
4
5
|
ASCENDING = "ascending",
|
|
@@ -66,11 +67,11 @@ export declare namespace ListRepositoriesForApprovalRuleTemplateOutput {
|
|
|
66
67
|
const filterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateOutput) => any;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
|
-
export
|
|
70
|
-
name: "InvalidResourceArnException";
|
|
71
|
-
$fault: "client";
|
|
70
|
+
export declare class InvalidResourceArnException extends __BaseException {
|
|
71
|
+
readonly name: "InvalidResourceArnException";
|
|
72
|
+
readonly $fault: "client";
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>);
|
|
74
75
|
}
|
|
75
76
|
export interface ListTagsForResourceInput {
|
|
76
77
|
|
|
@@ -95,18 +96,18 @@ export declare namespace ListTagsForResourceOutput {
|
|
|
95
96
|
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
export
|
|
99
|
-
name: "ResourceArnRequiredException";
|
|
100
|
-
$fault: "client";
|
|
99
|
+
export declare class ResourceArnRequiredException extends __BaseException {
|
|
100
|
+
readonly name: "ResourceArnRequiredException";
|
|
101
|
+
readonly $fault: "client";
|
|
101
102
|
|
|
102
|
-
|
|
103
|
+
constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
|
|
103
104
|
}
|
|
104
105
|
|
|
105
|
-
export
|
|
106
|
-
name: "InvalidTargetBranchException";
|
|
107
|
-
$fault: "client";
|
|
106
|
+
export declare class InvalidTargetBranchException extends __BaseException {
|
|
107
|
+
readonly name: "InvalidTargetBranchException";
|
|
108
|
+
readonly $fault: "client";
|
|
108
109
|
|
|
109
|
-
|
|
110
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>);
|
|
110
111
|
}
|
|
111
112
|
export interface MergeBranchesByFastForwardInput {
|
|
112
113
|
|
|
@@ -229,18 +230,18 @@ export declare namespace MergePullRequestByFastForwardOutput {
|
|
|
229
230
|
const filterSensitiveLog: (obj: MergePullRequestByFastForwardOutput) => any;
|
|
230
231
|
}
|
|
231
232
|
|
|
232
|
-
export
|
|
233
|
-
name: "PullRequestApprovalRulesNotSatisfiedException";
|
|
234
|
-
$fault: "client";
|
|
233
|
+
export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
234
|
+
readonly name: "PullRequestApprovalRulesNotSatisfiedException";
|
|
235
|
+
readonly $fault: "client";
|
|
235
236
|
|
|
236
|
-
|
|
237
|
+
constructor(opts: __ExceptionOptionType<PullRequestApprovalRulesNotSatisfiedException, __BaseException>);
|
|
237
238
|
}
|
|
238
239
|
|
|
239
|
-
export
|
|
240
|
-
name: "TipOfSourceReferenceIsDifferentException";
|
|
241
|
-
$fault: "client";
|
|
240
|
+
export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
241
|
+
readonly name: "TipOfSourceReferenceIsDifferentException";
|
|
242
|
+
readonly $fault: "client";
|
|
242
243
|
|
|
243
|
-
|
|
244
|
+
constructor(opts: __ExceptionOptionType<TipOfSourceReferenceIsDifferentException, __BaseException>);
|
|
244
245
|
}
|
|
245
246
|
export interface MergePullRequestBySquashInput {
|
|
246
247
|
|
|
@@ -311,18 +312,18 @@ export declare namespace MergePullRequestByThreeWayOutput {
|
|
|
311
312
|
const filterSensitiveLog: (obj: MergePullRequestByThreeWayOutput) => any;
|
|
312
313
|
}
|
|
313
314
|
|
|
314
|
-
export
|
|
315
|
-
name: "InvalidOverrideStatusException";
|
|
316
|
-
$fault: "client";
|
|
315
|
+
export declare class InvalidOverrideStatusException extends __BaseException {
|
|
316
|
+
readonly name: "InvalidOverrideStatusException";
|
|
317
|
+
readonly $fault: "client";
|
|
317
318
|
|
|
318
|
-
|
|
319
|
+
constructor(opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>);
|
|
319
320
|
}
|
|
320
321
|
|
|
321
|
-
export
|
|
322
|
-
name: "OverrideAlreadySetException";
|
|
323
|
-
$fault: "client";
|
|
322
|
+
export declare class OverrideAlreadySetException extends __BaseException {
|
|
323
|
+
readonly name: "OverrideAlreadySetException";
|
|
324
|
+
readonly $fault: "client";
|
|
324
325
|
|
|
325
|
-
|
|
326
|
+
constructor(opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>);
|
|
326
327
|
}
|
|
327
328
|
export interface OverridePullRequestApprovalRulesInput {
|
|
328
329
|
|
|
@@ -337,46 +338,46 @@ export declare namespace OverridePullRequestApprovalRulesInput {
|
|
|
337
338
|
const filterSensitiveLog: (obj: OverridePullRequestApprovalRulesInput) => any;
|
|
338
339
|
}
|
|
339
340
|
|
|
340
|
-
export
|
|
341
|
-
name: "OverrideStatusRequiredException";
|
|
342
|
-
$fault: "client";
|
|
341
|
+
export declare class OverrideStatusRequiredException extends __BaseException {
|
|
342
|
+
readonly name: "OverrideStatusRequiredException";
|
|
343
|
+
readonly $fault: "client";
|
|
343
344
|
|
|
344
|
-
|
|
345
|
+
constructor(opts: __ExceptionOptionType<OverrideStatusRequiredException, __BaseException>);
|
|
345
346
|
}
|
|
346
347
|
|
|
347
|
-
export
|
|
348
|
-
name: "CommentContentRequiredException";
|
|
349
|
-
$fault: "client";
|
|
348
|
+
export declare class CommentContentRequiredException extends __BaseException {
|
|
349
|
+
readonly name: "CommentContentRequiredException";
|
|
350
|
+
readonly $fault: "client";
|
|
350
351
|
|
|
351
|
-
|
|
352
|
+
constructor(opts: __ExceptionOptionType<CommentContentRequiredException, __BaseException>);
|
|
352
353
|
}
|
|
353
354
|
|
|
354
|
-
export
|
|
355
|
-
name: "CommentContentSizeLimitExceededException";
|
|
356
|
-
$fault: "client";
|
|
355
|
+
export declare class CommentContentSizeLimitExceededException extends __BaseException {
|
|
356
|
+
readonly name: "CommentContentSizeLimitExceededException";
|
|
357
|
+
readonly $fault: "client";
|
|
357
358
|
|
|
358
|
-
|
|
359
|
+
constructor(opts: __ExceptionOptionType<CommentContentSizeLimitExceededException, __BaseException>);
|
|
359
360
|
}
|
|
360
361
|
|
|
361
|
-
export
|
|
362
|
-
name: "InvalidFileLocationException";
|
|
363
|
-
$fault: "client";
|
|
362
|
+
export declare class InvalidFileLocationException extends __BaseException {
|
|
363
|
+
readonly name: "InvalidFileLocationException";
|
|
364
|
+
readonly $fault: "client";
|
|
364
365
|
|
|
365
|
-
|
|
366
|
+
constructor(opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>);
|
|
366
367
|
}
|
|
367
368
|
|
|
368
|
-
export
|
|
369
|
-
name: "InvalidFilePositionException";
|
|
370
|
-
$fault: "client";
|
|
369
|
+
export declare class InvalidFilePositionException extends __BaseException {
|
|
370
|
+
readonly name: "InvalidFilePositionException";
|
|
371
|
+
readonly $fault: "client";
|
|
371
372
|
|
|
372
|
-
|
|
373
|
+
constructor(opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>);
|
|
373
374
|
}
|
|
374
375
|
|
|
375
|
-
export
|
|
376
|
-
name: "InvalidRelativeFileVersionEnumException";
|
|
377
|
-
$fault: "client";
|
|
376
|
+
export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
377
|
+
readonly name: "InvalidRelativeFileVersionEnumException";
|
|
378
|
+
readonly $fault: "client";
|
|
378
379
|
|
|
379
|
-
|
|
380
|
+
constructor(opts: __ExceptionOptionType<InvalidRelativeFileVersionEnumException, __BaseException>);
|
|
380
381
|
}
|
|
381
382
|
export interface PostCommentForComparedCommitInput {
|
|
382
383
|
|
|
@@ -479,11 +480,11 @@ export declare namespace PostCommentReplyOutput {
|
|
|
479
480
|
const filterSensitiveLog: (obj: PostCommentReplyOutput) => any;
|
|
480
481
|
}
|
|
481
482
|
|
|
482
|
-
export
|
|
483
|
-
name: "InvalidReactionValueException";
|
|
484
|
-
$fault: "client";
|
|
483
|
+
export declare class InvalidReactionValueException extends __BaseException {
|
|
484
|
+
readonly name: "InvalidReactionValueException";
|
|
485
|
+
readonly $fault: "client";
|
|
485
486
|
|
|
486
|
-
|
|
487
|
+
constructor(opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>);
|
|
487
488
|
}
|
|
488
489
|
export interface PutCommentReactionInput {
|
|
489
490
|
|
|
@@ -496,25 +497,25 @@ export declare namespace PutCommentReactionInput {
|
|
|
496
497
|
const filterSensitiveLog: (obj: PutCommentReactionInput) => any;
|
|
497
498
|
}
|
|
498
499
|
|
|
499
|
-
export
|
|
500
|
-
name: "ReactionLimitExceededException";
|
|
501
|
-
$fault: "client";
|
|
500
|
+
export declare class ReactionLimitExceededException extends __BaseException {
|
|
501
|
+
readonly name: "ReactionLimitExceededException";
|
|
502
|
+
readonly $fault: "client";
|
|
502
503
|
|
|
503
|
-
|
|
504
|
+
constructor(opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>);
|
|
504
505
|
}
|
|
505
506
|
|
|
506
|
-
export
|
|
507
|
-
name: "ReactionValueRequiredException";
|
|
508
|
-
$fault: "client";
|
|
507
|
+
export declare class ReactionValueRequiredException extends __BaseException {
|
|
508
|
+
readonly name: "ReactionValueRequiredException";
|
|
509
|
+
readonly $fault: "client";
|
|
509
510
|
|
|
510
|
-
|
|
511
|
+
constructor(opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>);
|
|
511
512
|
}
|
|
512
513
|
|
|
513
|
-
export
|
|
514
|
-
name: "FileContentRequiredException";
|
|
515
|
-
$fault: "client";
|
|
514
|
+
export declare class FileContentRequiredException extends __BaseException {
|
|
515
|
+
readonly name: "FileContentRequiredException";
|
|
516
|
+
readonly $fault: "client";
|
|
516
517
|
|
|
517
|
-
|
|
518
|
+
constructor(opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>);
|
|
518
519
|
}
|
|
519
520
|
export interface PutFileInput {
|
|
520
521
|
|
|
@@ -553,67 +554,67 @@ export declare namespace PutFileOutput {
|
|
|
553
554
|
const filterSensitiveLog: (obj: PutFileOutput) => any;
|
|
554
555
|
}
|
|
555
556
|
|
|
556
|
-
export
|
|
557
|
-
name: "SameFileContentException";
|
|
558
|
-
$fault: "client";
|
|
557
|
+
export declare class SameFileContentException extends __BaseException {
|
|
558
|
+
readonly name: "SameFileContentException";
|
|
559
|
+
readonly $fault: "client";
|
|
559
560
|
|
|
560
|
-
|
|
561
|
+
constructor(opts: __ExceptionOptionType<SameFileContentException, __BaseException>);
|
|
561
562
|
}
|
|
562
563
|
|
|
563
|
-
export
|
|
564
|
-
name: "InvalidRepositoryTriggerBranchNameException";
|
|
565
|
-
$fault: "client";
|
|
564
|
+
export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
565
|
+
readonly name: "InvalidRepositoryTriggerBranchNameException";
|
|
566
|
+
readonly $fault: "client";
|
|
566
567
|
|
|
567
|
-
|
|
568
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerBranchNameException, __BaseException>);
|
|
568
569
|
}
|
|
569
570
|
|
|
570
|
-
export
|
|
571
|
-
name: "InvalidRepositoryTriggerCustomDataException";
|
|
572
|
-
$fault: "client";
|
|
571
|
+
export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
572
|
+
readonly name: "InvalidRepositoryTriggerCustomDataException";
|
|
573
|
+
readonly $fault: "client";
|
|
573
574
|
|
|
574
|
-
|
|
575
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerCustomDataException, __BaseException>);
|
|
575
576
|
}
|
|
576
577
|
|
|
577
|
-
export
|
|
578
|
-
name: "InvalidRepositoryTriggerDestinationArnException";
|
|
579
|
-
$fault: "client";
|
|
578
|
+
export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
579
|
+
readonly name: "InvalidRepositoryTriggerDestinationArnException";
|
|
580
|
+
readonly $fault: "client";
|
|
580
581
|
|
|
581
|
-
|
|
582
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerDestinationArnException, __BaseException>);
|
|
582
583
|
}
|
|
583
584
|
|
|
584
|
-
export
|
|
585
|
-
name: "InvalidRepositoryTriggerEventsException";
|
|
586
|
-
$fault: "client";
|
|
585
|
+
export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
586
|
+
readonly name: "InvalidRepositoryTriggerEventsException";
|
|
587
|
+
readonly $fault: "client";
|
|
587
588
|
|
|
588
|
-
|
|
589
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerEventsException, __BaseException>);
|
|
589
590
|
}
|
|
590
591
|
|
|
591
|
-
export
|
|
592
|
-
name: "InvalidRepositoryTriggerNameException";
|
|
593
|
-
$fault: "client";
|
|
592
|
+
export declare class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
593
|
+
readonly name: "InvalidRepositoryTriggerNameException";
|
|
594
|
+
readonly $fault: "client";
|
|
594
595
|
|
|
595
|
-
|
|
596
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerNameException, __BaseException>);
|
|
596
597
|
}
|
|
597
598
|
|
|
598
|
-
export
|
|
599
|
-
name: "InvalidRepositoryTriggerRegionException";
|
|
600
|
-
$fault: "client";
|
|
599
|
+
export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
600
|
+
readonly name: "InvalidRepositoryTriggerRegionException";
|
|
601
|
+
readonly $fault: "client";
|
|
601
602
|
|
|
602
|
-
|
|
603
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerRegionException, __BaseException>);
|
|
603
604
|
}
|
|
604
605
|
|
|
605
|
-
export
|
|
606
|
-
name: "MaximumBranchesExceededException";
|
|
607
|
-
$fault: "client";
|
|
606
|
+
export declare class MaximumBranchesExceededException extends __BaseException {
|
|
607
|
+
readonly name: "MaximumBranchesExceededException";
|
|
608
|
+
readonly $fault: "client";
|
|
608
609
|
|
|
609
|
-
|
|
610
|
+
constructor(opts: __ExceptionOptionType<MaximumBranchesExceededException, __BaseException>);
|
|
610
611
|
}
|
|
611
612
|
|
|
612
|
-
export
|
|
613
|
-
name: "MaximumRepositoryTriggersExceededException";
|
|
614
|
-
$fault: "client";
|
|
613
|
+
export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
614
|
+
readonly name: "MaximumRepositoryTriggersExceededException";
|
|
615
|
+
readonly $fault: "client";
|
|
615
616
|
|
|
616
|
-
|
|
617
|
+
constructor(opts: __ExceptionOptionType<MaximumRepositoryTriggersExceededException, __BaseException>);
|
|
617
618
|
}
|
|
618
619
|
|
|
619
620
|
export interface PutRepositoryTriggersInput {
|
|
@@ -636,39 +637,39 @@ export declare namespace PutRepositoryTriggersOutput {
|
|
|
636
637
|
const filterSensitiveLog: (obj: PutRepositoryTriggersOutput) => any;
|
|
637
638
|
}
|
|
638
639
|
|
|
639
|
-
export
|
|
640
|
-
name: "RepositoryTriggerBranchNameListRequiredException";
|
|
641
|
-
$fault: "client";
|
|
640
|
+
export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
641
|
+
readonly name: "RepositoryTriggerBranchNameListRequiredException";
|
|
642
|
+
readonly $fault: "client";
|
|
642
643
|
|
|
643
|
-
|
|
644
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerBranchNameListRequiredException, __BaseException>);
|
|
644
645
|
}
|
|
645
646
|
|
|
646
|
-
export
|
|
647
|
-
name: "RepositoryTriggerDestinationArnRequiredException";
|
|
648
|
-
$fault: "client";
|
|
647
|
+
export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
648
|
+
readonly name: "RepositoryTriggerDestinationArnRequiredException";
|
|
649
|
+
readonly $fault: "client";
|
|
649
650
|
|
|
650
|
-
|
|
651
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerDestinationArnRequiredException, __BaseException>);
|
|
651
652
|
}
|
|
652
653
|
|
|
653
|
-
export
|
|
654
|
-
name: "RepositoryTriggerEventsListRequiredException";
|
|
655
|
-
$fault: "client";
|
|
654
|
+
export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
655
|
+
readonly name: "RepositoryTriggerEventsListRequiredException";
|
|
656
|
+
readonly $fault: "client";
|
|
656
657
|
|
|
657
|
-
|
|
658
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerEventsListRequiredException, __BaseException>);
|
|
658
659
|
}
|
|
659
660
|
|
|
660
|
-
export
|
|
661
|
-
name: "RepositoryTriggerNameRequiredException";
|
|
662
|
-
$fault: "client";
|
|
661
|
+
export declare class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
662
|
+
readonly name: "RepositoryTriggerNameRequiredException";
|
|
663
|
+
readonly $fault: "client";
|
|
663
664
|
|
|
664
|
-
|
|
665
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerNameRequiredException, __BaseException>);
|
|
665
666
|
}
|
|
666
667
|
|
|
667
|
-
export
|
|
668
|
-
name: "RepositoryTriggersListRequiredException";
|
|
669
|
-
$fault: "client";
|
|
668
|
+
export declare class RepositoryTriggersListRequiredException extends __BaseException {
|
|
669
|
+
readonly name: "RepositoryTriggersListRequiredException";
|
|
670
|
+
readonly $fault: "client";
|
|
670
671
|
|
|
671
|
-
|
|
672
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggersListRequiredException, __BaseException>);
|
|
672
673
|
}
|
|
673
674
|
export interface TagResourceInput {
|
|
674
675
|
|
|
@@ -683,11 +684,11 @@ export declare namespace TagResourceInput {
|
|
|
683
684
|
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
684
685
|
}
|
|
685
686
|
|
|
686
|
-
export
|
|
687
|
-
name: "TagsMapRequiredException";
|
|
688
|
-
$fault: "client";
|
|
687
|
+
export declare class TagsMapRequiredException extends __BaseException {
|
|
688
|
+
readonly name: "TagsMapRequiredException";
|
|
689
|
+
readonly $fault: "client";
|
|
689
690
|
|
|
690
|
-
|
|
691
|
+
constructor(opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>);
|
|
691
692
|
}
|
|
692
693
|
|
|
693
694
|
export interface TestRepositoryTriggersInput {
|
|
@@ -723,18 +724,18 @@ export declare namespace TestRepositoryTriggersOutput {
|
|
|
723
724
|
const filterSensitiveLog: (obj: TestRepositoryTriggersOutput) => any;
|
|
724
725
|
}
|
|
725
726
|
|
|
726
|
-
export
|
|
727
|
-
name: "InvalidTagKeysListException";
|
|
728
|
-
$fault: "client";
|
|
727
|
+
export declare class InvalidTagKeysListException extends __BaseException {
|
|
728
|
+
readonly name: "InvalidTagKeysListException";
|
|
729
|
+
readonly $fault: "client";
|
|
729
730
|
|
|
730
|
-
|
|
731
|
+
constructor(opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>);
|
|
731
732
|
}
|
|
732
733
|
|
|
733
|
-
export
|
|
734
|
-
name: "TagKeysListRequiredException";
|
|
735
|
-
$fault: "client";
|
|
734
|
+
export declare class TagKeysListRequiredException extends __BaseException {
|
|
735
|
+
readonly name: "TagKeysListRequiredException";
|
|
736
|
+
readonly $fault: "client";
|
|
736
737
|
|
|
737
|
-
|
|
738
|
+
constructor(opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>);
|
|
738
739
|
}
|
|
739
740
|
export interface UntagResourceInput {
|
|
740
741
|
|
|
@@ -747,11 +748,11 @@ export declare namespace UntagResourceInput {
|
|
|
747
748
|
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
748
749
|
}
|
|
749
750
|
|
|
750
|
-
export
|
|
751
|
-
name: "InvalidRuleContentSha256Exception";
|
|
752
|
-
$fault: "client";
|
|
751
|
+
export declare class InvalidRuleContentSha256Exception extends __BaseException {
|
|
752
|
+
readonly name: "InvalidRuleContentSha256Exception";
|
|
753
|
+
readonly $fault: "client";
|
|
753
754
|
|
|
754
|
-
|
|
755
|
+
constructor(opts: __ExceptionOptionType<InvalidRuleContentSha256Exception, __BaseException>);
|
|
755
756
|
}
|
|
756
757
|
export interface UpdateApprovalRuleTemplateContentInput {
|
|
757
758
|
|
|
@@ -810,11 +811,11 @@ export declare namespace UpdateApprovalRuleTemplateNameOutput {
|
|
|
810
811
|
const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameOutput) => any;
|
|
811
812
|
}
|
|
812
813
|
|
|
813
|
-
export
|
|
814
|
-
name: "CommentNotCreatedByCallerException";
|
|
815
|
-
$fault: "client";
|
|
814
|
+
export declare class CommentNotCreatedByCallerException extends __BaseException {
|
|
815
|
+
readonly name: "CommentNotCreatedByCallerException";
|
|
816
|
+
readonly $fault: "client";
|
|
816
817
|
|
|
817
|
-
|
|
818
|
+
constructor(opts: __ExceptionOptionType<CommentNotCreatedByCallerException, __BaseException>);
|
|
818
819
|
}
|
|
819
820
|
export interface UpdateCommentInput {
|
|
820
821
|
|
|
@@ -868,25 +869,25 @@ export declare namespace UpdatePullRequestApprovalRuleContentOutput {
|
|
|
868
869
|
const filterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentOutput) => any;
|
|
869
870
|
}
|
|
870
871
|
|
|
871
|
-
export
|
|
872
|
-
name: "InvalidApprovalStateException";
|
|
873
|
-
$fault: "client";
|
|
872
|
+
export declare class InvalidApprovalStateException extends __BaseException {
|
|
873
|
+
readonly name: "InvalidApprovalStateException";
|
|
874
|
+
readonly $fault: "client";
|
|
874
875
|
|
|
875
|
-
|
|
876
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>);
|
|
876
877
|
}
|
|
877
878
|
|
|
878
|
-
export
|
|
879
|
-
name: "MaximumNumberOfApprovalsExceededException";
|
|
880
|
-
$fault: "client";
|
|
879
|
+
export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
880
|
+
readonly name: "MaximumNumberOfApprovalsExceededException";
|
|
881
|
+
readonly $fault: "client";
|
|
881
882
|
|
|
882
|
-
|
|
883
|
+
constructor(opts: __ExceptionOptionType<MaximumNumberOfApprovalsExceededException, __BaseException>);
|
|
883
884
|
}
|
|
884
885
|
|
|
885
|
-
export
|
|
886
|
-
name: "PullRequestCannotBeApprovedByAuthorException";
|
|
887
|
-
$fault: "client";
|
|
886
|
+
export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
887
|
+
readonly name: "PullRequestCannotBeApprovedByAuthorException";
|
|
888
|
+
readonly $fault: "client";
|
|
888
889
|
|
|
889
|
-
|
|
890
|
+
constructor(opts: __ExceptionOptionType<PullRequestCannotBeApprovedByAuthorException, __BaseException>);
|
|
890
891
|
}
|
|
891
892
|
export interface UpdatePullRequestApprovalStateInput {
|
|
892
893
|
|
|
@@ -919,18 +920,18 @@ export declare namespace UpdatePullRequestDescriptionOutput {
|
|
|
919
920
|
const filterSensitiveLog: (obj: UpdatePullRequestDescriptionOutput) => any;
|
|
920
921
|
}
|
|
921
922
|
|
|
922
|
-
export
|
|
923
|
-
name: "InvalidPullRequestStatusUpdateException";
|
|
924
|
-
$fault: "client";
|
|
923
|
+
export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
924
|
+
readonly name: "InvalidPullRequestStatusUpdateException";
|
|
925
|
+
readonly $fault: "client";
|
|
925
926
|
|
|
926
|
-
|
|
927
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusUpdateException, __BaseException>);
|
|
927
928
|
}
|
|
928
929
|
|
|
929
|
-
export
|
|
930
|
-
name: "PullRequestStatusRequiredException";
|
|
931
|
-
$fault: "client";
|
|
930
|
+
export declare class PullRequestStatusRequiredException extends __BaseException {
|
|
931
|
+
readonly name: "PullRequestStatusRequiredException";
|
|
932
|
+
readonly $fault: "client";
|
|
932
933
|
|
|
933
|
-
|
|
934
|
+
constructor(opts: __ExceptionOptionType<PullRequestStatusRequiredException, __BaseException>);
|
|
934
935
|
}
|
|
935
936
|
export interface UpdatePullRequestStatusInput {
|
|
936
937
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0",
|