@aws-sdk/client-mwaa-serverless 3.943.0 → 3.947.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 (47) hide show
  1. package/dist-cjs/index.js +37 -190
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/MWAAServerlessClient.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 +37 -191
  8. package/dist-types/MWAAServerless.d.ts +1 -1
  9. package/dist-types/MWAAServerlessClient.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/CreateWorkflowCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -3
  14. package/dist-types/commands/GetTaskInstanceCommand.d.ts +3 -3
  15. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -3
  16. package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -3
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  18. package/dist-types/commands/ListTaskInstancesCommand.d.ts +3 -3
  19. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListWorkflowVersionsCommand.d.ts +3 -3
  21. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -3
  22. package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -3
  23. package/dist-types/commands/StopWorkflowRunCommand.d.ts +3 -3
  24. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  25. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -3
  27. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  28. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  29. package/dist-types/extensionConfiguration.d.ts +4 -4
  30. package/dist-types/models/MWAAServerlessServiceException.d.ts +1 -1
  31. package/dist-types/models/errors.d.ts +1 -1
  32. package/dist-types/pagination/Interfaces.d.ts +1 -1
  33. package/dist-types/pagination/ListTaskInstancesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListWorkflowRunsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  37. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  38. package/dist-types/runtimeConfig.d.ts +1 -1
  39. package/dist-types/runtimeConfig.native.d.ts +1 -1
  40. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  41. package/dist-types/runtimeExtensions.d.ts +1 -1
  42. package/dist-types/schemas/schemas_0.d.ts +1 -2
  43. package/dist-types/ts3.4/MWAAServerlessClient.d.ts +3 -3
  44. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  45. package/dist-types/ts3.4/models/MWAAServerlessServiceException.d.ts +1 -1
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  47. package/package.json +13 -12
@@ -147,29 +147,9 @@ const n0 = "com.amazonaws.mwaaserverless";
147
147
  import { TypeRegistry } from "@smithy/core/schema";
148
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
149
  import { MWAAServerlessServiceException as __MWAAServerlessServiceException } from "../models/MWAAServerlessServiceException";
150
- export var AccessDeniedException = [
151
- -3,
152
- n0,
153
- _ADE,
154
- {
155
- [_e]: _c,
156
- [_hE]: 403,
157
- },
158
- [_M],
159
- [0],
160
- ];
150
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
161
151
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
162
- export var ConflictException = [
163
- -3,
164
- n0,
165
- _CE,
166
- {
167
- [_e]: _c,
168
- [_hE]: 409,
169
- },
170
- [_M, _RI, _RT],
171
- [0, 0, 0],
172
- ];
152
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
173
153
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
174
154
  export var CreateWorkflowRequest = [
175
155
  3,
@@ -208,12 +188,7 @@ export var DeleteWorkflowRequest = [
208
188
  [_WA, _WV],
209
189
  [
210
190
  [0, 1],
211
- [
212
- 0,
213
- {
214
- [_hQ]: _wV,
215
- },
216
- ],
191
+ [0, { [_hQ]: _wV }],
217
192
  ],
218
193
  ];
219
194
  export var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_WA, _WV], [0, 0]];
@@ -246,12 +221,7 @@ export var GetWorkflowRequest = [
246
221
  [_WA, _WV],
247
222
  [
248
223
  [0, 1],
249
- [
250
- 0,
251
- {
252
- [_hQ]: _wV,
253
- },
254
- ],
224
+ [0, { [_hQ]: _wV }],
255
225
  ],
256
226
  ];
257
227
  export var GetWorkflowResponse = [
@@ -302,20 +272,9 @@ export var InternalServerException = [
302
272
  -3,
303
273
  n0,
304
274
  _ISE,
305
- {
306
- [_e]: _s,
307
- [_hE]: 500,
308
- },
275
+ { [_e]: _s, [_hE]: 500 },
309
276
  [_M, _RAS],
310
- [
311
- 0,
312
- [
313
- 1,
314
- {
315
- [_hH]: _RA_,
316
- },
317
- ],
318
- ],
277
+ [0, [1, { [_hH]: _RA_ }]],
319
278
  ];
320
279
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
321
280
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
@@ -329,18 +288,8 @@ export var ListTaskInstancesRequest = [
329
288
  [
330
289
  [0, 1],
331
290
  [0, 1],
332
- [
333
- 1,
334
- {
335
- [_hQ]: _mR,
336
- },
337
- ],
338
- [
339
- 0,
340
- {
341
- [_hQ]: _nT,
342
- },
343
- ],
291
+ [1, { [_hQ]: _mR }],
292
+ [0, { [_hQ]: _nT }],
344
293
  ],
345
294
  ];
346
295
  export var ListTaskInstancesResponse = [
@@ -358,25 +307,10 @@ export var ListWorkflowRunsRequest = [
358
307
  0,
359
308
  [_MR, _NT, _WA, _WV],
360
309
  [
361
- [
362
- 1,
363
- {
364
- [_hQ]: _mR,
365
- },
366
- ],
367
- [
368
- 0,
369
- {
370
- [_hQ]: _nT,
371
- },
372
- ],
310
+ [1, { [_hQ]: _mR }],
311
+ [0, { [_hQ]: _nT }],
373
312
  [0, 1],
374
- [
375
- 0,
376
- {
377
- [_hQ]: _wV,
378
- },
379
- ],
313
+ [0, { [_hQ]: _wV }],
380
314
  ],
381
315
  ];
382
316
  export var ListWorkflowRunsResponse = [
@@ -394,18 +328,8 @@ export var ListWorkflowsRequest = [
394
328
  0,
395
329
  [_MR, _NT],
396
330
  [
397
- [
398
- 1,
399
- {
400
- [_hQ]: _mR,
401
- },
402
- ],
403
- [
404
- 0,
405
- {
406
- [_hQ]: _nT,
407
- },
408
- ],
331
+ [1, { [_hQ]: _mR }],
332
+ [0, { [_hQ]: _nT }],
409
333
  ],
410
334
  ];
411
335
  export var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_Wo, _NT], [() => WorkflowSummaries, 0]];
@@ -416,18 +340,8 @@ export var ListWorkflowVersionsRequest = [
416
340
  0,
417
341
  [_MR, _NT, _WA],
418
342
  [
419
- [
420
- 1,
421
- {
422
- [_hQ]: _mR,
423
- },
424
- ],
425
- [
426
- 0,
427
- {
428
- [_hQ]: _nT,
429
- },
430
- ],
343
+ [1, { [_hQ]: _mR }],
344
+ [0, { [_hQ]: _nT }],
431
345
  [0, 1],
432
346
  ],
433
347
  ];
@@ -441,26 +355,13 @@ export var ListWorkflowVersionsResponse = [
441
355
  ];
442
356
  export var LoggingConfiguration = [3, n0, _LC, 0, [_LGN], [0]];
443
357
  export var NetworkConfiguration = [3, n0, _NC, 0, [_SGI, _SI], [64 | 0, 64 | 0]];
444
- export var OperationTimeoutException = [
445
- -3,
446
- n0,
447
- _OTE,
448
- {
449
- [_e]: _s,
450
- [_hE]: 504,
451
- },
452
- [_M],
453
- [0],
454
- ];
358
+ export var OperationTimeoutException = [-3, n0, _OTE, { [_e]: _s, [_hE]: 504 }, [_M], [0]];
455
359
  TypeRegistry.for(n0).registerError(OperationTimeoutException, __OperationTimeoutException);
456
360
  export var ResourceNotFoundException = [
457
361
  -3,
458
362
  n0,
459
363
  _RNFE,
460
- {
461
- [_e]: _c,
462
- [_hE]: 404,
463
- },
364
+ { [_e]: _c, [_hE]: 404 },
464
365
  [_M, _RI, _RT],
465
366
  [0, 0, 0],
466
367
  ];
@@ -471,10 +372,7 @@ export var ServiceQuotaExceededException = [
471
372
  -3,
472
373
  n0,
473
374
  _SQEE,
474
- {
475
- [_e]: _c,
476
- [_hE]: 402,
477
- },
375
+ { [_e]: _c, [_hE]: 402 },
478
376
  [_M, _RI, _RT, _SCe, _QC],
479
377
  [0, 0, 0, 0, 0],
480
378
  ];
@@ -514,22 +412,9 @@ export var ThrottlingException = [
514
412
  -3,
515
413
  n0,
516
414
  _TE,
517
- {
518
- [_e]: _c,
519
- [_hE]: 429,
520
- },
415
+ { [_e]: _c, [_hE]: 429 },
521
416
  [_M, _SCe, _QC, _RAS],
522
- [
523
- 0,
524
- 0,
525
- 0,
526
- [
527
- 1,
528
- {
529
- [_hH]: _RA_,
530
- },
531
- ],
532
- ],
417
+ [0, 0, 0, [1, { [_hH]: _RA_ }]],
533
418
  ];
534
419
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
535
420
  export var UntagResourceRequest = [
@@ -540,12 +425,7 @@ export var UntagResourceRequest = [
540
425
  [_RAe, _TK],
541
426
  [
542
427
  [0, 1],
543
- [
544
- 64 | 0,
545
- {
546
- [_hQ]: _tK,
547
- },
548
- ],
428
+ [64 | 0, { [_hQ]: _tK }],
549
429
  ],
550
430
  ];
551
431
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -562,10 +442,7 @@ export var ValidationException = [
562
442
  -3,
563
443
  n0,
564
444
  _VE,
565
- {
566
- [_e]: _c,
567
- [_hE]: 400,
568
- },
445
+ { [_e]: _c, [_hE]: 400 },
569
446
  [_M, _R, _FL],
570
447
  [0, 0, () => ValidationExceptionFields],
571
448
  ];
@@ -603,7 +480,6 @@ export var WorkflowVersionSummary = [
603
480
  [_WV, _WA, _ILV, _CA, _MA, _DSL, _SC, _TM],
604
481
  [0, 0, 2, 5, 5, () => DefinitionS3Location, () => ScheduleConfiguration, 0],
605
482
  ];
606
- export var __Unit = "unit";
607
483
  export var MWAAServerlessServiceException = [-3, _sm, "MWAAServerlessServiceException", 0, [], []];
608
484
  TypeRegistry.for(_sm).registerError(MWAAServerlessServiceException, __MWAAServerlessServiceException);
609
485
  export var SecurityGroupIds = 64 | 0;
@@ -623,9 +499,7 @@ export var CreateWorkflow = [
623
499
  9,
624
500
  n0,
625
501
  _CW,
626
- {
627
- [_h]: ["POST", "/workflows", 200],
628
- },
502
+ { [_h]: ["POST", "/workflows", 200] },
629
503
  () => CreateWorkflowRequest,
630
504
  () => CreateWorkflowResponse,
631
505
  ];
@@ -633,9 +507,7 @@ export var DeleteWorkflow = [
633
507
  9,
634
508
  n0,
635
509
  _DW,
636
- {
637
- [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200],
638
- },
510
+ { [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200] },
639
511
  () => DeleteWorkflowRequest,
640
512
  () => DeleteWorkflowResponse,
641
513
  ];
@@ -643,9 +515,7 @@ export var GetTaskInstance = [
643
515
  9,
644
516
  n0,
645
517
  _GTI,
646
- {
647
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200],
648
- },
518
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200] },
649
519
  () => GetTaskInstanceRequest,
