@aws-sdk/client-migration-hub-refactor-spaces 3.649.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 (28) hide show
  1. package/dist-cjs/index.js +24 -72
  2. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  3. package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
  4. package/dist-es/commands/CreateRouteCommand.js +1 -3
  5. package/dist-es/commands/CreateServiceCommand.js +1 -3
  6. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  7. package/dist-es/commands/DeleteEnvironmentCommand.js +1 -3
  8. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  9. package/dist-es/commands/DeleteRouteCommand.js +1 -3
  10. package/dist-es/commands/DeleteServiceCommand.js +1 -3
  11. package/dist-es/commands/GetApplicationCommand.js +1 -3
  12. package/dist-es/commands/GetEnvironmentCommand.js +1 -3
  13. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  14. package/dist-es/commands/GetRouteCommand.js +1 -3
  15. package/dist-es/commands/GetServiceCommand.js +1 -3
  16. package/dist-es/commands/ListApplicationsCommand.js +1 -3
  17. package/dist-es/commands/ListEnvironmentVpcsCommand.js +1 -3
  18. package/dist-es/commands/ListEnvironmentsCommand.js +1 -3
  19. package/dist-es/commands/ListRoutesCommand.js +1 -3
  20. package/dist-es/commands/ListServicesCommand.js +1 -3
  21. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  22. package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  23. package/dist-es/commands/TagResourceCommand.js +1 -3
  24. package/dist-es/commands/UntagResourceCommand.js +1 -3
  25. package/dist-es/commands/UpdateRouteCommand.js +1 -3
  26. package/dist-es/endpoint/endpointResolver.js +7 -3
  27. package/package.json +4 -4
  28. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -1690,9 +1690,7 @@ var _ra = "retry-after";
1690
1690
  var _tK = "tagKeys";
1691
1691
 
1692
1692
  // src/commands/CreateApplicationCommand.ts
