@aws-sdk/client-codecommit 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +0 -77
- package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -847
- package/dist-types/ts3.4/models/models_1.d.ts +0 -265
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface GetMergeConflictsCommandInput extends GetMergeConflictsInput {}
|
|
|
18
18
|
export interface GetMergeConflictsCommandOutput
|
|
19
19
|
extends GetMergeConflictsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetMergeConflictsCommand extends $Command<
|
|
23
22
|
GetMergeConflictsCommandInput,
|
|
24
23
|
GetMergeConflictsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetMergeConflictsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetMergeConflictsCommandInput;
|
|
28
27
|
constructor(input: GetMergeConflictsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetMergeOptionsCommandInput extends GetMergeOptionsInput {}
|
|
|
18
18
|
export interface GetMergeOptionsCommandOutput
|
|
19
19
|
extends GetMergeOptionsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetMergeOptionsCommand extends $Command<
|
|
23
22
|
GetMergeOptionsCommandInput,
|
|
24
23
|
GetMergeOptionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetMergeOptionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetMergeOptionsCommandInput;
|
|
28
27
|
constructor(input: GetMergeOptionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPullRequestApprovalStatesCommandInput
|
|
|
19
19
|
export interface GetPullRequestApprovalStatesCommandOutput
|
|
20
20
|
extends GetPullRequestApprovalStatesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPullRequestApprovalStatesCommand extends $Command<
|
|
24
23
|
GetPullRequestApprovalStatesCommandInput,
|
|
25
24
|
GetPullRequestApprovalStatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPullRequestApprovalStatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPullRequestApprovalStatesCommandInput;
|
|
29
28
|
constructor(input: GetPullRequestApprovalStatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPullRequestCommandInput extends GetPullRequestInput {}
|
|
|
15
15
|
export interface GetPullRequestCommandOutput
|
|
16
16
|
extends GetPullRequestOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPullRequestCommand extends $Command<
|
|
20
19
|
GetPullRequestCommandInput,
|
|
21
20
|
GetPullRequestCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPullRequestCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPullRequestCommandInput;
|
|
25
24
|
constructor(input: GetPullRequestCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPullRequestOverrideStateCommandInput
|
|
|
19
19
|
export interface GetPullRequestOverrideStateCommandOutput
|
|
20
20
|
extends GetPullRequestOverrideStateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPullRequestOverrideStateCommand extends $Command<
|
|
24
23
|
GetPullRequestOverrideStateCommandInput,
|
|
25
24
|
GetPullRequestOverrideStateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPullRequestOverrideStateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPullRequestOverrideStateCommandInput;
|
|
29
28
|
constructor(input: GetPullRequestOverrideStateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetRepositoryCommandInput extends GetRepositoryInput {}
|
|
|
15
15
|
export interface GetRepositoryCommandOutput
|
|
16
16
|
extends GetRepositoryOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetRepositoryCommand extends $Command<
|
|
20
19
|
GetRepositoryCommandInput,
|
|
21
20
|
GetRepositoryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetRepositoryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetRepositoryCommandInput;
|
|
25
24
|
constructor(input: GetRepositoryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRepositoryTriggersCommandInput
|
|
|
19
19
|
export interface GetRepositoryTriggersCommandOutput
|
|
20
20
|
extends GetRepositoryTriggersOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRepositoryTriggersCommand extends $Command<
|
|
24
23
|
GetRepositoryTriggersCommandInput,
|
|
25
24
|
GetRepositoryTriggersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRepositoryTriggersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRepositoryTriggersCommandInput;
|
|
29
28
|
constructor(input: GetRepositoryTriggersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListApprovalRuleTemplatesCommandInput
|
|
|
19
19
|
export interface ListApprovalRuleTemplatesCommandOutput
|
|
20
20
|
extends ListApprovalRuleTemplatesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApprovalRuleTemplatesCommand extends $Command<
|
|
24
23
|
ListApprovalRuleTemplatesCommandInput,
|
|
25
24
|
ListApprovalRuleTemplatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApprovalRuleTemplatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApprovalRuleTemplatesCommandInput;
|
|
29
28
|
constructor(input: ListApprovalRuleTemplatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
|
|
|
19
19
|
export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
|
|
20
20
|
extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command<
|
|
24
23
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
25
24
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
@@ -29,7 +28,6 @@ export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand ext
|
|
|
29
28
|
constructor(
|
|
30
29
|
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
|
|
31
30
|
);
|
|
32
|
-
|
|
33
31
|
resolveMiddleware(
|
|
34
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
33
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListBranchesCommandInput extends ListBranchesInput {}
|
|
|
15
15
|
export interface ListBranchesCommandOutput
|
|
16
16
|
extends ListBranchesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListBranchesCommand extends $Command<
|
|
20
19
|
ListBranchesCommandInput,
|
|
21
20
|
ListBranchesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListBranchesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListBranchesCommandInput;
|
|
25
24
|
constructor(input: ListBranchesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPullRequestsCommandInput extends ListPullRequestsInput {}
|
|
|
18
18
|
export interface ListPullRequestsCommandOutput
|
|
19
19
|
extends ListPullRequestsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPullRequestsCommand extends $Command<
|
|
23
22
|
ListPullRequestsCommandInput,
|
|
24
23
|
ListPullRequestsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPullRequestsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPullRequestsCommandInput;
|
|
28
27
|
constructor(input: ListPullRequestsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListRepositoriesCommandInput extends ListRepositoriesInput {}
|
|
|
18
18
|
export interface ListRepositoriesCommandOutput
|
|
19
19
|
extends ListRepositoriesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListRepositoriesCommand extends $Command<
|
|
23
22
|
ListRepositoriesCommandInput,
|
|
24
23
|
ListRepositoriesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListRepositoriesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListRepositoriesCommandInput;
|
|
28
27
|
constructor(input: ListRepositoriesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
|
19
19
|
export interface ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
20
20
|
extends ListRepositoriesForApprovalRuleTemplateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRepositoriesForApprovalRuleTemplateCommand extends $Command<
|
|
24
23
|
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
25
24
|
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRepositoriesForApprovalRuleTemplateCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRepositoriesForApprovalRuleTemplateCommandInput;
|
|
29
28
|
constructor(input: ListRepositoriesForApprovalRuleTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface MergeBranchesByFastForwardCommandInput
|
|
|
19
19
|
export interface MergeBranchesByFastForwardCommandOutput
|
|
20
20
|
extends MergeBranchesByFastForwardOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class MergeBranchesByFastForwardCommand extends $Command<
|
|
24
23
|
MergeBranchesByFastForwardCommandInput,
|
|
25
24
|
MergeBranchesByFastForwardCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class MergeBranchesByFastForwardCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: MergeBranchesByFastForwardCommandInput;
|
|
29
28
|
constructor(input: MergeBranchesByFastForwardCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface MergeBranchesBySquashCommandInput
|
|
|
19
19
|
export interface MergeBranchesBySquashCommandOutput
|
|
20
20
|
extends MergeBranchesBySquashOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class MergeBranchesBySquashCommand extends $Command<
|
|
24
23
|
MergeBranchesBySquashCommandInput,
|
|
25
24
|
MergeBranchesBySquashCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class MergeBranchesBySquashCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: MergeBranchesBySquashCommandInput;
|
|
29
28
|
constructor(input: MergeBranchesBySquashCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface MergeBranchesByThreeWayCommandInput
|
|
|
19
19
|
export interface MergeBranchesByThreeWayCommandOutput
|
|
20
20
|
extends MergeBranchesByThreeWayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class MergeBranchesByThreeWayCommand extends $Command<
|
|
24
23
|
MergeBranchesByThreeWayCommandInput,
|
|
25
24
|
MergeBranchesByThreeWayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class MergeBranchesByThreeWayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: MergeBranchesByThreeWayCommandInput;
|
|
29
28
|
constructor(input: MergeBranchesByThreeWayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface MergePullRequestByFastForwardCommandInput
|
|
|
19
19
|
export interface MergePullRequestByFastForwardCommandOutput
|
|
20
20
|
extends MergePullRequestByFastForwardOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class MergePullRequestByFastForwardCommand extends $Command<
|
|
24
23
|
MergePullRequestByFastForwardCommandInput,
|
|
25
24
|
MergePullRequestByFastForwardCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class MergePullRequestByFastForwardCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: MergePullRequestByFastForwardCommandInput;
|
|
29
28
|
constructor(input: MergePullRequestByFastForwardCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface MergePullRequestBySquashCommandInput
|
|
|
19
19
|
export interface MergePullRequestBySquashCommandOutput
|
|
20
20
|
extends MergePullRequestBySquashOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class MergePullRequestBySquashCommand extends $Command<
|
|
24
23
|
MergePullRequestBySquashCommandInput,
|
|
25
24
|
MergePullRequestBySquashCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class MergePullRequestBySquashCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: MergePullRequestBySquashCommandInput;
|
|
29
28
|
constructor(input: MergePullRequestBySquashCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface MergePullRequestByThreeWayCommandInput
|
|
|
19
19
|
export interface MergePullRequestByThreeWayCommandOutput
|
|
20
20
|
extends MergePullRequestByThreeWayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class MergePullRequestByThreeWayCommand extends $Command<
|
|
24
23
|
MergePullRequestByThreeWayCommandInput,
|
|
25
24
|
MergePullRequestByThreeWayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class MergePullRequestByThreeWayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: MergePullRequestByThreeWayCommandInput;
|
|
29
28
|
constructor(input: MergePullRequestByThreeWayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface OverridePullRequestApprovalRulesCommandInput
|
|
|
15
15
|
extends OverridePullRequestApprovalRulesInput {}
|
|
16
16
|
export interface OverridePullRequestApprovalRulesCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class OverridePullRequestApprovalRulesCommand extends $Command<
|
|
20
19
|
OverridePullRequestApprovalRulesCommandInput,
|
|
21
20
|
OverridePullRequestApprovalRulesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class OverridePullRequestApprovalRulesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: OverridePullRequestApprovalRulesCommandInput;
|
|
25
24
|
constructor(input: OverridePullRequestApprovalRulesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PostCommentForComparedCommitCommandInput
|
|
|
19
19
|
export interface PostCommentForComparedCommitCommandOutput
|
|
20
20
|
extends PostCommentForComparedCommitOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PostCommentForComparedCommitCommand extends $Command<
|
|
24
23
|
PostCommentForComparedCommitCommandInput,
|
|
25
24
|
PostCommentForComparedCommitCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PostCommentForComparedCommitCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PostCommentForComparedCommitCommandInput;
|
|
29
28
|
constructor(input: PostCommentForComparedCommitCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PostCommentForPullRequestCommandInput
|
|
|
19
19
|
export interface PostCommentForPullRequestCommandOutput
|
|
20
20
|
extends PostCommentForPullRequestOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PostCommentForPullRequestCommand extends $Command<
|
|
24
23
|
PostCommentForPullRequestCommandInput,
|
|
25
24
|
PostCommentForPullRequestCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PostCommentForPullRequestCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PostCommentForPullRequestCommandInput;
|
|
29
28
|
constructor(input: PostCommentForPullRequestCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PostCommentReplyCommandInput extends PostCommentReplyInput {}
|
|
|
18
18
|
export interface PostCommentReplyCommandOutput
|
|
19
19
|
extends PostCommentReplyOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PostCommentReplyCommand extends $Command<
|
|
23
22
|
PostCommentReplyCommandInput,
|
|
24
23
|
PostCommentReplyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PostCommentReplyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PostCommentReplyCommandInput;
|
|
28
27
|
constructor(input: PostCommentReplyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { PutCommentReactionInput } from "../models/models_1";
|
|
|
14
14
|
export interface PutCommentReactionCommandInput
|
|
15
15
|
extends PutCommentReactionInput {}
|
|
16
16
|
export interface PutCommentReactionCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class PutCommentReactionCommand extends $Command<
|
|
19
18
|
PutCommentReactionCommandInput,
|
|
20
19
|
PutCommentReactionCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class PutCommentReactionCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: PutCommentReactionCommandInput;
|
|
24
23
|
constructor(input: PutCommentReactionCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PutFileInput, PutFileOutput } from "../models/models_1";
|
|
14
14
|
export interface PutFileCommandInput extends PutFileInput {}
|
|
15
15
|
export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PutFileCommand extends $Command<
|
|
18
17
|
PutFileCommandInput,
|
|
19
18
|
PutFileCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PutFileCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PutFileCommandInput;
|
|
23
22
|
constructor(input: PutFileCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutRepositoryTriggersCommandInput
|
|
|
19
19
|
export interface PutRepositoryTriggersCommandOutput
|
|
20
20
|
extends PutRepositoryTriggersOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutRepositoryTriggersCommand extends $Command<
|
|
24
23
|
PutRepositoryTriggersCommandInput,
|
|
25
24
|
PutRepositoryTriggersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutRepositoryTriggersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutRepositoryTriggersCommandInput;
|
|
29
28
|
constructor(input: PutRepositoryTriggersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceInput } from "../models/models_1";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface TestRepositoryTriggersCommandInput
|
|
|
19
19
|
export interface TestRepositoryTriggersCommandOutput
|
|
20
20
|
extends TestRepositoryTriggersOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class TestRepositoryTriggersCommand extends $Command<
|
|
24
23
|
TestRepositoryTriggersCommandInput,
|
|
25
24
|
TestRepositoryTriggersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class TestRepositoryTriggersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: TestRepositoryTriggersCommandInput;
|
|
29
28
|
constructor(input: TestRepositoryTriggersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceInput } from "../models/models_1";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApprovalRuleTemplateContentCommandInput
|
|
|
19
19
|
export interface UpdateApprovalRuleTemplateContentCommandOutput
|
|
20
20
|
extends UpdateApprovalRuleTemplateContentOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<
|
|
24
23
|
UpdateApprovalRuleTemplateContentCommandInput,
|
|
25
24
|
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApprovalRuleTemplateContentCommandInput;
|
|
29
28
|
constructor(input: UpdateApprovalRuleTemplateContentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
|
19
19
|
export interface UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
20
20
|
extends UpdateApprovalRuleTemplateDescriptionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Command<
|
|
24
23
|
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
25
24
|
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApprovalRuleTemplateDescriptionCommandInput;
|
|
29
28
|
constructor(input: UpdateApprovalRuleTemplateDescriptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApprovalRuleTemplateNameCommandInput
|
|
|
19
19
|
export interface UpdateApprovalRuleTemplateNameCommandOutput
|
|
20
20
|
extends UpdateApprovalRuleTemplateNameOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<
|
|
24
23
|
UpdateApprovalRuleTemplateNameCommandInput,
|
|
25
24
|
UpdateApprovalRuleTemplateNameCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApprovalRuleTemplateNameCommandInput;
|
|
29
28
|
constructor(input: UpdateApprovalRuleTemplateNameCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCommentCommandInput extends UpdateCommentInput {}
|
|
|
15
15
|
export interface UpdateCommentCommandOutput
|
|
16
16
|
extends UpdateCommentOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCommentCommand extends $Command<
|
|
20
19
|
UpdateCommentCommandInput,
|
|
21
20
|
UpdateCommentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCommentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCommentCommandInput;
|
|
25
24
|
constructor(input: UpdateCommentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { UpdateDefaultBranchInput } from "../models/models_1";
|
|
|
14
14
|
export interface UpdateDefaultBranchCommandInput
|
|
15
15
|
extends UpdateDefaultBranchInput {}
|
|
16
16
|
export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class UpdateDefaultBranchCommand extends $Command<
|
|
19
18
|
UpdateDefaultBranchCommandInput,
|
|
20
19
|
UpdateDefaultBranchCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class UpdateDefaultBranchCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: UpdateDefaultBranchCommandInput;
|
|
24
23
|
constructor(input: UpdateDefaultBranchCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePullRequestApprovalRuleContentCommandInput
|
|
|
19
19
|
export interface UpdatePullRequestApprovalRuleContentCommandOutput
|
|
20
20
|
extends UpdatePullRequestApprovalRuleContentOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePullRequestApprovalRuleContentCommand extends $Command<
|
|
24
23
|
UpdatePullRequestApprovalRuleContentCommandInput,
|
|
25
24
|
UpdatePullRequestApprovalRuleContentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePullRequestApprovalRuleContentCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePullRequestApprovalRuleContentCommandInput;
|
|
29
28
|
constructor(input: UpdatePullRequestApprovalRuleContentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdatePullRequestApprovalStateCommandInput
|
|
|
15
15
|
extends UpdatePullRequestApprovalStateInput {}
|
|
16
16
|
export interface UpdatePullRequestApprovalStateCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdatePullRequestApprovalStateCommand extends $Command<
|
|
20
19
|
UpdatePullRequestApprovalStateCommandInput,
|
|
21
20
|
UpdatePullRequestApprovalStateCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdatePullRequestApprovalStateCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdatePullRequestApprovalStateCommandInput;
|
|
25
24
|
constructor(input: UpdatePullRequestApprovalStateCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePullRequestDescriptionCommandInput
|
|
|
19
19
|
export interface UpdatePullRequestDescriptionCommandOutput
|
|
20
20
|
extends UpdatePullRequestDescriptionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePullRequestDescriptionCommand extends $Command<
|
|
24
23
|
UpdatePullRequestDescriptionCommandInput,
|
|
25
24
|
UpdatePullRequestDescriptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePullRequestDescriptionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePullRequestDescriptionCommandInput;
|
|
29
28
|
constructor(input: UpdatePullRequestDescriptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePullRequestStatusCommandInput
|
|
|
19
19
|
export interface UpdatePullRequestStatusCommandOutput
|
|
20
20
|
extends UpdatePullRequestStatusOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePullRequestStatusCommand extends $Command<
|
|
24
23
|
UpdatePullRequestStatusCommandInput,
|
|
25
24
|
UpdatePullRequestStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePullRequestStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePullRequestStatusCommandInput;
|
|
29
28
|
constructor(input: UpdatePullRequestStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|