@aws-sdk/client-codecommit 3.1077.0 → 3.1079.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-cjs/index.js +87 -793
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -14
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -14
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -14
- package/dist-es/commands/BatchGetCommitsCommand.js +2 -14
- package/dist-es/commands/BatchGetRepositoriesCommand.js +2 -14
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +2 -14
- package/dist-es/commands/CreateBranchCommand.js +2 -14
- package/dist-es/commands/CreateCommitCommand.js +2 -14
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +2 -14
- package/dist-es/commands/CreatePullRequestCommand.js +2 -14
- package/dist-es/commands/CreateRepositoryCommand.js +2 -14
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +2 -14
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteBranchCommand.js +2 -14
- package/dist-es/commands/DeleteCommentContentCommand.js +2 -14
- package/dist-es/commands/DeleteFileCommand.js +2 -14
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
- package/dist-es/commands/DescribeMergeConflictsCommand.js +2 -14
- package/dist-es/commands/DescribePullRequestEventsCommand.js +2 -14
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -14
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -14
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +2 -14
- package/dist-es/commands/GetBlobCommand.js +2 -14
- package/dist-es/commands/GetBranchCommand.js +2 -14
- package/dist-es/commands/GetCommentCommand.js +2 -14
- package/dist-es/commands/GetCommentReactionsCommand.js +2 -14
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +2 -14
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +2 -14
- package/dist-es/commands/GetCommitCommand.js +2 -14
- package/dist-es/commands/GetDifferencesCommand.js +2 -14
- package/dist-es/commands/GetFileCommand.js +2 -14
- package/dist-es/commands/GetFolderCommand.js +2 -14
- package/dist-es/commands/GetMergeCommitCommand.js +2 -14
- package/dist-es/commands/GetMergeConflictsCommand.js +2 -14
- package/dist-es/commands/GetMergeOptionsCommand.js +2 -14
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +2 -14
- package/dist-es/commands/GetPullRequestCommand.js +2 -14
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +2 -14
- package/dist-es/commands/GetRepositoryCommand.js +2 -14
- package/dist-es/commands/GetRepositoryTriggersCommand.js +2 -14
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +2 -14
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -14
- package/dist-es/commands/ListBranchesCommand.js +2 -14
- package/dist-es/commands/ListFileCommitHistoryCommand.js +2 -14
- package/dist-es/commands/ListPullRequestsCommand.js +2 -14
- package/dist-es/commands/ListRepositoriesCommand.js +2 -14
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +2 -14
- package/dist-es/commands/MergeBranchesBySquashCommand.js +2 -14
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +2 -14
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +2 -14
- package/dist-es/commands/MergePullRequestBySquashCommand.js +2 -14
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +2 -14
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -14
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +2 -14
- package/dist-es/commands/PostCommentForPullRequestCommand.js +2 -14
- package/dist-es/commands/PostCommentReplyCommand.js +2 -14
- package/dist-es/commands/PutCommentReactionCommand.js +2 -14
- package/dist-es/commands/PutFileCommand.js +2 -14
- package/dist-es/commands/PutRepositoryTriggersCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestRepositoryTriggersCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -14
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -14
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -14
- package/dist-es/commands/UpdateCommentCommand.js +2 -14
- package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -14
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -14
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -14
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +2 -14
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +2 -14
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCommitsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateBranchCommand.d.ts +3 -8
- package/dist-types/commands/CreateCommitCommand.d.ts +3 -8
- package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreatePullRequestCommand.d.ts +3 -8
- package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBranchCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCommentContentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileCommand.d.ts +3 -8
- package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetBlobCommand.d.ts +3 -8
- package/dist-types/commands/GetBranchCommand.d.ts +3 -8
- package/dist-types/commands/GetCommentCommand.d.ts +3 -8
- package/dist-types/commands/GetCommentReactionsCommand.d.ts +3 -8
- package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +3 -8
- package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +3 -8
- package/dist-types/commands/GetCommitCommand.d.ts +3 -8
- package/dist-types/commands/GetDifferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetFileCommand.d.ts +3 -8
- package/dist-types/commands/GetFolderCommand.d.ts +3 -8
- package/dist-types/commands/GetMergeCommitCommand.d.ts +3 -8
- package/dist-types/commands/GetMergeConflictsCommand.d.ts +3 -8
- package/dist-types/commands/GetMergeOptionsCommand.d.ts +3 -8
- package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +3 -8
- package/dist-types/commands/GetPullRequestCommand.d.ts +3 -8
- package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +3 -8
- package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/ListBranchesCommand.d.ts +3 -8
- package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListPullRequestsCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +3 -8
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +3 -8
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +3 -8
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +3 -8
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +3 -8
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +3 -8
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +3 -8
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +3 -8
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +3 -8
- package/dist-types/commands/PostCommentReplyCommand.d.ts +3 -8
- package/dist-types/commands/PutCommentReactionCommand.d.ts +3 -8
- package/dist-types/commands/PutFileCommand.d.ts +3 -8
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCommentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { MergeBranchesByFastForwardInput, MergeBranchesByFastForwardOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface MergeBranchesByFastForwardCommandInput extends MergeBranchesByF
|
|
|
22
19
|
export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesByFastForwardOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const MergeBranchesByFastForwardCommand_base: {
|
|
25
|
-
new (input: MergeBranchesByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: MergeBranchesByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: MergeBranchesByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: MergeBranchesByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Merges two branches using the fast-forward merge strategy.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { MergeBranchesBySquashInput, MergeBranchesBySquashOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface MergeBranchesBySquashCommandInput extends MergeBranchesBySquash
|
|
|
22
19
|
export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquashOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const MergeBranchesBySquashCommand_base: {
|
|
25
|
-
new (input: MergeBranchesBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: MergeBranchesBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: MergeBranchesBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: MergeBranchesBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Merges two branches using the squash merge strategy.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { MergeBranchesByThreeWayInput, MergeBranchesByThreeWayOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface MergeBranchesByThreeWayCommandInput extends MergeBranchesByThre
|
|
|
22
19
|
export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThreeWayOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const MergeBranchesByThreeWayCommand_base: {
|
|
25
|
-
new (input: MergeBranchesByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: MergeBranchesByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: MergeBranchesByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: MergeBranchesByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Merges two specified branches using the three-way merge strategy.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { MergePullRequestByFastForwardInput, MergePullRequestByFastForwardOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface MergePullRequestByFastForwardCommandInput extends MergePullRequ
|
|
|
22
19
|
export interface MergePullRequestByFastForwardCommandOutput extends MergePullRequestByFastForwardOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const MergePullRequestByFastForwardCommand_base: {
|
|
25
|
-
new (input: MergePullRequestByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: MergePullRequestByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: MergePullRequestByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: MergePullRequestByFastForwardCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attempts to merge the source commit of a pull request into the specified destination
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { MergePullRequestBySquashInput, MergePullRequestBySquashOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface MergePullRequestBySquashCommandInput extends MergePullRequestBy
|
|
|
22
19
|
export interface MergePullRequestBySquashCommandOutput extends MergePullRequestBySquashOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const MergePullRequestBySquashCommand_base: {
|
|
25
|
-
new (input: MergePullRequestBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: MergePullRequestBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: MergePullRequestBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: MergePullRequestBySquashCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attempts to merge the source commit of a pull request into the specified destination
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { MergePullRequestByThreeWayInput, MergePullRequestByThreeWayOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface MergePullRequestByThreeWayCommandInput extends MergePullRequest
|
|
|
22
19
|
export interface MergePullRequestByThreeWayCommandOutput extends MergePullRequestByThreeWayOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const MergePullRequestByThreeWayCommand_base: {
|
|
25
|
-
new (input: MergePullRequestByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: MergePullRequestByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: MergePullRequestByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: MergePullRequestByThreeWayCommandInput): import("@smithy/core/client").CommandImpl<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attempts to merge the source commit of a pull request into the specified destination
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { OverridePullRequestApprovalRulesInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface OverridePullRequestApprovalRulesCommandInput extends OverridePu
|
|
|
22
19
|
export interface OverridePullRequestApprovalRulesCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const OverridePullRequestApprovalRulesCommand_base: {
|
|
25
|
-
new (input: OverridePullRequestApprovalRulesCommandInput): import("@smithy/core/client").CommandImpl<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: OverridePullRequestApprovalRulesCommandInput): import("@smithy/core/client").CommandImpl<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: OverridePullRequestApprovalRulesCommandInput): import("@smithy/core/client").CommandImpl<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: OverridePullRequestApprovalRulesCommandInput): import("@smithy/core/client").CommandImpl<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets aside (overrides) all approval rule requirements for a specified pull request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { PostCommentForComparedCommitInput, PostCommentForComparedCommitOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PostCommentForComparedCommitCommandInput extends PostCommentFor
|
|
|
22
19
|
export interface PostCommentForComparedCommitCommandOutput extends PostCommentForComparedCommitOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PostCommentForComparedCommitCommand_base: {
|
|
25
|
-
new (input: PostCommentForComparedCommitCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PostCommentForComparedCommitCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PostCommentForComparedCommitCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PostCommentForComparedCommitCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Posts a comment on the comparison between two commits.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { PostCommentForPullRequestInput, PostCommentForPullRequestOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PostCommentForPullRequestCommandInput extends PostCommentForPul
|
|
|
22
19
|
export interface PostCommentForPullRequestCommandOutput extends PostCommentForPullRequestOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PostCommentForPullRequestCommand_base: {
|
|
25
|
-
new (input: PostCommentForPullRequestCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PostCommentForPullRequestCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PostCommentForPullRequestCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PostCommentForPullRequestCommandInput): import("@smithy/core/client").CommandImpl<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Posts a comment on a pull request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PostCommentReplyCommandInput extends PostCommentReplyInput {
|
|
|
22
19
|
export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PostCommentReplyCommand_base: {
|
|
25
|
-
new (input: PostCommentReplyCommandInput): import("@smithy/core/client").CommandImpl<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PostCommentReplyCommandInput): import("@smithy/core/client").CommandImpl<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PostCommentReplyCommandInput): import("@smithy/core/client").CommandImpl<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PostCommentReplyCommandInput): import("@smithy/core/client").CommandImpl<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Posts a comment in reply to an existing comment on a comparison between commits or a pull request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { PutCommentReactionInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutCommentReactionCommandInput extends PutCommentReactionInput
|
|
|
22
19
|
export interface PutCommentReactionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutCommentReactionCommand_base: {
|
|
25
|
-
new (input: PutCommentReactionCommandInput): import("@smithy/core/client").CommandImpl<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutCommentReactionCommandInput): import("@smithy/core/client").CommandImpl<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutCommentReactionCommandInput): import("@smithy/core/client").CommandImpl<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutCommentReactionCommandInput): import("@smithy/core/client").CommandImpl<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { PutFileInput, PutFileOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutFileCommandInput extends PutFileInput {
|
|
|
22
19
|
export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutFileCommand_base: {
|
|
25
|
-
new (input: PutFileCommandInput): import("@smithy/core/client").CommandImpl<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutFileCommandInput): import("@smithy/core/client").CommandImpl<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutFileCommandInput): import("@smithy/core/client").CommandImpl<PutFileCommandInput, PutFileCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutFileCommandInput): import("@smithy/core/client").CommandImpl<PutFileCommandInput, PutFileCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutRepositoryTriggersCommandInput extends PutRepositoryTriggers
|
|
|
22
19
|
export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTriggersOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutRepositoryTriggersCommand_base: {
|
|
25
|
-
new (input: PutRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Replaces all triggers for a repository. Used to create or delete triggers.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { TagResourceInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or updates tags for a resource in CodeCommit. For a list of valid resources
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TestRepositoryTriggersCommandInput extends TestRepositoryTrigge
|
|
|
22
19
|
export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTriggersOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TestRepositoryTriggersCommand_base: {
|
|
25
|
-
new (input: TestRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TestRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TestRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TestRepositoryTriggersCommandInput): import("@smithy/core/client").CommandImpl<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tests the functionality of repository triggers by sending information to the trigger
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { UntagResourceInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a> in the <i>CodeCommit User
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { UpdateApprovalRuleTemplateContentInput, UpdateApprovalRuleTemplateContentOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateApprovalRuleTemplateContentCommandInput extends UpdateApp
|
|
|
22
19
|
export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateApprovalRuleTemplateContentOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateApprovalRuleTemplateContentCommand_base: {
|
|
25
|
-
new (input: UpdateApprovalRuleTemplateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateApprovalRuleTemplateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateApprovalRuleTemplateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateApprovalRuleTemplateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the content of an approval rule template. You can change the number of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { UpdateApprovalRuleTemplateDescriptionInput, UpdateApprovalRuleTemplateDescriptionOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandInput extends Updat
|
|
|
22
19
|
export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends UpdateApprovalRuleTemplateDescriptionOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateApprovalRuleTemplateDescriptionCommand_base: {
|
|
25
|
-
new (input: UpdateApprovalRuleTemplateDescriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateApprovalRuleTemplateDescriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateApprovalRuleTemplateDescriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateApprovalRuleTemplateDescriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the description for a specified approval rule template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateApprovalRuleTemplateNameCommandInput extends UpdateApprov
|
|
|
22
19
|
export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateApprovalRuleTemplateNameOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateApprovalRuleTemplateNameCommand_base: {
|
|
25
|
-
new (input: UpdateApprovalRuleTemplateNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateApprovalRuleTemplateNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateApprovalRuleTemplateNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateApprovalRuleTemplateNameCommandInput): import("@smithy/core/client").CommandImpl<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the name of a specified approval rule template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { UpdateCommentInput, UpdateCommentOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateCommentCommandInput extends UpdateCommentInput {
|
|
|
22
19
|
export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateCommentCommand_base: {
|
|
25
|
-
new (input: UpdateCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCommentCommandInput, UpdateCommentCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCommentCommandInput, UpdateCommentCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Replaces the contents of a comment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
4
2
|
import type { UpdateDefaultBranchInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateDefaultBranchCommandInput extends UpdateDefaultBranchInpu
|
|
|
22
19
|
export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDefaultBranchCommand_base: {
|
|
25
|
-
new (input: UpdateDefaultBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDefaultBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDefaultBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDefaultBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, import("..").CodeCommitClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets or changes the default branch name for the specified repository.</p>
|