@aws-sdk/client-codebuild 3.987.0 → 3.988.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var CodeBuildServiceException = require('./models/CodeBuildServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1968 +113,6 @@ class CodeBuildClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class CodeBuildServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, CodeBuildServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccountLimitExceededException extends CodeBuildServiceException {
121
- name = "AccountLimitExceededException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccountLimitExceededException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccountLimitExceededException.prototype);
130
- }
131
- }
132
- class AccountSuspendedException extends CodeBuildServiceException {
133
- name = "AccountSuspendedException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "AccountSuspendedException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, AccountSuspendedException.prototype);
142
- }
143
- }
144
- class InvalidInputException extends CodeBuildServiceException {
145
- name = "InvalidInputException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "InvalidInputException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, InvalidInputException.prototype);
154
- }
155
- }
156
- class ResourceAlreadyExistsException extends CodeBuildServiceException {
157
- name = "ResourceAlreadyExistsException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ResourceAlreadyExistsException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
166
- }
167
- }
168
- class OAuthProviderException extends CodeBuildServiceException {
169
- name = "OAuthProviderException";
170
- $fault = "client";
171
- constructor(opts) {
172
- super({
173
- name: "OAuthProviderException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, OAuthProviderException.prototype);
178
- }
179
- }
180
- class ResourceNotFoundException extends CodeBuildServiceException {
181
- name = "ResourceNotFoundException";
182
- $fault = "client";
183
- constructor(opts) {
184
- super({
185
- name: "ResourceNotFoundException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
190
- }
191
- }
192
-
193
- const _ALEE = "AccountLimitExceededException";
194
- const _ARC = "AutoRetryConfig";
195
- const _ASE = "AccountSuspendedException";
196
- const _B = "Build";
197
- const _BA = "BuildArtifacts";
198
- const _BAL = "BuildArtifactsList";
199
- const _BB = "BuildBatch";
200
- const _BBF = "BuildBatchFilter";
201
- const _BBP = "BuildBatchPhase";
202
- const _BBPu = "BuildBatchPhases";
203
- const _BBu = "BuildBatches";
204
- const _BDB = "BatchDeleteBuilds";
205
- const _BDBI = "BatchDeleteBuildsInput";
206
- const _BDBO = "BatchDeleteBuildsOutput";
207
- const _BG = "BuildGroup";
208
- const _BGB = "BatchGetBuilds";
209
- const _BGBB = "BatchGetBuildBatches";
210
- const _BGBBI = "BatchGetBuildBatchesInput";
211
- const _BGBBO = "BatchGetBuildBatchesOutput";
212
- const _BGBI = "BatchGetBuildsInput";
213
- const _BGBO = "BatchGetBuildsOutput";
214
- const _BGCE = "BatchGetCommandExecutions";
215
- const _BGCEI = "BatchGetCommandExecutionsInput";
216
- const _BGCEO = "BatchGetCommandExecutionsOutput";
217
- const _BGF = "BatchGetFleets";
218
- const _BGFI = "BatchGetFleetsInput";
219
- const _BGFO = "BatchGetFleetsOutput";
220
- const _BGP = "BatchGetProjects";
221
- const _BGPI = "BatchGetProjectsInput";
222
- const _BGPO = "BatchGetProjectsOutput";
223
- const _BGR = "BatchGetReports";
224
- const _BGRG = "BatchGetReportGroups";
225
- const _BGRGI = "BatchGetReportGroupsInput";
226
- const _BGRGO = "BatchGetReportGroupsOutput";
227
- const _BGRI = "BatchGetReportsInput";
228
- const _BGRO = "BatchGetReportsOutput";
229
- const _BGS = "BatchGetSandboxes";
230
- const _BGSI = "BatchGetSandboxesInput";
231
- const _BGSO = "BatchGetSandboxesOutput";
232
- const _BGu = "BuildGroups";
233
- const _BND = "BuildNotDeleted";
234
- const _BNDu = "BuildsNotDeleted";
235
- const _BP = "BuildPhase";
236
- const _BPu = "BuildPhases";
237
- const _BR = "BatchRestrictions";
238
- const _BS = "BuildSummary";
239
- const _BSC = "BuildStatusConfig";
240
- const _BSu = "BuildSummaries";
241
- const _Bu = "Builds";
242
- const _CC = "CodeCoverage";
243
- const _CCRS = "CodeCoverageReportSummary";
244
- const _CCo = "ComputeConfiguration";
245
- const _CCod = "CodeCoverages";
246
- const _CE = "CommandExecution";
247
- const _CEo = "CommandExecutions";
248
- const _CF = "CreateFleet";
249
- const _CFI = "CreateFleetInput";
250
- const _CFO = "CreateFleetOutput";
251
- const _CP = "CreateProject";
252
- const _CPI = "CreateProjectInput";
253
- const _CPO = "CreateProjectOutput";
254
- const _CRG = "CreateReportGroup";
255
- const _CRGI = "CreateReportGroupInput";
256
- const _CRGO = "CreateReportGroupOutput";
257
- const _CW = "CreateWebhook";
258
- const _CWI = "CreateWebhookInput";
259
- const _CWLC = "CloudWatchLogsConfig";
260
- const _CWO = "CreateWebhookOutput";
261
- const _DBB = "DeleteBuildBatch";
262
- const _DBBI = "DeleteBuildBatchInput";
263
- const _DBBO = "DeleteBuildBatchOutput";
264
- const _DCC = "DescribeCodeCoverages";
265
- const _DCCI = "DescribeCodeCoveragesInput";
266
- const _DCCO = "DescribeCodeCoveragesOutput";
267
- const _DF = "DeleteFleet";
268
- const _DFI = "DeleteFleetInput";
269
- const _DFO = "DeleteFleetOutput";
270
- const _DP = "DeleteProject";
271
- const _DPI = "DeleteProjectInput";
272
- const _DPO = "DeleteProjectOutput";
273
- const _DR = "DeleteReport";
274
- const _DRG = "DeleteReportGroup";
275
- const _DRGI = "DeleteReportGroupInput";
276
- const _DRGO = "DeleteReportGroupOutput";
277
- const _DRI = "DeleteReportInput";
278
- const _DRO = "DeleteReportOutput";
279
- const _DRP = "DeleteResourcePolicy";
280
- const _DRPI = "DeleteResourcePolicyInput";
281
- const _DRPO = "DeleteResourcePolicyOutput";
282
- const _DS = "DebugSession";
283
- const _DSC = "DeleteSourceCredentials";
284
- const _DSCI = "DeleteSourceCredentialsInput";
285
- const _DSCO = "DeleteSourceCredentialsOutput";
286
- const _DSS = "DockerServerStatus";
287
- const _DSo = "DockerServer";
288
- const _DTC = "DescribeTestCases";
289
- const _DTCI = "DescribeTestCasesInput";
290
- const _DTCO = "DescribeTestCasesOutput";
291
- const _DW = "DeleteWebhook";
292
- const _DWI = "DeleteWebhookInput";
293
- const _DWO = "DeleteWebhookOutput";
294
- const _EEV = "ExportedEnvironmentVariable";
295
- const _EEVx = "ExportedEnvironmentVariables";
296
- const _EI = "EnvironmentImage";
297
- const _EIn = "EnvironmentImages";
298
- const _EL = "EnvironmentLanguage";
299
- const _ELn = "EnvironmentLanguages";
300
- const _EP = "EnvironmentPlatform";
301
- const _EPn = "EnvironmentPlatforms";
302
- const _EV = "EnvironmentVariable";
303
- const _EVn = "EnvironmentVariables";
304
- const _F = "Fleet";
305
- const _FG = "FilterGroups";
306
- const _FGi = "FilterGroup";
307
- const _FPR = "FleetProxyRule";
308
- const _FPRl = "FleetProxyRules";
309
- const _FS = "FleetStatus";
310
- const _Fl = "Fleets";
311
- const _GRGT = "GetReportGroupTrend";
312
- const _GRGTI = "GetReportGroupTrendInput";
313
- const _GRGTO = "GetReportGroupTrendOutput";
314
- const _GRP = "GetResourcePolicy";
315
- const _GRPI = "GetResourcePolicyInput";
316
- const _GRPO = "GetResourcePolicyOutput";
317
- const _GSC = "GitSubmodulesConfig";
318
- const _IIE = "InvalidInputException";
319
- const _IPC = "InvalidateProjectCache";
320
- const _IPCI = "InvalidateProjectCacheInput";
321
- const _IPCO = "InvalidateProjectCacheOutput";
322
- const _ISC = "ImportSourceCredentials";
323
- const _ISCI = "ImportSourceCredentialsInput";
324
- const _ISCO = "ImportSourceCredentialsOutput";
325
- const _LB = "ListBuilds";
326
- const _LBB = "ListBuildBatches";
327
- const _LBBFP = "ListBuildBatchesForProject";
328
- const _LBBFPI = "ListBuildBatchesForProjectInput";
329
- const _LBBFPO = "ListBuildBatchesForProjectOutput";
330
- const _LBBI = "ListBuildBatchesInput";
331
- const _LBBO = "ListBuildBatchesOutput";
332
- const _LBFP = "ListBuildsForProject";
333
- const _LBFPI = "ListBuildsForProjectInput";
334
- const _LBFPO = "ListBuildsForProjectOutput";
335
- const _LBI = "ListBuildsInput";
336
- const _LBO = "ListBuildsOutput";
337
- const _LC = "LogsConfig";
338
- const _LCEFS = "ListCommandExecutionsForSandbox";
339
- const _LCEFSI = "ListCommandExecutionsForSandboxInput";
340
- const _LCEFSO = "ListCommandExecutionsForSandboxOutput";
341
- const _LCEI = "ListCuratedEnvironmentImages";
342
- const _LCEII = "ListCuratedEnvironmentImagesInput";
343
- const _LCEIO = "ListCuratedEnvironmentImagesOutput";
344
- const _LF = "ListFleets";
345
- const _LFI = "ListFleetsInput";
346
- const _LFO = "ListFleetsOutput";
347
- const _LL = "LogsLocation";
348
- const _LP = "ListProjects";
349
- const _LPI = "ListProjectsInput";
350
- const _LPO = "ListProjectsOutput";
351
- const _LR = "ListReports";
352
- const _LRFRG = "ListReportsForReportGroup";
353
- const _LRFRGI = "ListReportsForReportGroupInput";
354
- const _LRFRGO = "ListReportsForReportGroupOutput";
355
- const _LRG = "ListReportGroups";
356
- const _LRGI = "ListReportGroupsInput";
357
- const _LRGO = "ListReportGroupsOutput";
358
- const _LRI = "ListReportsInput";
359
- const _LRO = "ListReportsOutput";
360
- const _LS = "ListSandboxes";
361
- const _LSC = "ListSourceCredentials";
362
- const _LSCI = "ListSourceCredentialsInput";
363
- const _LSCO = "ListSourceCredentialsOutput";
364
- const _LSFP = "ListSandboxesForProject";
365
- const _LSFPI = "ListSandboxesForProjectInput";
366
- const _LSFPO = "ListSandboxesForProjectOutput";
367
- const _LSI = "ListSandboxesInput";
368
- const _LSO = "ListSandboxesOutput";
369
- const _LSP = "ListSharedProjects";
370
- const _LSPI = "ListSharedProjectsInput";
371
- const _LSPO = "ListSharedProjectsOutput";
372
- const _LSRG = "ListSharedReportGroups";
373
- const _LSRGI = "ListSharedReportGroupsInput";
374
- const _LSRGO = "ListSharedReportGroupsOutput";
375
- const _NI = "NetworkInterface";
376
- const _OAPE = "OAuthProviderException";
377
- const _P = "Project";
378
- const _PA = "ProjectArtifacts";
379
- const _PAL = "ProjectArtifactsList";
380
- const _PB = "ProjectBadge";
381
- const _PBBC = "ProjectBuildBatchConfig";
382
- const _PC = "PhaseContext";
383
- const _PCh = "PhaseContexts";
384
- const _PCr = "ProjectCache";
385
- const _PCro = "ProxyConfiguration";
386
- const _PE = "ProjectEnvironment";
387
- const _PF = "ProjectFleet";
388
- const _PFSL = "ProjectFileSystemLocation";
389
- const _PFSLr = "ProjectFileSystemLocations";
390
- const _PRBP = "PullRequestBuildPolicy";
391
- const _PRP = "PutResourcePolicy";
392
- const _PRPI = "PutResourcePolicyInput";
393
- const _PRPO = "PutResourcePolicyOutput";
394
- const _PS = "ProjectSource";
395
- const _PSSV = "ProjectSecondarySourceVersions";
396
- const _PSV = "ProjectSourceVersion";
397
- const _PSr = "ProjectSources";
398
- const _Pr = "Projects";
399
- const _R = "Report";
400
- const _RA = "ResolvedArtifact";
401
- const _RAEE = "ResourceAlreadyExistsException";
402
- const _RB = "RetryBuild";
403
- const _RBB = "RetryBuildBatch";
404
- const _RBBI = "RetryBuildBatchInput";
405
- const _RBBO = "RetryBuildBatchOutput";
406
- const _RBI = "RetryBuildInput";
407
- const _RBO = "RetryBuildOutput";
408
- const _RC = "RegistryCredential";
409
- const _REC = "ReportExportConfig";
410
- const _RF = "ReportFilter";
411
- const _RG = "ReportGroup";
412
- const _RGTRDL = "ReportGroupTrendRawDataList";
413
- const _RGTS = "ReportGroupTrendStats";
414
- const _RGe = "ReportGroups";
415
- const _RNFE = "ResourceNotFoundException";
416
- const _RSA = "ResolvedSecondaryArtifacts";
417
- const _RWRD = "ReportWithRawData";
418
- const _Re = "Reports";
419
- const _S = "Sandbox";
420
- const _SA = "SourceAuth";
421
- const _SB = "StartBuild";
422
- const _SBB = "StartBuildBatch";
423
- const _SBBI = "StartBuildBatchInput";
424
- const _SBBIt = "StopBuildBatchInput";
425
- const _SBBO = "StartBuildBatchOutput";
426
- const _SBBOt = "StopBuildBatchOutput";
427
- const _SBBt = "StopBuildBatch";
428
- const _SBI = "StartBuildInput";
429
- const _SBIt = "StopBuildInput";
430
- const _SBO = "StartBuildOutput";
431
- const _SBOt = "StopBuildOutput";
432
- const _SBt = "StopBuild";
433
- const _SC = "ScopeConfiguration";
434
- const _SCE = "StartCommandExecution";
435
- const _SCEI = "StartCommandExecutionInput";
436
- const _SCEO = "StartCommandExecutionOutput";
437
- const _SCI = "ScalingConfigurationInput";
438
- const _SCIo = "SourceCredentialsInfo";
439
- const _SCIou = "SourceCredentialsInfos";
440
- const _SCO = "ScalingConfigurationOutput";
441
- const _SLC = "S3LogsConfig";
442
- const _SNES = "SensitiveNonEmptyString";
443
- const _SREC = "S3ReportExportConfig";
444
- const _SS = "SensitiveString";
445
- const _SSC = "StartSandboxConnection";
446
- const _SSCI = "StartSandboxConnectionInput";
447
- const _SSCO = "StartSandboxConnectionOutput";
448
- const _SSI = "StartSandboxInput";
449
- const _SSIt = "StopSandboxInput";
450
- const _SSMS = "SSMSession";
451
- const _SSO = "StartSandboxOutput";
452
- const _SSOt = "StopSandboxOutput";
453
- const _SSP = "SandboxSessionPhase";
454
- const _SSPa = "SandboxSessionPhases";
455
- const _SSa = "SandboxSession";
456
- const _SSt = "StartSandbox";
457
- const _SSto = "StopSandbox";
458
- const _Sa = "Sandboxes";
459
- const _T = "Tag";
460
- const _TC = "TestCase";
461
- const _TCF = "TestCaseFilter";
462
- const _TCe = "TestCases";
463
- const _TL = "TagList";
464
- const _TRS = "TestReportSummary";
465
- const _TTSC = "TargetTrackingScalingConfiguration";
466
- const _TTSCa = "TargetTrackingScalingConfigurations";
467
- const _UF = "UpdateFleet";
468
- const _UFI = "UpdateFleetInput";
469
- const _UFO = "UpdateFleetOutput";
470
- const _UP = "UpdateProject";
471
- const _UPI = "UpdateProjectInput";
472
- const _UPO = "UpdateProjectOutput";
473
- const _UPV = "UpdateProjectVisibility";
474
- const _UPVI = "UpdateProjectVisibilityInput";
475
- const _UPVO = "UpdateProjectVisibilityOutput";
476
- const _URG = "UpdateReportGroup";
477
- const _URGI = "UpdateReportGroupInput";
478
- const _URGO = "UpdateReportGroupOutput";
479
- const _UW = "UpdateWebhook";
480
- const _UWI = "UpdateWebhookInput";
481
- const _UWO = "UpdateWebhookOutput";
482
- const _VC = "VpcConfig";
483
- const _W = "Webhook";
484
- const _WF = "WebhookFilter";
485
- const _a = "arn";
486
- const _aI = "artifactIdentifier";
487
- const _aO = "artifactsOverride";
488
- const _aR = "approverRoles";
489
- const _aRC = "autoRetryConfig";
490
- const _aRL = "autoRetryLimit";
491
- const _aRLO = "autoRetryLimitOverride";
492
- const _aRN = "autoRetryNumber";
493
- const _aT = "authType";
494
- const _ar = "artifacts";
495
- const _au = "auth";
496
- const _av = "average";
497
- const _b = "builds";
498
- const _bB = "buildBatches";
499
- const _bBA = "buildBatchArn";
500
- const _bBC = "buildBatchConfig";
501
- const _bBCO = "buildBatchConfigOverride";
502
- const _bBN = "buildBatchNumber";
503
- const _bBNF = "buildBatchesNotFound";
504
- const _bBS = "buildBatchStatus";
505
- const _bBu = "buildBatch";
506
- const _bC = "buildComplete";
507
- const _bCP = "branchCoveragePercentage";
508
- const _bCa = "baseCapacity";
509
- const _bCr = "branchesCovered";
510
- const _bD = "buildsDeleted";
511
- const _bE = "badgeEnabled";
512
- const _bF = "branchFilter";
513
- const _bG = "buildGroups";
514
- const _bM = "branchesMissed";
515
- const _bN = "buildNumber";
516
- const _bND = "buildsNotDeleted";
517
- const _bNF = "buildsNotFound";
518
- const _bO = "bucketOwner";
519
- const _bOA = "bucketOwnerAccess";
520
- const _bOu = "buildspecOverride";
521
- const _bRM = "batchReportMode";
522
- const _bRU = "badgeRequestUrl";
523
- const _bS = "buildStatus";
524
- const _bSC = "buildStatusConfig";
525
- const _bSCO = "buildStatusConfigOverride";
526
- const _bT = "buildType";
527
- const _bTIM = "buildTimeoutInMinutes";
528
- const _bTIMO = "buildTimeoutInMinutesOverride";
529
- const _ba = "badge";
530
- const _bu = "buildspec";
531
- const _buc = "bucket";
532
- const _bui = "build";
533
- const _c = "client";
534
- const _cA = "combineArtifacts";
535
- const _cBL = "concurrentBuildLimit";
536
- const _cBS = "currentBuildSummary";
537
- const _cC = "computeConfiguration";
538
- const _cCS = "codeCoverageSummary";
539
- const _cCo = "codeCoverages";
540
- const _cE = "commandExecutions";
541
- const _cEI = "commandExecutionIds";
542
- const _cENF = "commandExecutionsNotFound";
543
- const _cEo = "commandExecution";
544
- const _cN = "cacheNamespace";
545
- const _cO = "certificateOverride";
546
- const _cOa = "cacheOverride";
547
- const _cP = "currentPhase";
548
- const _cPr = "credentialProvider";
549
- const _cS = "currentSession";
550
- const _cT = "computeType";
551
- const _cTA = "computeTypesAllowed";
552
- const _cTO = "computeTypeOverride";
553
- const _cWL = "cloudWatchLogs";
554
- const _cWLA = "cloudWatchLogsArn";
555
- const _ca = "cache";
556
- const _ce = "certificate";
557
- const _co = "complete";
558
- const _com = "command";
559
- const _con = "contexts";
560
- const _cont = "context";
561
- const _cr = "created";
562
- const _cre = "credential";
563
- const _d = "disk";
564
- const _dB = "defaultBehavior";
565
- const _dC = "desiredCapacity";
566
- const _dINS = "durationInNanoSeconds";
567
- const _dIS = "durationInSeconds";
568
- const _dL = "deepLink";
569
- const _dO = "dependsOn";
570
- const _dR = "deleteReports";
571
- const _dS = "debugSession";
572
- const _dSE = "debugSessionEnabled";
573
- const _dSo = "dockerServer";
574
- const _da = "data";
575
- const _de = "description";
576
- const _do = "domain";
577
- const _e = "error";
578
- const _eC = "exitCode";
579
- const _eCT = "exportConfigType";
580
- const _eCx = "exportConfig";
581
- const _eD = "encryptionDisabled";
582
- const _eEV = "exportedEnvironmentVariables";
583
- const _eI = "executionId";
584
- const _eK = "encryptionKey";
585
- const _eKO = "encryptionKeyOverride";
586
- const _eMP = "excludeMatchedPattern";
587
- const _eT = "endTime";
588
- const _eTO = "environmentTypeOverride";
589
- const _eTn = "environmentType";
590
- const _eV = "environmentVariables";
591
- const _eVO = "environmentVariablesOverride";
592
- const _ef = "effect";
593
- const _en = "environment";
594
- const _ent = "entities";
595
- const _ex = "expired";
596
- const _f = "fleets";
597
- const _fA = "fleetsAllowed";
598
- const _fAl = "fleetArn";
599
- const _fG = "filterGroups";
600
- const _fNF = "fleetsNotFound";
601
- const _fO = "fleetOverride";
602
- const _fP = "filePath";
603
- const _fS = "fetchSubmodules";
604
- const _fSL = "fileSystemLocations";
605
- const _fSR = "fleetServiceRole";
606
- const _fi = "filter";
607
- const _fl = "fleet";
608
- const _gCD = "gitCloneDepth";
609
- const _gCDO = "gitCloneDepthOverride";
610
- const _gN = "groupName";
611
- const _gSC = "gitSubmodulesConfig";
612
- const _gSCO = "gitSubmodulesConfigOverride";
613
- const _i = "ids";
614
- const _iF = "ignoreFailure";
615
- const _iI = "imageId";
616
- const _iO = "imageOverride";
617
- const _iPCT = "imagePullCredentialsType";
618
- const _iPCTO = "imagePullCredentialsTypeOverride";
619
- const _iS = "insecureSsl";
620
- const _iSO = "insecureSslOverride";
621
- const _iT = "instanceType";
622
- const _iTd = "idempotencyToken";
623
- const _id = "id";
624
- const _ide = "identifier";
625
- const _im = "images";
626
- const _ima = "image";
627
- const _in = "initiator";
628
- const _k = "key";
629
- const _ke = "keyword";
630
- const _l = "logs";
631
- const _lC = "logConfig";
632
- const _lCO = "logsConfigOverride";
633
- const _lCP = "lineCoveragePercentage";
634
- const _lCi = "linesCovered";
635
- const _lCo = "logsConfig";
636
- const _lM = "linesMissed";
637
- const _lMS = "lastModifiedSecret";
638
- const _lMa = "lastModified";
639
- const _la = "language";
640
- const _lan = "languages";
641
- const _lo = "location";
642
- const _m = "message";
643
- const _mBA = "maximumBuildsAllowed";
644
- const _mC = "manualCreation";
645
- const _mCa = "maxCapacity";
646
- const _mLCP = "minLineCoveragePercentage";
647
- const _mLCPa = "maxLineCoveragePercentage";
648
- const _mO = "mountOptions";
649
- const _mP = "mountPoint";
650
- const _mR = "maxResults";
651
- const _mT = "machineType";
652
- const _mTe = "metricType";
653
- const _ma = "max";
654
- const _md = "md5sum";
655
- const _me = "memory";
656
- const _mi = "min";
657
- const _mo = "modes";
658
- const _n = "names";
659
- const _nAR = "nextAutoRetry";
660
- const _nI = "networkInterface";
661
- const _nII = "networkInterfaceId";
662
- const _nOR = "numOfReports";
663
- const _nT = "nextToken";
664
- const _nTa = "namespaceType";
665
- const _na = "name";
666
- const _oAN = "overrideArtifactName";
667
- const _oB = "overflowBehavior";
668
- const _oPR = "orderedProxyRules";
669
- const _p = "projects";
670
- const _pA = "primaryArtifact";
671
- const _pAR = "previousAutoRetry";
672
- const _pAr = "projectArn";
673
- const _pBSL = "priorBuildSummaryList";
674
- const _pC = "proxyConfiguration";
675
- const _pM = "privilegedMode";
676
- const _pMO = "privilegedModeOverride";
677
- const _pN = "projectName";
678
- const _pNF = "projectsNotFound";
679
- const _pPA = "publicProjectAlias";
680
- const _pRBP = "pullRequestBuildPolicy";
681
- const _pS = "phaseStatus";
682
- const _pT = "phaseType";
683
- const _pU = "payloadUrl";
684
- const _pV = "projectVisibility";
685
- const _pa = "path";
686
- const _pac = "packaging";
687
- const _pat = "pattern";
688
- const _ph = "phases";
689
- const _pl = "platform";
690
- const _pla = "platforms";
691
- const _po = "policy";
692
- const _pr = "project";
693
- const _pre = "prefix";
694
- const _qTIM = "queuedTimeoutInMinutes";
695
- const _qTIMO = "queuedTimeoutInMinutesOverride";
696
- const _r = "reports";
697
- const _rA = "reportArns";
698
- const _rAR = "resourceAccessRole";
699
- const _rARN = "reportARN";
700
- const _rAe = "resourceArn";
701
- const _rAep = "reportArn";
702
- const _rBBSO = "reportBuildBatchStatusOverride";
703
- const _rBS = "reportBuildStatus";
704
- const _rBSO = "reportBuildStatusOverride";
705
- const _rC = "registryCredential";
706
- const _rCA = "requiresCommentApproval";
707
- const _rCO = "registryCredentialOverride";
708
- const _rD = "rawData";
709
- const _rG = "reportGroups";
710
- const _rGA = "reportGroupArns";
711
- const _rGAe = "reportGroupArn";
712
- const _rGNF = "reportGroupsNotFound";
713
- const _rGe = "reportGroup";
714
- const _rNF = "reportsNotFound";
715
- const _rO = "requestedOn";
716
- const _rS = "rotateSecret";
717
- const _rSV = "resolvedSourceVersion";
718
- const _rT = "retryType";
719
- const _rTe = "requestTime";
720
- const _re = "restrictions";
721
- const _res = "resource";
722
- const _s = "sandboxes";
723
- const _sA = "secondaryArtifacts";
724
- const _sAO = "secondaryArtifactsOverride";
725
- const _sAOo = "sourceAuthOverride";
726
- const _sAa = "sandboxArn";
727
- const _sB = "sortBy";
728
- const _sC = "statusCode";
729
- const _sCI = "sourceCredentialsInfos";
730
- const _sCc = "scalingConfiguration";
731
- const _sCco = "scopeConfiguration";
732
- const _sCt = "statusCounts";
733
- const _sD = "s3Destination";
734
- const _sDL = "s3DeepLink";
735
- const _sE = "sessionEnabled";
736
- const _sEC = "standardErrContent";
737
- const _sGI = "securityGroupIds";
738
- const _sI = "sandboxId";
739
- const _sIe = "sessionId";
740
- const _sIo = "sourceIdentifier";
741
- const _sIu = "subnetId";
742
- const _sL = "s3Logs";
743
- const _sLA = "s3LogsArn";
744
- const _sLO = "sourceLocationOverride";
745
- const _sM = "statusMessage";
746
- const _sN = "streamName";
747
- const _sNF = "sandboxesNotFound";
748
- const _sO = "sortOrder";
749
- const _sOC = "standardOutputContent";
750
- const _sOh = "shouldOverwrite";
751
- const _sR = "serviceRole";
752
- const _sRO = "serviceRoleOverride";
753
- const _sS = "secondarySources";
754
- const _sSO = "secondarySourcesOverride";
755
- const _sSV = "secondarySourceVersions";
756
- const _sSVO = "secondarySourcesVersionOverride";
757
- const _sSs = "ssmSession";
758
- const _sT = "startTime";
759
- const _sTO = "sourceTypeOverride";
760
- const _sTc = "scalingType";
761
- const _sTe = "sessionTarget";
762
- const _sTer = "serverType";
763
- const _sTu = "submitTime";
764
- const _sU = "streamUrl";
765
- const _sV = "sourceVersion";
766
- const _sa = "sandbox";
767
- const _sc = "scope";
768
- const _se = "secret";
769
- const _sh = "sha256sum";
770
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codebuild";
771
- const _so = "source";
772
- const _st = "status";
773
- const _sta = "stats";
774
- const _su = "subnets";
775
- const _t = "type";
776
- const _tC = "testCases";
777
- const _tF = "trendField";
778
- const _tIM = "timeoutInMinutes";
779
- const _tIMO = "timeoutInMinutesOverride";
780
- const _tIMi = "timeoutInMins";
781
- const _tRDP = "testRawDataPath";
782
- const _tS = "testSummary";
783
- const _tSN = "testSuiteName";
784
- const _tTSC = "targetTrackingScalingConfigs";
785
- const _tU = "targetUrl";
786
- const _tV = "tokenValue";
787
- const _tVa = "targetValue";
788
- const _ta = "tags";
789
- const _to = "token";
790
- const _tot = "total";
791
- const _tr = "truncated";
792
- const _u = "username";
793
- const _ur = "url";
794
- const _v = "versions";
795
- const _vC = "vpcConfig";
796
- const _vCp = "vCpu";
797
- const _vI = "vpcId";
798
- const _va = "value";
799
- const _w = "webhook";
800
- const n0 = "com.amazonaws.codebuild";
801
- var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
802
- var SensitiveString = [0, n0, _SS, 8, 0];
803
- var AccountLimitExceededException$ = [-3, n0, _ALEE,
804
- { [_e]: _c },
805
- [_m],
806
- [0]
807
- ];
808
- schema.TypeRegistry.for(n0).registerError(AccountLimitExceededException$, AccountLimitExceededException);
809
- var AccountSuspendedException$ = [-3, n0, _ASE,
810
- { [_e]: _c },
811
- [_m],
812
- [0]
813
- ];
814
- schema.TypeRegistry.for(n0).registerError(AccountSuspendedException$, AccountSuspendedException);
815
- var AutoRetryConfig$ = [3, n0, _ARC,
816
- 0,
817
- [_aRL, _aRN, _nAR, _pAR],
818
- [1, 1, 0, 0]
819
- ];
820
- var BatchDeleteBuildsInput$ = [3, n0, _BDBI,
821
- 0,
822
- [_i],
823
- [64 | 0], 1
824
- ];
825
- var BatchDeleteBuildsOutput$ = [3, n0, _BDBO,
826
- 0,
827
- [_bD, _bND],
828
- [64 | 0, () => BuildsNotDeleted]
829
- ];
830
- var BatchGetBuildBatchesInput$ = [3, n0, _BGBBI,
831
- 0,
832
- [_i],
833
- [64 | 0], 1
834
- ];
835
- var BatchGetBuildBatchesOutput$ = [3, n0, _BGBBO,
836
- 0,
837
- [_bB, _bBNF],
838
- [() => BuildBatches, 64 | 0]
839
- ];
840
- var BatchGetBuildsInput$ = [3, n0, _BGBI,
841
- 0,
842
- [_i],
843
- [64 | 0], 1
844
- ];
845
- var BatchGetBuildsOutput$ = [3, n0, _BGBO,
846
- 0,
847
- [_b, _bNF],
848
- [() => Builds, 64 | 0]
849
- ];
850
- var BatchGetCommandExecutionsInput$ = [3, n0, _BGCEI,
851
- 0,
852
- [_sI, _cEI],
853
- [0, 64 | 0], 2
854
- ];
855
- var BatchGetCommandExecutionsOutput$ = [3, n0, _BGCEO,
856
- 0,
857
- [_cE, _cENF],
858
- [[() => CommandExecutions, 0], 64 | 0]
859
- ];
860
- var BatchGetFleetsInput$ = [3, n0, _BGFI,
861
- 0,
862
- [_n],
863
- [64 | 0], 1
864
- ];
865
- var BatchGetFleetsOutput$ = [3, n0, _BGFO,
866
- 0,
867
- [_f, _fNF],
868
- [() => Fleets, 64 | 0]
869
- ];
870
- var BatchGetProjectsInput$ = [3, n0, _BGPI,
871
- 0,
872
- [_n],
873
- [64 | 0], 1
874
- ];
875
- var BatchGetProjectsOutput$ = [3, n0, _BGPO,
876
- 0,
877
- [_p, _pNF],
878
- [() => Projects, 64 | 0]
879
- ];
880
- var BatchGetReportGroupsInput$ = [3, n0, _BGRGI,
881
- 0,
882
- [_rGA],
883
- [64 | 0], 1
884
- ];
885
- var BatchGetReportGroupsOutput$ = [3, n0, _BGRGO,
886
- 0,
887
- [_rG, _rGNF],
888
- [() => ReportGroups, 64 | 0]
889
- ];
890
- var BatchGetReportsInput$ = [3, n0, _BGRI,
891
- 0,
892
- [_rA],
893
- [64 | 0], 1
894
- ];
895
- var BatchGetReportsOutput$ = [3, n0, _BGRO,
896
- 0,
897
- [_r, _rNF],
898
- [() => Reports, 64 | 0]
899
- ];
900
- var BatchGetSandboxesInput$ = [3, n0, _BGSI,
901
- 0,
902
- [_i],
903
- [64 | 0], 1
904
- ];
905
- var BatchGetSandboxesOutput$ = [3, n0, _BGSO,
906
- 0,
907
- [_s, _sNF],
908
- [() => Sandboxes, 64 | 0]
909
- ];
910
- var BatchRestrictions$ = [3, n0, _BR,
911
- 0,
912
- [_mBA, _cTA, _fA],
913
- [1, 64 | 0, 64 | 0]
914
- ];
915
- var Build$ = [3, n0, _B,
916
- 0,
917
- [_id, _a, _bN, _sT, _eT, _cP, _bS, _sV, _rSV, _pN, _ph, _so, _sS, _sSV, _ar, _sA, _ca, _en, _sR, _l, _tIM, _qTIM, _bC, _in, _vC, _nI, _eK, _eEV, _rA, _fSL, _dS, _bBA, _aRC],
918
- [0, 0, 1, 4, 4, 0, 0, 0, 0, 0, () => BuildPhases, () => ProjectSource$, () => ProjectSources, () => ProjectSecondarySourceVersions, () => BuildArtifacts$, () => BuildArtifactsList, () => ProjectCache$, () => ProjectEnvironment$, 0, () => LogsLocation$, 1, 1, 2, 0, () => VpcConfig$, () => NetworkInterface$, 0, () => ExportedEnvironmentVariables, 64 | 0, () => ProjectFileSystemLocations, () => DebugSession$, 0, () => AutoRetryConfig$]
919
- ];
920
- var BuildArtifacts$ = [3, n0, _BA,
921
- 0,
922
- [_lo, _sh, _md, _oAN, _eD, _aI, _bOA],
923
- [0, 0, 0, 2, 2, 0, 0]
924
- ];
925
- var BuildBatch$ = [3, n0, _BB,
926
- 0,
927
- [_id, _a, _sT, _eT, _cP, _bBS, _sV, _rSV, _pN, _ph, _so, _sS, _sSV, _ar, _sA, _ca, _en, _sR, _lC, _bTIM, _qTIM, _co, _in, _vC, _eK, _bBN, _fSL, _bBC, _bG, _dSE, _rA],
928
- [0, 0, 4, 4, 0, 0, 0, 0, 0, () => BuildBatchPhases, () => ProjectSource$, () => ProjectSources, () => ProjectSecondarySourceVersions, () => BuildArtifacts$, () => BuildArtifactsList, () => ProjectCache$, () => ProjectEnvironment$, 0, () => LogsConfig$, 1, 1, 2, 0, () => VpcConfig$, 0, 1, () => ProjectFileSystemLocations, () => ProjectBuildBatchConfig$, () => BuildGroups, 2, 64 | 0]
929
- ];
930
- var BuildBatchFilter$ = [3, n0, _BBF,
931
- 0,
932
- [_st],
933
- [0]
934
- ];
935
- var BuildBatchPhase$ = [3, n0, _BBP,
936
- 0,
937
- [_pT, _pS, _sT, _eT, _dIS, _con],
938
- [0, 0, 4, 4, 1, () => PhaseContexts]
939
- ];
940
- var BuildGroup$ = [3, n0, _BG,
941
- 0,
942
- [_ide, _dO, _iF, _cBS, _pBSL],
943
- [0, 64 | 0, 2, () => BuildSummary$, () => BuildSummaries]
944
- ];
945
- var BuildNotDeleted$ = [3, n0, _BND,
946
- 0,
947
- [_id, _sC],
948
- [0, 0]
949
- ];
950
- var BuildPhase$ = [3, n0, _BP,
951
- 0,
952
- [_pT, _pS, _sT, _eT, _dIS, _con],
953
- [0, 0, 4, 4, 1, () => PhaseContexts]
954
- ];
955
- var BuildStatusConfig$ = [3, n0, _BSC,
956
- 0,
957
- [_cont, _tU],
958
- [0, 0]
959
- ];
960
- var BuildSummary$ = [3, n0, _BS,
961
- 0,
962
- [_a, _rO, _bS, _pA, _sA],
963
- [0, 4, 0, () => ResolvedArtifact$, () => ResolvedSecondaryArtifacts]
964
- ];
965
- var CloudWatchLogsConfig$ = [3, n0, _CWLC,
966
- 0,
967
- [_st, _gN, _sN],
968
- [0, 0, 0], 1
969
- ];
970
- var CodeCoverage$ = [3, n0, _CC,
971
- 0,
972
- [_id, _rARN, _fP, _lCP, _lCi, _lM, _bCP, _bCr, _bM, _ex],
973
- [0, 0, 0, 1, 1, 1, 1, 1, 1, 4]
974
- ];
975
- var CodeCoverageReportSummary$ = [3, n0, _CCRS,
976
- 0,
977
- [_lCP, _lCi, _lM, _bCP, _bCr, _bM],
978
- [1, 1, 1, 1, 1, 1]
979
- ];
980
- var CommandExecution$ = [3, n0, _CE,
981
- 0,
982
- [_id, _sI, _sTu, _sT, _eT, _st, _com, _t, _eC, _sOC, _sEC, _l, _sAa],
983
- [0, 0, 4, 4, 4, 0, [() => SensitiveNonEmptyString, 0], 0, 0, [() => SensitiveNonEmptyString, 0], [() => SensitiveNonEmptyString, 0], () => LogsLocation$, 0]
984
- ];
985
- var ComputeConfiguration$ = [3, n0, _CCo,
986
- 0,
987
- [_vCp, _me, _d, _mT, _iT],
988
- [1, 1, 1, 0, 0]
989
- ];
990
- var CreateFleetInput$ = [3, n0, _CFI,
991
- 0,
992
- [_na, _bCa, _eTn, _cT, _cC, _sCc, _oB, _vC, _pC, _iI, _fSR, _ta],
993
- [0, 1, 0, 0, () => ComputeConfiguration$, () => ScalingConfigurationInput$, 0, () => VpcConfig$, () => ProxyConfiguration$, 0, 0, () => TagList], 4
994
- ];
995
- var CreateFleetOutput$ = [3, n0, _CFO,
996
- 0,
997
- [_fl],
998
- [() => Fleet$]
999
- ];
1000
- var CreateProjectInput$ = [3, n0, _CPI,
1001
- 0,
1002
- [_na, _so, _ar, _en, _sR, _de, _sS, _sV, _sSV, _sA, _ca, _tIM, _qTIM, _eK, _ta, _vC, _bE, _lCo, _fSL, _bBC, _cBL, _aRL],
1003
- [0, () => ProjectSource$, () => ProjectArtifacts$, () => ProjectEnvironment$, 0, 0, () => ProjectSources, 0, () => ProjectSecondarySourceVersions, () => ProjectArtifactsList, () => ProjectCache$, 1, 1, 0, () => TagList, () => VpcConfig$, 2, () => LogsConfig$, () => ProjectFileSystemLocations, () => ProjectBuildBatchConfig$, 1, 1], 5
1004
- ];
1005
- var CreateProjectOutput$ = [3, n0, _CPO,
1006
- 0,
1007
- [_pr],
1008
- [() => Project$]
1009
- ];
1010
- var CreateReportGroupInput$ = [3, n0, _CRGI,
1011
- 0,
1012
- [_na, _t, _eCx, _ta],
1013
- [0, 0, () => ReportExportConfig$, () => TagList], 3
1014
- ];
1015
- var CreateReportGroupOutput$ = [3, n0, _CRGO,
1016
- 0,
1017
- [_rGe],
1018
- [() => ReportGroup$]
1019
- ];
1020
- var CreateWebhookInput$ = [3, n0, _CWI,
1021
- 0,
1022
- [_pN, _bF, _fG, _bT, _mC, _sCco, _pRBP],
1023
- [0, 0, () => FilterGroups, 0, 2, () => ScopeConfiguration$, () => PullRequestBuildPolicy$], 1
1024
- ];
1025
- var CreateWebhookOutput$ = [3, n0, _CWO,
1026
- 0,
1027
- [_w],
1028
- [() => Webhook$]
1029
- ];
1030
- var DebugSession$ = [3, n0, _DS,
1031
- 0,
1032
- [_sE, _sTe],
1033
- [2, 0]
1034
- ];
1035
- var DeleteBuildBatchInput$ = [3, n0, _DBBI,
1036
- 0,
1037
- [_id],
1038
- [0], 1
1039
- ];
1040
- var DeleteBuildBatchOutput$ = [3, n0, _DBBO,
1041
- 0,
1042
- [_sC, _bD, _bND],
1043
- [0, 64 | 0, () => BuildsNotDeleted]
1044
- ];
1045
- var DeleteFleetInput$ = [3, n0, _DFI,
1046
- 0,
1047
- [_a],
1048
- [0], 1
1049
- ];
1050
- var DeleteFleetOutput$ = [3, n0, _DFO,
1051
- 0,
1052
- [],
1053
- []
1054
- ];
1055
- var DeleteProjectInput$ = [3, n0, _DPI,
1056
- 0,
1057
- [_na],
1058
- [0], 1
1059
- ];
1060
- var DeleteProjectOutput$ = [3, n0, _DPO,
1061
- 0,
1062
- [],
1063
- []
1064
- ];
1065
- var DeleteReportGroupInput$ = [3, n0, _DRGI,
1066
- 0,
1067
- [_a, _dR],
1068
- [0, 2], 1
1069
- ];
1070
- var DeleteReportGroupOutput$ = [3, n0, _DRGO,
1071
- 0,
1072
- [],
1073
- []
1074
- ];
1075
- var DeleteReportInput$ = [3, n0, _DRI,
1076
- 0,
1077
- [_a],
1078
- [0], 1
1079
- ];
1080
- var DeleteReportOutput$ = [3, n0, _DRO,
1081
- 0,
1082
- [],
1083
- []
1084
- ];
1085
- var DeleteResourcePolicyInput$ = [3, n0, _DRPI,
1086
- 0,
1087
- [_rAe],
1088
- [0], 1
1089
- ];
1090
- var DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
1091
- 0,
1092
- [],
1093
- []
1094
- ];
1095
- var DeleteSourceCredentialsInput$ = [3, n0, _DSCI,
1096
- 0,
1097
- [_a],
1098
- [0], 1
1099
- ];
1100
- var DeleteSourceCredentialsOutput$ = [3, n0, _DSCO,
1101
- 0,
1102
- [_a],
1103
- [0]
1104
- ];
1105
- var DeleteWebhookInput$ = [3, n0, _DWI,
1106
- 0,
1107
- [_pN],
1108
- [0], 1
1109
- ];
1110
- var DeleteWebhookOutput$ = [3, n0, _DWO,
1111
- 0,
1112
- [],
1113
- []
1114
- ];
1115
- var DescribeCodeCoveragesInput$ = [3, n0, _DCCI,
1116
- 0,
1117
- [_rAep, _nT, _mR, _sO, _sB, _mLCP, _mLCPa],
1118
- [0, 0, 1, 0, 0, 1, 1], 1
1119
- ];
1120
- var DescribeCodeCoveragesOutput$ = [3, n0, _DCCO,
1121
- 0,
1122
- [_nT, _cCo],
1123
- [0, () => CodeCoverages]
1124
- ];
1125
- var DescribeTestCasesInput$ = [3, n0, _DTCI,
1126
- 0,
1127
- [_rAep, _nT, _mR, _fi],
1128
- [0, 0, 1, () => TestCaseFilter$], 1
1129
- ];
1130
- var DescribeTestCasesOutput$ = [3, n0, _DTCO,
1131
- 0,
1132
- [_nT, _tC],
1133
- [0, () => TestCases]
1134
- ];
1135
- var DockerServer$ = [3, n0, _DSo,
1136
- 0,
1137
- [_cT, _sGI, _st],
1138
- [0, 64 | 0, () => DockerServerStatus$], 1
1139
- ];
1140
- var DockerServerStatus$ = [3, n0, _DSS,
1141
- 0,
1142
- [_st, _m],
1143
- [0, 0]
1144
- ];
1145
- var EnvironmentImage$ = [3, n0, _EI,
1146
- 0,
1147
- [_na, _de, _v],
1148
- [0, 0, 64 | 0]
1149
- ];
1150
- var EnvironmentLanguage$ = [3, n0, _EL,
1151
- 0,
1152
- [_la, _im],
1153
- [0, () => EnvironmentImages]
1154
- ];
1155
- var EnvironmentPlatform$ = [3, n0, _EP,
1156
- 0,
1157
- [_pl, _lan],
1158
- [0, () => EnvironmentLanguages]
1159
- ];
1160
- var EnvironmentVariable$ = [3, n0, _EV,
1161
- 0,
1162
- [_na, _va, _t],
1163
- [0, 0, 0], 2
1164
- ];
1165
- var ExportedEnvironmentVariable$ = [3, n0, _EEV,
1166
- 0,
1167
- [_na, _va],
1168
- [0, 0]
1169
- ];
1170
- var Fleet$ = [3, n0, _F,
1171
- 0,
1172
- [_a, _na, _id, _cr, _lMa, _st, _bCa, _eTn, _cT, _cC, _sCc, _oB, _vC, _pC, _iI, _fSR, _ta],
1173
- [0, 0, 0, 4, 4, () => FleetStatus$, 1, 0, 0, () => ComputeConfiguration$, () => ScalingConfigurationOutput$, 0, () => VpcConfig$, () => ProxyConfiguration$, 0, 0, () => TagList]
1174
- ];
1175
- var FleetProxyRule$ = [3, n0, _FPR,
1176
- 0,
1177
- [_t, _ef, _ent],
1178
- [0, 0, 64 | 0], 3
1179
- ];
1180
- var FleetStatus$ = [3, n0, _FS,
1181
- 0,
1182
- [_sC, _cont, _m],
1183
- [0, 0, 0]
1184
- ];
1185
- var GetReportGroupTrendInput$ = [3, n0, _GRGTI,
1186
- 0,
1187
- [_rGAe, _tF, _nOR],
1188
- [0, 0, 1], 2
1189
- ];
1190
- var GetReportGroupTrendOutput$ = [3, n0, _GRGTO,
1191
- 0,
1192
- [_sta, _rD],
1193
- [() => ReportGroupTrendStats$, () => ReportGroupTrendRawDataList]
1194
- ];
1195
- var GetResourcePolicyInput$ = [3, n0, _GRPI,
1196
- 0,
1197
- [_rAe],
1198
- [0], 1
1199
- ];
1200
- var GetResourcePolicyOutput$ = [3, n0, _GRPO,
1201
- 0,
1202
- [_po],
1203
- [0]
1204
- ];
1205
- var GitSubmodulesConfig$ = [3, n0, _GSC,
1206
- 0,
1207
- [_fS],
1208
- [2], 1
1209
- ];
1210
- var ImportSourceCredentialsInput$ = [3, n0, _ISCI,
1211
- 0,
1212
- [_to, _sTer, _aT, _u, _sOh],
1213
- [[() => SensitiveNonEmptyString, 0], 0, 0, 0, 2], 3
1214
- ];
1215
- var ImportSourceCredentialsOutput$ = [3, n0, _ISCO,
1216
- 0,
1217
- [_a],
1218
- [0]
1219
- ];
1220
- var InvalidateProjectCacheInput$ = [3, n0, _IPCI,
1221
- 0,
1222
- [_pN],
1223
- [0], 1
1224
- ];
1225
- var InvalidateProjectCacheOutput$ = [3, n0, _IPCO,
1226
- 0,
1227
- [],
1228
- []
1229
- ];
1230
- var InvalidInputException$ = [-3, n0, _IIE,
1231
- { [_e]: _c },
1232
- [_m],
1233
- [0]
1234
- ];
1235
- schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
1236
- var ListBuildBatchesForProjectInput$ = [3, n0, _LBBFPI,
1237
- 0,
1238
- [_pN, _fi, _mR, _sO, _nT],
1239
- [0, () => BuildBatchFilter$, 1, 0, 0]
1240
- ];
1241
- var ListBuildBatchesForProjectOutput$ = [3, n0, _LBBFPO,
1242
- 0,
1243
- [_i, _nT],
1244
- [64 | 0, 0]
1245
- ];
1246
- var ListBuildBatchesInput$ = [3, n0, _LBBI,
1247
- 0,
1248
- [_fi, _mR, _sO, _nT],
1249
- [() => BuildBatchFilter$, 1, 0, 0]
1250
- ];
1251
- var ListBuildBatchesOutput$ = [3, n0, _LBBO,
1252
- 0,
1253
- [_i, _nT],
1254
- [64 | 0, 0]
1255
- ];
1256
- var ListBuildsForProjectInput$ = [3, n0, _LBFPI,
1257
- 0,
1258
- [_pN, _sO, _nT],
1259
- [0, 0, 0], 1
1260
- ];
1261
- var ListBuildsForProjectOutput$ = [3, n0, _LBFPO,
1262
- 0,
1263
- [_i, _nT],
1264
- [64 | 0, 0]
1265
- ];
1266
- var ListBuildsInput$ = [3, n0, _LBI,
1267
- 0,
1268
- [_sO, _nT],
1269
- [0, 0]
1270
- ];
1271
- var ListBuildsOutput$ = [3, n0, _LBO,
1272
- 0,
1273
- [_i, _nT],
1274
- [64 | 0, 0]
1275
- ];
1276
- var ListCommandExecutionsForSandboxInput$ = [3, n0, _LCEFSI,
1277
- 0,
1278
- [_sI, _mR, _sO, _nT],
1279
- [0, 1, 0, [() => SensitiveString, 0]], 1
1280
- ];
1281
- var ListCommandExecutionsForSandboxOutput$ = [3, n0, _LCEFSO,
1282
- 0,
1283
- [_cE, _nT],
1284
- [[() => CommandExecutions, 0], 0]
1285
- ];
1286
- var ListCuratedEnvironmentImagesInput$ = [3, n0, _LCEII,
1287
- 0,
1288
- [],
1289
- []
1290
- ];
1291
- var ListCuratedEnvironmentImagesOutput$ = [3, n0, _LCEIO,
1292
- 0,
1293
- [_pla],
1294
- [() => EnvironmentPlatforms]
1295
- ];
1296
- var ListFleetsInput$ = [3, n0, _LFI,
1297
- 0,
1298
- [_nT, _mR, _sO, _sB],
1299
- [[() => SensitiveString, 0], 1, 0, 0]
1300
- ];
1301
- var ListFleetsOutput$ = [3, n0, _LFO,
1302
- 0,
1303
- [_nT, _f],
1304
- [0, 64 | 0]
1305
- ];
1306
- var ListProjectsInput$ = [3, n0, _LPI,
1307
- 0,
1308
- [_sB, _sO, _nT],
1309
- [0, 0, 0]
1310
- ];
1311
- var ListProjectsOutput$ = [3, n0, _LPO,
1312
- 0,
1313
- [_nT, _p],
1314
- [0, 64 | 0]
1315
- ];
1316
- var ListReportGroupsInput$ = [3, n0, _LRGI,
1317
- 0,
1318
- [_sO, _sB, _nT, _mR],
1319
- [0, 0, 0, 1]
1320
- ];
1321
- var ListReportGroupsOutput$ = [3, n0, _LRGO,
1322
- 0,
1323
- [_nT, _rG],
1324
- [0, 64 | 0]
1325
- ];
1326
- var ListReportsForReportGroupInput$ = [3, n0, _LRFRGI,
1327
- 0,
1328
- [_rGAe, _nT, _sO, _mR, _fi],
1329
- [0, 0, 0, 1, () => ReportFilter$], 1
1330
- ];
1331
- var ListReportsForReportGroupOutput$ = [3, n0, _LRFRGO,
1332
- 0,
1333
- [_nT, _r],
1334
- [0, 64 | 0]
1335
- ];
1336
- var ListReportsInput$ = [3, n0, _LRI,
1337
- 0,
1338
- [_sO, _nT, _mR, _fi],
1339
- [0, 0, 1, () => ReportFilter$]
1340
- ];
1341
- var ListReportsOutput$ = [3, n0, _LRO,
1342
- 0,
1343
- [_nT, _r],
1344
- [0, 64 | 0]
1345
- ];
1346
- var ListSandboxesForProjectInput$ = [3, n0, _LSFPI,
1347
- 0,
1348
- [_pN, _mR, _sO, _nT],
1349
- [0, 1, 0, [() => SensitiveString, 0]], 1
1350
- ];
1351
- var ListSandboxesForProjectOutput$ = [3, n0, _LSFPO,
1352
- 0,
1353
- [_i, _nT],
1354
- [64 | 0, 0]
1355
- ];
1356
- var ListSandboxesInput$ = [3, n0, _LSI,
1357
- 0,
1358
- [_mR, _sO, _nT],
1359
- [1, 0, 0]
1360
- ];
1361
- var ListSandboxesOutput$ = [3, n0, _LSO,
1362
- 0,
1363
- [_i, _nT],
1364
- [64 | 0, 0]
1365
- ];
1366
- var ListSharedProjectsInput$ = [3, n0, _LSPI,
1367
- 0,
1368
- [_sB, _sO, _mR, _nT],
1369
- [0, 0, 1, 0]
1370
- ];
1371
- var ListSharedProjectsOutput$ = [3, n0, _LSPO,
1372
- 0,
1373
- [_nT, _p],
1374
- [0, 64 | 0]
1375
- ];
1376
- var ListSharedReportGroupsInput$ = [3, n0, _LSRGI,
1377
- 0,
1378
- [_sO, _sB, _nT, _mR],
1379
- [0, 0, 0, 1]
1380
- ];
1381
- var ListSharedReportGroupsOutput$ = [3, n0, _LSRGO,
1382
- 0,
1383
- [_nT, _rG],
1384
- [0, 64 | 0]
1385
- ];
1386
- var ListSourceCredentialsInput$ = [3, n0, _LSCI,
1387
- 0,
1388
- [],
1389
- []
1390
- ];
1391
- var ListSourceCredentialsOutput$ = [3, n0, _LSCO,
1392
- 0,
1393
- [_sCI],
1394
- [() => SourceCredentialsInfos]
1395
- ];
1396
- var LogsConfig$ = [3, n0, _LC,
1397
- 0,
1398
- [_cWL, _sL],
1399
- [() => CloudWatchLogsConfig$, () => S3LogsConfig$]
1400
- ];
1401
- var LogsLocation$ = [3, n0, _LL,
1402
- 0,
1403
- [_gN, _sN, _dL, _sDL, _cWLA, _sLA, _cWL, _sL],
1404
- [0, 0, 0, 0, 0, 0, () => CloudWatchLogsConfig$, () => S3LogsConfig$]
1405
- ];
1406
- var NetworkInterface$ = [3, n0, _NI,
1407
- 0,
1408
- [_sIu, _nII],
1409
- [0, 0]
1410
- ];
1411
- var OAuthProviderException$ = [-3, n0, _OAPE,
1412
- { [_e]: _c },
1413
- [_m],
1414
- [0]
1415
- ];
1416
- schema.TypeRegistry.for(n0).registerError(OAuthProviderException$, OAuthProviderException);
1417
- var PhaseContext$ = [3, n0, _PC,
1418
- 0,
1419
- [_sC, _m],
1420
- [0, 0]
1421
- ];
1422
- var Project$ = [3, n0, _P,
1423
- 0,
1424
- [_na, _a, _de, _so, _sS, _sV, _sSV, _ar, _sA, _ca, _en, _sR, _tIM, _qTIM, _eK, _ta, _cr, _lMa, _w, _vC, _ba, _lCo, _fSL, _bBC, _cBL, _pV, _pPA, _rAR, _aRL],
1425
- [0, 0, 0, () => ProjectSource$, () => ProjectSources, 0, () => ProjectSecondarySourceVersions, () => ProjectArtifacts$, () => ProjectArtifactsList, () => ProjectCache$, () => ProjectEnvironment$, 0, 1, 1, 0, () => TagList, 4, 4, () => Webhook$, () => VpcConfig$, () => ProjectBadge$, () => LogsConfig$, () => ProjectFileSystemLocations, () => ProjectBuildBatchConfig$, 1, 0, 0, 0, 1]
1426
- ];
1427
- var ProjectArtifacts$ = [3, n0, _PA,
1428
- 0,
1429
- [_t, _lo, _pa, _nTa, _na, _pac, _oAN, _eD, _aI, _bOA],
1430
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0], 1
1431
- ];
1432
- var ProjectBadge$ = [3, n0, _PB,
1433
- 0,
1434
- [_bE, _bRU],
1435
- [2, 0]
1436
- ];
1437
- var ProjectBuildBatchConfig$ = [3, n0, _PBBC,
1438
- 0,
1439
- [_sR, _cA, _re, _tIMi, _bRM],
1440
- [0, 2, () => BatchRestrictions$, 1, 0]
1441
- ];
1442
- var ProjectCache$ = [3, n0, _PCr,
1443
- 0,
1444
- [_t, _lo, _mo, _cN],
1445
- [0, 0, 64 | 0, 0], 1
1446
- ];
1447
- var ProjectEnvironment$ = [3, n0, _PE,
1448
- 0,
1449
- [_t, _ima, _cT, _cC, _fl, _eV, _pM, _ce, _rC, _iPCT, _dSo],
1450
- [0, 0, 0, () => ComputeConfiguration$, () => ProjectFleet$, () => EnvironmentVariables, 2, 0, () => RegistryCredential$, 0, () => DockerServer$], 3
1451
- ];
1452
- var ProjectFileSystemLocation$ = [3, n0, _PFSL,
1453
- 0,
1454
- [_t, _lo, _mP, _ide, _mO],
1455
- [0, 0, 0, 0, 0]
1456
- ];
1457
- var ProjectFleet$ = [3, n0, _PF,
1458
- 0,
1459
- [_fAl],
1460
- [0]
1461
- ];
1462
- var ProjectSource$ = [3, n0, _PS,
1463
- 0,
1464
- [_t, _lo, _gCD, _gSC, _bu, _au, _rBS, _bSC, _iS, _sIo],
1465
- [0, 0, 1, () => GitSubmodulesConfig$, 0, () => SourceAuth$, 2, () => BuildStatusConfig$, 2, 0], 1
1466
- ];
1467
- var ProjectSourceVersion$ = [3, n0, _PSV,
1468
- 0,
1469
- [_sIo, _sV],
1470
- [0, 0], 2
1471
- ];
1472
- var ProxyConfiguration$ = [3, n0, _PCro,
1473
- 0,
1474
- [_dB, _oPR],
1475
- [0, () => FleetProxyRules]
1476
- ];
1477
- var PullRequestBuildPolicy$ = [3, n0, _PRBP,
1478
- 0,
1479
- [_rCA, _aR],
1480
- [0, 64 | 0], 1
1481
- ];
1482
- var PutResourcePolicyInput$ = [3, n0, _PRPI,
1483
- 0,
1484
- [_po, _rAe],
1485
- [0, 0], 2
1486
- ];
1487
- var PutResourcePolicyOutput$ = [3, n0, _PRPO,
1488
- 0,
1489
- [_rAe],
1490
- [0]
1491
- ];
1492
- var RegistryCredential$ = [3, n0, _RC,
1493
- 0,
1494
- [_cre, _cPr],
1495
- [0, 0], 2
1496
- ];
1497
- var Report$ = [3, n0, _R,
1498
- 0,
1499
- [_a, _t, _na, _rGAe, _eI, _st, _cr, _ex, _eCx, _tr, _tS, _cCS],
1500
- [0, 0, 0, 0, 0, 0, 4, 4, () => ReportExportConfig$, 2, () => TestReportSummary$, () => CodeCoverageReportSummary$]
1501
- ];
1502
- var ReportExportConfig$ = [3, n0, _REC,
1503
- 0,
1504
- [_eCT, _sD],
1505
- [0, () => S3ReportExportConfig$]
1506
- ];
1507
- var ReportFilter$ = [3, n0, _RF,
1508
- 0,
1509
- [_st],
1510
- [0]
1511
- ];
1512
- var ReportGroup$ = [3, n0, _RG,
1513
- 0,
1514
- [_a, _na, _t, _eCx, _cr, _lMa, _ta, _st],
1515
- [0, 0, 0, () => ReportExportConfig$, 4, 4, () => TagList, 0]
1516
- ];
1517
- var ReportGroupTrendStats$ = [3, n0, _RGTS,
1518
- 0,
1519
- [_av, _ma, _mi],
1520
- [0, 0, 0]
1521
- ];
1522
- var ReportWithRawData$ = [3, n0, _RWRD,
1523
- 0,
1524
- [_rAep, _da],
1525
- [0, 0]
1526
- ];
1527
- var ResolvedArtifact$ = [3, n0, _RA,
1528
- 0,
1529
- [_t, _lo, _ide],
1530
- [0, 0, 0]
1531
- ];
1532
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1533
- { [_e]: _c },
1534
- [_m],
1535
- [0]
1536
- ];
1537
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1538
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1539
- { [_e]: _c },
1540
- [_m],
1541
- [0]
1542
- ];
1543
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1544
- var RetryBuildBatchInput$ = [3, n0, _RBBI,
1545
- 0,
1546
- [_id, _iTd, _rT],
1547
- [0, 0, 0]
1548
- ];
1549
- var RetryBuildBatchOutput$ = [3, n0, _RBBO,
1550
- 0,
1551
- [_bBu],
1552
- [() => BuildBatch$]
1553
- ];
1554
- var RetryBuildInput$ = [3, n0, _RBI,
1555
- 0,
1556
- [_id, _iTd],
1557
- [0, 0]
1558
- ];
1559
- var RetryBuildOutput$ = [3, n0, _RBO,
1560
- 0,
1561
- [_bui],
1562
- [() => Build$]
1563
- ];
1564
- var S3LogsConfig$ = [3, n0, _SLC,
1565
- 0,
1566
- [_st, _lo, _eD, _bOA],
1567
- [0, 0, 2, 0], 1
1568
- ];
1569
- var S3ReportExportConfig$ = [3, n0, _SREC,
1570
- 0,
1571
- [_buc, _bO, _pa, _pac, _eK, _eD],
1572
- [0, 0, 0, 0, 0, 2]
1573
- ];
1574
- var Sandbox$ = [3, n0, _S,
1575
- 0,
1576
- [_id, _a, _pN, _rTe, _sT, _eT, _st, _so, _sV, _sS, _sSV, _en, _fSL, _tIM, _qTIM, _vC, _lC, _eK, _sR, _cS],
1577
- [0, 0, 0, 4, 4, 4, 0, () => ProjectSource$, 0, () => ProjectSources, () => ProjectSecondarySourceVersions, () => ProjectEnvironment$, () => ProjectFileSystemLocations, 1, 1, () => VpcConfig$, () => LogsConfig$, 0, 0, () => SandboxSession$]
1578
- ];
1579
- var SandboxSession$ = [3, n0, _SSa,
1580
- 0,
1581
- [_id, _st, _sT, _eT, _cP, _ph, _rSV, _l, _nI],
1582
- [0, 0, 4, 4, 0, () => SandboxSessionPhases, 0, () => LogsLocation$, () => NetworkInterface$]
1583
- ];
1584
- var SandboxSessionPhase$ = [3, n0, _SSP,
1585
- 0,
1586
- [_pT, _pS, _sT, _eT, _dIS, _con],
1587
- [0, 0, 4, 4, 1, () => PhaseContexts]
1588
- ];
1589
- var ScalingConfigurationInput$ = [3, n0, _SCI,
1590
- 0,
1591
- [_sTc, _tTSC, _mCa],
1592
- [0, () => TargetTrackingScalingConfigurations, 1]
1593
- ];
1594
- var ScalingConfigurationOutput$ = [3, n0, _SCO,
1595
- 0,
1596
- [_sTc, _tTSC, _mCa, _dC],
1597
- [0, () => TargetTrackingScalingConfigurations, 1, 1]
1598
- ];
1599
- var ScopeConfiguration$ = [3, n0, _SC,
1600
- 0,
1601
- [_na, _sc, _do],
1602
- [0, 0, 0], 2
1603
- ];
1604
- var SourceAuth$ = [3, n0, _SA,
1605
- 0,
1606
- [_t, _res],
1607
- [0, 0], 1
1608
- ];
1609
- var SourceCredentialsInfo$ = [3, n0, _SCIo,
1610
- 0,
1611
- [_a, _sTer, _aT, _res],
1612
- [0, 0, 0, 0]
1613
- ];
1614
- var SSMSession$ = [3, n0, _SSMS,
1615
- 0,
1616
- [_sIe, _tV, _sU],
1617
- [0, 0, 0]
1618
- ];
1619
- var StartBuildBatchInput$ = [3, n0, _SBBI,
1620
- 0,
1621
- [_pN, _sSO, _sSVO, _sV, _aO, _sAO, _eVO, _sTO, _sLO, _sAOo, _gCDO, _gSCO, _bOu, _iSO, _rBBSO, _eTO, _iO, _cTO, _cO, _cOa, _sRO, _pMO, _bTIMO, _qTIMO, _eKO, _iTd, _lCO, _rCO, _iPCTO, _bBCO, _dSE],
1622
- [0, () => ProjectSources, () => ProjectSecondarySourceVersions, 0, () => ProjectArtifacts$, () => ProjectArtifactsList, () => EnvironmentVariables, 0, 0, () => SourceAuth$, 1, () => GitSubmodulesConfig$, 0, 2, 2, 0, 0, 0, 0, () => ProjectCache$, 0, 2, 1, 1, 0, 0, () => LogsConfig$, () => RegistryCredential$, 0, () => ProjectBuildBatchConfig$, 2], 1
1623
- ];
1624
- var StartBuildBatchOutput$ = [3, n0, _SBBO,
1625
- 0,
1626
- [_bBu],
1627
- [() => BuildBatch$]
1628
- ];
1629
- var StartBuildInput$ = [3, n0, _SBI,
1630
- 0,
1631
- [_pN, _sSO, _sSVO, _sV, _aO, _sAO, _eVO, _sTO, _sLO, _sAOo, _gCDO, _gSCO, _bOu, _iSO, _rBSO, _bSCO, _eTO, _iO, _cTO, _cO, _cOa, _sRO, _pMO, _tIMO, _qTIMO, _eKO, _iTd, _lCO, _rCO, _iPCTO, _dSE, _fO, _aRLO],
1632
- [0, () => ProjectSources, () => ProjectSecondarySourceVersions, 0, () => ProjectArtifacts$, () => ProjectArtifactsList, () => EnvironmentVariables, 0, 0, () => SourceAuth$, 1, () => GitSubmodulesConfig$, 0, 2, 2, () => BuildStatusConfig$, 0, 0, 0, 0, () => ProjectCache$, 0, 2, 1, 1, 0, 0, () => LogsConfig$, () => RegistryCredential$, 0, 2, () => ProjectFleet$, 1], 1
1633
- ];
1634
- var StartBuildOutput$ = [3, n0, _SBO,
1635
- 0,
1636
- [_bui],
1637
- [() => Build$]
1638
- ];
1639
- var StartCommandExecutionInput$ = [3, n0, _SCEI,
1640
- 0,
1641
- [_sI, _com, _t],
1642
- [0, [() => SensitiveNonEmptyString, 0], 0], 2
1643
- ];
1644
- var StartCommandExecutionOutput$ = [3, n0, _SCEO,
1645
- 0,
1646
- [_cEo],
1647
- [[() => CommandExecution$, 0]]
1648
- ];
1649
- var StartSandboxConnectionInput$ = [3, n0, _SSCI,
1650
- 0,
1651
- [_sI],
1652
- [0], 1
1653
- ];
1654
- var StartSandboxConnectionOutput$ = [3, n0, _SSCO,
1655
- 0,
1656
- [_sSs],
1657
- [() => SSMSession$]
1658
- ];
1659
- var StartSandboxInput$ = [3, n0, _SSI,
1660
- 0,
1661
- [_pN, _iTd],
1662
- [0, [() => SensitiveString, 0]]
1663
- ];
1664
- var StartSandboxOutput$ = [3, n0, _SSO,
1665
- 0,
1666
- [_sa],
1667
- [() => Sandbox$]
1668
- ];
1669
- var StopBuildBatchInput$ = [3, n0, _SBBIt,
1670
- 0,
1671
- [_id],
1672
- [0], 1
1673
- ];
1674
- var StopBuildBatchOutput$ = [3, n0, _SBBOt,
1675
- 0,
1676
- [_bBu],
1677
- [() => BuildBatch$]
1678
- ];
1679
- var StopBuildInput$ = [3, n0, _SBIt,
1680
- 0,
1681
- [_id],
1682
- [0], 1
1683
- ];
1684
- var StopBuildOutput$ = [3, n0, _SBOt,
1685
- 0,
1686
- [_bui],
1687
- [() => Build$]
1688
- ];
1689
- var StopSandboxInput$ = [3, n0, _SSIt,
1690
- 0,
1691
- [_id],
1692
- [0], 1
1693
- ];
1694
- var StopSandboxOutput$ = [3, n0, _SSOt,
1695
- 0,
1696
- [_sa],
1697
- [() => Sandbox$]
1698
- ];
1699
- var Tag$ = [3, n0, _T,
1700
- 0,
1701
- [_k, _va],
1702
- [0, 0]
1703
- ];
1704
- var TargetTrackingScalingConfiguration$ = [3, n0, _TTSC,
1705
- 0,
1706
- [_mTe, _tVa],
1707
- [0, 1]
1708
- ];
1709
- var TestCase$ = [3, n0, _TC,
1710
- 0,
1711
- [_rAep, _tRDP, _pre, _na, _st, _dINS, _m, _ex, _tSN],
1712
- [0, 0, 0, 0, 0, 1, 0, 4, 0]
1713
- ];
1714
- var TestCaseFilter$ = [3, n0, _TCF,
1715
- 0,
1716
- [_st, _ke],
1717
- [0, 0]
1718
- ];
1719
- var TestReportSummary$ = [3, n0, _TRS,
1720
- 0,
1721
- [_tot, _sCt, _dINS],
1722
- [1, 128 | 1, 1], 3
1723
- ];
1724
- var UpdateFleetInput$ = [3, n0, _UFI,
1725
- 0,
1726
- [_a, _bCa, _eTn, _cT, _cC, _sCc, _oB, _vC, _pC, _iI, _fSR, _ta],
1727
- [0, 1, 0, 0, () => ComputeConfiguration$, () => ScalingConfigurationInput$, 0, () => VpcConfig$, () => ProxyConfiguration$, 0, 0, () => TagList], 1
1728
- ];
1729
- var UpdateFleetOutput$ = [3, n0, _UFO,
1730
- 0,
1731
- [_fl],
1732
- [() => Fleet$]
1733
- ];
1734
- var UpdateProjectInput$ = [3, n0, _UPI,
1735
- 0,
1736
- [_na, _de, _so, _sS, _sV, _sSV, _ar, _sA, _ca, _en, _sR, _tIM, _qTIM, _eK, _ta, _vC, _bE, _lCo, _fSL, _bBC, _cBL, _aRL],
1737
- [0, 0, () => ProjectSource$, () => ProjectSources, 0, () => ProjectSecondarySourceVersions, () => ProjectArtifacts$, () => ProjectArtifactsList, () => ProjectCache$, () => ProjectEnvironment$, 0, 1, 1, 0, () => TagList, () => VpcConfig$, 2, () => LogsConfig$, () => ProjectFileSystemLocations, () => ProjectBuildBatchConfig$, 1, 1], 1
1738
- ];
1739
- var UpdateProjectOutput$ = [3, n0, _UPO,
1740
- 0,
1741
- [_pr],
1742
- [() => Project$]
1743
- ];
1744
- var UpdateProjectVisibilityInput$ = [3, n0, _UPVI,
1745
- 0,
1746
- [_pAr, _pV, _rAR],
1747
- [0, 0, 0], 2
1748
- ];
1749
- var UpdateProjectVisibilityOutput$ = [3, n0, _UPVO,
1750
- 0,
1751
- [_pAr, _pPA, _pV],
1752
- [0, 0, 0]
1753
- ];
1754
- var UpdateReportGroupInput$ = [3, n0, _URGI,
1755
- 0,
1756
- [_a, _eCx, _ta],
1757
- [0, () => ReportExportConfig$, () => TagList], 1
1758
- ];
1759
- var UpdateReportGroupOutput$ = [3, n0, _URGO,
1760
- 0,
1761
- [_rGe],
1762
- [() => ReportGroup$]
1763
- ];
1764
- var UpdateWebhookInput$ = [3, n0, _UWI,
1765
- 0,
1766
- [_pN, _bF, _rS, _fG, _bT, _pRBP],
1767
- [0, 0, 2, () => FilterGroups, 0, () => PullRequestBuildPolicy$], 1
1768
- ];
1769
- var UpdateWebhookOutput$ = [3, n0, _UWO,
1770
- 0,
1771
- [_w],
1772
- [() => Webhook$]
1773
- ];
1774
- var VpcConfig$ = [3, n0, _VC,
1775
- 0,
1776
- [_vI, _su, _sGI],
1777
- [0, 64 | 0, 64 | 0]
1778
- ];
1779
- var Webhook$ = [3, n0, _W,
1780
- 0,
1781
- [_ur, _pU, _se, _bF, _fG, _bT, _mC, _lMS, _sCco, _st, _sM, _pRBP],
1782
- [0, 0, 0, 0, () => FilterGroups, 0, 2, 4, () => ScopeConfiguration$, 0, 0, () => PullRequestBuildPolicy$]
1783
- ];
1784
- var WebhookFilter$ = [3, n0, _WF,
1785
- 0,
1786
- [_t, _pat, _eMP],
1787
- [0, 0, 2], 2
1788
- ];
1789
- var CodeBuildServiceException$ = [-3, _sm, "CodeBuildServiceException", 0, [], []];
1790
- schema.TypeRegistry.for(_sm).registerError(CodeBuildServiceException$, CodeBuildServiceException);
1791
- var BuildArtifactsList = [1, n0, _BAL,
1792
- 0, () => BuildArtifacts$
1793
- ];
1794
- var BuildBatches = [1, n0, _BBu,
1795
- 0, () => BuildBatch$
1796
- ];
1797
- var BuildBatchPhases = [1, n0, _BBPu,
1798
- 0, () => BuildBatchPhase$
1799
- ];
1800
- var BuildGroups = [1, n0, _BGu,
1801
- 0, () => BuildGroup$
1802
- ];
1803
- var BuildPhases = [1, n0, _BPu,
1804
- 0, () => BuildPhase$
1805
- ];
1806
- var Builds = [1, n0, _Bu,
1807
- 0, () => Build$
1808
- ];
1809
- var BuildsNotDeleted = [1, n0, _BNDu,
1810
- 0, () => BuildNotDeleted$
1811
- ];
1812
- var BuildSummaries = [1, n0, _BSu,
1813
- 0, () => BuildSummary$
1814
- ];
1815
- var CodeCoverages = [1, n0, _CCod,
1816
- 0, () => CodeCoverage$
1817
- ];
1818
- var CommandExecutions = [1, n0, _CEo,
1819
- 0, [() => CommandExecution$,
1820
- 0]
1821
- ];
1822
- var EnvironmentImages = [1, n0, _EIn,
1823
- 0, () => EnvironmentImage$
1824
- ];
1825
- var EnvironmentLanguages = [1, n0, _ELn,
1826
- 0, () => EnvironmentLanguage$
1827
- ];
1828
- var EnvironmentPlatforms = [1, n0, _EPn,
1829
- 0, () => EnvironmentPlatform$
1830
- ];
1831
- var EnvironmentVariables = [1, n0, _EVn,
1832
- 0, () => EnvironmentVariable$
1833
- ];
1834
- var ExportedEnvironmentVariables = [1, n0, _EEVx,
1835
- 0, () => ExportedEnvironmentVariable$
1836
- ];
1837
- var FilterGroup = [1, n0, _FGi,
1838
- 0, () => WebhookFilter$
1839
- ];
1840
- var FilterGroups = [1, n0, _FG,
1841
- 0, () => FilterGroup
1842
- ];
1843
- var FleetProxyRules = [1, n0, _FPRl,
1844
- 0, () => FleetProxyRule$
1845
- ];
1846
- var Fleets = [1, n0, _Fl,
1847
- 0, () => Fleet$
1848
- ];
1849
- var PhaseContexts = [1, n0, _PCh,
1850
- 0, () => PhaseContext$
1851
- ];
1852
- var ProjectArtifactsList = [1, n0, _PAL,
1853
- 0, () => ProjectArtifacts$
1854
- ];
1855
- var ProjectFileSystemLocations = [1, n0, _PFSLr,
1856
- 0, () => ProjectFileSystemLocation$
1857
- ];
1858
- var Projects = [1, n0, _Pr,
1859
- 0, () => Project$
1860
- ];
1861
- var ProjectSecondarySourceVersions = [1, n0, _PSSV,
1862
- 0, () => ProjectSourceVersion$
1863
- ];
1864
- var ProjectSources = [1, n0, _PSr,
1865
- 0, () => ProjectSource$
1866
- ];
1867
- var ReportGroups = [1, n0, _RGe,
1868
- 0, () => ReportGroup$
1869
- ];
1870
- var ReportGroupTrendRawDataList = [1, n0, _RGTRDL,
1871
- 0, () => ReportWithRawData$
1872
- ];
1873
- var Reports = [1, n0, _Re,
1874
- 0, () => Report$
1875
- ];
1876
- var ResolvedSecondaryArtifacts = [1, n0, _RSA,
1877
- 0, () => ResolvedArtifact$
1878
- ];
1879
- var Sandboxes = [1, n0, _Sa,
1880
- 0, () => Sandbox$
1881
- ];
1882
- var SandboxSessionPhases = [1, n0, _SSPa,
1883
- 0, () => SandboxSessionPhase$
1884
- ];
1885
- var SourceCredentialsInfos = [1, n0, _SCIou,
1886
- 0, () => SourceCredentialsInfo$
1887
- ];
1888
- var TagList = [1, n0, _TL,
1889
- 0, () => Tag$
1890
- ];
1891
- var TargetTrackingScalingConfigurations = [1, n0, _TTSCa,
1892
- 0, () => TargetTrackingScalingConfiguration$
1893
- ];
1894
- var TestCases = [1, n0, _TCe,
1895
- 0, () => TestCase$
1896
- ];
1897
- var BatchDeleteBuilds$ = [9, n0, _BDB,
1898
- 0, () => BatchDeleteBuildsInput$, () => BatchDeleteBuildsOutput$
1899
- ];
1900
- var BatchGetBuildBatches$ = [9, n0, _BGBB,
1901
- 0, () => BatchGetBuildBatchesInput$, () => BatchGetBuildBatchesOutput$
1902
- ];
1903
- var BatchGetBuilds$ = [9, n0, _BGB,
1904
- 0, () => BatchGetBuildsInput$, () => BatchGetBuildsOutput$
1905
- ];
1906
- var BatchGetCommandExecutions$ = [9, n0, _BGCE,
1907
- 0, () => BatchGetCommandExecutionsInput$, () => BatchGetCommandExecutionsOutput$
1908
- ];
1909
- var BatchGetFleets$ = [9, n0, _BGF,
1910
- 0, () => BatchGetFleetsInput$, () => BatchGetFleetsOutput$
1911
- ];
1912
- var BatchGetProjects$ = [9, n0, _BGP,
1913
- 0, () => BatchGetProjectsInput$, () => BatchGetProjectsOutput$
1914
- ];
1915
- var BatchGetReportGroups$ = [9, n0, _BGRG,
1916
- 0, () => BatchGetReportGroupsInput$, () => BatchGetReportGroupsOutput$
1917
- ];
1918
- var BatchGetReports$ = [9, n0, _BGR,
1919
- 0, () => BatchGetReportsInput$, () => BatchGetReportsOutput$
1920
- ];
1921
- var BatchGetSandboxes$ = [9, n0, _BGS,
1922
- 0, () => BatchGetSandboxesInput$, () => BatchGetSandboxesOutput$
1923
- ];
1924
- var CreateFleet$ = [9, n0, _CF,
1925
- 0, () => CreateFleetInput$, () => CreateFleetOutput$
1926
- ];
1927
- var CreateProject$ = [9, n0, _CP,
1928
- 0, () => CreateProjectInput$, () => CreateProjectOutput$
1929
- ];
1930
- var CreateReportGroup$ = [9, n0, _CRG,
1931
- 0, () => CreateReportGroupInput$, () => CreateReportGroupOutput$
1932
- ];
1933
- var CreateWebhook$ = [9, n0, _CW,
1934
- 0, () => CreateWebhookInput$, () => CreateWebhookOutput$
1935
- ];
1936
- var DeleteBuildBatch$ = [9, n0, _DBB,
1937
- 0, () => DeleteBuildBatchInput$, () => DeleteBuildBatchOutput$
1938
- ];
1939
- var DeleteFleet$ = [9, n0, _DF,
1940
- 0, () => DeleteFleetInput$, () => DeleteFleetOutput$
1941
- ];
1942
- var DeleteProject$ = [9, n0, _DP,
1943
- 0, () => DeleteProjectInput$, () => DeleteProjectOutput$
1944
- ];
1945
- var DeleteReport$ = [9, n0, _DR,
1946
- 0, () => DeleteReportInput$, () => DeleteReportOutput$
1947
- ];
1948
- var DeleteReportGroup$ = [9, n0, _DRG,
1949
- 0, () => DeleteReportGroupInput$, () => DeleteReportGroupOutput$
1950
- ];
1951
- var DeleteResourcePolicy$ = [9, n0, _DRP,
1952
- 0, () => DeleteResourcePolicyInput$, () => DeleteResourcePolicyOutput$
1953
- ];
1954
- var DeleteSourceCredentials$ = [9, n0, _DSC,
1955
- 0, () => DeleteSourceCredentialsInput$, () => DeleteSourceCredentialsOutput$
1956
- ];
1957
- var DeleteWebhook$ = [9, n0, _DW,
1958
- 0, () => DeleteWebhookInput$, () => DeleteWebhookOutput$
1959
- ];
1960
- var DescribeCodeCoverages$ = [9, n0, _DCC,
1961
- 0, () => DescribeCodeCoveragesInput$, () => DescribeCodeCoveragesOutput$
1962
- ];
1963
- var DescribeTestCases$ = [9, n0, _DTC,
1964
- 0, () => DescribeTestCasesInput$, () => DescribeTestCasesOutput$
1965
- ];
1966
- var GetReportGroupTrend$ = [9, n0, _GRGT,
1967
- 0, () => GetReportGroupTrendInput$, () => GetReportGroupTrendOutput$
1968
- ];
1969
- var GetResourcePolicy$ = [9, n0, _GRP,
1970
- 0, () => GetResourcePolicyInput$, () => GetResourcePolicyOutput$
1971
- ];
1972
- var ImportSourceCredentials$ = [9, n0, _ISC,
1973
- 0, () => ImportSourceCredentialsInput$, () => ImportSourceCredentialsOutput$
1974
- ];
1975
- var InvalidateProjectCache$ = [9, n0, _IPC,
1976
- 0, () => InvalidateProjectCacheInput$, () => InvalidateProjectCacheOutput$
1977
- ];
1978
- var ListBuildBatches$ = [9, n0, _LBB,
1979
- 0, () => ListBuildBatchesInput$, () => ListBuildBatchesOutput$
1980
- ];
1981
- var ListBuildBatchesForProject$ = [9, n0, _LBBFP,
1982
- 0, () => ListBuildBatchesForProjectInput$, () => ListBuildBatchesForProjectOutput$
1983
- ];
1984
- var ListBuilds$ = [9, n0, _LB,
1985
- 0, () => ListBuildsInput$, () => ListBuildsOutput$
1986
- ];
1987
- var ListBuildsForProject$ = [9, n0, _LBFP,
1988
- 0, () => ListBuildsForProjectInput$, () => ListBuildsForProjectOutput$
1989
- ];
1990
- var ListCommandExecutionsForSandbox$ = [9, n0, _LCEFS,
1991
- 0, () => ListCommandExecutionsForSandboxInput$, () => ListCommandExecutionsForSandboxOutput$
1992
- ];
1993
- var ListCuratedEnvironmentImages$ = [9, n0, _LCEI,
1994
- 0, () => ListCuratedEnvironmentImagesInput$, () => ListCuratedEnvironmentImagesOutput$
1995
- ];
1996
- var ListFleets$ = [9, n0, _LF,
1997
- 0, () => ListFleetsInput$, () => ListFleetsOutput$
1998
- ];
1999
- var ListProjects$ = [9, n0, _LP,
2000
- 0, () => ListProjectsInput$, () => ListProjectsOutput$
2001
- ];
2002
- var ListReportGroups$ = [9, n0, _LRG,
2003
- 0, () => ListReportGroupsInput$, () => ListReportGroupsOutput$
2004
- ];
2005
- var ListReports$ = [9, n0, _LR,
2006
- 0, () => ListReportsInput$, () => ListReportsOutput$
2007
- ];
2008
- var ListReportsForReportGroup$ = [9, n0, _LRFRG,
2009
- 0, () => ListReportsForReportGroupInput$, () => ListReportsForReportGroupOutput$
2010
- ];
2011
- var ListSandboxes$ = [9, n0, _LS,
2012
- 0, () => ListSandboxesInput$, () => ListSandboxesOutput$
2013
- ];
2014
- var ListSandboxesForProject$ = [9, n0, _LSFP,
2015
- 0, () => ListSandboxesForProjectInput$, () => ListSandboxesForProjectOutput$
2016
- ];
2017
- var ListSharedProjects$ = [9, n0, _LSP,
2018
- 0, () => ListSharedProjectsInput$, () => ListSharedProjectsOutput$
2019
- ];
2020
- var ListSharedReportGroups$ = [9, n0, _LSRG,
2021
- 0, () => ListSharedReportGroupsInput$, () => ListSharedReportGroupsOutput$
2022
- ];
2023
- var ListSourceCredentials$ = [9, n0, _LSC,
2024
- 0, () => ListSourceCredentialsInput$, () => ListSourceCredentialsOutput$
2025
- ];
2026
- var PutResourcePolicy$ = [9, n0, _PRP,
2027
- 0, () => PutResourcePolicyInput$, () => PutResourcePolicyOutput$
2028
- ];
2029
- var RetryBuild$ = [9, n0, _RB,
2030
- 0, () => RetryBuildInput$, () => RetryBuildOutput$
2031
- ];
2032
- var RetryBuildBatch$ = [9, n0, _RBB,
2033
- 0, () => RetryBuildBatchInput$, () => RetryBuildBatchOutput$
2034
- ];
2035
- var StartBuild$ = [9, n0, _SB,
2036
- 0, () => StartBuildInput$, () => StartBuildOutput$
2037
- ];
2038
- var StartBuildBatch$ = [9, n0, _SBB,
2039
- 0, () => StartBuildBatchInput$, () => StartBuildBatchOutput$
2040
- ];
2041
- var StartCommandExecution$ = [9, n0, _SCE,
2042
- 0, () => StartCommandExecutionInput$, () => StartCommandExecutionOutput$
2043
- ];
2044
- var StartSandbox$ = [9, n0, _SSt,
2045
- 0, () => StartSandboxInput$, () => StartSandboxOutput$
2046
- ];
2047
- var StartSandboxConnection$ = [9, n0, _SSC,
2048
- 0, () => StartSandboxConnectionInput$, () => StartSandboxConnectionOutput$
2049
- ];
2050
- var StopBuild$ = [9, n0, _SBt,
2051
- 0, () => StopBuildInput$, () => StopBuildOutput$
2052
- ];
2053
- var StopBuildBatch$ = [9, n0, _SBBt,
2054
- 0, () => StopBuildBatchInput$, () => StopBuildBatchOutput$
2055
- ];
2056
- var StopSandbox$ = [9, n0, _SSto,
2057
- 0, () => StopSandboxInput$, () => StopSandboxOutput$
2058
- ];
2059
- var UpdateFleet$ = [9, n0, _UF,
2060
- 0, () => UpdateFleetInput$, () => UpdateFleetOutput$
2061
- ];
2062
- var UpdateProject$ = [9, n0, _UP,
2063
- 0, () => UpdateProjectInput$, () => UpdateProjectOutput$
2064
- ];
2065
- var UpdateProjectVisibility$ = [9, n0, _UPV,
2066
- 0, () => UpdateProjectVisibilityInput$, () => UpdateProjectVisibilityOutput$
2067
- ];
2068
- var UpdateReportGroup$ = [9, n0, _URG,
2069
- 0, () => UpdateReportGroupInput$, () => UpdateReportGroupOutput$
2070
- ];
2071
- var UpdateWebhook$ = [9, n0, _UW,
2072
- 0, () => UpdateWebhookInput$, () => UpdateWebhookOutput$
2073
- ];
2074
-
2075
116
  class BatchDeleteBuildsCommand extends smithyClient.Command
