@aws-sdk/client-kinesis-analytics-v2 3.646.0 → 3.650.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 (43) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +33 -99
  3. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +1 -3
  4. package/dist-es/commands/AddApplicationInputCommand.js +1 -3
  5. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +1 -3
  6. package/dist-es/commands/AddApplicationOutputCommand.js +1 -3
  7. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +1 -3
  8. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +1 -3
  9. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  10. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +1 -3
  11. package/dist-es/commands/CreateApplicationSnapshotCommand.js +1 -3
  12. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +1 -3
  13. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  14. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +1 -3
  15. package/dist-es/commands/DeleteApplicationOutputCommand.js +1 -3
  16. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +1 -3
  17. package/dist-es/commands/DeleteApplicationSnapshotCommand.js +1 -3
  18. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +1 -3
  19. package/dist-es/commands/DescribeApplicationCommand.js +1 -3
  20. package/dist-es/commands/DescribeApplicationOperationCommand.js +1 -3
  21. package/dist-es/commands/DescribeApplicationSnapshotCommand.js +1 -3
  22. package/dist-es/commands/DescribeApplicationVersionCommand.js +1 -3
  23. package/dist-es/commands/DiscoverInputSchemaCommand.js +1 -3
  24. package/dist-es/commands/ListApplicationOperationsCommand.js +1 -3
  25. package/dist-es/commands/ListApplicationSnapshotsCommand.js +1 -3
  26. package/dist-es/commands/ListApplicationVersionsCommand.js +1 -3
  27. package/dist-es/commands/ListApplicationsCommand.js +1 -3
  28. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  29. package/dist-es/commands/RollbackApplicationCommand.js +1 -3
  30. package/dist-es/commands/StartApplicationCommand.js +1 -3
  31. package/dist-es/commands/StopApplicationCommand.js +1 -3
  32. package/dist-es/commands/TagResourceCommand.js +1 -3
  33. package/dist-es/commands/UntagResourceCommand.js +1 -3
  34. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  35. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +1 -3
  36. package/dist-es/endpoint/endpointResolver.js +7 -3
  37. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  38. package/dist-types/runtimeConfig.d.ts +2 -0
  39. package/dist-types/runtimeConfig.native.d.ts +2 -0
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  43. package/package.json +35 -35
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -1610,9 +1610,7 @@ function sharedHeaders(operation) {
1610
1610
  __name(sharedHeaders, "sharedHeaders");
1611
1611
 
1612
1612
  // src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
1613
- var _AddApplicationCloudWatchLoggingOptionCommand = class _AddApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep({
1614
- ...commonParams
1615
- }).m(function(Command, cs, config, o) {
1613
+ var _AddApplicationCloudWatchLoggingOptionCommand = class _AddApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1616
1614
  return [
1617
1615
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1618
1616
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1626,9 +1624,7 @@ var AddApplicationCloudWatchLoggingOptionCommand = _AddApplicationCloudWatchLogg
1626
1624
 
1627
1625
 
1628
1626
 
1629
- var _AddApplicationInputCommand = class _AddApplicationInputCommand extends import_smithy_client.Command.classBuilder().ep({
1630
- ...commonParams
1631
- }).m(function(Command, cs, config, o) {
1627
+ var _AddApplicationInputCommand = class _AddApplicationInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1632
1628
  return [
1633
1629
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1634
1630
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1642,9 +1638,7 @@ var AddApplicationInputCommand = _AddApplicationInputCommand;
1642
1638
 
1643
1639
 
1644
1640
 
1645
- var _AddApplicationInputProcessingConfigurationCommand = class _AddApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1646
- ...commonParams
1647
- }).m(function(Command, cs, config, o) {
1641
+ var _AddApplicationInputProcessingConfigurationCommand = class _AddApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1648
1642
  return [
1649
1643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1650
1644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1658,9 +1652,7 @@ var AddApplicationInputProcessingConfigurationCommand = _AddApplicationInputProc
1658
1652
 
1659
1653
 
1660
1654
 
1661
- var _AddApplicationOutputCommand = class _AddApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
1662
- ...commonParams
1663
- }).m(function(Command, cs, config, o) {
1655
+ var _AddApplicationOutputCommand = class _AddApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1664
1656
  return [
1665
1657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1666
1658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1674,9 +1666,7 @@ var AddApplicationOutputCommand = _AddApplicationOutputCommand;
1674
1666
 
1675
1667
 
1676
1668
 
1677
- var _AddApplicationReferenceDataSourceCommand = class _AddApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1678
- ...commonParams
1679
- }).m(function(Command, cs, config, o) {
1669
+ var _AddApplicationReferenceDataSourceCommand = class _AddApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1680
1670
  return [
1681
1671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1682
1672
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1690,9 +1680,7 @@ var AddApplicationReferenceDataSourceCommand = _AddApplicationReferenceDataSourc
1690
1680
 
1691
1681
 
1692
1682
 
1693
- var _AddApplicationVpcConfigurationCommand = class _AddApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1694
- ...commonParams
1695
- }).m(function(Command, cs, config, o) {
1683
+ var _AddApplicationVpcConfigurationCommand = class _AddApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1696
1684
  return [
1697
1685
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1698
1686
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1706,9 +1694,7 @@ var AddApplicationVpcConfigurationCommand = _AddApplicationVpcConfigurationComma
1706
1694
 
1707
1695
 
1708
1696
 
1709
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1710
- ...commonParams
1711
- }).m(function(Command, cs, config, o) {
1697
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1712
1698
  return [
1713
1699
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1714
1700
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1722,9 +1708,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1722
1708
 
1723
1709
 
1724
1710
 
1725
- var _CreateApplicationPresignedUrlCommand = class _CreateApplicationPresignedUrlCommand extends import_smithy_client.Command.classBuilder().ep({
1726
- ...commonParams
1727
- }).m(function(Command, cs, config, o) {
1711
+ var _CreateApplicationPresignedUrlCommand = class _CreateApplicationPresignedUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1728
1712
  return [
1729
1713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1730
1714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1738,9 +1722,7 @@ var CreateApplicationPresignedUrlCommand = _CreateApplicationPresignedUrlCommand
1738
1722
 
1739
1723
 
1740
1724
 
1741
- var _CreateApplicationSnapshotCommand = class _CreateApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1742
- ...commonParams
1743
- }).m(function(Command, cs, config, o) {
1725
+ var _CreateApplicationSnapshotCommand = class _CreateApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1744
1726
  return [
1745
1727
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1746
1728
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1754,9 +1736,7 @@ var CreateApplicationSnapshotCommand = _CreateApplicationSnapshotCommand;
1754
1736
 
1755
1737
 
1756
1738
 
1757
- var _DeleteApplicationCloudWatchLoggingOptionCommand = class _DeleteApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep({
1758
- ...commonParams
1759
- }).m(function(Command, cs, config, o) {
1739
+ var _DeleteApplicationCloudWatchLoggingOptionCommand = class _DeleteApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1760
1740
  return [
1761
1741
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1762
1742
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1770,9 +1750,7 @@ var DeleteApplicationCloudWatchLoggingOptionCommand = _DeleteApplicationCloudWat
1770
1750
 
1771
1751
 
1772
1752
 
1773
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1774
- ...commonParams
1775
- }).m(function(Command, cs, config, o) {
1753
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1776
1754
  return [
1777
1755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1778
1756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1786,9 +1764,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1786
1764
 
1787
1765
 
1788
1766
 
1789
- var _DeleteApplicationInputProcessingConfigurationCommand = class _DeleteApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1790
- ...commonParams
1791
- }).m(function(Command, cs, config, o) {
1767
+ var _DeleteApplicationInputProcessingConfigurationCommand = class _DeleteApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1792
1768
  return [
1793
1769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1794
1770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1802,9 +1778,7 @@ var DeleteApplicationInputProcessingConfigurationCommand = _DeleteApplicationInp
1802
1778
 
1803
1779
 
1804
1780
 
1805
- var _DeleteApplicationOutputCommand = class _DeleteApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
1806
- ...commonParams
1807
- }).m(function(Command, cs, config, o) {
1781
+ var _DeleteApplicationOutputCommand = class _DeleteApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1808
1782
  return [
1809
1783
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1810
1784
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1818,9 +1792,7 @@ var DeleteApplicationOutputCommand = _DeleteApplicationOutputCommand;
1818
1792
 
1819
1793
 
1820
1794
 
1821
- var _DeleteApplicationReferenceDataSourceCommand = class _DeleteApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1822
- ...commonParams
1823
- }).m(function(Command, cs, config, o) {
1795
+ var _DeleteApplicationReferenceDataSourceCommand = class _DeleteApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1824
1796
  return [
1825
1797
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1826
1798
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1834,9 +1806,7 @@ var DeleteApplicationReferenceDataSourceCommand = _DeleteApplicationReferenceDat
1834
1806
 
1835
1807
 
1836
1808
 
1837
- var _DeleteApplicationSnapshotCommand = class _DeleteApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1838
- ...commonParams
1839
- }).m(function(Command, cs, config, o) {
1809
+ var _DeleteApplicationSnapshotCommand = class _DeleteApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1840
1810
  return [
1841
1811
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1842
1812
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1850,9 +1820,7 @@ var DeleteApplicationSnapshotCommand = _DeleteApplicationSnapshotCommand;
1850
1820
 
1851
1821
 
1852
1822
 
1853
- var _DeleteApplicationVpcConfigurationCommand = class _DeleteApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1854
- ...commonParams
1855
- }).m(function(Command, cs, config, o) {
1823
+ var _DeleteApplicationVpcConfigurationCommand = class _DeleteApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1856
1824
  return [
1857
1825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1858
1826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1866,9 +1834,7 @@ var DeleteApplicationVpcConfigurationCommand = _DeleteApplicationVpcConfiguratio
1866
1834
 
1867
1835
 
1868
1836
 
1869
- var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1870
- ...commonParams
1871
- }).m(function(Command, cs, config, o) {
1837
+ var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1872
1838
  return [
1873
1839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1874
1840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1882,9 +1848,7 @@ var DescribeApplicationCommand = _DescribeApplicationCommand;
1882
1848
 
1883
1849
 
1884
1850
 
1885
- var _DescribeApplicationOperationCommand = class _DescribeApplicationOperationCommand extends import_smithy_client.Command.classBuilder().ep({
1886
- ...commonParams
1887
- }).m(function(Command, cs, config, o) {
1851
+ var _DescribeApplicationOperationCommand = class _DescribeApplicationOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1888
1852
  return [
1889
1853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1890
1854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1898,9 +1862,7 @@ var DescribeApplicationOperationCommand = _DescribeApplicationOperationCommand;
1898
1862
 
1899
1863
 
1900
1864
 
1901
- var _DescribeApplicationSnapshotCommand = class _DescribeApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1902
- ...commonParams
1903
- }).m(function(Command, cs, config, o) {
1865
+ var _DescribeApplicationSnapshotCommand = class _DescribeApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1904
1866
  return [
1905
1867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1906
1868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1914,9 +1876,7 @@ var DescribeApplicationSnapshotCommand = _DescribeApplicationSnapshotCommand;
1914
1876
 
1915
1877
 
1916
1878
 
1917
- var _DescribeApplicationVersionCommand = class _DescribeApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
1918
- ...commonParams
1919
- }).m(function(Command, cs, config, o) {
1879
+ var _DescribeApplicationVersionCommand = class _DescribeApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1920
1880
  return [
1921
1881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1922
1882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1930,9 +1890,7 @@ var DescribeApplicationVersionCommand = _DescribeApplicationVersionCommand;
1930
1890
 
1931
1891
 
1932
1892
 
1933
- var _DiscoverInputSchemaCommand = class _DiscoverInputSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1934
- ...commonParams
1935
- }).m(function(Command, cs, config, o) {
1893
+ var _DiscoverInputSchemaCommand = class _DiscoverInputSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1936
1894
  return [
1937
1895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1938
1896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1946,9 +1904,7 @@ var DiscoverInputSchemaCommand = _DiscoverInputSchemaCommand;
1946
1904
 
1947
1905
 
1948
1906
 
1949
- var _ListApplicationOperationsCommand = class _ListApplicationOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
1950
- ...commonParams
1951
- }).m(function(Command, cs, config, o) {
1907
+ var _ListApplicationOperationsCommand = class _ListApplicationOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1952
1908
  return [
1953
1909
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1954
1910
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1962,9 +1918,7 @@ var ListApplicationOperationsCommand = _ListApplicationOperationsCommand;
1962
1918
 
1963
1919
 
1964
1920
 
1965
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1966
- ...commonParams
1967
- }).m(function(Command, cs, config, o) {
1921
+ var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1968
1922
  return [
1969
1923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1970
1924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1978,9 +1932,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1978
1932
 
1979
1933
 
1980
1934
 
1981
- var _ListApplicationSnapshotsCommand = class _ListApplicationSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
1982
- ...commonParams
1983
- }).m(function(Command, cs, config, o) {
1935
+ var _ListApplicationSnapshotsCommand = class _ListApplicationSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1984
1936
  return [
1985
1937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1986
1938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1994,9 +1946,7 @@ var ListApplicationSnapshotsCommand = _ListApplicationSnapshotsCommand;
1994
1946
 
1995
1947
 
1996
1948
 
1997
- var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1998
- ...commonParams
1999
- }).m(function(Command, cs, config, o) {
1949
+ var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2000
1950
  return [
2001
1951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2002
1952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2010,9 +1960,7 @@ var ListApplicationVersionsCommand = _ListApplicationVersionsCommand;
2010
1960
 
2011
1961
 
2012
1962
 
2013
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2014
- ...commonParams
2015
- }).m(function(Command, cs, config, o) {
1963
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2016
1964
  return [
2017
1965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2018
1966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2026,9 +1974,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2026
1974
 
2027
1975
 
2028
1976
 
2029
- var _RollbackApplicationCommand = class _RollbackApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2030
- ...commonParams
2031
- }).m(function(Command, cs, config, o) {
1977
+ var _RollbackApplicationCommand = class _RollbackApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2032
1978
  return [
2033
1979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2034
1980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2042,9 +1988,7 @@ var RollbackApplicationCommand = _RollbackApplicationCommand;
2042
1988
 
2043
1989
 
2044
1990
 
2045
- var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2046
- ...commonParams
2047
- }).m(function(Command, cs, config, o) {
1991
+ var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2048
1992
  return [
2049
1993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2050
1994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2058,9 +2002,7 @@ var StartApplicationCommand = _StartApplicationCommand;
2058
2002
 
2059
2003
 
2060
2004
 
2061
- var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2062
- ...commonParams
2063
- }).m(function(Command, cs, config, o) {
2005
+ var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2064
2006
  return [
2065
2007
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2066
2008
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2074,9 +2016,7 @@ var StopApplicationCommand = _StopApplicationCommand;
2074
2016
 
2075
2017
 
2076
2018
 
2077
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2078
- ...commonParams
2079
- }).m(function(Command, cs, config, o) {
2019
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2080
2020
  return [
2081
2021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2082
2022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2090,9 +2030,7 @@ var TagResourceCommand = _TagResourceCommand;
2090
2030
 
2091
2031
 
2092
2032
 
2093
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2094
- ...commonParams
2095
- }).m(function(Command, cs, config, o) {
2033
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2096
2034
  return [
2097
2035
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2098
2036
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2106,9 +2044,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2106
2044
 
2107
2045
 
2108
2046
 
2109
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
2110
- ...commonParams
2111
- }).m(function(Command, cs, config, o) {
2047
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2112
2048
  return [
2113
2049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2114
2050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2122,9 +2058,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
2122
2058
 
2123
2059
 
2124
2060
 
2125
- var _UpdateApplicationMaintenanceConfigurationCommand = class _UpdateApplicationMaintenanceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2126
- ...commonParams
2127
- }).m(function(Command, cs, config, o) {
2061
+ var _UpdateApplicationMaintenanceConfigurationCommand = class _UpdateApplicationMaintenanceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2128
2062
  return [
2129
2063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2130
2064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AddApplicationCloudWatchLoggingOptionCommand, se_AddApplicationCloud
6
6
  export { $Command };
7
7
  export class AddApplicationCloudWatchLoggingOptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddApplicationInputCommand, se_AddApplicationInputCommand } from "..
6
6
  export { $Command };
7
7
  export class AddApplicationInputCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddApplicationInputProcessingConfigurationCommand, se_AddApplication
6
6
  export { $Command };
7
7
  export class AddApplicationInputProcessingConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddApplicationOutputCommand, se_AddApplicationOutputCommand } from "
6
6
  export { $Command };
7
7
  export class AddApplicationOutputCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddApplicationReferenceDataSourceCommand, se_AddApplicationReference
6
6
  export { $Command };
7
7
  export class AddApplicationReferenceDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddApplicationVpcConfigurationCommand, se_AddApplicationVpcConfigura
6
6
  export { $Command };
7
7
  export class AddApplicationVpcConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateApplicationPresignedUrlCommand, se_CreateApplicationPresignedU
6
6
  export { $Command };
7
7
  export class CreateApplicationPresignedUrlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateApplicationSnapshotCommand, se_CreateApplicationSnapshotComman
6
6
  export { $Command };
7
7
  export class CreateApplicationSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCloudWatchLoggingOptionCommand, se_DeleteApplicatio
6
6
  export { $Command };
7
7
  export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationInputProcessingConfigurationCommand, se_DeleteAppli
6
6
  export { $Command };
7
7
  export class DeleteApplicationInputProcessingConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationOutputCommand, se_DeleteApplicationOutputCommand }
6
6
  export { $Command };
7
7
  export class DeleteApplicationOutputCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationReferenceDataSourceCommand, se_DeleteApplicationRef
6
6
  export { $Command };
7
7
  export class DeleteApplicationReferenceDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationSnapshotCommand, se_DeleteApplicationSnapshotComman
6
6
  export { $Command };
7
7
  export class DeleteApplicationSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationVpcConfigurationCommand, se_DeleteApplicationVpcCon
6
6
  export { $Command };
7
7
  export class DeleteApplicationVpcConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeApplicationOperationCommand, se_DescribeApplicationOperation
6
6
  export { $Command };
7
7
  export class DescribeApplicationOperationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeApplicationSnapshotCommand, se_DescribeApplicationSnapshotCo
6
6
  export { $Command };
7
7
  export class DescribeApplicationSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeApplicationVersionCommand, se_DescribeApplicationVersionComm
6
6
  export { $Command };
7
7
  export class DescribeApplicationVersionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DiscoverInputSchemaCommand, se_DiscoverInputSchemaCommand } from "..
6
6
  export { $Command };
7
7
  export class DiscoverInputSchemaCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationOperationsCommand, se_ListApplicationOperationsComman
6
6
  export { $Command };
7
7
  export class ListApplicationOperationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationSnapshotsCommand, se_ListApplicationSnapshotsCommand
6
6
  export { $Command };
7
7
  export class ListApplicationSnapshotsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand }
6
6
  export { $Command };
7
7
  export class ListApplicationVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListApplicationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RollbackApplicationCommand, se_RollbackApplicationCommand } from "..
6
6
  export { $Command };
7
7
  export class RollbackApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartApplicationCommand, se_StartApplicationCommand } from "../proto
6
6
  export { $Command };
7
7
  export class StartApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StopApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateApplicationMaintenanceConfigurationCommand, se_UpdateApplicati
6
6
  export { $Command };
7
7
  export class UpdateApplicationMaintenanceConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisAnalyticsV2HttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisAnalyticsV2HttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisAnalyticsV2HttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (
25
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  apiVersion: string;
28
+ cacheMiddleware?: boolean | undefined;
28
29
  urlParser: import("@smithy/types").UrlParser;
29
30
  base64Decoder: import("@smithy/types").Decoder;
30
31
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -63,6 +64,7 @@ export declare const getRuntimeConfig: (
63
64
  }
64
65
  ) => import("@smithy/types").EndpointV2;
65
66
  tls?: boolean | undefined;
67
+ serviceConfiguredEndpoint?: undefined;
66
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
67
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisAnalyticsV2HttpAuthSchemeProvider;
68
70
  credentials?:
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (
29
29
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
31
  apiVersion: string;
32
+ cacheMiddleware?: boolean | undefined;
32
33
  urlParser: import("@smithy/types").UrlParser;
33
34
  base64Decoder: import("@smithy/types").Decoder;
34
35
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -67,6 +68,7 @@ export declare const getRuntimeConfig: (
67
68
  }
68
69
  ) => import("@smithy/types").EndpointV2;
69
70
  tls?: boolean | undefined;
71
+ serviceConfiguredEndpoint?: undefined;
70
72
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
71
73
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisAnalyticsV2HttpAuthSchemeProvider;
72
74
  credentials?:
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
+ cacheMiddleware?: boolean | undefined;
14
15
  urlParser: import("@smithy/types").UrlParser;
15
16
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -57,6 +58,7 @@ export declare const getRuntimeConfig: (
57
58
  }
58
59
  ) => import("@smithy/types").EndpointV2;
59
60
  tls?: boolean | undefined;
61
+ serviceConfiguredEndpoint?: undefined;
60
62
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
61
63
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisAnalyticsV2HttpAuthSchemeProvider;
62
64
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics-v2",
3
3
  "description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
4
- "version": "3.646.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.645.0",
24
- "@aws-sdk/client-sts": "3.645.0",
25
- "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.645.0",
27
- "@aws-sdk/middleware-host-header": "3.620.0",
28
- "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.645.0",
31
- "@aws-sdk/region-config-resolver": "3.614.0",
32
- "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.645.0",
34
- "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.614.0",
36
- "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.4.0",
38
- "@smithy/fetch-http-handler": "^3.2.4",
39
- "@smithy/hash-node": "^3.0.3",
40
- "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.5",
42
- "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.15",
44
- "@smithy/middleware-serde": "^3.0.3",
45
- "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.4",
48
- "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.2.0",
50
- "@smithy/types": "^3.3.0",
51
- "@smithy/url-parser": "^3.0.3",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
+ "@aws-sdk/core": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
+ "@aws-sdk/middleware-host-header": "3.649.0",
28
+ "@aws-sdk/middleware-logger": "3.649.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
+ "@aws-sdk/middleware-user-agent": "3.649.0",
31
+ "@aws-sdk/region-config-resolver": "3.649.0",
32
+ "@aws-sdk/types": "3.649.0",
33
+ "@aws-sdk/util-endpoints": "3.649.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.649.0",
35
+ "@aws-sdk/util-user-agent-node": "3.649.0",
36
+ "@smithy/config-resolver": "^3.0.6",
37
+ "@smithy/core": "^2.4.1",
38
+ "@smithy/fetch-http-handler": "^3.2.5",
39
+ "@smithy/hash-node": "^3.0.4",
40
+ "@smithy/invalid-dependency": "^3.0.4",
41
+ "@smithy/middleware-content-length": "^3.0.6",
42
+ "@smithy/middleware-endpoint": "^3.1.1",
43
+ "@smithy/middleware-retry": "^3.0.16",
44
+ "@smithy/middleware-serde": "^3.0.4",
45
+ "@smithy/middleware-stack": "^3.0.4",
46
+ "@smithy/node-config-provider": "^3.1.5",
47
+ "@smithy/node-http-handler": "^3.2.0",
48
+ "@smithy/protocol-http": "^4.1.1",
49
+ "@smithy/smithy-client": "^3.3.0",
50
+ "@smithy/types": "^3.4.0",
51
+ "@smithy/url-parser": "^3.0.4",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.15",
56
- "@smithy/util-defaults-mode-node": "^3.0.15",
57
- "@smithy/util-endpoints": "^2.0.5",
58
- "@smithy/util-middleware": "^3.0.3",
59
- "@smithy/util-retry": "^3.0.3",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.16",
56
+ "@smithy/util-defaults-mode-node": "^3.0.16",
57
+ "@smithy/util-endpoints": "^2.1.0",
58
+ "@smithy/util-middleware": "^3.0.4",
59
+ "@smithy/util-retry": "^3.0.4",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },