@aws-sdk/client-application-insights 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
@@ -188,7 +188,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
188
188
  }, "resolveRuntimeExtensions");
189
189
 
190
190
  // src/ApplicationInsightsClient.ts
191
- var _ApplicationInsightsClient = class _ApplicationInsightsClient extends import_smithy_client.Client {
191
+ var ApplicationInsightsClient = class extends import_smithy_client.Client {
192
+ static {
193
+ __name(this, "ApplicationInsightsClient");
194
+ }
195
+ /**
196
+ * The resolved configuration of ApplicationInsightsClient class. This is resolved and normalized from the {@link ApplicationInsightsClientConfig | constructor configuration interface}.
197
+ */
198
+ config;
192
199
  constructor(...[configuration]) {
193
200
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
194
201
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -198,7 +205,7 @@ var _ApplicationInsightsClient = class _ApplicationInsightsClient extends import
198
205
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
199
206
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
200
207
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
201
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
208
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
202
209
  super(_config_8);
203
210
  this.config = _config_8;
204
211
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -226,8 +233,6 @@ var _ApplicationInsightsClient = class _ApplicationInsightsClient extends import
226
233
  super.destroy();
227
234
  }
228
235
  };
229
- __name(_ApplicationInsightsClient, "ApplicationInsightsClient");
230
- var ApplicationInsightsClient = _ApplicationInsightsClient;
231
236
 
232
237
  // src/ApplicationInsights.ts
233
238
 
@@ -244,7 +249,10 @@ var import_core2 = require("@aws-sdk/core");
244
249
 
245
250
  // src/models/ApplicationInsightsServiceException.ts
246
251
 
247
- var _ApplicationInsightsServiceException = class _ApplicationInsightsServiceException extends import_smithy_client.ServiceException {
252
+ var ApplicationInsightsServiceException = class _ApplicationInsightsServiceException extends import_smithy_client.ServiceException {
253
+ static {
254
+ __name(this, "ApplicationInsightsServiceException");
255
+ }
248
256
  /**
249
257
  * @internal
250
258
  */
@@ -253,11 +261,15 @@ var _ApplicationInsightsServiceException = class _ApplicationInsightsServiceExce
253
261
  Object.setPrototypeOf(this, _ApplicationInsightsServiceException.prototype);
254
262
  }
255
263
  };
256
- __name(_ApplicationInsightsServiceException, "ApplicationInsightsServiceException");
257
- var ApplicationInsightsServiceException = _ApplicationInsightsServiceException;
258
264
 
259
265
  // src/models/models_0.ts
260
- var _AccessDeniedException = class _AccessDeniedException extends ApplicationInsightsServiceException {
266
+ var AccessDeniedException = class _AccessDeniedException extends ApplicationInsightsServiceException {
267
+ static {
268
+ __name(this, "AccessDeniedException");
269
+ }
270
+ name = "AccessDeniedException";
271
+ $fault = "client";
272
+ Message;
261
273
  /**
262
274
  * @internal
263
275
  */
@@ -267,14 +279,10 @@ var _AccessDeniedException = class _AccessDeniedException extends ApplicationIns
267
279
  $fault: "client",
268
280
  ...opts
269
281
  });
270
- this.name = "AccessDeniedException";
271
- this.$fault = "client";
272
282
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
273
283
  this.Message = opts.Message;
274
284
  }
275
285
  };
276
- __name(_AccessDeniedException, "AccessDeniedException");
277
- var AccessDeniedException = _AccessDeniedException;
278
286
  var Tier = {
279
287
  ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY",
280
288
  CUSTOM: "CUSTOM",
@@ -300,7 +308,13 @@ var Tier = {
300
308
  SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP: "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP",
301
309
  SQL_SERVER_FAILOVER_CLUSTER_INSTANCE: "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
302
310
  };
303
- var _InternalServerException = class _InternalServerException extends ApplicationInsightsServiceException {
311
+ var InternalServerException = class _InternalServerException extends ApplicationInsightsServiceException {
312
+ static {
313
+ __name(this, "InternalServerException");
314
+ }
315
+ name = "InternalServerException";
316
+ $fault = "server";
317
+ Message;
304
318
  /**
305
319
  * @internal
306
320
  */
@@ -310,15 +324,17 @@ var _InternalServerException = class _InternalServerException extends Applicatio
310
324
  $fault: "server",
311
325
  ...opts
312
326
  });
313
- this.name = "InternalServerException";
314
- this.$fault = "server";
315
327
  Object.setPrototypeOf(this, _InternalServerException.prototype);
316
328
  this.Message = opts.Message;
317
329
  }
318
330
  };
319
- __name(_InternalServerException, "InternalServerException");
320
- var InternalServerException = _InternalServerException;
321
- var _ResourceInUseException = class _ResourceInUseException extends ApplicationInsightsServiceException {
331
+ var ResourceInUseException = class _ResourceInUseException extends ApplicationInsightsServiceException {
332
+ static {
333
+ __name(this, "ResourceInUseException");
334
+ }
335
+ name = "ResourceInUseException";
336
+ $fault = "client";
337
+ Message;
322
338
  /**
323
339
  * @internal
324
340
  */
@@ -328,15 +344,17 @@ var _ResourceInUseException = class _ResourceInUseException extends ApplicationI
328
344
  $fault: "client",
329
345
  ...opts
330
346
  });
331
- this.name = "ResourceInUseException";
332
- this.$fault = "client";
333
347
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
334
348
  this.Message = opts.Message;
335
349
  }
336
350
  };