2076
117
  .classBuilder()
2077
118
  .ep(commonParams)
@@ -2080,7 +121,7 @@ class BatchDeleteBuildsCommand extends smithyClient.Command
2080
121
  })
2081
122
  .s("CodeBuild_20161006", "BatchDeleteBuilds", {})
2082
123
  .n("CodeBuildClient", "BatchDeleteBuildsCommand")
2083
- .sc(BatchDeleteBuilds$)
124
+ .sc(schemas_0.BatchDeleteBuilds$)
2084
125
  .build() {
2085
126
  }
2086
127
 
@@ -2092,7 +133,7 @@ class BatchGetBuildBatchesCommand extends smithyClient.Command
2092
133
  })
2093
134
  .s("CodeBuild_20161006", "BatchGetBuildBatches", {})
2094
135
  .n("CodeBuildClient", "BatchGetBuildBatchesCommand")
2095
- .sc(BatchGetBuildBatches$)
136
+ .sc(schemas_0.BatchGetBuildBatches$)
2096
137
  .build() {
2097
138
  }
2098
139
 
@@ -2104,7 +145,7 @@ class BatchGetBuildsCommand extends smithyClient.Command
2104
145
  })
2105
146
  .s("CodeBuild_20161006", "BatchGetBuilds", {})
2106
147
  .n("CodeBuildClient", "BatchGetBuildsCommand")
