@aws-sdk/client-budgets 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/CreateBudgetActionCommand.js +1 -3
- package/dist-es/commands/CreateBudgetCommand.js +1 -3
- package/dist-es/commands/CreateNotificationCommand.js +1 -3
- package/dist-es/commands/CreateSubscriberCommand.js +1 -3
- package/dist-es/commands/DeleteBudgetActionCommand.js +1 -3
- package/dist-es/commands/DeleteBudgetCommand.js +1 -3
- package/dist-es/commands/DeleteNotificationCommand.js +1 -3
- package/dist-es/commands/DeleteSubscriberCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetActionCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +1 -3
- package/dist-es/commands/DescribeBudgetsCommand.js +1 -3
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +1 -3
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +1 -3
- package/dist-es/commands/ExecuteBudgetActionCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateBudgetActionCommand.js +1 -3
- package/dist-es/commands/UpdateBudgetCommand.js +1 -3
- package/dist-es/commands/UpdateNotificationCommand.js +1 -3
- package/dist-es/commands/UpdateSubscriberCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1671,9 +1671,7 @@ function sharedHeaders(operation) {
|
|
|
1671
1671
|
__name(sharedHeaders, "sharedHeaders");
|
|
1672
1672
|
|
|
1673
1673
|
// src/commands/CreateBudgetActionCommand.ts
|
|
1674
|
-
var _CreateBudgetActionCommand = class _CreateBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1675
|
-
...commonParams
|
|
1676
|
-
}).m(function(Command, cs, config, o) {
|
|
1674
|
+
var _CreateBudgetActionCommand = class _CreateBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1677
1675
|
return [
|
|
1678
1676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1679
1677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1687,9 +1685,7 @@ var CreateBudgetActionCommand = _CreateBudgetActionCommand;
|
|
|
1687
1685
|
|
|
1688
1686
|
|
|
1689
1687
|
|
|
1690
|
-
var _CreateBudgetCommand = class _CreateBudgetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1691
|
-
...commonParams
|
|
1692
|
-
}).m(function(Command, cs, config, o) {
|
|
1688
|
+
var _CreateBudgetCommand = class _CreateBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1693
1689
|
return [
|
|
1694
1690
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1695
1691
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1703,9 +1699,7 @@ var CreateBudgetCommand = _CreateBudgetCommand;
|
|
|
1703
1699
|
|
|
1704
1700
|
|
|
1705
1701
|
|
|
1706
|
-
var _CreateNotificationCommand = class _CreateNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1707
|
-
...commonParams
|
|
1708
|
-
}).m(function(Command, cs, config, o) {
|
|
1702
|
+
var _CreateNotificationCommand = class _CreateNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1709
1703
|
return [
|
|
1710
1704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1711
1705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1719,9 +1713,7 @@ var CreateNotificationCommand = _CreateNotificationCommand;
|
|
|
1719
1713
|
|
|
1720
1714
|
|
|
1721
1715
|
|
|
1722
|
-
var _CreateSubscriberCommand = class _CreateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1723
|
-
...commonParams
|
|
1724
|
-
}).m(function(Command, cs, config, o) {
|
|
1716
|
+
var _CreateSubscriberCommand = class _CreateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1725
1717
|
return [
|
|
1726
1718
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1727
1719
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1735,9 +1727,7 @@ var CreateSubscriberCommand = _CreateSubscriberCommand;
|
|
|
1735
1727
|
|
|
1736
1728
|
|
|
1737
1729
|
|
|
1738
|
-
var _DeleteBudgetActionCommand = class _DeleteBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1739
|
-
...commonParams
|
|
1740
|
-
}).m(function(Command, cs, config, o) {
|
|
1730
|
+
var _DeleteBudgetActionCommand = class _DeleteBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1741
1731
|
return [
|
|
1742
1732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1743
1733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1751,9 +1741,7 @@ var DeleteBudgetActionCommand = _DeleteBudgetActionCommand;
|
|
|
1751
1741
|
|
|
1752
1742
|
|
|
1753
1743
|
|
|
1754
|
-
var _DeleteBudgetCommand = class _DeleteBudgetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1755
|
-
...commonParams
|
|
1756
|
-
}).m(function(Command, cs, config, o) {
|
|
1744
|
+
var _DeleteBudgetCommand = class _DeleteBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1757
1745
|
return [
|
|
1758
1746
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1759
1747
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1767,9 +1755,7 @@ var DeleteBudgetCommand = _DeleteBudgetCommand;
|
|
|
1767
1755
|
|
|
1768
1756
|
|
|
1769
1757
|
|
|
1770
|
-
var _DeleteNotificationCommand = class _DeleteNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1771
|
-
...commonParams
|
|
1772
|
-
}).m(function(Command, cs, config, o) {
|
|
1758
|
+
var _DeleteNotificationCommand = class _DeleteNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1773
1759
|
return [
|
|
1774
1760
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1775
1761
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1783,9 +1769,7 @@ var DeleteNotificationCommand = _DeleteNotificationCommand;
|
|
|
1783
1769
|
|
|
1784
1770
|
|
|
1785
1771
|
|
|
1786
|
-
var _DeleteSubscriberCommand = class _DeleteSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1787
|
-
...commonParams
|
|
1788
|
-
}).m(function(Command, cs, config, o) {
|
|
1772
|
+
var _DeleteSubscriberCommand = class _DeleteSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1789
1773
|
return [
|
|
1790
1774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1791
1775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1799,9 +1783,7 @@ var DeleteSubscriberCommand = _DeleteSubscriberCommand;
|
|
|
1799
1783
|
|
|
1800
1784
|
|
|
1801
1785
|
|
|
1802
|
-
var _DescribeBudgetActionCommand = class _DescribeBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1803
|
-
...commonParams
|
|
1804
|
-
}).m(function(Command, cs, config, o) {
|
|
1786
|
+
var _DescribeBudgetActionCommand = class _DescribeBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1805
1787
|
return [
|
|
1806
1788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1807
1789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1815,9 +1797,7 @@ var DescribeBudgetActionCommand = _DescribeBudgetActionCommand;
|
|
|
1815
1797
|
|
|
1816
1798
|
|
|
1817
1799
|
|
|
1818
|
-
var _DescribeBudgetActionHistoriesCommand = class _DescribeBudgetActionHistoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1819
|
-
...commonParams
|
|
1820
|
-
}).m(function(Command, cs, config, o) {
|
|
1800
|
+
var _DescribeBudgetActionHistoriesCommand = class _DescribeBudgetActionHistoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1821
1801
|
return [
|
|
1822
1802
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1823
1803
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1831,9 +1811,7 @@ var DescribeBudgetActionHistoriesCommand = _DescribeBudgetActionHistoriesCommand
|
|
|
1831
1811
|
|
|
1832
1812
|
|
|
1833
1813
|
|
|
1834
|
-
var _DescribeBudgetActionsForAccountCommand = class _DescribeBudgetActionsForAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1835
|
-
...commonParams
|
|
1836
|
-
}).m(function(Command, cs, config, o) {
|
|
1814
|
+
var _DescribeBudgetActionsForAccountCommand = class _DescribeBudgetActionsForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1837
1815
|
return [
|
|
1838
1816
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1839
1817
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1847,9 +1825,7 @@ var DescribeBudgetActionsForAccountCommand = _DescribeBudgetActionsForAccountCom
|
|
|
1847
1825
|
|
|
1848
1826
|
|
|
1849
1827
|
|
|
1850
|
-
var _DescribeBudgetActionsForBudgetCommand = class _DescribeBudgetActionsForBudgetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1851
|
-
...commonParams
|
|
1852
|
-
}).m(function(Command, cs, config, o) {
|
|
1828
|
+
var _DescribeBudgetActionsForBudgetCommand = class _DescribeBudgetActionsForBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1853
1829
|
return [
|
|
1854
1830
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1855
1831
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1863,9 +1839,7 @@ var DescribeBudgetActionsForBudgetCommand = _DescribeBudgetActionsForBudgetComma
|
|
|
1863
1839
|
|
|
1864
1840
|
|
|
1865
1841
|
|
|
1866
|
-
var _DescribeBudgetCommand = class _DescribeBudgetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1867
|
-
...commonParams
|
|
1868
|
-
}).m(function(Command, cs, config, o) {
|
|
1842
|
+
var _DescribeBudgetCommand = class _DescribeBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1869
1843
|
return [
|
|
1870
1844
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1871
1845
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1879,9 +1853,7 @@ var DescribeBudgetCommand = _DescribeBudgetCommand;
|
|
|
1879
1853
|
|
|
1880
1854
|
|
|
1881
1855
|
|
|
1882
|
-
var _DescribeBudgetNotificationsForAccountCommand = class _DescribeBudgetNotificationsForAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1883
|
-
...commonParams
|
|
1884
|
-
}).m(function(Command, cs, config, o) {
|
|
1856
|
+
var _DescribeBudgetNotificationsForAccountCommand = class _DescribeBudgetNotificationsForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1885
1857
|
return [
|
|
1886
1858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1887
1859
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1895,9 +1867,7 @@ var DescribeBudgetNotificationsForAccountCommand = _DescribeBudgetNotificationsF
|
|
|
1895
1867
|
|
|
1896
1868
|
|
|
1897
1869
|
|
|
1898
|
-
var _DescribeBudgetPerformanceHistoryCommand = class _DescribeBudgetPerformanceHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1899
|
-
...commonParams
|
|
1900
|
-
}).m(function(Command, cs, config, o) {
|
|
1870
|
+
var _DescribeBudgetPerformanceHistoryCommand = class _DescribeBudgetPerformanceHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1901
1871
|
return [
|
|
1902
1872
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1903
1873
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1911,9 +1881,7 @@ var DescribeBudgetPerformanceHistoryCommand = _DescribeBudgetPerformanceHistoryC
|
|
|
1911
1881
|
|
|
1912
1882
|
|
|
1913
1883
|
|
|
1914
|
-
var _DescribeBudgetsCommand = class _DescribeBudgetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1915
|
-
...commonParams
|
|
1916
|
-
}).m(function(Command, cs, config, o) {
|
|
1884
|
+
var _DescribeBudgetsCommand = class _DescribeBudgetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1917
1885
|
return [
|
|
1918
1886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1919
1887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1927,9 +1895,7 @@ var DescribeBudgetsCommand = _DescribeBudgetsCommand;
|
|
|
1927
1895
|
|
|
1928
1896
|
|
|
1929
1897
|
|
|
1930
|
-
var _DescribeNotificationsForBudgetCommand = class _DescribeNotificationsForBudgetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1931
|
-
...commonParams
|
|
1932
|
-
}).m(function(Command, cs, config, o) {
|
|
1898
|
+
var _DescribeNotificationsForBudgetCommand = class _DescribeNotificationsForBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1933
1899
|
return [
|
|
1934
1900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1935
1901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1943,9 +1909,7 @@ var DescribeNotificationsForBudgetCommand = _DescribeNotificationsForBudgetComma
|
|
|
1943
1909
|
|
|
1944
1910
|
|
|
1945
1911
|
|
|
1946
|
-
var _DescribeSubscribersForNotificationCommand = class _DescribeSubscribersForNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1947
|
-
...commonParams
|
|
1948
|
-
}).m(function(Command, cs, config, o) {
|
|
1912
|
+
var _DescribeSubscribersForNotificationCommand = class _DescribeSubscribersForNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1949
1913
|
return [
|
|
1950
1914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1951
1915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1959,9 +1923,7 @@ var DescribeSubscribersForNotificationCommand = _DescribeSubscribersForNotificat
|
|
|
1959
1923
|
|
|
1960
1924
|
|
|
1961
1925
|
|
|
1962
|
-
var _ExecuteBudgetActionCommand = class _ExecuteBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1963
|
-
...commonParams
|
|
1964
|
-
}).m(function(Command, cs, config, o) {
|
|
1926
|
+
var _ExecuteBudgetActionCommand = class _ExecuteBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1965
1927
|
return [
|
|
1966
1928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1967
1929
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1975,9 +1937,7 @@ var ExecuteBudgetActionCommand = _ExecuteBudgetActionCommand;
|
|
|
1975
1937
|
|
|
1976
1938
|
|
|
1977
1939
|
|
|
1978
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1979
|
-
...commonParams
|
|
1980
|
-
}).m(function(Command, cs, config, o) {
|
|
1940
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1981
1941
|
return [
|
|
1982
1942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1983
1943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1991,9 +1951,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1991
1951
|
|
|
1992
1952
|
|
|
1993
1953
|
|
|
1994
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1995
|
-
...commonParams
|
|
1996
|
-
}).m(function(Command, cs, config, o) {
|
|
1954
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1997
1955
|
return [
|
|
1998
1956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1999
1957
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2007,9 +1965,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2007
1965
|
|
|
2008
1966
|
|
|
2009
1967
|
|
|
2010
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2011
|
-
...commonParams
|
|
2012
|
-
}).m(function(Command, cs, config, o) {
|
|
1968
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2013
1969
|
return [
|
|
2014
1970
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2015
1971
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2023,9 +1979,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2023
1979
|
|
|
2024
1980
|
|
|
2025
1981
|
|
|
2026
|
-
var _UpdateBudgetActionCommand = class _UpdateBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2027
|
-
...commonParams
|
|
2028
|
-
}).m(function(Command, cs, config, o) {
|
|
1982
|
+
var _UpdateBudgetActionCommand = class _UpdateBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2029
1983
|
return [
|
|
2030
1984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2031
1985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2039,9 +1993,7 @@ var UpdateBudgetActionCommand = _UpdateBudgetActionCommand;
|
|
|
2039
1993
|
|
|
2040
1994
|
|
|
2041
1995
|
|
|
2042
|
-
var _UpdateBudgetCommand = class _UpdateBudgetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2043
|
-
...commonParams
|
|
2044
|
-
}).m(function(Command, cs, config, o) {
|
|
1996
|
+
var _UpdateBudgetCommand = class _UpdateBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2045
1997
|
return [
|
|
2046
1998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2047
1999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2055,9 +2007,7 @@ var UpdateBudgetCommand = _UpdateBudgetCommand;
|
|
|
2055
2007
|
|
|
2056
2008
|
|
|
2057
2009
|
|
|
2058
|
-
var _UpdateNotificationCommand = class _UpdateNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2059
|
-
...commonParams
|
|
2060
|
-
}).m(function(Command, cs, config, o) {
|
|
2010
|
+
var _UpdateNotificationCommand = class _UpdateNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2061
2011
|
return [
|
|
2062
2012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2063
2013
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2071,9 +2021,7 @@ var UpdateNotificationCommand = _UpdateNotificationCommand;
|
|
|
2071
2021
|
|
|
2072
2022
|
|
|
2073
2023
|
|
|
2074
|
-
var _UpdateSubscriberCommand = class _UpdateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2075
|
-
...commonParams
|
|
2076
|
-
}).m(function(Command, cs, config, o) {
|
|
2024
|
+
var _UpdateSubscriberCommand = class _UpdateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2077
2025
|
return [
|
|
2078
2026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2079
2027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateBudgetActionCommand, se_CreateBudgetActionCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateBudgetActionCommand 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_CreateBudgetCommand, se_CreateBudgetCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateBudgetCommand 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_CreateNotificationCommand, se_CreateNotificationCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateNotificationCommand 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_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSubscriberCommand 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_DeleteBudgetActionCommand, se_DeleteBudgetActionCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteBudgetActionCommand 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_DeleteBudgetCommand, se_DeleteBudgetCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteBudgetCommand 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_DeleteNotificationCommand, se_DeleteNotificationCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNotificationCommand 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_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteSubscriberCommand 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_DescribeBudgetActionCommand, se_DescribeBudgetActionCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBudgetActionCommand 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_DescribeBudgetActionHistoriesCommand, se_DescribeBudgetActionHistori
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBudgetActionHistoriesCommand 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_DescribeBudgetActionsForAccountCommand, se_DescribeBudgetActionsForA
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBudgetActionsForAccountCommand 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_DescribeBudgetActionsForBudgetCommand, se_DescribeBudgetActionsForBu
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBudgetActionsForBudgetCommand 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_DescribeBudgetCommand, se_DescribeBudgetCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeBudgetCommand 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_DescribeBudgetNotificationsForAccountCommand, se_DescribeBudgetNotif
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeBudgetNotificationsForAccountCommand 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_DescribeBudgetPerformanceHistoryCommand, se_DescribeBudgetPerformanc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeBudgetPerformanceHistoryCommand 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_DescribeBudgetsCommand, se_DescribeBudgetsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeBudgetsCommand 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_DescribeNotificationsForBudgetCommand, se_DescribeNotificationsForBu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeNotificationsForBudgetCommand 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_DescribeSubscribersForNotificationCommand, se_DescribeSubscribersFor
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeSubscribersForNotificationCommand 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_ExecuteBudgetActionCommand, se_ExecuteBudgetActionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExecuteBudgetActionCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateBudgetActionCommand, se_UpdateBudgetActionCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateBudgetActionCommand 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_UpdateBudgetCommand, se_UpdateBudgetCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateBudgetCommand 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_UpdateNotificationCommand, se_UpdateNotificationCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateNotificationCommand 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_UpdateSubscriberCommand, se_UpdateSubscriberCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateSubscriberCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-budgets",
|
|
3
3
|
"description": "AWS SDK for JavaScript Budgets 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-budgets",
|
|
@@ -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",
|