337
- __name(_ResourceInUseException, "ResourceInUseException");
338
- var ResourceInUseException = _ResourceInUseException;
339
- var _ResourceNotFoundException = class _ResourceNotFoundException extends ApplicationInsightsServiceException {
351
+ var ResourceNotFoundException = class _ResourceNotFoundException extends ApplicationInsightsServiceException {
352
+ static {
353
+ __name(this, "ResourceNotFoundException");
354
+ }
355
+ name = "ResourceNotFoundException";
356
+ $fault = "client";
357
+ Message;
340
358
  /**
341
359
  * @internal
342
360
  */
@@ -346,15 +364,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Applic
346
364
  $fault: "client",
347
365
  ...opts
348
366
  });
349
- this.name = "ResourceNotFoundException";
350
- this.$fault = "client";
351
367
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
352
368
  this.Message = opts.Message;
353
369
  }
354
370
  };
355
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
356
- var ResourceNotFoundException = _ResourceNotFoundException;
357
- var _ValidationException = class _ValidationException extends ApplicationInsightsServiceException {
371
+ var ValidationException = class _ValidationException extends ApplicationInsightsServiceException {
372
+ static {
373
+ __name(this, "ValidationException");
374
+ }
375
+ name = "ValidationException";
376
+ $fault = "client";
377
+ Message;
358
378
  /**
359
379
  * @internal
360
380
  */
@@ -364,14 +384,10 @@ var _ValidationException = class _ValidationException extends ApplicationInsight
364
384
  $fault: "client",
365
385
  ...opts
366
386
  });
367
- this.name = "ValidationException";
368
- this.$fault = "client";
369
387
  Object.setPrototypeOf(this, _ValidationException.prototype);
370
388
  this.Message = opts.Message;
371
389
  }
372
390
  };
373
- __name(_ValidationException, "ValidationException");
374
- var ValidationException = _ValidationException;
375
391
  var OsType = {
376
392
  LINUX: "LINUX",
377
393
  WINDOWS: "WINDOWS"
@@ -380,7 +396,13 @@ var DiscoveryType = {
380
396
  ACCOUNT_BASED: "ACCOUNT_BASED",
381
397
  RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED"
382
398
  };
383
- var _BadRequestException = class _BadRequestException extends ApplicationInsightsServiceException {
399
+ var BadRequestException = class _BadRequestException extends ApplicationInsightsServiceException {
400
+ static {
401
+ __name(this, "BadRequestException");
402
+ }
403
+ name = "BadRequestException";
404
+ $fault = "client";
405
+ Message;
384
406
  /**
385
407
  * @internal
386
408
  */
@@ -390,14 +412,10 @@ var _BadRequestException = class _BadRequestException extends ApplicationInsight
390
412
  $fault: "client",
391
413
  ...opts
392
414
  });
393
- this.name = "BadRequestException";
394
- this.$fault = "client";
395
415
  Object.setPrototypeOf(this, _BadRequestException.prototype);
396
416
  this.Message = opts.Message;
397
417
  }
398
418
  };
399
- __name(_BadRequestException, "BadRequestException");
400
- var BadRequestException = _BadRequestException;
401
419
  var CloudWatchEventSource = {
402
420
  CODE_DEPLOY: "CODE_DEPLOY",
403
421
  EC2: "EC2",
@@ -418,7 +436,13 @@ var ConfigurationEventStatus = {
418
436
  var GroupingType = {
419
437
  ACCOUNT_BASED: "ACCOUNT_BASED"
420
438
  };
421
- var _TagsAlreadyExistException = class _TagsAlreadyExistException extends ApplicationInsightsServiceException {
439
+ var TagsAlreadyExistException = class _TagsAlreadyExistException extends ApplicationInsightsServiceException {
440
+ static {
441
+ __name(this, "TagsAlreadyExistException");
442
+ }
443
+ name = "TagsAlreadyExistException";
444
+ $fault = "client";
445
+ Message;
422
446
  /**
423
447
  * @internal
424
448
  */
@@ -428,14 +452,10 @@ var _TagsAlreadyExistException = class _TagsAlreadyExistException extends Applic
428
452
  $fault: "client",
429
453
  ...opts
430
454
  });
431
- this.name = "TagsAlreadyExistException";
432
- this.$fault = "client";
433
455
  Object.setPrototypeOf(this, _TagsAlreadyExistException.prototype);
434
456
  this.Message = opts.Message;
435
457
  }
436
458
  };
437
- __name(_TagsAlreadyExistException, "TagsAlreadyExistException");
438
- var TagsAlreadyExistException = _TagsAlreadyExistException;
439
459
  var RecommendationType = {
440
460
  ALL: "ALL",
441
461
  INFRA_ONLY: "INFRA_ONLY",
@@ -476,7 +496,18 @@ var Visibility = {
476
496
  IGNORED: "IGNORED",
477
497
  VISIBLE: "VISIBLE"
478
498
  };
479
- var _TooManyTagsException = class _TooManyTagsException extends ApplicationInsightsServiceException {
499
+ var TooManyTagsException = class _TooManyTagsException extends ApplicationInsightsServiceException {
500
+ static {
501
+ __name(this, "TooManyTagsException");
502
+ }
503
+ name = "TooManyTagsException";
504
+ $fault = "client";
505
+ Message;
506
+ /**
507
+ * <p>The name of the resource with too many tags.</p>
508
+ * @public
509
+ */
510
+ ResourceName;
480
511
  /**
481
512
  * @internal
482
513
  */
@@ -486,15 +517,11 @@ var _TooManyTagsException = class _TooManyTagsException extends ApplicationInsig
486
517
  $fault: "client",
487
518
  ...opts
488
519
  });
489
- this.name = "TooManyTagsException";
490
- this.$fault = "client";
491
520
  Object.setPrototypeOf(this, _TooManyTagsException.prototype);
492
521
  this.Message = opts.Message;
493
522
  this.ResourceName = opts.ResourceName;
494
523
  }
495
524
  };
496
- __name(_TooManyTagsException, "TooManyTagsException");
497
- var TooManyTagsException = _TooManyTagsException;
498
525
  var UpdateStatus = {
499
526
  RESOLVED: "RESOLVED"
500
527
  };
@@ -1430,463 +1457,496 @@ function sharedHeaders(operation) {
1430
1457
  __name(sharedHeaders, "sharedHeaders");
1431
1458
 
1432
1459
  // src/commands/AddWorkloadCommand.ts
1433
- var _AddWorkloadCommand = class _AddWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1460
+ var AddWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1434
1461
  return [
1435
1462
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1436
1463
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1437
1464
  ];
1438
1465
  }).s("EC2WindowsBarleyService", "AddWorkload", {}).n("ApplicationInsightsClient", "AddWorkloadCommand").f(void 0, void 0).ser(se_AddWorkloadCommand).de(de_AddWorkloadCommand).build() {
1466
+ static {
1467
+ __name(this, "AddWorkloadCommand");
1468
+ }
1439
1469
  };
1440
- __name(_AddWorkloadCommand, "AddWorkloadCommand");
1441
- var AddWorkloadCommand = _AddWorkloadCommand;
1442
1470
 
1443
1471
  // src/commands/CreateApplicationCommand.ts
1444
1472
 
1445
1473
 
1446
1474
 
1447
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1475
+ var CreateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1448
1476
  return [
1449
1477
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1450
1478
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1451
1479
  ];
1452
1480
  }).s("EC2WindowsBarleyService", "CreateApplication", {}).n("ApplicationInsightsClient", "CreateApplicationCommand").f(void 0, void 0).ser(se_CreateApplicationCommand).de(de_CreateApplicationCommand).build() {
1481
+ static {
1482
+ __name(this, "CreateApplicationCommand");
1483
+ }
1453
1484
  };
1454
- __name(_CreateApplicationCommand, "CreateApplicationCommand");
1455
- var CreateApplicationCommand = _CreateApplicationCommand;
1456
1485
 
1457
1486
  // src/commands/CreateComponentCommand.ts
1458
1487
 
1459
1488
 
1460
1489
 
1461
- var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1490
+ var CreateComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1462
1491
  return [
1463
1492
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1464
1493
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1465
1494
  ];
1466
1495
  }).s("EC2WindowsBarleyService", "CreateComponent", {}).n("ApplicationInsightsClient", "CreateComponentCommand").f(void 0, void 0).ser(se_CreateComponentCommand).de(de_CreateComponentCommand).build() {
1496
+ static {
1497
+ __name(this, "CreateComponentCommand");
1498
+ }
1467
1499
  };
1468
- __name(_CreateComponentCommand, "CreateComponentCommand");
1469
- var CreateComponentCommand = _CreateComponentCommand;
1470
1500
 
1471
1501
  // src/commands/CreateLogPatternCommand.ts
1472
1502
 
1473
1503
 
1474
1504
 
1475
- var _CreateLogPatternCommand = class _CreateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1505
+ var CreateLogPatternCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1476
1506
  return [
1477
1507
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1478
1508
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1479
1509
  ];
1480
1510
  }).s("EC2WindowsBarleyService", "CreateLogPattern", {}).n("ApplicationInsightsClient", "CreateLogPatternCommand").f(void 0, void 0).ser(se_CreateLogPatternCommand).de(de_CreateLogPatternCommand).build() {
1511
+ static {
1512
+ __name(this, "CreateLogPatternCommand");
1513
+ }
1481
1514
  };
1482
- __name(_CreateLogPatternCommand, "CreateLogPatternCommand");
1483
- var CreateLogPatternCommand = _CreateLogPatternCommand;
1484
1515
 
1485
1516
  // src/commands/DeleteApplicationCommand.ts
1486
1517
 
1487
1518
 
1488
1519
 
1489
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1520
+ var DeleteApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1490
1521
  return [
1491
1522
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1492
1523
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1493
1524
  ];
1494
1525
  }).s("EC2WindowsBarleyService", "DeleteApplication", {}).n("ApplicationInsightsClient", "DeleteApplicationCommand").f(void 0, void 0).ser(se_DeleteApplicationCommand).de(de_DeleteApplicationCommand).build() {
1526
+ static {
1527
+ __name(this, "DeleteApplicationCommand");
1528
+ }
1495
1529
  };
1496
- __name(_DeleteApplicationCommand, "DeleteApplicationCommand");
1497
- var DeleteApplicationCommand = _DeleteApplicationCommand;
1498
1530
 
1499
1531
  // src/commands/DeleteComponentCommand.ts
1500
1532
 
1501
1533
 
1502
1534
 
1503
- var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1535
+ var DeleteComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1504
1536
  return [
1505
1537
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1506
1538
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1507
1539
  ];
1508
1540
  }).s("EC2WindowsBarleyService", "DeleteComponent", {}).n("ApplicationInsightsClient", "DeleteComponentCommand").f(void 0, void 0).ser(se_DeleteComponentCommand).de(de_DeleteComponentCommand).build() {
1541
+ static {
1542
+ __name(this, "DeleteComponentCommand");
1543
+ }
1509
1544
  };
1510
- __name(_DeleteComponentCommand, "DeleteComponentCommand");
1511
- var DeleteComponentCommand = _DeleteComponentCommand;
1512
1545
 
1513
1546
  // src/commands/DeleteLogPatternCommand.ts
1514
1547
 
1515
1548
 
1516
1549
 
1517
- var _DeleteLogPatternCommand = class _DeleteLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1550
+ var DeleteLogPatternCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1518
1551
  return [
1519
1552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1520
1553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1521
1554
  ];
1522
1555
  }).s("EC2WindowsBarleyService", "DeleteLogPattern", {}).n("ApplicationInsightsClient", "DeleteLogPatternCommand").f(void 0, void 0).ser(se_DeleteLogPatternCommand).de(de_DeleteLogPatternCommand).build() {
1556
+ static {
1557
+ __name(this, "DeleteLogPatternCommand");
1558
+ }
1523
1559
  };
1524
- __name(_DeleteLogPatternCommand, "DeleteLogPatternCommand");
1525
- var DeleteLogPatternCommand = _DeleteLogPatternCommand;
1526
1560
 
1527
1561
  // src/commands/DescribeApplicationCommand.ts
1528
1562
 
1529
1563
 
1530
1564
 
1531
- var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1565
+ var DescribeApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1532
1566
  return [
1533
1567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1534
1568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1535
1569
  ];
1536
1570
  }).s("EC2WindowsBarleyService", "DescribeApplication", {}).n("ApplicationInsightsClient", "DescribeApplicationCommand").f(void 0, void 0).ser(se_DescribeApplicationCommand).de(de_DescribeApplicationCommand).build() {
1571
+ static {
1572
+ __name(this, "DescribeApplicationCommand");
1573
+ }
1537
1574
  };
1538
- __name(_DescribeApplicationCommand, "DescribeApplicationCommand");
1539
- var DescribeApplicationCommand = _DescribeApplicationCommand;
1540
1575
 
1541
1576
  // src/commands/DescribeComponentCommand.ts
1542
1577
 
1543
1578
 
1544
1579
 
1545
- var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1580
+ var DescribeComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1546
1581
  return [
1547
1582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1548
1583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1549
1584
  ];
1550
1585
  }).s("EC2WindowsBarleyService", "DescribeComponent", {}).n("ApplicationInsightsClient", "DescribeComponentCommand").f(void 0, void 0).ser(se_DescribeComponentCommand).de(de_DescribeComponentCommand).build() {
1586
+ static {
1587
+ __name(this, "DescribeComponentCommand");
1588
+ }
1551
1589
  };
1552
- __name(_DescribeComponentCommand, "DescribeComponentCommand");
1553
- var DescribeComponentCommand = _DescribeComponentCommand;
1554
1590
 
1555
1591
  // src/commands/DescribeComponentConfigurationCommand.ts
1556
1592
 
1557
1593
 
1558
1594
 
1559
- var _DescribeComponentConfigurationCommand = class _DescribeComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1595
+ var DescribeComponentConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1560
1596
  return [
1561
1597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1562
1598
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1563
1599
  ];
1564
1600
  }).s("EC2WindowsBarleyService", "DescribeComponentConfiguration", {}).n("ApplicationInsightsClient", "DescribeComponentConfigurationCommand").f(void 0, void 0).ser(se_DescribeComponentConfigurationCommand).de(de_DescribeComponentConfigurationCommand).build() {
1601
+ static {
1602
+ __name(this, "DescribeComponentConfigurationCommand");
1603
+ }
1565
1604
  };
1566
- __name(_DescribeComponentConfigurationCommand, "DescribeComponentConfigurationCommand");
1567
- var DescribeComponentConfigurationCommand = _DescribeComponentConfigurationCommand;
1568
1605
 
1569
1606
  // src/commands/DescribeComponentConfigurationRecommendationCommand.ts
1570
1607
 
1571
1608
 
1572
1609
 
1573
- var _DescribeComponentConfigurationRecommendationCommand = class _DescribeComponentConfigurationRecommendationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1610
+ var DescribeComponentConfigurationRecommendationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1574
1611
  return [
1575
1612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1576
1613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1577
1614
  ];
1578
1615
  }).s("EC2WindowsBarleyService", "DescribeComponentConfigurationRecommendation", {}).n("ApplicationInsightsClient", "DescribeComponentConfigurationRecommendationCommand").f(void 0, void 0).ser(se_DescribeComponentConfigurationRecommendationCommand).de(de_DescribeComponentConfigurationRecommendationCommand).build() {
1616
+ static {
1617
+ __name(this, "DescribeComponentConfigurationRecommendationCommand");
1618
+ }
1579
1619
  };
1580
- __name(_DescribeComponentConfigurationRecommendationCommand, "DescribeComponentConfigurationRecommendationCommand");
1581
- var DescribeComponentConfigurationRecommendationCommand = _DescribeComponentConfigurationRecommendationCommand;
1582
1620
 
1583
1621
  // src/commands/DescribeLogPatternCommand.ts
1584
1622
 
1585
1623
 
1586
1624
 
1587
- var _DescribeLogPatternCommand = class _DescribeLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1625
+ var DescribeLogPatternCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1588
1626
  return [
1589
1627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1590
1628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1591
1629
  ];
1592
1630
  }).s("EC2WindowsBarleyService", "DescribeLogPattern", {}).n("ApplicationInsightsClient", "DescribeLogPatternCommand").f(void 0, void 0).ser(se_DescribeLogPatternCommand).de(de_DescribeLogPatternCommand).build() {
1631
+ static {
1632
+ __name(this, "DescribeLogPatternCommand");
1633
+ }
1593
1634
  };
1594
- __name(_DescribeLogPatternCommand, "DescribeLogPatternCommand");
1595
- var DescribeLogPatternCommand = _DescribeLogPatternCommand;
1596
1635
 
1597
1636
  // src/commands/DescribeObservationCommand.ts
1598
1637
 
1599
1638
 
1600
1639
 
1601
- var _DescribeObservationCommand = class _DescribeObservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1640
+ var DescribeObservationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1602
1641
  return [
1603
1642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1604
1643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1605
1644
  ];
1606
1645
  }).s("EC2WindowsBarleyService", "DescribeObservation", {}).n("ApplicationInsightsClient", "DescribeObservationCommand").f(void 0, void 0).ser(se_DescribeObservationCommand).de(de_DescribeObservationCommand).build() {
1646
+ static {
1647
+ __name(this, "DescribeObservationCommand");
1648
+ }
1607
1649
  };
1608
- __name(_DescribeObservationCommand, "DescribeObservationCommand");
1609
- var DescribeObservationCommand = _DescribeObservationCommand;
1610
1650
 
1611
1651
  // src/commands/DescribeProblemCommand.ts
1612
1652
 
1613
1653
 
1614
1654
 
1615
- var _DescribeProblemCommand = class _DescribeProblemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1655
+ var DescribeProblemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1616
1656
  return [
1617
1657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1618
1658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1619
1659
  ];
1620
1660
  }).s("EC2WindowsBarleyService", "DescribeProblem", {}).n("ApplicationInsightsClient", "DescribeProblemCommand").f(void 0, void 0).ser(se_DescribeProblemCommand).de(de_DescribeProblemCommand).build() {
1661
+ static {
1662
+ __name(this, "DescribeProblemCommand");
1663
+ }
1621
1664
  };
1622
- __name(_DescribeProblemCommand, "DescribeProblemCommand");
1623
- var DescribeProblemCommand = _DescribeProblemCommand;
1624
1665
 
1625
1666
  // src/commands/DescribeProblemObservationsCommand.ts
1626
1667
 
1627
1668
 
1628
1669
 
1629
- var _DescribeProblemObservationsCommand = class _DescribeProblemObservationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1670
+ var DescribeProblemObservationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1630
1671
  return [
1631
1672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1632
1673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1633
1674
  ];
1634
1675
  }).s("EC2WindowsBarleyService", "DescribeProblemObservations", {}).n("ApplicationInsightsClient", "DescribeProblemObservationsCommand").f(void 0, void 0).ser(se_DescribeProblemObservationsCommand).de(de_DescribeProblemObservationsCommand).build() {
1676
+ static {
1677
+ __name(this, "DescribeProblemObservationsCommand");
1678
+ }
1635
1679
  };
1636
- __name(_DescribeProblemObservationsCommand, "DescribeProblemObservationsCommand");
1637
- var DescribeProblemObservationsCommand = _DescribeProblemObservationsCommand;
1638
1680
 
1639
1681
  // src/commands/DescribeWorkloadCommand.ts
1640
1682
 
1641
1683
 
1642
1684
 
1643
- var _DescribeWorkloadCommand = class _DescribeWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1685
+ var DescribeWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1644
1686
  return [
1645
1687
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1646
1688
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1647
1689
  ];
1648
1690
  }).s("EC2WindowsBarleyService", "DescribeWorkload", {}).n("ApplicationInsightsClient", "DescribeWorkloadCommand").f(void 0, void 0).ser(se_DescribeWorkloadCommand).de(de_DescribeWorkloadCommand).build() {
1691
+ static {
1692
+ __name(this, "DescribeWorkloadCommand");
1693
+ }
1649
1694
  };
1650
- __name(_DescribeWorkloadCommand, "DescribeWorkloadCommand");
1651
- var DescribeWorkloadCommand = _DescribeWorkloadCommand;
1652
1695
 
1653
1696
  // src/commands/ListApplicationsCommand.ts
1654
1697
 
1655
1698
 
1656
1699
 
1657
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1700
+ var ListApplicationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1658
1701
  return [
1659
1702
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1660
1703
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1661
1704
  ];
1662
1705
  }).s("EC2WindowsBarleyService", "ListApplications", {}).n("ApplicationInsightsClient", "ListApplicationsCommand").f(void 0, void 0).ser(se_ListApplicationsCommand).de(de_ListApplicationsCommand).build() {
1706
+ static {
1707
+ __name(this, "ListApplicationsCommand");
1708
+ }
1663
1709
  };
1664
- __name(_ListApplicationsCommand, "ListApplicationsCommand");
1665
- var ListApplicationsCommand = _ListApplicationsCommand;
1666
1710
 
1667
1711
  // src/commands/ListComponentsCommand.ts
1668
1712
 
1669
1713
 
1670
1714
 
1671
- var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1715
+ var ListComponentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1672
1716
  return [
1673
1717
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1674
1718
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1675
1719
  ];
1676
1720
  }).s("EC2WindowsBarleyService", "ListComponents", {}).n("ApplicationInsightsClient", "ListComponentsCommand").f(void 0, void 0).ser(se_ListComponentsCommand).de(de_ListComponentsCommand).build() {
1721
+ static {
1722
+ __name(this, "ListComponentsCommand");
1723
+ }
1677
1724
  };
1678
- __name(_ListComponentsCommand, "ListComponentsCommand");
1679
- var ListComponentsCommand = _ListComponentsCommand;
1680
1725
 
1681
1726
  // src/commands/ListConfigurationHistoryCommand.ts
1682
1727
 
1683
1728
 
1684
1729
 
1685
- var _ListConfigurationHistoryCommand = class _ListConfigurationHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1730
+ var ListConfigurationHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1686
1731
  return [
1687
1732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1688
1733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1689
1734
  ];
1690
1735
  }).s("EC2WindowsBarleyService", "ListConfigurationHistory", {}).n("ApplicationInsightsClient", "ListConfigurationHistoryCommand").f(void 0, void 0).ser(se_ListConfigurationHistoryCommand).de(de_ListConfigurationHistoryCommand).build() {
1736
+ static {
1737
+ __name(this, "ListConfigurationHistoryCommand");
1738
+ }
1691
1739
  };
