@aws-sdk/client-license-manager 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 (54) hide show
  1. package/dist-cjs/index.js +50 -150
  2. package/dist-es/commands/AcceptGrantCommand.js +1 -3
  3. package/dist-es/commands/CheckInLicenseCommand.js +1 -3
  4. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +1 -3
  5. package/dist-es/commands/CheckoutLicenseCommand.js +1 -3
  6. package/dist-es/commands/CreateGrantCommand.js +1 -3
  7. package/dist-es/commands/CreateGrantVersionCommand.js +1 -3
  8. package/dist-es/commands/CreateLicenseCommand.js +1 -3
  9. package/dist-es/commands/CreateLicenseConfigurationCommand.js +1 -3
  10. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +1 -3
  11. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +1 -3
  12. package/dist-es/commands/CreateLicenseVersionCommand.js +1 -3
  13. package/dist-es/commands/CreateTokenCommand.js +1 -3
  14. package/dist-es/commands/DeleteGrantCommand.js +1 -3
  15. package/dist-es/commands/DeleteLicenseCommand.js +1 -3
  16. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +1 -3
  17. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +1 -3
  18. package/dist-es/commands/DeleteTokenCommand.js +1 -3
  19. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +1 -3
  20. package/dist-es/commands/GetAccessTokenCommand.js +1 -3
  21. package/dist-es/commands/GetGrantCommand.js +1 -3
  22. package/dist-es/commands/GetLicenseCommand.js +1 -3
  23. package/dist-es/commands/GetLicenseConfigurationCommand.js +1 -3
  24. package/dist-es/commands/GetLicenseConversionTaskCommand.js +1 -3
  25. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +1 -3
  26. package/dist-es/commands/GetLicenseUsageCommand.js +1 -3
  27. package/dist-es/commands/GetServiceSettingsCommand.js +1 -3
  28. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +1 -3
  29. package/dist-es/commands/ListDistributedGrantsCommand.js +1 -3
  30. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +1 -3
  31. package/dist-es/commands/ListLicenseConfigurationsCommand.js +1 -3
  32. package/dist-es/commands/ListLicenseConversionTasksCommand.js +1 -3
  33. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +1 -3
  34. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +1 -3
  35. package/dist-es/commands/ListLicenseVersionsCommand.js +1 -3
  36. package/dist-es/commands/ListLicensesCommand.js +1 -3
  37. package/dist-es/commands/ListReceivedGrantsCommand.js +1 -3
  38. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +1 -3
  39. package/dist-es/commands/ListReceivedLicensesCommand.js +1 -3
  40. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +1 -3
  41. package/dist-es/commands/ListResourceInventoryCommand.js +1 -3
  42. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  43. package/dist-es/commands/ListTokensCommand.js +1 -3
  44. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +1 -3
  45. package/dist-es/commands/RejectGrantCommand.js +1 -3
  46. package/dist-es/commands/TagResourceCommand.js +1 -3
  47. package/dist-es/commands/UntagResourceCommand.js +1 -3
  48. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +1 -3
  49. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +1 -3
  50. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +1 -3
  51. package/dist-es/commands/UpdateServiceSettingsCommand.js +1 -3
  52. package/dist-es/endpoint/endpointResolver.js +7 -3
  53. package/package.json +4 -4
  54. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -2113,9 +2113,7 @@ function sharedHeaders(operation) {
2113
2113
  __name(sharedHeaders, "sharedHeaders");
2114
2114
 
2115
2115
  // src/commands/AcceptGrantCommand.ts
2116
- var _AcceptGrantCommand = class _AcceptGrantCommand extends import_smithy_client.Command.classBuilder().ep({
2117
- ...commonParams
2118
- }).m(function(Command, cs, config, o) {
2116
+ var _AcceptGrantCommand = class _AcceptGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2119
2117
  return [
2120
2118
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2121
2119
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2129,9 +2127,7 @@ var AcceptGrantCommand = _AcceptGrantCommand;
2129
2127
 
2130
2128
 
2131
2129
 
2132
- var _CheckInLicenseCommand = class _CheckInLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
2133
- ...commonParams
2134
- }).m(function(Command, cs, config, o) {
2130
+ var _CheckInLicenseCommand = class _CheckInLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2135
2131
  return [
2136
2132
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2137
2133
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2145,9 +2141,7 @@ var CheckInLicenseCommand = _CheckInLicenseCommand;
2145
2141
 
2146
2142
 
2147
2143
 
2148
- var _CheckoutBorrowLicenseCommand = class _CheckoutBorrowLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
2149
- ...commonParams
2150
- }).m(function(Command, cs, config, o) {
2144
+ var _CheckoutBorrowLicenseCommand = class _CheckoutBorrowLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2151
2145
  return [
2152
2146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2153
2147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2161,9 +2155,7 @@ var CheckoutBorrowLicenseCommand = _CheckoutBorrowLicenseCommand;
2161
2155
 
2162
2156
 
2163
2157
 
2164
- var _CheckoutLicenseCommand = class _CheckoutLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
2165
- ...commonParams
2166
- }).m(function(Command, cs, config, o) {
2158
+ var _CheckoutLicenseCommand = class _CheckoutLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2167
2159
  return [
2168
2160
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2169
2161
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2177,9 +2169,7 @@ var CheckoutLicenseCommand = _CheckoutLicenseCommand;
2177
2169
 
2178
2170
 
2179
2171
 
2180
- var _CreateGrantCommand = class _CreateGrantCommand extends import_smithy_client.Command.classBuilder().ep({
2181
- ...commonParams
2182
- }).m(function(Command, cs, config, o) {
2172
+ var _CreateGrantCommand = class _CreateGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2183
2173
  return [
2184
2174
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2185
2175
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2193,9 +2183,7 @@ var CreateGrantCommand = _CreateGrantCommand;
2193
2183
 
2194
2184
 
2195
2185
 
2196
- var _CreateGrantVersionCommand = class _CreateGrantVersionCommand extends import_smithy_client.Command.classBuilder().ep({
2197
- ...commonParams
2198
- }).m(function(Command, cs, config, o) {
2186
+ var _CreateGrantVersionCommand = class _CreateGrantVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2199
2187
  return [
2200
2188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2201
2189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2209,9 +2197,7 @@ var CreateGrantVersionCommand = _CreateGrantVersionCommand;
2209
2197
 
2210
2198
 
2211
2199
 
2212
- var _CreateLicenseCommand = class _CreateLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
2213
- ...commonParams
2214
- }).m(function(Command, cs, config, o) {
2200
+ var _CreateLicenseCommand = class _CreateLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2215
2201
  return [
2216
2202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2217
2203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2225,9 +2211,7 @@ var CreateLicenseCommand = _CreateLicenseCommand;
2225
2211
 
2226
2212
 
2227
2213
 
2228
- var _CreateLicenseConfigurationCommand = class _CreateLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2229
- ...commonParams
2230
- }).m(function(Command, cs, config, o) {
2214
+ var _CreateLicenseConfigurationCommand = class _CreateLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2231
2215
  return [
2232
2216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2233
2217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2241,9 +2225,7 @@ var CreateLicenseConfigurationCommand = _CreateLicenseConfigurationCommand;
2241
2225
 
2242
2226
 
2243
2227
 
2244
- var _CreateLicenseConversionTaskForResourceCommand = class _CreateLicenseConversionTaskForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2245
- ...commonParams
2246
- }).m(function(Command, cs, config, o) {
2228
+ var _CreateLicenseConversionTaskForResourceCommand = class _CreateLicenseConversionTaskForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2247
2229
  return [
2248
2230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2249
2231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2257,9 +2239,7 @@ var CreateLicenseConversionTaskForResourceCommand = _CreateLicenseConversionTask
2257
2239
 
2258
2240
 
2259
2241
 
2260
- var _CreateLicenseManagerReportGeneratorCommand = class _CreateLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep({
2261
- ...commonParams
2262
- }).m(function(Command, cs, config, o) {
2242
+ var _CreateLicenseManagerReportGeneratorCommand = class _CreateLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2263
2243
  return [
2264
2244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2265
2245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2273,9 +2253,7 @@ var CreateLicenseManagerReportGeneratorCommand = _CreateLicenseManagerReportGene
2273
2253
 
2274
2254
 
2275
2255
 
2276
- var _CreateLicenseVersionCommand = class _CreateLicenseVersionCommand extends import_smithy_client.Command.classBuilder().ep({
2277
- ...commonParams
2278
- }).m(function(Command, cs, config, o) {
2256
+ var _CreateLicenseVersionCommand = class _CreateLicenseVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2279
2257
  return [
2280
2258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2281
2259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2289,9 +2267,7 @@ var CreateLicenseVersionCommand = _CreateLicenseVersionCommand;
2289
2267
 
2290
2268
 
2291
2269
 
2292
- var _CreateTokenCommand = class _CreateTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2293
- ...commonParams
2294
- }).m(function(Command, cs, config, o) {
2270
+ var _CreateTokenCommand = class _CreateTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2295
2271
  return [
2296
2272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2297
2273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2305,9 +2281,7 @@ var CreateTokenCommand = _CreateTokenCommand;
2305
2281
 
2306
2282
 
2307
2283
 
2308
- var _DeleteGrantCommand = class _DeleteGrantCommand extends import_smithy_client.Command.classBuilder().ep({
2309
- ...commonParams
2310
- }).m(function(Command, cs, config, o) {
2284
+ var _DeleteGrantCommand = class _DeleteGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2311
2285
  return [
2312
2286
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2313
2287
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2321,9 +2295,7 @@ var DeleteGrantCommand = _DeleteGrantCommand;
2321
2295
 
2322
2296
 
2323
2297
 
2324
- var _DeleteLicenseCommand = class _DeleteLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
2325
- ...commonParams
2326
- }).m(function(Command, cs, config, o) {
2298
+ var _DeleteLicenseCommand = class _DeleteLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2327
2299
  return [
2328
2300
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2329
2301
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2337,9 +2309,7 @@ var DeleteLicenseCommand = _DeleteLicenseCommand;
2337
2309
 
2338
2310
 
2339
2311
 
2340
- var _DeleteLicenseConfigurationCommand = class _DeleteLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2341
- ...commonParams
2342
- }).m(function(Command, cs, config, o) {
2312
+ var _DeleteLicenseConfigurationCommand = class _DeleteLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2343
2313
  return [
2344
2314
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2345
2315
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2353,9 +2323,7 @@ var DeleteLicenseConfigurationCommand = _DeleteLicenseConfigurationCommand;
2353
2323
 
2354
2324
 
2355
2325
 
2356
- var _DeleteLicenseManagerReportGeneratorCommand = class _DeleteLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep({
2357
- ...commonParams
2358
- }).m(function(Command, cs, config, o) {
2326
+ var _DeleteLicenseManagerReportGeneratorCommand = class _DeleteLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2359
2327
  return [
2360
2328
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2361
2329
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2369,9 +2337,7 @@ var DeleteLicenseManagerReportGeneratorCommand = _DeleteLicenseManagerReportGene
2369
2337
 
2370
2338
 
2371
2339
 
2372
- var _DeleteTokenCommand = class _DeleteTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2373
- ...commonParams
2374
- }).m(function(Command, cs, config, o) {
2340
+ var _DeleteTokenCommand = class _DeleteTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2375
2341
  return [
2376
2342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2377
2343
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2385,9 +2351,7 @@ var DeleteTokenCommand = _DeleteTokenCommand;
2385
2351
 
2386
2352
 
2387
2353
 
2388
- var _ExtendLicenseConsumptionCommand = class _ExtendLicenseConsumptionCommand extends import_smithy_client.Command.classBuilder().ep({
2389
- ...commonParams
2390
- }).m(function(Command, cs, config, o) {
2354
+ var _ExtendLicenseConsumptionCommand = class _ExtendLicenseConsumptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2391
2355
  return [
2392
2356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2393
2357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2401,9 +2365,7 @@ var ExtendLicenseConsumptionCommand = _ExtendLicenseConsumptionCommand;
2401
2365
 
2402
2366
 
2403
2367
 
2404
- var _GetAccessTokenCommand = class _GetAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2405
- ...commonParams
2406
- }).m(function(Command, cs, config, o) {
2368
+ var _GetAccessTokenCommand = class _GetAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2407
2369
  return [
2408
2370
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2409
2371
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2417,9 +2379,7 @@ var GetAccessTokenCommand = _GetAccessTokenCommand;
2417
2379
 
2418
2380
 
2419
2381
 
2420
- var _GetGrantCommand = class _GetGrantCommand extends import_smithy_client.Command.classBuilder().ep({
2421
- ...commonParams
2422
- }).m(function(Command, cs, config, o) {
2382
+ var _GetGrantCommand = class _GetGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2423
2383
  return [
2424
2384
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2425
2385
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2433,9 +2393,7 @@ var GetGrantCommand = _GetGrantCommand;
2433
2393
 
2434
2394
 
2435
2395
 
2436
- var _GetLicenseCommand = class _GetLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
2437
- ...commonParams
2438
- }).m(function(Command, cs, config, o) {
2396
+ var _GetLicenseCommand = class _GetLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2439
2397
  return [
2440
2398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2441
2399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2449,9 +2407,7 @@ var GetLicenseCommand = _GetLicenseCommand;
2449
2407
 
2450
2408
 
2451
2409
 
2452
- var _GetLicenseConfigurationCommand = class _GetLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2453
- ...commonParams
2454
- }).m(function(Command, cs, config, o) {
2410
+ var _GetLicenseConfigurationCommand = class _GetLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2455
2411
  return [
2456
2412
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2457
2413
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2465,9 +2421,7 @@ var GetLicenseConfigurationCommand = _GetLicenseConfigurationCommand;
2465
2421
 
2466
2422
 
2467
2423
 
2468
- var _GetLicenseConversionTaskCommand = class _GetLicenseConversionTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2469
- ...commonParams
2470
- }).m(function(Command, cs, config, o) {
2424
+ var _GetLicenseConversionTaskCommand = class _GetLicenseConversionTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2471
2425
  return [
2472
2426
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2473
2427
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2481,9 +2435,7 @@ var GetLicenseConversionTaskCommand = _GetLicenseConversionTaskCommand;
2481
2435
 
2482
2436
 
2483
2437
 
2484
- var _GetLicenseManagerReportGeneratorCommand = class _GetLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep({
2485
- ...commonParams
2486
- }).m(function(Command, cs, config, o) {
2438
+ var _GetLicenseManagerReportGeneratorCommand = class _GetLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2487
2439
  return [
2488
2440
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2489
2441
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2497,9 +2449,7 @@ var GetLicenseManagerReportGeneratorCommand = _GetLicenseManagerReportGeneratorC
2497
2449
 
2498
2450
 
2499
2451
 
2500
- var _GetLicenseUsageCommand = class _GetLicenseUsageCommand extends import_smithy_client.Command.classBuilder().ep({
2501
- ...commonParams
2502
- }).m(function(Command, cs, config, o) {
2452
+ var _GetLicenseUsageCommand = class _GetLicenseUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2503
2453
  return [
2504
2454
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2505
2455
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2513,9 +2463,7 @@ var GetLicenseUsageCommand = _GetLicenseUsageCommand;
2513
2463
 
2514
2464
 
2515
2465
 
2516
- var _GetServiceSettingsCommand = class _GetServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
2517
- ...commonParams
2518
- }).m(function(Command, cs, config, o) {
2466
+ var _GetServiceSettingsCommand = class _GetServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2519
2467
  return [
2520
2468
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2521
2469
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2529,9 +2477,7 @@ var GetServiceSettingsCommand = _GetServiceSettingsCommand;
2529
2477
 
2530
2478
 
2531
2479
 
2532
- var _ListAssociationsForLicenseConfigurationCommand = class _ListAssociationsForLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2533
- ...commonParams
2534
- }).m(function(Command, cs, config, o) {
2480
+ var _ListAssociationsForLicenseConfigurationCommand = class _ListAssociationsForLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2535
2481
  return [
2536
2482
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2537
2483
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2545,9 +2491,7 @@ var ListAssociationsForLicenseConfigurationCommand = _ListAssociationsForLicense
2545
2491
 
2546
2492
 
2547
2493
 
2548
- var _ListDistributedGrantsCommand = class _ListDistributedGrantsCommand extends import_smithy_client.Command.classBuilder().ep({
2549
- ...commonParams
2550
- }).m(function(Command, cs, config, o) {
2494
+ var _ListDistributedGrantsCommand = class _ListDistributedGrantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2551
2495
  return [
2552
2496
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2553
2497
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2561,9 +2505,7 @@ var ListDistributedGrantsCommand = _ListDistributedGrantsCommand;
2561
2505
 
2562
2506
 
2563
2507
 
2564
- var _ListFailuresForLicenseConfigurationOperationsCommand = class _ListFailuresForLicenseConfigurationOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
2565
- ...commonParams
2566
- }).m(function(Command, cs, config, o) {
2508
+ var _ListFailuresForLicenseConfigurationOperationsCommand = class _ListFailuresForLicenseConfigurationOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2567
2509
  return [
2568
2510
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2569
2511
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2577,9 +2519,7 @@ var ListFailuresForLicenseConfigurationOperationsCommand = _ListFailuresForLicen
2577
2519
 
2578
2520
 
2579
2521
 
2580
- var _ListLicenseConfigurationsCommand = class _ListLicenseConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2581
- ...commonParams
2582
- }).m(function(Command, cs, config, o) {
2522
+ var _ListLicenseConfigurationsCommand = class _ListLicenseConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2583
2523
  return [
2584
2524
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2585
2525
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2593,9 +2533,7 @@ var ListLicenseConfigurationsCommand = _ListLicenseConfigurationsCommand;
2593
2533
 
2594
2534
 
2595
2535
 
2596
- var _ListLicenseConversionTasksCommand = class _ListLicenseConversionTasksCommand extends import_smithy_client.Command.classBuilder().ep({
2597
- ...commonParams
2598
- }).m(function(Command, cs, config, o) {
2536
+ var _ListLicenseConversionTasksCommand = class _ListLicenseConversionTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2599
2537
  return [
2600
2538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2601
2539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2609,9 +2547,7 @@ var ListLicenseConversionTasksCommand = _ListLicenseConversionTasksCommand;
2609
2547
 
2610
2548
 
2611
2549
 
2612
- var _ListLicenseManagerReportGeneratorsCommand = class _ListLicenseManagerReportGeneratorsCommand extends import_smithy_client.Command.classBuilder().ep({
2613
- ...commonParams
2614
- }).m(function(Command, cs, config, o) {
2550
+ var _ListLicenseManagerReportGeneratorsCommand = class _ListLicenseManagerReportGeneratorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2615
2551
  return [
2616
2552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2617
2553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2625,9 +2561,7 @@ var ListLicenseManagerReportGeneratorsCommand = _ListLicenseManagerReportGenerat
2625
2561
 
2626
2562
 
2627
2563
 
2628
- var _ListLicensesCommand = class _ListLicensesCommand extends import_smithy_client.Command.classBuilder().ep({
2629
- ...commonParams
2630
- }).m(function(Command, cs, config, o) {
2564
+ var _ListLicensesCommand = class _ListLicensesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2631
2565
  return [
2632
2566
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2633
2567
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2641,9 +2575,7 @@ var ListLicensesCommand = _ListLicensesCommand;
2641
2575
 
2642
2576
 
2643
2577
 
2644
- var _ListLicenseSpecificationsForResourceCommand = class _ListLicenseSpecificationsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2645
- ...commonParams
2646
- }).m(function(Command, cs, config, o) {
2578
+ var _ListLicenseSpecificationsForResourceCommand = class _ListLicenseSpecificationsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2647
2579
  return [
2648
2580
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2649
2581
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2657,9 +2589,7 @@ var ListLicenseSpecificationsForResourceCommand = _ListLicenseSpecificationsForR
2657
2589
 
2658
2590
 
2659
2591
 
2660
- var _ListLicenseVersionsCommand = class _ListLicenseVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
2661
- ...commonParams
2662
- }).m(function(Command, cs, config, o) {
2592
+ var _ListLicenseVersionsCommand = class _ListLicenseVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2663
2593
  return [
2664
2594
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2665
2595
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2673,9 +2603,7 @@ var ListLicenseVersionsCommand = _ListLicenseVersionsCommand;
2673
2603
 
2674
2604
 
2675
2605
 
2676
- var _ListReceivedGrantsCommand = class _ListReceivedGrantsCommand extends import_smithy_client.Command.classBuilder().ep({
2677
- ...commonParams
2678
- }).m(function(Command, cs, config, o) {
2606
+ var _ListReceivedGrantsCommand = class _ListReceivedGrantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2679
2607
  return [
2680
2608
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2681
2609
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2689,9 +2617,7 @@ var ListReceivedGrantsCommand = _ListReceivedGrantsCommand;
2689
2617
 
2690
2618
 
2691
2619
 
2692
- var _ListReceivedGrantsForOrganizationCommand = class _ListReceivedGrantsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
2693
- ...commonParams
2694
- }).m(function(Command, cs, config, o) {
2620
+ var _ListReceivedGrantsForOrganizationCommand = class _ListReceivedGrantsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2695
2621
  return [
2696
2622
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2697
2623
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2705,9 +2631,7 @@ var ListReceivedGrantsForOrganizationCommand = _ListReceivedGrantsForOrganizatio
2705
2631
 
2706
2632
 
2707
2633
 
2708
- var _ListReceivedLicensesCommand = class _ListReceivedLicensesCommand extends import_smithy_client.Command.classBuilder().ep({
2709
- ...commonParams
2710
- }).m(function(Command, cs, config, o) {
2634
+ var _ListReceivedLicensesCommand = class _ListReceivedLicensesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2711
2635
  return [
2712
2636
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2713
2637
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2721,9 +2645,7 @@ var ListReceivedLicensesCommand = _ListReceivedLicensesCommand;
2721
2645
 
2722
2646
 
2723
2647
 
2724
- var _ListReceivedLicensesForOrganizationCommand = class _ListReceivedLicensesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
2725
- ...commonParams
2726
- }).m(function(Command, cs, config, o) {
2648
+ var _ListReceivedLicensesForOrganizationCommand = class _ListReceivedLicensesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2727
2649
  return [
2728
2650
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2729
2651
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2737,9 +2659,7 @@ var ListReceivedLicensesForOrganizationCommand = _ListReceivedLicensesForOrganiz
2737
2659
 
2738
2660
 
2739
2661
 
2740
- var _ListResourceInventoryCommand = class _ListResourceInventoryCommand extends import_smithy_client.Command.classBuilder().ep({
2741
- ...commonParams
2742
- }).m(function(Command, cs, config, o) {
2662
+ var _ListResourceInventoryCommand = class _ListResourceInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2743
2663
  return [
2744
2664
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2745
2665
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2753,9 +2673,7 @@ var ListResourceInventoryCommand = _ListResourceInventoryCommand;
2753
2673
 
2754
2674
 
2755
2675
 
2756
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2757
- ...commonParams
2758
- }).m(function(Command, cs, config, o) {
2676
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2759
2677
  return [
2760
2678
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2761
2679
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2769,9 +2687,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2769
2687
 
2770
2688
 
2771
2689
 
2772
- var _ListTokensCommand = class _ListTokensCommand extends import_smithy_client.Command.classBuilder().ep({
2773
- ...commonParams
2774
- }).m(function(Command, cs, config, o) {
2690
+ var _ListTokensCommand = class _ListTokensCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2775
2691
  return [
2776
2692
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2777
2693
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2785,9 +2701,7 @@ var ListTokensCommand = _ListTokensCommand;
2785
2701
 
2786
2702
 
2787
2703
 
2788
- var _ListUsageForLicenseConfigurationCommand = class _ListUsageForLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2789
- ...commonParams
2790
- }).m(function(Command, cs, config, o) {
2704
+ var _ListUsageForLicenseConfigurationCommand = class _ListUsageForLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2791
2705
  return [
2792
2706
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2793
2707
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2801,9 +2715,7 @@ var ListUsageForLicenseConfigurationCommand = _ListUsageForLicenseConfigurationC
2801
2715
 
2802
2716
 
2803
2717
 
2804
- var _RejectGrantCommand = class _RejectGrantCommand extends import_smithy_client.Command.classBuilder().ep({
2805
- ...commonParams
2806
- }).m(function(Command, cs, config, o) {
2718
+ var _RejectGrantCommand = class _RejectGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2807
2719
  return [
2808
2720
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2809
2721
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2817,9 +2729,7 @@ var RejectGrantCommand = _RejectGrantCommand;
2817
2729
 
2818
2730
 
2819
2731
 
2820
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2821
- ...commonParams
2822
- }).m(function(Command, cs, config, o) {
2732
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2823
2733
  return [
2824
2734
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2825
2735
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2833,9 +2743,7 @@ var TagResourceCommand = _TagResourceCommand;
2833
2743
 
2834
2744
 
2835
2745
 
2836
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2837
- ...commonParams
2838
- }).m(function(Command, cs, config, o) {
2746
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2839
2747
  return [
2840
2748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2841
2749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2849,9 +2757,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2849
2757
 
2850
2758
 
2851
2759
 
2852
- var _UpdateLicenseConfigurationCommand = class _UpdateLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2853
- ...commonParams
2854
- }).m(function(Command, cs, config, o) {
2760
+ var _UpdateLicenseConfigurationCommand = class _UpdateLicenseConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2855
2761
  return [
2856
2762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2857
2763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2865,9 +2771,7 @@ var UpdateLicenseConfigurationCommand = _UpdateLicenseConfigurationCommand;
2865
2771
 
2866
2772
 
2867
2773
 
2868
- var _UpdateLicenseManagerReportGeneratorCommand = class _UpdateLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep({
2869
- ...commonParams
2870
- }).m(function(Command, cs, config, o) {
2774
+ var _UpdateLicenseManagerReportGeneratorCommand = class _UpdateLicenseManagerReportGeneratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2871
2775
  return [
2872
2776
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2873
2777
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2881,9 +2785,7 @@ var UpdateLicenseManagerReportGeneratorCommand = _UpdateLicenseManagerReportGene
2881
2785
 
2882
2786
 
2883
2787
 
2884
- var _UpdateLicenseSpecificationsForResourceCommand = class _UpdateLicenseSpecificationsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2885
- ...commonParams
2886
- }).m(function(Command, cs, config, o) {
2788
+ var _UpdateLicenseSpecificationsForResourceCommand = class _UpdateLicenseSpecificationsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2887
2789
  return [
2888
2790
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2889
2791
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2897,9 +2799,7 @@ var UpdateLicenseSpecificationsForResourceCommand = _UpdateLicenseSpecifications
2897
2799
 
2898
2800
 
2899
2801
 
2900
- var _UpdateServiceSettingsCommand = class _UpdateServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
2901
- ...commonParams
2902
- }).m(function(Command, cs, config, o) {
2802
+ var _UpdateServiceSettingsCommand = class _UpdateServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2903
2803
  return [
2904
2804
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2905
2805
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AcceptGrantCommand, se_AcceptGrantCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class AcceptGrantCommand 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_CheckInLicenseCommand, se_CheckInLicenseCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CheckInLicenseCommand 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_CheckoutBorrowLicenseCommand, se_CheckoutBorrowLicenseCommand } from
6
6
  export { $Command };
7
7
  export class CheckoutBorrowLicenseCommand 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_CheckoutLicenseCommand, se_CheckoutLicenseCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CheckoutLicenseCommand 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_CreateGrantCommand, se_CreateGrantCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class CreateGrantCommand 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_CreateGrantVersionCommand, se_CreateGrantVersionCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateGrantVersionCommand 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_CreateLicenseCommand, se_CreateLicenseCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateLicenseCommand 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_CreateLicenseConfigurationCommand, se_CreateLicenseConfigurationComm
6
6
  export { $Command };
7
7
  export class CreateLicenseConfigurationCommand 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_CreateLicenseConversionTaskForResourceCommand, se_CreateLicenseConve
6
6
  export { $Command };
7
7
  export class CreateLicenseConversionTaskForResourceCommand 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_CreateLicenseManagerReportGeneratorCommand, se_CreateLicenseManagerR
6
6
  export { $Command };
7
7
  export class CreateLicenseManagerReportGeneratorCommand 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_CreateLicenseVersionCommand, se_CreateLicenseVersionCommand } from "
6
6
  export { $Command };
7
7
  export class CreateLicenseVersionCommand 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_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class CreateTokenCommand 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_DeleteGrantCommand, se_DeleteGrantCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteGrantCommand 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_DeleteLicenseCommand, se_DeleteLicenseCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteLicenseCommand 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_DeleteLicenseConfigurationCommand, se_DeleteLicenseConfigurationComm
6
6
  export { $Command };
7
7
  export class DeleteLicenseConfigurationCommand 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_DeleteLicenseManagerReportGeneratorCommand, se_DeleteLicenseManagerR
6
6
  export { $Command };
7
7
  export class DeleteLicenseManagerReportGeneratorCommand 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_DeleteTokenCommand, se_DeleteTokenCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteTokenCommand 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_ExtendLicenseConsumptionCommand, se_ExtendLicenseConsumptionCommand
6
6
  export { $Command };
7
7
  export class ExtendLicenseConsumptionCommand 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_GetAccessTokenCommand, se_GetAccessTokenCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetAccessTokenCommand 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_GetGrantCommand, se_GetGrantCommand } from "../protocols/Aws_json1_1
6
6
  export { $Command };
7
7
  export class GetGrantCommand 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_GetLicenseCommand, se_GetLicenseCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class GetLicenseCommand 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_GetLicenseConfigurationCommand, se_GetLicenseConfigurationCommand }
6
6
  export { $Command };
7
7
  export class GetLicenseConfigurationCommand 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_GetLicenseConversionTaskCommand, se_GetLicenseConversionTaskCommand
6
6
  export { $Command };
7
7
  export class GetLicenseConversionTaskCommand 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_GetLicenseManagerReportGeneratorCommand, se_GetLicenseManagerReportG
6
6
  export { $Command };
7
7
  export class GetLicenseManagerReportGeneratorCommand 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_GetLicenseUsageCommand, se_GetLicenseUsageCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetLicenseUsageCommand 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_GetServiceSettingsCommand, se_GetServiceSettingsCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetServiceSettingsCommand 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_ListAssociationsForLicenseConfigurationCommand, se_ListAssociationsF
6
6
  export { $Command };
7
7
  export class ListAssociationsForLicenseConfigurationCommand 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_ListDistributedGrantsCommand, se_ListDistributedGrantsCommand } from
6
6
  export { $Command };
7
7
  export class ListDistributedGrantsCommand 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_ListFailuresForLicenseConfigurationOperationsCommand, se_ListFailure
6
6
  export { $Command };
7
7
  export class ListFailuresForLicenseConfigurationOperationsCommand 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_ListLicenseConfigurationsCommand, se_ListLicenseConfigurationsComman
6
6
  export { $Command };
7
7
  export class ListLicenseConfigurationsCommand 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_ListLicenseConversionTasksCommand, se_ListLicenseConversionTasksComm
6
6
  export { $Command };
7
7
  export class ListLicenseConversionTasksCommand 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_ListLicenseManagerReportGeneratorsCommand, se_ListLicenseManagerRepo
6
6
  export { $Command };
7
7
  export class ListLicenseManagerReportGeneratorsCommand 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_ListLicenseSpecificationsForResourceCommand, se_ListLicenseSpecifica
6
6
  export { $Command };
7
7
  export class ListLicenseSpecificationsForResourceCommand 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_ListLicenseVersionsCommand, se_ListLicenseVersionsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListLicenseVersionsCommand 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_ListLicensesCommand, se_ListLicensesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListLicensesCommand 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_ListReceivedGrantsCommand, se_ListReceivedGrantsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListReceivedGrantsCommand 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_ListReceivedGrantsForOrganizationCommand, se_ListReceivedGrantsForOr
6
6
  export { $Command };
7
7
  export class ListReceivedGrantsForOrganizationCommand 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_ListReceivedLicensesCommand, se_ListReceivedLicensesCommand } from "
6
6
  export { $Command };
7
7
  export class ListReceivedLicensesCommand 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_ListReceivedLicensesForOrganizationCommand, se_ListReceivedLicensesF
6
6
  export { $Command };
7
7
  export class ListReceivedLicensesForOrganizationCommand 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_ListResourceInventoryCommand, se_ListResourceInventoryCommand } from
6
6
  export { $Command };
7
7
  export class ListResourceInventoryCommand 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_ListTokensCommand, se_ListTokensCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class ListTokensCommand 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_ListUsageForLicenseConfigurationCommand, se_ListUsageForLicenseConfi
6
6
  export { $Command };
7
7
  export class ListUsageForLicenseConfigurationCommand 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_RejectGrantCommand, se_RejectGrantCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class RejectGrantCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateLicenseConfigurationCommand, se_UpdateLicenseConfigurationComm
6
6
  export { $Command };
7
7
  export class UpdateLicenseConfigurationCommand 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_UpdateLicenseManagerReportGeneratorCommand, se_UpdateLicenseManagerR
6
6
  export { $Command };
7
7
  export class UpdateLicenseManagerReportGeneratorCommand 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_UpdateLicenseSpecificationsForResourceCommand, se_UpdateLicenseSpeci
6
6
  export { $Command };
7
7
  export class UpdateLicenseSpecificationsForResourceCommand 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_UpdateServiceSettingsCommand, se_UpdateServiceSettingsCommand } from
6
6
  export { $Command };
7
7
  export class UpdateServiceSettingsCommand 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-license-manager",
3
3
  "description": "AWS SDK for JavaScript License Manager 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-license-manager",
@@ -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
- }