@aws-sdk/client-m2 3.986.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 M2ServiceException = require('./models/M2ServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1363 +113,6 @@ class M2Client extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class M2ServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, M2ServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends M2ServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class ConflictException extends M2ServiceException {
133
- name = "ConflictException";
134
- $fault = "client";
135
- resourceId;
136
- resourceType;
137
- constructor(opts) {
138
- super({
139
- name: "ConflictException",
140
- $fault: "client",
141
- ...opts,
142
- });
143
- Object.setPrototypeOf(this, ConflictException.prototype);
144
- this.resourceId = opts.resourceId;
145
- this.resourceType = opts.resourceType;
146
- }
147
- }
148
- class InternalServerException extends M2ServiceException {
149
- name = "InternalServerException";
150
- $fault = "server";
151
- $retryable = {};
152
- retryAfterSeconds;
153
- constructor(opts) {
154
- super({
155
- name: "InternalServerException",
156
- $fault: "server",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, InternalServerException.prototype);
160
- this.retryAfterSeconds = opts.retryAfterSeconds;
161
- }
162
- }
163
- class ResourceNotFoundException extends M2ServiceException {
164
- name = "ResourceNotFoundException";
165
- $fault = "client";
166
- resourceId;
167
- resourceType;
168
- constructor(opts) {
169
- super({
170
- name: "ResourceNotFoundException",
171
- $fault: "client",
172
- ...opts,
173
- });
174
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
175
- this.resourceId = opts.resourceId;
176
- this.resourceType = opts.resourceType;
177
- }
178
- }
179
- class ThrottlingException extends M2ServiceException {
180
- name = "ThrottlingException";
181
- $fault = "client";
182
- $retryable = {
183
- throttling: true,
184
- };
185
- serviceCode;
186
- quotaCode;
187
- retryAfterSeconds;
188
- constructor(opts) {
189
- super({
190
- name: "ThrottlingException",
191
- $fault: "client",
192
- ...opts,
193
- });
194
- Object.setPrototypeOf(this, ThrottlingException.prototype);
195
- this.serviceCode = opts.serviceCode;
196
- this.quotaCode = opts.quotaCode;
197
- this.retryAfterSeconds = opts.retryAfterSeconds;
198
- }
199
- }
200
- class ValidationException extends M2ServiceException {
201
- name = "ValidationException";
202
- $fault = "client";
203
- reason;
204
- fieldList;
205
- constructor(opts) {
206
- super({
207
- name: "ValidationException",
208
- $fault: "client",
209
- ...opts,
210
- });
211
- Object.setPrototypeOf(this, ValidationException.prototype);
212
- this.reason = opts.reason;
213
- this.fieldList = opts.fieldList;
214
- }
215
- }
216
- class ServiceQuotaExceededException extends M2ServiceException {
217
- name = "ServiceQuotaExceededException";
218
- $fault = "client";
219
- resourceId;
220
- resourceType;
221
- serviceCode;
222
- quotaCode;
223
- constructor(opts) {
224
- super({
225
- name: "ServiceQuotaExceededException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
230
- this.resourceId = opts.resourceId;
231
- this.resourceType = opts.resourceType;
232
- this.serviceCode = opts.serviceCode;
233
- this.quotaCode = opts.quotaCode;
234
- }
235
- }
236
- class ExecutionTimeoutException extends M2ServiceException {
237
- name = "ExecutionTimeoutException";
238
- $fault = "server";
239
- $retryable = {};
240
- constructor(opts) {
241
- super({
242
- name: "ExecutionTimeoutException",
243
- $fault: "server",
244
- ...opts,
245
- });
246
- Object.setPrototypeOf(this, ExecutionTimeoutException.prototype);
247
- }
248
- }
249
- class ServiceUnavailableException extends M2ServiceException {
250
- name = "ServiceUnavailableException";
251
- $fault = "server";
252
- $retryable = {};
253
- constructor(opts) {
254
- super({
255
- name: "ServiceUnavailableException",
256
- $fault: "server",
257
- ...opts,
258
- });
259
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
260
- }
261
- }
262
-
263
- const _ADE = "AccessDeniedException";
264
- const _AK = "AlternateKey";
265
- const _AKL = "AlternateKeyList";
266
- const _AS = "ApplicationSummary";
267
- const _ASL = "ApplicationSummaryList";
268
- const _AVS = "ApplicationVersionSummary";
269
- const _AVSL = "ApplicationVersionSummaryList";
270
- const _BJD = "BatchJobDefinitions";
271
- const _BJDa = "BatchJobDefinition";
272
- const _BJES = "BatchJobExecutionSummary";
273
- const _BJESL = "BatchJobExecutionSummaryList";
274
- const _BJI = "BatchJobIdentifier";
275
- const _BJSL = "BatchJobStepList";
276
- const _CA = "CreateApplication";
277
- const _CAR = "CreateApplicationRequest";
278
- const _CARr = "CreateApplicationResponse";
279
- const _CBJE = "CancelBatchJobExecution";
280
- const _CBJER = "CancelBatchJobExecutionRequest";
281
- const _CBJERa = "CancelBatchJobExecutionResponse";
282
- const _CD = "CreateDeployment";
283
- const _CDR = "CreateDeploymentRequest";
284
- const _CDRr = "CreateDeploymentResponse";
285
- const _CDSET = "CreateDataSetExportTask";
286
- const _CDSETR = "CreateDataSetExportTaskRequest";
287
- const _CDSETRr = "CreateDataSetExportTaskResponse";
288
- const _CDSIT = "CreateDataSetImportTask";
289
- const _CDSITR = "CreateDataSetImportTaskRequest";
290
- const _CDSITRr = "CreateDataSetImportTaskResponse";
291
- const _CE = "ConflictException";
292
- const _CER = "CreateEnvironmentRequest";
293
- const _CERr = "CreateEnvironmentResponse";
294
- const _CEr = "CreateEnvironment";
295
- const _D = "Definition";
296
- const _DA = "DeleteApplication";
297
- const _DAFE = "DeleteApplicationFromEnvironment";
298
- const _DAFER = "DeleteApplicationFromEnvironmentRequest";
299
- const _DAFERe = "DeleteApplicationFromEnvironmentResponse";
300
- const _DAR = "DeleteApplicationRequest";
301
- const _DARe = "DeleteApplicationResponse";
302
- const _DDOA = "DatasetDetailOrgAttributes";
303
- const _DE = "DeleteEnvironment";
304
- const _DER = "DeleteEnvironmentRequest";
305
- const _DERe = "DeleteEnvironmentResponse";
306
- const _DL = "DeploymentList";
307
- const _DOA = "DatasetOrgAttributes";
308
- const _DS = "DataSet";
309
- const _DSEC = "DataSetExportConfig";
310
- const _DSEI = "DataSetExportItem";
311
- const _DSEL = "DataSetExportList";
312
- const _DSES = "DataSetExportSummary";
313
- const _DSET = "DataSetExportTask";
314
- const _DSETL = "DataSetExportTaskList";
315
- const _DSIC = "DataSetImportConfig";
316
- const _DSII = "DataSetImportItem";
317
- const _DSIL = "DataSetImportList";
318
- const _DSIS = "DataSetImportSummary";
319
- const _DSIT = "DataSetImportTask";
320
- const _DSITL = "DataSetImportTaskList";
321
- const _DSS = "DataSetSummary";
322
- const _DSSL = "DataSetsSummaryList";
323
- const _DSe = "DeploymentSummary";
324
- const _DVS = "DeployedVersionSummary";
325
- const _EL = "ExternalLocation";
326
- const _ES = "EnvironmentSummary";
327
- const _ESC = "EfsStorageConfiguration";
328
- const _ESL = "EnvironmentSummaryList";
329
- const _ETE = "ExecutionTimeoutException";
330
- const _EVS = "EngineVersionsSummary";
331
- const _EVSL = "EngineVersionsSummaryList";
332
- const _FBJD = "FileBatchJobDefinition";
333
- const _FBJI = "FileBatchJobIdentifier";
334
- const _FSC = "FsxStorageConfiguration";
335
- const _GA = "GdgAttributes";
336
- const _GAR = "GetApplicationRequest";
337
- const _GARe = "GetApplicationResponse";
338
- const _GAV = "GetApplicationVersion";
339
- const _GAVR = "GetApplicationVersionRequest";
340
- const _GAVRe = "GetApplicationVersionResponse";
341
- const _GAe = "GetApplication";
342
- const _GBJE = "GetBatchJobExecution";
343
- const _GBJER = "GetBatchJobExecutionRequest";
344
- const _GBJERe = "GetBatchJobExecutionResponse";
345
- const _GD = "GetDeployment";
346
- const _GDA = "GdgDetailAttributes";
347
- const _GDR = "GetDeploymentRequest";
348
- const _GDRe = "GetDeploymentResponse";
349
- const _GDSD = "GetDataSetDetails";
350
- const _GDSDR = "GetDataSetDetailsRequest";
351
- const _GDSDRe = "GetDataSetDetailsResponse";
352
- const _GDSET = "GetDataSetExportTask";
353
- const _GDSETR = "GetDataSetExportTaskRequest";
354
- const _GDSETRe = "GetDataSetExportTaskResponse";
355
- const _GDSIT = "GetDataSetImportTask";
356
- const _GDSITR = "GetDataSetImportTaskRequest";
357
- const _GDSITRe = "GetDataSetImportTaskResponse";
358
- const _GE = "GetEnvironment";
359
- const _GER = "GetEnvironmentRequest";
360
- const _GERe = "GetEnvironmentResponse";
361
- const _GSBU = "GetSignedBluinsightsUrl";
362
- const _GSBUR = "GetSignedBluinsightsUrlResponse";
363
- const _HAC = "HighAvailabilityConfig";
364
- const _ISE = "InternalServerException";
365
- const _JI = "JobIdentifier";
366
- const _JS = "JobStep";
367
- const _JSRM = "JobStepRestartMarker";
368
- const _LA = "ListApplications";
369
- const _LAR = "ListApplicationsRequest";
370
- const _LARi = "ListApplicationsResponse";
371
- const _LAV = "ListApplicationVersions";
372
- const _LAVR = "ListApplicationVersionsRequest";
373
- const _LAVRi = "ListApplicationVersionsResponse";
374
- const _LBJD = "ListBatchJobDefinitions";
375
- const _LBJDR = "ListBatchJobDefinitionsRequest";
376
- const _LBJDRi = "ListBatchJobDefinitionsResponse";
377
- const _LBJE = "ListBatchJobExecutions";
378
- const _LBJER = "ListBatchJobExecutionsRequest";
379
- const _LBJERi = "ListBatchJobExecutionsResponse";
380
- const _LBJRP = "ListBatchJobRestartPoints";
381
- const _LBJRPR = "ListBatchJobRestartPointsRequest";
382
- const _LBJRPRi = "ListBatchJobRestartPointsResponse";
383
- const _LD = "ListDeployments";
384
- const _LDR = "ListDeploymentsRequest";
385
- const _LDRi = "ListDeploymentsResponse";
386
- const _LDS = "ListDataSets";
387
- const _LDSEH = "ListDataSetExportHistory";
388
- const _LDSEHR = "ListDataSetExportHistoryRequest";
389
- const _LDSEHRi = "ListDataSetExportHistoryResponse";
390
- const _LDSIH = "ListDataSetImportHistory";
391
- const _LDSIHR = "ListDataSetImportHistoryRequest";
392
- const _LDSIHRi = "ListDataSetImportHistoryResponse";
393
- const _LDSR = "ListDataSetsRequest";
394
- const _LDSRi = "ListDataSetsResponse";
395
- const _LE = "ListEnvironments";
396
- const _LER = "ListEnvironmentsRequest";
397
- const _LERi = "ListEnvironmentsResponse";
398
- const _LEV = "ListEngineVersions";
399
- const _LEVR = "ListEngineVersionsRequest";
400
- const _LEVRi = "ListEngineVersionsResponse";
401
- const _LGS = "LogGroupSummary";
402
- const _LGSo = "LogGroupSummaries";
403
- const _LTFR = "ListTagsForResource";
404
- const _LTFRR = "ListTagsForResourceRequest";
405
- const _LTFRRi = "ListTagsForResourceResponse";
406
- const _MS = "MaintenanceSchedule";
407
- const _PA = "PoAttributes";
408
- const _PAs = "PsAttributes";
409
- const _PDA = "PoDetailAttributes";
410
- const _PDAs = "PsDetailAttributes";
411
- const _PK = "PrimaryKey";
412
- const _PM = "PendingMaintenance";
413
- const _RA = "Retry-After";
414
- const _RBJI = "RestartBatchJobIdentifier";
415
- const _RL = "RecordLength";
416
- const _RNFE = "ResourceNotFoundException";
417
- const _SA = "StartApplication";
418
- const _SAR = "StartApplicationRequest";
419
- const _SARt = "StartApplicationResponse";
420
- const _SARto = "StopApplicationRequest";
421
- const _SARtop = "StopApplicationResponse";
422
- const _SAt = "StopApplication";
423
- const _SBJ = "StartBatchJob";
424
- const _SBJD = "ScriptBatchJobDefinition";
425
- const _SBJI = "S3BatchJobIdentifier";
426
- const _SBJIc = "ScriptBatchJobIdentifier";
427
- const _SBJR = "StartBatchJobRequest";
428
- const _SBJRt = "StartBatchJobResponse";
429
- const _SC = "StorageConfiguration";
430
- const _SCL = "StorageConfigurationList";
431
- const _SQEE = "ServiceQuotaExceededException";
432
- const _SUE = "ServiceUnavailableException";
433
- const _TE = "ThrottlingException";
434
- const _TR = "TagResource";
435
- const _TRR = "TagResourceRequest";
436
- const _TRRa = "TagResourceResponse";
437
- const _UA = "UpdateApplication";
438
- const _UAR = "UpdateApplicationRequest";
439
- const _UARp = "UpdateApplicationResponse";
440
- const _UE = "UpdateEnvironment";
441
- const _UER = "UpdateEnvironmentRequest";
442
- const _UERp = "UpdateEnvironmentResponse";
443
- const _UR = "UntagResource";
444
- const _URR = "UntagResourceRequest";
445
- const _URRn = "UntagResourceResponse";
446
- const _VA = "VsamAttributes";
447
- const _VDA = "VsamDetailAttributes";
448
- const _VE = "ValidationException";
449
- const _VEF = "ValidationExceptionField";
450
- const _VEFL = "ValidationExceptionFieldList";
451
- const _a = "applications";
452
- const _aA = "applicationArn";
453
- const _aC = "actualCapacity";
454
- const _aD = "allowDuplicates";
455
- const _aDMW = "applyDuringMaintenanceWindow";
456
- const _aI = "applicationId";
457
- const _aK = "alternateKeys";
458
- const _aSMA = "authSecretsManagerArn";
459
- const _aV = "applicationVersion";
460
- const _aVp = "applicationVersions";
461
- const _b = "blocksize";
462
- const _bJD = "batchJobDefinitions";
463
- const _bJE = "batchJobExecutions";
464
- const _bJI = "batchJobIdentifier";
465
- const _bJS = "batchJobSteps";
466
- const _bu = "bucket";
467
- const _c = "client";
468
- const _cAS = "cacheAtStartup";
469
- const _cAV = "currentApplicationVersion";
470
- const _cT = "creationTime";
471
- const _cTl = "clientToken";
472
- const _co = "compressed";
473
- const _con = "content";
474
- const _d = "description";
475
- const _dC = "definitionContent";
476
- const _dCe = "desiredCapacity";
477
- const _dI = "deploymentId";
478
- const _dN = "datasetName";
479
- const _dO = "datasetOrg";
480
- const _dS = "deploymentStatus";
481
- const _dSET = "dataSetExportTasks";
482
- const _dSIT = "dataSetImportTasks";
483
- const _dSN = "dataSetName";
484
- const _dSO = "dataSetOrg";
485
- const _dSa = "dataSet";
486
- const _dSat = "dataSets";
487
- const _dV = "deployedVersion";
488
- const _de = "definition";
489
- const _dep = "deployments";
490
- const _e = "error";
491
- const _eA = "environmentArn";
492
- const _eC = "exportConfig";
493
- const _eI = "environmentId";
494
- const _eIx = "executionId";
495
- const _eIxe = "executionIds";
496
- const _eL = "externalLocation";
497
- const _eT = "engineType";
498
- const _eTn = "endTime";
499
- const _eV = "engineVersion";
500
- const _eVn = "engineVersions";
501
- const _ef = "efs";
502
- const _en = "environments";
503
- const _enc = "encoding";
504
- const _f = "failed";
505
- const _fBJD = "fileBatchJobDefinition";
506
- const _fBJI = "fileBatchJobIdentifier";
507
- const _fL = "fieldList";
508
- const _fN = "fileName";
509
- const _fP = "folderPath";
510
- const _fPS = "fromProcStep";
511
- const _fS = "fileSize";
512
- const _fSI = "fileSystemId";
513
- const _fSo = "forceStop";
514
- const _fSr = "fromStep";
515
- const _fU = "forceUpdate";
516
- const _fo = "format";
517
- const _fs = "fsx";
518
- const _fsi = "file-system-id";
519
- const _g = "gdg";
520
- const _h = "http";
521
- const _hAC = "highAvailabilityConfig";
522
- const _hE = "httpError";
523
- const _hH = "httpHeader";
524
- const _hQ = "httpQuery";
525
- const _i = "identifier";
526
- const _iC = "importConfig";
527
- const _iP = "inProgress";
528
- const _iT = "instanceType";
529
- const _jI = "jobId";
530
- const _jN = "jobName";
531
- const _jNs = "jsonName";
532
- const _jP = "jobParams";
533
- const _jSRM = "jobStepRestartMarker";
534
- const _jT = "jobType";
535
- const _jU = "jobUser";
536
- const _kKA = "kmsKeyArn";
537
- const _kKI = "kmsKeyId";
538
- const _kP = "keyPrefix";
539
- const _l = "length";
540
- const _lA = "listenerArns";
541
- const _lBA = "loadBalancerArn";
542
- const _lBDN = "loadBalancerDnsName";
543
- const _lG = "logGroups";
544
- const _lGN = "logGroupName";
545
- const _lP = "listenerPorts";
546
- const _lRT = "lastReferencedTime";
547
- const _lST = "lastStartTime";
548
- const _lT = "logType";
549
- const _lUT = "lastUpdatedTime";
550
- const _lV = "latestVersion";
551
- const _li = "limit";
552
- const _lo = "location";
553
- const _m = "message";
554
- const _mFE = "memberFileExtensions";
555
- const _mP = "mountPoint";
556
- const _mR = "maxResults";
557
- const _ma = "max";
558
- const _mi = "min";
559
- const _mp = "mount-point";
560
- const _n = "name";
561
- const _nF = "nameFilter";
562
- const _nT = "networkType";
563
- const _nTe = "nextToken";
564
- const _na = "names";
565
- const _o = "offset";
566
- const _p = "pending";
567
- const _pA = "publiclyAccessible";
568
- const _pK = "primaryKey";
569
- const _pM = "pendingMaintenance";
570
- const _pMW = "preferredMaintenanceWindow";
571
- const _pSN = "procStepNumber";
572
- const _pSNr = "procStepName";
573
- const _po = "po";
574
- const _pr = "prefix";
575
- const _ps = "ps";
576
- const _qC = "quotaCode";
577
- const _r = "reason";
578
- const _rA = "roleArn";
579
- const _rAS = "retryAfterSeconds";
580
- const _rAe = "resourceArn";
581
- const _rBJI = "restartBatchJobIdentifier";
582
- const _rC = "returnCode";
583
- const _rD = "rollDisposition";
584
- const _rF = "recordFormat";
585
- const _rI = "resourceId";
586
- const _rL = "recordLength";
587
- const _rP = "relativePath";
588
- const _rT = "resourceType";
589
- const _s = "status";
590
- const _sA = "startedAfter";
591
- const _sB = "startedBefore";
592
- const _sBJD = "scriptBatchJobDefinition";
593
- const _sBJI = "scriptBatchJobIdentifier";
594
- const _sBJIa = "s3BatchJobIdentifier";
595
- const _sBU = "signedBiUrl";
596
- const _sC = "storageConfigurations";
597
- const _sCC = "stepCondCode";
598
- const _sCS = "stepCheckpointStatus";
599
- const _sCT = "stepCheckpointTime";
600
- const _sCe = "serviceCode";
601
- const _sCt = "stepCheckpoint";
602
- const _sGI = "securityGroupIds";
603
- const _sI = "subnetIds";
604
- const _sL = "s3Location";
605
- const _sN = "stepNumber";
606
- const _sNc = "scriptName";
607
- const _sNt = "stepName";
608
- const _sR = "statusReason";
609
- const _sRt = "stepRestartable";
610
- const _sT = "startTime";
611
- const _sTt = "storageType";
612
- const _sc = "schedule";
613
- const _se = "server";
614
- const _sk = "skip";
615
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.m2";
616
- const _su = "succeeded";
617
- const _sum = "summary";
618
- const _t = "tags";
619
- const _tGA = "targetGroupArns";
620
- const _tI = "taskId";
621
- const _tK = "tagKeys";
622
- const _tPS = "toProcStep";
623
- const _tS = "toStep";
624
- const _to = "total";
625
- const _v = "vsam";
626
- const _vI = "vpcId";
627
- const _vS = "versionStatus";
628
- const n0 = "com.amazonaws.m2";
629
- var AccessDeniedException$ = [-3, n0, _ADE,
630
- { [_e]: _c, [_hE]: 403 },
631
- [_m],
632
- [0], 1
633
- ];
634
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
635
- var AlternateKey$ = [3, n0, _AK,
636
- 0,
637
- [_o, _l, _n, _aD],
638
- [1, 1, 0, 2], 2
639
- ];
640
- var ApplicationSummary$ = [3, n0, _AS,
641
- 0,
642
- [_n, _aI, _aA, _aV, _s, _eT, _cT, _d, _eI, _lST, _vS, _dS, _rA],
643
- [0, 0, 0, 1, 0, 0, 4, 0, 0, 4, 0, 0, 0], 7
644
- ];
645
- var ApplicationVersionSummary$ = [3, n0, _AVS,
646
- 0,
647
- [_aV, _s, _cT, _sR],
648
- [1, 0, 4, 0], 3
649
- ];
650
- var BatchJobExecutionSummary$ = [3, n0, _BJES,
651
- 0,
652
- [_eIx, _aI, _s, _sT, _jI, _jN, _jT, _eTn, _rC, _bJI],
653
- [0, 0, 0, 4, 0, 0, 0, 4, 0, () => BatchJobIdentifier$], 4
654
- ];
655
- var CancelBatchJobExecutionRequest$ = [3, n0, _CBJER,
656
- 0,
657
- [_aI, _eIx, _aSMA],
658
- [[0, 1], [0, 1], 0], 2
659
- ];
660
- var CancelBatchJobExecutionResponse$ = [3, n0, _CBJERa,
661
- 0,
662
- [],
663
- []
664
- ];
665
- var ConflictException$ = [-3, n0, _CE,
666
- { [_e]: _c, [_hE]: 409 },
667
- [_m, _rI, _rT],
668
- [0, 0, 0], 1
669
- ];
670
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
671
- var CreateApplicationRequest$ = [3, n0, _CAR,
672
- 0,
673
- [_n, _eT, _de, _d, _t, _cTl, _kKI, _rA],
674
- [0, 0, () => Definition$, 0, 128 | 0, [0, 4], 0, 0], 3
675
- ];
676
- var CreateApplicationResponse$ = [3, n0, _CARr,
677
- 0,
678
- [_aA, _aI, _aV],
679
- [0, 0, 1], 3
680
- ];
681
- var CreateDataSetExportTaskRequest$ = [3, n0, _CDSETR,
682
- 0,
683
- [_aI, _eC, _cTl, _kKI],
684
- [[0, 1], () => DataSetExportConfig$, [0, 4], 0], 2
685
- ];
686
- var CreateDataSetExportTaskResponse$ = [3, n0, _CDSETRr,
687
- 0,
688
- [_tI],
689
- [0], 1
690
- ];
691
- var CreateDataSetImportTaskRequest$ = [3, n0, _CDSITR,
692
- 0,
693
- [_aI, _iC, _cTl],
694
- [[0, 1], () => DataSetImportConfig$, [0, 4]], 2
695
- ];
696
- var CreateDataSetImportTaskResponse$ = [3, n0, _CDSITRr,
697
- 0,
698
- [_tI],
699
- [0], 1
700
- ];
701
- var CreateDeploymentRequest$ = [3, n0, _CDR,
702
- 0,
703
- [_eI, _aI, _aV, _cTl],
704
- [0, [0, 1], 1, [0, 4]], 3
705
- ];
706
- var CreateDeploymentResponse$ = [3, n0, _CDRr,
707
- 0,
708
- [_dI],
709
- [0], 1
710
- ];
711
- var CreateEnvironmentRequest$ = [3, n0, _CER,
712
- 0,
713
- [_n, _iT, _eT, _d, _eV, _sI, _sGI, _sC, _pA, _hAC, _t, _pMW, _nT, _cTl, _kKI],
714
- [0, 0, 0, 0, 0, 64 | 0, 64 | 0, [() => StorageConfigurationList, 0], 2, () => HighAvailabilityConfig$, 128 | 0, 0, 0, [0, 4], 0], 3
715
- ];
716
- var CreateEnvironmentResponse$ = [3, n0, _CERr,
717
- 0,
718
- [_eI],
719
- [0], 1
720
- ];
721
- var DataSet$ = [3, n0, _DS,
722
- 0,
723
- [_dN, _dO, _rL, _sTt, _rP],
724
- [0, () => DatasetOrgAttributes$, () => RecordLength$, 0, 0], 3
725
- ];
726
- var DataSetExportItem$ = [3, n0, _DSEI,
727
- 0,
728
- [_dN, _eL],
729
- [0, () => ExternalLocation$], 2
730
- ];
731
- var DataSetExportSummary$ = [3, n0, _DSES,
732
- 0,
733
- [_to, _su, _f, _p, _iP],
734
- [1, 1, 1, 1, 1], 5
735
- ];
736
- var DataSetExportTask$ = [3, n0, _DSET,
737
- 0,
738
- [_tI, _s, _sum, _sR],
739
- [0, 0, () => DataSetExportSummary$, 0], 3
740
- ];
741
- var DataSetImportItem$ = [3, n0, _DSII,
742
- 0,
743
- [_dSa, _eL],
744
- [() => DataSet$, () => ExternalLocation$], 2
745
- ];
746
- var DataSetImportSummary$ = [3, n0, _DSIS,
747
- 0,
748
- [_to, _su, _f, _p, _iP],
749
- [1, 1, 1, 1, 1], 5
750
- ];
751
- var DataSetImportTask$ = [3, n0, _DSIT,
752
- 0,
753
- [_tI, _s, _sum, _sR],
754
- [0, 0, () => DataSetImportSummary$, 0], 3
755
- ];
756
- var DataSetSummary$ = [3, n0, _DSS,
757
- 0,
758
- [_dSN, _dSO, _fo, _cT, _lUT, _lRT],
759
- [0, 0, 0, 4, 4, 4], 1
760
- ];
761
- var DeleteApplicationFromEnvironmentRequest$ = [3, n0, _DAFER,
762
- 0,
763
- [_aI, _eI],
764
- [[0, 1], [0, 1]], 2
765
- ];
766
- var DeleteApplicationFromEnvironmentResponse$ = [3, n0, _DAFERe,
767
- 0,
768
- [],
769
- []
770
- ];
771
- var DeleteApplicationRequest$ = [3, n0, _DAR,
772
- 0,
773
- [_aI],
774
- [[0, 1]], 1
775
- ];
776
- var DeleteApplicationResponse$ = [3, n0, _DARe,
777
- 0,
778
- [],
779
- []
780
- ];
781
- var DeleteEnvironmentRequest$ = [3, n0, _DER,
782
- 0,
783
- [_eI],
784
- [[0, 1]], 1
785
- ];
786
- var DeleteEnvironmentResponse$ = [3, n0, _DERe,
787
- 0,
788
- [],
789
- []
790
- ];
791
- var DeployedVersionSummary$ = [3, n0, _DVS,
792
- 0,
793
- [_aV, _s, _sR],
794
- [1, 0, 0], 2
795
- ];
796
- var DeploymentSummary$ = [3, n0, _DSe,
797
- 0,
798
- [_dI, _aI, _eI, _aV, _s, _cT, _sR],
799
- [0, 0, 0, 1, 0, 4, 0], 6
800
- ];
801
- var EfsStorageConfiguration$ = [3, n0, _ESC,
802
- 0,
803
- [_fSI, _mP],
804
- [[0, { [_jNs]: _fsi }], [0, { [_jNs]: _mp }]], 2
805
- ];
806
- var EngineVersionsSummary$ = [3, n0, _EVS,
807
- 0,
808
- [_eT, _eV],
809
- [0, 0], 2
810
- ];
811
- var EnvironmentSummary$ = [3, n0, _ES,
812
- 0,
813
- [_n, _eA, _eI, _iT, _s, _eT, _eV, _cT, _nT],
814
- [0, 0, 0, 0, 0, 0, 0, 4, 0], 8
815
- ];
816
- var ExecutionTimeoutException$ = [-3, n0, _ETE,
817
- { [_e]: _se, [_hE]: 504 },
818
- [_m],
819
- [0], 1
820
- ];
821
- schema.TypeRegistry.for(n0).registerError(ExecutionTimeoutException$, ExecutionTimeoutException);
822
- var FileBatchJobDefinition$ = [3, n0, _FBJD,
823
- 0,
824
- [_fN, _fP],
825
- [0, 0], 1
826
- ];
827
- var FileBatchJobIdentifier$ = [3, n0, _FBJI,
828
- 0,
829
- [_fN, _fP],
830
- [0, 0], 1
831
- ];
832
- var FsxStorageConfiguration$ = [3, n0, _FSC,
833
- 0,
834
- [_fSI, _mP],
835
- [[0, { [_jNs]: _fsi }], [0, { [_jNs]: _mp }]], 2
836
- ];
837
- var GdgAttributes$ = [3, n0, _GA,
838
- 0,
839
- [_li, _rD],
840
- [1, 0]
841
- ];
842
- var GdgDetailAttributes$ = [3, n0, _GDA,
843
- 0,
844
- [_li, _rD],
845
- [1, 0]
846
- ];
847
- var GetApplicationRequest$ = [3, n0, _GAR,
848
- 0,
849
- [_aI],
850
- [[0, 1]], 1
851
- ];
852
- var GetApplicationResponse$ = [3, n0, _GARe,
853
- 0,
854
- [_n, _aI, _aA, _s, _lV, _eT, _cT, _d, _dV, _lG, _lST, _t, _eI, _tGA, _lA, _lP, _lBDN, _sR, _kKI, _rA],
855
- [0, 0, 0, 0, () => ApplicationVersionSummary$, 0, 4, 0, () => DeployedVersionSummary$, () => LogGroupSummaries, 4, 128 | 0, 0, 64 | 0, 64 | 0, 64 | 1, 0, 0, 0, 0], 7
856
- ];
857
- var GetApplicationVersionRequest$ = [3, n0, _GAVR,
858
- 0,
859
- [_aI, _aV],
860
- [[0, 1], [1, 1]], 2
861
- ];
862
- var GetApplicationVersionResponse$ = [3, n0, _GAVRe,
863
- 0,
864
- [_n, _aV, _dC, _s, _cT, _d, _sR],
865
- [0, 1, 0, 0, 4, 0, 0], 5
866
- ];
867
- var GetBatchJobExecutionRequest$ = [3, n0, _GBJER,
868
- 0,
869
- [_aI, _eIx],
870
- [[0, 1], [0, 1]], 2
871
- ];
872
- var GetBatchJobExecutionResponse$ = [3, n0, _GBJERe,
873
- 0,
874
- [_eIx, _aI, _s, _sT, _jI, _jN, _jU, _jT, _eTn, _sR, _rC, _bJI, _jSRM],
875
- [0, 0, 0, 4, 0, 0, 0, 0, 4, 0, 0, () => BatchJobIdentifier$, () => JobStepRestartMarker$], 4
876
- ];
877
- var GetDataSetDetailsRequest$ = [3, n0, _GDSDR,
878
- 0,
879
- [_aI, _dSN],
880
- [[0, 1], [0, 1]], 2
881
- ];
882
- var GetDataSetDetailsResponse$ = [3, n0, _GDSDRe,
883
- 0,
884
- [_dSN, _dSO, _rL, _lo, _b, _cT, _lUT, _lRT, _fS],
885
- [0, () => DatasetDetailOrgAttributes$, 1, 0, 1, 4, 4, 4, 1], 1
886
- ];
887
- var GetDataSetExportTaskRequest$ = [3, n0, _GDSETR,
888
- 0,
889
- [_aI, _tI],
890
- [[0, 1], [0, 1]], 2
891
- ];
892
- var GetDataSetExportTaskResponse$ = [3, n0, _GDSETRe,
893
- 0,
894
- [_tI, _s, _sum, _sR, _kKA],
895
- [0, 0, () => DataSetExportSummary$, 0, 0], 2
896
- ];
897
- var GetDataSetImportTaskRequest$ = [3, n0, _GDSITR,
898
- 0,
899
- [_aI, _tI],
900
- [[0, 1], [0, 1]], 2
901
- ];
902
- var GetDataSetImportTaskResponse$ = [3, n0, _GDSITRe,
903
- 0,
904
- [_tI, _s, _sum],
905
- [0, 0, () => DataSetImportSummary$], 2
906
- ];
907
- var GetDeploymentRequest$ = [3, n0, _GDR,
908
- 0,
909
- [_dI, _aI],
910
- [[0, 1], [0, 1]], 2
911
- ];
912
- var GetDeploymentResponse$ = [3, n0, _GDRe,
913
- 0,
914
- [_dI, _aI, _eI, _aV, _s, _cT, _sR],
915
- [0, 0, 0, 1, 0, 4, 0], 6
916
- ];
917
- var GetEnvironmentRequest$ = [3, n0, _GER,
918
- 0,
919
- [_eI],
920
- [[0, 1]], 1
921
- ];
922
- var GetEnvironmentResponse$ = [3, n0, _GERe,
923
- 0,
924
- [_n, _eA, _eI, _iT, _s, _eT, _eV, _vI, _sI, _sGI, _cT, _d, _sC, _t, _hAC, _pA, _aC, _lBA, _sR, _pMW, _pM, _kKI, _nT],
925
- [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 4, 0, [() => StorageConfigurationList, 0], 128 | 0, () => HighAvailabilityConfig$, 2, 1, 0, 0, 0, () => PendingMaintenance$, 0, 0], 11
926
- ];
927
- var GetSignedBluinsightsUrlResponse$ = [3, n0, _GSBUR,
928
- 0,
929
- [_sBU],
930
- [0], 1
931
- ];
932
- var HighAvailabilityConfig$ = [3, n0, _HAC,
933
- 0,
934
- [_dCe],
935
- [1], 1
936
- ];
937
- var InternalServerException$ = [-3, n0, _ISE,
938
- { [_e]: _se, [_hE]: 500 },
939
- [_m, _rAS],
940
- [0, [1, { [_hH]: _RA }]], 1
941
- ];
942
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
943
- var JobStep$ = [3, n0, _JS,
944
- 0,
945
- [_sN, _sNt, _pSN, _pSNr, _sCC, _sRt, _sCt, _sCS, _sCT],
946
- [1, 0, 1, 0, 0, 2, 1, 0, 4]
947
- ];
948
- var JobStepRestartMarker$ = [3, n0, _JSRM,
949
- 0,
950
- [_fSr, _fPS, _tS, _tPS, _sCt, _sk],
951
- [0, 0, 0, 0, 1, 2], 1
952
- ];
953
- var ListApplicationsRequest$ = [3, n0, _LAR,
954
- 0,
955
- [_nTe, _mR, _na, _eI],
956
- [[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _na }], [0, { [_hQ]: _eI }]]
957
- ];
958
- var ListApplicationsResponse$ = [3, n0, _LARi,
959
- 0,
960
- [_a, _nTe],
961
- [() => ApplicationSummaryList, 0], 1
962
- ];
963
- var ListApplicationVersionsRequest$ = [3, n0, _LAVR,
964
- 0,
965
- [_aI, _nTe, _mR],
966
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
967
- ];
968
- var ListApplicationVersionsResponse$ = [3, n0, _LAVRi,
969
- 0,
970
- [_aVp, _nTe],
971
- [() => ApplicationVersionSummaryList, 0], 1
972
- ];
973
- var ListBatchJobDefinitionsRequest$ = [3, n0, _LBJDR,
974
- 0,
975
- [_aI, _nTe, _mR, _pr],
976
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pr }]], 1
977
- ];
978
- var ListBatchJobDefinitionsResponse$ = [3, n0, _LBJDRi,
979
- 0,
980
- [_bJD, _nTe],
981
- [() => BatchJobDefinitions, 0], 1
982
- ];
983
- var ListBatchJobExecutionsRequest$ = [3, n0, _LBJER,
984
- 0,
985
- [_aI, _nTe, _mR, _eIxe, _jN, _s, _sA, _sB],
986
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _eIxe }], [0, { [_hQ]: _jN }], [0, { [_hQ]: _s }], [4, { [_hQ]: _sA }], [4, { [_hQ]: _sB }]], 1
987
- ];
988
- var ListBatchJobExecutionsResponse$ = [3, n0, _LBJERi,
989
- 0,
990
- [_bJE, _nTe],
991
- [() => BatchJobExecutionSummaryList, 0], 1
992
- ];
993
- var ListBatchJobRestartPointsRequest$ = [3, n0, _LBJRPR,
994
- 0,
995
- [_aI, _eIx, _aSMA],
996
- [[0, 1], [0, 1], [0, { [_hQ]: _aSMA }]], 2
997
- ];
998
- var ListBatchJobRestartPointsResponse$ = [3, n0, _LBJRPRi,
999
- 0,
1000
- [_bJS],
1001
- [() => BatchJobStepList]
1002
- ];
1003
- var ListDataSetExportHistoryRequest$ = [3, n0, _LDSEHR,
1004
- 0,
1005
- [_aI, _nTe, _mR],
1006
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
1007
- ];
1008
- var ListDataSetExportHistoryResponse$ = [3, n0, _LDSEHRi,
1009
- 0,
1010
- [_dSET, _nTe],
1011
- [() => DataSetExportTaskList, 0], 1
1012
- ];
1013
- var ListDataSetImportHistoryRequest$ = [3, n0, _LDSIHR,
1014
- 0,
1015
- [_aI, _nTe, _mR],
1016
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
1017
- ];
1018
- var ListDataSetImportHistoryResponse$ = [3, n0, _LDSIHRi,
1019
- 0,
1020
- [_dSIT, _nTe],
1021
- [() => DataSetImportTaskList, 0], 1
1022
- ];
1023
- var ListDataSetsRequest$ = [3, n0, _LDSR,
1024
- 0,
1025
- [_aI, _nTe, _mR, _pr, _nF],
1026
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pr }], [0, { [_hQ]: _nF }]], 1
1027
- ];
1028
- var ListDataSetsResponse$ = [3, n0, _LDSRi,
1029
- 0,
1030
- [_dSat, _nTe],
1031
- [() => DataSetsSummaryList, 0], 1
1032
- ];
1033
- var ListDeploymentsRequest$ = [3, n0, _LDR,
1034
- 0,
1035
- [_aI, _nTe, _mR],
1036
- [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
1037
- ];
1038
- var ListDeploymentsResponse$ = [3, n0, _LDRi,
1039
- 0,
1040
- [_dep, _nTe],
1041
- [() => DeploymentList, 0], 1
1042
- ];
1043
- var ListEngineVersionsRequest$ = [3, n0, _LEVR,
1044
- 0,
1045
- [_eT, _nTe, _mR],
1046
- [[0, { [_hQ]: _eT }], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
1047
- ];
1048
- var ListEngineVersionsResponse$ = [3, n0, _LEVRi,
1049
- 0,
1050
- [_eVn, _nTe],
1051
- [() => EngineVersionsSummaryList, 0], 1
1052
- ];
1053
- var ListEnvironmentsRequest$ = [3, n0, _LER,
1054
- 0,
1055
- [_nTe, _mR, _na, _eT],
1056
- [[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _na }], [0, { [_hQ]: _eT }]]
1057
- ];
1058
- var ListEnvironmentsResponse$ = [3, n0, _LERi,
1059
- 0,
1060
- [_en, _nTe],
1061
- [() => EnvironmentSummaryList, 0], 1
1062
- ];
1063
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1064
- 0,
1065
- [_rAe],
1066
- [[0, 1]], 1
1067
- ];
1068
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1069
- 0,
1070
- [_t],
1071
- [128 | 0], 1
1072
- ];
1073
- var LogGroupSummary$ = [3, n0, _LGS,
1074
- 0,
1075
- [_lT, _lGN],
1076
- [0, 0], 2
1077
- ];
1078
- var MaintenanceSchedule$ = [3, n0, _MS,
1079
- 0,
1080
- [_sT, _eTn],
1081
- [4, 4]
1082
- ];
1083
- var PendingMaintenance$ = [3, n0, _PM,
1084
- 0,
1085
- [_sc, _eV],
1086
- [() => MaintenanceSchedule$, 0]
1087
- ];
1088
- var PoAttributes$ = [3, n0, _PA,
1089
- 0,
1090
- [_fo, _mFE, _enc],
1091
- [0, 64 | 0, 0], 2
1092
- ];
1093
- var PoDetailAttributes$ = [3, n0, _PDA,
1094
- 0,
1095
- [_fo, _enc],
1096
- [0, 0], 2
1097
- ];
1098
- var PrimaryKey$ = [3, n0, _PK,
1099
- 0,
1100
- [_o, _l, _n],
1101
- [1, 1, 0], 2
1102
- ];
1103
- var PsAttributes$ = [3, n0, _PAs,
1104
- 0,
1105
- [_fo, _enc],
1106
- [0, 0], 1
1107
- ];
1108
- var PsDetailAttributes$ = [3, n0, _PDAs,
1109
- 0,
1110
- [_fo, _enc],
1111
- [0, 0], 2
1112
- ];
1113
- var RecordLength$ = [3, n0, _RL,
1114
- 0,
1115
- [_mi, _ma],
1116
- [1, 1], 2
1117
- ];
1118
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1119
- { [_e]: _c, [_hE]: 404 },
1120
- [_m, _rI, _rT],
1121
- [0, 0, 0], 1
1122
- ];
1123
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1124
- var RestartBatchJobIdentifier$ = [3, n0, _RBJI,
1125
- 0,
1126
- [_eIx, _jSRM],
1127
- [0, () => JobStepRestartMarker$], 2
1128
- ];
1129
- var S3BatchJobIdentifier$ = [3, n0, _SBJI,
1130
- 0,
1131
- [_bu, _i, _kP],
1132
- [0, () => JobIdentifier$, 0], 2
1133
- ];
1134
- var ScriptBatchJobDefinition$ = [3, n0, _SBJD,
1135
- 0,
1136
- [_sNc],
1137
- [0], 1
1138
- ];
1139
- var ScriptBatchJobIdentifier$ = [3, n0, _SBJIc,
1140
- 0,
1141
- [_sNc],
1142
- [0], 1
1143
- ];
1144
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1145
- { [_e]: _c, [_hE]: 402 },
1146
- [_m, _rI, _rT, _sCe, _qC],
1147
- [0, 0, 0, 0, 0], 1
1148
- ];
1149
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1150
- var ServiceUnavailableException$ = [-3, n0, _SUE,
1151
- { [_e]: _se, [_hE]: 503 },
1152
- [_m],
1153
- [0], 1
1154
- ];
1155
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1156
- var StartApplicationRequest$ = [3, n0, _SAR,
1157
- 0,
1158
- [_aI],
1159
- [[0, 1]], 1
1160
- ];
1161
- var StartApplicationResponse$ = [3, n0, _SARt,
1162
- 0,
1163
- [],
1164
- []
1165
- ];
1166
- var StartBatchJobRequest$ = [3, n0, _SBJR,
1167
- 0,
1168
- [_aI, _bJI, _jP, _aSMA],
1169
- [[0, 1], () => BatchJobIdentifier$, 128 | 0, 0], 2
1170
- ];
1171
- var StartBatchJobResponse$ = [3, n0, _SBJRt,
1172
- 0,
1173
- [_eIx],
1174
- [0], 1
1175
- ];
1176
- var StopApplicationRequest$ = [3, n0, _SARto,
1177
- 0,
1178
- [_aI, _fSo],
1179
- [[0, 1], 2], 1
1180
- ];
1181
- var StopApplicationResponse$ = [3, n0, _SARtop,
1182
- 0,
1183
- [],
1184
- []
1185
- ];
1186
- var TagResourceRequest$ = [3, n0, _TRR,
1187
- 0,
1188
- [_rAe, _t],
1189
- [[0, 1], 128 | 0], 2
1190
- ];
1191
- var TagResourceResponse$ = [3, n0, _TRRa,
1192
- 0,
1193
- [],
1194
- []
1195
- ];
1196
- var ThrottlingException$ = [-3, n0, _TE,
1197
- { [_e]: _c, [_hE]: 429 },
1198
- [_m, _sCe, _qC, _rAS],
1199
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
1200
- ];
1201
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1202
- var UntagResourceRequest$ = [3, n0, _URR,
1203
- 0,
1204
- [_rAe, _tK],
1205
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1206
- ];
1207
- var UntagResourceResponse$ = [3, n0, _URRn,
1208
- 0,
1209
- [],
1210
- []
1211
- ];
1212
- var UpdateApplicationRequest$ = [3, n0, _UAR,
1213
- 0,
1214
- [_aI, _cAV, _d, _de],
1215
- [[0, 1], 1, 0, () => Definition$], 2
1216
- ];
1217
- var UpdateApplicationResponse$ = [3, n0, _UARp,
1218
- 0,
1219
- [_aV],
1220
- [1], 1
1221
- ];
1222
- var UpdateEnvironmentRequest$ = [3, n0, _UER,
1223
- 0,
1224
- [_eI, _dCe, _iT, _eV, _pMW, _aDMW, _fU],
1225
- [[0, 1], 1, 0, 0, 0, 2, 2], 1
1226
- ];
1227
- var UpdateEnvironmentResponse$ = [3, n0, _UERp,
1228
- 0,
1229
- [_eI],
1230
- [0], 1
1231
- ];
1232
- var ValidationException$ = [-3, n0, _VE,
1233
- { [_e]: _c, [_hE]: 400 },
1234
- [_m, _r, _fL],
1235
- [0, 0, () => ValidationExceptionFieldList], 1
1236
- ];
1237
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1238
- var ValidationExceptionField$ = [3, n0, _VEF,
1239
- 0,
1240
- [_n, _m],
1241
- [0, 0], 2
1242
- ];
1243
- var VsamAttributes$ = [3, n0, _VA,
1244
- 0,
1245
- [_fo, _enc, _co, _pK, _aK],
1246
- [0, 0, 2, () => PrimaryKey$, () => AlternateKeyList], 1
1247
- ];
1248
- var VsamDetailAttributes$ = [3, n0, _VDA,
1249
- 0,
1250
- [_enc, _rF, _co, _cAS, _pK, _aK],
1251
- [0, 0, 2, 2, () => PrimaryKey$, () => AlternateKeyList]
1252
- ];
1253
- var __Unit = "unit";
1254
- var M2ServiceException$ = [-3, _sm, "M2ServiceException", 0, [], []];
1255
- schema.TypeRegistry.for(_sm).registerError(M2ServiceException$, M2ServiceException);
1256
- var AlternateKeyList = [1, n0, _AKL,
1257
- 0, () => AlternateKey$
1258
- ];
1259
- var ApplicationSummaryList = [1, n0, _ASL,
1260
- 0, () => ApplicationSummary$
1261
- ];
1262
- var ApplicationVersionSummaryList = [1, n0, _AVSL,
1263
- 0, () => ApplicationVersionSummary$
1264
- ];
1265
- var BatchJobDefinitions = [1, n0, _BJD,
1266
- 0, () => BatchJobDefinition$
1267
- ];
1268
- var BatchJobExecutionSummaryList = [1, n0, _BJESL,
1269
- 0, () => BatchJobExecutionSummary$
1270
- ];
1271
- var BatchJobStepList = [1, n0, _BJSL,
1272
- 0, () => JobStep$
1273
- ];
1274
- var DataSetExportList = [1, n0, _DSEL,
1275
- 0, () => DataSetExportItem$
1276
- ];
1277
- var DataSetExportTaskList = [1, n0, _DSETL,
1278
- 0, () => DataSetExportTask$
1279
- ];
1280
- var DataSetImportList = [1, n0, _DSIL,
1281
- 0, () => DataSetImportItem$
1282
- ];
1283
- var DataSetImportTaskList = [1, n0, _DSITL,
1284
- 0, () => DataSetImportTask$
1285
- ];
1286
- var DataSetsSummaryList = [1, n0, _DSSL,
1287
- 0, () => DataSetSummary$
1288
- ];
1289
- var DeploymentList = [1, n0, _DL,
1290
- 0, () => DeploymentSummary$
1291
- ];
1292
- var EngineVersionsSummaryList = [1, n0, _EVSL,
1293
- 0, () => EngineVersionsSummary$
1294
- ];
1295
- var EnvironmentSummaryList = [1, n0, _ESL,
1296
- 0, () => EnvironmentSummary$
1297
- ];
1298
- var LogGroupSummaries = [1, n0, _LGSo,
1299
- 0, () => LogGroupSummary$
1300
- ];
1301
- var StorageConfigurationList = [1, n0, _SCL,
1302
- 0, [() => StorageConfiguration$,
1303
- 0]
1304
- ];
1305
- var ValidationExceptionFieldList = [1, n0, _VEFL,
1306
- 0, () => ValidationExceptionField$
1307
- ];
1308
- var BatchJobDefinition$ = [4, n0, _BJDa,
1309
- 0,
1310
- [_fBJD, _sBJD],
1311
- [() => FileBatchJobDefinition$, () => ScriptBatchJobDefinition$]
1312
- ];
1313
- var BatchJobIdentifier$ = [4, n0, _BJI,
1314
- 0,
1315
- [_fBJI, _sBJI, _sBJIa, _rBJI],
1316
- [() => FileBatchJobIdentifier$, () => ScriptBatchJobIdentifier$, () => S3BatchJobIdentifier$, () => RestartBatchJobIdentifier$]
1317
- ];
1318
- var DatasetDetailOrgAttributes$ = [4, n0, _DDOA,
1319
- 0,
1320
- [_v, _g, _po, _ps],
1321
- [() => VsamDetailAttributes$, () => GdgDetailAttributes$, () => PoDetailAttributes$, () => PsDetailAttributes$]
1322
- ];
1323
- var DataSetExportConfig$ = [4, n0, _DSEC,
1324
- 0,
1325
- [_sL, _dSat],
1326
- [0, () => DataSetExportList]
1327
- ];
1328
- var DataSetImportConfig$ = [4, n0, _DSIC,
1329
- 0,
1330
- [_sL, _dSat],
1331
- [0, () => DataSetImportList]
1332
- ];
1333
- var DatasetOrgAttributes$ = [4, n0, _DOA,
1334
- 0,
1335
- [_v, _g, _po, _ps],
1336
- [() => VsamAttributes$, () => GdgAttributes$, () => PoAttributes$, () => PsAttributes$]
1337
- ];
1338
- var Definition$ = [4, n0, _D,
1339
- 0,
1340
- [_sL, _con],
1341
- [0, 0]
1342
- ];
1343
- var ExternalLocation$ = [4, n0, _EL,
1344
- 0,
1345
- [_sL],
1346
- [0]
1347
- ];
1348
- var JobIdentifier$ = [4, n0, _JI,
1349
- 0,
1350
- [_fN, _sNc],
1351
- [0, 0]
1352
- ];
1353
- var StorageConfiguration$ = [4, n0, _SC,
1354
- 0,
1355
- [_ef, _fs],
1356
- [[() => EfsStorageConfiguration$, 0], [() => FsxStorageConfiguration$, 0]]
1357
- ];
1358
- var CancelBatchJobExecution$ = [9, n0, _CBJE,
1359
- { [_h]: ["POST", "/applications/{applicationId}/batch-job-executions/{executionId}/cancel", 200] }, () => CancelBatchJobExecutionRequest$, () => CancelBatchJobExecutionResponse$
1360
- ];
1361
- var CreateApplication$ = [9, n0, _CA,
1362
- { [_h]: ["POST", "/applications", 200] }, () => CreateApplicationRequest$, () => CreateApplicationResponse$
1363
- ];
1364
- var CreateDataSetExportTask$ = [9, n0, _CDSET,
1365
- { [_h]: ["POST", "/applications/{applicationId}/dataset-export-task", 200] }, () => CreateDataSetExportTaskRequest$, () => CreateDataSetExportTaskResponse$
1366
- ];
1367
- var CreateDataSetImportTask$ = [9, n0, _CDSIT,
1368
- { [_h]: ["POST", "/applications/{applicationId}/dataset-import-task", 200] }, () => CreateDataSetImportTaskRequest$, () => CreateDataSetImportTaskResponse$
1369
- ];
1370
- var CreateDeployment$ = [9, n0, _CD,
1371
- { [_h]: ["POST", "/applications/{applicationId}/deployments", 200] }, () => CreateDeploymentRequest$, () => CreateDeploymentResponse$
1372
- ];
1373
- var CreateEnvironment$ = [9, n0, _CEr,
1374
- { [_h]: ["POST", "/environments", 200] }, () => CreateEnvironmentRequest$, () => CreateEnvironmentResponse$
1375
- ];
1376
- var DeleteApplication$ = [9, n0, _DA,
1377
- { [_h]: ["DELETE", "/applications/{applicationId}", 200] }, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
1378
- ];
1379
- var DeleteApplicationFromEnvironment$ = [9, n0, _DAFE,
1380
- { [_h]: ["DELETE", "/applications/{applicationId}/environment/{environmentId}", 200] }, () => DeleteApplicationFromEnvironmentRequest$, () => DeleteApplicationFromEnvironmentResponse$
1381
- ];
1382
- var DeleteEnvironment$ = [9, n0, _DE,
1383
- { [_h]: ["DELETE", "/environments/{environmentId}", 200] }, () => DeleteEnvironmentRequest$, () => DeleteEnvironmentResponse$
1384
- ];
1385
- var GetApplication$ = [9, n0, _GAe,
1386
- { [_h]: ["GET", "/applications/{applicationId}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
1387
- ];
1388
- var GetApplicationVersion$ = [9, n0, _GAV,
1389
- { [_h]: ["GET", "/applications/{applicationId}/versions/{applicationVersion}", 200] }, () => GetApplicationVersionRequest$, () => GetApplicationVersionResponse$
1390
- ];
1391
- var GetBatchJobExecution$ = [9, n0, _GBJE,
1392
- { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}", 200] }, () => GetBatchJobExecutionRequest$, () => GetBatchJobExecutionResponse$
1393
- ];
1394
- var GetDataSetDetails$ = [9, n0, _GDSD,
1395
- { [_h]: ["GET", "/applications/{applicationId}/datasets/{dataSetName}", 200] }, () => GetDataSetDetailsRequest$, () => GetDataSetDetailsResponse$
1396
- ];
1397
- var GetDataSetExportTask$ = [9, n0, _GDSET,
1398
- { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks/{taskId}", 200] }, () => GetDataSetExportTaskRequest$, () => GetDataSetExportTaskResponse$
1399
- ];
1400
- var GetDataSetImportTask$ = [9, n0, _GDSIT,
1401
- { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks/{taskId}", 200] }, () => GetDataSetImportTaskRequest$, () => GetDataSetImportTaskResponse$
1402
- ];
1403
- var GetDeployment$ = [9, n0, _GD,
1404
- { [_h]: ["GET", "/applications/{applicationId}/deployments/{deploymentId}", 200] }, () => GetDeploymentRequest$, () => GetDeploymentResponse$
1405
- ];
1406
- var GetEnvironment$ = [9, n0, _GE,
1407
- { [_h]: ["GET", "/environments/{environmentId}", 200] }, () => GetEnvironmentRequest$, () => GetEnvironmentResponse$
1408
- ];
1409
- var GetSignedBluinsightsUrl$ = [9, n0, _GSBU,
1410
- { [_h]: ["GET", "/signed-bi-url", 200] }, () => __Unit, () => GetSignedBluinsightsUrlResponse$
1411
- ];
1412
- var ListApplications$ = [9, n0, _LA,
1413
- { [_h]: ["GET", "/applications", 200] }, () => ListApplicationsRequest$, () => ListApplicationsResponse$
1414
- ];
1415
- var ListApplicationVersions$ = [9, n0, _LAV,
1416
- { [_h]: ["GET", "/applications/{applicationId}/versions", 200] }, () => ListApplicationVersionsRequest$, () => ListApplicationVersionsResponse$
1417
- ];
1418
- var ListBatchJobDefinitions$ = [9, n0, _LBJD,
1419
- { [_h]: ["GET", "/applications/{applicationId}/batch-job-definitions", 200] }, () => ListBatchJobDefinitionsRequest$, () => ListBatchJobDefinitionsResponse$
1420
- ];
1421
- var ListBatchJobExecutions$ = [9, n0, _LBJE,
1422
- { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions", 200] }, () => ListBatchJobExecutionsRequest$, () => ListBatchJobExecutionsResponse$
1423
- ];
1424
- var ListBatchJobRestartPoints$ = [9, n0, _LBJRP,
1425
- { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}/steps", 200] }, () => ListBatchJobRestartPointsRequest$, () => ListBatchJobRestartPointsResponse$
1426
- ];
1427
- var ListDataSetExportHistory$ = [9, n0, _LDSEH,
1428
- { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks", 200] }, () => ListDataSetExportHistoryRequest$, () => ListDataSetExportHistoryResponse$
1429
- ];
1430
- var ListDataSetImportHistory$ = [9, n0, _LDSIH,
1431
- { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks", 200] }, () => ListDataSetImportHistoryRequest$, () => ListDataSetImportHistoryResponse$
1432
- ];
1433
- var ListDataSets$ = [9, n0, _LDS,
1434
- { [_h]: ["GET", "/applications/{applicationId}/datasets", 200] }, () => ListDataSetsRequest$, () => ListDataSetsResponse$
1435
- ];
1436
- var ListDeployments$ = [9, n0, _LD,
1437
- { [_h]: ["GET", "/applications/{applicationId}/deployments", 200] }, () => ListDeploymentsRequest$, () => ListDeploymentsResponse$
1438
- ];
1439
- var ListEngineVersions$ = [9, n0, _LEV,
1440
- { [_h]: ["GET", "/engine-versions", 200] }, () => ListEngineVersionsRequest$, () => ListEngineVersionsResponse$
1441
- ];
1442
- var ListEnvironments$ = [9, n0, _LE,
1443
- { [_h]: ["GET", "/environments", 200] }, () => ListEnvironmentsRequest$, () => ListEnvironmentsResponse$
1444
- ];
1445
- var ListTagsForResource$ = [9, n0, _LTFR,
1446
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1447
- ];
1448
- var StartApplication$ = [9, n0, _SA,
1449
- { [_h]: ["POST", "/applications/{applicationId}/start", 200] }, () => StartApplicationRequest$, () => StartApplicationResponse$
1450
- ];
1451
- var StartBatchJob$ = [9, n0, _SBJ,
1452
- { [_h]: ["POST", "/applications/{applicationId}/batch-job", 200] }, () => StartBatchJobRequest$, () => StartBatchJobResponse$
1453
- ];
1454
- var StopApplication$ = [9, n0, _SAt,
1455
- { [_h]: ["POST", "/applications/{applicationId}/stop", 200] }, () => StopApplicationRequest$, () => StopApplicationResponse$
1456
- ];
1457
- var TagResource$ = [9, n0, _TR,
1458
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1459
- ];
1460
- var UntagResource$ = [9, n0, _UR,
1461
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1462
- ];
1463
- var UpdateApplication$ = [9, n0, _UA,
1464
- { [_h]: ["PATCH", "/applications/{applicationId}", 200] }, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
1465
- ];
1466
- var UpdateEnvironment$ = [9, n0, _UE,
1467
- { [_h]: ["PATCH", "/environments/{environmentId}", 200] }, () => UpdateEnvironmentRequest$, () => UpdateEnvironmentResponse$
1468
- ];
1469
-
1470
116
  class CancelBatchJobExecutionCommand extends smithyClient.Command
1471
117
  .classBuilder()
1472
118
  .ep(commonParams)
@@ -1475,7 +121,7 @@ class CancelBatchJobExecutionCommand extends smithyClient.Command
1475
121
  })
1476
122
  .s("AwsSupernovaControlPlaneService", "CancelBatchJobExecution", {})
1477
123
  .n("M2Client", "CancelBatchJobExecutionCommand")
1478
- .sc(CancelBatchJobExecution$)
124
+ .sc(schemas_0.CancelBatchJobExecution$)
1479
125
  .build() {
1480
126
  }
1481
127
 
@@ -1487,7 +133,7 @@ class CreateApplicationCommand extends smithyClient.Command
1487
133
  })
1488
134
  .s("AwsSupernovaControlPlaneService", "CreateApplication", {})
1489
135
  .n("M2Client", "CreateApplicationCommand")
1490
- .sc(CreateApplication$)
136
+ .sc(schemas_0.CreateApplication$)
1491
137
  .build() {
1492
138
  }
1493
139
 
@@ -1499,7 +145,7 @@ class CreateDataSetExportTaskCommand extends smithyClient.Command
1499
145
  })
1500
146
  .s("AwsSupernovaControlPlaneService", "CreateDataSetExportTask", {})
1501
147
  .n("M2Client", "CreateDataSetExportTaskCommand")
1502
- .sc(CreateDataSetExportTask$)
148
+ .sc(schemas_0.CreateDataSetExportTask$)
1503
149
  .build() {
1504
150
  }
1505
151
 
@@ -1511,7 +157,7 @@ class CreateDataSetImportTaskCommand extends smithyClient.Command
1511
157
  })