1692
- __name(_ListConfigurationHistoryCommand, "ListConfigurationHistoryCommand");
1693
- var ListConfigurationHistoryCommand = _ListConfigurationHistoryCommand;
1694
1740
 
1695
1741
  // src/commands/ListLogPatternsCommand.ts
1696
1742
 
1697
1743
 
1698
1744
 
1699
- var _ListLogPatternsCommand = class _ListLogPatternsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1745
+ var ListLogPatternsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1700
1746
  return [
1701
1747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1702
1748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1703
1749
  ];
1704
1750
  }).s("EC2WindowsBarleyService", "ListLogPatterns", {}).n("ApplicationInsightsClient", "ListLogPatternsCommand").f(void 0, void 0).ser(se_ListLogPatternsCommand).de(de_ListLogPatternsCommand).build() {
1751
+ static {
1752
+ __name(this, "ListLogPatternsCommand");
1753
+ }
1705
1754
  };
1706
- __name(_ListLogPatternsCommand, "ListLogPatternsCommand");
1707
- var ListLogPatternsCommand = _ListLogPatternsCommand;
1708
1755
 
1709
1756
  // src/commands/ListLogPatternSetsCommand.ts
1710
1757
 
1711
1758
 
1712
1759
 
1713
- var _ListLogPatternSetsCommand = class _ListLogPatternSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1760
+ var ListLogPatternSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1714
1761
  return [
1715
1762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1716
1763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1717
1764
  ];
1718
1765
  }).s("EC2WindowsBarleyService", "ListLogPatternSets", {}).n("ApplicationInsightsClient", "ListLogPatternSetsCommand").f(void 0, void 0).ser(se_ListLogPatternSetsCommand).de(de_ListLogPatternSetsCommand).build() {
1766
+ static {
1767
+ __name(this, "ListLogPatternSetsCommand");
1768
+ }
1719
1769
  };
1720
- __name(_ListLogPatternSetsCommand, "ListLogPatternSetsCommand");
1721
- var ListLogPatternSetsCommand = _ListLogPatternSetsCommand;
1722
1770
 
1723
1771
  // src/commands/ListProblemsCommand.ts
1724
1772
 
1725
1773
 
1726
1774
 
1727
- var _ListProblemsCommand = class _ListProblemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1775
+ var ListProblemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1728
1776
  return [
1729
1777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1730
1778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1731
1779
  ];
1732
1780
  }).s("EC2WindowsBarleyService", "ListProblems", {}).n("ApplicationInsightsClient", "ListProblemsCommand").f(void 0, void 0).ser(se_ListProblemsCommand).de(de_ListProblemsCommand).build() {
1781
+ static {
1782
+ __name(this, "ListProblemsCommand");
1783
+ }
1733
1784
  };
1734
- __name(_ListProblemsCommand, "ListProblemsCommand");
1735
- var ListProblemsCommand = _ListProblemsCommand;
1736
1785
 
1737
1786
  // src/commands/ListTagsForResourceCommand.ts
1738
1787
 
1739
1788
 
1740
1789
 
1741
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1790
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1742
1791
  return [
1743
1792
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1744
1793
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1745
1794
  ];
1746
1795
  }).s("EC2WindowsBarleyService", "ListTagsForResource", {}).n("ApplicationInsightsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1796
+ static {
1797
+ __name(this, "ListTagsForResourceCommand");
1798
+ }
1747
1799
  };
1748
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1749
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1750
1800
 
1751
1801
  // src/commands/ListWorkloadsCommand.ts
1752
1802
 
1753
1803
 
1754
1804
 
1755
- var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1805
+ var ListWorkloadsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1756
1806
  return [
1757
1807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1758
1808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1759
1809
  ];
1760
1810
  }).s("EC2WindowsBarleyService", "ListWorkloads", {}).n("ApplicationInsightsClient", "ListWorkloadsCommand").f(void 0, void 0).ser(se_ListWorkloadsCommand).de(de_ListWorkloadsCommand).build() {
1811
+ static {
1812
+ __name(this, "ListWorkloadsCommand");
1813
+ }
1761
1814
  };
1762
- __name(_ListWorkloadsCommand, "ListWorkloadsCommand");
1763
- var ListWorkloadsCommand = _ListWorkloadsCommand;
1764
1815
 
1765
1816
  // src/commands/RemoveWorkloadCommand.ts
1766
1817
 
1767
1818
 
1768
1819
 
1769
- var _RemoveWorkloadCommand = class _RemoveWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1820
+ var RemoveWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1770
1821
  return [
1771
1822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1772
1823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1773
1824
  ];
1774
1825
  }).s("EC2WindowsBarleyService", "RemoveWorkload", {}).n("ApplicationInsightsClient", "RemoveWorkloadCommand").f(void 0, void 0).ser(se_RemoveWorkloadCommand).de(de_RemoveWorkloadCommand).build() {
1826
+ static {
1827
+ __name(this, "RemoveWorkloadCommand");
1828
+ }
1775
1829
  };
1776
- __name(_RemoveWorkloadCommand, "RemoveWorkloadCommand");
1777
- var RemoveWorkloadCommand = _RemoveWorkloadCommand;
1778
1830
 
1779
1831
  // src/commands/TagResourceCommand.ts
1780
1832
 
1781
1833
 
1782
1834
 
1783
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1835
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1784
1836
  return [
1785
1837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1786
1838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1787
1839
  ];
1788
1840
  }).s("EC2WindowsBarleyService", "TagResource", {}).n("ApplicationInsightsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1841
+ static {
1842
+ __name(this, "TagResourceCommand");
1843
+ }
1789
1844
  };
1790
- __name(_TagResourceCommand, "TagResourceCommand");
1791
- var TagResourceCommand = _TagResourceCommand;
1792
1845
 
1793
1846
  // src/commands/UntagResourceCommand.ts
