@aws-sdk/client-application-insights 3.590.0 → 3.596.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 +0 -33
- package/dist-types/commands/AddWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DescribeObservationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProblemCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListLogPatternsCommand.d.ts +2 -1
- package/dist-types/commands/ListProblemsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProblemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ApplicationInsightsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -242,7 +242,6 @@ var ApplicationInsightsClient = _ApplicationInsightsClient;
|
|
|
242
242
|
|
|
243
243
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
244
244
|
|
|
245
|
-
var import_types = require("@smithy/types");
|
|
246
245
|
|
|
247
246
|
// src/protocols/Aws_json1_1.ts
|
|
248
247
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1449,7 +1448,6 @@ var AddWorkloadCommand = _AddWorkloadCommand;
|
|
|
1449
1448
|
|
|
1450
1449
|
|
|
1451
1450
|
|
|
1452
|
-
|
|
1453
1451
|
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1454
1452
|
...commonParams
|
|
1455
1453
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1466,7 +1464,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1466
1464
|
|
|
1467
1465
|
|
|
1468
1466
|
|
|
1469
|
-
|
|
1470
1467
|
var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1471
1468
|
...commonParams
|
|
1472
1469
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1483,7 +1480,6 @@ var CreateComponentCommand = _CreateComponentCommand;
|
|
|
1483
1480
|
|
|
1484
1481
|
|
|
1485
1482
|
|
|
1486
|
-
|
|
1487
1483
|
var _CreateLogPatternCommand = class _CreateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1488
1484
|
...commonParams
|
|
1489
1485
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1500,7 +1496,6 @@ var CreateLogPatternCommand = _CreateLogPatternCommand;
|
|
|
1500
1496
|
|
|
1501
1497
|
|
|
1502
1498
|
|
|
1503
|
-
|
|
1504
1499
|
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1505
1500
|
...commonParams
|
|
1506
1501
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1517,7 +1512,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
1517
1512
|
|
|
1518
1513
|
|
|
1519
1514
|
|
|
1520
|
-
|
|
1521
1515
|
var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1522
1516
|
...commonParams
|
|
1523
1517
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1534,7 +1528,6 @@ var DeleteComponentCommand = _DeleteComponentCommand;
|
|
|
1534
1528
|
|
|
1535
1529
|
|
|
1536
1530
|
|
|
1537
|
-
|
|
1538
1531
|
var _DeleteLogPatternCommand = class _DeleteLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1539
1532
|
...commonParams
|
|
1540
1533
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1551,7 +1544,6 @@ var DeleteLogPatternCommand = _DeleteLogPatternCommand;
|
|
|
1551
1544
|
|
|
1552
1545
|
|
|
1553
1546
|
|
|
1554
|
-
|
|
1555
1547
|
var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1556
1548
|
...commonParams
|
|
1557
1549
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1568,7 +1560,6 @@ var DescribeApplicationCommand = _DescribeApplicationCommand;
|
|
|
1568
1560
|
|
|
1569
1561
|
|
|
1570
1562
|
|
|
1571
|
-
|
|
1572
1563
|
var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1573
1564
|
...commonParams
|
|
1574
1565
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1585,7 +1576,6 @@ var DescribeComponentCommand = _DescribeComponentCommand;
|
|
|
1585
1576
|
|
|
1586
1577
|
|
|
1587
1578
|
|
|
1588
|
-
|
|
1589
1579
|
var _DescribeComponentConfigurationCommand = class _DescribeComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1590
1580
|
...commonParams
|
|
1591
1581
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1602,7 +1592,6 @@ var DescribeComponentConfigurationCommand = _DescribeComponentConfigurationComma
|
|
|
1602
1592
|
|
|
1603
1593
|
|
|
1604
1594
|
|
|
1605
|
-
|
|
1606
1595
|
var _DescribeComponentConfigurationRecommendationCommand = class _DescribeComponentConfigurationRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1607
1596
|
...commonParams
|
|
1608
1597
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1619,7 +1608,6 @@ var DescribeComponentConfigurationRecommendationCommand = _DescribeComponentConf
|
|
|
1619
1608
|
|
|
1620
1609
|
|
|
1621
1610
|
|
|
1622
|
-
|
|
1623
1611
|
var _DescribeLogPatternCommand = class _DescribeLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1624
1612
|
...commonParams
|
|
1625
1613
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1636,7 +1624,6 @@ var DescribeLogPatternCommand = _DescribeLogPatternCommand;
|
|
|
1636
1624
|
|
|
1637
1625
|
|
|
1638
1626
|
|
|
1639
|
-
|
|
1640
1627
|
var _DescribeObservationCommand = class _DescribeObservationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1641
1628
|
...commonParams
|
|
1642
1629
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1653,7 +1640,6 @@ var DescribeObservationCommand = _DescribeObservationCommand;
|
|
|
1653
1640
|
|
|
1654
1641
|
|
|
1655
1642
|
|
|
1656
|
-
|
|
1657
1643
|
var _DescribeProblemCommand = class _DescribeProblemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1658
1644
|
...commonParams
|
|
1659
1645
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1670,7 +1656,6 @@ var DescribeProblemCommand = _DescribeProblemCommand;
|
|
|
1670
1656
|
|
|
1671
1657
|
|
|
1672
1658
|
|
|
1673
|
-
|
|
1674
1659
|
var _DescribeProblemObservationsCommand = class _DescribeProblemObservationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1675
1660
|
...commonParams
|
|
1676
1661
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1687,7 +1672,6 @@ var DescribeProblemObservationsCommand = _DescribeProblemObservationsCommand;
|
|
|
1687
1672
|
|
|
1688
1673
|
|
|
1689
1674
|
|
|
1690
|
-
|
|
1691
1675
|
var _DescribeWorkloadCommand = class _DescribeWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1692
1676
|
...commonParams
|
|
1693
1677
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1704,7 +1688,6 @@ var DescribeWorkloadCommand = _DescribeWorkloadCommand;
|
|
|
1704
1688
|
|
|
1705
1689
|
|
|
1706
1690
|
|
|
1707
|
-
|
|
1708
1691
|
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1709
1692
|
...commonParams
|
|
1710
1693
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1721,7 +1704,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1721
1704
|
|
|
1722
1705
|
|
|
1723
1706
|
|
|
1724
|
-
|
|
1725
1707
|
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1726
1708
|
...commonParams
|
|
1727
1709
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1738,7 +1720,6 @@ var ListComponentsCommand = _ListComponentsCommand;
|
|
|
1738
1720
|
|
|
1739
1721
|
|
|
1740
1722
|
|
|
1741
|
-
|
|
1742
1723
|
var _ListConfigurationHistoryCommand = class _ListConfigurationHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1743
1724
|
...commonParams
|
|
1744
1725
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1755,7 +1736,6 @@ var ListConfigurationHistoryCommand = _ListConfigurationHistoryCommand;
|
|
|
1755
1736
|
|
|
1756
1737
|
|
|
1757
1738
|
|
|
1758
|
-
|
|
1759
1739
|
var _ListLogPatternsCommand = class _ListLogPatternsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1760
1740
|
...commonParams
|
|
1761
1741
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1772,7 +1752,6 @@ var ListLogPatternsCommand = _ListLogPatternsCommand;
|
|
|
1772
1752
|
|
|
1773
1753
|
|
|
1774
1754
|
|
|
1775
|
-
|
|
1776
1755
|
var _ListLogPatternSetsCommand = class _ListLogPatternSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1777
1756
|
...commonParams
|
|
1778
1757
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1789,7 +1768,6 @@ var ListLogPatternSetsCommand = _ListLogPatternSetsCommand;
|
|
|
1789
1768
|
|
|
1790
1769
|
|
|
1791
1770
|
|
|
1792
|
-
|
|
1793
1771
|
var _ListProblemsCommand = class _ListProblemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1794
1772
|
...commonParams
|
|
1795
1773
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1806,7 +1784,6 @@ var ListProblemsCommand = _ListProblemsCommand;
|
|
|
1806
1784
|
|
|
1807
1785
|
|
|
1808
1786
|
|
|
1809
|
-
|
|
1810
1787
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1811
1788
|
...commonParams
|
|
1812
1789
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1823,7 +1800,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1823
1800
|
|
|
1824
1801
|
|
|
1825
1802
|
|
|
1826
|
-
|
|
1827
1803
|
var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1828
1804
|
...commonParams
|
|
1829
1805
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1840,7 +1816,6 @@ var ListWorkloadsCommand = _ListWorkloadsCommand;
|
|
|
1840
1816
|
|
|
1841
1817
|
|
|
1842
1818
|
|
|
1843
|
-
|
|
1844
1819
|
var _RemoveWorkloadCommand = class _RemoveWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1845
1820
|
...commonParams
|
|
1846
1821
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1857,7 +1832,6 @@ var RemoveWorkloadCommand = _RemoveWorkloadCommand;
|
|
|
1857
1832
|
|
|
1858
1833
|
|
|
1859
1834
|
|
|
1860
|
-
|
|
1861
1835
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1862
1836
|
...commonParams
|
|
1863
1837
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1874,7 +1848,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1874
1848
|
|
|
1875
1849
|
|
|
1876
1850
|
|
|
1877
|
-
|
|
1878
1851
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1879
1852
|
...commonParams
|
|
1880
1853
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1891,7 +1864,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1891
1864
|
|
|
1892
1865
|
|
|
1893
1866
|
|
|
1894
|
-
|
|
1895
1867
|
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1896
1868
|
...commonParams
|
|
1897
1869
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1908,7 +1880,6 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
|
1908
1880
|
|
|
1909
1881
|
|
|
1910
1882
|
|
|
1911
|
-
|
|
1912
1883
|
var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1913
1884
|
...commonParams
|
|
1914
1885
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1925,7 +1896,6 @@ var UpdateComponentCommand = _UpdateComponentCommand;
|
|
|
1925
1896
|
|
|
1926
1897
|
|
|
1927
1898
|
|
|
1928
|
-
|
|
1929
1899
|
var _UpdateComponentConfigurationCommand = class _UpdateComponentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1930
1900
|
...commonParams
|
|
1931
1901
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1942,7 +1912,6 @@ var UpdateComponentConfigurationCommand = _UpdateComponentConfigurationCommand;
|
|
|
1942
1912
|
|
|
1943
1913
|
|
|
1944
1914
|
|
|
1945
|
-
|
|
1946
1915
|
var _UpdateLogPatternCommand = class _UpdateLogPatternCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1947
1916
|
...commonParams
|
|
1948
1917
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1959,7 +1928,6 @@ var UpdateLogPatternCommand = _UpdateLogPatternCommand;
|
|
|
1959
1928
|
|
|
1960
1929
|
|
|
1961
1930
|
|
|
1962
|
-
|
|
1963
1931
|
var _UpdateProblemCommand = class _UpdateProblemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1964
1932
|
...commonParams
|
|
1965
1933
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1976,7 +1944,6 @@ var UpdateProblemCommand = _UpdateProblemCommand;
|
|
|
1976
1944
|
|
|
1977
1945
|
|
|
1978
1946
|
|
|
1979
|
-
|
|
1980
1947
|
var _UpdateWorkloadCommand = class _UpdateWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1981
1948
|
...commonParams
|
|
1982
1949
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
export * from "./ApplicationInsightsClient";
|
|
18
18
|
export * from "./ApplicationInsights";
|
|
19
19
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
20
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
-
export { ApplicationInsightsExtensionConfiguration } from "./extensionConfiguration";
|
|
20
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
+
export type { ApplicationInsightsExtensionConfiguration } from "./extensionConfiguration";
|
|
22
22
|
export * from "./commands";
|
|
23
23
|
export * from "./pagination";
|
|
24
24
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationInsightsClient";
|
|
8
8
|
import { AddWorkloadRequest, AddWorkloadResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface AddWorkloadCommandInput extends AddWorkloadRequest {}
|
|
11
12
|
export interface AddWorkloadCommandOutput
|
|
12
13
|
extends AddWorkloadResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationRequest,
|
|
10
10
|
CreateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationCommandInput
|
|
14
15
|
extends CreateApplicationRequest {}
|
|
15
16
|
export interface CreateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateComponentRequest,
|
|
10
10
|
CreateComponentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
14
15
|
export interface CreateComponentCommandOutput
|
|
15
16
|
extends CreateComponentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateLogPatternRequest,
|
|
10
10
|
CreateLogPatternResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {}
|
|
14
15
|
export interface CreateLogPatternCommandOutput
|
|
15
16
|
extends CreateLogPatternResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationRequest,
|
|
10
10
|
DeleteApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationCommandInput
|
|
14
15
|
extends DeleteApplicationRequest {}
|
|
15
16
|
export interface DeleteApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteComponentRequest,
|
|
10
10
|
DeleteComponentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
14
15
|
export interface DeleteComponentCommandOutput
|
|
15
16
|
extends DeleteComponentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteLogPatternRequest,
|
|
10
10
|
DeleteLogPatternResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {}
|
|
14
15
|
export interface DeleteLogPatternCommandOutput
|
|
15
16
|
extends DeleteLogPatternResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeApplicationRequest,
|
|
10
10
|
DescribeApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeApplicationCommandInput
|
|
14
15
|
extends DescribeApplicationRequest {}
|
|
15
16
|
export interface DescribeApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeComponentRequest,
|
|
10
10
|
DescribeComponentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeComponentCommandInput
|
|
14
15
|
extends DescribeComponentRequest {}
|
|
15
16
|
export interface DescribeComponentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeComponentConfigurationRequest,
|
|
10
10
|
DescribeComponentConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeComponentConfigurationCommandInput
|
|
14
15
|
extends DescribeComponentConfigurationRequest {}
|
|
15
16
|
export interface DescribeComponentConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeComponentConfigurationRecommendationRequest,
|
|
10
10
|
DescribeComponentConfigurationRecommendationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeComponentConfigurationRecommendationCommandInput
|
|
14
15
|
extends DescribeComponentConfigurationRecommendationRequest {}
|
|
15
16
|
export interface DescribeComponentConfigurationRecommendationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeLogPatternRequest,
|
|
10
10
|
DescribeLogPatternResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeLogPatternCommandInput
|
|
14
15
|
extends DescribeLogPatternRequest {}
|
|
15
16
|
export interface DescribeLogPatternCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeObservationRequest,
|
|
10
10
|
DescribeObservationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeObservationCommandInput
|
|
14
15
|
extends DescribeObservationRequest {}
|
|
15
16
|
export interface DescribeObservationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeProblemRequest,
|
|
10
10
|
DescribeProblemResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeProblemCommandInput extends DescribeProblemRequest {}
|
|
14
15
|
export interface DescribeProblemCommandOutput
|
|
15
16
|
extends DescribeProblemResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeProblemObservationsRequest,
|
|
10
10
|
DescribeProblemObservationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeProblemObservationsCommandInput
|
|
14
15
|
extends DescribeProblemObservationsRequest {}
|
|
15
16
|
export interface DescribeProblemObservationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeWorkloadRequest,
|
|
10
10
|
DescribeWorkloadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeWorkloadCommandInput extends DescribeWorkloadRequest {}
|
|
14
15
|
export interface DescribeWorkloadCommandOutput
|
|
15
16
|
extends DescribeWorkloadResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationsRequest,
|
|
10
10
|
ListApplicationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
14
15
|
export interface ListApplicationsCommandOutput
|
|
15
16
|
extends ListApplicationsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListComponentsRequest,
|
|
10
10
|
ListComponentsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
14
15
|
export interface ListComponentsCommandOutput
|
|
15
16
|
extends ListComponentsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListConfigurationHistoryRequest,
|
|
10
10
|
ListConfigurationHistoryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConfigurationHistoryCommandInput
|
|
14
15
|
extends ListConfigurationHistoryRequest {}
|
|
15
16
|
export interface ListConfigurationHistoryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListLogPatternSetsRequest,
|
|
10
10
|
ListLogPatternSetsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListLogPatternSetsCommandInput
|
|
14
15
|
extends ListLogPatternSetsRequest {}
|
|
15
16
|
export interface ListLogPatternSetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListLogPatternsRequest,
|
|
10
10
|
ListLogPatternsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {}
|
|
14
15
|
export interface ListLogPatternsCommandOutput
|
|
15
16
|
extends ListLogPatternsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationInsightsClient";
|
|
8
8
|
import { ListProblemsRequest, ListProblemsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListProblemsCommandInput extends ListProblemsRequest {}
|
|
11
12
|
export interface ListProblemsCommandOutput
|
|
12
13
|
extends ListProblemsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkloadsRequest,
|
|
10
10
|
ListWorkloadsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkloadsCommandInput extends ListWorkloadsRequest {}
|
|
14
15
|
export interface ListWorkloadsCommandOutput
|
|
15
16
|
extends ListWorkloadsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RemoveWorkloadRequest,
|
|
10
10
|
RemoveWorkloadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RemoveWorkloadCommandInput extends RemoveWorkloadRequest {}
|
|
14
15
|
export interface RemoveWorkloadCommandOutput
|
|
15
16
|
extends RemoveWorkloadResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationInsightsClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateApplicationRequest,
|
|
10
10
|
UpdateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateApplicationCommandInput
|
|
14
15
|
extends UpdateApplicationRequest {}
|
|
15
16
|
export interface UpdateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateComponentRequest,
|
|
10
10
|
UpdateComponentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateComponentCommandInput extends UpdateComponentRequest {}
|
|
14
15
|
export interface UpdateComponentCommandOutput
|
|
15
16
|
extends UpdateComponentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateComponentConfigurationRequest,
|
|
10
10
|
UpdateComponentConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateComponentConfigurationCommandInput
|
|
14
15
|
extends UpdateComponentConfigurationRequest {}
|
|
15
16
|
export interface UpdateComponentConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateLogPatternRequest,
|
|
10
10
|
UpdateLogPatternResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {}
|
|
14
15
|
export interface UpdateLogPatternCommandOutput
|
|
15
16
|
extends UpdateLogPatternResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateProblemRequest,
|
|
10
10
|
UpdateProblemResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateProblemCommandInput extends UpdateProblemRequest {}
|
|
14
15
|
export interface UpdateProblemCommandOutput
|
|
15
16
|
extends UpdateProblemResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkloadRequest,
|
|
10
10
|
UpdateWorkloadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkloadCommandInput extends UpdateWorkloadRequest {}
|
|
14
15
|
export interface UpdateWorkloadCommandOutput
|
|
15
16
|
extends UpdateWorkloadResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ApplicationInsightsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
4
|
+
"version": "3.596.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|