@aws-sdk/client-codecommit 3.927.0 → 3.929.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 +4997 -5401
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CodeCommitClient.js +2 -0
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +3 -9
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -9
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -9
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -9
- package/dist-es/commands/BatchGetCommitsCommand.js +3 -9
- package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -9
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -9
- package/dist-es/commands/CreateBranchCommand.js +3 -9
- package/dist-es/commands/CreateCommitCommand.js +3 -9
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -9
- package/dist-es/commands/CreatePullRequestCommand.js +3 -9
- package/dist-es/commands/CreateRepositoryCommand.js +3 -9
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -9
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteBranchCommand.js +3 -9
- package/dist-es/commands/DeleteCommentContentCommand.js +3 -9
- package/dist-es/commands/DeleteFileCommand.js +3 -9
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -9
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
- package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -9
- package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -9
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +3 -9
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -9
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -9
- package/dist-es/commands/GetBlobCommand.js +3 -9
- package/dist-es/commands/GetBranchCommand.js +3 -9
- package/dist-es/commands/GetCommentCommand.js +3 -9
- package/dist-es/commands/GetCommentReactionsCommand.js +3 -9
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -9
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -9
- package/dist-es/commands/GetCommitCommand.js +3 -9
- package/dist-es/commands/GetDifferencesCommand.js +3 -9
- package/dist-es/commands/GetFileCommand.js +3 -9
- package/dist-es/commands/GetFolderCommand.js +3 -9
- package/dist-es/commands/GetMergeCommitCommand.js +3 -9
- package/dist-es/commands/GetMergeConflictsCommand.js +3 -9
- package/dist-es/commands/GetMergeOptionsCommand.js +3 -9
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -9
- package/dist-es/commands/GetPullRequestCommand.js +3 -9
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -9
- package/dist-es/commands/GetRepositoryCommand.js +3 -9
- package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -9
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -9
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -9
- package/dist-es/commands/ListBranchesCommand.js +3 -9
- package/dist-es/commands/ListFileCommitHistoryCommand.js +3 -9
- package/dist-es/commands/ListPullRequestsCommand.js +3 -9
- package/dist-es/commands/ListRepositoriesCommand.js +3 -9
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -9
- package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -9
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -9
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -9
- package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -9
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -9
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +3 -9
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -9
- package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -9
- package/dist-es/commands/PostCommentReplyCommand.js +3 -9
- package/dist-es/commands/PutCommentReactionCommand.js +3 -9
- package/dist-es/commands/PutFileCommand.js +3 -9
- package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -9
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -9
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -9
- package/dist-es/commands/UpdateCommentCommand.js +3 -9
- package/dist-es/commands/UpdateDefaultBranchCommand.js +3 -9
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -9
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +3 -9
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -9
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -9
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -9
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +3 -9
- package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +3 -9
- package/dist-es/commands/UpdateRepositoryNameCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +4289 -0
- package/dist-types/CodeCommitClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +528 -0
- package/dist-types/ts3.4/CodeCommitClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +533 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -4286
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -713
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -953
|
@@ -0,0 +1,4289 @@
|
|
|
1
|
+
const _A = "Approval";
|
|
2
|
+
const _AARTWR = "AssociateApprovalRuleTemplateWithRepository";
|
|
3
|
+
const _AARTWRI = "AssociateApprovalRuleTemplateWithRepositoryInput";
|
|
4
|
+
const _ADNEE = "ActorDoesNotExistException";
|
|
5
|
+
const _ADNEEu = "AuthorDoesNotExistException";
|
|
6
|
+
const _AL = "ApprovalList";
|
|
7
|
+
const _AR = "ApprovalRule";
|
|
8
|
+
const _ARCRE = "ApprovalRuleContentRequiredException";
|
|
9
|
+
const _ARDNEE = "ApprovalRuleDoesNotExistException";
|
|
10
|
+
const _AREM = "ApprovalRuleEventMetadata";
|
|
11
|
+
const _ARL = "ApprovalRulesList";
|
|
12
|
+
const _ARNAEE = "ApprovalRuleNameAlreadyExistsException";
|
|
13
|
+
const _ARNRE = "ApprovalRuleNameRequiredException";
|
|
14
|
+
const _AROEM = "ApprovalRuleOverriddenEventMetadata";
|
|
15
|
+
const _ART = "ApprovalRuleTemplate";
|
|
16
|
+
const _ARTCRE = "ApprovalRuleTemplateContentRequiredException";
|
|
17
|
+
const _ARTDNEE = "ApprovalRuleTemplateDoesNotExistException";
|
|
18
|
+
const _ARTIUE = "ApprovalRuleTemplateInUseException";
|
|
19
|
+
const _ARTNAEE = "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
20
|
+
const _ARTNRE = "ApprovalRuleTemplateNameRequiredException";
|
|
21
|
+
const _ASCEM = "ApprovalStateChangedEventMetadata";
|
|
22
|
+
const _ASRE = "ApprovalStateRequiredException";
|
|
23
|
+
const _Ar = "Arn";
|
|
24
|
+
const _BAARTWR = "BatchAssociateApprovalRuleTemplateWithRepositories";
|
|
25
|
+
const _BAARTWRE = "BatchAssociateApprovalRuleTemplateWithRepositoriesError";
|
|
26
|
+
const _BAARTWREL = "BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList";
|
|
27
|
+
const _BAARTWRI = "BatchAssociateApprovalRuleTemplateWithRepositoriesInput";
|
|
28
|
+
const _BAARTWRO = "BatchAssociateApprovalRuleTemplateWithRepositoriesOutput";
|
|
29
|
+
const _BCIAACIASE = "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
30
|
+
const _BDARTFR = "BatchDisassociateApprovalRuleTemplateFromRepositories";
|
|
31
|
+
const _BDARTFRE = "BatchDisassociateApprovalRuleTemplateFromRepositoriesError";
|
|
32
|
+
const _BDARTFREL = "BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList";
|
|
33
|
+
const _BDARTFRI = "BatchDisassociateApprovalRuleTemplateFromRepositoriesInput";
|
|
34
|
+
const _BDARTFRO = "BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput";
|
|
35
|
+
const _BDMC = "BatchDescribeMergeConflicts";
|
|
36
|
+
const _BDMCE = "BatchDescribeMergeConflictsError";
|
|
37
|
+
const _BDMCEa = "BatchDescribeMergeConflictsErrors";
|
|
38
|
+
const _BDMCI = "BatchDescribeMergeConflictsInput";
|
|
39
|
+
const _BDMCO = "BatchDescribeMergeConflictsOutput";
|
|
40
|
+
const _BDNEE = "BranchDoesNotExistException";
|
|
41
|
+
const _BGC = "BatchGetCommits";
|
|
42
|
+
const _BGCE = "BatchGetCommitsError";
|
|
43
|
+
const _BGCEL = "BatchGetCommitsErrorsList";
|
|
44
|
+
const _BGCI = "BatchGetCommitsInput";
|
|
45
|
+
const _BGCO = "BatchGetCommitsOutput";
|
|
46
|
+
const _BGR = "BatchGetRepositories";
|
|
47
|
+
const _BGRE = "BatchGetRepositoriesError";
|
|
48
|
+
const _BGREL = "BatchGetRepositoriesErrorsList";
|
|
49
|
+
const _BGRI = "BatchGetRepositoriesInput";
|
|
50
|
+
const _BGRO = "BatchGetRepositoriesOutput";
|
|
51
|
+
const _BI = "BranchInfo";
|
|
52
|
+
const _BIDNEE = "BlobIdDoesNotExistException";
|
|
53
|
+
const _BIRE = "BlobIdRequiredException";
|
|
54
|
+
const _BM = "BlobMetadata";
|
|
55
|
+
const _BNEE = "BranchNameExistsException";
|
|
56
|
+
const _BNITNE = "BranchNameIsTagNameException";
|
|
57
|
+
const _BNRE = "BranchNameRequiredException";
|
|
58
|
+
const _C = "Comment";
|
|
59
|
+
const _CART = "CreateApprovalRuleTemplate";
|
|
60
|
+
const _CARTI = "CreateApprovalRuleTemplateInput";
|
|
61
|
+
const _CARTO = "CreateApprovalRuleTemplateOutput";
|
|
62
|
+
const _CB = "CreateBranch";
|
|
63
|
+
const _CBI = "CreateBranchInput";
|
|
64
|
+
const _CC = "CreateCommit";
|
|
65
|
+
const _CCI = "CreateCommitInput";
|
|
66
|
+
const _CCO = "CreateCommitOutput";
|
|
67
|
+
const _CCRE = "CommentContentRequiredException";
|
|
68
|
+
const _CCSLEE = "CommentContentSizeLimitExceededException";
|
|
69
|
+
const _CDARFTE = "CannotDeleteApprovalRuleFromTemplateException";
|
|
70
|
+
const _CDE = "CommentDeletedException";
|
|
71
|
+
const _CDNEE = "CommentDoesNotExistException";
|
|
72
|
+
const _CDNEEo = "CommitDoesNotExistException";
|
|
73
|
+
const _CFCC = "CommentsForComparedCommit";
|
|
74
|
+
const _CFCCD = "CommentsForComparedCommitData";
|
|
75
|
+
const _CFPR = "CommentsForPullRequest";
|
|
76
|
+
const _CFPRD = "CommentsForPullRequestData";
|
|
77
|
+
const _CIDNEE = "CommitIdDoesNotExistException";
|
|
78
|
+
const _CILEE = "CommitIdsLimitExceededException";
|
|
79
|
+
const _CILRE = "CommitIdsListRequiredException";
|
|
80
|
+
const _CIRE = "CommentIdRequiredException";
|
|
81
|
+
const _CIREo = "CommitIdRequiredException";
|
|
82
|
+
const _CM = "ConflictMetadata";
|
|
83
|
+
const _CMARFTE = "CannotModifyApprovalRuleFromTemplateException";
|
|
84
|
+
const _CML = "ConflictMetadataList";
|
|
85
|
+
const _CMLEE = "CommitMessageLengthExceededException";
|
|
86
|
+
const _CNCBCE = "CommentNotCreatedByCallerException";
|
|
87
|
+
const _COL = "CommitObjectsList";
|
|
88
|
+
const _CPR = "CreatePullRequest";
|
|
89
|
+
const _CPRAR = "CreatePullRequestApprovalRule";
|
|
90
|
+
const _CPRARI = "CreatePullRequestApprovalRuleInput";
|
|
91
|
+
const _CPRARO = "CreatePullRequestApprovalRuleOutput";
|
|
92
|
+
const _CPRI = "CreatePullRequestInput";
|
|
93
|
+
const _CPRO = "CreatePullRequestOutput";
|
|
94
|
+
const _CR = "ConflictResolution";
|
|
95
|
+
const _CRE = "CommitRequiredException";
|
|
96
|
+
const _CRI = "CreateRepositoryInput";
|
|
97
|
+
const _CRO = "CreateRepositoryOutput";
|
|
98
|
+
const _CRTRE = "ClientRequestTokenRequiredException";
|
|
99
|
+
const _CRUE = "ConcurrentReferenceUpdateException";
|
|
100
|
+
const _CRr = "CreateRepository";
|
|
101
|
+
const _CUMC = "CreateUnreferencedMergeCommit";
|
|
102
|
+
const _CUMCI = "CreateUnreferencedMergeCommitInput";
|
|
103
|
+
const _CUMCO = "CreateUnreferencedMergeCommitOutput";
|
|
104
|
+
const _Co = "Commit";
|
|
105
|
+
const _Com = "Comments";
|
|
106
|
+
const _Con = "Conflict";
|
|
107
|
+
const _Conf = "Conflicts";
|
|
108
|
+
const _D = "Difference";
|
|
109
|
+
const _DART = "DeleteApprovalRuleTemplate";
|
|
110
|
+
const _DARTFR = "DisassociateApprovalRuleTemplateFromRepository";
|
|
111
|
+
const _DARTFRI = "DisassociateApprovalRuleTemplateFromRepositoryInput";
|
|
112
|
+
const _DARTI = "DeleteApprovalRuleTemplateInput";
|
|
113
|
+
const _DARTO = "DeleteApprovalRuleTemplateOutput";
|
|
114
|
+
const _DB = "DeleteBranch";
|
|
115
|
+
const _DBCBDE = "DefaultBranchCannotBeDeletedException";
|
|
116
|
+
const _DBI = "DeleteBranchInput";
|
|
117
|
+
const _DBO = "DeleteBranchOutput";
|
|
118
|
+
const _DCC = "DeleteCommentContent";
|
|
119
|
+
const _DCCI = "DeleteCommentContentInput";
|
|
120
|
+
const _DCCO = "DeleteCommentContentOutput";
|
|
121
|
+
const _DF = "DeleteFile";
|
|
122
|
+
const _DFE = "DeleteFileEntry";
|
|
123
|
+
const _DFEe = "DeleteFileEntries";
|
|
124
|
+
const _DFI = "DeleteFileInput";
|
|
125
|
+
const _DFO = "DeleteFileOutput";
|
|
126
|
+
const _DL = "DifferenceList";
|
|
127
|
+
const _DMC = "DescribeMergeConflicts";
|
|
128
|
+
const _DMCI = "DescribeMergeConflictsInput";
|
|
129
|
+
const _DMCO = "DescribeMergeConflictsOutput";
|
|
130
|
+
const _DNCWFNE = "DirectoryNameConflictsWithFileNameException";
|
|
131
|
+
const _DPRAR = "DeletePullRequestApprovalRule";
|
|
132
|
+
const _DPRARI = "DeletePullRequestApprovalRuleInput";
|
|
133
|
+
const _DPRARO = "DeletePullRequestApprovalRuleOutput";
|
|
134
|
+
const _DPRE = "DescribePullRequestEvents";
|
|
135
|
+
const _DPREI = "DescribePullRequestEventsInput";
|
|
136
|
+
const _DPREO = "DescribePullRequestEventsOutput";
|
|
137
|
+
const _DR = "DeleteRepository";
|
|
138
|
+
const _DRI = "DeleteRepositoryInput";
|
|
139
|
+
const _DRO = "DeleteRepositoryOutput";
|
|
140
|
+
const _E = "Evaluation";
|
|
141
|
+
const _EICFE = "EncryptionIntegrityChecksFailedException";
|
|
142
|
+
const _EKADE = "EncryptionKeyAccessDeniedException";
|
|
143
|
+
const _EKDE = "EncryptionKeyDisabledException";
|
|
144
|
+
const _EKIIE = "EncryptionKeyInvalidIdException";
|
|
145
|
+
const _EKIUE = "EncryptionKeyInvalidUsageException";
|
|
146
|
+
const _EKNFE = "EncryptionKeyNotFoundException";
|
|
147
|
+
const _EKRE = "EncryptionKeyRequiredException";
|
|
148
|
+
const _EKUE = "EncryptionKeyUnavailableException";
|
|
149
|
+
const _EPRAR = "EvaluatePullRequestApprovalRules";
|
|
150
|
+
const _EPRARI = "EvaluatePullRequestApprovalRulesInput";
|
|
151
|
+
const _EPRARO = "EvaluatePullRequestApprovalRulesOutput";
|
|
152
|
+
const _F = "File";
|
|
153
|
+
const _FCASFSE = "FileContentAndSourceFileSpecifiedException";
|
|
154
|
+
const _FCRE = "FileContentRequiredException";
|
|
155
|
+
const _FCSLEE = "FileContentSizeLimitExceededException";
|
|
156
|
+
const _FCSLEEo = "FolderContentSizeLimitExceededException";
|
|
157
|
+
const _FDNEE = "FileDoesNotExistException";
|
|
158
|
+
const _FDNEEo = "FolderDoesNotExistException";
|
|
159
|
+
const _FERE = "FileEntryRequiredException";
|
|
160
|
+
const _FL = "FileList";
|
|
161
|
+
const _FLo = "FolderList";
|
|
162
|
+
const _FM = "FileMetadata";
|
|
163
|
+
const _FMRE = "FileModeRequiredException";
|
|
164
|
+
const _FMi = "FileModes";
|
|
165
|
+
const _FMil = "FilesMetadata";
|
|
166
|
+
const _FNCWDNE = "FileNameConflictsWithDirectoryNameException";
|
|
167
|
+
const _FPCWSPE = "FilePathConflictsWithSubmodulePathException";
|
|
168
|
+
const _FS = "FileSizes";
|
|
169
|
+
const _FTLE = "FileTooLargeException";
|
|
170
|
+
const _FV = "FileVersion";
|
|
171
|
+
const _Fo = "Folder";
|
|
172
|
+
const _GART = "GetApprovalRuleTemplate";
|
|
173
|
+
const _GARTI = "GetApprovalRuleTemplateInput";
|
|
174
|
+
const _GARTO = "GetApprovalRuleTemplateOutput";
|
|
175
|
+
const _GB = "GetBlob";
|
|
176
|
+
const _GBI = "GetBlobInput";
|
|
177
|
+
const _GBIe = "GetBranchInput";
|
|
178
|
+
const _GBO = "GetBlobOutput";
|
|
179
|
+
const _GBOe = "GetBranchOutput";
|
|
180
|
+
const _GBe = "GetBranch";
|
|
181
|
+
const _GC = "GetComment";
|
|
182
|
+
const _GCFCC = "GetCommentsForComparedCommit";
|
|
183
|
+
const _GCFCCI = "GetCommentsForComparedCommitInput";
|
|
184
|
+
const _GCFCCO = "GetCommentsForComparedCommitOutput";
|
|
185
|
+
const _GCFPR = "GetCommentsForPullRequest";
|
|
186
|
+
const _GCFPRI = "GetCommentsForPullRequestInput";
|
|
187
|
+
const _GCFPRO = "GetCommentsForPullRequestOutput";
|
|
188
|
+
const _GCI = "GetCommentInput";
|
|
189
|
+
const _GCIe = "GetCommitInput";
|
|
190
|
+
const _GCO = "GetCommentOutput";
|
|
191
|
+
const _GCOe = "GetCommitOutput";
|
|
192
|
+
const _GCR = "GetCommentReactions";
|
|
193
|
+
const _GCRI = "GetCommentReactionsInput";
|
|
194
|
+
const _GCRO = "GetCommentReactionsOutput";
|
|
195
|
+
const _GCe = "GetCommit";
|
|
196
|
+
const _GD = "GetDifferences";
|
|
197
|
+
const _GDI = "GetDifferencesInput";
|
|
198
|
+
const _GDO = "GetDifferencesOutput";
|
|
199
|
+
const _GF = "GetFile";
|
|
200
|
+
const _GFI = "GetFileInput";
|
|
201
|
+
const _GFIe = "GetFolderInput";
|
|
202
|
+
const _GFO = "GetFileOutput";
|
|
203
|
+
const _GFOe = "GetFolderOutput";
|
|
204
|
+
const _GFe = "GetFolder";
|
|
205
|
+
const _GMC = "GetMergeCommit";
|
|
206
|
+
const _GMCI = "GetMergeCommitInput";
|
|
207
|
+
const _GMCIe = "GetMergeConflictsInput";
|
|
208
|
+
const _GMCO = "GetMergeCommitOutput";
|
|
209
|
+
const _GMCOe = "GetMergeConflictsOutput";
|
|
210
|
+
const _GMCe = "GetMergeConflicts";
|
|
211
|
+
const _GMO = "GetMergeOptions";
|
|
212
|
+
const _GMOI = "GetMergeOptionsInput";
|
|
213
|
+
const _GMOO = "GetMergeOptionsOutput";
|
|
214
|
+
const _GPR = "GetPullRequest";
|
|
215
|
+
const _GPRAS = "GetPullRequestApprovalStates";
|
|
216
|
+
const _GPRASI = "GetPullRequestApprovalStatesInput";
|
|
217
|
+
const _GPRASO = "GetPullRequestApprovalStatesOutput";
|
|
218
|
+
const _GPRI = "GetPullRequestInput";
|
|
219
|
+
const _GPRO = "GetPullRequestOutput";
|
|
220
|
+
const _GPROS = "GetPullRequestOverrideState";
|
|
221
|
+
const _GPROSI = "GetPullRequestOverrideStateInput";
|
|
222
|
+
const _GPROSO = "GetPullRequestOverrideStateOutput";
|
|
223
|
+
const _GR = "GetRepository";
|
|
224
|
+
const _GRI = "GetRepositoryInput";
|
|
225
|
+
const _GRO = "GetRepositoryOutput";
|
|
226
|
+
const _GRT = "GetRepositoryTriggers";
|
|
227
|
+
const _GRTI = "GetRepositoryTriggersInput";
|
|
228
|
+
const _GRTO = "GetRepositoryTriggersOutput";
|
|
229
|
+
const _IAAE = "InvalidActorArnException";
|
|
230
|
+
const _IAAEn = "InvalidAuthorArnException";
|
|
231
|
+
const _IARCE = "InvalidApprovalRuleContentException";
|
|
232
|
+
const _IARNE = "InvalidApprovalRuleNameException";
|
|
233
|
+
const _IARTCE = "InvalidApprovalRuleTemplateContentException";
|
|
234
|
+
const _IARTDE = "InvalidApprovalRuleTemplateDescriptionException";
|
|
235
|
+
const _IARTNE = "InvalidApprovalRuleTemplateNameException";
|
|
236
|
+
const _IASE = "InvalidApprovalStateException";
|
|
237
|
+
const _IBF = "IsBinaryFile";
|
|
238
|
+
const _IBIE = "InvalidBlobIdException";
|
|
239
|
+
const _IBNE = "InvalidBranchNameException";
|
|
240
|
+
const _ICDLE = "InvalidConflictDetailLevelException";
|
|
241
|
+
const _ICE = "InvalidCommitException";
|
|
242
|
+
const _ICIE = "InvalidCommentIdException";
|
|
243
|
+
const _ICIEn = "InvalidCommitIdException";
|
|
244
|
+
const _ICRE = "InvalidConflictResolutionException";
|
|
245
|
+
const _ICRSE = "InvalidConflictResolutionStrategyException";
|
|
246
|
+
const _ICRTE = "InvalidClientRequestTokenException";
|
|
247
|
+
const _ICTE = "InvalidContinuationTokenException";
|
|
248
|
+
const _IDCSE = "InvalidDestinationCommitSpecifierException";
|
|
249
|
+
const _IDE = "InvalidDescriptionException";
|
|
250
|
+
const _IDPE = "InvalidDeletionParameterException";
|
|
251
|
+
const _IEE = "InvalidEmailException";
|
|
252
|
+
const _IFLE = "InvalidFileLocationException";
|
|
253
|
+
const _IFME = "InvalidFileModeException";
|
|
254
|
+
const _IFPE = "InvalidFilePositionException";
|
|
255
|
+
const _IMCFE = "InvalidMaxConflictFilesException";
|
|
256
|
+
const _IMMHE = "InvalidMaxMergeHunksException";
|
|
257
|
+
const _IMOE = "InvalidMergeOptionException";
|
|
258
|
+
const _IMRE = "InvalidMaxResultsException";
|
|
259
|
+
const _IOE = "InvalidOrderException";
|
|
260
|
+
const _IOSE = "InvalidOverrideStatusException";
|
|
261
|
+
const _IPCIE = "InvalidParentCommitIdException";
|
|
262
|
+
const _IPE = "InvalidPathException";
|
|
263
|
+
const _IPME = "IdempotencyParameterMismatchException";
|
|
264
|
+
const _IPRETE = "InvalidPullRequestEventTypeException";
|
|
265
|
+
const _IPRIE = "InvalidPullRequestIdException";
|
|
266
|
+
const _IPRSE = "InvalidPullRequestStatusException";
|
|
267
|
+
const _IPRSUE = "InvalidPullRequestStatusUpdateException";
|
|
268
|
+
const _IRAE = "InvalidResourceArnException";
|
|
269
|
+
const _IRCE = "InvalidReplacementContentException";
|
|
270
|
+
const _IRCSE = "InvalidRuleContentSha256Exception";
|
|
271
|
+
const _IRDE = "InvalidRepositoryDescriptionException";
|
|
272
|
+
const _IRFVEE = "InvalidRelativeFileVersionEnumException";
|
|
273
|
+
const _IRIE = "InvalidRevisionIdException";
|
|
274
|
+
const _IRNE = "InvalidReferenceNameException";
|
|
275
|
+
const _IRNEn = "InvalidRepositoryNameException";
|
|
276
|
+
const _IRTBNE = "InvalidRepositoryTriggerBranchNameException";
|
|
277
|
+
const _IRTCDE = "InvalidRepositoryTriggerCustomDataException";
|
|
278
|
+
const _IRTDAE = "InvalidRepositoryTriggerDestinationArnException";
|
|
279
|
+
const _IRTE = "InvalidReplacementTypeException";
|
|
280
|
+
const _IRTEE = "InvalidRepositoryTriggerEventsException";
|
|
281
|
+
const _IRTNE = "InvalidRepositoryTriggerNameException";
|
|
282
|
+
const _IRTRE = "InvalidRepositoryTriggerRegionException";
|
|
283
|
+
const _IRUAE = "InvalidReactionUserArnException";
|
|
284
|
+
const _IRVE = "InvalidReactionValueException";
|
|
285
|
+
const _ISBE = "InvalidSortByException";
|
|
286
|
+
const _ISCSE = "InvalidSourceCommitSpecifierException";
|
|
287
|
+
const _ISTUE = "InvalidSystemTagUsageException";
|
|
288
|
+
const _ITBE = "InvalidTargetBranchException";
|
|
289
|
+
const _ITE = "InvalidTargetException";
|
|
290
|
+
const _ITEn = "InvalidTargetsException";
|
|
291
|
+
const _ITEnv = "InvalidTitleException";
|
|
292
|
+
const _ITKLE = "InvalidTagKeysListException";
|
|
293
|
+
const _ITME = "InvalidTagsMapException";
|
|
294
|
+
const _L = "Location";
|
|
295
|
+
const _LAARTFR = "ListAssociatedApprovalRuleTemplatesForRepository";
|
|
296
|
+
const _LAARTFRI = "ListAssociatedApprovalRuleTemplatesForRepositoryInput";
|
|
297
|
+
const _LAARTFRO = "ListAssociatedApprovalRuleTemplatesForRepositoryOutput";
|
|
298
|
+
const _LART = "ListApprovalRuleTemplates";
|
|
299
|
+
const _LARTI = "ListApprovalRuleTemplatesInput";
|
|
300
|
+
const _LARTO = "ListApprovalRuleTemplatesOutput";
|
|
301
|
+
const _LB = "ListBranches";
|
|
302
|
+
const _LBI = "ListBranchesInput";
|
|
303
|
+
const _LBO = "ListBranchesOutput";
|
|
304
|
+
const _LFCH = "ListFileCommitHistory";
|
|
305
|
+
const _LFCHR = "ListFileCommitHistoryRequest";
|
|
306
|
+
const _LFCHRi = "ListFileCommitHistoryResponse";
|
|
307
|
+
const _LPR = "ListPullRequests";
|
|
308
|
+
const _LPRI = "ListPullRequestsInput";
|
|
309
|
+
const _LPRO = "ListPullRequestsOutput";
|
|
310
|
+
const _LR = "ListRepositories";
|
|
311
|
+
const _LRFART = "ListRepositoriesForApprovalRuleTemplate";
|
|
312
|
+
const _LRFARTI = "ListRepositoriesForApprovalRuleTemplateInput";
|
|
313
|
+
const _LRFARTO = "ListRepositoriesForApprovalRuleTemplateOutput";
|
|
314
|
+
const _LRI = "ListRepositoriesInput";
|
|
315
|
+
const _LRO = "ListRepositoriesOutput";
|
|
316
|
+
const _LTFR = "ListTagsForResource";
|
|
317
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
318
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
319
|
+
const _MBBFF = "MergeBranchesByFastForward";
|
|
320
|
+
const _MBBFFI = "MergeBranchesByFastForwardInput";
|
|
321
|
+
const _MBBFFO = "MergeBranchesByFastForwardOutput";
|
|
322
|
+
const _MBBS = "MergeBranchesBySquash";
|
|
323
|
+
const _MBBSI = "MergeBranchesBySquashInput";
|
|
324
|
+
const _MBBSO = "MergeBranchesBySquashOutput";
|
|
325
|
+
const _MBBTW = "MergeBranchesByThreeWay";
|
|
326
|
+
const _MBBTWI = "MergeBranchesByThreeWayInput";
|
|
327
|
+
const _MBBTWO = "MergeBranchesByThreeWayOutput";
|
|
328
|
+
const _MBEE = "MaximumBranchesExceededException";
|
|
329
|
+
const _MCREE = "MultipleConflictResolutionEntriesException";
|
|
330
|
+
const _MCREEE = "MaximumConflictResolutionEntriesExceededException";
|
|
331
|
+
const _MFCTLEE = "MaximumFileContentToLoadExceededException";
|
|
332
|
+
const _MFEEE = "MaximumFileEntriesExceededException";
|
|
333
|
+
const _MH = "MergeHunk";
|
|
334
|
+
const _MHD = "MergeHunkDetail";
|
|
335
|
+
const _MHe = "MergeHunks";
|
|
336
|
+
const _MITCEE = "MaximumItemsToCompareExceededException";
|
|
337
|
+
const _MM = "MergeMetadata";
|
|
338
|
+
const _MMRE = "ManualMergeRequiredException";
|
|
339
|
+
const _MNOAEE = "MaximumNumberOfApprovalsExceededException";
|
|
340
|
+
const _MO = "MergeOperations";
|
|
341
|
+
const _MOPREE = "MaximumOpenPullRequestsExceededException";
|
|
342
|
+
const _MORE = "MergeOptionRequiredException";
|
|
343
|
+
const _MPRBFF = "MergePullRequestByFastForward";
|
|
344
|
+
const _MPRBFFI = "MergePullRequestByFastForwardInput";
|
|
345
|
+
const _MPRBFFO = "MergePullRequestByFastForwardOutput";
|
|
346
|
+
const _MPRBS = "MergePullRequestBySquash";
|
|
347
|
+
const _MPRBSI = "MergePullRequestBySquashInput";
|
|
348
|
+
const _MPRBSO = "MergePullRequestBySquashOutput";
|
|
349
|
+
const _MPRBTW = "MergePullRequestByThreeWay";
|
|
350
|
+
const _MPRBTWI = "MergePullRequestByThreeWayInput";
|
|
351
|
+
const _MPRBTWO = "MergePullRequestByThreeWayOutput";
|
|
352
|
+
const _MR = "MaxResults";
|
|
353
|
+
const _MRIPRE = "MultipleRepositoriesInPullRequestException";
|
|
354
|
+
const _MRNEE = "MaximumRepositoryNamesExceededException";
|
|
355
|
+
const _MRTAWRE = "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
356
|
+
const _MRTEE = "MaximumRepositoryTriggersExceededException";
|
|
357
|
+
const _NCE = "NoChangeException";
|
|
358
|
+
const _NLEE = "NameLengthExceededException";
|
|
359
|
+
const _NOREE = "NumberOfRulesExceededException";
|
|
360
|
+
const _NORTEE = "NumberOfRuleTemplatesExceededException";
|
|
361
|
+
const _NT = "NextToken";
|
|
362
|
+
const _OART = "OriginApprovalRuleTemplate";
|
|
363
|
+
const _OASE = "OverrideAlreadySetException";
|
|
364
|
+
const _ONAE = "OperationNotAllowedException";
|
|
365
|
+
const _OPRAR = "OverridePullRequestApprovalRules";
|
|
366
|
+
const _OPRARI = "OverridePullRequestApprovalRulesInput";
|
|
367
|
+
const _OSRE = "OverrideStatusRequiredException";
|
|
368
|
+
const _OT = "ObjectTypes";
|
|
369
|
+
const _PCDNEE = "ParentCommitDoesNotExistException";
|
|
370
|
+
const _PCFCC = "PostCommentForComparedCommit";
|
|
371
|
+
const _PCFCCI = "PostCommentForComparedCommitInput";
|
|
372
|
+
const _PCFCCO = "PostCommentForComparedCommitOutput";
|
|
373
|
+
const _PCFPR = "PostCommentForPullRequest";
|
|
374
|
+
const _PCFPRI = "PostCommentForPullRequestInput";
|
|
375
|
+
const _PCFPRO = "PostCommentForPullRequestOutput";
|
|
376
|
+
const _PCIOE = "ParentCommitIdOutdatedException";
|
|
377
|
+
const _PCIRE = "ParentCommitIdRequiredException";
|
|
378
|
+
const _PCR = "PostCommentReply";
|
|
379
|
+
const _PCRI = "PostCommentReplyInput";
|
|
380
|
+
const _PCRIu = "PutCommentReactionInput";
|
|
381
|
+
const _PCRO = "PostCommentReplyOutput";
|
|
382
|
+
const _PCRu = "PutCommentReaction";
|
|
383
|
+
const _PDNEE = "PathDoesNotExistException";
|
|
384
|
+
const _PF = "PutFile";
|
|
385
|
+
const _PFE = "PutFileEntry";
|
|
386
|
+
const _PFECE = "PutFileEntryConflictException";
|
|
387
|
+
const _PFEu = "PutFileEntries";
|
|
388
|
+
const _PFI = "PutFileInput";
|
|
389
|
+
const _PFO = "PutFileOutput";
|
|
390
|
+
const _PR = "PullRequest";
|
|
391
|
+
const _PRACE = "PullRequestAlreadyClosedException";
|
|
392
|
+
const _PRARNSE = "PullRequestApprovalRulesNotSatisfiedException";
|
|
393
|
+
const _PRCBABAE = "PullRequestCannotBeApprovedByAuthorException";
|
|
394
|
+
const _PRCEM = "PullRequestCreatedEventMetadata";
|
|
395
|
+
const _PRDNEE = "PullRequestDoesNotExistException";
|
|
396
|
+
const _PRE = "PathRequiredException";
|
|
397
|
+
const _PREL = "PullRequestEventList";
|
|
398
|
+
const _PREu = "PullRequestEvent";
|
|
399
|
+
const _PRIRE = "PullRequestIdRequiredException";
|
|
400
|
+
const _PRMSCEM = "PullRequestMergedStateChangedEventMetadata";
|
|
401
|
+
const _PRSCEM = "PullRequestStatusChangedEventMetadata";
|
|
402
|
+
const _PRSRE = "PullRequestStatusRequiredException";
|
|
403
|
+
const _PRSRUEM = "PullRequestSourceReferenceUpdatedEventMetadata";
|
|
404
|
+
const _PRT = "PullRequestTarget";
|
|
405
|
+
const _PRTI = "PutRepositoryTriggersInput";
|
|
406
|
+
const _PRTL = "PullRequestTargetList";
|
|
407
|
+
const _PRTO = "PutRepositoryTriggersOutput";
|
|
408
|
+
const _PRTu = "PutRepositoryTriggers";
|
|
409
|
+
const _RARE = "ResourceArnRequiredException";
|
|
410
|
+
const _RCE = "ReplaceContentEntry";
|
|
411
|
+
const _RCEe = "ReplaceContentEntries";
|
|
412
|
+
const _RCRE = "ReplacementContentRequiredException";
|
|
413
|
+
const _RD = "RevisionDag";
|
|
414
|
+
const _RDNEE = "ReferenceDoesNotExistException";
|
|
415
|
+
const _RDNEEe = "RepositoryDoesNotExistException";
|
|
416
|
+
const _RFC = "ReactionForComment";
|
|
417
|
+
const _RFCL = "ReactionsForCommentList";
|
|
418
|
+
const _RIRE = "RevisionIdRequiredException";
|
|
419
|
+
const _RLEE = "ReactionLimitExceededException";
|
|
420
|
+
const _RLEEe = "RepositoryLimitExceededException";
|
|
421
|
+
const _RM = "RepositoryMetadata";
|
|
422
|
+
const _RML = "RepositoryMetadataList";
|
|
423
|
+
const _RNAWPRE = "RepositoryNotAssociatedWithPullRequestException";
|
|
424
|
+
const _RNCE = "RevisionNotCurrentException";
|
|
425
|
+
const _RNEE = "RepositoryNameExistsException";
|
|
426
|
+
const _RNIP = "RepositoryNameIdPair";
|
|
427
|
+
const _RNIPL = "RepositoryNameIdPairList";
|
|
428
|
+
const _RNRE = "ReferenceNameRequiredException";
|
|
429
|
+
const _RNREe = "RepositoryNameRequiredException";
|
|
430
|
+
const _RNREep = "RepositoryNamesRequiredException";
|
|
431
|
+
const _RSFE = "RestrictedSourceFileException";
|
|
432
|
+
const _RT = "RepositoryTrigger";
|
|
433
|
+
const _RTBNLRE = "RepositoryTriggerBranchNameListRequiredException";
|
|
434
|
+
const _RTDARE = "RepositoryTriggerDestinationArnRequiredException";
|
|
435
|
+
const _RTEF = "RepositoryTriggerExecutionFailure";
|
|
436
|
+
const _RTEFL = "RepositoryTriggerExecutionFailureList";
|
|
437
|
+
const _RTELRE = "RepositoryTriggerEventsListRequiredException";
|
|
438
|
+
const _RTL = "RepositoryTriggersList";
|
|
439
|
+
const _RTLRE = "RepositoryTriggersListRequiredException";
|
|
440
|
+
const _RTNRE = "RepositoryTriggerNameRequiredException";
|
|
441
|
+
const _RTNSE = "ReferenceTypeNotSupportedException";
|
|
442
|
+
const _RTRE = "ReplacementTypeRequiredException";
|
|
443
|
+
const _RVF = "ReactionValueFormats";
|
|
444
|
+
const _RVRE = "ReactionValueRequiredException";
|
|
445
|
+
const _SADASE = "SourceAndDestinationAreSameException";
|
|
446
|
+
const _SFCE = "SameFileContentException";
|
|
447
|
+
const _SFME = "SetFileModeEntry";
|
|
448
|
+
const _SFMEe = "SetFileModeEntries";
|
|
449
|
+
const _SFOCRE = "SourceFileOrContentRequiredException";
|
|
450
|
+
const _SFS = "SourceFileSpecifier";
|
|
451
|
+
const _SL = "SymbolicLink";
|
|
452
|
+
const _SLL = "SymbolicLinkList";
|
|
453
|
+
const _SM = "SubModule";
|
|
454
|
+
const _SML = "SubModuleList";
|
|
455
|
+
const _SPRE = "SamePathRequestException";
|
|
456
|
+
const _T = "Target";
|
|
457
|
+
const _TDEE = "TipsDivergenceExceededException";
|
|
458
|
+
const _TKLRE = "TagKeysListRequiredException";
|
|
459
|
+
const _TL = "TargetList";
|
|
460
|
+
const _TMRE = "TagsMapRequiredException";
|
|
461
|
+
const _TMTE = "TooManyTagsException";
|
|
462
|
+
const _TOSRIDE = "TipOfSourceReferenceIsDifferentException";
|
|
463
|
+
const _TPE = "TagPolicyException";
|
|
464
|
+
const _TR = "TagResource";
|
|
465
|
+
const _TRE = "TargetRequiredException";
|
|
466
|
+
const _TREa = "TargetsRequiredException";
|
|
467
|
+
const _TREi = "TitleRequiredException";
|
|
468
|
+
const _TRI = "TagResourceInput";
|
|
469
|
+
const _TRT = "TestRepositoryTriggers";
|
|
470
|
+
const _TRTI = "TestRepositoryTriggersInput";
|
|
471
|
+
const _TRTO = "TestRepositoryTriggersOutput";
|
|
472
|
+
const _UARTC = "UpdateApprovalRuleTemplateContent";
|
|
473
|
+
const _UARTCI = "UpdateApprovalRuleTemplateContentInput";
|
|
474
|
+
const _UARTCO = "UpdateApprovalRuleTemplateContentOutput";
|
|
475
|
+
const _UARTD = "UpdateApprovalRuleTemplateDescription";
|
|
476
|
+
const _UARTDI = "UpdateApprovalRuleTemplateDescriptionInput";
|
|
477
|
+
const _UARTDO = "UpdateApprovalRuleTemplateDescriptionOutput";
|
|
478
|
+
const _UARTN = "UpdateApprovalRuleTemplateName";
|
|
479
|
+
const _UARTNI = "UpdateApprovalRuleTemplateNameInput";
|
|
480
|
+
const _UARTNO = "UpdateApprovalRuleTemplateNameOutput";
|
|
481
|
+
const _UC = "UpdateComment";
|
|
482
|
+
const _UCI = "UpdateCommentInput";
|
|
483
|
+
const _UCO = "UpdateCommentOutput";
|
|
484
|
+
const _UDB = "UpdateDefaultBranch";
|
|
485
|
+
const _UDBI = "UpdateDefaultBranchInput";
|
|
486
|
+
const _UI = "UserInfo";
|
|
487
|
+
const _UPRARC = "UpdatePullRequestApprovalRuleContent";
|
|
488
|
+
const _UPRARCI = "UpdatePullRequestApprovalRuleContentInput";
|
|
489
|
+
const _UPRARCO = "UpdatePullRequestApprovalRuleContentOutput";
|
|
490
|
+
const _UPRAS = "UpdatePullRequestApprovalState";
|
|
491
|
+
const _UPRASI = "UpdatePullRequestApprovalStateInput";
|
|
492
|
+
const _UPRD = "UpdatePullRequestDescription";
|
|
493
|
+
const _UPRDI = "UpdatePullRequestDescriptionInput";
|
|
494
|
+
const _UPRDO = "UpdatePullRequestDescriptionOutput";
|
|
495
|
+
const _UPRS = "UpdatePullRequestStatus";
|
|
496
|
+
const _UPRSI = "UpdatePullRequestStatusInput";
|
|
497
|
+
const _UPRSO = "UpdatePullRequestStatusOutput";
|
|
498
|
+
const _UPRT = "UpdatePullRequestTitle";
|
|
499
|
+
const _UPRTI = "UpdatePullRequestTitleInput";
|
|
500
|
+
const _UPRTO = "UpdatePullRequestTitleOutput";
|
|
501
|
+
const _UR = "UntagResource";
|
|
502
|
+
const _URD = "UpdateRepositoryDescription";
|
|
503
|
+
const _URDI = "UpdateRepositoryDescriptionInput";
|
|
504
|
+
const _UREK = "UpdateRepositoryEncryptionKey";
|
|
505
|
+
const _UREKI = "UpdateRepositoryEncryptionKeyInput";
|
|
506
|
+
const _UREKO = "UpdateRepositoryEncryptionKeyOutput";
|
|
507
|
+
const _URI = "UntagResourceInput";
|
|
508
|
+
const _URN = "UpdateRepositoryName";
|
|
509
|
+
const _URNI = "UpdateRepositoryNameInput";
|
|
510
|
+
const _a = "author";
|
|
511
|
+
const _aA = "authorArn";
|
|
512
|
+
const _aAc = "actorArn";
|
|
513
|
+
const _aB = "afterBlob";
|
|
514
|
+
const _aBI = "afterBlobId";
|
|
515
|
+
const _aCI = "afterCommitId";
|
|
516
|
+
const _aCS = "afterCommitSpecifier";
|
|
517
|
+
const _aD = "additionalData";
|
|
518
|
+
const _aI = "accountId";
|
|
519
|
+
const _aN = "authorName";
|
|
520
|
+
const _aP = "absolutePath";
|
|
521
|
+
const _aPf = "afterPath";
|
|
522
|
+
const _aR = "approvalRule";
|
|
523
|
+
const _aRC = "approvalRuleContent";
|
|
524
|
+
const _aREM = "approvalRuleEventMetadata";
|
|
525
|
+
const _aRI = "approvalRuleId";
|
|
526
|
+
const _aRN = "approvalRuleName";
|
|
527
|
+
const _aRNS = "approvalRulesNotSatisfied";
|
|
528
|
+
const _aRNs = "associatedRepositoryNames";
|
|
529
|
+
const _aROEM = "approvalRuleOverriddenEventMetadata";
|
|
530
|
+
const _aRS = "approvalRulesSatisfied";
|
|
531
|
+
const _aRT = "approvalRuleTemplate";
|
|
532
|
+
const _aRTC = "approvalRuleTemplateContent";
|
|
533
|
+
const _aRTD = "approvalRuleTemplateDescription";
|
|
534
|
+
const _aRTI = "approvalRuleTemplateId";
|
|
535
|
+
const _aRTN = "approvalRuleTemplateName";
|
|
536
|
+
const _aRTNp = "approvalRuleTemplateNames";
|
|
537
|
+
const _aRp = "approvalRules";
|
|
538
|
+
const _aS = "approvalState";
|
|
539
|
+
const _aSCEM = "approvalStateChangedEventMetadata";
|
|
540
|
+
const _aSp = "approvalStatus";
|
|
541
|
+
const _ap = "approved";
|
|
542
|
+
const _app = "approvals";
|
|
543
|
+
const _b = "base";
|
|
544
|
+
const _bB = "beforeBlob";
|
|
545
|
+
const _bBI = "beforeBlobId";
|
|
546
|
+
const _bCI = "baseCommitId";
|
|
547
|
+
const _bCIe = "beforeCommitId";
|
|
548
|
+
const _bCS = "beforeCommitSpecifier";
|
|
549
|
+
const _bI = "blobId";
|
|
550
|
+
const _bN = "branchName";
|
|
551
|
+
const _bP = "beforePath";
|
|
552
|
+
const _br = "branch";
|
|
553
|
+
const _bra = "branches";
|
|
554
|
+
const _c = "client";
|
|
555
|
+
const _cC = "contentConflict";
|
|
556
|
+
const _cD = "creationDate";
|
|
557
|
+
const _cDL = "conflictDetailLevel";
|
|
558
|
+
const _cDu = "customData";
|
|
559
|
+
const _cFCCD = "commentsForComparedCommitData";
|
|
560
|
+
const _cFPRD = "commentsForPullRequestData";
|
|
561
|
+
const _cI = "commitId";
|
|
562
|
+
const _cIo = "commitIds";
|
|
563
|
+
const _cIom = "commentId";
|
|
564
|
+
const _cIon = "configurationId";
|
|
565
|
+
const _cM = "conflictMetadata";
|
|
566
|
+
const _cML = "conflictMetadataList";
|
|
567
|
+
const _cMo = "commitMessage";
|
|
568
|
+
const _cR = "callerReactions";
|
|
569
|
+
const _cRS = "conflictResolutionStrategy";
|
|
570
|
+
const _cRT = "clientRequestToken";
|
|
571
|
+
const _cRo = "conflictResolution";
|
|
572
|
+
const _cS = "commitSpecifier";
|
|
573
|
+
const _cT = "changeType";
|
|
574
|
+
const _cUH = "cloneUrlHttp";
|
|
575
|
+
const _cUS = "cloneUrlSsh";
|
|
576
|
+
const _co = "conflicts";
|
|
577
|
+
const _com = "commits";
|
|
578
|
+
const _comm = "comments";
|
|
579
|
+
const _comme = "comment";
|
|
580
|
+
const _commi = "committer";
|
|
581
|
+
const _commit = "commit";
|
|
582
|
+
const _con = "content";
|
|
583
|
+
const _d = "deleted";
|
|
584
|
+
const _dA = "destinationArn";
|
|
585
|
+
const _dB = "deletedBranch";
|
|
586
|
+
const _dBN = "defaultBranchName";
|
|
587
|
+
const _dBe = "defaultBranch";
|
|
588
|
+
const _dC = "destinationCommit";
|
|
589
|
+
const _dCI = "destinationCommitId";
|
|
590
|
+
const _dCS = "destinationCommitSpecifier";
|
|
591
|
+
const _dF = "deleteFiles";
|
|
592
|
+
const _dR = "destinationReference";
|
|
593
|
+
const _dRN = "disassociatedRepositoryNames";
|
|
594
|
+
const _da = "date";
|
|
595
|
+
const _de = "description";
|
|
596
|
+
const _des = "destination";
|
|
597
|
+
const _di = "differences";
|
|
598
|
+
const _e = "error";
|
|
599
|
+
const _eC = "errorCode";
|
|
600
|
+
const _eD = "eventDate";
|
|
601
|
+
const _eL = "endLine";
|
|
602
|
+
const _eM = "errorMessage";
|
|
603
|
+
const _eN = "exceptionName";
|
|
604
|
+
const _eRCS = "existingRuleContentSha256";
|
|
605
|
+
const _em = "email";
|
|
606
|
+
const _emo = "emoji";
|
|
607
|
+
const _er = "errors";
|
|
608
|
+
const _ev = "evaluation";
|
|
609
|
+
const _eve = "events";
|
|
610
|
+
const _f = "files";
|
|
611
|
+
const _fA = "filesAdded";
|
|
612
|
+
const _fC = "fileContent";
|
|
613
|
+
const _fD = "filesDeleted";
|
|
614
|
+
const _fE = "failedExecutions";
|
|
615
|
+
const _fM = "fileModes";
|
|
616
|
+
const _fMC = "fileModeConflict";
|
|
617
|
+
const _fMa = "failureMessage";
|
|
618
|
+
const _fMi = "fileMode";
|
|
619
|
+
const _fP = "filePath";
|
|
620
|
+
const _fPi = "filePaths";
|
|
621
|
+
const _fPil = "filePosition";
|
|
622
|
+
const _fPo = "folderPath";
|
|
623
|
+
const _fS = "fileSizes";
|
|
624
|
+
const _fSi = "fileSize";
|
|
625
|
+
const _fU = "filesUpdated";
|
|
626
|
+
const _hC = "hunkContent";
|
|
627
|
+
const _iBF = "isBinaryFile";
|
|
628
|
+
const _iC = "isConflict";
|
|
629
|
+
const _iM = "isMerged";
|
|
630
|
+
const _iMs = "isMove";
|
|
631
|
+
const _iRT = "inReplyTo";
|
|
632
|
+
const _kEF = "keepEmptyFolders";
|
|
633
|
+
const _kKI = "kmsKeyId";
|
|
634
|
+
const _l = "location";
|
|
635
|
+
const _lAD = "lastActivityDate";
|
|
636
|
+
const _lMD = "lastModifiedDate";
|
|
637
|
+
const _lMU = "lastModifiedUser";
|
|
638
|
+
const _m = "message";
|
|
639
|
+
const _mB = "mergedBy";
|
|
640
|
+
const _mBe = "mergeBase";
|
|
641
|
+
const _mCF = "maxConflictFiles";
|
|
642
|
+
const _mCI = "mergedCommitId";
|
|
643
|
+
const _mCIe = "mergeCommitId";
|
|
644
|
+
const _mH = "mergeHunks";
|
|
645
|
+
const _mM = "mergeMetadata";
|
|
646
|
+
const _mMH = "maxMergeHunks";
|
|
647
|
+
const _mO = "mergeOption";
|
|
648
|
+
const _mOe = "mergeOperations";
|
|
649
|
+
const _mOer = "mergeOptions";
|
|
650
|
+
const _mR = "maxResults";
|
|
651
|
+
const _me = "mergeable";
|
|
652
|
+
const _mo = "mode";
|
|
653
|
+
const _n = "name";
|
|
654
|
+
const _nARTN = "newApprovalRuleTemplateName";
|
|
655
|
+
const _nN = "newName";
|
|
656
|
+
const _nOC = "numberOfConflicts";
|
|
657
|
+
const _nRC = "newRuleContent";
|
|
658
|
+
const _nT = "nextToken";
|
|
659
|
+
const _o = "overridden";
|
|
660
|
+
const _oART = "originApprovalRuleTemplate";
|
|
661
|
+
const _oARTN = "oldApprovalRuleTemplateName";
|
|
662
|
+
const _oKKI = "originalKmsKeyId";
|
|
663
|
+
const _oN = "oldName";
|
|
664
|
+
const _oS = "overrideStatus";
|
|
665
|
+
const _oT = "objectTypes";
|
|
666
|
+
const _oTC = "objectTypeConflict";
|
|
667
|
+
const _or = "order";
|
|
668
|
+
const _ov = "overrider";
|
|
669
|
+
const _p = "path";
|
|
670
|
+
const _pCI = "parentCommitId";
|
|
671
|
+
const _pF = "putFiles";
|
|
672
|
+
const _pR = "pullRequest";
|
|
673
|
+
const _pRCEM = "pullRequestCreatedEventMetadata";
|
|
674
|
+
const _pRE = "pullRequestEvents";
|
|
675
|
+
const _pRET = "pullRequestEventType";
|
|
676
|
+
const _pRI = "pullRequestId";
|
|
677
|
+
const _pRIu = "pullRequestIds";
|
|
678
|
+
const _pRMSCEM = "pullRequestMergedStateChangedEventMetadata";
|
|
679
|
+
const _pRS = "pullRequestStatus";
|
|
680
|
+
const _pRSCEM = "pullRequestStatusChangedEventMetadata";
|
|
681
|
+
const _pRSRUEM = "pullRequestSourceReferenceUpdatedEventMetadata";
|
|
682
|
+
const _pRT = "pullRequestTargets";
|
|
683
|
+
const _pa = "parents";
|
|
684
|
+
const _r = "repositories";
|
|
685
|
+
const _rA = "resourceArn";
|
|
686
|
+
const _rC = "reactionCounts";
|
|
687
|
+
const _rCS = "ruleContentSha256";
|
|
688
|
+
const _rCe = "replaceContents";
|
|
689
|
+
const _rCev = "revisionChildren";
|
|
690
|
+
const _rD = "repositoryDescription";
|
|
691
|
+
const _rDe = "revisionDag";
|
|
692
|
+
const _rFC = "reactionsForComment";
|
|
693
|
+
const _rFDUC = "reactionsFromDeletedUsersCount";
|
|
694
|
+
const _rFV = "relativeFileVersion";
|
|
695
|
+
const _rI = "revisionId";
|
|
696
|
+
const _rIe = "repositoryId";
|
|
697
|
+
const _rM = "repositoryMetadata";
|
|
698
|
+
const _rN = "repositoryName";
|
|
699
|
+
const _rNF = "repositoriesNotFound";
|
|
700
|
+
const _rNe = "repositoryNames";
|
|
701
|
+
const _rP = "relativePath";
|
|
702
|
+
const _rT = "replacementType";
|
|
703
|
+
const _rU = "reactionUsers";
|
|
704
|
+
const _rUA = "reactionUserArn";
|
|
705
|
+
const _rV = "reactionValue";
|
|
706
|
+
const _re = "reaction";
|
|
707
|
+
const _s = "server";
|
|
708
|
+
const _sB = "sortBy";
|
|
709
|
+
const _sC = "sourceCommit";
|
|
710
|
+
const _sCI = "sourceCommitId";
|
|
711
|
+
const _sCS = "sourceCommitSpecifier";
|
|
712
|
+
const _sCh = "shortCode";
|
|
713
|
+
const _sE = "successfulExecutions";
|
|
714
|
+
const _sF = "subFolders";
|
|
715
|
+
const _sFM = "setFileModes";
|
|
716
|
+
const _sFo = "sourceFile";
|
|
717
|
+
const _sL = "symbolicLinks";
|
|
718
|
+
const _sLt = "startLine";
|
|
719
|
+
const _sM = "subModules";
|
|
720
|
+
const _sR = "sourceReference";
|
|
721
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codecommit";
|
|
722
|
+
const _so = "source";
|
|
723
|
+
const _t = "title";
|
|
724
|
+
const _tB = "targetBranch";
|
|
725
|
+
const _tI = "treeId";
|
|
726
|
+
const _tK = "tagKeys";
|
|
727
|
+
const _ta = "targets";
|
|
728
|
+
const _tag = "tags";
|
|
729
|
+
const _tr = "triggers";
|
|
730
|
+
const _tri = "trigger";
|
|
731
|
+
const _u = "unicode";
|
|
732
|
+
const _uA = "userArn";
|
|
733
|
+
const n0 = "com.amazonaws.codecommit";
|
|
734
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
735
|
+
import { CodeCommitServiceException as __CodeCommitServiceException } from "../models/CodeCommitServiceException";
|
|
736
|
+
import { ActorDoesNotExistException as __ActorDoesNotExistException, ApprovalRuleContentRequiredException as __ApprovalRuleContentRequiredException, ApprovalRuleDoesNotExistException as __ApprovalRuleDoesNotExistException, ApprovalRuleNameAlreadyExistsException as __ApprovalRuleNameAlreadyExistsException, ApprovalRuleNameRequiredException as __ApprovalRuleNameRequiredException, ApprovalRuleTemplateContentRequiredException as __ApprovalRuleTemplateContentRequiredException, ApprovalRuleTemplateDoesNotExistException as __ApprovalRuleTemplateDoesNotExistException, ApprovalRuleTemplateInUseException as __ApprovalRuleTemplateInUseException, ApprovalRuleTemplateNameAlreadyExistsException as __ApprovalRuleTemplateNameAlreadyExistsException, ApprovalRuleTemplateNameRequiredException as __ApprovalRuleTemplateNameRequiredException, ApprovalStateRequiredException as __ApprovalStateRequiredException, AuthorDoesNotExistException as __AuthorDoesNotExistException, BeforeCommitIdAndAfterCommitIdAreSameException as __BeforeCommitIdAndAfterCommitIdAreSameException, BlobIdDoesNotExistException as __BlobIdDoesNotExistException, BlobIdRequiredException as __BlobIdRequiredException, BranchDoesNotExistException as __BranchDoesNotExistException, BranchNameExistsException as __BranchNameExistsException, BranchNameIsTagNameException as __BranchNameIsTagNameException, BranchNameRequiredException as __BranchNameRequiredException, CannotDeleteApprovalRuleFromTemplateException as __CannotDeleteApprovalRuleFromTemplateException, CannotModifyApprovalRuleFromTemplateException as __CannotModifyApprovalRuleFromTemplateException, ClientRequestTokenRequiredException as __ClientRequestTokenRequiredException, CommentContentRequiredException as __CommentContentRequiredException, CommentContentSizeLimitExceededException as __CommentContentSizeLimitExceededException, CommentDeletedException as __CommentDeletedException, CommentDoesNotExistException as __CommentDoesNotExistException, CommentIdRequiredException as __CommentIdRequiredException, CommentNotCreatedByCallerException as __CommentNotCreatedByCallerException, CommitDoesNotExistException as __CommitDoesNotExistException, CommitIdDoesNotExistException as __CommitIdDoesNotExistException, CommitIdRequiredException as __CommitIdRequiredException, CommitIdsLimitExceededException as __CommitIdsLimitExceededException, CommitIdsListRequiredException as __CommitIdsListRequiredException, CommitMessageLengthExceededException as __CommitMessageLengthExceededException, CommitRequiredException as __CommitRequiredException, ConcurrentReferenceUpdateException as __ConcurrentReferenceUpdateException, DefaultBranchCannotBeDeletedException as __DefaultBranchCannotBeDeletedException, DirectoryNameConflictsWithFileNameException as __DirectoryNameConflictsWithFileNameException, EncryptionIntegrityChecksFailedException as __EncryptionIntegrityChecksFailedException, EncryptionKeyAccessDeniedException as __EncryptionKeyAccessDeniedException, EncryptionKeyDisabledException as __EncryptionKeyDisabledException, EncryptionKeyInvalidIdException as __EncryptionKeyInvalidIdException, EncryptionKeyInvalidUsageException as __EncryptionKeyInvalidUsageException, EncryptionKeyNotFoundException as __EncryptionKeyNotFoundException, EncryptionKeyRequiredException as __EncryptionKeyRequiredException, EncryptionKeyUnavailableException as __EncryptionKeyUnavailableException, FileContentAndSourceFileSpecifiedException as __FileContentAndSourceFileSpecifiedException, FileContentRequiredException as __FileContentRequiredException, FileContentSizeLimitExceededException as __FileContentSizeLimitExceededException, FileDoesNotExistException as __FileDoesNotExistException, FileEntryRequiredException as __FileEntryRequiredException, FileModeRequiredException as __FileModeRequiredException, FileNameConflictsWithDirectoryNameException as __FileNameConflictsWithDirectoryNameException, FilePathConflictsWithSubmodulePathException as __FilePathConflictsWithSubmodulePathException, FileTooLargeException as __FileTooLargeException, FolderContentSizeLimitExceededException as __FolderContentSizeLimitExceededException, FolderDoesNotExistException as __FolderDoesNotExistException, IdempotencyParameterMismatchException as __IdempotencyParameterMismatchException, InvalidActorArnException as __InvalidActorArnException, InvalidApprovalRuleContentException as __InvalidApprovalRuleContentException, InvalidApprovalRuleNameException as __InvalidApprovalRuleNameException, InvalidApprovalRuleTemplateContentException as __InvalidApprovalRuleTemplateContentException, InvalidApprovalRuleTemplateDescriptionException as __InvalidApprovalRuleTemplateDescriptionException, InvalidApprovalRuleTemplateNameException as __InvalidApprovalRuleTemplateNameException, InvalidApprovalStateException as __InvalidApprovalStateException, InvalidAuthorArnException as __InvalidAuthorArnException, InvalidBlobIdException as __InvalidBlobIdException, InvalidBranchNameException as __InvalidBranchNameException, InvalidClientRequestTokenException as __InvalidClientRequestTokenException, InvalidCommentIdException as __InvalidCommentIdException, InvalidCommitException as __InvalidCommitException, InvalidCommitIdException as __InvalidCommitIdException, InvalidConflictDetailLevelException as __InvalidConflictDetailLevelException, InvalidConflictResolutionException as __InvalidConflictResolutionException, InvalidConflictResolutionStrategyException as __InvalidConflictResolutionStrategyException, InvalidContinuationTokenException as __InvalidContinuationTokenException, InvalidDeletionParameterException as __InvalidDeletionParameterException, InvalidDescriptionException as __InvalidDescriptionException, InvalidDestinationCommitSpecifierException as __InvalidDestinationCommitSpecifierException, InvalidEmailException as __InvalidEmailException, InvalidFileLocationException as __InvalidFileLocationException, InvalidFileModeException as __InvalidFileModeException, InvalidFilePositionException as __InvalidFilePositionException, InvalidMaxConflictFilesException as __InvalidMaxConflictFilesException, InvalidMaxMergeHunksException as __InvalidMaxMergeHunksException, InvalidMaxResultsException as __InvalidMaxResultsException, InvalidMergeOptionException as __InvalidMergeOptionException, InvalidOrderException as __InvalidOrderException, InvalidOverrideStatusException as __InvalidOverrideStatusException, InvalidParentCommitIdException as __InvalidParentCommitIdException, InvalidPathException as __InvalidPathException, InvalidPullRequestEventTypeException as __InvalidPullRequestEventTypeException, InvalidPullRequestIdException as __InvalidPullRequestIdException, InvalidPullRequestStatusException as __InvalidPullRequestStatusException, InvalidPullRequestStatusUpdateException as __InvalidPullRequestStatusUpdateException, InvalidReactionUserArnException as __InvalidReactionUserArnException, InvalidReactionValueException as __InvalidReactionValueException, InvalidReferenceNameException as __InvalidReferenceNameException, InvalidRelativeFileVersionEnumException as __InvalidRelativeFileVersionEnumException, InvalidReplacementContentException as __InvalidReplacementContentException, InvalidReplacementTypeException as __InvalidReplacementTypeException, InvalidRepositoryDescriptionException as __InvalidRepositoryDescriptionException, InvalidRepositoryNameException as __InvalidRepositoryNameException, InvalidRepositoryTriggerBranchNameException as __InvalidRepositoryTriggerBranchNameException, InvalidRepositoryTriggerCustomDataException as __InvalidRepositoryTriggerCustomDataException, InvalidRepositoryTriggerDestinationArnException as __InvalidRepositoryTriggerDestinationArnException, InvalidRepositoryTriggerEventsException as __InvalidRepositoryTriggerEventsException, InvalidRepositoryTriggerNameException as __InvalidRepositoryTriggerNameException, InvalidRepositoryTriggerRegionException as __InvalidRepositoryTriggerRegionException, InvalidResourceArnException as __InvalidResourceArnException, InvalidRevisionIdException as __InvalidRevisionIdException, InvalidRuleContentSha256Exception as __InvalidRuleContentSha256Exception, InvalidSortByException as __InvalidSortByException, InvalidSourceCommitSpecifierException as __InvalidSourceCommitSpecifierException, InvalidSystemTagUsageException as __InvalidSystemTagUsageException, InvalidTagKeysListException as __InvalidTagKeysListException, InvalidTagsMapException as __InvalidTagsMapException, InvalidTargetBranchException as __InvalidTargetBranchException, InvalidTargetException as __InvalidTargetException, InvalidTargetsException as __InvalidTargetsException, InvalidTitleException as __InvalidTitleException, ManualMergeRequiredException as __ManualMergeRequiredException, MaximumBranchesExceededException as __MaximumBranchesExceededException, MaximumConflictResolutionEntriesExceededException as __MaximumConflictResolutionEntriesExceededException, MaximumFileContentToLoadExceededException as __MaximumFileContentToLoadExceededException, MaximumFileEntriesExceededException as __MaximumFileEntriesExceededException, MaximumItemsToCompareExceededException as __MaximumItemsToCompareExceededException, MaximumNumberOfApprovalsExceededException as __MaximumNumberOfApprovalsExceededException, MaximumOpenPullRequestsExceededException as __MaximumOpenPullRequestsExceededException, MaximumRepositoryNamesExceededException as __MaximumRepositoryNamesExceededException, MaximumRepositoryTriggersExceededException as __MaximumRepositoryTriggersExceededException, MaximumRuleTemplatesAssociatedWithRepositoryException as __MaximumRuleTemplatesAssociatedWithRepositoryException, MergeOptionRequiredException as __MergeOptionRequiredException, MultipleConflictResolutionEntriesException as __MultipleConflictResolutionEntriesException, MultipleRepositoriesInPullRequestException as __MultipleRepositoriesInPullRequestException, NameLengthExceededException as __NameLengthExceededException, NoChangeException as __NoChangeException, NumberOfRulesExceededException as __NumberOfRulesExceededException, NumberOfRuleTemplatesExceededException as __NumberOfRuleTemplatesExceededException, OperationNotAllowedException as __OperationNotAllowedException, OverrideAlreadySetException as __OverrideAlreadySetException, OverrideStatusRequiredException as __OverrideStatusRequiredException, ParentCommitDoesNotExistException as __ParentCommitDoesNotExistException, ParentCommitIdOutdatedException as __ParentCommitIdOutdatedException, ParentCommitIdRequiredException as __ParentCommitIdRequiredException, PathDoesNotExistException as __PathDoesNotExistException, PathRequiredException as __PathRequiredException, PullRequestAlreadyClosedException as __PullRequestAlreadyClosedException, PullRequestApprovalRulesNotSatisfiedException as __PullRequestApprovalRulesNotSatisfiedException, PullRequestCannotBeApprovedByAuthorException as __PullRequestCannotBeApprovedByAuthorException, PullRequestDoesNotExistException as __PullRequestDoesNotExistException, PullRequestIdRequiredException as __PullRequestIdRequiredException, PullRequestStatusRequiredException as __PullRequestStatusRequiredException, PutFileEntryConflictException as __PutFileEntryConflictException, ReactionLimitExceededException as __ReactionLimitExceededException, ReactionValueRequiredException as __ReactionValueRequiredException, ReferenceDoesNotExistException as __ReferenceDoesNotExistException, ReferenceNameRequiredException as __ReferenceNameRequiredException, ReferenceTypeNotSupportedException as __ReferenceTypeNotSupportedException, ReplacementContentRequiredException as __ReplacementContentRequiredException, ReplacementTypeRequiredException as __ReplacementTypeRequiredException, RepositoryDoesNotExistException as __RepositoryDoesNotExistException, RepositoryLimitExceededException as __RepositoryLimitExceededException, RepositoryNameExistsException as __RepositoryNameExistsException, RepositoryNameRequiredException as __RepositoryNameRequiredException, RepositoryNamesRequiredException as __RepositoryNamesRequiredException, RepositoryNotAssociatedWithPullRequestException as __RepositoryNotAssociatedWithPullRequestException, RepositoryTriggerBranchNameListRequiredException as __RepositoryTriggerBranchNameListRequiredException, RepositoryTriggerDestinationArnRequiredException as __RepositoryTriggerDestinationArnRequiredException, RepositoryTriggerEventsListRequiredException as __RepositoryTriggerEventsListRequiredException, RepositoryTriggerNameRequiredException as __RepositoryTriggerNameRequiredException, RepositoryTriggersListRequiredException as __RepositoryTriggersListRequiredException, ResourceArnRequiredException as __ResourceArnRequiredException, RestrictedSourceFileException as __RestrictedSourceFileException, RevisionIdRequiredException as __RevisionIdRequiredException, RevisionNotCurrentException as __RevisionNotCurrentException, SameFileContentException as __SameFileContentException, SamePathRequestException as __SamePathRequestException, SourceAndDestinationAreSameException as __SourceAndDestinationAreSameException, SourceFileOrContentRequiredException as __SourceFileOrContentRequiredException, TagKeysListRequiredException as __TagKeysListRequiredException, TagPolicyException as __TagPolicyException, TagsMapRequiredException as __TagsMapRequiredException, TargetRequiredException as __TargetRequiredException, TargetsRequiredException as __TargetsRequiredException, TipOfSourceReferenceIsDifferentException as __TipOfSourceReferenceIsDifferentException, TipsDivergenceExceededException as __TipsDivergenceExceededException, TitleRequiredException as __TitleRequiredException, TooManyTagsException as __TooManyTagsException, } from "../models/index";
|
|
737
|
+
export var ActorDoesNotExistException = [
|
|
738
|
+
-3,
|
|
739
|
+
n0,
|
|
740
|
+
_ADNEE,
|
|
741
|
+
{
|
|
742
|
+
[_e]: _c,
|
|
743
|
+
},
|
|
744
|
+
[_m],
|
|
745
|
+
[0],
|
|
746
|
+
];
|
|
747
|
+
TypeRegistry.for(n0).registerError(ActorDoesNotExistException, __ActorDoesNotExistException);
|
|
748
|
+
export var Approval = [3, n0, _A, 0, [_uA, _aS], [0, 0]];
|
|
749
|
+
export var ApprovalRule = [
|
|
750
|
+
3,
|
|
751
|
+
n0,
|
|
752
|
+
_AR,
|
|
753
|
+
0,
|
|
754
|
+
[_aRI, _aRN, _aRC, _rCS, _lMD, _cD, _lMU, _oART],
|
|
755
|
+
[0, 0, 0, 0, 4, 4, 0, () => OriginApprovalRuleTemplate],
|
|
756
|
+
];
|
|
757
|
+
export var ApprovalRuleContentRequiredException = [
|
|
758
|
+
-3,
|
|
759
|
+
n0,
|
|
760
|
+
_ARCRE,
|
|
761
|
+
{
|
|
762
|
+
[_e]: _c,
|
|
763
|
+
},
|
|
764
|
+
[_m],
|
|
765
|
+
[0],
|
|
766
|
+
];
|
|
767
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleContentRequiredException, __ApprovalRuleContentRequiredException);
|
|
768
|
+
export var ApprovalRuleDoesNotExistException = [
|
|
769
|
+
-3,
|
|
770
|
+
n0,
|
|
771
|
+
_ARDNEE,
|
|
772
|
+
{
|
|
773
|
+
[_e]: _c,
|
|
774
|
+
},
|
|
775
|
+
[_m],
|
|
776
|
+
[0],
|
|
777
|
+
];
|
|
778
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleDoesNotExistException, __ApprovalRuleDoesNotExistException);
|
|
779
|
+
export var ApprovalRuleEventMetadata = [3, n0, _AREM, 0, [_aRN, _aRI, _aRC], [0, 0, 0]];
|
|
780
|
+
export var ApprovalRuleNameAlreadyExistsException = [
|
|
781
|
+
-3,
|
|
782
|
+
n0,
|
|
783
|
+
_ARNAEE,
|
|
784
|
+
{
|
|
785
|
+
[_e]: _c,
|
|
786
|
+
},
|
|
787
|
+
[_m],
|
|
788
|
+
[0],
|
|
789
|
+
];
|
|
790
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleNameAlreadyExistsException, __ApprovalRuleNameAlreadyExistsException);
|
|
791
|
+
export var ApprovalRuleNameRequiredException = [
|
|
792
|
+
-3,
|
|
793
|
+
n0,
|
|
794
|
+
_ARNRE,
|
|
795
|
+
{
|
|
796
|
+
[_e]: _c,
|
|
797
|
+
},
|
|
798
|
+
[_m],
|
|
799
|
+
[0],
|
|
800
|
+
];
|
|
801
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleNameRequiredException, __ApprovalRuleNameRequiredException);
|
|
802
|
+
export var ApprovalRuleOverriddenEventMetadata = [3, n0, _AROEM, 0, [_rI, _oS], [0, 0]];
|
|
803
|
+
export var ApprovalRuleTemplate = [
|
|
804
|
+
3,
|
|
805
|
+
n0,
|
|
806
|
+
_ART,
|
|
807
|
+
0,
|
|
808
|
+
[_aRTI, _aRTN, _aRTD, _aRTC, _rCS, _lMD, _cD, _lMU],
|
|
809
|
+
[0, 0, 0, 0, 0, 4, 4, 0],
|
|
810
|
+
];
|
|
811
|
+
export var ApprovalRuleTemplateContentRequiredException = [
|
|
812
|
+
-3,
|
|
813
|
+
n0,
|
|
814
|
+
_ARTCRE,
|
|
815
|
+
{
|
|
816
|
+
[_e]: _c,
|
|
817
|
+
},
|
|
818
|
+
[_m],
|
|
819
|
+
[0],
|
|
820
|
+
];
|
|
821
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateContentRequiredException, __ApprovalRuleTemplateContentRequiredException);
|
|
822
|
+
export var ApprovalRuleTemplateDoesNotExistException = [
|
|
823
|
+
-3,
|
|
824
|
+
n0,
|
|
825
|
+
_ARTDNEE,
|
|
826
|
+
{
|
|
827
|
+
[_e]: _c,
|
|
828
|
+
},
|
|
829
|
+
[_m],
|
|
830
|
+
[0],
|
|
831
|
+
];
|
|
832
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateDoesNotExistException, __ApprovalRuleTemplateDoesNotExistException);
|
|
833
|
+
export var ApprovalRuleTemplateInUseException = [
|
|
834
|
+
-3,
|
|
835
|
+
n0,
|
|
836
|
+
_ARTIUE,
|
|
837
|
+
{
|
|
838
|
+
[_e]: _c,
|
|
839
|
+
},
|
|
840
|
+
[_m],
|
|
841
|
+
[0],
|
|
842
|
+
];
|
|
843
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateInUseException, __ApprovalRuleTemplateInUseException);
|
|
844
|
+
export var ApprovalRuleTemplateNameAlreadyExistsException = [
|
|
845
|
+
-3,
|
|
846
|
+
n0,
|
|
847
|
+
_ARTNAEE,
|
|
848
|
+
{
|
|
849
|
+
[_e]: _c,
|
|
850
|
+
},
|
|
851
|
+
[_m],
|
|
852
|
+
[0],
|
|
853
|
+
];
|
|
854
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateNameAlreadyExistsException, __ApprovalRuleTemplateNameAlreadyExistsException);
|
|
855
|
+
export var ApprovalRuleTemplateNameRequiredException = [
|
|
856
|
+
-3,
|
|
857
|
+
n0,
|
|
858
|
+
_ARTNRE,
|
|
859
|
+
{
|
|
860
|
+
[_e]: _c,
|
|
861
|
+
},
|
|
862
|
+
[_m],
|
|
863
|
+
[0],
|
|
864
|
+
];
|
|
865
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateNameRequiredException, __ApprovalRuleTemplateNameRequiredException);
|
|
866
|
+
export var ApprovalStateChangedEventMetadata = [3, n0, _ASCEM, 0, [_rI, _aSp], [0, 0]];
|
|
867
|
+
export var ApprovalStateRequiredException = [
|
|
868
|
+
-3,
|
|
869
|
+
n0,
|
|
870
|
+
_ASRE,
|
|
871
|
+
{
|
|
872
|
+
[_e]: _c,
|
|
873
|
+
},
|
|
874
|
+
[_m],
|
|
875
|
+
[0],
|
|
876
|
+
];
|
|
877
|
+
TypeRegistry.for(n0).registerError(ApprovalStateRequiredException, __ApprovalStateRequiredException);
|
|
878
|
+
export var AssociateApprovalRuleTemplateWithRepositoryInput = [
|
|
879
|
+
3,
|
|
880
|
+
n0,
|
|
881
|
+
_AARTWRI,
|
|
882
|
+
0,
|
|
883
|
+
[_aRTN, _rN],
|
|
884
|
+
[0, 0],
|
|
885
|
+
];
|
|
886
|
+
export var AuthorDoesNotExistException = [
|
|
887
|
+
-3,
|
|
888
|
+
n0,
|
|
889
|
+
_ADNEEu,
|
|
890
|
+
{
|
|
891
|
+
[_e]: _c,
|
|
892
|
+
},
|
|
893
|
+
[_m],
|
|
894
|
+
[0],
|
|
895
|
+
];
|
|
896
|
+
TypeRegistry.for(n0).registerError(AuthorDoesNotExistException, __AuthorDoesNotExistException);
|
|
897
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesError = [
|
|
898
|
+
3,
|
|
899
|
+
n0,
|
|
900
|
+
_BAARTWRE,
|
|
901
|
+
0,
|
|
902
|
+
[_rN, _eC, _eM],
|
|
903
|
+
[0, 0, 0],
|
|
904
|
+
];
|
|
905
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesInput = [
|
|
906
|
+
3,
|
|
907
|
+
n0,
|
|
908
|
+
_BAARTWRI,
|
|
909
|
+
0,
|
|
910
|
+
[_aRTN, _rNe],
|
|
911
|
+
[0, 64 | 0],
|
|
912
|
+
];
|
|
913
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput = [
|
|
914
|
+
3,
|
|
915
|
+
n0,
|
|
916
|
+
_BAARTWRO,
|
|
917
|
+
0,
|
|
918
|
+
[_aRNs, _er],
|
|
919
|
+
[64 | 0, () => BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList],
|
|
920
|
+
];
|
|
921
|
+
export var BatchDescribeMergeConflictsError = [3, n0, _BDMCE, 0, [_fP, _eN, _m], [0, 0, 0]];
|
|
922
|
+
export var BatchDescribeMergeConflictsInput = [
|
|
923
|
+
3,
|
|
924
|
+
n0,
|
|
925
|
+
_BDMCI,
|
|
926
|
+
0,
|
|
927
|
+
[_rN, _dCS, _sCS, _mO, _mMH, _mCF, _fPi, _cDL, _cRS, _nT],
|
|
928
|
+
[0, 0, 0, 0, 1, 1, 64 | 0, 0, 0, 0],
|
|
929
|
+
];
|
|
930
|
+
export var BatchDescribeMergeConflictsOutput = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_BDMCO,
|
|
934
|
+
0,
|
|
935
|
+
[_co, _nT, _er, _dCI, _sCI, _bCI],
|
|
936
|
+
[() => Conflicts, 0, () => BatchDescribeMergeConflictsErrors, 0, 0, 0],
|
|
937
|
+
];
|
|
938
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesError = [
|
|
939
|
+
3,
|
|
940
|
+
n0,
|
|
941
|
+
_BDARTFRE,
|
|
942
|
+
0,
|
|
943
|
+
[_rN, _eC, _eM],
|
|
944
|
+
[0, 0, 0],
|
|
945
|
+
];
|
|
946
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput = [
|
|
947
|
+
3,
|
|
948
|
+
n0,
|
|
949
|
+
_BDARTFRI,
|
|
950
|
+
0,
|
|
951
|
+
[_aRTN, _rNe],
|
|
952
|
+
[0, 64 | 0],
|
|
953
|
+
];
|
|
954
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput = [
|
|
955
|
+
3,
|
|
956
|
+
n0,
|
|
957
|
+
_BDARTFRO,
|
|
958
|
+
0,
|
|
959
|
+
[_dRN, _er],
|
|
960
|
+
[64 | 0, () => BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList],
|
|
961
|
+
];
|
|
962
|
+
export var BatchGetCommitsError = [3, n0, _BGCE, 0, [_cI, _eC, _eM], [0, 0, 0]];
|
|
963
|
+
export var BatchGetCommitsInput = [3, n0, _BGCI, 0, [_cIo, _rN], [64 | 0, 0]];
|
|
964
|
+
export var BatchGetCommitsOutput = [
|
|
965
|
+
3,
|
|
966
|
+
n0,
|
|
967
|
+
_BGCO,
|
|
968
|
+
0,
|
|
969
|
+
[_com, _er],
|
|
970
|
+
[() => CommitObjectsList, () => BatchGetCommitsErrorsList],
|
|
971
|
+
];
|
|
972
|
+
export var BatchGetRepositoriesError = [3, n0, _BGRE, 0, [_rIe, _rN, _eC, _eM], [0, 0, 0, 0]];
|
|
973
|
+
export var BatchGetRepositoriesInput = [3, n0, _BGRI, 0, [_rNe], [64 | 0]];
|
|
974
|
+
export var BatchGetRepositoriesOutput = [
|
|
975
|
+
3,
|
|
976
|
+
n0,
|
|
977
|
+
_BGRO,
|
|
978
|
+
0,
|
|
979
|
+
[_r, _rNF, _er],
|
|
980
|
+
[() => RepositoryMetadataList, 64 | 0, () => BatchGetRepositoriesErrorsList],
|
|
981
|
+
];
|
|
982
|
+
export var BeforeCommitIdAndAfterCommitIdAreSameException = [
|
|
983
|
+
-3,
|
|
984
|
+
n0,
|
|
985
|
+
_BCIAACIASE,
|
|
986
|
+
{
|
|
987
|
+
[_e]: _c,
|
|
988
|
+
},
|
|
989
|
+
[_m],
|
|
990
|
+
[0],
|
|
991
|
+
];
|
|
992
|
+
TypeRegistry.for(n0).registerError(BeforeCommitIdAndAfterCommitIdAreSameException, __BeforeCommitIdAndAfterCommitIdAreSameException);
|
|
993
|
+
export var BlobIdDoesNotExistException = [
|
|
994
|
+
-3,
|
|
995
|
+
n0,
|
|
996
|
+
_BIDNEE,
|
|
997
|
+
{
|
|
998
|
+
[_e]: _c,
|
|
999
|
+
},
|
|
1000
|
+
[_m],
|
|
1001
|
+
[0],
|
|
1002
|
+
];
|
|
1003
|
+
TypeRegistry.for(n0).registerError(BlobIdDoesNotExistException, __BlobIdDoesNotExistException);
|
|
1004
|
+
export var BlobIdRequiredException = [
|
|
1005
|
+
-3,
|
|
1006
|
+
n0,
|
|
1007
|
+
_BIRE,
|
|
1008
|
+
{
|
|
1009
|
+
[_e]: _c,
|
|
1010
|
+
},
|
|
1011
|
+
[_m],
|
|
1012
|
+
[0],
|
|
1013
|
+
];
|
|
1014
|
+
TypeRegistry.for(n0).registerError(BlobIdRequiredException, __BlobIdRequiredException);
|
|
1015
|
+
export var BlobMetadata = [3, n0, _BM, 0, [_bI, _p, _mo], [0, 0, 0]];
|
|
1016
|
+
export var BranchDoesNotExistException = [
|
|
1017
|
+
-3,
|
|
1018
|
+
n0,
|
|
1019
|
+
_BDNEE,
|
|
1020
|
+
{
|
|
1021
|
+
[_e]: _c,
|
|
1022
|
+
},
|
|
1023
|
+
[_m],
|
|
1024
|
+
[0],
|
|
1025
|
+
];
|
|
1026
|
+
TypeRegistry.for(n0).registerError(BranchDoesNotExistException, __BranchDoesNotExistException);
|
|
1027
|
+
export var BranchInfo = [3, n0, _BI, 0, [_bN, _cI], [0, 0]];
|
|
1028
|
+
export var BranchNameExistsException = [
|
|
1029
|
+
-3,
|
|
1030
|
+
n0,
|
|
1031
|
+
_BNEE,
|
|
1032
|
+
{
|
|
1033
|
+
[_e]: _c,
|
|
1034
|
+
},
|
|
1035
|
+
[_m],
|
|
1036
|
+
[0],
|
|
1037
|
+
];
|
|
1038
|
+
TypeRegistry.for(n0).registerError(BranchNameExistsException, __BranchNameExistsException);
|
|
1039
|
+
export var BranchNameIsTagNameException = [
|
|
1040
|
+
-3,
|
|
1041
|
+
n0,
|
|
1042
|
+
_BNITNE,
|
|
1043
|
+
{
|
|
1044
|
+
[_e]: _c,
|
|
1045
|
+
},
|
|
1046
|
+
[_m],
|
|
1047
|
+
[0],
|
|
1048
|
+
];
|
|
1049
|
+
TypeRegistry.for(n0).registerError(BranchNameIsTagNameException, __BranchNameIsTagNameException);
|
|
1050
|
+
export var BranchNameRequiredException = [
|
|
1051
|
+
-3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_BNRE,
|
|
1054
|
+
{
|
|
1055
|
+
[_e]: _c,
|
|
1056
|
+
},
|
|
1057
|
+
[_m],
|
|
1058
|
+
[0],
|
|
1059
|
+
];
|
|
1060
|
+
TypeRegistry.for(n0).registerError(BranchNameRequiredException, __BranchNameRequiredException);
|
|
1061
|
+
export var CannotDeleteApprovalRuleFromTemplateException = [
|
|
1062
|
+
-3,
|
|
1063
|
+
n0,
|
|
1064
|
+
_CDARFTE,
|
|
1065
|
+
{
|
|
1066
|
+
[_e]: _c,
|
|
1067
|
+
},
|
|
1068
|
+
[_m],
|
|
1069
|
+
[0],
|
|
1070
|
+
];
|
|
1071
|
+
TypeRegistry.for(n0).registerError(CannotDeleteApprovalRuleFromTemplateException, __CannotDeleteApprovalRuleFromTemplateException);
|
|
1072
|
+
export var CannotModifyApprovalRuleFromTemplateException = [
|
|
1073
|
+
-3,
|
|
1074
|
+
n0,
|
|
1075
|
+
_CMARFTE,
|
|
1076
|
+
{
|
|
1077
|
+
[_e]: _c,
|
|
1078
|
+
},
|
|
1079
|
+
[_m],
|
|
1080
|
+
[0],
|
|
1081
|
+
];
|
|
1082
|
+
TypeRegistry.for(n0).registerError(CannotModifyApprovalRuleFromTemplateException, __CannotModifyApprovalRuleFromTemplateException);
|
|
1083
|
+
export var ClientRequestTokenRequiredException = [
|
|
1084
|
+
-3,
|
|
1085
|
+
n0,
|
|
1086
|
+
_CRTRE,
|
|
1087
|
+
{
|
|
1088
|
+
[_e]: _c,
|
|
1089
|
+
},
|
|
1090
|
+
[_m],
|
|
1091
|
+
[0],
|
|
1092
|
+
];
|
|
1093
|
+
TypeRegistry.for(n0).registerError(ClientRequestTokenRequiredException, __ClientRequestTokenRequiredException);
|
|
1094
|
+
export var Comment = [
|
|
1095
|
+
3,
|
|
1096
|
+
n0,
|
|
1097
|
+
_C,
|
|
1098
|
+
0,
|
|
1099
|
+
[_cIom, _con, _iRT, _cD, _lMD, _aA, _d, _cRT, _cR, _rC],
|
|
1100
|
+
[0, 0, 0, 4, 4, 0, 2, 0, 64 | 0, 128 | 1],
|
|
1101
|
+
];
|
|
1102
|
+
export var CommentContentRequiredException = [
|
|
1103
|
+
-3,
|
|
1104
|
+
n0,
|
|
1105
|
+
_CCRE,
|
|
1106
|
+
{
|
|
1107
|
+
[_e]: _c,
|
|
1108
|
+
},
|
|
1109
|
+
[_m],
|
|
1110
|
+
[0],
|
|
1111
|
+
];
|
|
1112
|
+
TypeRegistry.for(n0).registerError(CommentContentRequiredException, __CommentContentRequiredException);
|
|
1113
|
+
export var CommentContentSizeLimitExceededException = [
|
|
1114
|
+
-3,
|
|
1115
|
+
n0,
|
|
1116
|
+
_CCSLEE,
|
|
1117
|
+
{
|
|
1118
|
+
[_e]: _c,
|
|
1119
|
+
},
|
|
1120
|
+
[_m],
|
|
1121
|
+
[0],
|
|
1122
|
+
];
|
|
1123
|
+
TypeRegistry.for(n0).registerError(CommentContentSizeLimitExceededException, __CommentContentSizeLimitExceededException);
|
|
1124
|
+
export var CommentDeletedException = [
|
|
1125
|
+
-3,
|
|
1126
|
+
n0,
|
|
1127
|
+
_CDE,
|
|
1128
|
+
{
|
|
1129
|
+
[_e]: _c,
|
|
1130
|
+
},
|
|
1131
|
+
[_m],
|
|
1132
|
+
[0],
|
|
1133
|
+
];
|
|
1134
|
+
TypeRegistry.for(n0).registerError(CommentDeletedException, __CommentDeletedException);
|
|
1135
|
+
export var CommentDoesNotExistException = [
|
|
1136
|
+
-3,
|
|
1137
|
+
n0,
|
|
1138
|
+
_CDNEE,
|
|
1139
|
+
{
|
|
1140
|
+
[_e]: _c,
|
|
1141
|
+
},
|
|
1142
|
+
[_m],
|
|
1143
|
+
[0],
|
|
1144
|
+
];
|
|
1145
|
+
TypeRegistry.for(n0).registerError(CommentDoesNotExistException, __CommentDoesNotExistException);
|
|
1146
|
+
export var CommentIdRequiredException = [
|
|
1147
|
+
-3,
|
|
1148
|
+
n0,
|
|
1149
|
+
_CIRE,
|
|
1150
|
+
{
|
|
1151
|
+
[_e]: _c,
|
|
1152
|
+
},
|
|
1153
|
+
[_m],
|
|
1154
|
+
[0],
|
|
1155
|
+
];
|
|
1156
|
+
TypeRegistry.for(n0).registerError(CommentIdRequiredException, __CommentIdRequiredException);
|
|
1157
|
+
export var CommentNotCreatedByCallerException = [
|
|
1158
|
+
-3,
|
|
1159
|
+
n0,
|
|
1160
|
+
_CNCBCE,
|
|
1161
|
+
{
|
|
1162
|
+
[_e]: _c,
|
|
1163
|
+
},
|
|
1164
|
+
[_m],
|
|
1165
|
+
[0],
|
|
1166
|
+
];
|
|
1167
|
+
TypeRegistry.for(n0).registerError(CommentNotCreatedByCallerException, __CommentNotCreatedByCallerException);
|
|
1168
|
+
export var CommentsForComparedCommit = [
|
|
1169
|
+
3,
|
|
1170
|
+
n0,
|
|
1171
|
+
_CFCC,
|
|
1172
|
+
0,
|
|
1173
|
+
[_rN, _bCIe, _aCI, _bBI, _aBI, _l, _comm],
|
|
1174
|
+
[0, 0, 0, 0, 0, () => Location, () => Comments],
|
|
1175
|
+
];
|
|
1176
|
+
export var CommentsForPullRequest = [
|
|
1177
|
+
3,
|
|
1178
|
+
n0,
|
|
1179
|
+
_CFPR,
|
|
1180
|
+
0,
|
|
1181
|
+
[_pRI, _rN, _bCIe, _aCI, _bBI, _aBI, _l, _comm],
|
|
1182
|
+
[0, 0, 0, 0, 0, 0, () => Location, () => Comments],
|
|
1183
|
+
];
|
|
1184
|
+
export var Commit = [
|
|
1185
|
+
3,
|
|
1186
|
+
n0,
|
|
1187
|
+
_Co,
|
|
1188
|
+
0,
|
|
1189
|
+
[_cI, _tI, _pa, _m, _a, _commi, _aD],
|
|
1190
|
+
[0, 0, 64 | 0, 0, () => UserInfo, () => UserInfo, 0],
|
|
1191
|
+
];
|
|
1192
|
+
export var CommitDoesNotExistException = [
|
|
1193
|
+
-3,
|
|
1194
|
+
n0,
|
|
1195
|
+
_CDNEEo,
|
|
1196
|
+
{
|
|
1197
|
+
[_e]: _c,
|
|
1198
|
+
},
|
|
1199
|
+
[_m],
|
|
1200
|
+
[0],
|
|
1201
|
+
];
|
|
1202
|
+
TypeRegistry.for(n0).registerError(CommitDoesNotExistException, __CommitDoesNotExistException);
|
|
1203
|
+
export var CommitIdDoesNotExistException = [
|
|
1204
|
+
-3,
|
|
1205
|
+
n0,
|
|
1206
|
+
_CIDNEE,
|
|
1207
|
+
{
|
|
1208
|
+
[_e]: _c,
|
|
1209
|
+
},
|
|
1210
|
+
[_m],
|
|
1211
|
+
[0],
|
|
1212
|
+
];
|
|
1213
|
+
TypeRegistry.for(n0).registerError(CommitIdDoesNotExistException, __CommitIdDoesNotExistException);
|
|
1214
|
+
export var CommitIdRequiredException = [
|
|
1215
|
+
-3,
|
|
1216
|
+
n0,
|
|
1217
|
+
_CIREo,
|
|
1218
|
+
{
|
|
1219
|
+
[_e]: _c,
|
|
1220
|
+
},
|
|
1221
|
+
[_m],
|
|
1222
|
+
[0],
|
|
1223
|
+
];
|
|
1224
|
+
TypeRegistry.for(n0).registerError(CommitIdRequiredException, __CommitIdRequiredException);
|
|
1225
|
+
export var CommitIdsLimitExceededException = [
|
|
1226
|
+
-3,
|
|
1227
|
+
n0,
|
|
1228
|
+
_CILEE,
|
|
1229
|
+
{
|
|
1230
|
+
[_e]: _c,
|
|
1231
|
+
},
|
|
1232
|
+
[_m],
|
|
1233
|
+
[0],
|
|
1234
|
+
];
|
|
1235
|
+
TypeRegistry.for(n0).registerError(CommitIdsLimitExceededException, __CommitIdsLimitExceededException);
|
|
1236
|
+
export var CommitIdsListRequiredException = [
|
|
1237
|
+
-3,
|
|
1238
|
+
n0,
|
|
1239
|
+
_CILRE,
|
|
1240
|
+
{
|
|
1241
|
+
[_e]: _c,
|
|
1242
|
+
},
|
|
1243
|
+
[_m],
|
|
1244
|
+
[0],
|
|
1245
|
+
];
|
|
1246
|
+
TypeRegistry.for(n0).registerError(CommitIdsListRequiredException, __CommitIdsListRequiredException);
|
|
1247
|
+
export var CommitMessageLengthExceededException = [
|
|
1248
|
+
-3,
|
|
1249
|
+
n0,
|
|
1250
|
+
_CMLEE,
|
|
1251
|
+
{
|
|
1252
|
+
[_e]: _c,
|
|
1253
|
+
},
|
|
1254
|
+
[_m],
|
|
1255
|
+
[0],
|
|
1256
|
+
];
|
|
1257
|
+
TypeRegistry.for(n0).registerError(CommitMessageLengthExceededException, __CommitMessageLengthExceededException);
|
|
1258
|
+
export var CommitRequiredException = [
|
|
1259
|
+
-3,
|
|
1260
|
+
n0,
|
|
1261
|
+
_CRE,
|
|
1262
|
+
{
|
|
1263
|
+
[_e]: _c,
|
|
1264
|
+
},
|
|
1265
|
+
[_m],
|
|
1266
|
+
[0],
|
|
1267
|
+
];
|
|
1268
|
+
TypeRegistry.for(n0).registerError(CommitRequiredException, __CommitRequiredException);
|
|
1269
|
+
export var ConcurrentReferenceUpdateException = [
|
|
1270
|
+
-3,
|
|
1271
|
+
n0,
|
|
1272
|
+
_CRUE,
|
|
1273
|
+
{
|
|
1274
|
+
[_e]: _c,
|
|
1275
|
+
},
|
|
1276
|
+
[_m],
|
|
1277
|
+
[0],
|
|
1278
|
+
];
|
|
1279
|
+
TypeRegistry.for(n0).registerError(ConcurrentReferenceUpdateException, __ConcurrentReferenceUpdateException);
|
|
1280
|
+
export var Conflict = [3, n0, _Con, 0, [_cM, _mH], [() => ConflictMetadata, () => MergeHunks]];
|
|
1281
|
+
export var ConflictMetadata = [
|
|
1282
|
+
3,
|
|
1283
|
+
n0,
|
|
1284
|
+
_CM,
|
|
1285
|
+
0,
|
|
1286
|
+
[_fP, _fS, _fM, _oT, _nOC, _iBF, _cC, _fMC, _oTC, _mOe],
|
|
1287
|
+
[0, () => FileSizes, () => FileModes, () => ObjectTypes, 1, () => IsBinaryFile, 2, 2, 2, () => MergeOperations],
|
|
1288
|
+
];
|
|
1289
|
+
export var ConflictResolution = [
|
|
1290
|
+
3,
|
|
1291
|
+
n0,
|
|
1292
|
+
_CR,
|
|
1293
|
+
0,
|
|
1294
|
+
[_rCe, _dF, _sFM],
|
|
1295
|
+
[() => ReplaceContentEntries, () => DeleteFileEntries, () => SetFileModeEntries],
|
|
1296
|
+
];
|
|
1297
|
+
export var CreateApprovalRuleTemplateInput = [
|
|
1298
|
+
3,
|
|
1299
|
+
n0,
|
|
1300
|
+
_CARTI,
|
|
1301
|
+
0,
|
|
1302
|
+
[_aRTN, _aRTC, _aRTD],
|
|
1303
|
+
[0, 0, 0],
|
|
1304
|
+
];
|
|
1305
|
+
export var CreateApprovalRuleTemplateOutput = [
|
|
1306
|
+
3,
|
|
1307
|
+
n0,
|
|
1308
|
+
_CARTO,
|
|
1309
|
+
0,
|
|
1310
|
+
[_aRT],
|
|
1311
|
+
[() => ApprovalRuleTemplate],
|
|
1312
|
+
];
|
|
1313
|
+
export var CreateBranchInput = [3, n0, _CBI, 0, [_rN, _bN, _cI], [0, 0, 0]];
|
|
1314
|
+
export var CreateCommitInput = [
|
|
1315
|
+
3,
|
|
1316
|
+
n0,
|
|
1317
|
+
_CCI,
|
|
1318
|
+
0,
|
|
1319
|
+
[_rN, _bN, _pCI, _aN, _em, _cMo, _kEF, _pF, _dF, _sFM],
|
|
1320
|
+
[0, 0, 0, 0, 0, 0, 2, () => PutFileEntries, () => DeleteFileEntries, () => SetFileModeEntries],
|
|
1321
|
+
];
|
|
1322
|
+
export var CreateCommitOutput = [
|
|
1323
|
+
3,
|
|
1324
|
+
n0,
|
|
1325
|
+
_CCO,
|
|
1326
|
+
0,
|
|
1327
|
+
[_cI, _tI, _fA, _fU, _fD],
|
|
1328
|
+
[0, 0, () => FilesMetadata, () => FilesMetadata, () => FilesMetadata],
|
|
1329
|
+
];
|
|
1330
|
+
export var CreatePullRequestApprovalRuleInput = [
|
|
1331
|
+
3,
|
|
1332
|
+
n0,
|
|
1333
|
+
_CPRARI,
|
|
1334
|
+
0,
|
|
1335
|
+
[_pRI, _aRN, _aRC],
|
|
1336
|
+
[0, 0, 0],
|
|
1337
|
+
];
|
|
1338
|
+
export var CreatePullRequestApprovalRuleOutput = [
|
|
1339
|
+
3,
|
|
1340
|
+
n0,
|
|
1341
|
+
_CPRARO,
|
|
1342
|
+
0,
|
|
1343
|
+
[_aR],
|
|
1344
|
+
[() => ApprovalRule],
|
|
1345
|
+
];
|
|
1346
|
+
export var CreatePullRequestInput = [
|
|
1347
|
+
3,
|
|
1348
|
+
n0,
|
|
1349
|
+
_CPRI,
|
|
1350
|
+
0,
|
|
1351
|
+
[_t, _de, _ta, _cRT],
|
|
1352
|
+
[0, 0, () => TargetList, [0, 4]],
|
|
1353
|
+
];
|
|
1354
|
+
export var CreatePullRequestOutput = [3, n0, _CPRO, 0, [_pR], [() => PullRequest]];
|
|
1355
|
+
export var CreateRepositoryInput = [3, n0, _CRI, 0, [_rN, _rD, _tag, _kKI], [0, 0, 128 | 0, 0]];
|
|
1356
|
+
export var CreateRepositoryOutput = [3, n0, _CRO, 0, [_rM], [() => RepositoryMetadata]];
|
|
1357
|
+
export var CreateUnreferencedMergeCommitInput = [
|
|
1358
|
+
3,
|
|
1359
|
+
n0,
|
|
1360
|
+
_CUMCI,
|
|
1361
|
+
0,
|
|
1362
|
+
[_rN, _sCS, _dCS, _mO, _cDL, _cRS, _aN, _em, _cMo, _kEF, _cRo],
|
|
1363
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
1364
|
+
];
|
|
1365
|
+
export var CreateUnreferencedMergeCommitOutput = [3, n0, _CUMCO, 0, [_cI, _tI], [0, 0]];
|
|
1366
|
+
export var DefaultBranchCannotBeDeletedException = [
|
|
1367
|
+
-3,
|
|
1368
|
+
n0,
|
|
1369
|
+
_DBCBDE,
|
|
1370
|
+
{
|
|
1371
|
+
[_e]: _c,
|
|
1372
|
+
},
|
|
1373
|
+
[_m],
|
|
1374
|
+
[0],
|
|
1375
|
+
];
|
|
1376
|
+
TypeRegistry.for(n0).registerError(DefaultBranchCannotBeDeletedException, __DefaultBranchCannotBeDeletedException);
|
|
1377
|
+
export var DeleteApprovalRuleTemplateInput = [3, n0, _DARTI, 0, [_aRTN], [0]];
|
|
1378
|
+
export var DeleteApprovalRuleTemplateOutput = [3, n0, _DARTO, 0, [_aRTI], [0]];
|
|
1379
|
+
export var DeleteBranchInput = [3, n0, _DBI, 0, [_rN, _bN], [0, 0]];
|
|
1380
|
+
export var DeleteBranchOutput = [3, n0, _DBO, 0, [_dB], [() => BranchInfo]];
|
|
1381
|
+
export var DeleteCommentContentInput = [3, n0, _DCCI, 0, [_cIom], [0]];
|
|
1382
|
+
export var DeleteCommentContentOutput = [3, n0, _DCCO, 0, [_comme], [() => Comment]];
|
|
1383
|
+
export var DeleteFileEntry = [3, n0, _DFE, 0, [_fP], [0]];
|
|
1384
|
+
export var DeleteFileInput = [
|
|
1385
|
+
3,
|
|
1386
|
+
n0,
|
|
1387
|
+
_DFI,
|
|
1388
|
+
0,
|
|
1389
|
+
[_rN, _bN, _fP, _pCI, _kEF, _cMo, _n, _em],
|
|
1390
|
+
[0, 0, 0, 0, 2, 0, 0, 0],
|
|
1391
|
+
];
|
|
1392
|
+
export var DeleteFileOutput = [3, n0, _DFO, 0, [_cI, _bI, _tI, _fP], [0, 0, 0, 0]];
|
|
1393
|
+
export var DeletePullRequestApprovalRuleInput = [3, n0, _DPRARI, 0, [_pRI, _aRN], [0, 0]];
|
|
1394
|
+
export var DeletePullRequestApprovalRuleOutput = [3, n0, _DPRARO, 0, [_aRI], [0]];
|
|
1395
|
+
export var DeleteRepositoryInput = [3, n0, _DRI, 0, [_rN], [0]];
|
|
1396
|
+
export var DeleteRepositoryOutput = [3, n0, _DRO, 0, [_rIe], [0]];
|
|
1397
|
+
export var DescribeMergeConflictsInput = [
|
|
1398
|
+
3,
|
|
1399
|
+
n0,
|
|
1400
|
+
_DMCI,
|
|
1401
|
+
0,
|
|
1402
|
+
[_rN, _dCS, _sCS, _mO, _mMH, _fP, _cDL, _cRS, _nT],
|
|
1403
|
+
[0, 0, 0, 0, 1, 0, 0, 0, 0],
|
|
1404
|
+
];
|
|
1405
|
+
export var DescribeMergeConflictsOutput = [
|
|
1406
|
+
3,
|
|
1407
|
+
n0,
|
|
1408
|
+
_DMCO,
|
|
1409
|
+
0,
|
|
1410
|
+
[_cM, _mH, _nT, _dCI, _sCI, _bCI],
|
|
1411
|
+
[() => ConflictMetadata, () => MergeHunks, 0, 0, 0, 0],
|
|
1412
|
+
];
|
|
1413
|
+
export var DescribePullRequestEventsInput = [
|
|
1414
|
+
3,
|
|
1415
|
+
n0,
|
|
1416
|
+
_DPREI,
|
|
1417
|
+
0,
|
|
1418
|
+
[_pRI, _pRET, _aAc, _nT, _mR],
|
|
1419
|
+
[0, 0, 0, 0, 1],
|
|
1420
|
+
];
|
|
1421
|
+
export var DescribePullRequestEventsOutput = [
|
|
1422
|
+
3,
|
|
1423
|
+
n0,
|
|
1424
|
+
_DPREO,
|
|
1425
|
+
0,
|
|
1426
|
+
[_pRE, _nT],
|
|
1427
|
+
[() => PullRequestEventList, 0],
|
|
1428
|
+
];
|
|
1429
|
+
export var Difference = [
|
|
1430
|
+
3,
|
|
1431
|
+
n0,
|
|
1432
|
+
_D,
|
|
1433
|
+
0,
|
|
1434
|
+
[_bB, _aB, _cT],
|
|
1435
|
+
[() => BlobMetadata, () => BlobMetadata, 0],
|
|
1436
|
+
];
|
|
1437
|
+
export var DirectoryNameConflictsWithFileNameException = [
|
|
1438
|
+
-3,
|
|
1439
|
+
n0,
|
|
1440
|
+
_DNCWFNE,
|
|
1441
|
+
{
|
|
1442
|
+
[_e]: _c,
|
|
1443
|
+
},
|
|
1444
|
+
[_m],
|
|
1445
|
+
[0],
|
|
1446
|
+
];
|
|
1447
|
+
TypeRegistry.for(n0).registerError(DirectoryNameConflictsWithFileNameException, __DirectoryNameConflictsWithFileNameException);
|
|
1448
|
+
export var DisassociateApprovalRuleTemplateFromRepositoryInput = [
|
|
1449
|
+
3,
|
|
1450
|
+
n0,
|
|
1451
|
+
_DARTFRI,
|
|
1452
|
+
0,
|
|
1453
|
+
[_aRTN, _rN],
|
|
1454
|
+
[0, 0],
|
|
1455
|
+
];
|
|
1456
|
+
export var EncryptionIntegrityChecksFailedException = [
|
|
1457
|
+
-3,
|
|
1458
|
+
n0,
|
|
1459
|
+
_EICFE,
|
|
1460
|
+
{
|
|
1461
|
+
[_e]: _s,
|
|
1462
|
+
},
|
|
1463
|
+
[_m],
|
|
1464
|
+
[0],
|
|
1465
|
+
];
|
|
1466
|
+
TypeRegistry.for(n0).registerError(EncryptionIntegrityChecksFailedException, __EncryptionIntegrityChecksFailedException);
|
|
1467
|
+
export var EncryptionKeyAccessDeniedException = [
|
|
1468
|
+
-3,
|
|
1469
|
+
n0,
|
|
1470
|
+
_EKADE,
|
|
1471
|
+
{
|
|
1472
|
+
[_e]: _c,
|
|
1473
|
+
},
|
|
1474
|
+
[_m],
|
|
1475
|
+
[0],
|
|
1476
|
+
];
|
|
1477
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyAccessDeniedException, __EncryptionKeyAccessDeniedException);
|
|
1478
|
+
export var EncryptionKeyDisabledException = [
|
|
1479
|
+
-3,
|
|
1480
|
+
n0,
|
|
1481
|
+
_EKDE,
|
|
1482
|
+
{
|
|
1483
|
+
[_e]: _c,
|
|
1484
|
+
},
|
|
1485
|
+
[_m],
|
|
1486
|
+
[0],
|
|
1487
|
+
];
|
|
1488
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyDisabledException, __EncryptionKeyDisabledException);
|
|
1489
|
+
export var EncryptionKeyInvalidIdException = [
|
|
1490
|
+
-3,
|
|
1491
|
+
n0,
|
|
1492
|
+
_EKIIE,
|
|
1493
|
+
{
|
|
1494
|
+
[_e]: _c,
|
|
1495
|
+
},
|
|
1496
|
+
[_m],
|
|
1497
|
+
[0],
|
|
1498
|
+
];
|
|
1499
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyInvalidIdException, __EncryptionKeyInvalidIdException);
|
|
1500
|
+
export var EncryptionKeyInvalidUsageException = [
|
|
1501
|
+
-3,
|
|
1502
|
+
n0,
|
|
1503
|
+
_EKIUE,
|
|
1504
|
+
{
|
|
1505
|
+
[_e]: _c,
|
|
1506
|
+
},
|
|
1507
|
+
[_m],
|
|
1508
|
+
[0],
|
|
1509
|
+
];
|
|
1510
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyInvalidUsageException, __EncryptionKeyInvalidUsageException);
|
|
1511
|
+
export var EncryptionKeyNotFoundException = [
|
|
1512
|
+
-3,
|
|
1513
|
+
n0,
|
|
1514
|
+
_EKNFE,
|
|
1515
|
+
{
|
|
1516
|
+
[_e]: _c,
|
|
1517
|
+
},
|
|
1518
|
+
[_m],
|
|
1519
|
+
[0],
|
|
1520
|
+
];
|
|
1521
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyNotFoundException, __EncryptionKeyNotFoundException);
|
|
1522
|
+
export var EncryptionKeyRequiredException = [
|
|
1523
|
+
-3,
|
|
1524
|
+
n0,
|
|
1525
|
+
_EKRE,
|
|
1526
|
+
{
|
|
1527
|
+
[_e]: _c,
|
|
1528
|
+
},
|
|
1529
|
+
[_m],
|
|
1530
|
+
[0],
|
|
1531
|
+
];
|
|
1532
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyRequiredException, __EncryptionKeyRequiredException);
|
|
1533
|
+
export var EncryptionKeyUnavailableException = [
|
|
1534
|
+
-3,
|
|
1535
|
+
n0,
|
|
1536
|
+
_EKUE,
|
|
1537
|
+
{
|
|
1538
|
+
[_e]: _c,
|
|
1539
|
+
},
|
|
1540
|
+
[_m],
|
|
1541
|
+
[0],
|
|
1542
|
+
];
|
|
1543
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyUnavailableException, __EncryptionKeyUnavailableException);
|
|
1544
|
+
export var EvaluatePullRequestApprovalRulesInput = [3, n0, _EPRARI, 0, [_pRI, _rI], [0, 0]];
|
|
1545
|
+
export var EvaluatePullRequestApprovalRulesOutput = [
|
|
1546
|
+
3,
|
|
1547
|
+
n0,
|
|
1548
|
+
_EPRARO,
|
|
1549
|
+
0,
|
|
1550
|
+
[_ev],
|
|
1551
|
+
[() => Evaluation],
|
|
1552
|
+
];
|
|
1553
|
+
export var Evaluation = [3, n0, _E, 0, [_ap, _o, _aRS, _aRNS], [2, 2, 64 | 0, 64 | 0]];
|
|
1554
|
+
export var File = [3, n0, _F, 0, [_bI, _aP, _rP, _fMi], [0, 0, 0, 0]];
|
|
1555
|
+
export var FileContentAndSourceFileSpecifiedException = [
|
|
1556
|
+
-3,
|
|
1557
|
+
n0,
|
|
1558
|
+
_FCASFSE,
|
|
1559
|
+
{
|
|
1560
|
+
[_e]: _c,
|
|
1561
|
+
},
|
|
1562
|
+
[_m],
|
|
1563
|
+
[0],
|
|
1564
|
+
];
|
|
1565
|
+
TypeRegistry.for(n0).registerError(FileContentAndSourceFileSpecifiedException, __FileContentAndSourceFileSpecifiedException);
|
|
1566
|
+
export var FileContentRequiredException = [
|
|
1567
|
+
-3,
|
|
1568
|
+
n0,
|
|
1569
|
+
_FCRE,
|
|
1570
|
+
{
|
|
1571
|
+
[_e]: _c,
|
|
1572
|
+
},
|
|
1573
|
+
[_m],
|
|
1574
|
+
[0],
|
|
1575
|
+
];
|
|
1576
|
+
TypeRegistry.for(n0).registerError(FileContentRequiredException, __FileContentRequiredException);
|
|
1577
|
+
export var FileContentSizeLimitExceededException = [
|
|
1578
|
+
-3,
|
|
1579
|
+
n0,
|
|
1580
|
+
_FCSLEE,
|
|
1581
|
+
{
|
|
1582
|
+
[_e]: _c,
|
|
1583
|
+
},
|
|
1584
|
+
[_m],
|
|
1585
|
+
[0],
|
|
1586
|
+
];
|
|
1587
|
+
TypeRegistry.for(n0).registerError(FileContentSizeLimitExceededException, __FileContentSizeLimitExceededException);
|
|
1588
|
+
export var FileDoesNotExistException = [
|
|
1589
|
+
-3,
|
|
1590
|
+
n0,
|
|
1591
|
+
_FDNEE,
|
|
1592
|
+
{
|
|
1593
|
+
[_e]: _c,
|
|
1594
|
+
},
|
|
1595
|
+
[_m],
|
|
1596
|
+
[0],
|
|
1597
|
+
];
|
|
1598
|
+
TypeRegistry.for(n0).registerError(FileDoesNotExistException, __FileDoesNotExistException);
|
|
1599
|
+
export var FileEntryRequiredException = [
|
|
1600
|
+
-3,
|
|
1601
|
+
n0,
|
|
1602
|
+
_FERE,
|
|
1603
|
+
{
|
|
1604
|
+
[_e]: _c,
|
|
1605
|
+
},
|
|
1606
|
+
[_m],
|
|
1607
|
+
[0],
|
|
1608
|
+
];
|
|
1609
|
+
TypeRegistry.for(n0).registerError(FileEntryRequiredException, __FileEntryRequiredException);
|
|
1610
|
+
export var FileMetadata = [3, n0, _FM, 0, [_aP, _bI, _fMi], [0, 0, 0]];
|
|
1611
|
+
export var FileModeRequiredException = [
|
|
1612
|
+
-3,
|
|
1613
|
+
n0,
|
|
1614
|
+
_FMRE,
|
|
1615
|
+
{
|
|
1616
|
+
[_e]: _c,
|
|
1617
|
+
},
|
|
1618
|
+
[_m],
|
|
1619
|
+
[0],
|
|
1620
|
+
];
|
|
1621
|
+
TypeRegistry.for(n0).registerError(FileModeRequiredException, __FileModeRequiredException);
|
|
1622
|
+
export var FileModes = [3, n0, _FMi, 0, [_so, _des, _b], [0, 0, 0]];
|
|
1623
|
+
export var FileNameConflictsWithDirectoryNameException = [
|
|
1624
|
+
-3,
|
|
1625
|
+
n0,
|
|
1626
|
+
_FNCWDNE,
|
|
1627
|
+
{
|
|
1628
|
+
[_e]: _c,
|
|
1629
|
+
},
|
|
1630
|
+
[_m],
|
|
1631
|
+
[0],
|
|
1632
|
+
];
|
|
1633
|
+
TypeRegistry.for(n0).registerError(FileNameConflictsWithDirectoryNameException, __FileNameConflictsWithDirectoryNameException);
|
|
1634
|
+
export var FilePathConflictsWithSubmodulePathException = [
|
|
1635
|
+
-3,
|
|
1636
|
+
n0,
|
|
1637
|
+
_FPCWSPE,
|
|
1638
|
+
{
|
|
1639
|
+
[_e]: _c,
|
|
1640
|
+
},
|
|
1641
|
+
[_m],
|
|
1642
|
+
[0],
|
|
1643
|
+
];
|
|
1644
|
+
TypeRegistry.for(n0).registerError(FilePathConflictsWithSubmodulePathException, __FilePathConflictsWithSubmodulePathException);
|
|
1645
|
+
export var FileSizes = [3, n0, _FS, 0, [_so, _des, _b], [1, 1, 1]];
|
|
1646
|
+
export var FileTooLargeException = [
|
|
1647
|
+
-3,
|
|
1648
|
+
n0,
|
|
1649
|
+
_FTLE,
|
|
1650
|
+
{
|
|
1651
|
+
[_e]: _c,
|
|
1652
|
+
},
|
|
1653
|
+
[_m],
|
|
1654
|
+
[0],
|
|
1655
|
+
];
|
|
1656
|
+
TypeRegistry.for(n0).registerError(FileTooLargeException, __FileTooLargeException);
|
|
1657
|
+
export var FileVersion = [
|
|
1658
|
+
3,
|
|
1659
|
+
n0,
|
|
1660
|
+
_FV,
|
|
1661
|
+
0,
|
|
1662
|
+
[_commit, _bI, _p, _rCev],
|
|
1663
|
+
[() => Commit, 0, 0, 64 | 0],
|
|
1664
|
+
];
|
|
1665
|
+
export var Folder = [3, n0, _Fo, 0, [_tI, _aP, _rP], [0, 0, 0]];
|
|
1666
|
+
export var FolderContentSizeLimitExceededException = [
|
|
1667
|
+
-3,
|
|
1668
|
+
n0,
|
|
1669
|
+
_FCSLEEo,
|
|
1670
|
+
{
|
|
1671
|
+
[_e]: _c,
|
|
1672
|
+
},
|
|
1673
|
+
[_m],
|
|
1674
|
+
[0],
|
|
1675
|
+
];
|
|
1676
|
+
TypeRegistry.for(n0).registerError(FolderContentSizeLimitExceededException, __FolderContentSizeLimitExceededException);
|
|
1677
|
+
export var FolderDoesNotExistException = [
|
|
1678
|
+
-3,
|
|
1679
|
+
n0,
|
|
1680
|
+
_FDNEEo,
|
|
1681
|
+
{
|
|
1682
|
+
[_e]: _c,
|
|
1683
|
+
},
|
|
1684
|
+
[_m],
|
|
1685
|
+
[0],
|
|
1686
|
+
];
|
|
1687
|
+
TypeRegistry.for(n0).registerError(FolderDoesNotExistException, __FolderDoesNotExistException);
|
|
1688
|
+
export var GetApprovalRuleTemplateInput = [3, n0, _GARTI, 0, [_aRTN], [0]];
|
|
1689
|
+
export var GetApprovalRuleTemplateOutput = [
|
|
1690
|
+
3,
|
|
1691
|
+
n0,
|
|
1692
|
+
_GARTO,
|
|
1693
|
+
0,
|
|
1694
|
+
[_aRT],
|
|
1695
|
+
[() => ApprovalRuleTemplate],
|
|
1696
|
+
];
|
|
1697
|
+
export var GetBlobInput = [3, n0, _GBI, 0, [_rN, _bI], [0, 0]];
|
|
1698
|
+
export var GetBlobOutput = [3, n0, _GBO, 0, [_con], [21]];
|
|
1699
|
+
export var GetBranchInput = [3, n0, _GBIe, 0, [_rN, _bN], [0, 0]];
|
|
1700
|
+
export var GetBranchOutput = [3, n0, _GBOe, 0, [_br], [() => BranchInfo]];
|
|
1701
|
+
export var GetCommentInput = [3, n0, _GCI, 0, [_cIom], [0]];
|
|
1702
|
+
export var GetCommentOutput = [3, n0, _GCO, 0, [_comme], [() => Comment]];
|
|
1703
|
+
export var GetCommentReactionsInput = [3, n0, _GCRI, 0, [_cIom, _rUA, _nT, _mR], [0, 0, 0, 1]];
|
|
1704
|
+
export var GetCommentReactionsOutput = [
|
|
1705
|
+
3,
|
|
1706
|
+
n0,
|
|
1707
|
+
_GCRO,
|
|
1708
|
+
0,
|
|
1709
|
+
[_rFC, _nT],
|
|
1710
|
+
[() => ReactionsForCommentList, 0],
|
|
1711
|
+
];
|
|
1712
|
+
export var GetCommentsForComparedCommitInput = [
|
|
1713
|
+
3,
|
|
1714
|
+
n0,
|
|
1715
|
+
_GCFCCI,
|
|
1716
|
+
0,
|
|
1717
|
+
[_rN, _bCIe, _aCI, _nT, _mR],
|
|
1718
|
+
[0, 0, 0, 0, 1],
|
|
1719
|
+
];
|
|
1720
|
+
export var GetCommentsForComparedCommitOutput = [
|
|
1721
|
+
3,
|
|
1722
|
+
n0,
|
|
1723
|
+
_GCFCCO,
|
|
1724
|
+
0,
|
|
1725
|
+
[_cFCCD, _nT],
|
|
1726
|
+
[() => CommentsForComparedCommitData, 0],
|
|
1727
|
+
];
|
|
1728
|
+
export var GetCommentsForPullRequestInput = [
|
|
1729
|
+
3,
|
|
1730
|
+
n0,
|
|
1731
|
+
_GCFPRI,
|
|
1732
|
+
0,
|
|
1733
|
+
[_pRI, _rN, _bCIe, _aCI, _nT, _mR],
|
|
1734
|
+
[0, 0, 0, 0, 0, 1],
|
|
1735
|
+
];
|
|
1736
|
+
export var GetCommentsForPullRequestOutput = [
|
|
1737
|
+
3,
|
|
1738
|
+
n0,
|
|
1739
|
+
_GCFPRO,
|
|
1740
|
+
0,
|
|
1741
|
+
[_cFPRD, _nT],
|
|
1742
|
+
[() => CommentsForPullRequestData, 0],
|
|
1743
|
+
];
|
|
1744
|
+
export var GetCommitInput = [3, n0, _GCIe, 0, [_rN, _cI], [0, 0]];
|
|
1745
|
+
export var GetCommitOutput = [3, n0, _GCOe, 0, [_commit], [() => Commit]];
|
|
1746
|
+
export var GetDifferencesInput = [
|
|
1747
|
+
3,
|
|
1748
|
+
n0,
|
|
1749
|
+
_GDI,
|
|
1750
|
+
0,
|
|
1751
|
+
[_rN, _bCS, _aCS, _bP, _aPf, _MR, _NT],
|
|
1752
|
+
[0, 0, 0, 0, 0, 1, 0],
|
|
1753
|
+
];
|
|
1754
|
+
export var GetDifferencesOutput = [3, n0, _GDO, 0, [_di, _NT], [() => DifferenceList, 0]];
|
|
1755
|
+
export var GetFileInput = [3, n0, _GFI, 0, [_rN, _cS, _fP], [0, 0, 0]];
|
|
1756
|
+
export var GetFileOutput = [
|
|
1757
|
+
3,
|
|
1758
|
+
n0,
|
|
1759
|
+
_GFO,
|
|
1760
|
+
0,
|
|
1761
|
+
[_cI, _bI, _fP, _fMi, _fSi, _fC],
|
|
1762
|
+
[0, 0, 0, 0, 1, 21],
|
|
1763
|
+
];
|
|
1764
|
+
export var GetFolderInput = [3, n0, _GFIe, 0, [_rN, _cS, _fPo], [0, 0, 0]];
|
|
1765
|
+
export var GetFolderOutput = [
|
|
1766
|
+
3,
|
|
1767
|
+
n0,
|
|
1768
|
+
_GFOe,
|
|
1769
|
+
0,
|
|
1770
|
+
[_cI, _fPo, _tI, _sF, _f, _sL, _sM],
|
|
1771
|
+
[0, 0, 0, () => FolderList, () => FileList, () => SymbolicLinkList, () => SubModuleList],
|
|
1772
|
+
];
|
|
1773
|
+
export var GetMergeCommitInput = [
|
|
1774
|
+
3,
|
|
1775
|
+
n0,
|
|
1776
|
+
_GMCI,
|
|
1777
|
+
0,
|
|
1778
|
+
[_rN, _sCS, _dCS, _cDL, _cRS],
|
|
1779
|
+
[0, 0, 0, 0, 0],
|
|
1780
|
+
];
|
|
1781
|
+
export var GetMergeCommitOutput = [3, n0, _GMCO, 0, [_sCI, _dCI, _bCI, _mCI], [0, 0, 0, 0]];
|
|
1782
|
+
export var GetMergeConflictsInput = [
|
|
1783
|
+
3,
|
|
1784
|
+
n0,
|
|
1785
|
+
_GMCIe,
|
|
1786
|
+
0,
|
|
1787
|
+
[_rN, _dCS, _sCS, _mO, _cDL, _mCF, _cRS, _nT],
|
|
1788
|
+
[0, 0, 0, 0, 0, 1, 0, 0],
|
|
1789
|
+
];
|
|
1790
|
+
export var GetMergeConflictsOutput = [
|
|
1791
|
+
3,
|
|
1792
|
+
n0,
|
|
1793
|
+
_GMCOe,
|
|
1794
|
+
0,
|
|
1795
|
+
[_me, _dCI, _sCI, _bCI, _cML, _nT],
|
|
1796
|
+
[2, 0, 0, 0, () => ConflictMetadataList, 0],
|
|
1797
|
+
];
|
|
1798
|
+
export var GetMergeOptionsInput = [
|
|
1799
|
+
3,
|
|
1800
|
+
n0,
|
|
1801
|
+
_GMOI,
|
|
1802
|
+
0,
|
|
1803
|
+
[_rN, _sCS, _dCS, _cDL, _cRS],
|
|
1804
|
+
[0, 0, 0, 0, 0],
|
|
1805
|
+
];
|
|
1806
|
+
export var GetMergeOptionsOutput = [
|
|
1807
|
+
3,
|
|
1808
|
+
n0,
|
|
1809
|
+
_GMOO,
|
|
1810
|
+
0,
|
|
1811
|
+
[_mOer, _sCI, _dCI, _bCI],
|
|
1812
|
+
[64 | 0, 0, 0, 0],
|
|
1813
|
+
];
|
|
1814
|
+
export var GetPullRequestApprovalStatesInput = [3, n0, _GPRASI, 0, [_pRI, _rI], [0, 0]];
|
|
1815
|
+
export var GetPullRequestApprovalStatesOutput = [
|
|
1816
|
+
3,
|
|
1817
|
+
n0,
|
|
1818
|
+
_GPRASO,
|
|
1819
|
+
0,
|
|
1820
|
+
[_app],
|
|
1821
|
+
[() => ApprovalList],
|
|
1822
|
+
];
|
|
1823
|
+
export var GetPullRequestInput = [3, n0, _GPRI, 0, [_pRI], [0]];
|
|
1824
|
+
export var GetPullRequestOutput = [3, n0, _GPRO, 0, [_pR], [() => PullRequest]];
|
|
1825
|
+
export var GetPullRequestOverrideStateInput = [3, n0, _GPROSI, 0, [_pRI, _rI], [0, 0]];
|
|
1826
|
+
export var GetPullRequestOverrideStateOutput = [3, n0, _GPROSO, 0, [_o, _ov], [2, 0]];
|
|
1827
|
+
export var GetRepositoryInput = [3, n0, _GRI, 0, [_rN], [0]];
|
|
1828
|
+
export var GetRepositoryOutput = [3, n0, _GRO, 0, [_rM], [() => RepositoryMetadata]];
|
|
1829
|
+
export var GetRepositoryTriggersInput = [3, n0, _GRTI, 0, [_rN], [0]];
|
|
1830
|
+
export var GetRepositoryTriggersOutput = [
|
|
1831
|
+
3,
|
|
1832
|
+
n0,
|
|
1833
|
+
_GRTO,
|
|
1834
|
+
0,
|
|
1835
|
+
[_cIon, _tr],
|
|
1836
|
+
[0, () => RepositoryTriggersList],
|
|
1837
|
+
];
|
|
1838
|
+
export var IdempotencyParameterMismatchException = [
|
|
1839
|
+
-3,
|
|
1840
|
+
n0,
|
|
1841
|
+
_IPME,
|
|
1842
|
+
{
|
|
1843
|
+
[_e]: _c,
|
|
1844
|
+
},
|
|
1845
|
+
[_m],
|
|
1846
|
+
[0],
|
|
1847
|
+
];
|
|
1848
|
+
TypeRegistry.for(n0).registerError(IdempotencyParameterMismatchException, __IdempotencyParameterMismatchException);
|
|
1849
|
+
export var InvalidActorArnException = [
|
|
1850
|
+
-3,
|
|
1851
|
+
n0,
|
|
1852
|
+
_IAAE,
|
|
1853
|
+
{
|
|
1854
|
+
[_e]: _c,
|
|
1855
|
+
},
|
|
1856
|
+
[_m],
|
|
1857
|
+
[0],
|
|
1858
|
+
];
|
|
1859
|
+
TypeRegistry.for(n0).registerError(InvalidActorArnException, __InvalidActorArnException);
|
|
1860
|
+
export var InvalidApprovalRuleContentException = [
|
|
1861
|
+
-3,
|
|
1862
|
+
n0,
|
|
1863
|
+
_IARCE,
|
|
1864
|
+
{
|
|
1865
|
+
[_e]: _c,
|
|
1866
|
+
},
|
|
1867
|
+
[_m],
|
|
1868
|
+
[0],
|
|
1869
|
+
];
|
|
1870
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleContentException, __InvalidApprovalRuleContentException);
|
|
1871
|
+
export var InvalidApprovalRuleNameException = [
|
|
1872
|
+
-3,
|
|
1873
|
+
n0,
|
|
1874
|
+
_IARNE,
|
|
1875
|
+
{
|
|
1876
|
+
[_e]: _c,
|
|
1877
|
+
},
|
|
1878
|
+
[_m],
|
|
1879
|
+
[0],
|
|
1880
|
+
];
|
|
1881
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleNameException, __InvalidApprovalRuleNameException);
|
|
1882
|
+
export var InvalidApprovalRuleTemplateContentException = [
|
|
1883
|
+
-3,
|
|
1884
|
+
n0,
|
|
1885
|
+
_IARTCE,
|
|
1886
|
+
{
|
|
1887
|
+
[_e]: _c,
|
|
1888
|
+
},
|
|
1889
|
+
[_m],
|
|
1890
|
+
[0],
|
|
1891
|
+
];
|
|
1892
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateContentException, __InvalidApprovalRuleTemplateContentException);
|
|
1893
|
+
export var InvalidApprovalRuleTemplateDescriptionException = [
|
|
1894
|
+
-3,
|
|
1895
|
+
n0,
|
|
1896
|
+
_IARTDE,
|
|
1897
|
+
{
|
|
1898
|
+
[_e]: _c,
|
|
1899
|
+
},
|
|
1900
|
+
[_m],
|
|
1901
|
+
[0],
|
|
1902
|
+
];
|
|
1903
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateDescriptionException, __InvalidApprovalRuleTemplateDescriptionException);
|
|
1904
|
+
export var InvalidApprovalRuleTemplateNameException = [
|
|
1905
|
+
-3,
|
|
1906
|
+
n0,
|
|
1907
|
+
_IARTNE,
|
|
1908
|
+
{
|
|
1909
|
+
[_e]: _c,
|
|
1910
|
+
},
|
|
1911
|
+
[_m],
|
|
1912
|
+
[0],
|
|
1913
|
+
];
|
|
1914
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateNameException, __InvalidApprovalRuleTemplateNameException);
|
|
1915
|
+
export var InvalidApprovalStateException = [
|
|
1916
|
+
-3,
|
|
1917
|
+
n0,
|
|
1918
|
+
_IASE,
|
|
1919
|
+
{
|
|
1920
|
+
[_e]: _c,
|
|
1921
|
+
},
|
|
1922
|
+
[_m],
|
|
1923
|
+
[0],
|
|
1924
|
+
];
|
|
1925
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalStateException, __InvalidApprovalStateException);
|
|
1926
|
+
export var InvalidAuthorArnException = [
|
|
1927
|
+
-3,
|
|
1928
|
+
n0,
|
|
1929
|
+
_IAAEn,
|
|
1930
|
+
{
|
|
1931
|
+
[_e]: _c,
|
|
1932
|
+
},
|
|
1933
|
+
[_m],
|
|
1934
|
+
[0],
|
|
1935
|
+
];
|
|
1936
|
+
TypeRegistry.for(n0).registerError(InvalidAuthorArnException, __InvalidAuthorArnException);
|
|
1937
|
+
export var InvalidBlobIdException = [
|
|
1938
|
+
-3,
|
|
1939
|
+
n0,
|
|
1940
|
+
_IBIE,
|
|
1941
|
+
{
|
|
1942
|
+
[_e]: _c,
|
|
1943
|
+
},
|
|
1944
|
+
[_m],
|
|
1945
|
+
[0],
|
|
1946
|
+
];
|
|
1947
|
+
TypeRegistry.for(n0).registerError(InvalidBlobIdException, __InvalidBlobIdException);
|
|
1948
|
+
export var InvalidBranchNameException = [
|
|
1949
|
+
-3,
|
|
1950
|
+
n0,
|
|
1951
|
+
_IBNE,
|
|
1952
|
+
{
|
|
1953
|
+
[_e]: _c,
|
|
1954
|
+
},
|
|
1955
|
+
[_m],
|
|
1956
|
+
[0],
|
|
1957
|
+
];
|
|
1958
|
+
TypeRegistry.for(n0).registerError(InvalidBranchNameException, __InvalidBranchNameException);
|
|
1959
|
+
export var InvalidClientRequestTokenException = [
|
|
1960
|
+
-3,
|
|
1961
|
+
n0,
|
|
1962
|
+
_ICRTE,
|
|
1963
|
+
{
|
|
1964
|
+
[_e]: _c,
|
|
1965
|
+
},
|
|
1966
|
+
[_m],
|
|
1967
|
+
[0],
|
|
1968
|
+
];
|
|
1969
|
+
TypeRegistry.for(n0).registerError(InvalidClientRequestTokenException, __InvalidClientRequestTokenException);
|
|
1970
|
+
export var InvalidCommentIdException = [
|
|
1971
|
+
-3,
|
|
1972
|
+
n0,
|
|
1973
|
+
_ICIE,
|
|
1974
|
+
{
|
|
1975
|
+
[_e]: _c,
|
|
1976
|
+
},
|
|
1977
|
+
[_m],
|
|
1978
|
+
[0],
|
|
1979
|
+
];
|
|
1980
|
+
TypeRegistry.for(n0).registerError(InvalidCommentIdException, __InvalidCommentIdException);
|
|
1981
|
+
export var InvalidCommitException = [
|
|
1982
|
+
-3,
|
|
1983
|
+
n0,
|
|
1984
|
+
_ICE,
|
|
1985
|
+
{
|
|
1986
|
+
[_e]: _c,
|
|
1987
|
+
},
|
|
1988
|
+
[_m],
|
|
1989
|
+
[0],
|
|
1990
|
+
];
|
|
1991
|
+
TypeRegistry.for(n0).registerError(InvalidCommitException, __InvalidCommitException);
|
|
1992
|
+
export var InvalidCommitIdException = [
|
|
1993
|
+
-3,
|
|
1994
|
+
n0,
|
|
1995
|
+
_ICIEn,
|
|
1996
|
+
{
|
|
1997
|
+
[_e]: _c,
|
|
1998
|
+
},
|
|
1999
|
+
[_m],
|
|
2000
|
+
[0],
|
|
2001
|
+
];
|
|
2002
|
+
TypeRegistry.for(n0).registerError(InvalidCommitIdException, __InvalidCommitIdException);
|
|
2003
|
+
export var InvalidConflictDetailLevelException = [
|
|
2004
|
+
-3,
|
|
2005
|
+
n0,
|
|
2006
|
+
_ICDLE,
|
|
2007
|
+
{
|
|
2008
|
+
[_e]: _c,
|
|
2009
|
+
},
|
|
2010
|
+
[_m],
|
|
2011
|
+
[0],
|
|
2012
|
+
];
|
|
2013
|
+
TypeRegistry.for(n0).registerError(InvalidConflictDetailLevelException, __InvalidConflictDetailLevelException);
|
|
2014
|
+
export var InvalidConflictResolutionException = [
|
|
2015
|
+
-3,
|
|
2016
|
+
n0,
|
|
2017
|
+
_ICRE,
|
|
2018
|
+
{
|
|
2019
|
+
[_e]: _c,
|
|
2020
|
+
},
|
|
2021
|
+
[_m],
|
|
2022
|
+
[0],
|
|
2023
|
+
];
|
|
2024
|
+
TypeRegistry.for(n0).registerError(InvalidConflictResolutionException, __InvalidConflictResolutionException);
|
|
2025
|
+
export var InvalidConflictResolutionStrategyException = [
|
|
2026
|
+
-3,
|
|
2027
|
+
n0,
|
|
2028
|
+
_ICRSE,
|
|
2029
|
+
{
|
|
2030
|
+
[_e]: _c,
|
|
2031
|
+
},
|
|
2032
|
+
[_m],
|
|
2033
|
+
[0],
|
|
2034
|
+
];
|
|
2035
|
+
TypeRegistry.for(n0).registerError(InvalidConflictResolutionStrategyException, __InvalidConflictResolutionStrategyException);
|
|
2036
|
+
export var InvalidContinuationTokenException = [
|
|
2037
|
+
-3,
|
|
2038
|
+
n0,
|
|
2039
|
+
_ICTE,
|
|
2040
|
+
{
|
|
2041
|
+
[_e]: _c,
|
|
2042
|
+
},
|
|
2043
|
+
[_m],
|
|
2044
|
+
[0],
|
|
2045
|
+
];
|
|
2046
|
+
TypeRegistry.for(n0).registerError(InvalidContinuationTokenException, __InvalidContinuationTokenException);
|
|
2047
|
+
export var InvalidDeletionParameterException = [
|
|
2048
|
+
-3,
|
|
2049
|
+
n0,
|
|
2050
|
+
_IDPE,
|
|
2051
|
+
{
|
|
2052
|
+
[_e]: _c,
|
|
2053
|
+
},
|
|
2054
|
+
[_m],
|
|
2055
|
+
[0],
|
|
2056
|
+
];
|
|
2057
|
+
TypeRegistry.for(n0).registerError(InvalidDeletionParameterException, __InvalidDeletionParameterException);
|
|
2058
|
+
export var InvalidDescriptionException = [
|
|
2059
|
+
-3,
|
|
2060
|
+
n0,
|
|
2061
|
+
_IDE,
|
|
2062
|
+
{
|
|
2063
|
+
[_e]: _c,
|
|
2064
|
+
},
|
|
2065
|
+
[_m],
|
|
2066
|
+
[0],
|
|
2067
|
+
];
|
|
2068
|
+
TypeRegistry.for(n0).registerError(InvalidDescriptionException, __InvalidDescriptionException);
|
|
2069
|
+
export var InvalidDestinationCommitSpecifierException = [
|
|
2070
|
+
-3,
|
|
2071
|
+
n0,
|
|
2072
|
+
_IDCSE,
|
|
2073
|
+
{
|
|
2074
|
+
[_e]: _c,
|
|
2075
|
+
},
|
|
2076
|
+
[_m],
|
|
2077
|
+
[0],
|
|
2078
|
+
];
|
|
2079
|
+
TypeRegistry.for(n0).registerError(InvalidDestinationCommitSpecifierException, __InvalidDestinationCommitSpecifierException);
|
|
2080
|
+
export var InvalidEmailException = [
|
|
2081
|
+
-3,
|
|
2082
|
+
n0,
|
|
2083
|
+
_IEE,
|
|
2084
|
+
{
|
|
2085
|
+
[_e]: _c,
|
|
2086
|
+
},
|
|
2087
|
+
[_m],
|
|
2088
|
+
[0],
|
|
2089
|
+
];
|
|
2090
|
+
TypeRegistry.for(n0).registerError(InvalidEmailException, __InvalidEmailException);
|
|
2091
|
+
export var InvalidFileLocationException = [
|
|
2092
|
+
-3,
|
|
2093
|
+
n0,
|
|
2094
|
+
_IFLE,
|
|
2095
|
+
{
|
|
2096
|
+
[_e]: _c,
|
|
2097
|
+
},
|
|
2098
|
+
[_m],
|
|
2099
|
+
[0],
|
|
2100
|
+
];
|
|
2101
|
+
TypeRegistry.for(n0).registerError(InvalidFileLocationException, __InvalidFileLocationException);
|
|
2102
|
+
export var InvalidFileModeException = [
|
|
2103
|
+
-3,
|
|
2104
|
+
n0,
|
|
2105
|
+
_IFME,
|
|
2106
|
+
{
|
|
2107
|
+
[_e]: _c,
|
|
2108
|
+
},
|
|
2109
|
+
[_m],
|
|
2110
|
+
[0],
|
|
2111
|
+
];
|
|
2112
|
+
TypeRegistry.for(n0).registerError(InvalidFileModeException, __InvalidFileModeException);
|
|
2113
|
+
export var InvalidFilePositionException = [
|
|
2114
|
+
-3,
|
|
2115
|
+
n0,
|
|
2116
|
+
_IFPE,
|
|
2117
|
+
{
|
|
2118
|
+
[_e]: _c,
|
|
2119
|
+
},
|
|
2120
|
+
[_m],
|
|
2121
|
+
[0],
|
|
2122
|
+
];
|
|
2123
|
+
TypeRegistry.for(n0).registerError(InvalidFilePositionException, __InvalidFilePositionException);
|
|
2124
|
+
export var InvalidMaxConflictFilesException = [
|
|
2125
|
+
-3,
|
|
2126
|
+
n0,
|
|
2127
|
+
_IMCFE,
|
|
2128
|
+
{
|
|
2129
|
+
[_e]: _c,
|
|
2130
|
+
},
|
|
2131
|
+
[_m],
|
|
2132
|
+
[0],
|
|
2133
|
+
];
|
|
2134
|
+
TypeRegistry.for(n0).registerError(InvalidMaxConflictFilesException, __InvalidMaxConflictFilesException);
|
|
2135
|
+
export var InvalidMaxMergeHunksException = [
|
|
2136
|
+
-3,
|
|
2137
|
+
n0,
|
|
2138
|
+
_IMMHE,
|
|
2139
|
+
{
|
|
2140
|
+
[_e]: _c,
|
|
2141
|
+
},
|
|
2142
|
+
[_m],
|
|
2143
|
+
[0],
|
|
2144
|
+
];
|
|
2145
|
+
TypeRegistry.for(n0).registerError(InvalidMaxMergeHunksException, __InvalidMaxMergeHunksException);
|
|
2146
|
+
export var InvalidMaxResultsException = [
|
|
2147
|
+
-3,
|
|
2148
|
+
n0,
|
|
2149
|
+
_IMRE,
|
|
2150
|
+
{
|
|
2151
|
+
[_e]: _c,
|
|
2152
|
+
},
|
|
2153
|
+
[_m],
|
|
2154
|
+
[0],
|
|
2155
|
+
];
|
|
2156
|
+
TypeRegistry.for(n0).registerError(InvalidMaxResultsException, __InvalidMaxResultsException);
|
|
2157
|
+
export var InvalidMergeOptionException = [
|
|
2158
|
+
-3,
|
|
2159
|
+
n0,
|
|
2160
|
+
_IMOE,
|
|
2161
|
+
{
|
|
2162
|
+
[_e]: _c,
|
|
2163
|
+
},
|
|
2164
|
+
[_m],
|
|
2165
|
+
[0],
|
|
2166
|
+
];
|
|
2167
|
+
TypeRegistry.for(n0).registerError(InvalidMergeOptionException, __InvalidMergeOptionException);
|
|
2168
|
+
export var InvalidOrderException = [
|
|
2169
|
+
-3,
|
|
2170
|
+
n0,
|
|
2171
|
+
_IOE,
|
|
2172
|
+
{
|
|
2173
|
+
[_e]: _c,
|
|
2174
|
+
},
|
|
2175
|
+
[_m],
|
|
2176
|
+
[0],
|
|
2177
|
+
];
|
|
2178
|
+
TypeRegistry.for(n0).registerError(InvalidOrderException, __InvalidOrderException);
|
|
2179
|
+
export var InvalidOverrideStatusException = [
|
|
2180
|
+
-3,
|
|
2181
|
+
n0,
|
|
2182
|
+
_IOSE,
|
|
2183
|
+
{
|
|
2184
|
+
[_e]: _c,
|
|
2185
|
+
},
|
|
2186
|
+
[_m],
|
|
2187
|
+
[0],
|
|
2188
|
+
];
|
|
2189
|
+
TypeRegistry.for(n0).registerError(InvalidOverrideStatusException, __InvalidOverrideStatusException);
|
|
2190
|
+
export var InvalidParentCommitIdException = [
|
|
2191
|
+
-3,
|
|
2192
|
+
n0,
|
|
2193
|
+
_IPCIE,
|
|
2194
|
+
{
|
|
2195
|
+
[_e]: _c,
|
|
2196
|
+
},
|
|
2197
|
+
[_m],
|
|
2198
|
+
[0],
|
|
2199
|
+
];
|
|
2200
|
+
TypeRegistry.for(n0).registerError(InvalidParentCommitIdException, __InvalidParentCommitIdException);
|
|
2201
|
+
export var InvalidPathException = [
|
|
2202
|
+
-3,
|
|
2203
|
+
n0,
|
|
2204
|
+
_IPE,
|
|
2205
|
+
{
|
|
2206
|
+
[_e]: _c,
|
|
2207
|
+
},
|
|
2208
|
+
[_m],
|
|
2209
|
+
[0],
|
|
2210
|
+
];
|
|
2211
|
+
TypeRegistry.for(n0).registerError(InvalidPathException, __InvalidPathException);
|
|
2212
|
+
export var InvalidPullRequestEventTypeException = [
|
|
2213
|
+
-3,
|
|
2214
|
+
n0,
|
|
2215
|
+
_IPRETE,
|
|
2216
|
+
{
|
|
2217
|
+
[_e]: _c,
|
|
2218
|
+
},
|
|
2219
|
+
[_m],
|
|
2220
|
+
[0],
|
|
2221
|
+
];
|
|
2222
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestEventTypeException, __InvalidPullRequestEventTypeException);
|
|
2223
|
+
export var InvalidPullRequestIdException = [
|
|
2224
|
+
-3,
|
|
2225
|
+
n0,
|
|
2226
|
+
_IPRIE,
|
|
2227
|
+
{
|
|
2228
|
+
[_e]: _c,
|
|
2229
|
+
},
|
|
2230
|
+
[_m],
|
|
2231
|
+
[0],
|
|
2232
|
+
];
|
|
2233
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestIdException, __InvalidPullRequestIdException);
|
|
2234
|
+
export var InvalidPullRequestStatusException = [
|
|
2235
|
+
-3,
|
|
2236
|
+
n0,
|
|
2237
|
+
_IPRSE,
|
|
2238
|
+
{
|
|
2239
|
+
[_e]: _c,
|
|
2240
|
+
},
|
|
2241
|
+
[_m],
|
|
2242
|
+
[0],
|
|
2243
|
+
];
|
|
2244
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestStatusException, __InvalidPullRequestStatusException);
|
|
2245
|
+
export var InvalidPullRequestStatusUpdateException = [
|
|
2246
|
+
-3,
|
|
2247
|
+
n0,
|
|
2248
|
+
_IPRSUE,
|
|
2249
|
+
{
|
|
2250
|
+
[_e]: _c,
|
|
2251
|
+
},
|
|
2252
|
+
[_m],
|
|
2253
|
+
[0],
|
|
2254
|
+
];
|
|
2255
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestStatusUpdateException, __InvalidPullRequestStatusUpdateException);
|
|
2256
|
+
export var InvalidReactionUserArnException = [
|
|
2257
|
+
-3,
|
|
2258
|
+
n0,
|
|
2259
|
+
_IRUAE,
|
|
2260
|
+
{
|
|
2261
|
+
[_e]: _c,
|
|
2262
|
+
},
|
|
2263
|
+
[_m],
|
|
2264
|
+
[0],
|
|
2265
|
+
];
|
|
2266
|
+
TypeRegistry.for(n0).registerError(InvalidReactionUserArnException, __InvalidReactionUserArnException);
|
|
2267
|
+
export var InvalidReactionValueException = [
|
|
2268
|
+
-3,
|
|
2269
|
+
n0,
|
|
2270
|
+
_IRVE,
|
|
2271
|
+
{
|
|
2272
|
+
[_e]: _c,
|
|
2273
|
+
},
|
|
2274
|
+
[_m],
|
|
2275
|
+
[0],
|
|
2276
|
+
];
|
|
2277
|
+
TypeRegistry.for(n0).registerError(InvalidReactionValueException, __InvalidReactionValueException);
|
|
2278
|
+
export var InvalidReferenceNameException = [
|
|
2279
|
+
-3,
|
|
2280
|
+
n0,
|
|
2281
|
+
_IRNE,
|
|
2282
|
+
{
|
|
2283
|
+
[_e]: _c,
|
|
2284
|
+
},
|
|
2285
|
+
[_m],
|
|
2286
|
+
[0],
|
|
2287
|
+
];
|
|
2288
|
+
TypeRegistry.for(n0).registerError(InvalidReferenceNameException, __InvalidReferenceNameException);
|
|
2289
|
+
export var InvalidRelativeFileVersionEnumException = [
|
|
2290
|
+
-3,
|
|
2291
|
+
n0,
|
|
2292
|
+
_IRFVEE,
|
|
2293
|
+
{
|
|
2294
|
+
[_e]: _c,
|
|
2295
|
+
},
|
|
2296
|
+
[_m],
|
|
2297
|
+
[0],
|
|
2298
|
+
];
|
|
2299
|
+
TypeRegistry.for(n0).registerError(InvalidRelativeFileVersionEnumException, __InvalidRelativeFileVersionEnumException);
|
|
2300
|
+
export var InvalidReplacementContentException = [
|
|
2301
|
+
-3,
|
|
2302
|
+
n0,
|
|
2303
|
+
_IRCE,
|
|
2304
|
+
{
|
|
2305
|
+
[_e]: _c,
|
|
2306
|
+
},
|
|
2307
|
+
[_m],
|
|
2308
|
+
[0],
|
|
2309
|
+
];
|
|
2310
|
+
TypeRegistry.for(n0).registerError(InvalidReplacementContentException, __InvalidReplacementContentException);
|
|
2311
|
+
export var InvalidReplacementTypeException = [
|
|
2312
|
+
-3,
|
|
2313
|
+
n0,
|
|
2314
|
+
_IRTE,
|
|
2315
|
+
{
|
|
2316
|
+
[_e]: _c,
|
|
2317
|
+
},
|
|
2318
|
+
[_m],
|
|
2319
|
+
[0],
|
|
2320
|
+
];
|
|
2321
|
+
TypeRegistry.for(n0).registerError(InvalidReplacementTypeException, __InvalidReplacementTypeException);
|
|
2322
|
+
export var InvalidRepositoryDescriptionException = [
|
|
2323
|
+
-3,
|
|
2324
|
+
n0,
|
|
2325
|
+
_IRDE,
|
|
2326
|
+
{
|
|
2327
|
+
[_e]: _c,
|
|
2328
|
+
},
|
|
2329
|
+
[_m],
|
|
2330
|
+
[0],
|
|
2331
|
+
];
|
|
2332
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryDescriptionException, __InvalidRepositoryDescriptionException);
|
|
2333
|
+
export var InvalidRepositoryNameException = [
|
|
2334
|
+
-3,
|
|
2335
|
+
n0,
|
|
2336
|
+
_IRNEn,
|
|
2337
|
+
{
|
|
2338
|
+
[_e]: _c,
|
|
2339
|
+
},
|
|
2340
|
+
[_m],
|
|
2341
|
+
[0],
|
|
2342
|
+
];
|
|
2343
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryNameException, __InvalidRepositoryNameException);
|
|
2344
|
+
export var InvalidRepositoryTriggerBranchNameException = [
|
|
2345
|
+
-3,
|
|
2346
|
+
n0,
|
|
2347
|
+
_IRTBNE,
|
|
2348
|
+
{
|
|
2349
|
+
[_e]: _c,
|
|
2350
|
+
},
|
|
2351
|
+
[_m],
|
|
2352
|
+
[0],
|
|
2353
|
+
];
|
|
2354
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerBranchNameException, __InvalidRepositoryTriggerBranchNameException);
|
|
2355
|
+
export var InvalidRepositoryTriggerCustomDataException = [
|
|
2356
|
+
-3,
|
|
2357
|
+
n0,
|
|
2358
|
+
_IRTCDE,
|
|
2359
|
+
{
|
|
2360
|
+
[_e]: _c,
|
|
2361
|
+
},
|
|
2362
|
+
[_m],
|
|
2363
|
+
[0],
|
|
2364
|
+
];
|
|
2365
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerCustomDataException, __InvalidRepositoryTriggerCustomDataException);
|
|
2366
|
+
export var InvalidRepositoryTriggerDestinationArnException = [
|
|
2367
|
+
-3,
|
|
2368
|
+
n0,
|
|
2369
|
+
_IRTDAE,
|
|
2370
|
+
{
|
|
2371
|
+
[_e]: _c,
|
|
2372
|
+
},
|
|
2373
|
+
[_m],
|
|
2374
|
+
[0],
|
|
2375
|
+
];
|
|
2376
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerDestinationArnException, __InvalidRepositoryTriggerDestinationArnException);
|
|
2377
|
+
export var InvalidRepositoryTriggerEventsException = [
|
|
2378
|
+
-3,
|
|
2379
|
+
n0,
|
|
2380
|
+
_IRTEE,
|
|
2381
|
+
{
|
|
2382
|
+
[_e]: _c,
|
|
2383
|
+
},
|
|
2384
|
+
[_m],
|
|
2385
|
+
[0],
|
|
2386
|
+
];
|
|
2387
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerEventsException, __InvalidRepositoryTriggerEventsException);
|
|
2388
|
+
export var InvalidRepositoryTriggerNameException = [
|
|
2389
|
+
-3,
|
|
2390
|
+
n0,
|
|
2391
|
+
_IRTNE,
|
|
2392
|
+
{
|
|
2393
|
+
[_e]: _c,
|
|
2394
|
+
},
|
|
2395
|
+
[_m],
|
|
2396
|
+
[0],
|
|
2397
|
+
];
|
|
2398
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerNameException, __InvalidRepositoryTriggerNameException);
|
|
2399
|
+
export var InvalidRepositoryTriggerRegionException = [
|
|
2400
|
+
-3,
|
|
2401
|
+
n0,
|
|
2402
|
+
_IRTRE,
|
|
2403
|
+
{
|
|
2404
|
+
[_e]: _c,
|
|
2405
|
+
},
|
|
2406
|
+
[_m],
|
|
2407
|
+
[0],
|
|
2408
|
+
];
|
|
2409
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerRegionException, __InvalidRepositoryTriggerRegionException);
|
|
2410
|
+
export var InvalidResourceArnException = [
|
|
2411
|
+
-3,
|
|
2412
|
+
n0,
|
|
2413
|
+
_IRAE,
|
|
2414
|
+
{
|
|
2415
|
+
[_e]: _c,
|
|
2416
|
+
},
|
|
2417
|
+
[_m],
|
|
2418
|
+
[0],
|
|
2419
|
+
];
|
|
2420
|
+
TypeRegistry.for(n0).registerError(InvalidResourceArnException, __InvalidResourceArnException);
|
|
2421
|
+
export var InvalidRevisionIdException = [
|
|
2422
|
+
-3,
|
|
2423
|
+
n0,
|
|
2424
|
+
_IRIE,
|
|
2425
|
+
{
|
|
2426
|
+
[_e]: _c,
|
|
2427
|
+
},
|
|
2428
|
+
[_m],
|
|
2429
|
+
[0],
|
|
2430
|
+
];
|
|
2431
|
+
TypeRegistry.for(n0).registerError(InvalidRevisionIdException, __InvalidRevisionIdException);
|
|
2432
|
+
export var InvalidRuleContentSha256Exception = [
|
|
2433
|
+
-3,
|
|
2434
|
+
n0,
|
|
2435
|
+
_IRCSE,
|
|
2436
|
+
{
|
|
2437
|
+
[_e]: _c,
|
|
2438
|
+
},
|
|
2439
|
+
[_m],
|
|
2440
|
+
[0],
|
|
2441
|
+
];
|
|
2442
|
+
TypeRegistry.for(n0).registerError(InvalidRuleContentSha256Exception, __InvalidRuleContentSha256Exception);
|
|
2443
|
+
export var InvalidSortByException = [
|
|
2444
|
+
-3,
|
|
2445
|
+
n0,
|
|
2446
|
+
_ISBE,
|
|
2447
|
+
{
|
|
2448
|
+
[_e]: _c,
|
|
2449
|
+
},
|
|
2450
|
+
[_m],
|
|
2451
|
+
[0],
|
|
2452
|
+
];
|
|
2453
|
+
TypeRegistry.for(n0).registerError(InvalidSortByException, __InvalidSortByException);
|
|
2454
|
+
export var InvalidSourceCommitSpecifierException = [
|
|
2455
|
+
-3,
|
|
2456
|
+
n0,
|
|
2457
|
+
_ISCSE,
|
|
2458
|
+
{
|
|
2459
|
+
[_e]: _c,
|
|
2460
|
+
},
|
|
2461
|
+
[_m],
|
|
2462
|
+
[0],
|
|
2463
|
+
];
|
|
2464
|
+
TypeRegistry.for(n0).registerError(InvalidSourceCommitSpecifierException, __InvalidSourceCommitSpecifierException);
|
|
2465
|
+
export var InvalidSystemTagUsageException = [
|
|
2466
|
+
-3,
|
|
2467
|
+
n0,
|
|
2468
|
+
_ISTUE,
|
|
2469
|
+
{
|
|
2470
|
+
[_e]: _c,
|
|
2471
|
+
},
|
|
2472
|
+
[_m],
|
|
2473
|
+
[0],
|
|
2474
|
+
];
|
|
2475
|
+
TypeRegistry.for(n0).registerError(InvalidSystemTagUsageException, __InvalidSystemTagUsageException);
|
|
2476
|
+
export var InvalidTagKeysListException = [
|
|
2477
|
+
-3,
|
|
2478
|
+
n0,
|
|
2479
|
+
_ITKLE,
|
|
2480
|
+
{
|
|
2481
|
+
[_e]: _c,
|
|
2482
|
+
},
|
|
2483
|
+
[_m],
|
|
2484
|
+
[0],
|
|
2485
|
+
];
|
|
2486
|
+
TypeRegistry.for(n0).registerError(InvalidTagKeysListException, __InvalidTagKeysListException);
|
|
2487
|
+
export var InvalidTagsMapException = [
|
|
2488
|
+
-3,
|
|
2489
|
+
n0,
|
|
2490
|
+
_ITME,
|
|
2491
|
+
{
|
|
2492
|
+
[_e]: _c,
|
|
2493
|
+
},
|
|
2494
|
+
[_m],
|
|
2495
|
+
[0],
|
|
2496
|
+
];
|
|
2497
|
+
TypeRegistry.for(n0).registerError(InvalidTagsMapException, __InvalidTagsMapException);
|
|
2498
|
+
export var InvalidTargetBranchException = [
|
|
2499
|
+
-3,
|
|
2500
|
+
n0,
|
|
2501
|
+
_ITBE,
|
|
2502
|
+
{
|
|
2503
|
+
[_e]: _c,
|
|
2504
|
+
},
|
|
2505
|
+
[_m],
|
|
2506
|
+
[0],
|
|
2507
|
+
];
|
|
2508
|
+
TypeRegistry.for(n0).registerError(InvalidTargetBranchException, __InvalidTargetBranchException);
|
|
2509
|
+
export var InvalidTargetException = [
|
|
2510
|
+
-3,
|
|
2511
|
+
n0,
|
|
2512
|
+
_ITE,
|
|
2513
|
+
{
|
|
2514
|
+
[_e]: _c,
|
|
2515
|
+
},
|
|
2516
|
+
[_m],
|
|
2517
|
+
[0],
|
|
2518
|
+
];
|
|
2519
|
+
TypeRegistry.for(n0).registerError(InvalidTargetException, __InvalidTargetException);
|
|
2520
|
+
export var InvalidTargetsException = [
|
|
2521
|
+
-3,
|
|
2522
|
+
n0,
|
|
2523
|
+
_ITEn,
|
|
2524
|
+
{
|
|
2525
|
+
[_e]: _c,
|
|
2526
|
+
},
|
|
2527
|
+
[_m],
|
|
2528
|
+
[0],
|
|
2529
|
+
];
|
|
2530
|
+
TypeRegistry.for(n0).registerError(InvalidTargetsException, __InvalidTargetsException);
|
|
2531
|
+
export var InvalidTitleException = [
|
|
2532
|
+
-3,
|
|
2533
|
+
n0,
|
|
2534
|
+
_ITEnv,
|
|
2535
|
+
{
|
|
2536
|
+
[_e]: _c,
|
|
2537
|
+
},
|
|
2538
|
+
[_m],
|
|
2539
|
+
[0],
|
|
2540
|
+
];
|
|
2541
|
+
TypeRegistry.for(n0).registerError(InvalidTitleException, __InvalidTitleException);
|
|
2542
|
+
export var IsBinaryFile = [3, n0, _IBF, 0, [_so, _des, _b], [2, 2, 2]];
|
|
2543
|
+
export var ListApprovalRuleTemplatesInput = [3, n0, _LARTI, 0, [_nT, _mR], [0, 1]];
|
|
2544
|
+
export var ListApprovalRuleTemplatesOutput = [3, n0, _LARTO, 0, [_aRTNp, _nT], [64 | 0, 0]];
|
|
2545
|
+
export var ListAssociatedApprovalRuleTemplatesForRepositoryInput = [
|
|
2546
|
+
3,
|
|
2547
|
+
n0,
|
|
2548
|
+
_LAARTFRI,
|
|
2549
|
+
0,
|
|
2550
|
+
[_rN, _nT, _mR],
|
|
2551
|
+
[0, 0, 1],
|
|
2552
|
+
];
|
|
2553
|
+
export var ListAssociatedApprovalRuleTemplatesForRepositoryOutput = [
|
|
2554
|
+
3,
|
|
2555
|
+
n0,
|
|
2556
|
+
_LAARTFRO,
|
|
2557
|
+
0,
|
|
2558
|
+
[_aRTNp, _nT],
|
|
2559
|
+
[64 | 0, 0],
|
|
2560
|
+
];
|
|
2561
|
+
export var ListBranchesInput = [3, n0, _LBI, 0, [_rN, _nT], [0, 0]];
|
|
2562
|
+
export var ListBranchesOutput = [3, n0, _LBO, 0, [_bra, _nT], [64 | 0, 0]];
|
|
2563
|
+
export var ListFileCommitHistoryRequest = [
|
|
2564
|
+
3,
|
|
2565
|
+
n0,
|
|
2566
|
+
_LFCHR,
|
|
2567
|
+
0,
|
|
2568
|
+
[_rN, _cS, _fP, _mR, _nT],
|
|
2569
|
+
[0, 0, 0, 1, 0],
|
|
2570
|
+
];
|
|
2571
|
+
export var ListFileCommitHistoryResponse = [
|
|
2572
|
+
3,
|
|
2573
|
+
n0,
|
|
2574
|
+
_LFCHRi,
|
|
2575
|
+
0,
|
|
2576
|
+
[_rDe, _nT],
|
|
2577
|
+
[() => RevisionDag, 0],
|
|
2578
|
+
];
|
|
2579
|
+
export var ListPullRequestsInput = [
|
|
2580
|
+
3,
|
|
2581
|
+
n0,
|
|
2582
|
+
_LPRI,
|
|
2583
|
+
0,
|
|
2584
|
+
[_rN, _aA, _pRS, _nT, _mR],
|
|
2585
|
+
[0, 0, 0, 0, 1],
|
|
2586
|
+
];
|
|
2587
|
+
export var ListPullRequestsOutput = [3, n0, _LPRO, 0, [_pRIu, _nT], [64 | 0, 0]];
|
|
2588
|
+
export var ListRepositoriesForApprovalRuleTemplateInput = [
|
|
2589
|
+
3,
|
|
2590
|
+
n0,
|
|
2591
|
+
_LRFARTI,
|
|
2592
|
+
0,
|
|
2593
|
+
[_aRTN, _nT, _mR],
|
|
2594
|
+
[0, 0, 1],
|
|
2595
|
+
];
|
|
2596
|
+
export var ListRepositoriesForApprovalRuleTemplateOutput = [
|
|
2597
|
+
3,
|
|
2598
|
+
n0,
|
|
2599
|
+
_LRFARTO,
|
|
2600
|
+
0,
|
|
2601
|
+
[_rNe, _nT],
|
|
2602
|
+
[64 | 0, 0],
|
|
2603
|
+
];
|
|
2604
|
+
export var ListRepositoriesInput = [3, n0, _LRI, 0, [_nT, _sB, _or], [0, 0, 0]];
|
|
2605
|
+
export var ListRepositoriesOutput = [
|
|
2606
|
+
3,
|
|
2607
|
+
n0,
|
|
2608
|
+
_LRO,
|
|
2609
|
+
0,
|
|
2610
|
+
[_r, _nT],
|
|
2611
|
+
[() => RepositoryNameIdPairList, 0],
|
|
2612
|
+
];
|
|
2613
|
+
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA, _nT], [0, 0]];
|
|
2614
|
+
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_tag, _nT], [128 | 0, 0]];
|
|
2615
|
+
export var Location = [3, n0, _L, 0, [_fP, _fPil, _rFV], [0, 1, 0]];
|
|
2616
|
+
export var ManualMergeRequiredException = [
|
|
2617
|
+
-3,
|
|
2618
|
+
n0,
|
|
2619
|
+
_MMRE,
|
|
2620
|
+
{
|
|
2621
|
+
[_e]: _c,
|
|
2622
|
+
},
|
|
2623
|
+
[_m],
|
|
2624
|
+
[0],
|
|
2625
|
+
];
|
|
2626
|
+
TypeRegistry.for(n0).registerError(ManualMergeRequiredException, __ManualMergeRequiredException);
|
|
2627
|
+
export var MaximumBranchesExceededException = [
|
|
2628
|
+
-3,
|
|
2629
|
+
n0,
|
|
2630
|
+
_MBEE,
|
|
2631
|
+
{
|
|
2632
|
+
[_e]: _c,
|
|
2633
|
+
},
|
|
2634
|
+
[_m],
|
|
2635
|
+
[0],
|
|
2636
|
+
];
|
|
2637
|
+
TypeRegistry.for(n0).registerError(MaximumBranchesExceededException, __MaximumBranchesExceededException);
|
|
2638
|
+
export var MaximumConflictResolutionEntriesExceededException = [
|
|
2639
|
+
-3,
|
|
2640
|
+
n0,
|
|
2641
|
+
_MCREEE,
|
|
2642
|
+
{
|
|
2643
|
+
[_e]: _c,
|
|
2644
|
+
},
|
|
2645
|
+
[_m],
|
|
2646
|
+
[0],
|
|
2647
|
+
];
|
|
2648
|
+
TypeRegistry.for(n0).registerError(MaximumConflictResolutionEntriesExceededException, __MaximumConflictResolutionEntriesExceededException);
|
|
2649
|
+
export var MaximumFileContentToLoadExceededException = [
|
|
2650
|
+
-3,
|
|
2651
|
+
n0,
|
|
2652
|
+
_MFCTLEE,
|
|
2653
|
+
{
|
|
2654
|
+
[_e]: _c,
|
|
2655
|
+
},
|
|
2656
|
+
[_m],
|
|
2657
|
+
[0],
|
|
2658
|
+
];
|
|
2659
|
+
TypeRegistry.for(n0).registerError(MaximumFileContentToLoadExceededException, __MaximumFileContentToLoadExceededException);
|
|
2660
|
+
export var MaximumFileEntriesExceededException = [
|
|
2661
|
+
-3,
|
|
2662
|
+
n0,
|
|
2663
|
+
_MFEEE,
|
|
2664
|
+
{
|
|
2665
|
+
[_e]: _c,
|
|
2666
|
+
},
|
|
2667
|
+
[_m],
|
|
2668
|
+
[0],
|
|
2669
|
+
];
|
|
2670
|
+
TypeRegistry.for(n0).registerError(MaximumFileEntriesExceededException, __MaximumFileEntriesExceededException);
|
|
2671
|
+
export var MaximumItemsToCompareExceededException = [
|
|
2672
|
+
-3,
|
|
2673
|
+
n0,
|
|
2674
|
+
_MITCEE,
|
|
2675
|
+
{
|
|
2676
|
+
[_e]: _c,
|
|
2677
|
+
},
|
|
2678
|
+
[_m],
|
|
2679
|
+
[0],
|
|
2680
|
+
];
|
|
2681
|
+
TypeRegistry.for(n0).registerError(MaximumItemsToCompareExceededException, __MaximumItemsToCompareExceededException);
|
|
2682
|
+
export var MaximumNumberOfApprovalsExceededException = [
|
|
2683
|
+
-3,
|
|
2684
|
+
n0,
|
|
2685
|
+
_MNOAEE,
|
|
2686
|
+
{
|
|
2687
|
+
[_e]: _c,
|
|
2688
|
+
},
|
|
2689
|
+
[_m],
|
|
2690
|
+
[0],
|
|
2691
|
+
];
|
|
2692
|
+
TypeRegistry.for(n0).registerError(MaximumNumberOfApprovalsExceededException, __MaximumNumberOfApprovalsExceededException);
|
|
2693
|
+
export var MaximumOpenPullRequestsExceededException = [
|
|
2694
|
+
-3,
|
|
2695
|
+
n0,
|
|
2696
|
+
_MOPREE,
|
|
2697
|
+
{
|
|
2698
|
+
[_e]: _c,
|
|
2699
|
+
},
|
|
2700
|
+
[_m],
|
|
2701
|
+
[0],
|
|
2702
|
+
];
|
|
2703
|
+
TypeRegistry.for(n0).registerError(MaximumOpenPullRequestsExceededException, __MaximumOpenPullRequestsExceededException);
|
|
2704
|
+
export var MaximumRepositoryNamesExceededException = [
|
|
2705
|
+
-3,
|
|
2706
|
+
n0,
|
|
2707
|
+
_MRNEE,
|
|
2708
|
+
{
|
|
2709
|
+
[_e]: _c,
|
|
2710
|
+
},
|
|
2711
|
+
[_m],
|
|
2712
|
+
[0],
|
|
2713
|
+
];
|
|
2714
|
+
TypeRegistry.for(n0).registerError(MaximumRepositoryNamesExceededException, __MaximumRepositoryNamesExceededException);
|
|
2715
|
+
export var MaximumRepositoryTriggersExceededException = [
|
|
2716
|
+
-3,
|
|
2717
|
+
n0,
|
|
2718
|
+
_MRTEE,
|
|
2719
|
+
{
|
|
2720
|
+
[_e]: _c,
|
|
2721
|
+
},
|
|
2722
|
+
[_m],
|
|
2723
|
+
[0],
|
|
2724
|
+
];
|
|
2725
|
+
TypeRegistry.for(n0).registerError(MaximumRepositoryTriggersExceededException, __MaximumRepositoryTriggersExceededException);
|
|
2726
|
+
export var MaximumRuleTemplatesAssociatedWithRepositoryException = [
|
|
2727
|
+
-3,
|
|
2728
|
+
n0,
|
|
2729
|
+
_MRTAWRE,
|
|
2730
|
+
{
|
|
2731
|
+
[_e]: _c,
|
|
2732
|
+
},
|
|
2733
|
+
[_m],
|
|
2734
|
+
[0],
|
|
2735
|
+
];
|
|
2736
|
+
TypeRegistry.for(n0).registerError(MaximumRuleTemplatesAssociatedWithRepositoryException, __MaximumRuleTemplatesAssociatedWithRepositoryException);
|
|
2737
|
+
export var MergeBranchesByFastForwardInput = [
|
|
2738
|
+
3,
|
|
2739
|
+
n0,
|
|
2740
|
+
_MBBFFI,
|
|
2741
|
+
0,
|
|
2742
|
+
[_rN, _sCS, _dCS, _tB],
|
|
2743
|
+
[0, 0, 0, 0],
|
|
2744
|
+
];
|
|
2745
|
+
export var MergeBranchesByFastForwardOutput = [3, n0, _MBBFFO, 0, [_cI, _tI], [0, 0]];
|
|
2746
|
+
export var MergeBranchesBySquashInput = [
|
|
2747
|
+
3,
|
|
2748
|
+
n0,
|
|
2749
|
+
_MBBSI,
|
|
2750
|
+
0,
|
|
2751
|
+
[_rN, _sCS, _dCS, _tB, _cDL, _cRS, _aN, _em, _cMo, _kEF, _cRo],
|
|
2752
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
2753
|
+
];
|
|
2754
|
+
export var MergeBranchesBySquashOutput = [3, n0, _MBBSO, 0, [_cI, _tI], [0, 0]];
|
|
2755
|
+
export var MergeBranchesByThreeWayInput = [
|
|
2756
|
+
3,
|
|
2757
|
+
n0,
|
|
2758
|
+
_MBBTWI,
|
|
2759
|
+
0,
|
|
2760
|
+
[_rN, _sCS, _dCS, _tB, _cDL, _cRS, _aN, _em, _cMo, _kEF, _cRo],
|
|
2761
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
2762
|
+
];
|
|
2763
|
+
export var MergeBranchesByThreeWayOutput = [3, n0, _MBBTWO, 0, [_cI, _tI], [0, 0]];
|
|
2764
|
+
export var MergeHunk = [
|
|
2765
|
+
3,
|
|
2766
|
+
n0,
|
|
2767
|
+
_MH,
|
|
2768
|
+
0,
|
|
2769
|
+
[_iC, _so, _des, _b],
|
|
2770
|
+
[2, () => MergeHunkDetail, () => MergeHunkDetail, () => MergeHunkDetail],
|
|
2771
|
+
];
|
|
2772
|
+
export var MergeHunkDetail = [3, n0, _MHD, 0, [_sLt, _eL, _hC], [1, 1, 0]];
|
|
2773
|
+
export var MergeMetadata = [3, n0, _MM, 0, [_iM, _mB, _mCIe, _mO], [2, 0, 0, 0]];
|
|
2774
|
+
export var MergeOperations = [3, n0, _MO, 0, [_so, _des], [0, 0]];
|
|
2775
|
+
export var MergeOptionRequiredException = [
|
|
2776
|
+
-3,
|
|
2777
|
+
n0,
|
|
2778
|
+
_MORE,
|
|
2779
|
+
{
|
|
2780
|
+
[_e]: _c,
|
|
2781
|
+
},
|
|
2782
|
+
[_m],
|
|
2783
|
+
[0],
|
|
2784
|
+
];
|
|
2785
|
+
TypeRegistry.for(n0).registerError(MergeOptionRequiredException, __MergeOptionRequiredException);
|
|
2786
|
+
export var MergePullRequestByFastForwardInput = [
|
|
2787
|
+
3,
|
|
2788
|
+
n0,
|
|
2789
|
+
_MPRBFFI,
|
|
2790
|
+
0,
|
|
2791
|
+
[_pRI, _rN, _sCI],
|
|
2792
|
+
[0, 0, 0],
|
|
2793
|
+
];
|
|
2794
|
+
export var MergePullRequestByFastForwardOutput = [
|
|
2795
|
+
3,
|
|
2796
|
+
n0,
|
|
2797
|
+
_MPRBFFO,
|
|
2798
|
+
0,
|
|
2799
|
+
[_pR],
|
|
2800
|
+
[() => PullRequest],
|
|
2801
|
+
];
|
|
2802
|
+
export var MergePullRequestBySquashInput = [
|
|
2803
|
+
3,
|
|
2804
|
+
n0,
|
|
2805
|
+
_MPRBSI,
|
|
2806
|
+
0,
|
|
2807
|
+
[_pRI, _rN, _sCI, _cDL, _cRS, _cMo, _aN, _em, _kEF, _cRo],
|
|
2808
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
2809
|
+
];
|
|
2810
|
+
export var MergePullRequestBySquashOutput = [3, n0, _MPRBSO, 0, [_pR], [() => PullRequest]];
|
|
2811
|
+
export var MergePullRequestByThreeWayInput = [
|
|
2812
|
+
3,
|
|
2813
|
+
n0,
|
|
2814
|
+
_MPRBTWI,
|
|
2815
|
+
0,
|
|
2816
|
+
[_pRI, _rN, _sCI, _cDL, _cRS, _cMo, _aN, _em, _kEF, _cRo],
|
|
2817
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
2818
|
+
];
|
|
2819
|
+
export var MergePullRequestByThreeWayOutput = [3, n0, _MPRBTWO, 0, [_pR], [() => PullRequest]];
|
|
2820
|
+
export var MultipleConflictResolutionEntriesException = [
|
|
2821
|
+
-3,
|
|
2822
|
+
n0,
|
|
2823
|
+
_MCREE,
|
|
2824
|
+
{
|
|
2825
|
+
[_e]: _c,
|
|
2826
|
+
},
|
|
2827
|
+
[_m],
|
|
2828
|
+
[0],
|
|
2829
|
+
];
|
|
2830
|
+
TypeRegistry.for(n0).registerError(MultipleConflictResolutionEntriesException, __MultipleConflictResolutionEntriesException);
|
|
2831
|
+
export var MultipleRepositoriesInPullRequestException = [
|
|
2832
|
+
-3,
|
|
2833
|
+
n0,
|
|
2834
|
+
_MRIPRE,
|
|
2835
|
+
{
|
|
2836
|
+
[_e]: _c,
|
|
2837
|
+
},
|
|
2838
|
+
[_m],
|
|
2839
|
+
[0],
|
|
2840
|
+
];
|
|
2841
|
+
TypeRegistry.for(n0).registerError(MultipleRepositoriesInPullRequestException, __MultipleRepositoriesInPullRequestException);
|
|
2842
|
+
export var NameLengthExceededException = [
|
|
2843
|
+
-3,
|
|
2844
|
+
n0,
|
|
2845
|
+
_NLEE,
|
|
2846
|
+
{
|
|
2847
|
+
[_e]: _c,
|
|
2848
|
+
},
|
|
2849
|
+
[_m],
|
|
2850
|
+
[0],
|
|
2851
|
+
];
|
|
2852
|
+
TypeRegistry.for(n0).registerError(NameLengthExceededException, __NameLengthExceededException);
|
|
2853
|
+
export var NoChangeException = [
|
|
2854
|
+
-3,
|
|
2855
|
+
n0,
|
|
2856
|
+
_NCE,
|
|
2857
|
+
{
|
|
2858
|
+
[_e]: _c,
|
|
2859
|
+
},
|
|
2860
|
+
[_m],
|
|
2861
|
+
[0],
|
|
2862
|
+
];
|
|
2863
|
+
TypeRegistry.for(n0).registerError(NoChangeException, __NoChangeException);
|
|
2864
|
+
export var NumberOfRulesExceededException = [
|
|
2865
|
+
-3,
|
|
2866
|
+
n0,
|
|
2867
|
+
_NOREE,
|
|
2868
|
+
{
|
|
2869
|
+
[_e]: _c,
|
|
2870
|
+
},
|
|
2871
|
+
[_m],
|
|
2872
|
+
[0],
|
|
2873
|
+
];
|
|
2874
|
+
TypeRegistry.for(n0).registerError(NumberOfRulesExceededException, __NumberOfRulesExceededException);
|
|
2875
|
+
export var NumberOfRuleTemplatesExceededException = [
|
|
2876
|
+
-3,
|
|
2877
|
+
n0,
|
|
2878
|
+
_NORTEE,
|
|
2879
|
+
{
|
|
2880
|
+
[_e]: _c,
|
|
2881
|
+
},
|
|
2882
|
+
[_m],
|
|
2883
|
+
[0],
|
|
2884
|
+
];
|
|
2885
|
+
TypeRegistry.for(n0).registerError(NumberOfRuleTemplatesExceededException, __NumberOfRuleTemplatesExceededException);
|
|
2886
|
+
export var ObjectTypes = [3, n0, _OT, 0, [_so, _des, _b], [0, 0, 0]];
|
|
2887
|
+
export var OperationNotAllowedException = [
|
|
2888
|
+
-3,
|
|
2889
|
+
n0,
|
|
2890
|
+
_ONAE,
|
|
2891
|
+
{
|
|
2892
|
+
[_e]: _c,
|
|
2893
|
+
},
|
|
2894
|
+
[_m],
|
|
2895
|
+
[0],
|
|
2896
|
+
];
|
|
2897
|
+
TypeRegistry.for(n0).registerError(OperationNotAllowedException, __OperationNotAllowedException);
|
|
2898
|
+
export var OriginApprovalRuleTemplate = [3, n0, _OART, 0, [_aRTI, _aRTN], [0, 0]];
|
|
2899
|
+
export var OverrideAlreadySetException = [
|
|
2900
|
+
-3,
|
|
2901
|
+
n0,
|
|
2902
|
+
_OASE,
|
|
2903
|
+
{
|
|
2904
|
+
[_e]: _c,
|
|
2905
|
+
},
|
|
2906
|
+
[_m],
|
|
2907
|
+
[0],
|
|
2908
|
+
];
|
|
2909
|
+
TypeRegistry.for(n0).registerError(OverrideAlreadySetException, __OverrideAlreadySetException);
|
|
2910
|
+
export var OverridePullRequestApprovalRulesInput = [
|
|
2911
|
+
3,
|
|
2912
|
+
n0,
|
|
2913
|
+
_OPRARI,
|
|
2914
|
+
0,
|
|
2915
|
+
[_pRI, _rI, _oS],
|
|
2916
|
+
[0, 0, 0],
|
|
2917
|
+
];
|
|
2918
|
+
export var OverrideStatusRequiredException = [
|
|
2919
|
+
-3,
|
|
2920
|
+
n0,
|
|
2921
|
+
_OSRE,
|
|
2922
|
+
{
|
|
2923
|
+
[_e]: _c,
|
|
2924
|
+
},
|
|
2925
|
+
[_m],
|
|
2926
|
+
[0],
|
|
2927
|
+
];
|
|
2928
|
+
TypeRegistry.for(n0).registerError(OverrideStatusRequiredException, __OverrideStatusRequiredException);
|
|
2929
|
+
export var ParentCommitDoesNotExistException = [
|
|
2930
|
+
-3,
|
|
2931
|
+
n0,
|
|
2932
|
+
_PCDNEE,
|
|
2933
|
+
{
|
|
2934
|
+
[_e]: _c,
|
|
2935
|
+
},
|
|
2936
|
+
[_m],
|
|
2937
|
+
[0],
|
|
2938
|
+
];
|
|
2939
|
+
TypeRegistry.for(n0).registerError(ParentCommitDoesNotExistException, __ParentCommitDoesNotExistException);
|
|
2940
|
+
export var ParentCommitIdOutdatedException = [
|
|
2941
|
+
-3,
|
|
2942
|
+
n0,
|
|
2943
|
+
_PCIOE,
|
|
2944
|
+
{
|
|
2945
|
+
[_e]: _c,
|
|
2946
|
+
},
|
|
2947
|
+
[_m],
|
|
2948
|
+
[0],
|
|
2949
|
+
];
|
|
2950
|
+
TypeRegistry.for(n0).registerError(ParentCommitIdOutdatedException, __ParentCommitIdOutdatedException);
|
|
2951
|
+
export var ParentCommitIdRequiredException = [
|
|
2952
|
+
-3,
|
|
2953
|
+
n0,
|
|
2954
|
+
_PCIRE,
|
|
2955
|
+
{
|
|
2956
|
+
[_e]: _c,
|
|
2957
|
+
},
|
|
2958
|
+
[_m],
|
|
2959
|
+
[0],
|
|
2960
|
+
];
|
|
2961
|
+
TypeRegistry.for(n0).registerError(ParentCommitIdRequiredException, __ParentCommitIdRequiredException);
|
|
2962
|
+
export var PathDoesNotExistException = [
|
|
2963
|
+
-3,
|
|
2964
|
+
n0,
|
|
2965
|
+
_PDNEE,
|
|
2966
|
+
{
|
|
2967
|
+
[_e]: _c,
|
|
2968
|
+
},
|
|
2969
|
+
[_m],
|
|
2970
|
+
[0],
|
|
2971
|
+
];
|
|
2972
|
+
TypeRegistry.for(n0).registerError(PathDoesNotExistException, __PathDoesNotExistException);
|
|
2973
|
+
export var PathRequiredException = [
|
|
2974
|
+
-3,
|
|
2975
|
+
n0,
|
|
2976
|
+
_PRE,
|
|
2977
|
+
{
|
|
2978
|
+
[_e]: _c,
|
|
2979
|
+
},
|
|
2980
|
+
[_m],
|
|
2981
|
+
[0],
|
|
2982
|
+
];
|
|
2983
|
+
TypeRegistry.for(n0).registerError(PathRequiredException, __PathRequiredException);
|
|
2984
|
+
export var PostCommentForComparedCommitInput = [
|
|
2985
|
+
3,
|
|
2986
|
+
n0,
|
|
2987
|
+
_PCFCCI,
|
|
2988
|
+
0,
|
|
2989
|
+
[_rN, _bCIe, _aCI, _l, _con, _cRT],
|
|
2990
|
+
[0, 0, 0, () => Location, 0, [0, 4]],
|
|
2991
|
+
];
|
|
2992
|
+
export var PostCommentForComparedCommitOutput = [
|
|
2993
|
+
3,
|
|
2994
|
+
n0,
|
|
2995
|
+
_PCFCCO,
|
|
2996
|
+
0,
|
|
2997
|
+
[_rN, _bCIe, _aCI, _bBI, _aBI, _l, _comme],
|
|
2998
|
+
[0, 0, 0, 0, 0, () => Location, () => Comment],
|
|
2999
|
+
];
|
|
3000
|
+
export var PostCommentForPullRequestInput = [
|
|
3001
|
+
3,
|
|
3002
|
+
n0,
|
|
3003
|
+
_PCFPRI,
|
|
3004
|
+
0,
|
|
3005
|
+
[_pRI, _rN, _bCIe, _aCI, _l, _con, _cRT],
|
|
3006
|
+
[0, 0, 0, 0, () => Location, 0, [0, 4]],
|
|
3007
|
+
];
|
|
3008
|
+
export var PostCommentForPullRequestOutput = [
|
|
3009
|
+
3,
|
|
3010
|
+
n0,
|
|
3011
|
+
_PCFPRO,
|
|
3012
|
+
0,
|
|
3013
|
+
[_rN, _pRI, _bCIe, _aCI, _bBI, _aBI, _l, _comme],
|
|
3014
|
+
[0, 0, 0, 0, 0, 0, () => Location, () => Comment],
|
|
3015
|
+
];
|
|
3016
|
+
export var PostCommentReplyInput = [3, n0, _PCRI, 0, [_iRT, _cRT, _con], [0, [0, 4], 0]];
|
|
3017
|
+
export var PostCommentReplyOutput = [3, n0, _PCRO, 0, [_comme], [() => Comment]];
|
|
3018
|
+
export var PullRequest = [
|
|
3019
|
+
3,
|
|
3020
|
+
n0,
|
|
3021
|
+
_PR,
|
|
3022
|
+
0,
|
|
3023
|
+
[_pRI, _t, _de, _lAD, _cD, _pRS, _aA, _pRT, _cRT, _rI, _aRp],
|
|
3024
|
+
[0, 0, 0, 4, 4, 0, 0, () => PullRequestTargetList, 0, 0, () => ApprovalRulesList],
|
|
3025
|
+
];
|
|
3026
|
+
export var PullRequestAlreadyClosedException = [
|
|
3027
|
+
-3,
|
|
3028
|
+
n0,
|
|
3029
|
+
_PRACE,
|
|
3030
|
+
{
|
|
3031
|
+
[_e]: _c,
|
|
3032
|
+
},
|
|
3033
|
+
[_m],
|
|
3034
|
+
[0],
|
|
3035
|
+
];
|
|
3036
|
+
TypeRegistry.for(n0).registerError(PullRequestAlreadyClosedException, __PullRequestAlreadyClosedException);
|
|
3037
|
+
export var PullRequestApprovalRulesNotSatisfiedException = [
|
|
3038
|
+
-3,
|
|
3039
|
+
n0,
|
|
3040
|
+
_PRARNSE,
|
|
3041
|
+
{
|
|
3042
|
+
[_e]: _c,
|
|
3043
|
+
},
|
|
3044
|
+
[_m],
|
|
3045
|
+
[0],
|
|
3046
|
+
];
|
|
3047
|
+
TypeRegistry.for(n0).registerError(PullRequestApprovalRulesNotSatisfiedException, __PullRequestApprovalRulesNotSatisfiedException);
|
|
3048
|
+
export var PullRequestCannotBeApprovedByAuthorException = [
|
|
3049
|
+
-3,
|
|
3050
|
+
n0,
|
|
3051
|
+
_PRCBABAE,
|
|
3052
|
+
{
|
|
3053
|
+
[_e]: _c,
|
|
3054
|
+
},
|
|
3055
|
+
[_m],
|
|
3056
|
+
[0],
|
|
3057
|
+
];
|
|
3058
|
+
TypeRegistry.for(n0).registerError(PullRequestCannotBeApprovedByAuthorException, __PullRequestCannotBeApprovedByAuthorException);
|
|
3059
|
+
export var PullRequestCreatedEventMetadata = [
|
|
3060
|
+
3,
|
|
3061
|
+
n0,
|
|
3062
|
+
_PRCEM,
|
|
3063
|
+
0,
|
|
3064
|
+
[_rN, _sCI, _dCI, _mBe],
|
|
3065
|
+
[0, 0, 0, 0],
|
|
3066
|
+
];
|
|
3067
|
+
export var PullRequestDoesNotExistException = [
|
|
3068
|
+
-3,
|
|
3069
|
+
n0,
|
|
3070
|
+
_PRDNEE,
|
|
3071
|
+
{
|
|
3072
|
+
[_e]: _c,
|
|
3073
|
+
},
|
|
3074
|
+
[_m],
|
|
3075
|
+
[0],
|
|
3076
|
+
];
|
|
3077
|
+
TypeRegistry.for(n0).registerError(PullRequestDoesNotExistException, __PullRequestDoesNotExistException);
|
|
3078
|
+
export var PullRequestEvent = [
|
|
3079
|
+
3,
|
|
3080
|
+
n0,
|
|
3081
|
+
_PREu,
|
|
3082
|
+
0,
|
|
3083
|
+
[_pRI, _eD, _pRET, _aAc, _pRCEM, _pRSCEM, _pRSRUEM, _pRMSCEM, _aREM, _aSCEM, _aROEM],
|
|
3084
|
+
[
|
|
3085
|
+
0,
|
|
3086
|
+
4,
|
|
3087
|
+
0,
|
|
3088
|
+
0,
|
|
3089
|
+
() => PullRequestCreatedEventMetadata,
|
|
3090
|
+
() => PullRequestStatusChangedEventMetadata,
|
|
3091
|
+
() => PullRequestSourceReferenceUpdatedEventMetadata,
|
|
3092
|
+
() => PullRequestMergedStateChangedEventMetadata,
|
|
3093
|
+
() => ApprovalRuleEventMetadata,
|
|
3094
|
+
() => ApprovalStateChangedEventMetadata,
|
|
3095
|
+
() => ApprovalRuleOverriddenEventMetadata,
|
|
3096
|
+
],
|
|
3097
|
+
];
|
|
3098
|
+
export var PullRequestIdRequiredException = [
|
|
3099
|
+
-3,
|
|
3100
|
+
n0,
|
|
3101
|
+
_PRIRE,
|
|
3102
|
+
{
|
|
3103
|
+
[_e]: _c,
|
|
3104
|
+
},
|
|
3105
|
+
[_m],
|
|
3106
|
+
[0],
|
|
3107
|
+
];
|
|
3108
|
+
TypeRegistry.for(n0).registerError(PullRequestIdRequiredException, __PullRequestIdRequiredException);
|
|
3109
|
+
export var PullRequestMergedStateChangedEventMetadata = [
|
|
3110
|
+
3,
|
|
3111
|
+
n0,
|
|
3112
|
+
_PRMSCEM,
|
|
3113
|
+
0,
|
|
3114
|
+
[_rN, _dR, _mM],
|
|
3115
|
+
[0, 0, () => MergeMetadata],
|
|
3116
|
+
];
|
|
3117
|
+
export var PullRequestSourceReferenceUpdatedEventMetadata = [
|
|
3118
|
+
3,
|
|
3119
|
+
n0,
|
|
3120
|
+
_PRSRUEM,
|
|
3121
|
+
0,
|
|
3122
|
+
[_rN, _bCIe, _aCI, _mBe],
|
|
3123
|
+
[0, 0, 0, 0],
|
|
3124
|
+
];
|
|
3125
|
+
export var PullRequestStatusChangedEventMetadata = [3, n0, _PRSCEM, 0, [_pRS], [0]];
|
|
3126
|
+
export var PullRequestStatusRequiredException = [
|
|
3127
|
+
-3,
|
|
3128
|
+
n0,
|
|
3129
|
+
_PRSRE,
|
|
3130
|
+
{
|
|
3131
|
+
[_e]: _c,
|
|
3132
|
+
},
|
|
3133
|
+
[_m],
|
|
3134
|
+
[0],
|
|
3135
|
+
];
|
|
3136
|
+
TypeRegistry.for(n0).registerError(PullRequestStatusRequiredException, __PullRequestStatusRequiredException);
|
|
3137
|
+
export var PullRequestTarget = [
|
|
3138
|
+
3,
|
|
3139
|
+
n0,
|
|
3140
|
+
_PRT,
|
|
3141
|
+
0,
|
|
3142
|
+
[_rN, _sR, _dR, _dC, _sC, _mBe, _mM],
|
|
3143
|
+
[0, 0, 0, 0, 0, 0, () => MergeMetadata],
|
|
3144
|
+
];
|
|
3145
|
+
export var PutCommentReactionInput = [3, n0, _PCRIu, 0, [_cIom, _rV], [0, 0]];
|
|
3146
|
+
export var PutFileEntry = [
|
|
3147
|
+
3,
|
|
3148
|
+
n0,
|
|
3149
|
+
_PFE,
|
|
3150
|
+
0,
|
|
3151
|
+
[_fP, _fMi, _fC, _sFo],
|
|
3152
|
+
[0, 0, 21, () => SourceFileSpecifier],
|
|
3153
|
+
];
|
|
3154
|
+
export var PutFileEntryConflictException = [
|
|
3155
|
+
-3,
|
|
3156
|
+
n0,
|
|
3157
|
+
_PFECE,
|
|
3158
|
+
{
|
|
3159
|
+
[_e]: _c,
|
|
3160
|
+
},
|
|
3161
|
+
[_m],
|
|
3162
|
+
[0],
|
|
3163
|
+
];
|
|
3164
|
+
TypeRegistry.for(n0).registerError(PutFileEntryConflictException, __PutFileEntryConflictException);
|
|
3165
|
+
export var PutFileInput = [
|
|
3166
|
+
3,
|
|
3167
|
+
n0,
|
|
3168
|
+
_PFI,
|
|
3169
|
+
0,
|
|
3170
|
+
[_rN, _bN, _fC, _fP, _fMi, _pCI, _cMo, _n, _em],
|
|
3171
|
+
[0, 0, 21, 0, 0, 0, 0, 0, 0],
|
|
3172
|
+
];
|
|
3173
|
+
export var PutFileOutput = [3, n0, _PFO, 0, [_cI, _bI, _tI], [0, 0, 0]];
|
|
3174
|
+
export var PutRepositoryTriggersInput = [
|
|
3175
|
+
3,
|
|
3176
|
+
n0,
|
|
3177
|
+
_PRTI,
|
|
3178
|
+
0,
|
|
3179
|
+
[_rN, _tr],
|
|
3180
|
+
[0, () => RepositoryTriggersList],
|
|
3181
|
+
];
|
|
3182
|
+
export var PutRepositoryTriggersOutput = [3, n0, _PRTO, 0, [_cIon], [0]];
|
|
3183
|
+
export var ReactionForComment = [
|
|
3184
|
+
3,
|
|
3185
|
+
n0,
|
|
3186
|
+
_RFC,
|
|
3187
|
+
0,
|
|
3188
|
+
[_re, _rU, _rFDUC],
|
|
3189
|
+
[() => ReactionValueFormats, 64 | 0, 1],
|
|
3190
|
+
];
|
|
3191
|
+
export var ReactionLimitExceededException = [
|
|
3192
|
+
-3,
|
|
3193
|
+
n0,
|
|
3194
|
+
_RLEE,
|
|
3195
|
+
{
|
|
3196
|
+
[_e]: _c,
|
|
3197
|
+
},
|
|
3198
|
+
[_m],
|
|
3199
|
+
[0],
|
|
3200
|
+
];
|
|
3201
|
+
TypeRegistry.for(n0).registerError(ReactionLimitExceededException, __ReactionLimitExceededException);
|
|
3202
|
+
export var ReactionValueFormats = [3, n0, _RVF, 0, [_emo, _sCh, _u], [0, 0, 0]];
|
|
3203
|
+
export var ReactionValueRequiredException = [
|
|
3204
|
+
-3,
|
|
3205
|
+
n0,
|
|
3206
|
+
_RVRE,
|
|
3207
|
+
{
|
|
3208
|
+
[_e]: _c,
|
|
3209
|
+
},
|
|
3210
|
+
[_m],
|
|
3211
|
+
[0],
|
|
3212
|
+
];
|
|
3213
|
+
TypeRegistry.for(n0).registerError(ReactionValueRequiredException, __ReactionValueRequiredException);
|
|
3214
|
+
export var ReferenceDoesNotExistException = [
|
|
3215
|
+
-3,
|
|
3216
|
+
n0,
|
|
3217
|
+
_RDNEE,
|
|
3218
|
+
{
|
|
3219
|
+
[_e]: _c,
|
|
3220
|
+
},
|
|
3221
|
+
[_m],
|
|
3222
|
+
[0],
|
|
3223
|
+
];
|
|
3224
|
+
TypeRegistry.for(n0).registerError(ReferenceDoesNotExistException, __ReferenceDoesNotExistException);
|
|
3225
|
+
export var ReferenceNameRequiredException = [
|
|
3226
|
+
-3,
|
|
3227
|
+
n0,
|
|
3228
|
+
_RNRE,
|
|
3229
|
+
{
|
|
3230
|
+
[_e]: _c,
|
|
3231
|
+
},
|
|
3232
|
+
[_m],
|
|
3233
|
+
[0],
|
|
3234
|
+
];
|
|
3235
|
+
TypeRegistry.for(n0).registerError(ReferenceNameRequiredException, __ReferenceNameRequiredException);
|
|
3236
|
+
export var ReferenceTypeNotSupportedException = [
|
|
3237
|
+
-3,
|
|
3238
|
+
n0,
|
|
3239
|
+
_RTNSE,
|
|
3240
|
+
{
|
|
3241
|
+
[_e]: _c,
|
|
3242
|
+
},
|
|
3243
|
+
[_m],
|
|
3244
|
+
[0],
|
|
3245
|
+
];
|
|
3246
|
+
TypeRegistry.for(n0).registerError(ReferenceTypeNotSupportedException, __ReferenceTypeNotSupportedException);
|
|
3247
|
+
export var ReplaceContentEntry = [3, n0, _RCE, 0, [_fP, _rT, _con, _fMi], [0, 0, 21, 0]];
|
|
3248
|
+
export var ReplacementContentRequiredException = [
|
|
3249
|
+
-3,
|
|
3250
|
+
n0,
|
|
3251
|
+
_RCRE,
|
|
3252
|
+
{
|
|
3253
|
+
[_e]: _c,
|
|
3254
|
+
},
|
|
3255
|
+
[_m],
|
|
3256
|
+
[0],
|
|
3257
|
+
];
|
|
3258
|
+
TypeRegistry.for(n0).registerError(ReplacementContentRequiredException, __ReplacementContentRequiredException);
|
|
3259
|
+
export var ReplacementTypeRequiredException = [
|
|
3260
|
+
-3,
|
|
3261
|
+
n0,
|
|
3262
|
+
_RTRE,
|
|
3263
|
+
{
|
|
3264
|
+
[_e]: _c,
|
|
3265
|
+
},
|
|
3266
|
+
[_m],
|
|
3267
|
+
[0],
|
|
3268
|
+
];
|
|
3269
|
+
TypeRegistry.for(n0).registerError(ReplacementTypeRequiredException, __ReplacementTypeRequiredException);
|
|
3270
|
+
export var RepositoryDoesNotExistException = [
|
|
3271
|
+
-3,
|
|
3272
|
+
n0,
|
|
3273
|
+
_RDNEEe,
|
|
3274
|
+
{
|
|
3275
|
+
[_e]: _c,
|
|
3276
|
+
},
|
|
3277
|
+
[_m],
|
|
3278
|
+
[0],
|
|
3279
|
+
];
|
|
3280
|
+
TypeRegistry.for(n0).registerError(RepositoryDoesNotExistException, __RepositoryDoesNotExistException);
|
|
3281
|
+
export var RepositoryLimitExceededException = [
|
|
3282
|
+
-3,
|
|
3283
|
+
n0,
|
|
3284
|
+
_RLEEe,
|
|
3285
|
+
{
|
|
3286
|
+
[_e]: _c,
|
|
3287
|
+
},
|
|
3288
|
+
[_m],
|
|
3289
|
+
[0],
|
|
3290
|
+
];
|
|
3291
|
+
TypeRegistry.for(n0).registerError(RepositoryLimitExceededException, __RepositoryLimitExceededException);
|
|
3292
|
+
export var RepositoryMetadata = [
|
|
3293
|
+
3,
|
|
3294
|
+
n0,
|
|
3295
|
+
_RM,
|
|
3296
|
+
0,
|
|
3297
|
+
[_aI, _rIe, _rN, _rD, _dBe, _lMD, _cD, _cUH, _cUS, _Ar, _kKI],
|
|
3298
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0],
|
|
3299
|
+
];
|
|
3300
|
+
export var RepositoryNameExistsException = [
|
|
3301
|
+
-3,
|
|
3302
|
+
n0,
|
|
3303
|
+
_RNEE,
|
|
3304
|
+
{
|
|
3305
|
+
[_e]: _c,
|
|
3306
|
+
},
|
|
3307
|
+
[_m],
|
|
3308
|
+
[0],
|
|
3309
|
+
];
|
|
3310
|
+
TypeRegistry.for(n0).registerError(RepositoryNameExistsException, __RepositoryNameExistsException);
|
|
3311
|
+
export var RepositoryNameIdPair = [3, n0, _RNIP, 0, [_rN, _rIe], [0, 0]];
|
|
3312
|
+
export var RepositoryNameRequiredException = [
|
|
3313
|
+
-3,
|
|
3314
|
+
n0,
|
|
3315
|
+
_RNREe,
|
|
3316
|
+
{
|
|
3317
|
+
[_e]: _c,
|
|
3318
|
+
},
|
|
3319
|
+
[_m],
|
|
3320
|
+
[0],
|
|
3321
|
+
];
|
|
3322
|
+
TypeRegistry.for(n0).registerError(RepositoryNameRequiredException, __RepositoryNameRequiredException);
|
|
3323
|
+
export var RepositoryNamesRequiredException = [
|
|
3324
|
+
-3,
|
|
3325
|
+
n0,
|
|
3326
|
+
_RNREep,
|
|
3327
|
+
{
|
|
3328
|
+
[_e]: _c,
|
|
3329
|
+
},
|
|
3330
|
+
[_m],
|
|
3331
|
+
[0],
|
|
3332
|
+
];
|
|
3333
|
+
TypeRegistry.for(n0).registerError(RepositoryNamesRequiredException, __RepositoryNamesRequiredException);
|
|
3334
|
+
export var RepositoryNotAssociatedWithPullRequestException = [
|
|
3335
|
+
-3,
|
|
3336
|
+
n0,
|
|
3337
|
+
_RNAWPRE,
|
|
3338
|
+
{
|
|
3339
|
+
[_e]: _c,
|
|
3340
|
+
},
|
|
3341
|
+
[_m],
|
|
3342
|
+
[0],
|
|
3343
|
+
];
|
|
3344
|
+
TypeRegistry.for(n0).registerError(RepositoryNotAssociatedWithPullRequestException, __RepositoryNotAssociatedWithPullRequestException);
|
|
3345
|
+
export var RepositoryTrigger = [
|
|
3346
|
+
3,
|
|
3347
|
+
n0,
|
|
3348
|
+
_RT,
|
|
3349
|
+
0,
|
|
3350
|
+
[_n, _dA, _cDu, _bra, _eve],
|
|
3351
|
+
[0, 0, 0, 64 | 0, 64 | 0],
|
|
3352
|
+
];
|
|
3353
|
+
export var RepositoryTriggerBranchNameListRequiredException = [
|
|
3354
|
+
-3,
|
|
3355
|
+
n0,
|
|
3356
|
+
_RTBNLRE,
|
|
3357
|
+
{
|
|
3358
|
+
[_e]: _c,
|
|
3359
|
+
},
|
|
3360
|
+
[_m],
|
|
3361
|
+
[0],
|
|
3362
|
+
];
|
|
3363
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerBranchNameListRequiredException, __RepositoryTriggerBranchNameListRequiredException);
|
|
3364
|
+
export var RepositoryTriggerDestinationArnRequiredException = [
|
|
3365
|
+
-3,
|
|
3366
|
+
n0,
|
|
3367
|
+
_RTDARE,
|
|
3368
|
+
{
|
|
3369
|
+
[_e]: _c,
|
|
3370
|
+
},
|
|
3371
|
+
[_m],
|
|
3372
|
+
[0],
|
|
3373
|
+
];
|
|
3374
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerDestinationArnRequiredException, __RepositoryTriggerDestinationArnRequiredException);
|
|
3375
|
+
export var RepositoryTriggerEventsListRequiredException = [
|
|
3376
|
+
-3,
|
|
3377
|
+
n0,
|
|
3378
|
+
_RTELRE,
|
|
3379
|
+
{
|
|
3380
|
+
[_e]: _c,
|
|
3381
|
+
},
|
|
3382
|
+
[_m],
|
|
3383
|
+
[0],
|
|
3384
|
+
];
|
|
3385
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerEventsListRequiredException, __RepositoryTriggerEventsListRequiredException);
|
|
3386
|
+
export var RepositoryTriggerExecutionFailure = [3, n0, _RTEF, 0, [_tri, _fMa], [0, 0]];
|
|
3387
|
+
export var RepositoryTriggerNameRequiredException = [
|
|
3388
|
+
-3,
|
|
3389
|
+
n0,
|
|
3390
|
+
_RTNRE,
|
|
3391
|
+
{
|
|
3392
|
+
[_e]: _c,
|
|
3393
|
+
},
|
|
3394
|
+
[_m],
|
|
3395
|
+
[0],
|
|
3396
|
+
];
|
|
3397
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerNameRequiredException, __RepositoryTriggerNameRequiredException);
|
|
3398
|
+
export var RepositoryTriggersListRequiredException = [
|
|
3399
|
+
-3,
|
|
3400
|
+
n0,
|
|
3401
|
+
_RTLRE,
|
|
3402
|
+
{
|
|
3403
|
+
[_e]: _c,
|
|
3404
|
+
},
|
|
3405
|
+
[_m],
|
|
3406
|
+
[0],
|
|
3407
|
+
];
|
|
3408
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggersListRequiredException, __RepositoryTriggersListRequiredException);
|
|
3409
|
+
export var ResourceArnRequiredException = [
|
|
3410
|
+
-3,
|
|
3411
|
+
n0,
|
|
3412
|
+
_RARE,
|
|
3413
|
+
{
|
|
3414
|
+
[_e]: _c,
|
|
3415
|
+
},
|
|
3416
|
+
[_m],
|
|
3417
|
+
[0],
|
|
3418
|
+
];
|
|
3419
|
+
TypeRegistry.for(n0).registerError(ResourceArnRequiredException, __ResourceArnRequiredException);
|
|
3420
|
+
export var RestrictedSourceFileException = [
|
|
3421
|
+
-3,
|
|
3422
|
+
n0,
|
|
3423
|
+
_RSFE,
|
|
3424
|
+
{
|
|
3425
|
+
[_e]: _c,
|
|
3426
|
+
},
|
|
3427
|
+
[_m],
|
|
3428
|
+
[0],
|
|
3429
|
+
];
|
|
3430
|
+
TypeRegistry.for(n0).registerError(RestrictedSourceFileException, __RestrictedSourceFileException);
|
|
3431
|
+
export var RevisionIdRequiredException = [
|
|
3432
|
+
-3,
|
|
3433
|
+
n0,
|
|
3434
|
+
_RIRE,
|
|
3435
|
+
{
|
|
3436
|
+
[_e]: _c,
|
|
3437
|
+
},
|
|
3438
|
+
[_m],
|
|
3439
|
+
[0],
|
|
3440
|
+
];
|
|
3441
|
+
TypeRegistry.for(n0).registerError(RevisionIdRequiredException, __RevisionIdRequiredException);
|
|
3442
|
+
export var RevisionNotCurrentException = [
|
|
3443
|
+
-3,
|
|
3444
|
+
n0,
|
|
3445
|
+
_RNCE,
|
|
3446
|
+
{
|
|
3447
|
+
[_e]: _c,
|
|
3448
|
+
},
|
|
3449
|
+
[_m],
|
|
3450
|
+
[0],
|
|
3451
|
+
];
|
|
3452
|
+
TypeRegistry.for(n0).registerError(RevisionNotCurrentException, __RevisionNotCurrentException);
|
|
3453
|
+
export var SameFileContentException = [
|
|
3454
|
+
-3,
|
|
3455
|
+
n0,
|
|
3456
|
+
_SFCE,
|
|
3457
|
+
{
|
|
3458
|
+
[_e]: _c,
|
|
3459
|
+
},
|
|
3460
|
+
[_m],
|
|
3461
|
+
[0],
|
|
3462
|
+
];
|
|
3463
|
+
TypeRegistry.for(n0).registerError(SameFileContentException, __SameFileContentException);
|
|
3464
|
+
export var SamePathRequestException = [
|
|
3465
|
+
-3,
|
|
3466
|
+
n0,
|
|
3467
|
+
_SPRE,
|
|
3468
|
+
{
|
|
3469
|
+
[_e]: _c,
|
|
3470
|
+
},
|
|
3471
|
+
[_m],
|
|
3472
|
+
[0],
|
|
3473
|
+
];
|
|
3474
|
+
TypeRegistry.for(n0).registerError(SamePathRequestException, __SamePathRequestException);
|
|
3475
|
+
export var SetFileModeEntry = [3, n0, _SFME, 0, [_fP, _fMi], [0, 0]];
|
|
3476
|
+
export var SourceAndDestinationAreSameException = [
|
|
3477
|
+
-3,
|
|
3478
|
+
n0,
|
|
3479
|
+
_SADASE,
|
|
3480
|
+
{
|
|
3481
|
+
[_e]: _c,
|
|
3482
|
+
},
|
|
3483
|
+
[_m],
|
|
3484
|
+
[0],
|
|
3485
|
+
];
|
|
3486
|
+
TypeRegistry.for(n0).registerError(SourceAndDestinationAreSameException, __SourceAndDestinationAreSameException);
|
|
3487
|
+
export var SourceFileOrContentRequiredException = [
|
|
3488
|
+
-3,
|
|
3489
|
+
n0,
|
|
3490
|
+
_SFOCRE,
|
|
3491
|
+
{
|
|
3492
|
+
[_e]: _c,
|
|
3493
|
+
},
|
|
3494
|
+
[_m],
|
|
3495
|
+
[0],
|
|
3496
|
+
];
|
|
3497
|
+
TypeRegistry.for(n0).registerError(SourceFileOrContentRequiredException, __SourceFileOrContentRequiredException);
|
|
3498
|
+
export var SourceFileSpecifier = [3, n0, _SFS, 0, [_fP, _iMs], [0, 2]];
|
|
3499
|
+
export var SubModule = [3, n0, _SM, 0, [_cI, _aP, _rP], [0, 0, 0]];
|
|
3500
|
+
export var SymbolicLink = [3, n0, _SL, 0, [_bI, _aP, _rP, _fMi], [0, 0, 0, 0]];
|
|
3501
|
+
export var TagKeysListRequiredException = [
|
|
3502
|
+
-3,
|
|
3503
|
+
n0,
|
|
3504
|
+
_TKLRE,
|
|
3505
|
+
{
|
|
3506
|
+
[_e]: _c,
|
|
3507
|
+
},
|
|
3508
|
+
[_m],
|
|
3509
|
+
[0],
|
|
3510
|
+
];
|
|
3511
|
+
TypeRegistry.for(n0).registerError(TagKeysListRequiredException, __TagKeysListRequiredException);
|
|
3512
|
+
export var TagPolicyException = [
|
|
3513
|
+
-3,
|
|
3514
|
+
n0,
|
|
3515
|
+
_TPE,
|
|
3516
|
+
{
|
|
3517
|
+
[_e]: _c,
|
|
3518
|
+
},
|
|
3519
|
+
[_m],
|
|
3520
|
+
[0],
|
|
3521
|
+
];
|
|
3522
|
+
TypeRegistry.for(n0).registerError(TagPolicyException, __TagPolicyException);
|
|
3523
|
+
export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _tag], [0, 128 | 0]];
|
|
3524
|
+
export var TagsMapRequiredException = [
|
|
3525
|
+
-3,
|
|
3526
|
+
n0,
|
|
3527
|
+
_TMRE,
|
|
3528
|
+
{
|
|
3529
|
+
[_e]: _c,
|
|
3530
|
+
},
|
|
3531
|
+
[_m],
|
|
3532
|
+
[0],
|
|
3533
|
+
];
|
|
3534
|
+
TypeRegistry.for(n0).registerError(TagsMapRequiredException, __TagsMapRequiredException);
|
|
3535
|
+
export var Target = [3, n0, _T, 0, [_rN, _sR, _dR], [0, 0, 0]];
|
|
3536
|
+
export var TargetRequiredException = [
|
|
3537
|
+
-3,
|
|
3538
|
+
n0,
|
|
3539
|
+
_TRE,
|
|
3540
|
+
{
|
|
3541
|
+
[_e]: _c,
|
|
3542
|
+
},
|
|
3543
|
+
[_m],
|
|
3544
|
+
[0],
|
|
3545
|
+
];
|
|
3546
|
+
TypeRegistry.for(n0).registerError(TargetRequiredException, __TargetRequiredException);
|
|
3547
|
+
export var TargetsRequiredException = [
|
|
3548
|
+
-3,
|
|
3549
|
+
n0,
|
|
3550
|
+
_TREa,
|
|
3551
|
+
{
|
|
3552
|
+
[_e]: _c,
|
|
3553
|
+
},
|
|
3554
|
+
[_m],
|
|
3555
|
+
[0],
|
|
3556
|
+
];
|
|
3557
|
+
TypeRegistry.for(n0).registerError(TargetsRequiredException, __TargetsRequiredException);
|
|
3558
|
+
export var TestRepositoryTriggersInput = [
|
|
3559
|
+
3,
|
|
3560
|
+
n0,
|
|
3561
|
+
_TRTI,
|
|
3562
|
+
0,
|
|
3563
|
+
[_rN, _tr],
|
|
3564
|
+
[0, () => RepositoryTriggersList],
|
|
3565
|
+
];
|
|
3566
|
+
export var TestRepositoryTriggersOutput = [
|
|
3567
|
+
3,
|
|
3568
|
+
n0,
|
|
3569
|
+
_TRTO,
|
|
3570
|
+
0,
|
|
3571
|
+
[_sE, _fE],
|
|
3572
|
+
[64 | 0, () => RepositoryTriggerExecutionFailureList],
|
|
3573
|
+
];
|
|
3574
|
+
export var TipOfSourceReferenceIsDifferentException = [
|
|
3575
|
+
-3,
|
|
3576
|
+
n0,
|
|
3577
|
+
_TOSRIDE,
|
|
3578
|
+
{
|
|
3579
|
+
[_e]: _c,
|
|
3580
|
+
},
|
|
3581
|
+
[_m],
|
|
3582
|
+
[0],
|
|
3583
|
+
];
|
|
3584
|
+
TypeRegistry.for(n0).registerError(TipOfSourceReferenceIsDifferentException, __TipOfSourceReferenceIsDifferentException);
|
|
3585
|
+
export var TipsDivergenceExceededException = [
|
|
3586
|
+
-3,
|
|
3587
|
+
n0,
|
|
3588
|
+
_TDEE,
|
|
3589
|
+
{
|
|
3590
|
+
[_e]: _c,
|
|
3591
|
+
},
|
|
3592
|
+
[_m],
|
|
3593
|
+
[0],
|
|
3594
|
+
];
|
|
3595
|
+
TypeRegistry.for(n0).registerError(TipsDivergenceExceededException, __TipsDivergenceExceededException);
|
|
3596
|
+
export var TitleRequiredException = [
|
|
3597
|
+
-3,
|
|
3598
|
+
n0,
|
|
3599
|
+
_TREi,
|
|
3600
|
+
{
|
|
3601
|
+
[_e]: _c,
|
|
3602
|
+
},
|
|
3603
|
+
[_m],
|
|
3604
|
+
[0],
|
|
3605
|
+
];
|
|
3606
|
+
TypeRegistry.for(n0).registerError(TitleRequiredException, __TitleRequiredException);
|
|
3607
|
+
export var TooManyTagsException = [
|
|
3608
|
+
-3,
|
|
3609
|
+
n0,
|
|
3610
|
+
_TMTE,
|
|
3611
|
+
{
|
|
3612
|
+
[_e]: _c,
|
|
3613
|
+
},
|
|
3614
|
+
[_m],
|
|
3615
|
+
[0],
|
|
3616
|
+
];
|
|
3617
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
3618
|
+
export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
3619
|
+
export var UpdateApprovalRuleTemplateContentInput = [
|
|
3620
|
+
3,
|
|
3621
|
+
n0,
|
|
3622
|
+
_UARTCI,
|
|
3623
|
+
0,
|
|
3624
|
+
[_aRTN, _nRC, _eRCS],
|
|
3625
|
+
[0, 0, 0],
|
|
3626
|
+
];
|
|
3627
|
+
export var UpdateApprovalRuleTemplateContentOutput = [
|
|
3628
|
+
3,
|
|
3629
|
+
n0,
|
|
3630
|
+
_UARTCO,
|
|
3631
|
+
0,
|
|
3632
|
+
[_aRT],
|
|
3633
|
+
[() => ApprovalRuleTemplate],
|
|
3634
|
+
];
|
|
3635
|
+
export var UpdateApprovalRuleTemplateDescriptionInput = [
|
|
3636
|
+
3,
|
|
3637
|
+
n0,
|
|
3638
|
+
_UARTDI,
|
|
3639
|
+
0,
|
|
3640
|
+
[_aRTN, _aRTD],
|
|
3641
|
+
[0, 0],
|
|
3642
|
+
];
|
|
3643
|
+
export var UpdateApprovalRuleTemplateDescriptionOutput = [
|
|
3644
|
+
3,
|
|
3645
|
+
n0,
|
|
3646
|
+
_UARTDO,
|
|
3647
|
+
0,
|
|
3648
|
+
[_aRT],
|
|
3649
|
+
[() => ApprovalRuleTemplate],
|
|
3650
|
+
];
|
|
3651
|
+
export var UpdateApprovalRuleTemplateNameInput = [3, n0, _UARTNI, 0, [_oARTN, _nARTN], [0, 0]];
|
|
3652
|
+
export var UpdateApprovalRuleTemplateNameOutput = [
|
|
3653
|
+
3,
|
|
3654
|
+
n0,
|
|
3655
|
+
_UARTNO,
|
|
3656
|
+
0,
|
|
3657
|
+
[_aRT],
|
|
3658
|
+
[() => ApprovalRuleTemplate],
|
|
3659
|
+
];
|
|
3660
|
+
export var UpdateCommentInput = [3, n0, _UCI, 0, [_cIom, _con], [0, 0]];
|
|
3661
|
+
export var UpdateCommentOutput = [3, n0, _UCO, 0, [_comme], [() => Comment]];
|
|
3662
|
+
export var UpdateDefaultBranchInput = [3, n0, _UDBI, 0, [_rN, _dBN], [0, 0]];
|
|
3663
|
+
export var UpdatePullRequestApprovalRuleContentInput = [
|
|
3664
|
+
3,
|
|
3665
|
+
n0,
|
|
3666
|
+
_UPRARCI,
|
|
3667
|
+
0,
|
|
3668
|
+
[_pRI, _aRN, _eRCS, _nRC],
|
|
3669
|
+
[0, 0, 0, 0],
|
|
3670
|
+
];
|
|
3671
|
+
export var UpdatePullRequestApprovalRuleContentOutput = [
|
|
3672
|
+
3,
|
|
3673
|
+
n0,
|
|
3674
|
+
_UPRARCO,
|
|
3675
|
+
0,
|
|
3676
|
+
[_aR],
|
|
3677
|
+
[() => ApprovalRule],
|
|
3678
|
+
];
|
|
3679
|
+
export var UpdatePullRequestApprovalStateInput = [
|
|
3680
|
+
3,
|
|
3681
|
+
n0,
|
|
3682
|
+
_UPRASI,
|
|
3683
|
+
0,
|
|
3684
|
+
[_pRI, _rI, _aS],
|
|
3685
|
+
[0, 0, 0],
|
|
3686
|
+
];
|
|
3687
|
+
export var UpdatePullRequestDescriptionInput = [3, n0, _UPRDI, 0, [_pRI, _de], [0, 0]];
|
|
3688
|
+
export var UpdatePullRequestDescriptionOutput = [3, n0, _UPRDO, 0, [_pR], [() => PullRequest]];
|
|
3689
|
+
export var UpdatePullRequestStatusInput = [3, n0, _UPRSI, 0, [_pRI, _pRS], [0, 0]];
|
|
3690
|
+
export var UpdatePullRequestStatusOutput = [3, n0, _UPRSO, 0, [_pR], [() => PullRequest]];
|
|
3691
|
+
export var UpdatePullRequestTitleInput = [3, n0, _UPRTI, 0, [_pRI, _t], [0, 0]];
|
|
3692
|
+
export var UpdatePullRequestTitleOutput = [3, n0, _UPRTO, 0, [_pR], [() => PullRequest]];
|
|
3693
|
+
export var UpdateRepositoryDescriptionInput = [3, n0, _URDI, 0, [_rN, _rD], [0, 0]];
|
|
3694
|
+
export var UpdateRepositoryEncryptionKeyInput = [3, n0, _UREKI, 0, [_rN, _kKI], [0, 0]];
|
|
3695
|
+
export var UpdateRepositoryEncryptionKeyOutput = [
|
|
3696
|
+
3,
|
|
3697
|
+
n0,
|
|
3698
|
+
_UREKO,
|
|
3699
|
+
0,
|
|
3700
|
+
[_rIe, _kKI, _oKKI],
|
|
3701
|
+
[0, 0, 0],
|
|
3702
|
+
];
|
|
3703
|
+
export var UpdateRepositoryNameInput = [3, n0, _URNI, 0, [_oN, _nN], [0, 0]];
|
|
3704
|
+
export var UserInfo = [3, n0, _UI, 0, [_n, _em, _da], [0, 0, 0]];
|
|
3705
|
+
export var __Unit = "unit";
|
|
3706
|
+
export var CodeCommitServiceException = [-3, _sm, "CodeCommitServiceException", 0, [], []];
|
|
3707
|
+
TypeRegistry.for(_sm).registerError(CodeCommitServiceException, __CodeCommitServiceException);
|
|
3708
|
+
export var ApprovalList = [1, n0, _AL, 0, () => Approval];
|
|
3709
|
+
export var ApprovalRulesList = [1, n0, _ARL, 0, () => ApprovalRule];
|
|
3710
|
+
export var ApprovalRulesNotSatisfiedList = 64 | 0;
|
|
3711
|
+
export var ApprovalRulesSatisfiedList = 64 | 0;
|
|
3712
|
+
export var ApprovalRuleTemplateNameList = 64 | 0;
|
|
3713
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList = [
|
|
3714
|
+
1,
|
|
3715
|
+
n0,
|
|
3716
|
+
_BAARTWREL,
|
|
3717
|
+
0,
|
|
3718
|
+
() => BatchAssociateApprovalRuleTemplateWithRepositoriesError,
|
|
3719
|
+
];
|
|
3720
|
+
export var BatchDescribeMergeConflictsErrors = [
|
|
3721
|
+
1,
|
|
3722
|
+
n0,
|
|
3723
|
+
_BDMCEa,
|
|
3724
|
+
0,
|
|
3725
|
+
() => BatchDescribeMergeConflictsError,
|
|
3726
|
+
];
|
|
3727
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList = [
|
|
3728
|
+
1,
|
|
3729
|
+
n0,
|
|
3730
|
+
_BDARTFREL,
|
|
3731
|
+
0,
|
|
3732
|
+
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesError,
|
|
3733
|
+
];
|
|
3734
|
+
export var BatchGetCommitsErrorsList = [1, n0, _BGCEL, 0, () => BatchGetCommitsError];
|
|
3735
|
+
export var BatchGetRepositoriesErrorsList = [1, n0, _BGREL, 0, () => BatchGetRepositoriesError];
|
|
3736
|
+
export var BranchNameList = 64 | 0;
|
|
3737
|
+
export var CallerReactions = 64 | 0;
|
|
3738
|
+
export var Comments = [1, n0, _Com, 0, () => Comment];
|
|
3739
|
+
export var CommentsForComparedCommitData = [1, n0, _CFCCD, 0, () => CommentsForComparedCommit];
|
|
3740
|
+
export var CommentsForPullRequestData = [1, n0, _CFPRD, 0, () => CommentsForPullRequest];
|
|
3741
|
+
export var CommitIdsInputList = 64 | 0;
|
|
3742
|
+
export var CommitObjectsList = [1, n0, _COL, 0, () => Commit];
|
|
3743
|
+
export var ConflictMetadataList = [1, n0, _CML, 0, () => ConflictMetadata];
|
|
3744
|
+
export var Conflicts = [1, n0, _Conf, 0, () => Conflict];
|
|
3745
|
+
export var DeleteFileEntries = [1, n0, _DFEe, 0, () => DeleteFileEntry];
|
|
3746
|
+
export var DifferenceList = [1, n0, _DL, 0, () => Difference];
|
|
3747
|
+
export var FileList = [1, n0, _FL, 0, () => File];
|
|
3748
|
+
export var FilePaths = 64 | 0;
|
|
3749
|
+
export var FilesMetadata = [1, n0, _FMil, 0, () => FileMetadata];
|
|
3750
|
+
export var FolderList = [1, n0, _FLo, 0, () => Folder];
|
|
3751
|
+
export var MergeHunks = [1, n0, _MHe, 0, () => MergeHunk];
|
|
3752
|
+
export var MergeOptions = 64 | 0;
|
|
3753
|
+
export var ParentList = 64 | 0;
|
|
3754
|
+
export var PullRequestEventList = [1, n0, _PREL, 0, () => PullRequestEvent];
|
|
3755
|
+
export var PullRequestIdList = 64 | 0;
|
|
3756
|
+
export var PullRequestTargetList = [1, n0, _PRTL, 0, () => PullRequestTarget];
|
|
3757
|
+
export var PutFileEntries = [1, n0, _PFEu, 0, () => PutFileEntry];
|
|
3758
|
+
export var ReactionsForCommentList = [1, n0, _RFCL, 0, () => ReactionForComment];
|
|
3759
|
+
export var ReactionUsersList = 64 | 0;
|
|
3760
|
+
export var ReplaceContentEntries = [1, n0, _RCEe, 0, () => ReplaceContentEntry];
|
|
3761
|
+
export var RepositoryMetadataList = [1, n0, _RML, 0, () => RepositoryMetadata];
|
|
3762
|
+
export var RepositoryNameIdPairList = [1, n0, _RNIPL, 0, () => RepositoryNameIdPair];
|
|
3763
|
+
export var RepositoryNameList = 64 | 0;
|
|
3764
|
+
export var RepositoryNotFoundList = 64 | 0;
|
|
3765
|
+
export var RepositoryTriggerEventList = 64 | 0;
|
|
3766
|
+
export var RepositoryTriggerExecutionFailureList = [
|
|
3767
|
+
1,
|
|
3768
|
+
n0,
|
|
3769
|
+
_RTEFL,
|
|
3770
|
+
0,
|
|
3771
|
+
() => RepositoryTriggerExecutionFailure,
|
|
3772
|
+
];
|
|
3773
|
+
export var RepositoryTriggerNameList = 64 | 0;
|
|
3774
|
+
export var RepositoryTriggersList = [1, n0, _RTL, 0, () => RepositoryTrigger];
|
|
3775
|
+
export var RevisionChildren = 64 | 0;
|
|
3776
|
+
export var RevisionDag = [1, n0, _RD, 0, () => FileVersion];
|
|
3777
|
+
export var SetFileModeEntries = [1, n0, _SFMEe, 0, () => SetFileModeEntry];
|
|
3778
|
+
export var SubModuleList = [1, n0, _SML, 0, () => SubModule];
|
|
3779
|
+
export var SymbolicLinkList = [1, n0, _SLL, 0, () => SymbolicLink];
|
|
3780
|
+
export var TagKeysList = 64 | 0;
|
|
3781
|
+
export var TargetList = [1, n0, _TL, 0, () => Target];
|
|
3782
|
+
export var ReactionCountsMap = 128 | 1;
|
|
3783
|
+
export var TagsMap = 128 | 0;
|
|
3784
|
+
export var AssociateApprovalRuleTemplateWithRepository = [
|
|
3785
|
+
9,
|
|
3786
|
+
n0,
|
|
3787
|
+
_AARTWR,
|
|
3788
|
+
0,
|
|
3789
|
+
() => AssociateApprovalRuleTemplateWithRepositoryInput,
|
|
3790
|
+
() => __Unit,
|
|
3791
|
+
];
|
|
3792
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositories = [
|
|
3793
|
+
9,
|
|
3794
|
+
n0,
|
|
3795
|
+
_BAARTWR,
|
|
3796
|
+
0,
|
|
3797
|
+
() => BatchAssociateApprovalRuleTemplateWithRepositoriesInput,
|
|
3798
|
+
() => BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
|
|
3799
|
+
];
|
|
3800
|
+
export var BatchDescribeMergeConflicts = [
|
|
3801
|
+
9,
|
|
3802
|
+
n0,
|
|
3803
|
+
_BDMC,
|
|
3804
|
+
0,
|
|
3805
|
+
() => BatchDescribeMergeConflictsInput,
|
|
3806
|
+
() => BatchDescribeMergeConflictsOutput,
|
|
3807
|
+
];
|
|
3808
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositories = [
|
|
3809
|
+
9,
|
|
3810
|
+
n0,
|
|
3811
|
+
_BDARTFR,
|
|
3812
|
+
0,
|
|
3813
|
+
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesInput,
|
|
3814
|
+
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
|
|
3815
|
+
];
|
|
3816
|
+
export var BatchGetCommits = [
|
|
3817
|
+
9,
|
|
3818
|
+
n0,
|
|
3819
|
+
_BGC,
|
|
3820
|
+
0,
|
|
3821
|
+
() => BatchGetCommitsInput,
|
|
3822
|
+
() => BatchGetCommitsOutput,
|
|
3823
|
+
];
|
|
3824
|
+
export var BatchGetRepositories = [
|
|
3825
|
+
9,
|
|
3826
|
+
n0,
|
|
3827
|
+
_BGR,
|
|
3828
|
+
0,
|
|
3829
|
+
() => BatchGetRepositoriesInput,
|
|
3830
|
+
() => BatchGetRepositoriesOutput,
|
|
3831
|
+
];
|
|
3832
|
+
export var CreateApprovalRuleTemplate = [
|
|
3833
|
+
9,
|
|
3834
|
+
n0,
|
|
3835
|
+
_CART,
|
|
3836
|
+
0,
|
|
3837
|
+
() => CreateApprovalRuleTemplateInput,
|
|
3838
|
+
() => CreateApprovalRuleTemplateOutput,
|
|
3839
|
+
];
|
|
3840
|
+
export var CreateBranch = [9, n0, _CB, 0, () => CreateBranchInput, () => __Unit];
|
|
3841
|
+
export var CreateCommit = [9, n0, _CC, 0, () => CreateCommitInput, () => CreateCommitOutput];
|
|
3842
|
+
export var CreatePullRequest = [
|
|
3843
|
+
9,
|
|
3844
|
+
n0,
|
|
3845
|
+
_CPR,
|
|
3846
|
+
0,
|
|
3847
|
+
() => CreatePullRequestInput,
|
|
3848
|
+
() => CreatePullRequestOutput,
|
|
3849
|
+
];
|
|
3850
|
+
export var CreatePullRequestApprovalRule = [
|
|
3851
|
+
9,
|
|
3852
|
+
n0,
|
|
3853
|
+
_CPRAR,
|
|
3854
|
+
0,
|
|
3855
|
+
() => CreatePullRequestApprovalRuleInput,
|
|
3856
|
+
() => CreatePullRequestApprovalRuleOutput,
|
|
3857
|
+
];
|
|
3858
|
+
export var CreateRepository = [
|
|
3859
|
+
9,
|
|
3860
|
+
n0,
|
|
3861
|
+
_CRr,
|
|
3862
|
+
0,
|
|
3863
|
+
() => CreateRepositoryInput,
|
|
3864
|
+
() => CreateRepositoryOutput,
|
|
3865
|
+
];
|
|
3866
|
+
export var CreateUnreferencedMergeCommit = [
|
|
3867
|
+
9,
|
|
3868
|
+
n0,
|
|
3869
|
+
_CUMC,
|
|
3870
|
+
0,
|
|
3871
|
+
() => CreateUnreferencedMergeCommitInput,
|
|
3872
|
+
() => CreateUnreferencedMergeCommitOutput,
|
|
3873
|
+
];
|
|
3874
|
+
export var DeleteApprovalRuleTemplate = [
|
|
3875
|
+
9,
|
|
3876
|
+
n0,
|
|
3877
|
+
_DART,
|
|
3878
|
+
0,
|
|
3879
|
+
() => DeleteApprovalRuleTemplateInput,
|
|
3880
|
+
() => DeleteApprovalRuleTemplateOutput,
|
|
3881
|
+
];
|
|
3882
|
+
export var DeleteBranch = [9, n0, _DB, 0, () => DeleteBranchInput, () => DeleteBranchOutput];
|
|
3883
|
+
export var DeleteCommentContent = [
|
|
3884
|
+
9,
|
|
3885
|
+
n0,
|
|
3886
|
+
_DCC,
|
|
3887
|
+
0,
|
|
3888
|
+
() => DeleteCommentContentInput,
|
|
3889
|
+
() => DeleteCommentContentOutput,
|
|
3890
|
+
];
|
|
3891
|
+
export var DeleteFile = [9, n0, _DF, 0, () => DeleteFileInput, () => DeleteFileOutput];
|
|
3892
|
+
export var DeletePullRequestApprovalRule = [
|
|
3893
|
+
9,
|
|
3894
|
+
n0,
|
|
3895
|
+
_DPRAR,
|
|
3896
|
+
0,
|
|
3897
|
+
() => DeletePullRequestApprovalRuleInput,
|
|
3898
|
+
() => DeletePullRequestApprovalRuleOutput,
|
|
3899
|
+
];
|
|
3900
|
+
export var DeleteRepository = [
|
|
3901
|
+
9,
|
|
3902
|
+
n0,
|
|
3903
|
+
_DR,
|
|
3904
|
+
0,
|
|
3905
|
+
() => DeleteRepositoryInput,
|
|
3906
|
+
() => DeleteRepositoryOutput,
|
|
3907
|
+
];
|
|
3908
|
+
export var DescribeMergeConflicts = [
|
|
3909
|
+
9,
|
|
3910
|
+
n0,
|
|
3911
|
+
_DMC,
|
|
3912
|
+
0,
|
|
3913
|
+
() => DescribeMergeConflictsInput,
|
|
3914
|
+
() => DescribeMergeConflictsOutput,
|
|
3915
|
+
];
|
|
3916
|
+
export var DescribePullRequestEvents = [
|
|
3917
|
+
9,
|
|
3918
|
+
n0,
|
|
3919
|
+
_DPRE,
|
|
3920
|
+
0,
|
|
3921
|
+
() => DescribePullRequestEventsInput,
|
|
3922
|
+
() => DescribePullRequestEventsOutput,
|
|
3923
|
+
];
|
|
3924
|
+
export var DisassociateApprovalRuleTemplateFromRepository = [
|
|
3925
|
+
9,
|
|
3926
|
+
n0,
|
|
3927
|
+
_DARTFR,
|
|
3928
|
+
0,
|
|
3929
|
+
() => DisassociateApprovalRuleTemplateFromRepositoryInput,
|
|
3930
|
+
() => __Unit,
|
|
3931
|
+
];
|
|
3932
|
+
export var EvaluatePullRequestApprovalRules = [
|
|
3933
|
+
9,
|
|
3934
|
+
n0,
|
|
3935
|
+
_EPRAR,
|
|
3936
|
+
0,
|
|
3937
|
+
() => EvaluatePullRequestApprovalRulesInput,
|
|
3938
|
+
() => EvaluatePullRequestApprovalRulesOutput,
|
|
3939
|
+
];
|
|
3940
|
+
export var GetApprovalRuleTemplate = [
|
|
3941
|
+
9,
|
|
3942
|
+
n0,
|
|
3943
|
+
_GART,
|
|
3944
|
+
0,
|
|
3945
|
+
() => GetApprovalRuleTemplateInput,
|
|
3946
|
+
() => GetApprovalRuleTemplateOutput,
|
|
3947
|
+
];
|
|
3948
|
+
export var GetBlob = [9, n0, _GB, 0, () => GetBlobInput, () => GetBlobOutput];
|
|
3949
|
+
export var GetBranch = [9, n0, _GBe, 0, () => GetBranchInput, () => GetBranchOutput];
|
|
3950
|
+
export var GetComment = [9, n0, _GC, 0, () => GetCommentInput, () => GetCommentOutput];
|
|
3951
|
+
export var GetCommentReactions = [
|
|
3952
|
+
9,
|
|
3953
|
+
n0,
|
|
3954
|
+
_GCR,
|
|
3955
|
+
0,
|
|
3956
|
+
() => GetCommentReactionsInput,
|
|
3957
|
+
() => GetCommentReactionsOutput,
|
|
3958
|
+
];
|
|
3959
|
+
export var GetCommentsForComparedCommit = [
|
|
3960
|
+
9,
|
|
3961
|
+
n0,
|
|
3962
|
+
_GCFCC,
|
|
3963
|
+
0,
|
|
3964
|
+
() => GetCommentsForComparedCommitInput,
|
|
3965
|
+
() => GetCommentsForComparedCommitOutput,
|
|
3966
|
+
];
|
|
3967
|
+
export var GetCommentsForPullRequest = [
|
|
3968
|
+
9,
|
|
3969
|
+
n0,
|
|
3970
|
+
_GCFPR,
|
|
3971
|
+
0,
|
|
3972
|
+
() => GetCommentsForPullRequestInput,
|
|
3973
|
+
() => GetCommentsForPullRequestOutput,
|
|
3974
|
+
];
|
|
3975
|
+
export var GetCommit = [9, n0, _GCe, 0, () => GetCommitInput, () => GetCommitOutput];
|
|
3976
|
+
export var GetDifferences = [
|
|
3977
|
+
9,
|
|
3978
|
+
n0,
|
|
3979
|
+
_GD,
|
|
3980
|
+
0,
|
|
3981
|
+
() => GetDifferencesInput,
|
|
3982
|
+
() => GetDifferencesOutput,
|
|
3983
|
+
];
|
|
3984
|
+
export var GetFile = [9, n0, _GF, 0, () => GetFileInput, () => GetFileOutput];
|
|
3985
|
+
export var GetFolder = [9, n0, _GFe, 0, () => GetFolderInput, () => GetFolderOutput];
|
|
3986
|
+
export var GetMergeCommit = [
|
|
3987
|
+
9,
|
|
3988
|
+
n0,
|
|
3989
|
+
_GMC,
|
|
3990
|
+
0,
|
|
3991
|
+
() => GetMergeCommitInput,
|
|
3992
|
+
() => GetMergeCommitOutput,
|
|
3993
|
+
];
|
|
3994
|
+
export var GetMergeConflicts = [
|
|
3995
|
+
9,
|
|
3996
|
+
n0,
|
|
3997
|
+
_GMCe,
|
|
3998
|
+
0,
|
|
3999
|
+
() => GetMergeConflictsInput,
|
|
4000
|
+
() => GetMergeConflictsOutput,
|
|
4001
|
+
];
|
|
4002
|
+
export var GetMergeOptions = [
|
|
4003
|
+
9,
|
|
4004
|
+
n0,
|
|
4005
|
+
_GMO,
|
|
4006
|
+
0,
|
|
4007
|
+
() => GetMergeOptionsInput,
|
|
4008
|
+
() => GetMergeOptionsOutput,
|
|
4009
|
+
];
|
|
4010
|
+
export var GetPullRequest = [
|
|
4011
|
+
9,
|
|
4012
|
+
n0,
|
|
4013
|
+
_GPR,
|
|
4014
|
+
0,
|
|
4015
|
+
() => GetPullRequestInput,
|
|
4016
|
+
() => GetPullRequestOutput,
|
|
4017
|
+
];
|
|
4018
|
+
export var GetPullRequestApprovalStates = [
|
|
4019
|
+
9,
|
|
4020
|
+
n0,
|
|
4021
|
+
_GPRAS,
|
|
4022
|
+
0,
|
|
4023
|
+
() => GetPullRequestApprovalStatesInput,
|
|
4024
|
+
() => GetPullRequestApprovalStatesOutput,
|
|
4025
|
+
];
|
|
4026
|
+
export var GetPullRequestOverrideState = [
|
|
4027
|
+
9,
|
|
4028
|
+
n0,
|
|
4029
|
+
_GPROS,
|
|
4030
|
+
0,
|
|
4031
|
+
() => GetPullRequestOverrideStateInput,
|
|
4032
|
+
() => GetPullRequestOverrideStateOutput,
|
|
4033
|
+
];
|
|
4034
|
+
export var GetRepository = [9, n0, _GR, 0, () => GetRepositoryInput, () => GetRepositoryOutput];
|
|
4035
|
+
export var GetRepositoryTriggers = [
|
|
4036
|
+
9,
|
|
4037
|
+
n0,
|
|
4038
|
+
_GRT,
|
|
4039
|
+
0,
|
|
4040
|
+
() => GetRepositoryTriggersInput,
|
|
4041
|
+
() => GetRepositoryTriggersOutput,
|
|
4042
|
+
];
|
|
4043
|
+
export var ListApprovalRuleTemplates = [
|
|
4044
|
+
9,
|
|
4045
|
+
n0,
|
|
4046
|
+
_LART,
|
|
4047
|
+
0,
|
|
4048
|
+
() => ListApprovalRuleTemplatesInput,
|
|
4049
|
+
() => ListApprovalRuleTemplatesOutput,
|
|
4050
|
+
];
|
|
4051
|
+
export var ListAssociatedApprovalRuleTemplatesForRepository = [
|
|
4052
|
+
9,
|
|
4053
|
+
n0,
|
|
4054
|
+
_LAARTFR,
|
|
4055
|
+
0,
|
|
4056
|
+
() => ListAssociatedApprovalRuleTemplatesForRepositoryInput,
|
|
4057
|
+
() => ListAssociatedApprovalRuleTemplatesForRepositoryOutput,
|
|
4058
|
+
];
|
|
4059
|
+
export var ListBranches = [9, n0, _LB, 0, () => ListBranchesInput, () => ListBranchesOutput];
|
|
4060
|
+
export var ListFileCommitHistory = [
|
|
4061
|
+
9,
|
|
4062
|
+
n0,
|
|
4063
|
+
_LFCH,
|
|
4064
|
+
0,
|
|
4065
|
+
() => ListFileCommitHistoryRequest,
|
|
4066
|
+
() => ListFileCommitHistoryResponse,
|
|
4067
|
+
];
|
|
4068
|
+
export var ListPullRequests = [
|
|
4069
|
+
9,
|
|
4070
|
+
n0,
|
|
4071
|
+
_LPR,
|
|
4072
|
+
0,
|
|
4073
|
+
() => ListPullRequestsInput,
|
|
4074
|
+
() => ListPullRequestsOutput,
|
|
4075
|
+
];
|
|
4076
|
+
export var ListRepositories = [
|
|
4077
|
+
9,
|
|
4078
|
+
n0,
|
|
4079
|
+
_LR,
|
|
4080
|
+
0,
|
|
4081
|
+
() => ListRepositoriesInput,
|
|
4082
|
+
() => ListRepositoriesOutput,
|
|
4083
|
+
];
|
|
4084
|
+
export var ListRepositoriesForApprovalRuleTemplate = [
|
|
4085
|
+
9,
|
|
4086
|
+
n0,
|
|
4087
|
+
_LRFART,
|
|
4088
|
+
0,
|
|
4089
|
+
() => ListRepositoriesForApprovalRuleTemplateInput,
|
|
4090
|
+
() => ListRepositoriesForApprovalRuleTemplateOutput,
|
|
4091
|
+
];
|
|
4092
|
+
export var ListTagsForResource = [
|
|
4093
|
+
9,
|
|
4094
|
+
n0,
|
|
4095
|
+
_LTFR,
|
|
4096
|
+
0,
|
|
4097
|
+
() => ListTagsForResourceInput,
|
|
4098
|
+
() => ListTagsForResourceOutput,
|
|
4099
|
+
];
|
|
4100
|
+
export var MergeBranchesByFastForward = [
|
|
4101
|
+
9,
|
|
4102
|
+
n0,
|
|
4103
|
+
_MBBFF,
|
|
4104
|
+
0,
|
|
4105
|
+
() => MergeBranchesByFastForwardInput,
|
|
4106
|
+
() => MergeBranchesByFastForwardOutput,
|
|
4107
|
+
];
|
|
4108
|
+
export var MergeBranchesBySquash = [
|
|
4109
|
+
9,
|
|
4110
|
+
n0,
|
|
4111
|
+
_MBBS,
|
|
4112
|
+
0,
|
|
4113
|
+
() => MergeBranchesBySquashInput,
|
|
4114
|
+
() => MergeBranchesBySquashOutput,
|
|
4115
|
+
];
|
|
4116
|
+
export var MergeBranchesByThreeWay = [
|
|
4117
|
+
9,
|
|
4118
|
+
n0,
|
|
4119
|
+
_MBBTW,
|
|
4120
|
+
0,
|
|
4121
|
+
() => MergeBranchesByThreeWayInput,
|
|
4122
|
+
() => MergeBranchesByThreeWayOutput,
|
|
4123
|
+
];
|
|
4124
|
+
export var MergePullRequestByFastForward = [
|
|
4125
|
+
9,
|
|
4126
|
+
n0,
|
|
4127
|
+
_MPRBFF,
|
|
4128
|
+
0,
|
|
4129
|
+
() => MergePullRequestByFastForwardInput,
|
|
4130
|
+
() => MergePullRequestByFastForwardOutput,
|
|
4131
|
+
];
|
|
4132
|
+
export var MergePullRequestBySquash = [
|
|
4133
|
+
9,
|
|
4134
|
+
n0,
|
|
4135
|
+
_MPRBS,
|
|
4136
|
+
0,
|
|
4137
|
+
() => MergePullRequestBySquashInput,
|
|
4138
|
+
() => MergePullRequestBySquashOutput,
|
|
4139
|
+
];
|
|
4140
|
+
export var MergePullRequestByThreeWay = [
|
|
4141
|
+
9,
|
|
4142
|
+
n0,
|
|
4143
|
+
_MPRBTW,
|
|
4144
|
+
0,
|
|
4145
|
+
() => MergePullRequestByThreeWayInput,
|
|
4146
|
+
() => MergePullRequestByThreeWayOutput,
|
|
4147
|
+
];
|
|
4148
|
+
export var OverridePullRequestApprovalRules = [
|
|
4149
|
+
9,
|
|
4150
|
+
n0,
|
|
4151
|
+
_OPRAR,
|
|
4152
|
+
0,
|
|
4153
|
+
() => OverridePullRequestApprovalRulesInput,
|
|
4154
|
+
() => __Unit,
|
|
4155
|
+
];
|
|
4156
|
+
export var PostCommentForComparedCommit = [
|
|
4157
|
+
9,
|
|
4158
|
+
n0,
|
|
4159
|
+
_PCFCC,
|
|
4160
|
+
2,
|
|
4161
|
+
() => PostCommentForComparedCommitInput,
|
|
4162
|
+
() => PostCommentForComparedCommitOutput,
|
|
4163
|
+
];
|
|
4164
|
+
export var PostCommentForPullRequest = [
|
|
4165
|
+
9,
|
|
4166
|
+
n0,
|
|
4167
|
+
_PCFPR,
|
|
4168
|
+
2,
|
|
4169
|
+
() => PostCommentForPullRequestInput,
|
|
4170
|
+
() => PostCommentForPullRequestOutput,
|
|
4171
|
+
];
|
|
4172
|
+
export var PostCommentReply = [
|
|
4173
|
+
9,
|
|
4174
|
+
n0,
|
|
4175
|
+
_PCR,
|
|
4176
|
+
2,
|
|
4177
|
+
() => PostCommentReplyInput,
|
|
4178
|
+
() => PostCommentReplyOutput,
|
|
4179
|
+
];
|
|
4180
|
+
export var PutCommentReaction = [9, n0, _PCRu, 0, () => PutCommentReactionInput, () => __Unit];
|
|
4181
|
+
export var PutFile = [9, n0, _PF, 0, () => PutFileInput, () => PutFileOutput];
|
|
4182
|
+
export var PutRepositoryTriggers = [
|
|
4183
|
+
9,
|
|
4184
|
+
n0,
|
|
4185
|
+
_PRTu,
|
|
4186
|
+
0,
|
|
4187
|
+
() => PutRepositoryTriggersInput,
|
|
4188
|
+
() => PutRepositoryTriggersOutput,
|
|
4189
|
+
];
|
|
4190
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => __Unit];
|
|
4191
|
+
export var TestRepositoryTriggers = [
|
|
4192
|
+
9,
|
|
4193
|
+
n0,
|
|
4194
|
+
_TRT,
|
|
4195
|
+
0,
|
|
4196
|
+
() => TestRepositoryTriggersInput,
|
|
4197
|
+
() => TestRepositoryTriggersOutput,
|
|
4198
|
+
];
|
|
4199
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];
|
|
4200
|
+
export var UpdateApprovalRuleTemplateContent = [
|
|
4201
|
+
9,
|
|
4202
|
+
n0,
|
|
4203
|
+
_UARTC,
|
|
4204
|
+
0,
|
|
4205
|
+
() => UpdateApprovalRuleTemplateContentInput,
|
|
4206
|
+
() => UpdateApprovalRuleTemplateContentOutput,
|
|
4207
|
+
];
|
|
4208
|
+
export var UpdateApprovalRuleTemplateDescription = [
|
|
4209
|
+
9,
|
|
4210
|
+
n0,
|
|
4211
|
+
_UARTD,
|
|
4212
|
+
0,
|
|
4213
|
+
() => UpdateApprovalRuleTemplateDescriptionInput,
|
|
4214
|
+
() => UpdateApprovalRuleTemplateDescriptionOutput,
|
|
4215
|
+
];
|
|
4216
|
+
export var UpdateApprovalRuleTemplateName = [
|
|
4217
|
+
9,
|
|
4218
|
+
n0,
|
|
4219
|
+
_UARTN,
|
|
4220
|
+
0,
|
|
4221
|
+
() => UpdateApprovalRuleTemplateNameInput,
|
|
4222
|
+
() => UpdateApprovalRuleTemplateNameOutput,
|
|
4223
|
+
];
|
|
4224
|
+
export var UpdateComment = [9, n0, _UC, 0, () => UpdateCommentInput, () => UpdateCommentOutput];
|
|
4225
|
+
export var UpdateDefaultBranch = [9, n0, _UDB, 0, () => UpdateDefaultBranchInput, () => __Unit];
|
|
4226
|
+
export var UpdatePullRequestApprovalRuleContent = [
|
|
4227
|
+
9,
|
|
4228
|
+
n0,
|
|
4229
|
+
_UPRARC,
|
|
4230
|
+
0,
|
|
4231
|
+
() => UpdatePullRequestApprovalRuleContentInput,
|
|
4232
|
+
() => UpdatePullRequestApprovalRuleContentOutput,
|
|
4233
|
+
];
|
|
4234
|
+
export var UpdatePullRequestApprovalState = [
|
|
4235
|
+
9,
|
|
4236
|
+
n0,
|
|
4237
|
+
_UPRAS,
|
|
4238
|
+
0,
|
|
4239
|
+
() => UpdatePullRequestApprovalStateInput,
|
|
4240
|
+
() => __Unit,
|
|
4241
|
+
];
|
|
4242
|
+
export var UpdatePullRequestDescription = [
|
|
4243
|
+
9,
|
|
4244
|
+
n0,
|
|
4245
|
+
_UPRD,
|
|
4246
|
+
0,
|
|
4247
|
+
() => UpdatePullRequestDescriptionInput,
|
|
4248
|
+
() => UpdatePullRequestDescriptionOutput,
|
|
4249
|
+
];
|
|
4250
|
+
export var UpdatePullRequestStatus = [
|
|
4251
|
+
9,
|
|
4252
|
+
n0,
|
|
4253
|
+
_UPRS,
|
|
4254
|
+
0,
|
|
4255
|
+
() => UpdatePullRequestStatusInput,
|
|
4256
|
+
() => UpdatePullRequestStatusOutput,
|
|
4257
|
+
];
|
|
4258
|
+
export var UpdatePullRequestTitle = [
|
|
4259
|
+
9,
|
|
4260
|
+
n0,
|
|
4261
|
+
_UPRT,
|
|
4262
|
+
0,
|
|
4263
|
+
() => UpdatePullRequestTitleInput,
|
|
4264
|
+
() => UpdatePullRequestTitleOutput,
|
|
4265
|
+
];
|
|
4266
|
+
export var UpdateRepositoryDescription = [
|
|
4267
|
+
9,
|
|
4268
|
+
n0,
|
|
4269
|
+
_URD,
|
|
4270
|
+
0,
|
|
4271
|
+
() => UpdateRepositoryDescriptionInput,
|
|
4272
|
+
() => __Unit,
|
|
4273
|
+
];
|
|
4274
|
+
export var UpdateRepositoryEncryptionKey = [
|
|
4275
|
+
9,
|
|
4276
|
+
n0,
|
|
4277
|
+
_UREK,
|
|
4278
|
+
0,
|
|
4279
|
+
() => UpdateRepositoryEncryptionKeyInput,
|
|
4280
|
+
() => UpdateRepositoryEncryptionKeyOutput,
|
|
4281
|
+
];
|
|
4282
|
+
export var UpdateRepositoryName = [
|
|
4283
|
+
9,
|
|
4284
|
+
n0,
|
|
4285
|
+
_URN,
|
|
4286
|
+
0,
|
|
4287
|
+
() => UpdateRepositoryNameInput,
|
|
4288
|
+
() => __Unit,
|
|
4289
|
+
];
|