1693
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1694
- ...commonParams
1695
- }).m(function(Command, cs, config, o) {
1693
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1696
1694
  return [
1697
1695
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1698
1696
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1706,9 +1704,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1706
1704
 
1707
1705
 
1708
1706
 
1709
- var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1710
- ...commonParams
1711
- }).m(function(Command, cs, config, o) {
1707
+ var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1712
1708
  return [
1713
1709
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1714
1710
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1722,9 +1718,7 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
1722
1718
 
1723
1719
 
1724
1720
 
1725
- var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
1726
- ...commonParams
1727
- }).m(function(Command, cs, config, o) {
1721
+ var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1728
1722
  return [
1729
1723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1730
1724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1738,9 +1732,7 @@ var CreateRouteCommand = _CreateRouteCommand;
1738
1732
 
1739
1733
 
1740
1734
 
1741
- var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
1742
- ...commonParams
1743
- }).m(function(Command, cs, config, o) {
1735
+ var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1744
1736
  return [
1745
1737
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1746
1738
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1754,9 +1746,7 @@ var CreateServiceCommand = _CreateServiceCommand;
1754
1746
 
1755
1747
 
1756
1748
 
1757
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1758
- ...commonParams
1759
- }).m(function(Command, cs, config, o) {
1749
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1760
1750
  return [
1761
1751
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1762
1752
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1770,9 +1760,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1770
1760
 
1771
1761
 
1772
1762
 
1773
- var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1774
- ...commonParams
1775
- }).m(function(Command, cs, config, o) {
1763
+ var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1776
1764
  return [
1777
1765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1778
1766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1786,9 +1774,7 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
1786
1774
 
1787
1775
 
1788
1776
 
1789
- var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1790
- ...commonParams
1791
- }).m(function(Command, cs, config, o) {
1777
+ var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1792
1778
  return [
1793
1779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1794
1780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1802,9 +1788,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
1802
1788
 
1803
1789
 
1804
1790
 
1805
- var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep({
1806
- ...commonParams
1807
- }).m(function(Command, cs, config, o) {
1791
+ var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1808
1792
  return [
1809
1793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1810
1794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1818,9 +1802,7 @@ var DeleteRouteCommand = _DeleteRouteCommand;
1818
1802
 
1819
1803
 
1820
1804
 
1821
- var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
1822
- ...commonParams
1823
- }).m(function(Command, cs, config, o) {
1805
+ var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1824
1806
  return [
1825
1807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1826
1808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1834,9 +1816,7 @@ var DeleteServiceCommand = _DeleteServiceCommand;
1834
1816
 
1835
1817
 
1836
1818
 
1837
- var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1838
- ...commonParams
1839
- }).m(function(Command, cs, config, o) {
1819
+ var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1840
1820
  return [
1841
1821
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1842
1822
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1850,9 +1830,7 @@ var GetApplicationCommand = _GetApplicationCommand;
1850
1830
 
1851
1831
 
1852
1832
 
1853
- var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1854
- ...commonParams
1855
- }).m(function(Command, cs, config, o) {
1833
+ var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1856
1834
  return [
1857
1835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1858
1836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1866,9 +1844,7 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
1866
1844
 
1867
1845
 
1868
1846
 
1869
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1870
- ...commonParams
1871
- }).m(function(Command, cs, config, o) {
1847
+ var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1872
1848
  return [
1873
1849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1874
1850
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1882,9 +1858,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
1882
1858
 
1883
1859
 
1884
1860
 
1885
- var _GetRouteCommand = class _GetRouteCommand extends import_smithy_client.Command.classBuilder().ep({
1886
- ...commonParams
1887
- }).m(function(Command, cs, config, o) {
1861
+ var _GetRouteCommand = class _GetRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1888
1862
  return [
1889
1863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1890
1864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1898,9 +1872,7 @@ var GetRouteCommand = _GetRouteCommand;
1898
1872
 
1899
1873
 
1900
1874
 
1901
- var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep({
1902
- ...commonParams
1903
- }).m(function(Command, cs, config, o) {
1875
+ var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1904
1876
  return [
1905
1877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1906
1878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1914,9 +1886,7 @@ var GetServiceCommand = _GetServiceCommand;
1914
1886
 
1915
1887
 
1916
1888
 
1917
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1918
- ...commonParams
1919
- }).m(function(Command, cs, config, o) {
1889
+ var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1920
1890
  return [
1921
1891
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1922
1892
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1930,9 +1900,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1930
1900
 
1931
1901
 
1932
1902
 
1933
- var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
1934
- ...commonParams
1935
- }).m(function(Command, cs, config, o) {
1903
+ var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1936
1904
  return [
1937
1905
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1938
1906
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1946,9 +1914,7 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
1946
1914
 
1947
1915
 
1948
1916
 
1949
- var _ListEnvironmentVpcsCommand = class _ListEnvironmentVpcsCommand extends import_smithy_client.Command.classBuilder().ep({
1950
- ...commonParams
1951
- }).m(function(Command, cs, config, o) {
1917
+ var _ListEnvironmentVpcsCommand = class _ListEnvironmentVpcsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1952
1918
  return [
1953
1919
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1954
1920
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1962,9 +1928,7 @@ var ListEnvironmentVpcsCommand = _ListEnvironmentVpcsCommand;
1962
1928
 
1963
1929
 
1964
1930
 
1965
- var _ListRoutesCommand = class _ListRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
1966
- ...commonParams
1967
- }).m(function(Command, cs, config, o) {
1931
+ var _ListRoutesCommand = class _ListRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1968
1932
  return [
1969
1933
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1970
1934
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1978,9 +1942,7 @@ var ListRoutesCommand = _ListRoutesCommand;
1978
1942
 
1979
1943
 
1980
1944
 
1981
- var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
1982
- ...commonParams
1983
- }).m(function(Command, cs, config, o) {
1945
+ var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1984
1946
  return [
1985
1947
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1986
1948
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1994,9 +1956,7 @@ var ListServicesCommand = _ListServicesCommand;
1994
1956
 
1995
1957
 
1996
1958
 
1997
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1998
- ...commonParams
1999
- }).m(function(Command, cs, config, o) {
1959
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2000
1960
  return [
2001
1961
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2002
1962
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2010,9 +1970,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2010
1970
 
2011
1971
 
2012
1972
 
2013
- var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2014
- ...commonParams
2015
- }).m(function(Command, cs, config, o) {
1973
+ var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2016
1974
  return [
2017
1975
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2018
1976
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2026,9 +1984,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
2026
1984
 
2027
1985
 
2028
1986
 
2029
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2030
- ...commonParams
2031
- }).m(function(Command, cs, config, o) {
1987
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2032
1988
  return [
2033
1989
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2034
1990
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2042,9 +1998,7 @@ var TagResourceCommand = _TagResourceCommand;
2042
1998
 
2043
1999
 
2044
2000
 
2045
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2046
- ...commonParams
2047
- }).m(function(Command, cs, config, o) {
2001
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2048
2002
  return [
2049
2003
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2050
2004
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2058,9 +2012,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2058
2012
 
2059
2013
 
2060
2014
 
2061
- var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2062
- ...commonParams
2063
- }).m(function(Command, cs, config, o) {
2015
+ var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2064
2016
  return [
2065
2017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2066
2018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateApplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateEnvironmentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class CreateRouteCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class CreateServiceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  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_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteEnvironmentCommand 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_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteResourcePolicyCommand 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_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteRouteCommand 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_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteServiceCommand 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),
@@ -7,9 +7,7 @@ import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class GetApplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class GetEnvironmentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetResourcePolicyCommand 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),
@@ -7,9 +7,7 @@ import { de_GetRouteCommand, se_GetRouteCommand } from "../protocols/Aws_restJso
7
7
  export { $Command };
8
8
  export class GetRouteCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_res
7
7
  export { $Command };
8
8
  export class GetServiceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
7
7
  export { $Command };
8
8
  export class ListApplicationsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEnvironmentVpcsCommand, se_ListEnvironmentVpcsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListEnvironmentVpcsCommand 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),
@@ -7,9 +7,7 @@ import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../proto
7
7
  export { $Command };
8
8
  export class ListEnvironmentsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListRoutesCommand, se_ListRoutesCommand } from "../protocols/Aws_res
7
7
  export { $Command };
8
8
  export class ListRoutesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class ListServicesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
7
7
  export { $Command };
8
8
  export class ListTagsForResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class PutResourcePolicyCommand 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),
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class TagResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class UntagResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateRouteCommand, se_UpdateRouteCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateRouteCommand 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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migration-hub-refactor-spaces",
3
3
  "description": "AWS SDK for JavaScript Migration Hub Refactor Spaces Client for Node.js, Browser and React Native",
4
- "version": "3.649.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-migration-hub-refactor-spaces",
@@ -20,10 +20,10 @@
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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }