@aws-sdk/client-forecast 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/ForecastServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +88 -3
- package/dist-cjs/protocols/Aws_json1_1.js +388 -1289
- package/dist-es/index.js +1 -0
- package/dist-es/models/ForecastServiceException.js +12 -0
- package/dist-es/models/models_0.js +80 -1
- package/dist-es/protocols/Aws_json1_1.js +879 -1458
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ForecastServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +44 -19
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ForecastServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -19
- package/package.json +25 -25
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var ForecastServiceException = (function (_super) {
|
|
4
|
+
__extends(ForecastServiceException, _super);
|
|
5
|
+
function ForecastServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, ForecastServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return ForecastServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { ForecastServiceException };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
|
|
3
4
|
export var AdditionalDataset;
|
|
4
5
|
(function (AdditionalDataset) {
|
|
5
6
|
AdditionalDataset.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -36,6 +37,71 @@ export var CreateAutoPredictorResponse;
|
|
|
36
37
|
(function (CreateAutoPredictorResponse) {
|
|
37
38
|
CreateAutoPredictorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
39
|
})(CreateAutoPredictorResponse || (CreateAutoPredictorResponse = {}));
|
|
40
|
+
var InvalidInputException = (function (_super) {
|
|
41
|
+
__extends(InvalidInputException, _super);
|
|
42
|
+
function InvalidInputException(opts) {
|
|
43
|
+
var _this = _super.call(this, __assign({ name: "InvalidInputException", $fault: "client" }, opts)) || this;
|
|
44
|
+
_this.name = "InvalidInputException";
|
|
45
|
+
_this.$fault = "client";
|
|
46
|
+
Object.setPrototypeOf(_this, InvalidInputException.prototype);
|
|
47
|
+
_this.Message = opts.Message;
|
|
48
|
+
return _this;
|
|
49
|
+
}
|
|
50
|
+
return InvalidInputException;
|
|
51
|
+
}(__BaseException));
|
|
52
|
+
export { InvalidInputException };
|
|
53
|
+
var LimitExceededException = (function (_super) {
|
|
54
|
+
__extends(LimitExceededException, _super);
|
|
55
|
+
function LimitExceededException(opts) {
|
|
56
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
57
|
+
_this.name = "LimitExceededException";
|
|
58
|
+
_this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
60
|
+
_this.Message = opts.Message;
|
|
61
|
+
return _this;
|
|
62
|
+
}
|
|
63
|
+
return LimitExceededException;
|
|
64
|
+
}(__BaseException));
|
|
65
|
+
export { LimitExceededException };
|
|
66
|
+
var ResourceAlreadyExistsException = (function (_super) {
|
|
67
|
+
__extends(ResourceAlreadyExistsException, _super);
|
|
68
|
+
function ResourceAlreadyExistsException(opts) {
|
|
69
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
70
|
+
_this.name = "ResourceAlreadyExistsException";
|
|
71
|
+
_this.$fault = "client";
|
|
72
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistsException.prototype);
|
|
73
|
+
_this.Message = opts.Message;
|
|
74
|
+
return _this;
|
|
75
|
+
}
|
|
76
|
+
return ResourceAlreadyExistsException;
|
|
77
|
+
}(__BaseException));
|
|
78
|
+
export { ResourceAlreadyExistsException };
|
|
79
|
+
var ResourceInUseException = (function (_super) {
|
|
80
|
+
__extends(ResourceInUseException, _super);
|
|
81
|
+
function ResourceInUseException(opts) {
|
|
82
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
83
|
+
_this.name = "ResourceInUseException";
|
|
84
|
+
_this.$fault = "client";
|
|
85
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
86
|
+
_this.Message = opts.Message;
|
|
87
|
+
return _this;
|
|
88
|
+
}
|
|
89
|
+
return ResourceInUseException;
|
|
90
|
+
}(__BaseException));
|
|
91
|
+
export { ResourceInUseException };
|
|
92
|
+
var ResourceNotFoundException = (function (_super) {
|
|
93
|
+
__extends(ResourceNotFoundException, _super);
|
|
94
|
+
function ResourceNotFoundException(opts) {
|
|
95
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
96
|
+
_this.name = "ResourceNotFoundException";
|
|
97
|
+
_this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
99
|
+
_this.Message = opts.Message;
|
|
100
|
+
return _this;
|
|
101
|
+
}
|
|
102
|
+
return ResourceNotFoundException;
|
|
103
|
+
}(__BaseException));
|
|
104
|
+
export { ResourceNotFoundException };
|
|
39
105
|
export var DatasetType;
|
|
40
106
|
(function (DatasetType) {
|
|
41
107
|
DatasetType["ITEM_METADATA"] = "ITEM_METADATA";
|
|
@@ -408,6 +474,19 @@ export var GetAccuracyMetricsResponse;
|
|
|
408
474
|
(function (GetAccuracyMetricsResponse) {
|
|
409
475
|
GetAccuracyMetricsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
476
|
})(GetAccuracyMetricsResponse || (GetAccuracyMetricsResponse = {}));
|
|
477
|
+
var InvalidNextTokenException = (function (_super) {
|
|
478
|
+
__extends(InvalidNextTokenException, _super);
|
|
479
|
+
function InvalidNextTokenException(opts) {
|
|
480
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
481
|
+
_this.name = "InvalidNextTokenException";
|
|
482
|
+
_this.$fault = "client";
|
|
483
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
484
|
+
_this.Message = opts.Message;
|
|
485
|
+
return _this;
|
|
486
|
+
}
|
|
487
|
+
return InvalidNextTokenException;
|
|
488
|
+
}(__BaseException));
|
|
489
|
+
export { InvalidNextTokenException };
|
|
411
490
|
export var ListDatasetGroupsRequest;
|
|
412
491
|
(function (ListDatasetGroupsRequest) {
|
|
413
492
|
ListDatasetGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|