@aws-sdk/client-devops-guru 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.
- package/dist-cjs/index.js +45 -201
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/DevOpsGuruClient.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 +45 -202
- package/dist-types/DevOpsGuru.d.ts +1 -1
- package/dist-types/DevOpsGuruClient.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/AddNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInsightCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInsightCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -3
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -3
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListInsightsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -3
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/SearchInsightsCommand.d.ts +3 -3
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -3
- package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServiceIntegrationCommand.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/DevOpsGuruServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.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 -2
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -614,17 +614,7 @@ const _hQ = "httpQuery";
|
|
|
614
614
|
const _s = "server";
|
|
615
615
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.devopsguru";
|
|
616
616
|
const n0 = "com.amazonaws.devopsguru";
|
|
617
|
-
var AccessDeniedException = [
|
|
618
|
-
-3,
|
|
619
|
-
n0,
|
|
620
|
-
_ADE,
|
|
621
|
-
{
|
|
622
|
-
[_e]: _c,
|
|
623
|
-
[_hE]: 403,
|
|
624
|
-
},
|
|
625
|
-
[_M],
|
|
626
|
-
[0],
|
|
627
|
-
];
|
|
617
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
628
618
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
629
619
|
var AccountHealth = [3, n0, _AH, 0, [_AI, _I], [0, () => AccountInsightHealth]];
|
|
630
620
|
var AccountInsightHealth = [3, n0, _AIH, 0, [_OPI, _ORI], [1, 1]];
|
|
@@ -693,17 +683,7 @@ var CloudWatchMetricsDetail = [
|
|
|
693
683
|
[0, 0, () => CloudWatchMetricsDimensions, 0, 0, 1, () => CloudWatchMetricsDataSummary],
|
|
694
684
|
];
|
|
695
685
|
var CloudWatchMetricsDimension = [3, n0, _CWMDl, 0, [_N, _V], [0, 0]];
|
|
696
|
-
var ConflictException = [
|
|
697
|
-
-3,
|
|
698
|
-
n0,
|
|
699
|
-
_CE,
|
|
700
|
-
{
|
|
701
|
-
[_e]: _c,
|
|
702
|
-
[_hE]: 409,
|
|
703
|
-
},
|
|
704
|
-
[_M, _RI, _RT],
|
|
705
|
-
[0, 0, 0],
|
|
706
|
-
];
|
|
686
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
707
687
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
708
688
|
var CostEstimationResourceCollectionFilter = [
|
|
709
689
|
3,
|
|
@@ -735,12 +715,7 @@ var DescribeAnomalyRequest = [
|
|
|
735
715
|
[_Id, _AI],
|
|
736
716
|
[
|
|
737
717
|
[0, 1],
|
|
738
|
-
[
|
|
739
|
-
0,
|
|
740
|
-
{
|
|
741
|
-
[_hQ]: _AI,
|
|
742
|
-
},
|
|
743
|
-
],
|
|
718
|
+
[0, { [_hQ]: _AI }],
|
|
744
719
|
],
|
|
745
720
|
];
|
|
746
721
|
var DescribeAnomalyResponse = [
|
|
@@ -770,12 +745,7 @@ var DescribeInsightRequest = [
|
|
|
770
745
|
[_Id, _AI],
|
|
771
746
|
[
|
|
772
747
|
[0, 1],
|
|
773
|
-
[
|
|
774
|
-
0,
|
|
775
|
-
{
|
|
776
|
-
[_hQ]: _AI,
|
|
777
|
-
},
|
|
778
|
-
],
|
|
748
|
+
[0, { [_hQ]: _AI }],
|
|
779
749
|
],
|
|
780
750
|
];
|
|
781
751
|
var DescribeInsightResponse = [
|
|
@@ -828,12 +798,7 @@ var DescribeResourceCollectionHealthRequest = [
|
|
|
828
798
|
[_RCT, _NT],
|
|
829
799
|
[
|
|
830
800
|
[0, 1],
|
|
831
|
-
[
|
|
832
|
-
0,
|
|
833
|
-
{
|
|
834
|
-
[_hQ]: _NT,
|
|
835
|
-
},
|
|
836
|
-
],
|
|
801
|
+
[0, { [_hQ]: _NT }],
|
|
837
802
|
],
|
|
838
803
|
];
|
|
839
804
|
var DescribeResourceCollectionHealthResponse = [
|
|
@@ -872,21 +837,7 @@ var EventSourcesConfig = [
|
|
|
872
837
|
[() => AmazonCodeGuruProfilerIntegration],
|
|
873
838
|
];
|
|
874
839
|
var EventTimeRange = [3, n0, _ETRv, 0, [_FT, _TT], [4, 4]];
|
|
875
|
-
var GetCostEstimationRequest = [
|
|
876
|
-
3,
|
|
877
|
-
n0,
|
|
878
|
-
_GCER,
|
|
879
|
-
0,
|
|
880
|
-
[_NT],
|
|
881
|
-
[
|
|
882
|
-
[
|
|
883
|
-
0,
|
|
884
|
-
{
|
|
885
|
-
[_hQ]: _NT,
|
|
886
|
-
},
|
|
887
|
-
],
|
|
888
|
-
],
|
|
889
|
-
];
|
|
840
|
+
var GetCostEstimationRequest = [3, n0, _GCER, 0, [_NT], [[0, { [_hQ]: _NT }]]];
|
|
890
841
|
var GetCostEstimationResponse = [
|
|
891
842
|
3,
|
|
892
843
|
n0,
|
|
@@ -903,12 +854,7 @@ var GetResourceCollectionRequest = [
|
|
|
903
854
|
[_RCT, _NT],
|
|
904
855
|
[
|
|
905
856
|
[0, 1],
|
|
906
|
-
[
|
|
907
|
-
0,
|
|
908
|
-
{
|
|
909
|
-
[_hQ]: _NT,
|
|
910
|
-
},
|
|
911
|
-
],
|
|
857
|
+
[0, { [_hQ]: _NT }],
|
|
912
858
|
],
|
|
913
859
|
];
|
|
914
860
|
var GetResourceCollectionResponse = [
|
|
@@ -926,20 +872,9 @@ var InternalServerException = [
|
|
|
926
872
|
-3,
|
|
927
873
|
n0,
|
|
928
874
|
_ISE,
|
|
929
|
-
{
|
|
930
|
-
[_e]: _s,
|
|
931
|
-
[_hE]: 500,
|
|
932
|
-
},
|
|
875
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
933
876
|
[_M, _RAS],
|
|
934
|
-
[
|
|
935
|
-
0,
|
|
936
|
-
[
|
|
937
|
-
1,
|
|
938
|
-
{
|
|
939
|
-
[_hH]: _RA_,
|
|
940
|
-
},
|
|
941
|
-
],
|
|
942
|
-
],
|
|
877
|
+
[0, [1, { [_hH]: _RA_ }]],
|
|
943
878
|
];
|
|
944
879
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
945
880
|
var KMSServerSideEncryptionIntegration = [
|
|
@@ -1421,10 +1356,7 @@ var ResourceNotFoundException = [
|
|
|
1421
1356
|
-3,
|
|
1422
1357
|
n0,
|
|
1423
1358
|
_RNFE,
|
|
1424
|
-
{
|
|
1425
|
-
[_e]: _c,
|
|
1426
|
-
[_hE]: 404,
|
|
1427
|
-
},
|
|
1359
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1428
1360
|
[_M, _RI, _RT],
|
|
1429
1361
|
[0, 0, 0],
|
|
1430
1362
|
];
|
|
@@ -1495,17 +1427,7 @@ var ServiceIntegrationConfig = [
|
|
|
1495
1427
|
[_OC, _LAD, _KMSSSE],
|
|
1496
1428
|
[() => OpsCenterIntegration, () => LogsAnomalyDetectionIntegration, () => KMSServerSideEncryptionIntegration],
|
|
1497
1429
|
];
|
|
1498
|
-
var ServiceQuotaExceededException = [
|
|
1499
|
-
-3,
|
|
1500
|
-
n0,
|
|
1501
|
-
_SQEE,
|
|
1502
|
-
{
|
|
1503
|
-
[_e]: _c,
|
|
1504
|
-
[_hE]: 402,
|
|
1505
|
-
},
|
|
1506
|
-
[_M],
|
|
1507
|
-
[0],
|
|
1508
|
-
];
|
|
1430
|
+
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
1509
1431
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1510
1432
|
var ServiceResourceCost = [3, n0, _SRC, 0, [_T, _Stat, _Cou, _UC, _Cos], [0, 0, 1, 1, 1]];
|
|
1511
1433
|
var SnsChannelConfig = [3, n0, _SCC, 0, [_TA], [0]];
|
|
@@ -1534,22 +1456,9 @@ var ThrottlingException = [
|
|
|
1534
1456
|
-3,
|
|
1535
1457
|
n0,
|
|
1536
1458
|
_TE,
|
|
1537
|
-
{
|
|
1538
|
-
[_e]: _c,
|
|
1539
|
-
[_hE]: 429,
|
|
1540
|
-
},
|
|
1459
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1541
1460
|
[_M, _QC, _SCer, _RAS],
|
|
1542
|
-
[
|
|
1543
|
-
0,
|
|
1544
|
-
0,
|
|
1545
|
-
0,
|
|
1546
|
-
[
|
|
1547
|
-
1,
|
|
1548
|
-
{
|
|
1549
|
-
[_hH]: _RA_,
|
|
1550
|
-
},
|
|
1551
|
-
],
|
|
1552
|
-
],
|
|
1461
|
+
[0, 0, 0, [1, { [_hH]: _RA_ }]],
|
|
1553
1462
|
];
|
|
1554
1463
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1555
1464
|
var TimestampMetricValuePair = [3, n0, _TMVP, 0, [_Tim, _MV], [4, 1]];
|
|
@@ -1606,10 +1515,7 @@ var ValidationException = [
|
|
|
1606
1515
|
-3,
|
|
1607
1516
|
n0,
|
|
1608
1517
|
_VE,
|
|
1609
|
-
{
|
|
1610
|
-
[_e]: _c,
|
|
1611
|
-
[_hE]: 400,
|
|
1612
|
-
},
|
|
1518
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1613
1519
|
[_M, _Rea, _Fie],
|
|
1614
1520
|
[0, 0, () => ValidationExceptionFields],
|
|
1615
1521
|
];
|
|
@@ -1706,9 +1612,7 @@ var AddNotificationChannel = [
|
|
|
1706
1612
|
9,
|
|
1707
1613
|
n0,
|
|
1708
1614
|
_ANC,
|
|
1709
|
-
{
|
|
1710
|
-
[_h]: ["PUT", "/channels", 200],
|
|
1711
|
-
},
|
|
1615
|
+
{ [_h]: ["PUT", "/channels", 200] },
|
|
1712
1616
|
() => AddNotificationChannelRequest,
|
|
1713
1617
|
() => AddNotificationChannelResponse,
|
|
1714
1618
|
];
|
|
@@ -1716,9 +1620,7 @@ var DeleteInsight = [
|
|
|
1716
1620
|
9,
|
|
1717
1621
|
n0,
|
|
1718
1622
|
_DI,
|
|
1719
|
-
{
|
|
1720
|
-
[_h]: ["DELETE", "/insights/{Id}", 200],
|
|
1721
|
-
},
|
|
1623
|
+
{ [_h]: ["DELETE", "/insights/{Id}", 200] },
|
|
1722
1624
|
() => DeleteInsightRequest,
|
|
1723
1625
|
() => DeleteInsightResponse,
|
|
1724
1626
|
];
|
|
@@ -1726,9 +1628,7 @@ var DescribeAccountHealth = [
|
|
|
1726
1628
|
9,
|
|
1727
1629
|
n0,
|
|
1728
1630
|
_DAH,
|
|
1729
|
-
{
|
|
1730
|
-
[_h]: ["GET", "/accounts/health", 200],
|
|
1731
|
-
},
|
|
1631
|
+
{ [_h]: ["GET", "/accounts/health", 200] },
|
|
1732
1632
|
() => DescribeAccountHealthRequest,
|
|
1733
1633
|
() => DescribeAccountHealthResponse,
|
|
1734
1634
|
];
|
|
@@ -1736,9 +1636,7 @@ var DescribeAccountOverview = [
|
|
|
1736
1636
|
9,
|
|
1737
1637
|
n0,
|
|
1738
1638
|
_DAO,
|
|
1739
|
-
{
|
|
1740
|
-
[_h]: ["POST", "/accounts/overview", 200],
|
|
1741
|
-
},
|
|
1639
|
+
{ [_h]: ["POST", "/accounts/overview", 200] },
|
|
1742
1640
|
() => DescribeAccountOverviewRequest,
|
|
1743
1641
|
() => DescribeAccountOverviewResponse,
|
|
1744
1642
|
];
|
|
@@ -1746,9 +1644,7 @@ var DescribeAnomaly = [
|
|
|
1746
1644
|
9,
|
|
1747
1645
|
n0,
|
|
1748
1646
|
_DA,
|
|
1749
|
-
{
|
|
1750
|
-
[_h]: ["GET", "/anomalies/{Id}", 200],
|
|
1751
|
-
},
|
|
1647
|
+
{ [_h]: ["GET", "/anomalies/{Id}", 200] },
|
|
1752
1648
|
() => DescribeAnomalyRequest,
|
|
1753
1649
|
() => DescribeAnomalyResponse,
|
|
1754
1650
|
];
|
|
@@ -1756,9 +1652,7 @@ var DescribeEventSourcesConfig = [
|
|
|
1756
1652
|
9,
|
|
1757
1653
|
n0,
|
|
1758
1654
|
_DESC,
|
|
1759
|
-
{
|
|
1760
|
-
[_h]: ["POST", "/event-sources", 200],
|
|
1761
|
-
},
|
|
1655
|
+
{ [_h]: ["POST", "/event-sources", 200] },
|
|
1762
1656
|
() => DescribeEventSourcesConfigRequest,
|
|
1763
1657
|
() => DescribeEventSourcesConfigResponse,
|
|
1764
1658
|
];
|
|
@@ -1766,9 +1660,7 @@ var DescribeFeedback = [
|
|
|
1766
1660
|
9,
|
|
1767
1661
|
n0,
|
|
1768
1662
|
_DF,
|
|
1769
|
-
{
|
|
1770
|
-
[_h]: ["POST", "/feedback", 200],
|
|
1771
|
-
},
|
|
1663
|
+
{ [_h]: ["POST", "/feedback", 200] },
|
|
1772
1664
|
() => DescribeFeedbackRequest,
|
|
1773
1665
|
() => DescribeFeedbackResponse,
|
|
1774
1666
|
];
|
|
@@ -1776,9 +1668,7 @@ var DescribeInsight = [
|
|
|
1776
1668
|
9,
|
|
1777
1669
|
n0,
|
|
1778
1670
|
_DIe,
|
|
1779
|
-
{
|
|
1780
|
-
[_h]: ["GET", "/insights/{Id}", 200],
|
|
1781
|
-
},
|
|
1671
|
+
{ [_h]: ["GET", "/insights/{Id}", 200] },
|
|
1782
1672
|
() => DescribeInsightRequest,
|
|
1783
1673
|
() => DescribeInsightResponse,
|
|
1784
1674
|
];
|
|
@@ -1786,9 +1676,7 @@ var DescribeOrganizationHealth = [
|
|
|
1786
1676
|
9,
|
|
1787
1677
|
n0,
|
|
1788
1678
|
_DOH,
|
|
1789
|
-
{
|
|
1790
|
-
[_h]: ["POST", "/organization/health", 200],
|
|
1791
|
-
},
|
|
1679
|
+
{ [_h]: ["POST", "/organization/health", 200] },
|
|
1792
1680
|
() => DescribeOrganizationHealthRequest,
|
|
1793
1681
|
() => DescribeOrganizationHealthResponse,
|
|
1794
1682
|
];
|
|
@@ -1796,9 +1684,7 @@ var DescribeOrganizationOverview = [
|
|
|
1796
1684
|
9,
|
|
1797
1685
|
n0,
|
|
1798
1686
|
_DOO,
|
|
1799
|
-
{
|
|
1800
|
-
[_h]: ["POST", "/organization/overview", 200],
|
|
1801
|
-
},
|
|
1687
|
+
{ [_h]: ["POST", "/organization/overview", 200] },
|
|
1802
1688
|
() => DescribeOrganizationOverviewRequest,
|
|
1803
1689
|
() => DescribeOrganizationOverviewResponse,
|
|
1804
1690
|
];
|
|
@@ -1806,9 +1692,7 @@ var DescribeOrganizationResourceCollectionHealth = [
|
|
|
1806
1692
|
9,
|
|
1807
1693
|
n0,
|
|
1808
1694
|
_DORCH,
|
|
1809
|
-
{
|
|
1810
|
-
[_h]: ["POST", "/organization/health/resource-collection", 200],
|
|
1811
|
-
},
|
|
1695
|
+
{ [_h]: ["POST", "/organization/health/resource-collection", 200] },
|
|
1812
1696
|
() => DescribeOrganizationResourceCollectionHealthRequest,
|
|
1813
1697
|
() => DescribeOrganizationResourceCollectionHealthResponse,
|
|
1814
1698
|
];
|
|
@@ -1816,9 +1700,7 @@ var DescribeResourceCollectionHealth = [
|
|
|
1816
1700
|
9,
|
|
1817
1701
|
n0,
|
|
1818
1702
|
_DRCH,
|
|
1819
|
-
{
|
|
1820
|
-
[_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200],
|
|
1821
|
-
},
|
|
1703
|
+
{ [_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200] },
|
|
1822
1704
|
() => DescribeResourceCollectionHealthRequest,
|
|
1823
1705
|
() => DescribeResourceCollectionHealthResponse,
|
|
1824
1706
|
];
|
|
@@ -1826,9 +1708,7 @@ var DescribeServiceIntegration = [
|
|
|
1826
1708
|
9,
|
|
1827
1709
|
n0,
|
|
1828
1710
|
_DSI,
|
|
1829
|
-
{
|
|
1830
|
-
[_h]: ["GET", "/service-integrations", 200],
|
|
1831
|
-
},
|
|
1711
|
+
{ [_h]: ["GET", "/service-integrations", 200] },
|
|
1832
1712
|
() => DescribeServiceIntegrationRequest,
|
|
1833
1713
|
() => DescribeServiceIntegrationResponse,
|
|
1834
1714
|
];
|
|
@@ -1836,9 +1716,7 @@ var GetCostEstimation = [
|
|
|
1836
1716
|
9,
|
|
1837
1717
|
n0,
|
|
1838
1718
|
_GCE,
|
|
1839
|
-
{
|
|
1840
|
-
[_h]: ["GET", "/cost-estimation", 200],
|
|
1841
|
-
},
|
|
1719
|
+
{ [_h]: ["GET", "/cost-estimation", 200] },
|
|
1842
1720
|
() => GetCostEstimationRequest,
|
|
1843
1721
|
() => GetCostEstimationResponse,
|
|
1844
1722
|
];
|
|
@@ -1846,9 +1724,7 @@ var GetResourceCollection = [
|
|
|
1846
1724
|
9,
|
|
1847
1725
|
n0,
|
|
1848
1726
|
_GRC,
|
|
1849
|
-
{
|
|
1850
|
-
[_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200],
|
|
1851
|
-
},
|
|
1727
|
+
{ [_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200] },
|
|
1852
1728
|
() => GetResourceCollectionRequest,
|
|
1853
1729
|
() => GetResourceCollectionResponse,
|
|
1854
1730
|
];
|
|
@@ -1856,9 +1732,7 @@ var ListAnomaliesForInsight = [
|
|
|
1856
1732
|
9,
|
|
1857
1733
|
n0,
|
|
1858
1734
|
_LAFI,
|
|
1859
|
-
{
|
|
1860
|
-
[_h]: ["POST", "/anomalies/insight/{InsightId}", 200],
|
|
1861
|
-
},
|
|
1735
|
+
{ [_h]: ["POST", "/anomalies/insight/{InsightId}", 200] },
|
|
1862
1736
|
() => ListAnomaliesForInsightRequest,
|
|
1863
1737
|
() => ListAnomaliesForInsightResponse,
|
|
1864
1738
|
];
|
|
@@ -1866,9 +1740,7 @@ var ListAnomalousLogGroups = [
|
|
|
1866
1740
|
9,
|
|
1867
1741
|
n0,
|
|
1868
1742
|
_LALG,
|
|
1869
|
-
{
|
|
1870
|
-
[_h]: ["POST", "/list-log-anomalies", 200],
|
|
1871
|
-
},
|
|
1743
|
+
{ [_h]: ["POST", "/list-log-anomalies", 200] },
|
|
1872
1744
|
() => ListAnomalousLogGroupsRequest,
|
|
1873
1745
|
() => ListAnomalousLogGroupsResponse,
|
|
1874
1746
|
];
|
|
@@ -1876,9 +1748,7 @@ var ListEvents = [
|
|
|
1876
1748
|
9,
|
|
1877
1749
|
n0,
|
|
1878
1750
|
_LE,
|
|
1879
|
-
{
|
|
1880
|
-
[_h]: ["POST", "/events", 200],
|
|
1881
|
-
},
|
|
1751
|
+
{ [_h]: ["POST", "/events", 200] },
|
|
1882
1752
|
() => ListEventsRequest,
|
|
1883
1753
|
() => ListEventsResponse,
|
|
1884
1754
|
];
|
|
@@ -1886,9 +1756,7 @@ var ListInsights = [
|
|
|
1886
1756
|
9,
|
|
1887
1757
|
n0,
|
|
1888
1758
|
_LI,
|
|
1889
|
-
{
|
|
1890
|
-
[_h]: ["POST", "/insights", 200],
|
|
1891
|
-
},
|
|
1759
|
+
{ [_h]: ["POST", "/insights", 200] },
|
|
1892
1760
|
() => ListInsightsRequest,
|
|
1893
1761
|
() => ListInsightsResponse,
|
|
1894
1762
|
];
|
|
@@ -1896,9 +1764,7 @@ var ListMonitoredResources = [
|
|
|
1896
1764
|
9,
|
|
1897
1765
|
n0,
|
|
1898
1766
|
_LMR,
|
|
1899
|
-
{
|
|
1900
|
-
[_h]: ["POST", "/monitoredResources", 200],
|
|
1901
|
-
},
|
|
1767
|
+
{ [_h]: ["POST", "/monitoredResources", 200] },
|
|
1902
1768
|
() => ListMonitoredResourcesRequest,
|
|
1903
1769
|
() => ListMonitoredResourcesResponse,
|
|
1904
1770
|
];
|
|
@@ -1906,9 +1772,7 @@ var ListNotificationChannels = [
|
|
|
1906
1772
|
9,
|
|
1907
1773
|
n0,
|
|
1908
1774
|
_LNC,
|
|
1909
|
-
{
|
|
1910
|
-
[_h]: ["POST", "/channels", 200],
|
|
1911
|
-
},
|
|
1775
|
+
{ [_h]: ["POST", "/channels", 200] },
|
|
1912
1776
|
() => ListNotificationChannelsRequest,
|
|
1913
1777
|
() => ListNotificationChannelsResponse,
|
|
1914
1778
|
];
|
|
@@ -1916,9 +1780,7 @@ var ListOrganizationInsights = [
|
|
|
1916
1780
|
9,
|
|
1917
1781
|
n0,
|
|
1918
1782
|
_LOI,
|
|
1919
|
-
{
|
|
1920
|
-
[_h]: ["POST", "/organization/insights", 200],
|
|
1921
|
-
},
|
|
1783
|
+
{ [_h]: ["POST", "/organization/insights", 200] },
|
|
1922
1784
|
() => ListOrganizationInsightsRequest,
|
|
1923
1785
|
() => ListOrganizationInsightsResponse,
|
|
1924
1786
|
];
|
|
@@ -1926,9 +1788,7 @@ var ListRecommendations = [
|
|
|
1926
1788
|
9,
|
|
1927
1789
|
n0,
|
|
1928
1790
|
_LR,
|
|
1929
|
-
{
|
|
1930
|
-
[_h]: ["POST", "/recommendations", 200],
|
|
1931
|
-
},
|
|
1791
|
+
{ [_h]: ["POST", "/recommendations", 200] },
|
|
1932
1792
|
() => ListRecommendationsRequest,
|
|
1933
1793
|
() => ListRecommendationsResponse,
|
|
1934
1794
|
];
|
|
@@ -1936,9 +1796,7 @@ var PutFeedback = [
|
|
|
1936
1796
|
9,
|
|
1937
1797
|
n0,
|
|
1938
1798
|
_PF,
|
|
1939
|
-
{
|
|
1940
|
-
[_h]: ["PUT", "/feedback", 200],
|
|
1941
|
-
},
|
|
1799
|
+
{ [_h]: ["PUT", "/feedback", 200] },
|
|
1942
1800
|
() => PutFeedbackRequest,
|
|
1943
1801
|
() => PutFeedbackResponse,
|
|
1944
1802
|
];
|
|
@@ -1946,9 +1804,7 @@ var RemoveNotificationChannel = [
|
|
|
1946
1804
|
9,
|
|
1947
1805
|
n0,
|
|
1948
1806
|
_RNC,
|
|
1949
|
-
{
|
|
1950
|
-
[_h]: ["DELETE", "/channels/{Id}", 200],
|
|
1951
|
-
},
|
|
1807
|
+
{ [_h]: ["DELETE", "/channels/{Id}", 200] },
|
|
1952
1808
|
() => RemoveNotificationChannelRequest,
|
|
1953
1809
|
() => RemoveNotificationChannelResponse,
|
|
1954
1810
|
];
|
|
@@ -1956,9 +1812,7 @@ var SearchInsights = [
|
|
|
1956
1812
|
9,
|
|
1957
1813
|
n0,
|
|
1958
1814
|
_SIe,
|
|
1959
|
-
{
|
|
1960
|
-
[_h]: ["POST", "/insights/search", 200],
|
|
1961
|
-
},
|
|
1815
|
+
{ [_h]: ["POST", "/insights/search", 200] },
|
|
1962
1816
|
() => SearchInsightsRequest,
|
|
1963
1817
|
() => SearchInsightsResponse,
|
|
1964
1818
|
];
|
|
@@ -1966,9 +1820,7 @@ var SearchOrganizationInsights = [
|
|
|
1966
1820
|
9,
|
|
1967
1821
|
n0,
|
|
1968
1822
|
_SOI,
|
|
1969
|
-
{
|
|
1970
|
-
[_h]: ["POST", "/organization/insights/search", 200],
|
|
1971
|
-
},
|
|
1823
|
+
{ [_h]: ["POST", "/organization/insights/search", 200] },
|
|
1972
1824
|
() => SearchOrganizationInsightsRequest,
|
|
1973
1825
|
() => SearchOrganizationInsightsResponse,
|
|
1974
1826
|
];
|
|
@@ -1976,9 +1828,7 @@ var StartCostEstimation = [
|
|
|
1976
1828
|
9,
|
|
1977
1829
|
n0,
|
|
1978
1830
|
_SCE,
|
|
1979
|
-
{
|
|
1980
|
-
[_h]: ["PUT", "/cost-estimation", 200],
|
|
1981
|
-
},
|
|
1831
|
+
{ [_h]: ["PUT", "/cost-estimation", 200] },
|
|
1982
1832
|
() => StartCostEstimationRequest,
|
|
1983
1833
|
() => StartCostEstimationResponse,
|
|
1984
1834
|
];
|
|
@@ -1986,9 +1836,7 @@ var UpdateEventSourcesConfig = [
|
|
|
1986
1836
|
9,
|
|
1987
1837
|
n0,
|
|
1988
1838
|
_UESC,
|
|
1989
|
-
{
|
|
1990
|
-
[_h]: ["PUT", "/event-sources", 200],
|
|
1991
|
-
},
|
|
1839
|
+
{ [_h]: ["PUT", "/event-sources", 200] },
|
|
1992
1840
|
() => UpdateEventSourcesConfigRequest,
|
|
1993
1841
|
() => UpdateEventSourcesConfigResponse,
|
|
1994
1842
|
];
|
|
@@ -1996,9 +1844,7 @@ var UpdateResourceCollection = [
|
|
|
1996
1844
|
9,
|
|
1997
1845
|
n0,
|
|
1998
1846
|
_URC,
|
|
1999
|
-
{
|
|
2000
|
-
[_h]: ["PUT", "/resource-collections", 200],
|
|
2001
|
-
},
|
|
1847
|
+
{ [_h]: ["PUT", "/resource-collections", 200] },
|
|
2002
1848
|
() => UpdateResourceCollectionRequest,
|
|
2003
1849
|
() => UpdateResourceCollectionResponse,
|
|
2004
1850
|
];
|
|
@@ -2006,9 +1852,7 @@ var UpdateServiceIntegration = [
|
|
|
2006
1852
|
9,
|
|
2007
1853
|
n0,
|
|
2008
1854
|
_USI,
|
|
2009
|
-
{
|
|
2010
|
-
[_h]: ["PUT", "/service-integrations", 200],
|
|
2011
|
-
},
|
|
1855
|
+
{ [_h]: ["PUT", "/service-integrations", 200] },
|
|
2012
1856
|
() => UpdateServiceIntegrationRequest,
|
|
2013
1857
|
() => UpdateServiceIntegrationResponse,
|
|
2014
1858
|
];
|
|
@@ -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 { defaultDevOpsGuruHttpAuthSchemeParametersProvider, 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);
|