@aws-sdk/client-kinesis-analytics 3.51.0 → 3.54.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-es/index.js CHANGED
@@ -2,3 +2,4 @@ export * from "./KinesisAnalytics";
2
2
  export * from "./KinesisAnalyticsClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
+ export { KinesisAnalyticsServiceException } from "./models/KinesisAnalyticsServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var KinesisAnalyticsServiceException = (function (_super) {
4
+ __extends(KinesisAnalyticsServiceException, _super);
5
+ function KinesisAnalyticsServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, KinesisAnalyticsServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return KinesisAnalyticsServiceException;
11
+ }(__ServiceException));
12
+ export { KinesisAnalyticsServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { KinesisAnalyticsServiceException as __BaseException } from "./KinesisAnalyticsServiceException";
2
3
  export var CloudWatchLoggingOption;
3
4
  (function (CloudWatchLoggingOption) {
4
5
  CloudWatchLoggingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -11,6 +12,66 @@ export var AddApplicationCloudWatchLoggingOptionResponse;
11
12
  (function (AddApplicationCloudWatchLoggingOptionResponse) {
12
13
  AddApplicationCloudWatchLoggingOptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
14
  })(AddApplicationCloudWatchLoggingOptionResponse || (AddApplicationCloudWatchLoggingOptionResponse = {}));
15
+ var ConcurrentModificationException = (function (_super) {
16
+ __extends(ConcurrentModificationException, _super);
17
+ function ConcurrentModificationException(opts) {
18
+ var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
19
+ _this.name = "ConcurrentModificationException";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
22
+ return _this;
23
+ }
24
+ return ConcurrentModificationException;
25
+ }(__BaseException));
26
+ export { ConcurrentModificationException };
27
+ var InvalidArgumentException = (function (_super) {
28
+ __extends(InvalidArgumentException, _super);
29
+ function InvalidArgumentException(opts) {
30
+ var _this = _super.call(this, __assign({ name: "InvalidArgumentException", $fault: "client" }, opts)) || this;
31
+ _this.name = "InvalidArgumentException";
32
+ _this.$fault = "client";
33
+ Object.setPrototypeOf(_this, InvalidArgumentException.prototype);
34
+ return _this;
35
+ }
36
+ return InvalidArgumentException;
37
+ }(__BaseException));
38
+ export { InvalidArgumentException };
39
+ var ResourceInUseException = (function (_super) {
40
+ __extends(ResourceInUseException, _super);
41
+ function ResourceInUseException(opts) {
42
+ var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
43
+ _this.name = "ResourceInUseException";
44
+ _this.$fault = "client";
45
+ Object.setPrototypeOf(_this, ResourceInUseException.prototype);
46
+ return _this;
47
+ }
48
+ return ResourceInUseException;
49
+ }(__BaseException));
50
+ export { ResourceInUseException };
51
+ var ResourceNotFoundException = (function (_super) {
52
+ __extends(ResourceNotFoundException, _super);
53
+ function ResourceNotFoundException(opts) {
54
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
55
+ _this.name = "ResourceNotFoundException";
56
+ _this.$fault = "client";
57
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
58
+ return _this;
59
+ }
60
+ return ResourceNotFoundException;
61
+ }(__BaseException));
62
+ export { ResourceNotFoundException };
63
+ var UnsupportedOperationException = (function (_super) {
64
+ __extends(UnsupportedOperationException, _super);
65
+ function UnsupportedOperationException(opts) {
66
+ var _this = _super.call(this, __assign({ name: "UnsupportedOperationException", $fault: "client" }, opts)) || this;
67
+ _this.name = "UnsupportedOperationException";
68
+ _this.$fault = "client";
69
+ Object.setPrototypeOf(_this, UnsupportedOperationException.prototype);
70
+ return _this;
71
+ }
72
+ return UnsupportedOperationException;
73
+ }(__BaseException));
74
+ export { UnsupportedOperationException };
14
75
  export var InputParallelism;
15
76
  (function (InputParallelism) {
16
77
  InputParallelism.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -72,6 +133,18 @@ export var AddApplicationInputResponse;
72
133
  (function (AddApplicationInputResponse) {
73
134
  AddApplicationInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
135
  })(AddApplicationInputResponse || (AddApplicationInputResponse = {}));
136
+ var CodeValidationException = (function (_super) {
137
+ __extends(CodeValidationException, _super);
138
+ function CodeValidationException(opts) {
139
+ var _this = _super.call(this, __assign({ name: "CodeValidationException", $fault: "client" }, opts)) || this;
140
+ _this.name = "CodeValidationException";
141
+ _this.$fault = "client";
142
+ Object.setPrototypeOf(_this, CodeValidationException.prototype);
143
+ return _this;
144
+ }
145
+ return CodeValidationException;
146
+ }(__BaseException));
147
+ export { CodeValidationException };
75
148
  export var AddApplicationInputProcessingConfigurationRequest;
76
149
  (function (AddApplicationInputProcessingConfigurationRequest) {
77
150
  AddApplicationInputProcessingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -271,6 +344,30 @@ export var CreateApplicationResponse;
271
344
  (function (CreateApplicationResponse) {
272
345
  CreateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
273
346
  })(CreateApplicationResponse || (CreateApplicationResponse = {}));
347
+ var LimitExceededException = (function (_super) {
348
+ __extends(LimitExceededException, _super);
349
+ function LimitExceededException(opts) {
350
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
351
+ _this.name = "LimitExceededException";
352
+ _this.$fault = "client";
353
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
354
+ return _this;
355
+ }
356
+ return LimitExceededException;
357
+ }(__BaseException));
358
+ export { LimitExceededException };
359
+ var TooManyTagsException = (function (_super) {
360
+ __extends(TooManyTagsException, _super);
361
+ function TooManyTagsException(opts) {
362
+ var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
363
+ _this.name = "TooManyTagsException";
364
+ _this.$fault = "client";
365
+ Object.setPrototypeOf(_this, TooManyTagsException.prototype);
366
+ return _this;
367
+ }
368
+ return TooManyTagsException;
369
+ }(__BaseException));
370
+ export { TooManyTagsException };
274
371
  export var DeleteApplicationRequest;
275
372
  (function (DeleteApplicationRequest) {
276
373
  DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -331,10 +428,60 @@ export var DiscoverInputSchemaResponse;
331
428
  (function (DiscoverInputSchemaResponse) {
332
429
  DiscoverInputSchemaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
430
  })(DiscoverInputSchemaResponse || (DiscoverInputSchemaResponse = {}));
431
+ var ResourceProvisionedThroughputExceededException = (function (_super) {
432
+ __extends(ResourceProvisionedThroughputExceededException, _super);
433
+ function ResourceProvisionedThroughputExceededException(opts) {
434
+ var _this = _super.call(this, __assign({ name: "ResourceProvisionedThroughputExceededException", $fault: "client" }, opts)) || this;
435
+ _this.name = "ResourceProvisionedThroughputExceededException";
436
+ _this.$fault = "client";
437
+ Object.setPrototypeOf(_this, ResourceProvisionedThroughputExceededException.prototype);
438
+ return _this;
439
+ }
440
+ return ResourceProvisionedThroughputExceededException;
441
+ }(__BaseException));
442
+ export { ResourceProvisionedThroughputExceededException };
443
+ var ServiceUnavailableException = (function (_super) {
444
+ __extends(ServiceUnavailableException, _super);
445
+ function ServiceUnavailableException(opts) {
446
+ var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
447
+ _this.name = "ServiceUnavailableException";
448
+ _this.$fault = "server";
449
+ Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
450
+ return _this;
451
+ }
452
+ return ServiceUnavailableException;
453
+ }(__BaseException));
454
+ export { ServiceUnavailableException };
455
+ var UnableToDetectSchemaException = (function (_super) {
456
+ __extends(UnableToDetectSchemaException, _super);
457
+ function UnableToDetectSchemaException(opts) {
458
+ var _this = _super.call(this, __assign({ name: "UnableToDetectSchemaException", $fault: "client" }, opts)) || this;
459
+ _this.name = "UnableToDetectSchemaException";
460
+ _this.$fault = "client";
461
+ Object.setPrototypeOf(_this, UnableToDetectSchemaException.prototype);
462
+ _this.RawInputRecords = opts.RawInputRecords;
463
+ _this.ProcessedInputRecords = opts.ProcessedInputRecords;
464
+ return _this;
465
+ }
466
+ return UnableToDetectSchemaException;
467
+ }(__BaseException));
468
+ export { UnableToDetectSchemaException };
334
469
  export var InputConfiguration;
335
470
  (function (InputConfiguration) {
336
471
  InputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
472
  })(InputConfiguration || (InputConfiguration = {}));
473
+ var InvalidApplicationConfigurationException = (function (_super) {
474
+ __extends(InvalidApplicationConfigurationException, _super);
475
+ function InvalidApplicationConfigurationException(opts) {
476
+ var _this = _super.call(this, __assign({ name: "InvalidApplicationConfigurationException", $fault: "client" }, opts)) || this;
477
+ _this.name = "InvalidApplicationConfigurationException";
478
+ _this.$fault = "client";
479
+ Object.setPrototypeOf(_this, InvalidApplicationConfigurationException.prototype);
480
+ return _this;
481
+ }
482
+ return InvalidApplicationConfigurationException;
483
+ }(__BaseException));
484
+ export { InvalidApplicationConfigurationException };
338
485
  export var ListApplicationsRequest;
339
486
  (function (ListApplicationsRequest) {
340
487
  ListApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };