@aws-sdk/client-mwaa-serverless 3.952.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 (35) hide show
  1. package/dist-cjs/index.js +231 -165
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateWorkflowCommand.js +2 -2
  4. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  5. package/dist-es/commands/GetTaskInstanceCommand.js +2 -2
  6. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  7. package/dist-es/commands/GetWorkflowRunCommand.js +2 -2
  8. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  9. package/dist-es/commands/ListTaskInstancesCommand.js +2 -2
  10. package/dist-es/commands/ListWorkflowRunsCommand.js +2 -2
  11. package/dist-es/commands/ListWorkflowVersionsCommand.js +2 -2
  12. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  13. package/dist-es/commands/StartWorkflowRunCommand.js +2 -2
  14. package/dist-es/commands/StopWorkflowRunCommand.js +2 -2
  15. package/dist-es/commands/TagResourceCommand.js +2 -2
  16. package/dist-es/commands/UntagResourceCommand.js +2 -2
  17. package/dist-es/commands/UpdateWorkflowCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -6
  20. package/dist-es/schemas/schemas_0.js +134 -134
  21. package/dist-types/MWAAServerlessClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +67 -80
  28. package/dist-types/ts3.4/MWAAServerlessClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +66 -81
  35. package/package.json +34 -34
@@ -145,13 +145,13 @@ const _tK = "tagKeys";
145
145
  const _wV = "workflowVersion";
146
146
  const n0 = "com.amazonaws.mwaaserverless";
147
147
  import { TypeRegistry } from "@smithy/core/schema";
148
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, OperationTimeoutException as __OperationTimeoutException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
149
- import { MWAAServerlessServiceException as __MWAAServerlessServiceException } from "../models/MWAAServerlessServiceException";
150
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
151
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
152
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
153
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
154
- export var CreateWorkflowRequest = [
148
+ import { AccessDeniedException, ConflictException, InternalServerException, OperationTimeoutException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
149
+ import { MWAAServerlessServiceException } from "../models/MWAAServerlessServiceException";
150
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
151
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
152
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
153
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
154
+ export var CreateWorkflowRequest$ = [
155
155
  3,
156
156
  n0,
157
157
  _CWR,
@@ -160,18 +160,18 @@ export var CreateWorkflowRequest = [
160
160
  [
161
161
  0,
162
162
  [0, 4],
163
- () => DefinitionS3Location,
163
+ () => DefinitionS3Location$,
164
164
  0,
165
165
  0,
166
- () => EncryptionConfiguration,
167
- () => LoggingConfiguration,
166
+ () => EncryptionConfiguration$,
167
+ () => LoggingConfiguration$,
168
168
  1,
169
- () => NetworkConfiguration,
169
+ () => NetworkConfiguration$,
170
170
  128 | 0,
171
171
  0,
172
172
  ],
173
173
  ];
174
- export var CreateWorkflowResponse = [
174
+ export var CreateWorkflowResponse$ = [
175
175
  3,
176
176
  n0,
177
177
  _CWRr,
@@ -179,8 +179,8 @@ export var CreateWorkflowResponse = [
179
179
  [_WA, _CA, _RIe, _WS, _WV, _ILV, _W],
180
180
  [0, 5, 0, 0, 0, 2, 64 | 0],
181
181
  ];
182
- export var DefinitionS3Location = [3, n0, _DSL, 0, [_B, _OK, _VI], [0, 0, 0]];
183
- export var DeleteWorkflowRequest = [
182
+ export var DefinitionS3Location$ = [3, n0, _DSL, 0, [_B, _OK, _VI], [0, 0, 0]];
183
+ export var DeleteWorkflowRequest$ = [
184
184
  3,
185
185
  n0,
186
186
  _DWR,
@@ -191,9 +191,9 @@ export var DeleteWorkflowRequest = [
191
191
  [0, { [_hQ]: _wV }],
192
192
  ],
193
193
  ];
194
- export var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_WA, _WV], [0, 0]];
195
- export var EncryptionConfiguration = [3, n0, _EC, 0, [_Ty, _KKI], [0, 0]];
196
- export var GetTaskInstanceRequest = [
194
+ export var DeleteWorkflowResponse$ = [3, n0, _DWRe, 0, [_WA, _WV], [0, 0]];
195
+ export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_Ty, _KKI], [0, 0]];
196
+ export var GetTaskInstanceRequest$ = [
197
197
  3,
198
198
  n0,
199
199
  _GTIR,
@@ -205,7 +205,7 @@ export var GetTaskInstanceRequest = [
205
205
  [0, 1],
206
206
  ],
207
207
  ];
208
- export var GetTaskInstanceResponse = [
208
+ export var GetTaskInstanceResponse$ = [
209
209
  3,
210
210
  n0,
211
211
  _GTIRe,
@@ -213,7 +213,7 @@ export var GetTaskInstanceResponse = [
213
213
  [_WA, _RIu, _TII, _WV, _S, _DIS, _ON, _MA, _EA, _SA, _AN, _EM, _TI, _LS, _X],
214
214
  [0, 0, 0, 0, 0, 1, 0, 5, 5, 5, 1, 0, 0, 0, 128 | 0],
215
215
  ];
216
- export var GetWorkflowRequest = [
216
+ export var GetWorkflowRequest$ = [
217
217
  3,
218
218
  n0,
219
219
  _GWR,
@@ -224,7 +224,7 @@ export var GetWorkflowRequest = [
224
224
  [0, { [_hQ]: _wV }],
225
225
  ],
226
226
  ];
227
- export var GetWorkflowResponse = [
227
+ export var GetWorkflowResponse$ = [
228
228
  3,
229
229
  n0,
230
230
  _GWRe,
@@ -237,19 +237,19 @@ export var GetWorkflowResponse = [
237
237
  0,
238
238
  5,
239
239
  5,
240
- () => EncryptionConfiguration,
241
- () => LoggingConfiguration,
240
+ () => EncryptionConfiguration$,
241
+ () => LoggingConfiguration$,
242
242
  1,
243
243
  0,
244
- () => DefinitionS3Location,
245
- () => ScheduleConfiguration,
244
+ () => DefinitionS3Location$,
245
+ () => ScheduleConfiguration$,
246
246
  0,
247
- () => NetworkConfiguration,
247
+ () => NetworkConfiguration$,
248
248
  0,
249
249
  0,
250
250
  ],
251
251
  ];
252
- export var GetWorkflowRunRequest = [
252
+ export var GetWorkflowRunRequest$ = [
253
253
  3,
254
254
  n0,
255
255
  _GWRR,
@@ -260,15 +260,15 @@ export var GetWorkflowRunRequest = [
260
260
  [0, 1],
261
261
  ],
262
262
  ];
263
- export var GetWorkflowRunResponse = [
263
+ export var GetWorkflowRunResponse$ = [
264
264
  3,
265
265
  n0,
266
266
  _GWRRe,
267
267
  0,
268
268
  [_WA, _WV, _RIu, _RTu, _OP, _RD],
269
- [0, 0, 0, 0, [() => ObjectMap, 0], () => WorkflowRunDetail],
269
+ [0, 0, 0, 0, [() => ObjectMap, 0], () => WorkflowRunDetail$],
270
270
  ];
271
- export var InternalServerException = [
271
+ export var InternalServerException$ = [
272
272
  -3,
273
273
  n0,
274
274
  _ISE,
@@ -276,10 +276,10 @@ export var InternalServerException = [
276
276
  [_M, _RAS],
277
277
  [0, [1, { [_hH]: _RA_ }]],
278
278
  ];
279
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
280
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
281
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
282
- export var ListTaskInstancesRequest = [
279
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
280
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
281
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
282
+ export var ListTaskInstancesRequest$ = [
283
283
  3,
284
284
  n0,
285
285
  _LTIR,
@@ -292,7 +292,7 @@ export var ListTaskInstancesRequest = [
292
292
  [0, { [_hQ]: _nT }],
293
293
  ],
294
294
  ];
295
- export var ListTaskInstancesResponse = [
295
+ export var ListTaskInstancesResponse$ = [
296
296
  3,
297
297
  n0,
298
298
  _LTIRi,
@@ -300,7 +300,7 @@ export var ListTaskInstancesResponse = [
300
300
  [_TIa, _NT],
301
301
  [() => TaskInstanceSummaries, 0],
302
302
  ];
303
- export var ListWorkflowRunsRequest = [
303
+ export var ListWorkflowRunsRequest$ = [
304
304
  3,
305
305
  n0,
306
306
  _LWRR,
@@ -313,7 +313,7 @@ export var ListWorkflowRunsRequest = [
313
313
  [0, { [_hQ]: _wV }],
314
314
  ],
315
315
  ];
316
- export var ListWorkflowRunsResponse = [
316
+ export var ListWorkflowRunsResponse$ = [
317
317
  3,
318
318
  n0,
319
319
  _LWRRi,
@@ -321,7 +321,7 @@ export var ListWorkflowRunsResponse = [
321
321
  [_WR, _NT],
322
322
  [() => WorkflowRunSummaries, 0],
323
323
  ];
324
- export var ListWorkflowsRequest = [
324
+ export var ListWorkflowsRequest$ = [
325
325
  3,
326
326
  n0,
327
327
  _LWR,
@@ -332,8 +332,8 @@ export var ListWorkflowsRequest = [
332
332
  [0, { [_hQ]: _nT }],
333
333
  ],
334
334
  ];
335
- export var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_Wo, _NT], [() => WorkflowSummaries, 0]];
336
- export var ListWorkflowVersionsRequest = [
335
+ export var ListWorkflowsResponse$ = [3, n0, _LWRi, 0, [_Wo, _NT], [() => WorkflowSummaries, 0]];
336
+ export var ListWorkflowVersionsRequest$ = [
337
337
  3,
338
338
  n0,
339
339
  _LWVR,
@@ -345,7 +345,7 @@ export var ListWorkflowVersionsRequest = [
345
345
  [0, 1],
346
346
  ],
347
347
  ];
348
- export var ListWorkflowVersionsResponse = [
348
+ export var ListWorkflowVersionsResponse$ = [
349
349
  3,
350
350
  n0,
351
351
  _LWVRi,
@@ -353,11 +353,11 @@ export var ListWorkflowVersionsResponse = [
353
353
  [_WVo, _NT],
354
354
  [() => WorkflowVersionSummaries, 0],
355
355
  ];
356
- export var LoggingConfiguration = [3, n0, _LC, 0, [_LGN], [0]];
357
- export var NetworkConfiguration = [3, n0, _NC, 0, [_SGI, _SI], [64 | 0, 64 | 0]];
358
- export var OperationTimeoutException = [-3, n0, _OTE, { [_e]: _s, [_hE]: 504 }, [_M], [0]];
359
- TypeRegistry.for(n0).registerError(OperationTimeoutException, __OperationTimeoutException);
360
- export var ResourceNotFoundException = [
356
+ export var LoggingConfiguration$ = [3, n0, _LC, 0, [_LGN], [0]];
357
+ export var NetworkConfiguration$ = [3, n0, _NC, 0, [_SGI, _SI], [64 | 0, 64 | 0]];
358
+ export var OperationTimeoutException$ = [-3, n0, _OTE, { [_e]: _s, [_hE]: 504 }, [_M], [0]];
359
+ TypeRegistry.for(n0).registerError(OperationTimeoutException$, OperationTimeoutException);
360
+ export var ResourceNotFoundException$ = [
361
361
  -3,
362
362
  n0,
363
363
  _RNFE,
@@ -365,10 +365,10 @@ export var ResourceNotFoundException = [
365
365
  [_M, _RI, _RT],
366
366
  [0, 0, 0],
367
367
  ];
368
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
369
- export var RunDetailSummary = [3, n0, _RDS, 0, [_S, _CO, _SA, _EA], [0, 5, 5, 5]];
370
- export var ScheduleConfiguration = [3, n0, _SC, 0, [_CEr], [0]];
371
- export var ServiceQuotaExceededException = [
368
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
369
+ export var RunDetailSummary$ = [3, n0, _RDS, 0, [_S, _CO, _SA, _EA], [0, 5, 5, 5]];
370
+ export var ScheduleConfiguration$ = [3, n0, _SC, 0, [_CEr], [0]];
371
+ export var ServiceQuotaExceededException$ = [
372
372
  -3,
373
373
  n0,
374
374
  _SQEE,
@@ -376,8 +376,8 @@ export var ServiceQuotaExceededException = [
376
376
  [_M, _RI, _RT, _SCe, _QC],
377
377
  [0, 0, 0, 0, 0],
378
378
  ];
379
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
380
- export var StartWorkflowRunRequest = [
379
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
380
+ export var StartWorkflowRunRequest$ = [
381
381
  3,
382
382
  n0,
383
383
  _SWRR,
@@ -385,8 +385,8 @@ export var StartWorkflowRunRequest = [
385
385
  [_WA, _CT, _OP, _WV],
386
386
  [[0, 1], [0, 4], [() => ObjectMap, 0], 0],
387
387
  ];
388
- export var StartWorkflowRunResponse = [3, n0, _SWRRt, 0, [_RIu, _S, _SA], [0, 0, 5]];
389
- export var StopWorkflowRunRequest = [
388
+ export var StartWorkflowRunResponse$ = [3, n0, _SWRRt, 0, [_RIu, _S, _SA], [0, 0, 5]];
389
+ export var StopWorkflowRunRequest$ = [
390
390
  3,
391
391
  n0,
392
392
  _SWRRto,
@@ -397,10 +397,10 @@ export var StopWorkflowRunRequest = [
397
397
  [0, 1],
398
398
  ],
399
399
  ];
400
- export var StopWorkflowRunResponse = [3, n0, _SWRRtop, 0, [_WA, _WV, _RIu, _S], [0, 0, 0, 0]];
401
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
402
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
403
- export var TaskInstanceSummary = [
400
+ export var StopWorkflowRunResponse$ = [3, n0, _SWRRtop, 0, [_WA, _WV, _RIu, _S], [0, 0, 0, 0]];
401
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
402
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
403
+ export var TaskInstanceSummary$ = [
404
404
  3,
405
405
  n0,
406
406
  _TIS,
@@ -408,7 +408,7 @@ export var TaskInstanceSummary = [
408
408
  [_WA, _WV, _RIu, _TII, _S, _DIS, _ON],
409
409
  [0, 0, 0, 0, 0, 1, 0],
410
410
  ];
411
- export var ThrottlingException = [
411
+ export var ThrottlingException$ = [
412
412
  -3,
413
413
  n0,
414
414
  _TE,
@@ -416,8 +416,8 @@ export var ThrottlingException = [
416
416
  [_M, _SCe, _QC, _RAS],
417
417
  [0, 0, 0, [1, { [_hH]: _RA_ }]],
418
418
  ];
419
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
420
- export var UntagResourceRequest = [
419
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
420
+ export var UntagResourceRequest$ = [
421
421
  3,
422
422
  n0,
423
423
  _URR,
@@ -428,17 +428,17 @@ export var UntagResourceRequest = [
428
428
  [64 | 0, { [_hQ]: _tK }],
429
429
  ],
430
430
  ];
431
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
432
- export var UpdateWorkflowRequest = [
431
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
432
+ export var UpdateWorkflowRequest$ = [
433
433
  3,
434
434
  n0,
435
435
  _UWR,
436
436
  0,
437
437
  [_WA, _DSL, _RA, _D, _LC, _EV, _NC, _TM],
438
- [[0, 1], () => DefinitionS3Location, 0, 0, () => LoggingConfiguration, 1, () => NetworkConfiguration, 0],
438
+ [[0, 1], () => DefinitionS3Location$, 0, 0, () => LoggingConfiguration$, 1, () => NetworkConfiguration$, 0],
439
439
  ];
440
- export var UpdateWorkflowResponse = [3, n0, _UWRp, 0, [_WA, _MA, _WV, _W], [0, 5, 0, 64 | 0]];
441
- export var ValidationException = [
440
+ export var UpdateWorkflowResponse$ = [3, n0, _UWRp, 0, [_WA, _MA, _WV, _W], [0, 5, 0, 64 | 0]];
441
+ export var ValidationException$ = [
442
442
  -3,
443
443
  n0,
444
444
  _VE,
@@ -446,9 +446,9 @@ export var ValidationException = [
446
446
  [_M, _R, _FL],
447
447
  [0, 0, () => ValidationExceptionFields],
448
448
  ];
449
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
450
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
451
- export var WorkflowRunDetail = [
449
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
450
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
451
+ export var WorkflowRunDetail$ = [
452
452
  3,
453
453
  n0,
454
454
  _WRD,
@@ -456,15 +456,15 @@ export var WorkflowRunDetail = [
456
456
  [_WA, _WV, _RIu, _RTu, _SO, _CA, _COo, _MA, _Du, _EM, _TIa, _RS],
457
457
  [0, 0, 0, 0, 5, 5, 5, 5, 1, 0, 64 | 0, 0],
458
458
  ];
459
- export var WorkflowRunSummary = [
459
+ export var WorkflowRunSummary$ = [
460
460
  3,
461
461
  n0,
462
462
  _WRS,
463
463
  0,
464
464
  [_RIu, _WA, _WV, _RTu, _RDS],
465
- [0, 0, 0, 0, () => RunDetailSummary],
465
+ [0, 0, 0, 0, () => RunDetailSummary$],
466
466
  ];
467
- export var WorkflowSummary = [
467
+ export var WorkflowSummary$ = [
468
468
  3,
469
469
  n0,
470
470
  _WSo,
@@ -472,146 +472,146 @@ export var WorkflowSummary = [
472
472
  [_WA, _WV, _N, _D, _CA, _MA, _WS, _TM],
473
473
  [0, 0, 0, 0, 5, 5, 0, 0],
474
474
  ];
475
- export var WorkflowVersionSummary = [
475
+ export var WorkflowVersionSummary$ = [
476
476
  3,
477
477
  n0,
478
478
  _WVS,
479
479
  0,
480
480
  [_WV, _WA, _ILV, _CA, _MA, _DSL, _SC, _TM],
481
- [0, 0, 2, 5, 5, () => DefinitionS3Location, () => ScheduleConfiguration, 0],
482
- ];
483
- export var MWAAServerlessServiceException = [-3, _sm, "MWAAServerlessServiceException", 0, [], []];
484
- TypeRegistry.for(_sm).registerError(MWAAServerlessServiceException, __MWAAServerlessServiceException);
485
- export var SecurityGroupIds = 64 | 0;
486
- export var SubnetIds = 64 | 0;
487
- export var TagKeys = 64 | 0;
488
- export var TaskInstanceIds = 64 | 0;
489
- export var TaskInstanceSummaries = [1, n0, _TISa, 0, () => TaskInstanceSummary];
490
- export var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField];
491
- export var WarningMessages = 64 | 0;
492
- export var WorkflowRunSummaries = [1, n0, _WRSo, 0, () => WorkflowRunSummary];
493
- export var WorkflowSummaries = [1, n0, _WSor, 0, () => WorkflowSummary];
494
- export var WorkflowVersionSummaries = [1, n0, _WVSo, 0, () => WorkflowVersionSummary];
495
- export var GenericMap = 128 | 0;
496
- export var ObjectMap = [2, n0, _OM, 8, 0, 15];
497
- export var Tags = 128 | 0;
498
- export var CreateWorkflow = [
481
+ [0, 0, 2, 5, 5, () => DefinitionS3Location$, () => ScheduleConfiguration$, 0],
482
+ ];
483
+ export var MWAAServerlessServiceException$ = [-3, _sm, "MWAAServerlessServiceException", 0, [], []];
484
+ TypeRegistry.for(_sm).registerError(MWAAServerlessServiceException$, MWAAServerlessServiceException);
485
+ var SecurityGroupIds = 64 | 0;
486
+ var SubnetIds = 64 | 0;
487
+ var TagKeys = 64 | 0;
488
+ var TaskInstanceIds = 64 | 0;
489
+ var TaskInstanceSummaries = [1, n0, _TISa, 0, () => TaskInstanceSummary$];
490
+ var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField$];
491
+ var WarningMessages = 64 | 0;
492
+ var WorkflowRunSummaries = [1, n0, _WRSo, 0, () => WorkflowRunSummary$];
493
+ var WorkflowSummaries = [1, n0, _WSor, 0, () => WorkflowSummary$];
494
+ var WorkflowVersionSummaries = [1, n0, _WVSo, 0, () => WorkflowVersionSummary$];
495
+ var GenericMap = 128 | 0;
496
+ var ObjectMap = [2, n0, _OM, 8, 0, 15];
497
+ var Tags = 128 | 0;
498
+ export var CreateWorkflow$ = [
499
499
  9,
500
500
  n0,
501
501
  _CW,
502
502
  { [_h]: ["POST", "/workflows", 200] },
503
- () => CreateWorkflowRequest,
504
- () => CreateWorkflowResponse,
503
+ () => CreateWorkflowRequest$,
504
+ () => CreateWorkflowResponse$,
505
505
  ];
506
- export var DeleteWorkflow = [
506
+ export var DeleteWorkflow$ = [
507
507
  9,
508
508
  n0,
509
509
  _DW,
510
510
  { [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200] },
511
- () => DeleteWorkflowRequest,
512
- () => DeleteWorkflowResponse,
511
+ () => DeleteWorkflowRequest$,
512
+ () => DeleteWorkflowResponse$,
513
513
  ];
514
- export var GetTaskInstance = [
514
+ export var GetTaskInstance$ = [
515
515
  9,
516
516
  n0,
517
517
  _GTI,
518
518
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200] },
519
- () => GetTaskInstanceRequest,
520
- () => GetTaskInstanceResponse,
519
+ () => GetTaskInstanceRequest$,
520
+ () => GetTaskInstanceResponse$,
521
521
  ];
522
- export var GetWorkflow = [
522
+ export var GetWorkflow$ = [
523
523
  9,
524
524
  n0,
525
525
  _GW,
526
526
  { [_h]: ["GET", "/workflows/{WorkflowArn}", 200] },
527
- () => GetWorkflowRequest,
528
- () => GetWorkflowResponse,
527
+ () => GetWorkflowRequest$,
528
+ () => GetWorkflowResponse$,
529
529
  ];
530
- export var GetWorkflowRun = [
530
+ export var GetWorkflowRun$ = [
531
531
  9,
532
532
  n0,
533
533
  _GWRet,
534
534
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
535
- () => GetWorkflowRunRequest,
536
- () => GetWorkflowRunResponse,
535
+ () => GetWorkflowRunRequest$,
536
+ () => GetWorkflowRunResponse$,
537
537
  ];
538
- export var ListTagsForResource = [
538
+ export var ListTagsForResource$ = [
539
539
  9,
540
540
  n0,
541
541
  _LTFR,
542
542
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
543
- () => ListTagsForResourceRequest,
544
- () => ListTagsForResourceResponse,
543
+ () => ListTagsForResourceRequest$,
544
+ () => ListTagsForResourceResponse$,
545
545
  ];
546
- export var ListTaskInstances = [
546
+ export var ListTaskInstances$ = [
547
547
  9,
548
548
  n0,
549
549
  _LTI,
550
550
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200] },
551
- () => ListTaskInstancesRequest,
552
- () => ListTaskInstancesResponse,
551
+ () => ListTaskInstancesRequest$,
552
+ () => ListTaskInstancesResponse$,
553
553
  ];
554
- export var ListWorkflowRuns = [
554
+ export var ListWorkflowRuns$ = [
555
555
  9,
556
556
  n0,
557
557
  _LWRis,
558
558
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200] },
559
- () => ListWorkflowRunsRequest,
560
- () => ListWorkflowRunsResponse,
559
+ () => ListWorkflowRunsRequest$,
560
+ () => ListWorkflowRunsResponse$,
561
561
  ];
562
- export var ListWorkflows = [
562
+ export var ListWorkflows$ = [
563
563
  9,
564
564
  n0,
565
565
  _LW,
566
566
  { [_h]: ["GET", "/workflows", 200] },
567
- () => ListWorkflowsRequest,
568
- () => ListWorkflowsResponse,
567
+ () => ListWorkflowsRequest$,
568
+ () => ListWorkflowsResponse$,
569
569
  ];
570
- export var ListWorkflowVersions = [
570
+ export var ListWorkflowVersions$ = [
571
571
  9,
572
572
  n0,
573
573
  _LWV,
574
574
  { [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200] },
575
- () => ListWorkflowVersionsRequest,
576
- () => ListWorkflowVersionsResponse,
575
+ () => ListWorkflowVersionsRequest$,
576
+ () => ListWorkflowVersionsResponse$,
577
577
  ];
578
- export var StartWorkflowRun = [
578
+ export var StartWorkflowRun$ = [
579
579
  9,
580
580
  n0,
581
581
  _SWR,
582
582
  { [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200] },
583
- () => StartWorkflowRunRequest,
584
- () => StartWorkflowRunResponse,
583
+ () => StartWorkflowRunRequest$,
584
+ () => StartWorkflowRunResponse$,
585
585
  ];
586
- export var StopWorkflowRun = [
586
+ export var StopWorkflowRun$ = [
587
587
  9,
588
588
  n0,
589
589
  _SWRt,
590
590
  { [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
591
- () => StopWorkflowRunRequest,
592
- () => StopWorkflowRunResponse,
591
+ () => StopWorkflowRunRequest$,
592
+ () => StopWorkflowRunResponse$,
593
593
  ];
594
- export var TagResource = [
594
+ export var TagResource$ = [
595
595
  9,
596
596
  n0,
597
597
  _TR,
598
598
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
599
- () => TagResourceRequest,
600
- () => TagResourceResponse,
599
+ () => TagResourceRequest$,
600
+ () => TagResourceResponse$,
601
601
  ];
602
- export var UntagResource = [
602
+ export var UntagResource$ = [
603
603
  9,
604
604
  n0,
605
605
  _UR,
606
606
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
607
- () => UntagResourceRequest,
608
- () => UntagResourceResponse,
607
+ () => UntagResourceRequest$,
608
+ () => UntagResourceResponse$,
609
609
  ];
610
- export var UpdateWorkflow = [
610
+ export var UpdateWorkflow$ = [
611
611
  9,
612
612
  n0,
613
613
  _UW,
614
614
  { [_h]: ["PUT", "/workflows/{WorkflowArn}", 200] },
615
- () => UpdateWorkflowRequest,
616
- () => UpdateWorkflowResponse,
615
+ () => UpdateWorkflowRequest$,
616
+ () => UpdateWorkflowResponse$,
617
617
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
11
11
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
@@ -156,15 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
156
156
  * Optional extensions
157
157
  */
158
158
  extensions?: RuntimeExtension[];
159
- /**
160
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
161
- * may be overridden. A default will always be set by the client.
162
- * Available options depend on the service's supported protocols and will not be validated by
163
- * the client.
164
- * @alpha
165
- *
166
- */
167
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
168
159
  /**
169
160
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
170
161
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { MWAAServerlessExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: MWAAServerlessClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: MWAAServerlessClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: MWAAServerlessClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: MWAAServerlessClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: MWAAServerlessClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: MWAAServerlessClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;