@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,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
|
+
EvaluatePullRequestApprovalRulesInput,
|
|
15
|
+
EvaluatePullRequestApprovalRulesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface EvaluatePullRequestApprovalRulesCommandInput
|
|
18
|
+
extends EvaluatePullRequestApprovalRulesInput {}
|
|
19
|
+
export interface EvaluatePullRequestApprovalRulesCommandOutput
|
|
20
|
+
extends EvaluatePullRequestApprovalRulesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class EvaluatePullRequestApprovalRulesCommand extends $Command<
|
|
23
|
+
EvaluatePullRequestApprovalRulesCommandInput,
|
|
24
|
+
EvaluatePullRequestApprovalRulesCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: EvaluatePullRequestApprovalRulesCommandInput;
|
|
28
|
+
constructor(input: EvaluatePullRequestApprovalRulesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
EvaluatePullRequestApprovalRulesCommandInput,
|
|
35
|
+
EvaluatePullRequestApprovalRulesCommandOutput
|
|
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
|
+
GetApprovalRuleTemplateInput,
|
|
15
|
+
GetApprovalRuleTemplateOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetApprovalRuleTemplateCommandInput
|
|
18
|
+
extends GetApprovalRuleTemplateInput {}
|
|
19
|
+
export interface GetApprovalRuleTemplateCommandOutput
|
|
20
|
+
extends GetApprovalRuleTemplateOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetApprovalRuleTemplateCommand extends $Command<
|
|
23
|
+
GetApprovalRuleTemplateCommandInput,
|
|
24
|
+
GetApprovalRuleTemplateCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetApprovalRuleTemplateCommandInput;
|
|
28
|
+
constructor(input: GetApprovalRuleTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetApprovalRuleTemplateCommandInput,
|
|
35
|
+
GetApprovalRuleTemplateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { GetBlobInput, GetBlobOutput } from "../models/models_0";
|
|
14
|
+
export interface GetBlobCommandInput extends GetBlobInput {}
|
|
15
|
+
export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {}
|
|
16
|
+
export declare class GetBlobCommand extends $Command<
|
|
17
|
+
GetBlobCommandInput,
|
|
18
|
+
GetBlobCommandOutput,
|
|
19
|
+
CodeCommitClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: GetBlobCommandInput;
|
|
22
|
+
constructor(input: GetBlobCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<GetBlobCommandInput, GetBlobCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetBranchInput, GetBranchOutput } from "../models/models_0";
|
|
14
|
+
export interface GetBranchCommandInput extends GetBranchInput {}
|
|
15
|
+
export interface GetBranchCommandOutput
|
|
16
|
+
extends GetBranchOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetBranchCommand extends $Command<
|
|
19
|
+
GetBranchCommandInput,
|
|
20
|
+
GetBranchCommandOutput,
|
|
21
|
+
CodeCommitClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetBranchCommandInput;
|
|
24
|
+
constructor(input: GetBranchCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetBranchCommandInput, GetBranchCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetCommentInput, GetCommentOutput } from "../models/models_0";
|
|
14
|
+
export interface GetCommentCommandInput extends GetCommentInput {}
|
|
15
|
+
export interface GetCommentCommandOutput
|
|
16
|
+
extends GetCommentOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetCommentCommand extends $Command<
|
|
19
|
+
GetCommentCommandInput,
|
|
20
|
+
GetCommentCommandOutput,
|
|
21
|
+
CodeCommitClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetCommentCommandInput;
|
|
24
|
+
constructor(input: GetCommentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetCommentCommandInput, GetCommentCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
GetCommentReactionsInput,
|
|
15
|
+
GetCommentReactionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCommentReactionsCommandInput
|
|
18
|
+
extends GetCommentReactionsInput {}
|
|
19
|
+
export interface GetCommentReactionsCommandOutput
|
|
20
|
+
extends GetCommentReactionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCommentReactionsCommand extends $Command<
|
|
23
|
+
GetCommentReactionsCommandInput,
|
|
24
|
+
GetCommentReactionsCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCommentReactionsCommandInput;
|
|
28
|
+
constructor(input: GetCommentReactionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput>;
|
|
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
|
+
GetCommentsForComparedCommitInput,
|
|
15
|
+
GetCommentsForComparedCommitOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCommentsForComparedCommitCommandInput
|
|
18
|
+
extends GetCommentsForComparedCommitInput {}
|
|
19
|
+
export interface GetCommentsForComparedCommitCommandOutput
|
|
20
|
+
extends GetCommentsForComparedCommitOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCommentsForComparedCommitCommand extends $Command<
|
|
23
|
+
GetCommentsForComparedCommitCommandInput,
|
|
24
|
+
GetCommentsForComparedCommitCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCommentsForComparedCommitCommandInput;
|
|
28
|
+
constructor(input: GetCommentsForComparedCommitCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetCommentsForComparedCommitCommandInput,
|
|
35
|
+
GetCommentsForComparedCommitCommandOutput
|
|
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
|
+
GetCommentsForPullRequestInput,
|
|
15
|
+
GetCommentsForPullRequestOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCommentsForPullRequestCommandInput
|
|
18
|
+
extends GetCommentsForPullRequestInput {}
|
|
19
|
+
export interface GetCommentsForPullRequestCommandOutput
|
|
20
|
+
extends GetCommentsForPullRequestOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCommentsForPullRequestCommand extends $Command<
|
|
23
|
+
GetCommentsForPullRequestCommandInput,
|
|
24
|
+
GetCommentsForPullRequestCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCommentsForPullRequestCommandInput;
|
|
28
|
+
constructor(input: GetCommentsForPullRequestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetCommentsForPullRequestCommandInput,
|
|
35
|
+
GetCommentsForPullRequestCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetCommitInput, GetCommitOutput } from "../models/models_0";
|
|
14
|
+
export interface GetCommitCommandInput extends GetCommitInput {}
|
|
15
|
+
export interface GetCommitCommandOutput
|
|
16
|
+
extends GetCommitOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetCommitCommand extends $Command<
|
|
19
|
+
GetCommitCommandInput,
|
|
20
|
+
GetCommitCommandOutput,
|
|
21
|
+
CodeCommitClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetCommitCommandInput;
|
|
24
|
+
constructor(input: GetCommitCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetCommitCommandInput, GetCommitCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetDifferencesInput, GetDifferencesOutput } from "../models/models_0";
|
|
14
|
+
export interface GetDifferencesCommandInput extends GetDifferencesInput {}
|
|
15
|
+
export interface GetDifferencesCommandOutput
|
|
16
|
+
extends GetDifferencesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDifferencesCommand extends $Command<
|
|
19
|
+
GetDifferencesCommandInput,
|
|
20
|
+
GetDifferencesCommandOutput,
|
|
21
|
+
CodeCommitClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDifferencesCommandInput;
|
|
24
|
+
constructor(input: GetDifferencesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDifferencesCommandInput, GetDifferencesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { GetFileInput, GetFileOutput } from "../models/models_0";
|
|
14
|
+
export interface GetFileCommandInput extends GetFileInput {}
|
|
15
|
+
export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {}
|
|
16
|
+
export declare class GetFileCommand extends $Command<
|
|
17
|
+
GetFileCommandInput,
|
|
18
|
+
GetFileCommandOutput,
|
|
19
|
+
CodeCommitClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: GetFileCommandInput;
|
|
22
|
+
constructor(input: GetFileCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<GetFileCommandInput, GetFileCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetFolderInput, GetFolderOutput } from "../models/models_0";
|
|
14
|
+
export interface GetFolderCommandInput extends GetFolderInput {}
|
|
15
|
+
export interface GetFolderCommandOutput
|
|
16
|
+
extends GetFolderOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetFolderCommand extends $Command<
|
|
19
|
+
GetFolderCommandInput,
|
|
20
|
+
GetFolderCommandOutput,
|
|
21
|
+
CodeCommitClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetFolderCommandInput;
|
|
24
|
+
constructor(input: GetFolderCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|