1794
1847
 
1795
1848
 
1796
1849
 
1797
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1850
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1798
1851
  return [
1799
1852
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1800
1853
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1801
1854
  ];
1802
1855
  }).s("EC2WindowsBarleyService", "UntagResource", {}).n("ApplicationInsightsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1856
+ static {
1857
+ __name(this, "UntagResourceCommand");
1858
+ }
1803
1859
  };
1804
- __name(_UntagResourceCommand, "UntagResourceCommand");
1805
- var UntagResourceCommand = _UntagResourceCommand;
1806
1860
 
1807
1861
  // src/commands/UpdateApplicationCommand.ts
1808
1862
 
1809
1863
 
1810
1864
 
1811
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1865
+ var UpdateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1812
1866
  return [
1813
1867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1814
1868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1815
1869
  ];
1816
1870
  }).s("EC2WindowsBarleyService", "UpdateApplication", {}).n("ApplicationInsightsClient", "UpdateApplicationCommand").f(void 0, void 0).ser(se_UpdateApplicationCommand).de(de_UpdateApplicationCommand).build() {
1871
+ static {
1872
+ __name(this, "UpdateApplicationCommand");
1873
+ }
1817
1874
  };
1818
- __name(_UpdateApplicationCommand, "UpdateApplicationCommand");
1819
- var UpdateApplicationCommand = _UpdateApplicationCommand;
1820
1875
 
1821
1876
  // src/commands/UpdateComponentCommand.ts
1822
1877
 
1823
1878
 
1824
1879
 
1825
- var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1880
+ var UpdateComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1826
1881
  return [
1827
1882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1828
1883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1829
1884
  ];
1830
1885
  }).s("EC2WindowsBarleyService", "UpdateComponent", {}).n("ApplicationInsightsClient", "UpdateComponentCommand").f(void 0, void 0).ser(se_UpdateComponentCommand).de(de_UpdateComponentCommand).build() {
1886
+ static {
1887
+ __name(this, "UpdateComponentCommand");
1888
+ }
1831
1889
  };
1832
- __name(_UpdateComponentCommand, "UpdateComponentCommand");
1833
- var UpdateComponentCommand = _UpdateComponentCommand;
1834
1890
 
1835
1891
  // src/commands/UpdateComponentConfigurationCommand.ts
1836
1892
 
1837
1893
 
1838
1894
 
1839
- var _UpdateComponentConfigurationCommand = class _UpdateComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1895
+ var UpdateComponentConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1840
1896
  return [
1841
1897
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1842
1898
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1843
1899
  ];
1844
1900
  }).s("EC2WindowsBarleyService", "UpdateComponentConfiguration", {}).n("ApplicationInsightsClient", "UpdateComponentConfigurationCommand").f(void 0, void 0).ser(se_UpdateComponentConfigurationCommand).de(de_UpdateComponentConfigurationCommand).build() {
1901
+ static {
1902
+ __name(this, "UpdateComponentConfigurationCommand");
1903
+ }
1845
1904
  };
1846
- __name(_UpdateComponentConfigurationCommand, "UpdateComponentConfigurationCommand");
1847
- var UpdateComponentConfigurationCommand = _UpdateComponentConfigurationCommand;
1848
1905
 
1849
1906
  // src/commands/UpdateLogPatternCommand.ts
1850
1907
 
1851
1908
 
1852
1909
 
1853
- var _UpdateLogPatternCommand = class _UpdateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1910
+ var UpdateLogPatternCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1854
1911
  return [
1855
1912
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1856
1913
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1857
1914
  ];
1858
1915
  }).s("EC2WindowsBarleyService", "UpdateLogPattern", {}).n("ApplicationInsightsClient", "UpdateLogPatternCommand").f(void 0, void 0).ser(se_UpdateLogPatternCommand).de(de_UpdateLogPatternCommand).build() {
1916
+ static {
1917
+ __name(this, "UpdateLogPatternCommand");
1918
+ }
1859
1919
  };
1860
- __name(_UpdateLogPatternCommand, "UpdateLogPatternCommand");
1861
- var UpdateLogPatternCommand = _UpdateLogPatternCommand;
1862
1920
 
1863
1921
  // src/commands/UpdateProblemCommand.ts
1864
1922
 
1865
1923
 
1866
1924
 
1867
- var _UpdateProblemCommand = class _UpdateProblemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1925
+ var UpdateProblemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1868
1926
  return [
1869
1927
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1870
1928
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1871
1929
  ];
1872
1930
  }).s("EC2WindowsBarleyService", "UpdateProblem", {}).n("ApplicationInsightsClient", "UpdateProblemCommand").f(void 0, void 0).ser(se_UpdateProblemCommand).de(de_UpdateProblemCommand).build() {
1931
+ static {
1932
+ __name(this, "UpdateProblemCommand");
1933
+ }
1873
1934
  };
1874
- __name(_UpdateProblemCommand, "UpdateProblemCommand");
1875
- var UpdateProblemCommand = _UpdateProblemCommand;
1876
1935
 
1877
1936
  // src/commands/UpdateWorkloadCommand.ts
1878
1937
 
1879
1938
 
1880
1939
 
1881
- var _UpdateWorkloadCommand = class _UpdateWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1940
+ var UpdateWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1882
1941
  return [
1883
1942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1884
1943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1885
1944
  ];
1886
1945
  }).s("EC2WindowsBarleyService", "UpdateWorkload", {}).n("ApplicationInsightsClient", "UpdateWorkloadCommand").f(void 0, void 0).ser(se_UpdateWorkloadCommand).de(de_UpdateWorkloadCommand).build() {
1946
+ static {
1947
+ __name(this, "UpdateWorkloadCommand");
1948
+ }
1887
1949
  };
