@aws-sdk/client-m2 3.943.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
@@ -367,17 +367,7 @@ const n0 = "com.amazonaws.m2";
367
367
  import { TypeRegistry } from "@smithy/core/schema";
368
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
369
  import { M2ServiceException as __M2ServiceException } from "../models/M2ServiceException";
370
- export var AccessDeniedException = [
371
- -3,
372
- n0,
373
- _ADE,
374
- {
375
- [_e]: _c,
376
- [_hE]: 403,
377
- },
378
- [_m],
379
- [0],
380
- ];
370
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
381
371
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
382
372
  export var AlternateKey = [3, n0, _AK, 0, [_n, _o, _l, _aD], [0, 1, 1, 2]];
383
373
  export var ApplicationSummary = [
@@ -406,17 +396,7 @@ export var CancelBatchJobExecutionRequest = [
406
396
  [[0, 1], [0, 1], 0],
407
397
  ];
408
398
  export var CancelBatchJobExecutionResponse = [3, n0, _CBJERa, 0, [], []];
409
- export var ConflictException = [
410
- -3,
411
- n0,
412
- _CE,
413
- {
414
- [_e]: _c,
415
- [_hE]: 409,
416
- },
417
- [_m, _rI, _rT],
418
- [0, 0, 0],
419
- ];
399
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
420
400
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
421
401
  export var CreateApplicationRequest = [
422
402
  3,
@@ -554,18 +534,8 @@ export var EfsStorageConfiguration = [
554
534
  0,
555
535
  [_fSI, _mP],
556
536
  [
557
- [
558
- 0,
559
- {
560
- [_jNs]: _fsi,
561
- },
562
- ],
563
- [
564
- 0,
565
- {
566
- [_jNs]: _mp,
567
- },
568
- ],
537
+ [0, { [_jNs]: _fsi }],
538
+ [0, { [_jNs]: _mp }],
569
539
  ],
570
540
  ];
571
541
  export var EngineVersionsSummary = [3, n0, _EVS, 0, [_eT, _eV], [0, 0]];
@@ -577,17 +547,7 @@ export var EnvironmentSummary = [
577
547
  [_n, _eA, _eI, _iT, _s, _eT, _eV, _cT, _nT],
578
548
  [0, 0, 0, 0, 0, 0, 0, 4, 0],
579
549
  ];
580
- export var ExecutionTimeoutException = [
581
- -3,
582
- n0,
583
- _ETE,
584
- {
585
- [_e]: _se,
586
- [_hE]: 504,
587
- },
588
- [_m],
589
- [0],
590
- ];
550
+ export var ExecutionTimeoutException = [-3, n0, _ETE, { [_e]: _se, [_hE]: 504 }, [_m], [0]];
591
551
  TypeRegistry.for(n0).registerError(ExecutionTimeoutException, __ExecutionTimeoutException);
592
552
  export var FileBatchJobDefinition = [3, n0, _FBJD, 0, [_fN, _fP], [0, 0]];
593
553
  export var FileBatchJobIdentifier = [3, n0, _FBJI, 0, [_fN, _fP], [0, 0]];
@@ -598,18 +558,8 @@ export var FsxStorageConfiguration = [
598
558
  0,
599
559
  [_fSI, _mP],
600
560
  [
601
- [
602
- 0,
603
- {
604
- [_jNs]: _fsi,
605
- },
606
- ],
607
- [
608
- 0,
609
- {
610
- [_jNs]: _mp,
611
- },
612
- ],
561
+ [0, { [_jNs]: _fsi }],
562
+ [0, { [_jNs]: _mp }],
613
563
  ],
614
564
  ];
615
565
  export var GdgAttributes = [3, n0, _GA, 0, [_li, _rD], [1, 0]];
@@ -797,20 +747,9 @@ export var InternalServerException = [
797
747
  -3,
798
748
  n0,
799
749
  _ISE,
800
- {
801
- [_e]: _se,
802
- [_hE]: 500,
803
- },
750
+ { [_e]: _se, [_hE]: 500 },
804
751
  [_m, _rAS],
805
- [
806
- 0,
807
- [
808
- 1,
809
- {
810
- [_hH]: _RA,
811
- },
812
- ],
813
- ],
752
+ [0, [1, { [_hH]: _RA }]],
814
753
  ];
815
754
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
816
755
  export var JobStep = [
@@ -836,30 +775,10 @@ export var ListApplicationsRequest = [
836
775
  0,
837
776
  [_nTe, _mR, _na, _eI],
838
777
  [
839
- [
840
- 0,
841
- {
842
- [_hQ]: _nTe,
843
- },
844
- ],
845
- [
846
- 1,
847
- {
848
- [_hQ]: _mR,
849
- },
850
- ],
851
- [
852
- 64 | 0,
853
- {
854
- [_hQ]: _na,
855
- },
856
- ],
857
- [
858
- 0,
859
- {
860
- [_hQ]: _eI,
861
- },
862
- ],
778
+ [0, { [_hQ]: _nTe }],
779
+ [1, { [_hQ]: _mR }],
780
+ [64 | 0, { [_hQ]: _na }],
781
+ [0, { [_hQ]: _eI }],
863
782
  ],
864
783
  ];
865
784
  export var ListApplicationsResponse = [
@@ -877,18 +796,8 @@ export var ListApplicationVersionsRequest = [
877
796
  0,
878
797
  [_nTe, _mR, _aI],
879
798
  [
880
- [
881
- 0,
882
- {
883
- [_hQ]: _nTe,
884
- },
885
- ],
886
- [
887
- 1,
888
- {
889
- [_hQ]: _mR,
890
- },
891
- ],
799
+ [0, { [_hQ]: _nTe }],
800
+ [1, { [_hQ]: _mR }],
892
801
  [0, 1],
893
802
  ],
894
803
  ];
@@ -907,25 +816,10 @@ export var ListBatchJobDefinitionsRequest = [
907
816
  0,
908
817
  [_nTe, _mR, _aI, _pr],
909
818
  [
910
- [
911
- 0,
912
- {
913
- [_hQ]: _nTe,
914
- },
915
- ],
916
- [
917
- 1,
918
- {
919
- [_hQ]: _mR,
920
- },
921
- ],
819
+ [0, { [_hQ]: _nTe }],
820
+ [1, { [_hQ]: _mR }],
922
821
  [0, 1],
923
- [
924
- 0,
925
- {
926
- [_hQ]: _pr,
927
- },
928
- ],
822
+ [0, { [_hQ]: _pr }],
929
823
  ],
930
824
  ];
931
825
  export var ListBatchJobDefinitionsResponse = [
@@ -943,49 +837,14 @@ export var ListBatchJobExecutionsRequest = [
943
837
  0,
944
838
  [_nTe, _mR, _aI, _eIxe, _jN, _s, _sA, _sB],
945
839
  [
946
- [
947
- 0,
948
- {
949
- [_hQ]: _nTe,
950
- },
951
- ],
952
- [
953
- 1,
954
- {
955
- [_hQ]: _mR,
956
- },
957
- ],
840
+ [0, { [_hQ]: _nTe }],
841
+ [1, { [_hQ]: _mR }],
958
842
  [0, 1],
959
- [
960
- 64 | 0,
961
- {
962
- [_hQ]: _eIxe,
963
- },
964
- ],
965
- [
966
- 0,
967
- {
968
- [_hQ]: _jN,
969
- },
970
- ],
971
- [
972
- 0,
973
- {
974
- [_hQ]: _s,
975
- },
976
- ],
977
- [
978
- 4,
979
- {
980
- [_hQ]: _sA,
981
- },
982
- ],
983
- [
984
- 4,
985
- {
986
- [_hQ]: _sB,
987
- },
988
- ],
843
+ [64 | 0, { [_hQ]: _eIxe }],
844
+ [0, { [_hQ]: _jN }],
845
+ [0, { [_hQ]: _s }],
846
+ [4, { [_hQ]: _sA }],
847
+ [4, { [_hQ]: _sB }],
989
848
  ],
990
849
  ];
991
850
  export var ListBatchJobExecutionsResponse = [
@@ -1005,12 +864,7 @@ export var ListBatchJobRestartPointsRequest = [
1005
864
  [
1006
865
  [0, 1],
1007
866
  [0, 1],
1008
- [
1009
- 0,
1010
- {
1011
- [_hQ]: _aSMA,
1012
- },
1013
- ],
867
+ [0, { [_hQ]: _aSMA }],
1014
868
  ],
1015
869
  ];
1016
870
  export var ListBatchJobRestartPointsResponse = [
@@ -1028,18 +882,8 @@ export var ListDataSetExportHistoryRequest = [
1028
882
  0,
1029
883
  [_nTe, _mR, _aI],
1030
884
  [
1031
- [
1032
- 0,
1033
- {
1034
- [_hQ]: _nTe,
1035
- },
1036
- ],
1037
- [
1038
- 1,
1039
- {
1040
- [_hQ]: _mR,
1041
- },
1042
- ],
885
+ [0, { [_hQ]: _nTe }],
886
+ [1, { [_hQ]: _mR }],
1043
887
  [0, 1],
1044
888
  ],
1045
889
  ];
@@ -1058,18 +902,8 @@ export var ListDataSetImportHistoryRequest = [
1058
902
  0,
1059
903
  [_nTe, _mR, _aI],
1060
904
  [
1061
- [
1062
- 0,
1063
- {
1064
- [_hQ]: _nTe,
1065
- },
1066
- ],
1067
- [
1068
- 1,
1069
- {
1070
- [_hQ]: _mR,
1071
- },
1072
- ],
905
+ [0, { [_hQ]: _nTe }],
906
+ [1, { [_hQ]: _mR }],
1073
907
  [0, 1],
1074
908
  ],
1075
909
  ];
@@ -1089,30 +923,10 @@ export var ListDataSetsRequest = [
1089
923
  [_aI, _nTe, _mR, _pr, _nF],
1090
924
  [
1091
925
  [0, 1],
1092
- [
1093
- 0,
1094
- {
1095
- [_hQ]: _nTe,
1096
- },
1097
- ],
1098
- [
1099
- 1,
1100
- {
1101
- [_hQ]: _mR,
1102
- },
1103
- ],
1104
- [
1105
- 0,
1106
- {
1107
- [_hQ]: _pr,
1108
- },
1109
- ],
1110
- [
1111
- 0,
1112
- {
1113
- [_hQ]: _nF,
1114
- },
1115
- ],
926
+ [0, { [_hQ]: _nTe }],
927
+ [1, { [_hQ]: _mR }],
928
+ [0, { [_hQ]: _pr }],
929
+ [0, { [_hQ]: _nF }],
1116
930
  ],
1117
931
  ];
1118
932
  export var ListDataSetsResponse = [
@@ -1130,18 +944,8 @@ export var ListDeploymentsRequest = [
1130
944
  0,
1131
945
  [_nTe, _mR, _aI],
1132
946
  [
1133
- [
1134
- 0,
1135
- {
1136
- [_hQ]: _nTe,
1137
- },
1138
- ],
1139
- [
1140
- 1,
1141
- {
1142
- [_hQ]: _mR,
1143
- },
1144
- ],
947
+ [0, { [_hQ]: _nTe }],
948
+ [1, { [_hQ]: _mR }],
1145
949
  [0, 1],
1146
950
  ],
1147
951
  ];
@@ -1153,24 +957,9 @@ export var ListEngineVersionsRequest = [
1153
957
  0,
1154
958
  [_eT, _nTe, _mR],
1155
959
  [
1156
- [
1157
- 0,
1158
- {
1159
- [_hQ]: _eT,
1160
- },
1161
- ],
1162
- [
1163
- 0,
1164
- {
1165
- [_hQ]: _nTe,
1166
- },
1167
- ],
1168
- [
1169
- 1,
1170
- {
1171
- [_hQ]: _mR,
1172
- },
1173
- ],
960
+ [0, { [_hQ]: _eT }],
961
+ [0, { [_hQ]: _nTe }],
962
+ [1, { [_hQ]: _mR }],
1174
963
  ],
1175
964
  ];
1176
965
  export var ListEngineVersionsResponse = [
@@ -1188,30 +977,10 @@ export var ListEnvironmentsRequest = [
1188
977
  0,
1189
978
  [_nTe, _mR, _na, _eT],
1190
979
  [
1191
- [
1192
- 0,
1193
- {
1194
- [_hQ]: _nTe,
1195
- },
1196
- ],
1197
- [
1198
- 1,
1199
- {
1200
- [_hQ]: _mR,
1201
- },
1202
- ],
1203
- [
1204
- 64 | 0,
1205
- {
1206
- [_hQ]: _na,
1207
- },
1208
- ],
1209
- [
1210
- 0,
1211
- {
1212
- [_hQ]: _eT,
1213
- },
1214
- ],
980
+ [0, { [_hQ]: _nTe }],
981
+ [1, { [_hQ]: _mR }],
982
+ [64 | 0, { [_hQ]: _na }],
983
+ [0, { [_hQ]: _eT }],
1215
984
  ],
1216
985
  ];
1217
986
  export var ListEnvironmentsResponse = [
@@ -1237,10 +1006,7 @@ export var ResourceNotFoundException = [
1237
1006
  -3,
1238
1007
  n0,
1239
1008
  _RNFE,
1240
- {
1241
- [_e]: _c,
1242
- [_hE]: 404,
1243
- },
1009
+ { [_e]: _c, [_hE]: 404 },
1244
1010
  [_m, _rI, _rT],
1245
1011
  [0, 0, 0],
1246
1012
  ];
@@ -1260,25 +1026,12 @@ export var ServiceQuotaExceededException = [
1260
1026
  -3,
1261
1027
  n0,
1262
1028
  _SQEE,
1263
- {
1264
- [_e]: _c,
1265
- [_hE]: 402,
1266
- },
1029
+ { [_e]: _c, [_hE]: 402 },
1267
1030
  [_m, _rI, _rT, _sCe, _qC],
1268
1031
  [0, 0, 0, 0, 0],
1269
1032
  ];
1270
1033
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1271
- export var ServiceUnavailableException = [
1272
- -3,
1273
- n0,
1274
- _SUE,
1275
- {
1276
- [_e]: _se,
1277
- [_hE]: 503,
1278
- },
1279
- [_m],
1280
- [0],
1281
- ];
1034
+ export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
1282
1035
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
1283
1036
  export var StartApplicationRequest = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
1284
1037
  export var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
@@ -1299,22 +1052,9 @@ export var ThrottlingException = [
1299
1052
  -3,
1300
1053
  n0,
1301
1054
  _TE,
1302
- {
1303
- [_e]: _c,
1304
- [_hE]: 429,
1305
- },
1055
+ { [_e]: _c, [_hE]: 429 },
1306
1056
  [_m, _sCe, _qC, _rAS],
1307
- [
1308
- 0,
1309
- 0,
1310
- 0,
1311
- [
1312
- 1,
1313
- {
1314
- [_hH]: _RA,
1315
- },
1316
- ],
1317
- ],
1057
+ [0, 0, 0, [1, { [_hH]: _RA }]],
1318
1058
  ];
1319
1059
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1320
1060
  export var UntagResourceRequest = [
@@ -1325,12 +1065,7 @@ export var UntagResourceRequest = [
1325
1065
  [_rAe, _tK],
1326
1066
  [
1327
1067
  [0, 1],
1328
- [
1329
- 64 | 0,
1330
- {
1331
- [_hQ]: _tK,
1332
- },
1333
- ],
1068
+ [64 | 0, { [_hQ]: _tK }],
1334
1069
  ],
1335
1070
  ];
1336
1071
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1356,10 +1091,7 @@ export var ValidationException = [
1356
1091
  -3,
1357
1092
  n0,
1358
1093
  _VE,
1359
- {
1360
- [_e]: _c,
1361
- [_hE]: 400,
1362
- },
1094
+ { [_e]: _c, [_hE]: 400 },
1363
1095
  [_m, _r, _fL],
1364
1096
  [0, 0, () => ValidationExceptionFieldList],
1365
1097
  ];
@@ -1467,9 +1199,7 @@ export var CancelBatchJobExecution = [
1467
1199
  9,
1468
1200
  n0,
1469
1201
  _CBJE,
1470
- {
1471
- [_h]: ["POST", "/applications/{applicationId}/batch-job-executions/{executionId}/cancel", 200],
1472
- },
1202
+ { [_h]: ["POST", "/applications/{applicationId}/batch-job-executions/{executionId}/cancel", 200] },
1473
1203
  () => CancelBatchJobExecutionRequest,
1474
1204
  () => CancelBatchJobExecutionResponse,
1475
1205
  ];
@@ -1477,9 +1207,7 @@ export var CreateApplication = [
1477
1207
  9,
1478
1208
  n0,
1479
1209
  _CA,
1480
- {
1481
- [_h]: ["POST", "/applications", 200],
1482
- },
1210
+ { [_h]: ["POST", "/applications", 200] },
1483
1211
  () => CreateApplicationRequest,
1484
1212
  () => CreateApplicationResponse,
1485
1213
  ];
@@ -1487,9 +1215,7 @@ export var CreateDataSetExportTask = [
1487
1215
  9,
1488
1216
  n0,
1489
1217
  _CDSET,
1490
- {
1491
- [_h]: ["POST", "/applications/{applicationId}/dataset-export-task", 200],
1492
- },
1218
+ { [_h]: ["POST", "/applications/{applicationId}/dataset-export-task", 200] },
1493
1219
  () => CreateDataSetExportTaskRequest,
1494
1220
  () => CreateDataSetExportTaskResponse,
1495
1221
  ];
@@ -1497,9 +1223,7 @@ export var CreateDataSetImportTask = [
1497
1223
  9,
1498
1224
  n0,
1499
1225
  _CDSIT,
1500
- {
1501
- [_h]: ["POST", "/applications/{applicationId}/dataset-import-task", 200],
1502
- },
1226
+ { [_h]: ["POST", "/applications/{applicationId}/dataset-import-task", 200] },
1503
1227
  () => CreateDataSetImportTaskRequest,
1504
1228
  () => CreateDataSetImportTaskResponse,
1505
1229
  ];
@@ -1507,9 +1231,7 @@ export var CreateDeployment = [
1507
1231
  9,
1508
1232
  n0,
1509
1233
  _CD,
1510
- {
1511
- [_h]: ["POST", "/applications/{applicationId}/deployments", 200],
1512
- },
1234
+ { [_h]: ["POST", "/applications/{applicationId}/deployments", 200] },
1513
1235
  () => CreateDeploymentRequest,
1514
1236
  () => CreateDeploymentResponse,
1515
1237
  ];
@@ -1517,9 +1239,7 @@ export var CreateEnvironment = [
1517
1239
  9,
1518
1240
  n0,
1519
1241
  _CEr,
1520
- {
1521
- [_h]: ["POST", "/environments", 200],
1522
- },
1242
+ { [_h]: ["POST", "/environments", 200] },
1523
1243
  () => CreateEnvironmentRequest,
1524
1244
  () => CreateEnvironmentResponse,
1525
1245
  ];
@@ -1527,9 +1247,7 @@ export var DeleteApplication = [
1527
1247
  9,
1528
1248
  n0,
1529
1249
  _DA,
1530
- {
1531
- [_h]: ["DELETE", "/applications/{applicationId}", 200],
1532
- },
1250
+ { [_h]: ["DELETE", "/applications/{applicationId}", 200] },
1533
1251
  () => DeleteApplicationRequest,
1534
1252
  () => DeleteApplicationResponse,
1535
1253
  ];
@@ -1537,9 +1255,7 @@ export var DeleteApplicationFromEnvironment = [
1537
1255
  9,
1538
1256
  n0,
1539
1257
  _DAFE,
1540
- {
1541
- [_h]: ["DELETE", "/applications/{applicationId}/environment/{environmentId}", 200],
1542
- },
1258
+ { [_h]: ["DELETE", "/applications/{applicationId}/environment/{environmentId}", 200] },
1543
1259
  () => DeleteApplicationFromEnvironmentRequest,
1544
1260
  () => DeleteApplicationFromEnvironmentResponse,
1545
1261
  ];
@@ -1547,9 +1263,7 @@ export var DeleteEnvironment = [
1547
1263
  9,
1548
1264
  n0,
1549
1265
  _DE,
1550
- {
1551
- [_h]: ["DELETE", "/environments/{environmentId}", 200],
1552
- },
1266
+ { [_h]: ["DELETE", "/environments/{environmentId}", 200] },
1553
1267
  () => DeleteEnvironmentRequest,
1554
1268
  () => DeleteEnvironmentResponse,
1555
1269
  ];
@@ -1557,9 +1271,7 @@ export var GetApplication = [
1557
1271
  9,
1558
1272
  n0,
1559
1273
  _GAe,
1560
- {
1561
- [_h]: ["GET", "/applications/{applicationId}", 200],
1562
- },
1274
+ { [_h]: ["GET", "/applications/{applicationId}", 200] },
1563
1275
  () => GetApplicationRequest,
1564
1276
  () => GetApplicationResponse,
1565
1277
  ];
@@ -1567,9 +1279,7 @@ export var GetApplicationVersion = [
1567
1279
  9,
1568
1280
  n0,
1569
1281
  _GAV,
1570
- {
1571
- [_h]: ["GET", "/applications/{applicationId}/versions/{applicationVersion}", 200],
1572
- },
1282
+ { [_h]: ["GET", "/applications/{applicationId}/versions/{applicationVersion}", 200] },
1573
1283
  () => GetApplicationVersionRequest,
1574
1284
  () => GetApplicationVersionResponse,
1575
1285
  ];
@@ -1577,9 +1287,7 @@ export var GetBatchJobExecution = [
1577
1287
  9,
1578
1288
  n0,
1579
1289
  _GBJE,
1580
- {
1581
- [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}", 200],
1582
- },
1290
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}", 200] },
1583
1291
  () => GetBatchJobExecutionRequest,
1584
1292
  () => GetBatchJobExecutionResponse,
1585
1293
  ];
@@ -1587,9 +1295,7 @@ export var GetDataSetDetails = [
1587
1295
  9,
1588
1296
  n0,
1589
1297
  _GDSD,
1590
- {
1591
- [_h]: ["GET", "/applications/{applicationId}/datasets/{dataSetName}", 200],
1592
- },
1298
+ { [_h]: ["GET", "/applications/{applicationId}/datasets/{dataSetName}", 200] },
1593
1299
  () => GetDataSetDetailsRequest,
1594
1300
  () => GetDataSetDetailsResponse,
1595
1301
  ];
@@ -1597,9 +1303,7 @@ export var GetDataSetExportTask = [
1597
1303
  9,
1598
1304
  n0,
1599
1305
  _GDSET,
1600
- {
1601
- [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks/{taskId}", 200],
1602
- },
1306
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks/{taskId}", 200] },
1603
1307
  () => GetDataSetExportTaskRequest,
1604
1308
  () => GetDataSetExportTaskResponse,
1605
1309
  ];
@@ -1607,9 +1311,7 @@ export var GetDataSetImportTask = [
1607
1311
  9,
1608
1312
  n0,
1609
1313
  _GDSIT,
1610
- {
1611
- [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks/{taskId}", 200],
1612
- },
1314
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks/{taskId}", 200] },
1613
1315
  () => GetDataSetImportTaskRequest,
1614
1316
  () => GetDataSetImportTaskResponse,
1615
1317
  ];
@@ -1617,9 +1319,7 @@ export var GetDeployment = [
1617
1319
  9,
1618
1320
  n0,
1619
1321
  _GD,
1620
- {
1621
- [_h]: ["GET", "/applications/{applicationId}/deployments/{deploymentId}", 200],
1622
- },
1322
+ { [_h]: ["GET", "/applications/{applicationId}/deployments/{deploymentId}", 200] },
1623
1323
  () => GetDeploymentRequest,
1624
1324
  () => GetDeploymentResponse,
1625
1325
  ];
@@ -1627,9 +1327,7 @@ export var GetEnvironment = [
1627
1327
  9,
1628
1328
  n0,
1629
1329
  _GE,
1630
- {
1631
- [_h]: ["GET", "/environments/{environmentId}", 200],
1632
- },
1330
+ { [_h]: ["GET", "/environments/{environmentId}", 200] },
1633
1331
  () => GetEnvironmentRequest,
1634
1332
  () => GetEnvironmentResponse,
1635
1333
  ];
@@ -1637,9 +1335,7 @@ export var GetSignedBluinsightsUrl = [
1637
1335
  9,
1638
1336
  n0,
1639
1337
  _GSBU,
1640
- {
1641
- [_h]: ["GET", "/signed-bi-url", 200],
1642
- },
1338
+ { [_h]: ["GET", "/signed-bi-url", 200] },
1643
1339
  () => __Unit,
1644
1340
  () => GetSignedBluinsightsUrlResponse,
1645
1341
  ];
@@ -1647,9 +1343,7 @@ export var ListApplications = [
1647
1343
  9,
1648
1344
  n0,
1649
1345
  _LA,
1650
- {
1651
- [_h]: ["GET", "/applications", 200],
1652
- },
1346
+ { [_h]: ["GET", "/applications", 200] },
1653
1347
  () => ListApplicationsRequest,
1654
1348
  () => ListApplicationsResponse,
1655
1349
  ];
@@ -1657,9 +1351,7 @@ export var ListApplicationVersions = [
1657
1351
  9,
1658
1352
  n0,
1659
1353
  _LAV,
1660
- {
1661
- [_h]: ["GET", "/applications/{applicationId}/versions", 200],
1662
- },
1354
+ { [_h]: ["GET", "/applications/{applicationId}/versions", 200] },
1663
1355
  () => ListApplicationVersionsRequest,
1664
1356
  () => ListApplicationVersionsResponse,
1665
1357
  ];
@@ -1667,9 +1359,7 @@ export var ListBatchJobDefinitions = [
1667
1359
  9,
1668
1360
  n0,
1669
1361
  _LBJD,
1670
- {
1671
- [_h]: ["GET", "/applications/{applicationId}/batch-job-definitions", 200],
1672
- },
1362
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-definitions", 200] },
1673
1363
  () => ListBatchJobDefinitionsRequest,
1674
1364
  () => ListBatchJobDefinitionsResponse,
1675
1365
  ];
@@ -1677,9 +1367,7 @@ export var ListBatchJobExecutions = [
1677
1367
  9,
1678
1368
  n0,
1679
1369
  _LBJE,
1680
- {
1681
- [_h]: ["GET", "/applications/{applicationId}/batch-job-executions", 200],
1682
- },
1370
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions", 200] },
1683
1371
  () => ListBatchJobExecutionsRequest,
1684
1372
  () => ListBatchJobExecutionsResponse,
1685
1373
  ];
@@ -1687,9 +1375,7 @@ export var ListBatchJobRestartPoints = [
1687
1375
  9,
1688
1376
  n0,
1689
1377
  _LBJRP,
1690
- {
1691
- [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}/steps", 200],
1692
- },
1378
+ { [_h]: ["GET", "/applications/{applicationId}/batch-job-executions/{executionId}/steps", 200] },
1693
1379
  () => ListBatchJobRestartPointsRequest,
1694
1380
  () => ListBatchJobRestartPointsResponse,
1695
1381
  ];
@@ -1697,9 +1383,7 @@ export var ListDataSetExportHistory = [
1697
1383
  9,
1698
1384
  n0,
1699
1385
  _LDSEH,
1700
- {
1701
- [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks", 200],
1702
- },
1386
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-export-tasks", 200] },
1703
1387
  () => ListDataSetExportHistoryRequest,
1704
1388
  () => ListDataSetExportHistoryResponse,
1705
1389
  ];
@@ -1707,9 +1391,7 @@ export var ListDataSetImportHistory = [
1707
1391
  9,
1708
1392
  n0,
1709
1393
  _LDSIH,
1710
- {
1711
- [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks", 200],
1712
- },
1394
+ { [_h]: ["GET", "/applications/{applicationId}/dataset-import-tasks", 200] },
1713
1395
  () => ListDataSetImportHistoryRequest,
1714
1396
  () => ListDataSetImportHistoryResponse,
1715
1397
  ];
@@ -1717,9 +1399,7 @@ export var ListDataSets = [
1717
1399
  9,
1718
1400
  n0,
1719
1401
  _LDS,
1720
- {
1721
- [_h]: ["GET", "/applications/{applicationId}/datasets", 200],
1722
- },
1402
+ { [_h]: ["GET", "/applications/{applicationId}/datasets", 200] },
1723
1403
  () => ListDataSetsRequest,
1724
1404
  () => ListDataSetsResponse,
1725
1405
  ];
@@ -1727,9 +1407,7 @@ export var ListDeployments = [
1727
1407
  9,
1728
1408
  n0,
1729
1409
  _LD,
1730
- {
1731
- [_h]: ["GET", "/applications/{applicationId}/deployments", 200],
1732
- },
1410
+ { [_h]: ["GET", "/applications/{applicationId}/deployments", 200] },
1733
1411
  () => ListDeploymentsRequest,
1734
1412
  () => ListDeploymentsResponse,
1735
1413
  ];
@@ -1737,9 +1415,7 @@ export var ListEngineVersions = [
1737
1415
  9,
1738
1416
  n0,
1739
1417
  _LEV,
1740
- {
1741
- [_h]: ["GET", "/engine-versions", 200],
1742
- },
1418
+ { [_h]: ["GET", "/engine-versions", 200] },
1743
1419
  () => ListEngineVersionsRequest,
1744
1420
  () => ListEngineVersionsResponse,
1745
1421
  ];
@@ -1747,9 +1423,7 @@ export var ListEnvironments = [
1747
1423
  9,
1748
1424
  n0,
1749
1425
  _LE,
1750
- {
1751
- [_h]: ["GET", "/environments", 200],
1752
- },
1426
+ { [_h]: ["GET", "/environments", 200] },
1753
1427
  () => ListEnvironmentsRequest,
1754
1428
  () => ListEnvironmentsResponse,
1755
1429
  ];
@@ -1757,9 +1431,7 @@ export var ListTagsForResource = [
1757
1431
  9,
1758
1432
  n0,
1759
1433
  _LTFR,
1760
- {
1761
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1762
- },
1434
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1763
1435
  () => ListTagsForResourceRequest,
1764
1436
  () => ListTagsForResourceResponse,
1765
1437
  ];
@@ -1767,9 +1439,7 @@ export var StartApplication = [
1767
1439
  9,
1768
1440
  n0,
1769
1441
  _SA,
1770
- {
1771
- [_h]: ["POST", "/applications/{applicationId}/start", 200],
1772
- },
1442
+ { [_h]: ["POST", "/applications/{applicationId}/start", 200] },
1773
1443
  () => StartApplicationRequest,
1774
1444
  () => StartApplicationResponse,
1775
1445
  ];
@@ -1777,9 +1447,7 @@ export var StartBatchJob = [
1777
1447
  9,
1778
1448
  n0,
1779
1449
  _SBJ,
1780
- {
1781
- [_h]: ["POST", "/applications/{applicationId}/batch-job", 200],
1782
- },
1450
+ { [_h]: ["POST", "/applications/{applicationId}/batch-job", 200] },
1783
1451
  () => StartBatchJobRequest,
1784
1452
  () => StartBatchJobResponse,
1785
1453
  ];
@@ -1787,9 +1455,7 @@ export var StopApplication = [
1787
1455
  9,
1788
1456
  n0,
1789
1457
  _SAt,
1790
- {
1791
- [_h]: ["POST", "/applications/{applicationId}/stop", 200],
1792
- },
1458
+ { [_h]: ["POST", "/applications/{applicationId}/stop", 200] },
1793
1459
  () => StopApplicationRequest,
1794
1460
  () => StopApplicationResponse,
1795
1461
  ];
@@ -1797,9 +1463,7 @@ export var TagResource = [
1797
1463
  9,
1798
1464
  n0,
1799
1465
  _TR,
1800
- {
1801
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1802
- },
1466
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1803
1467
  () => TagResourceRequest,
1804
1468
  () => TagResourceResponse,
1805
1469
  ];
@@ -1807,9 +1471,7 @@ export var UntagResource = [
1807
1471
  9,
1808
1472
  n0,
1809
1473
  _UR,
1810
- {
1811
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1812
- },
1474
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1813
1475
  () => UntagResourceRequest,
1814
1476
  () => UntagResourceResponse,
1815
1477
  ];
@@ -1817,9 +1479,7 @@ export var UpdateApplication = [
1817
1479
  9,
1818
1480
  n0,
1819
1481
  _UA,
1820
- {
1821
- [_h]: ["PATCH", "/applications/{applicationId}", 200],
1822
- },
1482
+ { [_h]: ["PATCH", "/applications/{applicationId}", 200] },
1823
1483
  () => UpdateApplicationRequest,
1824
1484
  () => UpdateApplicationResponse,
1825
1485
  ];
@@ -1827,9 +1487,7 @@ export var UpdateEnvironment = [
1827
1487
  9,
1828
1488
  n0,
1829
1489
  _UE,
1830
- {
1831
- [_h]: ["PATCH", "/environments/{environmentId}", 200],
1832
- },
1490
+ { [_h]: ["PATCH", "/environments/{environmentId}", 200] },
1833
1491
  () => UpdateEnvironmentRequest,
1834
1492
  () => UpdateEnvironmentResponse,
1835
1493
  ];