@aws-sdk/client-kinesis-analytics-v2 3.590.0 → 3.596.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -31
- package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
- package/dist-types/commands/AddApplicationInputCommand.d.ts +2 -1
- package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/AddApplicationOutputCommand.d.ts +2 -1
- package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RollbackApplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
- package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/KinesisAnalyticsV2ServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -235,7 +235,6 @@ var KinesisAnalyticsV2Client = _KinesisAnalyticsV2Client;
|
|
|
235
235
|
|
|
236
236
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
237
237
|
|
|
238
|
-
var import_types = require("@smithy/types");
|
|
239
238
|
|
|
240
239
|
// src/protocols/Aws_json1_1.ts
|
|
241
240
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1539,7 +1538,6 @@ var AddApplicationCloudWatchLoggingOptionCommand = _AddApplicationCloudWatchLogg
|
|
|
1539
1538
|
|
|
1540
1539
|
|
|
1541
1540
|
|
|
1542
|
-
|
|
1543
1541
|
var _AddApplicationInputCommand = class _AddApplicationInputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1544
1542
|
...commonParams
|
|
1545
1543
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1556,7 +1554,6 @@ var AddApplicationInputCommand = _AddApplicationInputCommand;
|
|
|
1556
1554
|
|
|
1557
1555
|
|
|
1558
1556
|
|
|
1559
|
-
|
|
1560
1557
|
var _AddApplicationInputProcessingConfigurationCommand = class _AddApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1561
1558
|
...commonParams
|
|
1562
1559
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1573,7 +1570,6 @@ var AddApplicationInputProcessingConfigurationCommand = _AddApplicationInputProc
|
|
|
1573
1570
|
|
|
1574
1571
|
|
|
1575
1572
|
|
|
1576
|
-
|
|
1577
1573
|
var _AddApplicationOutputCommand = class _AddApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1578
1574
|
...commonParams
|
|
1579
1575
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1590,7 +1586,6 @@ var AddApplicationOutputCommand = _AddApplicationOutputCommand;
|
|
|
1590
1586
|
|
|
1591
1587
|
|
|
1592
1588
|
|
|
1593
|
-
|
|
1594
1589
|
var _AddApplicationReferenceDataSourceCommand = class _AddApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1595
1590
|
...commonParams
|
|
1596
1591
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1607,7 +1602,6 @@ var AddApplicationReferenceDataSourceCommand = _AddApplicationReferenceDataSourc
|
|
|
1607
1602
|
|
|
1608
1603
|
|
|
1609
1604
|
|
|
1610
|
-
|
|
1611
1605
|
var _AddApplicationVpcConfigurationCommand = class _AddApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1612
1606
|
...commonParams
|
|
1613
1607
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1624,7 +1618,6 @@ var AddApplicationVpcConfigurationCommand = _AddApplicationVpcConfigurationComma
|
|
|
1624
1618
|
|
|
1625
1619
|
|
|
1626
1620
|
|
|
1627
|
-
|
|
1628
1621
|
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1629
1622
|
...commonParams
|
|
1630
1623
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1641,7 +1634,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1641
1634
|
|
|
1642
1635
|
|
|
1643
1636
|
|
|
1644
|
-
|
|
1645
1637
|
var _CreateApplicationPresignedUrlCommand = class _CreateApplicationPresignedUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1646
1638
|
...commonParams
|
|
1647
1639
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1658,7 +1650,6 @@ var CreateApplicationPresignedUrlCommand = _CreateApplicationPresignedUrlCommand
|
|
|
1658
1650
|
|
|
1659
1651
|
|
|
1660
1652
|
|
|
1661
|
-
|
|
1662
1653
|
var _CreateApplicationSnapshotCommand = class _CreateApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1663
1654
|
...commonParams
|
|
1664
1655
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1675,7 +1666,6 @@ var CreateApplicationSnapshotCommand = _CreateApplicationSnapshotCommand;
|
|
|
1675
1666
|
|
|
1676
1667
|
|
|
1677
1668
|
|
|
1678
|
-
|
|
1679
1669
|
var _DeleteApplicationCloudWatchLoggingOptionCommand = class _DeleteApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1680
1670
|
...commonParams
|
|
1681
1671
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1692,7 +1682,6 @@ var DeleteApplicationCloudWatchLoggingOptionCommand = _DeleteApplicationCloudWat
|
|
|
1692
1682
|
|
|
1693
1683
|
|
|
1694
1684
|
|
|
1695
|
-
|
|
1696
1685
|
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1697
1686
|
...commonParams
|
|
1698
1687
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1709,7 +1698,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
1709
1698
|
|
|
1710
1699
|
|
|
1711
1700
|
|
|
1712
|
-
|
|
1713
1701
|
var _DeleteApplicationInputProcessingConfigurationCommand = class _DeleteApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1714
1702
|
...commonParams
|
|
1715
1703
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1726,7 +1714,6 @@ var DeleteApplicationInputProcessingConfigurationCommand = _DeleteApplicationInp
|
|
|
1726
1714
|
|
|
1727
1715
|
|
|
1728
1716
|
|
|
1729
|
-
|
|
1730
1717
|
var _DeleteApplicationOutputCommand = class _DeleteApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1731
1718
|
...commonParams
|
|
1732
1719
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1743,7 +1730,6 @@ var DeleteApplicationOutputCommand = _DeleteApplicationOutputCommand;
|
|
|
1743
1730
|
|
|
1744
1731
|
|
|
1745
1732
|
|
|
1746
|
-
|
|
1747
1733
|
var _DeleteApplicationReferenceDataSourceCommand = class _DeleteApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1748
1734
|
...commonParams
|
|
1749
1735
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1760,7 +1746,6 @@ var DeleteApplicationReferenceDataSourceCommand = _DeleteApplicationReferenceDat
|
|
|
1760
1746
|
|
|
1761
1747
|
|
|
1762
1748
|
|
|
1763
|
-
|
|
1764
1749
|
var _DeleteApplicationSnapshotCommand = class _DeleteApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1765
1750
|
...commonParams
|
|
1766
1751
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1777,7 +1762,6 @@ var DeleteApplicationSnapshotCommand = _DeleteApplicationSnapshotCommand;
|
|
|
1777
1762
|
|
|
1778
1763
|
|
|
1779
1764
|
|
|
1780
|
-
|
|
1781
1765
|
var _DeleteApplicationVpcConfigurationCommand = class _DeleteApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1782
1766
|
...commonParams
|
|
1783
1767
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1794,7 +1778,6 @@ var DeleteApplicationVpcConfigurationCommand = _DeleteApplicationVpcConfiguratio
|
|
|
1794
1778
|
|
|
1795
1779
|
|
|
1796
1780
|
|
|
1797
|
-
|
|
1798
1781
|
var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1799
1782
|
...commonParams
|
|
1800
1783
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1811,7 +1794,6 @@ var DescribeApplicationCommand = _DescribeApplicationCommand;
|
|
|
1811
1794
|
|
|
1812
1795
|
|
|
1813
1796
|
|
|
1814
|
-
|
|
1815
1797
|
var _DescribeApplicationSnapshotCommand = class _DescribeApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1816
1798
|
...commonParams
|
|
1817
1799
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1828,7 +1810,6 @@ var DescribeApplicationSnapshotCommand = _DescribeApplicationSnapshotCommand;
|
|
|
1828
1810
|
|
|
1829
1811
|
|
|
1830
1812
|
|
|
1831
|
-
|
|
1832
1813
|
var _DescribeApplicationVersionCommand = class _DescribeApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1833
1814
|
...commonParams
|
|
1834
1815
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1845,7 +1826,6 @@ var DescribeApplicationVersionCommand = _DescribeApplicationVersionCommand;
|
|
|
1845
1826
|
|
|
1846
1827
|
|
|
1847
1828
|
|
|
1848
|
-
|
|
1849
1829
|
var _DiscoverInputSchemaCommand = class _DiscoverInputSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1850
1830
|
...commonParams
|
|
1851
1831
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1862,7 +1842,6 @@ var DiscoverInputSchemaCommand = _DiscoverInputSchemaCommand;
|
|
|
1862
1842
|
|
|
1863
1843
|
|
|
1864
1844
|
|
|
1865
|
-
|
|
1866
1845
|
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1867
1846
|
...commonParams
|
|
1868
1847
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1879,7 +1858,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1879
1858
|
|
|
1880
1859
|
|
|
1881
1860
|
|
|
1882
|
-
|
|
1883
1861
|
var _ListApplicationSnapshotsCommand = class _ListApplicationSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1884
1862
|
...commonParams
|
|
1885
1863
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1896,7 +1874,6 @@ var ListApplicationSnapshotsCommand = _ListApplicationSnapshotsCommand;
|
|
|
1896
1874
|
|
|
1897
1875
|
|
|
1898
1876
|
|
|
1899
|
-
|
|
1900
1877
|
var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1901
1878
|
...commonParams
|
|
1902
1879
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1913,7 +1890,6 @@ var ListApplicationVersionsCommand = _ListApplicationVersionsCommand;
|
|
|
1913
1890
|
|
|
1914
1891
|
|
|
1915
1892
|
|
|
1916
|
-
|
|
1917
1893
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1918
1894
|
...commonParams
|
|
1919
1895
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1930,7 +1906,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1930
1906
|
|
|
1931
1907
|
|
|
1932
1908
|
|
|
1933
|
-
|
|
1934
1909
|
var _RollbackApplicationCommand = class _RollbackApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1935
1910
|
...commonParams
|
|
1936
1911
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1947,7 +1922,6 @@ var RollbackApplicationCommand = _RollbackApplicationCommand;
|
|
|
1947
1922
|
|
|
1948
1923
|
|
|
1949
1924
|
|
|
1950
|
-
|
|
1951
1925
|
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1952
1926
|
...commonParams
|
|
1953
1927
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1964,7 +1938,6 @@ var StartApplicationCommand = _StartApplicationCommand;
|
|
|
1964
1938
|
|
|
1965
1939
|
|
|
1966
1940
|
|
|
1967
|
-
|
|
1968
1941
|
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1969
1942
|
...commonParams
|
|
1970
1943
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1981,7 +1954,6 @@ var StopApplicationCommand = _StopApplicationCommand;
|
|
|
1981
1954
|
|
|
1982
1955
|
|
|
1983
1956
|
|
|
1984
|
-
|
|
1985
1957
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1986
1958
|
...commonParams
|
|
1987
1959
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1998,7 +1970,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1998
1970
|
|
|
1999
1971
|
|
|
2000
1972
|
|
|
2001
|
-
|
|
2002
1973
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2003
1974
|
...commonParams
|
|
2004
1975
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2015,7 +1986,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2015
1986
|
|
|
2016
1987
|
|
|
2017
1988
|
|
|
2018
|
-
|
|
2019
1989
|
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2020
1990
|
...commonParams
|
|
2021
1991
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2032,7 +2002,6 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
|
2032
2002
|
|
|
2033
2003
|
|
|
2034
2004
|
|
|
2035
|
-
|
|
2036
2005
|
var _UpdateApplicationMaintenanceConfigurationCommand = class _UpdateApplicationMaintenanceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2037
2006
|
...commonParams
|
|
2038
2007
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export * from "./KinesisAnalyticsV2Client";
|
|
12
12
|
export * from "./KinesisAnalyticsV2";
|
|
13
13
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
-
export { KinesisAnalyticsV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
14
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
+
export type { KinesisAnalyticsV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./models";
|
|
18
18
|
export { KinesisAnalyticsV2ServiceException } from "./models/KinesisAnalyticsV2ServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddApplicationCloudWatchLoggingOptionRequest,
|
|
10
10
|
AddApplicationCloudWatchLoggingOptionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddApplicationCloudWatchLoggingOptionCommandInput
|
|
14
15
|
extends AddApplicationCloudWatchLoggingOptionRequest {}
|
|
15
16
|
export interface AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddApplicationInputRequest,
|
|
10
10
|
AddApplicationInputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddApplicationInputCommandInput
|
|
14
15
|
extends AddApplicationInputRequest {}
|
|
15
16
|
export interface AddApplicationInputCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddApplicationInputProcessingConfigurationRequest,
|
|
10
10
|
AddApplicationInputProcessingConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddApplicationInputProcessingConfigurationCommandInput
|
|
14
15
|
extends AddApplicationInputProcessingConfigurationRequest {}
|
|
15
16
|
export interface AddApplicationInputProcessingConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddApplicationOutputRequest,
|
|
10
10
|
AddApplicationOutputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddApplicationOutputCommandInput
|
|
14
15
|
extends AddApplicationOutputRequest {}
|
|
15
16
|
export interface AddApplicationOutputCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddApplicationReferenceDataSourceRequest,
|
|
10
10
|
AddApplicationReferenceDataSourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddApplicationReferenceDataSourceCommandInput
|
|
14
15
|
extends AddApplicationReferenceDataSourceRequest {}
|
|
15
16
|
export interface AddApplicationReferenceDataSourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddApplicationVpcConfigurationRequest,
|
|
10
10
|
AddApplicationVpcConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddApplicationVpcConfigurationCommandInput
|
|
14
15
|
extends AddApplicationVpcConfigurationRequest {}
|
|
15
16
|
export interface AddApplicationVpcConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationRequest,
|
|
10
10
|
CreateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationCommandInput
|
|
14
15
|
extends CreateApplicationRequest {}
|
|
15
16
|
export interface CreateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationPresignedUrlRequest,
|
|
10
10
|
CreateApplicationPresignedUrlResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationPresignedUrlCommandInput
|
|
14
15
|
extends CreateApplicationPresignedUrlRequest {}
|
|
15
16
|
export interface CreateApplicationPresignedUrlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationSnapshotRequest,
|
|
10
10
|
CreateApplicationSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationSnapshotCommandInput
|
|
14
15
|
extends CreateApplicationSnapshotRequest {}
|
|
15
16
|
export interface CreateApplicationSnapshotCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationCloudWatchLoggingOptionRequest,
|
|
10
10
|
DeleteApplicationCloudWatchLoggingOptionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
14
15
|
extends DeleteApplicationCloudWatchLoggingOptionRequest {}
|
|
15
16
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationRequest,
|
|
10
10
|
DeleteApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationCommandInput
|
|
14
15
|
extends DeleteApplicationRequest {}
|
|
15
16
|
export interface DeleteApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationInputProcessingConfigurationRequest,
|
|
10
10
|
DeleteApplicationInputProcessingConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationInputProcessingConfigurationCommandInput
|
|
14
15
|
extends DeleteApplicationInputProcessingConfigurationRequest {}
|
|
15
16
|
export interface DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationOutputRequest,
|
|
10
10
|
DeleteApplicationOutputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationOutputCommandInput
|
|
14
15
|
extends DeleteApplicationOutputRequest {}
|
|
15
16
|
export interface DeleteApplicationOutputCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationReferenceDataSourceRequest,
|
|
10
10
|
DeleteApplicationReferenceDataSourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationReferenceDataSourceCommandInput
|
|
14
15
|
extends DeleteApplicationReferenceDataSourceRequest {}
|
|
15
16
|
export interface DeleteApplicationReferenceDataSourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationSnapshotRequest,
|
|
10
10
|
DeleteApplicationSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationSnapshotCommandInput
|
|
14
15
|
extends DeleteApplicationSnapshotRequest {}
|
|
15
16
|
export interface DeleteApplicationSnapshotCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationVpcConfigurationRequest,
|
|
10
10
|
DeleteApplicationVpcConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationVpcConfigurationCommandInput
|
|
14
15
|
extends DeleteApplicationVpcConfigurationRequest {}
|
|
15
16
|
export interface DeleteApplicationVpcConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeApplicationRequest,
|
|
10
10
|
DescribeApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeApplicationCommandInput
|
|
14
15
|
extends DescribeApplicationRequest {}
|
|
15
16
|
export interface DescribeApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeApplicationSnapshotRequest,
|
|
10
10
|
DescribeApplicationSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeApplicationSnapshotCommandInput
|
|
14
15
|
extends DescribeApplicationSnapshotRequest {}
|
|
15
16
|
export interface DescribeApplicationSnapshotCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeApplicationVersionRequest,
|
|
10
10
|
DescribeApplicationVersionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeApplicationVersionCommandInput
|
|
14
15
|
extends DescribeApplicationVersionRequest {}
|
|
15
16
|
export interface DescribeApplicationVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DiscoverInputSchemaRequest,
|
|
10
10
|
DiscoverInputSchemaResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DiscoverInputSchemaCommandInput
|
|
14
15
|
extends DiscoverInputSchemaRequest {}
|
|
15
16
|
export interface DiscoverInputSchemaCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationSnapshotsRequest,
|
|
10
10
|
ListApplicationSnapshotsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationSnapshotsCommandInput
|
|
14
15
|
extends ListApplicationSnapshotsRequest {}
|
|
15
16
|
export interface ListApplicationSnapshotsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationVersionsRequest,
|
|
10
10
|
ListApplicationVersionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationVersionsCommandInput
|
|
14
15
|
extends ListApplicationVersionsRequest {}
|
|
15
16
|
export interface ListApplicationVersionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationsRequest,
|
|
10
10
|
ListApplicationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
14
15
|
export interface ListApplicationsCommandOutput
|
|
15
16
|
extends ListApplicationsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RollbackApplicationRequest,
|
|
10
10
|
RollbackApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RollbackApplicationCommandInput
|
|
14
15
|
extends RollbackApplicationRequest {}
|
|
15
16
|
export interface RollbackApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartApplicationRequest,
|
|
10
10
|
StartApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
14
15
|
export interface StartApplicationCommandOutput
|
|
15
16
|
extends StartApplicationResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopApplicationRequest,
|
|
10
10
|
StopApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
14
15
|
export interface StopApplicationCommandOutput
|
|
15
16
|
extends StopApplicationResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KinesisAnalyticsV2Client";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateApplicationRequest,
|
|
10
10
|
UpdateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateApplicationCommandInput
|
|
14
15
|
extends UpdateApplicationRequest {}
|
|
15
16
|
export interface UpdateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateApplicationMaintenanceConfigurationRequest,
|
|
10
10
|
UpdateApplicationMaintenanceConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateApplicationMaintenanceConfigurationCommandInput
|
|
14
15
|
extends UpdateApplicationMaintenanceConfigurationRequest {}
|
|
15
16
|
export interface UpdateApplicationMaintenanceConfigurationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class KinesisAnalyticsV2ServiceException 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-kinesis-analytics-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|