@aws-sdk/client-kinesis-analytics 3.496.0 → 3.501.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 +20 -19
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1944,14 +1944,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1944
1944
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1945
1945
|
|
|
1946
1946
|
0 && (module.exports = {
|
|
1947
|
+
KinesisAnalyticsServiceException,
|
|
1948
|
+
__Client,
|
|
1949
|
+
KinesisAnalyticsClient,
|
|
1950
|
+
KinesisAnalytics,
|
|
1951
|
+
$Command,
|
|
1947
1952
|
AddApplicationCloudWatchLoggingOptionCommand,
|
|
1948
1953
|
AddApplicationInputCommand,
|
|
1949
1954
|
AddApplicationInputProcessingConfigurationCommand,
|
|
1950
1955
|
AddApplicationOutputCommand,
|
|
1951
1956
|
AddApplicationReferenceDataSourceCommand,
|
|
1952
|
-
ApplicationStatus,
|
|
1953
|
-
CodeValidationException,
|
|
1954
|
-
ConcurrentModificationException,
|
|
1955
1957
|
CreateApplicationCommand,
|
|
1956
1958
|
DeleteApplicationCloudWatchLoggingOptionCommand,
|
|
1957
1959
|
DeleteApplicationCommand,
|
|
@@ -1960,28 +1962,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1960
1962
|
DeleteApplicationReferenceDataSourceCommand,
|
|
1961
1963
|
DescribeApplicationCommand,
|
|
1962
1964
|
DiscoverInputSchemaCommand,
|
|
1963
|
-
InputStartingPosition,
|
|
1964
|
-
InvalidApplicationConfigurationException,
|
|
1965
|
-
InvalidArgumentException,
|
|
1966
|
-
KinesisAnalytics,
|
|
1967
|
-
KinesisAnalyticsClient,
|
|
1968
|
-
KinesisAnalyticsServiceException,
|
|
1969
|
-
LimitExceededException,
|
|
1970
1965
|
ListApplicationsCommand,
|
|
1971
1966
|
ListTagsForResourceCommand,
|
|
1972
|
-
RecordFormatType,
|
|
1973
|
-
ResourceInUseException,
|
|
1974
|
-
ResourceNotFoundException,
|
|
1975
|
-
ResourceProvisionedThroughputExceededException,
|
|
1976
|
-
ServiceUnavailableException,
|
|
1977
1967
|
StartApplicationCommand,
|
|
1978
1968
|
StopApplicationCommand,
|
|
1979
1969
|
TagResourceCommand,
|
|
1980
|
-
TooManyTagsException,
|
|
1981
|
-
UnableToDetectSchemaException,
|
|
1982
|
-
UnsupportedOperationException,
|
|
1983
1970
|
UntagResourceCommand,
|
|
1984
1971
|
UpdateApplicationCommand,
|
|
1985
|
-
|
|
1972
|
+
ConcurrentModificationException,
|
|
1973
|
+
InvalidArgumentException,
|
|
1974
|
+
ResourceInUseException,
|
|
1975
|
+
ResourceNotFoundException,
|
|
1976
|
+
UnsupportedOperationException,
|
|
1977
|
+
RecordFormatType,
|
|
1978
|
+
CodeValidationException,
|
|
1979
|
+
ApplicationStatus,
|
|
1980
|
+
InputStartingPosition,
|
|
1981
|
+
LimitExceededException,
|
|
1982
|
+
TooManyTagsException,
|
|
1983
|
+
ResourceProvisionedThroughputExceededException,
|
|
1984
|
+
ServiceUnavailableException,
|
|
1985
|
+
UnableToDetectSchemaException,
|
|
1986
|
+
InvalidApplicationConfigurationException
|
|
1986
1987
|
});
|
|
1987
1988
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-analytics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Analytics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|