@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.
- package/dist-cjs/index.js +37 -190
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/MWAAServerlessClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +37 -190
- package/dist-types/MWAAServerless.d.ts +1 -1
- package/dist-types/MWAAServerlessClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/GetTaskInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTaskInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkflowVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -3
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -3
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/MWAAServerlessServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListTaskInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/MWAAServerlessClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MWAAServerlessServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -406,29 +406,9 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mwaaserverless";
|
|
|
406
406
|
const _tK = "tagKeys";
|
|
407
407
|
const _wV = "workflowVersion";
|
|
408
408
|
const n0 = "com.amazonaws.mwaaserverless";
|
|
409
|
-
var AccessDeniedException = [
|
|
410
|
-
-3,
|
|
411
|
-
n0,
|
|
412
|
-
_ADE,
|
|
413
|
-
{
|
|
414
|
-
[_e]: _c,
|
|
415
|
-
[_hE]: 403,
|
|
416
|
-
},
|
|
417
|
-
[_M],
|
|
418
|
-
[0],
|
|
419
|
-
];
|
|
409
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
420
410
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
421
|
-
var ConflictException = [
|
|
422
|
-
-3,
|
|
423
|
-
n0,
|
|
424
|
-
_CE,
|
|
425
|
-
{
|
|
426
|
-
[_e]: _c,
|
|
427
|
-
[_hE]: 409,
|
|
428
|
-
},
|
|
429
|
-
[_M, _RI, _RT],
|
|
430
|
-
[0, 0, 0],
|
|
431
|
-
];
|
|
411
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
432
412
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
433
413
|
var CreateWorkflowRequest = [
|
|
434
414
|
3,
|
|
@@ -467,12 +447,7 @@ var DeleteWorkflowRequest = [
|
|
|
467
447
|
[_WA, _WV],
|
|
468
448
|
[
|
|
469
449
|
[0, 1],
|
|
470
|
-
[
|
|
471
|
-
0,
|
|
472
|
-
{
|
|
473
|
-
[_hQ]: _wV,
|
|
474
|
-
},
|
|
475
|
-
],
|
|
450
|
+
[0, { [_hQ]: _wV }],
|
|
476
451
|
],
|
|
477
452
|
];
|
|
478
453
|
var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_WA, _WV], [0, 0]];
|
|
@@ -505,12 +480,7 @@ var GetWorkflowRequest = [
|
|
|
505
480
|
[_WA, _WV],
|
|
506
481
|
[
|
|
507
482
|
[0, 1],
|
|
508
|
-
[
|
|
509
|
-
0,
|
|
510
|
-
{
|
|
511
|
-
[_hQ]: _wV,
|
|
512
|
-
},
|
|
513
|
-
],
|
|
483
|
+
[0, { [_hQ]: _wV }],
|
|
514
484
|
],
|
|
515
485
|
];
|
|
516
486
|
var GetWorkflowResponse = [
|
|
@@ -561,20 +531,9 @@ var InternalServerException = [
|
|
|
561
531
|
-3,
|
|
562
532
|
n0,
|
|
563
533
|
_ISE,
|
|
564
|
-
{
|
|
565
|
-
[_e]: _s,
|
|
566
|
-
[_hE]: 500,
|
|
567
|
-
},
|
|
534
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
568
535
|
[_M, _RAS],
|
|
569
|
-
[
|
|
570
|
-
0,
|
|
571
|
-
[
|
|
572
|
-
1,
|
|
573
|
-
{
|
|
574
|
-
[_hH]: _RA_,
|
|
575
|
-
},
|
|
576
|
-
],
|
|
577
|
-
],
|
|
536
|
+
[0, [1, { [_hH]: _RA_ }]],
|
|
578
537
|
];
|
|
579
538
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
580
539
|
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
|
|
@@ -588,18 +547,8 @@ var ListTaskInstancesRequest = [
|
|
|
588
547
|
[
|
|
589
548
|
[0, 1],
|
|
590
549
|
[0, 1],
|
|
591
|
-
[
|
|
592
|
-
|
|
593
|
-
{
|
|
594
|
-
[_hQ]: _mR,
|
|
595
|
-
},
|
|
596
|
-
],
|
|
597
|
-
[
|
|
598
|
-
0,
|
|
599
|
-
{
|
|
600
|
-
[_hQ]: _nT,
|
|
601
|
-
},
|
|
602
|
-
],
|
|
550
|
+
[1, { [_hQ]: _mR }],
|
|
551
|
+
[0, { [_hQ]: _nT }],
|
|
603
552
|
],
|
|
604
553
|
];
|
|
605
554
|
var ListTaskInstancesResponse = [
|
|
@@ -617,25 +566,10 @@ var ListWorkflowRunsRequest = [
|
|
|
617
566
|
0,
|
|
618
567
|
[_MR, _NT, _WA, _WV],
|
|
619
568
|
[
|
|
620
|
-
[
|
|
621
|
-
|
|
622
|
-
{
|
|
623
|
-
[_hQ]: _mR,
|
|
624
|
-
},
|
|
625
|
-
],
|
|
626
|
-
[
|
|
627
|
-
0,
|
|
628
|
-
{
|
|
629
|
-
[_hQ]: _nT,
|
|
630
|
-
},
|
|
631
|
-
],
|
|
569
|
+
[1, { [_hQ]: _mR }],
|
|
570
|
+
[0, { [_hQ]: _nT }],
|
|
632
571
|
[0, 1],
|
|
633
|
-
[
|
|
634
|
-
0,
|
|
635
|
-
{
|
|
636
|
-
[_hQ]: _wV,
|
|
637
|
-
},
|
|
638
|
-
],
|
|
572
|
+
[0, { [_hQ]: _wV }],
|
|
639
573
|
],
|
|
640
574
|
];
|
|
641
575
|
var ListWorkflowRunsResponse = [
|
|
@@ -653,18 +587,8 @@ var ListWorkflowsRequest = [
|
|
|
653
587
|
0,
|
|
654
588
|
[_MR, _NT],
|
|
655
589
|
[
|
|
656
|
-
[
|
|
657
|
-
|
|
658
|
-
{
|
|
659
|
-
[_hQ]: _mR,
|
|
660
|
-
},
|
|
661
|
-
],
|
|
662
|
-
[
|
|
663
|
-
0,
|
|
664
|
-
{
|
|
665
|
-
[_hQ]: _nT,
|
|
666
|
-
},
|
|
667
|
-
],
|
|
590
|
+
[1, { [_hQ]: _mR }],
|
|
591
|
+
[0, { [_hQ]: _nT }],
|
|
668
592
|
],
|
|
669
593
|
];
|
|
670
594
|
var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_Wo, _NT], [() => WorkflowSummaries, 0]];
|
|
@@ -675,18 +599,8 @@ var ListWorkflowVersionsRequest = [
|
|
|
675
599
|
0,
|
|
676
600
|
[_MR, _NT, _WA],
|
|
677
601
|
[
|
|
678
|
-
[
|
|
679
|
-
|
|
680
|
-
{
|
|
681
|
-
[_hQ]: _mR,
|
|
682
|
-
},
|
|
683
|
-
],
|
|
684
|
-
[
|
|
685
|
-
0,
|
|
686
|
-
{
|
|
687
|
-
[_hQ]: _nT,
|
|
688
|
-
},
|
|
689
|
-
],
|
|
602
|
+
[1, { [_hQ]: _mR }],
|
|
603
|
+
[0, { [_hQ]: _nT }],
|
|
690
604
|
[0, 1],
|
|
691
605
|
],
|
|
692
606
|
];
|
|
@@ -700,26 +614,13 @@ var ListWorkflowVersionsResponse = [
|
|
|
700
614
|
];
|
|
701
615
|
var LoggingConfiguration = [3, n0, _LC, 0, [_LGN], [0]];
|
|
702
616
|
var NetworkConfiguration = [3, n0, _NC, 0, [_SGI, _SI], [64 | 0, 64 | 0]];
|
|
703
|
-
var OperationTimeoutException = [
|
|
704
|
-
-3,
|
|
705
|
-
n0,
|
|
706
|
-
_OTE,
|
|
707
|
-
{
|
|
708
|
-
[_e]: _s,
|
|
709
|
-
[_hE]: 504,
|
|
710
|
-
},
|
|
711
|
-
[_M],
|
|
712
|
-
[0],
|
|
713
|
-
];
|
|
617
|
+
var OperationTimeoutException = [-3, n0, _OTE, { [_e]: _s, [_hE]: 504 }, [_M], [0]];
|
|
714
618
|
schema.TypeRegistry.for(n0).registerError(OperationTimeoutException, OperationTimeoutException$1);
|
|
715
619
|
var ResourceNotFoundException = [
|
|
716
620
|
-3,
|
|
717
621
|
n0,
|
|
718
622
|
_RNFE,
|
|
719
|
-
{
|
|
720
|
-
[_e]: _c,
|
|
721
|
-
[_hE]: 404,
|
|
722
|
-
},
|
|
623
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
723
624
|
[_M, _RI, _RT],
|
|
724
625
|
[0, 0, 0],
|
|
725
626
|
];
|
|
@@ -730,10 +631,7 @@ var ServiceQuotaExceededException = [
|
|
|
730
631
|
-3,
|
|
731
632
|
n0,
|
|
732
633
|
_SQEE,
|
|
733
|
-
{
|
|
734
|
-
[_e]: _c,
|
|
735
|
-
[_hE]: 402,
|
|
736
|
-
},
|
|
634
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
737
635
|
[_M, _RI, _RT, _SCe, _QC],
|
|
738
636
|
[0, 0, 0, 0, 0],
|
|
739
637
|
];
|
|
@@ -773,22 +671,9 @@ var ThrottlingException = [
|
|
|
773
671
|
-3,
|
|
774
672
|
n0,
|
|
775
673
|
_TE,
|
|
776
|
-
{
|
|
777
|
-
[_e]: _c,
|
|
778
|
-
[_hE]: 429,
|
|
779
|
-
},
|
|
674
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
780
675
|
[_M, _SCe, _QC, _RAS],
|
|
781
|
-
[
|
|
782
|
-
0,
|
|
783
|
-
0,
|
|
784
|
-
0,
|
|
785
|
-
[
|
|
786
|
-
1,
|
|
787
|
-
{
|
|
788
|
-
[_hH]: _RA_,
|
|
789
|
-
},
|
|
790
|
-
],
|
|
791
|
-
],
|
|
676
|
+
[0, 0, 0, [1, { [_hH]: _RA_ }]],
|
|
792
677
|
];
|
|
793
678
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
794
679
|
var UntagResourceRequest = [
|
|
@@ -799,12 +684,7 @@ var UntagResourceRequest = [
|
|
|
799
684
|
[_RAe, _TK],
|
|
800
685
|
[
|
|
801
686
|
[0, 1],
|
|
802
|
-
[
|
|
803
|
-
64 | 0,
|
|
804
|
-
{
|
|
805
|
-
[_hQ]: _tK,
|
|
806
|
-
},
|
|
807
|
-
],
|
|
687
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
808
688
|
],
|
|
809
689
|
];
|
|
810
690
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -821,10 +701,7 @@ var ValidationException = [
|
|
|
821
701
|
-3,
|
|
822
702
|
n0,
|
|
823
703
|
_VE,
|
|
824
|
-
{
|
|
825
|
-
[_e]: _c,
|
|
826
|
-
[_hE]: 400,
|
|
827
|
-
},
|
|
704
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
828
705
|
[_M, _R, _FL],
|
|
829
706
|
[0, 0, () => ValidationExceptionFields],
|
|
830
707
|
];
|
|
@@ -874,9 +751,7 @@ var CreateWorkflow = [
|
|
|
874
751
|
9,
|
|
875
752
|
n0,
|
|
876
753
|
_CW,
|
|
877
|
-
{
|
|
878
|
-
[_h]: ["POST", "/workflows", 200],
|
|
879
|
-
},
|
|
754
|
+
{ [_h]: ["POST", "/workflows", 200] },
|
|
880
755
|
() => CreateWorkflowRequest,
|
|
881
756
|
() => CreateWorkflowResponse,
|
|
882
757
|
];
|
|
@@ -884,9 +759,7 @@ var DeleteWorkflow = [
|
|
|
884
759
|
9,
|
|
885
760
|
n0,
|
|
886
761
|
_DW,
|
|
887
|
-
{
|
|
888
|
-
[_h]: ["DELETE", "/workflows/{WorkflowArn}", 200],
|
|
889
|
-
},
|
|
762
|
+
{ [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200] },
|
|
890
763
|
() => DeleteWorkflowRequest,
|
|
891
764
|
() => DeleteWorkflowResponse,
|
|
892
765
|
];
|
|
@@ -894,9 +767,7 @@ var GetTaskInstance = [
|
|
|
894
767
|
9,
|
|
895
768
|
n0,
|
|
896
769
|
_GTI,
|
|
897
|
-
{
|
|
898
|
-
[_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200],
|
|
899
|
-
},
|
|
770
|
+
{ [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200] },
|
|
900
771
|
() => GetTaskInstanceRequest,
|
|
901
772
|
() => GetTaskInstanceResponse,
|
|
902
773
|
];
|
|
@@ -904,9 +775,7 @@ var GetWorkflow = [
|
|
|
904
775
|
9,
|
|
905
776
|
n0,
|
|
906
777
|
_GW,
|
|
907
|
-
{
|
|
908
|
-
[_h]: ["GET", "/workflows/{WorkflowArn}", 200],
|
|
909
|
-
},
|
|
778
|
+
{ [_h]: ["GET", "/workflows/{WorkflowArn}", 200] },
|
|
910
779
|
() => GetWorkflowRequest,
|
|
911
780
|
() => GetWorkflowResponse,
|
|
912
781
|
];
|
|
@@ -914,9 +783,7 @@ var GetWorkflowRun = [
|
|
|
914
783
|
9,
|
|
915
784
|
n0,
|
|
916
785
|
_GWRet,
|
|
917
|
-
{
|
|
918
|
-
[_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200],
|
|
919
|
-
},
|
|
786
|
+
{ [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
|
|
920
787
|
() => GetWorkflowRunRequest,
|
|
921
788
|
() => GetWorkflowRunResponse,
|
|
922
789
|
];
|
|
@@ -924,9 +791,7 @@ var ListTagsForResource = [
|
|
|
924
791
|
9,
|
|
925
792
|
n0,
|
|
926
793
|
_LTFR,
|
|
927
|
-
{
|
|
928
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
929
|
-
},
|
|
794
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
930
795
|
() => ListTagsForResourceRequest,
|
|
931
796
|
() => ListTagsForResourceResponse,
|
|
932
797
|
];
|
|
@@ -934,9 +799,7 @@ var ListTaskInstances = [
|
|
|
934
799
|
9,
|
|
935
800
|
n0,
|
|
936
801
|
_LTI,
|
|
937
|
-
{
|
|
938
|
-
[_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200],
|
|
939
|
-
},
|
|
802
|
+
{ [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200] },
|
|
940
803
|
() => ListTaskInstancesRequest,
|
|
941
804
|
() => ListTaskInstancesResponse,
|
|
942
805
|
];
|
|
@@ -944,9 +807,7 @@ var ListWorkflowRuns = [
|
|
|
944
807
|
9,
|
|
945
808
|
n0,
|
|
946
809
|
_LWRis,
|
|
947
|
-
{
|
|
948
|
-
[_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200],
|
|
949
|
-
},
|
|
810
|
+
{ [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200] },
|
|
950
811
|
() => ListWorkflowRunsRequest,
|
|
951
812
|
() => ListWorkflowRunsResponse,
|
|
952
813
|
];
|
|
@@ -954,9 +815,7 @@ var ListWorkflows = [
|
|
|
954
815
|
9,
|
|
955
816
|
n0,
|
|
956
817
|
_LW,
|
|
957
|
-
{
|
|
958
|
-
[_h]: ["GET", "/workflows", 200],
|
|
959
|
-
},
|
|
818
|
+
{ [_h]: ["GET", "/workflows", 200] },
|
|
960
819
|
() => ListWorkflowsRequest,
|
|
961
820
|
() => ListWorkflowsResponse,
|
|
962
821
|
];
|
|
@@ -964,9 +823,7 @@ var ListWorkflowVersions = [
|
|
|
964
823
|
9,
|
|
965
824
|
n0,
|
|
966
825
|
_LWV,
|
|
967
|
-
{
|
|
968
|
-
[_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200],
|
|
969
|
-
},
|
|
826
|
+
{ [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200] },
|
|
970
827
|
() => ListWorkflowVersionsRequest,
|
|
971
828
|
() => ListWorkflowVersionsResponse,
|
|
972
829
|
];
|
|
@@ -974,9 +831,7 @@ var StartWorkflowRun = [
|
|
|
974
831
|
9,
|
|
975
832
|
n0,
|
|
976
833
|
_SWR,
|
|
977
|
-
{
|
|
978
|
-
[_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200],
|
|
979
|
-
},
|
|
834
|
+
{ [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200] },
|
|
980
835
|
() => StartWorkflowRunRequest,
|
|
981
836
|
() => StartWorkflowRunResponse,
|
|
982
837
|
];
|
|
@@ -984,9 +839,7 @@ var StopWorkflowRun = [
|
|
|
984
839
|
9,
|
|
985
840
|
n0,
|
|
986
841
|
_SWRt,
|
|
987
|
-
{
|
|
988
|
-
[_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200],
|
|
989
|
-
},
|
|
842
|
+
{ [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
|
|
990
843
|
() => StopWorkflowRunRequest,
|
|
991
844
|
() => StopWorkflowRunResponse,
|
|
992
845
|
];
|
|
@@ -994,9 +847,7 @@ var TagResource = [
|
|
|
994
847
|
9,
|
|
995
848
|
n0,
|
|
996
849
|
_TR,
|
|
997
|
-
{
|
|
998
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
999
|
-
},
|
|
850
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
1000
851
|
() => TagResourceRequest,
|
|
1001
852
|
() => TagResourceResponse,
|
|
1002
853
|
];
|
|
@@ -1004,9 +855,7 @@ var UntagResource = [
|
|
|
1004
855
|
9,
|
|
1005
856
|
n0,
|
|
1006
857
|
_UR,
|
|
1007
|
-
{
|
|
1008
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
1009
|
-
},
|
|
858
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
1010
859
|
() => UntagResourceRequest,
|
|
1011
860
|
() => UntagResourceResponse,
|
|
1012
861
|
];
|
|
@@ -1014,9 +863,7 @@ var UpdateWorkflow = [
|
|
|
1014
863
|
9,
|
|
1015
864
|
n0,
|
|
1016
865
|
_UW,
|
|
1017
|
-
{
|
|
1018
|
-
[_h]: ["PUT", "/workflows/{WorkflowArn}", 200],
|
|
1019
|
-
},
|
|
866
|
+
{ [_h]: ["PUT", "/workflows/{WorkflowArn}", 200] },
|
|
1020
867
|
() => UpdateWorkflowRequest,
|
|
1021
868
|
() => UpdateWorkflowResponse,
|
|
1022
869
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultMWAAServerlessHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|