@aws-sdk/client-dataexchange 3.645.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 (40) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +30 -90
  3. package/dist-es/commands/CancelJobCommand.js +1 -3
  4. package/dist-es/commands/CreateDataSetCommand.js +1 -3
  5. package/dist-es/commands/CreateEventActionCommand.js +1 -3
  6. package/dist-es/commands/CreateJobCommand.js +1 -3
  7. package/dist-es/commands/CreateRevisionCommand.js +1 -3
  8. package/dist-es/commands/DeleteAssetCommand.js +1 -3
  9. package/dist-es/commands/DeleteDataSetCommand.js +1 -3
  10. package/dist-es/commands/DeleteEventActionCommand.js +1 -3
  11. package/dist-es/commands/DeleteRevisionCommand.js +1 -3
  12. package/dist-es/commands/GetAssetCommand.js +1 -3
  13. package/dist-es/commands/GetDataSetCommand.js +1 -3
  14. package/dist-es/commands/GetEventActionCommand.js +1 -3
  15. package/dist-es/commands/GetJobCommand.js +1 -3
  16. package/dist-es/commands/GetRevisionCommand.js +1 -3
  17. package/dist-es/commands/ListDataSetRevisionsCommand.js +1 -3
  18. package/dist-es/commands/ListDataSetsCommand.js +1 -3
  19. package/dist-es/commands/ListEventActionsCommand.js +1 -3
  20. package/dist-es/commands/ListJobsCommand.js +1 -3
  21. package/dist-es/commands/ListRevisionAssetsCommand.js +1 -3
  22. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  23. package/dist-es/commands/RevokeRevisionCommand.js +1 -3
  24. package/dist-es/commands/SendApiAssetCommand.js +1 -3
  25. package/dist-es/commands/SendDataSetNotificationCommand.js +1 -3
  26. package/dist-es/commands/StartJobCommand.js +1 -3
  27. package/dist-es/commands/TagResourceCommand.js +1 -3
  28. package/dist-es/commands/UntagResourceCommand.js +1 -3
  29. package/dist-es/commands/UpdateAssetCommand.js +1 -3
  30. package/dist-es/commands/UpdateDataSetCommand.js +1 -3
  31. package/dist-es/commands/UpdateEventActionCommand.js +1 -3
  32. package/dist-es/commands/UpdateRevisionCommand.js +1 -3
  33. package/dist-es/endpoint/endpointResolver.js +7 -3
  34. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  35. package/dist-types/runtimeConfig.d.ts +2 -0
  36. package/dist-types/runtimeConfig.native.d.ts +2 -0
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  40. 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
@@ -1825,9 +1825,7 @@ var _xadp = "x-amzn-dataexchange-path";
1825
1825
  var _xadri = "x-amzn-dataexchange-revision-id";
1826
1826
 
1827
1827
  // src/commands/CancelJobCommand.ts
1828
- var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep({
1829
- ...commonParams
1830
- }).m(function(Command, cs, config, o) {
1828
+ var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1831
1829
  return [
1832
1830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1833
1831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1841,9 +1839,7 @@ var CancelJobCommand = _CancelJobCommand;
1841
1839
 
1842
1840
 
1843
1841
 
1844
- var _CreateDataSetCommand = class _CreateDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
1845
- ...commonParams
1846
- }).m(function(Command, cs, config, o) {
1842
+ var _CreateDataSetCommand = class _CreateDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1847
1843
  return [
1848
1844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1849
1845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1857,9 +1853,7 @@ var CreateDataSetCommand = _CreateDataSetCommand;
1857
1853
 
1858
1854
 
1859
1855
 
1860
- var _CreateEventActionCommand = class _CreateEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
1861
- ...commonParams
1862
- }).m(function(Command, cs, config, o) {
1856
+ var _CreateEventActionCommand = class _CreateEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1863
1857
  return [
1864
1858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1865
1859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1873,9 +1867,7 @@ var CreateEventActionCommand = _CreateEventActionCommand;
1873
1867
 
1874
1868
 
1875
1869
 
1876
- var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
1877
- ...commonParams
1878
- }).m(function(Command, cs, config, o) {
1870
+ var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1879
1871
  return [
1880
1872
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1881
1873
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1889,9 +1881,7 @@ var CreateJobCommand = _CreateJobCommand;
1889
1881
 
1890
1882
 
1891
1883
 
1892
- var _CreateRevisionCommand = class _CreateRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
1893
- ...commonParams
1894
- }).m(function(Command, cs, config, o) {
1884
+ var _CreateRevisionCommand = class _CreateRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1895
1885
  return [
1896
1886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1897
1887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1905,9 +1895,7 @@ var CreateRevisionCommand = _CreateRevisionCommand;
1905
1895
 
1906
1896
 
1907
1897
 
1908
- var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep({
1909
- ...commonParams
1910
- }).m(function(Command, cs, config, o) {
1898
+ var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1911
1899
  return [
1912
1900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1913
1901
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1921,9 +1909,7 @@ var DeleteAssetCommand = _DeleteAssetCommand;
1921
1909
 
1922
1910
 
1923
1911
 
1924
- var _DeleteDataSetCommand = class _DeleteDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
1925
- ...commonParams
1926
- }).m(function(Command, cs, config, o) {
1912
+ var _DeleteDataSetCommand = class _DeleteDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1927
1913
  return [
1928
1914
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1929
1915
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1937,9 +1923,7 @@ var DeleteDataSetCommand = _DeleteDataSetCommand;
1937
1923
 
1938
1924
 
1939
1925
 
1940
- var _DeleteEventActionCommand = class _DeleteEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
1941
- ...commonParams
1942
- }).m(function(Command, cs, config, o) {
1926
+ var _DeleteEventActionCommand = class _DeleteEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1943
1927
  return [
1944
1928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1945
1929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1953,9 +1937,7 @@ var DeleteEventActionCommand = _DeleteEventActionCommand;
1953
1937
 
1954
1938
 
1955
1939
 
1956
- var _DeleteRevisionCommand = class _DeleteRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
1957
- ...commonParams
1958
- }).m(function(Command, cs, config, o) {
1940
+ var _DeleteRevisionCommand = class _DeleteRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1959
1941
  return [
1960
1942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1961
1943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1969,9 +1951,7 @@ var DeleteRevisionCommand = _DeleteRevisionCommand;
1969
1951
 
1970
1952
 
1971
1953
 
1972
- var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Command.classBuilder().ep({
1973
- ...commonParams
1974
- }).m(function(Command, cs, config, o) {
1954
+ var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1975
1955
  return [
1976
1956
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1977
1957
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1985,9 +1965,7 @@ var GetAssetCommand = _GetAssetCommand;
1985
1965
 
1986
1966
 
1987
1967
 
1988
- var _GetDataSetCommand = class _GetDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
1989
- ...commonParams
1990
- }).m(function(Command, cs, config, o) {
1968
+ var _GetDataSetCommand = class _GetDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1991
1969
  return [
1992
1970
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1993
1971
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2001,9 +1979,7 @@ var GetDataSetCommand = _GetDataSetCommand;
2001
1979
 
2002
1980
 
2003
1981
 
2004
- var _GetEventActionCommand = class _GetEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
2005
- ...commonParams
2006
- }).m(function(Command, cs, config, o) {
1982
+ var _GetEventActionCommand = class _GetEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2007
1983
  return [
2008
1984
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2009
1985
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2017,9 +1993,7 @@ var GetEventActionCommand = _GetEventActionCommand;
2017
1993
 
2018
1994
 
2019
1995
 
2020
- var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
2021
- ...commonParams
2022
- }).m(function(Command, cs, config, o) {
1996
+ var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2023
1997
  return [
2024
1998
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2025
1999
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2033,9 +2007,7 @@ var GetJobCommand = _GetJobCommand;
2033
2007
 
2034
2008
 
2035
2009
 
2036
- var _GetRevisionCommand = class _GetRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
2037
- ...commonParams
2038
- }).m(function(Command, cs, config, o) {
2010
+ var _GetRevisionCommand = class _GetRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2039
2011
  return [
2040
2012
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2041
2013
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2049,9 +2021,7 @@ var GetRevisionCommand = _GetRevisionCommand;
2049
2021
 
2050
2022
 
2051
2023
 
2052
- var _ListDataSetRevisionsCommand = class _ListDataSetRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
2053
- ...commonParams
2054
- }).m(function(Command, cs, config, o) {
2024
+ var _ListDataSetRevisionsCommand = class _ListDataSetRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2055
2025
  return [
2056
2026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2057
2027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2065,9 +2035,7 @@ var ListDataSetRevisionsCommand = _ListDataSetRevisionsCommand;
2065
2035
 
2066
2036
 
2067
2037
 
2068
- var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep({
2069
- ...commonParams
2070
- }).m(function(Command, cs, config, o) {
2038
+ var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2071
2039
  return [
2072
2040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2073
2041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2081,9 +2049,7 @@ var ListDataSetsCommand = _ListDataSetsCommand;
2081
2049
 
2082
2050
 
2083
2051
 
2084
- var _ListEventActionsCommand = class _ListEventActionsCommand extends import_smithy_client.Command.classBuilder().ep({
2085
- ...commonParams
2086
- }).m(function(Command, cs, config, o) {
2052
+ var _ListEventActionsCommand = class _ListEventActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2087
2053
  return [
2088
2054
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2089
2055
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2097,9 +2063,7 @@ var ListEventActionsCommand = _ListEventActionsCommand;
2097
2063
 
2098
2064
 
2099
2065
 
2100
- var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2101
- ...commonParams
2102
- }).m(function(Command, cs, config, o) {
2066
+ var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2103
2067
  return [
2104
2068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2105
2069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2113,9 +2077,7 @@ var ListJobsCommand = _ListJobsCommand;
2113
2077
 
2114
2078
 
2115
2079
 
2116
- var _ListRevisionAssetsCommand = class _ListRevisionAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
2117
- ...commonParams
2118
- }).m(function(Command, cs, config, o) {
2080
+ var _ListRevisionAssetsCommand = class _ListRevisionAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2119
2081
  return [
2120
2082
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2121
2083
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2129,9 +2091,7 @@ var ListRevisionAssetsCommand = _ListRevisionAssetsCommand;
2129
2091
 
2130
2092
 
2131
2093
 
2132
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2133
- ...commonParams
2134
- }).m(function(Command, cs, config, o) {
2094
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2135
2095
  return [
2136
2096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2137
2097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2145,9 +2105,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2145
2105
 
2146
2106
 
2147
2107
 
2148
- var _RevokeRevisionCommand = class _RevokeRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
2149
- ...commonParams
2150
- }).m(function(Command, cs, config, o) {
2108
+ var _RevokeRevisionCommand = class _RevokeRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2151
2109
  return [
2152
2110
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2153
2111
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2161,9 +2119,7 @@ var RevokeRevisionCommand = _RevokeRevisionCommand;
2161
2119
 
2162
2120
 
2163
2121
 
2164
- var _SendApiAssetCommand = class _SendApiAssetCommand extends import_smithy_client.Command.classBuilder().ep({
2165
- ...commonParams
2166
- }).m(function(Command, cs, config, o) {
2122
+ var _SendApiAssetCommand = class _SendApiAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2167
2123
  return [
2168
2124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2169
2125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2177,9 +2133,7 @@ var SendApiAssetCommand = _SendApiAssetCommand;
2177
2133
 
2178
2134
 
2179
2135
 
2180
- var _SendDataSetNotificationCommand = class _SendDataSetNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
2181
- ...commonParams
2182
- }).m(function(Command, cs, config, o) {
2136
+ var _SendDataSetNotificationCommand = class _SendDataSetNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2183
2137
  return [
2184
2138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2185
2139
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2193,9 +2147,7 @@ var SendDataSetNotificationCommand = _SendDataSetNotificationCommand;
2193
2147
 
2194
2148
 
2195
2149
 
2196
- var _StartJobCommand = class _StartJobCommand extends import_smithy_client.Command.classBuilder().ep({
2197
- ...commonParams
2198
- }).m(function(Command, cs, config, o) {
2150
+ var _StartJobCommand = class _StartJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2199
2151
  return [
2200
2152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2201
2153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2209,9 +2161,7 @@ var StartJobCommand = _StartJobCommand;
2209
2161
 
2210
2162
 
2211
2163
 
2212
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2213
- ...commonParams
2214
- }).m(function(Command, cs, config, o) {
2164
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2215
2165
  return [
2216
2166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2217
2167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2225,9 +2175,7 @@ var TagResourceCommand = _TagResourceCommand;
2225
2175
 
2226
2176
 
2227
2177
 
2228
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2229
- ...commonParams
2230
- }).m(function(Command, cs, config, o) {
2178
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2231
2179
  return [
2232
2180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2233
2181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2241,9 +2189,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2241
2189
 
2242
2190
 
2243
2191
 
2244
- var _UpdateAssetCommand = class _UpdateAssetCommand extends import_smithy_client.Command.classBuilder().ep({
2245
- ...commonParams
2246
- }).m(function(Command, cs, config, o) {
2192
+ var _UpdateAssetCommand = class _UpdateAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2247
2193
  return [
2248
2194
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2249
2195
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2257,9 +2203,7 @@ var UpdateAssetCommand = _UpdateAssetCommand;
2257
2203
 
2258
2204
 
2259
2205
 
2260
- var _UpdateDataSetCommand = class _UpdateDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
2261
- ...commonParams
2262
- }).m(function(Command, cs, config, o) {
2206
+ var _UpdateDataSetCommand = class _UpdateDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2263
2207
  return [
2264
2208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2265
2209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2273,9 +2217,7 @@ var UpdateDataSetCommand = _UpdateDataSetCommand;
2273
2217
 
2274
2218
 
2275
2219
 
2276
- var _UpdateEventActionCommand = class _UpdateEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
2277
- ...commonParams
2278
- }).m(function(Command, cs, config, o) {
2220
+ var _UpdateEventActionCommand = class _UpdateEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2279
2221
  return [
2280
2222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2281
2223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2289,9 +2231,7 @@ var UpdateEventActionCommand = _UpdateEventActionCommand;
2289
2231
 
2290
2232
 
2291
2233
 
2292
- var _UpdateRevisionCommand = class _UpdateRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
2293
- ...commonParams
2294
- }).m(function(Command, cs, config, o) {
2234
+ var _UpdateRevisionCommand = class _UpdateRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2295
2235
  return [
2296
2236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2297
2237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class CancelJobCommand 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_CreateDataSetCommand, se_CreateDataSetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateDataSetCommand 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_CreateEventActionCommand, se_CreateEventActionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateEventActionCommand 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_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class CreateJobCommand 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_CreateRevisionCommand, se_CreateRevisionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateRevisionCommand 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_DeleteAssetCommand, se_DeleteAssetCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteAssetCommand 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_DeleteDataSetCommand, se_DeleteDataSetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteDataSetCommand 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_DeleteEventActionCommand, se_DeleteEventActionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteEventActionCommand 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_DeleteRevisionCommand, se_DeleteRevisionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteRevisionCommand 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_GetAssetCommand, se_GetAssetCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetAssetCommand 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_GetDataSetCommand, se_GetDataSetCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class GetDataSetCommand 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_GetEventActionCommand, se_GetEventActionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetEventActionCommand 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_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
7
  export class GetJobCommand 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_GetRevisionCommand, se_GetRevisionCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetRevisionCommand 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_ListDataSetRevisionsCommand, se_ListDataSetRevisionsCommand } from "
6
6
  export { $Command };
7
7
  export class ListDataSetRevisionsCommand 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_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListDataSetsCommand 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_ListEventActionsCommand, se_ListEventActionsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListEventActionsCommand 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_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class ListJobsCommand 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_ListRevisionAssetsCommand, se_ListRevisionAssetsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListRevisionAssetsCommand 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_RevokeRevisionCommand, se_RevokeRevisionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class RevokeRevisionCommand 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_SendApiAssetCommand, se_SendApiAssetCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class SendApiAssetCommand 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_SendDataSetNotificationCommand, se_SendDataSetNotificationCommand }
6
6
  export { $Command };
7
7
  export class SendDataSetNotificationCommand 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_StartJobCommand, se_StartJobCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class StartJobCommand 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_r
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_UpdateAssetCommand, se_UpdateAssetCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateAssetCommand 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_UpdateDataSetCommand, se_UpdateDataSetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateDataSetCommand 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_UpdateEventActionCommand, se_UpdateEventActionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateEventActionCommand 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_UpdateRevisionCommand, se_UpdateRevisionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateRevisionCommand 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: DataExchangeClientConfig) => {
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: DataExchangeClientConfig) => {
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").DataExchangeHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
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: DataExchangeClientConfig) => {
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").DataExchangeHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
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: DataExchangeClientConfig) => {
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").DataExchangeHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  apiVersion: string;
26
+ cacheMiddleware?: boolean | undefined;
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  base64Decoder: import("@smithy/types").Decoder;
28
29
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -61,6 +62,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
61
62
  }
62
63
  ) => import("@smithy/types").EndpointV2;
63
64
  tls?: boolean | undefined;
65
+ serviceConfiguredEndpoint?: undefined;
64
66
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
67
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataExchangeHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  apiVersion: string;
30
+ cacheMiddleware?: boolean | undefined;
30
31
  urlParser: import("@smithy/types").UrlParser;
31
32
  base64Decoder: import("@smithy/types").Decoder;
32
33
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -65,6 +66,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
65
66
  }
66
67
  ) => import("@smithy/types").EndpointV2;
67
68
  tls?: boolean | undefined;
69
+ serviceConfiguredEndpoint?: undefined;
68
70
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
71
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataExchangeHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
+ cacheMiddleware?: boolean | undefined;
12
13
  urlParser: import("@smithy/types").UrlParser;
13
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -55,6 +56,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
55
56
  }
56
57
  ) => import("@smithy/types").EndpointV2;
57
58
  tls?: boolean | undefined;
59
+ serviceConfiguredEndpoint?: undefined;
58
60
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
61
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataExchangeHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dataexchange",
3
3
  "description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
4
- "version": "3.645.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-dataexchange",
@@ -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
  "uuid": "^9.0.1"