@aws-sdk/client-amp 3.588.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist-cjs/index.js +0 -26
  2. package/dist-types/AmpClient.d.ts +4 -4
  3. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateScraperCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteScraperCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeScraperCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListScrapersCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
  23. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -1
  25. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +2 -1
  29. package/dist-types/index.d.ts +2 -2
  30. package/dist-types/models/AmpServiceException.d.ts +2 -1
  31. package/dist-types/runtimeConfig.native.d.ts +1 -1
  32. package/dist-types/ts3.4/AmpClient.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/models/AmpServiceException.d.ts +2 -1
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  61. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -231,7 +231,6 @@ var AmpClient = _AmpClient;
231
231
 
232
232
  var import_middleware_serde = require("@smithy/middleware-serde");
233
233
 
234
- var import_types = require("@smithy/types");
235
234
 
236
235
  // src/protocols/Aws_restJson1.ts
237
236
  var import_core2 = require("@aws-sdk/core");
@@ -1555,7 +1554,6 @@ var CreateAlertManagerDefinitionCommand = _CreateAlertManagerDefinitionCommand;
1555
1554
 
1556
1555
 
1557
1556
 
1558
-
1559
1557
  var _CreateLoggingConfigurationCommand = class _CreateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1560
1558
  ...commonParams
