@aws-sdk/client-mwaa-serverless 3.940.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) 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 -190
  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 -1
  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/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
  ];
@@ -623,9 +500,7 @@ export var CreateWorkflow = [
623
500
  9,
624
501
  n0,
625
502
  _CW,
626
- {
627
- [_h]: ["POST", "/workflows", 200],
628
- },
503
+ { [_h]: ["POST", "/workflows", 200] },
629
504
  () => CreateWorkflowRequest,
630
505
  () => CreateWorkflowResponse,
631
506
  ];
@@ -633,9 +508,7 @@ export var DeleteWorkflow = [
633
508
  9,
634
509
  n0,
635
510
  _DW,
636
- {
637
- [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200],
638
- },
511
+ { [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200] },
639
512
  () => DeleteWorkflowRequest,
640
513
  () => DeleteWorkflowResponse,
641
514
  ];
@@ -643,9 +516,7 @@ export var GetTaskInstance = [
643
516
  9,
644
517
  n0,
645
518
  _GTI,
646
- {
647
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200],
648
- },
519
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200] },
649
520
  () => GetTaskInstanceRequest,
650
521
  () => GetTaskInstanceResponse,
651
522
  ];
@@ -653,9 +524,7 @@ export var GetWorkflow = [
653
524
  9,
654
525
  n0,
655
526
  _GW,
656
- {
657
- [_h]: ["GET", "/workflows/{WorkflowArn}", 200],
658
- },
527
+ { [_h]: ["GET", "/workflows/{WorkflowArn}", 200] },
659
528
  () => GetWorkflowRequest,
660
529
  () => GetWorkflowResponse,
661
530
  ];
@@ -663,9 +532,7 @@ export var GetWorkflowRun = [
663
532
  9,
664
533
  n0,
665
534
  _GWRet,
666
- {
667
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200],
668
- },
535
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
669
536
  () => GetWorkflowRunRequest,
670
537
  () => GetWorkflowRunResponse,
671
538
  ];
@@ -673,9 +540,7 @@ export var ListTagsForResource = [
673
540
  9,
674
541
  n0,
675
542
  _LTFR,
676
- {
677
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
678
- },
543
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
679
544
  () => ListTagsForResourceRequest,
680
545
  () => ListTagsForResourceResponse,
681
546
  ];
@@ -683,9 +548,7 @@ export var ListTaskInstances = [
683
548
  9,
684
549
  n0,
685
550
  _LTI,
686
- {
687
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200],
688
- },
551
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200] },
689
552
  () => ListTaskInstancesRequest,
690
553
  () => ListTaskInstancesResponse,
691
554
  ];
@@ -693,9 +556,7 @@ export var ListWorkflowRuns = [
693
556
  9,
694
557
  n0,
695
558
  _LWRis,
696
- {
697
- [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200],
698
- },
559
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200] },
699
560
  () => ListWorkflowRunsRequest,
700
561
  () => ListWorkflowRunsResponse,
701
562
  ];
@@ -703,9 +564,7 @@ export var ListWorkflows = [
703
564
  9,
704
565
  n0,
705
566
  _LW,
706
- {
707
- [_h]: ["GET", "/workflows", 200],
708
- },
567
+ { [_h]: ["GET", "/workflows", 200] },
709
568
  () => ListWorkflowsRequest,
710
569
  () => ListWorkflowsResponse,
711
570
  ];
@@ -713,9 +572,7 @@ export var ListWorkflowVersions = [
713
572
  9,
714
573
  n0,
715
574
  _LWV,
716
- {
717
- [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200],
718
- },
575
+ { [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200] },
719
576
  () => ListWorkflowVersionsRequest,
720
577
  () => ListWorkflowVersionsResponse,
721
578
  ];
@@ -723,9 +580,7 @@ export var StartWorkflowRun = [
723
580
  9,
724
581
  n0,
725
582
  _SWR,
726
- {
727
- [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200],
728
- },
583
+ { [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200] },
729
584
  () => StartWorkflowRunRequest,
730
585
  () => StartWorkflowRunResponse,
731
586
  ];
@@ -733,9 +588,7 @@ export var StopWorkflowRun = [
733
588
  9,
734
589
  n0,
735
590
  _SWRt,
736
- {
737
- [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200],
738
- },
591
+ { [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
739
592
  () => StopWorkflowRunRequest,
740
593
  () => StopWorkflowRunResponse,
741
594
  ];
@@ -743,9 +596,7 @@ export var TagResource = [
743
596
  9,
744
597
  n0,
745
598
  _TR,
746
- {
747
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
748
- },
599
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
749
600
  () => TagResourceRequest,
750
601
  () => TagResourceResponse,
751
602
  ];
@@ -753,9 +604,7 @@ export var UntagResource = [
753
604
  9,
754
605
  n0,
755
606
  _UR,
756
- {
757
- [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
758
- },
607
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
759
608
  () => UntagResourceRequest,
760
609
  () => UntagResourceResponse,
761
610
  ];
@@ -763,9 +612,7 @@ export var UpdateWorkflow = [
763
612
  9,
764
613
  n0,
765
614
  _UW,
766
- {
767
- [_h]: ["PUT", "/workflows/{WorkflowArn}", 200],
768
- },
615
+ { [_h]: ["PUT", "/workflows/{WorkflowArn}", 200] },
769
616
  () => UpdateWorkflowRequest,
770
617
  () => UpdateWorkflowResponse,
771
618
  ];
@@ -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
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_0";
4
- import { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_0";
4
+ import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */