@aws-sdk/client-entityresolution 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 (47) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +37 -111
  3. package/dist-es/commands/AddPolicyStatementCommand.js +1 -3
  4. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +1 -3
  5. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +1 -3
  6. package/dist-es/commands/CreateIdNamespaceCommand.js +1 -3
  7. package/dist-es/commands/CreateMatchingWorkflowCommand.js +1 -3
  8. package/dist-es/commands/CreateSchemaMappingCommand.js +1 -3
  9. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +1 -3
  10. package/dist-es/commands/DeleteIdNamespaceCommand.js +1 -3
  11. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +1 -3
  12. package/dist-es/commands/DeletePolicyStatementCommand.js +1 -3
  13. package/dist-es/commands/DeleteSchemaMappingCommand.js +1 -3
  14. package/dist-es/commands/GetIdMappingJobCommand.js +1 -3
  15. package/dist-es/commands/GetIdMappingWorkflowCommand.js +1 -3
  16. package/dist-es/commands/GetIdNamespaceCommand.js +1 -3
  17. package/dist-es/commands/GetMatchIdCommand.js +1 -3
  18. package/dist-es/commands/GetMatchingJobCommand.js +1 -3
  19. package/dist-es/commands/GetMatchingWorkflowCommand.js +1 -3
  20. package/dist-es/commands/GetPolicyCommand.js +1 -3
  21. package/dist-es/commands/GetProviderServiceCommand.js +1 -3
  22. package/dist-es/commands/GetSchemaMappingCommand.js +1 -3
  23. package/dist-es/commands/ListIdMappingJobsCommand.js +1 -3
  24. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +1 -3
  25. package/dist-es/commands/ListIdNamespacesCommand.js +1 -3
  26. package/dist-es/commands/ListMatchingJobsCommand.js +1 -3
  27. package/dist-es/commands/ListMatchingWorkflowsCommand.js +1 -3
  28. package/dist-es/commands/ListProviderServicesCommand.js +1 -3
  29. package/dist-es/commands/ListSchemaMappingsCommand.js +1 -3
  30. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  31. package/dist-es/commands/PutPolicyCommand.js +1 -3
  32. package/dist-es/commands/StartIdMappingJobCommand.js +1 -3
  33. package/dist-es/commands/StartMatchingJobCommand.js +1 -3
  34. package/dist-es/commands/TagResourceCommand.js +1 -3
  35. package/dist-es/commands/UntagResourceCommand.js +1 -3
  36. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +1 -3
  37. package/dist-es/commands/UpdateIdNamespaceCommand.js +1 -3
  38. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +1 -3
  39. package/dist-es/commands/UpdateSchemaMappingCommand.js +1 -3
  40. package/dist-es/endpoint/endpointResolver.js +7 -3
  41. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  42. package/dist-types/runtimeConfig.d.ts +2 -0
  43. package/dist-types/runtimeConfig.native.d.ts +2 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  47. 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
@@ -1929,9 +1929,7 @@ var _u = "uniqueids";
1929
1929
  var _uI = "uniqueIds";
1930
1930
 
1931
1931
  // src/commands/AddPolicyStatementCommand.ts