2107
- .sc(BatchGetBuilds$)
148
+ .sc(schemas_0.BatchGetBuilds$)
2108
149
  .build() {
2109
150
  }
2110
151
 
@@ -2116,7 +157,7 @@ class BatchGetCommandExecutionsCommand extends smithyClient.Command
2116
157
  })
2117
158
  .s("CodeBuild_20161006", "BatchGetCommandExecutions", {})
2118
159
  .n("CodeBuildClient", "BatchGetCommandExecutionsCommand")
2119
- .sc(BatchGetCommandExecutions$)
160
+ .sc(schemas_0.BatchGetCommandExecutions$)
2120
161
  .build() {
2121
162
  }
2122
163
 
@@ -2128,7 +169,7 @@ class BatchGetFleetsCommand extends smithyClient.Command
2128
169
  })
2129
170
  .s("CodeBuild_20161006", "BatchGetFleets", {})
2130
171
  .n("CodeBuildClient", "BatchGetFleetsCommand")
2131
- .sc(BatchGetFleets$)
172
+ .sc(schemas_0.BatchGetFleets$)
2132
173
  .build() {
2133
174
  }
2134
175
 
@@ -2140,7 +181,7 @@ class BatchGetProjectsCommand extends smithyClient.Command
2140
181
  })
2141
182
  .s("CodeBuild_20161006", "BatchGetProjects", {})
