@aws-sdk/client-devops-guru 3.721.0 → 3.723.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.
package/dist-cjs/index.js CHANGED
@@ -202,7 +202,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
202
202
  }, "resolveRuntimeExtensions");
203
203
 
204
204
  // src/DevOpsGuruClient.ts
205
- var _DevOpsGuruClient = class _DevOpsGuruClient extends import_smithy_client.Client {
205
+ var DevOpsGuruClient = class extends import_smithy_client.Client {
206
+ static {
207
+ __name(this, "DevOpsGuruClient");
208
+ }
209
+ /**
210
+ * The resolved configuration of DevOpsGuruClient class. This is resolved and normalized from the {@link DevOpsGuruClientConfig | constructor configuration interface}.
211
+ */
212
+ config;
206
213
  constructor(...[configuration]) {
207
214
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
208
215
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -212,7 +219,7 @@ var _DevOpsGuruClient = class _DevOpsGuruClient extends import_smithy_client.Cli
212
219
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
213
220
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
214
221
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
215
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
222
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
216
223
  super(_config_8);
217
224
  this.config = _config_8;
218
225
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -240,8 +247,6 @@ var _DevOpsGuruClient = class _DevOpsGuruClient extends import_smithy_client.Cli
240
247
  super.destroy();
241
248
  }
242
249
  };
243
- __name(_DevOpsGuruClient, "DevOpsGuruClient");
244
- var DevOpsGuruClient = _DevOpsGuruClient;
245
250
 
246
251
  // src/DevOpsGuru.ts
247
252
 
@@ -259,7 +264,10 @@ var import_uuid = require("uuid");
259
264
 
260
265
  // src/models/DevOpsGuruServiceException.ts
261
266
 
262
- var _DevOpsGuruServiceException = class _DevOpsGuruServiceException extends import_smithy_client.ServiceException {
267
+ var DevOpsGuruServiceException = class _DevOpsGuruServiceException extends import_smithy_client.ServiceException {
268
+ static {
269
+ __name(this, "DevOpsGuruServiceException");
270
+ }
263
271
  /**
264
272
  * @internal
265
273
  */
@@ -268,11 +276,15 @@ var _DevOpsGuruServiceException = class _DevOpsGuruServiceException extends impo
268
276
  Object.setPrototypeOf(this, _DevOpsGuruServiceException.prototype);
269
277
  }
270
278
  };
271
- __name(_DevOpsGuruServiceException, "DevOpsGuruServiceException");
272
- var DevOpsGuruServiceException = _DevOpsGuruServiceException;
273
279
 
274
280
  // src/models/models_0.ts
275
- var _AccessDeniedException = class _AccessDeniedException extends DevOpsGuruServiceException {
281
+ var AccessDeniedException = class _AccessDeniedException extends DevOpsGuruServiceException {
282
+ static {
283
+ __name(this, "AccessDeniedException");
284
+ }
285
+ name = "AccessDeniedException";
286
+ $fault = "client";
287
+ Message;
276
288
  /**
277
289
  * @internal
278
290
  */
@@ -282,14 +294,10 @@ var _AccessDeniedException = class _AccessDeniedException extends DevOpsGuruServ
282
294
  $fault: "client",
283
295
  ...opts
284
296
  });
285
- this.name = "AccessDeniedException";
286
- this.$fault = "client";
287
297
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
288
298
  this.Message = opts.Message;
289
299
  }
290
300
  };
291
- __name(_AccessDeniedException, "AccessDeniedException");
292
- var AccessDeniedException = _AccessDeniedException;
293
301
  var NotificationMessageType = {
294
302
  CLOSED_INSIGHT: "CLOSED_INSIGHT",
295
303
  NEW_ASSOCIATION: "NEW_ASSOCIATION",
@@ -302,7 +310,23 @@ var InsightSeverity = {
302
310
  LOW: "LOW",
303
311
  MEDIUM: "MEDIUM"
304
312
  };
305
- var _ConflictException = class _ConflictException extends DevOpsGuruServiceException {
313
+ var ConflictException = class _ConflictException extends DevOpsGuruServiceException {
314
+ static {
315
+ __name(this, "ConflictException");
316
+ }
317
+ name = "ConflictException";
318
+ $fault = "client";
319
+ Message;
320
+ /**
321
+ * <p> The ID of the Amazon Web Services resource in which a conflict occurred. </p>
322
+ * @public
323
+ */
324
+ ResourceId;
325
+ /**
326
+ * <p> The type of the Amazon Web Services resource in which a conflict occurred. </p>
327
+ * @public
328
+ */
329
+ ResourceType;
306
330
  /**
307
331
  * @internal
308
332
  */
@@ -312,17 +336,25 @@ var _ConflictException = class _ConflictException extends DevOpsGuruServiceExcep
312
336
  $fault: "client",
313
337
  ...opts
314
338
  });
315
- this.name = "ConflictException";
316
- this.$fault = "client";
317
339
  Object.setPrototypeOf(this, _ConflictException.prototype);
318
340
  this.Message = opts.Message;
319
341
  this.ResourceId = opts.ResourceId;
320
342
  this.ResourceType = opts.ResourceType;
321
343
  }
322
344
  };
323
- __name(_ConflictException, "ConflictException");
324
- var ConflictException = _ConflictException;
325
- var _InternalServerException = class _InternalServerException extends DevOpsGuruServiceException {
345
+ var InternalServerException = class _InternalServerException extends DevOpsGuruServiceException {
346
+ static {
347
+ __name(this, "InternalServerException");
348
+ }
349
+ name = "InternalServerException";
350
+ $fault = "server";
351
+ Message;
352
+ /**
353
+ * <p> The number of seconds after which the action that caused the internal server
354
+ * exception can be retried. </p>
355
+ * @public
356
+ */
357
+ RetryAfterSeconds;
326
358
  /**
327
359
  * @internal
328
360
  */
@@ -332,16 +364,28 @@ var _InternalServerException = class _InternalServerException extends DevOpsGuru
332
364
  $fault: "server",
333
365
  ...opts
334
366
  });