650
520
  () => GetTaskInstanceResponse,
651
521
  ];
@@ -653,9 +523,7 @@ export var GetWorkflow = [
653
523
  9,
654
524
  n0,
655
525
  _GW,
656
- {
657
- [_h]: ["GET", "/workflows/{WorkflowArn}", 200],
658
- },
526
+ { [_h]: ["GET", "/workflows/{WorkflowArn}", 200] },
659
527
  () => GetWorkflowRequest,
660
528
  () => GetWorkflowResponse,
661
529
  ];
@@ -663,9 +531,7 @@ export var GetWorkflowRun = [
663
531
  9,
664
532
  n0,
665
533
  _GWRet,
666
- {
667
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200],
668
- },
534
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
669
535
  () => GetWorkflowRunRequest,
670
536
  () => GetWorkflowRunResponse,
671
537
  ];
@@ -673,9 +539,7 @@ export var ListTagsForResource = [
673
539
  9,
674
540
  n0,
675
541
  _LTFR,
676
- {
677
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
678
- },
542
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
679
543
  () => ListTagsForResourceRequest,
680
544
  () => ListTagsForResourceResponse,
681
545
  ];
@@ -683,9 +547,7 @@ export var ListTaskInstances = [
683
547
  9,
684
548
  n0,
685
549
  _LTI,
686
- {
687
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200],
688
- },
550
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200] },
689
551
  () => ListTaskInstancesRequest,
