@aws-sdk/client-connectcases 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist-cjs/index.js +34 -102
  2. package/dist-es/commands/BatchGetFieldCommand.js +1 -3
  3. package/dist-es/commands/BatchPutFieldOptionsCommand.js +1 -3
  4. package/dist-es/commands/CreateCaseCommand.js +1 -3
  5. package/dist-es/commands/CreateDomainCommand.js +1 -3
  6. package/dist-es/commands/CreateFieldCommand.js +1 -3
  7. package/dist-es/commands/CreateLayoutCommand.js +1 -3
  8. package/dist-es/commands/CreateRelatedItemCommand.js +1 -3
  9. package/dist-es/commands/CreateTemplateCommand.js +1 -3
  10. package/dist-es/commands/DeleteDomainCommand.js +1 -3
  11. package/dist-es/commands/DeleteFieldCommand.js +1 -3
  12. package/dist-es/commands/DeleteLayoutCommand.js +1 -3
  13. package/dist-es/commands/DeleteTemplateCommand.js +1 -3
  14. package/dist-es/commands/GetCaseAuditEventsCommand.js +1 -3
  15. package/dist-es/commands/GetCaseCommand.js +1 -3
  16. package/dist-es/commands/GetCaseEventConfigurationCommand.js +1 -3
  17. package/dist-es/commands/GetDomainCommand.js +1 -3
  18. package/dist-es/commands/GetLayoutCommand.js +1 -3
  19. package/dist-es/commands/GetTemplateCommand.js +1 -3
  20. package/dist-es/commands/ListCasesForContactCommand.js +1 -3
  21. package/dist-es/commands/ListDomainsCommand.js +1 -3
  22. package/dist-es/commands/ListFieldOptionsCommand.js +1 -3
  23. package/dist-es/commands/ListFieldsCommand.js +1 -3
  24. package/dist-es/commands/ListLayoutsCommand.js +1 -3
  25. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  26. package/dist-es/commands/ListTemplatesCommand.js +1 -3
  27. package/dist-es/commands/PutCaseEventConfigurationCommand.js +1 -3
  28. package/dist-es/commands/SearchCasesCommand.js +1 -3
  29. package/dist-es/commands/SearchRelatedItemsCommand.js +1 -3
  30. package/dist-es/commands/TagResourceCommand.js +1 -3
  31. package/dist-es/commands/UntagResourceCommand.js +1 -3
  32. package/dist-es/commands/UpdateCaseCommand.js +1 -3
  33. package/dist-es/commands/UpdateFieldCommand.js +1 -3
  34. package/dist-es/commands/UpdateLayoutCommand.js +1 -3
  35. package/dist-es/commands/UpdateTemplateCommand.js +1 -3
  36. package/dist-es/endpoint/endpointResolver.js +7 -3
  37. package/package.json +4 -4
  38. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -1918,9 +1918,7 @@ var _tK = "tagKeys";
1918
1918
  var _v = "values";
1919
1919
 
1920
1920
  // src/commands/BatchGetFieldCommand.ts
1921
- var _BatchGetFieldCommand = class _BatchGetFieldCommand extends import_smithy_client.Command.classBuilder().ep({
1922
- ...commonParams
1923
- }).m(function(Command, cs, config, o) {
1921
+ var _BatchGetFieldCommand = class _BatchGetFieldCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1924
1922
  return [
1925
1923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1926
1924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1934,9 +1932,7 @@ var BatchGetFieldCommand = _BatchGetFieldCommand;
1934
1932
 
1935
1933
 
1936
1934
 
1937
- var _BatchPutFieldOptionsCommand = class _BatchPutFieldOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1938
- ...commonParams
1939
- }).m(function(Command, cs, config, o) {
1935
+ var _BatchPutFieldOptionsCommand = class _BatchPutFieldOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1940
1936
  return [
1941
1937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1942
1938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1950,9 +1946,7 @@ var BatchPutFieldOptionsCommand = _BatchPutFieldOptionsCommand;
1950
1946
 
1951
1947
 
1952
1948
 
1953
- var _CreateCaseCommand = class _CreateCaseCommand extends import_smithy_client.Command.classBuilder().ep({
1954
- ...commonParams
1955
- }).m(function(Command, cs, config, o) {
1949
+ var _CreateCaseCommand = class _CreateCaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1956
1950
  return [
1957
1951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1958
1952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1966,9 +1960,7 @@ var CreateCaseCommand = _CreateCaseCommand;
1966
1960
 
1967
1961
 
1968
1962
 
1969
- var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
1970
- ...commonParams
1971
- }).m(function(Command, cs, config, o) {
1963
+ var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1972
1964
  return [
1973
1965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1974
1966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1982,9 +1974,7 @@ var CreateDomainCommand = _CreateDomainCommand;
1982
1974
 
1983
1975
 
1984
1976
 
1985
- var _CreateFieldCommand = class _CreateFieldCommand extends import_smithy_client.Command.classBuilder().ep({
1986
- ...commonParams
1987
- }).m(function(Command, cs, config, o) {
1977
+ var _CreateFieldCommand = class _CreateFieldCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1988
1978
  return [
1989
1979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1990
1980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1998,9 +1988,7 @@ var CreateFieldCommand = _CreateFieldCommand;
1998
1988
 
1999
1989
 
2000
1990
 
2001
- var _CreateLayoutCommand = class _CreateLayoutCommand extends import_smithy_client.Command.classBuilder().ep({
2002
- ...commonParams
2003
- }).m(function(Command, cs, config, o) {
1991
+ var _CreateLayoutCommand = class _CreateLayoutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2004
1992
  return [
2005
1993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2006
1994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2014,9 +2002,7 @@ var CreateLayoutCommand = _CreateLayoutCommand;
2014
2002
 
2015
2003
 
2016
2004
 
2017
- var _CreateRelatedItemCommand = class _CreateRelatedItemCommand extends import_smithy_client.Command.classBuilder().ep({
2018
- ...commonParams
2019
- }).m(function(Command, cs, config, o) {
2005
+ var _CreateRelatedItemCommand = class _CreateRelatedItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2020
2006
  return [
2021
2007
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2022
2008
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2030,9 +2016,7 @@ var CreateRelatedItemCommand = _CreateRelatedItemCommand;
2030
2016
 
2031
2017
 
2032
2018
 
2033
- var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2034
- ...commonParams
2035
- }).m(function(Command, cs, config, o) {
2019
+ var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2036
2020
  return [
2037
2021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2038
2022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2046,9 +2030,7 @@ var CreateTemplateCommand = _CreateTemplateCommand;
2046
2030
 
2047
2031
 
2048
2032
 
2049
- var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
2050
- ...commonParams
2051
- }).m(function(Command, cs, config, o) {
2033
+ var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2052
2034
  return [
2053
2035
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2054
2036
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2062,9 +2044,7 @@ var DeleteDomainCommand = _DeleteDomainCommand;
2062
2044
 
2063
2045
 
2064
2046
 
2065
- var _DeleteFieldCommand = class _DeleteFieldCommand extends import_smithy_client.Command.classBuilder().ep({
2066
- ...commonParams
2067
- }).m(function(Command, cs, config, o) {
2047
+ var _DeleteFieldCommand = class _DeleteFieldCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2068
2048
  return [
2069
2049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2070
2050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2078,9 +2058,7 @@ var DeleteFieldCommand = _DeleteFieldCommand;
2078
2058
 
2079
2059
 
2080
2060
 
2081
- var _DeleteLayoutCommand = class _DeleteLayoutCommand extends import_smithy_client.Command.classBuilder().ep({
2082
- ...commonParams
2083
- }).m(function(Command, cs, config, o) {
2061
+ var _DeleteLayoutCommand = class _DeleteLayoutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2084
2062
  return [
2085
2063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2086
2064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2094,9 +2072,7 @@ var DeleteLayoutCommand = _DeleteLayoutCommand;
2094
2072
 
2095
2073
 
2096
2074
 
2097
- var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2098
- ...commonParams
2099
- }).m(function(Command, cs, config, o) {
2075
+ var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2100
2076
  return [
2101
2077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2102
2078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2110,9 +2086,7 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
2110
2086
 
2111
2087
 
2112
2088
 
2113
- var _GetCaseAuditEventsCommand = class _GetCaseAuditEventsCommand extends import_smithy_client.Command.classBuilder().ep({
2114
- ...commonParams
2115
- }).m(function(Command, cs, config, o) {
2089
+ var _GetCaseAuditEventsCommand = class _GetCaseAuditEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2116
2090
  return [
2117
2091
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2118
2092
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2126,9 +2100,7 @@ var GetCaseAuditEventsCommand = _GetCaseAuditEventsCommand;
2126
2100
 
2127
2101
 
2128
2102
 
2129
- var _GetCaseCommand = class _GetCaseCommand extends import_smithy_client.Command.classBuilder().ep({
2130
- ...commonParams
2131
- }).m(function(Command, cs, config, o) {
2103
+ var _GetCaseCommand = class _GetCaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2132
2104
  return [
2133
2105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2134
2106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2142,9 +2114,7 @@ var GetCaseCommand = _GetCaseCommand;
2142
2114
 
2143
2115
 
2144
2116
 
2145
- var _GetCaseEventConfigurationCommand = class _GetCaseEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2146
- ...commonParams
2147
- }).m(function(Command, cs, config, o) {
2117
+ var _GetCaseEventConfigurationCommand = class _GetCaseEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2148
2118
  return [
2149
2119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2150
2120
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2158,9 +2128,7 @@ var GetCaseEventConfigurationCommand = _GetCaseEventConfigurationCommand;
2158
2128
 
2159
2129
 
2160
2130
 
2161
- var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Command.classBuilder().ep({
2162
- ...commonParams
2163
- }).m(function(Command, cs, config, o) {
2131
+ var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2164
2132
  return [
2165
2133
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2166
2134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2174,9 +2142,7 @@ var GetDomainCommand = _GetDomainCommand;
2174
2142
 
2175
2143
 
2176
2144
 
2177
- var _GetLayoutCommand = class _GetLayoutCommand extends import_smithy_client.Command.classBuilder().ep({
2178
- ...commonParams
2179
- }).m(function(Command, cs, config, o) {
2145
+ var _GetLayoutCommand = class _GetLayoutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2180
2146
  return [
2181
2147
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2182
2148
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2190,9 +2156,7 @@ var GetLayoutCommand = _GetLayoutCommand;
2190
2156
 
2191
2157
 
2192
2158
 
2193
- var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2194
- ...commonParams
2195
- }).m(function(Command, cs, config, o) {
2159
+ var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2196
2160
  return [
2197
2161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2198
2162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2206,9 +2170,7 @@ var GetTemplateCommand = _GetTemplateCommand;
2206
2170
 
2207
2171
 
2208
2172
 
2209
- var _ListCasesForContactCommand = class _ListCasesForContactCommand extends import_smithy_client.Command.classBuilder().ep({
2210
- ...commonParams
2211
- }).m(function(Command, cs, config, o) {
2173
+ var _ListCasesForContactCommand = class _ListCasesForContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2212
2174
  return [
2213
2175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2214
2176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2222,9 +2184,7 @@ var ListCasesForContactCommand = _ListCasesForContactCommand;
2222
2184
 
2223
2185
 
2224
2186
 
2225
- var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
2226
- ...commonParams
2227
- }).m(function(Command, cs, config, o) {
2187
+ var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2228
2188
  return [
2229
2189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2230
2190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2238,9 +2198,7 @@ var ListDomainsCommand = _ListDomainsCommand;
2238
2198
 
2239
2199
 
2240
2200
 
2241
- var _ListFieldOptionsCommand = class _ListFieldOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
2242
- ...commonParams
2243
- }).m(function(Command, cs, config, o) {
2201
+ var _ListFieldOptionsCommand = class _ListFieldOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2244
2202
  return [
2245
2203
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2246
2204
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2254,9 +2212,7 @@ var ListFieldOptionsCommand = _ListFieldOptionsCommand;
2254
2212
 
2255
2213
 
2256
2214
 
2257
- var _ListFieldsCommand = class _ListFieldsCommand extends import_smithy_client.Command.classBuilder().ep({
2258
- ...commonParams
2259
- }).m(function(Command, cs, config, o) {
2215
+ var _ListFieldsCommand = class _ListFieldsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2260
2216
  return [
2261
2217
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2262
2218
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2270,9 +2226,7 @@ var ListFieldsCommand = _ListFieldsCommand;
2270
2226
 
2271
2227
 
2272
2228
 
2273
- var _ListLayoutsCommand = class _ListLayoutsCommand extends import_smithy_client.Command.classBuilder().ep({
2274
- ...commonParams
2275
- }).m(function(Command, cs, config, o) {
2229
+ var _ListLayoutsCommand = class _ListLayoutsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2276
2230
  return [
2277
2231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2278
2232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2286,9 +2240,7 @@ var ListLayoutsCommand = _ListLayoutsCommand;
2286
2240
 
2287
2241
 
2288
2242
 
2289
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2290
- ...commonParams
2291
- }).m(function(Command, cs, config, o) {
2243
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2292
2244
  return [
2293
2245
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2294
2246
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2302,9 +2254,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2302
2254
 
2303
2255
 
2304
2256
 
2305
- var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
2306
- ...commonParams
2307
- }).m(function(Command, cs, config, o) {
2257
+ var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2308
2258
  return [
2309
2259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2310
2260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2318,9 +2268,7 @@ var ListTemplatesCommand = _ListTemplatesCommand;
2318
2268
 
2319
2269
 
2320
2270
 
2321
- var _PutCaseEventConfigurationCommand = class _PutCaseEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2322
- ...commonParams
2323
- }).m(function(Command, cs, config, o) {
2271
+ var _PutCaseEventConfigurationCommand = class _PutCaseEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2324
2272
  return [
2325
2273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2326
2274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2334,9 +2282,7 @@ var PutCaseEventConfigurationCommand = _PutCaseEventConfigurationCommand;
2334
2282
 
2335
2283
 
2336
2284
 
2337
- var _SearchCasesCommand = class _SearchCasesCommand extends import_smithy_client.Command.classBuilder().ep({
2338
- ...commonParams
2339
- }).m(function(Command, cs, config, o) {
2285
+ var _SearchCasesCommand = class _SearchCasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2340
2286
  return [
2341
2287
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2342
2288
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2350,9 +2296,7 @@ var SearchCasesCommand = _SearchCasesCommand;
2350
2296
 
2351
2297
 
2352
2298
 
2353
- var _SearchRelatedItemsCommand = class _SearchRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep({
2354
- ...commonParams
2355
- }).m(function(Command, cs, config, o) {
2299
+ var _SearchRelatedItemsCommand = class _SearchRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2356
2300
  return [
2357
2301
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2358
2302
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2366,9 +2310,7 @@ var SearchRelatedItemsCommand = _SearchRelatedItemsCommand;
2366
2310
 
2367
2311
 
2368
2312
 
2369
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2370
- ...commonParams
2371
- }).m(function(Command, cs, config, o) {
2313
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2372
2314
  return [
2373
2315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2374
2316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2382,9 +2324,7 @@ var TagResourceCommand = _TagResourceCommand;
2382
2324
 
2383
2325
 
2384
2326
 
2385
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2386
- ...commonParams
2387
- }).m(function(Command, cs, config, o) {
2327
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2388
2328
  return [
2389
2329
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2390
2330
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2398,9 +2338,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2398
2338
 
2399
2339
 
2400
2340
 
2401
- var _UpdateCaseCommand = class _UpdateCaseCommand extends import_smithy_client.Command.classBuilder().ep({
2402
- ...commonParams
2403
- }).m(function(Command, cs, config, o) {
2341
+ var _UpdateCaseCommand = class _UpdateCaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2404
2342
  return [
2405
2343
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2406
2344
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2414,9 +2352,7 @@ var UpdateCaseCommand = _UpdateCaseCommand;
2414
2352
 
2415
2353
 
2416
2354
 
2417
- var _UpdateFieldCommand = class _UpdateFieldCommand extends import_smithy_client.Command.classBuilder().ep({
2418
- ...commonParams
2419
- }).m(function(Command, cs, config, o) {
2355
+ var _UpdateFieldCommand = class _UpdateFieldCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2420
2356
  return [
2421
2357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2422
2358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2430,9 +2366,7 @@ var UpdateFieldCommand = _UpdateFieldCommand;
2430
2366
 
2431
2367
 
2432
2368
 
2433
- var _UpdateLayoutCommand = class _UpdateLayoutCommand extends import_smithy_client.Command.classBuilder().ep({
2434
- ...commonParams
2435
- }).m(function(Command, cs, config, o) {
2369
+ var _UpdateLayoutCommand = class _UpdateLayoutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2436
2370
  return [
2437
2371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2438
2372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2446,9 +2380,7 @@ var UpdateLayoutCommand = _UpdateLayoutCommand;
2446
2380
 
2447
2381
 
2448
2382
 
2449
- var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2450
- ...commonParams
2451
- }).m(function(Command, cs, config, o) {
2383
+ var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2452
2384
  return [
2453
2385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2454
2386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BatchGetFieldCommand, se_BatchGetFieldCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class BatchGetFieldCommand 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_BatchPutFieldOptionsCommand, se_BatchPutFieldOptionsCommand } from "
6
6
  export { $Command };
7
7
  export class BatchPutFieldOptionsCommand 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_CreateCaseCommand, se_CreateCaseCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class CreateCaseCommand 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_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CreateDomainCommand 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_CreateFieldCommand, se_CreateFieldCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class CreateFieldCommand 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_CreateLayoutCommand, se_CreateLayoutCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CreateLayoutCommand 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_CreateRelatedItemCommand, se_CreateRelatedItemCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateRelatedItemCommand 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_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateTemplateCommand 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_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeleteDomainCommand 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_DeleteFieldCommand, se_DeleteFieldCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteFieldCommand 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_DeleteLayoutCommand, se_DeleteLayoutCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeleteLayoutCommand 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_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteTemplateCommand 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_GetCaseAuditEventsCommand, se_GetCaseAuditEventsCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetCaseAuditEventsCommand 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_GetCaseCommand, se_GetCaseCommand } from "../protocols/Aws_restJson1
6
6
  export { $Command };
7
7
  export class GetCaseCommand 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_GetCaseEventConfigurationCommand, se_GetCaseEventConfigurationComman
6
6
  export { $Command };
7
7
  export class GetCaseEventConfigurationCommand 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_GetDomainCommand, se_GetDomainCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetDomainCommand 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_GetLayoutCommand, se_GetLayoutCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetLayoutCommand 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_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetTemplateCommand 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_ListCasesForContactCommand, se_ListCasesForContactCommand } from "..
6
6
  export { $Command };
7
7
  export class ListCasesForContactCommand 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_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListDomainsCommand 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_ListFieldOptionsCommand, se_ListFieldOptionsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListFieldOptionsCommand 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_ListFieldsCommand, se_ListFieldsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListFieldsCommand 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_ListLayoutsCommand, se_ListLayoutsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListLayoutsCommand 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_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListTemplatesCommand 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_PutCaseEventConfigurationCommand, se_PutCaseEventConfigurationComman
6
6
  export { $Command };
7
7
  export class PutCaseEventConfigurationCommand 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_SearchCasesCommand, se_SearchCasesCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class SearchCasesCommand 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_SearchRelatedItemsCommand, se_SearchRelatedItemsCommand } from "../p
6
6
  export { $Command };
7
7
  export class SearchRelatedItemsCommand 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_UpdateCaseCommand, se_UpdateCaseCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class UpdateCaseCommand 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_UpdateFieldCommand, se_UpdateFieldCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateFieldCommand 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_UpdateLayoutCommand, se_UpdateLayoutCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class UpdateLayoutCommand 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_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectcases",
3
3
  "description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connectcases",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }