@aws-sdk/client-codecommit 3.289.0 → 3.290.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/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +48 -0
- package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +35 -0
- package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +71 -0
- package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetCommitsCommand.d.ts +37 -0
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +31 -0
- package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +30 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +50 -0
- package/dist-types/commands/CreateCommitCommand.d.ts +140 -0
- package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +47 -0
- package/dist-types/commands/CreatePullRequestCommand.d.ts +93 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +49 -0
- package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +122 -0
- package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +14 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +40 -0
- package/dist-types/commands/DeleteCommentContentCommand.d.ts +14 -0
- package/dist-types/commands/DeleteFileCommand.d.ts +79 -0
- package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +38 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +28 -0
- package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +78 -0
- package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +41 -0
- package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +44 -0
- package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +34 -0
- package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +14 -0
- package/dist-types/commands/GetBlobCommand.d.ts +44 -0
- package/dist-types/commands/GetBranchCommand.d.ts +40 -0
- package/dist-types/commands/GetCommentCommand.d.ts +29 -0
- package/dist-types/commands/GetCommentReactionsCommand.d.ts +23 -0
- package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +46 -0
- package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +58 -0
- package/dist-types/commands/GetCommitCommand.d.ts +40 -0
- package/dist-types/commands/GetDifferencesCommand.d.ts +55 -0
- package/dist-types/commands/GetFileCommand.d.ts +51 -0
- package/dist-types/commands/GetFolderCommand.d.ts +47 -0
- package/dist-types/commands/GetMergeCommitCommand.d.ts +46 -0
- package/dist-types/commands/GetMergeConflictsCommand.d.ts +74 -0
- package/dist-types/commands/GetMergeOptionsCommand.d.ts +56 -0
- package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +31 -0
- package/dist-types/commands/GetPullRequestCommand.d.ts +25 -0
- package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +31 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +31 -0
- package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +31 -0
- package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +7 -0
- package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +37 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +34 -0
- package/dist-types/commands/ListPullRequestsCommand.d.ts +46 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +10 -0
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +23 -0
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +66 -0
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +132 -0
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +132 -0
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +65 -0
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +128 -0
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +128 -0
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +46 -0
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +82 -0
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +94 -0
- package/dist-types/commands/PostCommentReplyCommand.d.ts +31 -0
- package/dist-types/commands/PutCommentReactionCommand.d.ts +23 -0
- package/dist-types/commands/PutFileCommand.d.ts +110 -0
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +74 -0
- package/dist-types/commands/TagResourceCommand.d.ts +38 -0
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +74 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +23 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +20 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +19 -0
- package/dist-types/commands/UpdateCommentCommand.d.ts +23 -0
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +40 -0
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +50 -0
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +50 -0
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +17 -0
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +34 -0
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +19 -0
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +34 -0
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +19 -0
- package/package.json +29 -29
|
@@ -29,6 +29,47 @@ export interface DescribePullRequestEventsCommandOutput extends DescribePullRequ
|
|
|
29
29
|
* @see {@link DescribePullRequestEventsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ActorDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The specified Amazon Resource Name (ARN) does not exist in the AWS account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
36
|
+
* <p>An encryption integrity check failed.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
39
|
+
* <p>An encryption key could not be accessed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
42
|
+
* <p>The encryption key is disabled.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
45
|
+
* <p>No encryption key was found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
48
|
+
* <p>The encryption key is not available.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidActorArnException} (client fault)
|
|
51
|
+
* <p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request,
|
|
52
|
+
* and then try again.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidContinuationTokenException} (client fault)
|
|
55
|
+
* <p>The specified continuation token is not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidMaxResultsException} (client fault)
|
|
58
|
+
* <p>The specified number of maximum results is not valid.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidPullRequestEventTypeException} (client fault)
|
|
61
|
+
* <p>The pull request event type is not valid. </p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidPullRequestIdException} (client fault)
|
|
64
|
+
* <p>The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link PullRequestDoesNotExistException} (client fault)
|
|
67
|
+
* <p>The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link PullRequestIdRequiredException} (client fault)
|
|
70
|
+
* <p>A pull request ID is required, but none was provided.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
32
73
|
*/
|
|
33
74
|
export declare class DescribePullRequestEventsCommand extends $Command<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
75
|
readonly input: DescribePullRequestEventsCommandInput;
|
|
@@ -32,6 +32,50 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput ext
|
|
|
32
32
|
* @see {@link DisassociateApprovalRuleTemplateFromRepositoryCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ApprovalRuleTemplateDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template
|
|
37
|
+
* was created, and then try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ApprovalRuleTemplateNameRequiredException} (client fault)
|
|
40
|
+
* <p>An approval rule template name is required, but was not specified.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
43
|
+
* <p>An encryption integrity check failed.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
46
|
+
* <p>An encryption key could not be accessed.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
49
|
+
* <p>The encryption key is disabled.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
52
|
+
* <p>No encryption key was found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
55
|
+
* <p>The encryption key is not available.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidApprovalRuleTemplateNameException} (client fault)
|
|
58
|
+
* <p>The name of the approval rule template is not valid. Template names must be between 1
|
|
59
|
+
* and 100 valid characters in length. For more information about limits in AWS CodeCommit,
|
|
60
|
+
* see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS
|
|
61
|
+
* CodeCommit User Guide</a>.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
64
|
+
* <p>A specified repository name is not valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* <note>
|
|
67
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
68
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
69
|
+
* specified repository does not exist.</p>
|
|
70
|
+
* </note>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
73
|
+
* <p>The specified repository does not exist.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
76
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
35
79
|
*/
|
|
36
80
|
export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
|
|
37
81
|
readonly input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput;
|
|
@@ -29,6 +29,40 @@ export interface EvaluatePullRequestApprovalRulesCommandOutput extends EvaluateP
|
|
|
29
29
|
* @see {@link EvaluatePullRequestApprovalRulesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
33
|
+
* <p>An encryption integrity check failed.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
36
|
+
* <p>An encryption key could not be accessed.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
39
|
+
* <p>The encryption key is disabled.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
42
|
+
* <p>No encryption key was found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
45
|
+
* <p>The encryption key is not available.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidPullRequestIdException} (client fault)
|
|
48
|
+
* <p>The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRevisionIdException} (client fault)
|
|
51
|
+
* <p>The revision ID is not valid. Use GetPullRequest to determine the value.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link PullRequestDoesNotExistException} (client fault)
|
|
54
|
+
* <p>The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link PullRequestIdRequiredException} (client fault)
|
|
57
|
+
* <p>A pull request ID is required, but none was provided.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link RevisionIdRequiredException} (client fault)
|
|
60
|
+
* <p>A revision ID is required, but was not provided.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link RevisionNotCurrentException} (client fault)
|
|
63
|
+
* <p>The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
32
66
|
*/
|
|
33
67
|
export declare class EvaluatePullRequestApprovalRulesCommand extends $Command<EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
68
|
readonly input: EvaluatePullRequestApprovalRulesCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem
|
|
|
29
29
|
* @see {@link GetApprovalRuleTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApprovalRuleTemplateDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template
|
|
34
|
+
* was created, and then try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ApprovalRuleTemplateNameRequiredException} (client fault)
|
|
37
|
+
* <p>An approval rule template name is required, but was not specified.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidApprovalRuleTemplateNameException} (client fault)
|
|
40
|
+
* <p>The name of the approval rule template is not valid. Template names must be between 1
|
|
41
|
+
* and 100 valid characters in length. For more information about limits in AWS CodeCommit,
|
|
42
|
+
* see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS
|
|
43
|
+
* CodeCommit User Guide</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class GetApprovalRuleTemplateCommand extends $Command<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
48
|
readonly input: GetApprovalRuleTemplateCommandInput;
|
|
@@ -29,6 +29,50 @@ export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetBlobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BlobIdDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The specified blob does not exist.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BlobIdRequiredException} (client fault)
|
|
36
|
+
* <p>A blob ID is required, but was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
39
|
+
* <p>An encryption integrity check failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
42
|
+
* <p>An encryption key could not be accessed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
45
|
+
* <p>The encryption key is disabled.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
48
|
+
* <p>No encryption key was found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
51
|
+
* <p>The encryption key is not available.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link FileTooLargeException} (client fault)
|
|
54
|
+
* <p>The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see
|
|
55
|
+
* <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS CodeCommit User Guide</a>.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidBlobIdException} (client fault)
|
|
58
|
+
* <p>The specified blob is not valid.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
61
|
+
* <p>A specified repository name is not valid.</p>
|
|
62
|
+
*
|
|
63
|
+
* <note>
|
|
64
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
65
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
66
|
+
* specified repository does not exist.</p>
|
|
67
|
+
* </note>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
70
|
+
* <p>The specified repository does not exist.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
73
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
32
76
|
*/
|
|
33
77
|
export declare class GetBlobCommand extends $Command<GetBlobCommandInput, GetBlobCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
78
|
readonly input: GetBlobCommandInput;
|
|
@@ -29,6 +29,46 @@ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetBranchCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BranchDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The specified branch does not exist.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BranchNameRequiredException} (client fault)
|
|
36
|
+
* <p>A branch name is required, but was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
39
|
+
* <p>An encryption integrity check failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
42
|
+
* <p>An encryption key could not be accessed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
45
|
+
* <p>The encryption key is disabled.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
48
|
+
* <p>No encryption key was found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
51
|
+
* <p>The encryption key is not available.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidBranchNameException} (client fault)
|
|
54
|
+
* <p>The specified reference name is not valid.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
57
|
+
* <p>A specified repository name is not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
* <note>
|
|
60
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
61
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
62
|
+
* specified repository does not exist.</p>
|
|
63
|
+
* </note>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
66
|
+
* <p>The specified repository does not exist.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
69
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
32
72
|
*/
|
|
33
73
|
export declare class GetBranchCommand extends $Command<GetBranchCommandInput, GetBranchCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
74
|
readonly input: GetBranchCommandInput;
|
|
@@ -33,6 +33,35 @@ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBea
|
|
|
33
33
|
* @see {@link GetCommentCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link CommentDeletedException} (client fault)
|
|
37
|
+
* <p>This comment has already been deleted. You cannot edit or delete a deleted comment.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link CommentDoesNotExistException} (client fault)
|
|
40
|
+
* <p>No comment exists with the provided ID. Verify that you have used the correct ID, and
|
|
41
|
+
* then try again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link CommentIdRequiredException} (client fault)
|
|
44
|
+
* <p>The comment ID is missing or null. A comment ID is required.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
47
|
+
* <p>An encryption integrity check failed.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
50
|
+
* <p>An encryption key could not be accessed.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
53
|
+
* <p>The encryption key is disabled.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
56
|
+
* <p>No encryption key was found.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
59
|
+
* <p>The encryption key is not available.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidCommentIdException} (client fault)
|
|
62
|
+
* <p>The comment ID is not in a valid format. Make sure that you have provided the full comment ID.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
36
65
|
*/
|
|
37
66
|
export declare class GetCommentCommand extends $Command<GetCommentCommandInput, GetCommentCommandOutput, CodeCommitClientResolvedConfig> {
|
|
38
67
|
readonly input: GetCommentCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut
|
|
|
29
29
|
* @see {@link GetCommentReactionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link CommentDeletedException} (client fault)
|
|
33
|
+
* <p>This comment has already been deleted. You cannot edit or delete a deleted comment.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link CommentDoesNotExistException} (client fault)
|
|
36
|
+
* <p>No comment exists with the provided ID. Verify that you have used the correct ID, and
|
|
37
|
+
* then try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link CommentIdRequiredException} (client fault)
|
|
40
|
+
* <p>The comment ID is missing or null. A comment ID is required.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidCommentIdException} (client fault)
|
|
43
|
+
* <p>The comment ID is not in a valid format. Make sure that you have provided the full comment ID.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidContinuationTokenException} (client fault)
|
|
46
|
+
* <p>The specified continuation token is not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidMaxResultsException} (client fault)
|
|
49
|
+
* <p>The specified number of maximum results is not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidReactionUserArnException} (client fault)
|
|
52
|
+
* <p>The Amazon Resource Name (ARN) of the user or identity is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class GetCommentReactionsCommand extends $Command<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
57
|
readonly input: GetCommentReactionsCommandInput;
|
|
@@ -33,6 +33,52 @@ export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsFo
|
|
|
33
33
|
* @see {@link GetCommentsForComparedCommitCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link CommitDoesNotExistException} (client fault)
|
|
37
|
+
* <p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link CommitIdRequiredException} (client fault)
|
|
40
|
+
* <p>A commit ID was not specified.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
43
|
+
* <p>An encryption integrity check failed.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
46
|
+
* <p>An encryption key could not be accessed.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
49
|
+
* <p>The encryption key is disabled.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
52
|
+
* <p>No encryption key was found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
55
|
+
* <p>The encryption key is not available.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidCommitIdException} (client fault)
|
|
58
|
+
* <p>The specified commit ID is not valid.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidContinuationTokenException} (client fault)
|
|
61
|
+
* <p>The specified continuation token is not valid.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidMaxResultsException} (client fault)
|
|
64
|
+
* <p>The specified number of maximum results is not valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
67
|
+
* <p>A specified repository name is not valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* <note>
|
|
70
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
71
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
72
|
+
* specified repository does not exist.</p>
|
|
73
|
+
* </note>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
76
|
+
* <p>The specified repository does not exist.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
79
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
36
82
|
*/
|
|
37
83
|
export declare class GetCommentsForComparedCommitCommand extends $Command<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
38
84
|
readonly input: GetCommentsForComparedCommitCommandInput;
|
|
@@ -33,6 +33,64 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu
|
|
|
33
33
|
* @see {@link GetCommentsForPullRequestCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link CommitDoesNotExistException} (client fault)
|
|
37
|
+
* <p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link CommitIdRequiredException} (client fault)
|
|
40
|
+
* <p>A commit ID was not specified.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
43
|
+
* <p>An encryption integrity check failed.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
46
|
+
* <p>An encryption key could not be accessed.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
49
|
+
* <p>The encryption key is disabled.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
52
|
+
* <p>No encryption key was found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
55
|
+
* <p>The encryption key is not available.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidCommitIdException} (client fault)
|
|
58
|
+
* <p>The specified commit ID is not valid.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidContinuationTokenException} (client fault)
|
|
61
|
+
* <p>The specified continuation token is not valid.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidMaxResultsException} (client fault)
|
|
64
|
+
* <p>The specified number of maximum results is not valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidPullRequestIdException} (client fault)
|
|
67
|
+
* <p>The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
70
|
+
* <p>A specified repository name is not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* <note>
|
|
73
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
74
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
75
|
+
* specified repository does not exist.</p>
|
|
76
|
+
* </note>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link PullRequestDoesNotExistException} (client fault)
|
|
79
|
+
* <p>The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link PullRequestIdRequiredException} (client fault)
|
|
82
|
+
* <p>A pull request ID is required, but none was provided.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
85
|
+
* <p>The specified repository does not exist.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
88
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link RepositoryNotAssociatedWithPullRequestException} (client fault)
|
|
91
|
+
* <p>The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.</p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
36
94
|
*/
|
|
37
95
|
export declare class GetCommentsForPullRequestCommand extends $Command<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
|
|
38
96
|
readonly input: GetCommentsForPullRequestCommandInput;
|
|
@@ -29,6 +29,46 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetCommitCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link CommitIdDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The specified commit ID does not exist.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link CommitIdRequiredException} (client fault)
|
|
36
|
+
* <p>A commit ID was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
39
|
+
* <p>An encryption integrity check failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
42
|
+
* <p>An encryption key could not be accessed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
45
|
+
* <p>The encryption key is disabled.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
48
|
+
* <p>No encryption key was found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
51
|
+
* <p>The encryption key is not available.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidCommitIdException} (client fault)
|
|
54
|
+
* <p>The specified commit ID is not valid.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
57
|
+
* <p>A specified repository name is not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
* <note>
|
|
60
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
61
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
62
|
+
* specified repository does not exist.</p>
|
|
63
|
+
* </note>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
66
|
+
* <p>The specified repository does not exist.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
69
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
32
72
|
*/
|
|
33
73
|
export declare class GetCommitCommand extends $Command<GetCommitCommandInput, GetCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
74
|
readonly input: GetCommitCommandInput;
|
|
@@ -31,6 +31,61 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met
|
|
|
31
31
|
* @see {@link GetDifferencesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link CommitDoesNotExistException} (client fault)
|
|
35
|
+
* <p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link CommitRequiredException} (client fault)
|
|
38
|
+
* <p>A commit was not specified.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
41
|
+
* <p>An encryption integrity check failed.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
44
|
+
* <p>An encryption key could not be accessed.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
47
|
+
* <p>The encryption key is disabled.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
50
|
+
* <p>No encryption key was found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
53
|
+
* <p>The encryption key is not available.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidCommitException} (client fault)
|
|
56
|
+
* <p>The specified commit is not valid.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidCommitIdException} (client fault)
|
|
59
|
+
* <p>The specified commit ID is not valid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidContinuationTokenException} (client fault)
|
|
62
|
+
* <p>The specified continuation token is not valid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidMaxResultsException} (client fault)
|
|
65
|
+
* <p>The specified number of maximum results is not valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidPathException} (client fault)
|
|
68
|
+
* <p>The specified path is not valid.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
71
|
+
* <p>A specified repository name is not valid.</p>
|
|
72
|
+
*
|
|
73
|
+
* <note>
|
|
74
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
75
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
76
|
+
* specified repository does not exist.</p>
|
|
77
|
+
* </note>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link PathDoesNotExistException} (client fault)
|
|
80
|
+
* <p>The specified path does not exist.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
83
|
+
* <p>The specified repository does not exist.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
86
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
87
|
+
*
|
|
88
|
+
*
|
|
34
89
|
*/
|
|
35
90
|
export declare class GetDifferencesCommand extends $Command<GetDifferencesCommandInput, GetDifferencesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
36
91
|
readonly input: GetDifferencesCommandInput;
|
|
@@ -29,6 +29,57 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetFileCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link CommitDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EncryptionIntegrityChecksFailedException} (server fault)
|
|
36
|
+
* <p>An encryption integrity check failed.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EncryptionKeyAccessDeniedException} (client fault)
|
|
39
|
+
* <p>An encryption key could not be accessed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EncryptionKeyDisabledException} (client fault)
|
|
42
|
+
* <p>The encryption key is disabled.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EncryptionKeyNotFoundException} (client fault)
|
|
45
|
+
* <p>No encryption key was found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link EncryptionKeyUnavailableException} (client fault)
|
|
48
|
+
* <p>The encryption key is not available.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link FileDoesNotExistException} (client fault)
|
|
51
|
+
* <p>The specified file does not exist. Verify that you have used the correct file name,
|
|
52
|
+
* full path, and extension.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link FileTooLargeException} (client fault)
|
|
55
|
+
* <p>The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see
|
|
56
|
+
* <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS CodeCommit User Guide</a>.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidCommitException} (client fault)
|
|
59
|
+
* <p>The specified commit is not valid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidPathException} (client fault)
|
|
62
|
+
* <p>The specified path is not valid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidRepositoryNameException} (client fault)
|
|
65
|
+
* <p>A specified repository name is not valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* <note>
|
|
68
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
69
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
70
|
+
* specified repository does not exist.</p>
|
|
71
|
+
* </note>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link PathRequiredException} (client fault)
|
|
74
|
+
* <p>The folderPath for a location cannot be null.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link RepositoryDoesNotExistException} (client fault)
|
|
77
|
+
* <p>The specified repository does not exist.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link RepositoryNameRequiredException} (client fault)
|
|
80
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
32
83
|
*/
|
|
33
84
|
export declare class GetFileCommand extends $Command<GetFileCommandInput, GetFileCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
85
|
readonly input: GetFileCommandInput;
|