690
552
  () => ListTaskInstancesResponse,
691
553
  ];
@@ -693,9 +555,7 @@ export var ListWorkflowRuns = [
693
555
  9,
694
556
  n0,
695
557
  _LWRis,
696
- {
697
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200],
698
- },
558
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200] },
699
559
  () => ListWorkflowRunsRequest,
700
560
  () => ListWorkflowRunsResponse,
701
561
  ];
@@ -703,9 +563,7 @@ export var ListWorkflows = [
703
563
  9,
704
564
  n0,
705
565
  _LW,
706
- {
707
- [_h]: ["GET", "/workflows", 200],
708
- },
566
+ { [_h]: ["GET", "/workflows", 200] },
709
567
  () => ListWorkflowsRequest,
710
568
  () => ListWorkflowsResponse,
711
569
  ];
@@ -713,9 +571,7 @@ export var ListWorkflowVersions = [
713
571
  9,
714
572
  n0,
715
573
  _LWV,
716
- {
717
- [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200],
718
- },
574
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200] },
719
575
  () => ListWorkflowVersionsRequest,
720
576
  () => ListWorkflowVersionsResponse,
721
577
  ];
@@ -723,9 +579,7 @@ export var StartWorkflowRun = [
723
579
  9,
724
580
  n0,
725
581
  _SWR,
726
- {
727
- [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200],
728
- },
582
+ { [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200] },
729
583
  () => StartWorkflowRunRequest,
730
584
  () => StartWorkflowRunResponse,
731
585
  ];
@@ -733,9 +587,7 @@ export var StopWorkflowRun = [
733
587
  9,
734
588
  n0,
735
589
  _SWRt,
736
- {
737
- [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200],
738
- },
590
+ { [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
739
591
  () => StopWorkflowRunRequest,
740
592
  () => StopWorkflowRunResponse,
741
593
  ];
@@ -743,9 +595,7 @@ export var TagResource = [
743
595
  9,
744
596
  n0,
745
597
  _TR,
746
- {
747
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
748
- },
598
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
749
599
  () => TagResourceRequest,
750
600
  () => TagResourceResponse,
751
601
  ];
@@ -753,9 +603,7 @@ export var UntagResource = [
753
603
  9,
754
604
  n0,
755
605
  _UR,
756
- {
757
- [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
758
- },
606
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
759
607
  () => UntagResourceRequest,
760
608
  () => UntagResourceResponse,
761
609
  ];
@@ -763,9 +611,7 @@ export var UpdateWorkflow = [
763
611
  9,
764
612
  n0,
765
613
  _UW,
766
- {
767
- [_h]: ["PUT", "/workflows/{WorkflowArn}", 200],
768
- },
614
+ { [_h]: ["PUT", "/workflows/{WorkflowArn}", 200] },
769
615
  () => UpdateWorkflowRequest,
770
616
  () => UpdateWorkflowResponse,
771
617
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
3
3
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
4
4
  import { GetTaskInstanceCommandInput, GetTaskInstanceCommandOutput } from "./commands/GetTaskInstanceCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
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";
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";
12
12
  import { GetTaskInstanceCommandInput, GetTaskInstanceCommandOutput } from "./commands/GetTaskInstanceCommand";
@@ -23,7 +23,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
23
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
24
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
25
25
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
26
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
26
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
27
27
  export { __Client };
28
28
  /**
29
29
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { MWAAServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { MWAAServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { MWAAServerlessClientResolvedConfig } from "../MWAAServerlessClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type MWAAServerlessClientResolvedConfig } from "../MWAAServerlessClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetTaskInstanceRequest, GetTaskInstanceResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetTaskInstanceRequest, GetTaskInstanceResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetWorkflowRunRequest, GetWorkflowRunResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetWorkflowRunRequest, GetWorkflowRunResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTaskInstancesRequest, ListTaskInstancesResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTaskInstancesRequest, ListTaskInstancesResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkflowRunsRequest, ListWorkflowRunsResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListWorkflowRunsRequest, ListWorkflowRunsResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkflowVersionsRequest, ListWorkflowVersionsResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListWorkflowVersionsRequest, ListWorkflowVersionsResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */