@aws-sdk/client-codecommit 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +0 -77
- package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -847
- package/dist-types/ts3.4/models/models_1.d.ts +0 -265
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -23,160 +23,112 @@ export declare enum SortByEnum {
|
|
|
23
23
|
MODIFIED_DATE = "lastModifiedDate",
|
|
24
24
|
REPOSITORY_NAME = "repositoryName",
|
|
25
25
|
}
|
|
26
|
-
|
|
27
26
|
export interface ListRepositoriesInput {
|
|
28
27
|
nextToken?: string;
|
|
29
|
-
|
|
30
28
|
sortBy?: SortByEnum | string;
|
|
31
|
-
|
|
32
29
|
order?: OrderEnum | string;
|
|
33
30
|
}
|
|
34
|
-
|
|
35
31
|
export interface RepositoryNameIdPair {
|
|
36
32
|
repositoryName?: string;
|
|
37
|
-
|
|
38
33
|
repositoryId?: string;
|
|
39
34
|
}
|
|
40
|
-
|
|
41
35
|
export interface ListRepositoriesOutput {
|
|
42
36
|
repositories?: RepositoryNameIdPair[];
|
|
43
|
-
|
|
44
37
|
nextToken?: string;
|
|
45
38
|
}
|
|
46
39
|
export interface ListRepositoriesForApprovalRuleTemplateInput {
|
|
47
40
|
approvalRuleTemplateName: string | undefined;
|
|
48
|
-
|
|
49
41
|
nextToken?: string;
|
|
50
|
-
|
|
51
42
|
maxResults?: number;
|
|
52
43
|
}
|
|
53
44
|
export interface ListRepositoriesForApprovalRuleTemplateOutput {
|
|
54
45
|
repositoryNames?: string[];
|
|
55
|
-
|
|
56
46
|
nextToken?: string;
|
|
57
47
|
}
|
|
58
|
-
|
|
59
48
|
export declare class InvalidResourceArnException extends __BaseException {
|
|
60
49
|
readonly name: "InvalidResourceArnException";
|
|
61
50
|
readonly $fault: "client";
|
|
62
|
-
|
|
63
51
|
constructor(
|
|
64
52
|
opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>
|
|
65
53
|
);
|
|
66
54
|
}
|
|
67
55
|
export interface ListTagsForResourceInput {
|
|
68
56
|
resourceArn: string | undefined;
|
|
69
|
-
|
|
70
57
|
nextToken?: string;
|
|
71
58
|
}
|
|
72
59
|
export interface ListTagsForResourceOutput {
|
|
73
60
|
tags?: Record<string, string>;
|
|
74
|
-
|
|
75
61
|
nextToken?: string;
|
|
76
62
|
}
|
|
77
|
-
|
|
78
63
|
export declare class ResourceArnRequiredException extends __BaseException {
|
|
79
64
|
readonly name: "ResourceArnRequiredException";
|
|
80
65
|
readonly $fault: "client";
|
|
81
|
-
|
|
82
66
|
constructor(
|
|
83
67
|
opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
|
|
84
68
|
);
|
|
85
69
|
}
|
|
86
|
-
|
|
87
70
|
export declare class InvalidTargetBranchException extends __BaseException {
|
|
88
71
|
readonly name: "InvalidTargetBranchException";
|
|
89
72
|
readonly $fault: "client";
|
|
90
|
-
|
|
91
73
|
constructor(
|
|
92
74
|
opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>
|
|
93
75
|
);
|
|
94
76
|
}
|
|
95
77
|
export interface MergeBranchesByFastForwardInput {
|
|
96
78
|
repositoryName: string | undefined;
|
|
97
|
-
|
|
98
79
|
sourceCommitSpecifier: string | undefined;
|
|
99
|
-
|
|
100
80
|
destinationCommitSpecifier: string | undefined;
|
|
101
|
-
|
|
102
81
|
targetBranch?: string;
|
|
103
82
|
}
|
|
104
83
|
export interface MergeBranchesByFastForwardOutput {
|
|
105
84
|
commitId?: string;
|
|
106
|
-
|
|
107
85
|
treeId?: string;
|
|
108
86
|
}
|
|
109
87
|
export interface MergeBranchesBySquashInput {
|
|
110
88
|
repositoryName: string | undefined;
|
|
111
|
-
|
|
112
89
|
sourceCommitSpecifier: string | undefined;
|
|
113
|
-
|
|
114
90
|
destinationCommitSpecifier: string | undefined;
|
|
115
|
-
|
|
116
91
|
targetBranch?: string;
|
|
117
|
-
|
|
118
92
|
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
119
|
-
|
|
120
93
|
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
121
|
-
|
|
122
94
|
authorName?: string;
|
|
123
|
-
|
|
124
95
|
email?: string;
|
|
125
|
-
|
|
126
96
|
commitMessage?: string;
|
|
127
|
-
|
|
128
97
|
keepEmptyFolders?: boolean;
|
|
129
|
-
|
|
130
98
|
conflictResolution?: ConflictResolution;
|
|
131
99
|
}
|
|
132
100
|
export interface MergeBranchesBySquashOutput {
|
|
133
101
|
commitId?: string;
|
|
134
|
-
|
|
135
102
|
treeId?: string;
|
|
136
103
|
}
|
|
137
104
|
export interface MergeBranchesByThreeWayInput {
|
|
138
105
|
repositoryName: string | undefined;
|
|
139
|
-
|
|
140
106
|
sourceCommitSpecifier: string | undefined;
|
|
141
|
-
|
|
142
107
|
destinationCommitSpecifier: string | undefined;
|
|
143
|
-
|
|
144
108
|
targetBranch?: string;
|
|
145
|
-
|
|
146
109
|
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
147
|
-
|
|
148
110
|
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
149
|
-
|
|
150
111
|
authorName?: string;
|
|
151
|
-
|
|
152
112
|
email?: string;
|
|
153
|
-
|
|
154
113
|
commitMessage?: string;
|
|
155
|
-
|
|
156
114
|
keepEmptyFolders?: boolean;
|
|
157
|
-
|
|
158
115
|
conflictResolution?: ConflictResolution;
|
|
159
116
|
}
|
|
160
117
|
export interface MergeBranchesByThreeWayOutput {
|
|
161
118
|
commitId?: string;
|
|
162
|
-
|
|
163
119
|
treeId?: string;
|
|
164
120
|
}
|
|
165
121
|
export interface MergePullRequestByFastForwardInput {
|
|
166
122
|
pullRequestId: string | undefined;
|
|
167
|
-
|
|
168
123
|
repositoryName: string | undefined;
|
|
169
|
-
|
|
170
124
|
sourceCommitId?: string;
|
|
171
125
|
}
|
|
172
126
|
export interface MergePullRequestByFastForwardOutput {
|
|
173
127
|
pullRequest?: PullRequest;
|
|
174
128
|
}
|
|
175
|
-
|
|
176
129
|
export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
177
130
|
readonly name: "PullRequestApprovalRulesNotSatisfiedException";
|
|
178
131
|
readonly $fault: "client";
|
|
179
|
-
|
|
180
132
|
constructor(
|
|
181
133
|
opts: __ExceptionOptionType<
|
|
182
134
|
PullRequestApprovalRulesNotSatisfiedException,
|
|
@@ -184,11 +136,9 @@ export declare class PullRequestApprovalRulesNotSatisfiedException extends __Bas
|
|
|
184
136
|
>
|
|
185
137
|
);
|
|
186
138
|
}
|
|
187
|
-
|
|
188
139
|
export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
189
140
|
readonly name: "TipOfSourceReferenceIsDifferentException";
|
|
190
141
|
readonly $fault: "client";
|
|
191
|
-
|
|
192
142
|
constructor(
|
|
193
143
|
opts: __ExceptionOptionType<
|
|
194
144
|
TipOfSourceReferenceIsDifferentException,
|
|
@@ -198,23 +148,14 @@ export declare class TipOfSourceReferenceIsDifferentException extends __BaseExce
|
|
|
198
148
|
}
|
|
199
149
|
export interface MergePullRequestBySquashInput {
|
|
200
150
|
pullRequestId: string | undefined;
|
|
201
|
-
|
|
202
151
|
repositoryName: string | undefined;
|
|
203
|
-
|
|
204
152
|
sourceCommitId?: string;
|
|
205
|
-
|
|
206
153
|
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
207
|
-
|
|
208
154
|
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
209
|
-
|
|
210
155
|
commitMessage?: string;
|
|
211
|
-
|
|
212
156
|
authorName?: string;
|
|
213
|
-
|
|
214
157
|
email?: string;
|
|
215
|
-
|
|
216
158
|
keepEmptyFolders?: boolean;
|
|
217
|
-
|
|
218
159
|
conflictResolution?: ConflictResolution;
|
|
219
160
|
}
|
|
220
161
|
export interface MergePullRequestBySquashOutput {
|
|
@@ -222,58 +163,41 @@ export interface MergePullRequestBySquashOutput {
|
|
|
222
163
|
}
|
|
223
164
|
export interface MergePullRequestByThreeWayInput {
|
|
224
165
|
pullRequestId: string | undefined;
|
|
225
|
-
|
|
226
166
|
repositoryName: string | undefined;
|
|
227
|
-
|
|
228
167
|
sourceCommitId?: string;
|
|
229
|
-
|
|
230
168
|
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
231
|
-
|
|
232
169
|
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
233
|
-
|
|
234
170
|
commitMessage?: string;
|
|
235
|
-
|
|
236
171
|
authorName?: string;
|
|
237
|
-
|
|
238
172
|
email?: string;
|
|
239
|
-
|
|
240
173
|
keepEmptyFolders?: boolean;
|
|
241
|
-
|
|
242
174
|
conflictResolution?: ConflictResolution;
|
|
243
175
|
}
|
|
244
176
|
export interface MergePullRequestByThreeWayOutput {
|
|
245
177
|
pullRequest?: PullRequest;
|
|
246
178
|
}
|
|
247
|
-
|
|
248
179
|
export declare class InvalidOverrideStatusException extends __BaseException {
|
|
249
180
|
readonly name: "InvalidOverrideStatusException";
|
|
250
181
|
readonly $fault: "client";
|
|
251
|
-
|
|
252
182
|
constructor(
|
|
253
183
|
opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>
|
|
254
184
|
);
|
|
255
185
|
}
|
|
256
|
-
|
|
257
186
|
export declare class OverrideAlreadySetException extends __BaseException {
|
|
258
187
|
readonly name: "OverrideAlreadySetException";
|
|
259
188
|
readonly $fault: "client";
|
|
260
|
-
|
|
261
189
|
constructor(
|
|
262
190
|
opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>
|
|
263
191
|
);
|
|
264
192
|
}
|
|
265
193
|
export interface OverridePullRequestApprovalRulesInput {
|
|
266
194
|
pullRequestId: string | undefined;
|
|
267
|
-
|
|
268
195
|
revisionId: string | undefined;
|
|
269
|
-
|
|
270
196
|
overrideStatus: OverrideStatus | string | undefined;
|
|
271
197
|
}
|
|
272
|
-
|
|
273
198
|
export declare class OverrideStatusRequiredException extends __BaseException {
|
|
274
199
|
readonly name: "OverrideStatusRequiredException";
|
|
275
200
|
readonly $fault: "client";
|
|
276
|
-
|
|
277
201
|
constructor(
|
|
278
202
|
opts: __ExceptionOptionType<
|
|
279
203
|
OverrideStatusRequiredException,
|
|
@@ -281,11 +205,9 @@ export declare class OverrideStatusRequiredException extends __BaseException {
|
|
|
281
205
|
>
|
|
282
206
|
);
|
|
283
207
|
}
|
|
284
|
-
|
|
285
208
|
export declare class CommentContentRequiredException extends __BaseException {
|
|
286
209
|
readonly name: "CommentContentRequiredException";
|
|
287
210
|
readonly $fault: "client";
|
|
288
|
-
|
|
289
211
|
constructor(
|
|
290
212
|
opts: __ExceptionOptionType<
|
|
291
213
|
CommentContentRequiredException,
|
|
@@ -293,11 +215,9 @@ export declare class CommentContentRequiredException extends __BaseException {
|
|
|
293
215
|
>
|
|
294
216
|
);
|
|
295
217
|
}
|
|
296
|
-
|
|
297
218
|
export declare class CommentContentSizeLimitExceededException extends __BaseException {
|
|
298
219
|
readonly name: "CommentContentSizeLimitExceededException";
|
|
299
220
|
readonly $fault: "client";
|
|
300
|
-
|
|
301
221
|
constructor(
|
|
302
222
|
opts: __ExceptionOptionType<
|
|
303
223
|
CommentContentSizeLimitExceededException,
|
|
@@ -305,29 +225,23 @@ export declare class CommentContentSizeLimitExceededException extends __BaseExce
|
|
|
305
225
|
>
|
|
306
226
|
);
|
|
307
227
|
}
|
|
308
|
-
|
|
309
228
|
export declare class InvalidFileLocationException extends __BaseException {
|
|
310
229
|
readonly name: "InvalidFileLocationException";
|
|
311
230
|
readonly $fault: "client";
|
|
312
|
-
|
|
313
231
|
constructor(
|
|
314
232
|
opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>
|
|
315
233
|
);
|
|
316
234
|
}
|
|
317
|
-
|
|
318
235
|
export declare class InvalidFilePositionException extends __BaseException {
|
|
319
236
|
readonly name: "InvalidFilePositionException";
|
|
320
237
|
readonly $fault: "client";
|
|
321
|
-
|
|
322
238
|
constructor(
|
|
323
239
|
opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>
|
|
324
240
|
);
|
|
325
241
|
}
|
|
326
|
-
|
|
327
242
|
export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
328
243
|
readonly name: "InvalidRelativeFileVersionEnumException";
|
|
329
244
|
readonly $fault: "client";
|
|
330
|
-
|
|
331
245
|
constructor(
|
|
332
246
|
opts: __ExceptionOptionType<
|
|
333
247
|
InvalidRelativeFileVersionEnumException,
|
|
@@ -337,155 +251,106 @@ export declare class InvalidRelativeFileVersionEnumException extends __BaseExcep
|
|
|
337
251
|
}
|
|
338
252
|
export interface PostCommentForComparedCommitInput {
|
|
339
253
|
repositoryName: string | undefined;
|
|
340
|
-
|
|
341
254
|
beforeCommitId?: string;
|
|
342
|
-
|
|
343
255
|
afterCommitId: string | undefined;
|
|
344
|
-
|
|
345
256
|
location?: Location;
|
|
346
|
-
|
|
347
257
|
content: string | undefined;
|
|
348
|
-
|
|
349
258
|
clientRequestToken?: string;
|
|
350
259
|
}
|
|
351
260
|
export interface PostCommentForComparedCommitOutput {
|
|
352
261
|
repositoryName?: string;
|
|
353
|
-
|
|
354
262
|
beforeCommitId?: string;
|
|
355
|
-
|
|
356
263
|
afterCommitId?: string;
|
|
357
|
-
|
|
358
264
|
beforeBlobId?: string;
|
|
359
|
-
|
|
360
265
|
afterBlobId?: string;
|
|
361
|
-
|
|
362
266
|
location?: Location;
|
|
363
|
-
|
|
364
267
|
comment?: Comment;
|
|
365
268
|
}
|
|
366
269
|
export interface PostCommentForPullRequestInput {
|
|
367
270
|
pullRequestId: string | undefined;
|
|
368
|
-
|
|
369
271
|
repositoryName: string | undefined;
|
|
370
|
-
|
|
371
272
|
beforeCommitId: string | undefined;
|
|
372
|
-
|
|
373
273
|
afterCommitId: string | undefined;
|
|
374
|
-
|
|
375
274
|
location?: Location;
|
|
376
|
-
|
|
377
275
|
content: string | undefined;
|
|
378
|
-
|
|
379
276
|
clientRequestToken?: string;
|
|
380
277
|
}
|
|
381
278
|
export interface PostCommentForPullRequestOutput {
|
|
382
279
|
repositoryName?: string;
|
|
383
|
-
|
|
384
280
|
pullRequestId?: string;
|
|
385
|
-
|
|
386
281
|
beforeCommitId?: string;
|
|
387
|
-
|
|
388
282
|
afterCommitId?: string;
|
|
389
|
-
|
|
390
283
|
beforeBlobId?: string;
|
|
391
|
-
|
|
392
284
|
afterBlobId?: string;
|
|
393
|
-
|
|
394
285
|
location?: Location;
|
|
395
|
-
|
|
396
286
|
comment?: Comment;
|
|
397
287
|
}
|
|
398
288
|
export interface PostCommentReplyInput {
|
|
399
289
|
inReplyTo: string | undefined;
|
|
400
|
-
|
|
401
290
|
clientRequestToken?: string;
|
|
402
|
-
|
|
403
291
|
content: string | undefined;
|
|
404
292
|
}
|
|
405
293
|
export interface PostCommentReplyOutput {
|
|
406
294
|
comment?: Comment;
|
|
407
295
|
}
|
|
408
|
-
|
|
409
296
|
export declare class InvalidReactionValueException extends __BaseException {
|
|
410
297
|
readonly name: "InvalidReactionValueException";
|
|
411
298
|
readonly $fault: "client";
|
|
412
|
-
|
|
413
299
|
constructor(
|
|
414
300
|
opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>
|
|
415
301
|
);
|
|
416
302
|
}
|
|
417
303
|
export interface PutCommentReactionInput {
|
|
418
304
|
commentId: string | undefined;
|
|
419
|
-
|
|
420
305
|
reactionValue: string | undefined;
|
|
421
306
|
}
|
|
422
|
-
|
|
423
307
|
export declare class ReactionLimitExceededException extends __BaseException {
|
|
424
308
|
readonly name: "ReactionLimitExceededException";
|
|
425
309
|
readonly $fault: "client";
|
|
426
|
-
|
|
427
310
|
constructor(
|
|
428
311
|
opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>
|
|
429
312
|
);
|
|
430
313
|
}
|
|
431
|
-
|
|
432
314
|
export declare class ReactionValueRequiredException extends __BaseException {
|
|
433
315
|
readonly name: "ReactionValueRequiredException";
|
|
434
316
|
readonly $fault: "client";
|
|
435
|
-
|
|
436
317
|
constructor(
|
|
437
318
|
opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>
|
|
438
319
|
);
|
|
439
320
|
}
|
|
440
|
-
|
|
441
321
|
export declare class FileContentRequiredException extends __BaseException {
|
|
442
322
|
readonly name: "FileContentRequiredException";
|
|
443
323
|
readonly $fault: "client";
|
|
444
|
-
|
|
445
324
|
constructor(
|
|
446
325
|
opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>
|
|
447
326
|
);
|
|
448
327
|
}
|
|
449
328
|
export interface PutFileInput {
|
|
450
329
|
repositoryName: string | undefined;
|
|
451
|
-
|
|
452
330
|
branchName: string | undefined;
|
|
453
|
-
|
|
454
331
|
fileContent: Uint8Array | undefined;
|
|
455
|
-
|
|
456
332
|
filePath: string | undefined;
|
|
457
|
-
|
|
458
333
|
fileMode?: FileModeTypeEnum | string;
|
|
459
|
-
|
|
460
334
|
parentCommitId?: string;
|
|
461
|
-
|
|
462
335
|
commitMessage?: string;
|
|
463
|
-
|
|
464
336
|
name?: string;
|
|
465
|
-
|
|
466
337
|
email?: string;
|
|
467
338
|
}
|
|
468
339
|
export interface PutFileOutput {
|
|
469
340
|
commitId: string | undefined;
|
|
470
|
-
|
|
471
341
|
blobId: string | undefined;
|
|
472
|
-
|
|
473
342
|
treeId: string | undefined;
|
|
474
343
|
}
|
|
475
|
-
|
|
476
344
|
export declare class SameFileContentException extends __BaseException {
|
|
477
345
|
readonly name: "SameFileContentException";
|
|
478
346
|
readonly $fault: "client";
|
|
479
|
-
|
|
480
347
|
constructor(
|
|
481
348
|
opts: __ExceptionOptionType<SameFileContentException, __BaseException>
|
|
482
349
|
);
|
|
483
350
|
}
|
|
484
|
-
|
|
485
351
|
export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
486
352
|
readonly name: "InvalidRepositoryTriggerBranchNameException";
|
|
487
353
|
readonly $fault: "client";
|
|
488
|
-
|
|
489
354
|
constructor(
|
|
490
355
|
opts: __ExceptionOptionType<
|
|
491
356
|
InvalidRepositoryTriggerBranchNameException,
|
|
@@ -493,11 +358,9 @@ export declare class InvalidRepositoryTriggerBranchNameException extends __BaseE
|
|
|
493
358
|
>
|
|
494
359
|
);
|
|
495
360
|
}
|
|
496
|
-
|
|
497
361
|
export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
498
362
|
readonly name: "InvalidRepositoryTriggerCustomDataException";
|
|
499
363
|
readonly $fault: "client";
|
|
500
|
-
|
|
501
364
|
constructor(
|
|
502
365
|
opts: __ExceptionOptionType<
|
|
503
366
|
InvalidRepositoryTriggerCustomDataException,
|
|
@@ -505,11 +368,9 @@ export declare class InvalidRepositoryTriggerCustomDataException extends __BaseE
|
|
|
505
368
|
>
|
|
506
369
|
);
|
|
507
370
|
}
|
|
508
|
-
|
|
509
371
|
export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
510
372
|
readonly name: "InvalidRepositoryTriggerDestinationArnException";
|
|
511
373
|
readonly $fault: "client";
|
|
512
|
-
|
|
513
374
|
constructor(
|
|
514
375
|
opts: __ExceptionOptionType<
|
|
515
376
|
InvalidRepositoryTriggerDestinationArnException,
|
|
@@ -517,11 +378,9 @@ export declare class InvalidRepositoryTriggerDestinationArnException extends __B
|
|
|
517
378
|
>
|
|
518
379
|
);
|
|
519
380
|
}
|
|
520
|
-
|
|
521
381
|
export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
522
382
|
readonly name: "InvalidRepositoryTriggerEventsException";
|
|
523
383
|
readonly $fault: "client";
|
|
524
|
-
|
|
525
384
|
constructor(
|
|
526
385
|
opts: __ExceptionOptionType<
|
|
527
386
|
InvalidRepositoryTriggerEventsException,
|
|
@@ -529,11 +388,9 @@ export declare class InvalidRepositoryTriggerEventsException extends __BaseExcep
|
|
|
529
388
|
>
|
|
530
389
|
);
|
|
531
390
|
}
|
|
532
|
-
|
|
533
391
|
export declare class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
534
392
|
readonly name: "InvalidRepositoryTriggerNameException";
|
|
535
393
|
readonly $fault: "client";
|
|
536
|
-
|
|
537
394
|
constructor(
|
|
538
395
|
opts: __ExceptionOptionType<
|
|
539
396
|
InvalidRepositoryTriggerNameException,
|
|
@@ -541,11 +398,9 @@ export declare class InvalidRepositoryTriggerNameException extends __BaseExcepti
|
|
|
541
398
|
>
|
|
542
399
|
);
|
|
543
400
|
}
|
|
544
|
-
|
|
545
401
|
export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
546
402
|
readonly name: "InvalidRepositoryTriggerRegionException";
|
|
547
403
|
readonly $fault: "client";
|
|
548
|
-
|
|
549
404
|
constructor(
|
|
550
405
|
opts: __ExceptionOptionType<
|
|
551
406
|
InvalidRepositoryTriggerRegionException,
|
|
@@ -553,11 +408,9 @@ export declare class InvalidRepositoryTriggerRegionException extends __BaseExcep
|
|
|
553
408
|
>
|
|
554
409
|
);
|
|
555
410
|
}
|
|
556
|
-
|
|
557
411
|
export declare class MaximumBranchesExceededException extends __BaseException {
|
|
558
412
|
readonly name: "MaximumBranchesExceededException";
|
|
559
413
|
readonly $fault: "client";
|
|
560
|
-
|
|
561
414
|
constructor(
|
|
562
415
|
opts: __ExceptionOptionType<
|
|
563
416
|
MaximumBranchesExceededException,
|
|
@@ -565,11 +418,9 @@ export declare class MaximumBranchesExceededException extends __BaseException {
|
|
|
565
418
|
>
|
|
566
419
|
);
|
|
567
420
|
}
|
|
568
|
-
|
|
569
421
|
export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
570
422
|
readonly name: "MaximumRepositoryTriggersExceededException";
|
|
571
423
|
readonly $fault: "client";
|
|
572
|
-
|
|
573
424
|
constructor(
|
|
574
425
|
opts: __ExceptionOptionType<
|
|
575
426
|
MaximumRepositoryTriggersExceededException,
|
|
@@ -577,21 +428,16 @@ export declare class MaximumRepositoryTriggersExceededException extends __BaseEx
|
|
|
577
428
|
>
|
|
578
429
|
);
|
|
579
430
|
}
|
|
580
|
-
|
|
581
431
|
export interface PutRepositoryTriggersInput {
|
|
582
432
|
repositoryName: string | undefined;
|
|
583
|
-
|
|
584
433
|
triggers: RepositoryTrigger[] | undefined;
|
|
585
434
|
}
|
|
586
|
-
|
|
587
435
|
export interface PutRepositoryTriggersOutput {
|
|
588
436
|
configurationId?: string;
|
|
589
437
|
}
|
|
590
|
-
|
|
591
438
|
export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
592
439
|
readonly name: "RepositoryTriggerBranchNameListRequiredException";
|
|
593
440
|
readonly $fault: "client";
|
|
594
|
-
|
|
595
441
|
constructor(
|
|
596
442
|
opts: __ExceptionOptionType<
|
|
597
443
|
RepositoryTriggerBranchNameListRequiredException,
|
|
@@ -599,11 +445,9 @@ export declare class RepositoryTriggerBranchNameListRequiredException extends __
|
|
|
599
445
|
>
|
|
600
446
|
);
|
|
601
447
|
}
|
|
602
|
-
|
|
603
448
|
export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
604
449
|
readonly name: "RepositoryTriggerDestinationArnRequiredException";
|
|
605
450
|
readonly $fault: "client";
|
|
606
|
-
|
|
607
451
|
constructor(
|
|
608
452
|
opts: __ExceptionOptionType<
|
|
609
453
|
RepositoryTriggerDestinationArnRequiredException,
|
|
@@ -611,11 +455,9 @@ export declare class RepositoryTriggerDestinationArnRequiredException extends __
|
|
|
611
455
|
>
|
|
612
456
|
);
|
|
613
457
|
}
|
|
614
|
-
|
|
615
458
|
export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
616
459
|
readonly name: "RepositoryTriggerEventsListRequiredException";
|
|
617
460
|
readonly $fault: "client";
|
|
618
|
-
|
|
619
461
|
constructor(
|
|
620
462
|
opts: __ExceptionOptionType<
|
|
621
463
|
RepositoryTriggerEventsListRequiredException,
|
|
@@ -623,11 +465,9 @@ export declare class RepositoryTriggerEventsListRequiredException extends __Base
|
|
|
623
465
|
>
|
|
624
466
|
);
|
|
625
467
|
}
|
|
626
|
-
|
|
627
468
|
export declare class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
628
469
|
readonly name: "RepositoryTriggerNameRequiredException";
|
|
629
470
|
readonly $fault: "client";
|
|
630
|
-
|
|
631
471
|
constructor(
|
|
632
472
|
opts: __ExceptionOptionType<
|
|
633
473
|
RepositoryTriggerNameRequiredException,
|
|
@@ -635,11 +475,9 @@ export declare class RepositoryTriggerNameRequiredException extends __BaseExcept
|
|
|
635
475
|
>
|
|
636
476
|
);
|
|
637
477
|
}
|
|
638
|
-
|
|
639
478
|
export declare class RepositoryTriggersListRequiredException extends __BaseException {
|
|
640
479
|
readonly name: "RepositoryTriggersListRequiredException";
|
|
641
480
|
readonly $fault: "client";
|
|
642
|
-
|
|
643
481
|
constructor(
|
|
644
482
|
opts: __ExceptionOptionType<
|
|
645
483
|
RepositoryTriggersListRequiredException,
|
|
@@ -649,64 +487,48 @@ export declare class RepositoryTriggersListRequiredException extends __BaseExcep
|
|
|
649
487
|
}
|
|
650
488
|
export interface TagResourceInput {
|
|
651
489
|
resourceArn: string | undefined;
|
|
652
|
-
|
|
653
490
|
tags: Record<string, string> | undefined;
|
|
654
491
|
}
|
|
655
|
-
|
|
656
492
|
export declare class TagsMapRequiredException extends __BaseException {
|
|
657
493
|
readonly name: "TagsMapRequiredException";
|
|
658
494
|
readonly $fault: "client";
|
|
659
|
-
|
|
660
495
|
constructor(
|
|
661
496
|
opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>
|
|
662
497
|
);
|
|
663
498
|
}
|
|
664
|
-
|
|
665
499
|
export interface TestRepositoryTriggersInput {
|
|
666
500
|
repositoryName: string | undefined;
|
|
667
|
-
|
|
668
501
|
triggers: RepositoryTrigger[] | undefined;
|
|
669
502
|
}
|
|
670
|
-
|
|
671
503
|
export interface RepositoryTriggerExecutionFailure {
|
|
672
504
|
trigger?: string;
|
|
673
|
-
|
|
674
505
|
failureMessage?: string;
|
|
675
506
|
}
|
|
676
|
-
|
|
677
507
|
export interface TestRepositoryTriggersOutput {
|
|
678
508
|
successfulExecutions?: string[];
|
|
679
|
-
|
|
680
509
|
failedExecutions?: RepositoryTriggerExecutionFailure[];
|
|
681
510
|
}
|
|
682
|
-
|
|
683
511
|
export declare class InvalidTagKeysListException extends __BaseException {
|
|
684
512
|
readonly name: "InvalidTagKeysListException";
|
|
685
513
|
readonly $fault: "client";
|
|
686
|
-
|
|
687
514
|
constructor(
|
|
688
515
|
opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>
|
|
689
516
|
);
|
|
690
517
|
}
|
|
691
|
-
|
|
692
518
|
export declare class TagKeysListRequiredException extends __BaseException {
|
|
693
519
|
readonly name: "TagKeysListRequiredException";
|
|
694
520
|
readonly $fault: "client";
|
|
695
|
-
|
|
696
521
|
constructor(
|
|
697
522
|
opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>
|
|
698
523
|
);
|
|
699
524
|
}
|
|
700
525
|
export interface UntagResourceInput {
|
|
701
526
|
resourceArn: string | undefined;
|
|
702
|
-
|
|
703
527
|
tagKeys: string[] | undefined;
|
|
704
528
|
}
|
|
705
|
-
|
|
706
529
|
export declare class InvalidRuleContentSha256Exception extends __BaseException {
|
|
707
530
|
readonly name: "InvalidRuleContentSha256Exception";
|
|
708
531
|
readonly $fault: "client";
|
|
709
|
-
|
|
710
532
|
constructor(
|
|
711
533
|
opts: __ExceptionOptionType<
|
|
712
534
|
InvalidRuleContentSha256Exception,
|
|
@@ -716,9 +538,7 @@ export declare class InvalidRuleContentSha256Exception extends __BaseException {
|
|
|
716
538
|
}
|
|
717
539
|
export interface UpdateApprovalRuleTemplateContentInput {
|
|
718
540
|
approvalRuleTemplateName: string | undefined;
|
|
719
|
-
|
|
720
541
|
newRuleContent: string | undefined;
|
|
721
|
-
|
|
722
542
|
existingRuleContentSha256?: string;
|
|
723
543
|
}
|
|
724
544
|
export interface UpdateApprovalRuleTemplateContentOutput {
|
|
@@ -726,7 +546,6 @@ export interface UpdateApprovalRuleTemplateContentOutput {
|
|
|
726
546
|
}
|
|
727
547
|
export interface UpdateApprovalRuleTemplateDescriptionInput {
|
|
728
548
|
approvalRuleTemplateName: string | undefined;
|
|
729
|
-
|
|
730
549
|
approvalRuleTemplateDescription: string | undefined;
|
|
731
550
|
}
|
|
732
551
|
export interface UpdateApprovalRuleTemplateDescriptionOutput {
|
|
@@ -734,17 +553,14 @@ export interface UpdateApprovalRuleTemplateDescriptionOutput {
|
|
|
734
553
|
}
|
|
735
554
|
export interface UpdateApprovalRuleTemplateNameInput {
|
|
736
555
|
oldApprovalRuleTemplateName: string | undefined;
|
|
737
|
-
|
|
738
556
|
newApprovalRuleTemplateName: string | undefined;
|
|
739
557
|
}
|
|
740
558
|
export interface UpdateApprovalRuleTemplateNameOutput {
|
|
741
559
|
approvalRuleTemplate: ApprovalRuleTemplate | undefined;
|
|
742
560
|
}
|
|
743
|
-
|
|
744
561
|
export declare class CommentNotCreatedByCallerException extends __BaseException {
|
|
745
562
|
readonly name: "CommentNotCreatedByCallerException";
|
|
746
563
|
readonly $fault: "client";
|
|
747
|
-
|
|
748
564
|
constructor(
|
|
749
565
|
opts: __ExceptionOptionType<
|
|
750
566
|
CommentNotCreatedByCallerException,
|
|
@@ -754,44 +570,34 @@ export declare class CommentNotCreatedByCallerException extends __BaseException
|
|
|
754
570
|
}
|
|
755
571
|
export interface UpdateCommentInput {
|
|
756
572
|
commentId: string | undefined;
|
|
757
|
-
|
|
758
573
|
content: string | undefined;
|
|
759
574
|
}
|
|
760
575
|
export interface UpdateCommentOutput {
|
|
761
576
|
comment?: Comment;
|
|
762
577
|
}
|
|
763
|
-
|
|
764
578
|
export interface UpdateDefaultBranchInput {
|
|
765
579
|
repositoryName: string | undefined;
|
|
766
|
-
|
|
767
580
|
defaultBranchName: string | undefined;
|
|
768
581
|
}
|
|
769
582
|
export interface UpdatePullRequestApprovalRuleContentInput {
|
|
770
583
|
pullRequestId: string | undefined;
|
|
771
|
-
|
|
772
584
|
approvalRuleName: string | undefined;
|
|
773
|
-
|
|
774
585
|
existingRuleContentSha256?: string;
|
|
775
|
-
|
|
776
586
|
newRuleContent: string | undefined;
|
|
777
587
|
}
|
|
778
588
|
export interface UpdatePullRequestApprovalRuleContentOutput {
|
|
779
589
|
approvalRule: ApprovalRule | undefined;
|
|
780
590
|
}
|
|
781
|
-
|
|
782
591
|
export declare class InvalidApprovalStateException extends __BaseException {
|
|
783
592
|
readonly name: "InvalidApprovalStateException";
|
|
784
593
|
readonly $fault: "client";
|
|
785
|
-
|
|
786
594
|
constructor(
|
|
787
595
|
opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>
|
|
788
596
|
);
|
|
789
597
|
}
|
|
790
|
-
|
|
791
598
|
export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
792
599
|
readonly name: "MaximumNumberOfApprovalsExceededException";
|
|
793
600
|
readonly $fault: "client";
|
|
794
|
-
|
|
795
601
|
constructor(
|
|
796
602
|
opts: __ExceptionOptionType<
|
|
797
603
|
MaximumNumberOfApprovalsExceededException,
|
|
@@ -799,11 +605,9 @@ export declare class MaximumNumberOfApprovalsExceededException extends __BaseExc
|
|
|
799
605
|
>
|
|
800
606
|
);
|
|
801
607
|
}
|
|
802
|
-
|
|
803
608
|
export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
804
609
|
readonly name: "PullRequestCannotBeApprovedByAuthorException";
|
|
805
610
|
readonly $fault: "client";
|
|
806
|
-
|
|
807
611
|
constructor(
|
|
808
612
|
opts: __ExceptionOptionType<
|
|
809
613
|
PullRequestCannotBeApprovedByAuthorException,
|
|
@@ -813,24 +617,19 @@ export declare class PullRequestCannotBeApprovedByAuthorException extends __Base
|
|
|
813
617
|
}
|
|
814
618
|
export interface UpdatePullRequestApprovalStateInput {
|
|
815
619
|
pullRequestId: string | undefined;
|
|
816
|
-
|
|
817
620
|
revisionId: string | undefined;
|
|
818
|
-
|
|
819
621
|
approvalState: ApprovalState | string | undefined;
|
|
820
622
|
}
|
|
821
623
|
export interface UpdatePullRequestDescriptionInput {
|
|
822
624
|
pullRequestId: string | undefined;
|
|
823
|
-
|
|
824
625
|
description: string | undefined;
|
|
825
626
|
}
|
|
826
627
|
export interface UpdatePullRequestDescriptionOutput {
|
|
827
628
|
pullRequest: PullRequest | undefined;
|
|
828
629
|
}
|
|
829
|
-
|
|
830
630
|
export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
831
631
|
readonly name: "InvalidPullRequestStatusUpdateException";
|
|
832
632
|
readonly $fault: "client";
|
|
833
|
-
|
|
834
633
|
constructor(
|
|
835
634
|
opts: __ExceptionOptionType<
|
|
836
635
|
InvalidPullRequestStatusUpdateException,
|
|
@@ -838,11 +637,9 @@ export declare class InvalidPullRequestStatusUpdateException extends __BaseExcep
|
|
|
838
637
|
>
|
|
839
638
|
);
|
|
840
639
|
}
|
|
841
|
-
|
|
842
640
|
export declare class PullRequestStatusRequiredException extends __BaseException {
|
|
843
641
|
readonly name: "PullRequestStatusRequiredException";
|
|
844
642
|
readonly $fault: "client";
|
|
845
|
-
|
|
846
643
|
constructor(
|
|
847
644
|
opts: __ExceptionOptionType<
|
|
848
645
|
PullRequestStatusRequiredException,
|
|
@@ -852,7 +649,6 @@ export declare class PullRequestStatusRequiredException extends __BaseException
|
|
|
852
649
|
}
|
|
853
650
|
export interface UpdatePullRequestStatusInput {
|
|
854
651
|
pullRequestId: string | undefined;
|
|
855
|
-
|
|
856
652
|
pullRequestStatus: PullRequestStatusEnum | string | undefined;
|
|
857
653
|
}
|
|
858
654
|
export interface UpdatePullRequestStatusOutput {
|
|
@@ -860,243 +656,182 @@ export interface UpdatePullRequestStatusOutput {
|
|
|
860
656
|
}
|
|
861
657
|
export interface UpdatePullRequestTitleInput {
|
|
862
658
|
pullRequestId: string | undefined;
|
|
863
|
-
|
|
864
659
|
title: string | undefined;
|
|
865
660
|
}
|
|
866
661
|
export interface UpdatePullRequestTitleOutput {
|
|
867
662
|
pullRequest: PullRequest | undefined;
|
|
868
663
|
}
|
|
869
|
-
|
|
870
664
|
export interface UpdateRepositoryDescriptionInput {
|
|
871
665
|
repositoryName: string | undefined;
|
|
872
|
-
|
|
873
666
|
repositoryDescription?: string;
|
|
874
667
|
}
|
|
875
|
-
|
|
876
668
|
export interface UpdateRepositoryNameInput {
|
|
877
669
|
oldName: string | undefined;
|
|
878
|
-
|
|
879
670
|
newName: string | undefined;
|
|
880
671
|
}
|
|
881
|
-
|
|
882
672
|
export declare const ListRepositoriesInputFilterSensitiveLog: (
|
|
883
673
|
obj: ListRepositoriesInput
|
|
884
674
|
) => any;
|
|
885
|
-
|
|
886
675
|
export declare const RepositoryNameIdPairFilterSensitiveLog: (
|
|
887
676
|
obj: RepositoryNameIdPair
|
|
888
677
|
) => any;
|
|
889
|
-
|
|
890
678
|
export declare const ListRepositoriesOutputFilterSensitiveLog: (
|
|
891
679
|
obj: ListRepositoriesOutput
|
|
892
680
|
) => any;
|
|
893
|
-
|
|
894
681
|
export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (
|
|
895
682
|
obj: ListRepositoriesForApprovalRuleTemplateInput
|
|
896
683
|
) => any;
|
|
897
|
-
|
|
898
684
|
export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (
|
|
899
685
|
obj: ListRepositoriesForApprovalRuleTemplateOutput
|
|
900
686
|
) => any;
|
|
901
|
-
|
|
902
687
|
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
903
688
|
obj: ListTagsForResourceInput
|
|
904
689
|
) => any;
|
|
905
|
-
|
|
906
690
|
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
907
691
|
obj: ListTagsForResourceOutput
|
|
908
692
|
) => any;
|
|
909
|
-
|
|
910
693
|
export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (
|
|
911
694
|
obj: MergeBranchesByFastForwardInput
|
|
912
695
|
) => any;
|
|
913
|
-
|
|
914
696
|
export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (
|
|
915
697
|
obj: MergeBranchesByFastForwardOutput
|
|
916
698
|
) => any;
|
|
917
|
-
|
|
918
699
|
export declare const MergeBranchesBySquashInputFilterSensitiveLog: (
|
|
919
700
|
obj: MergeBranchesBySquashInput
|
|
920
701
|
) => any;
|
|
921
|
-
|
|
922
702
|
export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (
|
|
923
703
|
obj: MergeBranchesBySquashOutput
|
|
924
704
|
) => any;
|
|
925
|
-
|
|
926
705
|
export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (
|
|
927
706
|
obj: MergeBranchesByThreeWayInput
|
|
928
707
|
) => any;
|
|
929
|
-
|
|
930
708
|
export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (
|
|
931
709
|
obj: MergeBranchesByThreeWayOutput
|
|
932
710
|
) => any;
|
|
933
|
-
|
|
934
711
|
export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (
|
|
935
712
|
obj: MergePullRequestByFastForwardInput
|
|
936
713
|
) => any;
|
|
937
|
-
|
|
938
714
|
export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (
|
|
939
715
|
obj: MergePullRequestByFastForwardOutput
|
|
940
716
|
) => any;
|
|
941
|
-
|
|
942
717
|
export declare const MergePullRequestBySquashInputFilterSensitiveLog: (
|
|
943
718
|
obj: MergePullRequestBySquashInput
|
|
944
719
|
) => any;
|
|
945
|
-
|
|
946
720
|
export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (
|
|
947
721
|
obj: MergePullRequestBySquashOutput
|
|
948
722
|
) => any;
|
|
949
|
-
|
|
950
723
|
export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (
|
|
951
724
|
obj: MergePullRequestByThreeWayInput
|
|
952
725
|
) => any;
|
|
953
|
-
|
|
954
726
|
export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (
|
|
955
727
|
obj: MergePullRequestByThreeWayOutput
|
|
956
728
|
) => any;
|
|
957
|
-
|
|
958
729
|
export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (
|
|
959
730
|
obj: OverridePullRequestApprovalRulesInput
|
|
960
731
|
) => any;
|
|
961
|
-
|
|
962
732
|
export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (
|
|
963
733
|
obj: PostCommentForComparedCommitInput
|
|
964
734
|
) => any;
|
|
965
|
-
|
|
966
735
|
export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (
|
|
967
736
|
obj: PostCommentForComparedCommitOutput
|
|
968
737
|
) => any;
|
|
969
|
-
|
|
970
738
|
export declare const PostCommentForPullRequestInputFilterSensitiveLog: (
|
|
971
739
|
obj: PostCommentForPullRequestInput
|
|
972
740
|
) => any;
|
|
973
|
-
|
|
974
741
|
export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (
|
|
975
742
|
obj: PostCommentForPullRequestOutput
|
|
976
743
|
) => any;
|
|
977
|
-
|
|
978
744
|
export declare const PostCommentReplyInputFilterSensitiveLog: (
|
|
979
745
|
obj: PostCommentReplyInput
|
|
980
746
|
) => any;
|
|
981
|
-
|
|
982
747
|
export declare const PostCommentReplyOutputFilterSensitiveLog: (
|
|
983
748
|
obj: PostCommentReplyOutput
|
|
984
749
|
) => any;
|
|
985
|
-
|
|
986
750
|
export declare const PutCommentReactionInputFilterSensitiveLog: (
|
|
987
751
|
obj: PutCommentReactionInput
|
|
988
752
|
) => any;
|
|
989
|
-
|
|
990
753
|
export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
|
|
991
|
-
|
|
992
754
|
export declare const PutFileOutputFilterSensitiveLog: (
|
|
993
755
|
obj: PutFileOutput
|
|
994
756
|
) => any;
|
|
995
|
-
|
|
996
757
|
export declare const PutRepositoryTriggersInputFilterSensitiveLog: (
|
|
997
758
|
obj: PutRepositoryTriggersInput
|
|
998
759
|
) => any;
|
|
999
|
-
|
|
1000
760
|
export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (
|
|
1001
761
|
obj: PutRepositoryTriggersOutput
|
|
1002
762
|
) => any;
|
|
1003
|
-
|
|
1004
763
|
export declare const TagResourceInputFilterSensitiveLog: (
|
|
1005
764
|
obj: TagResourceInput
|
|
1006
765
|
) => any;
|
|
1007
|
-
|
|
1008
766
|
export declare const TestRepositoryTriggersInputFilterSensitiveLog: (
|
|
1009
767
|
obj: TestRepositoryTriggersInput
|
|
1010
768
|
) => any;
|
|
1011
|
-
|
|
1012
769
|
export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (
|
|
1013
770
|
obj: RepositoryTriggerExecutionFailure
|
|
1014
771
|
) => any;
|
|
1015
|
-
|
|
1016
772
|
export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (
|
|
1017
773
|
obj: TestRepositoryTriggersOutput
|
|
1018
774
|
) => any;
|
|
1019
|
-
|
|
1020
775
|
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
1021
776
|
obj: UntagResourceInput
|
|
1022
777
|
) => any;
|
|
1023
|
-
|
|
1024
778
|
export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (
|
|
1025
779
|
obj: UpdateApprovalRuleTemplateContentInput
|
|
1026
780
|
) => any;
|
|
1027
|
-
|
|
1028
781
|
export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (
|
|
1029
782
|
obj: UpdateApprovalRuleTemplateContentOutput
|
|
1030
783
|
) => any;
|
|
1031
|
-
|
|
1032
784
|
export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (
|
|
1033
785
|
obj: UpdateApprovalRuleTemplateDescriptionInput
|
|
1034
786
|
) => any;
|
|
1035
|
-
|
|
1036
787
|
export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (
|
|
1037
788
|
obj: UpdateApprovalRuleTemplateDescriptionOutput
|
|
1038
789
|
) => any;
|
|
1039
|
-
|
|
1040
790
|
export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (
|
|
1041
791
|
obj: UpdateApprovalRuleTemplateNameInput
|
|
1042
792
|
) => any;
|
|
1043
|
-
|
|
1044
793
|
export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (
|
|
1045
794
|
obj: UpdateApprovalRuleTemplateNameOutput
|
|
1046
795
|
) => any;
|
|
1047
|
-
|
|
1048
796
|
export declare const UpdateCommentInputFilterSensitiveLog: (
|
|
1049
797
|
obj: UpdateCommentInput
|
|
1050
798
|
) => any;
|
|
1051
|
-
|
|
1052
799
|
export declare const UpdateCommentOutputFilterSensitiveLog: (
|
|
1053
800
|
obj: UpdateCommentOutput
|
|
1054
801
|
) => any;
|
|
1055
|
-
|
|
1056
802
|
export declare const UpdateDefaultBranchInputFilterSensitiveLog: (
|
|
1057
803
|
obj: UpdateDefaultBranchInput
|
|
1058
804
|
) => any;
|
|
1059
|
-
|
|
1060
805
|
export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (
|
|
1061
806
|
obj: UpdatePullRequestApprovalRuleContentInput
|
|
1062
807
|
) => any;
|
|
1063
|
-
|
|
1064
808
|
export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (
|
|
1065
809
|
obj: UpdatePullRequestApprovalRuleContentOutput
|
|
1066
810
|
) => any;
|
|
1067
|
-
|
|
1068
811
|
export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (
|
|
1069
812
|
obj: UpdatePullRequestApprovalStateInput
|
|
1070
813
|
) => any;
|
|
1071
|
-
|
|
1072
814
|
export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (
|
|
1073
815
|
obj: UpdatePullRequestDescriptionInput
|
|
1074
816
|
) => any;
|
|
1075
|
-
|
|
1076
817
|
export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (
|
|
1077
818
|
obj: UpdatePullRequestDescriptionOutput
|
|
1078
819
|
) => any;
|
|
1079
|
-
|
|
1080
820
|
export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (
|
|
1081
821
|
obj: UpdatePullRequestStatusInput
|
|
1082
822
|
) => any;
|
|
1083
|
-
|
|
1084
823
|
export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (
|
|
1085
824
|
obj: UpdatePullRequestStatusOutput
|
|
1086
825
|
) => any;
|
|
1087
|
-
|
|
1088
826
|
export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (
|
|
1089
827
|
obj: UpdatePullRequestTitleInput
|
|
1090
828
|
) => any;
|
|
1091
|
-
|
|
1092
829
|
export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (
|
|
1093
830
|
obj: UpdatePullRequestTitleOutput
|
|
1094
831
|
) => any;
|
|
1095
|
-
|
|
1096
832
|
export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (
|
|
1097
833
|
obj: UpdateRepositoryDescriptionInput
|
|
1098
834
|
) => any;
|
|
1099
|
-
|
|
1100
835
|
export declare const UpdateRepositoryNameInputFilterSensitiveLog: (
|
|
1101
836
|
obj: UpdateRepositoryNameInput
|
|
1102
837
|
) => any;
|