@aws-sdk/client-codecommit 3.169.0 → 3.171.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/ts3.4/CodeCommit.d.ts +1367 -390
- package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
- package/dist-types/ts3.4/models/models_1.d.ts +837 -877
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPullRequestsInput,
|
|
15
|
+
ListPullRequestsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPullRequestsCommandInput extends ListPullRequestsInput {}
|
|
18
|
+
export interface ListPullRequestsCommandOutput
|
|
19
|
+
extends ListPullRequestsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListPullRequestsCommand extends $Command<
|
|
22
|
+
ListPullRequestsCommandInput,
|
|
23
|
+
ListPullRequestsCommandOutput,
|
|
24
|
+
CodeCommitClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListPullRequestsCommandInput;
|
|
27
|
+
constructor(input: ListPullRequestsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListPullRequestsCommandInput, ListPullRequestsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
ListRepositoriesInput,
|
|
15
|
+
ListRepositoriesOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListRepositoriesCommandInput extends ListRepositoriesInput {}
|
|
18
|
+
export interface ListRepositoriesCommandOutput
|
|
19
|
+
extends ListRepositoriesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListRepositoriesCommand extends $Command<
|
|
22
|
+
ListRepositoriesCommandInput,
|
|
23
|
+
ListRepositoriesCommandOutput,
|
|
24
|
+
CodeCommitClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListRepositoriesCommandInput;
|
|
27
|
+
constructor(input: ListRepositoriesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListRepositoriesCommandInput, ListRepositoriesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
ListRepositoriesForApprovalRuleTemplateInput,
|
|
15
|
+
ListRepositoriesForApprovalRuleTemplateOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
18
|
+
extends ListRepositoriesForApprovalRuleTemplateInput {}
|
|
19
|
+
export interface ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
20
|
+
extends ListRepositoriesForApprovalRuleTemplateOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRepositoriesForApprovalRuleTemplateCommand extends $Command<
|
|
23
|
+
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
24
|
+
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRepositoriesForApprovalRuleTemplateCommandInput;
|
|
28
|
+
constructor(input: ListRepositoriesForApprovalRuleTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
35
|
+
ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceInput,
|
|
15
|
+
ListTagsForResourceOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceInput {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
MergeBranchesByFastForwardInput,
|
|
15
|
+
MergeBranchesByFastForwardOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface MergeBranchesByFastForwardCommandInput
|
|
18
|
+
extends MergeBranchesByFastForwardInput {}
|
|
19
|
+
export interface MergeBranchesByFastForwardCommandOutput
|
|
20
|
+
extends MergeBranchesByFastForwardOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class MergeBranchesByFastForwardCommand extends $Command<
|
|
23
|
+
MergeBranchesByFastForwardCommandInput,
|
|
24
|
+
MergeBranchesByFastForwardCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MergeBranchesByFastForwardCommandInput;
|
|
28
|
+
constructor(input: MergeBranchesByFastForwardCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
MergeBranchesByFastForwardCommandInput,
|
|
35
|
+
MergeBranchesByFastForwardCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
MergeBranchesBySquashInput,
|
|
15
|
+
MergeBranchesBySquashOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface MergeBranchesBySquashCommandInput
|
|
18
|
+
extends MergeBranchesBySquashInput {}
|
|
19
|
+
export interface MergeBranchesBySquashCommandOutput
|
|
20
|
+
extends MergeBranchesBySquashOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class MergeBranchesBySquashCommand extends $Command<
|
|
23
|
+
MergeBranchesBySquashCommandInput,
|
|
24
|
+
MergeBranchesBySquashCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MergeBranchesBySquashCommandInput;
|
|
28
|
+
constructor(input: MergeBranchesBySquashCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
MergeBranchesBySquashCommandInput,
|
|
35
|
+
MergeBranchesBySquashCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
MergeBranchesByThreeWayInput,
|
|
15
|
+
MergeBranchesByThreeWayOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface MergeBranchesByThreeWayCommandInput
|
|
18
|
+
extends MergeBranchesByThreeWayInput {}
|
|
19
|
+
export interface MergeBranchesByThreeWayCommandOutput
|
|
20
|
+
extends MergeBranchesByThreeWayOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class MergeBranchesByThreeWayCommand extends $Command<
|
|
23
|
+
MergeBranchesByThreeWayCommandInput,
|
|
24
|
+
MergeBranchesByThreeWayCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MergeBranchesByThreeWayCommandInput;
|
|
28
|
+
constructor(input: MergeBranchesByThreeWayCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
MergeBranchesByThreeWayCommandInput,
|
|
35
|
+
MergeBranchesByThreeWayCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
MergePullRequestByFastForwardInput,
|
|
15
|
+
MergePullRequestByFastForwardOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface MergePullRequestByFastForwardCommandInput
|
|
18
|
+
extends MergePullRequestByFastForwardInput {}
|
|
19
|
+
export interface MergePullRequestByFastForwardCommandOutput
|
|
20
|
+
extends MergePullRequestByFastForwardOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class MergePullRequestByFastForwardCommand extends $Command<
|
|
23
|
+
MergePullRequestByFastForwardCommandInput,
|
|
24
|
+
MergePullRequestByFastForwardCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MergePullRequestByFastForwardCommandInput;
|
|
28
|
+
constructor(input: MergePullRequestByFastForwardCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
MergePullRequestByFastForwardCommandInput,
|
|
35
|
+
MergePullRequestByFastForwardCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
MergePullRequestBySquashInput,
|
|
15
|
+
MergePullRequestBySquashOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface MergePullRequestBySquashCommandInput
|
|
18
|
+
extends MergePullRequestBySquashInput {}
|
|
19
|
+
export interface MergePullRequestBySquashCommandOutput
|
|
20
|
+
extends MergePullRequestBySquashOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class MergePullRequestBySquashCommand extends $Command<
|
|
23
|
+
MergePullRequestBySquashCommandInput,
|
|
24
|
+
MergePullRequestBySquashCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MergePullRequestBySquashCommandInput;
|
|
28
|
+
constructor(input: MergePullRequestBySquashCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
MergePullRequestBySquashCommandInput,
|
|
35
|
+
MergePullRequestBySquashCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
MergePullRequestByThreeWayInput,
|
|
15
|
+
MergePullRequestByThreeWayOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface MergePullRequestByThreeWayCommandInput
|
|
18
|
+
extends MergePullRequestByThreeWayInput {}
|
|
19
|
+
export interface MergePullRequestByThreeWayCommandOutput
|
|
20
|
+
extends MergePullRequestByThreeWayOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class MergePullRequestByThreeWayCommand extends $Command<
|
|
23
|
+
MergePullRequestByThreeWayCommandInput,
|
|
24
|
+
MergePullRequestByThreeWayCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MergePullRequestByThreeWayCommandInput;
|
|
28
|
+
constructor(input: MergePullRequestByThreeWayCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
MergePullRequestByThreeWayCommandInput,
|
|
35
|
+
MergePullRequestByThreeWayCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import { OverridePullRequestApprovalRulesInput } from "../models/models_1";
|
|
14
|
+
export interface OverridePullRequestApprovalRulesCommandInput
|
|
15
|
+
extends OverridePullRequestApprovalRulesInput {}
|
|
16
|
+
export interface OverridePullRequestApprovalRulesCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class OverridePullRequestApprovalRulesCommand extends $Command<
|
|
19
|
+
OverridePullRequestApprovalRulesCommandInput,
|
|
20
|
+
OverridePullRequestApprovalRulesCommandOutput,
|
|
21
|
+
CodeCommitClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: OverridePullRequestApprovalRulesCommandInput;
|
|
24
|
+
constructor(input: OverridePullRequestApprovalRulesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
OverridePullRequestApprovalRulesCommandInput,
|
|
31
|
+
OverridePullRequestApprovalRulesCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|