@aws-sdk/client-devops-guru 3.645.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +31 -93
  3. package/dist-es/commands/AddNotificationChannelCommand.js +1 -3
  4. package/dist-es/commands/DeleteInsightCommand.js +1 -3
  5. package/dist-es/commands/DescribeAccountHealthCommand.js +1 -3
  6. package/dist-es/commands/DescribeAccountOverviewCommand.js +1 -3
  7. package/dist-es/commands/DescribeAnomalyCommand.js +1 -3
  8. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +1 -3
  9. package/dist-es/commands/DescribeFeedbackCommand.js +1 -3
  10. package/dist-es/commands/DescribeInsightCommand.js +1 -3
  11. package/dist-es/commands/DescribeOrganizationHealthCommand.js +1 -3
  12. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +1 -3
  13. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +1 -3
  14. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +1 -3
  15. package/dist-es/commands/DescribeServiceIntegrationCommand.js +1 -3
  16. package/dist-es/commands/GetCostEstimationCommand.js +1 -3
  17. package/dist-es/commands/GetResourceCollectionCommand.js +1 -3
  18. package/dist-es/commands/ListAnomaliesForInsightCommand.js +1 -3
  19. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +1 -3
  20. package/dist-es/commands/ListEventsCommand.js +1 -3
  21. package/dist-es/commands/ListInsightsCommand.js +1 -3
  22. package/dist-es/commands/ListMonitoredResourcesCommand.js +1 -3
  23. package/dist-es/commands/ListNotificationChannelsCommand.js +1 -3
  24. package/dist-es/commands/ListOrganizationInsightsCommand.js +1 -3
  25. package/dist-es/commands/ListRecommendationsCommand.js +1 -3
  26. package/dist-es/commands/PutFeedbackCommand.js +1 -3
  27. package/dist-es/commands/RemoveNotificationChannelCommand.js +1 -3
  28. package/dist-es/commands/SearchInsightsCommand.js +1 -3
  29. package/dist-es/commands/SearchOrganizationInsightsCommand.js +1 -3
  30. package/dist-es/commands/StartCostEstimationCommand.js +1 -3
  31. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +1 -3
  32. package/dist-es/commands/UpdateResourceCollectionCommand.js +1 -3
  33. package/dist-es/commands/UpdateServiceIntegrationCommand.js +1 -3
  34. package/dist-es/endpoint/endpointResolver.js +7 -3
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  36. package/dist-types/runtimeConfig.d.ts +2 -0
  37. package/dist-types/runtimeConfig.native.d.ts +2 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  41. package/package.json +35 -35
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2102,9 +2102,7 @@ var _RAS = "RetryAfterSeconds";
2102
2102
  var _ra = "retry-after";
2103
2103
 
2104
2104
  // src/commands/AddNotificationChannelCommand.ts