335
- this.name = "InternalServerException";
336
- this.$fault = "server";
337
367
  Object.setPrototypeOf(this, _InternalServerException.prototype);
338
368
  this.Message = opts.Message;
339
369
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
340
370
  }
341
371
  };
342
- __name(_InternalServerException, "InternalServerException");
343
- var InternalServerException = _InternalServerException;
344
- var _ResourceNotFoundException = class _ResourceNotFoundException extends DevOpsGuruServiceException {
372
+ var ResourceNotFoundException = class _ResourceNotFoundException extends DevOpsGuruServiceException {
373
+ static {
374
+ __name(this, "ResourceNotFoundException");
375
+ }
376
+ name = "ResourceNotFoundException";
377
+ $fault = "client";
378
+ Message;
379
+ /**
380
+ * <p> The ID of the Amazon Web Services resource that could not be found. </p>
381
+ * @public
382
+ */
383
+ ResourceId;
384
+ /**
385
+ * <p> The type of the Amazon Web Services resource that could not be found. </p>
386
+ * @public
387
+ */
388
+ ResourceType;
345
389
  /**
346
390
  * @internal
347
391
  */
@@ -351,17 +395,19 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends DevOps
351
395
  $fault: "client",
352
396
  ...opts
353
397
  });
354
- this.name = "ResourceNotFoundException";
355
- this.$fault = "client";
356
398
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
357
399
  this.Message = opts.Message;
358
400
  this.ResourceId = opts.ResourceId;
359
401
  this.ResourceType = opts.ResourceType;
360
402
  }
361
403
  };
362
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
363
- var ResourceNotFoundException = _ResourceNotFoundException;
364
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends DevOpsGuruServiceException {
404
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends DevOpsGuruServiceException {
405
+ static {
406
+ __name(this, "ServiceQuotaExceededException");
407
+ }
408
+ name = "ServiceQuotaExceededException";
409
+ $fault = "client";
410
+ Message;
365
411
  /**
366
412
  * @internal
367
413
  */
@@ -371,15 +417,33 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
371
417
  $fault: "client",
372
418
  ...opts
373
419
  });
374
- this.name = "ServiceQuotaExceededException";
375
- this.$fault = "client";
376
420
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
377
421
  this.Message = opts.Message;
378
422
  }
379
423
  };
380
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
381
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
382
- var _ThrottlingException = class _ThrottlingException extends DevOpsGuruServiceException {
424
+ var ThrottlingException = class _ThrottlingException extends DevOpsGuruServiceException {
425
+ static {
426
+ __name(this, "ThrottlingException");
427
+ }
428
+ name = "ThrottlingException";
429
+ $fault = "client";
430
+ Message;
431
+ /**
432
+ * <p> The code of the quota that was exceeded, causing the throttling exception. </p>
433
+ * @public
434
+ */
435
+ QuotaCode;
436
+ /**
437
+ * <p> The code of the service that caused the throttling exception. </p>
438
+ * @public
439
+ */
440
+ ServiceCode;
441
+ /**
442
+ * <p> The number of seconds after which the action that caused the throttling exception can
443
+ * be retried. </p>
444
+ * @public
445
+ */
446
+ RetryAfterSeconds;
383
447
  /**
384
448
  * @internal
385
449
  */
@@ -389,8 +453,6 @@ var _ThrottlingException = class _ThrottlingException extends DevOpsGuruServiceE
389
453
  $fault: "client",
390
454
  ...opts
391
455
  });
392
- this.name = "ThrottlingException";
393
- this.$fault = "client";
394
456
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
395
457
  this.Message = opts.Message;
396
458
  this.QuotaCode = opts.QuotaCode;
@@ -398,8 +460,6 @@ var _ThrottlingException = class _ThrottlingException extends DevOpsGuruServiceE
398
460
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
399
461
  }
400
462
  };
401
- __name(_ThrottlingException, "ThrottlingException");
402
- var ThrottlingException = _ThrottlingException;
403
463
  var ValidationExceptionReason = {
404
464
  CANNOT_PARSE: "CANNOT_PARSE",
405
465
  FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
@@ -408,7 +468,27 @@ var ValidationExceptionReason = {
408
468
  PARAMETER_INCONSISTENT_WITH_SERVICE_STATE: "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
409
469
  UNKNOWN_OPERATION: "UNKNOWN_OPERATION"
410
470
  };
411
- var _ValidationException = class _ValidationException extends DevOpsGuruServiceException {
471
+ var ValidationException = class _ValidationException extends DevOpsGuruServiceException {
472
+ static {
473
+ __name(this, "ValidationException");
474
+ }
475
+ name = "ValidationException";
476
+ $fault = "client";
477
+ /**
478
+ * <p> A message that describes the validation exception. </p>
479
+ * @public
480
+ */
481
+ Message;
482
+ /**
483
+ * <p> The reason the validation exception was thrown. </p>
484
+ * @public
485
+ */
486
+ Reason;
487
+ /**
488
+ * <p> An array of fields that are associated with the validation exception. </p>
489
+ * @public
490
+ */
491
+ Fields;
412
492
  /**
413
493
  * @internal
414
494
  */
@@ -418,16 +498,12 @@ var _ValidationException = class _ValidationException extends DevOpsGuruServiceE
418
498
  $fault: "client",
419
499
  ...opts
420
500
  });
421
- this.name = "ValidationException";
422
- this.$fault = "client";
423
501
  Object.setPrototypeOf(this, _ValidationException.prototype);
424
502
  this.Message = opts.Message;
425
503
  this.Reason = opts.Reason;
426
504
  this.Fields = opts.Fields;
427
505
  }
428
506
  };
