@aws-sdk/client-codecommit 3.957.0 → 3.958.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/README.md +1 -85
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1971 -1447
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1971 -1447
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript CodeCommit Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>CodeCommit</fullname>
|
|
10
|
-
|
|
11
10
|
<p>This is the <i>CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
|
|
12
11
|
CodeCommit API along with usage examples.</p>
|
|
13
12
|
<p>You can use the CodeCommit API to work with the following objects:</p>
|
|
@@ -395,10 +394,8 @@ by sending data to the trigger target.</p>
|
|
|
395
394
|
<p>For information about how to use CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit User Guide</a>.</p>
|
|
396
395
|
|
|
397
396
|
## Installing
|
|
398
|
-
|
|
399
397
|
To install this package, simply type add or install @aws-sdk/client-codecommit
|
|
400
398
|
using your favorite package manager:
|
|
401
|
-
|
|
402
399
|
- `npm install @aws-sdk/client-codecommit`
|
|
403
400
|
- `yarn add @aws-sdk/client-codecommit`
|
|
404
401
|
- `pnpm add @aws-sdk/client-codecommit`
|
|
@@ -434,9 +431,7 @@ To send a request, you:
|
|
|
434
431
|
// a client can be shared by different commands.
|
|
435
432
|
const client = new CodeCommitClient({ region: "REGION" });
|
|
436
433
|
|
|
437
|
-
const params = {
|
|
438
|
-
/** input parameters */
|
|
439
|
-
};
|
|
434
|
+
const params = { /** input parameters */ };
|
|
440
435
|
const command = new ListRepositoriesCommand(params);
|
|
441
436
|
```
|
|
442
437
|
|
|
@@ -595,7 +590,6 @@ AssociateApprovalRuleTemplateWithRepository
|
|
|
595
590
|
</summary>
|
|
596
591
|
|
|
597
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/AssociateApprovalRuleTemplateWithRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/AssociateApprovalRuleTemplateWithRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/AssociateApprovalRuleTemplateWithRepositoryCommandOutput/)
|
|
598
|
-
|
|
599
593
|
</details>
|
|
600
594
|
<details>
|
|
601
595
|
<summary>
|
|
@@ -603,7 +597,6 @@ BatchAssociateApprovalRuleTemplateWithRepositories
|
|
|
603
597
|
</summary>
|
|
604
598
|
|
|
605
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput/)
|
|
606
|
-
|
|
607
600
|
</details>
|
|
608
601
|
<details>
|
|
609
602
|
<summary>
|
|
@@ -611,7 +604,6 @@ BatchDescribeMergeConflicts
|
|
|
611
604
|
</summary>
|
|
612
605
|
|
|
613
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/BatchDescribeMergeConflictsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchDescribeMergeConflictsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchDescribeMergeConflictsCommandOutput/)
|
|
614
|
-
|
|
615
607
|
</details>
|
|
616
608
|
<details>
|
|
617
609
|
<summary>
|
|
@@ -619,7 +611,6 @@ BatchDisassociateApprovalRuleTemplateFromRepositories
|
|
|
619
611
|
</summary>
|
|
620
612
|
|
|
621
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput/)
|
|
622
|
-
|
|
623
614
|
</details>
|
|
624
615
|
<details>
|
|
625
616
|
<summary>
|
|
@@ -627,7 +618,6 @@ BatchGetCommits
|
|
|
627
618
|
</summary>
|
|
628
619
|
|
|
629
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/BatchGetCommitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchGetCommitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchGetCommitsCommandOutput/)
|
|
630
|
-
|
|
631
621
|
</details>
|
|
632
622
|
<details>
|
|
633
623
|
<summary>
|
|
@@ -635,7 +625,6 @@ BatchGetRepositories
|
|
|
635
625
|
</summary>
|
|
636
626
|
|
|
637
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/BatchGetRepositoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchGetRepositoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/BatchGetRepositoriesCommandOutput/)
|
|
638
|
-
|
|
639
628
|
</details>
|
|
640
629
|
<details>
|
|
641
630
|
<summary>
|
|
@@ -643,7 +632,6 @@ CreateApprovalRuleTemplate
|
|
|
643
632
|
</summary>
|
|
644
633
|
|
|
645
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreateApprovalRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateApprovalRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateApprovalRuleTemplateCommandOutput/)
|
|
646
|
-
|
|
647
635
|
</details>
|
|
648
636
|
<details>
|
|
649
637
|
<summary>
|
|
@@ -651,7 +639,6 @@ CreateBranch
|
|
|
651
639
|
</summary>
|
|
652
640
|
|
|
653
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreateBranchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateBranchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateBranchCommandOutput/)
|
|
654
|
-
|
|
655
642
|
</details>
|
|
656
643
|
<details>
|
|
657
644
|
<summary>
|
|
@@ -659,7 +646,6 @@ CreateCommit
|
|
|
659
646
|
</summary>
|
|
660
647
|
|
|
661
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreateCommitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateCommitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateCommitCommandOutput/)
|
|
662
|
-
|
|
663
649
|
</details>
|
|
664
650
|
<details>
|
|
665
651
|
<summary>
|
|
@@ -667,7 +653,6 @@ CreatePullRequest
|
|
|
667
653
|
</summary>
|
|
668
654
|
|
|
669
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreatePullRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreatePullRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreatePullRequestCommandOutput/)
|
|
670
|
-
|
|
671
656
|
</details>
|
|
672
657
|
<details>
|
|
673
658
|
<summary>
|
|
@@ -675,7 +660,6 @@ CreatePullRequestApprovalRule
|
|
|
675
660
|
</summary>
|
|
676
661
|
|
|
677
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreatePullRequestApprovalRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreatePullRequestApprovalRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreatePullRequestApprovalRuleCommandOutput/)
|
|
678
|
-
|
|
679
663
|
</details>
|
|
680
664
|
<details>
|
|
681
665
|
<summary>
|
|
@@ -683,7 +667,6 @@ CreateRepository
|
|
|
683
667
|
</summary>
|
|
684
668
|
|
|
685
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreateRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateRepositoryCommandOutput/)
|
|
686
|
-
|
|
687
670
|
</details>
|
|
688
671
|
<details>
|
|
689
672
|
<summary>
|
|
@@ -691,7 +674,6 @@ CreateUnreferencedMergeCommit
|
|
|
691
674
|
</summary>
|
|
692
675
|
|
|
693
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/CreateUnreferencedMergeCommitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateUnreferencedMergeCommitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/CreateUnreferencedMergeCommitCommandOutput/)
|
|
694
|
-
|
|
695
677
|
</details>
|
|
696
678
|
<details>
|
|
697
679
|
<summary>
|
|
@@ -699,7 +681,6 @@ DeleteApprovalRuleTemplate
|
|
|
699
681
|
</summary>
|
|
700
682
|
|
|
701
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DeleteApprovalRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteApprovalRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteApprovalRuleTemplateCommandOutput/)
|
|
702
|
-
|
|
703
684
|
</details>
|
|
704
685
|
<details>
|
|
705
686
|
<summary>
|
|
@@ -707,7 +688,6 @@ DeleteBranch
|
|
|
707
688
|
</summary>
|
|
708
689
|
|
|
709
690
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DeleteBranchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteBranchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteBranchCommandOutput/)
|
|
710
|
-
|
|
711
691
|
</details>
|
|
712
692
|
<details>
|
|
713
693
|
<summary>
|
|
@@ -715,7 +695,6 @@ DeleteCommentContent
|
|
|
715
695
|
</summary>
|
|
716
696
|
|
|
717
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DeleteCommentContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteCommentContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteCommentContentCommandOutput/)
|
|
718
|
-
|
|
719
698
|
</details>
|
|
720
699
|
<details>
|
|
721
700
|
<summary>
|
|
@@ -723,7 +702,6 @@ DeleteFile
|
|
|
723
702
|
</summary>
|
|
724
703
|
|
|
725
704
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DeleteFileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteFileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteFileCommandOutput/)
|
|
726
|
-
|
|
727
705
|
</details>
|
|
728
706
|
<details>
|
|
729
707
|
<summary>
|
|
@@ -731,7 +709,6 @@ DeletePullRequestApprovalRule
|
|
|
731
709
|
</summary>
|
|
732
710
|
|
|
733
711
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DeletePullRequestApprovalRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeletePullRequestApprovalRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeletePullRequestApprovalRuleCommandOutput/)
|
|
734
|
-
|
|
735
712
|
</details>
|
|
736
713
|
<details>
|
|
737
714
|
<summary>
|
|
@@ -739,7 +716,6 @@ DeleteRepository
|
|
|
739
716
|
</summary>
|
|
740
717
|
|
|
741
718
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DeleteRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DeleteRepositoryCommandOutput/)
|
|
742
|
-
|
|
743
719
|
</details>
|
|
744
720
|
<details>
|
|
745
721
|
<summary>
|
|
@@ -747,7 +723,6 @@ DescribeMergeConflicts
|
|
|
747
723
|
</summary>
|
|
748
724
|
|
|
749
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DescribeMergeConflictsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DescribeMergeConflictsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DescribeMergeConflictsCommandOutput/)
|
|
750
|
-
|
|
751
726
|
</details>
|
|
752
727
|
<details>
|
|
753
728
|
<summary>
|
|
@@ -755,7 +730,6 @@ DescribePullRequestEvents
|
|
|
755
730
|
</summary>
|
|
756
731
|
|
|
757
732
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DescribePullRequestEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DescribePullRequestEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DescribePullRequestEventsCommandOutput/)
|
|
758
|
-
|
|
759
733
|
</details>
|
|
760
734
|
<details>
|
|
761
735
|
<summary>
|
|
@@ -763,7 +737,6 @@ DisassociateApprovalRuleTemplateFromRepository
|
|
|
763
737
|
</summary>
|
|
764
738
|
|
|
765
739
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/DisassociateApprovalRuleTemplateFromRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DisassociateApprovalRuleTemplateFromRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/DisassociateApprovalRuleTemplateFromRepositoryCommandOutput/)
|
|
766
|
-
|
|
767
740
|
</details>
|
|
768
741
|
<details>
|
|
769
742
|
<summary>
|
|
@@ -771,7 +744,6 @@ EvaluatePullRequestApprovalRules
|
|
|
771
744
|
</summary>
|
|
772
745
|
|
|
773
746
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/EvaluatePullRequestApprovalRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/EvaluatePullRequestApprovalRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/EvaluatePullRequestApprovalRulesCommandOutput/)
|
|
774
|
-
|
|
775
747
|
</details>
|
|
776
748
|
<details>
|
|
777
749
|
<summary>
|
|
@@ -779,7 +751,6 @@ GetApprovalRuleTemplate
|
|
|
779
751
|
</summary>
|
|
780
752
|
|
|
781
753
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetApprovalRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetApprovalRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetApprovalRuleTemplateCommandOutput/)
|
|
782
|
-
|
|
783
754
|
</details>
|
|
784
755
|
<details>
|
|
785
756
|
<summary>
|
|
@@ -787,7 +758,6 @@ GetBlob
|
|
|
787
758
|
</summary>
|
|
788
759
|
|
|
789
760
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetBlobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetBlobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetBlobCommandOutput/)
|
|
790
|
-
|
|
791
761
|
</details>
|
|
792
762
|
<details>
|
|
793
763
|
<summary>
|
|
@@ -795,7 +765,6 @@ GetBranch
|
|
|
795
765
|
</summary>
|
|
796
766
|
|
|
797
767
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetBranchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetBranchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetBranchCommandOutput/)
|
|
798
|
-
|
|
799
768
|
</details>
|
|
800
769
|
<details>
|
|
801
770
|
<summary>
|
|
@@ -803,7 +772,6 @@ GetComment
|
|
|
803
772
|
</summary>
|
|
804
773
|
|
|
805
774
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetCommentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentCommandOutput/)
|
|
806
|
-
|
|
807
775
|
</details>
|
|
808
776
|
<details>
|
|
809
777
|
<summary>
|
|
@@ -811,7 +779,6 @@ GetCommentReactions
|
|
|
811
779
|
</summary>
|
|
812
780
|
|
|
813
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetCommentReactionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentReactionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentReactionsCommandOutput/)
|
|
814
|
-
|
|
815
782
|
</details>
|
|
816
783
|
<details>
|
|
817
784
|
<summary>
|
|
@@ -819,7 +786,6 @@ GetCommentsForComparedCommit
|
|
|
819
786
|
</summary>
|
|
820
787
|
|
|
821
788
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetCommentsForComparedCommitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentsForComparedCommitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentsForComparedCommitCommandOutput/)
|
|
822
|
-
|
|
823
789
|
</details>
|
|
824
790
|
<details>
|
|
825
791
|
<summary>
|
|
@@ -827,7 +793,6 @@ GetCommentsForPullRequest
|
|
|
827
793
|
</summary>
|
|
828
794
|
|
|
829
795
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetCommentsForPullRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentsForPullRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommentsForPullRequestCommandOutput/)
|
|
830
|
-
|
|
831
796
|
</details>
|
|
832
797
|
<details>
|
|
833
798
|
<summary>
|
|
@@ -835,7 +800,6 @@ GetCommit
|
|
|
835
800
|
</summary>
|
|
836
801
|
|
|
837
802
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetCommitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetCommitCommandOutput/)
|
|
838
|
-
|
|
839
803
|
</details>
|
|
840
804
|
<details>
|
|
841
805
|
<summary>
|
|
@@ -843,7 +807,6 @@ GetDifferences
|
|
|
843
807
|
</summary>
|
|
844
808
|
|
|
845
809
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetDifferencesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetDifferencesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetDifferencesCommandOutput/)
|
|
846
|
-
|
|
847
810
|
</details>
|
|
848
811
|
<details>
|
|
849
812
|
<summary>
|
|
@@ -851,7 +814,6 @@ GetFile
|
|
|
851
814
|
</summary>
|
|
852
815
|
|
|
853
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetFileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetFileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetFileCommandOutput/)
|
|
854
|
-
|
|
855
817
|
</details>
|
|
856
818
|
<details>
|
|
857
819
|
<summary>
|
|
@@ -859,7 +821,6 @@ GetFolder
|
|
|
859
821
|
</summary>
|
|
860
822
|
|
|
861
823
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetFolderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetFolderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetFolderCommandOutput/)
|
|
862
|
-
|
|
863
824
|
</details>
|
|
864
825
|
<details>
|
|
865
826
|
<summary>
|
|
@@ -867,7 +828,6 @@ GetMergeCommit
|
|
|
867
828
|
</summary>
|
|
868
829
|
|
|
869
830
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetMergeCommitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetMergeCommitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetMergeCommitCommandOutput/)
|
|
870
|
-
|
|
871
831
|
</details>
|
|
872
832
|
<details>
|
|
873
833
|
<summary>
|
|
@@ -875,7 +835,6 @@ GetMergeConflicts
|
|
|
875
835
|
</summary>
|
|
876
836
|
|
|
877
837
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetMergeConflictsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetMergeConflictsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetMergeConflictsCommandOutput/)
|
|
878
|
-
|
|
879
838
|
</details>
|
|
880
839
|
<details>
|
|
881
840
|
<summary>
|
|
@@ -883,7 +842,6 @@ GetMergeOptions
|
|
|
883
842
|
</summary>
|
|
884
843
|
|
|
885
844
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetMergeOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetMergeOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetMergeOptionsCommandOutput/)
|
|
886
|
-
|
|
887
845
|
</details>
|
|
888
846
|
<details>
|
|
889
847
|
<summary>
|
|
@@ -891,7 +849,6 @@ GetPullRequest
|
|
|
891
849
|
</summary>
|
|
892
850
|
|
|
893
851
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetPullRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetPullRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetPullRequestCommandOutput/)
|
|
894
|
-
|
|
895
852
|
</details>
|
|
896
853
|
<details>
|
|
897
854
|
<summary>
|
|
@@ -899,7 +856,6 @@ GetPullRequestApprovalStates
|
|
|
899
856
|
</summary>
|
|
900
857
|
|
|
901
858
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetPullRequestApprovalStatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetPullRequestApprovalStatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetPullRequestApprovalStatesCommandOutput/)
|
|
902
|
-
|
|
903
859
|
</details>
|
|
904
860
|
<details>
|
|
905
861
|
<summary>
|
|
@@ -907,7 +863,6 @@ GetPullRequestOverrideState
|
|
|
907
863
|
</summary>
|
|
908
864
|
|
|
909
865
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetPullRequestOverrideStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetPullRequestOverrideStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetPullRequestOverrideStateCommandOutput/)
|
|
910
|
-
|
|
911
866
|
</details>
|
|
912
867
|
<details>
|
|
913
868
|
<summary>
|
|
@@ -915,7 +870,6 @@ GetRepository
|
|
|
915
870
|
</summary>
|
|
916
871
|
|
|
917
872
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetRepositoryCommandOutput/)
|
|
918
|
-
|
|
919
873
|
</details>
|
|
920
874
|
<details>
|
|
921
875
|
<summary>
|
|
@@ -923,7 +877,6 @@ GetRepositoryTriggers
|
|
|
923
877
|
</summary>
|
|
924
878
|
|
|
925
879
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/GetRepositoryTriggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetRepositoryTriggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/GetRepositoryTriggersCommandOutput/)
|
|
926
|
-
|
|
927
880
|
</details>
|
|
928
881
|
<details>
|
|
929
882
|
<summary>
|
|
@@ -931,7 +884,6 @@ ListApprovalRuleTemplates
|
|
|
931
884
|
</summary>
|
|
932
885
|
|
|
933
886
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListApprovalRuleTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListApprovalRuleTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListApprovalRuleTemplatesCommandOutput/)
|
|
934
|
-
|
|
935
887
|
</details>
|
|
936
888
|
<details>
|
|
937
889
|
<summary>
|
|
@@ -939,7 +891,6 @@ ListAssociatedApprovalRuleTemplatesForRepository
|
|
|
939
891
|
</summary>
|
|
940
892
|
|
|
941
893
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListAssociatedApprovalRuleTemplatesForRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput/)
|
|
942
|
-
|
|
943
894
|
</details>
|
|
944
895
|
<details>
|
|
945
896
|
<summary>
|
|
@@ -947,7 +898,6 @@ ListBranches
|
|
|
947
898
|
</summary>
|
|
948
899
|
|
|
949
900
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListBranchesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListBranchesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListBranchesCommandOutput/)
|
|
950
|
-
|
|
951
901
|
</details>
|
|
952
902
|
<details>
|
|
953
903
|
<summary>
|
|
@@ -955,7 +905,6 @@ ListFileCommitHistory
|
|
|
955
905
|
</summary>
|
|
956
906
|
|
|
957
907
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListFileCommitHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListFileCommitHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListFileCommitHistoryCommandOutput/)
|
|
958
|
-
|
|
959
908
|
</details>
|
|
960
909
|
<details>
|
|
961
910
|
<summary>
|
|
@@ -963,7 +912,6 @@ ListPullRequests
|
|
|
963
912
|
</summary>
|
|
964
913
|
|
|
965
914
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListPullRequestsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListPullRequestsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListPullRequestsCommandOutput/)
|
|
966
|
-
|
|
967
915
|
</details>
|
|
968
916
|
<details>
|
|
969
917
|
<summary>
|
|
@@ -971,7 +919,6 @@ ListRepositories
|
|
|
971
919
|
</summary>
|
|
972
920
|
|
|
973
921
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListRepositoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListRepositoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListRepositoriesCommandOutput/)
|
|
974
|
-
|
|
975
922
|
</details>
|
|
976
923
|
<details>
|
|
977
924
|
<summary>
|
|
@@ -979,7 +926,6 @@ ListRepositoriesForApprovalRuleTemplate
|
|
|
979
926
|
</summary>
|
|
980
927
|
|
|
981
928
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListRepositoriesForApprovalRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListRepositoriesForApprovalRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListRepositoriesForApprovalRuleTemplateCommandOutput/)
|
|
982
|
-
|
|
983
929
|
</details>
|
|
984
930
|
<details>
|
|
985
931
|
<summary>
|
|
@@ -987,7 +933,6 @@ ListTagsForResource
|
|
|
987
933
|
</summary>
|
|
988
934
|
|
|
989
935
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/ListTagsForResourceCommandOutput/)
|
|
990
|
-
|
|
991
936
|
</details>
|
|
992
937
|
<details>
|
|
993
938
|
<summary>
|
|
@@ -995,7 +940,6 @@ MergeBranchesByFastForward
|
|
|
995
940
|
</summary>
|
|
996
941
|
|
|
997
942
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/MergeBranchesByFastForwardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergeBranchesByFastForwardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergeBranchesByFastForwardCommandOutput/)
|
|
998
|
-
|
|
999
943
|
</details>
|
|
1000
944
|
<details>
|
|
1001
945
|
<summary>
|
|
@@ -1003,7 +947,6 @@ MergeBranchesBySquash
|
|
|
1003
947
|
</summary>
|
|
1004
948
|
|
|
1005
949
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/MergeBranchesBySquashCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergeBranchesBySquashCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergeBranchesBySquashCommandOutput/)
|
|
1006
|
-
|
|
1007
950
|
</details>
|
|
1008
951
|
<details>
|
|
1009
952
|
<summary>
|
|
@@ -1011,7 +954,6 @@ MergeBranchesByThreeWay
|
|
|
1011
954
|
</summary>
|
|
1012
955
|
|
|
1013
956
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/MergeBranchesByThreeWayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergeBranchesByThreeWayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergeBranchesByThreeWayCommandOutput/)
|
|
1014
|
-
|
|
1015
957
|
</details>
|
|
1016
958
|
<details>
|
|
1017
959
|
<summary>
|
|
@@ -1019,7 +961,6 @@ MergePullRequestByFastForward
|
|
|
1019
961
|
</summary>
|
|
1020
962
|
|
|
1021
963
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/MergePullRequestByFastForwardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergePullRequestByFastForwardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergePullRequestByFastForwardCommandOutput/)
|
|
1022
|
-
|
|
1023
964
|
</details>
|
|
1024
965
|
<details>
|
|
1025
966
|
<summary>
|
|
@@ -1027,7 +968,6 @@ MergePullRequestBySquash
|
|
|
1027
968
|
</summary>
|
|
1028
969
|
|
|
1029
970
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/MergePullRequestBySquashCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergePullRequestBySquashCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergePullRequestBySquashCommandOutput/)
|
|
1030
|
-
|
|
1031
971
|
</details>
|
|
1032
972
|
<details>
|
|
1033
973
|
<summary>
|
|
@@ -1035,7 +975,6 @@ MergePullRequestByThreeWay
|
|
|
1035
975
|
</summary>
|
|
1036
976
|
|
|
1037
977
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/MergePullRequestByThreeWayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergePullRequestByThreeWayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/MergePullRequestByThreeWayCommandOutput/)
|
|
1038
|
-
|
|
1039
978
|
</details>
|
|
1040
979
|
<details>
|
|
1041
980
|
<summary>
|
|
@@ -1043,7 +982,6 @@ OverridePullRequestApprovalRules
|
|
|
1043
982
|
</summary>
|
|
1044
983
|
|
|
1045
984
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/OverridePullRequestApprovalRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/OverridePullRequestApprovalRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/OverridePullRequestApprovalRulesCommandOutput/)
|
|
1046
|
-
|
|
1047
985
|
</details>
|
|
1048
986
|
<details>
|
|
1049
987
|
<summary>
|
|
@@ -1051,7 +989,6 @@ PostCommentForComparedCommit
|
|
|
1051
989
|
</summary>
|
|
1052
990
|
|
|
1053
991
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/PostCommentForComparedCommitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PostCommentForComparedCommitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PostCommentForComparedCommitCommandOutput/)
|
|
1054
|
-
|
|
1055
992
|
</details>
|
|
1056
993
|
<details>
|
|
1057
994
|
<summary>
|
|
@@ -1059,7 +996,6 @@ PostCommentForPullRequest
|
|
|
1059
996
|
</summary>
|
|
1060
997
|
|
|
1061
998
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/PostCommentForPullRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PostCommentForPullRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PostCommentForPullRequestCommandOutput/)
|
|
1062
|
-
|
|
1063
999
|
</details>
|
|
1064
1000
|
<details>
|
|
1065
1001
|
<summary>
|
|
@@ -1067,7 +1003,6 @@ PostCommentReply
|
|
|
1067
1003
|
</summary>
|
|
1068
1004
|
|
|
1069
1005
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/PostCommentReplyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PostCommentReplyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PostCommentReplyCommandOutput/)
|
|
1070
|
-
|
|
1071
1006
|
</details>
|
|
1072
1007
|
<details>
|
|
1073
1008
|
<summary>
|
|
@@ -1075,7 +1010,6 @@ PutCommentReaction
|
|
|
1075
1010
|
</summary>
|
|
1076
1011
|
|
|
1077
1012
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/PutCommentReactionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PutCommentReactionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PutCommentReactionCommandOutput/)
|
|
1078
|
-
|
|
1079
1013
|
</details>
|
|
1080
1014
|
<details>
|
|
1081
1015
|
<summary>
|
|
@@ -1083,7 +1017,6 @@ PutFile
|
|
|
1083
1017
|
</summary>
|
|
1084
1018
|
|
|
1085
1019
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/PutFileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PutFileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PutFileCommandOutput/)
|
|
1086
|
-
|
|
1087
1020
|
</details>
|
|
1088
1021
|
<details>
|
|
1089
1022
|
<summary>
|
|
@@ -1091,7 +1024,6 @@ PutRepositoryTriggers
|
|
|
1091
1024
|
</summary>
|
|
1092
1025
|
|
|
1093
1026
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/PutRepositoryTriggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PutRepositoryTriggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/PutRepositoryTriggersCommandOutput/)
|
|
1094
|
-
|
|
1095
1027
|
</details>
|
|
1096
1028
|
<details>
|
|
1097
1029
|
<summary>
|
|
@@ -1099,7 +1031,6 @@ TagResource
|
|
|
1099
1031
|
</summary>
|
|
1100
1032
|
|
|
1101
1033
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/TagResourceCommandOutput/)
|
|
1102
|
-
|
|
1103
1034
|
</details>
|
|
1104
1035
|
<details>
|
|
1105
1036
|
<summary>
|
|
@@ -1107,7 +1038,6 @@ TestRepositoryTriggers
|
|
|
1107
1038
|
</summary>
|
|
1108
1039
|
|
|
1109
1040
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/TestRepositoryTriggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/TestRepositoryTriggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/TestRepositoryTriggersCommandOutput/)
|
|
1110
|
-
|
|
1111
1041
|
</details>
|
|
1112
1042
|
<details>
|
|
1113
1043
|
<summary>
|
|
@@ -1115,7 +1045,6 @@ UntagResource
|
|
|
1115
1045
|
</summary>
|
|
1116
1046
|
|
|
1117
1047
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UntagResourceCommandOutput/)
|
|
1118
|
-
|
|
1119
1048
|
</details>
|
|
1120
1049
|
<details>
|
|
1121
1050
|
<summary>
|
|
@@ -1123,7 +1052,6 @@ UpdateApprovalRuleTemplateContent
|
|
|
1123
1052
|
</summary>
|
|
1124
1053
|
|
|
1125
1054
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateApprovalRuleTemplateContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateApprovalRuleTemplateContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateApprovalRuleTemplateContentCommandOutput/)
|
|
1126
|
-
|
|
1127
1055
|
</details>
|
|
1128
1056
|
<details>
|
|
1129
1057
|
<summary>
|
|
@@ -1131,7 +1059,6 @@ UpdateApprovalRuleTemplateDescription
|
|
|
1131
1059
|
</summary>
|
|
1132
1060
|
|
|
1133
1061
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateApprovalRuleTemplateDescriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateApprovalRuleTemplateDescriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateApprovalRuleTemplateDescriptionCommandOutput/)
|
|
1134
|
-
|
|
1135
1062
|
</details>
|
|
1136
1063
|
<details>
|
|
1137
1064
|
<summary>
|
|
@@ -1139,7 +1066,6 @@ UpdateApprovalRuleTemplateName
|
|
|
1139
1066
|
</summary>
|
|
1140
1067
|
|
|
1141
1068
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateApprovalRuleTemplateNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateApprovalRuleTemplateNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateApprovalRuleTemplateNameCommandOutput/)
|
|
1142
|
-
|
|
1143
1069
|
</details>
|
|
1144
1070
|
<details>
|
|
1145
1071
|
<summary>
|
|
@@ -1147,7 +1073,6 @@ UpdateComment
|
|
|
1147
1073
|
</summary>
|
|
1148
1074
|
|
|
1149
1075
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateCommentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateCommentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateCommentCommandOutput/)
|
|
1150
|
-
|
|
1151
1076
|
</details>
|
|
1152
1077
|
<details>
|
|
1153
1078
|
<summary>
|
|
@@ -1155,7 +1080,6 @@ UpdateDefaultBranch
|
|
|
1155
1080
|
</summary>
|
|
1156
1081
|
|
|
1157
1082
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateDefaultBranchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateDefaultBranchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateDefaultBranchCommandOutput/)
|
|
1158
|
-
|
|
1159
1083
|
</details>
|
|
1160
1084
|
<details>
|
|
1161
1085
|
<summary>
|
|
@@ -1163,7 +1087,6 @@ UpdatePullRequestApprovalRuleContent
|
|
|
1163
1087
|
</summary>
|
|
1164
1088
|
|
|
1165
1089
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdatePullRequestApprovalRuleContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestApprovalRuleContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestApprovalRuleContentCommandOutput/)
|
|
1166
|
-
|
|
1167
1090
|
</details>
|
|
1168
1091
|
<details>
|
|
1169
1092
|
<summary>
|
|
@@ -1171,7 +1094,6 @@ UpdatePullRequestApprovalState
|
|
|
1171
1094
|
</summary>
|
|
1172
1095
|
|
|
1173
1096
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdatePullRequestApprovalStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestApprovalStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestApprovalStateCommandOutput/)
|
|
1174
|
-
|
|
1175
1097
|
</details>
|
|
1176
1098
|
<details>
|
|
1177
1099
|
<summary>
|
|
@@ -1179,7 +1101,6 @@ UpdatePullRequestDescription
|
|
|
1179
1101
|
</summary>
|
|
1180
1102
|
|
|
1181
1103
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdatePullRequestDescriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestDescriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestDescriptionCommandOutput/)
|
|
1182
|
-
|
|
1183
1104
|
</details>
|
|
1184
1105
|
<details>
|
|
1185
1106
|
<summary>
|
|
@@ -1187,7 +1108,6 @@ UpdatePullRequestStatus
|
|
|
1187
1108
|
</summary>
|
|
1188
1109
|
|
|
1189
1110
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdatePullRequestStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestStatusCommandOutput/)
|
|
1190
|
-
|
|
1191
1111
|
</details>
|
|
1192
1112
|
<details>
|
|
1193
1113
|
<summary>
|
|
@@ -1195,7 +1115,6 @@ UpdatePullRequestTitle
|
|
|
1195
1115
|
</summary>
|
|
1196
1116
|
|
|
1197
1117
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdatePullRequestTitleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestTitleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdatePullRequestTitleCommandOutput/)
|
|
1198
|
-
|
|
1199
1118
|
</details>
|
|
1200
1119
|
<details>
|
|
1201
1120
|
<summary>
|
|
@@ -1203,7 +1122,6 @@ UpdateRepositoryDescription
|
|
|
1203
1122
|
</summary>
|
|
1204
1123
|
|
|
1205
1124
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateRepositoryDescriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateRepositoryDescriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateRepositoryDescriptionCommandOutput/)
|
|
1206
|
-
|
|
1207
1125
|
</details>
|
|
1208
1126
|
<details>
|
|
1209
1127
|
<summary>
|
|
@@ -1211,7 +1129,6 @@ UpdateRepositoryEncryptionKey
|
|
|
1211
1129
|
</summary>
|
|
1212
1130
|
|
|
1213
1131
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateRepositoryEncryptionKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateRepositoryEncryptionKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateRepositoryEncryptionKeyCommandOutput/)
|
|
1214
|
-
|
|
1215
1132
|
</details>
|
|
1216
1133
|
<details>
|
|
1217
1134
|
<summary>
|
|
@@ -1219,5 +1136,4 @@ UpdateRepositoryName
|
|
|
1219
1136
|
</summary>
|
|
1220
1137
|
|
|
1221
1138
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codecommit/command/UpdateRepositoryNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateRepositoryNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codecommit/Interface/UpdateRepositoryNameCommandOutput/)
|
|
1222
|
-
|
|
1223
1139
|
</details>
|