@aws-sdk/client-kinesis-analytics-v2 3.496.0 → 3.499.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 +30 -29
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2966,20 +2966,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2966
2966
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2967
2967
|
|
|
2968
2968
|
0 && (module.exports = {
|
|
2969
|
+
KinesisAnalyticsV2ServiceException,
|
|
2970
|
+
__Client,
|
|
2971
|
+
KinesisAnalyticsV2Client,
|
|
2972
|
+
KinesisAnalyticsV2,
|
|
2973
|
+
$Command,
|
|
2969
2974
|
AddApplicationCloudWatchLoggingOptionCommand,
|
|
2970
2975
|
AddApplicationInputCommand,
|
|
2971
2976
|
AddApplicationInputProcessingConfigurationCommand,
|
|
2972
2977
|
AddApplicationOutputCommand,
|
|
2973
2978
|
AddApplicationReferenceDataSourceCommand,
|
|
2974
2979
|
AddApplicationVpcConfigurationCommand,
|
|
2975
|
-
ApplicationMode,
|
|
2976
|
-
ApplicationRestoreType,
|
|
2977
|
-
ApplicationStatus,
|
|
2978
|
-
ArtifactType,
|
|
2979
|
-
CodeContentType,
|
|
2980
|
-
CodeValidationException,
|
|
2981
|
-
ConcurrentModificationException,
|
|
2982
|
-
ConfigurationType,
|
|
2983
2980
|
CreateApplicationCommand,
|
|
2984
2981
|
CreateApplicationPresignedUrlCommand,
|
|
2985
2982
|
CreateApplicationSnapshotCommand,
|
|
@@ -2994,38 +2991,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2994
2991
|
DescribeApplicationSnapshotCommand,
|
|
2995
2992
|
DescribeApplicationVersionCommand,
|
|
2996
2993
|
DiscoverInputSchemaCommand,
|
|
2997
|
-
InputStartingPosition,
|
|
2998
|
-
InvalidApplicationConfigurationException,
|
|
2999
|
-
InvalidArgumentException,
|
|
3000
|
-
InvalidRequestException,
|
|
3001
|
-
KinesisAnalyticsV2,
|
|
3002
|
-
KinesisAnalyticsV2Client,
|
|
3003
|
-
KinesisAnalyticsV2ServiceException,
|
|
3004
|
-
LimitExceededException,
|
|
3005
2994
|
ListApplicationSnapshotsCommand,
|
|
3006
2995
|
ListApplicationVersionsCommand,
|
|
3007
2996
|
ListApplicationsCommand,
|
|
3008
2997
|
ListTagsForResourceCommand,
|
|
3009
|
-
LogLevel,
|
|
3010
|
-
MetricsLevel,
|
|
3011
|
-
RecordFormatType,
|
|
3012
|
-
ResourceInUseException,
|
|
3013
|
-
ResourceNotFoundException,
|
|
3014
|
-
ResourceProvisionedThroughputExceededException,
|
|
3015
2998
|
RollbackApplicationCommand,
|
|
3016
|
-
RuntimeEnvironment,
|
|
3017
|
-
ServiceUnavailableException,
|
|
3018
|
-
SnapshotStatus,
|
|
3019
2999
|
StartApplicationCommand,
|
|
3020
3000
|
StopApplicationCommand,
|
|
3021
3001
|
TagResourceCommand,
|
|
3022
|
-
TooManyTagsException,
|
|
3023
|
-
UnableToDetectSchemaException,
|
|
3024
|
-
UnsupportedOperationException,
|
|
3025
3002
|
UntagResourceCommand,
|
|
3026
3003
|
UpdateApplicationCommand,
|
|
3027
3004
|
UpdateApplicationMaintenanceConfigurationCommand,
|
|
3005
|
+
ConcurrentModificationException,
|
|
3006
|
+
InvalidApplicationConfigurationException,
|
|
3007
|
+
InvalidArgumentException,
|
|
3008
|
+
InvalidRequestException,
|
|
3009
|
+
ResourceInUseException,
|
|
3010
|
+
ResourceNotFoundException,
|
|
3011
|
+
RecordFormatType,
|
|
3012
|
+
InputStartingPosition,
|
|
3013
|
+
CodeValidationException,
|
|
3014
|
+
CodeContentType,
|
|
3015
|
+
ConfigurationType,
|
|
3016
|
+
LogLevel,
|
|
3017
|
+
MetricsLevel,
|
|
3018
|
+
ArtifactType,
|
|
3019
|
+
ApplicationRestoreType,
|
|
3020
|
+
ApplicationMode,
|
|
3021
|
+
ApplicationStatus,
|
|
3022
|
+
RuntimeEnvironment,
|
|
3023
|
+
LimitExceededException,
|
|
3024
|
+
TooManyTagsException,
|
|
3025
|
+
UnsupportedOperationException,
|
|
3028
3026
|
UrlType,
|
|
3029
|
-
|
|
3027
|
+
SnapshotStatus,
|
|
3028
|
+
ResourceProvisionedThroughputExceededException,
|
|
3029
|
+
ServiceUnavailableException,
|
|
3030
|
+
UnableToDetectSchemaException
|
|
3030
3031
|
});
|
|
3031
3032
|
|
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.499.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,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.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.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",
|