2105
- var _AddNotificationChannelCommand = class _AddNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2106
- ...commonParams
2107
- }).m(function(Command, cs, config, o) {
2105
+ var _AddNotificationChannelCommand = class _AddNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2108
2106
  return [
2109
2107
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2110
2108
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2118,9 +2116,7 @@ var AddNotificationChannelCommand = _AddNotificationChannelCommand;
2118
2116
 
2119
2117
 
2120
2118
 
2121
- var _DeleteInsightCommand = class _DeleteInsightCommand extends import_smithy_client.Command.classBuilder().ep({
2122
- ...commonParams
2123
- }).m(function(Command, cs, config, o) {
2119
+ var _DeleteInsightCommand = class _DeleteInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2124
2120
  return [
2125
2121
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2126
2122
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2134,9 +2130,7 @@ var DeleteInsightCommand = _DeleteInsightCommand;
2134
2130
 
2135
2131
 
2136
2132
 
2137
- var _DescribeAccountHealthCommand = class _DescribeAccountHealthCommand extends import_smithy_client.Command.classBuilder().ep({
2138
- ...commonParams
2139
- }).m(function(Command, cs, config, o) {
2133
+ var _DescribeAccountHealthCommand = class _DescribeAccountHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2140
2134
  return [
2141
2135
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2142
2136
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2150,9 +2144,7 @@ var DescribeAccountHealthCommand = _DescribeAccountHealthCommand;
2150
2144
 
2151
2145
 
2152
2146
 
2153
- var _DescribeAccountOverviewCommand = class _DescribeAccountOverviewCommand extends import_smithy_client.Command.classBuilder().ep({
2154
- ...commonParams
2155
- }).m(function(Command, cs, config, o) {
2147
+ var _DescribeAccountOverviewCommand = class _DescribeAccountOverviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2156
2148
  return [
2157
2149
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2158
2150
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2166,9 +2158,7 @@ var DescribeAccountOverviewCommand = _DescribeAccountOverviewCommand;
2166
2158
 
2167
2159
 
2168
2160
 
2169
- var _DescribeAnomalyCommand = class _DescribeAnomalyCommand extends import_smithy_client.Command.classBuilder().ep({
2170
- ...commonParams
2171
- }).m(function(Command, cs, config, o) {
2161
+ var _DescribeAnomalyCommand = class _DescribeAnomalyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2172
2162
  return [
2173
2163
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2174
2164
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2182,9 +2172,7 @@ var DescribeAnomalyCommand = _DescribeAnomalyCommand;
2182
2172
 
2183
2173
 
2184
2174
 
2185
- var _DescribeEventSourcesConfigCommand = class _DescribeEventSourcesConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2186
- ...commonParams
2187
- }).m(function(Command, cs, config, o) {
2175
+ var _DescribeEventSourcesConfigCommand = class _DescribeEventSourcesConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2188
2176
  return [
2189
2177
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2190
2178
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2198,9 +2186,7 @@ var DescribeEventSourcesConfigCommand = _DescribeEventSourcesConfigCommand;
2198
2186
 
2199
2187
 
2200
2188
 
2201
- var _DescribeFeedbackCommand = class _DescribeFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
2202
- ...commonParams
2203
- }).m(function(Command, cs, config, o) {
2189
+ var _DescribeFeedbackCommand = class _DescribeFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2204
2190
  return [
2205
2191
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2206
2192
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2214,9 +2200,7 @@ var DescribeFeedbackCommand = _DescribeFeedbackCommand;
2214
2200
 
2215
2201
 
2216
2202
 
2217
- var _DescribeInsightCommand = class _DescribeInsightCommand extends import_smithy_client.Command.classBuilder().ep({
2218
- ...commonParams
2219
- }).m(function(Command, cs, config, o) {
2203
+ var _DescribeInsightCommand = class _DescribeInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2220
2204
  return [
2221
2205
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2222
2206
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2230,9 +2214,7 @@ var DescribeInsightCommand = _DescribeInsightCommand;
2230
2214
 
2231
2215
 
2232
2216
 
2233
- var _DescribeOrganizationHealthCommand = class _DescribeOrganizationHealthCommand extends import_smithy_client.Command.classBuilder().ep({
2234
- ...commonParams
2235
- }).m(function(Command, cs, config, o) {
2217
+ var _DescribeOrganizationHealthCommand = class _DescribeOrganizationHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2236
2218
  return [
2237
2219
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2238
2220
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2246,9 +2228,7 @@ var DescribeOrganizationHealthCommand = _DescribeOrganizationHealthCommand;
2246
2228
 
2247
2229
 
2248
2230
 
2249
- var _DescribeOrganizationOverviewCommand = class _DescribeOrganizationOverviewCommand extends import_smithy_client.Command.classBuilder().ep({
2250
- ...commonParams
2251
- }).m(function(Command, cs, config, o) {
2231
+ var _DescribeOrganizationOverviewCommand = class _DescribeOrganizationOverviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2252
2232
  return [
2253
2233
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2254
2234
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2262,9 +2242,7 @@ var DescribeOrganizationOverviewCommand = _DescribeOrganizationOverviewCommand;
2262
2242
 
2263
2243
 
2264
2244
 
2265
- var _DescribeOrganizationResourceCollectionHealthCommand = class _DescribeOrganizationResourceCollectionHealthCommand extends import_smithy_client.Command.classBuilder().ep({
2266
- ...commonParams
2267
- }).m(function(Command, cs, config, o) {
2245
+ var _DescribeOrganizationResourceCollectionHealthCommand = class _DescribeOrganizationResourceCollectionHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2268
2246
  return [
2269
2247
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2270
2248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2278,9 +2256,7 @@ var DescribeOrganizationResourceCollectionHealthCommand = _DescribeOrganizationR
2278
2256
 
2279
2257
 
2280
2258
 
2281
- var _DescribeResourceCollectionHealthCommand = class _DescribeResourceCollectionHealthCommand extends import_smithy_client.Command.classBuilder().ep({
2282
- ...commonParams
2283
- }).m(function(Command, cs, config, o) {
2259
+ var _DescribeResourceCollectionHealthCommand = class _DescribeResourceCollectionHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2284
2260
  return [
2285
2261
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2286
2262
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2294,9 +2270,7 @@ var DescribeResourceCollectionHealthCommand = _DescribeResourceCollectionHealthC
2294
2270
 
2295
2271
 
2296
2272
 
2297
- var _DescribeServiceIntegrationCommand = class _DescribeServiceIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
2298
- ...commonParams
2299
- }).m(function(Command, cs, config, o) {
2273
+ var _DescribeServiceIntegrationCommand = class _DescribeServiceIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2300
2274
  return [
2301
2275
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2302
2276
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2310,9 +2284,7 @@ var DescribeServiceIntegrationCommand = _DescribeServiceIntegrationCommand;
2310
2284
 
2311
2285
 
2312
2286
 
2313
- var _GetCostEstimationCommand = class _GetCostEstimationCommand extends import_smithy_client.Command.classBuilder().ep({
2314
- ...commonParams
2315
- }).m(function(Command, cs, config, o) {
2287
+ var _GetCostEstimationCommand = class _GetCostEstimationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2316
2288
  return [
2317
2289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2318
2290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2326,9 +2298,7 @@ var GetCostEstimationCommand = _GetCostEstimationCommand;
2326
2298
 
2327
2299
 
2328
2300
 
2329
- var _GetResourceCollectionCommand = class _GetResourceCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
2330
- ...commonParams
2331
- }).m(function(Command, cs, config, o) {
2301
+ var _GetResourceCollectionCommand = class _GetResourceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2332
2302
  return [
2333
2303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2334
2304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2342,9 +2312,7 @@ var GetResourceCollectionCommand = _GetResourceCollectionCommand;
2342
2312
 
2343
2313
 
2344
2314
 
2345
- var _ListAnomaliesForInsightCommand = class _ListAnomaliesForInsightCommand extends import_smithy_client.Command.classBuilder().ep({
2346
- ...commonParams
2347
- }).m(function(Command, cs, config, o) {
2315
+ var _ListAnomaliesForInsightCommand = class _ListAnomaliesForInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2348
2316
  return [
2349
2317
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2350
2318
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2358,9 +2326,7 @@ var ListAnomaliesForInsightCommand = _ListAnomaliesForInsightCommand;
2358
2326
 
2359
2327
 
2360
2328
 
2361
- var _ListAnomalousLogGroupsCommand = class _ListAnomalousLogGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2362
- ...commonParams
2363
- }).m(function(Command, cs, config, o) {
2329
+ var _ListAnomalousLogGroupsCommand = class _ListAnomalousLogGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2364
2330
  return [
2365
2331
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2366
2332
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2374,9 +2340,7 @@ var ListAnomalousLogGroupsCommand = _ListAnomalousLogGroupsCommand;
2374
2340
 
2375
2341
 
2376
2342
 
2377
- var _ListEventsCommand = class _ListEventsCommand extends import_smithy_client.Command.classBuilder().ep({
2378
- ...commonParams
2379
- }).m(function(Command, cs, config, o) {
2343
+ var _ListEventsCommand = class _ListEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2380
2344
  return [
2381
2345
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2382
2346
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2390,9 +2354,7 @@ var ListEventsCommand = _ListEventsCommand;
2390
2354
 
2391
2355
 
2392
2356
 
2393
- var _ListInsightsCommand = class _ListInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
2394
- ...commonParams
2395
- }).m(function(Command, cs, config, o) {
2357
+ var _ListInsightsCommand = class _ListInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2396
2358
  return [
2397
2359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2398
2360
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2406,9 +2368,7 @@ var ListInsightsCommand = _ListInsightsCommand;
2406
2368
 
2407
2369
 
2408
2370
 
2409
- var _ListMonitoredResourcesCommand = class _ListMonitoredResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2410
- ...commonParams
2411
- }).m(function(Command, cs, config, o) {
2371
+ var _ListMonitoredResourcesCommand = class _ListMonitoredResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2412
2372
  return [
2413
2373
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2414
2374
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2422,9 +2382,7 @@ var ListMonitoredResourcesCommand = _ListMonitoredResourcesCommand;
2422
2382
 
2423
2383
 
2424
2384
 
2425
- var _ListNotificationChannelsCommand = class _ListNotificationChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
2426
- ...commonParams
2427
- }).m(function(Command, cs, config, o) {
2385
+ var _ListNotificationChannelsCommand = class _ListNotificationChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2428
2386
  return [
2429
2387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2430
2388
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2438,9 +2396,7 @@ var ListNotificationChannelsCommand = _ListNotificationChannelsCommand;
2438
2396
 
2439
2397
 
2440
2398
 
2441
- var _ListOrganizationInsightsCommand = class _ListOrganizationInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
2442
- ...commonParams
2443
- }).m(function(Command, cs, config, o) {
2399
+ var _ListOrganizationInsightsCommand = class _ListOrganizationInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2444
2400
  return [
2445
2401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2446
2402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2454,9 +2410,7 @@ var ListOrganizationInsightsCommand = _ListOrganizationInsightsCommand;
2454
2410
 
2455
2411
 
2456
2412
 
2457
- var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
2458
- ...commonParams
2459
- }).m(function(Command, cs, config, o) {
2413
+ var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2460
2414
  return [
2461
2415
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2462
2416
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2470,9 +2424,7 @@ var ListRecommendationsCommand = _ListRecommendationsCommand;
2470
2424
 
2471
2425
 
2472
2426
 
2473
- var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
2474
- ...commonParams
2475
- }).m(function(Command, cs, config, o) {
2427
+ var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2476
2428
  return [
2477
2429
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2478
2430
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2486,9 +2438,7 @@ var PutFeedbackCommand = _PutFeedbackCommand;
2486
2438
 
2487
2439
 
2488
2440
 
2489
- var _RemoveNotificationChannelCommand = class _RemoveNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2490
- ...commonParams
2491
- }).m(function(Command, cs, config, o) {
2441
+ var _RemoveNotificationChannelCommand = class _RemoveNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2492
2442
  return [
2493
2443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2494
2444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2502,9 +2452,7 @@ var RemoveNotificationChannelCommand = _RemoveNotificationChannelCommand;
2502
2452
 
2503
2453
 
2504
2454
 
2505
- var _SearchInsightsCommand = class _SearchInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
2506
- ...commonParams
2507
- }).m(function(Command, cs, config, o) {
2455
+ var _SearchInsightsCommand = class _SearchInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2508
2456
  return [
2509
2457
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2510
2458
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2518,9 +2466,7 @@ var SearchInsightsCommand = _SearchInsightsCommand;
2518
2466
 
2519
2467
 
2520
2468
 
2521
- var _SearchOrganizationInsightsCommand = class _SearchOrganizationInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
2522
- ...commonParams
2523
- }).m(function(Command, cs, config, o) {
2469
+ var _SearchOrganizationInsightsCommand = class _SearchOrganizationInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2524
2470
  return [
2525
2471
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2526
2472
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2534,9 +2480,7 @@ var SearchOrganizationInsightsCommand = _SearchOrganizationInsightsCommand;
2534
2480
 
2535
2481
 
2536
2482
 
2537
- var _StartCostEstimationCommand = class _StartCostEstimationCommand extends import_smithy_client.Command.classBuilder().ep({
2538
- ...commonParams
2539
- }).m(function(Command, cs, config, o) {
2483
+ var _StartCostEstimationCommand = class _StartCostEstimationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2540
2484
  return [
2541
2485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2542
2486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2550,9 +2494,7 @@ var StartCostEstimationCommand = _StartCostEstimationCommand;
2550
2494
 
2551
2495
 
2552
2496
 
2553
- var _UpdateEventSourcesConfigCommand = class _UpdateEventSourcesConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2554
- ...commonParams
2555
- }).m(function(Command, cs, config, o) {
2497
+ var _UpdateEventSourcesConfigCommand = class _UpdateEventSourcesConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2556
2498
  return [
2557
2499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2558
2500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2566,9 +2508,7 @@ var UpdateEventSourcesConfigCommand = _UpdateEventSourcesConfigCommand;
2566
2508
 
2567
2509
 
2568
2510
 
2569
- var _UpdateResourceCollectionCommand = class _UpdateResourceCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
2570
- ...commonParams
2571
- }).m(function(Command, cs, config, o) {
2511
+ var _UpdateResourceCollectionCommand = class _UpdateResourceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2572
2512
  return [
2573
2513
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2574
2514
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2582,9 +2522,7 @@ var UpdateResourceCollectionCommand = _UpdateResourceCollectionCommand;
2582
2522
 
2583
2523
 
2584
2524
 
2585
- var _UpdateServiceIntegrationCommand = class _UpdateServiceIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
2586
- ...commonParams
2587
- }).m(function(Command, cs, config, o) {
2525
+ var _UpdateServiceIntegrationCommand = class _UpdateServiceIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2588
2526
  return [
2589
2527
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2590
2528
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AddNotificationChannelCommand, se_AddNotificationChannelCommand } fr
6
6
  export { $Command };
7
7
  export class AddNotificationChannelCommand 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_DeleteInsightCommand, se_DeleteInsightCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteInsightCommand 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_DescribeAccountHealthCommand, se_DescribeAccountHealthCommand } from
6
6
  export { $Command };
7
7
  export class DescribeAccountHealthCommand 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_DescribeAccountOverviewCommand, se_DescribeAccountOverviewCommand }
6
6
  export { $Command };
7
7
  export class DescribeAccountOverviewCommand 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_DescribeAnomalyCommand, se_DescribeAnomalyCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeAnomalyCommand 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_DescribeEventSourcesConfigCommand, se_DescribeEventSourcesConfigComm
6
6
  export { $Command };
7
7
  export class DescribeEventSourcesConfigCommand 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_DescribeFeedbackCommand, se_DescribeFeedbackCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeFeedbackCommand 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_DescribeInsightCommand, se_DescribeInsightCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeInsightCommand 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_DescribeOrganizationHealthCommand, se_DescribeOrganizationHealthComm
6
6
  export { $Command };
7
7
  export class DescribeOrganizationHealthCommand 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_DescribeOrganizationOverviewCommand, se_DescribeOrganizationOverview
6
6
  export { $Command };
7
7
  export class DescribeOrganizationOverviewCommand 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_DescribeOrganizationResourceCollectionHealthCommand, se_DescribeOrga
6
6
  export { $Command };
7
7
  export class DescribeOrganizationResourceCollectionHealthCommand 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_DescribeResourceCollectionHealthCommand, se_DescribeResourceCollecti
6
6
  export { $Command };
7
7
  export class DescribeResourceCollectionHealthCommand 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_DescribeServiceIntegrationCommand, se_DescribeServiceIntegrationComm
6
6
  export { $Command };
7
7
  export class DescribeServiceIntegrationCommand 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_GetCostEstimationCommand, se_GetCostEstimationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetCostEstimationCommand 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_GetResourceCollectionCommand, se_GetResourceCollectionCommand } from
6
6
  export { $Command };
7
7
  export class GetResourceCollectionCommand 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_ListAnomaliesForInsightCommand, se_ListAnomaliesForInsightCommand }
6
6
  export { $Command };
7
7
  export class ListAnomaliesForInsightCommand 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_ListAnomalousLogGroupsCommand, se_ListAnomalousLogGroupsCommand } fr
6
6
  export { $Command };
7
7
  export class ListAnomalousLogGroupsCommand 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_ListEventsCommand, se_ListEventsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListEventsCommand 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_ListInsightsCommand, se_ListInsightsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListInsightsCommand 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_ListMonitoredResourcesCommand, se_ListMonitoredResourcesCommand } fr
6
6
  export { $Command };
7
7
  export class ListMonitoredResourcesCommand 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_ListNotificationChannelsCommand, se_ListNotificationChannelsCommand
6
6
  export { $Command };
7
7
  export class ListNotificationChannelsCommand 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_ListOrganizationInsightsCommand, se_ListOrganizationInsightsCommand
6
6
  export { $Command };
7
7
  export class ListOrganizationInsightsCommand 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_ListRecommendationsCommand, se_ListRecommendationsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListRecommendationsCommand 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_PutFeedbackCommand, se_PutFeedbackCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class PutFeedbackCommand 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_RemoveNotificationChannelCommand, se_RemoveNotificationChannelComman
6
6
  export { $Command };
7
7
  export class RemoveNotificationChannelCommand 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_SearchInsightsCommand, se_SearchInsightsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class SearchInsightsCommand 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_SearchOrganizationInsightsCommand, se_SearchOrganizationInsightsComm
6
6
  export { $Command };
7
7
  export class SearchOrganizationInsightsCommand 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_StartCostEstimationCommand, se_StartCostEstimationCommand } from "..
6
6
  export { $Command };
7
7
  export class StartCostEstimationCommand 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_UpdateEventSourcesConfigCommand, se_UpdateEventSourcesConfigCommand
6
6
  export { $Command };
7
7
  export class UpdateEventSourcesConfigCommand 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_UpdateResourceCollectionCommand, se_UpdateResourceCollectionCommand
6
6
  export { $Command };
7
7
  export class UpdateResourceCollectionCommand 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_UpdateServiceIntegrationCommand, se_UpdateServiceIntegrationCommand
6
6
  export { $Command };
7
7
  export class UpdateServiceIntegrationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  apiVersion: string;
26
+ cacheMiddleware?: boolean | undefined;
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  base64Decoder: import("@smithy/types").Decoder;
28
29
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -61,6 +62,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
61
62
  }
62
63
  ) => import("@smithy/types").EndpointV2;
63
64
  tls?: boolean | undefined;
65
+ serviceConfiguredEndpoint?: undefined;
64
66
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
67
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  apiVersion: string;
30
+ cacheMiddleware?: boolean | undefined;
30
31
  urlParser: import("@smithy/types").UrlParser;
31
32
  base64Decoder: import("@smithy/types").Decoder;
32
33
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -65,6 +66,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
65
66
  }
66
67
  ) => import("@smithy/types").EndpointV2;
67
68
  tls?: boolean | undefined;
69
+ serviceConfiguredEndpoint?: undefined;
68
70
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
71
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
+ cacheMiddleware?: boolean | undefined;
12
13
  urlParser: import("@smithy/types").UrlParser;
13
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -55,6 +56,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
55
56
  }
56
57
  ) => import("@smithy/types").EndpointV2;
57
58
  tls?: boolean | undefined;
59
+ serviceConfiguredEndpoint?: undefined;
58
60
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
61
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-guru",
3
3
  "description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
4
- "version": "3.645.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-devops-guru",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.645.0",
24
- "@aws-sdk/client-sts": "3.645.0",
25
- "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.645.0",
27
- "@aws-sdk/middleware-host-header": "3.620.0",
28
- "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.645.0",
31
- "@aws-sdk/region-config-resolver": "3.614.0",
32
- "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.645.0",
34
- "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.614.0",
36
- "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.4.0",
38
- "@smithy/fetch-http-handler": "^3.2.4",
39
- "@smithy/hash-node": "^3.0.3",
40
- "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.5",
42
- "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.15",
44
- "@smithy/middleware-serde": "^3.0.3",
45
- "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.4",
48
- "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.2.0",
50
- "@smithy/types": "^3.3.0",
51
- "@smithy/url-parser": "^3.0.3",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
+ "@aws-sdk/core": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
+ "@aws-sdk/middleware-host-header": "3.649.0",
28
+ "@aws-sdk/middleware-logger": "3.649.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
+ "@aws-sdk/middleware-user-agent": "3.649.0",
31
+ "@aws-sdk/region-config-resolver": "3.649.0",
32
+ "@aws-sdk/types": "3.649.0",
33
+ "@aws-sdk/util-endpoints": "3.649.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.649.0",
35
+ "@aws-sdk/util-user-agent-node": "3.649.0",
36
+ "@smithy/config-resolver": "^3.0.6",
37
+ "@smithy/core": "^2.4.1",
38
+ "@smithy/fetch-http-handler": "^3.2.5",
39
+ "@smithy/hash-node": "^3.0.4",
40
+ "@smithy/invalid-dependency": "^3.0.4",
41
+ "@smithy/middleware-content-length": "^3.0.6",
42
+ "@smithy/middleware-endpoint": "^3.1.1",
43
+ "@smithy/middleware-retry": "^3.0.16",
44
+ "@smithy/middleware-serde": "^3.0.4",
45
+ "@smithy/middleware-stack": "^3.0.4",
46
+ "@smithy/node-config-provider": "^3.1.5",
47
+ "@smithy/node-http-handler": "^3.2.0",
48
+ "@smithy/protocol-http": "^4.1.1",
49
+ "@smithy/smithy-client": "^3.3.0",
50
+ "@smithy/types": "^3.4.0",
51
+ "@smithy/url-parser": "^3.0.4",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.15",
56
- "@smithy/util-defaults-mode-node": "^3.0.15",
57
- "@smithy/util-endpoints": "^2.0.5",
58
- "@smithy/util-middleware": "^3.0.3",
59
- "@smithy/util-retry": "^3.0.3",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.16",
56
+ "@smithy/util-defaults-mode-node": "^3.0.16",
57
+ "@smithy/util-endpoints": "^2.1.0",
58
+ "@smithy/util-middleware": "^3.0.4",
59
+ "@smithy/util-retry": "^3.0.4",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"