2142
183
  .n("CodeBuildClient", "BatchGetProjectsCommand")
2143
- .sc(BatchGetProjects$)
184
+ .sc(schemas_0.BatchGetProjects$)
2144
185
  .build() {
2145
186
  }
2146
187
 
@@ -2152,7 +193,7 @@ class BatchGetReportGroupsCommand extends smithyClient.Command
2152
193
  })
2153
194
  .s("CodeBuild_20161006", "BatchGetReportGroups", {})
2154
195
  .n("CodeBuildClient", "BatchGetReportGroupsCommand")
2155
- .sc(BatchGetReportGroups$)
196
+ .sc(schemas_0.BatchGetReportGroups$)
2156
197
  .build() {
2157
198
  }
2158
199
 
@@ -2164,7 +205,7 @@ class BatchGetReportsCommand extends smithyClient.Command
2164
205
  })
2165
206
  .s("CodeBuild_20161006", "BatchGetReports", {})
2166
207
  .n("CodeBuildClient", "BatchGetReportsCommand")
2167
- .sc(BatchGetReports$)
208
+ .sc(schemas_0.BatchGetReports$)
2168
209
  .build() {
2169
210
  }
2170
211
 
@@ -2176,7 +217,7 @@ class BatchGetSandboxesCommand extends smithyClient.Command
2176
217
  })
