@aws-sdk/client-m2 3.940.0 → 3.946.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 (74) hide show
  1. package/dist-cjs/index.js +87 -429
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/M2Client.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +87 -429
  8. package/dist-types/M2.d.ts +1 -1
  9. package/dist-types/M2Client.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDataSetExportTaskCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -3
  21. package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
  22. package/dist-types/commands/GetApplicationVersionCommand.d.ts +3 -3
  23. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +3 -3
  24. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +3 -3
  25. package/dist-types/commands/GetDataSetExportTaskCommand.d.ts +3 -3
  26. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +3 -3
  27. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  28. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -3
  29. package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +3 -3
  30. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListBatchJobRestartPointsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListDataSetExportHistoryCommand.d.ts +3 -3
  36. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +3 -3
  37. package/dist-types/commands/ListDataSetsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListEngineVersionsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  42. package/dist-types/commands/StartApplicationCommand.d.ts +3 -3
  43. package/dist-types/commands/StartBatchJobCommand.d.ts +3 -3
  44. package/dist-types/commands/StopApplicationCommand.d.ts +3 -3
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
  49. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  50. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  51. package/dist-types/extensionConfiguration.d.ts +4 -4
  52. package/dist-types/models/M2ServiceException.d.ts +1 -1
  53. package/dist-types/models/errors.d.ts +1 -1
  54. package/dist-types/pagination/Interfaces.d.ts +1 -1
  55. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListDataSetExportHistoryPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  65. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  66. package/dist-types/runtimeConfig.d.ts +1 -1
  67. package/dist-types/runtimeConfig.native.d.ts +1 -1
  68. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  69. package/dist-types/runtimeExtensions.d.ts +1 -1
  70. package/dist-types/schemas/schemas_0.d.ts +1 -1
  71. package/dist-types/ts3.4/M2Client.d.ts +3 -3
  72. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  73. package/dist-types/ts3.4/models/M2ServiceException.d.ts +1 -1
  74. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -626,17 +626,7 @@ const _v = "vsam";
626
626
  const _vI = "vpcId";
627
627
  const _vS = "versionStatus";
628
628
  const n0 = "com.amazonaws.m2";
629
- var AccessDeniedException = [
630
- -3,
631
- n0,
632
- _ADE,
633
- {
634
- [_e]: _c,
635
- [_hE]: 403,
636
- },
637
- [_m],
638
- [0],
639
- ];
629
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
640
630
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
641
631
  var AlternateKey = [3, n0, _AK, 0, [_n, _o, _l, _aD], [0, 1, 1, 2]];
