@aws-sdk/client-codebuild 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.
Files changed (83) hide show
  1. package/dist-cjs/index.js +2323 -2394
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeBuildClient.js +2 -0
  4. package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -9
  5. package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -9
  6. package/dist-es/commands/BatchGetBuildsCommand.js +3 -9
  7. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +3 -10
  8. package/dist-es/commands/BatchGetFleetsCommand.js +3 -9
  9. package/dist-es/commands/BatchGetProjectsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -9
  11. package/dist-es/commands/BatchGetReportsCommand.js +3 -9
  12. package/dist-es/commands/BatchGetSandboxesCommand.js +3 -9
  13. package/dist-es/commands/CreateFleetCommand.js +3 -9
  14. package/dist-es/commands/CreateProjectCommand.js +3 -9
  15. package/dist-es/commands/CreateReportGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateWebhookCommand.js +3 -9
  17. package/dist-es/commands/DeleteBuildBatchCommand.js +3 -9
  18. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  19. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteReportCommand.js +3 -9
  21. package/dist-es/commands/DeleteReportGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -9
  24. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  25. package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -9
  26. package/dist-es/commands/DescribeTestCasesCommand.js +3 -9
  27. package/dist-es/commands/GetReportGroupTrendCommand.js +3 -9
  28. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  29. package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -10
  30. package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -9
  31. package/dist-es/commands/ListBuildBatchesCommand.js +3 -9
  32. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -9
  33. package/dist-es/commands/ListBuildsCommand.js +3 -9
  34. package/dist-es/commands/ListBuildsForProjectCommand.js +3 -9
  35. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +3 -10
  36. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -9
  37. package/dist-es/commands/ListFleetsCommand.js +3 -10
  38. package/dist-es/commands/ListProjectsCommand.js +3 -9
  39. package/dist-es/commands/ListReportGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListReportsCommand.js +3 -9
  41. package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -9
  42. package/dist-es/commands/ListSandboxesCommand.js +3 -9
  43. package/dist-es/commands/ListSandboxesForProjectCommand.js +3 -10
  44. package/dist-es/commands/ListSharedProjectsCommand.js +3 -9
  45. package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListSourceCredentialsCommand.js +3 -9
  47. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  48. package/dist-es/commands/RetryBuildBatchCommand.js +3 -9
  49. package/dist-es/commands/RetryBuildCommand.js +3 -9
  50. package/dist-es/commands/StartBuildBatchCommand.js +3 -9
  51. package/dist-es/commands/StartBuildCommand.js +3 -9
  52. package/dist-es/commands/StartCommandExecutionCommand.js +3 -10
  53. package/dist-es/commands/StartSandboxCommand.js +3 -10
  54. package/dist-es/commands/StartSandboxConnectionCommand.js +3 -9
  55. package/dist-es/commands/StopBuildBatchCommand.js +3 -9
  56. package/dist-es/commands/StopBuildCommand.js +3 -9
  57. package/dist-es/commands/StopSandboxCommand.js +3 -9
  58. package/dist-es/commands/UpdateFleetCommand.js +3 -9
  59. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  60. package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -9
  61. package/dist-es/commands/UpdateReportGroupCommand.js +3 -9
  62. package/dist-es/commands/UpdateWebhookCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -47
  64. package/dist-es/runtimeConfig.shared.js +7 -0
  65. package/dist-es/schemas/schemas_0.js +2207 -0
  66. package/dist-types/CodeBuildClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +0 -40
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  72. package/dist-types/schemas/schemas_0.d.ts +316 -0
  73. package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
  80. package/package.json +5 -5
  81. package/dist-es/protocols/Aws_json1_1.js +0 -1911
  82. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -0,0 +1,2207 @@