1932
- var _AddPolicyStatementCommand = class _AddPolicyStatementCommand extends import_smithy_client.Command.classBuilder().ep({
1933
- ...commonParams
1934
- }).m(function(Command, cs, config, o) {
1932
+ var _AddPolicyStatementCommand = class _AddPolicyStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1935
1933
  return [
1936
1934
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1937
1935
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1945,9 +1943,7 @@ var AddPolicyStatementCommand = _AddPolicyStatementCommand;
1945
1943
 
1946
1944
 
1947
1945
 
1948
- var _BatchDeleteUniqueIdCommand = class _BatchDeleteUniqueIdCommand extends import_smithy_client.Command.classBuilder().ep({
1949
- ...commonParams
1950
- }).m(function(Command, cs, config, o) {
1946
+ var _BatchDeleteUniqueIdCommand = class _BatchDeleteUniqueIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1951
1947
  return [
1952
1948
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1953
1949
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1961,9 +1957,7 @@ var BatchDeleteUniqueIdCommand = _BatchDeleteUniqueIdCommand;
1961
1957
 
1962
1958
 
1963
1959
 
1964
- var _CreateIdMappingWorkflowCommand = class _CreateIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
1965
- ...commonParams
1966
- }).m(function(Command, cs, config, o) {
1960
+ var _CreateIdMappingWorkflowCommand = class _CreateIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1967
1961
  return [
1968
1962
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1969
1963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1977,9 +1971,7 @@ var CreateIdMappingWorkflowCommand = _CreateIdMappingWorkflowCommand;
1977
1971
 
1978
1972
 
1979
1973
 
1980
- var _CreateIdNamespaceCommand = class _CreateIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1981
- ...commonParams
1982
- }).m(function(Command, cs, config, o) {
1974
+ var _CreateIdNamespaceCommand = class _CreateIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1983
1975
  return [
1984
1976
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1985
1977
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1993,9 +1985,7 @@ var CreateIdNamespaceCommand = _CreateIdNamespaceCommand;
1993
1985
 
1994
1986
 
1995
1987
 
1996
- var _CreateMatchingWorkflowCommand = class _CreateMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
1997
- ...commonParams
1998
- }).m(function(Command, cs, config, o) {
1988
+ var _CreateMatchingWorkflowCommand = class _CreateMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1999
1989
  return [
2000
1990
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2001
1991
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2009,9 +1999,7 @@ var CreateMatchingWorkflowCommand = _CreateMatchingWorkflowCommand;
2009
1999
 
2010
2000
 
2011
2001
 
2012
- var _CreateSchemaMappingCommand = class _CreateSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep({
2013
- ...commonParams
2014
- }).m(function(Command, cs, config, o) {
2002
+ var _CreateSchemaMappingCommand = class _CreateSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2015
2003
  return [
2016
2004
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2017
2005
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2025,9 +2013,7 @@ var CreateSchemaMappingCommand = _CreateSchemaMappingCommand;
2025
2013
 
2026
2014
 
2027
2015
 
2028
- var _DeleteIdMappingWorkflowCommand = class _DeleteIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2029
- ...commonParams
2030
- }).m(function(Command, cs, config, o) {
2016
+ var _DeleteIdMappingWorkflowCommand = class _DeleteIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2031
2017
  return [
2032
2018
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2033
2019
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2041,9 +2027,7 @@ var DeleteIdMappingWorkflowCommand = _DeleteIdMappingWorkflowCommand;
2041
2027
 
2042
2028
 
2043
2029
 
2044
- var _DeleteIdNamespaceCommand = class _DeleteIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
2045
- ...commonParams
2046
- }).m(function(Command, cs, config, o) {
2030
+ var _DeleteIdNamespaceCommand = class _DeleteIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2047
2031
  return [
2048
2032
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2049
2033
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2057,9 +2041,7 @@ var DeleteIdNamespaceCommand = _DeleteIdNamespaceCommand;
2057
2041
 
2058
2042
 
2059
2043
 
2060
- var _DeleteMatchingWorkflowCommand = class _DeleteMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2061
- ...commonParams
2062
- }).m(function(Command, cs, config, o) {
2044
+ var _DeleteMatchingWorkflowCommand = class _DeleteMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2063
2045
  return [
2064
2046
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2065
2047
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2073,9 +2055,7 @@ var DeleteMatchingWorkflowCommand = _DeleteMatchingWorkflowCommand;
2073
2055
 
2074
2056
 
2075
2057
 
2076
- var _DeletePolicyStatementCommand = class _DeletePolicyStatementCommand extends import_smithy_client.Command.classBuilder().ep({
2077
- ...commonParams
2078
- }).m(function(Command, cs, config, o) {
2058
+ var _DeletePolicyStatementCommand = class _DeletePolicyStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2079
2059
  return [
2080
2060
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2081
2061
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2089,9 +2069,7 @@ var DeletePolicyStatementCommand = _DeletePolicyStatementCommand;
2089
2069
 
2090
2070
 
2091
2071
 
2092
- var _DeleteSchemaMappingCommand = class _DeleteSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep({
2093
- ...commonParams
2094
- }).m(function(Command, cs, config, o) {
2072
+ var _DeleteSchemaMappingCommand = class _DeleteSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2095
2073
  return [
2096
2074
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2097
2075
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2105,9 +2083,7 @@ var DeleteSchemaMappingCommand = _DeleteSchemaMappingCommand;
2105
2083
 
2106
2084
 
2107
2085
 
2108
- var _GetIdMappingJobCommand = class _GetIdMappingJobCommand extends import_smithy_client.Command.classBuilder().ep({
2109
- ...commonParams
2110
- }).m(function(Command, cs, config, o) {
2086
+ var _GetIdMappingJobCommand = class _GetIdMappingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2111
2087
  return [
2112
2088
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2113
2089
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2121,9 +2097,7 @@ var GetIdMappingJobCommand = _GetIdMappingJobCommand;
2121
2097
 
2122
2098
 
2123
2099
 
2124
- var _GetIdMappingWorkflowCommand = class _GetIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2125
- ...commonParams
2126
- }).m(function(Command, cs, config, o) {
2100
+ var _GetIdMappingWorkflowCommand = class _GetIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2127
2101
  return [
2128
2102
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2129
2103
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2137,9 +2111,7 @@ var GetIdMappingWorkflowCommand = _GetIdMappingWorkflowCommand;
2137
2111
 
2138
2112
 
2139
2113
 
2140
- var _GetIdNamespaceCommand = class _GetIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
2141
- ...commonParams
2142
- }).m(function(Command, cs, config, o) {
2114
+ var _GetIdNamespaceCommand = class _GetIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2143
2115
  return [
2144
2116
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2145
2117
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2153,9 +2125,7 @@ var GetIdNamespaceCommand = _GetIdNamespaceCommand;
2153
2125
 
2154
2126
 
2155
2127
 
2156
- var _GetMatchIdCommand = class _GetMatchIdCommand extends import_smithy_client.Command.classBuilder().ep({
2157
- ...commonParams
2158
- }).m(function(Command, cs, config, o) {
2128
+ var _GetMatchIdCommand = class _GetMatchIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2159
2129
  return [
2160
2130
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2161
2131
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2169,9 +2139,7 @@ var GetMatchIdCommand = _GetMatchIdCommand;
2169
2139
 
2170
2140
 
2171
2141
 
2172
- var _GetMatchingJobCommand = class _GetMatchingJobCommand extends import_smithy_client.Command.classBuilder().ep({
2173
- ...commonParams
2174
- }).m(function(Command, cs, config, o) {
2142
+ var _GetMatchingJobCommand = class _GetMatchingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2175
2143
  return [
2176
2144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2177
2145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2185,9 +2153,7 @@ var GetMatchingJobCommand = _GetMatchingJobCommand;
2185
2153
 
2186
2154
 
2187
2155
 
2188
- var _GetMatchingWorkflowCommand = class _GetMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2189
- ...commonParams
2190
- }).m(function(Command, cs, config, o) {
2156
+ var _GetMatchingWorkflowCommand = class _GetMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2191
2157
  return [
2192
2158
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2193
2159
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2201,9 +2167,7 @@ var GetMatchingWorkflowCommand = _GetMatchingWorkflowCommand;
2201
2167
 
2202
2168
 
2203
2169
 
2204
- var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2205
- ...commonParams
2206
- }).m(function(Command, cs, config, o) {
2170
+ var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2207
2171
  return [
2208
2172
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2209
2173
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2217,9 +2181,7 @@ var GetPolicyCommand = _GetPolicyCommand;
2217
2181
 
2218
2182
 
2219
2183
 
2220
- var _GetProviderServiceCommand = class _GetProviderServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2221
- ...commonParams
2222
- }).m(function(Command, cs, config, o) {
2184
+ var _GetProviderServiceCommand = class _GetProviderServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2223
2185
  return [
2224
2186
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2225
2187
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2233,9 +2195,7 @@ var GetProviderServiceCommand = _GetProviderServiceCommand;
2233
2195
 
2234
2196
 
2235
2197
 
2236
- var _GetSchemaMappingCommand = class _GetSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep({
2237
- ...commonParams
2238
- }).m(function(Command, cs, config, o) {
2198
+ var _GetSchemaMappingCommand = class _GetSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2239
2199
  return [
2240
2200
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2241
2201
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2249,9 +2209,7 @@ var GetSchemaMappingCommand = _GetSchemaMappingCommand;
2249
2209
 
2250
2210
 
2251
2211
 
2252
- var _ListIdMappingJobsCommand = class _ListIdMappingJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2253
- ...commonParams
2254
- }).m(function(Command, cs, config, o) {
2212
+ var _ListIdMappingJobsCommand = class _ListIdMappingJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2255
2213
  return [
2256
2214
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2257
2215
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2265,9 +2223,7 @@ var ListIdMappingJobsCommand = _ListIdMappingJobsCommand;
2265
2223
 
2266
2224
 
2267
2225
 
2268
- var _ListIdMappingWorkflowsCommand = class _ListIdMappingWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
2269
- ...commonParams
2270
- }).m(function(Command, cs, config, o) {
2226
+ var _ListIdMappingWorkflowsCommand = class _ListIdMappingWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2271
2227
  return [
2272
2228
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2273
2229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2281,9 +2237,7 @@ var ListIdMappingWorkflowsCommand = _ListIdMappingWorkflowsCommand;
2281
2237
 
2282
2238
 
2283
2239
 
2284
- var _ListIdNamespacesCommand = class _ListIdNamespacesCommand extends import_smithy_client.Command.classBuilder().ep({
2285
- ...commonParams
2286
- }).m(function(Command, cs, config, o) {
2240
+ var _ListIdNamespacesCommand = class _ListIdNamespacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2287
2241
  return [
2288
2242
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2289
2243
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2297,9 +2251,7 @@ var ListIdNamespacesCommand = _ListIdNamespacesCommand;
2297
2251
 
2298
2252
 
2299
2253
 
2300
- var _ListMatchingJobsCommand = class _ListMatchingJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2301
- ...commonParams
2302
- }).m(function(Command, cs, config, o) {
2254
+ var _ListMatchingJobsCommand = class _ListMatchingJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2303
2255
  return [
2304
2256
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2305
2257
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2313,9 +2265,7 @@ var ListMatchingJobsCommand = _ListMatchingJobsCommand;
2313
2265
 
2314
2266
 
2315
2267
 
2316
- var _ListMatchingWorkflowsCommand = class _ListMatchingWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
2317
- ...commonParams
2318
- }).m(function(Command, cs, config, o) {
2268
+ var _ListMatchingWorkflowsCommand = class _ListMatchingWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2319
2269
  return [
2320
2270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2321
2271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2329,9 +2279,7 @@ var ListMatchingWorkflowsCommand = _ListMatchingWorkflowsCommand;
2329
2279
 
2330
2280
 
2331
2281
 
2332
- var _ListProviderServicesCommand = class _ListProviderServicesCommand extends import_smithy_client.Command.classBuilder().ep({
2333
- ...commonParams
2334
- }).m(function(Command, cs, config, o) {
2282
+ var _ListProviderServicesCommand = class _ListProviderServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2335
2283
  return [
2336
2284
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2337
2285
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2345,9 +2293,7 @@ var ListProviderServicesCommand = _ListProviderServicesCommand;
2345
2293
 
2346
2294
 
2347
2295
 
2348
- var _ListSchemaMappingsCommand = class _ListSchemaMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
2349
- ...commonParams
2350
- }).m(function(Command, cs, config, o) {
2296
+ var _ListSchemaMappingsCommand = class _ListSchemaMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2351
2297
  return [
2352
2298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2353
2299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2361,9 +2307,7 @@ var ListSchemaMappingsCommand = _ListSchemaMappingsCommand;
2361
2307
 
2362
2308
 
2363
2309
 
2364
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2365
- ...commonParams
2366
- }).m(function(Command, cs, config, o) {
2310
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2367
2311
  return [
2368
2312
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2369
2313
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2377,9 +2321,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2377
2321
 
2378
2322
 
2379
2323
 
2380
- var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2381
- ...commonParams
2382
- }).m(function(Command, cs, config, o) {
2324
+ var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2383
2325
  return [
2384
2326
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2385
2327
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2393,9 +2335,7 @@ var PutPolicyCommand = _PutPolicyCommand;
2393
2335
 
2394
2336
 
2395
2337
 
2396
- var _StartIdMappingJobCommand = class _StartIdMappingJobCommand extends import_smithy_client.Command.classBuilder().ep({
2397
- ...commonParams
2398
- }).m(function(Command, cs, config, o) {
2338
+ var _StartIdMappingJobCommand = class _StartIdMappingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2399
2339
  return [
2400
2340
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2401
2341
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2409,9 +2349,7 @@ var StartIdMappingJobCommand = _StartIdMappingJobCommand;
2409
2349
 
2410
2350
 
2411
2351
 
2412
- var _StartMatchingJobCommand = class _StartMatchingJobCommand extends import_smithy_client.Command.classBuilder().ep({
2413
- ...commonParams
2414
- }).m(function(Command, cs, config, o) {
2352
+ var _StartMatchingJobCommand = class _StartMatchingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2415
2353
  return [
2416
2354
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2417
2355
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2425,9 +2363,7 @@ var StartMatchingJobCommand = _StartMatchingJobCommand;
2425
2363
 
2426
2364
 
2427
2365
 
2428
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2429
- ...commonParams
2430
- }).m(function(Command, cs, config, o) {
2366
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2431
2367
  return [
2432
2368
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2433
2369
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2441,9 +2377,7 @@ var TagResourceCommand = _TagResourceCommand;
2441
2377
 
2442
2378
 
2443
2379
 
2444
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2445
- ...commonParams
2446
- }).m(function(Command, cs, config, o) {
2380
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2447
2381
  return [
2448
2382
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2449
2383
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2457,9 +2391,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2457
2391
 
2458
2392
 
2459
2393
 
2460
- var _UpdateIdMappingWorkflowCommand = class _UpdateIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2461
- ...commonParams
2462
- }).m(function(Command, cs, config, o) {
2394
+ var _UpdateIdMappingWorkflowCommand = class _UpdateIdMappingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2463
2395
  return [
2464
2396
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2465
2397
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2473,9 +2405,7 @@ var UpdateIdMappingWorkflowCommand = _UpdateIdMappingWorkflowCommand;
2473
2405
 
2474
2406
 
2475
2407
 
2476
- var _UpdateIdNamespaceCommand = class _UpdateIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
2477
- ...commonParams
2478
- }).m(function(Command, cs, config, o) {
2408
+ var _UpdateIdNamespaceCommand = class _UpdateIdNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2479
2409
  return [
2480
2410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2481
2411
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2489,9 +2419,7 @@ var UpdateIdNamespaceCommand = _UpdateIdNamespaceCommand;
2489
2419
 
2490
2420
 
2491
2421
 
2492
- var _UpdateMatchingWorkflowCommand = class _UpdateMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2493
- ...commonParams
2494
- }).m(function(Command, cs, config, o) {
2422
+ var _UpdateMatchingWorkflowCommand = class _UpdateMatchingWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2495
2423
  return [
2496
2424
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2497
2425
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2505,9 +2433,7 @@ var UpdateMatchingWorkflowCommand = _UpdateMatchingWorkflowCommand;
2505
2433
 
2506
2434
 
2507
2435
 
2508
- var _UpdateSchemaMappingCommand = class _UpdateSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep({
2509
- ...commonParams
2510
- }).m(function(Command, cs, config, o) {
2436
+ var _UpdateSchemaMappingCommand = class _UpdateSchemaMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2511
2437
  return [
2512
2438
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2513
2439
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AddPolicyStatementCommand, se_AddPolicyStatementCommand } from "../p
6
6
  export { $Command };
7
7
  export class AddPolicyStatementCommand 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_BatchDeleteUniqueIdCommand, se_BatchDeleteUniqueIdCommand } from "..
6
6
  export { $Command };
7
7
  export class BatchDeleteUniqueIdCommand 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_CreateIdMappingWorkflowCommand, se_CreateIdMappingWorkflowCommand }
6
6
  export { $Command };
7
7
  export class CreateIdMappingWorkflowCommand 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_CreateIdNamespaceCommand, se_CreateIdNamespaceCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateIdNamespaceCommand 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_CreateMatchingWorkflowCommand, se_CreateMatchingWorkflowCommand } fr
6
6
  export { $Command };
7
7
  export class CreateMatchingWorkflowCommand 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_CreateSchemaMappingCommand, se_CreateSchemaMappingCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateSchemaMappingCommand 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_DeleteIdMappingWorkflowCommand, se_DeleteIdMappingWorkflowCommand }
6
6
  export { $Command };
7
7
  export class DeleteIdMappingWorkflowCommand 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_DeleteIdNamespaceCommand, se_DeleteIdNamespaceCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteIdNamespaceCommand 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_DeleteMatchingWorkflowCommand, se_DeleteMatchingWorkflowCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteMatchingWorkflowCommand 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_DeletePolicyStatementCommand, se_DeletePolicyStatementCommand } from
6
6
  export { $Command };
7
7
  export class DeletePolicyStatementCommand 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_DeleteSchemaMappingCommand, se_DeleteSchemaMappingCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteSchemaMappingCommand 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_GetIdMappingJobCommand, se_GetIdMappingJobCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetIdMappingJobCommand 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_GetIdMappingWorkflowCommand, se_GetIdMappingWorkflowCommand } from "
6
6
  export { $Command };
7
7
  export class GetIdMappingWorkflowCommand 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_GetIdNamespaceCommand, se_GetIdNamespaceCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetIdNamespaceCommand 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_GetMatchIdCommand, se_GetMatchIdCommand } from "../protocols/Aws_res
7
7
  export { $Command };
8
8
  export class GetMatchIdCommand 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_GetMatchingJobCommand, se_GetMatchingJobCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetMatchingJobCommand 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_GetMatchingWorkflowCommand, se_GetMatchingWorkflowCommand } from "..
6
6
  export { $Command };
7
7
  export class GetMatchingWorkflowCommand 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_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetPolicyCommand 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_GetProviderServiceCommand, se_GetProviderServiceCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetProviderServiceCommand 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_GetSchemaMappingCommand, se_GetSchemaMappingCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetSchemaMappingCommand 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_ListIdMappingJobsCommand, se_ListIdMappingJobsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListIdMappingJobsCommand 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_ListIdMappingWorkflowsCommand, se_ListIdMappingWorkflowsCommand } fr
6
6
  export { $Command };
7
7
  export class ListIdMappingWorkflowsCommand 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_ListIdNamespacesCommand, se_ListIdNamespacesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListIdNamespacesCommand 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_ListMatchingJobsCommand, se_ListMatchingJobsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListMatchingJobsCommand 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_ListMatchingWorkflowsCommand, se_ListMatchingWorkflowsCommand } from
6
6
  export { $Command };
7
7
  export class ListMatchingWorkflowsCommand 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_ListProviderServicesCommand, se_ListProviderServicesCommand } from "
6
6
  export { $Command };
7
7
  export class ListProviderServicesCommand 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_ListSchemaMappingsCommand, se_ListSchemaMappingsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListSchemaMappingsCommand 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_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class PutPolicyCommand 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_StartIdMappingJobCommand, se_StartIdMappingJobCommand } from "../pro
6
6
  export { $Command };
7
7
  export class StartIdMappingJobCommand 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_StartMatchingJobCommand, se_StartMatchingJobCommand } from "../proto
6
6
  export { $Command };
7
7
  export class StartMatchingJobCommand 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_UpdateIdMappingWorkflowCommand, se_UpdateIdMappingWorkflowCommand }
6
6
  export { $Command };
7
7
  export class UpdateIdMappingWorkflowCommand 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_UpdateIdNamespaceCommand, se_UpdateIdNamespaceCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateIdNamespaceCommand 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_UpdateMatchingWorkflowCommand, se_UpdateMatchingWorkflowCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateMatchingWorkflowCommand 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_UpdateSchemaMappingCommand, se_UpdateSchemaMappingCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateSchemaMappingCommand 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: EntityResolutionClientConfig) =>
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: EntityResolutionClientConfig) =>
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").EntityResolutionHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
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: EntityResolutionClientConfig) =>
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").EntityResolutionHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
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: EntityResolutionClientConfig) =>
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").EntityResolutionHttpAuthSchemeProvider;
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").EntityResolutionHttpAuthSchemeProvider;
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").EntityResolutionHttpAuthSchemeProvider;
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").EntityResolutionHttpAuthSchemeProvider;
62
64
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-entityresolution",
3
3
  "description": "AWS SDK for JavaScript Entityresolution 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-entityresolution",
@@ -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
  },