@aws-sdk/client-codecommit 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/CodeCommit.d.ts +78 -0
- package/dist-types/CodeCommitClient.d.ts +24 -4
- package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
- package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
- package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetBlobCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/GetCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetFileCommand.d.ts +16 -0
- package/dist-types/commands/GetFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
- package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
- package/dist-types/commands/PutFileCommand.d.ts +16 -0
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
- package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +462 -0
- package/dist-types/models/models_1.d.ts +193 -0
- package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
- package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetApprovalRuleTemplateInput, GetApprovalRuleTemplateOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApprovalRuleTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApprovalRuleTemplateCommandInput extends GetApprovalRuleTemplateInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApprovalRuleTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTemplateOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a specified approval rule template.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApprovalRuleTemplateCommandInput - {@link GetApprovalRuleTemplateCommandInput}
|
|
34
|
+
* @returns {@link GetApprovalRuleTemplateCommandOutput}
|
|
28
35
|
* @see {@link GetApprovalRuleTemplateCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApprovalRuleTemplateCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem
|
|
|
47
54
|
export declare class GetApprovalRuleTemplateCommand extends $Command<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
|
|
48
55
|
readonly input: GetApprovalRuleTemplateCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetApprovalRuleTemplateCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetBlobInput, GetBlobOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBlobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBlobCommandInput extends GetBlobInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBlobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the base-64 encoded content of an individual blob in a repository.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBlobCommandInput - {@link GetBlobCommandInput}
|
|
34
|
+
* @returns {@link GetBlobCommandOutput}
|
|
28
35
|
* @see {@link GetBlobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBlobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {
|
|
|
77
84
|
export declare class GetBlobCommand extends $Command<GetBlobCommandInput, GetBlobCommandOutput, CodeCommitClientResolvedConfig> {
|
|
78
85
|
readonly input: GetBlobCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: GetBlobCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlobCommandInput, GetBlobCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetBranchInput, GetBranchOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBranchCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBranchCommandInput extends GetBranchInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBranchCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a repository branch, including its name and the last commit ID.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBranchCommandInput - {@link GetBranchCommandInput}
|
|
34
|
+
* @returns {@link GetBranchCommandOutput}
|
|
28
35
|
* @see {@link GetBranchCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBranchCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -73,11 +80,20 @@ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBeare
|
|
|
73
80
|
export declare class GetBranchCommand extends $Command<GetBranchCommandInput, GetBranchCommandOutput, CodeCommitClientResolvedConfig> {
|
|
74
81
|
readonly input: GetBranchCommandInput;
|
|
75
82
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
76
86
|
constructor(input: GetBranchCommandInput);
|
|
77
87
|
/**
|
|
78
88
|
* @internal
|
|
79
89
|
*/
|
|
80
90
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBranchCommandInput, GetBranchCommandOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
81
94
|
private serialize;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
82
98
|
private deserialize;
|
|
83
99
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetCommentInput, GetCommentOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCommentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCommentCommandInput extends GetCommentInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCommentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the content of a comment made on a change, file, or commit in a repository. </p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of
|
|
@@ -29,6 +34,8 @@ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBea
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetCommentCommandInput - {@link GetCommentCommandInput}
|
|
38
|
+
* @returns {@link GetCommentCommandOutput}
|
|
32
39
|
* @see {@link GetCommentCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetCommentCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBea
|
|
|
66
73
|
export declare class GetCommentCommand extends $Command<GetCommentCommandInput, GetCommentCommandOutput, CodeCommitClientResolvedConfig> {
|
|
67
74
|
readonly input: GetCommentCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: GetCommentCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentCommandInput, GetCommentCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetCommentReactionsInput, GetCommentReactionsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCommentReactionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCommentReactionsCommandInput extends GetCommentReactionsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCommentReactionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCommentReactionsCommandInput - {@link GetCommentReactionsCommandInput}
|
|
34
|
+
* @returns {@link GetCommentReactionsCommandOutput}
|
|
28
35
|
* @see {@link GetCommentReactionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCommentReactionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut
|
|
|
56
63
|
export declare class GetCommentReactionsCommand extends $Command<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
57
64
|
readonly input: GetCommentReactionsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: GetCommentReactionsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetCommentsForComparedCommitInput, GetCommentsForComparedCommitOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCommentsForComparedCommitCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCommentsForComparedCommitCommandInput extends GetCommentsForComparedCommitInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCommentsForComparedCommitCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsForComparedCommitOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about comments made on the comparison between two commits.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of
|
|
@@ -29,6 +34,8 @@ export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsFo
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetCommentsForComparedCommitCommandInput - {@link GetCommentsForComparedCommitCommandInput}
|
|
38
|
+
* @returns {@link GetCommentsForComparedCommitCommandOutput}
|
|
32
39
|
* @see {@link GetCommentsForComparedCommitCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetCommentsForComparedCommitCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -83,11 +90,20 @@ export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsFo
|
|
|
83
90
|
export declare class GetCommentsForComparedCommitCommand extends $Command<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
84
91
|
readonly input: GetCommentsForComparedCommitCommandInput;
|
|
85
92
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
86
96
|
constructor(input: GetCommentsForComparedCommitCommandInput);
|
|
87
97
|
/**
|
|
88
98
|
* @internal
|
|
89
99
|
*/
|
|
90
100
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput>;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
91
104
|
private serialize;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
92
108
|
private deserialize;
|
|
93
109
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetCommentsForPullRequestInput, GetCommentsForPullRequestOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCommentsForPullRequestCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCommentsForPullRequestCommandInput extends GetCommentsForPullRequestInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCommentsForPullRequestCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPullRequestOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns comments made on a pull request.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of
|
|
@@ -29,6 +34,8 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetCommentsForPullRequestCommandInput - {@link GetCommentsForPullRequestCommandInput}
|
|
38
|
+
* @returns {@link GetCommentsForPullRequestCommandOutput}
|
|
32
39
|
* @see {@link GetCommentsForPullRequestCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetCommentsForPullRequestCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -95,11 +102,20 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu
|
|
|
95
102
|
export declare class GetCommentsForPullRequestCommand extends $Command<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
|
|
96
103
|
readonly input: GetCommentsForPullRequestCommandInput;
|
|
97
104
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
98
108
|
constructor(input: GetCommentsForPullRequestCommandInput);
|
|
99
109
|
/**
|
|
100
110
|
* @internal
|
|
101
111
|
*/
|
|
102
112
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput>;
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
103
116
|
private serialize;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
104
120
|
private deserialize;
|
|
105
121
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetCommitInput, GetCommitOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCommitCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCommitCommandInput extends GetCommitInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCommitCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a commit, including commit message and committer information.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCommitCommandInput - {@link GetCommitCommandInput}
|
|
34
|
+
* @returns {@link GetCommitCommandOutput}
|
|
28
35
|
* @see {@link GetCommitCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCommitCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -73,11 +80,20 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare
|
|
|
73
80
|
export declare class GetCommitCommand extends $Command<GetCommitCommandInput, GetCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
74
81
|
readonly input: GetCommitCommandInput;
|
|
75
82
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
76
86
|
constructor(input: GetCommitCommandInput);
|
|
77
87
|
/**
|
|
78
88
|
* @internal
|
|
79
89
|
*/
|
|
80
90
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommitCommandInput, GetCommitCommandOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
81
94
|
private serialize;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
82
98
|
private deserialize;
|
|
83
99
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetDifferencesInput, GetDifferencesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDifferencesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDifferencesCommandInput extends GetDifferencesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDifferencesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the differences in a valid commit specifier (such as a
|
|
18
23
|
* branch, tag, HEAD, commit ID, or other fully qualified reference). Results can be
|
|
19
24
|
* limited to a specified path.</p>
|
|
@@ -27,6 +32,8 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param GetDifferencesCommandInput - {@link GetDifferencesCommandInput}
|
|
36
|
+
* @returns {@link GetDifferencesCommandOutput}
|
|
30
37
|
* @see {@link GetDifferencesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link GetDifferencesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -90,11 +97,20 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met
|
|
|
90
97
|
export declare class GetDifferencesCommand extends $Command<GetDifferencesCommandInput, GetDifferencesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
91
98
|
readonly input: GetDifferencesCommandInput;
|
|
92
99
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
93
103
|
constructor(input: GetDifferencesCommandInput);
|
|
94
104
|
/**
|
|
95
105
|
* @internal
|
|
96
106
|
*/
|
|
97
107
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDifferencesCommandInput, GetDifferencesCommandOutput>;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
98
111
|
private serialize;
|
|
112
|
+
/**
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
99
115
|
private deserialize;
|
|
100
116
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetFileInput, GetFileOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFileCommandInput extends GetFileInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the base-64 encoded contents of a specified file and its metadata.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFileCommandInput - {@link GetFileCommandInput}
|
|
34
|
+
* @returns {@link GetFileCommandOutput}
|
|
28
35
|
* @see {@link GetFileCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFileCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -84,11 +91,20 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
|
|
|
84
91
|
export declare class GetFileCommand extends $Command<GetFileCommandInput, GetFileCommandOutput, CodeCommitClientResolvedConfig> {
|
|
85
92
|
readonly input: GetFileCommandInput;
|
|
86
93
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
87
97
|
constructor(input: GetFileCommandInput);
|
|
88
98
|
/**
|
|
89
99
|
* @internal
|
|
90
100
|
*/
|
|
91
101
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFileCommandInput, GetFileCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
92
105
|
private serialize;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
93
109
|
private deserialize;
|
|
94
110
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetFolderInput, GetFolderOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFolderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFolderCommandInput extends GetFolderInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFolderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the contents of a specified folder in a repository.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFolderCommandInput - {@link GetFolderCommandInput}
|
|
34
|
+
* @returns {@link GetFolderCommandOutput}
|
|
28
35
|
* @see {@link GetFolderCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFolderCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -80,11 +87,20 @@ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBeare
|
|
|
80
87
|
export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, CodeCommitClientResolvedConfig> {
|
|
81
88
|
readonly input: GetFolderCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: GetFolderCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMergeCommitCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMergeCommitCommandInput extends GetMergeCommitInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMergeCommitCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a specified merge commit.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetMergeCommitCommandInput - {@link GetMergeCommitCommandInput}
|
|
34
|
+
* @returns {@link GetMergeCommitCommandOutput}
|
|
28
35
|
* @see {@link GetMergeCommitCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetMergeCommitCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -79,11 +86,20 @@ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __Met
|
|
|
79
86
|
export declare class GetMergeCommitCommand extends $Command<GetMergeCommitCommandInput, GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
80
87
|
readonly input: GetMergeCommitCommandInput;
|
|
81
88
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
82
92
|
constructor(input: GetMergeCommitCommandInput);
|
|
83
93
|
/**
|
|
84
94
|
* @internal
|
|
85
95
|
*/
|
|
86
96
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeCommitCommandInput, GetMergeCommitCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
87
100
|
private serialize;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
88
104
|
private deserialize;
|
|
89
105
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { GetMergeConflictsInput, GetMergeConflictsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMergeConflictsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMergeConflictsCommandInput extends GetMergeConflictsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMergeConflictsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetMergeConflictsCommandInput - {@link GetMergeConflictsCommandInput}
|
|
34
|
+
* @returns {@link GetMergeConflictsCommandOutput}
|
|
28
35
|
* @see {@link GetMergeConflictsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetMergeConflictsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -107,11 +114,20 @@ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput,
|
|
|
107
114
|
export declare class GetMergeConflictsCommand extends $Command<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
108
115
|
readonly input: GetMergeConflictsCommandInput;
|
|
109
116
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
110
120
|
constructor(input: GetMergeConflictsCommandInput);
|
|
111
121
|
/**
|
|
112
122
|
* @internal
|
|
113
123
|
*/
|
|
114
124
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput>;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
115
128
|
private serialize;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
116
132
|
private deserialize;
|
|
117
133
|
}
|