429
- __name(_ValidationException, "ValidationException");
430
- var ValidationException = _ValidationException;
431
507
  var EventSourceOptInStatus = {
432
508
  DISABLED: "DISABLED",
433
509
  ENABLED: "ENABLED"
@@ -2102,435 +2178,466 @@ var _RAS = "RetryAfterSeconds";
2102
2178
  var _ra = "retry-after";
2103
2179
 
2104
2180
  // src/commands/AddNotificationChannelCommand.ts
2105
- var _AddNotificationChannelCommand = class _AddNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2181
+ var AddNotificationChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2106
2182
  return [
2107
2183
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2108
2184
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2109
2185
  ];
2110
2186
  }).s("CapstoneControlPlaneService", "AddNotificationChannel", {}).n("DevOpsGuruClient", "AddNotificationChannelCommand").f(void 0, void 0).ser(se_AddNotificationChannelCommand).de(de_AddNotificationChannelCommand).build() {
2187
+ static {
2188
+ __name(this, "AddNotificationChannelCommand");
2189
+ }
2111
2190
  };
2112
- __name(_AddNotificationChannelCommand, "AddNotificationChannelCommand");
2113
- var AddNotificationChannelCommand = _AddNotificationChannelCommand;
2114
2191
 
2115
2192
  // src/commands/DeleteInsightCommand.ts
2116
2193
 
2117
2194
 
2118
2195
 
2119
- var _DeleteInsightCommand = class _DeleteInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2196
+ var DeleteInsightCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2120
2197
  return [
2121
2198
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2122
2199
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2123
2200
  ];
2124
2201
  }).s("CapstoneControlPlaneService", "DeleteInsight", {}).n("DevOpsGuruClient", "DeleteInsightCommand").f(void 0, void 0).ser(se_DeleteInsightCommand).de(de_DeleteInsightCommand).build() {
2202
+ static {
2203
+ __name(this, "DeleteInsightCommand");
2204
+ }
2125
2205
  };
2126
- __name(_DeleteInsightCommand, "DeleteInsightCommand");
2127
- var DeleteInsightCommand = _DeleteInsightCommand;
2128
2206
 
2129
2207
  // src/commands/DescribeAccountHealthCommand.ts
2130
2208
 
2131
2209
 
2132
2210
 
2133
- var _DescribeAccountHealthCommand = class _DescribeAccountHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2211
+ var DescribeAccountHealthCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2134
2212
  return [
2135
2213
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2136
2214
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2137
2215
  ];
2138
2216
  }).s("CapstoneControlPlaneService", "DescribeAccountHealth", {}).n("DevOpsGuruClient", "DescribeAccountHealthCommand").f(void 0, void 0).ser(se_DescribeAccountHealthCommand).de(de_DescribeAccountHealthCommand).build() {
2217
+ static {
2218
+ __name(this, "DescribeAccountHealthCommand");
2219
+ }
2139
2220
  };
2140
- __name(_DescribeAccountHealthCommand, "DescribeAccountHealthCommand");
2141
- var DescribeAccountHealthCommand = _DescribeAccountHealthCommand;
2142
2221
 
2143
2222
  // src/commands/DescribeAccountOverviewCommand.ts
2144
2223
 
2145
2224
 
2146
2225
 
2147
- var _DescribeAccountOverviewCommand = class _DescribeAccountOverviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2226
+ var DescribeAccountOverviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2148
2227
  return [
2149
2228
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2150
2229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2151
2230
  ];
2152
2231
  }).s("CapstoneControlPlaneService", "DescribeAccountOverview", {}).n("DevOpsGuruClient", "DescribeAccountOverviewCommand").f(void 0, void 0).ser(se_DescribeAccountOverviewCommand).de(de_DescribeAccountOverviewCommand).build() {
2232
+ static {
2233
+ __name(this, "DescribeAccountOverviewCommand");
2234
+ }
2153
2235
  };
2154
- __name(_DescribeAccountOverviewCommand, "DescribeAccountOverviewCommand");
2155
- var DescribeAccountOverviewCommand = _DescribeAccountOverviewCommand;
2156
2236
 
2157
2237
  // src/commands/DescribeAnomalyCommand.ts
2158
2238
 
2159
2239
 
2160
2240
 
2161
- var _DescribeAnomalyCommand = class _DescribeAnomalyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2241
+ var DescribeAnomalyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2162
2242
  return [
2163
2243
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2164
2244
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2165
2245
  ];
2166
2246
  }).s("CapstoneControlPlaneService", "DescribeAnomaly", {}).n("DevOpsGuruClient", "DescribeAnomalyCommand").f(void 0, void 0).ser(se_DescribeAnomalyCommand).de(de_DescribeAnomalyCommand).build() {
2247
+ static {
2248
+ __name(this, "DescribeAnomalyCommand");
2249
+ }
2167
2250
  };
2168
- __name(_DescribeAnomalyCommand, "DescribeAnomalyCommand");
2169
- var DescribeAnomalyCommand = _DescribeAnomalyCommand;
2170
2251
 
2171
2252
  // src/commands/DescribeEventSourcesConfigCommand.ts
2172
2253
 
2173
2254
 
2174
2255
 
2175
- var _DescribeEventSourcesConfigCommand = class _DescribeEventSourcesConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2256
+ var DescribeEventSourcesConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2176
2257
  return [
2177
2258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2178
2259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2179
2260
  ];
2180
2261
  }).s("CapstoneControlPlaneService", "DescribeEventSourcesConfig", {}).n("DevOpsGuruClient", "DescribeEventSourcesConfigCommand").f(void 0, void 0).ser(se_DescribeEventSourcesConfigCommand).de(de_DescribeEventSourcesConfigCommand).build() {
2262
+ static {
2263
+ __name(this, "DescribeEventSourcesConfigCommand");
2264
+ }
2181
2265
  };
2182
- __name(_DescribeEventSourcesConfigCommand, "DescribeEventSourcesConfigCommand");
2183
- var DescribeEventSourcesConfigCommand = _DescribeEventSourcesConfigCommand;
2184
2266
 
2185
2267
  // src/commands/DescribeFeedbackCommand.ts
2186
2268
 
2187
2269
 
2188
2270
 