2177
218
  .s("CodeBuild_20161006", "BatchGetSandboxes", {})
2178
219
  .n("CodeBuildClient", "BatchGetSandboxesCommand")
2179
- .sc(BatchGetSandboxes$)
220
+ .sc(schemas_0.BatchGetSandboxes$)
2180
221
  .build() {
2181
222
  }
2182
223
 
@@ -2188,7 +229,7 @@ class CreateFleetCommand extends smithyClient.Command
2188
229
  })
2189
230
  .s("CodeBuild_20161006", "CreateFleet", {})
2190
231
  .n("CodeBuildClient", "CreateFleetCommand")
2191
- .sc(CreateFleet$)
232
+ .sc(schemas_0.CreateFleet$)
2192
233
  .build() {
2193
234
  }
2194
235
 
@@ -2200,7 +241,7 @@ class CreateProjectCommand extends smithyClient.Command
2200
241
  })
2201
242
  .s("CodeBuild_20161006", "CreateProject", {})
2202
243
  .n("CodeBuildClient", "CreateProjectCommand")
2203
- .sc(CreateProject$)
244
+ .sc(schemas_0.CreateProject$)
2204
245
  .build() {
2205
246
  }
2206
247
 
@@ -2212,7 +253,7 @@ class CreateReportGroupCommand extends smithyClient.Command
2212
253
  })
2213
254
  .s("CodeBuild_20161006", "CreateReportGroup", {})
2214
255
  .n("CodeBuildClient", "CreateReportGroupCommand")
2215
- .sc(CreateReportGroup$)
256
+ .sc(schemas_0.CreateReportGroup$)
2216
257
  .build() {
2217
258
  }
2218
259
 
@@ -2224,7 +265,7 @@ class CreateWebhookCommand extends smithyClient.Command
2224
265
  })
2225
266
  .s("CodeBuild_20161006", "CreateWebhook", {})
2226
267
  .n("CodeBuildClient", "CreateWebhookCommand")
2227
- .sc(CreateWebhook$)
268
+ .sc(schemas_0.CreateWebhook$)
2228
269
  .build() {
2229
270
  }
2230
271
 
@@ -2236,7 +277,7 @@ class DeleteBuildBatchCommand extends smithyClient.Command
2236
277
  })
2237
278
  .s("CodeBuild_20161006", "DeleteBuildBatch", {})
2238
279
  .n("CodeBuildClient", "DeleteBuildBatchCommand")
2239
- .sc(DeleteBuildBatch$)
280
+ .sc(schemas_0.DeleteBuildBatch$)
2240
281
  .build() {
2241
282
  }
2242
283
 
@@ -2248,7 +289,7 @@ class DeleteFleetCommand extends smithyClient.Command
2248
289
  })
2249
290
  .s("CodeBuild_20161006", "DeleteFleet", {})
2250
291
  .n("CodeBuildClient", "DeleteFleetCommand")
2251
- .sc(DeleteFleet$)
292
+ .sc(schemas_0.DeleteFleet$)
2252
293
  .build() {
2253
294
  }
2254
295
 
@@ -2260,7 +301,7 @@ class DeleteProjectCommand extends smithyClient.Command
2260
301
  })
2261
302
  .s("CodeBuild_20161006", "DeleteProject", {})
2262
303
  .n("CodeBuildClient", "DeleteProjectCommand")
2263
- .sc(DeleteProject$)
304
+ .sc(schemas_0.DeleteProject$)
2264
305
  .build() {
2265
306
  }
2266
307
 
@@ -2272,7 +313,7 @@ class DeleteReportCommand extends smithyClient.Command
2272
313
  })
2273
314
  .s("CodeBuild_20161006", "DeleteReport", {})
2274
315
  .n("CodeBuildClient", "DeleteReportCommand")
2275
- .sc(DeleteReport$)
316
+ .sc(schemas_0.DeleteReport$)
2276
317
  .build() {
2277
318
  }
2278
319
 
@@ -2284,7 +325,7 @@ class DeleteReportGroupCommand extends smithyClient.Command
2284
325
  })
2285
326
  .s("CodeBuild_20161006", "DeleteReportGroup", {})
2286
327
  .n("CodeBuildClient", "DeleteReportGroupCommand")
2287
- .sc(DeleteReportGroup$)
328
+ .sc(schemas_0.DeleteReportGroup$)
2288
329
  .build() {
2289
330
  }
2290
331
 
@@ -2296,7 +337,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
2296
337
  })
2297
338
  .s("CodeBuild_20161006", "DeleteResourcePolicy", {})
2298
339
  .n("CodeBuildClient", "DeleteResourcePolicyCommand")
2299
- .sc(DeleteResourcePolicy$)
340
+ .sc(schemas_0.DeleteResourcePolicy$)
2300
341
  .build() {
2301
342
  }
2302
343
 
@@ -2308,7 +349,7 @@ class DeleteSourceCredentialsCommand extends smithyClient.Command
2308
349
  })
2309
350
  .s("CodeBuild_20161006", "DeleteSourceCredentials", {})
2310
351
  .n("CodeBuildClient", "DeleteSourceCredentialsCommand")
2311
- .sc(DeleteSourceCredentials$)
352
+ .sc(schemas_0.DeleteSourceCredentials$)
2312
353
  .build() {
2313
354
  }
2314
355
 
@@ -2320,7 +361,7 @@ class DeleteWebhookCommand extends smithyClient.Command
2320
361
  })
2321
362
  .s("CodeBuild_20161006", "DeleteWebhook", {})
2322
363
  .n("CodeBuildClient", "DeleteWebhookCommand")
2323
- .sc(DeleteWebhook$)
364
+ .sc(schemas_0.DeleteWebhook$)
2324
365
  .build() {
2325
366
  }
2326
367
 
@@ -2332,7 +373,7 @@ class DescribeCodeCoveragesCommand extends smithyClient.Command
2332
373
  })
2333
374
  .s("CodeBuild_20161006", "DescribeCodeCoverages", {})
2334
375
  .n("CodeBuildClient", "DescribeCodeCoveragesCommand")
2335
- .sc(DescribeCodeCoverages$)
376
+ .sc(schemas_0.DescribeCodeCoverages$)
2336
377
  .build() {
2337
378
  }
2338
379
 
@@ -2344,7 +385,7 @@ class DescribeTestCasesCommand extends smithyClient.Command
2344
385
  })
2345
386
  .s("CodeBuild_20161006", "DescribeTestCases", {})
2346
387
  .n("CodeBuildClient", "DescribeTestCasesCommand")
2347
- .sc(DescribeTestCases$)
388
+ .sc(schemas_0.DescribeTestCases$)
2348
389
  .build() {
2349
390
  }
2350
391
 
@@ -2356,7 +397,7 @@ class GetReportGroupTrendCommand extends smithyClient.Command
2356
397
  })
2357
398
  .s("CodeBuild_20161006", "GetReportGroupTrend", {})
2358
399
  .n("CodeBuildClient", "GetReportGroupTrendCommand")
2359
- .sc(GetReportGroupTrend$)
400
+ .sc(schemas_0.GetReportGroupTrend$)
2360
401
  .build() {
2361
402
  }
2362
403
 
@@ -2368,7 +409,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
2368
409
  })
2369
410
  .s("CodeBuild_20161006", "GetResourcePolicy", {})
2370
411
  .n("CodeBuildClient", "GetResourcePolicyCommand")
2371
- .sc(GetResourcePolicy$)
412
+ .sc(schemas_0.GetResourcePolicy$)
2372
413
  .build() {
2373
414
  }
2374
415
 
@@ -2380,7 +421,7 @@ class ImportSourceCredentialsCommand extends smithyClient.Command
2380
421
  })
2381
422
  .s("CodeBuild_20161006", "ImportSourceCredentials", {})
2382
423
  .n("CodeBuildClient", "ImportSourceCredentialsCommand")
2383
- .sc(ImportSourceCredentials$)
424
+ .sc(schemas_0.ImportSourceCredentials$)
2384
425
  .build() {
2385
426
  }
2386
427
 
@@ -2392,7 +433,7 @@ class InvalidateProjectCacheCommand extends smithyClient.Command
2392
433
  })
2393
434
  .s("CodeBuild_20161006", "InvalidateProjectCache", {})
2394
435
  .n("CodeBuildClient", "InvalidateProjectCacheCommand")
2395
- .sc(InvalidateProjectCache$)
436
+ .sc(schemas_0.InvalidateProjectCache$)
2396
437
  .build() {
2397
438
  }
2398
439
 
@@ -2404,7 +445,7 @@ class ListBuildBatchesCommand extends smithyClient.Command
2404
445
  })
2405
446
  .s("CodeBuild_20161006", "ListBuildBatches", {})
2406
447
  .n("CodeBuildClient", "ListBuildBatchesCommand")
2407
- .sc(ListBuildBatches$)
448
+ .sc(schemas_0.ListBuildBatches$)
2408
449
  .build() {
2409
450
  }
2410
451
 
@@ -2416,7 +457,7 @@ class ListBuildBatchesForProjectCommand extends smithyClient.Command
2416
457
  })
2417
458
  .s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
2418
459
  .n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
2419
- .sc(ListBuildBatchesForProject$)
460
+ .sc(schemas_0.ListBuildBatchesForProject$)
2420
461
  .build() {
2421
462
  }
2422
463
 
@@ -2428,7 +469,7 @@ class ListBuildsCommand extends smithyClient.Command
2428
469
  })
2429
470
  .s("CodeBuild_20161006", "ListBuilds", {})
2430
471
  .n("CodeBuildClient", "ListBuildsCommand")
2431
- .sc(ListBuilds$)
472
+ .sc(schemas_0.ListBuilds$)
2432
473
  .build() {
2433
474
  }
2434
475
 
@@ -2440,7 +481,7 @@ class ListBuildsForProjectCommand extends smithyClient.Command
2440
481
  })
2441
482
  .s("CodeBuild_20161006", "ListBuildsForProject", {})
2442
483
  .n("CodeBuildClient", "ListBuildsForProjectCommand")
2443
- .sc(ListBuildsForProject$)
484
+ .sc(schemas_0.ListBuildsForProject$)
2444
485
  .build() {
2445
486
  }
2446
487
 
@@ -2452,7 +493,7 @@ class ListCommandExecutionsForSandboxCommand extends smithyClient.Command
2452
493
  })
2453
494
  .s("CodeBuild_20161006", "ListCommandExecutionsForSandbox", {})
2454
495
  .n("CodeBuildClient", "ListCommandExecutionsForSandboxCommand")
2455
- .sc(ListCommandExecutionsForSandbox$)
496
+ .sc(schemas_0.ListCommandExecutionsForSandbox$)
2456
497
  .build() {
2457
498
  }
2458
499
 
@@ -2464,7 +505,7 @@ class ListCuratedEnvironmentImagesCommand extends smithyClient.Command
2464
505
  })
2465
506
  .s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
2466
507
  .n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
2467
- .sc(ListCuratedEnvironmentImages$)
508
+ .sc(schemas_0.ListCuratedEnvironmentImages$)
2468
509
  .build() {
2469
510
  }
2470
511
 
@@ -2476,7 +517,7 @@ class ListFleetsCommand extends smithyClient.Command
2476
517
  })
2477
518
  .s("CodeBuild_20161006", "ListFleets", {})
2478
519
  .n("CodeBuildClient", "ListFleetsCommand")
2479
- .sc(ListFleets$)
520
+ .sc(schemas_0.ListFleets$)
2480
521
  .build() {
2481
522
  }
2482
523
 
@@ -2488,7 +529,7 @@ class ListProjectsCommand extends smithyClient.Command
2488
529
  })
2489
530
  .s("CodeBuild_20161006", "ListProjects", {})
2490
531
  .n("CodeBuildClient", "ListProjectsCommand")
2491
- .sc(ListProjects$)
532
+ .sc(schemas_0.ListProjects$)
2492
533
  .build() {
2493
534
  }
2494
535
 
@@ -2500,7 +541,7 @@ class ListReportGroupsCommand extends smithyClient.Command
2500
541
  })
2501
542
  .s("CodeBuild_20161006", "ListReportGroups", {})
2502
543
  .n("CodeBuildClient", "ListReportGroupsCommand")
2503
- .sc(ListReportGroups$)
544
+ .sc(schemas_0.ListReportGroups$)
2504
545
  .build() {
2505
546
  }
2506
547
 
@@ -2512,7 +553,7 @@ class ListReportsCommand extends smithyClient.Command
2512
553
  })
2513
554
  .s("CodeBuild_20161006", "ListReports", {})
2514
555
  .n("CodeBuildClient", "ListReportsCommand")
2515
- .sc(ListReports$)
556
+ .sc(schemas_0.ListReports$)
2516
557
  .build() {
2517
558
  }
2518
559
 
@@ -2524,7 +565,7 @@ class ListReportsForReportGroupCommand extends smithyClient.Command
2524
565
  })
2525
566
  .s("CodeBuild_20161006", "ListReportsForReportGroup", {})
2526
567
  .n("CodeBuildClient", "ListReportsForReportGroupCommand")
2527
- .sc(ListReportsForReportGroup$)
568
+ .sc(schemas_0.ListReportsForReportGroup$)
2528
569
  .build() {
2529
570
  }
2530
571
 
@@ -2536,7 +577,7 @@ class ListSandboxesCommand extends smithyClient.Command
2536
577
  })
2537
578
  .s("CodeBuild_20161006", "ListSandboxes", {})
2538
579
  .n("CodeBuildClient", "ListSandboxesCommand")
2539
- .sc(ListSandboxes$)
580
+ .sc(schemas_0.ListSandboxes$)
2540
581
  .build() {
2541
582
  }
2542
583
 
@@ -2548,7 +589,7 @@ class ListSandboxesForProjectCommand extends smithyClient.Command
2548
589
  })
2549
590
  .s("CodeBuild_20161006", "ListSandboxesForProject", {})
2550
591
  .n("CodeBuildClient", "ListSandboxesForProjectCommand")
2551
- .sc(ListSandboxesForProject$)
592
+ .sc(schemas_0.ListSandboxesForProject$)
2552
593
  .build() {
2553
594
  }
2554
595
 
@@ -2560,7 +601,7 @@ class ListSharedProjectsCommand extends smithyClient.Command
2560
601
  })
2561
602
  .s("CodeBuild_20161006", "ListSharedProjects", {})
2562
603
  .n("CodeBuildClient", "ListSharedProjectsCommand")
2563
- .sc(ListSharedProjects$)
604
+ .sc(schemas_0.ListSharedProjects$)
2564
605
  .build() {
2565
606
  }
2566
607
 
@@ -2572,7 +613,7 @@ class ListSharedReportGroupsCommand extends smithyClient.Command
2572
613
  })
2573
614
  .s("CodeBuild_20161006", "ListSharedReportGroups", {})
2574
615
  .n("CodeBuildClient", "ListSharedReportGroupsCommand")
2575
- .sc(ListSharedReportGroups$)
616
+ .sc(schemas_0.ListSharedReportGroups$)
2576
617
  .build() {
2577
618
  }
2578
619
 
@@ -2584,7 +625,7 @@ class ListSourceCredentialsCommand extends smithyClient.Command
2584
625
  })
2585
626
  .s("CodeBuild_20161006", "ListSourceCredentials", {})
2586
627
  .n("CodeBuildClient", "ListSourceCredentialsCommand")
2587
- .sc(ListSourceCredentials$)
628
+ .sc(schemas_0.ListSourceCredentials$)
2588
629
  .build() {
2589
630
  }
2590
631
 
@@ -2596,7 +637,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
2596
637
  })
2597
638
  .s("CodeBuild_20161006", "PutResourcePolicy", {})
2598
639
  .n("CodeBuildClient", "PutResourcePolicyCommand")
2599
- .sc(PutResourcePolicy$)
640
+ .sc(schemas_0.PutResourcePolicy$)
2600
641
  .build() {
2601
642
  }
2602
643
 
@@ -2608,7 +649,7 @@ class RetryBuildBatchCommand extends smithyClient.Command
2608
649
  })
2609
650
  .s("CodeBuild_20161006", "RetryBuildBatch", {})