1561
1559
  }).m(function(Command, cs, config, o) {
@@ -1572,7 +1570,6 @@ var CreateLoggingConfigurationCommand = _CreateLoggingConfigurationCommand;
1572
1570
 
1573
1571
 
1574
1572
 
1575
-
1576
1573
  var _CreateRuleGroupsNamespaceCommand = class _CreateRuleGroupsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1577
1574
  ...commonParams
1578
1575
  }).m(function(Command, cs, config, o) {
@@ -1589,7 +1586,6 @@ var CreateRuleGroupsNamespaceCommand = _CreateRuleGroupsNamespaceCommand;
1589
1586
 
1590
1587
 
1591
1588
 
1592
-
1593
1589
  var _CreateScraperCommand = class _CreateScraperCommand extends import_smithy_client.Command.classBuilder().ep({
1594
1590
  ...commonParams
1595
1591
  }).m(function(Command, cs, config, o) {
@@ -1606,7 +1602,6 @@ var CreateScraperCommand = _CreateScraperCommand;
1606
1602
 
1607
1603
 
1608
1604
 
1609
-
1610
1605
  var _CreateWorkspaceCommand = class _CreateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1611
1606
  ...commonParams
1612
1607
  }).m(function(Command, cs, config, o) {
@@ -1623,7 +1618,6 @@ var CreateWorkspaceCommand = _CreateWorkspaceCommand;
1623
1618
 
1624
1619
 
1625
1620
 
1626
-
1627
1621
  var _DeleteAlertManagerDefinitionCommand = class _DeleteAlertManagerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1628
1622
  ...commonParams
1629
1623
  }).m(function(Command, cs, config, o) {
@@ -1640,7 +1634,6 @@ var DeleteAlertManagerDefinitionCommand = _DeleteAlertManagerDefinitionCommand;
1640
1634
 
1641
1635
 
1642
1636
 
1643
-
1644
1637
  var _DeleteLoggingConfigurationCommand = class _DeleteLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1645
1638
  ...commonParams
1646
1639
  }).m(function(Command, cs, config, o) {
@@ -1657,7 +1650,6 @@ var DeleteLoggingConfigurationCommand = _DeleteLoggingConfigurationCommand;
1657
1650
 
1658
1651
 
1659
1652
 
1660
-
1661
1653
  var _DeleteRuleGroupsNamespaceCommand = class _DeleteRuleGroupsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1662
1654
  ...commonParams
1663
1655
  }).m(function(Command, cs, config, o) {
@@ -1674,7 +1666,6 @@ var DeleteRuleGroupsNamespaceCommand = _DeleteRuleGroupsNamespaceCommand;
1674
1666
 
1675
1667
 
1676
1668
 
1677
-
1678
1669
  var _DeleteScraperCommand = class _DeleteScraperCommand extends import_smithy_client.Command.classBuilder().ep({
1679
1670
  ...commonParams
1680
1671
  }).m(function(Command, cs, config, o) {
@@ -1691,7 +1682,6 @@ var DeleteScraperCommand = _DeleteScraperCommand;
1691
1682
 
1692
1683
 
1693
1684
 
1694
-
1695
1685
  var _DeleteWorkspaceCommand = class _DeleteWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1696
1686
  ...commonParams
1697
1687
  }).m(function(Command, cs, config, o) {
@@ -1708,7 +1698,6 @@ var DeleteWorkspaceCommand = _DeleteWorkspaceCommand;
1708
1698
 
1709
1699
 
1710
1700
 
1711
-
1712
1701
  var _DescribeAlertManagerDefinitionCommand = class _DescribeAlertManagerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1713
1702
  ...commonParams
1714
1703
  }).m(function(Command, cs, config, o) {
@@ -1725,7 +1714,6 @@ var DescribeAlertManagerDefinitionCommand = _DescribeAlertManagerDefinitionComma
1725
1714
 
1726
1715
 
1727
1716
 
1728
-
1729
1717
  var _DescribeLoggingConfigurationCommand = class _DescribeLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1730
1718
  ...commonParams
1731
1719
  }).m(function(Command, cs, config, o) {
@@ -1742,7 +1730,6 @@ var DescribeLoggingConfigurationCommand = _DescribeLoggingConfigurationCommand;
1742
1730
 
1743
1731
 
1744
1732
 
1745
-
1746
1733
  var _DescribeRuleGroupsNamespaceCommand = class _DescribeRuleGroupsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1747
1734
  ...commonParams
1748
1735
  }).m(function(Command, cs, config, o) {
@@ -1759,7 +1746,6 @@ var DescribeRuleGroupsNamespaceCommand = _DescribeRuleGroupsNamespaceCommand;
1759
1746
 
1760
1747
 
1761
1748
 
1762
-
1763
1749
  var _DescribeScraperCommand = class _DescribeScraperCommand extends import_smithy_client.Command.classBuilder().ep({
1764
1750
  ...commonParams
1765
1751
  }).m(function(Command, cs, config, o) {
@@ -1776,7 +1762,6 @@ var DescribeScraperCommand = _DescribeScraperCommand;
1776
1762
 
1777
1763
 
1778
1764
 
1779
-
1780
1765
  var _DescribeWorkspaceCommand = class _DescribeWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1781
1766
  ...commonParams
1782
1767
  }).m(function(Command, cs, config, o) {
@@ -1793,7 +1778,6 @@ var DescribeWorkspaceCommand = _DescribeWorkspaceCommand;
1793
1778
 
1794
1779
 
1795
1780
 
1796
-
1797
1781
  var _GetDefaultScraperConfigurationCommand = class _GetDefaultScraperConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1798
1782
  ...commonParams
1799
1783
  }).m(function(Command, cs, config, o) {
@@ -1810,7 +1794,6 @@ var GetDefaultScraperConfigurationCommand = _GetDefaultScraperConfigurationComma
1810
1794
 
1811
1795
 
1812
1796
 
1813
-
1814
1797
  var _ListRuleGroupsNamespacesCommand = class _ListRuleGroupsNamespacesCommand extends import_smithy_client.Command.classBuilder().ep({
1815
1798
  ...commonParams
1816
1799
  }).m(function(Command, cs, config, o) {
@@ -1827,7 +1810,6 @@ var ListRuleGroupsNamespacesCommand = _ListRuleGroupsNamespacesCommand;
1827
1810
 
1828
1811
 
1829
1812
 
1830
-
1831
1813
  var _ListScrapersCommand = class _ListScrapersCommand extends import_smithy_client.Command.classBuilder().ep({
1832
1814
  ...commonParams
1833
1815
  }).m(function(Command, cs, config, o) {
@@ -1844,7 +1826,6 @@ var ListScrapersCommand = _ListScrapersCommand;
1844
1826
 
1845
1827
 
1846
1828
 
1847
-
1848
1829
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1849
1830
  ...commonParams
1850
1831
  }).m(function(Command, cs, config, o) {
@@ -1861,7 +1842,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1861
1842
 
1862
1843
 
1863
1844
 
1864
-
1865
1845
  var _ListWorkspacesCommand = class _ListWorkspacesCommand extends import_smithy_client.Command.classBuilder().ep({
1866
1846
  ...commonParams
1867
1847
  }).m(function(Command, cs, config, o) {
@@ -1878,7 +1858,6 @@ var ListWorkspacesCommand = _ListWorkspacesCommand;
1878
1858
 
1879
1859
 
1880
1860
 
1881
-
1882
1861
  var _PutAlertManagerDefinitionCommand = class _PutAlertManagerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1883
1862
  ...commonParams
1884
1863
  }).m(function(Command, cs, config, o) {
@@ -1895,7 +1874,6 @@ var PutAlertManagerDefinitionCommand = _PutAlertManagerDefinitionCommand;
1895
1874
 
1896
1875
 
1897
1876
 
1898
-
1899
1877
  var _PutRuleGroupsNamespaceCommand = class _PutRuleGroupsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1900
1878
  ...commonParams
1901
1879
  }).m(function(Command, cs, config, o) {
@@ -1912,7 +1890,6 @@ var PutRuleGroupsNamespaceCommand = _PutRuleGroupsNamespaceCommand;
1912
1890
 
1913
1891
 
1914
1892
 
1915
-
1916
1893
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1917
1894
  ...commonParams
1918
1895
  }).m(function(Command, cs, config, o) {
@@ -1929,7 +1906,6 @@ var TagResourceCommand = _TagResourceCommand;
1929
1906
 
1930
1907
 
1931
1908
 
1932
-
1933
1909
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1934
1910
  ...commonParams
1935
1911
  }).m(function(Command, cs, config, o) {
@@ -1946,7 +1922,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1946
1922
 
1947
1923
 
1948
1924
 
1949
-
1950
1925
  var _UpdateLoggingConfigurationCommand = class _UpdateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1951
1926
  ...commonParams
1952
1927
  }).m(function(Command, cs, config, o) {
@@ -1963,7 +1938,6 @@ var UpdateLoggingConfigurationCommand = _UpdateLoggingConfigurationCommand;
1963
1938
 
1964
1939
 
1965
1940
 
1966
-
1967
1941
  var _UpdateWorkspaceAliasCommand = class _UpdateWorkspaceAliasCommand extends import_smithy_client.Command.classBuilder().ep({
1968
1942
  ...commonParams
1969
1943
  }).m(function(Command, cs, config, o) {
@@ -116,15 +116,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
116
116
  * Enables FIPS compatible endpoints.
117
117
  */
118
118
  useFipsEndpoint?: boolean | __Provider<boolean>;
119
+ /**
120
+ * The AWS region to which this client will send requests
121
+ */
122
+ region?: string | __Provider<string>;
119
123
  /**
120
124
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
121
125
  * @internal
122
126
  */
123
127
  defaultUserAgentProvider?: Provider<__UserAgent>;
124
- /**
125
- * The AWS region to which this client will send requests
126
- */
127
- region?: string | __Provider<string>;
128
128
  /**
129
129
  * Default credentials provider; Not available in browser runtime.
130
130
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateAlertManagerDefinitionRequest, CreateAlertManagerDefinitionRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateRuleGroupsNamespaceRequest, CreateRuleGroupsNamespaceResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateScraperRequest, CreateScraperResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteLoggingConfigurationRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteScraperRequest, DeleteScraperResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteWorkspaceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAlertManagerDefinitionRequest, DescribeAlertManagerDefinitionRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeRuleGroupsNamespaceRequest, DescribeRuleGroupsNamespaceResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeScraperRequest, DescribeScraperResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDefaultScraperConfigurationRequest, GetDefaultScraperConfigurationRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListRuleGroupsNamespacesRequest, ListRuleGroupsNamespacesResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListScrapersRequest, ListScrapersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutAlertManagerDefinitionRequest, PutAlertManagerDefinitionResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateWorkspaceAliasRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -23,8 +23,8 @@
23
23
  export * from "./AmpClient";
24
24
  export * from "./Amp";
25
25
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
26
- export { RuntimeExtension } from "./runtimeExtensions";
27
- export { AmpExtensionConfiguration } from "./extensionConfiguration";
26
+ export type { RuntimeExtension } from "./runtimeExtensions";
27
+ export type { AmpExtensionConfiguration } from "./extensionConfiguration";
28
28
  export * from "./commands";
29
29
  export * from "./pagination";
30
30
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -226,8 +226,8 @@ export interface ClientDefaults
226
226
  serviceId?: string;
227
227
  useDualstackEndpoint?: boolean | __Provider<boolean>;
228
228
  useFipsEndpoint?: boolean | __Provider<boolean>;
229
- defaultUserAgentProvider?: Provider<__UserAgent>;
230
229
  region?: string | __Provider<string>;
230
+ defaultUserAgentProvider?: Provider<__UserAgent>;
231
231
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
232
232
  maxAttempts?: number | __Provider<number>;
233
233
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CreateAlertManagerDefinitionRequest,
10
10
  CreateAlertManagerDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAlertManagerDefinitionCommandInput
14
15
  extends CreateAlertManagerDefinitionRequest {}
15
16
  export interface CreateAlertManagerDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateLoggingConfigurationRequest,
10
10
  CreateLoggingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateLoggingConfigurationCommandInput
14
15
  extends CreateLoggingConfigurationRequest {}
15
16
  export interface CreateLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateRuleGroupsNamespaceRequest,
10
10
  CreateRuleGroupsNamespaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRuleGroupsNamespaceCommandInput
14
15
  extends CreateRuleGroupsNamespaceRequest {}
15
16
  export interface CreateRuleGroupsNamespaceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateScraperRequest,
10
10
  CreateScraperResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateScraperCommandInput extends CreateScraperRequest {}
14
15
  export interface CreateScraperCommandOutput
15
16
  extends CreateScraperResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateWorkspaceRequest,
10
10
  CreateWorkspaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
14
15
  export interface CreateWorkspaceCommandOutput
15
16
  extends CreateWorkspaceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAlertManagerDefinitionCommandInput
11
12
  extends DeleteAlertManagerDefinitionRequest {}
12
13
  export interface DeleteAlertManagerDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { DeleteLoggingConfigurationRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteLoggingConfigurationCommandInput
11
12
  extends DeleteLoggingConfigurationRequest {}
12
13
  export interface DeleteLoggingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteRuleGroupsNamespaceCommandInput
11
12
  extends DeleteRuleGroupsNamespaceRequest {}
12
13
  export interface DeleteRuleGroupsNamespaceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteScraperRequest,
10
10
  DeleteScraperResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteScraperCommandInput extends DeleteScraperRequest {}
14
15
  export interface DeleteScraperCommandOutput
15
16
  extends DeleteScraperResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { DeleteWorkspaceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
11
12
  export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteWorkspaceCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAlertManagerDefinitionRequest,
10
10
  DescribeAlertManagerDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAlertManagerDefinitionCommandInput
14
15
  extends DescribeAlertManagerDefinitionRequest {}
15
16
  export interface DescribeAlertManagerDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeLoggingConfigurationRequest,
10
10
  DescribeLoggingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeLoggingConfigurationCommandInput
14
15
  extends DescribeLoggingConfigurationRequest {}
15
16
  export interface DescribeLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeRuleGroupsNamespaceRequest,
10
10
  DescribeRuleGroupsNamespaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRuleGroupsNamespaceCommandInput
14
15
  extends DescribeRuleGroupsNamespaceRequest {}
15
16
  export interface DescribeRuleGroupsNamespaceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeScraperRequest,
10
10
  DescribeScraperResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScraperCommandInput extends DescribeScraperRequest {}
14
15
  export interface DescribeScraperCommandOutput
15
16
  extends DescribeScraperResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeWorkspaceRequest,
10
10
  DescribeWorkspaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeWorkspaceCommandInput
14
15
  extends DescribeWorkspaceRequest {}
15
16
  export interface DescribeWorkspaceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetDefaultScraperConfigurationRequest,
10
10
  GetDefaultScraperConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDefaultScraperConfigurationCommandInput
14
15
  extends GetDefaultScraperConfigurationRequest {}
15
16
  export interface GetDefaultScraperConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListRuleGroupsNamespacesRequest,
10
10
  ListRuleGroupsNamespacesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRuleGroupsNamespacesCommandInput
14
15
  extends ListRuleGroupsNamespacesRequest {}
15
16
  export interface ListRuleGroupsNamespacesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { ListScrapersRequest, ListScrapersResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListScrapersCommandInput extends ListScrapersRequest {}
11
12
  export interface ListScrapersCommandOutput
12
13
  extends ListScrapersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
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
  ListWorkspacesRequest,
10
10
  ListWorkspacesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
14
15
  export interface ListWorkspacesCommandOutput
15
16
  extends ListWorkspacesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutAlertManagerDefinitionRequest,
10
10
  PutAlertManagerDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutAlertManagerDefinitionCommandInput
14
15
  extends PutAlertManagerDefinitionRequest {}
15
16
  export interface PutAlertManagerDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutRuleGroupsNamespaceRequest,
10
10
  PutRuleGroupsNamespaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutRuleGroupsNamespaceCommandInput
14
15
  extends PutRuleGroupsNamespaceRequest {}
15
16
  export interface PutRuleGroupsNamespaceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
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, $Command };
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
  UpdateLoggingConfigurationRequest,
10
10
  UpdateLoggingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateLoggingConfigurationCommandInput
14
15
  extends UpdateLoggingConfigurationRequest {}
15
16
  export interface UpdateLoggingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmpClient";
8
8
  import { UpdateWorkspaceAliasRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateWorkspaceAliasCommandInput
11
12
  extends UpdateWorkspaceAliasRequest {}
12
13
  export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {}
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class AmpServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.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-amp",
@@ -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.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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.1.1",
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",