2189
- var _DescribeFeedbackCommand = class _DescribeFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2271
+ var DescribeFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2190
2272
  return [
2191
2273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2192
2274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2193
2275
  ];
2194
2276
  }).s("CapstoneControlPlaneService", "DescribeFeedback", {}).n("DevOpsGuruClient", "DescribeFeedbackCommand").f(void 0, void 0).ser(se_DescribeFeedbackCommand).de(de_DescribeFeedbackCommand).build() {
2277
+ static {
2278
+ __name(this, "DescribeFeedbackCommand");
2279
+ }
2195
2280
  };
2196
- __name(_DescribeFeedbackCommand, "DescribeFeedbackCommand");
2197
- var DescribeFeedbackCommand = _DescribeFeedbackCommand;
2198
2281
 
2199
2282
  // src/commands/DescribeInsightCommand.ts
2200
2283
 
2201
2284
 
2202
2285
 
2203
- var _DescribeInsightCommand = class _DescribeInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2286
+ var DescribeInsightCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2204
2287
  return [
2205
2288
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2206
2289
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2207
2290
  ];
2208
2291
  }).s("CapstoneControlPlaneService", "DescribeInsight", {}).n("DevOpsGuruClient", "DescribeInsightCommand").f(void 0, void 0).ser(se_DescribeInsightCommand).de(de_DescribeInsightCommand).build() {
2292
+ static {
2293
+ __name(this, "DescribeInsightCommand");
2294
+ }
2209
2295
  };
2210
- __name(_DescribeInsightCommand, "DescribeInsightCommand");
2211
- var DescribeInsightCommand = _DescribeInsightCommand;
2212
2296
 
2213
2297
  // src/commands/DescribeOrganizationHealthCommand.ts
2214
2298
 
2215
2299
 
2216
2300
 
2217
- var _DescribeOrganizationHealthCommand = class _DescribeOrganizationHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2301
+ var DescribeOrganizationHealthCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2218
2302
  return [
2219
2303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2220
2304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2221
2305
  ];
2222
2306
  }).s("CapstoneControlPlaneService", "DescribeOrganizationHealth", {}).n("DevOpsGuruClient", "DescribeOrganizationHealthCommand").f(void 0, void 0).ser(se_DescribeOrganizationHealthCommand).de(de_DescribeOrganizationHealthCommand).build() {
2307
+ static {
2308
+ __name(this, "DescribeOrganizationHealthCommand");
2309
+ }
2223
2310
  };
2224
- __name(_DescribeOrganizationHealthCommand, "DescribeOrganizationHealthCommand");
2225
- var DescribeOrganizationHealthCommand = _DescribeOrganizationHealthCommand;
2226
2311
 
2227
2312
  // src/commands/DescribeOrganizationOverviewCommand.ts
2228
2313
 
2229
2314
 
2230
2315
 
2231
- var _DescribeOrganizationOverviewCommand = class _DescribeOrganizationOverviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2316
+ var DescribeOrganizationOverviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2232
2317
  return [
2233
2318
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2234
2319
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2235
2320
  ];
2236
2321
  }).s("CapstoneControlPlaneService", "DescribeOrganizationOverview", {}).n("DevOpsGuruClient", "DescribeOrganizationOverviewCommand").f(void 0, void 0).ser(se_DescribeOrganizationOverviewCommand).de(de_DescribeOrganizationOverviewCommand).build() {
2322
+ static {
2323
+ __name(this, "DescribeOrganizationOverviewCommand");
2324
+ }
2237
2325
  };
2238
- __name(_DescribeOrganizationOverviewCommand, "DescribeOrganizationOverviewCommand");
2239
- var DescribeOrganizationOverviewCommand = _DescribeOrganizationOverviewCommand;
2240
2326
 
2241
2327
  // src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts
2242
2328
 
2243
2329
 
2244
2330
 
2245
- var _DescribeOrganizationResourceCollectionHealthCommand = class _DescribeOrganizationResourceCollectionHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2331
+ var DescribeOrganizationResourceCollectionHealthCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2246
2332
  return [
2247
2333
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2248
2334
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2249
2335
  ];
2250
2336
  }).s("CapstoneControlPlaneService", "DescribeOrganizationResourceCollectionHealth", {}).n("DevOpsGuruClient", "DescribeOrganizationResourceCollectionHealthCommand").f(void 0, void 0).ser(se_DescribeOrganizationResourceCollectionHealthCommand).de(de_DescribeOrganizationResourceCollectionHealthCommand).build() {
2337
+ static {
2338
+ __name(this, "DescribeOrganizationResourceCollectionHealthCommand");
2339
+ }
2251
2340
  };
2252
- __name(_DescribeOrganizationResourceCollectionHealthCommand, "DescribeOrganizationResourceCollectionHealthCommand");
2253
- var DescribeOrganizationResourceCollectionHealthCommand = _DescribeOrganizationResourceCollectionHealthCommand;
2254
2341
 
2255
2342
  // src/commands/DescribeResourceCollectionHealthCommand.ts
2256
2343
 
2257
2344
 
2258
2345
 
2259
- var _DescribeResourceCollectionHealthCommand = class _DescribeResourceCollectionHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2346
+ var DescribeResourceCollectionHealthCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2260
2347
  return [
2261
2348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2262
2349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2263
2350
  ];
2264
2351
  }).s("CapstoneControlPlaneService", "DescribeResourceCollectionHealth", {}).n("DevOpsGuruClient", "DescribeResourceCollectionHealthCommand").f(void 0, void 0).ser(se_DescribeResourceCollectionHealthCommand).de(de_DescribeResourceCollectionHealthCommand).build() {
2352
+ static {
2353
+ __name(this, "DescribeResourceCollectionHealthCommand");
2354
+ }
2265
2355
  };
2266
- __name(_DescribeResourceCollectionHealthCommand, "DescribeResourceCollectionHealthCommand");
2267
- var DescribeResourceCollectionHealthCommand = _DescribeResourceCollectionHealthCommand;
2268
2356
 
2269
2357
  // src/commands/DescribeServiceIntegrationCommand.ts
