@aws-sdk/client-appfabric 3.590.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 (57) hide show
  1. package/dist-cjs/index.js +0 -26
  2. package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +2 -1
  3. package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAppBundleCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateIngestionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAppBundleCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteIngestionCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +2 -1
  12. package/dist-types/commands/GetAppAuthorizationCommand.d.ts +2 -1
  13. package/dist-types/commands/GetAppBundleCommand.d.ts +2 -1
  14. package/dist-types/commands/GetIngestionCommand.d.ts +2 -1
  15. package/dist-types/commands/GetIngestionDestinationCommand.d.ts +2 -1
  16. package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListAppBundlesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListIngestionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/StartIngestionCommand.d.ts +2 -1
  22. package/dist-types/commands/StartUserAccessTasksCommand.d.ts +2 -1
  23. package/dist-types/commands/StopIngestionCommand.d.ts +2 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +2 -1
  28. package/dist-types/index.d.ts +2 -2
  29. package/dist-types/models/AppFabricServiceException.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/models/AppFabricServiceException.d.ts +2 -1
  57. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -239,7 +239,6 @@ var AppFabricClient = _AppFabricClient;
239
239
 
240
240
  var import_middleware_serde = require("@smithy/middleware-serde");
241
241
 
242
- var import_types = require("@smithy/types");
243
242
 
244
243
  // src/models/models_0.ts
245
244
 
@@ -1473,7 +1472,6 @@ var BatchGetUserAccessTasksCommand = _BatchGetUserAccessTasksCommand;
1473
1472
 
1474
1473
 
1475
1474
 
1476
-
1477
1475
  var _ConnectAppAuthorizationCommand = class _ConnectAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1478
1476
  ...commonParams
1479
1477
  }).m(function(Command, cs, config, o) {
@@ -1490,7 +1488,6 @@ var ConnectAppAuthorizationCommand = _ConnectAppAuthorizationCommand;
1490
1488
 
1491
1489
 
1492
1490
 
1493
-
1494
1491
  var _CreateAppAuthorizationCommand = class _CreateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1495
1492
  ...commonParams
1496
1493
  }).m(function(Command, cs, config, o) {
@@ -1507,7 +1504,6 @@ var CreateAppAuthorizationCommand = _CreateAppAuthorizationCommand;
1507
1504
 
1508
1505
 
1509
1506
 
1510
-
1511
1507
  var _CreateAppBundleCommand = class _CreateAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
1512
1508
  ...commonParams
1513
1509
  }).m(function(Command, cs, config, o) {
@@ -1524,7 +1520,6 @@ var CreateAppBundleCommand = _CreateAppBundleCommand;
1524
1520
 
1525
1521
 
1526
1522
 
1527
-
1528
1523
  var _CreateIngestionCommand = class _CreateIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1529
1524
  ...commonParams
1530
1525
  }).m(function(Command, cs, config, o) {
@@ -1541,7 +1536,6 @@ var CreateIngestionCommand = _CreateIngestionCommand;
1541
1536
 
1542
1537
 
1543
1538
 
1544
-
1545
1539
  var _CreateIngestionDestinationCommand = class _CreateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1546
1540
  ...commonParams
1547
1541
  }).m(function(Command, cs, config, o) {
@@ -1558,7 +1552,6 @@ var CreateIngestionDestinationCommand = _CreateIngestionDestinationCommand;
1558
1552
 
1559
1553
 
1560
1554
 
1561
-
1562
1555
  var _DeleteAppAuthorizationCommand = class _DeleteAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1563
1556
  ...commonParams
1564
1557
  }).m(function(Command, cs, config, o) {
@@ -1575,7 +1568,6 @@ var DeleteAppAuthorizationCommand = _DeleteAppAuthorizationCommand;
1575
1568
 
1576
1569
 
1577
1570
 
1578
-
1579
1571
  var _DeleteAppBundleCommand = class _DeleteAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
1580
1572
  ...commonParams
1581
1573
  }).m(function(Command, cs, config, o) {
@@ -1592,7 +1584,6 @@ var DeleteAppBundleCommand = _DeleteAppBundleCommand;
1592
1584
 
1593
1585
 
1594
1586
 
1595
-
1596
1587
  var _DeleteIngestionCommand = class _DeleteIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1597
1588
  ...commonParams
1598
1589
  }).m(function(Command, cs, config, o) {
@@ -1609,7 +1600,6 @@ var DeleteIngestionCommand = _DeleteIngestionCommand;
1609
1600
 
1610
1601
 
1611
1602
 
1612
-
1613
1603
  var _DeleteIngestionDestinationCommand = class _DeleteIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1614
1604
  ...commonParams
1615
1605
  }).m(function(Command, cs, config, o) {
@@ -1626,7 +1616,6 @@ var DeleteIngestionDestinationCommand = _DeleteIngestionDestinationCommand;
1626
1616
 
1627
1617
 
1628
1618
 
1629
-
1630
1619
  var _GetAppAuthorizationCommand = class _GetAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1631
1620
  ...commonParams
1632
1621
  }).m(function(Command, cs, config, o) {
@@ -1643,7 +1632,6 @@ var GetAppAuthorizationCommand = _GetAppAuthorizationCommand;
1643
1632
 
1644
1633
 
1645
1634
 
1646
-
1647
1635
  var _GetAppBundleCommand = class _GetAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
1648
1636
  ...commonParams
1649
1637
  }).m(function(Command, cs, config, o) {
@@ -1660,7 +1648,6 @@ var GetAppBundleCommand = _GetAppBundleCommand;
1660
1648
 
1661
1649
 
1662
1650
 
1663
-
1664
1651
  var _GetIngestionCommand = class _GetIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1665
1652
  ...commonParams
1666
1653
  }).m(function(Command, cs, config, o) {
@@ -1677,7 +1664,6 @@ var GetIngestionCommand = _GetIngestionCommand;
1677
1664
 
1678
1665
 
1679
1666
 
1680
-
1681
1667
  var _GetIngestionDestinationCommand = class _GetIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1682
1668
  ...commonParams
1683
1669
  }).m(function(Command, cs, config, o) {
@@ -1694,7 +1680,6 @@ var GetIngestionDestinationCommand = _GetIngestionDestinationCommand;
1694
1680
 
1695
1681
 
1696
1682
 
1697
-
1698
1683
  var _ListAppAuthorizationsCommand = class _ListAppAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep({
1699
1684
  ...commonParams
1700
1685
  }).m(function(Command, cs, config, o) {
@@ -1711,7 +1696,6 @@ var ListAppAuthorizationsCommand = _ListAppAuthorizationsCommand;
1711
1696
 
1712
1697
 
1713
1698
 
1714
-
1715
1699
  var _ListAppBundlesCommand = class _ListAppBundlesCommand extends import_smithy_client.Command.classBuilder().ep({
1716
1700
  ...commonParams
1717
1701
  }).m(function(Command, cs, config, o) {
@@ -1728,7 +1712,6 @@ var ListAppBundlesCommand = _ListAppBundlesCommand;
1728
1712
 
1729
1713
 
1730
1714
 
1731
-
1732
1715
  var _ListIngestionDestinationsCommand = class _ListIngestionDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
1733
1716
  ...commonParams
1734
1717
  }).m(function(Command, cs, config, o) {
@@ -1745,7 +1728,6 @@ var ListIngestionDestinationsCommand = _ListIngestionDestinationsCommand;
1745
1728
 
1746
1729
 
1747
1730
 
1748
-
1749
1731
  var _ListIngestionsCommand = class _ListIngestionsCommand extends import_smithy_client.Command.classBuilder().ep({
1750
1732
  ...commonParams
1751
1733
  }).m(function(Command, cs, config, o) {
@@ -1762,7 +1744,6 @@ var ListIngestionsCommand = _ListIngestionsCommand;
1762
1744
 
1763
1745
 
1764
1746
 
1765
-
1766
1747
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1767
1748
  ...commonParams
1768
1749
  }).m(function(Command, cs, config, o) {
@@ -1779,7 +1760,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1779
1760
 
1780
1761
 
1781
1762
 
1782
-
1783
1763
  var _StartIngestionCommand = class _StartIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1784
1764
  ...commonParams
1785
1765
  }).m(function(Command, cs, config, o) {
@@ -1796,7 +1776,6 @@ var StartIngestionCommand = _StartIngestionCommand;
1796
1776
 
1797
1777
 
1798
1778
 
1799
-
1800
1779
  var _StartUserAccessTasksCommand = class _StartUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1801
1780
  ...commonParams
1802
1781
  }).m(function(Command, cs, config, o) {
@@ -1813,7 +1792,6 @@ var StartUserAccessTasksCommand = _StartUserAccessTasksCommand;
1813
1792
 
1814
1793
 
1815
1794
 
1816
-
1817
1795
  var _StopIngestionCommand = class _StopIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1818
1796
  ...commonParams
1819
1797
  }).m(function(Command, cs, config, o) {
@@ -1830,7 +1808,6 @@ var StopIngestionCommand = _StopIngestionCommand;
1830
1808
 
1831
1809
 
1832
1810
 
1833
-
1834
1811
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1835
1812
  ...commonParams
1836
1813
  }).m(function(Command, cs, config, o) {
@@ -1847,7 +1824,6 @@ var TagResourceCommand = _TagResourceCommand;
1847
1824
 
1848
1825
 
1849
1826
 
1850
-
1851
1827
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1852
1828
  ...commonParams
1853
1829
  }).m(function(Command, cs, config, o) {
@@ -1864,7 +1840,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1864
1840
 
1865
1841
 
1866
1842
 
1867
-
1868
1843
  var _UpdateAppAuthorizationCommand = class _UpdateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1869
1844
  ...commonParams
1870
1845
  }).m(function(Command, cs, config, o) {
@@ -1881,7 +1856,6 @@ var UpdateAppAuthorizationCommand = _UpdateAppAuthorizationCommand;
1881
1856
 
1882
1857
 
1883
1858
 
1884
-
1885
1859
  var _UpdateIngestionDestinationCommand = class _UpdateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1886
1860
  ...commonParams
1887
1861
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { BatchGetUserAccessTasksRequest, BatchGetUserAccessTasksResponse } 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 { ConnectAppAuthorizationRequest, ConnectAppAuthorizationResponse } 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 { CreateAppAuthorizationRequest, CreateAppAuthorizationResponse } 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 { CreateAppBundleRequest, CreateAppBundleResponse } 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 { CreateIngestionRequest, CreateIngestionResponse } 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 { CreateIngestionDestinationRequest, CreateIngestionDestinationResponse }
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 { DeleteAppAuthorizationRequest, DeleteAppAuthorizationResponse } 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 { DeleteAppBundleRequest, DeleteAppBundleResponse } 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 { DeleteIngestionRequest, DeleteIngestionResponse } 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 { DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse }
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 { GetAppAuthorizationRequest, GetAppAuthorizationResponse } 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 { GetAppBundleRequest, GetAppBundleResponse } 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 { GetIngestionRequest, GetIngestionResponse } 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 { GetIngestionDestinationRequest, GetIngestionDestinationResponse } 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 { ListAppAuthorizationsRequest, ListAppAuthorizationsResponse } 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 { ListAppBundlesRequest, ListAppBundlesResponse } 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 { ListIngestionDestinationsRequest, ListIngestionDestinationsResponse } 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 { ListIngestionsRequest, ListIngestionsResponse } 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 { 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 { StartIngestionRequest, StartIngestionResponse } 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 { StartUserAccessTasksRequest, StartUserAccessTasksResponse } from "../mo
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 { StopIngestionRequest, StopIngestionResponse } 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 { 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 { UpdateAppAuthorizationRequest, UpdateAppAuthorizationResponse } 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 { UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse }
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
  *
@@ -14,8 +14,8 @@
14
14
  export * from "./AppFabricClient";
15
15
  export * from "./AppFabric";
16
16
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
- export { RuntimeExtension } from "./runtimeExtensions";
18
- export { AppFabricExtensionConfiguration } from "./extensionConfiguration";
17
+ export type { RuntimeExtension } from "./runtimeExtensions";
18
+ export type { AppFabricExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
20
  export * from "./pagination";
21
21
  export * from "./models";
@@ -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
  *
@@ -9,7 +9,8 @@ import {
9
9
  BatchGetUserAccessTasksRequest,
10
10
  BatchGetUserAccessTasksResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchGetUserAccessTasksCommandInput
14
15
  extends BatchGetUserAccessTasksRequest {}
15
16
  export interface BatchGetUserAccessTasksCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ConnectAppAuthorizationRequest,
10
10
  ConnectAppAuthorizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ConnectAppAuthorizationCommandInput
14
15
  extends ConnectAppAuthorizationRequest {}
15
16
  export interface ConnectAppAuthorizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateAppAuthorizationRequest,
10
10
  CreateAppAuthorizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAppAuthorizationCommandInput
14
15
  extends CreateAppAuthorizationRequest {}
15
16
  export interface CreateAppAuthorizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateAppBundleRequest,
10
10
  CreateAppBundleResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAppBundleCommandInput extends CreateAppBundleRequest {}
14
15
  export interface CreateAppBundleCommandOutput
15
16
  extends CreateAppBundleResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateIngestionRequest,
10
10
  CreateIngestionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateIngestionCommandInput extends CreateIngestionRequest {}
14
15
  export interface CreateIngestionCommandOutput
15
16
  extends CreateIngestionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateIngestionDestinationRequest,
10
10
  CreateIngestionDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateIngestionDestinationCommandInput
14
15
  extends CreateIngestionDestinationRequest {}
15
16
  export interface CreateIngestionDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAppAuthorizationRequest,
10
10
  DeleteAppAuthorizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAppAuthorizationCommandInput
14
15
  extends DeleteAppAuthorizationRequest {}
15
16
  export interface DeleteAppAuthorizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAppBundleRequest,
10
10
  DeleteAppBundleResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAppBundleCommandInput extends DeleteAppBundleRequest {}
14
15
  export interface DeleteAppBundleCommandOutput
15
16
  extends DeleteAppBundleResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteIngestionRequest,
10
10
  DeleteIngestionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteIngestionCommandInput extends DeleteIngestionRequest {}
14
15
  export interface DeleteIngestionCommandOutput
15
16
  extends DeleteIngestionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteIngestionDestinationRequest,
10
10
  DeleteIngestionDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteIngestionDestinationCommandInput
14
15
  extends DeleteIngestionDestinationRequest {}
15
16
  export interface DeleteIngestionDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetAppAuthorizationRequest,
10
10
  GetAppAuthorizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAppAuthorizationCommandInput
14
15
  extends GetAppAuthorizationRequest {}
15
16
  export interface GetAppAuthorizationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AppFabricClient";
8
8
  import { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetAppBundleCommandInput extends GetAppBundleRequest {}
11
12
  export interface GetAppBundleCommandOutput
12
13
  extends GetAppBundleResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AppFabricClient";
8
8
  import { GetIngestionRequest, GetIngestionResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetIngestionCommandInput extends GetIngestionRequest {}
11
12
  export interface GetIngestionCommandOutput
12
13
  extends GetIngestionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetIngestionDestinationRequest,
10
10
  GetIngestionDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetIngestionDestinationCommandInput
14
15
  extends GetIngestionDestinationRequest {}
15
16
  export interface GetIngestionDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAppAuthorizationsRequest,
10
10
  ListAppAuthorizationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAppAuthorizationsCommandInput
14
15
  extends ListAppAuthorizationsRequest {}
15
16
  export interface ListAppAuthorizationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAppBundlesRequest,
10
10
  ListAppBundlesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAppBundlesCommandInput extends ListAppBundlesRequest {}
14
15
  export interface ListAppBundlesCommandOutput
15
16
  extends ListAppBundlesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListIngestionDestinationsRequest,
10
10
  ListIngestionDestinationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListIngestionDestinationsCommandInput
14
15
  extends ListIngestionDestinationsRequest {}
15
16
  export interface ListIngestionDestinationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListIngestionsRequest,
10
10
  ListIngestionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListIngestionsCommandInput extends ListIngestionsRequest {}
14
15
  export interface ListIngestionsCommandOutput
15
16
  extends ListIngestionsResponse,
@@ -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
  StartIngestionRequest,
10
10
  StartIngestionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartIngestionCommandInput extends StartIngestionRequest {}
14
15
  export interface StartIngestionCommandOutput
15
16
  extends StartIngestionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StartUserAccessTasksRequest,
10
10
  StartUserAccessTasksResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartUserAccessTasksCommandInput
14
15
  extends StartUserAccessTasksRequest {}
15
16
  export interface StartUserAccessTasksCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StopIngestionRequest,
10
10
  StopIngestionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopIngestionCommandInput extends StopIngestionRequest {}
14
15
  export interface StopIngestionCommandOutput
15
16
  extends StopIngestionResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AppFabricClient";
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
  UpdateAppAuthorizationRequest,
10
10
  UpdateAppAuthorizationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAppAuthorizationCommandInput
14
15
  extends UpdateAppAuthorizationRequest {}
15
16
  export interface UpdateAppAuthorizationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateIngestionDestinationRequest,
10
10
  UpdateIngestionDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateIngestionDestinationCommandInput
14
15
  extends UpdateIngestionDestinationRequest {}
15
16
  export interface UpdateIngestionDestinationCommandOutput
@@ -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 AppFabricServiceException 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-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
4
- "version": "3.590.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-appfabric",
@@ -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.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.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",