1512
158
  .s("AwsSupernovaControlPlaneService", "CreateDataSetImportTask", {})
1513
159
  .n("M2Client", "CreateDataSetImportTaskCommand")
1514
- .sc(CreateDataSetImportTask$)
160
+ .sc(schemas_0.CreateDataSetImportTask$)
1515
161
  .build() {
1516
162
  }
1517
163
 
@@ -1523,7 +169,7 @@ class CreateDeploymentCommand extends smithyClient.Command
1523
169
  })
1524
170
  .s("AwsSupernovaControlPlaneService", "CreateDeployment", {})
1525
171
  .n("M2Client", "CreateDeploymentCommand")
1526
- .sc(CreateDeployment$)
172
+ .sc(schemas_0.CreateDeployment$)
1527
173
  .build() {
1528
174
  }
1529
175
 
@@ -1535,7 +181,7 @@ class CreateEnvironmentCommand extends smithyClient.Command
1535
181
  })
1536
182
  .s("AwsSupernovaControlPlaneService", "CreateEnvironment", {})
1537
183
  .n("M2Client", "CreateEnvironmentCommand")
1538
- .sc(CreateEnvironment$)
184
+ .sc(schemas_0.CreateEnvironment$)
1539
185
  .build() {
1540
186
  }
1541
187
 
@@ -1547,7 +193,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1547
193
  })
1548
194
  .s("AwsSupernovaControlPlaneService", "DeleteApplication", {})
1549
195
  .n("M2Client", "DeleteApplicationCommand")
1550
- .sc(DeleteApplication$)
196
+ .sc(schemas_0.DeleteApplication$)
1551
197
  .build() {
1552
198
  }
1553
199
 
@@ -1559,7 +205,7 @@ class DeleteApplicationFromEnvironmentCommand extends smithyClient.Command
1559
205
  })
1560
206
  .s("AwsSupernovaControlPlaneService", "DeleteApplicationFromEnvironment", {})
1561
207
  .n("M2Client", "DeleteApplicationFromEnvironmentCommand")
1562
- .sc(DeleteApplicationFromEnvironment$)
208
+ .sc(schemas_0.DeleteApplicationFromEnvironment$)
1563
209
  .build() {
1564
210
  }
1565
211
 
@@ -1571,7 +217,7 @@ class DeleteEnvironmentCommand extends smithyClient.Command
1571
217
  })
1572
218
  .s("AwsSupernovaControlPlaneService", "DeleteEnvironment", {})
1573
219
  .n("M2Client", "DeleteEnvironmentCommand")
1574
- .sc(DeleteEnvironment$)
220
+ .sc(schemas_0.DeleteEnvironment$)
1575
221
  .build() {
1576
222
  }
1577
223
 
@@ -1583,7 +229,7 @@ class GetApplicationCommand extends smithyClient.Command
1583
229
  })
1584
230
  .s("AwsSupernovaControlPlaneService", "GetApplication", {})
1585
231
  .n("M2Client", "GetApplicationCommand")
1586
- .sc(GetApplication$)
232
+ .sc(schemas_0.GetApplication$)
1587
233
  .build() {
1588
234
  }
1589
235
 
@@ -1595,7 +241,7 @@ class GetApplicationVersionCommand extends smithyClient.Command
1595
241
  })
1596
242
  .s("AwsSupernovaControlPlaneService", "GetApplicationVersion", {})
1597
243
  .n("M2Client", "GetApplicationVersionCommand")
1598
- .sc(GetApplicationVersion$)
244
+ .sc(schemas_0.GetApplicationVersion$)
1599
245
  .build() {
1600
246
  }
1601
247
 
@@ -1607,7 +253,7 @@ class GetBatchJobExecutionCommand extends smithyClient.Command
1607
253
  })
1608
254
  .s("AwsSupernovaControlPlaneService", "GetBatchJobExecution", {})
1609
255
  .n("M2Client", "GetBatchJobExecutionCommand")
1610
- .sc(GetBatchJobExecution$)
256
+ .sc(schemas_0.GetBatchJobExecution$)
1611
257
  .build() {
1612
258
  }
1613
259
 
@@ -1619,7 +265,7 @@ class GetDataSetDetailsCommand extends smithyClient.Command
1619
265
  })
1620
266
  .s("AwsSupernovaControlPlaneService", "GetDataSetDetails", {})
1621
267
  .n("M2Client", "GetDataSetDetailsCommand")
1622
- .sc(GetDataSetDetails$)
268
+ .sc(schemas_0.GetDataSetDetails$)
1623
269
  .build() {
1624
270
  }
1625
271
 
@@ -1631,7 +277,7 @@ class GetDataSetExportTaskCommand extends smithyClient.Command
1631
277
  })
1632
278
  .s("AwsSupernovaControlPlaneService", "GetDataSetExportTask", {})
1633
279
  .n("M2Client", "GetDataSetExportTaskCommand")
1634
- .sc(GetDataSetExportTask$)
280
+ .sc(schemas_0.GetDataSetExportTask$)
1635
281
  .build() {
1636
282
  }
1637
283
 
@@ -1643,7 +289,7 @@ class GetDataSetImportTaskCommand extends smithyClient.Command
1643
289
  })
1644
290
  .s("AwsSupernovaControlPlaneService", "GetDataSetImportTask", {})
1645
291
  .n("M2Client", "GetDataSetImportTaskCommand")
1646
- .sc(GetDataSetImportTask$)
292
+ .sc(schemas_0.GetDataSetImportTask$)
1647
293
  .build() {
1648
294
  }
1649
295
 
@@ -1655,7 +301,7 @@ class GetDeploymentCommand extends smithyClient.Command
1655
301
  })
1656
302
  .s("AwsSupernovaControlPlaneService", "GetDeployment", {})
1657
303
  .n("M2Client", "GetDeploymentCommand")
1658
- .sc(GetDeployment$)
304
+ .sc(schemas_0.GetDeployment$)
1659
305
  .build() {
1660
306
  }
1661
307
 
@@ -1667,7 +313,7 @@ class GetEnvironmentCommand extends smithyClient.Command
1667
313
  })
1668
314
  .s("AwsSupernovaControlPlaneService", "GetEnvironment", {})
1669
315
  .n("M2Client", "GetEnvironmentCommand")
1670
- .sc(GetEnvironment$)
316
+ .sc(schemas_0.GetEnvironment$)
1671
317
  .build() {
1672
318
  }
1673
319
 
@@ -1679,7 +325,7 @@ class GetSignedBluinsightsUrlCommand extends smithyClient.Command
1679
325
  })
1680
326
  .s("AwsSupernovaControlPlaneService", "GetSignedBluinsightsUrl", {})
1681
327
  .n("M2Client", "GetSignedBluinsightsUrlCommand")
1682
- .sc(GetSignedBluinsightsUrl$)
328
+ .sc(schemas_0.GetSignedBluinsightsUrl$)
1683
329
  .build() {
1684
330
  }
1685
331
 
@@ -1691,7 +337,7 @@ class ListApplicationsCommand extends smithyClient.Command
1691
337
  })
1692
338
  .s("AwsSupernovaControlPlaneService", "ListApplications", {})
1693
339
  .n("M2Client", "ListApplicationsCommand")
1694
- .sc(ListApplications$)
340
+ .sc(schemas_0.ListApplications$)
1695
341
  .build() {
1696
342
  }
1697
343
 
@@ -1703,7 +349,7 @@ class ListApplicationVersionsCommand extends smithyClient.Command
1703
349
  })
1704
350
  .s("AwsSupernovaControlPlaneService", "ListApplicationVersions", {})
1705
351
  .n("M2Client", "ListApplicationVersionsCommand")
1706
- .sc(ListApplicationVersions$)
352
+ .sc(schemas_0.ListApplicationVersions$)
1707
353
  .build() {
1708
354
  }
1709
355
 
@@ -1715,7 +361,7 @@ class ListBatchJobDefinitionsCommand extends smithyClient.Command
1715
361
  })
1716
362
  .s("AwsSupernovaControlPlaneService", "ListBatchJobDefinitions", {})
1717
363
  .n("M2Client", "ListBatchJobDefinitionsCommand")
1718
- .sc(ListBatchJobDefinitions$)
364
+ .sc(schemas_0.ListBatchJobDefinitions$)
1719
365
  .build() {
1720
366
  }
1721
367
 
@@ -1727,7 +373,7 @@ class ListBatchJobExecutionsCommand extends smithyClient.Command
1727
373
  })
1728
374
  .s("AwsSupernovaControlPlaneService", "ListBatchJobExecutions", {})
1729
375
  .n("M2Client", "ListBatchJobExecutionsCommand")
1730
- .sc(ListBatchJobExecutions$)
376
+ .sc(schemas_0.ListBatchJobExecutions$)
1731
377
  .build() {
1732
378
  }
1733
379
 
@@ -1739,7 +385,7 @@ class ListBatchJobRestartPointsCommand extends smithyClient.Command
1739
385
  })
1740
386
  .s("AwsSupernovaControlPlaneService", "ListBatchJobRestartPoints", {})
1741
387
  .n("M2Client", "ListBatchJobRestartPointsCommand")
1742
- .sc(ListBatchJobRestartPoints$)
388
+ .sc(schemas_0.ListBatchJobRestartPoints$)
1743
389
  .build() {
1744
390
  }
1745
391
 
@@ -1751,7 +397,7 @@ class ListDataSetExportHistoryCommand extends smithyClient.Command
1751
397
  })
1752
398
  .s("AwsSupernovaControlPlaneService", "ListDataSetExportHistory", {})
1753
399
  .n("M2Client", "ListDataSetExportHistoryCommand")
1754
- .sc(ListDataSetExportHistory$)
400
+ .sc(schemas_0.ListDataSetExportHistory$)
1755
401
  .build() {
1756
402
  }
1757
403
 
@@ -1763,7 +409,7 @@ class ListDataSetImportHistoryCommand extends smithyClient.Command
1763
409
  })
1764
410
  .s("AwsSupernovaControlPlaneService", "ListDataSetImportHistory", {})
1765
411
  .n("M2Client", "ListDataSetImportHistoryCommand")
1766
- .sc(ListDataSetImportHistory$)
412
+ .sc(schemas_0.ListDataSetImportHistory$)
1767
413
  .build() {
1768
414
  }
1769
415
 
@@ -1775,7 +421,7 @@ class ListDataSetsCommand extends smithyClient.Command
1775
421
  })
1776
422
  .s("AwsSupernovaControlPlaneService", "ListDataSets", {})
1777
423
  .n("M2Client", "ListDataSetsCommand")
1778
- .sc(ListDataSets$)
424
+ .sc(schemas_0.ListDataSets$)
1779
425
  .build() {
1780
426
  }
1781
427
 
@@ -1787,7 +433,7 @@ class ListDeploymentsCommand extends smithyClient.Command
1787
433
  })
1788
434
  .s("AwsSupernovaControlPlaneService", "ListDeployments", {})
1789
435
  .n("M2Client", "ListDeploymentsCommand")
1790
- .sc(ListDeployments$)
436
+ .sc(schemas_0.ListDeployments$)
1791
437
  .build() {
1792
438
  }
1793
439
 
@@ -1799,7 +445,7 @@ class ListEngineVersionsCommand extends smithyClient.Command
1799
445
  })
1800
446
  .s("AwsSupernovaControlPlaneService", "ListEngineVersions", {})
1801
447
  .n("M2Client", "ListEngineVersionsCommand")
1802
- .sc(ListEngineVersions$)
448
+ .sc(schemas_0.ListEngineVersions$)
1803
449
  .build() {
1804
450
  }
1805
451
 
@@ -1811,7 +457,7 @@ class ListEnvironmentsCommand extends smithyClient.Command
1811
457
  })
1812
458
  .s("AwsSupernovaControlPlaneService", "ListEnvironments", {})
1813
459
  .n("M2Client", "ListEnvironmentsCommand")
1814
- .sc(ListEnvironments$)
460
+ .sc(schemas_0.ListEnvironments$)
1815
461
  .build() {
1816
462
  }
1817
463
 
@@ -1823,7 +469,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1823
469
  })
1824
470
  .s("AwsSupernovaControlPlaneService", "ListTagsForResource", {})
1825
471
  .n("M2Client", "ListTagsForResourceCommand")
1826
- .sc(ListTagsForResource$)
472
+ .sc(schemas_0.ListTagsForResource$)
1827
473
  .build() {
1828
474
  }
1829
475
 
@@ -1835,7 +481,7 @@ class StartApplicationCommand extends smithyClient.Command
1835
481
  })
1836
482
  .s("AwsSupernovaControlPlaneService", "StartApplication", {})
1837
483
  .n("M2Client", "StartApplicationCommand")
1838
- .sc(StartApplication$)
484
+ .sc(schemas_0.StartApplication$)
1839
485
  .build() {
1840
486
  }
1841
487
 
@@ -1847,7 +493,7 @@ class StartBatchJobCommand extends smithyClient.Command
1847
493
  })
1848
494
  .s("AwsSupernovaControlPlaneService", "StartBatchJob", {})
1849
495
  .n("M2Client", "StartBatchJobCommand")
1850
- .sc(StartBatchJob$)
496
+ .sc(schemas_0.StartBatchJob$)
1851
497
  .build() {
1852
498
  }
1853
499
 
@@ -1859,7 +505,7 @@ class StopApplicationCommand extends smithyClient.Command
1859
505
  })
1860
506
  .s("AwsSupernovaControlPlaneService", "StopApplication", {})
1861
507
  .n("M2Client", "StopApplicationCommand")
1862
- .sc(StopApplication$)
508
+ .sc(schemas_0.StopApplication$)
1863
509
  .build() {
1864
510
  }
1865
511
 
@@ -1871,7 +517,7 @@ class TagResourceCommand extends smithyClient.Command
1871
517
  })
1872
518
  .s("AwsSupernovaControlPlaneService", "TagResource", {})
1873
519
  .n("M2Client", "TagResourceCommand")
1874
- .sc(TagResource$)
520
+ .sc(schemas_0.TagResource$)
1875
521
  .build() {
1876
522
  }
1877
523
 
@@ -1883,7 +529,7 @@ class UntagResourceCommand extends smithyClient.Command
1883
529
  })
1884
530
  .s("AwsSupernovaControlPlaneService", "UntagResource", {})
1885
531
  .n("M2Client", "UntagResourceCommand")
1886
- .sc(UntagResource$)
532
+ .sc(schemas_0.UntagResource$)
1887
533
  .build() {
1888
534
  }
1889
535
 
@@ -1895,7 +541,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1895
541
  })
1896
542
  .s("AwsSupernovaControlPlaneService", "UpdateApplication", {})
1897
543
  .n("M2Client", "UpdateApplicationCommand")
1898
- .sc(UpdateApplication$)
544
+ .sc(schemas_0.UpdateApplication$)
1899
545
  .build() {
1900
546
  }
1901
547
 
@@ -1907,7 +553,7 @@ class UpdateEnvironmentCommand extends smithyClient.Command
1907
553
  })
1908
554
  .s("AwsSupernovaControlPlaneService", "UpdateEnvironment", {})
1909
555
  .n("M2Client", "UpdateEnvironmentCommand")
1910
- .sc(UpdateEnvironment$)
556
+ .sc(schemas_0.UpdateEnvironment$)
1911
557
  .build() {
1912
558
  }
1913
559
 
@@ -2070,237 +716,60 @@ Object.defineProperty(exports, "__Client", {
2070
716
  enumerable: true,
2071
717
  get: function () { return smithyClient.Client; }
2072
718
  });
2073
- exports.AccessDeniedException = AccessDeniedException;
2074
- exports.AccessDeniedException$ = AccessDeniedException$;
2075
- exports.AlternateKey$ = AlternateKey$;
719
+ Object.defineProperty(exports, "M2ServiceException", {
720
+ enumerable: true,
721
+ get: function () { return M2ServiceException.M2ServiceException; }
722
+ });
2076
723
  exports.ApplicationDeploymentLifecycle = ApplicationDeploymentLifecycle;
2077
724
  exports.ApplicationLifecycle = ApplicationLifecycle;
2078
- exports.ApplicationSummary$ = ApplicationSummary$;
2079
725
  exports.ApplicationVersionLifecycle = ApplicationVersionLifecycle;
2080
- exports.ApplicationVersionSummary$ = ApplicationVersionSummary$;
2081
- exports.BatchJobDefinition$ = BatchJobDefinition$;
2082
726
  exports.BatchJobExecutionStatus = BatchJobExecutionStatus;
2083
- exports.BatchJobExecutionSummary$ = BatchJobExecutionSummary$;
2084
- exports.BatchJobIdentifier$ = BatchJobIdentifier$;
2085
727
  exports.BatchJobType = BatchJobType;
2086
- exports.CancelBatchJobExecution$ = CancelBatchJobExecution$;
2087
728
  exports.CancelBatchJobExecutionCommand = CancelBatchJobExecutionCommand;
2088
- exports.CancelBatchJobExecutionRequest$ = CancelBatchJobExecutionRequest$;
2089
- exports.CancelBatchJobExecutionResponse$ = CancelBatchJobExecutionResponse$;
2090
- exports.ConflictException = ConflictException;
2091
- exports.ConflictException$ = ConflictException$;
2092
- exports.CreateApplication$ = CreateApplication$;
2093
729
  exports.CreateApplicationCommand = CreateApplicationCommand;
2094
- exports.CreateApplicationRequest$ = CreateApplicationRequest$;
2095
- exports.CreateApplicationResponse$ = CreateApplicationResponse$;
2096
- exports.CreateDataSetExportTask$ = CreateDataSetExportTask$;
2097
730
  exports.CreateDataSetExportTaskCommand = CreateDataSetExportTaskCommand;
2098
- exports.CreateDataSetExportTaskRequest$ = CreateDataSetExportTaskRequest$;
2099
- exports.CreateDataSetExportTaskResponse$ = CreateDataSetExportTaskResponse$;
2100
- exports.CreateDataSetImportTask$ = CreateDataSetImportTask$;
2101
731
  exports.CreateDataSetImportTaskCommand = CreateDataSetImportTaskCommand;
2102
- exports.CreateDataSetImportTaskRequest$ = CreateDataSetImportTaskRequest$;
2103
- exports.CreateDataSetImportTaskResponse$ = CreateDataSetImportTaskResponse$;
2104
- exports.CreateDeployment$ = CreateDeployment$;
2105
732
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
2106
- exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
2107
- exports.CreateDeploymentResponse$ = CreateDeploymentResponse$;
2108
- exports.CreateEnvironment$ = CreateEnvironment$;
2109
733
  exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
2110
- exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
2111
- exports.CreateEnvironmentResponse$ = CreateEnvironmentResponse$;
2112
- exports.DataSet$ = DataSet$;
2113
- exports.DataSetExportConfig$ = DataSetExportConfig$;
2114
- exports.DataSetExportItem$ = DataSetExportItem$;
2115
- exports.DataSetExportSummary$ = DataSetExportSummary$;
2116
- exports.DataSetExportTask$ = DataSetExportTask$;
2117
- exports.DataSetImportConfig$ = DataSetImportConfig$;
2118
- exports.DataSetImportItem$ = DataSetImportItem$;
2119
- exports.DataSetImportSummary$ = DataSetImportSummary$;
2120
- exports.DataSetImportTask$ = DataSetImportTask$;
2121
- exports.DataSetSummary$ = DataSetSummary$;
2122
734
  exports.DataSetTaskLifecycle = DataSetTaskLifecycle;
2123
- exports.DatasetDetailOrgAttributes$ = DatasetDetailOrgAttributes$;
2124
- exports.DatasetOrgAttributes$ = DatasetOrgAttributes$;
2125
- exports.Definition$ = Definition$;
2126
- exports.DeleteApplication$ = DeleteApplication$;
2127
735
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
2128
- exports.DeleteApplicationFromEnvironment$ = DeleteApplicationFromEnvironment$;
2129
736
  exports.DeleteApplicationFromEnvironmentCommand = DeleteApplicationFromEnvironmentCommand;
2130
- exports.DeleteApplicationFromEnvironmentRequest$ = DeleteApplicationFromEnvironmentRequest$;
2131
- exports.DeleteApplicationFromEnvironmentResponse$ = DeleteApplicationFromEnvironmentResponse$;
2132
- exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
2133
- exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
2134
- exports.DeleteEnvironment$ = DeleteEnvironment$;
2135
737
  exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
2136
- exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
2137
- exports.DeleteEnvironmentResponse$ = DeleteEnvironmentResponse$;
2138
- exports.DeployedVersionSummary$ = DeployedVersionSummary$;
2139
738
  exports.DeploymentLifecycle = DeploymentLifecycle;
2140
- exports.DeploymentSummary$ = DeploymentSummary$;
2141
- exports.EfsStorageConfiguration$ = EfsStorageConfiguration$;
2142
739
  exports.EngineType = EngineType;
2143
- exports.EngineVersionsSummary$ = EngineVersionsSummary$;
2144
740
  exports.EnvironmentLifecycle = EnvironmentLifecycle;
2145
- exports.EnvironmentSummary$ = EnvironmentSummary$;
2146
- exports.ExecutionTimeoutException = ExecutionTimeoutException;
2147
- exports.ExecutionTimeoutException$ = ExecutionTimeoutException$;
2148
- exports.ExternalLocation$ = ExternalLocation$;
2149
- exports.FileBatchJobDefinition$ = FileBatchJobDefinition$;
2150
- exports.FileBatchJobIdentifier$ = FileBatchJobIdentifier$;
2151
- exports.FsxStorageConfiguration$ = FsxStorageConfiguration$;
2152
- exports.GdgAttributes$ = GdgAttributes$;
2153
- exports.GdgDetailAttributes$ = GdgDetailAttributes$;
2154
- exports.GetApplication$ = GetApplication$;
2155
741
  exports.GetApplicationCommand = GetApplicationCommand;
2156
- exports.GetApplicationRequest$ = GetApplicationRequest$;
2157
- exports.GetApplicationResponse$ = GetApplicationResponse$;
2158
- exports.GetApplicationVersion$ = GetApplicationVersion$;
2159
742
  exports.GetApplicationVersionCommand = GetApplicationVersionCommand;
2160
- exports.GetApplicationVersionRequest$ = GetApplicationVersionRequest$;
2161
- exports.GetApplicationVersionResponse$ = GetApplicationVersionResponse$;
2162
- exports.GetBatchJobExecution$ = GetBatchJobExecution$;
2163
743
  exports.GetBatchJobExecutionCommand = GetBatchJobExecutionCommand;
2164
- exports.GetBatchJobExecutionRequest$ = GetBatchJobExecutionRequest$;
2165
- exports.GetBatchJobExecutionResponse$ = GetBatchJobExecutionResponse$;
2166
- exports.GetDataSetDetails$ = GetDataSetDetails$;
2167
744
  exports.GetDataSetDetailsCommand = GetDataSetDetailsCommand;
2168
- exports.GetDataSetDetailsRequest$ = GetDataSetDetailsRequest$;
2169
- exports.GetDataSetDetailsResponse$ = GetDataSetDetailsResponse$;
2170
- exports.GetDataSetExportTask$ = GetDataSetExportTask$;
2171
745
  exports.GetDataSetExportTaskCommand = GetDataSetExportTaskCommand;
2172
- exports.GetDataSetExportTaskRequest$ = GetDataSetExportTaskRequest$;
2173
- exports.GetDataSetExportTaskResponse$ = GetDataSetExportTaskResponse$;
2174
- exports.GetDataSetImportTask$ = GetDataSetImportTask$;
2175
746
  exports.GetDataSetImportTaskCommand = GetDataSetImportTaskCommand;
2176
- exports.GetDataSetImportTaskRequest$ = GetDataSetImportTaskRequest$;
2177
- exports.GetDataSetImportTaskResponse$ = GetDataSetImportTaskResponse$;
2178
- exports.GetDeployment$ = GetDeployment$;
2179
747
  exports.GetDeploymentCommand = GetDeploymentCommand;
2180
- exports.GetDeploymentRequest$ = GetDeploymentRequest$;
2181
- exports.GetDeploymentResponse$ = GetDeploymentResponse$;
2182
- exports.GetEnvironment$ = GetEnvironment$;
2183
748
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
2184
- exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
2185
- exports.GetEnvironmentResponse$ = GetEnvironmentResponse$;
2186
- exports.GetSignedBluinsightsUrl$ = GetSignedBluinsightsUrl$;
2187
749
  exports.GetSignedBluinsightsUrlCommand = GetSignedBluinsightsUrlCommand;
2188
- exports.GetSignedBluinsightsUrlResponse$ = GetSignedBluinsightsUrlResponse$;
2189
- exports.HighAvailabilityConfig$ = HighAvailabilityConfig$;
2190
- exports.InternalServerException = InternalServerException;
2191
- exports.InternalServerException$ = InternalServerException$;
2192
- exports.JobIdentifier$ = JobIdentifier$;
2193
- exports.JobStep$ = JobStep$;
2194
- exports.JobStepRestartMarker$ = JobStepRestartMarker$;
2195
- exports.ListApplicationVersions$ = ListApplicationVersions$;
2196
750
  exports.ListApplicationVersionsCommand = ListApplicationVersionsCommand;
2197
- exports.ListApplicationVersionsRequest$ = ListApplicationVersionsRequest$;
2198
- exports.ListApplicationVersionsResponse$ = ListApplicationVersionsResponse$;
2199
- exports.ListApplications$ = ListApplications$;
2200
751
  exports.ListApplicationsCommand = ListApplicationsCommand;
2201
- exports.ListApplicationsRequest$ = ListApplicationsRequest$;
2202
- exports.ListApplicationsResponse$ = ListApplicationsResponse$;
2203
- exports.ListBatchJobDefinitions$ = ListBatchJobDefinitions$;
2204
752
  exports.ListBatchJobDefinitionsCommand = ListBatchJobDefinitionsCommand;
2205
- exports.ListBatchJobDefinitionsRequest$ = ListBatchJobDefinitionsRequest$;
2206
- exports.ListBatchJobDefinitionsResponse$ = ListBatchJobDefinitionsResponse$;
2207
- exports.ListBatchJobExecutions$ = ListBatchJobExecutions$;
2208
753
  exports.ListBatchJobExecutionsCommand = ListBatchJobExecutionsCommand;
2209
- exports.ListBatchJobExecutionsRequest$ = ListBatchJobExecutionsRequest$;
2210
- exports.ListBatchJobExecutionsResponse$ = ListBatchJobExecutionsResponse$;
2211
- exports.ListBatchJobRestartPoints$ = ListBatchJobRestartPoints$;
2212
754
  exports.ListBatchJobRestartPointsCommand = ListBatchJobRestartPointsCommand;
2213
- exports.ListBatchJobRestartPointsRequest$ = ListBatchJobRestartPointsRequest$;
2214
- exports.ListBatchJobRestartPointsResponse$ = ListBatchJobRestartPointsResponse$;
2215
- exports.ListDataSetExportHistory$ = ListDataSetExportHistory$;
2216
755
  exports.ListDataSetExportHistoryCommand = ListDataSetExportHistoryCommand;
2217
- exports.ListDataSetExportHistoryRequest$ = ListDataSetExportHistoryRequest$;
2218
- exports.ListDataSetExportHistoryResponse$ = ListDataSetExportHistoryResponse$;
2219
- exports.ListDataSetImportHistory$ = ListDataSetImportHistory$;
2220
756
  exports.ListDataSetImportHistoryCommand = ListDataSetImportHistoryCommand;
2221
- exports.ListDataSetImportHistoryRequest$ = ListDataSetImportHistoryRequest$;
2222
- exports.ListDataSetImportHistoryResponse$ = ListDataSetImportHistoryResponse$;
2223
- exports.ListDataSets$ = ListDataSets$;
2224
757
  exports.ListDataSetsCommand = ListDataSetsCommand;
2225
- exports.ListDataSetsRequest$ = ListDataSetsRequest$;
2226
- exports.ListDataSetsResponse$ = ListDataSetsResponse$;
2227
- exports.ListDeployments$ = ListDeployments$;
2228
758
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
2229
- exports.ListDeploymentsRequest$ = ListDeploymentsRequest$;
2230
- exports.ListDeploymentsResponse$ = ListDeploymentsResponse$;
2231
- exports.ListEngineVersions$ = ListEngineVersions$;
2232
759
  exports.ListEngineVersionsCommand = ListEngineVersionsCommand;
2233
- exports.ListEngineVersionsRequest$ = ListEngineVersionsRequest$;
2234
- exports.ListEngineVersionsResponse$ = ListEngineVersionsResponse$;
2235
- exports.ListEnvironments$ = ListEnvironments$;
2236
760
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
2237
- exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
2238
- exports.ListEnvironmentsResponse$ = ListEnvironmentsResponse$;
2239
- exports.ListTagsForResource$ = ListTagsForResource$;
2240
761
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2241
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2242
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2243
- exports.LogGroupSummary$ = LogGroupSummary$;
2244
762
  exports.M2 = M2;
2245
763
  exports.M2Client = M2Client;
2246
- exports.M2ServiceException = M2ServiceException;
2247
- exports.M2ServiceException$ = M2ServiceException$;
2248
- exports.MaintenanceSchedule$ = MaintenanceSchedule$;
2249
764
  exports.NetworkType = NetworkType;
2250
- exports.PendingMaintenance$ = PendingMaintenance$;
2251
- exports.PoAttributes$ = PoAttributes$;
2252
- exports.PoDetailAttributes$ = PoDetailAttributes$;
2253
- exports.PrimaryKey$ = PrimaryKey$;
2254
- exports.PsAttributes$ = PsAttributes$;
2255
- exports.PsDetailAttributes$ = PsDetailAttributes$;
2256
- exports.RecordLength$ = RecordLength$;
2257
- exports.ResourceNotFoundException = ResourceNotFoundException;
2258
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2259
- exports.RestartBatchJobIdentifier$ = RestartBatchJobIdentifier$;
2260
- exports.S3BatchJobIdentifier$ = S3BatchJobIdentifier$;
2261
- exports.ScriptBatchJobDefinition$ = ScriptBatchJobDefinition$;
2262
- exports.ScriptBatchJobIdentifier$ = ScriptBatchJobIdentifier$;
2263
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2264
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2265
- exports.ServiceUnavailableException = ServiceUnavailableException;
2266
- exports.ServiceUnavailableException$ = ServiceUnavailableException$;
2267
- exports.StartApplication$ = StartApplication$;
2268
765
  exports.StartApplicationCommand = StartApplicationCommand;
2269
- exports.StartApplicationRequest$ = StartApplicationRequest$;
2270
- exports.StartApplicationResponse$ = StartApplicationResponse$;
2271
- exports.StartBatchJob$ = StartBatchJob$;
2272
766
  exports.StartBatchJobCommand = StartBatchJobCommand;
2273
- exports.StartBatchJobRequest$ = StartBatchJobRequest$;
2274
- exports.StartBatchJobResponse$ = StartBatchJobResponse$;
2275
- exports.StopApplication$ = StopApplication$;
2276
767
  exports.StopApplicationCommand = StopApplicationCommand;
2277
- exports.StopApplicationRequest$ = StopApplicationRequest$;
2278
- exports.StopApplicationResponse$ = StopApplicationResponse$;
2279
- exports.StorageConfiguration$ = StorageConfiguration$;
2280
- exports.TagResource$ = TagResource$;
2281
768
  exports.TagResourceCommand = TagResourceCommand;
2282
- exports.TagResourceRequest$ = TagResourceRequest$;
2283
- exports.TagResourceResponse$ = TagResourceResponse$;
2284
- exports.ThrottlingException = ThrottlingException;
2285
- exports.ThrottlingException$ = ThrottlingException$;
2286
- exports.UntagResource$ = UntagResource$;
2287
769
  exports.UntagResourceCommand = UntagResourceCommand;
2288
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2289
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2290
- exports.UpdateApplication$ = UpdateApplication$;
2291
770
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
2292
- exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
2293
- exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
2294
- exports.UpdateEnvironment$ = UpdateEnvironment$;
2295
771
  exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
2296
- exports.UpdateEnvironmentRequest$ = UpdateEnvironmentRequest$;
2297
- exports.UpdateEnvironmentResponse$ = UpdateEnvironmentResponse$;
2298
- exports.ValidationException = ValidationException;
2299
- exports.ValidationException$ = ValidationException$;
2300
- exports.ValidationExceptionField$ = ValidationExceptionField$;
2301
772
  exports.ValidationExceptionReason = ValidationExceptionReason;
2302
- exports.VsamAttributes$ = VsamAttributes$;
2303
- exports.VsamDetailAttributes$ = VsamDetailAttributes$;
2304
773
  exports.paginateListApplicationVersions = paginateListApplicationVersions;
2305
774
  exports.paginateListApplications = paginateListApplications;
2306
775
  exports.paginateListBatchJobDefinitions = paginateListBatchJobDefinitions;
@@ -2311,3 +780,15 @@ exports.paginateListDataSets = paginateListDataSets;
2311
780
  exports.paginateListDeployments = paginateListDeployments;
2312
781
  exports.paginateListEngineVersions = paginateListEngineVersions;
2313
782
  exports.paginateListEnvironments = paginateListEnvironments;
783
+ Object.keys(schemas_0).forEach(function (k) {
784
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
785
+ enumerable: true,
786
+ get: function () { return schemas_0[k]; }
787
+ });
788
+ });
789
+ Object.keys(errors).forEach(function (k) {
790
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
791
+ enumerable: true,
792
+ get: function () { return errors[k]; }
793
+ });
794
+ });