2270
2358
 
2271
2359
 
2272
2360
 
2273
- var _DescribeServiceIntegrationCommand = class _DescribeServiceIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2361
+ var DescribeServiceIntegrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2274
2362
  return [
2275
2363
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2276
2364
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2277
2365
  ];
2278
2366
  }).s("CapstoneControlPlaneService", "DescribeServiceIntegration", {}).n("DevOpsGuruClient", "DescribeServiceIntegrationCommand").f(void 0, void 0).ser(se_DescribeServiceIntegrationCommand).de(de_DescribeServiceIntegrationCommand).build() {
2367
+ static {
2368
+ __name(this, "DescribeServiceIntegrationCommand");
2369
+ }
2279
2370
  };
2280
- __name(_DescribeServiceIntegrationCommand, "DescribeServiceIntegrationCommand");
2281
- var DescribeServiceIntegrationCommand = _DescribeServiceIntegrationCommand;
2282
2371
 
2283
2372
  // src/commands/GetCostEstimationCommand.ts
2284
2373
 
2285
2374
 
2286
2375
 
2287
- var _GetCostEstimationCommand = class _GetCostEstimationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2376
+ var GetCostEstimationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2288
2377
  return [
2289
2378
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2290
2379
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2291
2380
  ];
2292
2381
  }).s("CapstoneControlPlaneService", "GetCostEstimation", {}).n("DevOpsGuruClient", "GetCostEstimationCommand").f(void 0, void 0).ser(se_GetCostEstimationCommand).de(de_GetCostEstimationCommand).build() {
2382
+ static {
2383
+ __name(this, "GetCostEstimationCommand");
2384
+ }
2293
2385
  };
2294
- __name(_GetCostEstimationCommand, "GetCostEstimationCommand");
2295
- var GetCostEstimationCommand = _GetCostEstimationCommand;
2296
2386
 
2297
2387
  // src/commands/GetResourceCollectionCommand.ts
2298
2388
 
2299
2389
 
2300
2390
 
2301
- var _GetResourceCollectionCommand = class _GetResourceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2391
+ var GetResourceCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2302
2392
  return [
2303
2393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2304
2394
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2305
2395
  ];
2306
2396
  }).s("CapstoneControlPlaneService", "GetResourceCollection", {}).n("DevOpsGuruClient", "GetResourceCollectionCommand").f(void 0, void 0).ser(se_GetResourceCollectionCommand).de(de_GetResourceCollectionCommand).build() {
2397
+ static {
2398
+ __name(this, "GetResourceCollectionCommand");
2399
+ }
2307
2400
  };
2308
- __name(_GetResourceCollectionCommand, "GetResourceCollectionCommand");
2309
- var GetResourceCollectionCommand = _GetResourceCollectionCommand;
2310
2401
 
2311
2402
  // src/commands/ListAnomaliesForInsightCommand.ts
2312
2403
 
2313
2404
 
2314
2405
 
2315
- var _ListAnomaliesForInsightCommand = class _ListAnomaliesForInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2406
+ var ListAnomaliesForInsightCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2316
2407
  return [
2317
2408
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2318
2409
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2319
2410
  ];
2320
2411
  }).s("CapstoneControlPlaneService", "ListAnomaliesForInsight", {}).n("DevOpsGuruClient", "ListAnomaliesForInsightCommand").f(void 0, void 0).ser(se_ListAnomaliesForInsightCommand).de(de_ListAnomaliesForInsightCommand).build() {
2412
+ static {
2413
+ __name(this, "ListAnomaliesForInsightCommand");
2414
+ }
2321
2415
  };
2322
- __name(_ListAnomaliesForInsightCommand, "ListAnomaliesForInsightCommand");
2323
- var ListAnomaliesForInsightCommand = _ListAnomaliesForInsightCommand;
2324
2416
 
2325
2417
  // src/commands/ListAnomalousLogGroupsCommand.ts
2326
2418
 
2327
2419
 
2328
2420
 
2329
- var _ListAnomalousLogGroupsCommand = class _ListAnomalousLogGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2421
+ var ListAnomalousLogGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2330
2422
  return [
2331
2423
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2332
2424
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2333
2425
  ];
2334
2426
  }).s("CapstoneControlPlaneService", "ListAnomalousLogGroups", {}).n("DevOpsGuruClient", "ListAnomalousLogGroupsCommand").f(void 0, void 0).ser(se_ListAnomalousLogGroupsCommand).de(de_ListAnomalousLogGroupsCommand).build() {
2427
+ static {
2428
+ __name(this, "ListAnomalousLogGroupsCommand");
2429
+ }
2335
2430
  };
2336
- __name(_ListAnomalousLogGroupsCommand, "ListAnomalousLogGroupsCommand");
2337
- var ListAnomalousLogGroupsCommand = _ListAnomalousLogGroupsCommand;
2338
2431
 
2339
2432
  // src/commands/ListEventsCommand.ts
2340
2433
 
2341
2434
 
2342
2435
 
2343
- var _ListEventsCommand = class _ListEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2436
+ var ListEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2344
2437
  return [
2345
2438
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2346
2439
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2347
2440
  ];
2348
2441
  }).s("CapstoneControlPlaneService", "ListEvents", {}).n("DevOpsGuruClient", "ListEventsCommand").f(void 0, void 0).ser(se_ListEventsCommand).de(de_ListEventsCommand).build() {
2442
+ static {
2443
+ __name(this, "ListEventsCommand");
2444
+ }
2349
2445
  };
2350
- __name(_ListEventsCommand, "ListEventsCommand");
2351
- var ListEventsCommand = _ListEventsCommand;
2352
2446
 
2353
2447
  // src/commands/ListInsightsCommand.ts
2354
2448
 
2355
2449
 
2356
2450
 
2357
- var _ListInsightsCommand = class _ListInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2451
+ var ListInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2358
2452
  return [
2359
2453
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2360
2454
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2361
2455
  ];
2362
2456
  }).s("CapstoneControlPlaneService", "ListInsights", {}).n("DevOpsGuruClient", "ListInsightsCommand").f(void 0, void 0).ser(se_ListInsightsCommand).de(de_ListInsightsCommand).build() {
2457
+ static {
2458
+ __name(this, "ListInsightsCommand");
2459
+ }
2363
2460
  };
2364
- __name(_ListInsightsCommand, "ListInsightsCommand");
2365
- var ListInsightsCommand = _ListInsightsCommand;
2366
2461
 
2367
2462
  // src/commands/ListMonitoredResourcesCommand.ts
2368
2463
 
2369
2464
 
2370
2465
 
2371
- var _ListMonitoredResourcesCommand = class _ListMonitoredResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2466
+ var ListMonitoredResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2372
2467
  return [
2373
2468
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2374
2469
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2375
2470
  ];
2376
2471
  }).s("CapstoneControlPlaneService", "ListMonitoredResources", {}).n("DevOpsGuruClient", "ListMonitoredResourcesCommand").f(void 0, void 0).ser(se_ListMonitoredResourcesCommand).de(de_ListMonitoredResourcesCommand).build() {
2472
+ static {
2473
+ __name(this, "ListMonitoredResourcesCommand");
2474
+ }
2377
2475
  };
2378
- __name(_ListMonitoredResourcesCommand, "ListMonitoredResourcesCommand");
2379
- var ListMonitoredResourcesCommand = _ListMonitoredResourcesCommand;
2380
2476
 
2381
2477
  // src/commands/ListNotificationChannelsCommand.ts
2382
2478
 
2383
2479
 
2384
2480
 
2385
- var _ListNotificationChannelsCommand = class _ListNotificationChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2481
+ var ListNotificationChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2386
2482
  return [
2387
2483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2388
2484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2389
2485
  ];
2390
2486
  }).s("CapstoneControlPlaneService", "ListNotificationChannels", {}).n("DevOpsGuruClient", "ListNotificationChannelsCommand").f(void 0, void 0).ser(se_ListNotificationChannelsCommand).de(de_ListNotificationChannelsCommand).build() {
2487
+ static {
2488
+ __name(this, "ListNotificationChannelsCommand");
2489
+ }
2391
2490
  };
2392
- __name(_ListNotificationChannelsCommand, "ListNotificationChannelsCommand");
2393
- var ListNotificationChannelsCommand = _ListNotificationChannelsCommand;
2394
2491
 
2395
2492
  // src/commands/ListOrganizationInsightsCommand.ts
2396
2493
 
2397
2494
 
2398
2495
 
2399
- var _ListOrganizationInsightsCommand = class _ListOrganizationInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2496
+ var ListOrganizationInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2400
2497
  return [
2401
2498
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2402
2499
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2403
2500
  ];
2404
2501
  }).s("CapstoneControlPlaneService", "ListOrganizationInsights", {}).n("DevOpsGuruClient", "ListOrganizationInsightsCommand").f(void 0, void 0).ser(se_ListOrganizationInsightsCommand).de(de_ListOrganizationInsightsCommand).build() {
2502
+ static {
2503
+ __name(this, "ListOrganizationInsightsCommand");
2504
+ }
2405
2505
  };
2406
- __name(_ListOrganizationInsightsCommand, "ListOrganizationInsightsCommand");
2407
- var ListOrganizationInsightsCommand = _ListOrganizationInsightsCommand;
2408
2506
 
2409
2507
  // src/commands/ListRecommendationsCommand.ts
2410
2508
 
2411
2509
 
2412
2510
 
2413
- var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2511
+ var ListRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2414
2512
  return [
2415
2513
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2416
2514
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2417
2515
  ];
2418
2516
  }).s("CapstoneControlPlaneService", "ListRecommendations", {}).n("DevOpsGuruClient", "ListRecommendationsCommand").f(void 0, void 0).ser(se_ListRecommendationsCommand).de(de_ListRecommendationsCommand).build() {
2517
+ static {
2518
+ __name(this, "ListRecommendationsCommand");
2519
+ }
2419
2520
  };
2420
- __name(_ListRecommendationsCommand, "ListRecommendationsCommand");
2421
- var ListRecommendationsCommand = _ListRecommendationsCommand;
2422
2521
 
2423
2522
  // src/commands/PutFeedbackCommand.ts
2424
2523
 
2425
2524
 
2426
2525
 
2427
- var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2526
+ var PutFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2428
2527
  return [
2429
2528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2430
2529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2431
2530
  ];
2432
2531
  }).s("CapstoneControlPlaneService", "PutFeedback", {}).n("DevOpsGuruClient", "PutFeedbackCommand").f(void 0, void 0).ser(se_PutFeedbackCommand).de(de_PutFeedbackCommand).build() {
2532
+ static {
2533
+ __name(this, "PutFeedbackCommand");
2534
+ }
2433
2535
  };
2434
- __name(_PutFeedbackCommand, "PutFeedbackCommand");
2435
- var PutFeedbackCommand = _PutFeedbackCommand;
2436
2536
 
2437
2537
  // src/commands/RemoveNotificationChannelCommand.ts
2438
2538
 
2439
2539
 
2440
2540
 
2441
- var _RemoveNotificationChannelCommand = class _RemoveNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2541
+ var RemoveNotificationChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2442
2542
  return [
2443
2543
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2444
2544
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2445
2545
  ];
2446
2546
  }).s("CapstoneControlPlaneService", "RemoveNotificationChannel", {}).n("DevOpsGuruClient", "RemoveNotificationChannelCommand").f(void 0, void 0).ser(se_RemoveNotificationChannelCommand).de(de_RemoveNotificationChannelCommand).build() {
2547
+ static {
2548
+ __name(this, "RemoveNotificationChannelCommand");
2549
+ }
2447
2550
  };
2448
- __name(_RemoveNotificationChannelCommand, "RemoveNotificationChannelCommand");
2449
- var RemoveNotificationChannelCommand = _RemoveNotificationChannelCommand;
2450
2551
 
2451
2552
  // src/commands/SearchInsightsCommand.ts
2452
2553
 
2453
2554
 
2454
2555
 
2455
- var _SearchInsightsCommand = class _SearchInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2556
+ var SearchInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2456
2557
  return [
2457
2558
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2458
2559
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2459
2560
  ];
2460
2561
  }).s("CapstoneControlPlaneService", "SearchInsights", {}).n("DevOpsGuruClient", "SearchInsightsCommand").f(void 0, void 0).ser(se_SearchInsightsCommand).de(de_SearchInsightsCommand).build() {
2562
+ static {
2563
+ __name(this, "SearchInsightsCommand");
2564
+ }
2461
2565
  };
2462
- __name(_SearchInsightsCommand, "SearchInsightsCommand");
2463
- var SearchInsightsCommand = _SearchInsightsCommand;
2464
2566
 
2465
2567
  // src/commands/SearchOrganizationInsightsCommand.ts
2466
2568
 
2467
2569
 
2468
2570
 
2469
- var _SearchOrganizationInsightsCommand = class _SearchOrganizationInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2571
+ var SearchOrganizationInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2470
2572
  return [
2471
2573
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2472
2574
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2473
2575
  ];
2474
2576
  }).s("CapstoneControlPlaneService", "SearchOrganizationInsights", {}).n("DevOpsGuruClient", "SearchOrganizationInsightsCommand").f(void 0, void 0).ser(se_SearchOrganizationInsightsCommand).de(de_SearchOrganizationInsightsCommand).build() {
2577
+ static {
2578
+ __name(this, "SearchOrganizationInsightsCommand");
2579
+ }
2475
2580
  };
2476
- __name(_SearchOrganizationInsightsCommand, "SearchOrganizationInsightsCommand");
2477
- var SearchOrganizationInsightsCommand = _SearchOrganizationInsightsCommand;
2478
2581
 
2479
2582
  // src/commands/StartCostEstimationCommand.ts
2480
2583
 
2481
2584
 
2482
2585
 
2483
- var _StartCostEstimationCommand = class _StartCostEstimationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2586
+ var StartCostEstimationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2484
2587
  return [
2485
2588
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2486
2589
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2487
2590
  ];
2488
2591
  }).s("CapstoneControlPlaneService", "StartCostEstimation", {}).n("DevOpsGuruClient", "StartCostEstimationCommand").f(void 0, void 0).ser(se_StartCostEstimationCommand).de(de_StartCostEstimationCommand).build() {
2592
+ static {
2593
+ __name(this, "StartCostEstimationCommand");
2594
+ }
2489
2595
  };
2490
- __name(_StartCostEstimationCommand, "StartCostEstimationCommand");
2491
- var StartCostEstimationCommand = _StartCostEstimationCommand;
2492
2596
 
2493
2597
  // src/commands/UpdateEventSourcesConfigCommand.ts
2494
2598
 
2495
2599
 
2496
2600
 
2497
- var _UpdateEventSourcesConfigCommand = class _UpdateEventSourcesConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2601
+ var UpdateEventSourcesConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2498
2602
  return [
2499
2603
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2500
2604
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2501
2605
  ];
2502
2606
  }).s("CapstoneControlPlaneService", "UpdateEventSourcesConfig", {}).n("DevOpsGuruClient", "UpdateEventSourcesConfigCommand").f(void 0, void 0).ser(se_UpdateEventSourcesConfigCommand).de(de_UpdateEventSourcesConfigCommand).build() {
2607
+ static {
2608
+ __name(this, "UpdateEventSourcesConfigCommand");
2609
+ }
2503
2610
  };
2504
- __name(_UpdateEventSourcesConfigCommand, "UpdateEventSourcesConfigCommand");
2505
- var UpdateEventSourcesConfigCommand = _UpdateEventSourcesConfigCommand;
2506
2611
 
2507
2612
  // src/commands/UpdateResourceCollectionCommand.ts
2508
2613
 
2509
2614
 
2510
2615
 
2511
- var _UpdateResourceCollectionCommand = class _UpdateResourceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2616
+ var UpdateResourceCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2512
2617
  return [
2513
2618
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2514
2619
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2515
2620
  ];
2516
2621
  }).s("CapstoneControlPlaneService", "UpdateResourceCollection", {}).n("DevOpsGuruClient", "UpdateResourceCollectionCommand").f(void 0, void 0).ser(se_UpdateResourceCollectionCommand).de(de_UpdateResourceCollectionCommand).build() {
2622
+ static {
2623
+ __name(this, "UpdateResourceCollectionCommand");
2624
+ }
2517
2625
  };
2518
- __name(_UpdateResourceCollectionCommand, "UpdateResourceCollectionCommand");
2519
- var UpdateResourceCollectionCommand = _UpdateResourceCollectionCommand;
2520
2626
 
2521
2627
  // src/commands/UpdateServiceIntegrationCommand.ts
2522
2628
 
2523
2629
 
2524
2630
 
2525
- var _UpdateServiceIntegrationCommand = class _UpdateServiceIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2631
+ var UpdateServiceIntegrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2526
2632
  return [
2527
2633
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2528
2634
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2529
2635
  ];
2530
2636
  }).s("CapstoneControlPlaneService", "UpdateServiceIntegration", {}).n("DevOpsGuruClient", "UpdateServiceIntegrationCommand").f(void 0, void 0).ser(se_UpdateServiceIntegrationCommand).de(de_UpdateServiceIntegrationCommand).build() {
2637
+ static {
2638
+ __name(this, "UpdateServiceIntegrationCommand");
2639
+ }
2531
2640
  };
2532
- __name(_UpdateServiceIntegrationCommand, "UpdateServiceIntegrationCommand");
2533
- var UpdateServiceIntegrationCommand = _UpdateServiceIntegrationCommand;
2534
2641
 
2535
2642
  // src/DevOpsGuru.ts
2536
2643
  var commands = {
@@ -2566,10 +2673,11 @@ var commands = {
2566
2673
  UpdateResourceCollectionCommand,
2567
2674
  UpdateServiceIntegrationCommand
2568
2675
  };
2569
- var _DevOpsGuru = class _DevOpsGuru extends DevOpsGuruClient {
2676
+ var DevOpsGuru = class extends DevOpsGuruClient {
2677
+ static {
2678
+ __name(this, "DevOpsGuru");
2679
+ }
2570
2680
  };
2571
- __name(_DevOpsGuru, "DevOpsGuru");
2572
- var DevOpsGuru = _DevOpsGuru;
2573
2681
  (0, import_smithy_client.createAggregatedClient)(commands, DevOpsGuru);
2574
2682
 
2575
2683
  // src/pagination/DescribeOrganizationResourceCollectionHealthPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class DevOpsGuruClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,13 +1,14 @@
1
1
  import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ Message;
3
6
  constructor(opts) {
4
7
  super({
5
8
  name: "AccessDeniedException",
6
9
  $fault: "client",
7
10
  ...opts,
8
11
  });
9
- this.name = "AccessDeniedException";
10
- this.$fault = "client";
11
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
13
  this.Message = opts.Message;
13
14
  }
@@ -25,14 +26,17 @@ export const InsightSeverity = {
25
26
  MEDIUM: "MEDIUM",
26
27
  };
27
28
  export class ConflictException extends __BaseException {
29
+ name = "ConflictException";
30
+ $fault = "client";
31
+ Message;
32
+ ResourceId;
33
+ ResourceType;
28
34
  constructor(opts) {
29
35
  super({
30
36
  name: "ConflictException",
31
37
  $fault: "client",
32
38
  ...opts,
33
39
  });
34
- this.name = "ConflictException";
35
- this.$fault = "client";
36
40
  Object.setPrototypeOf(this, ConflictException.prototype);
37
41
  this.Message = opts.Message;
38
42
  this.ResourceId = opts.ResourceId;
@@ -40,28 +44,33 @@ export class ConflictException extends __BaseException {
40
44
  }
41
45
  }
42
46
  export class InternalServerException extends __BaseException {
47
+ name = "InternalServerException";
48
+ $fault = "server";
49
+ Message;
50
+ RetryAfterSeconds;
43
51
  constructor(opts) {
44
52
  super({
45
53
  name: "InternalServerException",
46
54
  $fault: "server",
47
55
  ...opts,
48
56
  });
49
- this.name = "InternalServerException";
50
- this.$fault = "server";
51
57
  Object.setPrototypeOf(this, InternalServerException.prototype);
52
58
  this.Message = opts.Message;
53
59
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
54
60
  }
55
61
  }
56
62
  export class ResourceNotFoundException extends __BaseException {
63
+ name = "ResourceNotFoundException";
64
+ $fault = "client";
65
+ Message;
66
+ ResourceId;
67
+ ResourceType;
57
68
  constructor(opts) {
58
69
  super({
59
70
  name: "ResourceNotFoundException",
60
71
  $fault: "client",
61
72
  ...opts,
62
73
  });
63
- this.name = "ResourceNotFoundException";
64
- this.$fault = "client";
65
74
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
66
75
  this.Message = opts.Message;
67
76
  this.ResourceId = opts.ResourceId;
@@ -69,27 +78,32 @@ export class ResourceNotFoundException extends __BaseException {
69
78
  }
70
79
  }
71
80
  export class ServiceQuotaExceededException extends __BaseException {
81
+ name = "ServiceQuotaExceededException";
82
+ $fault = "client";
83
+ Message;
72
84
  constructor(opts) {
73
85
  super({
74
86
  name: "ServiceQuotaExceededException",
75
87
  $fault: "client",
76
88
  ...opts,
77
89
  });
78
- this.name = "ServiceQuotaExceededException";
79
- this.$fault = "client";
80
90
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
81
91
  this.Message = opts.Message;
82
92
  }
83
93
  }
84
94
  export class ThrottlingException extends __BaseException {
95
+ name = "ThrottlingException";
96
+ $fault = "client";
97
+ Message;
98
+ QuotaCode;
99
+ ServiceCode;
100
+ RetryAfterSeconds;
85
101
  constructor(opts) {
86
102
  super({
87
103
  name: "ThrottlingException",
88
104
  $fault: "client",
89
105
  ...opts,
90
106
  });
91
- this.name = "ThrottlingException";
92
- this.$fault = "client";
93
107
  Object.setPrototypeOf(this, ThrottlingException.prototype);
94
108
  this.Message = opts.Message;
95
109
  this.QuotaCode = opts.QuotaCode;
@@ -106,14 +120,17 @@ export const ValidationExceptionReason = {
106
120
  UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
107
121
  };
108
122
  export class ValidationException extends __BaseException {
123
+ name = "ValidationException";
124
+ $fault = "client";
125
+ Message;
126
+ Reason;
127
+ Fields;
109
128
  constructor(opts) {
110
129
  super({
111
130
  name: "ValidationException",
112
131
  $fault: "client",
113
132
  ...opts,
114
133
  });
115
- this.name = "ValidationException";
116
- this.$fault = "client";
117
134
  Object.setPrototypeOf(this, ValidationException.prototype);
118
135
  this.Message = opts.Message;
119
136
  this.Reason = opts.Reason;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.721.0",
4
+ "version": "3.723.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,58 +20,58 @@
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.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@tsconfig/node16": "16.1.3",
67
- "@types/node": "^16.18.96",
66
+ "@tsconfig/node18": "18.2.4",
67
+ "@types/node": "^18.19.69",
68
68
  "concurrently": "7.0.0",
69
69
  "downlevel-dts": "0.10.1",
70
70
  "rimraf": "3.0.2",
71
- "typescript": "~4.9.5"
71
+ "typescript": "~5.2.2"
72
72
  },
73
73
  "engines": {
74
- "node": ">=16.0.0"
74
+ "node": ">=18.0.0"
75
75
  },
76
76
  "typesVersions": {
77
77
  "<4.0": {