1
+ const _ALEE = "AccountLimitExceededException";
2
+ const _ARC = "AutoRetryConfig";
3
+ const _ASE = "AccountSuspendedException";
4
+ const _B = "Build";
5
+ const _BA = "BuildArtifacts";
6
+ const _BAL = "BuildArtifactsList";
7
+ const _BB = "BuildBatch";
8
+ const _BBF = "BuildBatchFilter";
9
+ const _BBP = "BuildBatchPhase";
10
+ const _BBPu = "BuildBatchPhases";
11
+ const _BBu = "BuildBatches";
12
+ const _BDB = "BatchDeleteBuilds";
13
+ const _BDBI = "BatchDeleteBuildsInput";
14
+ const _BDBO = "BatchDeleteBuildsOutput";
15
+ const _BG = "BuildGroup";
16
+ const _BGB = "BatchGetBuilds";
17
+ const _BGBB = "BatchGetBuildBatches";
18
+ const _BGBBI = "BatchGetBuildBatchesInput";
19
+ const _BGBBO = "BatchGetBuildBatchesOutput";
20
+ const _BGBI = "BatchGetBuildsInput";
21
+ const _BGBO = "BatchGetBuildsOutput";
22
+ const _BGCE = "BatchGetCommandExecutions";
23
+ const _BGCEI = "BatchGetCommandExecutionsInput";
24
+ const _BGCEO = "BatchGetCommandExecutionsOutput";
25
+ const _BGF = "BatchGetFleets";
26
+ const _BGFI = "BatchGetFleetsInput";
27
+ const _BGFO = "BatchGetFleetsOutput";
28
+ const _BGP = "BatchGetProjects";
29
+ const _BGPI = "BatchGetProjectsInput";
30
+ const _BGPO = "BatchGetProjectsOutput";
31
+ const _BGR = "BatchGetReports";
32
+ const _BGRG = "BatchGetReportGroups";
33
+ const _BGRGI = "BatchGetReportGroupsInput";
34
+ const _BGRGO = "BatchGetReportGroupsOutput";
35
+ const _BGRI = "BatchGetReportsInput";
36
+ const _BGRO = "BatchGetReportsOutput";
37
+ const _BGS = "BatchGetSandboxes";
38
+ const _BGSI = "BatchGetSandboxesInput";
39
+ const _BGSO = "BatchGetSandboxesOutput";
40
+ const _BGu = "BuildGroups";
41
+ const _BND = "BuildNotDeleted";
42
+ const _BNDu = "BuildsNotDeleted";
43
+ const _BP = "BuildPhase";
44
+ const _BPu = "BuildPhases";
45
+ const _BR = "BatchRestrictions";
46
+ const _BS = "BuildSummary";
47
+ const _BSC = "BuildStatusConfig";
48
+ const _BSu = "BuildSummaries";
49
+ const _Bu = "Builds";
50
+ const _CC = "CodeCoverage";
51
+ const _CCRS = "CodeCoverageReportSummary";
52
+ const _CCo = "ComputeConfiguration";
53
+ const _CCod = "CodeCoverages";
54
+ const _CE = "CommandExecution";
55
+ const _CEo = "CommandExecutions";
56
+ const _CF = "CreateFleet";
57
+ const _CFI = "CreateFleetInput";
58
+ const _CFO = "CreateFleetOutput";
59
+ const _CP = "CreateProject";
60
+ const _CPI = "CreateProjectInput";
61
+ const _CPO = "CreateProjectOutput";
62
+ const _CRG = "CreateReportGroup";
63
+ const _CRGI = "CreateReportGroupInput";
64
+ const _CRGO = "CreateReportGroupOutput";
65
+ const _CW = "CreateWebhook";
66
+ const _CWI = "CreateWebhookInput";
67
+ const _CWLC = "CloudWatchLogsConfig";
68
+ const _CWO = "CreateWebhookOutput";
69
+ const _DBB = "DeleteBuildBatch";
70
+ const _DBBI = "DeleteBuildBatchInput";
71
+ const _DBBO = "DeleteBuildBatchOutput";
72
+ const _DCC = "DescribeCodeCoverages";
73
+ const _DCCI = "DescribeCodeCoveragesInput";
74
+ const _DCCO = "DescribeCodeCoveragesOutput";
75
+ const _DF = "DeleteFleet";
76
+ const _DFI = "DeleteFleetInput";
77
+ const _DFO = "DeleteFleetOutput";
78
+ const _DP = "DeleteProject";
79
+ const _DPI = "DeleteProjectInput";
80
+ const _DPO = "DeleteProjectOutput";
81
+ const _DR = "DeleteReport";
82
+ const _DRG = "DeleteReportGroup";
83
+ const _DRGI = "DeleteReportGroupInput";
84
+ const _DRGO = "DeleteReportGroupOutput";
85
+ const _DRI = "DeleteReportInput";
86
+ const _DRO = "DeleteReportOutput";
87
+ const _DRP = "DeleteResourcePolicy";
88
+ const _DRPI = "DeleteResourcePolicyInput";
89
+ const _DRPO = "DeleteResourcePolicyOutput";
90
+ const _DS = "DebugSession";
91
+ const _DSC = "DeleteSourceCredentials";
92
+ const _DSCI = "DeleteSourceCredentialsInput";
93
+ const _DSCO = "DeleteSourceCredentialsOutput";
94
+ const _DSS = "DockerServerStatus";
95
+ const _DSo = "DockerServer";
96
+ const _DTC = "DescribeTestCases";
97
+ const _DTCI = "DescribeTestCasesInput";
98
+ const _DTCO = "DescribeTestCasesOutput";
99
+ const _DW = "DeleteWebhook";
100
+ const _DWI = "DeleteWebhookInput";
101
+ const _DWO = "DeleteWebhookOutput";
102
+ const _EEV = "ExportedEnvironmentVariable";
103
+ const _EEVx = "ExportedEnvironmentVariables";
104
+ const _EI = "EnvironmentImage";
105
+ const _EIn = "EnvironmentImages";
106
+ const _EL = "EnvironmentLanguage";
107
+ const _ELn = "EnvironmentLanguages";
108
+ const _EP = "EnvironmentPlatform";
109
+ const _EPn = "EnvironmentPlatforms";
110
+ const _EV = "EnvironmentVariable";
111
+ const _EVn = "EnvironmentVariables";
112
+ const _F = "Fleet";
113
+ const _FG = "FilterGroups";
114
+ const _FGi = "FilterGroup";
115
+ const _FPR = "FleetProxyRule";
116
+ const _FPRl = "FleetProxyRules";
117
+ const _FS = "FleetStatus";
118
+ const _Fl = "Fleets";
119
+ const _GRGT = "GetReportGroupTrend";
120
+ const _GRGTI = "GetReportGroupTrendInput";
121
+ const _GRGTO = "GetReportGroupTrendOutput";
122
+ const _GRP = "GetResourcePolicy";
123
+ const _GRPI = "GetResourcePolicyInput";
124
+ const _GRPO = "GetResourcePolicyOutput";
125
+ const _GSC = "GitSubmodulesConfig";
126
+ const _IIE = "InvalidInputException";
127
+ const _IPC = "InvalidateProjectCache";
128
+ const _IPCI = "InvalidateProjectCacheInput";
129
+ const _IPCO = "InvalidateProjectCacheOutput";
130
+ const _ISC = "ImportSourceCredentials";
131
+ const _ISCI = "ImportSourceCredentialsInput";
132
+ const _ISCO = "ImportSourceCredentialsOutput";
133
+ const _LB = "ListBuilds";
134
+ const _LBB = "ListBuildBatches";
135
+ const _LBBFP = "ListBuildBatchesForProject";
136
+ const _LBBFPI = "ListBuildBatchesForProjectInput";
137
+ const _LBBFPO = "ListBuildBatchesForProjectOutput";
138
+ const _LBBI = "ListBuildBatchesInput";
139
+ const _LBBO = "ListBuildBatchesOutput";
140
+ const _LBFP = "ListBuildsForProject";
141
+ const _LBFPI = "ListBuildsForProjectInput";
142
+ const _LBFPO = "ListBuildsForProjectOutput";
143
+ const _LBI = "ListBuildsInput";
144
+ const _LBO = "ListBuildsOutput";
145
+ const _LC = "LogsConfig";
146
+ const _LCEFS = "ListCommandExecutionsForSandbox";
147
+ const _LCEFSI = "ListCommandExecutionsForSandboxInput";
148
+ const _LCEFSO = "ListCommandExecutionsForSandboxOutput";
149
+ const _LCEI = "ListCuratedEnvironmentImages";
150
+ const _LCEII = "ListCuratedEnvironmentImagesInput";
151
+ const _LCEIO = "ListCuratedEnvironmentImagesOutput";
152
+ const _LF = "ListFleets";
153
+ const _LFI = "ListFleetsInput";
154
+ const _LFO = "ListFleetsOutput";
155
+ const _LL = "LogsLocation";
156
+ const _LP = "ListProjects";
157
+ const _LPI = "ListProjectsInput";
158
+ const _LPO = "ListProjectsOutput";
159
+ const _LR = "ListReports";
160
+ const _LRFRG = "ListReportsForReportGroup";
161
+ const _LRFRGI = "ListReportsForReportGroupInput";
162
+ const _LRFRGO = "ListReportsForReportGroupOutput";
163
+ const _LRG = "ListReportGroups";
164
+ const _LRGI = "ListReportGroupsInput";
165
+ const _LRGO = "ListReportGroupsOutput";
166
+ const _LRI = "ListReportsInput";
167
+ const _LRO = "ListReportsOutput";
168
+ const _LS = "ListSandboxes";
169
+ const _LSC = "ListSourceCredentials";
170
+ const _LSCI = "ListSourceCredentialsInput";
171
+ const _LSCO = "ListSourceCredentialsOutput";
172
+ const _LSFP = "ListSandboxesForProject";
173
+ const _LSFPI = "ListSandboxesForProjectInput";
174
+ const _LSFPO = "ListSandboxesForProjectOutput";
175
+ const _LSI = "ListSandboxesInput";
176
+ const _LSO = "ListSandboxesOutput";
177
+ const _LSP = "ListSharedProjects";
178
+ const _LSPI = "ListSharedProjectsInput";
179
+ const _LSPO = "ListSharedProjectsOutput";
180
+ const _LSRG = "ListSharedReportGroups";
181
+ const _LSRGI = "ListSharedReportGroupsInput";
182
+ const _LSRGO = "ListSharedReportGroupsOutput";
183
+ const _NI = "NetworkInterface";
184
+ const _OAPE = "OAuthProviderException";
185
+ const _P = "Project";
186
+ const _PA = "ProjectArtifacts";
187
+ const _PAL = "ProjectArtifactsList";
188
+ const _PB = "ProjectBadge";
189
+ const _PBBC = "ProjectBuildBatchConfig";
190
+ const _PC = "PhaseContext";
191
+ const _PCh = "PhaseContexts";
192
+ const _PCr = "ProjectCache";
193
+ const _PCro = "ProxyConfiguration";
194
+ const _PE = "ProjectEnvironment";
195
+ const _PF = "ProjectFleet";
196
+ const _PFSL = "ProjectFileSystemLocation";
197
+ const _PFSLr = "ProjectFileSystemLocations";
198
+ const _PRBP = "PullRequestBuildPolicy";
199
+ const _PRP = "PutResourcePolicy";
200
+ const _PRPI = "PutResourcePolicyInput";
201
+ const _PRPO = "PutResourcePolicyOutput";
202
+ const _PS = "ProjectSource";
203
+ const _PSSV = "ProjectSecondarySourceVersions";
204
+ const _PSV = "ProjectSourceVersion";
205
+ const _PSr = "ProjectSources";
206
+ const _Pr = "Projects";
207
+ const _R = "Report";
208
+ const _RA = "ResolvedArtifact";
209
+ const _RAEE = "ResourceAlreadyExistsException";
210
+ const _RB = "RetryBuild";
211
+ const _RBB = "RetryBuildBatch";
212
+ const _RBBI = "RetryBuildBatchInput";
213
+ const _RBBO = "RetryBuildBatchOutput";
214
+ const _RBI = "RetryBuildInput";
215
+ const _RBO = "RetryBuildOutput";
216
+ const _RC = "RegistryCredential";
217
+ const _REC = "ReportExportConfig";
218
+ const _RF = "ReportFilter";
219
+ const _RG = "ReportGroup";
220
+ const _RGTRDL = "ReportGroupTrendRawDataList";
221
+ const _RGTS = "ReportGroupTrendStats";
222
+ const _RGe = "ReportGroups";
223
+ const _RNFE = "ResourceNotFoundException";
224
+ const _RSA = "ResolvedSecondaryArtifacts";
225
+ const _RWRD = "ReportWithRawData";
226
+ const _Re = "Reports";
227
+ const _S = "Sandbox";
228
+ const _SA = "SourceAuth";
229
+ const _SB = "StartBuild";
230
+ const _SBB = "StartBuildBatch";
231
+ const _SBBI = "StartBuildBatchInput";
232
+ const _SBBIt = "StopBuildBatchInput";
233
+ const _SBBO = "StartBuildBatchOutput";
234
+ const _SBBOt = "StopBuildBatchOutput";
235
+ const _SBBt = "StopBuildBatch";
236
+ const _SBI = "StartBuildInput";
237
+ const _SBIt = "StopBuildInput";
238
+ const _SBO = "StartBuildOutput";
239
+ const _SBOt = "StopBuildOutput";
240
+ const _SBt = "StopBuild";
241
+ const _SC = "ScopeConfiguration";
242
+ const _SCE = "StartCommandExecution";
243
+ const _SCEI = "StartCommandExecutionInput";
244
+ const _SCEO = "StartCommandExecutionOutput";
245
+ const _SCI = "ScalingConfigurationInput";
246
+ const _SCIo = "SourceCredentialsInfo";
247
+ const _SCIou = "SourceCredentialsInfos";
248
+ const _SCO = "ScalingConfigurationOutput";
249
+ const _SLC = "S3LogsConfig";
250
+ const _SNES = "SensitiveNonEmptyString";
251
+ const _SREC = "S3ReportExportConfig";
252
+ const _SS = "SensitiveString";
253
+ const _SSC = "StartSandboxConnection";
254
+ const _SSCI = "StartSandboxConnectionInput";
255
+ const _SSCO = "StartSandboxConnectionOutput";
256
+ const _SSI = "StartSandboxInput";
257
+ const _SSIt = "StopSandboxInput";
258
+ const _SSMS = "SSMSession";
259
+ const _SSO = "StartSandboxOutput";
260
+ const _SSOt = "StopSandboxOutput";
261
+ const _SSP = "SandboxSessionPhase";
262
+ const _SSPa = "SandboxSessionPhases";
263
+ const _SSa = "SandboxSession";
264
+ const _SSt = "StartSandbox";
265
+ const _SSto = "StopSandbox";
266
+ const _Sa = "Sandboxes";
267
+ const _T = "Tag";
268
+ const _TC = "TestCase";
269
+ const _TCF = "TestCaseFilter";
270
+ const _TCe = "TestCases";
271
+ const _TL = "TagList";
272
+ const _TRS = "TestReportSummary";
273
+ const _TTSC = "TargetTrackingScalingConfiguration";
274
+ const _TTSCa = "TargetTrackingScalingConfigurations";
275
+ const _UF = "UpdateFleet";
276
+ const _UFI = "UpdateFleetInput";
277
+ const _UFO = "UpdateFleetOutput";
278
+ const _UP = "UpdateProject";
279
+ const _UPI = "UpdateProjectInput";
280
+ const _UPO = "UpdateProjectOutput";
281
+ const _UPV = "UpdateProjectVisibility";
282
+ const _UPVI = "UpdateProjectVisibilityInput";
283
+ const _UPVO = "UpdateProjectVisibilityOutput";
284
+ const _URG = "UpdateReportGroup";
285
+ const _URGI = "UpdateReportGroupInput";
286
+ const _URGO = "UpdateReportGroupOutput";
287
+ const _UW = "UpdateWebhook";
288
+ const _UWI = "UpdateWebhookInput";
289
+ const _UWO = "UpdateWebhookOutput";
290
+ const _VC = "VpcConfig";
291
+ const _W = "Webhook";
292
+ const _WF = "WebhookFilter";
293
+ const _a = "arn";
294
+ const _aI = "artifactIdentifier";
295
+ const _aO = "artifactsOverride";
296
+ const _aR = "approverRoles";
297
+ const _aRC = "autoRetryConfig";
298
+ const _aRL = "autoRetryLimit";
299
+ const _aRLO = "autoRetryLimitOverride";
300
+ const _aRN = "autoRetryNumber";
301
+ const _aT = "authType";
302
+ const _ar = "artifacts";
303
+ const _au = "auth";
304
+ const _av = "average";
305
+ const _b = "builds";
306
+ const _bB = "buildBatches";
307
+ const _bBA = "buildBatchArn";
308
+ const _bBC = "buildBatchConfig";
309
+ const _bBCO = "buildBatchConfigOverride";
310
+ const _bBN = "buildBatchNumber";
311
+ const _bBNF = "buildBatchesNotFound";
312
+ const _bBS = "buildBatchStatus";
313
+ const _bBu = "buildBatch";
314
+ const _bC = "buildComplete";
315
+ const _bCP = "branchCoveragePercentage";
316
+ const _bCa = "baseCapacity";
317
+ const _bCr = "branchesCovered";
318
+ const _bD = "buildsDeleted";
319
+ const _bE = "badgeEnabled";
320
+ const _bF = "branchFilter";
321
+ const _bG = "buildGroups";
322
+ const _bM = "branchesMissed";
323
+ const _bN = "buildNumber";
324
+ const _bND = "buildsNotDeleted";
325
+ const _bNF = "buildsNotFound";
326
+ const _bO = "bucketOwner";
327
+ const _bOA = "bucketOwnerAccess";
328
+ const _bOu = "buildspecOverride";
329
+ const _bRM = "batchReportMode";
330
+ const _bRU = "badgeRequestUrl";
331
+ const _bS = "buildStatus";
332
+ const _bSC = "buildStatusConfig";
333
+ const _bSCO = "buildStatusConfigOverride";
334
+ const _bT = "buildType";
335
+ const _bTIM = "buildTimeoutInMinutes";
336
+ const _bTIMO = "buildTimeoutInMinutesOverride";
337
+ const _ba = "badge";
338
+ const _bu = "buildspec";
339
+ const _buc = "bucket";
340
+ const _bui = "build";
341
+ const _c = "client";
342
+ const _cA = "combineArtifacts";
343
+ const _cBL = "concurrentBuildLimit";
344
+ const _cBS = "currentBuildSummary";
345
+ const _cC = "computeConfiguration";
346
+ const _cCS = "codeCoverageSummary";
347
+ const _cCo = "codeCoverages";
348
+ const _cE = "commandExecutions";
349
+ const _cEI = "commandExecutionIds";
350
+ const _cENF = "commandExecutionsNotFound";
351
+ const _cEo = "commandExecution";
352
+ const _cN = "cacheNamespace";
353
+ const _cO = "certificateOverride";
354
+ const _cOa = "cacheOverride";
355
+ const _cP = "currentPhase";
356
+ const _cPr = "credentialProvider";
357
+ const _cS = "currentSession";
358
+ const _cT = "computeType";
359
+ const _cTA = "computeTypesAllowed";
360
+ const _cTO = "computeTypeOverride";
361
+ const _cWL = "cloudWatchLogs";
362
+ const _cWLA = "cloudWatchLogsArn";
363
+ const _ca = "cache";
364
+ const _ce = "certificate";
365
+ const _co = "complete";
366
+ const _com = "command";
367
+ const _con = "contexts";
368
+ const _cont = "context";
369
+ const _cr = "created";
370
+ const _cre = "credential";
371
+ const _d = "disk";
372
+ const _dB = "defaultBehavior";
373
+ const _dC = "desiredCapacity";
374
+ const _dINS = "durationInNanoSeconds";
375
+ const _dIS = "durationInSeconds";
376
+ const _dL = "deepLink";
377
+ const _dO = "dependsOn";
378
+ const _dR = "deleteReports";
379
+ const _dS = "debugSession";
380
+ const _dSE = "debugSessionEnabled";
381
+ const _dSo = "dockerServer";
382
+ const _da = "data";
383
+ const _de = "description";
384
+ const _do = "domain";
385
+ const _e = "error";
386
+ const _eC = "exitCode";
387
+ const _eCT = "exportConfigType";
388
+ const _eCx = "exportConfig";
389
+ const _eD = "encryptionDisabled";
390
+ const _eEV = "exportedEnvironmentVariables";
391
+ const _eI = "executionId";
392
+ const _eK = "encryptionKey";
393
+ const _eKO = "encryptionKeyOverride";
394
+ const _eMP = "excludeMatchedPattern";
395
+ const _eT = "endTime";
396
+ const _eTO = "environmentTypeOverride";
397
+ const _eTn = "environmentType";
398
+ const _eV = "environmentVariables";
399
+ const _eVO = "environmentVariablesOverride";
400
+ const _ef = "effect";
401
+ const _en = "environment";
402
+ const _ent = "entities";
403
+ const _ex = "expired";
404
+ const _f = "fleets";
405
+ const _fA = "fleetsAllowed";
406
+ const _fAl = "fleetArn";
407
+ const _fG = "filterGroups";
408
+ const _fNF = "fleetsNotFound";
409
+ const _fO = "fleetOverride";
410
+ const _fP = "filePath";
411
+ const _fS = "fetchSubmodules";
412
+ const _fSL = "fileSystemLocations";
413
+ const _fSR = "fleetServiceRole";
414
+ const _fi = "filter";
415
+ const _fl = "fleet";
416
+ const _gCD = "gitCloneDepth";
417
+ const _gCDO = "gitCloneDepthOverride";
418
+ const _gN = "groupName";
419
+ const _gSC = "gitSubmodulesConfig";
420
+ const _gSCO = "gitSubmodulesConfigOverride";
421
+ const _i = "ids";
422
+ const _iF = "ignoreFailure";
423
+ const _iI = "imageId";
424
+ const _iO = "imageOverride";
425
+ const _iPCT = "imagePullCredentialsType";
426
+ const _iPCTO = "imagePullCredentialsTypeOverride";
427
+ const _iS = "insecureSsl";
428
+ const _iSO = "insecureSslOverride";
429
+ const _iT = "instanceType";
430
+ const _iTd = "idempotencyToken";
431
+ const _id = "id";
432
+ const _ide = "identifier";
433
+ const _im = "images";
434
+ const _ima = "image";
435
+ const _in = "initiator";
436
+ const _k = "key";
437
+ const _ke = "keyword";
438
+ const _l = "logs";
439
+ const _lC = "logConfig";
440
+ const _lCO = "logsConfigOverride";
441
+ const _lCP = "lineCoveragePercentage";
442
+ const _lCi = "linesCovered";
443
+ const _lCo = "logsConfig";
444
+ const _lM = "linesMissed";
445
+ const _lMS = "lastModifiedSecret";
446
+ const _lMa = "lastModified";
447
+ const _la = "language";
448
+ const _lan = "languages";
449
+ const _lo = "location";
450
+ const _m = "message";
451
+ const _mBA = "maximumBuildsAllowed";
452
+ const _mC = "manualCreation";
453
+ const _mCa = "maxCapacity";
454
+ const _mLCP = "minLineCoveragePercentage";
455
+ const _mLCPa = "maxLineCoveragePercentage";
456
+ const _mO = "mountOptions";
457
+ const _mP = "mountPoint";
458
+ const _mR = "maxResults";
459
+ const _mT = "machineType";
460
+ const _mTe = "metricType";
461
+ const _ma = "max";
462
+ const _md = "md5sum";
463
+ const _me = "memory";
464
+ const _mi = "min";
465
+ const _mo = "modes";
466
+ const _n = "names";
467
+ const _nAR = "nextAutoRetry";
468
+ const _nI = "networkInterface";
469
+ const _nII = "networkInterfaceId";
470
+ const _nOR = "numOfReports";
471
+ const _nT = "nextToken";
472
+ const _nTa = "namespaceType";
473
+ const _na = "name";
474
+ const _oAN = "overrideArtifactName";
475
+ const _oB = "overflowBehavior";
476
+ const _oPR = "orderedProxyRules";
477
+ const _p = "projects";
478
+ const _pA = "primaryArtifact";
479
+ const _pAR = "previousAutoRetry";
480
+ const _pAr = "projectArn";
481
+ const _pBSL = "priorBuildSummaryList";
482
+ const _pC = "proxyConfiguration";
483
+ const _pM = "privilegedMode";
484
+ const _pMO = "privilegedModeOverride";
485
+ const _pN = "projectName";
486
+ const _pNF = "projectsNotFound";
487
+ const _pPA = "publicProjectAlias";
488
+ const _pRBP = "pullRequestBuildPolicy";
489
+ const _pS = "phaseStatus";
490
+ const _pT = "phaseType";
491
+ const _pU = "payloadUrl";
492
+ const _pV = "projectVisibility";
493
+ const _pa = "path";
494
+ const _pac = "packaging";
495
+ const _pat = "pattern";
496
+ const _ph = "phases";
497
+ const _pl = "platform";
498
+ const _pla = "platforms";
499
+ const _po = "policy";
500
+ const _pr = "project";
501
+ const _pre = "prefix";
502
+ const _qTIM = "queuedTimeoutInMinutes";
503
+ const _qTIMO = "queuedTimeoutInMinutesOverride";
504
+ const _r = "reports";
505
+ const _rA = "reportArns";
506
+ const _rAR = "resourceAccessRole";
507
+ const _rARN = "reportARN";
508
+ const _rAe = "resourceArn";
509
+ const _rAep = "reportArn";
510
+ const _rBBSO = "reportBuildBatchStatusOverride";
511
+ const _rBS = "reportBuildStatus";
512
+ const _rBSO = "reportBuildStatusOverride";
513
+ const _rC = "registryCredential";
514
+ const _rCA = "requiresCommentApproval";
515
+ const _rCO = "registryCredentialOverride";
516
+ const _rD = "rawData";
517
+ const _rG = "reportGroups";
518
+ const _rGA = "reportGroupArns";
519
+ const _rGAe = "reportGroupArn";
520
+ const _rGNF = "reportGroupsNotFound";
521
+ const _rGe = "reportGroup";
522
+ const _rNF = "reportsNotFound";
523
+ const _rO = "requestedOn";
524
+ const _rS = "rotateSecret";
525
+ const _rSV = "resolvedSourceVersion";
526
+ const _rT = "retryType";
527
+ const _rTe = "requestTime";
528
+ const _re = "restrictions";
529
+ const _res = "resource";
530
+ const _s = "sandboxes";
531
+ const _sA = "secondaryArtifacts";
532
+ const _sAO = "secondaryArtifactsOverride";
533
+ const _sAOo = "sourceAuthOverride";
534
+ const _sAa = "sandboxArn";
535
+ const _sB = "sortBy";
536
+ const _sC = "statusCode";
537
+ const _sCI = "sourceCredentialsInfos";
538
+ const _sCc = "scalingConfiguration";
539
+ const _sCco = "scopeConfiguration";
540
+ const _sCt = "statusCounts";
541
+ const _sD = "s3Destination";
542
+ const _sDL = "s3DeepLink";
543
+ const _sE = "sessionEnabled";
544
+ const _sEC = "standardErrContent";
545
+ const _sGI = "securityGroupIds";
546
+ const _sI = "sandboxId";
547
+ const _sIe = "sessionId";
548
+ const _sIo = "sourceIdentifier";
549
+ const _sIu = "subnetId";
550
+ const _sL = "s3Logs";
551
+ const _sLA = "s3LogsArn";
552
+ const _sLO = "sourceLocationOverride";
553
+ const _sM = "statusMessage";
554
+ const _sN = "streamName";
555
+ const _sNF = "sandboxesNotFound";
556
+ const _sO = "sortOrder";
557
+ const _sOC = "standardOutputContent";
558
+ const _sOh = "shouldOverwrite";
559
+ const _sR = "serviceRole";
560
+ const _sRO = "serviceRoleOverride";
561
+ const _sS = "secondarySources";
562
+ const _sSO = "secondarySourcesOverride";
563
+ const _sSV = "secondarySourceVersions";
564
+ const _sSVO = "secondarySourcesVersionOverride";
565
+ const _sSs = "ssmSession";
566
+ const _sT = "startTime";
567
+ const _sTO = "sourceTypeOverride";
568
+ const _sTc = "scalingType";
569
+ const _sTe = "sessionTarget";
570
+ const _sTer = "serverType";
571
+ const _sTu = "submitTime";
572
+ const _sU = "streamUrl";
573
+ const _sV = "sourceVersion";
574
+ const _sa = "sandbox";
575
+ const _sc = "scope";
576
+ const _se = "secret";
577
+ const _sh = "sha256sum";
578
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codebuild";
579
+ const _so = "source";
580
+ const _st = "status";
581
+ const _sta = "stats";
582
+ const _su = "subnets";
583
+ const _t = "type";
584
+ const _tC = "testCases";
585
+ const _tF = "trendField";
586
+ const _tIM = "timeoutInMinutes";
587
+ const _tIMO = "timeoutInMinutesOverride";
588
+ const _tIMi = "timeoutInMins";
589
+ const _tRDP = "testRawDataPath";
590
+ const _tS = "testSummary";
591
+ const _tSN = "testSuiteName";
592
+ const _tTSC = "targetTrackingScalingConfigs";
593
+ const _tU = "targetUrl";
594
+ const _tV = "tokenValue";
595
+ const _tVa = "targetValue";
596
+ const _ta = "tags";
597
+ const _to = "token";
598
+ const _tot = "total";
599
+ const _tr = "truncated";
600
+ const _u = "username";
601
+ const _ur = "url";
602
+ const _v = "versions";
603
+ const _vC = "vpcConfig";
604
+ const _vCp = "vCpu";
605
+ const _vI = "vpcId";
606
+ const _va = "value";
607
+ const _w = "webhook";
608
+ const n0 = "com.amazonaws.codebuild";
609
+ import { TypeRegistry } from "@smithy/core/schema";
610
+ import { CodeBuildServiceException as __CodeBuildServiceException } from "../models/CodeBuildServiceException";
611
+ import { AccountLimitExceededException as __AccountLimitExceededException, AccountSuspendedException as __AccountSuspendedException, InvalidInputException as __InvalidInputException, OAuthProviderException as __OAuthProviderException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/index";
612
+ export var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
613
+ export var SensitiveString = [0, n0, _SS, 8, 0];
614
+ export var AccountLimitExceededException = [
615
+ -3,
616
+ n0,
617
+ _ALEE,
618
+ {
619
+ [_e]: _c,
620
+ },
621
+ [_m],
622
+ [0],
623
+ ];
624
+ TypeRegistry.for(n0).registerError(AccountLimitExceededException, __AccountLimitExceededException);
625
+ export var AccountSuspendedException = [
626
+ -3,
627
+ n0,
628
+ _ASE,
629
+ {
630
+ [_e]: _c,
631
+ },
632
+ [_m],
633
+ [0],
634
+ ];
635
+ TypeRegistry.for(n0).registerError(AccountSuspendedException, __AccountSuspendedException);
636
+ export var AutoRetryConfig = [3, n0, _ARC, 0, [_aRL, _aRN, _nAR, _pAR], [1, 1, 0, 0]];
637
+ export var BatchDeleteBuildsInput = [3, n0, _BDBI, 0, [_i], [64 | 0]];
638
+ export var BatchDeleteBuildsOutput = [
639
+ 3,
640
+ n0,
641
+ _BDBO,
642
+ 0,
643
+ [_bD, _bND],
644
+ [64 | 0, () => BuildsNotDeleted],
645
+ ];
646
+ export var BatchGetBuildBatchesInput = [3, n0, _BGBBI, 0, [_i], [64 | 0]];
647
+ export var BatchGetBuildBatchesOutput = [
648
+ 3,
649
+ n0,
650
+ _BGBBO,
651
+ 0,
652
+ [_bB, _bBNF],
653
+ [() => BuildBatches, 64 | 0],
654
+ ];
655
+ export var BatchGetBuildsInput = [3, n0, _BGBI, 0, [_i], [64 | 0]];
656
+ export var BatchGetBuildsOutput = [3, n0, _BGBO, 0, [_b, _bNF], [() => Builds, 64 | 0]];
657
+ export var BatchGetCommandExecutionsInput = [3, n0, _BGCEI, 0, [_sI, _cEI], [0, 64 | 0]];
658
+ export var BatchGetCommandExecutionsOutput = [
659
+ 3,
660
+ n0,
661
+ _BGCEO,
662
+ 0,
663
+ [_cE, _cENF],
664
+ [[() => CommandExecutions, 0], 64 | 0],
665
+ ];
666
+ export var BatchGetFleetsInput = [3, n0, _BGFI, 0, [_n], [64 | 0]];
667
+ export var BatchGetFleetsOutput = [3, n0, _BGFO, 0, [_f, _fNF], [() => Fleets, 64 | 0]];
668
+ export var BatchGetProjectsInput = [3, n0, _BGPI, 0, [_n], [64 | 0]];
669
+ export var BatchGetProjectsOutput = [3, n0, _BGPO, 0, [_p, _pNF], [() => Projects, 64 | 0]];
670
+ export var BatchGetReportGroupsInput = [3, n0, _BGRGI, 0, [_rGA], [64 | 0]];
671
+ export var BatchGetReportGroupsOutput = [
672
+ 3,
673
+ n0,
674
+ _BGRGO,
675
+ 0,
676
+ [_rG, _rGNF],
677
+ [() => ReportGroups, 64 | 0],
678
+ ];
679
+ export var BatchGetReportsInput = [3, n0, _BGRI, 0, [_rA], [64 | 0]];
680
+ export var BatchGetReportsOutput = [3, n0, _BGRO, 0, [_r, _rNF], [() => Reports, 64 | 0]];
681
+ export var BatchGetSandboxesInput = [3, n0, _BGSI, 0, [_i], [64 | 0]];
682
+ export var BatchGetSandboxesOutput = [3, n0, _BGSO, 0, [_s, _sNF], [() => Sandboxes, 64 | 0]];
683
+ export var BatchRestrictions = [3, n0, _BR, 0, [_mBA, _cTA, _fA], [1, 64 | 0, 64 | 0]];
684
+ export var Build = [
685
+ 3,
686
+ n0,
687
+ _B,
688
+ 0,
689
+ [
690
+ _id,
691
+ _a,
692
+ _bN,
693
+ _sT,
694
+ _eT,
695
+ _cP,
696
+ _bS,
697
+ _sV,
698
+ _rSV,
699
+ _pN,
700
+ _ph,
701
+ _so,
702
+ _sS,
703
+ _sSV,
704
+ _ar,
705
+ _sA,
706
+ _ca,
707
+ _en,
708
+ _sR,
709
+ _l,
710
+ _tIM,
711
+ _qTIM,
712
+ _bC,
713
+ _in,
714
+ _vC,
715
+ _nI,
716
+ _eK,
717
+ _eEV,
718
+ _rA,
719
+ _fSL,
720
+ _dS,
721
+ _bBA,
722
+ _aRC,
723
+ ],
724
+ [
725
+ 0,
726
+ 0,
727
+ 1,
728
+ 4,
729
+ 4,
730
+ 0,
731
+ 0,
732
+ 0,
733
+ 0,
734
+ 0,
735
+ () => BuildPhases,
736
+ () => ProjectSource,
737
+ () => ProjectSources,
738
+ () => ProjectSecondarySourceVersions,
739
+ () => BuildArtifacts,
740
+ () => BuildArtifactsList,
741
+ () => ProjectCache,
742
+ () => ProjectEnvironment,
743
+ 0,
744
+ () => LogsLocation,
745
+ 1,
746
+ 1,
747
+ 2,
748
+ 0,
749
+ () => VpcConfig,
750
+ () => NetworkInterface,
751
+ 0,
752
+ () => ExportedEnvironmentVariables,
753
+ 64 | 0,
754
+ () => ProjectFileSystemLocations,
755
+ () => DebugSession,
756
+ 0,
757
+ () => AutoRetryConfig,
758
+ ],
759
+ ];
760
+ export var BuildArtifacts = [
761
+ 3,
762
+ n0,
763
+ _BA,
764
+ 0,
765
+ [_lo, _sh, _md, _oAN, _eD, _aI, _bOA],
766
+ [0, 0, 0, 2, 2, 0, 0],
767
+ ];
768
+ export var BuildBatch = [
769
+ 3,
770
+ n0,
771
+ _BB,
772
+ 0,
773
+ [
774
+ _id,
775
+ _a,
776
+ _sT,
777
+ _eT,
778
+ _cP,
779
+ _bBS,
780
+ _sV,
781
+ _rSV,
782
+ _pN,
783
+ _ph,
784
+ _so,
785
+ _sS,
786
+ _sSV,
787
+ _ar,
788
+ _sA,
789
+ _ca,
790
+ _en,
791
+ _sR,
792
+ _lC,
793
+ _bTIM,
794
+ _qTIM,
795
+ _co,
796
+ _in,
797
+ _vC,
798
+ _eK,
799
+ _bBN,
800
+ _fSL,
801
+ _bBC,
802
+ _bG,
803
+ _dSE,
804
+ _rA,
805
+ ],
806
+ [
807
+ 0,
808
+ 0,
809
+ 4,
810
+ 4,
811
+ 0,
812
+ 0,
813
+ 0,
814
+ 0,
815
+ 0,
816
+ () => BuildBatchPhases,
817
+ () => ProjectSource,
818
+ () => ProjectSources,
819
+ () => ProjectSecondarySourceVersions,
820
+ () => BuildArtifacts,
821
+ () => BuildArtifactsList,
822
+ () => ProjectCache,
823
+ () => ProjectEnvironment,
824
+ 0,
825
+ () => LogsConfig,
826
+ 1,
827
+ 1,
828
+ 2,
829
+ 0,
830
+ () => VpcConfig,
831
+ 0,
832
+ 1,
833
+ () => ProjectFileSystemLocations,
834
+ () => ProjectBuildBatchConfig,
835
+ () => BuildGroups,
836
+ 2,
837
+ 64 | 0,
838
+ ],
839
+ ];
840
+ export var BuildBatchFilter = [3, n0, _BBF, 0, [_st], [0]];
841
+ export var BuildBatchPhase = [
842
+ 3,
843
+ n0,
844
+ _BBP,
845
+ 0,
846
+ [_pT, _pS, _sT, _eT, _dIS, _con],
847
+ [0, 0, 4, 4, 1, () => PhaseContexts],
848
+ ];
849
+ export var BuildGroup = [
850
+ 3,
851
+ n0,
852
+ _BG,
853
+ 0,
854
+ [_ide, _dO, _iF, _cBS, _pBSL],
855
+ [0, 64 | 0, 2, () => BuildSummary, () => BuildSummaries],
856
+ ];
857
+ export var BuildNotDeleted = [3, n0, _BND, 0, [_id, _sC], [0, 0]];
858
+ export var BuildPhase = [
859
+ 3,
860
+ n0,
861
+ _BP,
862
+ 0,
863
+ [_pT, _pS, _sT, _eT, _dIS, _con],
864
+ [0, 0, 4, 4, 1, () => PhaseContexts],
865
+ ];
866
+ export var BuildStatusConfig = [3, n0, _BSC, 0, [_cont, _tU], [0, 0]];
867
+ export var BuildSummary = [
868
+ 3,
869
+ n0,
870
+ _BS,
871
+ 0,
872
+ [_a, _rO, _bS, _pA, _sA],
873
+ [0, 4, 0, () => ResolvedArtifact, () => ResolvedSecondaryArtifacts],
874
+ ];
875
+ export var CloudWatchLogsConfig = [3, n0, _CWLC, 0, [_st, _gN, _sN], [0, 0, 0]];
876
+ export var CodeCoverage = [
877
+ 3,
878
+ n0,
879
+ _CC,
880
+ 0,
881
+ [_id, _rARN, _fP, _lCP, _lCi, _lM, _bCP, _bCr, _bM, _ex],
882
+ [0, 0, 0, 1, 1, 1, 1, 1, 1, 4],
883
+ ];
884
+ export var CodeCoverageReportSummary = [
885
+ 3,
886
+ n0,
887
+ _CCRS,
888
+ 0,
889
+ [_lCP, _lCi, _lM, _bCP, _bCr, _bM],
890
+ [1, 1, 1, 1, 1, 1],
891
+ ];
892
+ export var CommandExecution = [
893
+ 3,
894
+ n0,
895
+ _CE,
896
+ 0,
897
+ [_id, _sI, _sTu, _sT, _eT, _st, _com, _t, _eC, _sOC, _sEC, _l, _sAa],
898
+ [
899
+ 0,
900
+ 0,
901
+ 4,
902
+ 4,
903
+ 4,
904
+ 0,
905
+ [() => SensitiveNonEmptyString, 0],
906
+ 0,
907
+ 0,
908
+ [() => SensitiveNonEmptyString, 0],
909
+ [() => SensitiveNonEmptyString, 0],
910
+ () => LogsLocation,
911
+ 0,
912
+ ],
913
+ ];
914
+ export var ComputeConfiguration = [3, n0, _CCo, 0, [_vCp, _me, _d, _mT, _iT], [1, 1, 1, 0, 0]];
915
+ export var CreateFleetInput = [
916
+ 3,
917
+ n0,
918
+ _CFI,
919
+ 0,
920
+ [_na, _bCa, _eTn, _cT, _cC, _sCc, _oB, _vC, _pC, _iI, _fSR, _ta],
921
+ [
922
+ 0,
923
+ 1,
924
+ 0,
925
+ 0,
926
+ () => ComputeConfiguration,
927
+ () => ScalingConfigurationInput,
928
+ 0,
929
+ () => VpcConfig,
930
+ () => ProxyConfiguration,
931
+ 0,
932
+ 0,
933
+ () => TagList,
934
+ ],
935
+ ];
936
+ export var CreateFleetOutput = [3, n0, _CFO, 0, [_fl], [() => Fleet]];
937
+ export var CreateProjectInput = [
938
+ 3,
939
+ n0,
940
+ _CPI,
941
+ 0,
942
+ [
943
+ _na,
944
+ _de,
945
+ _so,
946
+ _sS,
947
+ _sV,
948
+ _sSV,
949
+ _ar,
950
+ _sA,
951
+ _ca,
952
+ _en,
953
+ _sR,
954
+ _tIM,
955
+ _qTIM,
956
+ _eK,
957
+ _ta,
958
+ _vC,
959
+ _bE,
960
+ _lCo,
961
+ _fSL,
962
+ _bBC,
963
+ _cBL,
964
+ _aRL,
965
+ ],
966
+ [
967
+ 0,
968
+ 0,
969
+ () => ProjectSource,
970
+ () => ProjectSources,
971
+ 0,
972
+ () => ProjectSecondarySourceVersions,
973
+ () => ProjectArtifacts,
974
+ () => ProjectArtifactsList,
975
+ () => ProjectCache,
976
+ () => ProjectEnvironment,
977
+ 0,
978
+ 1,
979
+ 1,
980
+ 0,
981
+ () => TagList,
982
+ () => VpcConfig,
983
+ 2,
984
+ () => LogsConfig,
985
+ () => ProjectFileSystemLocations,
986
+ () => ProjectBuildBatchConfig,
987
+ 1,
988
+ 1,
989
+ ],
990
+ ];
991
+ export var CreateProjectOutput = [3, n0, _CPO, 0, [_pr], [() => Project]];
992
+ export var CreateReportGroupInput = [
993
+ 3,
994
+ n0,
995
+ _CRGI,
996
+ 0,
997
+ [_na, _t, _eCx, _ta],
998
+ [0, 0, () => ReportExportConfig, () => TagList],
999
+ ];
1000
+ export var CreateReportGroupOutput = [3, n0, _CRGO, 0, [_rGe], [() => ReportGroup]];
1001
+ export var CreateWebhookInput = [
1002
+ 3,
1003
+ n0,
1004
+ _CWI,
1005
+ 0,
1006
+ [_pN, _bF, _fG, _bT, _mC, _sCco, _pRBP],
1007
+ [0, 0, () => FilterGroups, 0, 2, () => ScopeConfiguration, () => PullRequestBuildPolicy],
1008
+ ];
1009
+ export var CreateWebhookOutput = [3, n0, _CWO, 0, [_w], [() => Webhook]];
1010
+ export var DebugSession = [3, n0, _DS, 0, [_sE, _sTe], [2, 0]];
1011
+ export var DeleteBuildBatchInput = [3, n0, _DBBI, 0, [_id], [0]];
1012
+ export var DeleteBuildBatchOutput = [
1013
+ 3,
1014
+ n0,
1015
+ _DBBO,
1016
+ 0,
1017
+ [_sC, _bD, _bND],
1018
+ [0, 64 | 0, () => BuildsNotDeleted],
1019
+ ];
1020
+ export var DeleteFleetInput = [3, n0, _DFI, 0, [_a], [0]];
1021
+ export var DeleteFleetOutput = [3, n0, _DFO, 0, [], []];
1022
+ export var DeleteProjectInput = [3, n0, _DPI, 0, [_na], [0]];
1023
+ export var DeleteProjectOutput = [3, n0, _DPO, 0, [], []];
1024
+ export var DeleteReportGroupInput = [3, n0, _DRGI, 0, [_a, _dR], [0, 2]];
1025
+ export var DeleteReportGroupOutput = [3, n0, _DRGO, 0, [], []];
1026
+ export var DeleteReportInput = [3, n0, _DRI, 0, [_a], [0]];
1027
+ export var DeleteReportOutput = [3, n0, _DRO, 0, [], []];
1028
+ export var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_rAe], [0]];
1029
+ export var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [], []];
1030
+ export var DeleteSourceCredentialsInput = [3, n0, _DSCI, 0, [_a], [0]];
1031
+ export var DeleteSourceCredentialsOutput = [3, n0, _DSCO, 0, [_a], [0]];
1032
+ export var DeleteWebhookInput = [3, n0, _DWI, 0, [_pN], [0]];
1033
+ export var DeleteWebhookOutput = [3, n0, _DWO, 0, [], []];
1034
+ export var DescribeCodeCoveragesInput = [
1035
+ 3,
1036
+ n0,
1037
+ _DCCI,
1038
+ 0,
1039
+ [_rAep, _nT, _mR, _sO, _sB, _mLCP, _mLCPa],
1040
+ [0, 0, 1, 0, 0, 1, 1],
1041
+ ];
1042
+ export var DescribeCodeCoveragesOutput = [
1043
+ 3,
1044
+ n0,
1045
+ _DCCO,
1046
+ 0,
1047
+ [_nT, _cCo],
1048
+ [0, () => CodeCoverages],
1049
+ ];
1050
+ export var DescribeTestCasesInput = [
1051
+ 3,
1052
+ n0,
1053
+ _DTCI,
1054
+ 0,
1055
+ [_rAep, _nT, _mR, _fi],
1056
+ [0, 0, 1, () => TestCaseFilter],
1057
+ ];
1058
+ export var DescribeTestCasesOutput = [3, n0, _DTCO, 0, [_nT, _tC], [0, () => TestCases]];
1059
+ export var DockerServer = [
1060
+ 3,
1061
+ n0,
1062
+ _DSo,
1063
+ 0,
1064
+ [_cT, _sGI, _st],
1065
+ [0, 64 | 0, () => DockerServerStatus],
1066
+ ];
1067
+ export var DockerServerStatus = [3, n0, _DSS, 0, [_st, _m], [0, 0]];
1068
+ export var EnvironmentImage = [3, n0, _EI, 0, [_na, _de, _v], [0, 0, 64 | 0]];
1069
+ export var EnvironmentLanguage = [3, n0, _EL, 0, [_la, _im], [0, () => EnvironmentImages]];
1070
+ export var EnvironmentPlatform = [3, n0, _EP, 0, [_pl, _lan], [0, () => EnvironmentLanguages]];
1071
+ export var EnvironmentVariable = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
1072
+ export var ExportedEnvironmentVariable = [3, n0, _EEV, 0, [_na, _va], [0, 0]];
1073
+ export var Fleet = [
1074
+ 3,
1075
+ n0,
1076
+ _F,
1077
+ 0,
1078
+ [_a, _na, _id, _cr, _lMa, _st, _bCa, _eTn, _cT, _cC, _sCc, _oB, _vC, _pC, _iI, _fSR, _ta],
1079
+ [
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 4,
1084
+ 4,
1085
+ () => FleetStatus,
1086
+ 1,
1087
+ 0,
1088
+ 0,
1089
+ () => ComputeConfiguration,
1090
+ () => ScalingConfigurationOutput,
1091
+ 0,
1092
+ () => VpcConfig,
1093
+ () => ProxyConfiguration,
1094
+ 0,
1095
+ 0,
1096
+ () => TagList,
1097
+ ],
1098
+ ];
1099
+ export var FleetProxyRule = [3, n0, _FPR, 0, [_t, _ef, _ent], [0, 0, 64 | 0]];
1100
+ export var FleetStatus = [3, n0, _FS, 0, [_sC, _cont, _m], [0, 0, 0]];
1101
+ export var GetReportGroupTrendInput = [3, n0, _GRGTI, 0, [_rGAe, _nOR, _tF], [0, 1, 0]];
1102
+ export var GetReportGroupTrendOutput = [
1103
+ 3,
1104
+ n0,
1105
+ _GRGTO,
1106
+ 0,
1107
+ [_sta, _rD],
1108
+ [() => ReportGroupTrendStats, () => ReportGroupTrendRawDataList],
1109
+ ];
1110
+ export var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_rAe], [0]];
1111
+ export var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_po], [0]];
1112
+ export var GitSubmodulesConfig = [3, n0, _GSC, 0, [_fS], [2]];
1113
+ export var ImportSourceCredentialsInput = [
1114
+ 3,
1115
+ n0,
1116
+ _ISCI,
1117
+ 0,
1118
+ [_u, _to, _sTer, _aT, _sOh],
1119
+ [0, [() => SensitiveNonEmptyString, 0], 0, 0, 2],
1120
+ ];
1121
+ export var ImportSourceCredentialsOutput = [3, n0, _ISCO, 0, [_a], [0]];
1122
+ export var InvalidateProjectCacheInput = [3, n0, _IPCI, 0, [_pN], [0]];
1123
+ export var InvalidateProjectCacheOutput = [3, n0, _IPCO, 0, [], []];
1124
+ export var InvalidInputException = [
1125
+ -3,
1126
+ n0,
1127
+ _IIE,
1128
+ {
1129
+ [_e]: _c,
1130
+ },
1131
+ [_m],
1132
+ [0],
1133
+ ];
1134
+ TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
1135
+ export var ListBuildBatchesForProjectInput = [
1136
+ 3,
1137
+ n0,
1138
+ _LBBFPI,
1139
+ 0,
1140
+ [_pN, _fi, _mR, _sO, _nT],
1141
+ [0, () => BuildBatchFilter, 1, 0, 0],
1142
+ ];
1143
+ export var ListBuildBatchesForProjectOutput = [3, n0, _LBBFPO, 0, [_i, _nT], [64 | 0, 0]];
1144
+ export var ListBuildBatchesInput = [
1145
+ 3,
1146
+ n0,
1147
+ _LBBI,
1148
+ 0,
1149
+ [_fi, _mR, _sO, _nT],
1150
+ [() => BuildBatchFilter, 1, 0, 0],
1151
+ ];
1152
+ export var ListBuildBatchesOutput = [3, n0, _LBBO, 0, [_i, _nT], [64 | 0, 0]];
1153
+ export var ListBuildsForProjectInput = [3, n0, _LBFPI, 0, [_pN, _sO, _nT], [0, 0, 0]];
1154
+ export var ListBuildsForProjectOutput = [3, n0, _LBFPO, 0, [_i, _nT], [64 | 0, 0]];
1155
+ export var ListBuildsInput = [3, n0, _LBI, 0, [_sO, _nT], [0, 0]];
1156
+ export var ListBuildsOutput = [3, n0, _LBO, 0, [_i, _nT], [64 | 0, 0]];
1157
+ export var ListCommandExecutionsForSandboxInput = [
1158
+ 3,
1159
+ n0,
1160
+ _LCEFSI,
1161
+ 0,
1162
+ [_sI, _mR, _sO, _nT],
1163
+ [0, 1, 0, [() => SensitiveString, 0]],
1164
+ ];
1165
+ export var ListCommandExecutionsForSandboxOutput = [
1166
+ 3,
1167
+ n0,
1168
+ _LCEFSO,
1169
+ 0,
1170
+ [_cE, _nT],
1171
+ [[() => CommandExecutions, 0], 0],
1172
+ ];
1173
+ export var ListCuratedEnvironmentImagesInput = [3, n0, _LCEII, 0, [], []];
1174
+ export var ListCuratedEnvironmentImagesOutput = [
1175
+ 3,
1176
+ n0,
1177
+ _LCEIO,
1178
+ 0,
1179
+ [_pla],
1180
+ [() => EnvironmentPlatforms],
1181
+ ];
1182
+ export var ListFleetsInput = [
1183
+ 3,
1184
+ n0,
1185
+ _LFI,
1186
+ 0,
1187
+ [_nT, _mR, _sO, _sB],
1188
+ [[() => SensitiveString, 0], 1, 0, 0],
1189
+ ];
1190
+ export var ListFleetsOutput = [3, n0, _LFO, 0, [_nT, _f], [0, 64 | 0]];
1191
+ export var ListProjectsInput = [3, n0, _LPI, 0, [_sB, _sO, _nT], [0, 0, 0]];
1192
+ export var ListProjectsOutput = [3, n0, _LPO, 0, [_nT, _p], [0, 64 | 0]];
1193
+ export var ListReportGroupsInput = [3, n0, _LRGI, 0, [_sO, _sB, _nT, _mR], [0, 0, 0, 1]];
1194
+ export var ListReportGroupsOutput = [3, n0, _LRGO, 0, [_nT, _rG], [0, 64 | 0]];
1195
+ export var ListReportsForReportGroupInput = [
1196
+ 3,
1197
+ n0,
1198
+ _LRFRGI,
1199
+ 0,
1200
+ [_rGAe, _nT, _sO, _mR, _fi],
1201
+ [0, 0, 0, 1, () => ReportFilter],
1202
+ ];
1203
+ export var ListReportsForReportGroupOutput = [3, n0, _LRFRGO, 0, [_nT, _r], [0, 64 | 0]];
1204
+ export var ListReportsInput = [
1205
+ 3,
1206
+ n0,
1207
+ _LRI,
1208
+ 0,
1209
+ [_sO, _nT, _mR, _fi],
1210
+ [0, 0, 1, () => ReportFilter],
1211
+ ];
1212
+ export var ListReportsOutput = [3, n0, _LRO, 0, [_nT, _r], [0, 64 | 0]];
1213
+ export var ListSandboxesForProjectInput = [
1214
+ 3,
1215
+ n0,
1216
+ _LSFPI,
1217
+ 0,
1218
+ [_pN, _mR, _sO, _nT],
1219
+ [0, 1, 0, [() => SensitiveString, 0]],
1220
+ ];
1221
+ export var ListSandboxesForProjectOutput = [3, n0, _LSFPO, 0, [_i, _nT], [64 | 0, 0]];
1222
+ export var ListSandboxesInput = [3, n0, _LSI, 0, [_mR, _sO, _nT], [1, 0, 0]];
1223
+ export var ListSandboxesOutput = [3, n0, _LSO, 0, [_i, _nT], [64 | 0, 0]];
1224
+ export var ListSharedProjectsInput = [3, n0, _LSPI, 0, [_sB, _sO, _mR, _nT], [0, 0, 1, 0]];
1225
+ export var ListSharedProjectsOutput = [3, n0, _LSPO, 0, [_nT, _p], [0, 64 | 0]];
1226
+ export var ListSharedReportGroupsInput = [3, n0, _LSRGI, 0, [_sO, _sB, _nT, _mR], [0, 0, 0, 1]];
1227
+ export var ListSharedReportGroupsOutput = [3, n0, _LSRGO, 0, [_nT, _rG], [0, 64 | 0]];
1228
+ export var ListSourceCredentialsInput = [3, n0, _LSCI, 0, [], []];
1229
+ export var ListSourceCredentialsOutput = [
1230
+ 3,
1231
+ n0,
1232
+ _LSCO,
1233
+ 0,
1234
+ [_sCI],
1235
+ [() => SourceCredentialsInfos],
1236
+ ];
1237
+ export var LogsConfig = [
1238
+ 3,
1239
+ n0,
1240
+ _LC,
1241
+ 0,
1242
+ [_cWL, _sL],
1243
+ [() => CloudWatchLogsConfig, () => S3LogsConfig],
1244
+ ];
1245
+ export var LogsLocation = [
1246
+ 3,
1247
+ n0,
1248
+ _LL,
1249
+ 0,
1250
+ [_gN, _sN, _dL, _sDL, _cWLA, _sLA, _cWL, _sL],
1251
+ [0, 0, 0, 0, 0, 0, () => CloudWatchLogsConfig, () => S3LogsConfig],
1252
+ ];
1253
+ export var NetworkInterface = [3, n0, _NI, 0, [_sIu, _nII], [0, 0]];
1254
+ export var OAuthProviderException = [
1255
+ -3,
1256
+ n0,
1257
+ _OAPE,
1258
+ {
1259
+ [_e]: _c,
1260
+ },
1261
+ [_m],
1262
+ [0],
1263
+ ];
1264
+ TypeRegistry.for(n0).registerError(OAuthProviderException, __OAuthProviderException);
1265
+ export var PhaseContext = [3, n0, _PC, 0, [_sC, _m], [0, 0]];
1266
+ export var Project = [
1267
+ 3,
1268
+ n0,
1269
+ _P,
1270
+ 0,
1271
+ [
1272
+ _na,
1273
+ _a,
1274
+ _de,
1275
+ _so,
1276
+ _sS,
1277
+ _sV,
1278
+ _sSV,
1279
+ _ar,
1280
+ _sA,
1281
+ _ca,
1282
+ _en,
1283
+ _sR,
1284
+ _tIM,
1285
+ _qTIM,
1286
+ _eK,
1287
+ _ta,
1288
+ _cr,
1289
+ _lMa,
1290
+ _w,
1291
+ _vC,
1292
+ _ba,
1293
+ _lCo,
1294
+ _fSL,
1295
+ _bBC,
1296
+ _cBL,
1297
+ _pV,
1298
+ _pPA,
1299
+ _rAR,
1300
+ _aRL,
1301
+ ],
1302
+ [
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ () => ProjectSource,
1307
+ () => ProjectSources,
1308
+ 0,
1309
+ () => ProjectSecondarySourceVersions,
1310
+ () => ProjectArtifacts,
1311
+ () => ProjectArtifactsList,
1312
+ () => ProjectCache,
1313
+ () => ProjectEnvironment,
1314
+ 0,
1315
+ 1,
1316
+ 1,
1317
+ 0,
1318
+ () => TagList,
1319
+ 4,
1320
+ 4,
1321
+ () => Webhook,
1322
+ () => VpcConfig,
1323
+ () => ProjectBadge,
1324
+ () => LogsConfig,
1325
+ () => ProjectFileSystemLocations,
1326
+ () => ProjectBuildBatchConfig,
1327
+ 1,
1328
+ 0,
1329
+ 0,
1330
+ 0,
1331
+ 1,
1332
+ ],
1333
+ ];
1334
+ export var ProjectArtifacts = [
1335
+ 3,
1336
+ n0,
1337
+ _PA,
1338
+ 0,
1339
+ [_t, _lo, _pa, _nTa, _na, _pac, _oAN, _eD, _aI, _bOA],
1340
+ [0, 0, 0, 0, 0, 0, 2, 2, 0, 0],
1341
+ ];
1342
+ export var ProjectBadge = [3, n0, _PB, 0, [_bE, _bRU], [2, 0]];
1343
+ export var ProjectBuildBatchConfig = [
1344
+ 3,
1345
+ n0,
1346
+ _PBBC,
1347
+ 0,
1348
+ [_sR, _cA, _re, _tIMi, _bRM],
1349
+ [0, 2, () => BatchRestrictions, 1, 0],
1350
+ ];
1351
+ export var ProjectCache = [3, n0, _PCr, 0, [_t, _lo, _mo, _cN], [0, 0, 64 | 0, 0]];
1352
+ export var ProjectEnvironment = [
1353
+ 3,
1354
+ n0,
1355
+ _PE,
1356
+ 0,
1357
+ [_t, _ima, _cT, _cC, _fl, _eV, _pM, _ce, _rC, _iPCT, _dSo],
1358
+ [
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ () => ComputeConfiguration,
1363
+ () => ProjectFleet,
1364
+ () => EnvironmentVariables,
1365
+ 2,
1366
+ 0,
1367
+ () => RegistryCredential,
1368
+ 0,
1369
+ () => DockerServer,
1370
+ ],
1371
+ ];
1372
+ export var ProjectFileSystemLocation = [
1373
+ 3,
1374
+ n0,
1375
+ _PFSL,
1376
+ 0,
1377
+ [_t, _lo, _mP, _ide, _mO],
1378
+ [0, 0, 0, 0, 0],
1379
+ ];
1380
+ export var ProjectFleet = [3, n0, _PF, 0, [_fAl], [0]];
1381
+ export var ProjectSource = [
1382
+ 3,
1383
+ n0,
1384
+ _PS,
1385
+ 0,
1386
+ [_t, _lo, _gCD, _gSC, _bu, _au, _rBS, _bSC, _iS, _sIo],
1387
+ [0, 0, 1, () => GitSubmodulesConfig, 0, () => SourceAuth, 2, () => BuildStatusConfig, 2, 0],
1388
+ ];
1389
+ export var ProjectSourceVersion = [3, n0, _PSV, 0, [_sIo, _sV], [0, 0]];
1390
+ export var ProxyConfiguration = [3, n0, _PCro, 0, [_dB, _oPR], [0, () => FleetProxyRules]];
1391
+ export var PullRequestBuildPolicy = [3, n0, _PRBP, 0, [_rCA, _aR], [0, 64 | 0]];
1392
+ export var PutResourcePolicyInput = [3, n0, _PRPI, 0, [_po, _rAe], [0, 0]];
1393
+ export var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_rAe], [0]];
1394
+ export var RegistryCredential = [3, n0, _RC, 0, [_cre, _cPr], [0, 0]];
1395
+ export var Report = [
1396
+ 3,
1397
+ n0,
1398
+ _R,
1399
+ 0,
1400
+ [_a, _t, _na, _rGAe, _eI, _st, _cr, _ex, _eCx, _tr, _tS, _cCS],
1401
+ [0, 0, 0, 0, 0, 0, 4, 4, () => ReportExportConfig, 2, () => TestReportSummary, () => CodeCoverageReportSummary],
1402
+ ];
1403
+ export var ReportExportConfig = [3, n0, _REC, 0, [_eCT, _sD], [0, () => S3ReportExportConfig]];
1404
+ export var ReportFilter = [3, n0, _RF, 0, [_st], [0]];
1405
+ export var ReportGroup = [
1406
+ 3,
1407
+ n0,
1408
+ _RG,
1409
+ 0,
1410
+ [_a, _na, _t, _eCx, _cr, _lMa, _ta, _st],
1411
+ [0, 0, 0, () => ReportExportConfig, 4, 4, () => TagList, 0],
1412
+ ];
1413
+ export var ReportGroupTrendStats = [3, n0, _RGTS, 0, [_av, _ma, _mi], [0, 0, 0]];
1414
+ export var ReportWithRawData = [3, n0, _RWRD, 0, [_rAep, _da], [0, 0]];
1415
+ export var ResolvedArtifact = [3, n0, _RA, 0, [_t, _lo, _ide], [0, 0, 0]];
1416
+ export var ResourceAlreadyExistsException = [
1417
+ -3,
1418
+ n0,
1419
+ _RAEE,
1420
+ {
1421
+ [_e]: _c,
1422
+ },
1423
+ [_m],
1424
+ [0],
1425
+ ];
1426
+ TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
1427
+ export var ResourceNotFoundException = [
1428
+ -3,
1429
+ n0,
1430
+ _RNFE,
1431
+ {
1432
+ [_e]: _c,
1433
+ },
1434
+ [_m],
1435
+ [0],
1436
+ ];
1437
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1438
+ export var RetryBuildBatchInput = [3, n0, _RBBI, 0, [_id, _iTd, _rT], [0, 0, 0]];
1439
+ export var RetryBuildBatchOutput = [3, n0, _RBBO, 0, [_bBu], [() => BuildBatch]];
1440
+ export var RetryBuildInput = [3, n0, _RBI, 0, [_id, _iTd], [0, 0]];
1441
+ export var RetryBuildOutput = [3, n0, _RBO, 0, [_bui], [() => Build]];
1442
+ export var S3LogsConfig = [3, n0, _SLC, 0, [_st, _lo, _eD, _bOA], [0, 0, 2, 0]];
1443
+ export var S3ReportExportConfig = [
1444
+ 3,
1445
+ n0,
1446
+ _SREC,
1447
+ 0,
1448
+ [_buc, _bO, _pa, _pac, _eK, _eD],
1449
+ [0, 0, 0, 0, 0, 2],
1450
+ ];
1451
+ export var Sandbox = [
1452
+ 3,
1453
+ n0,
1454
+ _S,
1455
+ 0,
1456
+ [_id, _a, _pN, _rTe, _sT, _eT, _st, _so, _sV, _sS, _sSV, _en, _fSL, _tIM, _qTIM, _vC, _lC, _eK, _sR, _cS],
1457
+ [
1458
+ 0,
1459
+ 0,
1460
+ 0,
1461
+ 4,
1462
+ 4,
1463
+ 4,
1464
+ 0,
1465
+ () => ProjectSource,
1466
+ 0,
1467
+ () => ProjectSources,
1468
+ () => ProjectSecondarySourceVersions,
1469
+ () => ProjectEnvironment,
1470
+ () => ProjectFileSystemLocations,
1471
+ 1,
1472
+ 1,
1473
+ () => VpcConfig,
1474
+ () => LogsConfig,
1475
+ 0,
1476
+ 0,
1477
+ () => SandboxSession,
1478
+ ],
1479
+ ];
1480
+ export var SandboxSession = [
1481
+ 3,
1482
+ n0,
1483
+ _SSa,
1484
+ 0,
1485
+ [_id, _st, _sT, _eT, _cP, _ph, _rSV, _l, _nI],
1486
+ [0, 0, 4, 4, 0, () => SandboxSessionPhases, 0, () => LogsLocation, () => NetworkInterface],
1487
+ ];
1488
+ export var SandboxSessionPhase = [
1489
+ 3,
1490
+ n0,
1491
+ _SSP,
1492
+ 0,
1493
+ [_pT, _pS, _sT, _eT, _dIS, _con],
1494
+ [0, 0, 4, 4, 1, () => PhaseContexts],
1495
+ ];
1496
+ export var ScalingConfigurationInput = [
1497
+ 3,
1498
+ n0,
1499
+ _SCI,
1500
+ 0,
1501
+ [_sTc, _tTSC, _mCa],
1502
+ [0, () => TargetTrackingScalingConfigurations, 1],
1503
+ ];
1504
+ export var ScalingConfigurationOutput = [
1505
+ 3,
1506
+ n0,
1507
+ _SCO,
1508
+ 0,
1509
+ [_sTc, _tTSC, _mCa, _dC],
1510
+ [0, () => TargetTrackingScalingConfigurations, 1, 1],
1511
+ ];
1512
+ export var ScopeConfiguration = [3, n0, _SC, 0, [_na, _do, _sc], [0, 0, 0]];
1513
+ export var SourceAuth = [3, n0, _SA, 0, [_t, _res], [0, 0]];
1514
+ export var SourceCredentialsInfo = [3, n0, _SCIo, 0, [_a, _sTer, _aT, _res], [0, 0, 0, 0]];
1515
+ export var SSMSession = [3, n0, _SSMS, 0, [_sIe, _tV, _sU], [0, 0, 0]];
1516
+ export var StartBuildBatchInput = [
1517
+ 3,
1518
+ n0,
1519
+ _SBBI,
1520
+ 0,
1521
+ [
1522
+ _pN,
1523
+ _sSO,
1524
+ _sSVO,
1525
+ _sV,
1526
+ _aO,
1527
+ _sAO,
1528
+ _eVO,
1529
+ _sTO,
1530
+ _sLO,
1531
+ _sAOo,
1532
+ _gCDO,
1533
+ _gSCO,
1534
+ _bOu,
1535
+ _iSO,
1536
+ _rBBSO,
1537
+ _eTO,
1538
+ _iO,
1539
+ _cTO,
1540
+ _cO,
1541
+ _cOa,
1542
+ _sRO,
1543
+ _pMO,
1544
+ _bTIMO,
1545
+ _qTIMO,
1546
+ _eKO,
1547
+ _iTd,
1548
+ _lCO,
1549
+ _rCO,
1550
+ _iPCTO,
1551
+ _bBCO,
1552
+ _dSE,
1553
+ ],
1554
+ [
1555
+ 0,
1556
+ () => ProjectSources,
1557
+ () => ProjectSecondarySourceVersions,
1558
+ 0,
1559
+ () => ProjectArtifacts,
1560
+ () => ProjectArtifactsList,
1561
+ () => EnvironmentVariables,
1562
+ 0,
1563
+ 0,
1564
+ () => SourceAuth,
1565
+ 1,
1566
+ () => GitSubmodulesConfig,
1567
+ 0,
1568
+ 2,
1569
+ 2,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 0,
1574
+ () => ProjectCache,
1575
+ 0,
1576
+ 2,
1577
+ 1,
1578
+ 1,
1579
+ 0,
1580
+ 0,
1581
+ () => LogsConfig,
1582
+ () => RegistryCredential,
1583
+ 0,
1584
+ () => ProjectBuildBatchConfig,
1585
+ 2,
1586
+ ],
1587
+ ];
1588
+ export var StartBuildBatchOutput = [3, n0, _SBBO, 0, [_bBu], [() => BuildBatch]];
1589
+ export var StartBuildInput = [
1590
+ 3,
1591
+ n0,
1592
+ _SBI,
1593
+ 0,
1594
+ [
1595
+ _pN,
1596
+ _sSO,
1597
+ _sSVO,
1598
+ _sV,
1599
+ _aO,
1600
+ _sAO,
1601
+ _eVO,
1602
+ _sTO,
1603
+ _sLO,
1604
+ _sAOo,
1605
+ _gCDO,
1606
+ _gSCO,
1607
+ _bOu,
1608
+ _iSO,
1609
+ _rBSO,
1610
+ _bSCO,
1611
+ _eTO,
1612
+ _iO,
1613
+ _cTO,
1614
+ _cO,
1615
+ _cOa,
1616
+ _sRO,
1617
+ _pMO,
1618
+ _tIMO,
1619
+ _qTIMO,
1620
+ _eKO,
1621
+ _iTd,
1622
+ _lCO,
1623
+ _rCO,
1624
+ _iPCTO,
1625
+ _dSE,
1626
+ _fO,
1627
+ _aRLO,
1628
+ ],
1629
+ [
1630
+ 0,
1631
+ () => ProjectSources,
1632
+ () => ProjectSecondarySourceVersions,
1633
+ 0,
1634
+ () => ProjectArtifacts,
1635
+ () => ProjectArtifactsList,
1636
+ () => EnvironmentVariables,
1637
+ 0,
1638
+ 0,
1639
+ () => SourceAuth,
1640
+ 1,
1641
+ () => GitSubmodulesConfig,
1642
+ 0,
1643
+ 2,
1644
+ 2,
1645
+ () => BuildStatusConfig,
1646
+ 0,
1647
+ 0,
1648
+ 0,
1649
+ 0,
1650
+ () => ProjectCache,
1651
+ 0,
1652
+ 2,
1653
+ 1,
1654
+ 1,
1655
+ 0,
1656
+ 0,
1657
+ () => LogsConfig,
1658
+ () => RegistryCredential,
1659
+ 0,
1660
+ 2,
1661
+ () => ProjectFleet,
1662
+ 1,
1663
+ ],
1664
+ ];
1665
+ export var StartBuildOutput = [3, n0, _SBO, 0, [_bui], [() => Build]];
1666
+ export var StartCommandExecutionInput = [
1667
+ 3,
1668
+ n0,
1669
+ _SCEI,
1670
+ 0,
1671
+ [_sI, _com, _t],
1672
+ [0, [() => SensitiveNonEmptyString, 0], 0],
1673
+ ];
1674
+ export var StartCommandExecutionOutput = [
1675
+ 3,
1676
+ n0,
1677
+ _SCEO,
1678
+ 0,
1679
+ [_cEo],
1680
+ [[() => CommandExecution, 0]],
1681
+ ];
1682
+ export var StartSandboxConnectionInput = [3, n0, _SSCI, 0, [_sI], [0]];
1683
+ export var StartSandboxConnectionOutput = [3, n0, _SSCO, 0, [_sSs], [() => SSMSession]];
1684
+ export var StartSandboxInput = [3, n0, _SSI, 0, [_pN, _iTd], [0, [() => SensitiveString, 0]]];
1685
+ export var StartSandboxOutput = [3, n0, _SSO, 0, [_sa], [() => Sandbox]];
1686
+ export var StopBuildBatchInput = [3, n0, _SBBIt, 0, [_id], [0]];
1687
+ export var StopBuildBatchOutput = [3, n0, _SBBOt, 0, [_bBu], [() => BuildBatch]];
1688
+ export var StopBuildInput = [3, n0, _SBIt, 0, [_id], [0]];
1689
+ export var StopBuildOutput = [3, n0, _SBOt, 0, [_bui], [() => Build]];
1690
+ export var StopSandboxInput = [3, n0, _SSIt, 0, [_id], [0]];
1691
+ export var StopSandboxOutput = [3, n0, _SSOt, 0, [_sa], [() => Sandbox]];
1692
+ export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1693
+ export var TargetTrackingScalingConfiguration = [3, n0, _TTSC, 0, [_mTe, _tVa], [0, 1]];
1694
+ export var TestCase = [
1695
+ 3,
1696
+ n0,
1697
+ _TC,
1698
+ 0,
1699
+ [_rAep, _tRDP, _pre, _na, _st, _dINS, _m, _ex, _tSN],
1700
+ [0, 0, 0, 0, 0, 1, 0, 4, 0],
1701
+ ];
1702
+ export var TestCaseFilter = [3, n0, _TCF, 0, [_st, _ke], [0, 0]];
1703
+ export var TestReportSummary = [3, n0, _TRS, 0, [_tot, _sCt, _dINS], [1, 128 | 1, 1]];
1704
+ export var UpdateFleetInput = [
1705
+ 3,
1706
+ n0,
1707
+ _UFI,
1708
+ 0,
1709
+ [_a, _bCa, _eTn, _cT, _cC, _sCc, _oB, _vC, _pC, _iI, _fSR, _ta],
1710
+ [
1711
+ 0,
1712
+ 1,
1713
+ 0,
1714
+ 0,
1715
+ () => ComputeConfiguration,
1716
+ () => ScalingConfigurationInput,
1717
+ 0,
1718
+ () => VpcConfig,
1719
+ () => ProxyConfiguration,
1720
+ 0,
1721
+ 0,
1722
+ () => TagList,
1723
+ ],
1724
+ ];
1725
+ export var UpdateFleetOutput = [3, n0, _UFO, 0, [_fl], [() => Fleet]];
1726
+ export var UpdateProjectInput = [
1727
+ 3,
1728
+ n0,
1729
+ _UPI,
1730
+ 0,
1731
+ [
1732
+ _na,
1733
+ _de,
1734
+ _so,
1735
+ _sS,
1736
+ _sV,
1737
+ _sSV,
1738
+ _ar,
1739
+ _sA,
1740
+ _ca,
1741
+ _en,
1742
+ _sR,
1743
+ _tIM,
1744
+ _qTIM,
1745
+ _eK,
1746
+ _ta,
1747
+ _vC,
1748
+ _bE,
1749
+ _lCo,
1750
+ _fSL,
1751
+ _bBC,
1752
+ _cBL,
1753
+ _aRL,
1754
+ ],
1755
+ [
1756
+ 0,
1757
+ 0,
1758
+ () => ProjectSource,
1759
+ () => ProjectSources,
1760
+ 0,
1761
+ () => ProjectSecondarySourceVersions,
1762
+ () => ProjectArtifacts,
1763
+ () => ProjectArtifactsList,
1764
+ () => ProjectCache,
1765
+ () => ProjectEnvironment,
1766
+ 0,
1767
+ 1,
1768
+ 1,
1769
+ 0,
1770
+ () => TagList,
1771
+ () => VpcConfig,
1772
+ 2,
1773
+ () => LogsConfig,
1774
+ () => ProjectFileSystemLocations,
1775
+ () => ProjectBuildBatchConfig,
1776
+ 1,
1777
+ 1,
1778
+ ],
1779
+ ];
1780
+ export var UpdateProjectOutput = [3, n0, _UPO, 0, [_pr], [() => Project]];
1781
+ export var UpdateProjectVisibilityInput = [3, n0, _UPVI, 0, [_pAr, _pV, _rAR], [0, 0, 0]];
1782
+ export var UpdateProjectVisibilityOutput = [3, n0, _UPVO, 0, [_pAr, _pPA, _pV], [0, 0, 0]];
1783
+ export var UpdateReportGroupInput = [
1784
+ 3,
1785
+ n0,
1786
+ _URGI,
1787
+ 0,
1788
+ [_a, _eCx, _ta],
1789
+ [0, () => ReportExportConfig, () => TagList],
1790
+ ];
1791
+ export var UpdateReportGroupOutput = [3, n0, _URGO, 0, [_rGe], [() => ReportGroup]];
1792
+ export var UpdateWebhookInput = [
1793
+ 3,
1794
+ n0,
1795
+ _UWI,
1796
+ 0,
1797
+ [_pN, _bF, _rS, _fG, _bT, _pRBP],
1798
+ [0, 0, 2, () => FilterGroups, 0, () => PullRequestBuildPolicy],
1799
+ ];
1800
+ export var UpdateWebhookOutput = [3, n0, _UWO, 0, [_w], [() => Webhook]];
1801
+ export var VpcConfig = [3, n0, _VC, 0, [_vI, _su, _sGI], [0, 64 | 0, 64 | 0]];
1802
+ export var Webhook = [
1803
+ 3,
1804
+ n0,
1805
+ _W,
1806
+ 0,
1807
+ [_ur, _pU, _se, _bF, _fG, _bT, _mC, _lMS, _sCco, _st, _sM, _pRBP],
1808
+ [0, 0, 0, 0, () => FilterGroups, 0, 2, 4, () => ScopeConfiguration, 0, 0, () => PullRequestBuildPolicy],
1809
+ ];
1810
+ export var WebhookFilter = [3, n0, _WF, 0, [_t, _pat, _eMP], [0, 0, 2]];
1811
+ export var __Unit = "unit";
1812
+ export var CodeBuildServiceException = [-3, _sm, "CodeBuildServiceException", 0, [], []];
1813
+ TypeRegistry.for(_sm).registerError(CodeBuildServiceException, __CodeBuildServiceException);
1814
+ export var BuildArtifactsList = [1, n0, _BAL, 0, () => BuildArtifacts];
1815
+ export var BuildBatches = [1, n0, _BBu, 0, () => BuildBatch];
1816
+ export var BuildBatchIds = 64 | 0;
1817
+ export var BuildBatchPhases = [1, n0, _BBPu, 0, () => BuildBatchPhase];
1818
+ export var BuildGroups = [1, n0, _BGu, 0, () => BuildGroup];
1819
+ export var BuildIds = 64 | 0;
1820
+ export var BuildPhases = [1, n0, _BPu, 0, () => BuildPhase];
1821
+ export var BuildReportArns = 64 | 0;
1822
+ export var Builds = [1, n0, _Bu, 0, () => Build];
1823
+ export var BuildsNotDeleted = [1, n0, _BNDu, 0, () => BuildNotDeleted];
1824
+ export var BuildSummaries = [1, n0, _BSu, 0, () => BuildSummary];
1825
+ export var CodeCoverages = [1, n0, _CCod, 0, () => CodeCoverage];
1826
+ export var CommandExecutionIds = 64 | 0;
1827
+ export var CommandExecutions = [1, n0, _CEo, 0, [() => CommandExecution, 0]];
1828
+ export var ComputeTypesAllowed = 64 | 0;
1829
+ export var EnvironmentImages = [1, n0, _EIn, 0, () => EnvironmentImage];
1830
+ export var EnvironmentLanguages = [1, n0, _ELn, 0, () => EnvironmentLanguage];
1831
+ export var EnvironmentPlatforms = [1, n0, _EPn, 0, () => EnvironmentPlatform];
1832
+ export var EnvironmentVariables = [1, n0, _EVn, 0, () => EnvironmentVariable];
1833
+ export var ExportedEnvironmentVariables = [1, n0, _EEVx, 0, () => ExportedEnvironmentVariable];
1834
+ export var FilterGroup = [1, n0, _FGi, 0, () => WebhookFilter];
1835
+ export var FilterGroups = [1, n0, _FG, 0, () => FilterGroup];
1836
+ export var FleetArns = 64 | 0;
1837
+ export var FleetNames = 64 | 0;
1838
+ export var FleetProxyRuleEntities = 64 | 0;
1839
+ export var FleetProxyRules = [1, n0, _FPRl, 0, () => FleetProxyRule];
1840
+ export var Fleets = [1, n0, _Fl, 0, () => Fleet];
1841
+ export var FleetsAllowed = 64 | 0;
1842
+ export var Identifiers = 64 | 0;
1843
+ export var ImageVersions = 64 | 0;
1844
+ export var PhaseContexts = [1, n0, _PCh, 0, () => PhaseContext];
1845
+ export var ProjectArns = 64 | 0;
1846
+ export var ProjectArtifactsList = [1, n0, _PAL, 0, () => ProjectArtifacts];
1847
+ export var ProjectCacheModes = 64 | 0;
1848
+ export var ProjectFileSystemLocations = [1, n0, _PFSLr, 0, () => ProjectFileSystemLocation];
1849
+ export var ProjectNames = 64 | 0;
1850
+ export var Projects = [1, n0, _Pr, 0, () => Project];
1851
+ export var ProjectSecondarySourceVersions = [1, n0, _PSSV, 0, () => ProjectSourceVersion];
1852
+ export var ProjectSources = [1, n0, _PSr, 0, () => ProjectSource];
1853
+ export var PullRequestBuildApproverRoles = 64 | 0;
1854
+ export var ReportArns = 64 | 0;
1855
+ export var ReportGroupArns = 64 | 0;
1856
+ export var ReportGroups = [1, n0, _RGe, 0, () => ReportGroup];
1857
+ export var ReportGroupTrendRawDataList = [1, n0, _RGTRDL, 0, () => ReportWithRawData];
1858
+ export var Reports = [1, n0, _Re, 0, () => Report];
1859
+ export var ResolvedSecondaryArtifacts = [1, n0, _RSA, 0, () => ResolvedArtifact];
1860
+ export var Sandboxes = [1, n0, _Sa, 0, () => Sandbox];
1861
+ export var SandboxIds = 64 | 0;
1862
+ export var SandboxSessionPhases = [1, n0, _SSPa, 0, () => SandboxSessionPhase];
1863
+ export var SecurityGroupIds = 64 | 0;
1864
+ export var SourceCredentialsInfos = [1, n0, _SCIou, 0, () => SourceCredentialsInfo];
1865
+ export var Subnets = 64 | 0;
1866
+ export var TagList = [1, n0, _TL, 0, () => Tag];
1867
+ export var TargetTrackingScalingConfigurations = [
1868
+ 1,
1869
+ n0,
1870
+ _TTSCa,
1871
+ 0,
1872
+ () => TargetTrackingScalingConfiguration,
1873
+ ];
1874
+ export var TestCases = [1, n0, _TCe, 0, () => TestCase];
1875
+ export var ReportStatusCounts = 128 | 1;
1876
+ export var BatchDeleteBuilds = [
1877
+ 9,
1878
+ n0,
1879
+ _BDB,
1880
+ 0,
1881
+ () => BatchDeleteBuildsInput,
1882
+ () => BatchDeleteBuildsOutput,
1883
+ ];
1884
+ export var BatchGetBuildBatches = [
1885
+ 9,
1886
+ n0,
1887
+ _BGBB,
1888
+ 0,
1889
+ () => BatchGetBuildBatchesInput,
1890
+ () => BatchGetBuildBatchesOutput,
1891
+ ];
1892
+ export var BatchGetBuilds = [
1893
+ 9,
1894
+ n0,
1895
+ _BGB,
1896
+ 0,
1897
+ () => BatchGetBuildsInput,
1898
+ () => BatchGetBuildsOutput,
1899
+ ];
1900
+ export var BatchGetCommandExecutions = [
1901
+ 9,
1902
+ n0,
1903
+ _BGCE,
1904
+ 0,
1905
+ () => BatchGetCommandExecutionsInput,
1906
+ () => BatchGetCommandExecutionsOutput,
1907
+ ];
1908
+ export var BatchGetFleets = [
1909
+ 9,
1910
+ n0,
1911
+ _BGF,
1912
+ 0,
1913
+ () => BatchGetFleetsInput,
1914
+ () => BatchGetFleetsOutput,
1915
+ ];
1916
+ export var BatchGetProjects = [
1917
+ 9,
1918
+ n0,
1919
+ _BGP,
1920
+ 0,
1921
+ () => BatchGetProjectsInput,
1922
+ () => BatchGetProjectsOutput,
1923
+ ];
1924
+ export var BatchGetReportGroups = [
1925
+ 9,
1926
+ n0,
1927
+ _BGRG,
1928
+ 0,
1929
+ () => BatchGetReportGroupsInput,
1930
+ () => BatchGetReportGroupsOutput,
1931
+ ];
1932
+ export var BatchGetReports = [
1933
+ 9,
1934
+ n0,
1935
+ _BGR,
1936
+ 0,
1937
+ () => BatchGetReportsInput,
1938
+ () => BatchGetReportsOutput,
1939
+ ];
1940
+ export var BatchGetSandboxes = [
1941
+ 9,
1942
+ n0,
1943
+ _BGS,
1944
+ 0,
1945
+ () => BatchGetSandboxesInput,
1946
+ () => BatchGetSandboxesOutput,
1947
+ ];
1948
+ export var CreateFleet = [9, n0, _CF, 0, () => CreateFleetInput, () => CreateFleetOutput];
1949
+ export var CreateProject = [9, n0, _CP, 0, () => CreateProjectInput, () => CreateProjectOutput];
1950
+ export var CreateReportGroup = [
1951
+ 9,
1952
+ n0,
1953
+ _CRG,
1954
+ 0,
1955
+ () => CreateReportGroupInput,
1956
+ () => CreateReportGroupOutput,
1957
+ ];
1958
+ export var CreateWebhook = [9, n0, _CW, 0, () => CreateWebhookInput, () => CreateWebhookOutput];
1959
+ export var DeleteBuildBatch = [
1960
+ 9,
1961
+ n0,
1962
+ _DBB,
1963
+ 0,
1964
+ () => DeleteBuildBatchInput,
1965
+ () => DeleteBuildBatchOutput,
1966
+ ];
1967
+ export var DeleteFleet = [9, n0, _DF, 0, () => DeleteFleetInput, () => DeleteFleetOutput];
1968
+ export var DeleteProject = [9, n0, _DP, 0, () => DeleteProjectInput, () => DeleteProjectOutput];
1969
+ export var DeleteReport = [9, n0, _DR, 0, () => DeleteReportInput, () => DeleteReportOutput];
1970
+ export var DeleteReportGroup = [
1971
+ 9,
1972
+ n0,
1973
+ _DRG,
1974
+ 0,
1975
+ () => DeleteReportGroupInput,
1976
+ () => DeleteReportGroupOutput,
1977
+ ];
1978
+ export var DeleteResourcePolicy = [
1979
+ 9,
1980
+ n0,
1981
+ _DRP,
1982
+ 0,
1983
+ () => DeleteResourcePolicyInput,
1984
+ () => DeleteResourcePolicyOutput,
1985
+ ];
1986
+ export var DeleteSourceCredentials = [
1987
+ 9,
1988
+ n0,
1989
+ _DSC,
1990
+ 0,
1991
+ () => DeleteSourceCredentialsInput,
1992
+ () => DeleteSourceCredentialsOutput,
1993
+ ];
1994
+ export var DeleteWebhook = [9, n0, _DW, 0, () => DeleteWebhookInput, () => DeleteWebhookOutput];
1995
+ export var DescribeCodeCoverages = [
1996
+ 9,
1997
+ n0,
1998
+ _DCC,
1999
+ 0,
2000
+ () => DescribeCodeCoveragesInput,
2001
+ () => DescribeCodeCoveragesOutput,
2002
+ ];
2003
+ export var DescribeTestCases = [
2004
+ 9,
2005
+ n0,
2006
+ _DTC,
2007
+ 0,
2008
+ () => DescribeTestCasesInput,
2009
+ () => DescribeTestCasesOutput,
2010
+ ];
2011
+ export var GetReportGroupTrend = [
2012
+ 9,
2013
+ n0,
2014
+ _GRGT,
2015
+ 0,
2016
+ () => GetReportGroupTrendInput,
2017
+ () => GetReportGroupTrendOutput,
2018
+ ];
2019
+ export var GetResourcePolicy = [
2020
+ 9,
2021
+ n0,
2022
+ _GRP,
2023
+ 0,
2024
+ () => GetResourcePolicyInput,
2025
+ () => GetResourcePolicyOutput,
2026
+ ];
2027
+ export var ImportSourceCredentials = [
2028
+ 9,
2029
+ n0,
2030
+ _ISC,
2031
+ 0,
2032
+ () => ImportSourceCredentialsInput,
2033
+ () => ImportSourceCredentialsOutput,
2034
+ ];
2035
+ export var InvalidateProjectCache = [
2036
+ 9,
2037
+ n0,
2038
+ _IPC,
2039
+ 0,
2040
+ () => InvalidateProjectCacheInput,
2041
+ () => InvalidateProjectCacheOutput,
2042
+ ];
2043
+ export var ListBuildBatches = [
2044
+ 9,
2045
+ n0,
2046
+ _LBB,
2047
+ 0,
2048
+ () => ListBuildBatchesInput,
2049
+ () => ListBuildBatchesOutput,
2050
+ ];
2051
+ export var ListBuildBatchesForProject = [
2052
+ 9,
2053
+ n0,
2054
+ _LBBFP,
2055
+ 0,
2056
+ () => ListBuildBatchesForProjectInput,
2057
+ () => ListBuildBatchesForProjectOutput,
2058
+ ];
2059
+ export var ListBuilds = [9, n0, _LB, 0, () => ListBuildsInput, () => ListBuildsOutput];
2060
+ export var ListBuildsForProject = [
2061
+ 9,
2062
+ n0,
2063
+ _LBFP,
2064
+ 0,
2065
+ () => ListBuildsForProjectInput,
2066
+ () => ListBuildsForProjectOutput,
2067
+ ];
2068
+ export var ListCommandExecutionsForSandbox = [
2069
+ 9,
2070
+ n0,
2071
+ _LCEFS,
2072
+ 0,
2073
+ () => ListCommandExecutionsForSandboxInput,
2074
+ () => ListCommandExecutionsForSandboxOutput,
2075
+ ];
2076
+ export var ListCuratedEnvironmentImages = [
2077
+ 9,
2078
+ n0,
2079
+ _LCEI,
2080
+ 0,
2081
+ () => ListCuratedEnvironmentImagesInput,
2082
+ () => ListCuratedEnvironmentImagesOutput,
2083
+ ];
2084
+ export var ListFleets = [9, n0, _LF, 0, () => ListFleetsInput, () => ListFleetsOutput];
2085
+ export var ListProjects = [9, n0, _LP, 0, () => ListProjectsInput, () => ListProjectsOutput];
2086
+ export var ListReportGroups = [
2087
+ 9,
2088
+ n0,
2089
+ _LRG,
2090
+ 0,
2091
+ () => ListReportGroupsInput,
2092
+ () => ListReportGroupsOutput,
2093
+ ];
2094
+ export var ListReports = [9, n0, _LR, 0, () => ListReportsInput, () => ListReportsOutput];
2095
+ export var ListReportsForReportGroup = [
2096
+ 9,
2097
+ n0,
2098
+ _LRFRG,
2099
+ 0,
2100
+ () => ListReportsForReportGroupInput,
2101
+ () => ListReportsForReportGroupOutput,
2102
+ ];
2103
+ export var ListSandboxes = [9, n0, _LS, 0, () => ListSandboxesInput, () => ListSandboxesOutput];
2104
+ export var ListSandboxesForProject = [
2105
+ 9,
2106
+ n0,
2107
+ _LSFP,
2108
+ 0,
2109
+ () => ListSandboxesForProjectInput,
2110
+ () => ListSandboxesForProjectOutput,
2111
+ ];
2112
+ export var ListSharedProjects = [
2113
+ 9,
2114
+ n0,
2115
+ _LSP,
2116
+ 0,
2117
+ () => ListSharedProjectsInput,
2118
+ () => ListSharedProjectsOutput,
2119
+ ];
2120
+ export var ListSharedReportGroups = [
2121
+ 9,
2122
+ n0,
2123
+ _LSRG,
2124
+ 0,
2125
+ () => ListSharedReportGroupsInput,
2126
+ () => ListSharedReportGroupsOutput,
2127
+ ];
2128
+ export var ListSourceCredentials = [
2129
+ 9,
2130
+ n0,
2131
+ _LSC,
2132
+ 0,
2133
+ () => ListSourceCredentialsInput,
2134
+ () => ListSourceCredentialsOutput,
2135
+ ];
2136
+ export var PutResourcePolicy = [
2137
+ 9,
2138
+ n0,
2139
+ _PRP,
2140
+ 0,
2141
+ () => PutResourcePolicyInput,
2142
+ () => PutResourcePolicyOutput,
2143
+ ];
2144
+ export var RetryBuild = [9, n0, _RB, 0, () => RetryBuildInput, () => RetryBuildOutput];
2145
+ export var RetryBuildBatch = [
2146
+ 9,
2147
+ n0,
2148
+ _RBB,
2149
+ 0,
2150
+ () => RetryBuildBatchInput,
2151
+ () => RetryBuildBatchOutput,
2152
+ ];
2153
+ export var StartBuild = [9, n0, _SB, 0, () => StartBuildInput, () => StartBuildOutput];
2154
+ export var StartBuildBatch = [
2155
+ 9,
2156
+ n0,
2157
+ _SBB,
2158
+ 0,
2159
+ () => StartBuildBatchInput,
2160
+ () => StartBuildBatchOutput,
2161
+ ];
2162
+ export var StartCommandExecution = [
2163
+ 9,
2164
+ n0,
2165
+ _SCE,
2166
+ 0,
2167
+ () => StartCommandExecutionInput,
2168
+ () => StartCommandExecutionOutput,
2169
+ ];
2170
+ export var StartSandbox = [9, n0, _SSt, 0, () => StartSandboxInput, () => StartSandboxOutput];
2171
+ export var StartSandboxConnection = [
2172
+ 9,
2173
+ n0,
2174
+ _SSC,
2175
+ 0,
2176
+ () => StartSandboxConnectionInput,
2177
+ () => StartSandboxConnectionOutput,
2178
+ ];
2179
+ export var StopBuild = [9, n0, _SBt, 0, () => StopBuildInput, () => StopBuildOutput];
2180
+ export var StopBuildBatch = [
2181
+ 9,
2182
+ n0,
2183
+ _SBBt,
2184
+ 0,
2185
+ () => StopBuildBatchInput,
2186
+ () => StopBuildBatchOutput,
2187
+ ];
2188
+ export var StopSandbox = [9, n0, _SSto, 0, () => StopSandboxInput, () => StopSandboxOutput];
2189
+ export var UpdateFleet = [9, n0, _UF, 0, () => UpdateFleetInput, () => UpdateFleetOutput];
2190
+ export var UpdateProject = [9, n0, _UP, 0, () => UpdateProjectInput, () => UpdateProjectOutput];
2191
+ export var UpdateProjectVisibility = [
2192
+ 9,
2193
+ n0,
2194
+ _UPV,
2195
+ 0,
2196
+ () => UpdateProjectVisibilityInput,
2197
+ () => UpdateProjectVisibilityOutput,
2198
+ ];
2199
+ export var UpdateReportGroup = [
2200
+ 9,
2201
+ n0,
2202
+ _URG,
2203
+ 0,
2204
+ () => UpdateReportGroupInput,
2205
+ () => UpdateReportGroupOutput,
2206
+ ];
2207
+ export var UpdateWebhook = [9, n0, _UW, 0, () => UpdateWebhookInput, () => UpdateWebhookOutput];