@aws-sdk/client-appfabric 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +26 -78
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +1 -3
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +1 -3
- package/dist-es/commands/CreateAppAuthorizationCommand.js +1 -3
- package/dist-es/commands/CreateAppBundleCommand.js +1 -3
- package/dist-es/commands/CreateIngestionCommand.js +1 -3
- package/dist-es/commands/CreateIngestionDestinationCommand.js +1 -3
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +1 -3
- package/dist-es/commands/DeleteAppBundleCommand.js +1 -3
- package/dist-es/commands/DeleteIngestionCommand.js +1 -3
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +1 -3
- package/dist-es/commands/GetAppAuthorizationCommand.js +1 -3
- package/dist-es/commands/GetAppBundleCommand.js +1 -3
- package/dist-es/commands/GetIngestionCommand.js +1 -3
- package/dist-es/commands/GetIngestionDestinationCommand.js +1 -3
- package/dist-es/commands/ListAppAuthorizationsCommand.js +1 -3
- package/dist-es/commands/ListAppBundlesCommand.js +1 -3
- package/dist-es/commands/ListIngestionDestinationsCommand.js +1 -3
- package/dist-es/commands/ListIngestionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartIngestionCommand.js +1 -3
- package/dist-es/commands/StartUserAccessTasksCommand.js +1 -3
- package/dist-es/commands/StopIngestionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +1 -3
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1450,9 +1450,7 @@ var _ra = "retry-after";
|
|
|
1450
1450
|
var _tK = "tagKeys";
|
|
1451
1451
|
|
|
1452
1452
|
// src/commands/BatchGetUserAccessTasksCommand.ts
|
|
1453
|
-
var _BatchGetUserAccessTasksCommand = class _BatchGetUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1454
|
-
...commonParams
|
|
1455
|
-
}).m(function(Command, cs, config, o) {
|
|
1453
|
+
var _BatchGetUserAccessTasksCommand = class _BatchGetUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1456
1454
|
return [
|
|
1457
1455
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1458
1456
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1466,9 +1464,7 @@ var BatchGetUserAccessTasksCommand = _BatchGetUserAccessTasksCommand;
|
|
|
1466
1464
|
|
|
1467
1465
|
|
|
1468
1466
|
|
|
1469
|
-
var _ConnectAppAuthorizationCommand = class _ConnectAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1470
|
-
...commonParams
|
|
1471
|
-
}).m(function(Command, cs, config, o) {
|
|
1467
|
+
var _ConnectAppAuthorizationCommand = class _ConnectAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1472
1468
|
return [
|
|
1473
1469
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1474
1470
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1482,9 +1478,7 @@ var ConnectAppAuthorizationCommand = _ConnectAppAuthorizationCommand;
|
|
|
1482
1478
|
|
|
1483
1479
|
|
|
1484
1480
|
|
|
1485
|
-
var _CreateAppAuthorizationCommand = class _CreateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1486
|
-
...commonParams
|
|
1487
|
-
}).m(function(Command, cs, config, o) {
|
|
1481
|
+
var _CreateAppAuthorizationCommand = class _CreateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1488
1482
|
return [
|
|
1489
1483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1490
1484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1498,9 +1492,7 @@ var CreateAppAuthorizationCommand = _CreateAppAuthorizationCommand;
|
|
|
1498
1492
|
|
|
1499
1493
|
|
|
1500
1494
|
|
|
1501
|
-
var _CreateAppBundleCommand = class _CreateAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1502
|
-
...commonParams
|
|
1503
|
-
}).m(function(Command, cs, config, o) {
|
|
1495
|
+
var _CreateAppBundleCommand = class _CreateAppBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1504
1496
|
return [
|
|
1505
1497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1506
1498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1514,9 +1506,7 @@ var CreateAppBundleCommand = _CreateAppBundleCommand;
|
|
|
1514
1506
|
|
|
1515
1507
|
|
|
1516
1508
|
|
|
1517
|
-
var _CreateIngestionCommand = class _CreateIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1518
|
-
...commonParams
|
|
1519
|
-
}).m(function(Command, cs, config, o) {
|
|
1509
|
+
var _CreateIngestionCommand = class _CreateIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1520
1510
|
return [
|
|
1521
1511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1522
1512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1530,9 +1520,7 @@ var CreateIngestionCommand = _CreateIngestionCommand;
|
|
|
1530
1520
|
|
|
1531
1521
|
|
|
1532
1522
|
|
|
1533
|
-
var _CreateIngestionDestinationCommand = class _CreateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1534
|
-
...commonParams
|
|
1535
|
-
}).m(function(Command, cs, config, o) {
|
|
1523
|
+
var _CreateIngestionDestinationCommand = class _CreateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1536
1524
|
return [
|
|
1537
1525
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1538
1526
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1546,9 +1534,7 @@ var CreateIngestionDestinationCommand = _CreateIngestionDestinationCommand;
|
|
|
1546
1534
|
|
|
1547
1535
|
|
|
1548
1536
|
|
|
1549
|
-
var _DeleteAppAuthorizationCommand = class _DeleteAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1550
|
-
...commonParams
|
|
1551
|
-
}).m(function(Command, cs, config, o) {
|
|
1537
|
+
var _DeleteAppAuthorizationCommand = class _DeleteAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1552
1538
|
return [
|
|
1553
1539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1554
1540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1562,9 +1548,7 @@ var DeleteAppAuthorizationCommand = _DeleteAppAuthorizationCommand;
|
|
|
1562
1548
|
|
|
1563
1549
|
|
|
1564
1550
|
|
|
1565
|
-
var _DeleteAppBundleCommand = class _DeleteAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1566
|
-
...commonParams
|
|
1567
|
-
}).m(function(Command, cs, config, o) {
|
|
1551
|
+
var _DeleteAppBundleCommand = class _DeleteAppBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1568
1552
|
return [
|
|
1569
1553
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1570
1554
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1578,9 +1562,7 @@ var DeleteAppBundleCommand = _DeleteAppBundleCommand;
|
|
|
1578
1562
|
|
|
1579
1563
|
|
|
1580
1564
|
|
|
1581
|
-
var _DeleteIngestionCommand = class _DeleteIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1582
|
-
...commonParams
|
|
1583
|
-
}).m(function(Command, cs, config, o) {
|
|
1565
|
+
var _DeleteIngestionCommand = class _DeleteIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1584
1566
|
return [
|
|
1585
1567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1586
1568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1594,9 +1576,7 @@ var DeleteIngestionCommand = _DeleteIngestionCommand;
|
|
|
1594
1576
|
|
|
1595
1577
|
|
|
1596
1578
|
|
|
1597
|
-
var _DeleteIngestionDestinationCommand = class _DeleteIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1598
|
-
...commonParams
|
|
1599
|
-
}).m(function(Command, cs, config, o) {
|
|
1579
|
+
var _DeleteIngestionDestinationCommand = class _DeleteIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1600
1580
|
return [
|
|
1601
1581
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1602
1582
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1610,9 +1590,7 @@ var DeleteIngestionDestinationCommand = _DeleteIngestionDestinationCommand;
|
|
|
1610
1590
|
|
|
1611
1591
|
|
|
1612
1592
|
|
|
1613
|
-
var _GetAppAuthorizationCommand = class _GetAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1614
|
-
...commonParams
|
|
1615
|
-
}).m(function(Command, cs, config, o) {
|
|
1593
|
+
var _GetAppAuthorizationCommand = class _GetAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1616
1594
|
return [
|
|
1617
1595
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1618
1596
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1626,9 +1604,7 @@ var GetAppAuthorizationCommand = _GetAppAuthorizationCommand;
|
|
|
1626
1604
|
|
|
1627
1605
|
|
|
1628
1606
|
|
|
1629
|
-
var _GetAppBundleCommand = class _GetAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1630
|
-
...commonParams
|
|
1631
|
-
}).m(function(Command, cs, config, o) {
|
|
1607
|
+
var _GetAppBundleCommand = class _GetAppBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1632
1608
|
return [
|
|
1633
1609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1634
1610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1642,9 +1618,7 @@ var GetAppBundleCommand = _GetAppBundleCommand;
|
|
|
1642
1618
|
|
|
1643
1619
|
|
|
1644
1620
|
|
|
1645
|
-
var _GetIngestionCommand = class _GetIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1646
|
-
...commonParams
|
|
1647
|
-
}).m(function(Command, cs, config, o) {
|
|
1621
|
+
var _GetIngestionCommand = class _GetIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1648
1622
|
return [
|
|
1649
1623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1650
1624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1658,9 +1632,7 @@ var GetIngestionCommand = _GetIngestionCommand;
|
|
|
1658
1632
|
|
|
1659
1633
|
|
|
1660
1634
|
|
|
1661
|
-
var _GetIngestionDestinationCommand = class _GetIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1662
|
-
...commonParams
|
|
1663
|
-
}).m(function(Command, cs, config, o) {
|
|
1635
|
+
var _GetIngestionDestinationCommand = class _GetIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1664
1636
|
return [
|
|
1665
1637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1666
1638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1674,9 +1646,7 @@ var GetIngestionDestinationCommand = _GetIngestionDestinationCommand;
|
|
|
1674
1646
|
|
|
1675
1647
|
|
|
1676
1648
|
|
|
1677
|
-
var _ListAppAuthorizationsCommand = class _ListAppAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1678
|
-
...commonParams
|
|
1679
|
-
}).m(function(Command, cs, config, o) {
|
|
1649
|
+
var _ListAppAuthorizationsCommand = class _ListAppAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1680
1650
|
return [
|
|
1681
1651
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1682
1652
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1690,9 +1660,7 @@ var ListAppAuthorizationsCommand = _ListAppAuthorizationsCommand;
|
|
|
1690
1660
|
|
|
1691
1661
|
|
|
1692
1662
|
|
|
1693
|
-
var _ListAppBundlesCommand = class _ListAppBundlesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1694
|
-
...commonParams
|
|
1695
|
-
}).m(function(Command, cs, config, o) {
|
|
1663
|
+
var _ListAppBundlesCommand = class _ListAppBundlesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1696
1664
|
return [
|
|
1697
1665
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1698
1666
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1706,9 +1674,7 @@ var ListAppBundlesCommand = _ListAppBundlesCommand;
|
|
|
1706
1674
|
|
|
1707
1675
|
|
|
1708
1676
|
|
|
1709
|
-
var _ListIngestionDestinationsCommand = class _ListIngestionDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1710
|
-
...commonParams
|
|
1711
|
-
}).m(function(Command, cs, config, o) {
|
|
1677
|
+
var _ListIngestionDestinationsCommand = class _ListIngestionDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1712
1678
|
return [
|
|
1713
1679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1714
1680
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1722,9 +1688,7 @@ var ListIngestionDestinationsCommand = _ListIngestionDestinationsCommand;
|
|
|
1722
1688
|
|
|
1723
1689
|
|
|
1724
1690
|
|
|
1725
|
-
var _ListIngestionsCommand = class _ListIngestionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1726
|
-
...commonParams
|
|
1727
|
-
}).m(function(Command, cs, config, o) {
|
|
1691
|
+
var _ListIngestionsCommand = class _ListIngestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1728
1692
|
return [
|
|
1729
1693
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1730
1694
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1738,9 +1702,7 @@ var ListIngestionsCommand = _ListIngestionsCommand;
|
|
|
1738
1702
|
|
|
1739
1703
|
|
|
1740
1704
|
|
|
1741
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1742
|
-
...commonParams
|
|
1743
|
-
}).m(function(Command, cs, config, o) {
|
|
1705
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1744
1706
|
return [
|
|
1745
1707
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1746
1708
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1754,9 +1716,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1754
1716
|
|
|
1755
1717
|
|
|
1756
1718
|
|
|
1757
|
-
var _StartIngestionCommand = class _StartIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1758
|
-
...commonParams
|
|
1759
|
-
}).m(function(Command, cs, config, o) {
|
|
1719
|
+
var _StartIngestionCommand = class _StartIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1760
1720
|
return [
|
|
1761
1721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1762
1722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1770,9 +1730,7 @@ var StartIngestionCommand = _StartIngestionCommand;
|
|
|
1770
1730
|
|
|
1771
1731
|
|
|
1772
1732
|
|
|
1773
|
-
var _StartUserAccessTasksCommand = class _StartUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1774
|
-
...commonParams
|
|
1775
|
-
}).m(function(Command, cs, config, o) {
|
|
1733
|
+
var _StartUserAccessTasksCommand = class _StartUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1776
1734
|
return [
|
|
1777
1735
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1778
1736
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1786,9 +1744,7 @@ var StartUserAccessTasksCommand = _StartUserAccessTasksCommand;
|
|
|
1786
1744
|
|
|
1787
1745
|
|
|
1788
1746
|
|
|
1789
|
-
var _StopIngestionCommand = class _StopIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1790
|
-
...commonParams
|
|
1791
|
-
}).m(function(Command, cs, config, o) {
|
|
1747
|
+
var _StopIngestionCommand = class _StopIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1792
1748
|
return [
|
|
1793
1749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1794
1750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1802,9 +1758,7 @@ var StopIngestionCommand = _StopIngestionCommand;
|
|
|
1802
1758
|
|
|
1803
1759
|
|
|
1804
1760
|
|
|
1805
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1806
|
-
...commonParams
|
|
1807
|
-
}).m(function(Command, cs, config, o) {
|
|
1761
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1808
1762
|
return [
|
|
1809
1763
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1810
1764
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1818,9 +1772,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1818
1772
|
|
|
1819
1773
|
|
|
1820
1774
|
|
|
1821
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1822
|
-
...commonParams
|
|
1823
|
-
}).m(function(Command, cs, config, o) {
|
|
1775
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1824
1776
|
return [
|
|
1825
1777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1826
1778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1834,9 +1786,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1834
1786
|
|
|
1835
1787
|
|
|
1836
1788
|
|
|
1837
|
-
var _UpdateAppAuthorizationCommand = class _UpdateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
|
-
...commonParams
|
|
1839
|
-
}).m(function(Command, cs, config, o) {
|
|
1789
|
+
var _UpdateAppAuthorizationCommand = class _UpdateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1840
1790
|
return [
|
|
1841
1791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1842
1792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1850,9 +1800,7 @@ var UpdateAppAuthorizationCommand = _UpdateAppAuthorizationCommand;
|
|
|
1850
1800
|
|
|
1851
1801
|
|
|
1852
1802
|
|
|
1853
|
-
var _UpdateIngestionDestinationCommand = class _UpdateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1854
|
-
...commonParams
|
|
1855
|
-
}).m(function(Command, cs, config, o) {
|
|
1803
|
+
var _UpdateIngestionDestinationCommand = class _UpdateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1856
1804
|
return [
|
|
1857
1805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1858
1806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_BatchGetUserAccessTasksCommand, se_BatchGetUserAccessTasksCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchGetUserAccessTasksCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ConnectAppAuthorizationCommand, se_ConnectAppAuthorizationCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ConnectAppAuthorizationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateAppAuthorizationCommand, se_CreateAppAuthorizationCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAppAuthorizationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateAppBundleCommand, se_CreateAppBundleCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAppBundleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateIngestionCommand, se_CreateIngestionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateIngestionDestinationCommand, se_CreateIngestionDestinationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateIngestionDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAppAuthorizationCommand, se_DeleteAppAuthorizationCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppAuthorizationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAppBundleCommand, se_DeleteAppBundleCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppBundleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteIngestionCommand, se_DeleteIngestionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteIngestionDestinationCommand, se_DeleteIngestionDestinationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIngestionDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAppAuthorizationCommand, se_GetAppAuthorizationCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAppAuthorizationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAppBundleCommand, se_GetAppBundleCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAppBundleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetIngestionCommand, se_GetIngestionCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetIngestionDestinationCommand, se_GetIngestionDestinationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIngestionDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAppAuthorizationsCommand, se_ListAppAuthorizationsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAppAuthorizationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAppBundlesCommand, se_ListAppBundlesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAppBundlesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIngestionDestinationsCommand, se_ListIngestionDestinationsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIngestionDestinationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIngestionsCommand, se_ListIngestionsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIngestionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartIngestionCommand, se_StartIngestionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartUserAccessTasksCommand, se_StartUserAccessTasksCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartUserAccessTasksCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopIngestionCommand, se_StopIngestionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAppAuthorizationCommand, se_UpdateAppAuthorizationCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAppAuthorizationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateIngestionDestinationCommand, se_UpdateIngestionDestinationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateIngestionDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appfabric",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appfabric",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
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.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|