@aws-sdk/client-codecommit 3.1087.0 → 3.1089.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
- package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +187 -772
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -3,167 +3,104 @@ import { CodeCommitServiceException as __BaseException } from "./CodeCommitServi
|
|
|
3
3
|
export declare class ActorDoesNotExistException extends __BaseException {
|
|
4
4
|
readonly name: "ActorDoesNotExistException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<ActorDoesNotExistException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<ActorDoesNotExistException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ApprovalRuleContentRequiredException extends __BaseException {
|
|
11
9
|
readonly name: "ApprovalRuleContentRequiredException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<
|
|
15
|
-
ApprovalRuleContentRequiredException,
|
|
16
|
-
__BaseException
|
|
17
|
-
>
|
|
18
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleContentRequiredException, __BaseException>);
|
|
19
12
|
}
|
|
20
13
|
export declare class ApprovalRuleDoesNotExistException extends __BaseException {
|
|
21
14
|
readonly name: "ApprovalRuleDoesNotExistException";
|
|
22
15
|
readonly $fault: "client";
|
|
23
|
-
constructor(
|
|
24
|
-
opts: __ExceptionOptionType<
|
|
25
|
-
ApprovalRuleDoesNotExistException,
|
|
26
|
-
__BaseException
|
|
27
|
-
>
|
|
28
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleDoesNotExistException, __BaseException>);
|
|
29
17
|
}
|
|
30
18
|
export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
|
|
31
19
|
readonly name: "ApprovalRuleNameAlreadyExistsException";
|
|
32
20
|
readonly $fault: "client";
|
|
33
|
-
constructor(
|
|
34
|
-
opts: __ExceptionOptionType<
|
|
35
|
-
ApprovalRuleNameAlreadyExistsException,
|
|
36
|
-
__BaseException
|
|
37
|
-
>
|
|
38
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleNameAlreadyExistsException, __BaseException>);
|
|
39
22
|
}
|
|
40
23
|
export declare class ApprovalRuleNameRequiredException extends __BaseException {
|
|
41
24
|
readonly name: "ApprovalRuleNameRequiredException";
|
|
42
25
|
readonly $fault: "client";
|
|
43
|
-
constructor(
|
|
44
|
-
opts: __ExceptionOptionType<
|
|
45
|
-
ApprovalRuleNameRequiredException,
|
|
46
|
-
__BaseException
|
|
47
|
-
>
|
|
48
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleNameRequiredException, __BaseException>);
|
|
49
27
|
}
|
|
50
28
|
export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
|
|
51
29
|
readonly name: "ApprovalRuleTemplateContentRequiredException";
|
|
52
30
|
readonly $fault: "client";
|
|
53
31
|
constructor(
|
|
54
|
-
opts: __ExceptionOptionType<
|
|
55
|
-
ApprovalRuleTemplateContentRequiredException,
|
|
56
|
-
__BaseException
|
|
57
|
-
>
|
|
32
|
+
opts: __ExceptionOptionType<ApprovalRuleTemplateContentRequiredException, __BaseException>,
|
|
58
33
|
);
|
|
59
34
|
}
|
|
60
35
|
export declare class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
|
|
61
36
|
readonly name: "ApprovalRuleTemplateDoesNotExistException";
|
|
62
37
|
readonly $fault: "client";
|
|
63
38
|
constructor(
|
|
64
|
-
opts: __ExceptionOptionType<
|
|
65
|
-
ApprovalRuleTemplateDoesNotExistException,
|
|
66
|
-
__BaseException
|
|
67
|
-
>
|
|
39
|
+
opts: __ExceptionOptionType<ApprovalRuleTemplateDoesNotExistException, __BaseException>,
|
|
68
40
|
);
|
|
69
41
|
}
|
|
70
42
|
export declare class ApprovalRuleTemplateInUseException extends __BaseException {
|
|
71
43
|
readonly name: "ApprovalRuleTemplateInUseException";
|
|
72
44
|
readonly $fault: "client";
|
|
73
|
-
constructor(
|
|
74
|
-
opts: __ExceptionOptionType<
|
|
75
|
-
ApprovalRuleTemplateInUseException,
|
|
76
|
-
__BaseException
|
|
77
|
-
>
|
|
78
|
-
);
|
|
45
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateInUseException, __BaseException>);
|
|
79
46
|
}
|
|
80
47
|
export declare class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
|
|
81
48
|
readonly name: "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
82
49
|
readonly $fault: "client";
|
|
83
50
|
constructor(
|
|
84
|
-
opts: __ExceptionOptionType<
|
|
85
|
-
ApprovalRuleTemplateNameAlreadyExistsException,
|
|
86
|
-
__BaseException
|
|
87
|
-
>
|
|
51
|
+
opts: __ExceptionOptionType<ApprovalRuleTemplateNameAlreadyExistsException, __BaseException>,
|
|
88
52
|
);
|
|
89
53
|
}
|
|
90
54
|
export declare class ApprovalRuleTemplateNameRequiredException extends __BaseException {
|
|
91
55
|
readonly name: "ApprovalRuleTemplateNameRequiredException";
|
|
92
56
|
readonly $fault: "client";
|
|
93
57
|
constructor(
|
|
94
|
-
opts: __ExceptionOptionType<
|
|
95
|
-
ApprovalRuleTemplateNameRequiredException,
|
|
96
|
-
__BaseException
|
|
97
|
-
>
|
|
58
|
+
opts: __ExceptionOptionType<ApprovalRuleTemplateNameRequiredException, __BaseException>,
|
|
98
59
|
);
|
|
99
60
|
}
|
|
100
61
|
export declare class ApprovalStateRequiredException extends __BaseException {
|
|
101
62
|
readonly name: "ApprovalStateRequiredException";
|
|
102
63
|
readonly $fault: "client";
|
|
103
|
-
constructor(
|
|
104
|
-
opts: __ExceptionOptionType<ApprovalStateRequiredException, __BaseException>
|
|
105
|
-
);
|
|
64
|
+
constructor(opts: __ExceptionOptionType<ApprovalStateRequiredException, __BaseException>);
|
|
106
65
|
}
|
|
107
66
|
export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
|
|
108
67
|
readonly name: "EncryptionIntegrityChecksFailedException";
|
|
109
68
|
readonly $fault: "server";
|
|
110
69
|
constructor(
|
|
111
|
-
opts: __ExceptionOptionType<
|
|
112
|
-
EncryptionIntegrityChecksFailedException,
|
|
113
|
-
__BaseException
|
|
114
|
-
>
|
|
70
|
+
opts: __ExceptionOptionType<EncryptionIntegrityChecksFailedException, __BaseException>,
|
|
115
71
|
);
|
|
116
72
|
}
|
|
117
73
|
export declare class EncryptionKeyAccessDeniedException extends __BaseException {
|
|
118
74
|
readonly name: "EncryptionKeyAccessDeniedException";
|
|
119
75
|
readonly $fault: "client";
|
|
120
|
-
constructor(
|
|
121
|
-
opts: __ExceptionOptionType<
|
|
122
|
-
EncryptionKeyAccessDeniedException,
|
|
123
|
-
__BaseException
|
|
124
|
-
>
|
|
125
|
-
);
|
|
76
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyAccessDeniedException, __BaseException>);
|
|
126
77
|
}
|
|
127
78
|
export declare class EncryptionKeyDisabledException extends __BaseException {
|
|
128
79
|
readonly name: "EncryptionKeyDisabledException";
|
|
129
80
|
readonly $fault: "client";
|
|
130
|
-
constructor(
|
|
131
|
-
opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>
|
|
132
|
-
);
|
|
81
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>);
|
|
133
82
|
}
|
|
134
83
|
export declare class EncryptionKeyNotFoundException extends __BaseException {
|
|
135
84
|
readonly name: "EncryptionKeyNotFoundException";
|
|
136
85
|
readonly $fault: "client";
|
|
137
|
-
constructor(
|
|
138
|
-
opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>
|
|
139
|
-
);
|
|
86
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>);
|
|
140
87
|
}
|
|
141
88
|
export declare class EncryptionKeyUnavailableException extends __BaseException {
|
|
142
89
|
readonly name: "EncryptionKeyUnavailableException";
|
|
143
90
|
readonly $fault: "client";
|
|
144
|
-
constructor(
|
|
145
|
-
opts: __ExceptionOptionType<
|
|
146
|
-
EncryptionKeyUnavailableException,
|
|
147
|
-
__BaseException
|
|
148
|
-
>
|
|
149
|
-
);
|
|
91
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyUnavailableException, __BaseException>);
|
|
150
92
|
}
|
|
151
93
|
export declare class InvalidApprovalRuleTemplateNameException extends __BaseException {
|
|
152
94
|
readonly name: "InvalidApprovalRuleTemplateNameException";
|
|
153
95
|
readonly $fault: "client";
|
|
154
96
|
constructor(
|
|
155
|
-
opts: __ExceptionOptionType<
|
|
156
|
-
InvalidApprovalRuleTemplateNameException,
|
|
157
|
-
__BaseException
|
|
158
|
-
>
|
|
97
|
+
opts: __ExceptionOptionType<InvalidApprovalRuleTemplateNameException, __BaseException>,
|
|
159
98
|
);
|
|
160
99
|
}
|
|
161
100
|
export declare class InvalidRepositoryNameException extends __BaseException {
|
|
162
101
|
readonly name: "InvalidRepositoryNameException";
|
|
163
102
|
readonly $fault: "client";
|
|
164
|
-
constructor(
|
|
165
|
-
opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>
|
|
166
|
-
);
|
|
103
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>);
|
|
167
104
|
}
|
|
168
105
|
export declare class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
|
|
169
106
|
readonly name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
@@ -172,463 +109,299 @@ export declare class MaximumRuleTemplatesAssociatedWithRepositoryException exten
|
|
|
172
109
|
opts: __ExceptionOptionType<
|
|
173
110
|
MaximumRuleTemplatesAssociatedWithRepositoryException,
|
|
174
111
|
__BaseException
|
|
175
|
-
|
|
112
|
+
>,
|
|
176
113
|
);
|
|
177
114
|
}
|
|
178
115
|
export declare class RepositoryDoesNotExistException extends __BaseException {
|
|
179
116
|
readonly name: "RepositoryDoesNotExistException";
|
|
180
117
|
readonly $fault: "client";
|
|
181
|
-
constructor(
|
|
182
|
-
opts: __ExceptionOptionType<
|
|
183
|
-
RepositoryDoesNotExistException,
|
|
184
|
-
__BaseException
|
|
185
|
-
>
|
|
186
|
-
);
|
|
118
|
+
constructor(opts: __ExceptionOptionType<RepositoryDoesNotExistException, __BaseException>);
|
|
187
119
|
}
|
|
188
120
|
export declare class RepositoryNameRequiredException extends __BaseException {
|
|
189
121
|
readonly name: "RepositoryNameRequiredException";
|
|
190
122
|
readonly $fault: "client";
|
|
191
|
-
constructor(
|
|
192
|
-
opts: __ExceptionOptionType<
|
|
193
|
-
RepositoryNameRequiredException,
|
|
194
|
-
__BaseException
|
|
195
|
-
>
|
|
196
|
-
);
|
|
123
|
+
constructor(opts: __ExceptionOptionType<RepositoryNameRequiredException, __BaseException>);
|
|
197
124
|
}
|
|
198
125
|
export declare class AuthorDoesNotExistException extends __BaseException {
|
|
199
126
|
readonly name: "AuthorDoesNotExistException";
|
|
200
127
|
readonly $fault: "client";
|
|
201
|
-
constructor(
|
|
202
|
-
opts: __ExceptionOptionType<AuthorDoesNotExistException, __BaseException>
|
|
203
|
-
);
|
|
128
|
+
constructor(opts: __ExceptionOptionType<AuthorDoesNotExistException, __BaseException>);
|
|
204
129
|
}
|
|
205
130
|
export declare class MaximumRepositoryNamesExceededException extends __BaseException {
|
|
206
131
|
readonly name: "MaximumRepositoryNamesExceededException";
|
|
207
132
|
readonly $fault: "client";
|
|
208
133
|
constructor(
|
|
209
|
-
opts: __ExceptionOptionType<
|
|
210
|
-
MaximumRepositoryNamesExceededException,
|
|
211
|
-
__BaseException
|
|
212
|
-
>
|
|
134
|
+
opts: __ExceptionOptionType<MaximumRepositoryNamesExceededException, __BaseException>,
|
|
213
135
|
);
|
|
214
136
|
}
|
|
215
137
|
export declare class RepositoryNamesRequiredException extends __BaseException {
|
|
216
138
|
readonly name: "RepositoryNamesRequiredException";
|
|
217
139
|
readonly $fault: "client";
|
|
218
|
-
constructor(
|
|
219
|
-
opts: __ExceptionOptionType<
|
|
220
|
-
RepositoryNamesRequiredException,
|
|
221
|
-
__BaseException
|
|
222
|
-
>
|
|
223
|
-
);
|
|
140
|
+
constructor(opts: __ExceptionOptionType<RepositoryNamesRequiredException, __BaseException>);
|
|
224
141
|
}
|
|
225
142
|
export declare class CommitDoesNotExistException extends __BaseException {
|
|
226
143
|
readonly name: "CommitDoesNotExistException";
|
|
227
144
|
readonly $fault: "client";
|
|
228
|
-
constructor(
|
|
229
|
-
opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>
|
|
230
|
-
);
|
|
145
|
+
constructor(opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>);
|
|
231
146
|
}
|
|
232
147
|
export declare class CommitRequiredException extends __BaseException {
|
|
233
148
|
readonly name: "CommitRequiredException";
|
|
234
149
|
readonly $fault: "client";
|
|
235
|
-
constructor(
|
|
236
|
-
opts: __ExceptionOptionType<CommitRequiredException, __BaseException>
|
|
237
|
-
);
|
|
150
|
+
constructor(opts: __ExceptionOptionType<CommitRequiredException, __BaseException>);
|
|
238
151
|
}
|
|
239
152
|
export declare class InvalidCommitException extends __BaseException {
|
|
240
153
|
readonly name: "InvalidCommitException";
|
|
241
154
|
readonly $fault: "client";
|
|
242
|
-
constructor(
|
|
243
|
-
opts: __ExceptionOptionType<InvalidCommitException, __BaseException>
|
|
244
|
-
);
|
|
155
|
+
constructor(opts: __ExceptionOptionType<InvalidCommitException, __BaseException>);
|
|
245
156
|
}
|
|
246
157
|
export declare class InvalidConflictDetailLevelException extends __BaseException {
|
|
247
158
|
readonly name: "InvalidConflictDetailLevelException";
|
|
248
159
|
readonly $fault: "client";
|
|
249
|
-
constructor(
|
|
250
|
-
opts: __ExceptionOptionType<
|
|
251
|
-
InvalidConflictDetailLevelException,
|
|
252
|
-
__BaseException
|
|
253
|
-
>
|
|
254
|
-
);
|
|
160
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictDetailLevelException, __BaseException>);
|
|
255
161
|
}
|
|
256
162
|
export declare class InvalidConflictResolutionStrategyException extends __BaseException {
|
|
257
163
|
readonly name: "InvalidConflictResolutionStrategyException";
|
|
258
164
|
readonly $fault: "client";
|
|
259
165
|
constructor(
|
|
260
|
-
opts: __ExceptionOptionType<
|
|
261
|
-
InvalidConflictResolutionStrategyException,
|
|
262
|
-
__BaseException
|
|
263
|
-
>
|
|
166
|
+
opts: __ExceptionOptionType<InvalidConflictResolutionStrategyException, __BaseException>,
|
|
264
167
|
);
|
|
265
168
|
}
|
|
266
169
|
export declare class InvalidContinuationTokenException extends __BaseException {
|
|
267
170
|
readonly name: "InvalidContinuationTokenException";
|
|
268
171
|
readonly $fault: "client";
|
|
269
|
-
constructor(
|
|
270
|
-
opts: __ExceptionOptionType<
|
|
271
|
-
InvalidContinuationTokenException,
|
|
272
|
-
__BaseException
|
|
273
|
-
>
|
|
274
|
-
);
|
|
172
|
+
constructor(opts: __ExceptionOptionType<InvalidContinuationTokenException, __BaseException>);
|
|
275
173
|
}
|
|
276
174
|
export declare class InvalidMaxConflictFilesException extends __BaseException {
|
|
277
175
|
readonly name: "InvalidMaxConflictFilesException";
|
|
278
176
|
readonly $fault: "client";
|
|
279
|
-
constructor(
|
|
280
|
-
opts: __ExceptionOptionType<
|
|
281
|
-
InvalidMaxConflictFilesException,
|
|
282
|
-
__BaseException
|
|
283
|
-
>
|
|
284
|
-
);
|
|
177
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxConflictFilesException, __BaseException>);
|
|
285
178
|
}
|
|
286
179
|
export declare class InvalidMaxMergeHunksException extends __BaseException {
|
|
287
180
|
readonly name: "InvalidMaxMergeHunksException";
|
|
288
181
|
readonly $fault: "client";
|
|
289
|
-
constructor(
|
|
290
|
-
opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>
|
|
291
|
-
);
|
|
182
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>);
|
|
292
183
|
}
|
|
293
184
|
export declare class InvalidMergeOptionException extends __BaseException {
|
|
294
185
|
readonly name: "InvalidMergeOptionException";
|
|
295
186
|
readonly $fault: "client";
|
|
296
|
-
constructor(
|
|
297
|
-
opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>
|
|
298
|
-
);
|
|
187
|
+
constructor(opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>);
|
|
299
188
|
}
|
|
300
189
|
export declare class MaximumFileContentToLoadExceededException extends __BaseException {
|
|
301
190
|
readonly name: "MaximumFileContentToLoadExceededException";
|
|
302
191
|
readonly $fault: "client";
|
|
303
192
|
constructor(
|
|
304
|
-
opts: __ExceptionOptionType<
|
|
305
|
-
MaximumFileContentToLoadExceededException,
|
|
306
|
-
__BaseException
|
|
307
|
-
>
|
|
193
|
+
opts: __ExceptionOptionType<MaximumFileContentToLoadExceededException, __BaseException>,
|
|
308
194
|
);
|
|
309
195
|
}
|
|
310
196
|
export declare class MaximumItemsToCompareExceededException extends __BaseException {
|
|
311
197
|
readonly name: "MaximumItemsToCompareExceededException";
|
|
312
198
|
readonly $fault: "client";
|
|
313
|
-
constructor(
|
|
314
|
-
opts: __ExceptionOptionType<
|
|
315
|
-
MaximumItemsToCompareExceededException,
|
|
316
|
-
__BaseException
|
|
317
|
-
>
|
|
318
|
-
);
|
|
199
|
+
constructor(opts: __ExceptionOptionType<MaximumItemsToCompareExceededException, __BaseException>);
|
|
319
200
|
}
|
|
320
201
|
export declare class MergeOptionRequiredException extends __BaseException {
|
|
321
202
|
readonly name: "MergeOptionRequiredException";
|
|
322
203
|
readonly $fault: "client";
|
|
323
|
-
constructor(
|
|
324
|
-
opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>
|
|
325
|
-
);
|
|
204
|
+
constructor(opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>);
|
|
326
205
|
}
|
|
327
206
|
export declare class TipsDivergenceExceededException extends __BaseException {
|
|
328
207
|
readonly name: "TipsDivergenceExceededException";
|
|
329
208
|
readonly $fault: "client";
|
|
330
|
-
constructor(
|
|
331
|
-
opts: __ExceptionOptionType<
|
|
332
|
-
TipsDivergenceExceededException,
|
|
333
|
-
__BaseException
|
|
334
|
-
>
|
|
335
|
-
);
|
|
209
|
+
constructor(opts: __ExceptionOptionType<TipsDivergenceExceededException, __BaseException>);
|
|
336
210
|
}
|
|
337
211
|
export declare class CommitIdsLimitExceededException extends __BaseException {
|
|
338
212
|
readonly name: "CommitIdsLimitExceededException";
|
|
339
213
|
readonly $fault: "client";
|
|
340
|
-
constructor(
|
|
341
|
-
opts: __ExceptionOptionType<
|
|
342
|
-
CommitIdsLimitExceededException,
|
|
343
|
-
__BaseException
|
|
344
|
-
>
|
|
345
|
-
);
|
|
214
|
+
constructor(opts: __ExceptionOptionType<CommitIdsLimitExceededException, __BaseException>);
|
|
346
215
|
}
|
|
347
216
|
export declare class CommitIdsListRequiredException extends __BaseException {
|
|
348
217
|
readonly name: "CommitIdsListRequiredException";
|
|
349
218
|
readonly $fault: "client";
|
|
350
|
-
constructor(
|
|
351
|
-
opts: __ExceptionOptionType<CommitIdsListRequiredException, __BaseException>
|
|
352
|
-
);
|
|
219
|
+
constructor(opts: __ExceptionOptionType<CommitIdsListRequiredException, __BaseException>);
|
|
353
220
|
}
|
|
354
221
|
export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
|
|
355
222
|
readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
356
223
|
readonly $fault: "client";
|
|
357
224
|
constructor(
|
|
358
|
-
opts: __ExceptionOptionType<
|
|
359
|
-
BeforeCommitIdAndAfterCommitIdAreSameException,
|
|
360
|
-
__BaseException
|
|
361
|
-
>
|
|
225
|
+
opts: __ExceptionOptionType<BeforeCommitIdAndAfterCommitIdAreSameException, __BaseException>,
|
|
362
226
|
);
|
|
363
227
|
}
|
|
364
228
|
export declare class BlobIdDoesNotExistException extends __BaseException {
|
|
365
229
|
readonly name: "BlobIdDoesNotExistException";
|
|
366
230
|
readonly $fault: "client";
|
|
367
|
-
constructor(
|
|
368
|
-
opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>
|
|
369
|
-
);
|
|
231
|
+
constructor(opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>);
|
|
370
232
|
}
|
|
371
233
|
export declare class BlobIdRequiredException extends __BaseException {
|
|
372
234
|
readonly name: "BlobIdRequiredException";
|
|
373
235
|
readonly $fault: "client";
|
|
374
|
-
constructor(
|
|
375
|
-
opts: __ExceptionOptionType<BlobIdRequiredException, __BaseException>
|
|
376
|
-
);
|
|
236
|
+
constructor(opts: __ExceptionOptionType<BlobIdRequiredException, __BaseException>);
|
|
377
237
|
}
|
|
378
238
|
export declare class BranchDoesNotExistException extends __BaseException {
|
|
379
239
|
readonly name: "BranchDoesNotExistException";
|
|
380
240
|
readonly $fault: "client";
|
|
381
|
-
constructor(
|
|
382
|
-
opts: __ExceptionOptionType<BranchDoesNotExistException, __BaseException>
|
|
383
|
-
);
|
|
241
|
+
constructor(opts: __ExceptionOptionType<BranchDoesNotExistException, __BaseException>);
|
|
384
242
|
}
|
|
385
243
|
export declare class BranchNameExistsException extends __BaseException {
|
|
386
244
|
readonly name: "BranchNameExistsException";
|
|
387
245
|
readonly $fault: "client";
|
|
388
|
-
constructor(
|
|
389
|
-
opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>
|
|
390
|
-
);
|
|
246
|
+
constructor(opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>);
|
|
391
247
|
}
|
|
392
248
|
export declare class BranchNameIsTagNameException extends __BaseException {
|
|
393
249
|
readonly name: "BranchNameIsTagNameException";
|
|
394
250
|
readonly $fault: "client";
|
|
395
|
-
constructor(
|
|
396
|
-
opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>
|
|
397
|
-
);
|
|
251
|
+
constructor(opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>);
|
|
398
252
|
}
|
|
399
253
|
export declare class BranchNameRequiredException extends __BaseException {
|
|
400
254
|
readonly name: "BranchNameRequiredException";
|
|
401
255
|
readonly $fault: "client";
|
|
402
|
-
constructor(
|
|
403
|
-
opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>
|
|
404
|
-
);
|
|
256
|
+
constructor(opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>);
|
|
405
257
|
}
|
|
406
258
|
export declare class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
|
|
407
259
|
readonly name: "CannotDeleteApprovalRuleFromTemplateException";
|
|
408
260
|
readonly $fault: "client";
|
|
409
261
|
constructor(
|
|
410
|
-
opts: __ExceptionOptionType<
|
|
411
|
-
CannotDeleteApprovalRuleFromTemplateException,
|
|
412
|
-
__BaseException
|
|
413
|
-
>
|
|
262
|
+
opts: __ExceptionOptionType<CannotDeleteApprovalRuleFromTemplateException, __BaseException>,
|
|
414
263
|
);
|
|
415
264
|
}
|
|
416
265
|
export declare class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
|
|
417
266
|
readonly name: "CannotModifyApprovalRuleFromTemplateException";
|
|
418
267
|
readonly $fault: "client";
|
|
419
268
|
constructor(
|
|
420
|
-
opts: __ExceptionOptionType<
|
|
421
|
-
CannotModifyApprovalRuleFromTemplateException,
|
|
422
|
-
__BaseException
|
|
423
|
-
>
|
|
269
|
+
opts: __ExceptionOptionType<CannotModifyApprovalRuleFromTemplateException, __BaseException>,
|
|
424
270
|
);
|
|
425
271
|
}
|
|
426
272
|
export declare class ClientRequestTokenRequiredException extends __BaseException {
|
|
427
273
|
readonly name: "ClientRequestTokenRequiredException";
|
|
428
274
|
readonly $fault: "client";
|
|
429
|
-
constructor(
|
|
430
|
-
opts: __ExceptionOptionType<
|
|
431
|
-
ClientRequestTokenRequiredException,
|
|
432
|
-
__BaseException
|
|
433
|
-
>
|
|
434
|
-
);
|
|
275
|
+
constructor(opts: __ExceptionOptionType<ClientRequestTokenRequiredException, __BaseException>);
|
|
435
276
|
}
|
|
436
277
|
export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
|
|
437
278
|
readonly name: "InvalidApprovalRuleTemplateContentException";
|
|
438
279
|
readonly $fault: "client";
|
|
439
280
|
constructor(
|
|
440
|
-
opts: __ExceptionOptionType<
|
|
441
|
-
InvalidApprovalRuleTemplateContentException,
|
|
442
|
-
__BaseException
|
|
443
|
-
>
|
|
281
|
+
opts: __ExceptionOptionType<InvalidApprovalRuleTemplateContentException, __BaseException>,
|
|
444
282
|
);
|
|
445
283
|
}
|
|
446
284
|
export declare class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
|
|
447
285
|
readonly name: "InvalidApprovalRuleTemplateDescriptionException";
|
|
448
286
|
readonly $fault: "client";
|
|
449
287
|
constructor(
|
|
450
|
-
opts: __ExceptionOptionType<
|
|
451
|
-
InvalidApprovalRuleTemplateDescriptionException,
|
|
452
|
-
__BaseException
|
|
453
|
-
>
|
|
288
|
+
opts: __ExceptionOptionType<InvalidApprovalRuleTemplateDescriptionException, __BaseException>,
|
|
454
289
|
);
|
|
455
290
|
}
|
|
456
291
|
export declare class NumberOfRuleTemplatesExceededException extends __BaseException {
|
|
457
292
|
readonly name: "NumberOfRuleTemplatesExceededException";
|
|
458
293
|
readonly $fault: "client";
|
|
459
|
-
constructor(
|
|
460
|
-
opts: __ExceptionOptionType<
|
|
461
|
-
NumberOfRuleTemplatesExceededException,
|
|
462
|
-
__BaseException
|
|
463
|
-
>
|
|
464
|
-
);
|
|
294
|
+
constructor(opts: __ExceptionOptionType<NumberOfRuleTemplatesExceededException, __BaseException>);
|
|
465
295
|
}
|
|
466
296
|
export declare class CommitIdRequiredException extends __BaseException {
|
|
467
297
|
readonly name: "CommitIdRequiredException";
|
|
468
298
|
readonly $fault: "client";
|
|
469
|
-
constructor(
|
|
470
|
-
opts: __ExceptionOptionType<CommitIdRequiredException, __BaseException>
|
|
471
|
-
);
|
|
299
|
+
constructor(opts: __ExceptionOptionType<CommitIdRequiredException, __BaseException>);
|
|
472
300
|
}
|
|
473
301
|
export declare class InvalidBranchNameException extends __BaseException {
|
|
474
302
|
readonly name: "InvalidBranchNameException";
|
|
475
303
|
readonly $fault: "client";
|
|
476
|
-
constructor(
|
|
477
|
-
opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>
|
|
478
|
-
);
|
|
304
|
+
constructor(opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>);
|
|
479
305
|
}
|
|
480
306
|
export declare class InvalidCommitIdException extends __BaseException {
|
|
481
307
|
readonly name: "InvalidCommitIdException";
|
|
482
308
|
readonly $fault: "client";
|
|
483
|
-
constructor(
|
|
484
|
-
opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>
|
|
485
|
-
);
|
|
309
|
+
constructor(opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>);
|
|
486
310
|
}
|
|
487
311
|
export declare class CommitMessageLengthExceededException extends __BaseException {
|
|
488
312
|
readonly name: "CommitMessageLengthExceededException";
|
|
489
313
|
readonly $fault: "client";
|
|
490
|
-
constructor(
|
|
491
|
-
opts: __ExceptionOptionType<
|
|
492
|
-
CommitMessageLengthExceededException,
|
|
493
|
-
__BaseException
|
|
494
|
-
>
|
|
495
|
-
);
|
|
314
|
+
constructor(opts: __ExceptionOptionType<CommitMessageLengthExceededException, __BaseException>);
|
|
496
315
|
}
|
|
497
316
|
export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
|
|
498
317
|
readonly name: "DirectoryNameConflictsWithFileNameException";
|
|
499
318
|
readonly $fault: "client";
|
|
500
319
|
constructor(
|
|
501
|
-
opts: __ExceptionOptionType<
|
|
502
|
-
DirectoryNameConflictsWithFileNameException,
|
|
503
|
-
__BaseException
|
|
504
|
-
>
|
|
320
|
+
opts: __ExceptionOptionType<DirectoryNameConflictsWithFileNameException, __BaseException>,
|
|
505
321
|
);
|
|
506
322
|
}
|
|
507
323
|
export declare class FileContentAndSourceFileSpecifiedException extends __BaseException {
|
|
508
324
|
readonly name: "FileContentAndSourceFileSpecifiedException";
|
|
509
325
|
readonly $fault: "client";
|
|
510
326
|
constructor(
|
|
511
|
-
opts: __ExceptionOptionType<
|
|
512
|
-
FileContentAndSourceFileSpecifiedException,
|
|
513
|
-
__BaseException
|
|
514
|
-
>
|
|
327
|
+
opts: __ExceptionOptionType<FileContentAndSourceFileSpecifiedException, __BaseException>,
|
|
515
328
|
);
|
|
516
329
|
}
|
|
517
330
|
export declare class FileContentSizeLimitExceededException extends __BaseException {
|
|
518
331
|
readonly name: "FileContentSizeLimitExceededException";
|
|
519
332
|
readonly $fault: "client";
|
|
520
|
-
constructor(
|
|
521
|
-
opts: __ExceptionOptionType<
|
|
522
|
-
FileContentSizeLimitExceededException,
|
|
523
|
-
__BaseException
|
|
524
|
-
>
|
|
525
|
-
);
|
|
333
|
+
constructor(opts: __ExceptionOptionType<FileContentSizeLimitExceededException, __BaseException>);
|
|
526
334
|
}
|
|
527
335
|
export declare class FileDoesNotExistException extends __BaseException {
|
|
528
336
|
readonly name: "FileDoesNotExistException";
|
|
529
337
|
readonly $fault: "client";
|
|
530
|
-
constructor(
|
|
531
|
-
opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>
|
|
532
|
-
);
|
|
338
|
+
constructor(opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>);
|
|
533
339
|
}
|
|
534
340
|
export declare class FileEntryRequiredException extends __BaseException {
|
|
535
341
|
readonly name: "FileEntryRequiredException";
|
|
536
342
|
readonly $fault: "client";
|
|
537
|
-
constructor(
|
|
538
|
-
opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>
|
|
539
|
-
);
|
|
343
|
+
constructor(opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>);
|
|
540
344
|
}
|
|
541
345
|
export declare class FileModeRequiredException extends __BaseException {
|
|
542
346
|
readonly name: "FileModeRequiredException";
|
|
543
347
|
readonly $fault: "client";
|
|
544
|
-
constructor(
|
|
545
|
-
opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>
|
|
546
|
-
);
|
|
348
|
+
constructor(opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>);
|
|
547
349
|
}
|
|
548
350
|
export declare class FileNameConflictsWithDirectoryNameException extends __BaseException {
|
|
549
351
|
readonly name: "FileNameConflictsWithDirectoryNameException";
|
|
550
352
|
readonly $fault: "client";
|
|
551
353
|
constructor(
|
|
552
|
-
opts: __ExceptionOptionType<
|
|
553
|
-
FileNameConflictsWithDirectoryNameException,
|
|
554
|
-
__BaseException
|
|
555
|
-
>
|
|
354
|
+
opts: __ExceptionOptionType<FileNameConflictsWithDirectoryNameException, __BaseException>,
|
|
556
355
|
);
|
|
557
356
|
}
|
|
558
357
|
export declare class FilePathConflictsWithSubmodulePathException extends __BaseException {
|
|
559
358
|
readonly name: "FilePathConflictsWithSubmodulePathException";
|
|
560
359
|
readonly $fault: "client";
|
|
561
360
|
constructor(
|
|
562
|
-
opts: __ExceptionOptionType<
|
|
563
|
-
FilePathConflictsWithSubmodulePathException,
|
|
564
|
-
__BaseException
|
|
565
|
-
>
|
|
361
|
+
opts: __ExceptionOptionType<FilePathConflictsWithSubmodulePathException, __BaseException>,
|
|
566
362
|
);
|
|
567
363
|
}
|
|
568
364
|
export declare class FolderContentSizeLimitExceededException extends __BaseException {
|
|
569
365
|
readonly name: "FolderContentSizeLimitExceededException";
|
|
570
366
|
readonly $fault: "client";
|
|
571
367
|
constructor(
|
|
572
|
-
opts: __ExceptionOptionType<
|
|
573
|
-
FolderContentSizeLimitExceededException,
|
|
574
|
-
__BaseException
|
|
575
|
-
>
|
|
368
|
+
opts: __ExceptionOptionType<FolderContentSizeLimitExceededException, __BaseException>,
|
|
576
369
|
);
|
|
577
370
|
}
|
|
578
371
|
export declare class InvalidDeletionParameterException extends __BaseException {
|
|
579
372
|
readonly name: "InvalidDeletionParameterException";
|
|
580
373
|
readonly $fault: "client";
|
|
581
|
-
constructor(
|
|
582
|
-
opts: __ExceptionOptionType<
|
|
583
|
-
InvalidDeletionParameterException,
|
|
584
|
-
__BaseException
|
|
585
|
-
>
|
|
586
|
-
);
|
|
374
|
+
constructor(opts: __ExceptionOptionType<InvalidDeletionParameterException, __BaseException>);
|
|
587
375
|
}
|
|
588
376
|
export declare class InvalidEmailException extends __BaseException {
|
|
589
377
|
readonly name: "InvalidEmailException";
|
|
590
378
|
readonly $fault: "client";
|
|
591
|
-
constructor(
|
|
592
|
-
opts: __ExceptionOptionType<InvalidEmailException, __BaseException>
|
|
593
|
-
);
|
|
379
|
+
constructor(opts: __ExceptionOptionType<InvalidEmailException, __BaseException>);
|
|
594
380
|
}
|
|
595
381
|
export declare class InvalidFileModeException extends __BaseException {
|
|
596
382
|
readonly name: "InvalidFileModeException";
|
|
597
383
|
readonly $fault: "client";
|
|
598
|
-
constructor(
|
|
599
|
-
opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>
|
|
600
|
-
);
|
|
384
|
+
constructor(opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>);
|
|
601
385
|
}
|
|
602
386
|
export declare class InvalidParentCommitIdException extends __BaseException {
|
|
603
387
|
readonly name: "InvalidParentCommitIdException";
|
|
604
388
|
readonly $fault: "client";
|
|
605
|
-
constructor(
|
|
606
|
-
opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>
|
|
607
|
-
);
|
|
389
|
+
constructor(opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>);
|
|
608
390
|
}
|
|
609
391
|
export declare class InvalidPathException extends __BaseException {
|
|
610
392
|
readonly name: "InvalidPathException";
|
|
611
393
|
readonly $fault: "client";
|
|
612
|
-
constructor(
|
|
613
|
-
opts: __ExceptionOptionType<InvalidPathException, __BaseException>
|
|
614
|
-
);
|
|
394
|
+
constructor(opts: __ExceptionOptionType<InvalidPathException, __BaseException>);
|
|
615
395
|
}
|
|
616
396
|
export declare class MaximumFileEntriesExceededException extends __BaseException {
|
|
617
397
|
readonly name: "MaximumFileEntriesExceededException";
|
|
618
398
|
readonly $fault: "client";
|
|
619
|
-
constructor(
|
|
620
|
-
opts: __ExceptionOptionType<
|
|
621
|
-
MaximumFileEntriesExceededException,
|
|
622
|
-
__BaseException
|
|
623
|
-
>
|
|
624
|
-
);
|
|
399
|
+
constructor(opts: __ExceptionOptionType<MaximumFileEntriesExceededException, __BaseException>);
|
|
625
400
|
}
|
|
626
401
|
export declare class NameLengthExceededException extends __BaseException {
|
|
627
402
|
readonly name: "NameLengthExceededException";
|
|
628
403
|
readonly $fault: "client";
|
|
629
|
-
constructor(
|
|
630
|
-
opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>
|
|
631
|
-
);
|
|
404
|
+
constructor(opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>);
|
|
632
405
|
}
|
|
633
406
|
export declare class NoChangeException extends __BaseException {
|
|
634
407
|
readonly name: "NoChangeException";
|
|
@@ -638,329 +411,201 @@ export declare class NoChangeException extends __BaseException {
|
|
|
638
411
|
export declare class ParentCommitDoesNotExistException extends __BaseException {
|
|
639
412
|
readonly name: "ParentCommitDoesNotExistException";
|
|
640
413
|
readonly $fault: "client";
|
|
641
|
-
constructor(
|
|
642
|
-
opts: __ExceptionOptionType<
|
|
643
|
-
ParentCommitDoesNotExistException,
|
|
644
|
-
__BaseException
|
|
645
|
-
>
|
|
646
|
-
);
|
|
414
|
+
constructor(opts: __ExceptionOptionType<ParentCommitDoesNotExistException, __BaseException>);
|
|
647
415
|
}
|
|
648
416
|
export declare class ParentCommitIdOutdatedException extends __BaseException {
|
|
649
417
|
readonly name: "ParentCommitIdOutdatedException";
|
|
650
418
|
readonly $fault: "client";
|
|
651
|
-
constructor(
|
|
652
|
-
opts: __ExceptionOptionType<
|
|
653
|
-
ParentCommitIdOutdatedException,
|
|
654
|
-
__BaseException
|
|
655
|
-
>
|
|
656
|
-
);
|
|
419
|
+
constructor(opts: __ExceptionOptionType<ParentCommitIdOutdatedException, __BaseException>);
|
|
657
420
|
}
|
|
658
421
|
export declare class ParentCommitIdRequiredException extends __BaseException {
|
|
659
422
|
readonly name: "ParentCommitIdRequiredException";
|
|
660
423
|
readonly $fault: "client";
|
|
661
|
-
constructor(
|
|
662
|
-
opts: __ExceptionOptionType<
|
|
663
|
-
ParentCommitIdRequiredException,
|
|
664
|
-
__BaseException
|
|
665
|
-
>
|
|
666
|
-
);
|
|
424
|
+
constructor(opts: __ExceptionOptionType<ParentCommitIdRequiredException, __BaseException>);
|
|
667
425
|
}
|
|
668
426
|
export declare class PathRequiredException extends __BaseException {
|
|
669
427
|
readonly name: "PathRequiredException";
|
|
670
428
|
readonly $fault: "client";
|
|
671
|
-
constructor(
|
|
672
|
-
opts: __ExceptionOptionType<PathRequiredException, __BaseException>
|
|
673
|
-
);
|
|
429
|
+
constructor(opts: __ExceptionOptionType<PathRequiredException, __BaseException>);
|
|
674
430
|
}
|
|
675
431
|
export declare class PutFileEntryConflictException extends __BaseException {
|
|
676
432
|
readonly name: "PutFileEntryConflictException";
|
|
677
433
|
readonly $fault: "client";
|
|
678
|
-
constructor(
|
|
679
|
-
opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>
|
|
680
|
-
);
|
|
434
|
+
constructor(opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>);
|
|
681
435
|
}
|
|
682
436
|
export declare class RestrictedSourceFileException extends __BaseException {
|
|
683
437
|
readonly name: "RestrictedSourceFileException";
|
|
684
438
|
readonly $fault: "client";
|
|
685
|
-
constructor(
|
|
686
|
-
opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>
|
|
687
|
-
);
|
|
439
|
+
constructor(opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>);
|
|
688
440
|
}
|
|
689
441
|
export declare class SamePathRequestException extends __BaseException {
|
|
690
442
|
readonly name: "SamePathRequestException";
|
|
691
443
|
readonly $fault: "client";
|
|
692
|
-
constructor(
|
|
693
|
-
opts: __ExceptionOptionType<SamePathRequestException, __BaseException>
|
|
694
|
-
);
|
|
444
|
+
constructor(opts: __ExceptionOptionType<SamePathRequestException, __BaseException>);
|
|
695
445
|
}
|
|
696
446
|
export declare class SourceFileOrContentRequiredException extends __BaseException {
|
|
697
447
|
readonly name: "SourceFileOrContentRequiredException";
|
|
698
448
|
readonly $fault: "client";
|
|
699
|
-
constructor(
|
|
700
|
-
opts: __ExceptionOptionType<
|
|
701
|
-
SourceFileOrContentRequiredException,
|
|
702
|
-
__BaseException
|
|
703
|
-
>
|
|
704
|
-
);
|
|
449
|
+
constructor(opts: __ExceptionOptionType<SourceFileOrContentRequiredException, __BaseException>);
|
|
705
450
|
}
|
|
706
451
|
export declare class IdempotencyParameterMismatchException extends __BaseException {
|
|
707
452
|
readonly name: "IdempotencyParameterMismatchException";
|
|
708
453
|
readonly $fault: "client";
|
|
709
|
-
constructor(
|
|
710
|
-
opts: __ExceptionOptionType<
|
|
711
|
-
IdempotencyParameterMismatchException,
|
|
712
|
-
__BaseException
|
|
713
|
-
>
|
|
714
|
-
);
|
|
454
|
+
constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatchException, __BaseException>);
|
|
715
455
|
}
|
|
716
456
|
export declare class InvalidClientRequestTokenException extends __BaseException {
|
|
717
457
|
readonly name: "InvalidClientRequestTokenException";
|
|
718
458
|
readonly $fault: "client";
|
|
719
|
-
constructor(
|
|
720
|
-
opts: __ExceptionOptionType<
|
|
721
|
-
InvalidClientRequestTokenException,
|
|
722
|
-
__BaseException
|
|
723
|
-
>
|
|
724
|
-
);
|
|
459
|
+
constructor(opts: __ExceptionOptionType<InvalidClientRequestTokenException, __BaseException>);
|
|
725
460
|
}
|
|
726
461
|
export declare class InvalidDescriptionException extends __BaseException {
|
|
727
462
|
readonly name: "InvalidDescriptionException";
|
|
728
463
|
readonly $fault: "client";
|
|
729
|
-
constructor(
|
|
730
|
-
opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>
|
|
731
|
-
);
|
|
464
|
+
constructor(opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>);
|
|
732
465
|
}
|
|
733
466
|
export declare class InvalidReferenceNameException extends __BaseException {
|
|
734
467
|
readonly name: "InvalidReferenceNameException";
|
|
735
468
|
readonly $fault: "client";
|
|
736
|
-
constructor(
|
|
737
|
-
opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>
|
|
738
|
-
);
|
|
469
|
+
constructor(opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>);
|
|
739
470
|
}
|
|
740
471
|
export declare class InvalidTargetException extends __BaseException {
|
|
741
472
|
readonly name: "InvalidTargetException";
|
|
742
473
|
readonly $fault: "client";
|
|
743
|
-
constructor(
|
|
744
|
-
opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
|
|
745
|
-
);
|
|
474
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
|
|
746
475
|
}
|
|
747
476
|
export declare class InvalidTargetsException extends __BaseException {
|
|
748
477
|
readonly name: "InvalidTargetsException";
|
|
749
478
|
readonly $fault: "client";
|
|
750
|
-
constructor(
|
|
751
|
-
opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>
|
|
752
|
-
);
|
|
479
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>);
|
|
753
480
|
}
|
|
754
481
|
export declare class InvalidTitleException extends __BaseException {
|
|
755
482
|
readonly name: "InvalidTitleException";
|
|
756
483
|
readonly $fault: "client";
|
|
757
|
-
constructor(
|
|
758
|
-
opts: __ExceptionOptionType<InvalidTitleException, __BaseException>
|
|
759
|
-
);
|
|
484
|
+
constructor(opts: __ExceptionOptionType<InvalidTitleException, __BaseException>);
|
|
760
485
|
}
|
|
761
486
|
export declare class MaximumOpenPullRequestsExceededException extends __BaseException {
|
|
762
487
|
readonly name: "MaximumOpenPullRequestsExceededException";
|
|
763
488
|
readonly $fault: "client";
|
|
764
489
|
constructor(
|
|
765
|
-
opts: __ExceptionOptionType<
|
|
766
|
-
MaximumOpenPullRequestsExceededException,
|
|
767
|
-
__BaseException
|
|
768
|
-
>
|
|
490
|
+
opts: __ExceptionOptionType<MaximumOpenPullRequestsExceededException, __BaseException>,
|
|
769
491
|
);
|
|
770
492
|
}
|
|
771
493
|
export declare class MultipleRepositoriesInPullRequestException extends __BaseException {
|
|
772
494
|
readonly name: "MultipleRepositoriesInPullRequestException";
|
|
773
495
|
readonly $fault: "client";
|
|
774
496
|
constructor(
|
|
775
|
-
opts: __ExceptionOptionType<
|
|
776
|
-
MultipleRepositoriesInPullRequestException,
|
|
777
|
-
__BaseException
|
|
778
|
-
>
|
|
497
|
+
opts: __ExceptionOptionType<MultipleRepositoriesInPullRequestException, __BaseException>,
|
|
779
498
|
);
|
|
780
499
|
}
|
|
781
500
|
export declare class ReferenceDoesNotExistException extends __BaseException {
|
|
782
501
|
readonly name: "ReferenceDoesNotExistException";
|
|
783
502
|
readonly $fault: "client";
|
|
784
|
-
constructor(
|
|
785
|
-
opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>
|
|
786
|
-
);
|
|
503
|
+
constructor(opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>);
|
|
787
504
|
}
|
|
788
505
|
export declare class ReferenceNameRequiredException extends __BaseException {
|
|
789
506
|
readonly name: "ReferenceNameRequiredException";
|
|
790
507
|
readonly $fault: "client";
|
|
791
|
-
constructor(
|
|
792
|
-
opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>
|
|
793
|
-
);
|
|
508
|
+
constructor(opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>);
|
|
794
509
|
}
|
|
795
510
|
export declare class ReferenceTypeNotSupportedException extends __BaseException {
|
|
796
511
|
readonly name: "ReferenceTypeNotSupportedException";
|
|
797
512
|
readonly $fault: "client";
|
|
798
|
-
constructor(
|
|
799
|
-
opts: __ExceptionOptionType<
|
|
800
|
-
ReferenceTypeNotSupportedException,
|
|
801
|
-
__BaseException
|
|
802
|
-
>
|
|
803
|
-
);
|
|
513
|
+
constructor(opts: __ExceptionOptionType<ReferenceTypeNotSupportedException, __BaseException>);
|
|
804
514
|
}
|
|
805
515
|
export declare class SourceAndDestinationAreSameException extends __BaseException {
|
|
806
516
|
readonly name: "SourceAndDestinationAreSameException";
|
|
807
517
|
readonly $fault: "client";
|
|
808
|
-
constructor(
|
|
809
|
-
opts: __ExceptionOptionType<
|
|
810
|
-
SourceAndDestinationAreSameException,
|
|
811
|
-
__BaseException
|
|
812
|
-
>
|
|
813
|
-
);
|
|
518
|
+
constructor(opts: __ExceptionOptionType<SourceAndDestinationAreSameException, __BaseException>);
|
|
814
519
|
}
|
|
815
520
|
export declare class TargetRequiredException extends __BaseException {
|
|
816
521
|
readonly name: "TargetRequiredException";
|
|
817
522
|
readonly $fault: "client";
|
|
818
|
-
constructor(
|
|
819
|
-
opts: __ExceptionOptionType<TargetRequiredException, __BaseException>
|
|
820
|
-
);
|
|
523
|
+
constructor(opts: __ExceptionOptionType<TargetRequiredException, __BaseException>);
|
|
821
524
|
}
|
|
822
525
|
export declare class TargetsRequiredException extends __BaseException {
|
|
823
526
|
readonly name: "TargetsRequiredException";
|
|
824
527
|
readonly $fault: "client";
|
|
825
|
-
constructor(
|
|
826
|
-
opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>
|
|
827
|
-
);
|
|
528
|
+
constructor(opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>);
|
|
828
529
|
}
|
|
829
530
|
export declare class TitleRequiredException extends __BaseException {
|
|
830
531
|
readonly name: "TitleRequiredException";
|
|
831
532
|
readonly $fault: "client";
|
|
832
|
-
constructor(
|
|
833
|
-
opts: __ExceptionOptionType<TitleRequiredException, __BaseException>
|
|
834
|
-
);
|
|
533
|
+
constructor(opts: __ExceptionOptionType<TitleRequiredException, __BaseException>);
|
|
835
534
|
}
|
|
836
535
|
export declare class InvalidApprovalRuleContentException extends __BaseException {
|
|
837
536
|
readonly name: "InvalidApprovalRuleContentException";
|
|
838
537
|
readonly $fault: "client";
|
|
839
|
-
constructor(
|
|
840
|
-
opts: __ExceptionOptionType<
|
|
841
|
-
InvalidApprovalRuleContentException,
|
|
842
|
-
__BaseException
|
|
843
|
-
>
|
|
844
|
-
);
|
|
538
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleContentException, __BaseException>);
|
|
845
539
|
}
|
|
846
540
|
export declare class InvalidApprovalRuleNameException extends __BaseException {
|
|
847
541
|
readonly name: "InvalidApprovalRuleNameException";
|
|
848
542
|
readonly $fault: "client";
|
|
849
|
-
constructor(
|
|
850
|
-
opts: __ExceptionOptionType<
|
|
851
|
-
InvalidApprovalRuleNameException,
|
|
852
|
-
__BaseException
|
|
853
|
-
>
|
|
854
|
-
);
|
|
543
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleNameException, __BaseException>);
|
|
855
544
|
}
|
|
856
545
|
export declare class InvalidPullRequestIdException extends __BaseException {
|
|
857
546
|
readonly name: "InvalidPullRequestIdException";
|
|
858
547
|
readonly $fault: "client";
|
|
859
|
-
constructor(
|
|
860
|
-
opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>
|
|
861
|
-
);
|
|
548
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>);
|
|
862
549
|
}
|
|
863
550
|
export declare class NumberOfRulesExceededException extends __BaseException {
|
|
864
551
|
readonly name: "NumberOfRulesExceededException";
|
|
865
552
|
readonly $fault: "client";
|
|
866
|
-
constructor(
|
|
867
|
-
opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>
|
|
868
|
-
);
|
|
553
|
+
constructor(opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>);
|
|
869
554
|
}
|
|
870
555
|
export declare class PullRequestAlreadyClosedException extends __BaseException {
|
|
871
556
|
readonly name: "PullRequestAlreadyClosedException";
|
|
872
557
|
readonly $fault: "client";
|
|
873
|
-
constructor(
|
|
874
|
-
opts: __ExceptionOptionType<
|
|
875
|
-
PullRequestAlreadyClosedException,
|
|
876
|
-
__BaseException
|
|
877
|
-
>
|
|
878
|
-
);
|
|
558
|
+
constructor(opts: __ExceptionOptionType<PullRequestAlreadyClosedException, __BaseException>);
|
|
879
559
|
}
|
|
880
560
|
export declare class PullRequestDoesNotExistException extends __BaseException {
|
|
881
561
|
readonly name: "PullRequestDoesNotExistException";
|
|
882
562
|
readonly $fault: "client";
|
|
883
|
-
constructor(
|
|
884
|
-
opts: __ExceptionOptionType<
|
|
885
|
-
PullRequestDoesNotExistException,
|
|
886
|
-
__BaseException
|
|
887
|
-
>
|
|
888
|
-
);
|
|
563
|
+
constructor(opts: __ExceptionOptionType<PullRequestDoesNotExistException, __BaseException>);
|
|
889
564
|
}
|
|
890
565
|
export declare class PullRequestIdRequiredException extends __BaseException {
|
|
891
566
|
readonly name: "PullRequestIdRequiredException";
|
|
892
567
|
readonly $fault: "client";
|
|
893
|
-
constructor(
|
|
894
|
-
opts: __ExceptionOptionType<PullRequestIdRequiredException, __BaseException>
|
|
895
|
-
);
|
|
568
|
+
constructor(opts: __ExceptionOptionType<PullRequestIdRequiredException, __BaseException>);
|
|
896
569
|
}
|
|
897
570
|
export declare class EncryptionKeyInvalidIdException extends __BaseException {
|
|
898
571
|
readonly name: "EncryptionKeyInvalidIdException";
|
|
899
572
|
readonly $fault: "client";
|
|
900
|
-
constructor(
|
|
901
|
-
opts: __ExceptionOptionType<
|
|
902
|
-
EncryptionKeyInvalidIdException,
|
|
903
|
-
__BaseException
|
|
904
|
-
>
|
|
905
|
-
);
|
|
573
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyInvalidIdException, __BaseException>);
|
|
906
574
|
}
|
|
907
575
|
export declare class EncryptionKeyInvalidUsageException extends __BaseException {
|
|
908
576
|
readonly name: "EncryptionKeyInvalidUsageException";
|
|
909
577
|
readonly $fault: "client";
|
|
910
|
-
constructor(
|
|
911
|
-
opts: __ExceptionOptionType<
|
|
912
|
-
EncryptionKeyInvalidUsageException,
|
|
913
|
-
__BaseException
|
|
914
|
-
>
|
|
915
|
-
);
|
|
578
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyInvalidUsageException, __BaseException>);
|
|
916
579
|
}
|
|
917
580
|
export declare class InvalidRepositoryDescriptionException extends __BaseException {
|
|
918
581
|
readonly name: "InvalidRepositoryDescriptionException";
|
|
919
582
|
readonly $fault: "client";
|
|
920
|
-
constructor(
|
|
921
|
-
opts: __ExceptionOptionType<
|
|
922
|
-
InvalidRepositoryDescriptionException,
|
|
923
|
-
__BaseException
|
|
924
|
-
>
|
|
925
|
-
);
|
|
583
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryDescriptionException, __BaseException>);
|
|
926
584
|
}
|
|
927
585
|
export declare class InvalidSystemTagUsageException extends __BaseException {
|
|
928
586
|
readonly name: "InvalidSystemTagUsageException";
|
|
929
587
|
readonly $fault: "client";
|
|
930
|
-
constructor(
|
|
931
|
-
opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>
|
|
932
|
-
);
|
|
588
|
+
constructor(opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>);
|
|
933
589
|
}
|
|
934
590
|
export declare class InvalidTagsMapException extends __BaseException {
|
|
935
591
|
readonly name: "InvalidTagsMapException";
|
|
936
592
|
readonly $fault: "client";
|
|
937
|
-
constructor(
|
|
938
|
-
opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>
|
|
939
|
-
);
|
|
593
|
+
constructor(opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>);
|
|
940
594
|
}
|
|
941
595
|
export declare class OperationNotAllowedException extends __BaseException {
|
|
942
596
|
readonly name: "OperationNotAllowedException";
|
|
943
597
|
readonly $fault: "client";
|
|
944
|
-
constructor(
|
|
945
|
-
opts: __ExceptionOptionType<OperationNotAllowedException, __BaseException>
|
|
946
|
-
);
|
|
598
|
+
constructor(opts: __ExceptionOptionType<OperationNotAllowedException, __BaseException>);
|
|
947
599
|
}
|
|
948
600
|
export declare class RepositoryLimitExceededException extends __BaseException {
|
|
949
601
|
readonly name: "RepositoryLimitExceededException";
|
|
950
602
|
readonly $fault: "client";
|
|
951
|
-
constructor(
|
|
952
|
-
opts: __ExceptionOptionType<
|
|
953
|
-
RepositoryLimitExceededException,
|
|
954
|
-
__BaseException
|
|
955
|
-
>
|
|
956
|
-
);
|
|
603
|
+
constructor(opts: __ExceptionOptionType<RepositoryLimitExceededException, __BaseException>);
|
|
957
604
|
}
|
|
958
605
|
export declare class RepositoryNameExistsException extends __BaseException {
|
|
959
606
|
readonly name: "RepositoryNameExistsException";
|
|
960
607
|
readonly $fault: "client";
|
|
961
|
-
constructor(
|
|
962
|
-
opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>
|
|
963
|
-
);
|
|
608
|
+
constructor(opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>);
|
|
964
609
|
}
|
|
965
610
|
export declare class TagPolicyException extends __BaseException {
|
|
966
611
|
readonly name: "TagPolicyException";
|
|
@@ -970,652 +615,422 @@ export declare class TagPolicyException extends __BaseException {
|
|
|
970
615
|
export declare class TooManyTagsException extends __BaseException {
|
|
971
616
|
readonly name: "TooManyTagsException";
|
|
972
617
|
readonly $fault: "client";
|
|
973
|
-
constructor(
|
|
974
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
975
|
-
);
|
|
618
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
976
619
|
}
|
|
977
620
|
export declare class ConcurrentReferenceUpdateException extends __BaseException {
|
|
978
621
|
readonly name: "ConcurrentReferenceUpdateException";
|
|
979
622
|
readonly $fault: "client";
|
|
980
|
-
constructor(
|
|
981
|
-
opts: __ExceptionOptionType<
|
|
982
|
-
ConcurrentReferenceUpdateException,
|
|
983
|
-
__BaseException
|
|
984
|
-
>
|
|
985
|
-
);
|
|
623
|
+
constructor(opts: __ExceptionOptionType<ConcurrentReferenceUpdateException, __BaseException>);
|
|
986
624
|
}
|
|
987
625
|
export declare class InvalidConflictResolutionException extends __BaseException {
|
|
988
626
|
readonly name: "InvalidConflictResolutionException";
|
|
989
627
|
readonly $fault: "client";
|
|
990
|
-
constructor(
|
|
991
|
-
opts: __ExceptionOptionType<
|
|
992
|
-
InvalidConflictResolutionException,
|
|
993
|
-
__BaseException
|
|
994
|
-
>
|
|
995
|
-
);
|
|
628
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictResolutionException, __BaseException>);
|
|
996
629
|
}
|
|
997
630
|
export declare class InvalidReplacementContentException extends __BaseException {
|
|
998
631
|
readonly name: "InvalidReplacementContentException";
|
|
999
632
|
readonly $fault: "client";
|
|
1000
|
-
constructor(
|
|
1001
|
-
opts: __ExceptionOptionType<
|
|
1002
|
-
InvalidReplacementContentException,
|
|
1003
|
-
__BaseException
|
|
1004
|
-
>
|
|
1005
|
-
);
|
|
633
|
+
constructor(opts: __ExceptionOptionType<InvalidReplacementContentException, __BaseException>);
|
|
1006
634
|
}
|
|
1007
635
|
export declare class InvalidReplacementTypeException extends __BaseException {
|
|
1008
636
|
readonly name: "InvalidReplacementTypeException";
|
|
1009
637
|
readonly $fault: "client";
|
|
1010
|
-
constructor(
|
|
1011
|
-
opts: __ExceptionOptionType<
|
|
1012
|
-
InvalidReplacementTypeException,
|
|
1013
|
-
__BaseException
|
|
1014
|
-
>
|
|
1015
|
-
);
|
|
638
|
+
constructor(opts: __ExceptionOptionType<InvalidReplacementTypeException, __BaseException>);
|
|
1016
639
|
}
|
|
1017
640
|
export declare class ManualMergeRequiredException extends __BaseException {
|
|
1018
641
|
readonly name: "ManualMergeRequiredException";
|
|
1019
642
|
readonly $fault: "client";
|
|
1020
|
-
constructor(
|
|
1021
|
-
opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>
|
|
1022
|
-
);
|
|
643
|
+
constructor(opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>);
|
|
1023
644
|
}
|
|
1024
645
|
export declare class MaximumConflictResolutionEntriesExceededException extends __BaseException {
|
|
1025
646
|
readonly name: "MaximumConflictResolutionEntriesExceededException";
|
|
1026
647
|
readonly $fault: "client";
|
|
1027
648
|
constructor(
|
|
1028
|
-
opts: __ExceptionOptionType<
|
|
1029
|
-
MaximumConflictResolutionEntriesExceededException,
|
|
1030
|
-
__BaseException
|
|
1031
|
-
>
|
|
649
|
+
opts: __ExceptionOptionType<MaximumConflictResolutionEntriesExceededException, __BaseException>,
|
|
1032
650
|
);
|
|
1033
651
|
}
|
|
1034
652
|
export declare class MultipleConflictResolutionEntriesException extends __BaseException {
|
|
1035
653
|
readonly name: "MultipleConflictResolutionEntriesException";
|
|
1036
654
|
readonly $fault: "client";
|
|
1037
655
|
constructor(
|
|
1038
|
-
opts: __ExceptionOptionType<
|
|
1039
|
-
MultipleConflictResolutionEntriesException,
|
|
1040
|
-
__BaseException
|
|
1041
|
-
>
|
|
656
|
+
opts: __ExceptionOptionType<MultipleConflictResolutionEntriesException, __BaseException>,
|
|
1042
657
|
);
|
|
1043
658
|
}
|
|
1044
659
|
export declare class ReplacementContentRequiredException extends __BaseException {
|
|
1045
660
|
readonly name: "ReplacementContentRequiredException";
|
|
1046
661
|
readonly $fault: "client";
|
|
1047
|
-
constructor(
|
|
1048
|
-
opts: __ExceptionOptionType<
|
|
1049
|
-
ReplacementContentRequiredException,
|
|
1050
|
-
__BaseException
|
|
1051
|
-
>
|
|
1052
|
-
);
|
|
662
|
+
constructor(opts: __ExceptionOptionType<ReplacementContentRequiredException, __BaseException>);
|
|
1053
663
|
}
|
|
1054
664
|
export declare class ReplacementTypeRequiredException extends __BaseException {
|
|
1055
665
|
readonly name: "ReplacementTypeRequiredException";
|
|
1056
666
|
readonly $fault: "client";
|
|
1057
|
-
constructor(
|
|
1058
|
-
opts: __ExceptionOptionType<
|
|
1059
|
-
ReplacementTypeRequiredException,
|
|
1060
|
-
__BaseException
|
|
1061
|
-
>
|
|
1062
|
-
);
|
|
667
|
+
constructor(opts: __ExceptionOptionType<ReplacementTypeRequiredException, __BaseException>);
|
|
1063
668
|
}
|
|
1064
669
|
export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
|
|
1065
670
|
readonly name: "DefaultBranchCannotBeDeletedException";
|
|
1066
671
|
readonly $fault: "client";
|
|
1067
|
-
constructor(
|
|
1068
|
-
opts: __ExceptionOptionType<
|
|
1069
|
-
DefaultBranchCannotBeDeletedException,
|
|
1070
|
-
__BaseException
|
|
1071
|
-
>
|
|
1072
|
-
);
|
|
672
|
+
constructor(opts: __ExceptionOptionType<DefaultBranchCannotBeDeletedException, __BaseException>);
|
|
1073
673
|
}
|
|
1074
674
|
export declare class CommentDeletedException extends __BaseException {
|
|
1075
675
|
readonly name: "CommentDeletedException";
|
|
1076
676
|
readonly $fault: "client";
|
|
1077
|
-
constructor(
|
|
1078
|
-
opts: __ExceptionOptionType<CommentDeletedException, __BaseException>
|
|
1079
|
-
);
|
|
677
|
+
constructor(opts: __ExceptionOptionType<CommentDeletedException, __BaseException>);
|
|
1080
678
|
}
|
|
1081
679
|
export declare class CommentDoesNotExistException extends __BaseException {
|
|
1082
680
|
readonly name: "CommentDoesNotExistException";
|
|
1083
681
|
readonly $fault: "client";
|
|
1084
|
-
constructor(
|
|
1085
|
-
opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>
|
|
1086
|
-
);
|
|
682
|
+
constructor(opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>);
|
|
1087
683
|
}
|
|
1088
684
|
export declare class CommentIdRequiredException extends __BaseException {
|
|
1089
685
|
readonly name: "CommentIdRequiredException";
|
|
1090
686
|
readonly $fault: "client";
|
|
1091
|
-
constructor(
|
|
1092
|
-
opts: __ExceptionOptionType<CommentIdRequiredException, __BaseException>
|
|
1093
|
-
);
|
|
687
|
+
constructor(opts: __ExceptionOptionType<CommentIdRequiredException, __BaseException>);
|
|
1094
688
|
}
|
|
1095
689
|
export declare class InvalidCommentIdException extends __BaseException {
|
|
1096
690
|
readonly name: "InvalidCommentIdException";
|
|
1097
691
|
readonly $fault: "client";
|
|
1098
|
-
constructor(
|
|
1099
|
-
opts: __ExceptionOptionType<InvalidCommentIdException, __BaseException>
|
|
1100
|
-
);
|
|
692
|
+
constructor(opts: __ExceptionOptionType<InvalidCommentIdException, __BaseException>);
|
|
1101
693
|
}
|
|
1102
694
|
export declare class InvalidActorArnException extends __BaseException {
|
|
1103
695
|
readonly name: "InvalidActorArnException";
|
|
1104
696
|
readonly $fault: "client";
|
|
1105
|
-
constructor(
|
|
1106
|
-
opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>
|
|
1107
|
-
);
|
|
697
|
+
constructor(opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>);
|
|
1108
698
|
}
|
|
1109
699
|
export declare class InvalidMaxResultsException extends __BaseException {
|
|
1110
700
|
readonly name: "InvalidMaxResultsException";
|
|
1111
701
|
readonly $fault: "client";
|
|
1112
|
-
constructor(
|
|
1113
|
-
opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>
|
|
1114
|
-
);
|
|
702
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>);
|
|
1115
703
|
}
|
|
1116
704
|
export declare class InvalidPullRequestEventTypeException extends __BaseException {
|
|
1117
705
|
readonly name: "InvalidPullRequestEventTypeException";
|
|
1118
706
|
readonly $fault: "client";
|
|
1119
|
-
constructor(
|
|
1120
|
-
opts: __ExceptionOptionType<
|
|
1121
|
-
InvalidPullRequestEventTypeException,
|
|
1122
|
-
__BaseException
|
|
1123
|
-
>
|
|
1124
|
-
);
|
|
707
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestEventTypeException, __BaseException>);
|
|
1125
708
|
}
|
|
1126
709
|
export declare class InvalidRevisionIdException extends __BaseException {
|
|
1127
710
|
readonly name: "InvalidRevisionIdException";
|
|
1128
711
|
readonly $fault: "client";
|
|
1129
|
-
constructor(
|
|
1130
|
-
opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>
|
|
1131
|
-
);
|
|
712
|
+
constructor(opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>);
|
|
1132
713
|
}
|
|
1133
714
|
export declare class RevisionIdRequiredException extends __BaseException {
|
|
1134
715
|
readonly name: "RevisionIdRequiredException";
|
|
1135
716
|
readonly $fault: "client";
|
|
1136
|
-
constructor(
|
|
1137
|
-
opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>
|
|
1138
|
-
);
|
|
717
|
+
constructor(opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>);
|
|
1139
718
|
}
|
|
1140
719
|
export declare class RevisionNotCurrentException extends __BaseException {
|
|
1141
720
|
readonly name: "RevisionNotCurrentException";
|
|
1142
721
|
readonly $fault: "client";
|
|
1143
|
-
constructor(
|
|
1144
|
-
opts: __ExceptionOptionType<RevisionNotCurrentException, __BaseException>
|
|
1145
|
-
);
|
|
722
|
+
constructor(opts: __ExceptionOptionType<RevisionNotCurrentException, __BaseException>);
|
|
1146
723
|
}
|
|
1147
724
|
export declare class FileTooLargeException extends __BaseException {
|
|
1148
725
|
readonly name: "FileTooLargeException";
|
|
1149
726
|
readonly $fault: "client";
|
|
1150
|
-
constructor(
|
|
1151
|
-
opts: __ExceptionOptionType<FileTooLargeException, __BaseException>
|
|
1152
|
-
);
|
|
727
|
+
constructor(opts: __ExceptionOptionType<FileTooLargeException, __BaseException>);
|
|
1153
728
|
}
|
|
1154
729
|
export declare class InvalidBlobIdException extends __BaseException {
|
|
1155
730
|
readonly name: "InvalidBlobIdException";
|
|
1156
731
|
readonly $fault: "client";
|
|
1157
|
-
constructor(
|
|
1158
|
-
opts: __ExceptionOptionType<InvalidBlobIdException, __BaseException>
|
|
1159
|
-
);
|
|
732
|
+
constructor(opts: __ExceptionOptionType<InvalidBlobIdException, __BaseException>);
|
|
1160
733
|
}
|
|
1161
734
|
export declare class InvalidReactionUserArnException extends __BaseException {
|
|
1162
735
|
readonly name: "InvalidReactionUserArnException";
|
|
1163
736
|
readonly $fault: "client";
|
|
1164
|
-
constructor(
|
|
1165
|
-
opts: __ExceptionOptionType<
|
|
1166
|
-
InvalidReactionUserArnException,
|
|
1167
|
-
__BaseException
|
|
1168
|
-
>
|
|
1169
|
-
);
|
|
737
|
+
constructor(opts: __ExceptionOptionType<InvalidReactionUserArnException, __BaseException>);
|
|
1170
738
|
}
|
|
1171
739
|
export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
|
|
1172
740
|
readonly name: "RepositoryNotAssociatedWithPullRequestException";
|
|
1173
741
|
readonly $fault: "client";
|
|
1174
742
|
constructor(
|
|
1175
|
-
opts: __ExceptionOptionType<
|
|
1176
|
-
RepositoryNotAssociatedWithPullRequestException,
|
|
1177
|
-
__BaseException
|
|
1178
|
-
>
|
|
743
|
+
opts: __ExceptionOptionType<RepositoryNotAssociatedWithPullRequestException, __BaseException>,
|
|
1179
744
|
);
|
|
1180
745
|
}
|
|
1181
746
|
export declare class CommitIdDoesNotExistException extends __BaseException {
|
|
1182
747
|
readonly name: "CommitIdDoesNotExistException";
|
|
1183
748
|
readonly $fault: "client";
|
|
1184
|
-
constructor(
|
|
1185
|
-
opts: __ExceptionOptionType<CommitIdDoesNotExistException, __BaseException>
|
|
1186
|
-
);
|
|
749
|
+
constructor(opts: __ExceptionOptionType<CommitIdDoesNotExistException, __BaseException>);
|
|
1187
750
|
}
|
|
1188
751
|
export declare class PathDoesNotExistException extends __BaseException {
|
|
1189
752
|
readonly name: "PathDoesNotExistException";
|
|
1190
753
|
readonly $fault: "client";
|
|
1191
|
-
constructor(
|
|
1192
|
-
opts: __ExceptionOptionType<PathDoesNotExistException, __BaseException>
|
|
1193
|
-
);
|
|
754
|
+
constructor(opts: __ExceptionOptionType<PathDoesNotExistException, __BaseException>);
|
|
1194
755
|
}
|
|
1195
756
|
export declare class FolderDoesNotExistException extends __BaseException {
|
|
1196
757
|
readonly name: "FolderDoesNotExistException";
|
|
1197
758
|
readonly $fault: "client";
|
|
1198
|
-
constructor(
|
|
1199
|
-
opts: __ExceptionOptionType<FolderDoesNotExistException, __BaseException>
|
|
1200
|
-
);
|
|
759
|
+
constructor(opts: __ExceptionOptionType<FolderDoesNotExistException, __BaseException>);
|
|
1201
760
|
}
|
|
1202
761
|
export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
|
|
1203
762
|
readonly name: "InvalidDestinationCommitSpecifierException";
|
|
1204
763
|
readonly $fault: "client";
|
|
1205
764
|
constructor(
|
|
1206
|
-
opts: __ExceptionOptionType<
|
|
1207
|
-
InvalidDestinationCommitSpecifierException,
|
|
1208
|
-
__BaseException
|
|
1209
|
-
>
|
|
765
|
+
opts: __ExceptionOptionType<InvalidDestinationCommitSpecifierException, __BaseException>,
|
|
1210
766
|
);
|
|
1211
767
|
}
|
|
1212
768
|
export declare class InvalidSourceCommitSpecifierException extends __BaseException {
|
|
1213
769
|
readonly name: "InvalidSourceCommitSpecifierException";
|
|
1214
770
|
readonly $fault: "client";
|
|
1215
|
-
constructor(
|
|
1216
|
-
opts: __ExceptionOptionType<
|
|
1217
|
-
InvalidSourceCommitSpecifierException,
|
|
1218
|
-
__BaseException
|
|
1219
|
-
>
|
|
1220
|
-
);
|
|
771
|
+
constructor(opts: __ExceptionOptionType<InvalidSourceCommitSpecifierException, __BaseException>);
|
|
1221
772
|
}
|
|
1222
773
|
export declare class InvalidAuthorArnException extends __BaseException {
|
|
1223
774
|
readonly name: "InvalidAuthorArnException";
|
|
1224
775
|
readonly $fault: "client";
|
|
1225
|
-
constructor(
|
|
1226
|
-
opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>
|
|
1227
|
-
);
|
|
776
|
+
constructor(opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>);
|
|
1228
777
|
}
|
|
1229
778
|
export declare class InvalidPullRequestStatusException extends __BaseException {
|
|
1230
779
|
readonly name: "InvalidPullRequestStatusException";
|
|
1231
780
|
readonly $fault: "client";
|
|
1232
|
-
constructor(
|
|
1233
|
-
opts: __ExceptionOptionType<
|
|
1234
|
-
InvalidPullRequestStatusException,
|
|
1235
|
-
__BaseException
|
|
1236
|
-
>
|
|
1237
|
-
);
|
|
781
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusException, __BaseException>);
|
|
1238
782
|
}
|
|
1239
783
|
export declare class InvalidOrderException extends __BaseException {
|
|
1240
784
|
readonly name: "InvalidOrderException";
|
|
1241
785
|
readonly $fault: "client";
|
|
1242
|
-
constructor(
|
|
1243
|
-
opts: __ExceptionOptionType<InvalidOrderException, __BaseException>
|
|
1244
|
-
);
|
|
786
|
+
constructor(opts: __ExceptionOptionType<InvalidOrderException, __BaseException>);
|
|
1245
787
|
}
|
|
1246
788
|
export declare class InvalidSortByException extends __BaseException {
|
|
1247
789
|
readonly name: "InvalidSortByException";
|
|
1248
790
|
readonly $fault: "client";
|
|
1249
|
-
constructor(
|
|
1250
|
-
opts: __ExceptionOptionType<InvalidSortByException, __BaseException>
|
|
1251
|
-
);
|
|
791
|
+
constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
|
|
1252
792
|
}
|
|
1253
793
|
export declare class InvalidResourceArnException extends __BaseException {
|
|
1254
794
|
readonly name: "InvalidResourceArnException";
|
|
1255
795
|
readonly $fault: "client";
|
|
1256
|
-
constructor(
|
|
1257
|
-
opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>
|
|
1258
|
-
);
|
|
796
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>);
|
|
1259
797
|
}
|
|
1260
798
|
export declare class ResourceArnRequiredException extends __BaseException {
|
|
1261
799
|
readonly name: "ResourceArnRequiredException";
|
|
1262
800
|
readonly $fault: "client";
|
|
1263
|
-
constructor(
|
|
1264
|
-
opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
|
|
1265
|
-
);
|
|
801
|
+
constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
|
|
1266
802
|
}
|
|
1267
803
|
export declare class InvalidTargetBranchException extends __BaseException {
|
|
1268
804
|
readonly name: "InvalidTargetBranchException";
|
|
1269
805
|
readonly $fault: "client";
|
|
1270
|
-
constructor(
|
|
1271
|
-
opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>
|
|
1272
|
-
);
|
|
806
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>);
|
|
1273
807
|
}
|
|
1274
808
|
export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
1275
809
|
readonly name: "PullRequestApprovalRulesNotSatisfiedException";
|
|
1276
810
|
readonly $fault: "client";
|
|
1277
811
|
constructor(
|
|
1278
|
-
opts: __ExceptionOptionType<
|
|
1279
|
-
PullRequestApprovalRulesNotSatisfiedException,
|
|
1280
|
-
__BaseException
|
|
1281
|
-
>
|
|
812
|
+
opts: __ExceptionOptionType<PullRequestApprovalRulesNotSatisfiedException, __BaseException>,
|
|
1282
813
|
);
|
|
1283
814
|
}
|
|
1284
815
|
export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
1285
816
|
readonly name: "TipOfSourceReferenceIsDifferentException";
|
|
1286
817
|
readonly $fault: "client";
|
|
1287
818
|
constructor(
|
|
1288
|
-
opts: __ExceptionOptionType<
|
|
1289
|
-
TipOfSourceReferenceIsDifferentException,
|
|
1290
|
-
__BaseException
|
|
1291
|
-
>
|
|
819
|
+
opts: __ExceptionOptionType<TipOfSourceReferenceIsDifferentException, __BaseException>,
|
|
1292
820
|
);
|
|
1293
821
|
}
|
|
1294
822
|
export declare class InvalidOverrideStatusException extends __BaseException {
|
|
1295
823
|
readonly name: "InvalidOverrideStatusException";
|
|
1296
824
|
readonly $fault: "client";
|
|
1297
|
-
constructor(
|
|
1298
|
-
opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>
|
|
1299
|
-
);
|
|
825
|
+
constructor(opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>);
|
|
1300
826
|
}
|
|
1301
827
|
export declare class OverrideAlreadySetException extends __BaseException {
|
|
1302
828
|
readonly name: "OverrideAlreadySetException";
|
|
1303
829
|
readonly $fault: "client";
|
|
1304
|
-
constructor(
|
|
1305
|
-
opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>
|
|
1306
|
-
);
|
|
830
|
+
constructor(opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>);
|
|
1307
831
|
}
|
|
1308
832
|
export declare class OverrideStatusRequiredException extends __BaseException {
|
|
1309
833
|
readonly name: "OverrideStatusRequiredException";
|
|
1310
834
|
readonly $fault: "client";
|
|
1311
|
-
constructor(
|
|
1312
|
-
opts: __ExceptionOptionType<
|
|
1313
|
-
OverrideStatusRequiredException,
|
|
1314
|
-
__BaseException
|
|
1315
|
-
>
|
|
1316
|
-
);
|
|
835
|
+
constructor(opts: __ExceptionOptionType<OverrideStatusRequiredException, __BaseException>);
|
|
1317
836
|
}
|
|
1318
837
|
export declare class CommentContentRequiredException extends __BaseException {
|
|
1319
838
|
readonly name: "CommentContentRequiredException";
|
|
1320
839
|
readonly $fault: "client";
|
|
1321
|
-
constructor(
|
|
1322
|
-
opts: __ExceptionOptionType<
|
|
1323
|
-
CommentContentRequiredException,
|
|
1324
|
-
__BaseException
|
|
1325
|
-
>
|
|
1326
|
-
);
|
|
840
|
+
constructor(opts: __ExceptionOptionType<CommentContentRequiredException, __BaseException>);
|
|
1327
841
|
}
|
|
1328
842
|
export declare class CommentContentSizeLimitExceededException extends __BaseException {
|
|
1329
843
|
readonly name: "CommentContentSizeLimitExceededException";
|
|
1330
844
|
readonly $fault: "client";
|
|
1331
845
|
constructor(
|
|
1332
|
-
opts: __ExceptionOptionType<
|
|
1333
|
-
CommentContentSizeLimitExceededException,
|
|
1334
|
-
__BaseException
|
|
1335
|
-
>
|
|
846
|
+
opts: __ExceptionOptionType<CommentContentSizeLimitExceededException, __BaseException>,
|
|
1336
847
|
);
|
|
1337
848
|
}
|
|
1338
849
|
export declare class InvalidFileLocationException extends __BaseException {
|
|
1339
850
|
readonly name: "InvalidFileLocationException";
|
|
1340
851
|
readonly $fault: "client";
|
|
1341
|
-
constructor(
|
|
1342
|
-
opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>
|
|
1343
|
-
);
|
|
852
|
+
constructor(opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>);
|
|
1344
853
|
}
|
|
1345
854
|
export declare class InvalidFilePositionException extends __BaseException {
|
|
1346
855
|
readonly name: "InvalidFilePositionException";
|
|
1347
856
|
readonly $fault: "client";
|
|
1348
|
-
constructor(
|
|
1349
|
-
opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>
|
|
1350
|
-
);
|
|
857
|
+
constructor(opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>);
|
|
1351
858
|
}
|
|
1352
859
|
export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
1353
860
|
readonly name: "InvalidRelativeFileVersionEnumException";
|
|
1354
861
|
readonly $fault: "client";
|
|
1355
862
|
constructor(
|
|
1356
|
-
opts: __ExceptionOptionType<
|
|
1357
|
-
InvalidRelativeFileVersionEnumException,
|
|
1358
|
-
__BaseException
|
|
1359
|
-
>
|
|
863
|
+
opts: __ExceptionOptionType<InvalidRelativeFileVersionEnumException, __BaseException>,
|
|
1360
864
|
);
|
|
1361
865
|
}
|
|
1362
866
|
export declare class InvalidReactionValueException extends __BaseException {
|
|
1363
867
|
readonly name: "InvalidReactionValueException";
|
|
1364
868
|
readonly $fault: "client";
|
|
1365
|
-
constructor(
|
|
1366
|
-
opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>
|
|
1367
|
-
);
|
|
869
|
+
constructor(opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>);
|
|
1368
870
|
}
|
|
1369
871
|
export declare class ReactionLimitExceededException extends __BaseException {
|
|
1370
872
|
readonly name: "ReactionLimitExceededException";
|
|
1371
873
|
readonly $fault: "client";
|
|
1372
|
-
constructor(
|
|
1373
|
-
opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>
|
|
1374
|
-
);
|
|
874
|
+
constructor(opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>);
|
|
1375
875
|
}
|
|
1376
876
|
export declare class ReactionValueRequiredException extends __BaseException {
|
|
1377
877
|
readonly name: "ReactionValueRequiredException";
|
|
1378
878
|
readonly $fault: "client";
|
|
1379
|
-
constructor(
|
|
1380
|
-
opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>
|
|
1381
|
-
);
|
|
879
|
+
constructor(opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>);
|
|
1382
880
|
}
|
|
1383
881
|
export declare class FileContentRequiredException extends __BaseException {
|
|
1384
882
|
readonly name: "FileContentRequiredException";
|
|
1385
883
|
readonly $fault: "client";
|
|
1386
|
-
constructor(
|
|
1387
|
-
opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>
|
|
1388
|
-
);
|
|
884
|
+
constructor(opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>);
|
|
1389
885
|
}
|
|
1390
886
|
export declare class SameFileContentException extends __BaseException {
|
|
1391
887
|
readonly name: "SameFileContentException";
|
|
1392
888
|
readonly $fault: "client";
|
|
1393
|
-
constructor(
|
|
1394
|
-
opts: __ExceptionOptionType<SameFileContentException, __BaseException>
|
|
1395
|
-
);
|
|
889
|
+
constructor(opts: __ExceptionOptionType<SameFileContentException, __BaseException>);
|
|
1396
890
|
}
|
|
1397
891
|
export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
1398
892
|
readonly name: "InvalidRepositoryTriggerBranchNameException";
|
|
1399
893
|
readonly $fault: "client";
|
|
1400
894
|
constructor(
|
|
1401
|
-
opts: __ExceptionOptionType<
|
|
1402
|
-
InvalidRepositoryTriggerBranchNameException,
|
|
1403
|
-
__BaseException
|
|
1404
|
-
>
|
|
895
|
+
opts: __ExceptionOptionType<InvalidRepositoryTriggerBranchNameException, __BaseException>,
|
|
1405
896
|
);
|
|
1406
897
|
}
|
|
1407
898
|
export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
1408
899
|
readonly name: "InvalidRepositoryTriggerCustomDataException";
|
|
1409
900
|
readonly $fault: "client";
|
|
1410
901
|
constructor(
|
|
1411
|
-
opts: __ExceptionOptionType<
|
|
1412
|
-
InvalidRepositoryTriggerCustomDataException,
|
|
1413
|
-
__BaseException
|
|
1414
|
-
>
|
|
902
|
+
opts: __ExceptionOptionType<InvalidRepositoryTriggerCustomDataException, __BaseException>,
|
|
1415
903
|
);
|
|
1416
904
|
}
|
|
1417
905
|
export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
1418
906
|
readonly name: "InvalidRepositoryTriggerDestinationArnException";
|
|
1419
907
|
readonly $fault: "client";
|
|
1420
908
|
constructor(
|
|
1421
|
-
opts: __ExceptionOptionType<
|
|
1422
|
-
InvalidRepositoryTriggerDestinationArnException,
|
|
1423
|
-
__BaseException
|
|
1424
|
-
>
|
|
909
|
+
opts: __ExceptionOptionType<InvalidRepositoryTriggerDestinationArnException, __BaseException>,
|
|
1425
910
|
);
|
|
1426
911
|
}
|
|
1427
912
|
export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
1428
913
|
readonly name: "InvalidRepositoryTriggerEventsException";
|
|
1429
914
|
readonly $fault: "client";
|
|
1430
915
|
constructor(
|
|
1431
|
-
opts: __ExceptionOptionType<
|
|
1432
|
-
InvalidRepositoryTriggerEventsException,
|
|
1433
|
-
__BaseException
|
|
1434
|
-
>
|
|
916
|
+
opts: __ExceptionOptionType<InvalidRepositoryTriggerEventsException, __BaseException>,
|
|
1435
917
|
);
|
|
1436
918
|
}
|
|
1437
919
|
export declare class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
1438
920
|
readonly name: "InvalidRepositoryTriggerNameException";
|
|
1439
921
|
readonly $fault: "client";
|
|
1440
|
-
constructor(
|
|
1441
|
-
opts: __ExceptionOptionType<
|
|
1442
|
-
InvalidRepositoryTriggerNameException,
|
|
1443
|
-
__BaseException
|
|
1444
|
-
>
|
|
1445
|
-
);
|
|
922
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerNameException, __BaseException>);
|
|
1446
923
|
}
|
|
1447
924
|
export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
1448
925
|
readonly name: "InvalidRepositoryTriggerRegionException";
|
|
1449
926
|
readonly $fault: "client";
|
|
1450
927
|
constructor(
|
|
1451
|
-
opts: __ExceptionOptionType<
|
|
1452
|
-
InvalidRepositoryTriggerRegionException,
|
|
1453
|
-
__BaseException
|
|
1454
|
-
>
|
|
928
|
+
opts: __ExceptionOptionType<InvalidRepositoryTriggerRegionException, __BaseException>,
|
|
1455
929
|
);
|
|
1456
930
|
}
|
|
1457
931
|
export declare class MaximumBranchesExceededException extends __BaseException {
|
|
1458
932
|
readonly name: "MaximumBranchesExceededException";
|
|
1459
933
|
readonly $fault: "client";
|
|
1460
|
-
constructor(
|
|
1461
|
-
opts: __ExceptionOptionType<
|
|
1462
|
-
MaximumBranchesExceededException,
|
|
1463
|
-
__BaseException
|
|
1464
|
-
>
|
|
1465
|
-
);
|
|
934
|
+
constructor(opts: __ExceptionOptionType<MaximumBranchesExceededException, __BaseException>);
|
|
1466
935
|
}
|
|
1467
936
|
export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
1468
937
|
readonly name: "MaximumRepositoryTriggersExceededException";
|
|
1469
938
|
readonly $fault: "client";
|
|
1470
939
|
constructor(
|
|
1471
|
-
opts: __ExceptionOptionType<
|
|
1472
|
-
MaximumRepositoryTriggersExceededException,
|
|
1473
|
-
__BaseException
|
|
1474
|
-
>
|
|
940
|
+
opts: __ExceptionOptionType<MaximumRepositoryTriggersExceededException, __BaseException>,
|
|
1475
941
|
);
|
|
1476
942
|
}
|
|
1477
943
|
export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
1478
944
|
readonly name: "RepositoryTriggerBranchNameListRequiredException";
|
|
1479
945
|
readonly $fault: "client";
|
|
1480
946
|
constructor(
|
|
1481
|
-
opts: __ExceptionOptionType<
|
|
1482
|
-
RepositoryTriggerBranchNameListRequiredException,
|
|
1483
|
-
__BaseException
|
|
1484
|
-
>
|
|
947
|
+
opts: __ExceptionOptionType<RepositoryTriggerBranchNameListRequiredException, __BaseException>,
|
|
1485
948
|
);
|
|
1486
949
|
}
|
|
1487
950
|
export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
1488
951
|
readonly name: "RepositoryTriggerDestinationArnRequiredException";
|
|
1489
952
|
readonly $fault: "client";
|
|
1490
953
|
constructor(
|
|
1491
|
-
opts: __ExceptionOptionType<
|
|
1492
|
-
RepositoryTriggerDestinationArnRequiredException,
|
|
1493
|
-
__BaseException
|
|
1494
|
-
>
|
|
954
|
+
opts: __ExceptionOptionType<RepositoryTriggerDestinationArnRequiredException, __BaseException>,
|
|
1495
955
|
);
|
|
1496
956
|
}
|
|
1497
957
|
export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
1498
958
|
readonly name: "RepositoryTriggerEventsListRequiredException";
|
|
1499
959
|
readonly $fault: "client";
|
|
1500
960
|
constructor(
|
|
1501
|
-
opts: __ExceptionOptionType<
|
|
1502
|
-
RepositoryTriggerEventsListRequiredException,
|
|
1503
|
-
__BaseException
|
|
1504
|
-
>
|
|
961
|
+
opts: __ExceptionOptionType<RepositoryTriggerEventsListRequiredException, __BaseException>,
|
|
1505
962
|
);
|
|
1506
963
|
}
|
|
1507
964
|
export declare class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
1508
965
|
readonly name: "RepositoryTriggerNameRequiredException";
|
|
1509
966
|
readonly $fault: "client";
|
|
1510
|
-
constructor(
|
|
1511
|
-
opts: __ExceptionOptionType<
|
|
1512
|
-
RepositoryTriggerNameRequiredException,
|
|
1513
|
-
__BaseException
|
|
1514
|
-
>
|
|
1515
|
-
);
|
|
967
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerNameRequiredException, __BaseException>);
|
|
1516
968
|
}
|
|
1517
969
|
export declare class RepositoryTriggersListRequiredException extends __BaseException {
|
|
1518
970
|
readonly name: "RepositoryTriggersListRequiredException";
|
|
1519
971
|
readonly $fault: "client";
|
|
1520
972
|
constructor(
|
|
1521
|
-
opts: __ExceptionOptionType<
|
|
1522
|
-
RepositoryTriggersListRequiredException,
|
|
1523
|
-
__BaseException
|
|
1524
|
-
>
|
|
973
|
+
opts: __ExceptionOptionType<RepositoryTriggersListRequiredException, __BaseException>,
|
|
1525
974
|
);
|
|
1526
975
|
}
|
|
1527
976
|
export declare class TagsMapRequiredException extends __BaseException {
|
|
1528
977
|
readonly name: "TagsMapRequiredException";
|
|
1529
978
|
readonly $fault: "client";
|
|
1530
|
-
constructor(
|
|
1531
|
-
opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>
|
|
1532
|
-
);
|
|
979
|
+
constructor(opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>);
|
|
1533
980
|
}
|
|
1534
981
|
export declare class InvalidTagKeysListException extends __BaseException {
|
|
1535
982
|
readonly name: "InvalidTagKeysListException";
|
|
1536
983
|
readonly $fault: "client";
|
|
1537
|
-
constructor(
|
|
1538
|
-
opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>
|
|
1539
|
-
);
|
|
984
|
+
constructor(opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>);
|
|
1540
985
|
}
|
|
1541
986
|
export declare class TagKeysListRequiredException extends __BaseException {
|
|
1542
987
|
readonly name: "TagKeysListRequiredException";
|
|
1543
988
|
readonly $fault: "client";
|
|
1544
|
-
constructor(
|
|
1545
|
-
opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>
|
|
1546
|
-
);
|
|
989
|
+
constructor(opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>);
|
|
1547
990
|
}
|
|
1548
991
|
export declare class InvalidRuleContentSha256Exception extends __BaseException {
|
|
1549
992
|
readonly name: "InvalidRuleContentSha256Exception";
|
|
1550
993
|
readonly $fault: "client";
|
|
1551
|
-
constructor(
|
|
1552
|
-
opts: __ExceptionOptionType<
|
|
1553
|
-
InvalidRuleContentSha256Exception,
|
|
1554
|
-
__BaseException
|
|
1555
|
-
>
|
|
1556
|
-
);
|
|
994
|
+
constructor(opts: __ExceptionOptionType<InvalidRuleContentSha256Exception, __BaseException>);
|
|
1557
995
|
}
|
|
1558
996
|
export declare class CommentNotCreatedByCallerException extends __BaseException {
|
|
1559
997
|
readonly name: "CommentNotCreatedByCallerException";
|
|
1560
998
|
readonly $fault: "client";
|
|
1561
|
-
constructor(
|
|
1562
|
-
opts: __ExceptionOptionType<
|
|
1563
|
-
CommentNotCreatedByCallerException,
|
|
1564
|
-
__BaseException
|
|
1565
|
-
>
|
|
1566
|
-
);
|
|
999
|
+
constructor(opts: __ExceptionOptionType<CommentNotCreatedByCallerException, __BaseException>);
|
|
1567
1000
|
}
|
|
1568
1001
|
export declare class InvalidApprovalStateException extends __BaseException {
|
|
1569
1002
|
readonly name: "InvalidApprovalStateException";
|
|
1570
1003
|
readonly $fault: "client";
|
|
1571
|
-
constructor(
|
|
1572
|
-
opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>
|
|
1573
|
-
);
|
|
1004
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>);
|
|
1574
1005
|
}
|
|
1575
1006
|
export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
1576
1007
|
readonly name: "MaximumNumberOfApprovalsExceededException";
|
|
1577
1008
|
readonly $fault: "client";
|
|
1578
1009
|
constructor(
|
|
1579
|
-
opts: __ExceptionOptionType<
|
|
1580
|
-
MaximumNumberOfApprovalsExceededException,
|
|
1581
|
-
__BaseException
|
|
1582
|
-
>
|
|
1010
|
+
opts: __ExceptionOptionType<MaximumNumberOfApprovalsExceededException, __BaseException>,
|
|
1583
1011
|
);
|
|
1584
1012
|
}
|
|
1585
1013
|
export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
1586
1014
|
readonly name: "PullRequestCannotBeApprovedByAuthorException";
|
|
1587
1015
|
readonly $fault: "client";
|
|
1588
1016
|
constructor(
|
|
1589
|
-
opts: __ExceptionOptionType<
|
|
1590
|
-
PullRequestCannotBeApprovedByAuthorException,
|
|
1591
|
-
__BaseException
|
|
1592
|
-
>
|
|
1017
|
+
opts: __ExceptionOptionType<PullRequestCannotBeApprovedByAuthorException, __BaseException>,
|
|
1593
1018
|
);
|
|
1594
1019
|
}
|
|
1595
1020
|
export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
1596
1021
|
readonly name: "InvalidPullRequestStatusUpdateException";
|
|
1597
1022
|
readonly $fault: "client";
|
|
1598
1023
|
constructor(
|
|
1599
|
-
opts: __ExceptionOptionType<
|
|
1600
|
-
InvalidPullRequestStatusUpdateException,
|
|
1601
|
-
__BaseException
|
|
1602
|
-
>
|
|
1024
|
+
opts: __ExceptionOptionType<InvalidPullRequestStatusUpdateException, __BaseException>,
|
|
1603
1025
|
);
|
|
1604
1026
|
}
|
|
1605
1027
|
export declare class PullRequestStatusRequiredException extends __BaseException {
|
|
1606
1028
|
readonly name: "PullRequestStatusRequiredException";
|
|
1607
1029
|
readonly $fault: "client";
|
|
1608
|
-
constructor(
|
|
1609
|
-
opts: __ExceptionOptionType<
|
|
1610
|
-
PullRequestStatusRequiredException,
|
|
1611
|
-
__BaseException
|
|
1612
|
-
>
|
|
1613
|
-
);
|
|
1030
|
+
constructor(opts: __ExceptionOptionType<PullRequestStatusRequiredException, __BaseException>);
|
|
1614
1031
|
}
|
|
1615
1032
|
export declare class EncryptionKeyRequiredException extends __BaseException {
|
|
1616
1033
|
readonly name: "EncryptionKeyRequiredException";
|
|
1617
1034
|
readonly $fault: "client";
|
|
1618
|
-
constructor(
|
|
1619
|
-
opts: __ExceptionOptionType<EncryptionKeyRequiredException, __BaseException>
|
|
1620
|
-
);
|
|
1035
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyRequiredException, __BaseException>);
|
|
1621
1036
|
}
|