@aws-sdk/client-appintegrations 3.943.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +44 -238
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/AppIntegrationsClient.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 +44 -238
- package/dist-types/AppIntegrations.d.ts +1 -1
- package/dist-types/AppIntegrationsClient.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/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetEventIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventIntegrationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventIntegrationCommand.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/AppIntegrationsServiceException.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/ListApplicationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventIntegrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventIntegrationsPaginator.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/AppIntegrationsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppIntegrationsServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -413,17 +413,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appintegrations";
|
|
|
413
413
|
const _t = "tags";
|
|
414
414
|
const _tK = "tagKeys";
|
|
415
415
|
const n0 = "com.amazonaws.appintegrations";
|
|
416
|
-
var AccessDeniedException = [
|
|
417
|
-
-3,
|
|
418
|
-
n0,
|
|
419
|
-
_ADE,
|
|
420
|
-
{
|
|
421
|
-
[_e]: _c,
|
|
422
|
-
[_hE]: 403,
|
|
423
|
-
},
|
|
424
|
-
[_M],
|
|
425
|
-
[0],
|
|
426
|
-
];
|
|
416
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
427
417
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
428
418
|
var ApplicationAssociationSummary = [3, n0, _AAS, 0, [_AAA, _AA, _CI], [0, 0, 0]];
|
|
429
419
|
var ApplicationConfig = [3, n0, _AC, 0, [_CH], [() => ContactHandling]];
|
|
@@ -532,17 +522,7 @@ var DeleteDataIntegrationRequest = [3, n0, _DDIR, 0, [_DII], [[0, 1]]];
|
|
|
532
522
|
var DeleteDataIntegrationResponse = [3, n0, _DDIRe, 0, [], []];
|
|
533
523
|
var DeleteEventIntegrationRequest = [3, n0, _DEIR, 0, [_N], [[0, 1]]];
|
|
534
524
|
var DeleteEventIntegrationResponse = [3, n0, _DEIRe, 0, [], []];
|
|
535
|
-
var DuplicateResourceException = [
|
|
536
|
-
-3,
|
|
537
|
-
n0,
|
|
538
|
-
_DRE,
|
|
539
|
-
{
|
|
540
|
-
[_e]: _c,
|
|
541
|
-
[_hE]: 409,
|
|
542
|
-
},
|
|
543
|
-
[_M],
|
|
544
|
-
[0],
|
|
545
|
-
];
|
|
525
|
+
var DuplicateResourceException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
546
526
|
schema.TypeRegistry.for(n0).registerError(DuplicateResourceException, DuplicateResourceException$1);
|
|
547
527
|
var EventFilter = [3, n0, _EF, 0, [_So], [0]];
|
|
548
528
|
var EventIntegration = [
|
|
@@ -628,29 +608,9 @@ var GetEventIntegrationResponse = [
|
|
|
628
608
|
[0, 0, 0, 0, () => EventFilter, 128 | 0],
|
|
629
609
|
];
|
|
630
610
|
var IframeConfig = [3, n0, _IC, 0, [_Al, _Sa], [64 | 0, 64 | 0]];
|
|
631
|
-
var InternalServiceError = [
|
|
632
|
-
-3,
|
|
633
|
-
n0,
|
|
634
|
-
_ISE,
|
|
635
|
-
{
|
|
636
|
-
[_e]: _s,
|
|
637
|
-
[_hE]: 500,
|
|
638
|
-
},
|
|
639
|
-
[_M],
|
|
640
|
-
[0],
|
|
641
|
-
];
|
|
611
|
+
var InternalServiceError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
642
612
|
schema.TypeRegistry.for(n0).registerError(InternalServiceError, InternalServiceError$1);
|
|
643
|
-
var InvalidRequestException = [
|
|
644
|
-
-3,
|
|
645
|
-
n0,
|
|
646
|
-
_IRE,
|
|
647
|
-
{
|
|
648
|
-
[_e]: _c,
|
|
649
|
-
[_hE]: 400,
|
|
650
|
-
},
|
|
651
|
-
[_M],
|
|
652
|
-
[0],
|
|
653
|
-
];
|
|
613
|
+
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
654
614
|
schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
|
|
655
615
|
var LastExecutionStatus = [3, n0, _LES, 0, [_ES, _SM], [0, 0]];
|
|
656
616
|
var ListApplicationAssociationsRequest = [
|
|
@@ -661,18 +621,8 @@ var ListApplicationAssociationsRequest = [
|
|
|
661
621
|
[_AI, _NT, _MR],
|
|
662
622
|
[
|
|
663
623
|
[0, 1],
|
|
664
|
-
[
|
|
665
|
-
|
|
666
|
-
{
|
|
667
|
-
[_hQ]: _nT,
|
|
668
|
-
},
|
|
669
|
-
],
|
|
670
|
-
[
|
|
671
|
-
1,
|
|
672
|
-
{
|
|
673
|
-
[_hQ]: _mR,
|
|
674
|
-
},
|
|
675
|
-
],
|
|
624
|
+
[0, { [_hQ]: _nT }],
|
|
625
|
+
[1, { [_hQ]: _mR }],
|
|
676
626
|
],
|
|
677
627
|
];
|
|
678
628
|
var ListApplicationAssociationsResponse = [
|
|
@@ -690,24 +640,9 @@ var ListApplicationsRequest = [
|
|
|
690
640
|
0,
|
|
691
641
|
[_NT, _MR, _AT],
|
|
692
642
|
[
|
|
693
|
-
[
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
[_hQ]: _nT,
|
|
697
|
-
},
|
|
698
|
-
],
|
|
699
|
-
[
|
|
700
|
-
1,
|
|
701
|
-
{
|
|
702
|
-
[_hQ]: _mR,
|
|
703
|
-
},
|
|
704
|
-
],
|
|
705
|
-
[
|
|
706
|
-
0,
|
|
707
|
-
{
|
|
708
|
-
[_hQ]: _aT,
|
|
709
|
-
},
|
|
710
|
-
],
|
|
643
|
+
[0, { [_hQ]: _nT }],
|
|
644
|
+
[1, { [_hQ]: _mR }],
|
|
645
|
+
[0, { [_hQ]: _aT }],
|
|
711
646
|
],
|
|
712
647
|
];
|
|
713
648
|
var ListApplicationsResponse = [3, n0, _LARi, 0, [_Ap, _NT], [() => ApplicationsList, 0]];
|
|
@@ -719,18 +654,8 @@ var ListDataIntegrationAssociationsRequest = [
|
|
|
719
654
|
[_DII, _NT, _MR],
|
|
720
655
|
[
|
|
721
656
|
[0, 1],
|
|
722
|
-
[
|
|
723
|
-
|
|
724
|
-
{
|
|
725
|
-
[_hQ]: _nT,
|
|
726
|
-
},
|
|
727
|
-
],
|
|
728
|
-
[
|
|
729
|
-
1,
|
|
730
|
-
{
|
|
731
|
-
[_hQ]: _mR,
|
|
732
|
-
},
|
|
733
|
-
],
|
|
657
|
+
[0, { [_hQ]: _nT }],
|
|
658
|
+
[1, { [_hQ]: _mR }],
|
|
734
659
|
],
|
|
735
660
|
];
|
|
736
661
|
var ListDataIntegrationAssociationsResponse = [
|
|
@@ -748,18 +673,8 @@ var ListDataIntegrationsRequest = [
|
|
|
748
673
|
0,
|
|
749
674
|
[_NT, _MR],
|
|
750
675
|
[
|
|
751
|
-
[
|
|
752
|
-
|
|
753
|
-
{
|
|
754
|
-
[_hQ]: _nT,
|
|
755
|
-
},
|
|
756
|
-
],
|
|
757
|
-
[
|
|
758
|
-
1,
|
|
759
|
-
{
|
|
760
|
-
[_hQ]: _mR,
|
|
761
|
-
},
|
|
762
|
-
],
|
|
676
|
+
[0, { [_hQ]: _nT }],
|
|
677
|
+
[1, { [_hQ]: _mR }],
|
|
763
678
|
],
|
|
764
679
|
];
|
|
765
680
|
var ListDataIntegrationsResponse = [
|
|
@@ -778,18 +693,8 @@ var ListEventIntegrationAssociationsRequest = [
|
|
|
778
693
|
[_EIN, _NT, _MR],
|
|
779
694
|
[
|
|
780
695
|
[0, 1],
|
|
781
|
-
[
|
|
782
|
-
|
|
783
|
-
{
|
|
784
|
-
[_hQ]: _nT,
|
|
785
|
-
},
|
|
786
|
-
],
|
|
787
|
-
[
|
|
788
|
-
1,
|
|
789
|
-
{
|
|
790
|
-
[_hQ]: _mR,
|
|
791
|
-
},
|
|
792
|
-
],
|
|
696
|
+
[0, { [_hQ]: _nT }],
|
|
697
|
+
[1, { [_hQ]: _mR }],
|
|
793
698
|
],
|
|
794
699
|
];
|
|
795
700
|
var ListEventIntegrationAssociationsResponse = [
|
|
@@ -807,18 +712,8 @@ var ListEventIntegrationsRequest = [
|
|
|
807
712
|
0,
|
|
808
713
|
[_NT, _MR],
|
|
809
714
|
[
|
|
810
|
-
[
|
|
811
|
-
|
|
812
|
-
{
|
|
813
|
-
[_hQ]: _nT,
|
|
814
|
-
},
|
|
815
|
-
],
|
|
816
|
-
[
|
|
817
|
-
1,
|
|
818
|
-
{
|
|
819
|
-
[_hQ]: _mR,
|
|
820
|
-
},
|
|
821
|
-
],
|
|
715
|
+
[0, { [_hQ]: _nT }],
|
|
716
|
+
[1, { [_hQ]: _mR }],
|
|
822
717
|
],
|
|
823
718
|
];
|
|
824
719
|
var ListEventIntegrationsResponse = [
|
|
@@ -833,57 +728,17 @@ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
|
833
728
|
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
834
729
|
var OnDemandConfiguration = [3, n0, _ODC, 0, [_ST, _ET], [0, 0]];
|
|
835
730
|
var Publication = [3, n0, _Pu, 0, [_E, _Sc, _D], [0, 0, 0]];
|
|
836
|
-
var ResourceNotFoundException = [
|
|
837
|
-
-3,
|
|
838
|
-
n0,
|
|
839
|
-
_RNFE,
|
|
840
|
-
{
|
|
841
|
-
[_e]: _c,
|
|
842
|
-
[_hE]: 404,
|
|
843
|
-
},
|
|
844
|
-
[_M],
|
|
845
|
-
[0],
|
|
846
|
-
];
|
|
731
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
847
732
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
848
|
-
var ResourceQuotaExceededException = [
|
|
849
|
-
-3,
|
|
850
|
-
n0,
|
|
851
|
-
_RQEE,
|
|
852
|
-
{
|
|
853
|
-
[_e]: _c,
|
|
854
|
-
[_hE]: 429,
|
|
855
|
-
},
|
|
856
|
-
[_M],
|
|
857
|
-
[0],
|
|
858
|
-
];
|
|
733
|
+
var ResourceQuotaExceededException = [-3, n0, _RQEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
859
734
|
schema.TypeRegistry.for(n0).registerError(ResourceQuotaExceededException, ResourceQuotaExceededException$1);
|
|
860
735
|
var ScheduleConfiguration = [3, n0, _SCc, 0, [_FEF, _O, _SE], [0, 0, 0]];
|
|
861
736
|
var Subscription = [3, n0, _Sub, 0, [_E, _D], [0, 0]];
|
|
862
737
|
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
863
738
|
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
864
|
-
var ThrottlingException = [
|
|
865
|
-
-3,
|
|
866
|
-
n0,
|
|
867
|
-
_TE,
|
|
868
|
-
{
|
|
869
|
-
[_e]: _c,
|
|
870
|
-
[_hE]: 429,
|
|
871
|
-
},
|
|
872
|
-
[_M],
|
|
873
|
-
[0],
|
|
874
|
-
];
|
|
739
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
875
740
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
876
|
-
var UnsupportedOperationException = [
|
|
877
|
-
-3,
|
|
878
|
-
n0,
|
|
879
|
-
_UOE,
|
|
880
|
-
{
|
|
881
|
-
[_e]: _c,
|
|
882
|
-
[_hE]: 400,
|
|
883
|
-
},
|
|
884
|
-
[_M],
|
|
885
|
-
[0],
|
|
886
|
-
];
|
|
741
|
+
var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
887
742
|
schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
|
|
888
743
|
var UntagResourceRequest = [
|
|
889
744
|
3,
|
|
@@ -893,12 +748,7 @@ var UntagResourceRequest = [
|
|
|
893
748
|
[_rA, _tK],
|
|
894
749
|
[
|
|
895
750
|
[0, 1],
|
|
896
|
-
[
|
|
897
|
-
64 | 0,
|
|
898
|
-
{
|
|
899
|
-
[_hQ]: _tK,
|
|
900
|
-
},
|
|
901
|
-
],
|
|
751
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
902
752
|
],
|
|
903
753
|
];
|
|
904
754
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -957,9 +807,7 @@ var CreateApplication = [
|
|
|
957
807
|
9,
|
|
958
808
|
n0,
|
|
959
809
|
_CA,
|
|
960
|
-
{
|
|
961
|
-
[_h]: ["POST", "/applications", 200],
|
|
962
|
-
},
|
|
810
|
+
{ [_h]: ["POST", "/applications", 200] },
|
|
963
811
|
() => CreateApplicationRequest,
|
|
964
812
|
() => CreateApplicationResponse,
|
|
965
813
|
];
|
|
@@ -967,9 +815,7 @@ var CreateDataIntegration = [
|
|
|
967
815
|
9,
|
|
968
816
|
n0,
|
|
969
817
|
_CDI,
|
|
970
|
-
{
|
|
971
|
-
[_h]: ["POST", "/dataIntegrations", 200],
|
|
972
|
-
},
|
|
818
|
+
{ [_h]: ["POST", "/dataIntegrations", 200] },
|
|
973
819
|
() => CreateDataIntegrationRequest,
|
|
974
820
|
() => CreateDataIntegrationResponse,
|
|
975
821
|
];
|
|
@@ -977,9 +823,7 @@ var CreateDataIntegrationAssociation = [
|
|
|
977
823
|
9,
|
|
978
824
|
n0,
|
|
979
825
|
_CDIA,
|
|
980
|
-
{
|
|
981
|
-
[_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200],
|
|
982
|
-
},
|
|
826
|
+
{ [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
|
|
983
827
|
() => CreateDataIntegrationAssociationRequest,
|
|
984
828
|
() => CreateDataIntegrationAssociationResponse,
|
|
985
829
|
];
|
|
@@ -987,9 +831,7 @@ var CreateEventIntegration = [
|
|
|
987
831
|
9,
|
|
988
832
|
n0,
|
|
989
833
|
_CEI,
|
|
990
|
-
{
|
|
991
|
-
[_h]: ["POST", "/eventIntegrations", 200],
|
|
992
|
-
},
|
|
834
|
+
{ [_h]: ["POST", "/eventIntegrations", 200] },
|
|
993
835
|
() => CreateEventIntegrationRequest,
|
|
994
836
|
() => CreateEventIntegrationResponse,
|
|
995
837
|
];
|
|
@@ -997,9 +839,7 @@ var DeleteApplication = [
|
|
|
997
839
|
9,
|
|
998
840
|
n0,
|
|
999
841
|
_DA,
|
|
1000
|
-
{
|
|
1001
|
-
[_h]: ["DELETE", "/applications/{Arn}", 200],
|
|
1002
|
-
},
|
|
842
|
+
{ [_h]: ["DELETE", "/applications/{Arn}", 200] },
|
|
1003
843
|
() => DeleteApplicationRequest,
|
|
1004
844
|
() => DeleteApplicationResponse,
|
|
1005
845
|
];
|
|
@@ -1007,9 +847,7 @@ var DeleteDataIntegration = [
|
|
|
1007
847
|
9,
|
|
1008
848
|
n0,
|
|
1009
849
|
_DDI,
|
|
1010
|
-
{
|
|
1011
|
-
[_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200],
|
|
1012
|
-
},
|
|
850
|
+
{ [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] },
|
|
1013
851
|
() => DeleteDataIntegrationRequest,
|
|
1014
852
|
() => DeleteDataIntegrationResponse,
|
|
1015
853
|
];
|
|
@@ -1017,9 +855,7 @@ var DeleteEventIntegration = [
|
|
|
1017
855
|
9,
|
|
1018
856
|
n0,
|
|
1019
857
|
_DEI,
|
|
1020
|
-
{
|
|
1021
|
-
[_h]: ["DELETE", "/eventIntegrations/{Name}", 200],
|
|
1022
|
-
},
|
|
858
|
+
{ [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] },
|
|
1023
859
|
() => DeleteEventIntegrationRequest,
|
|
1024
860
|
() => DeleteEventIntegrationResponse,
|
|
1025
861
|
];
|
|
@@ -1027,9 +863,7 @@ var GetApplication = [
|
|
|
1027
863
|
9,
|
|
1028
864
|
n0,
|
|
1029
865
|
_GA,
|
|
1030
|
-
{
|
|
1031
|
-
[_h]: ["GET", "/applications/{Arn}", 200],
|
|
1032
|
-
},
|
|
866
|
+
{ [_h]: ["GET", "/applications/{Arn}", 200] },
|
|
1033
867
|
() => GetApplicationRequest,
|
|
1034
868
|
() => GetApplicationResponse,
|
|
1035
869
|
];
|
|
@@ -1037,9 +871,7 @@ var GetDataIntegration = [
|
|
|
1037
871
|
9,
|
|
1038
872
|
n0,
|
|
1039
873
|
_GDI,
|
|
1040
|
-
{
|
|
1041
|
-
[_h]: ["GET", "/dataIntegrations/{Identifier}", 200],
|
|
1042
|
-
},
|
|
874
|
+
{ [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] },
|
|
1043
875
|
() => GetDataIntegrationRequest,
|
|
1044
876
|
() => GetDataIntegrationResponse,
|
|
1045
877
|
];
|
|
@@ -1047,9 +879,7 @@ var GetEventIntegration = [
|
|
|
1047
879
|
9,
|
|
1048
880
|
n0,
|
|
1049
881
|
_GEI,
|
|
1050
|
-
{
|
|
1051
|
-
[_h]: ["GET", "/eventIntegrations/{Name}", 200],
|
|
1052
|
-
},
|
|
882
|
+
{ [_h]: ["GET", "/eventIntegrations/{Name}", 200] },
|
|
1053
883
|
() => GetEventIntegrationRequest,
|
|
1054
884
|
() => GetEventIntegrationResponse,
|
|
1055
885
|
];
|
|
@@ -1057,9 +887,7 @@ var ListApplicationAssociations = [
|
|
|
1057
887
|
9,
|
|
1058
888
|
n0,
|
|
1059
889
|
_LAA,
|
|
1060
|
-
{
|
|
1061
|
-
[_h]: ["GET", "/applications/{ApplicationId}/associations", 200],
|
|
1062
|
-
},
|
|
890
|
+
{ [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] },
|
|
1063
891
|
() => ListApplicationAssociationsRequest,
|
|
1064
892
|
() => ListApplicationAssociationsResponse,
|
|
1065
893
|
];
|
|
@@ -1067,9 +895,7 @@ var ListApplications = [
|
|
|
1067
895
|
9,
|
|
1068
896
|
n0,
|
|
1069
897
|
_LA,
|
|
1070
|
-
{
|
|
1071
|
-
[_h]: ["GET", "/applications", 200],
|
|
1072
|
-
},
|
|
898
|
+
{ [_h]: ["GET", "/applications", 200] },
|
|
1073
899
|
() => ListApplicationsRequest,
|
|
1074
900
|
() => ListApplicationsResponse,
|
|
1075
901
|
];
|
|
@@ -1077,9 +903,7 @@ var ListDataIntegrationAssociations = [
|
|
|
1077
903
|
9,
|
|
1078
904
|
n0,
|
|
1079
905
|
_LDIA,
|
|
1080
|
-
{
|
|
1081
|
-
[_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200],
|
|
1082
|
-
},
|
|
906
|
+
{ [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
|
|
1083
907
|
() => ListDataIntegrationAssociationsRequest,
|
|
1084
908
|
() => ListDataIntegrationAssociationsResponse,
|
|
1085
909
|
];
|
|
@@ -1087,9 +911,7 @@ var ListDataIntegrations = [
|
|
|
1087
911
|
9,
|
|
1088
912
|
n0,
|
|
1089
913
|
_LDI,
|
|
1090
|
-
{
|
|
1091
|
-
[_h]: ["GET", "/dataIntegrations", 200],
|
|
1092
|
-
},
|
|
914
|
+
{ [_h]: ["GET", "/dataIntegrations", 200] },
|
|
1093
915
|
() => ListDataIntegrationsRequest,
|
|
1094
916
|
() => ListDataIntegrationsResponse,
|
|
1095
917
|
];
|
|
@@ -1097,9 +919,7 @@ var ListEventIntegrationAssociations = [
|
|
|
1097
919
|
9,
|
|
1098
920
|
n0,
|
|
1099
921
|
_LEIA,
|
|
1100
|
-
{
|
|
1101
|
-
[_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200],
|
|
1102
|
-
},
|
|
922
|
+
{ [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] },
|
|
1103
923
|
() => ListEventIntegrationAssociationsRequest,
|
|
1104
924
|
() => ListEventIntegrationAssociationsResponse,
|
|
1105
925
|
];
|
|
@@ -1107,9 +927,7 @@ var ListEventIntegrations = [
|
|
|
1107
927
|
9,
|
|
1108
928
|
n0,
|
|
1109
929
|
_LEI,
|
|
1110
|
-
{
|
|
1111
|
-
[_h]: ["GET", "/eventIntegrations", 200],
|
|
1112
|
-
},
|
|
930
|
+
{ [_h]: ["GET", "/eventIntegrations", 200] },
|
|
1113
931
|
() => ListEventIntegrationsRequest,
|
|
1114
932
|
() => ListEventIntegrationsResponse,
|
|
1115
933
|
];
|
|
@@ -1117,9 +935,7 @@ var ListTagsForResource = [
|
|
|
1117
935
|
9,
|
|
1118
936
|
n0,
|
|
1119
937
|
_LTFR,
|
|
1120
|
-
{
|
|
1121
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1122
|
-
},
|
|
938
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1123
939
|
() => ListTagsForResourceRequest,
|
|
1124
940
|
() => ListTagsForResourceResponse,
|
|
1125
941
|
];
|
|
@@ -1127,9 +943,7 @@ var TagResource = [
|
|
|
1127
943
|
9,
|
|
1128
944
|
n0,
|
|
1129
945
|
_TR,
|
|
1130
|
-
{
|
|
1131
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1132
|
-
},
|
|
946
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1133
947
|
() => TagResourceRequest,
|
|
1134
948
|
() => TagResourceResponse,
|
|
1135
949
|
];
|
|
@@ -1137,9 +951,7 @@ var UntagResource = [
|
|
|
1137
951
|
9,
|
|
1138
952
|
n0,
|
|
1139
953
|
_UR,
|
|
1140
|
-
{
|
|
1141
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1142
|
-
},
|
|
954
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1143
955
|
() => UntagResourceRequest,
|
|
1144
956
|
() => UntagResourceResponse,
|
|
1145
957
|
];
|
|
@@ -1147,9 +959,7 @@ var UpdateApplication = [
|
|
|
1147
959
|
9,
|
|
1148
960
|
n0,
|
|
1149
961
|
_UA,
|
|
1150
|
-
{
|
|
1151
|
-
[_h]: ["PATCH", "/applications/{Arn}", 200],
|
|
1152
|
-
},
|
|
962
|
+
{ [_h]: ["PATCH", "/applications/{Arn}", 200] },
|
|
1153
963
|
() => UpdateApplicationRequest,
|
|
1154
964
|
() => UpdateApplicationResponse,
|
|
1155
965
|
];
|
|
@@ -1157,9 +967,7 @@ var UpdateDataIntegration = [
|
|
|
1157
967
|
9,
|
|
1158
968
|
n0,
|
|
1159
969
|
_UDI,
|
|
1160
|
-
{
|
|
1161
|
-
[_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200],
|
|
1162
|
-
},
|
|
970
|
+
{ [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] },
|
|
1163
971
|
() => UpdateDataIntegrationRequest,
|
|
1164
972
|
() => UpdateDataIntegrationResponse,
|
|
1165
973
|
];
|
|
@@ -1181,9 +989,7 @@ var UpdateEventIntegration = [
|
|
|
1181
989
|
9,
|
|
1182
990
|
n0,
|
|
1183
991
|
_UEI,
|
|
1184
|
-
{
|
|
1185
|
-
[_h]: ["PATCH", "/eventIntegrations/{Name}", 200],
|
|
1186
|
-
},
|
|
992
|
+
{ [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] },
|
|
1187
993
|
() => UpdateEventIntegrationRequest,
|
|
1188
994
|
() => UpdateEventIntegrationResponse,
|
|
1189
995
|
];
|
|
@@ -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 { defaultAppIntegrationsHttpAuthSchemeParametersProvider, 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);
|