2610
651
  .n("CodeBuildClient", "RetryBuildBatchCommand")
2611
- .sc(RetryBuildBatch$)
652
+ .sc(schemas_0.RetryBuildBatch$)
2612
653
  .build() {
2613
654
  }
2614
655
 
@@ -2620,7 +661,7 @@ class RetryBuildCommand extends smithyClient.Command
2620
661
  })
2621
662
  .s("CodeBuild_20161006", "RetryBuild", {})
2622
663
  .n("CodeBuildClient", "RetryBuildCommand")
2623
- .sc(RetryBuild$)
664
+ .sc(schemas_0.RetryBuild$)
2624
665
  .build() {
2625
666
  }
2626
667
 
@@ -2632,7 +673,7 @@ class StartBuildBatchCommand extends smithyClient.Command
2632
673
  })
2633
674
  .s("CodeBuild_20161006", "StartBuildBatch", {})
2634
675
  .n("CodeBuildClient", "StartBuildBatchCommand")
2635
- .sc(StartBuildBatch$)
676
+ .sc(schemas_0.StartBuildBatch$)
2636
677
  .build() {
2637
678
  }
2638
679
 
@@ -2644,7 +685,7 @@ class StartBuildCommand extends smithyClient.Command
2644
685
  })
2645
686
  .s("CodeBuild_20161006", "StartBuild", {})
2646
687
  .n("CodeBuildClient", "StartBuildCommand")
2647
- .sc(StartBuild$)
688
+ .sc(schemas_0.StartBuild$)
2648
689
  .build() {
2649
690
  }
2650
691
 
@@ -2656,7 +697,7 @@ class StartCommandExecutionCommand extends smithyClient.Command
2656
697
  })
2657
698
  .s("CodeBuild_20161006", "StartCommandExecution", {})
2658
699
  .n("CodeBuildClient", "StartCommandExecutionCommand")
2659
- .sc(StartCommandExecution$)
700
+ .sc(schemas_0.StartCommandExecution$)
2660
701
  .build() {
2661
702
  }
2662
703
 
@@ -2668,7 +709,7 @@ class StartSandboxCommand extends smithyClient.Command
2668
709
  })
2669
710
  .s("CodeBuild_20161006", "StartSandbox", {})
2670
711
  .n("CodeBuildClient", "StartSandboxCommand")
2671
- .sc(StartSandbox$)
712
+ .sc(schemas_0.StartSandbox$)
2672
713
  .build() {
2673
714
  }
2674
715
 
@@ -2680,7 +721,7 @@ class StartSandboxConnectionCommand extends smithyClient.Command
2680
721
  })
2681
722
  .s("CodeBuild_20161006", "StartSandboxConnection", {})
2682
723
  .n("CodeBuildClient", "StartSandboxConnectionCommand")
2683
- .sc(StartSandboxConnection$)
724
+ .sc(schemas_0.StartSandboxConnection$)
2684
725
  .build() {
2685
726
  }
2686
727
 
@@ -2692,7 +733,7 @@ class StopBuildBatchCommand extends smithyClient.Command
2692
733
  })
2693
734
  .s("CodeBuild_20161006", "StopBuildBatch", {})
2694
735
  .n("CodeBuildClient", "StopBuildBatchCommand")
2695
- .sc(StopBuildBatch$)
736
+ .sc(schemas_0.StopBuildBatch$)
2696
737
  .build() {
2697
738
  }
2698
739
 
@@ -2704,7 +745,7 @@ class StopBuildCommand extends smithyClient.Command
2704
745
  })
2705
746
  .s("CodeBuild_20161006", "StopBuild", {})
2706
747
  .n("CodeBuildClient", "StopBuildCommand")
2707
- .sc(StopBuild$)
748
+ .sc(schemas_0.StopBuild$)
2708
749
  .build() {
2709
750
  }
2710
751
 
@@ -2716,7 +757,7 @@ class StopSandboxCommand extends smithyClient.Command
2716
757
  })
2717
758
  .s("CodeBuild_20161006", "StopSandbox", {})
2718
759
  .n("CodeBuildClient", "StopSandboxCommand")
2719
- .sc(StopSandbox$)
760
+ .sc(schemas_0.StopSandbox$)
2720
761
  .build() {
2721
762
  }
2722
763
 
@@ -2728,7 +769,7 @@ class UpdateFleetCommand extends smithyClient.Command
2728
769
  })
2729
770
  .s("CodeBuild_20161006", "UpdateFleet", {})
2730
771
  .n("CodeBuildClient", "UpdateFleetCommand")
2731
- .sc(UpdateFleet$)
772
+ .sc(schemas_0.UpdateFleet$)
2732
773
  .build() {
2733
774
  }
2734
775
 
@@ -2740,7 +781,7 @@ class UpdateProjectCommand extends smithyClient.Command
2740
781
  })
2741
782
  .s("CodeBuild_20161006", "UpdateProject", {})
2742
783
  .n("CodeBuildClient", "UpdateProjectCommand")
2743
- .sc(UpdateProject$)
784
+ .sc(schemas_0.UpdateProject$)
2744
785
  .build() {
2745
786
  }
2746
787
 
@@ -2752,7 +793,7 @@ class UpdateProjectVisibilityCommand extends smithyClient.Command
2752
793
  })
2753
794
  .s("CodeBuild_20161006", "UpdateProjectVisibility", {})
2754
795
  .n("CodeBuildClient", "UpdateProjectVisibilityCommand")
2755
- .sc(UpdateProjectVisibility$)
796
+ .sc(schemas_0.UpdateProjectVisibility$)
2756
797
  .build() {
2757
798
  }
2758
799
 
@@ -2764,7 +805,7 @@ class UpdateReportGroupCommand extends smithyClient.Command
2764
805
  })
2765
806
  .s("CodeBuild_20161006", "UpdateReportGroup", {})
2766
807
  .n("CodeBuildClient", "UpdateReportGroupCommand")
2767
- .sc(UpdateReportGroup$)
808
+ .sc(schemas_0.UpdateReportGroup$)
2768
809
  .build() {
2769
810
  }
2770
811
 
@@ -2776,7 +817,7 @@ class UpdateWebhookCommand extends smithyClient.Command
2776
817
  })
2777
818
  .s("CodeBuild_20161006", "UpdateWebhook", {})
2778
819
  .n("CodeBuildClient", "UpdateWebhookCommand")
2779
- .sc(UpdateWebhook$)
820
+ .sc(schemas_0.UpdateWebhook$)
2780
821
  .build() {
2781
822
  }
2782
823
 
@@ -3226,380 +1267,121 @@ Object.defineProperty(exports, "__Client", {
3226
1267
  enumerable: true,
3227
1268
  get: function () { return smithyClient.Client; }
3228
1269
  });
3229
- exports.AccountLimitExceededException = AccountLimitExceededException;
3230
- exports.AccountLimitExceededException$ = AccountLimitExceededException$;
3231
- exports.AccountSuspendedException = AccountSuspendedException;
3232
- exports.AccountSuspendedException$ = AccountSuspendedException$;
1270
+ Object.defineProperty(exports, "CodeBuildServiceException", {
1271
+ enumerable: true,
1272
+ get: function () { return CodeBuildServiceException.CodeBuildServiceException; }
1273
+ });
3233
1274
  exports.ArtifactNamespace = ArtifactNamespace;
3234
1275
  exports.ArtifactPackaging = ArtifactPackaging;
3235
1276
  exports.ArtifactsType = ArtifactsType;
3236
1277
  exports.AuthType = AuthType;
3237
- exports.AutoRetryConfig$ = AutoRetryConfig$;
3238
- exports.BatchDeleteBuilds$ = BatchDeleteBuilds$;
3239
1278
  exports.BatchDeleteBuildsCommand = BatchDeleteBuildsCommand;
3240
- exports.BatchDeleteBuildsInput$ = BatchDeleteBuildsInput$;
3241
- exports.BatchDeleteBuildsOutput$ = BatchDeleteBuildsOutput$;
3242
- exports.BatchGetBuildBatches$ = BatchGetBuildBatches$;
3243
1279
  exports.BatchGetBuildBatchesCommand = BatchGetBuildBatchesCommand;
3244
- exports.BatchGetBuildBatchesInput$ = BatchGetBuildBatchesInput$;
3245
- exports.BatchGetBuildBatchesOutput$ = BatchGetBuildBatchesOutput$;
3246
- exports.BatchGetBuilds$ = BatchGetBuilds$;
3247
1280
  exports.BatchGetBuildsCommand = BatchGetBuildsCommand;
3248
- exports.BatchGetBuildsInput$ = BatchGetBuildsInput$;
3249
- exports.BatchGetBuildsOutput$ = BatchGetBuildsOutput$;
3250
- exports.BatchGetCommandExecutions$ = BatchGetCommandExecutions$;
3251
1281
  exports.BatchGetCommandExecutionsCommand = BatchGetCommandExecutionsCommand;
3252
- exports.BatchGetCommandExecutionsInput$ = BatchGetCommandExecutionsInput$;
3253
- exports.BatchGetCommandExecutionsOutput$ = BatchGetCommandExecutionsOutput$;
3254
- exports.BatchGetFleets$ = BatchGetFleets$;
3255
1282
  exports.BatchGetFleetsCommand = BatchGetFleetsCommand;
3256
- exports.BatchGetFleetsInput$ = BatchGetFleetsInput$;
3257
- exports.BatchGetFleetsOutput$ = BatchGetFleetsOutput$;
3258
- exports.BatchGetProjects$ = BatchGetProjects$;
3259
1283
  exports.BatchGetProjectsCommand = BatchGetProjectsCommand;
3260
- exports.BatchGetProjectsInput$ = BatchGetProjectsInput$;
3261
- exports.BatchGetProjectsOutput$ = BatchGetProjectsOutput$;
3262
- exports.BatchGetReportGroups$ = BatchGetReportGroups$;
3263
1284
  exports.BatchGetReportGroupsCommand = BatchGetReportGroupsCommand;
3264
- exports.BatchGetReportGroupsInput$ = BatchGetReportGroupsInput$;
3265
- exports.BatchGetReportGroupsOutput$ = BatchGetReportGroupsOutput$;
3266
- exports.BatchGetReports$ = BatchGetReports$;
3267
1285
  exports.BatchGetReportsCommand = BatchGetReportsCommand;
3268
- exports.BatchGetReportsInput$ = BatchGetReportsInput$;
3269
- exports.BatchGetReportsOutput$ = BatchGetReportsOutput$;
3270
- exports.BatchGetSandboxes$ = BatchGetSandboxes$;
3271
1286
  exports.BatchGetSandboxesCommand = BatchGetSandboxesCommand;
3272
- exports.BatchGetSandboxesInput$ = BatchGetSandboxesInput$;
3273
- exports.BatchGetSandboxesOutput$ = BatchGetSandboxesOutput$;
3274
1287
  exports.BatchReportModeType = BatchReportModeType;
3275
- exports.BatchRestrictions$ = BatchRestrictions$;
3276
1288
  exports.BucketOwnerAccess = BucketOwnerAccess;
3277
- exports.Build$ = Build$;
3278
- exports.BuildArtifacts$ = BuildArtifacts$;
3279
- exports.BuildBatch$ = BuildBatch$;
3280
- exports.BuildBatchFilter$ = BuildBatchFilter$;
3281
- exports.BuildBatchPhase$ = BuildBatchPhase$;
3282
1289
  exports.BuildBatchPhaseType = BuildBatchPhaseType;
3283
- exports.BuildGroup$ = BuildGroup$;
3284
- exports.BuildNotDeleted$ = BuildNotDeleted$;
3285
- exports.BuildPhase$ = BuildPhase$;
3286
1290
  exports.BuildPhaseType = BuildPhaseType;
3287
- exports.BuildStatusConfig$ = BuildStatusConfig$;
3288
- exports.BuildSummary$ = BuildSummary$;
3289
1291
  exports.CacheMode = CacheMode;
3290
1292
  exports.CacheType = CacheType;
3291
- exports.CloudWatchLogsConfig$ = CloudWatchLogsConfig$;
3292
1293
  exports.CodeBuild = CodeBuild;
3293
1294
  exports.CodeBuildClient = CodeBuildClient;
3294
- exports.CodeBuildServiceException = CodeBuildServiceException;
3295
- exports.CodeBuildServiceException$ = CodeBuildServiceException$;
3296
- exports.CodeCoverage$ = CodeCoverage$;
3297
- exports.CodeCoverageReportSummary$ = CodeCoverageReportSummary$;
3298
- exports.CommandExecution$ = CommandExecution$;
3299
1295
  exports.CommandType = CommandType;
3300
- exports.ComputeConfiguration$ = ComputeConfiguration$;
3301
1296
  exports.ComputeType = ComputeType;
3302
- exports.CreateFleet$ = CreateFleet$;
3303
1297
  exports.CreateFleetCommand = CreateFleetCommand;
3304
- exports.CreateFleetInput$ = CreateFleetInput$;
3305
- exports.CreateFleetOutput$ = CreateFleetOutput$;
3306
- exports.CreateProject$ = CreateProject$;
3307
1298
  exports.CreateProjectCommand = CreateProjectCommand;
3308
- exports.CreateProjectInput$ = CreateProjectInput$;
3309
- exports.CreateProjectOutput$ = CreateProjectOutput$;
3310
- exports.CreateReportGroup$ = CreateReportGroup$;
3311
1299
  exports.CreateReportGroupCommand = CreateReportGroupCommand;
3312
- exports.CreateReportGroupInput$ = CreateReportGroupInput$;
3313
- exports.CreateReportGroupOutput$ = CreateReportGroupOutput$;
3314
- exports.CreateWebhook$ = CreateWebhook$;
3315
1300
  exports.CreateWebhookCommand = CreateWebhookCommand;
3316
- exports.CreateWebhookInput$ = CreateWebhookInput$;
3317
- exports.CreateWebhookOutput$ = CreateWebhookOutput$;
3318
1301
  exports.CredentialProviderType = CredentialProviderType;
3319
- exports.DebugSession$ = DebugSession$;
3320
- exports.DeleteBuildBatch$ = DeleteBuildBatch$;
3321
1302
  exports.DeleteBuildBatchCommand = DeleteBuildBatchCommand;
3322
- exports.DeleteBuildBatchInput$ = DeleteBuildBatchInput$;
3323
- exports.DeleteBuildBatchOutput$ = DeleteBuildBatchOutput$;
3324
- exports.DeleteFleet$ = DeleteFleet$;
3325
1303
  exports.DeleteFleetCommand = DeleteFleetCommand;
3326
- exports.DeleteFleetInput$ = DeleteFleetInput$;
3327
- exports.DeleteFleetOutput$ = DeleteFleetOutput$;
3328
- exports.DeleteProject$ = DeleteProject$;
3329
1304
  exports.DeleteProjectCommand = DeleteProjectCommand;
3330
- exports.DeleteProjectInput$ = DeleteProjectInput$;
3331
- exports.DeleteProjectOutput$ = DeleteProjectOutput$;
3332
- exports.DeleteReport$ = DeleteReport$;
3333
1305
  exports.DeleteReportCommand = DeleteReportCommand;
3334
- exports.DeleteReportGroup$ = DeleteReportGroup$;
3335
1306
  exports.DeleteReportGroupCommand = DeleteReportGroupCommand;
3336
- exports.DeleteReportGroupInput$ = DeleteReportGroupInput$;
3337
- exports.DeleteReportGroupOutput$ = DeleteReportGroupOutput$;
3338
- exports.DeleteReportInput$ = DeleteReportInput$;
3339
- exports.DeleteReportOutput$ = DeleteReportOutput$;
3340
- exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
3341
1307
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
3342
- exports.DeleteResourcePolicyInput$ = DeleteResourcePolicyInput$;
3343
- exports.DeleteResourcePolicyOutput$ = DeleteResourcePolicyOutput$;
3344
- exports.DeleteSourceCredentials$ = DeleteSourceCredentials$;
3345
1308
  exports.DeleteSourceCredentialsCommand = DeleteSourceCredentialsCommand;
3346
- exports.DeleteSourceCredentialsInput$ = DeleteSourceCredentialsInput$;
3347
- exports.DeleteSourceCredentialsOutput$ = DeleteSourceCredentialsOutput$;
3348
- exports.DeleteWebhook$ = DeleteWebhook$;
3349
1309
  exports.DeleteWebhookCommand = DeleteWebhookCommand;
3350
- exports.DeleteWebhookInput$ = DeleteWebhookInput$;
3351
- exports.DeleteWebhookOutput$ = DeleteWebhookOutput$;
3352
- exports.DescribeCodeCoverages$ = DescribeCodeCoverages$;
3353
1310
  exports.DescribeCodeCoveragesCommand = DescribeCodeCoveragesCommand;
3354
- exports.DescribeCodeCoveragesInput$ = DescribeCodeCoveragesInput$;
3355
- exports.DescribeCodeCoveragesOutput$ = DescribeCodeCoveragesOutput$;
3356
- exports.DescribeTestCases$ = DescribeTestCases$;
3357
1311
  exports.DescribeTestCasesCommand = DescribeTestCasesCommand;
3358
- exports.DescribeTestCasesInput$ = DescribeTestCasesInput$;
3359
- exports.DescribeTestCasesOutput$ = DescribeTestCasesOutput$;
3360
- exports.DockerServer$ = DockerServer$;
3361
- exports.DockerServerStatus$ = DockerServerStatus$;
3362
- exports.EnvironmentImage$ = EnvironmentImage$;
3363
- exports.EnvironmentLanguage$ = EnvironmentLanguage$;
3364
- exports.EnvironmentPlatform$ = EnvironmentPlatform$;
3365
1312
  exports.EnvironmentType = EnvironmentType;
3366
- exports.EnvironmentVariable$ = EnvironmentVariable$;
3367
1313
  exports.EnvironmentVariableType = EnvironmentVariableType;
3368
- exports.ExportedEnvironmentVariable$ = ExportedEnvironmentVariable$;
3369
1314
  exports.FileSystemType = FileSystemType;
3370
- exports.Fleet$ = Fleet$;
3371
1315
  exports.FleetContextCode = FleetContextCode;
3372
1316
  exports.FleetOverflowBehavior = FleetOverflowBehavior;
3373
- exports.FleetProxyRule$ = FleetProxyRule$;
3374
1317
  exports.FleetProxyRuleBehavior = FleetProxyRuleBehavior;
3375
1318
  exports.FleetProxyRuleEffectType = FleetProxyRuleEffectType;
3376
1319
  exports.FleetProxyRuleType = FleetProxyRuleType;
3377
1320
  exports.FleetScalingMetricType = FleetScalingMetricType;
3378
1321
  exports.FleetScalingType = FleetScalingType;
3379
1322
  exports.FleetSortByType = FleetSortByType;
3380
- exports.FleetStatus$ = FleetStatus$;
3381
1323
  exports.FleetStatusCode = FleetStatusCode;
3382
- exports.GetReportGroupTrend$ = GetReportGroupTrend$;
3383
1324
  exports.GetReportGroupTrendCommand = GetReportGroupTrendCommand;
3384
- exports.GetReportGroupTrendInput$ = GetReportGroupTrendInput$;
3385
- exports.GetReportGroupTrendOutput$ = GetReportGroupTrendOutput$;
3386
- exports.GetResourcePolicy$ = GetResourcePolicy$;
3387
1325
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
3388
- exports.GetResourcePolicyInput$ = GetResourcePolicyInput$;
3389
- exports.GetResourcePolicyOutput$ = GetResourcePolicyOutput$;
3390
- exports.GitSubmodulesConfig$ = GitSubmodulesConfig$;
3391
1326
  exports.ImagePullCredentialsType = ImagePullCredentialsType;
3392
- exports.ImportSourceCredentials$ = ImportSourceCredentials$;
3393
1327
  exports.ImportSourceCredentialsCommand = ImportSourceCredentialsCommand;
3394
- exports.ImportSourceCredentialsInput$ = ImportSourceCredentialsInput$;
3395
- exports.ImportSourceCredentialsOutput$ = ImportSourceCredentialsOutput$;
3396
- exports.InvalidInputException = InvalidInputException;
3397
- exports.InvalidInputException$ = InvalidInputException$;
3398
- exports.InvalidateProjectCache$ = InvalidateProjectCache$;
3399
1328
  exports.InvalidateProjectCacheCommand = InvalidateProjectCacheCommand;
3400
- exports.InvalidateProjectCacheInput$ = InvalidateProjectCacheInput$;
3401
- exports.InvalidateProjectCacheOutput$ = InvalidateProjectCacheOutput$;
3402
1329
  exports.LanguageType = LanguageType;
3403
- exports.ListBuildBatches$ = ListBuildBatches$;
3404
1330
  exports.ListBuildBatchesCommand = ListBuildBatchesCommand;
3405
- exports.ListBuildBatchesForProject$ = ListBuildBatchesForProject$;
3406
1331
  exports.ListBuildBatchesForProjectCommand = ListBuildBatchesForProjectCommand;
3407
- exports.ListBuildBatchesForProjectInput$ = ListBuildBatchesForProjectInput$;
3408
- exports.ListBuildBatchesForProjectOutput$ = ListBuildBatchesForProjectOutput$;
3409
- exports.ListBuildBatchesInput$ = ListBuildBatchesInput$;
3410
- exports.ListBuildBatchesOutput$ = ListBuildBatchesOutput$;
3411
- exports.ListBuilds$ = ListBuilds$;
3412
1332
  exports.ListBuildsCommand = ListBuildsCommand;
3413
- exports.ListBuildsForProject$ = ListBuildsForProject$;
3414
1333
  exports.ListBuildsForProjectCommand = ListBuildsForProjectCommand;
3415
- exports.ListBuildsForProjectInput$ = ListBuildsForProjectInput$;
3416
- exports.ListBuildsForProjectOutput$ = ListBuildsForProjectOutput$;
3417
- exports.ListBuildsInput$ = ListBuildsInput$;
3418
- exports.ListBuildsOutput$ = ListBuildsOutput$;
3419
- exports.ListCommandExecutionsForSandbox$ = ListCommandExecutionsForSandbox$;
3420
1334
  exports.ListCommandExecutionsForSandboxCommand = ListCommandExecutionsForSandboxCommand;
3421
- exports.ListCommandExecutionsForSandboxInput$ = ListCommandExecutionsForSandboxInput$;
3422
- exports.ListCommandExecutionsForSandboxOutput$ = ListCommandExecutionsForSandboxOutput$;
3423
- exports.ListCuratedEnvironmentImages$ = ListCuratedEnvironmentImages$;
3424
1335
  exports.ListCuratedEnvironmentImagesCommand = ListCuratedEnvironmentImagesCommand;
3425
- exports.ListCuratedEnvironmentImagesInput$ = ListCuratedEnvironmentImagesInput$;
3426
- exports.ListCuratedEnvironmentImagesOutput$ = ListCuratedEnvironmentImagesOutput$;
3427
- exports.ListFleets$ = ListFleets$;
3428
1336
  exports.ListFleetsCommand = ListFleetsCommand;
3429
- exports.ListFleetsInput$ = ListFleetsInput$;
3430
- exports.ListFleetsOutput$ = ListFleetsOutput$;
3431
- exports.ListProjects$ = ListProjects$;
3432
1337
  exports.ListProjectsCommand = ListProjectsCommand;
3433
- exports.ListProjectsInput$ = ListProjectsInput$;
3434
- exports.ListProjectsOutput$ = ListProjectsOutput$;
3435
- exports.ListReportGroups$ = ListReportGroups$;
3436
1338
  exports.ListReportGroupsCommand = ListReportGroupsCommand;
3437
- exports.ListReportGroupsInput$ = ListReportGroupsInput$;
3438
- exports.ListReportGroupsOutput$ = ListReportGroupsOutput$;
3439
- exports.ListReports$ = ListReports$;
3440
1339
  exports.ListReportsCommand = ListReportsCommand;
3441
- exports.ListReportsForReportGroup$ = ListReportsForReportGroup$;
3442
1340
  exports.ListReportsForReportGroupCommand = ListReportsForReportGroupCommand;
3443
- exports.ListReportsForReportGroupInput$ = ListReportsForReportGroupInput$;
3444
- exports.ListReportsForReportGroupOutput$ = ListReportsForReportGroupOutput$;
3445
- exports.ListReportsInput$ = ListReportsInput$;
3446
- exports.ListReportsOutput$ = ListReportsOutput$;
3447
- exports.ListSandboxes$ = ListSandboxes$;
3448
1341
  exports.ListSandboxesCommand = ListSandboxesCommand;
3449
- exports.ListSandboxesForProject$ = ListSandboxesForProject$;
3450
1342
  exports.ListSandboxesForProjectCommand = ListSandboxesForProjectCommand;
3451
- exports.ListSandboxesForProjectInput$ = ListSandboxesForProjectInput$;
3452
- exports.ListSandboxesForProjectOutput$ = ListSandboxesForProjectOutput$;
3453
- exports.ListSandboxesInput$ = ListSandboxesInput$;
3454
- exports.ListSandboxesOutput$ = ListSandboxesOutput$;
3455
- exports.ListSharedProjects$ = ListSharedProjects$;
3456
1343
  exports.ListSharedProjectsCommand = ListSharedProjectsCommand;
3457
- exports.ListSharedProjectsInput$ = ListSharedProjectsInput$;
3458
- exports.ListSharedProjectsOutput$ = ListSharedProjectsOutput$;
3459
- exports.ListSharedReportGroups$ = ListSharedReportGroups$;
3460
1344
  exports.ListSharedReportGroupsCommand = ListSharedReportGroupsCommand;
3461
- exports.ListSharedReportGroupsInput$ = ListSharedReportGroupsInput$;
3462
- exports.ListSharedReportGroupsOutput$ = ListSharedReportGroupsOutput$;
3463
- exports.ListSourceCredentials$ = ListSourceCredentials$;
3464
1345
  exports.ListSourceCredentialsCommand = ListSourceCredentialsCommand;
3465
- exports.ListSourceCredentialsInput$ = ListSourceCredentialsInput$;
3466
- exports.ListSourceCredentialsOutput$ = ListSourceCredentialsOutput$;
3467
- exports.LogsConfig$ = LogsConfig$;
3468
1346
  exports.LogsConfigStatusType = LogsConfigStatusType;
3469
- exports.LogsLocation$ = LogsLocation$;
3470
1347
  exports.MachineType = MachineType;
3471
- exports.NetworkInterface$ = NetworkInterface$;
3472
- exports.OAuthProviderException = OAuthProviderException;
3473
- exports.OAuthProviderException$ = OAuthProviderException$;
3474
- exports.PhaseContext$ = PhaseContext$;
3475
1348
  exports.PlatformType = PlatformType;
3476
- exports.Project$ = Project$;
3477
- exports.ProjectArtifacts$ = ProjectArtifacts$;
3478
- exports.ProjectBadge$ = ProjectBadge$;
3479
- exports.ProjectBuildBatchConfig$ = ProjectBuildBatchConfig$;
3480
- exports.ProjectCache$ = ProjectCache$;
3481
- exports.ProjectEnvironment$ = ProjectEnvironment$;
3482
- exports.ProjectFileSystemLocation$ = ProjectFileSystemLocation$;
3483
- exports.ProjectFleet$ = ProjectFleet$;
3484
1349
  exports.ProjectSortByType = ProjectSortByType;
3485
- exports.ProjectSource$ = ProjectSource$;
3486
- exports.ProjectSourceVersion$ = ProjectSourceVersion$;
3487
1350
  exports.ProjectVisibilityType = ProjectVisibilityType;
3488
- exports.ProxyConfiguration$ = ProxyConfiguration$;
3489
1351
  exports.PullRequestBuildApproverRole = PullRequestBuildApproverRole;
3490
1352
  exports.PullRequestBuildCommentApproval = PullRequestBuildCommentApproval;
3491
- exports.PullRequestBuildPolicy$ = PullRequestBuildPolicy$;
3492
- exports.PutResourcePolicy$ = PutResourcePolicy$;
3493
1353
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
3494
- exports.PutResourcePolicyInput$ = PutResourcePolicyInput$;
3495
- exports.PutResourcePolicyOutput$ = PutResourcePolicyOutput$;
3496
- exports.RegistryCredential$ = RegistryCredential$;
3497
- exports.Report$ = Report$;
3498
1354
  exports.ReportCodeCoverageSortByType = ReportCodeCoverageSortByType;
3499
- exports.ReportExportConfig$ = ReportExportConfig$;
3500
1355
  exports.ReportExportConfigType = ReportExportConfigType;
3501
- exports.ReportFilter$ = ReportFilter$;
3502
- exports.ReportGroup$ = ReportGroup$;
3503
1356
  exports.ReportGroupSortByType = ReportGroupSortByType;
3504
1357
  exports.ReportGroupStatusType = ReportGroupStatusType;
3505
1358
  exports.ReportGroupTrendFieldType = ReportGroupTrendFieldType;
3506
- exports.ReportGroupTrendStats$ = ReportGroupTrendStats$;
3507
1359
  exports.ReportPackagingType = ReportPackagingType;
3508
1360
  exports.ReportStatusType = ReportStatusType;
3509
1361
  exports.ReportType = ReportType;
3510
- exports.ReportWithRawData$ = ReportWithRawData$;
3511
- exports.ResolvedArtifact$ = ResolvedArtifact$;
3512
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
3513
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
3514
- exports.ResourceNotFoundException = ResourceNotFoundException;
3515
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3516
- exports.RetryBuild$ = RetryBuild$;
3517
- exports.RetryBuildBatch$ = RetryBuildBatch$;
3518
1362
  exports.RetryBuildBatchCommand = RetryBuildBatchCommand;
3519
- exports.RetryBuildBatchInput$ = RetryBuildBatchInput$;
3520
- exports.RetryBuildBatchOutput$ = RetryBuildBatchOutput$;
3521
1363
  exports.RetryBuildBatchType = RetryBuildBatchType;
3522
1364
  exports.RetryBuildCommand = RetryBuildCommand;
3523
- exports.RetryBuildInput$ = RetryBuildInput$;
3524
- exports.RetryBuildOutput$ = RetryBuildOutput$;
3525
- exports.S3LogsConfig$ = S3LogsConfig$;
3526
- exports.S3ReportExportConfig$ = S3ReportExportConfig$;
3527
- exports.SSMSession$ = SSMSession$;
3528
- exports.Sandbox$ = Sandbox$;
3529
- exports.SandboxSession$ = SandboxSession$;
3530
- exports.SandboxSessionPhase$ = SandboxSessionPhase$;
3531
- exports.ScalingConfigurationInput$ = ScalingConfigurationInput$;
3532
- exports.ScalingConfigurationOutput$ = ScalingConfigurationOutput$;
3533
- exports.ScopeConfiguration$ = ScopeConfiguration$;
3534
1365
  exports.ServerType = ServerType;
3535
1366
  exports.SharedResourceSortByType = SharedResourceSortByType;
3536
1367
  exports.SortOrderType = SortOrderType;
3537
- exports.SourceAuth$ = SourceAuth$;
3538
1368
  exports.SourceAuthType = SourceAuthType;
3539
- exports.SourceCredentialsInfo$ = SourceCredentialsInfo$;
3540
1369
  exports.SourceType = SourceType;
3541
- exports.StartBuild$ = StartBuild$;
3542
- exports.StartBuildBatch$ = StartBuildBatch$;
3543
1370
  exports.StartBuildBatchCommand = StartBuildBatchCommand;
3544
- exports.StartBuildBatchInput$ = StartBuildBatchInput$;
3545
- exports.StartBuildBatchOutput$ = StartBuildBatchOutput$;
3546
1371
  exports.StartBuildCommand = StartBuildCommand;
3547
- exports.StartBuildInput$ = StartBuildInput$;
3548
- exports.StartBuildOutput$ = StartBuildOutput$;
3549
- exports.StartCommandExecution$ = StartCommandExecution$;
3550
1372
  exports.StartCommandExecutionCommand = StartCommandExecutionCommand;
3551
- exports.StartCommandExecutionInput$ = StartCommandExecutionInput$;
3552
- exports.StartCommandExecutionOutput$ = StartCommandExecutionOutput$;
3553
- exports.StartSandbox$ = StartSandbox$;
3554
1373
  exports.StartSandboxCommand = StartSandboxCommand;
3555
- exports.StartSandboxConnection$ = StartSandboxConnection$;
3556
1374
  exports.StartSandboxConnectionCommand = StartSandboxConnectionCommand;
3557
- exports.StartSandboxConnectionInput$ = StartSandboxConnectionInput$;
3558
- exports.StartSandboxConnectionOutput$ = StartSandboxConnectionOutput$;
3559
- exports.StartSandboxInput$ = StartSandboxInput$;
3560
- exports.StartSandboxOutput$ = StartSandboxOutput$;
3561
1375
  exports.StatusType = StatusType;
3562
- exports.StopBuild$ = StopBuild$;
3563
- exports.StopBuildBatch$ = StopBuildBatch$;
3564
1376
  exports.StopBuildBatchCommand = StopBuildBatchCommand;
3565
- exports.StopBuildBatchInput$ = StopBuildBatchInput$;
3566
- exports.StopBuildBatchOutput$ = StopBuildBatchOutput$;
3567
1377
  exports.StopBuildCommand = StopBuildCommand;
3568
- exports.StopBuildInput$ = StopBuildInput$;
3569
- exports.StopBuildOutput$ = StopBuildOutput$;
3570
- exports.StopSandbox$ = StopSandbox$;
3571
1378
  exports.StopSandboxCommand = StopSandboxCommand;
3572
- exports.StopSandboxInput$ = StopSandboxInput$;
3573
- exports.StopSandboxOutput$ = StopSandboxOutput$;
3574
- exports.Tag$ = Tag$;
3575
- exports.TargetTrackingScalingConfiguration$ = TargetTrackingScalingConfiguration$;
3576
- exports.TestCase$ = TestCase$;
3577
- exports.TestCaseFilter$ = TestCaseFilter$;
3578
- exports.TestReportSummary$ = TestReportSummary$;
3579
- exports.UpdateFleet$ = UpdateFleet$;
3580
1379
  exports.UpdateFleetCommand = UpdateFleetCommand;
3581
- exports.UpdateFleetInput$ = UpdateFleetInput$;
3582
- exports.UpdateFleetOutput$ = UpdateFleetOutput$;
3583
- exports.UpdateProject$ = UpdateProject$;
3584
1380
  exports.UpdateProjectCommand = UpdateProjectCommand;
3585
- exports.UpdateProjectInput$ = UpdateProjectInput$;
3586
- exports.UpdateProjectOutput$ = UpdateProjectOutput$;
3587
- exports.UpdateProjectVisibility$ = UpdateProjectVisibility$;
3588
1381
  exports.UpdateProjectVisibilityCommand = UpdateProjectVisibilityCommand;
3589
- exports.UpdateProjectVisibilityInput$ = UpdateProjectVisibilityInput$;
3590
- exports.UpdateProjectVisibilityOutput$ = UpdateProjectVisibilityOutput$;
3591
- exports.UpdateReportGroup$ = UpdateReportGroup$;
3592
1382
  exports.UpdateReportGroupCommand = UpdateReportGroupCommand;
3593
- exports.UpdateReportGroupInput$ = UpdateReportGroupInput$;
3594
- exports.UpdateReportGroupOutput$ = UpdateReportGroupOutput$;
3595
- exports.UpdateWebhook$ = UpdateWebhook$;
3596
1383
  exports.UpdateWebhookCommand = UpdateWebhookCommand;
3597
- exports.UpdateWebhookInput$ = UpdateWebhookInput$;
3598
- exports.UpdateWebhookOutput$ = UpdateWebhookOutput$;
3599
- exports.VpcConfig$ = VpcConfig$;
3600
- exports.Webhook$ = Webhook$;
3601
1384
  exports.WebhookBuildType = WebhookBuildType;
3602
- exports.WebhookFilter$ = WebhookFilter$;
3603
1385
  exports.WebhookFilterType = WebhookFilterType;
3604
1386
  exports.WebhookScopeType = WebhookScopeType;
3605
1387
  exports.WebhookStatus = WebhookStatus;
@@ -3619,3 +1401,15 @@ exports.paginateListSandboxes = paginateListSandboxes;
3619
1401
  exports.paginateListSandboxesForProject = paginateListSandboxesForProject;
3620
1402
  exports.paginateListSharedProjects = paginateListSharedProjects;
3621
1403
  exports.paginateListSharedReportGroups = paginateListSharedReportGroups;
1404
+ Object.keys(schemas_0).forEach(function (k) {
1405
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1406
+ enumerable: true,
1407
+ get: function () { return schemas_0[k]; }
1408
+ });
1409
+ });
1410
+ Object.keys(errors).forEach(function (k) {
1411
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1412
+ enumerable: true,
1413
+ get: function () { return errors[k]; }
1414
+ });
1415
+ });