642
632
  var ApplicationSummary = [
@@ -665,17 +655,7 @@ var CancelBatchJobExecutionRequest = [
665
655
  [[0, 1], [0, 1], 0],
666
656
  ];
667
657
  var CancelBatchJobExecutionResponse = [3, n0, _CBJERa, 0, [], []];
668
- var ConflictException = [
669
- -3,
670
- n0,
671
- _CE,
672
- {
673
- [_e]: _c,
674
- [_hE]: 409,
675
- },
676
- [_m, _rI, _rT],
677
- [0, 0, 0],
678
- ];
658
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
679
659
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
680
660
  var CreateApplicationRequest = [
681
661
  3,
@@ -813,18 +793,8 @@ var EfsStorageConfiguration = [
813
793
  0,
814
794
  [_fSI, _mP],
815
795
  [
816
- [
817
- 0,
818
- {
819
- [_jNs]: _fsi,
820
- },
821
- ],
822
- [
823
- 0,
824
- {
825
- [_jNs]: _mp,
826
- },
827
- ],
796
+ [0, { [_jNs]: _fsi }],
797
+ [0, { [_jNs]: _mp }],
828
798
  ],
829
799
  ];
830
800
  var EngineVersionsSummary = [3, n0, _EVS, 0, [_eT, _eV], [0, 0]];
@@ -836,17 +806,7 @@ var EnvironmentSummary = [
836
806
  [_n, _eA, _eI, _iT, _s, _eT, _eV, _cT, _nT],
837
807
  [0, 0, 0, 0, 0, 0, 0, 4, 0],
838
808
  ];
839
- var ExecutionTimeoutException = [
840
- -3,
841
- n0,
842
- _ETE,
843
- {
844
- [_e]: _se,
845
- [_hE]: 504,
846
- },
847
- [_m],
848
- [0],
849
- ];
809
+ var ExecutionTimeoutException = [-3, n0, _ETE, { [_e]: _se, [_hE]: 504 }, [_m], [0]];
850
810
  schema.TypeRegistry.for(n0).registerError(ExecutionTimeoutException, ExecutionTimeoutException$1);
851
811
  var FileBatchJobDefinition = [3, n0, _FBJD, 0, [_fN, _fP], [0, 0]];
852
812
  var FileBatchJobIdentifier = [3, n0, _FBJI, 0, [_fN, _fP], [0, 0]];
@@ -857,18 +817,8 @@ var FsxStorageConfiguration = [
857
817
  0,
858
818
  [_fSI, _mP],
859
819
  [
860
- [
861
- 0,
862
- {
863
- [_jNs]: _fsi,
864
- },
865
- ],
866
- [
867
- 0,
868
- {
869
- [_jNs]: _mp,
870
- },
871
- ],
820
+ [0, { [_jNs]: _fsi }],
821
+ [0, { [_jNs]: _mp }],
872
822
  ],
873
823
  ];
874
824
  var GdgAttributes = [3, n0, _GA, 0, [_li, _rD], [1, 0]];
@@ -1056,20 +1006,9 @@ var InternalServerException = [
1056
1006
  -3,
1057
1007
  n0,
1058
1008
  _ISE,
1059
- {
1060
- [_e]: _se,
1061
- [_hE]: 500,
1062
- },
1009
+ { [_e]: _se, [_hE]: 500 },
1063
1010
  [_m, _rAS],
1064
- [
1065
- 0,
1066
- [
1067
- 1,
1068
- {
1069
- [_hH]: _RA,
1070
- },
1071
- ],
1072
- ],
1011
+ [0, [1, { [_hH]: _RA }]],
1073
1012
  ];
1074
1013
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1075
1014
  var JobStep = [
@@ -1095,30 +1034,10 @@ var ListApplicationsRequest = [
1095
1034
  0,
1096
1035
  [_nTe, _mR, _na, _eI],
1097
1036
  [
1098
- [
1099
- 0,
1100
- {
1101
- [_hQ]: _nTe,
1102
- },
1103
- ],
1104
- [
1105
- 1,
1106
- {
1107
- [_hQ]: _mR,
1108
- },
1109
- ],
1110
- [
1111
- 64 | 0,
1112
- {
1113
- [_hQ]: _na,
1114
- },
1115
- ],
1116
- [
1117
- 0,
1118
- {
1119
- [_hQ]: _eI,
1120
- },
1121
- ],
1037
+ [0, { [_hQ]: _nTe }],
1038
+ [1, { [_hQ]: _mR }],
1039
+ [64 | 0, { [_hQ]: _na }],
1040
+ [0, { [_hQ]: _eI }],
1122
1041
  ],
1123
1042
  ];
1124
1043
  var ListApplicationsResponse = [
@@ -1136,18 +1055,8 @@ var ListApplicationVersionsRequest = [
1136
1055
  0,
1137
1056
  [_nTe, _mR, _aI],
1138
1057
  [
1139
- [
1140
- 0,
1141
- {
1142
- [_hQ]: _nTe,
1143
- },
1144
- ],
1145
- [
1146
- 1,
1147
- {
1148
- [_hQ]: _mR,
1149
- },
1150
- ],
1058
+ [0, { [_hQ]: _nTe }],
1059
+ [1, { [_hQ]: _mR }],
1151
1060
  [0, 1],
1152
1061
  ],
1153
1062
  ];
@@ -1166,25 +1075,10 @@ var ListBatchJobDefinitionsRequest = [
1166
1075
  0,
1167
1076
  [_nTe, _mR, _aI, _pr],
1168
1077
  [
1169
- [
1170
- 0,
1171
- {
1172
- [_hQ]: _nTe,
1173
- },
1174
- ],
1175
- [
1176
- 1,
1177
- {
1178
- [_hQ]: _mR,
1179
- },
1180
- ],
1078
+ [0, { [_hQ]: _nTe }],
1079
+ [1, { [_hQ]: _mR }],
1181
1080
  [0, 1],
1182
- [
1183
- 0,
1184
- {
1185
- [_hQ]: _pr,
1186
- },
1187
- ],
1081
+ [0, { [_hQ]: _pr }],
1188
1082
  ],
1189
1083
  ];
1190
1084
  var ListBatchJobDefinitionsResponse = [
@@ -1202,49 +1096,14 @@ var ListBatchJobExecutionsRequest = [
1202
1096
  0,
1203
1097
  [_nTe, _mR, _aI, _eIxe, _jN, _s, _sA, _sB],
1204
1098
  [
1205
- [
1206
- 0,
1207
- {
1208
- [_hQ]: _nTe,
1209
- },
1210
- ],
1211
- [
1212
- 1,
1213
- {
1214
- [_hQ]: _mR,
1215
- },
1216
- ],
1099
+ [0, { [_hQ]: _nTe }],
1100
+ [1, { [_hQ]: _mR }],
1217
1101
  [0, 1],
1218
- [
1219
- 64 | 0,
1220
- {
1221
- [_hQ]: _eIxe,
1222
- },
1223
- ],
1224
- [
1225
- 0,
1226
- {
1227
- [_hQ]: _jN,
1228
- },
1229
- ],
1230
- [
1231
- 0,
1232
- {
1233
- [_hQ]: _s,
1234
- },
1235
- ],
1236
- [
1237
- 4,
1238
- {
1239
- [_hQ]: _sA,
1240
- },
1241
- ],
1242
- [
1243
- 4,
1244
- {
1245
- [_hQ]: _sB,
1246
- },
1247
- ],
1102
+ [64 | 0, { [_hQ]: _eIxe }],
1103
+ [0, { [_hQ]: _jN }],
1104
+ [0, { [_hQ]: _s }],
1105
+ [4, { [_hQ]: _sA }],
1106
+ [4, { [_hQ]: _sB }],
1248
1107
  ],
1249
1108
  ];
1250
1109
  var ListBatchJobExecutionsResponse = [
@@ -1264,12 +1123,7 @@ var ListBatchJobRestartPointsRequest = [
1264
1123
  [
1265
1124
  [0, 1],
1266
1125
  [0, 1],
1267
- [
1268
- 0,
1269
- {
1270
- [_hQ]: _aSMA,
1271
- },
1272
- ],
1126
+ [0, { [_hQ]: _aSMA }],
1273
1127
  ],
1274
1128
  ];
1275
1129
  var ListBatchJobRestartPointsResponse = [
@@ -1287,18 +1141,8 @@ var ListDataSetExportHistoryRequest = [
1287
1141
  0,
1288
1142
  [_nTe, _mR, _aI],
1289
1143
  [
1290
- [
1291
- 0,
1292
- {
1293
- [_hQ]: _nTe,
1294
- },
1295
- ],
1296
- [
1297
- 1,
1298
- {
1299
- [_hQ]: _mR,
1300
- },
1301
- ],
1144
+ [0, { [_hQ]: _nTe }],
1145
+ [1, { [_hQ]: _mR }],
1302
1146
  [0, 1],
1303
1147
  ],
1304
1148
  ];
@@ -1317,18 +1161,8 @@ var ListDataSetImportHistoryRequest = [
1317
1161
  0,
1318
1162
  [_nTe, _mR, _aI],
1319
1163
  [
1320
- [
1321
- 0,
1322
- {
1323
- [_hQ]: _nTe,
1324
- },
1325
- ],
1326
- [
1327
- 1,
1328
- {
1329
- [_hQ]: _mR,
1330
- },
1331
- ],
1164
+ [0, { [_hQ]: _nTe }],
1165
+ [1, { [_hQ]: _mR }],
1332
1166
  [0, 1],
1333
1167
  ],
1334
1168
  ];
@@ -1348,30 +1182,10 @@ var ListDataSetsRequest = [
1348
1182
  [_aI, _nTe, _mR, _pr, _nF],
1349
1183
  [
1350
1184
  [0, 1],
1351
- [
1352
- 0,
1353
- {
1354
- [_hQ]: _nTe,
1355
- },
1356
- ],
1357
- [
1358
- 1,
1359
- {
1360
- [_hQ]: _mR,
1361
- },
1362
- ],
1363
- [
1364
- 0,
1365
- {
1366
- [_hQ]: _pr,
1367
- },
1368
- ],
1369
- [
1370
- 0,
1371
- {
1372
- [_hQ]: _nF,
1373
- },
1374
- ],
1185
+ [0, { [_hQ]: _nTe }],
1186
+ [1, { [_hQ]: _mR }],
1187
+ [0, { [_hQ]: _pr }],
1188
+ [0, { [_hQ]: _nF }],
1375
1189
  ],
1376
1190
  ];
1377
1191
  var ListDataSetsResponse = [
@@ -1389,18 +1203,8 @@ var ListDeploymentsRequest = [
1389
1203
  0,
1390
1204
  [_nTe, _mR, _aI],
1391
1205
  [
1392
- [
1393
- 0,
1394
- {
1395
- [_hQ]: _nTe,
1396
- },
1397
- ],
1398
- [
1399
- 1,
1400
- {
1401
- [_hQ]: _mR,
1402
- },
1403
- ],
1206
+ [0, { [_hQ]: _nTe }],
1207
+ [1, { [_hQ]: _mR }],
1404
1208
  [0, 1],
1405
1209
  ],
1406
1210
  ];
@@ -1412,24 +1216,9 @@ var ListEngineVersionsRequest = [
1412
1216
  0,
1413
1217
  [_eT, _nTe, _mR],
1414
1218
  [
1415
- [
1416
- 0,
1417
- {
1418
- [_hQ]: _eT,
1419
- },
1420
- ],
1421
- [
1422
- 0,
1423
- {
1424
- [_hQ]: _nTe,
1425
- },
1426
- ],
1427
- [
1428
- 1,
1429
- {
1430
- [_hQ]: _mR,
1431
- },
1432
- ],
1219
+ [0, { [_hQ]: _eT }],
1220
+ [0, { [_hQ]: _nTe }],
1221
+ [1, { [_hQ]: _mR }],
1433
1222
  ],
1434
1223
  ];
1435
1224
  var ListEngineVersionsResponse = [
@@ -1447,30 +1236,10 @@ var ListEnvironmentsRequest = [
1447
1236
  0,
1448
1237
  [_nTe, _mR, _na, _eT],
1449
1238
  [
1450
- [
1451
- 0,
1452
- {
1453
- [_hQ]: _nTe,
1454
- },
1455
- ],
1456
- [
1457
- 1,
1458
- {
1459
- [_hQ]: _mR,
1460
- },
1461
- ],
1462
- [
1463
- 64 | 0,
1464
- {
1465
- [_hQ]: _na,
1466
- },
1467
- ],
1468
- [
1469
- 0,
1470
- {
1471
- [_hQ]: _eT,
1472
- },
1473
- ],
1239
+ [0, { [_hQ]: _nTe }],
1240
+ [1, { [_hQ]: _mR }],
1241
+ [64 | 0, { [_hQ]: _na }],
1242
+ [0, { [_hQ]: _eT }],
1474
1243
  ],
1475
1244
  ];
1476
1245
  var ListEnvironmentsResponse = [
@@ -1496,10 +1265,7 @@ var ResourceNotFoundException = [
1496
1265
  -3,
1497
1266
  n0,
1498
1267
  _RNFE,
1499
- {
1500
- [_e]: _c,
1501
- [_hE]: 404,
1502
- },
1268
+ { [_e]: _c, [_hE]: 404 },
1503
1269
  [_m, _rI, _rT],
1504
1270
  [0, 0, 0],
1505
1271
  ];
@@ -1519,25 +1285,12 @@ var ServiceQuotaExceededException = [
1519
1285
  -3,
1520
1286
  n0,
1521
1287
  _SQEE,
1522
- {
1523
- [_e]: _c,
1524
- [_hE]: 402,
1525
- },
1288
+ { [_e]: _c, [_hE]: 402 },
1526
1289
  [_m, _rI, _rT, _sCe, _qC],
1527
1290
  [0, 0, 0, 0, 0],
1528
1291
  ];
1529
1292
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1530
- var ServiceUnavailableException = [
1531
- -3,
1532
- n0,
1533
- _SUE,
1534
- {
1535
- [_e]: _se,
1536
- [_hE]: 503,
1537
- },
1538
- [_m],
1539
- [0],
1540
- ];
1293
+ var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
1541
1294
  schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
1542
1295
  var StartApplicationRequest = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
1543
1296
  var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
@@ -1558,22 +1311,9 @@ var ThrottlingException = [
1558
1311
  -3,
1559
1312
  n0,
1560
1313
  _TE,
1561
- {
1562
- [_e]: _c,
1563
- [_hE]: 429,
1564
- },
1314
+ { [_e]: _c, [_hE]: 429 },
1565
1315
  [_m, _sCe, _qC, _rAS],
1566
- [
1567
- 0,
1568
- 0,
1569
- 0,
1570
- [
1571
- 1,
1572
- {
1573
- [_hH]: _RA,
1574
- },
1575
- ],
1576
- ],
1316
+ [0, 0, 0, [1, { [_hH]: _RA }]],
1577
1317
  ];
1578
1318
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1579
1319
  var UntagResourceRequest = [
@@ -1584,12 +1324,7 @@ var UntagResourceRequest = [
1584
1324
  [_rAe, _tK],
1585
1325
  [
1586
1326
  [0, 1],
1587
- [
1588
- 64 | 0,
1589
- {
1590
- [_hQ]: _tK,
1591
- },
1592
- ],
1327
+ [64 | 0, { [_hQ]: _tK }],
1593
1328
  ],
1594
1329
  ];
1595
1330
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1615,10 +1350,7 @@ var ValidationException = [
1615
1350
  -3,
1616
1351
  n0,
1617
1352
  _VE,
1618
- {
1619
- [_e]: _c,
1620
- [_hE]: 400,
1621
- },
1353
+ { [_e]: _c, [_hE]: 400 },
1622
1354
  [_m, _r, _fL],
1623
1355
  [0, 0, () => ValidationExceptionFieldList],
1624
1356
  ];
@@ -1717,9 +1449,7 @@ var CancelBatchJobExecution = [
1717
1449
  9,
1718
1450
  n0,
1719
1451
  _CBJE,
1720
- {
1721
- [_h]: ["POST", "/applications/{applicationId}/batch-job-executions/{executionId}/cancel", 200],
1722
- },
1452
+ { [_h]: ["POST", "/applications/{applicationId}/batch-job-executions/{executionId}/cancel", 200] },
1723
1453
  () => CancelBatchJobExecutionRequest,
1724
1454
  () => CancelBatchJobExecutionResponse,
1725
1455
  ];
@@ -1727,9 +1457,7 @@ var CreateApplication = [
1727
1457
  9,
1728
1458
  n0,
1729
1459
  _CA,
1730
- {
1731
- [_h]: ["POST", "/applications", 200],
1732
- },
1460
+ { [_h]: ["POST", "/applications", 200] },
1733
1461
  () => CreateApplicationRequest,
1734
1462
  () => CreateApplicationResponse,
1735
1463
  ];
@@ -1737,9 +1465,7 @@ var CreateDataSetExportTask = [
1737
1465
  9,
1738
1466
  n0,
1739
1467
  _CDSET,
1740
- {
1741
- [_h]: ["POST", "/applications/{applicationId}/dataset-export-task", 200],
1742
- },
1468
+ { [_h]: ["POST", "/applications/{applicationId}/dataset-export-task", 200] },
1743
1469
  () => CreateDataSetExportTaskRequest,
1744
1470
  () => CreateDataSetExportTaskResponse,
1745
1471
  ];
@@ -1747,9 +1473,7 @@ var CreateDataSetImportTask = [
1747
1473
  9,
1748
1474
  n0,
1749
1475
  _CDSIT,
1750
- {
1751
- [_h]: ["POST", "/applications/{applicationId}/dataset-import-task", 200],
1752
- },
1476
+ { [_h]: ["POST", "/applications/{applicationId}/dataset-import-task", 200] },
1753
1477
  () => CreateDataSetImportTaskRequest,
1754
1478
  () => CreateDataSetImportTaskResponse,
1755
1479
  ];
@@ -1757,9 +1481,7 @@ var CreateDeployment = [
1757
1481
  9,
1758
1482
  n0,
1759
1483
  _CD,
1760
- {
1761
- [_h]: ["POST", "/applications/{applicationId}/deployments", 200],
1762
- },
1484
+ { [_h]: ["POST", "/applications/{applicationId}/deployments", 200] },
1763
1485
  () => CreateDeploymentRequest,
1764
1486
  () => CreateDeploymentResponse,
1765
1487
  ];
@@ -1767,9 +1489,7 @@ var CreateEnvironment = [
1767
1489
  9,
1768
1490
  n0,
1769
1491
  _CEr,
1770
- {
1771
- [_h]: ["POST", "/environments", 200],
1772
- },
1492
+ { [_h]: ["POST", "/environments", 200] },
1773
1493
  () => CreateEnvironmentRequest,
1774
1494
  () => CreateEnvironmentResponse,
1775
1495
  ];
@@ -1777,9 +1497,7 @@ var DeleteApplication = [
1777
1497
  9,
1778
1498
  n0,
1779
1499
  _DA,
1780
- {
1781
- [_h]: ["DELETE", "/applications/{applicationId}", 200],
1782
- },
1500
+ { [_h]: ["DELETE", "/applications/{applicationId}", 200] },
1783
1501
  () => DeleteApplicationRequest,
1784
1502
  () => DeleteApplicationResponse,
1785
1503
  ];
@@ -1787,9 +1505,7 @@ var DeleteApplicationFromEnvironment = [
1787
1505
  9,
1788
1506
  n0,
1789
1507
  _DAFE,
1790
- {
1791
- [_h]: ["DELETE", "/applications/{applicationId}/environment/{environmentId}", 200],
1792
- },
1508
+ { [_h]: ["DELETE", "/applications/{applicationId}/environment/{environmentId}", 200] },
1793
1509
  () => DeleteApplicationFromEnvironmentRequest,
1794
1510
  () => DeleteApplicationFromEnvironmentResponse,
1795
1511
  ];
@@ -1797,9 +1513,7 @@ var DeleteEnvironment = [
1797
1513
  9,
1798
1514
  n0,
1799
1515
  _DE,
1800
- {
1801
- [_h]: ["DELETE", "/environments/{environmentId}", 200],
1802
- },
1516
+ { [_h]: ["DELETE", "/environments/{environmentId}", 200] },
1803
1517
  () => DeleteEnvironmentRequest,
1804
1518
  () => DeleteEnvironmentResponse,
1805
1519
  ];
@@ -1807,9 +1521,7 @@ var GetApplication = [
1807
1521
  9,
1808
1522
  n0,
1809
1523
  _GAe,
1810
- {
1811
- [_h]: ["GET", "/applications/{applicationId}", 200],
1812
- },
1524
+ { [_h]: ["GET", "/applications/{applicationId}", 200] },
1813
1525
  () => GetApplicationRequest,
1814
1526
  () => GetApplicationResponse,
1815
1527
  ];
@@ -1817,9 +1529,7 @@ var GetApplicationVersion = [
1817
1529
  9,
1818
1530
  n0,
1819
1531
  _GAV,
1820
- {
1821
- [_h]: ["GET", "/applications/{applicationId}/versions/{applicationVersion}", 200],
1822
- },
1532
+ { [_h]: ["GET", "/applications/{applicationId}/versions/{applicationVersion}", 200] },
1823
1533
  () => GetApplicationVersionRequest,
1824
1534
  () => GetApplicationVersionResponse,
1825
1535
  ];
@@ -1827,9 +1537,7 @@ var GetBatchJobExecution = [
1827
1537
  9,
1828
1538
  n0,
1829
1539
  _GBJE,
1830
- {
1831
- [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}", 200],
1832
- },
1540
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}", 200] },
1833
1541
  () => GetBatchJobExecutionRequest,
1834
1542
  () => GetBatchJobExecutionResponse,
1835
1543
  ];
@@ -1837,9 +1545,7 @@ var GetDataSetDetails = [
1837
1545
  9,
1838
1546
  n0,
1839
1547
  _GDSD,
1840
- {
1841
- [_h]: ["GET", "/applications/{applicationId}/datasets/{dataSetName}", 200],
1842
- },
1548
+ { [_h]: ["GET", "/applications/{applicationId}/datasets/{dataSetName}", 200] },
1843
1549
  () => GetDataSetDetailsRequest,
1844
1550
  () => GetDataSetDetailsResponse,
1845
1551
  ];
@@ -1847,9 +1553,7 @@ var GetDataSetExportTask = [
1847
1553
  9,
1848
1554
  n0,
1849
1555
  _GDSET,
1850
- {
1851
- [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks/{taskId}", 200],
1852
- },
1556
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks/{taskId}", 200] },
1853
1557
  () => GetDataSetExportTaskRequest,
1854
1558
  () => GetDataSetExportTaskResponse,
1855
1559
  ];
@@ -1857,9 +1561,7 @@ var GetDataSetImportTask = [
1857
1561
  9,
1858
1562
  n0,
1859
1563
  _GDSIT,
1860
- {
1861
- [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks/{taskId}", 200],
1862
- },
1564
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks/{taskId}", 200] },
1863
1565
  () => GetDataSetImportTaskRequest,
1864
1566
  () => GetDataSetImportTaskResponse,
1865
1567
  ];
@@ -1867,9 +1569,7 @@ var GetDeployment = [
1867
1569
  9,
1868
1570
  n0,
1869
1571
  _GD,
1870
- {
1871
- [_h]: ["GET", "/applications/{applicationId}/deployments/{deploymentId}", 200],
1872
- },
1572
+ { [_h]: ["GET", "/applications/{applicationId}/deployments/{deploymentId}", 200] },
1873
1573
  () => GetDeploymentRequest,
1874
1574
  () => GetDeploymentResponse,
1875
1575
  ];
@@ -1877,9 +1577,7 @@ var GetEnvironment = [
1877
1577
  9,
1878
1578
  n0,
1879
1579
  _GE,
1880
- {
1881
- [_h]: ["GET", "/environments/{environmentId}", 200],
1882
- },
1580
+ { [_h]: ["GET", "/environments/{environmentId}", 200] },
1883
1581
  () => GetEnvironmentRequest,
1884
1582
  () => GetEnvironmentResponse,
1885
1583
  ];
@@ -1887,9 +1585,7 @@ var GetSignedBluinsightsUrl = [
1887
1585
  9,
1888
1586
  n0,
1889
1587
  _GSBU,
1890
- {
1891
- [_h]: ["GET", "/signed-bi-url", 200],
1892
- },
1588
+ { [_h]: ["GET", "/signed-bi-url", 200] },
1893
1589
  () => __Unit,
1894
1590
  () => GetSignedBluinsightsUrlResponse,
1895
1591
  ];
@@ -1897,9 +1593,7 @@ var ListApplications = [
1897
1593
  9,
1898
1594
  n0,
1899
1595
  _LA,
1900
- {
1901
- [_h]: ["GET", "/applications", 200],
1902
- },
1596
+ { [_h]: ["GET", "/applications", 200] },
1903
1597
  () => ListApplicationsRequest,
1904
1598
  () => ListApplicationsResponse,
1905
1599
  ];
@@ -1907,9 +1601,7 @@ var ListApplicationVersions = [
1907
1601
  9,
1908
1602
  n0,
1909
1603
  _LAV,
1910
- {
1911
- [_h]: ["GET", "/applications/{applicationId}/versions", 200],
1912
- },
1604
+ { [_h]: ["GET", "/applications/{applicationId}/versions", 200] },
1913
1605
  () => ListApplicationVersionsRequest,
1914
1606
  () => ListApplicationVersionsResponse,
1915
1607
  ];
@@ -1917,9 +1609,7 @@ var ListBatchJobDefinitions = [
1917
1609
  9,
1918
1610
  n0,
1919
1611
  _LBJD,
1920
- {
1921
- [_h]: ["GET", "/applications/{applicationId}/batch-job-definitions", 200],
1922
- },
1612
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-definitions", 200] },
1923
1613
  () => ListBatchJobDefinitionsRequest,
1924
1614
  () => ListBatchJobDefinitionsResponse,
1925
1615
  ];
@@ -1927,9 +1617,7 @@ var ListBatchJobExecutions = [
1927
1617
  9,
1928
1618
  n0,
1929
1619
  _LBJE,
1930
- {
1931
- [_h]: ["GET", "/applications/{applicationId}/batch-job-executions", 200],
1932
- },
1620
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions", 200] },
1933
1621
  () => ListBatchJobExecutionsRequest,
1934
1622
  () => ListBatchJobExecutionsResponse,
1935
1623
  ];
@@ -1937,9 +1625,7 @@ var ListBatchJobRestartPoints = [
1937
1625
  9,
1938
1626
  n0,
1939
1627
  _LBJRP,
1940
- {
1941
- [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}/steps", 200],
1942
- },
1628
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}/steps", 200] },
1943
1629
  () => ListBatchJobRestartPointsRequest,
1944
1630
  () => ListBatchJobRestartPointsResponse,
1945
1631
  ];
@@ -1947,9 +1633,7 @@ var ListDataSetExportHistory = [
1947
1633
  9,
1948
1634
  n0,
1949
1635
  _LDSEH,
1950
- {
1951
- [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks", 200],
1952
- },
1636
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks", 200] },
1953
1637
  () => ListDataSetExportHistoryRequest,
1954
1638
  () => ListDataSetExportHistoryResponse,
1955
1639
  ];
@@ -1957,9 +1641,7 @@ var ListDataSetImportHistory = [
1957
1641
  9,
1958
1642
  n0,
1959
1643
  _LDSIH,
1960
- {
1961
- [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks", 200],
1962
- },
1644
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks", 200] },
1963
1645
  () => ListDataSetImportHistoryRequest,
1964
1646
  () => ListDataSetImportHistoryResponse,
1965
1647
  ];
@@ -1967,9 +1649,7 @@ var ListDataSets = [
1967
1649
  9,
1968
1650
  n0,
1969
1651
  _LDS,
1970
- {
1971
- [_h]: ["GET", "/applications/{applicationId}/datasets", 200],
1972
- },
1652
+ { [_h]: ["GET", "/applications/{applicationId}/datasets", 200] },
1973
1653
  () => ListDataSetsRequest,
1974
1654
  () => ListDataSetsResponse,
1975
1655
  ];
@@ -1977,9 +1657,7 @@ var ListDeployments = [
1977
1657
  9,
1978
1658
  n0,
1979
1659
  _LD,
1980
- {
1981
- [_h]: ["GET", "/applications/{applicationId}/deployments", 200],
1982
- },
1660
+ { [_h]: ["GET", "/applications/{applicationId}/deployments", 200] },
1983
1661
  () => ListDeploymentsRequest,
1984
1662
  () => ListDeploymentsResponse,
1985
1663
  ];
@@ -1987,9 +1665,7 @@ var ListEngineVersions = [
1987
1665
  9,
1988
1666
  n0,
1989
1667
  _LEV,
1990
- {
1991
- [_h]: ["GET", "/engine-versions", 200],
1992
- },
1668
+ { [_h]: ["GET", "/engine-versions", 200] },
1993
1669
  () => ListEngineVersionsRequest,
1994
1670
  () => ListEngineVersionsResponse,
1995
1671
  ];
@@ -1997,9 +1673,7 @@ var ListEnvironments = [
1997
1673
  9,
1998
1674
  n0,
1999
1675
  _LE,
2000
- {
2001
- [_h]: ["GET", "/environments", 200],
2002
- },
1676
+ { [_h]: ["GET", "/environments", 200] },
2003
1677
  () => ListEnvironmentsRequest,
2004
1678
  () => ListEnvironmentsResponse,
2005
1679
  ];
@@ -2007,9 +1681,7 @@ var ListTagsForResource = [
2007
1681
  9,
2008
1682
  n0,
2009
1683
  _LTFR,
2010
- {
2011
- [_h]: ["GET", "/tags/{resourceArn}", 200],
2012
- },
1684
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
2013
1685
  () => ListTagsForResourceRequest,
2014
1686
  () => ListTagsForResourceResponse,
2015
1687
  ];
@@ -2017,9 +1689,7 @@ var StartApplication = [
2017
1689
  9,
2018
1690
  n0,
2019
1691
  _SA,
2020
- {
2021
- [_h]: ["POST", "/applications/{applicationId}/start", 200],
2022
- },
1692
+ { [_h]: ["POST", "/applications/{applicationId}/start", 200] },
2023
1693
  () => StartApplicationRequest,
2024
1694
  () => StartApplicationResponse,
2025
1695
  ];
@@ -2027,9 +1697,7 @@ var StartBatchJob = [
2027
1697
  9,
2028
1698
  n0,
2029
1699
  _SBJ,
2030
- {
2031
- [_h]: ["POST", "/applications/{applicationId}/batch-job", 200],
2032
- },
1700
+ { [_h]: ["POST", "/applications/{applicationId}/batch-job", 200] },
2033
1701
  () => StartBatchJobRequest,
2034
1702
  () => StartBatchJobResponse,
2035
1703
  ];
@@ -2037,9 +1705,7 @@ var StopApplication = [
2037
1705
  9,
2038
1706
  n0,
2039
1707
  _SAt,
2040
- {
2041
- [_h]: ["POST", "/applications/{applicationId}/stop", 200],
2042
- },
1708
+ { [_h]: ["POST", "/applications/{applicationId}/stop", 200] },
2043
1709
  () => StopApplicationRequest,
2044
1710
  () => StopApplicationResponse,
2045
1711
  ];
@@ -2047,9 +1713,7 @@ var TagResource = [
2047
1713
  9,
2048
1714
  n0,
2049
1715
  _TR,
2050
- {
2051
- [_h]: ["POST", "/tags/{resourceArn}", 200],
2052
- },
1716
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
2053
1717
  () => TagResourceRequest,
2054
1718
  () => TagResourceResponse,
2055
1719
  ];
@@ -2057,9 +1721,7 @@ var UntagResource = [
2057
1721
  9,
2058
1722
  n0,
2059
1723
  _UR,
2060
- {
2061
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
2062
- },
1724
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
2063
1725
  () => UntagResourceRequest,
2064
1726
  () => UntagResourceResponse,
2065
1727
  ];
@@ -2067,9 +1729,7 @@ var UpdateApplication = [
2067
1729
  9,
2068
1730
  n0,
2069
1731
  _UA,
2070
- {
2071
- [_h]: ["PATCH", "/applications/{applicationId}", 200],
2072
- },
1732
+ { [_h]: ["PATCH", "/applications/{applicationId}", 200] },
2073
1733
  () => UpdateApplicationRequest,
2074
1734
  () => UpdateApplicationResponse,
2075
1735
  ];
@@ -2077,9 +1737,7 @@ var UpdateEnvironment = [
2077
1737
  9,
2078
1738
  n0,
2079
1739
  _UE,
2080
- {
2081
- [_h]: ["PATCH", "/environments/{environmentId}", 200],
2082
- },
1740
+ { [_h]: ["PATCH", "/environments/{environmentId}", 200] },
2083
1741
  () => UpdateEnvironmentRequest,
2084
1742
  () => UpdateEnvironmentResponse,
2085
1743
  ];