@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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS
|
|
18
23
|
* CodeCommit. For a list of valid resources in AWS CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a> in the<i> AWS CodeCommit User
|
|
19
24
|
* Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
36
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
30
37
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
58
65
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeCommitClientResolvedConfig> {
|
|
59
66
|
readonly input: ListTagsForResourceCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListTagsForResourceCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { MergeBranchesByFastForwardInput, MergeBranchesByFastForwardOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MergeBranchesByFastForwardCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MergeBranchesByFastForwardCommandInput extends MergeBranchesByFastForwardInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MergeBranchesByFastForwardCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesByFastForwardOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Merges two branches using the fast-forward merge strategy.</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 MergeBranchesByFastForwardCommandOutput extends MergeBranchesBy
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param MergeBranchesByFastForwardCommandInput - {@link MergeBranchesByFastForwardCommandInput}
|
|
34
|
+
* @returns {@link MergeBranchesByFastForwardCommandOutput}
|
|
28
35
|
* @see {@link MergeBranchesByFastForwardCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link MergeBranchesByFastForwardCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -99,11 +106,20 @@ export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesBy
|
|
|
99
106
|
export declare class MergeBranchesByFastForwardCommand extends $Command<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, CodeCommitClientResolvedConfig> {
|
|
100
107
|
readonly input: MergeBranchesByFastForwardCommandInput;
|
|
101
108
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
102
112
|
constructor(input: MergeBranchesByFastForwardCommandInput);
|
|
103
113
|
/**
|
|
104
114
|
* @internal
|
|
105
115
|
*/
|
|
106
116
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
107
120
|
private serialize;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
108
124
|
private deserialize;
|
|
109
125
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { MergeBranchesBySquashInput, MergeBranchesBySquashOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MergeBranchesBySquashCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MergeBranchesBySquashCommandInput extends MergeBranchesBySquashInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MergeBranchesBySquashCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquashOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Merges two branches using the squash merge strategy.</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 MergeBranchesBySquashCommandOutput extends MergeBranchesBySquas
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param MergeBranchesBySquashCommandInput - {@link MergeBranchesBySquashCommandInput}
|
|
34
|
+
* @returns {@link MergeBranchesBySquashCommandOutput}
|
|
28
35
|
* @see {@link MergeBranchesBySquashCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link MergeBranchesBySquashCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -165,11 +172,20 @@ export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquas
|
|
|
165
172
|
export declare class MergeBranchesBySquashCommand extends $Command<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, CodeCommitClientResolvedConfig> {
|
|
166
173
|
readonly input: MergeBranchesBySquashCommandInput;
|
|
167
174
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
168
178
|
constructor(input: MergeBranchesBySquashCommandInput);
|
|
169
179
|
/**
|
|
170
180
|
* @internal
|
|
171
181
|
*/
|
|
172
182
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
173
186
|
private serialize;
|
|
187
|
+
/**
|
|
188
|
+
* @internal
|
|
189
|
+
*/
|
|
174
190
|
private deserialize;
|
|
175
191
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { MergeBranchesByThreeWayInput, MergeBranchesByThreeWayOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MergeBranchesByThreeWayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MergeBranchesByThreeWayCommandInput extends MergeBranchesByThreeWayInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MergeBranchesByThreeWayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThreeWayOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Merges two specified branches using the three-way merge strategy.</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 MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThr
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param MergeBranchesByThreeWayCommandInput - {@link MergeBranchesByThreeWayCommandInput}
|
|
34
|
+
* @returns {@link MergeBranchesByThreeWayCommandOutput}
|
|
28
35
|
* @see {@link MergeBranchesByThreeWayCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link MergeBranchesByThreeWayCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -165,11 +172,20 @@ export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThr
|
|
|
165
172
|
export declare class MergeBranchesByThreeWayCommand extends $Command<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, CodeCommitClientResolvedConfig> {
|
|
166
173
|
readonly input: MergeBranchesByThreeWayCommandInput;
|
|
167
174
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
168
178
|
constructor(input: MergeBranchesByThreeWayCommandInput);
|
|
169
179
|
/**
|
|
170
180
|
* @internal
|
|
171
181
|
*/
|
|
172
182
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
173
186
|
private serialize;
|
|
187
|
+
/**
|
|
188
|
+
* @internal
|
|
189
|
+
*/
|
|
174
190
|
private deserialize;
|
|
175
191
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { MergePullRequestByFastForwardInput, MergePullRequestByFastForwardOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MergePullRequestByFastForwardCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MergePullRequestByFastForwardCommandInput extends MergePullRequestByFastForwardInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MergePullRequestByFastForwardCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MergePullRequestByFastForwardCommandOutput extends MergePullRequestByFastForwardOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Attempts to merge the source commit of a pull request into the specified destination
|
|
18
23
|
* branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface MergePullRequestByFastForwardCommandOutput extends MergePullReq
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param MergePullRequestByFastForwardCommandInput - {@link MergePullRequestByFastForwardCommandInput}
|
|
35
|
+
* @returns {@link MergePullRequestByFastForwardCommandOutput}
|
|
29
36
|
* @see {@link MergePullRequestByFastForwardCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link MergePullRequestByFastForwardCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -99,11 +106,20 @@ export interface MergePullRequestByFastForwardCommandOutput extends MergePullReq
|
|
|
99
106
|
export declare class MergePullRequestByFastForwardCommand extends $Command<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, CodeCommitClientResolvedConfig> {
|
|
100
107
|
readonly input: MergePullRequestByFastForwardCommandInput;
|
|
101
108
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
102
112
|
constructor(input: MergePullRequestByFastForwardCommandInput);
|
|
103
113
|
/**
|
|
104
114
|
* @internal
|
|
105
115
|
*/
|
|
106
116
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
107
120
|
private serialize;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
108
124
|
private deserialize;
|
|
109
125
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { MergePullRequestBySquashInput, MergePullRequestBySquashOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MergePullRequestBySquashCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MergePullRequestBySquashCommandInput extends MergePullRequestBySquashInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MergePullRequestBySquashCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MergePullRequestBySquashCommandOutput extends MergePullRequestBySquashOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Attempts to merge the source commit of a pull request into the specified destination
|
|
18
23
|
* branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface MergePullRequestBySquashCommandOutput extends MergePullRequestB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param MergePullRequestBySquashCommandInput - {@link MergePullRequestBySquashCommandInput}
|
|
35
|
+
* @returns {@link MergePullRequestBySquashCommandOutput}
|
|
29
36
|
* @see {@link MergePullRequestBySquashCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link MergePullRequestBySquashCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -162,11 +169,20 @@ export interface MergePullRequestBySquashCommandOutput extends MergePullRequestB
|
|
|
162
169
|
export declare class MergePullRequestBySquashCommand extends $Command<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig> {
|
|
163
170
|
readonly input: MergePullRequestBySquashCommandInput;
|
|
164
171
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
165
175
|
constructor(input: MergePullRequestBySquashCommandInput);
|
|
166
176
|
/**
|
|
167
177
|
* @internal
|
|
168
178
|
*/
|
|
169
179
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* @internal
|
|
182
|
+
*/
|
|
170
183
|
private serialize;
|
|
184
|
+
/**
|
|
185
|
+
* @internal
|
|
186
|
+
*/
|
|
171
187
|
private deserialize;
|
|
172
188
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { MergePullRequestByThreeWayInput, MergePullRequestByThreeWayOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MergePullRequestByThreeWayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MergePullRequestByThreeWayCommandInput extends MergePullRequestByThreeWayInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MergePullRequestByThreeWayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MergePullRequestByThreeWayCommandOutput extends MergePullRequestByThreeWayOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Attempts to merge the source commit of a pull request into the specified destination
|
|
18
23
|
* branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface MergePullRequestByThreeWayCommandOutput extends MergePullReques
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param MergePullRequestByThreeWayCommandInput - {@link MergePullRequestByThreeWayCommandInput}
|
|
35
|
+
* @returns {@link MergePullRequestByThreeWayCommandOutput}
|
|
29
36
|
* @see {@link MergePullRequestByThreeWayCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link MergePullRequestByThreeWayCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -162,11 +169,20 @@ export interface MergePullRequestByThreeWayCommandOutput extends MergePullReques
|
|
|
162
169
|
export declare class MergePullRequestByThreeWayCommand extends $Command<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig> {
|
|
163
170
|
readonly input: MergePullRequestByThreeWayCommandInput;
|
|
164
171
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
165
175
|
constructor(input: MergePullRequestByThreeWayCommandInput);
|
|
166
176
|
/**
|
|
167
177
|
* @internal
|
|
168
178
|
*/
|
|
169
179
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* @internal
|
|
182
|
+
*/
|
|
170
183
|
private serialize;
|
|
184
|
+
/**
|
|
185
|
+
* @internal
|
|
186
|
+
*/
|
|
171
187
|
private deserialize;
|
|
172
188
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { OverridePullRequestApprovalRulesInput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link OverridePullRequestApprovalRulesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface OverridePullRequestApprovalRulesCommandInput extends OverridePullRequestApprovalRulesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link OverridePullRequestApprovalRulesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface OverridePullRequestApprovalRulesCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sets aside (overrides) all approval rule requirements for a specified pull request.</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 OverridePullRequestApprovalRulesCommandOutput extends __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param OverridePullRequestApprovalRulesCommandInput - {@link OverridePullRequestApprovalRulesCommandInput}
|
|
34
|
+
* @returns {@link OverridePullRequestApprovalRulesCommandOutput}
|
|
28
35
|
* @see {@link OverridePullRequestApprovalRulesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link OverridePullRequestApprovalRulesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -79,11 +86,20 @@ export interface OverridePullRequestApprovalRulesCommandOutput extends __Metadat
|
|
|
79
86
|
export declare class OverridePullRequestApprovalRulesCommand extends $Command<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
80
87
|
readonly input: OverridePullRequestApprovalRulesCommandInput;
|
|
81
88
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
82
92
|
constructor(input: OverridePullRequestApprovalRulesCommandInput);
|
|
83
93
|
/**
|
|
84
94
|
* @internal
|
|
85
95
|
*/
|
|
86
96
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput>;
|
|
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 { PostCommentForComparedCommitInput, PostCommentForComparedCommitOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PostCommentForComparedCommitCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PostCommentForComparedCommitCommandInput extends PostCommentForComparedCommitInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PostCommentForComparedCommitCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PostCommentForComparedCommitCommandOutput extends PostCommentForComparedCommitOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Posts a comment on the comparison between two commits.</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 PostCommentForComparedCommitCommandOutput extends PostCommentFo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param PostCommentForComparedCommitCommandInput - {@link PostCommentForComparedCommitCommandInput}
|
|
34
|
+
* @returns {@link PostCommentForComparedCommitCommandOutput}
|
|
28
35
|
* @see {@link PostCommentForComparedCommitCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link PostCommentForComparedCommitCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -115,11 +122,20 @@ export interface PostCommentForComparedCommitCommandOutput extends PostCommentFo
|
|
|
115
122
|
export declare class PostCommentForComparedCommitCommand extends $Command<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
116
123
|
readonly input: PostCommentForComparedCommitCommandInput;
|
|
117
124
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
118
128
|
constructor(input: PostCommentForComparedCommitCommandInput);
|
|
119
129
|
/**
|
|
120
130
|
* @internal
|
|
121
131
|
*/
|
|
122
132
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput>;
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
123
136
|
private serialize;
|
|
137
|
+
/**
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
124
140
|
private deserialize;
|
|
125
141
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { PostCommentForPullRequestInput, PostCommentForPullRequestOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PostCommentForPullRequestCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PostCommentForPullRequestCommandInput extends PostCommentForPullRequestInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PostCommentForPullRequestCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PostCommentForPullRequestCommandOutput extends PostCommentForPullRequestOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Posts a comment on a pull request.</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 PostCommentForPullRequestCommandOutput extends PostCommentForPu
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param PostCommentForPullRequestCommandInput - {@link PostCommentForPullRequestCommandInput}
|
|
34
|
+
* @returns {@link PostCommentForPullRequestCommandOutput}
|
|
28
35
|
* @see {@link PostCommentForPullRequestCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link PostCommentForPullRequestCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -127,11 +134,20 @@ export interface PostCommentForPullRequestCommandOutput extends PostCommentForPu
|
|
|
127
134
|
export declare class PostCommentForPullRequestCommand extends $Command<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
|
|
128
135
|
readonly input: PostCommentForPullRequestCommandInput;
|
|
129
136
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
130
140
|
constructor(input: PostCommentForPullRequestCommandInput);
|
|
131
141
|
/**
|
|
132
142
|
* @internal
|
|
133
143
|
*/
|
|
134
144
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
135
148
|
private serialize;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
136
152
|
private deserialize;
|
|
137
153
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PostCommentReplyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PostCommentReplyCommandInput extends PostCommentReplyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PostCommentReplyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Posts a comment in reply to an existing comment on a comparison between commits or a pull request.</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 PostCommentReplyCommandOutput extends PostCommentReplyOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param PostCommentReplyCommandInput - {@link PostCommentReplyCommandInput}
|
|
34
|
+
* @returns {@link PostCommentReplyCommandOutput}
|
|
28
35
|
* @see {@link PostCommentReplyCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link PostCommentReplyCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, _
|
|
|
64
71
|
export declare class PostCommentReplyCommand extends $Command<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig> {
|
|
65
72
|
readonly input: PostCommentReplyCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: PostCommentReplyCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostCommentReplyCommandInput, PostCommentReplyCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { PutCommentReactionInput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutCommentReactionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutCommentReactionCommandInput extends PutCommentReactionInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutCommentReactionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutCommentReactionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or
|
|
18
23
|
* update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface PutCommentReactionCommandOutput extends __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param PutCommentReactionCommandInput - {@link PutCommentReactionCommandInput}
|
|
35
|
+
* @returns {@link PutCommentReactionCommandOutput}
|
|
29
36
|
* @see {@link PutCommentReactionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link PutCommentReactionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface PutCommentReactionCommandOutput extends __MetadataBearer {
|
|
|
57
64
|
export declare class PutCommentReactionCommand extends $Command<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig> {
|
|
58
65
|
readonly input: PutCommentReactionCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: PutCommentReactionCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCommentReactionCommandInput, PutCommentReactionCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|