1888
- __name(_UpdateWorkloadCommand, "UpdateWorkloadCommand");
1889
- var UpdateWorkloadCommand = _UpdateWorkloadCommand;
1890
1950
 
1891
1951
  // src/ApplicationInsights.ts
1892
1952
  var commands = {
@@ -1924,10 +1984,11 @@ var commands = {
1924
1984
  UpdateProblemCommand,
1925
1985
  UpdateWorkloadCommand
1926
1986
  };
1927
- var _ApplicationInsights = class _ApplicationInsights extends ApplicationInsightsClient {
1987
+ var ApplicationInsights = class extends ApplicationInsightsClient {
1988
+ static {
1989
+ __name(this, "ApplicationInsights");
1990
+ }
1928
1991
  };
1929
- __name(_ApplicationInsights, "ApplicationInsights");
1930
- var ApplicationInsights = _ApplicationInsights;
1931
1992
  (0, import_smithy_client.createAggregatedClient)(commands, ApplicationInsights);
1932
1993
 
1933
1994
  // src/pagination/ListApplicationsPaginator.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 ApplicationInsightsClient 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 { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException";
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
  }
@@ -38,53 +39,57 @@ export const Tier = {
38
39
  SQL_SERVER_FAILOVER_CLUSTER_INSTANCE: "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE",
39
40
  };
40
41
  export class InternalServerException extends __BaseException {
42
+ name = "InternalServerException";
43
+ $fault = "server";
44
+ Message;
41
45
  constructor(opts) {
42
46
  super({
43
47
  name: "InternalServerException",
44
48
  $fault: "server",
45
49
  ...opts,
46
50
  });
47
- this.name = "InternalServerException";
48
- this.$fault = "server";
49
51
  Object.setPrototypeOf(this, InternalServerException.prototype);
50
52
  this.Message = opts.Message;
51
53
  }
52
54
  }
53
55
  export class ResourceInUseException extends __BaseException {
56
+ name = "ResourceInUseException";
57
+ $fault = "client";
58
+ Message;
54
59
  constructor(opts) {
55
60
  super({
56
61
  name: "ResourceInUseException",
57
62
  $fault: "client",
58
63
  ...opts,
59
64
  });
60
- this.name = "ResourceInUseException";
61
- this.$fault = "client";
62
65
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
63
66
  this.Message = opts.Message;
64
67
  }
65
68
  }
66
69
  export class ResourceNotFoundException extends __BaseException {
70
+ name = "ResourceNotFoundException";
71
+ $fault = "client";
72
+ Message;
67
73
  constructor(opts) {
68
74
  super({
69
75
  name: "ResourceNotFoundException",
70
76
  $fault: "client",
71
77
  ...opts,
72
78
  });
73
- this.name = "ResourceNotFoundException";
74
- this.$fault = "client";
75
79
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
76
80
  this.Message = opts.Message;
77
81
  }
78
82
  }
79
83
  export class ValidationException extends __BaseException {
84
+ name = "ValidationException";
85
+ $fault = "client";
86
+ Message;
80
87
  constructor(opts) {
81
88
  super({
82
89
  name: "ValidationException",
83
90
  $fault: "client",
84
91
  ...opts,
85
92
  });
86
- this.name = "ValidationException";
87
- this.$fault = "client";
88
93
  Object.setPrototypeOf(this, ValidationException.prototype);
89
94
  this.Message = opts.Message;
90
95
  }
@@ -98,14 +103,15 @@ export const DiscoveryType = {
98
103
  RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED",
99
104
  };
100
105
  export class BadRequestException extends __BaseException {
106
+ name = "BadRequestException";
107
+ $fault = "client";
108
+ Message;
101
109
  constructor(opts) {
102
110
  super({
103
111
  name: "BadRequestException",
104
112
  $fault: "client",
105
113
  ...opts,
106
114
  });
107
- this.name = "BadRequestException";
108
- this.$fault = "client";
109
115
  Object.setPrototypeOf(this, BadRequestException.prototype);
110
116
  this.Message = opts.Message;
111
117
  }
@@ -131,14 +137,15 @@ export const GroupingType = {
131
137
  ACCOUNT_BASED: "ACCOUNT_BASED",
132
138
  };
133
139
  export class TagsAlreadyExistException extends __BaseException {
140
+ name = "TagsAlreadyExistException";
141
+ $fault = "client";
142
+ Message;
134
143
  constructor(opts) {
135
144
  super({
136
145
  name: "TagsAlreadyExistException",
137
146
  $fault: "client",
138
147
  ...opts,
139
148
  });
140
- this.name = "TagsAlreadyExistException";
141
- this.$fault = "client";
142
149
  Object.setPrototypeOf(this, TagsAlreadyExistException.prototype);
143
150
  this.Message = opts.Message;
144
151
  }
@@ -184,14 +191,16 @@ export const Visibility = {
184
191
  VISIBLE: "VISIBLE",
185
192
  };
186
193
  export class TooManyTagsException extends __BaseException {
194
+ name = "TooManyTagsException";
195
+ $fault = "client";
196
+ Message;
197
+ ResourceName;
187
198
  constructor(opts) {
188
199
  super({
189
200
  name: "TooManyTagsException",
190
201
  $fault: "client",
191
202
  ...opts,
192
203
  });
193
- this.name = "TooManyTagsException";
194
- this.$fault = "client";
195
204
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
196
205
  this.Message = opts.Message;
197
206
  this.ResourceName = opts.ResourceName;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ApplicationInsightsClientConfig)
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: ApplicationInsightsClientConfig)
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: ApplicationInsightsClientConfig)
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: ApplicationInsightsClientConfig)
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;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights 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-application-insights",
@@ -20,56 +20,56 @@
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
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {