@aws-sdk/client-kinesis-analytics-v2 3.28.0 → 3.32.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/CHANGELOG.md +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +28 -28
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_1.js +29 -29
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +33 -29
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.32.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.32.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.32.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.32.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.32.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.32.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
package/protocols/Aws_json1_1.ts
CHANGED
|
@@ -297,8 +297,12 @@ import {
|
|
|
297
297
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
298
298
|
import {
|
|
299
299
|
expectBoolean as __expectBoolean,
|
|
300
|
-
|
|
300
|
+
expectInt32 as __expectInt32,
|
|
301
|
+
expectLong as __expectLong,
|
|
302
|
+
expectNonNull as __expectNonNull,
|
|
303
|
+
expectNumber as __expectNumber,
|
|
301
304
|
expectString as __expectString,
|
|
305
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
302
306
|
} from "@aws-sdk/smithy-client";
|
|
303
307
|
import {
|
|
304
308
|
Endpoint as __Endpoint,
|
|
@@ -5335,7 +5339,7 @@ const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionResponse = (
|
|
|
5335
5339
|
): AddApplicationCloudWatchLoggingOptionResponse => {
|
|
5336
5340
|
return {
|
|
5337
5341
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5338
|
-
ApplicationVersionId:
|
|
5342
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5339
5343
|
CloudWatchLoggingOptionDescriptions:
|
|
5340
5344
|
output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
5341
5345
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
@@ -5349,7 +5353,7 @@ const deserializeAws_json1_1AddApplicationInputProcessingConfigurationResponse =
|
|
|
5349
5353
|
): AddApplicationInputProcessingConfigurationResponse => {
|
|
5350
5354
|
return {
|
|
5351
5355
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5352
|
-
ApplicationVersionId:
|
|
5356
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5353
5357
|
InputId: __expectString(output.InputId),
|
|
5354
5358
|
InputProcessingConfigurationDescription:
|
|
5355
5359
|
output.InputProcessingConfigurationDescription !== undefined &&
|
|
@@ -5368,7 +5372,7 @@ const deserializeAws_json1_1AddApplicationInputResponse = (
|
|
|
5368
5372
|
): AddApplicationInputResponse => {
|
|
5369
5373
|
return {
|
|
5370
5374
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5371
|
-
ApplicationVersionId:
|
|
5375
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5372
5376
|
InputDescriptions:
|
|
5373
5377
|
output.InputDescriptions !== undefined && output.InputDescriptions !== null
|
|
5374
5378
|
? deserializeAws_json1_1InputDescriptions(output.InputDescriptions, context)
|
|
@@ -5382,7 +5386,7 @@ const deserializeAws_json1_1AddApplicationOutputResponse = (
|
|
|
5382
5386
|
): AddApplicationOutputResponse => {
|
|
5383
5387
|
return {
|
|
5384
5388
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5385
|
-
ApplicationVersionId:
|
|
5389
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5386
5390
|
OutputDescriptions:
|
|
5387
5391
|
output.OutputDescriptions !== undefined && output.OutputDescriptions !== null
|
|
5388
5392
|
? deserializeAws_json1_1OutputDescriptions(output.OutputDescriptions, context)
|
|
@@ -5396,7 +5400,7 @@ const deserializeAws_json1_1AddApplicationReferenceDataSourceResponse = (
|
|
|
5396
5400
|
): AddApplicationReferenceDataSourceResponse => {
|
|
5397
5401
|
return {
|
|
5398
5402
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5399
|
-
ApplicationVersionId:
|
|
5403
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5400
5404
|
ReferenceDataSourceDescriptions:
|
|
5401
5405
|
output.ReferenceDataSourceDescriptions !== undefined && output.ReferenceDataSourceDescriptions !== null
|
|
5402
5406
|
? deserializeAws_json1_1ReferenceDataSourceDescriptions(output.ReferenceDataSourceDescriptions, context)
|
|
@@ -5410,7 +5414,7 @@ const deserializeAws_json1_1AddApplicationVpcConfigurationResponse = (
|
|
|
5410
5414
|
): AddApplicationVpcConfigurationResponse => {
|
|
5411
5415
|
return {
|
|
5412
5416
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5413
|
-
ApplicationVersionId:
|
|
5417
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5414
5418
|
VpcConfigurationDescription:
|
|
5415
5419
|
output.VpcConfigurationDescription !== undefined && output.VpcConfigurationDescription !== null
|
|
5416
5420
|
? deserializeAws_json1_1VpcConfigurationDescription(output.VpcConfigurationDescription, context)
|
|
@@ -5510,10 +5514,10 @@ const deserializeAws_json1_1ApplicationDetail = (output: any, context: __SerdeCo
|
|
|
5510
5514
|
ApplicationMode: __expectString(output.ApplicationMode),
|
|
5511
5515
|
ApplicationName: __expectString(output.ApplicationName),
|
|
5512
5516
|
ApplicationStatus: __expectString(output.ApplicationStatus),
|
|
5513
|
-
ApplicationVersionId:
|
|
5514
|
-
ApplicationVersionRolledBackFrom:
|
|
5515
|
-
ApplicationVersionRolledBackTo:
|
|
5516
|
-
ApplicationVersionUpdatedFrom:
|
|
5517
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5518
|
+
ApplicationVersionRolledBackFrom: __expectLong(output.ApplicationVersionRolledBackFrom),
|
|
5519
|
+
ApplicationVersionRolledBackTo: __expectLong(output.ApplicationVersionRolledBackTo),
|
|
5520
|
+
ApplicationVersionUpdatedFrom: __expectLong(output.ApplicationVersionUpdatedFrom),
|
|
5517
5521
|
CloudWatchLoggingOptionDescriptions:
|
|
5518
5522
|
output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
5519
5523
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
@@ -5521,11 +5525,11 @@ const deserializeAws_json1_1ApplicationDetail = (output: any, context: __SerdeCo
|
|
|
5521
5525
|
ConditionalToken: __expectString(output.ConditionalToken),
|
|
5522
5526
|
CreateTimestamp:
|
|
5523
5527
|
output.CreateTimestamp !== undefined && output.CreateTimestamp !== null
|
|
5524
|
-
?
|
|
5528
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreateTimestamp)))
|
|
5525
5529
|
: undefined,
|
|
5526
5530
|
LastUpdateTimestamp:
|
|
5527
5531
|
output.LastUpdateTimestamp !== undefined && output.LastUpdateTimestamp !== null
|
|
5528
|
-
?
|
|
5532
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastUpdateTimestamp)))
|
|
5529
5533
|
: undefined,
|
|
5530
5534
|
RuntimeEnvironment: __expectString(output.RuntimeEnvironment),
|
|
5531
5535
|
ServiceExecutionRole: __expectString(output.ServiceExecutionRole),
|
|
@@ -5578,7 +5582,7 @@ const deserializeAws_json1_1ApplicationSummary = (output: any, context: __SerdeC
|
|
|
5578
5582
|
ApplicationMode: __expectString(output.ApplicationMode),
|
|
5579
5583
|
ApplicationName: __expectString(output.ApplicationName),
|
|
5580
5584
|
ApplicationStatus: __expectString(output.ApplicationStatus),
|
|
5581
|
-
ApplicationVersionId:
|
|
5585
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5582
5586
|
RuntimeEnvironment: __expectString(output.RuntimeEnvironment),
|
|
5583
5587
|
} as any;
|
|
5584
5588
|
};
|
|
@@ -5603,7 +5607,7 @@ const deserializeAws_json1_1ApplicationVersionSummary = (
|
|
|
5603
5607
|
): ApplicationVersionSummary => {
|
|
5604
5608
|
return {
|
|
5605
5609
|
ApplicationStatus: __expectString(output.ApplicationStatus),
|
|
5606
|
-
ApplicationVersionId:
|
|
5610
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5607
5611
|
} as any;
|
|
5608
5612
|
};
|
|
5609
5613
|
|
|
@@ -5628,10 +5632,10 @@ const deserializeAws_json1_1CheckpointConfigurationDescription = (
|
|
|
5628
5632
|
context: __SerdeContext
|
|
5629
5633
|
): CheckpointConfigurationDescription => {
|
|
5630
5634
|
return {
|
|
5631
|
-
CheckpointInterval:
|
|
5635
|
+
CheckpointInterval: __expectLong(output.CheckpointInterval),
|
|
5632
5636
|
CheckpointingEnabled: __expectBoolean(output.CheckpointingEnabled),
|
|
5633
5637
|
ConfigurationType: __expectString(output.ConfigurationType),
|
|
5634
|
-
MinPauseBetweenCheckpoints:
|
|
5638
|
+
MinPauseBetweenCheckpoints: __expectLong(output.MinPauseBetweenCheckpoints),
|
|
5635
5639
|
} as any;
|
|
5636
5640
|
};
|
|
5637
5641
|
|
|
@@ -5663,7 +5667,7 @@ const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (
|
|
|
5663
5667
|
const deserializeAws_json1_1CodeContentDescription = (output: any, context: __SerdeContext): CodeContentDescription => {
|
|
5664
5668
|
return {
|
|
5665
5669
|
CodeMD5: __expectString(output.CodeMD5),
|
|
5666
|
-
CodeSize:
|
|
5670
|
+
CodeSize: __expectLong(output.CodeSize),
|
|
5667
5671
|
S3ApplicationCodeLocationDescription:
|
|
5668
5672
|
output.S3ApplicationCodeLocationDescription !== undefined && output.S3ApplicationCodeLocationDescription !== null
|
|
5669
5673
|
? deserializeAws_json1_1S3ApplicationCodeLocationDescription(
|
|
@@ -5765,7 +5769,7 @@ const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionResponse = (
|
|
|
5765
5769
|
): DeleteApplicationCloudWatchLoggingOptionResponse => {
|
|
5766
5770
|
return {
|
|
5767
5771
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5768
|
-
ApplicationVersionId:
|
|
5772
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5769
5773
|
CloudWatchLoggingOptionDescriptions:
|
|
5770
5774
|
output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
5771
5775
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
@@ -5779,7 +5783,7 @@ const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationRespons
|
|
|
5779
5783
|
): DeleteApplicationInputProcessingConfigurationResponse => {
|
|
5780
5784
|
return {
|
|
5781
5785
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5782
|
-
ApplicationVersionId:
|
|
5786
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5783
5787
|
} as any;
|
|
5784
5788
|
};
|
|
5785
5789
|
|
|
@@ -5789,7 +5793,7 @@ const deserializeAws_json1_1DeleteApplicationOutputResponse = (
|
|
|
5789
5793
|
): DeleteApplicationOutputResponse => {
|
|
5790
5794
|
return {
|
|
5791
5795
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5792
|
-
ApplicationVersionId:
|
|
5796
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5793
5797
|
} as any;
|
|
5794
5798
|
};
|
|
5795
5799
|
|
|
@@ -5799,7 +5803,7 @@ const deserializeAws_json1_1DeleteApplicationReferenceDataSourceResponse = (
|
|
|
5799
5803
|
): DeleteApplicationReferenceDataSourceResponse => {
|
|
5800
5804
|
return {
|
|
5801
5805
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5802
|
-
ApplicationVersionId:
|
|
5806
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5803
5807
|
} as any;
|
|
5804
5808
|
};
|
|
5805
5809
|
|
|
@@ -5823,7 +5827,7 @@ const deserializeAws_json1_1DeleteApplicationVpcConfigurationResponse = (
|
|
|
5823
5827
|
): DeleteApplicationVpcConfigurationResponse => {
|
|
5824
5828
|
return {
|
|
5825
5829
|
ApplicationARN: __expectString(output.ApplicationARN),
|
|
5826
|
-
ApplicationVersionId:
|
|
5830
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
5827
5831
|
} as any;
|
|
5828
5832
|
};
|
|
5829
5833
|
|
|
@@ -6026,7 +6030,7 @@ const deserializeAws_json1_1InputLambdaProcessorDescription = (
|
|
|
6026
6030
|
|
|
6027
6031
|
const deserializeAws_json1_1InputParallelism = (output: any, context: __SerdeContext): InputParallelism => {
|
|
6028
6032
|
return {
|
|
6029
|
-
Count:
|
|
6033
|
+
Count: __expectInt32(output.Count),
|
|
6030
6034
|
} as any;
|
|
6031
6035
|
};
|
|
6032
6036
|
|
|
@@ -6262,9 +6266,9 @@ const deserializeAws_json1_1ParallelismConfigurationDescription = (
|
|
|
6262
6266
|
return {
|
|
6263
6267
|
AutoScalingEnabled: __expectBoolean(output.AutoScalingEnabled),
|
|
6264
6268
|
ConfigurationType: __expectString(output.ConfigurationType),
|
|
6265
|
-
CurrentParallelism:
|
|
6266
|
-
Parallelism:
|
|
6267
|
-
ParallelismPerKPU:
|
|
6269
|
+
CurrentParallelism: __expectInt32(output.CurrentParallelism),
|
|
6270
|
+
Parallelism: __expectInt32(output.Parallelism),
|
|
6271
|
+
ParallelismPerKPU: __expectInt32(output.ParallelismPerKPU),
|
|
6268
6272
|
} as any;
|
|
6269
6273
|
};
|
|
6270
6274
|
|
|
@@ -6524,10 +6528,10 @@ const deserializeAws_json1_1ServiceUnavailableException = (
|
|
|
6524
6528
|
|
|
6525
6529
|
const deserializeAws_json1_1SnapshotDetails = (output: any, context: __SerdeContext): SnapshotDetails => {
|
|
6526
6530
|
return {
|
|
6527
|
-
ApplicationVersionId:
|
|
6531
|
+
ApplicationVersionId: __expectLong(output.ApplicationVersionId),
|
|
6528
6532
|
SnapshotCreationTimestamp:
|
|
6529
6533
|
output.SnapshotCreationTimestamp !== undefined && output.SnapshotCreationTimestamp !== null
|
|
6530
|
-
?
|
|
6534
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.SnapshotCreationTimestamp)))
|
|
6531
6535
|
: undefined,
|
|
6532
6536
|
SnapshotName: __expectString(output.SnapshotName),
|
|
6533
6537
|
SnapshotStatus: __expectString(output.SnapshotStatus),
|