@aws-sdk/client-application-insights 3.649.0 → 3.651.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist-cjs/index.js +33 -99
  2. package/dist-es/commands/AddWorkloadCommand.js +1 -3
  3. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  4. package/dist-es/commands/CreateComponentCommand.js +1 -3
  5. package/dist-es/commands/CreateLogPatternCommand.js +1 -3
  6. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  7. package/dist-es/commands/DeleteComponentCommand.js +1 -3
  8. package/dist-es/commands/DeleteLogPatternCommand.js +1 -3
  9. package/dist-es/commands/DescribeApplicationCommand.js +1 -3
  10. package/dist-es/commands/DescribeComponentCommand.js +1 -3
  11. package/dist-es/commands/DescribeComponentConfigurationCommand.js +1 -3
  12. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +1 -3
  13. package/dist-es/commands/DescribeLogPatternCommand.js +1 -3
  14. package/dist-es/commands/DescribeObservationCommand.js +1 -3
  15. package/dist-es/commands/DescribeProblemCommand.js +1 -3
  16. package/dist-es/commands/DescribeProblemObservationsCommand.js +1 -3
  17. package/dist-es/commands/DescribeWorkloadCommand.js +1 -3
  18. package/dist-es/commands/ListApplicationsCommand.js +1 -3
  19. package/dist-es/commands/ListComponentsCommand.js +1 -3
  20. package/dist-es/commands/ListConfigurationHistoryCommand.js +1 -3
  21. package/dist-es/commands/ListLogPatternSetsCommand.js +1 -3
  22. package/dist-es/commands/ListLogPatternsCommand.js +1 -3
  23. package/dist-es/commands/ListProblemsCommand.js +1 -3
  24. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  25. package/dist-es/commands/ListWorkloadsCommand.js +1 -3
  26. package/dist-es/commands/RemoveWorkloadCommand.js +1 -3
  27. package/dist-es/commands/TagResourceCommand.js +1 -3
  28. package/dist-es/commands/UntagResourceCommand.js +1 -3
  29. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  30. package/dist-es/commands/UpdateComponentCommand.js +1 -3
  31. package/dist-es/commands/UpdateComponentConfigurationCommand.js +1 -3
  32. package/dist-es/commands/UpdateLogPatternCommand.js +1 -3
  33. package/dist-es/commands/UpdateProblemCommand.js +1 -3
  34. package/dist-es/commands/UpdateWorkloadCommand.js +1 -3
  35. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -1426,9 +1426,7 @@ function sharedHeaders(operation) {
1426
1426
  __name(sharedHeaders, "sharedHeaders");
1427
1427
 
1428
1428
  // src/commands/AddWorkloadCommand.ts
1429
- var _AddWorkloadCommand = class _AddWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
1430
- ...commonParams
1431
- }).m(function(Command, cs, config, o) {
1429
+ var _AddWorkloadCommand = class _AddWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1432
1430
  return [
1433
1431
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1434
1432
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1442,9 +1440,7 @@ var AddWorkloadCommand = _AddWorkloadCommand;
1442
1440
 
1443
1441
 
1444
1442
 
1445
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1446
- ...commonParams
1447
- }).m(function(Command, cs, config, o) {
1443
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1448
1444
  return [
1449
1445
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1450
1446
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1458,9 +1454,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1458
1454
 
1459
1455
 
1460
1456
 
1461
- var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1462
- ...commonParams
1463
- }).m(function(Command, cs, config, o) {
1457
+ var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1464
1458
  return [
1465
1459
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1466
1460
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1474,9 +1468,7 @@ var CreateComponentCommand = _CreateComponentCommand;
1474
1468
 
1475
1469
 
1476
1470
 
1477
- var _CreateLogPatternCommand = class _CreateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
1478
- ...commonParams
1479
- }).m(function(Command, cs, config, o) {
1471
+ var _CreateLogPatternCommand = class _CreateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1480
1472
  return [
1481
1473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1482
1474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1490,9 +1482,7 @@ var CreateLogPatternCommand = _CreateLogPatternCommand;
1490
1482
 
1491
1483
 
1492
1484
 
1493
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1494
- ...commonParams
1495
- }).m(function(Command, cs, config, o) {
1485
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1496
1486
  return [
1497
1487
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1498
1488
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1506,9 +1496,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1506
1496
 
1507
1497
 
1508
1498
 
1509
- var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1510
- ...commonParams
1511
- }).m(function(Command, cs, config, o) {
1499
+ var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1512
1500
  return [
1513
1501
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1514
1502
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1522,9 +1510,7 @@ var DeleteComponentCommand = _DeleteComponentCommand;
1522
1510
 
1523
1511
 
1524
1512
 
1525
- var _DeleteLogPatternCommand = class _DeleteLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
1526
- ...commonParams
1527
- }).m(function(Command, cs, config, o) {
1513
+ var _DeleteLogPatternCommand = class _DeleteLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1528
1514
  return [
1529
1515
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1530
1516
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1538,9 +1524,7 @@ var DeleteLogPatternCommand = _DeleteLogPatternCommand;
1538
1524
 
1539
1525
 
1540
1526
 
1541
- var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1542
- ...commonParams
1543
- }).m(function(Command, cs, config, o) {
1527
+ var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1544
1528
  return [
1545
1529
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1546
1530
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1554,9 +1538,7 @@ var DescribeApplicationCommand = _DescribeApplicationCommand;
1554
1538
 
1555
1539
 
1556
1540
 
1557
- var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1558
- ...commonParams
1559
- }).m(function(Command, cs, config, o) {
1541
+ var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1560
1542
  return [
1561
1543
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1562
1544
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1570,9 +1552,7 @@ var DescribeComponentCommand = _DescribeComponentCommand;
1570
1552
 
1571
1553
 
1572
1554
 
1573
- var _DescribeComponentConfigurationCommand = class _DescribeComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1574
- ...commonParams
1575
- }).m(function(Command, cs, config, o) {
1555
+ var _DescribeComponentConfigurationCommand = class _DescribeComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1576
1556
  return [
1577
1557
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1578
1558
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1586,9 +1566,7 @@ var DescribeComponentConfigurationCommand = _DescribeComponentConfigurationComma
1586
1566
 
1587
1567
 
1588
1568
 
1589
- var _DescribeComponentConfigurationRecommendationCommand = class _DescribeComponentConfigurationRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
1590
- ...commonParams
1591
- }).m(function(Command, cs, config, o) {
1569
+ var _DescribeComponentConfigurationRecommendationCommand = class _DescribeComponentConfigurationRecommendationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1592
1570
  return [
1593
1571
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1594
1572
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1602,9 +1580,7 @@ var DescribeComponentConfigurationRecommendationCommand = _DescribeComponentConf
1602
1580
 
1603
1581
 
1604
1582
 
1605
- var _DescribeLogPatternCommand = class _DescribeLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
1606
- ...commonParams
1607
- }).m(function(Command, cs, config, o) {
1583
+ var _DescribeLogPatternCommand = class _DescribeLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1608
1584
  return [
1609
1585
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1610
1586
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1618,9 +1594,7 @@ var DescribeLogPatternCommand = _DescribeLogPatternCommand;
1618
1594
 
1619
1595
 
1620
1596
 
1621
- var _DescribeObservationCommand = class _DescribeObservationCommand extends import_smithy_client.Command.classBuilder().ep({
1622
- ...commonParams
1623
- }).m(function(Command, cs, config, o) {
1597
+ var _DescribeObservationCommand = class _DescribeObservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1624
1598
  return [
1625
1599
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1626
1600
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1634,9 +1608,7 @@ var DescribeObservationCommand = _DescribeObservationCommand;
1634
1608
 
1635
1609
 
1636
1610
 
1637
- var _DescribeProblemCommand = class _DescribeProblemCommand extends import_smithy_client.Command.classBuilder().ep({
1638
- ...commonParams
1639
- }).m(function(Command, cs, config, o) {
1611
+ var _DescribeProblemCommand = class _DescribeProblemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1640
1612
  return [
1641
1613
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1642
1614
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1650,9 +1622,7 @@ var DescribeProblemCommand = _DescribeProblemCommand;
1650
1622
 
1651
1623
 
1652
1624
 
1653
- var _DescribeProblemObservationsCommand = class _DescribeProblemObservationsCommand extends import_smithy_client.Command.classBuilder().ep({
1654
- ...commonParams
1655
- }).m(function(Command, cs, config, o) {
1625
+ var _DescribeProblemObservationsCommand = class _DescribeProblemObservationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1656
1626
  return [
1657
1627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1658
1628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1666,9 +1636,7 @@ var DescribeProblemObservationsCommand = _DescribeProblemObservationsCommand;
1666
1636
 
1667
1637
 
1668
1638
 
1669
- var _DescribeWorkloadCommand = class _DescribeWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
1670
- ...commonParams
1671
- }).m(function(Command, cs, config, o) {
1639
+ var _DescribeWorkloadCommand = class _DescribeWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1672
1640
  return [
1673
1641
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1674
1642
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1682,9 +1650,7 @@ var DescribeWorkloadCommand = _DescribeWorkloadCommand;
1682
1650
 
1683
1651
 
1684
1652
 
1685
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1686
- ...commonParams
1687
- }).m(function(Command, cs, config, o) {
1653
+ var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1688
1654
  return [
1689
1655
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1690
1656
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1698,9 +1664,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1698
1664
 
1699
1665
 
1700
1666
 
1701
- var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
1702
- ...commonParams
1703
- }).m(function(Command, cs, config, o) {
1667
+ var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1704
1668
  return [
1705
1669
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1706
1670
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1714,9 +1678,7 @@ var ListComponentsCommand = _ListComponentsCommand;
1714
1678
 
1715
1679
 
1716
1680
 
1717
- var _ListConfigurationHistoryCommand = class _ListConfigurationHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
1718
- ...commonParams
1719
- }).m(function(Command, cs, config, o) {
1681
+ var _ListConfigurationHistoryCommand = class _ListConfigurationHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1720
1682
  return [
1721
1683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1722
1684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1730,9 +1692,7 @@ var ListConfigurationHistoryCommand = _ListConfigurationHistoryCommand;
1730
1692
 
1731
1693
 
1732
1694
 
1733
- var _ListLogPatternsCommand = class _ListLogPatternsCommand extends import_smithy_client.Command.classBuilder().ep({
1734
- ...commonParams
1735
- }).m(function(Command, cs, config, o) {
1695
+ var _ListLogPatternsCommand = class _ListLogPatternsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1736
1696
  return [
1737
1697
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1738
1698
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1746,9 +1706,7 @@ var ListLogPatternsCommand = _ListLogPatternsCommand;
1746
1706
 
1747
1707
 
1748
1708
 
1749
- var _ListLogPatternSetsCommand = class _ListLogPatternSetsCommand extends import_smithy_client.Command.classBuilder().ep({
1750
- ...commonParams
1751
- }).m(function(Command, cs, config, o) {
1709
+ var _ListLogPatternSetsCommand = class _ListLogPatternSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1752
1710
  return [
1753
1711
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1754
1712
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1762,9 +1720,7 @@ var ListLogPatternSetsCommand = _ListLogPatternSetsCommand;
1762
1720
 
1763
1721
 
1764
1722
 
1765
- var _ListProblemsCommand = class _ListProblemsCommand extends import_smithy_client.Command.classBuilder().ep({
1766
- ...commonParams
1767
- }).m(function(Command, cs, config, o) {
1723
+ var _ListProblemsCommand = class _ListProblemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1768
1724
  return [
1769
1725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1770
1726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1778,9 +1734,7 @@ var ListProblemsCommand = _ListProblemsCommand;
1778
1734
 
1779
1735
 
1780
1736
 
1781
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1782
- ...commonParams
1783
- }).m(function(Command, cs, config, o) {
1737
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1784
1738
  return [
1785
1739
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1786
1740
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1794,9 +1748,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1794
1748
 
1795
1749
 
1796
1750
 
1797
- var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep({
1798
- ...commonParams
1799
- }).m(function(Command, cs, config, o) {
1751
+ var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1800
1752
  return [
1801
1753
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1802
1754
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1810,9 +1762,7 @@ var ListWorkloadsCommand = _ListWorkloadsCommand;
1810
1762
 
1811
1763
 
1812
1764
 
1813
- var _RemoveWorkloadCommand = class _RemoveWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
1814
- ...commonParams
1815
- }).m(function(Command, cs, config, o) {
1765
+ var _RemoveWorkloadCommand = class _RemoveWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1816
1766
  return [
1817
1767
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1818
1768
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1826,9 +1776,7 @@ var RemoveWorkloadCommand = _RemoveWorkloadCommand;
1826
1776
 
1827
1777
 
1828
1778
 
1829
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1830
- ...commonParams
1831
- }).m(function(Command, cs, config, o) {
1779
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1832
1780
  return [
1833
1781
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1834
1782
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1842,9 +1790,7 @@ var TagResourceCommand = _TagResourceCommand;
1842
1790
 
1843
1791
 
1844
1792
 
1845
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1846
- ...commonParams
1847
- }).m(function(Command, cs, config, o) {
1793
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1848
1794
  return [
1849
1795
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1850
1796
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1858,9 +1804,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1858
1804
 
1859
1805
 
1860
1806
 
1861
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1862
- ...commonParams
1863
- }).m(function(Command, cs, config, o) {
1807
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1864
1808
  return [
1865
1809
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1866
1810
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1874,9 +1818,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
1874
1818
 
1875
1819
 
1876
1820
 
1877
- var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1878
- ...commonParams
1879
- }).m(function(Command, cs, config, o) {
1821
+ var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1880
1822
  return [
1881
1823
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1882
1824
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1890,9 +1832,7 @@ var UpdateComponentCommand = _UpdateComponentCommand;
1890
1832
 
1891
1833
 
1892
1834
 
1893
- var _UpdateComponentConfigurationCommand = class _UpdateComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1894
- ...commonParams
1895
- }).m(function(Command, cs, config, o) {
1835
+ var _UpdateComponentConfigurationCommand = class _UpdateComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1896
1836
  return [
1897
1837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1898
1838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1906,9 +1846,7 @@ var UpdateComponentConfigurationCommand = _UpdateComponentConfigurationCommand;
1906
1846
 
1907
1847
 
1908
1848
 
1909
- var _UpdateLogPatternCommand = class _UpdateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
1910
- ...commonParams
1911
- }).m(function(Command, cs, config, o) {
1849
+ var _UpdateLogPatternCommand = class _UpdateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1912
1850
  return [
1913
1851
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1914
1852
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1922,9 +1860,7 @@ var UpdateLogPatternCommand = _UpdateLogPatternCommand;
1922
1860
 
1923
1861
 
1924
1862
 
1925
- var _UpdateProblemCommand = class _UpdateProblemCommand extends import_smithy_client.Command.classBuilder().ep({
1926
- ...commonParams
1927
- }).m(function(Command, cs, config, o) {
1863
+ var _UpdateProblemCommand = class _UpdateProblemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1928
1864
  return [
1929
1865
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1930
1866
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1938,9 +1874,7 @@ var UpdateProblemCommand = _UpdateProblemCommand;
1938
1874
 
1939
1875
 
1940
1876
 
1941
- var _UpdateWorkloadCommand = class _UpdateWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
1942
- ...commonParams
1943
- }).m(function(Command, cs, config, o) {
1877
+ var _UpdateWorkloadCommand = class _UpdateWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1944
1878
  return [
1945
1879
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1946
1880
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AddWorkloadCommand, se_AddWorkloadCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class AddWorkloadCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateLogPatternCommand, se_CreateLogPatternCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateLogPatternCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLogPatternCommand, se_DeleteLogPatternCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteLogPatternCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeComponentCommand, se_DescribeComponentCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeComponentConfigurationCommand, se_DescribeComponentConfigura
6
6
  export { $Command };
7
7
  export class DescribeComponentConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeComponentConfigurationRecommendationCommand, se_DescribeComp
6
6
  export { $Command };
7
7
  export class DescribeComponentConfigurationRecommendationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLogPatternCommand, se_DescribeLogPatternCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeLogPatternCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeObservationCommand, se_DescribeObservationCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeObservationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeProblemCommand, se_DescribeProblemCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeProblemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeProblemObservationsCommand, se_DescribeProblemObservationsCo
6
6
  export { $Command };
7
7
  export class DescribeProblemObservationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeWorkloadCommand, se_DescribeWorkloadCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeWorkloadCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListApplicationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListComponentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConfigurationHistoryCommand, se_ListConfigurationHistoryCommand
6
6
  export { $Command };
7
7
  export class ListConfigurationHistoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLogPatternSetsCommand, se_ListLogPatternSetsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListLogPatternSetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLogPatternsCommand, se_ListLogPatternsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListLogPatternsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListProblemsCommand, se_ListProblemsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListProblemsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListWorkloadsCommand, se_ListWorkloadsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListWorkloadsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveWorkloadCommand, se_RemoveWorkloadCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class RemoveWorkloadCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class UpdateComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateComponentConfigurationCommand, se_UpdateComponentConfiguration
6
6
  export { $Command };
7
7
  export class UpdateComponentConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateLogPatternCommand, se_UpdateLogPatternCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateLogPatternCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateProblemCommand, se_UpdateProblemCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateProblemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateWorkloadCommand, se_UpdateWorkloadCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateWorkloadCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.651.1",
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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",