@aws-sdk/client-kinesis-analytics-v2 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/KinesisAnalyticsV2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +189 -4
- package/dist-cjs/protocols/Aws_json1_1.js +354 -1300
- package/dist-es/index.js +1 -0
- package/dist-es/models/KinesisAnalyticsV2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +172 -1
- package/dist-es/protocols/Aws_json1_1.js +754 -1399
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/KinesisAnalyticsV2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +93 -41
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +67 -41
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KinesisAnalyticsV2ServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./KinesisAnalyticsV2"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./KinesisAnalyticsV2Client"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
9
|
+
var KinesisAnalyticsV2ServiceException_1 = require("./models/KinesisAnalyticsV2ServiceException");
|
|
10
|
+
Object.defineProperty(exports, "KinesisAnalyticsV2ServiceException", { enumerable: true, get: function () { return KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KinesisAnalyticsV2ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class KinesisAnalyticsV2ServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, KinesisAnalyticsV2ServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.KinesisAnalyticsV2ServiceException = KinesisAnalyticsV2ServiceException;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.S3ReferenceDataSourceDescription = exports.AddApplicationReferenceDataSourceRequest = exports.ReferenceDataSource = exports.S3ReferenceDataSource = exports.AddApplicationOutputResponse = exports.OutputDescription = exports.LambdaOutputDescription = exports.KinesisStreamsOutputDescription = exports.KinesisFirehoseOutputDescription = exports.AddApplicationOutputRequest = exports.Output = exports.LambdaOutput = exports.KinesisStreamsOutput = exports.KinesisFirehoseOutput = exports.DestinationSchema = exports.AddApplicationInputProcessingConfigurationResponse = exports.AddApplicationInputProcessingConfigurationRequest = exports.CodeValidationException = exports.AddApplicationInputResponse = exports.InputDescription = exports.KinesisStreamsInputDescription = exports.KinesisFirehoseInputDescription = exports.InputStartingPositionConfiguration = exports.InputStartingPosition = exports.InputProcessingConfigurationDescription = exports.InputLambdaProcessorDescription = exports.AddApplicationInputRequest = exports.Input = exports.KinesisStreamsInput = exports.KinesisFirehoseInput = exports.SourceSchema = exports.RecordFormat = exports.RecordFormatType = exports.MappingParameters = exports.JSONMappingParameters = exports.CSVMappingParameters = exports.RecordColumn = exports.InputProcessingConfiguration = exports.InputLambdaProcessor = exports.InputParallelism = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.InvalidRequestException = exports.InvalidArgumentException = exports.InvalidApplicationConfigurationException = exports.ConcurrentModificationException = exports.AddApplicationCloudWatchLoggingOptionResponse = exports.CloudWatchLoggingOptionDescription = exports.AddApplicationCloudWatchLoggingOptionRequest = exports.CloudWatchLoggingOption = void 0;
|
|
4
|
+
exports.CatalogConfigurationDescription = exports.GlueDataCatalogConfigurationDescription = exports.SqlApplicationConfigurationDescription = exports.RunConfigurationDescription = exports.FlinkRunConfiguration = exports.ApplicationRestoreConfiguration = exports.ApplicationRestoreType = exports.FlinkApplicationConfigurationDescription = exports.ParallelismConfigurationDescription = exports.MonitoringConfigurationDescription = exports.CheckpointConfigurationDescription = exports.EnvironmentPropertyDescriptions = exports.ApplicationSnapshotConfigurationDescription = exports.ApplicationConfiguration = exports.ZeppelinApplicationConfiguration = exports.ZeppelinMonitoringConfiguration = exports.DeployAsApplicationConfiguration = exports.S3ContentBaseLocation = exports.CustomArtifactConfiguration = exports.MavenReference = exports.ArtifactType = exports.CatalogConfiguration = exports.GlueDataCatalogConfiguration = exports.SqlApplicationConfiguration = exports.FlinkApplicationConfiguration = exports.ParallelismConfiguration = exports.MonitoringConfiguration = exports.MetricsLevel = exports.LogLevel = exports.CheckpointConfiguration = exports.ConfigurationType = exports.EnvironmentProperties = exports.PropertyGroup = exports.ApplicationSnapshotConfiguration = exports.ApplicationCodeConfigurationUpdate = exports.CodeContentUpdate = exports.S3ContentLocationUpdate = exports.ApplicationCodeConfigurationDescription = exports.CodeContentDescription = exports.S3ApplicationCodeLocationDescription = exports.ApplicationCodeConfiguration = exports.CodeContentType = exports.CodeContent = exports.S3ContentLocation = exports.AddApplicationVpcConfigurationResponse = exports.VpcConfigurationDescription = exports.AddApplicationVpcConfigurationRequest = exports.VpcConfiguration = exports.AddApplicationReferenceDataSourceResponse = exports.ReferenceDataSourceDescription = void 0;
|
|
5
|
+
exports.UrlType = exports.UnsupportedOperationException = exports.TooManyTagsException = exports.LimitExceededException = exports.CreateApplicationResponse = exports.CreateApplicationRequest = exports.Tag = exports.CloudWatchLoggingOptionUpdate = exports.ApplicationVersionSummary = exports.ApplicationSummary = exports.ApplicationMaintenanceConfigurationUpdate = exports.ApplicationDetail = exports.RuntimeEnvironment = exports.ApplicationStatus = exports.ApplicationMode = exports.ApplicationMaintenanceConfigurationDescription = exports.ApplicationConfigurationUpdate = exports.ZeppelinApplicationConfigurationUpdate = exports.ZeppelinMonitoringConfigurationUpdate = exports.DeployAsApplicationConfigurationUpdate = exports.S3ContentBaseLocationUpdate = exports.CatalogConfigurationUpdate = exports.GlueDataCatalogConfigurationUpdate = exports.VpcConfigurationUpdate = exports.SqlApplicationConfigurationUpdate = exports.ReferenceDataSourceUpdate = exports.S3ReferenceDataSourceUpdate = exports.OutputUpdate = exports.LambdaOutputUpdate = exports.KinesisStreamsOutputUpdate = exports.KinesisFirehoseOutputUpdate = exports.InputUpdate = exports.KinesisStreamsInputUpdate = exports.KinesisFirehoseInputUpdate = exports.InputSchemaUpdate = exports.InputProcessingConfigurationUpdate = exports.InputLambdaProcessorUpdate = exports.InputParallelismUpdate = exports.FlinkApplicationConfigurationUpdate = exports.ParallelismConfigurationUpdate = exports.MonitoringConfigurationUpdate = exports.CheckpointConfigurationUpdate = exports.EnvironmentPropertyUpdates = exports.ApplicationSnapshotConfigurationUpdate = exports.ApplicationConfigurationDescription = exports.ZeppelinApplicationConfigurationDescription = exports.ZeppelinMonitoringConfigurationDescription = exports.DeployAsApplicationConfigurationDescription = exports.S3ContentBaseLocationDescription = exports.CustomArtifactConfigurationDescription = void 0;
|
|
6
|
+
exports.TagResourceResponse = exports.TagResourceRequest = exports.StopApplicationResponse = exports.StopApplicationRequest = exports.StartApplicationResponse = exports.StartApplicationRequest = exports.RunConfiguration = exports.SqlRunConfiguration = exports.RollbackApplicationResponse = exports.RollbackApplicationRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListApplicationVersionsResponse = exports.ListApplicationVersionsRequest = exports.ListApplicationSnapshotsResponse = exports.ListApplicationSnapshotsRequest = exports.ListApplicationsResponse = exports.ListApplicationsRequest = exports.UnableToDetectSchemaException = exports.ServiceUnavailableException = exports.ResourceProvisionedThroughputExceededException = exports.DiscoverInputSchemaResponse = exports.DiscoverInputSchemaRequest = exports.S3Configuration = exports.DescribeApplicationVersionResponse = exports.DescribeApplicationVersionRequest = exports.DescribeApplicationSnapshotResponse = exports.SnapshotDetails = exports.SnapshotStatus = exports.DescribeApplicationSnapshotRequest = exports.DescribeApplicationResponse = exports.DescribeApplicationRequest = exports.DeleteApplicationVpcConfigurationResponse = exports.DeleteApplicationVpcConfigurationRequest = exports.DeleteApplicationSnapshotResponse = exports.DeleteApplicationSnapshotRequest = exports.DeleteApplicationReferenceDataSourceResponse = exports.DeleteApplicationReferenceDataSourceRequest = exports.DeleteApplicationOutputResponse = exports.DeleteApplicationOutputRequest = exports.DeleteApplicationInputProcessingConfigurationResponse = exports.DeleteApplicationInputProcessingConfigurationRequest = exports.DeleteApplicationCloudWatchLoggingOptionResponse = exports.DeleteApplicationCloudWatchLoggingOptionRequest = exports.DeleteApplicationResponse = exports.DeleteApplicationRequest = exports.CreateApplicationSnapshotResponse = exports.CreateApplicationSnapshotRequest = exports.CreateApplicationPresignedUrlResponse = exports.CreateApplicationPresignedUrlRequest = void 0;
|
|
7
|
+
exports.UpdateApplicationMaintenanceConfigurationResponse = exports.UpdateApplicationMaintenanceConfigurationRequest = exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.RunConfigurationUpdate = exports.UntagResourceResponse = exports.UntagResourceRequest = void 0;
|
|
8
|
+
const KinesisAnalyticsV2ServiceException_1 = require("./KinesisAnalyticsV2ServiceException");
|
|
7
9
|
var CloudWatchLoggingOption;
|
|
8
10
|
(function (CloudWatchLoggingOption) {
|
|
9
11
|
CloudWatchLoggingOption.filterSensitiveLog = (obj) => ({
|
|
@@ -28,6 +30,90 @@ var AddApplicationCloudWatchLoggingOptionResponse;
|
|
|
28
30
|
...obj,
|
|
29
31
|
});
|
|
30
32
|
})(AddApplicationCloudWatchLoggingOptionResponse = exports.AddApplicationCloudWatchLoggingOptionResponse || (exports.AddApplicationCloudWatchLoggingOptionResponse = {}));
|
|
33
|
+
class ConcurrentModificationException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "ConcurrentModificationException",
|
|
37
|
+
$fault: "client",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
this.name = "ConcurrentModificationException";
|
|
41
|
+
this.$fault = "client";
|
|
42
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
43
|
+
this.Message = opts.Message;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
47
|
+
class InvalidApplicationConfigurationException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "InvalidApplicationConfigurationException",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
this.name = "InvalidApplicationConfigurationException";
|
|
55
|
+
this.$fault = "client";
|
|
56
|
+
Object.setPrototypeOf(this, InvalidApplicationConfigurationException.prototype);
|
|
57
|
+
this.Message = opts.Message;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.InvalidApplicationConfigurationException = InvalidApplicationConfigurationException;
|
|
61
|
+
class InvalidArgumentException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
62
|
+
constructor(opts) {
|
|
63
|
+
super({
|
|
64
|
+
name: "InvalidArgumentException",
|
|
65
|
+
$fault: "client",
|
|
66
|
+
...opts,
|
|
67
|
+
});
|
|
68
|
+
this.name = "InvalidArgumentException";
|
|
69
|
+
this.$fault = "client";
|
|
70
|
+
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
71
|
+
this.Message = opts.Message;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.InvalidArgumentException = InvalidArgumentException;
|
|
75
|
+
class InvalidRequestException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
76
|
+
constructor(opts) {
|
|
77
|
+
super({
|
|
78
|
+
name: "InvalidRequestException",
|
|
79
|
+
$fault: "client",
|
|
80
|
+
...opts,
|
|
81
|
+
});
|
|
82
|
+
this.name = "InvalidRequestException";
|
|
83
|
+
this.$fault = "client";
|
|
84
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
85
|
+
this.Message = opts.Message;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
89
|
+
class ResourceInUseException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "ResourceInUseException",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
this.name = "ResourceInUseException";
|
|
97
|
+
this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
99
|
+
this.Message = opts.Message;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
103
|
+
class ResourceNotFoundException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
104
|
+
constructor(opts) {
|
|
105
|
+
super({
|
|
106
|
+
name: "ResourceNotFoundException",
|
|
107
|
+
$fault: "client",
|
|
108
|
+
...opts,
|
|
109
|
+
});
|
|
110
|
+
this.name = "ResourceNotFoundException";
|
|
111
|
+
this.$fault = "client";
|
|
112
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
113
|
+
this.Message = opts.Message;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
31
117
|
var InputParallelism;
|
|
32
118
|
(function (InputParallelism) {
|
|
33
119
|
InputParallelism.filterSensitiveLog = (obj) => ({
|
|
@@ -159,6 +245,20 @@ var AddApplicationInputResponse;
|
|
|
159
245
|
...obj,
|
|
160
246
|
});
|
|
161
247
|
})(AddApplicationInputResponse = exports.AddApplicationInputResponse || (exports.AddApplicationInputResponse = {}));
|
|
248
|
+
class CodeValidationException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
249
|
+
constructor(opts) {
|
|
250
|
+
super({
|
|
251
|
+
name: "CodeValidationException",
|
|
252
|
+
$fault: "client",
|
|
253
|
+
...opts,
|
|
254
|
+
});
|
|
255
|
+
this.name = "CodeValidationException";
|
|
256
|
+
this.$fault = "client";
|
|
257
|
+
Object.setPrototypeOf(this, CodeValidationException.prototype);
|
|
258
|
+
this.Message = opts.Message;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
exports.CodeValidationException = CodeValidationException;
|
|
162
262
|
var AddApplicationInputProcessingConfigurationRequest;
|
|
163
263
|
(function (AddApplicationInputProcessingConfigurationRequest) {
|
|
164
264
|
AddApplicationInputProcessingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -847,6 +947,47 @@ var CreateApplicationResponse;
|
|
|
847
947
|
...obj,
|
|
848
948
|
});
|
|
849
949
|
})(CreateApplicationResponse = exports.CreateApplicationResponse || (exports.CreateApplicationResponse = {}));
|
|
950
|
+
class LimitExceededException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
951
|
+
constructor(opts) {
|
|
952
|
+
super({
|
|
953
|
+
name: "LimitExceededException",
|
|
954
|
+
$fault: "client",
|
|
955
|
+
...opts,
|
|
956
|
+
});
|
|
957
|
+
this.name = "LimitExceededException";
|
|
958
|
+
this.$fault = "client";
|
|
959
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
960
|
+
this.Message = opts.Message;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
exports.LimitExceededException = LimitExceededException;
|
|
964
|
+
class TooManyTagsException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
965
|
+
constructor(opts) {
|
|
966
|
+
super({
|
|
967
|
+
name: "TooManyTagsException",
|
|
968
|
+
$fault: "client",
|
|
969
|
+
...opts,
|
|
970
|
+
});
|
|
971
|
+
this.name = "TooManyTagsException";
|
|
972
|
+
this.$fault = "client";
|
|
973
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
977
|
+
class UnsupportedOperationException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
978
|
+
constructor(opts) {
|
|
979
|
+
super({
|
|
980
|
+
name: "UnsupportedOperationException",
|
|
981
|
+
$fault: "client",
|
|
982
|
+
...opts,
|
|
983
|
+
});
|
|
984
|
+
this.name = "UnsupportedOperationException";
|
|
985
|
+
this.$fault = "client";
|
|
986
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
987
|
+
this.Message = opts.Message;
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
850
991
|
var UrlType;
|
|
851
992
|
(function (UrlType) {
|
|
852
993
|
UrlType["FLINK_DASHBOARD_URL"] = "FLINK_DASHBOARD_URL";
|
|
@@ -1027,6 +1168,50 @@ var DiscoverInputSchemaResponse;
|
|
|
1027
1168
|
...obj,
|
|
1028
1169
|
});
|
|
1029
1170
|
})(DiscoverInputSchemaResponse = exports.DiscoverInputSchemaResponse || (exports.DiscoverInputSchemaResponse = {}));
|
|
1171
|
+
class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
1172
|
+
constructor(opts) {
|
|
1173
|
+
super({
|
|
1174
|
+
name: "ResourceProvisionedThroughputExceededException",
|
|
1175
|
+
$fault: "client",
|
|
1176
|
+
...opts,
|
|
1177
|
+
});
|
|
1178
|
+
this.name = "ResourceProvisionedThroughputExceededException";
|
|
1179
|
+
this.$fault = "client";
|
|
1180
|
+
Object.setPrototypeOf(this, ResourceProvisionedThroughputExceededException.prototype);
|
|
1181
|
+
this.Message = opts.Message;
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
exports.ResourceProvisionedThroughputExceededException = ResourceProvisionedThroughputExceededException;
|
|
1185
|
+
class ServiceUnavailableException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
1186
|
+
constructor(opts) {
|
|
1187
|
+
super({
|
|
1188
|
+
name: "ServiceUnavailableException",
|
|
1189
|
+
$fault: "server",
|
|
1190
|
+
...opts,
|
|
1191
|
+
});
|
|
1192
|
+
this.name = "ServiceUnavailableException";
|
|
1193
|
+
this.$fault = "server";
|
|
1194
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
1195
|
+
this.Message = opts.Message;
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
1199
|
+
class UnableToDetectSchemaException extends KinesisAnalyticsV2ServiceException_1.KinesisAnalyticsV2ServiceException {
|
|
1200
|
+
constructor(opts) {
|
|
1201
|
+
super({
|
|
1202
|
+
name: "UnableToDetectSchemaException",
|
|
1203
|
+
$fault: "client",
|
|
1204
|
+
...opts,
|
|
1205
|
+
});
|
|
1206
|
+
this.name = "UnableToDetectSchemaException";
|
|
1207
|
+
this.$fault = "client";
|
|
1208
|
+
Object.setPrototypeOf(this, UnableToDetectSchemaException.prototype);
|
|
1209
|
+
this.Message = opts.Message;
|
|
1210
|
+
this.RawInputRecords = opts.RawInputRecords;
|
|
1211
|
+
this.ProcessedInputRecords = opts.ProcessedInputRecords;
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
exports.UnableToDetectSchemaException = UnableToDetectSchemaException;
|
|
1030
1215
|
var ListApplicationsRequest;
|
|
1031
1216
|
(function (ListApplicationsRequest) {
|
|
1032
1217
|
ListApplicationsRequest.filterSensitiveLog = (obj) => ({
|