@aws-sdk/client-m2 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist-cjs/index.js +548 -370
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelBatchJobExecutionCommand.js +2 -2
  4. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  5. package/dist-es/commands/CreateDataSetExportTaskCommand.js +2 -2
  6. package/dist-es/commands/CreateDataSetImportTaskCommand.js +2 -2
  7. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  8. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  9. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  10. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +2 -2
  11. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  12. package/dist-es/commands/GetApplicationCommand.js +2 -2
  13. package/dist-es/commands/GetApplicationVersionCommand.js +2 -2
  14. package/dist-es/commands/GetBatchJobExecutionCommand.js +2 -2
  15. package/dist-es/commands/GetDataSetDetailsCommand.js +2 -2
  16. package/dist-es/commands/GetDataSetExportTaskCommand.js +2 -2
  17. package/dist-es/commands/GetDataSetImportTaskCommand.js +2 -2
  18. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  19. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  20. package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +2 -2
  21. package/dist-es/commands/ListApplicationVersionsCommand.js +2 -2
  22. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  23. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +2 -2
  24. package/dist-es/commands/ListBatchJobExecutionsCommand.js +2 -2
  25. package/dist-es/commands/ListBatchJobRestartPointsCommand.js +2 -2
  26. package/dist-es/commands/ListDataSetExportHistoryCommand.js +2 -2
  27. package/dist-es/commands/ListDataSetImportHistoryCommand.js +2 -2
  28. package/dist-es/commands/ListDataSetsCommand.js +2 -2
  29. package/dist-es/commands/ListDeploymentsCommand.js +2 -2
  30. package/dist-es/commands/ListEngineVersionsCommand.js +2 -2
  31. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/StartApplicationCommand.js +2 -2
  34. package/dist-es/commands/StartBatchJobCommand.js +2 -2
  35. package/dist-es/commands/StopApplicationCommand.js +2 -2
  36. package/dist-es/commands/TagResourceCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  39. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
  40. package/dist-es/index.js +1 -0
  41. package/dist-es/runtimeConfig.shared.js +6 -1
  42. package/dist-es/schemas/schemas_0.js +323 -316
  43. package/dist-types/M2Client.d.ts +1 -10
  44. package/dist-types/index.d.ts +1 -0
  45. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  46. package/dist-types/runtimeConfig.d.ts +6 -2
  47. package/dist-types/runtimeConfig.native.d.ts +6 -2
  48. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  49. package/dist-types/schemas/schemas_0.d.ts +172 -199
  50. package/dist-types/ts3.4/M2Client.d.ts +0 -4
  51. package/dist-types/ts3.4/index.d.ts +1 -0
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +171 -199
  57. package/package.json +34 -34
@@ -365,12 +365,12 @@ const _vI = "vpcId";
365
365
  const _vS = "versionStatus";
366
366
  const n0 = "com.amazonaws.m2";
367
367
  import { TypeRegistry } from "@smithy/core/schema";
368
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ExecutionTimeoutException as __ExecutionTimeoutException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
369
- import { M2ServiceException as __M2ServiceException } from "../models/M2ServiceException";
370
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
371
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
372
- export var AlternateKey = [3, n0, _AK, 0, [_n, _o, _l, _aD], [0, 1, 1, 2]];
373
- export var ApplicationSummary = [
368
+ import { AccessDeniedException, ConflictException, ExecutionTimeoutException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException, } from "../models/errors";
369
+ import { M2ServiceException } from "../models/M2ServiceException";
370
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
371
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
372
+ export var AlternateKey$ = [3, n0, _AK, 0, [_n, _o, _l, _aD], [0, 1, 1, 2]];
373
+ export var ApplicationSummary$ = [
374
374
  3,
375
375
  n0,
376
376
  _AS,
@@ -378,16 +378,16 @@ export var ApplicationSummary = [
378
378
  [_n, _d, _aI, _aA, _aV, _s, _eT, _cT, _eI, _lST, _vS, _dS, _rA],
379
379
  [0, 0, 0, 0, 1, 0, 0, 4, 0, 4, 0, 0, 0],
380
380
  ];
381
- export var ApplicationVersionSummary = [3, n0, _AVS, 0, [_aV, _s, _sR, _cT], [1, 0, 0, 4]];
382
- export var BatchJobExecutionSummary = [
381
+ export var ApplicationVersionSummary$ = [3, n0, _AVS, 0, [_aV, _s, _sR, _cT], [1, 0, 0, 4]];
382
+ export var BatchJobExecutionSummary$ = [
383
383
  3,
384
384
  n0,
385
385
  _BJES,
386
386
  0,
387
387
  [_eIx, _aI, _jI, _jN, _jT, _s, _sT, _eTn, _rC, _bJI],
388
- [0, 0, 0, 0, 0, 0, 4, 4, 0, () => BatchJobIdentifier],
388
+ [0, 0, 0, 0, 0, 0, 4, 4, 0, () => BatchJobIdentifier$],
389
389
  ];
390
- export var CancelBatchJobExecutionRequest = [
390
+ export var CancelBatchJobExecutionRequest$ = [
391
391
  3,
392
392
  n0,
393
393
  _CBJER,
@@ -395,37 +395,37 @@ export var CancelBatchJobExecutionRequest = [
395
395
  [_aI, _eIx, _aSMA],
396
396
  [[0, 1], [0, 1], 0],
397
397
  ];
398
- export var CancelBatchJobExecutionResponse = [3, n0, _CBJERa, 0, [], []];
399
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
400
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
401
- export var CreateApplicationRequest = [
398
+ export var CancelBatchJobExecutionResponse$ = [3, n0, _CBJERa, 0, [], []];
399
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
400
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
401
+ export var CreateApplicationRequest$ = [
402
402
  3,
403
403
  n0,
404
404
  _CAR,
405
405
  0,
406
406
  [_n, _d, _eT, _de, _t, _cTl, _kKI, _rA],
407
- [0, 0, 0, () => Definition, 128 | 0, [0, 4], 0, 0],
407
+ [0, 0, 0, () => Definition$, 128 | 0, [0, 4], 0, 0],
408
408
  ];
409
- export var CreateApplicationResponse = [3, n0, _CARr, 0, [_aA, _aI, _aV], [0, 0, 1]];
410
- export var CreateDataSetExportTaskRequest = [
409
+ export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aA, _aI, _aV], [0, 0, 1]];
410
+ export var CreateDataSetExportTaskRequest$ = [
411
411
  3,
412
412
  n0,
413
413
  _CDSETR,
414
414
  0,
415
415
  [_aI, _eC, _cTl, _kKI],
416
- [[0, 1], () => DataSetExportConfig, [0, 4], 0],
416
+ [[0, 1], () => DataSetExportConfig$, [0, 4], 0],
417
417
  ];
418
- export var CreateDataSetExportTaskResponse = [3, n0, _CDSETRr, 0, [_tI], [0]];
419
- export var CreateDataSetImportTaskRequest = [
418
+ export var CreateDataSetExportTaskResponse$ = [3, n0, _CDSETRr, 0, [_tI], [0]];
419
+ export var CreateDataSetImportTaskRequest$ = [
420
420
  3,
421
421
  n0,
422
422
  _CDSITR,
423
423
  0,
424
424
  [_aI, _iC, _cTl],
425
- [[0, 1], () => DataSetImportConfig, [0, 4]],
425
+ [[0, 1], () => DataSetImportConfig$, [0, 4]],
426
426
  ];
427
- export var CreateDataSetImportTaskResponse = [3, n0, _CDSITRr, 0, [_tI], [0]];
428
- export var CreateDeploymentRequest = [
427
+ export var CreateDataSetImportTaskResponse$ = [3, n0, _CDSITRr, 0, [_tI], [0]];
428
+ export var CreateDeploymentRequest$ = [
429
429
  3,
430
430
  n0,
431
431
  _CDR,
@@ -433,8 +433,8 @@ export var CreateDeploymentRequest = [
433
433
  [_eI, _aI, _aV, _cTl],
434
434
  [0, [0, 1], 1, [0, 4]],
435
435
  ];
436
- export var CreateDeploymentResponse = [3, n0, _CDRr, 0, [_dI], [0]];
437
- export var CreateEnvironmentRequest = [
436
+ export var CreateDeploymentResponse$ = [3, n0, _CDRr, 0, [_dI], [0]];
437
+ export var CreateEnvironmentRequest$ = [
438
438
  3,
439
439
  n0,
440
440
  _CER,
@@ -450,7 +450,7 @@ export var CreateEnvironmentRequest = [
450
450
  64 | 0,
451
451
  [() => StorageConfigurationList, 0],
452
452
  2,
453
- () => HighAvailabilityConfig,
453
+ () => HighAvailabilityConfig$,
454
454
  128 | 0,
455
455
  0,
456
456
  0,
@@ -458,43 +458,43 @@ export var CreateEnvironmentRequest = [
458
458
  0,
459
459
  ],
460
460
  ];
461
- export var CreateEnvironmentResponse = [3, n0, _CERr, 0, [_eI], [0]];
462
- export var DataSet = [
461
+ export var CreateEnvironmentResponse$ = [3, n0, _CERr, 0, [_eI], [0]];
462
+ export var DataSet$ = [
463
463
  3,
464
464
  n0,
465
465
  _DS,
466
466
  0,
467
467
  [_sTt, _dN, _dO, _rP, _rL],
468
- [0, 0, () => DatasetOrgAttributes, 0, () => RecordLength],
468
+ [0, 0, () => DatasetOrgAttributes$, 0, () => RecordLength$],
469
469
  ];
470
- export var DataSetExportItem = [3, n0, _DSEI, 0, [_dN, _eL], [0, () => ExternalLocation]];
471
- export var DataSetExportSummary = [3, n0, _DSES, 0, [_to, _su, _f, _p, _iP], [1, 1, 1, 1, 1]];
472
- export var DataSetExportTask = [
470
+ export var DataSetExportItem$ = [3, n0, _DSEI, 0, [_dN, _eL], [0, () => ExternalLocation$]];
471
+ export var DataSetExportSummary$ = [3, n0, _DSES, 0, [_to, _su, _f, _p, _iP], [1, 1, 1, 1, 1]];
472
+ export var DataSetExportTask$ = [
473
473
  3,
474
474
  n0,
475
475
  _DSET,
476
476
  0,
477
477
  [_tI, _s, _sum, _sR],
478
- [0, 0, () => DataSetExportSummary, 0],
478
+ [0, 0, () => DataSetExportSummary$, 0],
479
479
  ];
480
- export var DataSetImportItem = [
480
+ export var DataSetImportItem$ = [
481
481
  3,
482
482
  n0,
483
483
  _DSII,
484
484
  0,
485
485
  [_dSa, _eL],
486
- [() => DataSet, () => ExternalLocation],
486
+ [() => DataSet$, () => ExternalLocation$],
487
487
  ];
488
- export var DataSetImportSummary = [3, n0, _DSIS, 0, [_to, _su, _f, _p, _iP], [1, 1, 1, 1, 1]];
489
- export var DataSetImportTask = [
488
+ export var DataSetImportSummary$ = [3, n0, _DSIS, 0, [_to, _su, _f, _p, _iP], [1, 1, 1, 1, 1]];
489
+ export var DataSetImportTask$ = [
490
490
  3,
491
491
  n0,
492
492
  _DSIT,
493
493
  0,
494
494
  [_tI, _s, _sum, _sR],
495
- [0, 0, () => DataSetImportSummary, 0],
495
+ [0, 0, () => DataSetImportSummary$, 0],
496
496
  ];
497
- export var DataSetSummary = [
497
+ export var DataSetSummary$ = [
498
498
  3,
499
499
  n0,
500
500
  _DSS,
@@ -502,7 +502,7 @@ export var DataSetSummary = [
502
502
  [_dSN, _dSO, _fo, _cT, _lUT, _lRT],
503
503
  [0, 0, 0, 4, 4, 4],
504
504
  ];
505
- export var DeleteApplicationFromEnvironmentRequest = [
505
+ export var DeleteApplicationFromEnvironmentRequest$ = [
506
506
  3,
507
507
  n0,
508
508
  _DAFER,
@@ -513,13 +513,13 @@ export var DeleteApplicationFromEnvironmentRequest = [
513
513
  [0, 1],
514
514
  ],
515
515
  ];
516
- export var DeleteApplicationFromEnvironmentResponse = [3, n0, _DAFERe, 0, [], []];
517
- export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
518
- export var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
519
- export var DeleteEnvironmentRequest = [3, n0, _DER, 0, [_eI], [[0, 1]]];
520
- export var DeleteEnvironmentResponse = [3, n0, _DERe, 0, [], []];
521
- export var DeployedVersionSummary = [3, n0, _DVS, 0, [_aV, _s, _sR], [1, 0, 0]];
522
- export var DeploymentSummary = [
516
+ export var DeleteApplicationFromEnvironmentResponse$ = [3, n0, _DAFERe, 0, [], []];
517
+ export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
518
+ export var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
519
+ export var DeleteEnvironmentRequest$ = [3, n0, _DER, 0, [_eI], [[0, 1]]];
520
+ export var DeleteEnvironmentResponse$ = [3, n0, _DERe, 0, [], []];
521
+ export var DeployedVersionSummary$ = [3, n0, _DVS, 0, [_aV, _s, _sR], [1, 0, 0]];
522
+ export var DeploymentSummary$ = [
523
523
  3,
524
524
  n0,
525
525
  _DSe,
@@ -527,7 +527,7 @@ export var DeploymentSummary = [
527
527
  [_dI, _aI, _eI, _aV, _s, _cT, _sR],
528
528
  [0, 0, 0, 1, 0, 4, 0],
529
529
  ];
530
- export var EfsStorageConfiguration = [
530
+ export var EfsStorageConfiguration$ = [
531
531
  3,
532
532
  n0,
533
533
  _ESC,
@@ -538,8 +538,8 @@ export var EfsStorageConfiguration = [
538
538
  [0, { [_jNs]: _mp }],
539
539
  ],
540
540
  ];
541
- export var EngineVersionsSummary = [3, n0, _EVS, 0, [_eT, _eV], [0, 0]];
542
- export var EnvironmentSummary = [
541
+ export var EngineVersionsSummary$ = [3, n0, _EVS, 0, [_eT, _eV], [0, 0]];
542
+ export var EnvironmentSummary$ = [
543
543
  3,
544
544
  n0,
545
545
  _ES,
@@ -547,11 +547,11 @@ export var EnvironmentSummary = [
547
547
  [_n, _eA, _eI, _iT, _s, _eT, _eV, _cT, _nT],
548
548
  [0, 0, 0, 0, 0, 0, 0, 4, 0],
549
549
  ];
550
- export var ExecutionTimeoutException = [-3, n0, _ETE, { [_e]: _se, [_hE]: 504 }, [_m], [0]];
551
- TypeRegistry.for(n0).registerError(ExecutionTimeoutException, __ExecutionTimeoutException);
552
- export var FileBatchJobDefinition = [3, n0, _FBJD, 0, [_fN, _fP], [0, 0]];
553
- export var FileBatchJobIdentifier = [3, n0, _FBJI, 0, [_fN, _fP], [0, 0]];
554
- export var FsxStorageConfiguration = [
550
+ export var ExecutionTimeoutException$ = [-3, n0, _ETE, { [_e]: _se, [_hE]: 504 }, [_m], [0]];
551
+ TypeRegistry.for(n0).registerError(ExecutionTimeoutException$, ExecutionTimeoutException);
552
+ export var FileBatchJobDefinition$ = [3, n0, _FBJD, 0, [_fN, _fP], [0, 0]];
553
+ export var FileBatchJobIdentifier$ = [3, n0, _FBJI, 0, [_fN, _fP], [0, 0]];
554
+ export var FsxStorageConfiguration$ = [
555
555
  3,
556
556
  n0,
557
557
  _FSC,
@@ -562,10 +562,10 @@ export var FsxStorageConfiguration = [
562
562
  [0, { [_jNs]: _mp }],
563
563
  ],
564
564
  ];
565
- export var GdgAttributes = [3, n0, _GA, 0, [_li, _rD], [1, 0]];
566
- export var GdgDetailAttributes = [3, n0, _GDA, 0, [_li, _rD], [1, 0]];
567
- export var GetApplicationRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
568
- export var GetApplicationResponse = [
565
+ export var GdgAttributes$ = [3, n0, _GA, 0, [_li, _rD], [1, 0]];
566
+ export var GdgDetailAttributes$ = [3, n0, _GDA, 0, [_li, _rD], [1, 0]];
567
+ export var GetApplicationRequest$ = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
568
+ export var GetApplicationResponse$ = [
569
569
  3,
570
570
  n0,
571
571
  _GARe,
@@ -577,8 +577,8 @@ export var GetApplicationResponse = [
577
577
  0,
578
578
  0,
579
579
  0,
580
- () => ApplicationVersionSummary,
581
- () => DeployedVersionSummary,
580
+ () => ApplicationVersionSummary$,
581
+ () => DeployedVersionSummary$,
582
582
  0,
583
583
  () => LogGroupSummaries,
584
584
  4,
@@ -594,7 +594,7 @@ export var GetApplicationResponse = [
594
594
  0,
595
595
  ],
596
596
  ];
597
- export var GetApplicationVersionRequest = [
597
+ export var GetApplicationVersionRequest$ = [
598
598
  3,
599
599
  n0,
600
600
  _GAVR,
@@ -605,7 +605,7 @@ export var GetApplicationVersionRequest = [
605
605
  [1, 1],
606
606
  ],
607
607
  ];
608
- export var GetApplicationVersionResponse = [
608
+ export var GetApplicationVersionResponse$ = [
609
609
  3,
610
610
  n0,
611
611
  _GAVRe,
@@ -613,7 +613,7 @@ export var GetApplicationVersionResponse = [
613
613
  [_n, _aV, _d, _dC, _s, _cT, _sR],
614
614
  [0, 1, 0, 0, 0, 4, 0],
615
615
  ];
616
- export var GetBatchJobExecutionRequest = [
616
+ export var GetBatchJobExecutionRequest$ = [
617
617
  3,
618
618
  n0,
619
619
  _GBJER,
@@ -624,15 +624,15 @@ export var GetBatchJobExecutionRequest = [
624
624
  [0, 1],
625
625
  ],
626
626
  ];
627
- export var GetBatchJobExecutionResponse = [
627
+ export var GetBatchJobExecutionResponse$ = [
628
628
  3,
629
629
  n0,
630
630
  _GBJERe,
631
631
  0,
632
632
  [_eIx, _aI, _jI, _jN, _jU, _jT, _s, _sT, _eTn, _sR, _rC, _bJI, _jSRM],
633
- [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => BatchJobIdentifier, () => JobStepRestartMarker],
633
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => BatchJobIdentifier$, () => JobStepRestartMarker$],
634
634
  ];
635
- export var GetDataSetDetailsRequest = [
635
+ export var GetDataSetDetailsRequest$ = [
636
636
  3,
637
637
  n0,
638
638
  _GDSDR,
@@ -643,15 +643,15 @@ export var GetDataSetDetailsRequest = [
643
643
  [0, 1],
644
644
  ],
645
645
  ];
646
- export var GetDataSetDetailsResponse = [
646
+ export var GetDataSetDetailsResponse$ = [
647
647
  3,
648
648
  n0,
649
649
  _GDSDRe,
650
650
  0,
651
651
  [_dSN, _dSO, _rL, _lo, _b, _cT, _lUT, _lRT, _fS],
652
- [0, () => DatasetDetailOrgAttributes, 1, 0, 1, 4, 4, 4, 1],
652
+ [0, () => DatasetDetailOrgAttributes$, 1, 0, 1, 4, 4, 4, 1],
653
653
  ];
654
- export var GetDataSetExportTaskRequest = [
654
+ export var GetDataSetExportTaskRequest$ = [
655
655
  3,
656
656
  n0,
657
657
  _GDSETR,
@@ -662,15 +662,15 @@ export var GetDataSetExportTaskRequest = [
662
662
  [0, 1],
663
663
  ],
664
664
  ];
665
- export var GetDataSetExportTaskResponse = [
665
+ export var GetDataSetExportTaskResponse$ = [
666
666
  3,
667
667
  n0,
668
668
  _GDSETRe,
669
669
  0,
670
670
  [_tI, _s, _sum, _sR, _kKA],
671
- [0, 0, () => DataSetExportSummary, 0, 0],
671
+ [0, 0, () => DataSetExportSummary$, 0, 0],
672
672
  ];
673
- export var GetDataSetImportTaskRequest = [
673
+ export var GetDataSetImportTaskRequest$ = [
674
674
  3,
675
675
  n0,
676
676
  _GDSITR,
@@ -681,15 +681,15 @@ export var GetDataSetImportTaskRequest = [
681
681
  [0, 1],
682
682
  ],
683
683
  ];
684
- export var GetDataSetImportTaskResponse = [
684
+ export var GetDataSetImportTaskResponse$ = [
685
685
  3,
686
686
  n0,
687
687
  _GDSITRe,
688
688
  0,
689
689
  [_tI, _s, _sum],
690
- [0, 0, () => DataSetImportSummary],
690
+ [0, 0, () => DataSetImportSummary$],
691
691
  ];
692
- export var GetDeploymentRequest = [
692
+ export var GetDeploymentRequest$ = [
693
693
  3,
694
694
  n0,
695
695
  _GDR,
@@ -700,7 +700,7 @@ export var GetDeploymentRequest = [
700
700
  [0, 1],
701
701
  ],
702
702
  ];
703
- export var GetDeploymentResponse = [
703
+ export var GetDeploymentResponse$ = [
704
704
  3,
705
705
  n0,
706
706
  _GDRe,
@@ -708,8 +708,8 @@ export var GetDeploymentResponse = [
708
708
  [_dI, _aI, _eI, _aV, _s, _cT, _sR],
709
709
  [0, 0, 0, 1, 0, 4, 0],
710
710
  ];
711
- export var GetEnvironmentRequest = [3, n0, _GER, 0, [_eI], [[0, 1]]];
712
- export var GetEnvironmentResponse = [
711
+ export var GetEnvironmentRequest$ = [3, n0, _GER, 0, [_eI], [[0, 1]]];
712
+ export var GetEnvironmentResponse$ = [
713
713
  3,
714
714
  n0,
715
715
  _GERe,
@@ -730,20 +730,20 @@ export var GetEnvironmentResponse = [
730
730
  4,
731
731
  [() => StorageConfigurationList, 0],
732
732
  128 | 0,
733
- () => HighAvailabilityConfig,
733
+ () => HighAvailabilityConfig$,
734
734
  2,
735
735
  1,
736
736
  0,
737
737
  0,
738
738
  0,
739
- () => PendingMaintenance,
739
+ () => PendingMaintenance$,
740
740
  0,
741
741
  0,
742
742
  ],
743
743
  ];
744
- export var GetSignedBluinsightsUrlResponse = [3, n0, _GSBUR, 0, [_sBU], [0]];
745
- export var HighAvailabilityConfig = [3, n0, _HAC, 0, [_dCe], [1]];
746
- export var InternalServerException = [
744
+ export var GetSignedBluinsightsUrlResponse$ = [3, n0, _GSBUR, 0, [_sBU], [0]];
745
+ export var HighAvailabilityConfig$ = [3, n0, _HAC, 0, [_dCe], [1]];
746
+ export var InternalServerException$ = [
747
747
  -3,
748
748
  n0,
749
749
  _ISE,
@@ -751,8 +751,8 @@ export var InternalServerException = [
751
751
  [_m, _rAS],
752
752
  [0, [1, { [_hH]: _RA }]],
753
753
  ];
754
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
755
- export var JobStep = [
754
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
755
+ export var JobStep$ = [
756
756
  3,
757
757
  n0,
758
758
  _JS,
@@ -760,7 +760,7 @@ export var JobStep = [
760
760
  [_sN, _sNt, _pSN, _pSNr, _sCC, _sRt, _sCt, _sCS, _sCT],
761
761
  [1, 0, 1, 0, 0, 2, 1, 0, 4],
762
762
  ];
763
- export var JobStepRestartMarker = [
763
+ export var JobStepRestartMarker$ = [
764
764
  3,
765
765
  n0,
766
766
  _JSRM,
@@ -768,7 +768,7 @@ export var JobStepRestartMarker = [
768
768
  [_fSr, _fPS, _tS, _tPS, _sCt, _sk],
769
769
  [0, 0, 0, 0, 1, 2],
770
770
  ];
771
- export var ListApplicationsRequest = [
771
+ export var ListApplicationsRequest$ = [
772
772
  3,
773
773
  n0,
774
774
  _LAR,
@@ -781,7 +781,7 @@ export var ListApplicationsRequest = [
781
781
  [0, { [_hQ]: _eI }],
782
782
  ],
783
783
  ];
784
- export var ListApplicationsResponse = [
784
+ export var ListApplicationsResponse$ = [
785
785
  3,
786
786
  n0,
787
787
  _LARi,
@@ -789,7 +789,7 @@ export var ListApplicationsResponse = [
789
789
  [_a, _nTe],
790
790
  [() => ApplicationSummaryList, 0],
791
791
  ];
792
- export var ListApplicationVersionsRequest = [
792
+ export var ListApplicationVersionsRequest$ = [
793
793
  3,
794
794
  n0,
795
795
  _LAVR,
@@ -801,7 +801,7 @@ export var ListApplicationVersionsRequest = [
801
801
  [0, 1],
802
802
  ],
803
803
  ];
804
- export var ListApplicationVersionsResponse = [
804
+ export var ListApplicationVersionsResponse$ = [
805
805
  3,
806
806
  n0,
807
807
  _LAVRi,
@@ -809,7 +809,7 @@ export var ListApplicationVersionsResponse = [
809
809
  [_aVp, _nTe],
810
810
  [() => ApplicationVersionSummaryList, 0],
811
811
  ];
812
- export var ListBatchJobDefinitionsRequest = [
812
+ export var ListBatchJobDefinitionsRequest$ = [
813
813
  3,
814
814
  n0,
815
815
  _LBJDR,
@@ -822,7 +822,7 @@ export var ListBatchJobDefinitionsRequest = [
822
822
  [0, { [_hQ]: _pr }],
823
823
  ],
824
824
  ];
825
- export var ListBatchJobDefinitionsResponse = [
825
+ export var ListBatchJobDefinitionsResponse$ = [
826
826
  3,
827
827
  n0,
828
828
  _LBJDRi,
@@ -830,7 +830,7 @@ export var ListBatchJobDefinitionsResponse = [
830
830
  [_bJD, _nTe],
831
831
  [() => BatchJobDefinitions, 0],
832
832
  ];
833
- export var ListBatchJobExecutionsRequest = [
833
+ export var ListBatchJobExecutionsRequest$ = [
834
834
  3,
835
835
  n0,
836
836
  _LBJER,
@@ -847,7 +847,7 @@ export var ListBatchJobExecutionsRequest = [
847
847
  [4, { [_hQ]: _sB }],
848
848
  ],
849
849
  ];
850
- export var ListBatchJobExecutionsResponse = [
850
+ export var ListBatchJobExecutionsResponse$ = [
851
851
  3,
852
852
  n0,
853
853
  _LBJERi,
@@ -855,7 +855,7 @@ export var ListBatchJobExecutionsResponse = [
855
855
  [_bJE, _nTe],
856
856
  [() => BatchJobExecutionSummaryList, 0],
857
857
  ];
858
- export var ListBatchJobRestartPointsRequest = [
858
+ export var ListBatchJobRestartPointsRequest$ = [
859
859
  3,
860
860
  n0,
861
861
  _LBJRPR,
@@ -867,7 +867,7 @@ export var ListBatchJobRestartPointsRequest = [
867
867
  [0, { [_hQ]: _aSMA }],
868
868
  ],
869
869
  ];
870
- export var ListBatchJobRestartPointsResponse = [
870
+ export var ListBatchJobRestartPointsResponse$ = [
871
871
  3,
872
872
  n0,
873
873
  _LBJRPRi,
@@ -875,7 +875,7 @@ export var ListBatchJobRestartPointsResponse = [
875
875
  [_bJS],
876
876
  [() => BatchJobStepList],
877
877
  ];
878
- export var ListDataSetExportHistoryRequest = [
878
+ export var ListDataSetExportHistoryRequest$ = [
879
879
  3,
880
880
  n0,
881
881
  _LDSEHR,
@@ -887,7 +887,7 @@ export var ListDataSetExportHistoryRequest = [
887
887
  [0, 1],
888
888
  ],
889
889
  ];
890
- export var ListDataSetExportHistoryResponse = [
890
+ export var ListDataSetExportHistoryResponse$ = [
891
891
  3,
892
892
  n0,
893
893
  _LDSEHRi,
@@ -895,7 +895,7 @@ export var ListDataSetExportHistoryResponse = [
895
895
  [_dSET, _nTe],
896
896
  [() => DataSetExportTaskList, 0],
897
897
  ];
898
- export var ListDataSetImportHistoryRequest = [
898
+ export var ListDataSetImportHistoryRequest$ = [
899
899
  3,
900
900
  n0,
901
901
  _LDSIHR,
@@ -907,7 +907,7 @@ export var ListDataSetImportHistoryRequest = [
907
907
  [0, 1],
908
908
  ],
909
909
  ];
910
- export var ListDataSetImportHistoryResponse = [
910
+ export var ListDataSetImportHistoryResponse$ = [
911
911
  3,
912
912
  n0,
913
913
  _LDSIHRi,
@@ -915,7 +915,7 @@ export var ListDataSetImportHistoryResponse = [
915
915
  [_dSIT, _nTe],
916
916
  [() => DataSetImportTaskList, 0],
917
917
  ];
918
- export var ListDataSetsRequest = [
918
+ export var ListDataSetsRequest$ = [
919
919
  3,
920
920
  n0,
921
921
  _LDSR,
@@ -929,7 +929,7 @@ export var ListDataSetsRequest = [
929
929
  [0, { [_hQ]: _nF }],
930
930
  ],
931
931
  ];
932
- export var ListDataSetsResponse = [
932
+ export var ListDataSetsResponse$ = [
933
933
  3,
934
934
  n0,
935
935
  _LDSRi,
@@ -937,7 +937,7 @@ export var ListDataSetsResponse = [
937
937
  [_dSat, _nTe],
938
938
  [() => DataSetsSummaryList, 0],
939
939
  ];
940
- export var ListDeploymentsRequest = [
940
+ export var ListDeploymentsRequest$ = [
941
941
  3,
942
942
  n0,
943
943
  _LDR,
@@ -949,8 +949,8 @@ export var ListDeploymentsRequest = [
949
949
  [0, 1],
950
950
  ],
951
951
  ];
952
- export var ListDeploymentsResponse = [3, n0, _LDRi, 0, [_dep, _nTe], [() => DeploymentList, 0]];
953
- export var ListEngineVersionsRequest = [
952
+ export var ListDeploymentsResponse$ = [3, n0, _LDRi, 0, [_dep, _nTe], [() => DeploymentList, 0]];
953
+ export var ListEngineVersionsRequest$ = [
954
954
  3,
955
955
  n0,
956
956
  _LEVR,
@@ -962,7 +962,7 @@ export var ListEngineVersionsRequest = [
962
962
  [1, { [_hQ]: _mR }],
963
963
  ],
964
964
  ];
965
- export var ListEngineVersionsResponse = [
965
+ export var ListEngineVersionsResponse$ = [
966
966
  3,
967
967
  n0,
968
968
  _LEVRi,
@@ -970,7 +970,7 @@ export var ListEngineVersionsResponse = [
970
970
  [_eVn, _nTe],
971
971
  [() => EngineVersionsSummaryList, 0],
972
972
  ];
973
- export var ListEnvironmentsRequest = [
973
+ export var ListEnvironmentsRequest$ = [
974
974
  3,
975
975
  n0,
976
976
  _LER,
@@ -983,7 +983,7 @@ export var ListEnvironmentsRequest = [
983
983
  [0, { [_hQ]: _eT }],
984
984
  ],
985
985
  ];
986
- export var ListEnvironmentsResponse = [
986
+ export var ListEnvironmentsResponse$ = [
987
987
  3,
988
988
  n0,
989
989
  _LERi,
@@ -991,18 +991,18 @@ export var ListEnvironmentsResponse = [
991
991
  [_en, _nTe],
992
992
  [() => EnvironmentSummaryList, 0],
993
993
  ];
994
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
995
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
996
- export var LogGroupSummary = [3, n0, _LGS, 0, [_lT, _lGN], [0, 0]];
997
- export var MaintenanceSchedule = [3, n0, _MS, 0, [_sT, _eTn], [4, 4]];
998
- export var PendingMaintenance = [3, n0, _PM, 0, [_sc, _eV], [() => MaintenanceSchedule, 0]];
999
- export var PoAttributes = [3, n0, _PA, 0, [_fo, _enc, _mFE], [0, 0, 64 | 0]];
1000
- export var PoDetailAttributes = [3, n0, _PDA, 0, [_fo, _enc], [0, 0]];
1001
- export var PrimaryKey = [3, n0, _PK, 0, [_n, _o, _l], [0, 1, 1]];
1002
- export var PsAttributes = [3, n0, _PAs, 0, [_fo, _enc], [0, 0]];
1003
- export var PsDetailAttributes = [3, n0, _PDAs, 0, [_fo, _enc], [0, 0]];
1004
- export var RecordLength = [3, n0, _RL, 0, [_mi, _ma], [1, 1]];
1005
- export var ResourceNotFoundException = [
994
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
995
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
996
+ export var LogGroupSummary$ = [3, n0, _LGS, 0, [_lT, _lGN], [0, 0]];
997
+ export var MaintenanceSchedule$ = [3, n0, _MS, 0, [_sT, _eTn], [4, 4]];
998
+ export var PendingMaintenance$ = [3, n0, _PM, 0, [_sc, _eV], [() => MaintenanceSchedule$, 0]];
999
+ export var PoAttributes$ = [3, n0, _PA, 0, [_fo, _enc, _mFE], [0, 0, 64 | 0]];
1000
+ export var PoDetailAttributes$ = [3, n0, _PDA, 0, [_fo, _enc], [0, 0]];
1001
+ export var PrimaryKey$ = [3, n0, _PK, 0, [_n, _o, _l], [0, 1, 1]];
1002
+ export var PsAttributes$ = [3, n0, _PAs, 0, [_fo, _enc], [0, 0]];
1003
+ export var PsDetailAttributes$ = [3, n0, _PDAs, 0, [_fo, _enc], [0, 0]];
1004
+ export var RecordLength$ = [3, n0, _RL, 0, [_mi, _ma], [1, 1]];
1005
+ export var ResourceNotFoundException$ = [
1006
1006
  -3,
1007
1007
  n0,
1008
1008
  _RNFE,
@@ -1010,19 +1010,26 @@ export var ResourceNotFoundException = [
1010
1010
  [_m, _rI, _rT],
1011
1011
  [0, 0, 0],
1012
1012
  ];
1013
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1014
- export var RestartBatchJobIdentifier = [
1013
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1014
+ export var RestartBatchJobIdentifier$ = [
1015
1015
  3,
1016
1016
  n0,
1017
1017
  _RBJI,
1018
1018
  0,
1019
1019
  [_eIx, _jSRM],
1020
- [0, () => JobStepRestartMarker],
1020
+ [0, () => JobStepRestartMarker$],
1021
1021
  ];
1022
- export var S3BatchJobIdentifier = [3, n0, _SBJI, 0, [_bu, _kP, _i], [0, 0, () => JobIdentifier]];
1023
- export var ScriptBatchJobDefinition = [3, n0, _SBJD, 0, [_sNc], [0]];
1024
- export var ScriptBatchJobIdentifier = [3, n0, _SBJIc, 0, [_sNc], [0]];
1025
- export var ServiceQuotaExceededException = [
1022
+ export var S3BatchJobIdentifier$ = [
1023
+ 3,
1024
+ n0,
1025
+ _SBJI,
1026
+ 0,
1027
+ [_bu, _kP, _i],
1028
+ [0, 0, () => JobIdentifier$],
1029
+ ];
1030
+ export var ScriptBatchJobDefinition$ = [3, n0, _SBJD, 0, [_sNc], [0]];
1031
+ export var ScriptBatchJobIdentifier$ = [3, n0, _SBJIc, 0, [_sNc], [0]];
1032
+ export var ServiceQuotaExceededException$ = [
1026
1033
  -3,
1027
1034
  n0,
1028
1035
  _SQEE,
@@ -1030,25 +1037,25 @@ export var ServiceQuotaExceededException = [
1030
1037
  [_m, _rI, _rT, _sCe, _qC],
1031
1038
  [0, 0, 0, 0, 0],
1032
1039
  ];
1033
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1034
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
1035
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
1036
- export var StartApplicationRequest = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
1037
- export var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
1038
- export var StartBatchJobRequest = [
1040
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1041
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
1042
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1043
+ export var StartApplicationRequest$ = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
1044
+ export var StartApplicationResponse$ = [3, n0, _SARt, 0, [], []];
1045
+ export var StartBatchJobRequest$ = [
1039
1046
  3,
1040
1047
  n0,
1041
1048
  _SBJR,
1042
1049
  0,
1043
1050
  [_aI, _bJI, _jP, _aSMA],
1044
- [[0, 1], () => BatchJobIdentifier, 128 | 0, 0],
1045
- ];
1046
- export var StartBatchJobResponse = [3, n0, _SBJRt, 0, [_eIx], [0]];
1047
- export var StopApplicationRequest = [3, n0, _SARto, 0, [_aI, _fSo], [[0, 1], 2]];
1048
- export var StopApplicationResponse = [3, n0, _SARtop, 0, [], []];
1049
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
1050
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1051
- export var ThrottlingException = [
1051
+ [[0, 1], () => BatchJobIdentifier$, 128 | 0, 0],
1052
+ ];
1053
+ export var StartBatchJobResponse$ = [3, n0, _SBJRt, 0, [_eIx], [0]];
1054
+ export var StopApplicationRequest$ = [3, n0, _SARto, 0, [_aI, _fSo], [[0, 1], 2]];
1055
+ export var StopApplicationResponse$ = [3, n0, _SARtop, 0, [], []];
1056
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
1057
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1058
+ export var ThrottlingException$ = [
1052
1059
  -3,
1053
1060
  n0,
1054
1061
  _TE,
@@ -1056,8 +1063,8 @@ export var ThrottlingException = [
1056
1063
  [_m, _sCe, _qC, _rAS],
1057
1064
  [0, 0, 0, [1, { [_hH]: _RA }]],
1058
1065
  ];
1059
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1060
- export var UntagResourceRequest = [
1066
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1067
+ export var UntagResourceRequest$ = [
1061
1068
  3,
1062
1069
  n0,
1063
1070
  _URR,
@@ -1068,17 +1075,17 @@ export var UntagResourceRequest = [
1068
1075
  [64 | 0, { [_hQ]: _tK }],
1069
1076
  ],
1070
1077
  ];
1071
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1072
- export var UpdateApplicationRequest = [
1078
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1079
+ export var UpdateApplicationRequest$ = [
1073
1080
  3,
1074
1081
  n0,
1075
1082
  _UAR,
1076
1083
  0,
1077
1084
  [_aI, _d, _cAV, _de],
1078
- [[0, 1], 0, 1, () => Definition],
1085
+ [[0, 1], 0, 1, () => Definition$],
1079
1086
  ];
1080
- export var UpdateApplicationResponse = [3, n0, _UARp, 0, [_aV], [1]];
1081
- export var UpdateEnvironmentRequest = [
1087
+ export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_aV], [1]];
1088
+ export var UpdateEnvironmentRequest$ = [
1082
1089
  3,
1083
1090
  n0,
1084
1091
  _UER,
@@ -1086,8 +1093,8 @@ export var UpdateEnvironmentRequest = [
1086
1093
  [_eI, _dCe, _iT, _eV, _pMW, _aDMW, _fU],
1087
1094
  [[0, 1], 1, 0, 0, 0, 2, 2],
1088
1095
  ];
1089
- export var UpdateEnvironmentResponse = [3, n0, _UERp, 0, [_eI], [0]];
1090
- export var ValidationException = [
1096
+ export var UpdateEnvironmentResponse$ = [3, n0, _UERp, 0, [_eI], [0]];
1097
+ export var ValidationException$ = [
1091
1098
  -3,
1092
1099
  n0,
1093
1100
  _VE,
@@ -1095,399 +1102,399 @@ export var ValidationException = [
1095
1102
  [_m, _r, _fL],
1096
1103
  [0, 0, () => ValidationExceptionFieldList],
1097
1104
  ];
1098
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1099
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1100
- export var VsamAttributes = [
1105
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1106
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1107
+ export var VsamAttributes$ = [
1101
1108
  3,
1102
1109
  n0,
1103
1110
  _VA,
1104
1111
  0,
1105
1112
  [_fo, _enc, _co, _pK, _aK],
1106
- [0, 0, 2, () => PrimaryKey, () => AlternateKeyList],
1113
+ [0, 0, 2, () => PrimaryKey$, () => AlternateKeyList],
1107
1114
  ];
1108
- export var VsamDetailAttributes = [
1115
+ export var VsamDetailAttributes$ = [
1109
1116
  3,
1110
1117
  n0,
1111
1118
  _VDA,
1112
1119
  0,
1113
1120
  [_enc, _rF, _co, _cAS, _pK, _aK],
1114
- [0, 0, 2, 2, () => PrimaryKey, () => AlternateKeyList],
1115
- ];
1116
- export var __Unit = "unit";
1117
- export var M2ServiceException = [-3, _sm, "M2ServiceException", 0, [], []];
1118
- TypeRegistry.for(_sm).registerError(M2ServiceException, __M2ServiceException);
1119
- export var AlternateKeyList = [1, n0, _AKL, 0, () => AlternateKey];
1120
- export var ApplicationSummaryList = [1, n0, _ASL, 0, () => ApplicationSummary];
1121
- export var ApplicationVersionSummaryList = [1, n0, _AVSL, 0, () => ApplicationVersionSummary];
1122
- export var ArnList = 64 | 0;
1123
- export var BatchJobDefinitions = [1, n0, _BJD, 0, () => BatchJobDefinition];
1124
- export var BatchJobExecutionSummaryList = [1, n0, _BJESL, 0, () => BatchJobExecutionSummary];
1125
- export var BatchJobStepList = [1, n0, _BJSL, 0, () => JobStep];
1126
- export var DataSetExportList = [1, n0, _DSEL, 0, () => DataSetExportItem];
1127
- export var DataSetExportTaskList = [1, n0, _DSETL, 0, () => DataSetExportTask];
1128
- export var DataSetImportList = [1, n0, _DSIL, 0, () => DataSetImportItem];
1129
- export var DataSetImportTaskList = [1, n0, _DSITL, 0, () => DataSetImportTask];
1130
- export var DataSetsSummaryList = [1, n0, _DSSL, 0, () => DataSetSummary];
1131
- export var DeploymentList = [1, n0, _DL, 0, () => DeploymentSummary];
1132
- export var EngineVersionsSummaryList = [1, n0, _EVSL, 0, () => EngineVersionsSummary];
1133
- export var EntityNameList = 64 | 0;
1134
- export var EnvironmentSummaryList = [1, n0, _ESL, 0, () => EnvironmentSummary];
1135
- export var IdentifierList = 64 | 0;
1136
- export var LogGroupSummaries = [1, n0, _LGSo, 0, () => LogGroupSummary];
1137
- export var PortList = 64 | 1;
1138
- export var StorageConfigurationList = [1, n0, _SCL, 0, [() => StorageConfiguration, 0]];
1139
- export var String20List = 64 | 0;
1140
- export var String50List = 64 | 0;
1141
- export var TagKeyList = 64 | 0;
1142
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1143
- export var BatchJobParametersMap = 128 | 0;
1144
- export var TagMap = 128 | 0;
1145
- export var BatchJobDefinition = [
1121
+ [0, 0, 2, 2, () => PrimaryKey$, () => AlternateKeyList],
1122
+ ];
1123
+ var __Unit = "unit";
1124
+ export var M2ServiceException$ = [-3, _sm, "M2ServiceException", 0, [], []];
1125
+ TypeRegistry.for(_sm).registerError(M2ServiceException$, M2ServiceException);
1126
+ var AlternateKeyList = [1, n0, _AKL, 0, () => AlternateKey$];
1127
+ var ApplicationSummaryList = [1, n0, _ASL, 0, () => ApplicationSummary$];
1128
+ var ApplicationVersionSummaryList = [1, n0, _AVSL, 0, () => ApplicationVersionSummary$];
1129
+ var ArnList = 64 | 0;
1130
+ var BatchJobDefinitions = [1, n0, _BJD, 0, () => BatchJobDefinition$];
1131
+ var BatchJobExecutionSummaryList = [1, n0, _BJESL, 0, () => BatchJobExecutionSummary$];
1132
+ var BatchJobStepList = [1, n0, _BJSL, 0, () => JobStep$];
1133
+ var DataSetExportList = [1, n0, _DSEL, 0, () => DataSetExportItem$];
1134
+ var DataSetExportTaskList = [1, n0, _DSETL, 0, () => DataSetExportTask$];
1135
+ var DataSetImportList = [1, n0, _DSIL, 0, () => DataSetImportItem$];
1136
+ var DataSetImportTaskList = [1, n0, _DSITL, 0, () => DataSetImportTask$];
1137
+ var DataSetsSummaryList = [1, n0, _DSSL, 0, () => DataSetSummary$];
1138
+ var DeploymentList = [1, n0, _DL, 0, () => DeploymentSummary$];
1139
+ var EngineVersionsSummaryList = [1, n0, _EVSL, 0, () => EngineVersionsSummary$];
1140
+ var EntityNameList = 64 | 0;
1141
+ var EnvironmentSummaryList = [1, n0, _ESL, 0, () => EnvironmentSummary$];
1142
+ var IdentifierList = 64 | 0;
1143
+ var LogGroupSummaries = [1, n0, _LGSo, 0, () => LogGroupSummary$];
1144
+ var PortList = 64 | 1;
1145
+ var StorageConfigurationList = [1, n0, _SCL, 0, [() => StorageConfiguration$, 0]];
1146
+ var String20List = 64 | 0;
1147
+ var String50List = 64 | 0;
1148
+ var TagKeyList = 64 | 0;
1149
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
1150
+ var BatchJobParametersMap = 128 | 0;
1151
+ var TagMap = 128 | 0;
1152
+ export var BatchJobDefinition$ = [
1146
1153
  3,
1147
1154
  n0,
1148
1155
  _BJDa,
1149
1156
  0,
1150
1157
  [_fBJD, _sBJD],
1151
- [() => FileBatchJobDefinition, () => ScriptBatchJobDefinition],
1158
+ [() => FileBatchJobDefinition$, () => ScriptBatchJobDefinition$],
1152
1159
  ];
1153
- export var BatchJobIdentifier = [
1160
+ export var BatchJobIdentifier$ = [
1154
1161
  3,
1155
1162
  n0,
1156
1163
  _BJI,
1157
1164
  0,
1158
1165
  [_fBJI, _sBJI, _sBJIa, _rBJI],
1159
1166
  [
1160
- () => FileBatchJobIdentifier,
1161
- () => ScriptBatchJobIdentifier,
1162
- () => S3BatchJobIdentifier,
1163
- () => RestartBatchJobIdentifier,
1167
+ () => FileBatchJobIdentifier$,
1168
+ () => ScriptBatchJobIdentifier$,
1169
+ () => S3BatchJobIdentifier$,
1170
+ () => RestartBatchJobIdentifier$,
1164
1171
  ],
1165
1172
  ];
1166
- export var DatasetDetailOrgAttributes = [
1173
+ export var DatasetDetailOrgAttributes$ = [
1167
1174
  3,
1168
1175
  n0,
1169
1176
  _DDOA,
1170
1177
  0,
1171
1178
  [_v, _g, _po, _ps],
1172
- [() => VsamDetailAttributes, () => GdgDetailAttributes, () => PoDetailAttributes, () => PsDetailAttributes],
1179
+ [() => VsamDetailAttributes$, () => GdgDetailAttributes$, () => PoDetailAttributes$, () => PsDetailAttributes$],
1173
1180
  ];
1174
- export var DataSetExportConfig = [3, n0, _DSEC, 0, [_sL, _dSat], [0, () => DataSetExportList]];
1175
- export var DataSetImportConfig = [3, n0, _DSIC, 0, [_sL, _dSat], [0, () => DataSetImportList]];
1176
- export var DatasetOrgAttributes = [
1181
+ export var DataSetExportConfig$ = [3, n0, _DSEC, 0, [_sL, _dSat], [0, () => DataSetExportList]];
1182
+ export var DataSetImportConfig$ = [3, n0, _DSIC, 0, [_sL, _dSat], [0, () => DataSetImportList]];
1183
+ export var DatasetOrgAttributes$ = [
1177
1184
  3,
1178
1185
  n0,
1179
1186
  _DOA,
1180
1187
  0,
1181
1188
  [_v, _g, _po, _ps],
1182
- [() => VsamAttributes, () => GdgAttributes, () => PoAttributes, () => PsAttributes],
1189
+ [() => VsamAttributes$, () => GdgAttributes$, () => PoAttributes$, () => PsAttributes$],
1183
1190
  ];
1184
- export var Definition = [3, n0, _D, 0, [_sL, _con], [0, 0]];
1185
- export var ExternalLocation = [3, n0, _EL, 0, [_sL], [0]];
1186
- export var JobIdentifier = [3, n0, _JI, 0, [_fN, _sNc], [0, 0]];
1187
- export var StorageConfiguration = [
1191
+ export var Definition$ = [3, n0, _D, 0, [_sL, _con], [0, 0]];
1192
+ export var ExternalLocation$ = [3, n0, _EL, 0, [_sL], [0]];
1193
+ export var JobIdentifier$ = [3, n0, _JI, 0, [_fN, _sNc], [0, 0]];
1194
+ export var StorageConfiguration$ = [
1188
1195
  3,
1189
1196
  n0,
1190
1197
  _SC,
1191
1198
  0,
1192
1199
  [_ef, _fs],
1193
1200
  [
1194
- [() => EfsStorageConfiguration, 0],
1195
- [() => FsxStorageConfiguration, 0],
1201
+ [() => EfsStorageConfiguration$, 0],
1202
+ [() => FsxStorageConfiguration$, 0],
1196
1203
  ],
1197
1204
  ];
1198
- export var CancelBatchJobExecution = [
1205
+ export var CancelBatchJobExecution$ = [
1199
1206
  9,
1200
1207
  n0,
1201
1208
  _CBJE,
1202
1209
  { [_h]: ["POST", "/applications/{applicationId}/batch-job-executions/{executionId}/cancel", 200] },
1203
- () => CancelBatchJobExecutionRequest,
1204
- () => CancelBatchJobExecutionResponse,
1210
+ () => CancelBatchJobExecutionRequest$,
1211
+ () => CancelBatchJobExecutionResponse$,
1205
1212
  ];
1206
- export var CreateApplication = [
1213
+ export var CreateApplication$ = [
1207
1214
  9,
1208
1215
  n0,
1209
1216
  _CA,
1210
1217
  { [_h]: ["POST", "/applications", 200] },
1211
- () => CreateApplicationRequest,
1212
- () => CreateApplicationResponse,
1218
+ () => CreateApplicationRequest$,
1219
+ () => CreateApplicationResponse$,
1213
1220
  ];
1214
- export var CreateDataSetExportTask = [
1221
+ export var CreateDataSetExportTask$ = [
1215
1222
  9,
1216
1223
  n0,
1217
1224
  _CDSET,
1218
1225
  { [_h]: ["POST", "/applications/{applicationId}/dataset-export-task", 200] },
1219
- () => CreateDataSetExportTaskRequest,
1220
- () => CreateDataSetExportTaskResponse,
1226
+ () => CreateDataSetExportTaskRequest$,
1227
+ () => CreateDataSetExportTaskResponse$,
1221
1228
  ];
1222
- export var CreateDataSetImportTask = [
1229
+ export var CreateDataSetImportTask$ = [
1223
1230
  9,
1224
1231
  n0,
1225
1232
  _CDSIT,
1226
1233
  { [_h]: ["POST", "/applications/{applicationId}/dataset-import-task", 200] },
1227
- () => CreateDataSetImportTaskRequest,
1228
- () => CreateDataSetImportTaskResponse,
1234
+ () => CreateDataSetImportTaskRequest$,
1235
+ () => CreateDataSetImportTaskResponse$,
1229
1236
  ];
1230
- export var CreateDeployment = [
1237
+ export var CreateDeployment$ = [
1231
1238
  9,
1232
1239
  n0,
1233
1240
  _CD,
1234
1241
  { [_h]: ["POST", "/applications/{applicationId}/deployments", 200] },
1235
- () => CreateDeploymentRequest,
1236
- () => CreateDeploymentResponse,
1242
+ () => CreateDeploymentRequest$,
1243
+ () => CreateDeploymentResponse$,
1237
1244
  ];
1238
- export var CreateEnvironment = [
1245
+ export var CreateEnvironment$ = [
1239
1246
  9,
1240
1247
  n0,
1241
1248
  _CEr,
1242
1249
  { [_h]: ["POST", "/environments", 200] },
1243
- () => CreateEnvironmentRequest,
1244
- () => CreateEnvironmentResponse,
1250
+ () => CreateEnvironmentRequest$,
1251
+ () => CreateEnvironmentResponse$,
1245
1252
  ];
1246
- export var DeleteApplication = [
1253
+ export var DeleteApplication$ = [
1247
1254
  9,
1248
1255
  n0,
1249
1256
  _DA,
1250
1257
  { [_h]: ["DELETE", "/applications/{applicationId}", 200] },
1251
- () => DeleteApplicationRequest,
1252
- () => DeleteApplicationResponse,
1258
+ () => DeleteApplicationRequest$,
1259
+ () => DeleteApplicationResponse$,
1253
1260
  ];
1254
- export var DeleteApplicationFromEnvironment = [
1261
+ export var DeleteApplicationFromEnvironment$ = [
1255
1262
  9,
1256
1263
  n0,
1257
1264
  _DAFE,
1258
1265
  { [_h]: ["DELETE", "/applications/{applicationId}/environment/{environmentId}", 200] },
1259
- () => DeleteApplicationFromEnvironmentRequest,
1260
- () => DeleteApplicationFromEnvironmentResponse,
1266
+ () => DeleteApplicationFromEnvironmentRequest$,
1267
+ () => DeleteApplicationFromEnvironmentResponse$,
1261
1268
  ];
1262
- export var DeleteEnvironment = [
1269
+ export var DeleteEnvironment$ = [
1263
1270
  9,
1264
1271
  n0,
1265
1272
  _DE,
1266
1273
  { [_h]: ["DELETE", "/environments/{environmentId}", 200] },
1267
- () => DeleteEnvironmentRequest,
1268
- () => DeleteEnvironmentResponse,
1274
+ () => DeleteEnvironmentRequest$,
1275
+ () => DeleteEnvironmentResponse$,
1269
1276
  ];
1270
- export var GetApplication = [
1277
+ export var GetApplication$ = [
1271
1278
  9,
1272
1279
  n0,
1273
1280
  _GAe,
1274
1281
  { [_h]: ["GET", "/applications/{applicationId}", 200] },
1275
- () => GetApplicationRequest,
1276
- () => GetApplicationResponse,
1282
+ () => GetApplicationRequest$,
1283
+ () => GetApplicationResponse$,
1277
1284
  ];
1278
- export var GetApplicationVersion = [
1285
+ export var GetApplicationVersion$ = [
1279
1286
  9,
1280
1287
  n0,
1281
1288
  _GAV,
1282
1289
  { [_h]: ["GET", "/applications/{applicationId}/versions/{applicationVersion}", 200] },
1283
- () => GetApplicationVersionRequest,
1284
- () => GetApplicationVersionResponse,
1290
+ () => GetApplicationVersionRequest$,
1291
+ () => GetApplicationVersionResponse$,
1285
1292
  ];
1286
- export var GetBatchJobExecution = [
1293
+ export var GetBatchJobExecution$ = [
1287
1294
  9,
1288
1295
  n0,
1289
1296
  _GBJE,
1290
1297
  { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}", 200] },
1291
- () => GetBatchJobExecutionRequest,
1292
- () => GetBatchJobExecutionResponse,
1298
+ () => GetBatchJobExecutionRequest$,
1299
+ () => GetBatchJobExecutionResponse$,
1293
1300
  ];
1294
- export var GetDataSetDetails = [
1301
+ export var GetDataSetDetails$ = [
1295
1302
  9,
1296
1303
  n0,
1297
1304
  _GDSD,
1298
1305
  { [_h]: ["GET", "/applications/{applicationId}/datasets/{dataSetName}", 200] },
1299
- () => GetDataSetDetailsRequest,
1300
- () => GetDataSetDetailsResponse,
1306
+ () => GetDataSetDetailsRequest$,
1307
+ () => GetDataSetDetailsResponse$,
1301
1308
  ];
1302
- export var GetDataSetExportTask = [
1309
+ export var GetDataSetExportTask$ = [
1303
1310
  9,
1304
1311
  n0,
1305
1312
  _GDSET,
1306
1313
  { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks/{taskId}", 200] },
1307
- () => GetDataSetExportTaskRequest,
1308
- () => GetDataSetExportTaskResponse,
1314
+ () => GetDataSetExportTaskRequest$,
1315
+ () => GetDataSetExportTaskResponse$,
1309
1316
  ];
1310
- export var GetDataSetImportTask = [
1317
+ export var GetDataSetImportTask$ = [
1311
1318
  9,
1312
1319
  n0,
1313
1320
  _GDSIT,
1314
1321
  { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks/{taskId}", 200] },
1315
- () => GetDataSetImportTaskRequest,
1316
- () => GetDataSetImportTaskResponse,
1322
+ () => GetDataSetImportTaskRequest$,
1323
+ () => GetDataSetImportTaskResponse$,
1317
1324
  ];
1318
- export var GetDeployment = [
1325
+ export var GetDeployment$ = [
1319
1326
  9,
1320
1327
  n0,
1321
1328
  _GD,
1322
1329
  { [_h]: ["GET", "/applications/{applicationId}/deployments/{deploymentId}", 200] },
1323
- () => GetDeploymentRequest,
1324
- () => GetDeploymentResponse,
1330
+ () => GetDeploymentRequest$,
1331
+ () => GetDeploymentResponse$,
1325
1332
  ];
1326
- export var GetEnvironment = [
1333
+ export var GetEnvironment$ = [
1327
1334
  9,
1328
1335
  n0,
1329
1336
  _GE,
1330
1337
  { [_h]: ["GET", "/environments/{environmentId}", 200] },
1331
- () => GetEnvironmentRequest,
1332
- () => GetEnvironmentResponse,
1338
+ () => GetEnvironmentRequest$,
1339
+ () => GetEnvironmentResponse$,
1333
1340
  ];
1334
- export var GetSignedBluinsightsUrl = [
1341
+ export var GetSignedBluinsightsUrl$ = [
1335
1342
  9,
1336
1343
  n0,
1337
1344
  _GSBU,
1338
1345
  { [_h]: ["GET", "/signed-bi-url", 200] },
1339
1346
  () => __Unit,
1340
- () => GetSignedBluinsightsUrlResponse,
1347
+ () => GetSignedBluinsightsUrlResponse$,
1341
1348
  ];
1342
- export var ListApplications = [
1349
+ export var ListApplications$ = [
1343
1350
  9,
1344
1351
  n0,
1345
1352
  _LA,
1346
1353
  { [_h]: ["GET", "/applications", 200] },
1347
- () => ListApplicationsRequest,
1348
- () => ListApplicationsResponse,
1354
+ () => ListApplicationsRequest$,
1355
+ () => ListApplicationsResponse$,
1349
1356
  ];
1350
- export var ListApplicationVersions = [
1357
+ export var ListApplicationVersions$ = [
1351
1358
  9,
1352
1359
  n0,
1353
1360
  _LAV,
1354
1361
  { [_h]: ["GET", "/applications/{applicationId}/versions", 200] },
1355
- () => ListApplicationVersionsRequest,
1356
- () => ListApplicationVersionsResponse,
1362
+ () => ListApplicationVersionsRequest$,
1363
+ () => ListApplicationVersionsResponse$,
1357
1364
  ];
1358
- export var ListBatchJobDefinitions = [
1365
+ export var ListBatchJobDefinitions$ = [
1359
1366
  9,
1360
1367
  n0,
1361
1368
  _LBJD,
1362
1369
  { [_h]: ["GET", "/applications/{applicationId}/batch-job-definitions", 200] },
1363
- () => ListBatchJobDefinitionsRequest,
1364
- () => ListBatchJobDefinitionsResponse,
1370
+ () => ListBatchJobDefinitionsRequest$,
1371
+ () => ListBatchJobDefinitionsResponse$,
1365
1372
  ];
1366
- export var ListBatchJobExecutions = [
1373
+ export var ListBatchJobExecutions$ = [
1367
1374
  9,
1368
1375
  n0,
1369
1376
  _LBJE,
1370
1377
  { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions", 200] },
1371
- () => ListBatchJobExecutionsRequest,
1372
- () => ListBatchJobExecutionsResponse,
1378
+ () => ListBatchJobExecutionsRequest$,
1379
+ () => ListBatchJobExecutionsResponse$,
1373
1380
  ];
1374
- export var ListBatchJobRestartPoints = [
1381
+ export var ListBatchJobRestartPoints$ = [
1375
1382
  9,
1376
1383
  n0,
1377
1384
  _LBJRP,
1378
1385
  { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}/steps", 200] },
1379
- () => ListBatchJobRestartPointsRequest,
1380
- () => ListBatchJobRestartPointsResponse,
1386
+ () => ListBatchJobRestartPointsRequest$,
1387
+ () => ListBatchJobRestartPointsResponse$,
1381
1388
  ];
1382
- export var ListDataSetExportHistory = [
1389
+ export var ListDataSetExportHistory$ = [
1383
1390
  9,
1384
1391
  n0,
1385
1392
  _LDSEH,
1386
1393
  { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks", 200] },
1387
- () => ListDataSetExportHistoryRequest,
1388
- () => ListDataSetExportHistoryResponse,
1394
+ () => ListDataSetExportHistoryRequest$,
1395
+ () => ListDataSetExportHistoryResponse$,
1389
1396
  ];
1390
- export var ListDataSetImportHistory = [
1397
+ export var ListDataSetImportHistory$ = [
1391
1398
  9,
1392
1399
  n0,
1393
1400
  _LDSIH,
1394
1401
  { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks", 200] },
1395
- () => ListDataSetImportHistoryRequest,
1396
- () => ListDataSetImportHistoryResponse,
1402
+ () => ListDataSetImportHistoryRequest$,
1403
+ () => ListDataSetImportHistoryResponse$,
1397
1404
  ];
1398
- export var ListDataSets = [
1405
+ export var ListDataSets$ = [
1399
1406
  9,
1400
1407
  n0,
1401
1408
  _LDS,
1402
1409
  { [_h]: ["GET", "/applications/{applicationId}/datasets", 200] },
1403
- () => ListDataSetsRequest,
1404
- () => ListDataSetsResponse,
1410
+ () => ListDataSetsRequest$,
1411
+ () => ListDataSetsResponse$,
1405
1412
  ];
1406
- export var ListDeployments = [
1413
+ export var ListDeployments$ = [
1407
1414
  9,
1408
1415
  n0,
1409
1416
  _LD,
1410
1417
  { [_h]: ["GET", "/applications/{applicationId}/deployments", 200] },
1411
- () => ListDeploymentsRequest,
1412
- () => ListDeploymentsResponse,
1418
+ () => ListDeploymentsRequest$,
1419
+ () => ListDeploymentsResponse$,
1413
1420
  ];
1414
- export var ListEngineVersions = [
1421
+ export var ListEngineVersions$ = [
1415
1422
  9,
1416
1423
  n0,
1417
1424
  _LEV,
1418
1425
  { [_h]: ["GET", "/engine-versions", 200] },
1419
- () => ListEngineVersionsRequest,
1420
- () => ListEngineVersionsResponse,
1426
+ () => ListEngineVersionsRequest$,
1427
+ () => ListEngineVersionsResponse$,
1421
1428
  ];
1422
- export var ListEnvironments = [
1429
+ export var ListEnvironments$ = [
1423
1430
  9,
1424
1431
  n0,
1425
1432
  _LE,
1426
1433
  { [_h]: ["GET", "/environments", 200] },
1427
- () => ListEnvironmentsRequest,
1428
- () => ListEnvironmentsResponse,
1434
+ () => ListEnvironmentsRequest$,
1435
+ () => ListEnvironmentsResponse$,
1429
1436
  ];
1430
- export var ListTagsForResource = [
1437
+ export var ListTagsForResource$ = [
1431
1438
  9,
1432
1439
  n0,
1433
1440
  _LTFR,
1434
1441
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1435
- () => ListTagsForResourceRequest,
1436
- () => ListTagsForResourceResponse,
1442
+ () => ListTagsForResourceRequest$,
1443
+ () => ListTagsForResourceResponse$,
1437
1444
  ];
1438
- export var StartApplication = [
1445
+ export var StartApplication$ = [
1439
1446
  9,
1440
1447
  n0,
1441
1448
  _SA,
1442
1449
  { [_h]: ["POST", "/applications/{applicationId}/start", 200] },
1443
- () => StartApplicationRequest,
1444
- () => StartApplicationResponse,
1450
+ () => StartApplicationRequest$,
1451
+ () => StartApplicationResponse$,
1445
1452
  ];
1446
- export var StartBatchJob = [
1453
+ export var StartBatchJob$ = [
1447
1454
  9,
1448
1455
  n0,
1449
1456
  _SBJ,
1450
1457
  { [_h]: ["POST", "/applications/{applicationId}/batch-job", 200] },
1451
- () => StartBatchJobRequest,
1452
- () => StartBatchJobResponse,
1458
+ () => StartBatchJobRequest$,
1459
+ () => StartBatchJobResponse$,
1453
1460
  ];
1454
- export var StopApplication = [
1461
+ export var StopApplication$ = [
1455
1462
  9,
1456
1463
  n0,
1457
1464
  _SAt,
1458
1465
  { [_h]: ["POST", "/applications/{applicationId}/stop", 200] },
1459
- () => StopApplicationRequest,
1460
- () => StopApplicationResponse,
1466
+ () => StopApplicationRequest$,
1467
+ () => StopApplicationResponse$,
1461
1468
  ];
1462
- export var TagResource = [
1469
+ export var TagResource$ = [
1463
1470
  9,
1464
1471
  n0,
1465
1472
  _TR,
1466
1473
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1467
- () => TagResourceRequest,
1468
- () => TagResourceResponse,
1474
+ () => TagResourceRequest$,
1475
+ () => TagResourceResponse$,
1469
1476
  ];
1470
- export var UntagResource = [
1477
+ export var UntagResource$ = [
1471
1478
  9,
1472
1479
  n0,
1473
1480
  _UR,
1474
1481
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1475
- () => UntagResourceRequest,
1476
- () => UntagResourceResponse,
1482
+ () => UntagResourceRequest$,
1483
+ () => UntagResourceResponse$,
1477
1484
  ];
1478
- export var UpdateApplication = [
1485
+ export var UpdateApplication$ = [
1479
1486
  9,
1480
1487
  n0,
1481
1488
  _UA,
1482
1489
  { [_h]: ["PATCH", "/applications/{applicationId}", 200] },
1483
- () => UpdateApplicationRequest,
1484
- () => UpdateApplicationResponse,
1490
+ () => UpdateApplicationRequest$,
1491
+ () => UpdateApplicationResponse$,
1485
1492
  ];
1486
- export var UpdateEnvironment = [
1493
+ export var UpdateEnvironment$ = [
1487
1494
  9,
1488
1495
  n0,
1489
1496
  _UE,
1490
1497
  { [_h]: ["PATCH", "/environments/{environmentId}", 200] },
1491
- () => UpdateEnvironmentRequest,
1492
- () => UpdateEnvironmentResponse,
1498
+ () => UpdateEnvironmentRequest$,
1499
+ () => UpdateEnvironmentResponse$,
1493
1500
  ];