@aws-sdk/client-lookoutequipment 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/LookoutEquipment.js +0 -5
- package/dist-cjs/LookoutEquipmentClient.js +0 -10
- package/dist-cjs/commands/CreateDatasetCommand.js +0 -28
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +0 -29
- package/dist-cjs/commands/CreateModelCommand.js +0 -33
- package/dist-cjs/commands/DeleteDatasetCommand.js +0 -29
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +0 -26
- package/dist-cjs/commands/DeleteModelCommand.js +0 -26
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeDatasetCommand.js +0 -25
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +0 -26
- package/dist-cjs/commands/DescribeModelCommand.js +0 -26
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +0 -26
- package/dist-cjs/commands/ListDatasetsCommand.js +0 -26
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +0 -26
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +0 -26
- package/dist-cjs/commands/ListModelsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +0 -25
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +0 -25
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -29
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +0 -25
- package/dist-cjs/commands/index.js +25 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -31
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -196
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js +0 -11
- package/dist-cjs/pagination/ListModelsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_json1_0.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/LookoutEquipment.js +0 -1
- package/dist-es/LookoutEquipmentClient.js +0 -1
- package/dist-es/commands/CreateDatasetCommand.js +0 -1
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/CreateModelCommand.js +0 -1
- package/dist-es/commands/DeleteDatasetCommand.js +0 -1
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/DeleteModelCommand.js +0 -1
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +0 -1
- package/dist-es/commands/DescribeDatasetCommand.js +0 -1
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/DescribeModelCommand.js +0 -1
- package/dist-es/commands/ListDataIngestionJobsCommand.js +0 -1
- package/dist-es/commands/ListDatasetsCommand.js +0 -1
- package/dist-es/commands/ListInferenceExecutionsCommand.js +0 -1
- package/dist-es/commands/ListInferenceSchedulersCommand.js +0 -1
- package/dist-es/commands/ListModelsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/StartDataIngestionJobCommand.js +0 -1
- package/dist-es/commands/StartInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/StopInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/index.js +22 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -31
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDataIngestionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDatasetsPaginator.js +0 -1
- package/dist-es/pagination/ListInferenceExecutionsPaginator.js +0 -1
- package/dist-es/pagination/ListInferenceSchedulersPaginator.js +0 -1
- package/dist-es/pagination/ListModelsPaginator.js +0 -1
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_json1_0.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/index.d.ts +4 -30
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +23 -103
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/index.d.ts +4 -30
- package/dist-types/ts3.4/models/models_0.d.ts +302 -1080
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/LookoutEquipment.js.map +0 -1
- package/dist-cjs/LookoutEquipmentClient.js.map +0 -1
- package/dist-cjs/commands/CreateDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateModelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteModelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeModelCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDatasetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js.map +0 -1
- package/dist-cjs/commands/ListModelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/StartDataIngestionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDatasetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListModelsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/LookoutEquipment.js.map +0 -1
- package/dist-es/LookoutEquipmentClient.js.map +0 -1
- package/dist-es/commands/CreateDatasetCommand.js.map +0 -1
- package/dist-es/commands/CreateInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/CreateModelCommand.js.map +0 -1
- package/dist-es/commands/DeleteDatasetCommand.js.map +0 -1
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/DeleteModelCommand.js.map +0 -1
- package/dist-es/commands/DescribeDataIngestionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeDatasetCommand.js.map +0 -1
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/DescribeModelCommand.js.map +0 -1
- package/dist-es/commands/ListDataIngestionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDatasetsCommand.js.map +0 -1
- package/dist-es/commands/ListInferenceExecutionsCommand.js.map +0 -1
- package/dist-es/commands/ListInferenceSchedulersCommand.js.map +0 -1
- package/dist-es/commands/ListModelsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/StartDataIngestionJobCommand.js.map +0 -1
- package/dist-es/commands/StartInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/StopInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDataIngestionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDatasetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListInferenceExecutionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListInferenceSchedulersPaginator.js.map +0 -1
- package/dist-es/pagination/ListModelsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_0.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/LookoutEquipment.ts +0 -813
- package/src/LookoutEquipmentClient.ts +0 -339
- package/src/commands/CreateDatasetCommand.ts +0 -98
- package/src/commands/CreateInferenceSchedulerCommand.ts +0 -99
- package/src/commands/CreateModelCommand.ts +0 -103
- package/src/commands/DeleteDatasetCommand.ts +0 -99
- package/src/commands/DeleteInferenceSchedulerCommand.ts +0 -96
- package/src/commands/DeleteModelCommand.ts +0 -96
- package/src/commands/DescribeDataIngestionJobCommand.ts +0 -96
- package/src/commands/DescribeDatasetCommand.ts +0 -95
- package/src/commands/DescribeInferenceSchedulerCommand.ts +0 -99
- package/src/commands/DescribeModelCommand.ts +0 -96
- package/src/commands/ListDataIngestionJobsCommand.ts +0 -96
- package/src/commands/ListDatasetsCommand.ts +0 -96
- package/src/commands/ListInferenceExecutionsCommand.ts +0 -96
- package/src/commands/ListInferenceSchedulersCommand.ts +0 -96
- package/src/commands/ListModelsCommand.ts +0 -96
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/StartDataIngestionJobCommand.ts +0 -95
- package/src/commands/StartInferenceSchedulerCommand.ts +0 -95
- package/src/commands/StopInferenceSchedulerCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -99
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateInferenceSchedulerCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -31
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2107
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDataIngestionJobsPaginator.ts +0 -59
- package/src/pagination/ListDatasetsPaginator.ts +0 -59
- package/src/pagination/ListInferenceExecutionsPaginator.ts +0 -59
- package/src/pagination/ListInferenceSchedulersPaginator.ts +0 -59
- package/src/pagination/ListModelsPaginator.ts +0 -55
- package/src/protocols/Aws_json1_0.ts +0 -3644
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -4,45 +4,30 @@ exports.ListInferenceExecutionsRequest = exports.InferenceExecutionStatus = expo
|
|
|
4
4
|
exports.UpdateInferenceSchedulerRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopInferenceSchedulerResponse = exports.StopInferenceSchedulerRequest = exports.StartInferenceSchedulerResponse = exports.StartInferenceSchedulerRequest = exports.StartDataIngestionJobResponse = exports.StartDataIngestionJobRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListModelsResponse = exports.ModelSummary = exports.ListModelsRequest = exports.ListInferenceSchedulersResponse = exports.InferenceSchedulerSummary = exports.ListInferenceSchedulersRequest = exports.ListInferenceExecutionsResponse = exports.InferenceExecutionSummary = exports.S3Object = void 0;
|
|
5
5
|
var AccessDeniedException;
|
|
6
6
|
(function (AccessDeniedException) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
7
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
11
8
|
...obj,
|
|
12
9
|
});
|
|
13
10
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
14
11
|
var ConflictException;
|
|
15
12
|
(function (ConflictException) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
20
14
|
...obj,
|
|
21
15
|
});
|
|
22
16
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
23
17
|
var DatasetSchema;
|
|
24
18
|
(function (DatasetSchema) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
19
|
DatasetSchema.filterSensitiveLog = (obj) => ({
|
|
29
20
|
...obj,
|
|
30
21
|
});
|
|
31
22
|
})(DatasetSchema = exports.DatasetSchema || (exports.DatasetSchema = {}));
|
|
32
23
|
var Tag;
|
|
33
24
|
(function (Tag) {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
25
|
Tag.filterSensitiveLog = (obj) => ({
|
|
38
26
|
...obj,
|
|
39
27
|
});
|
|
40
28
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
41
29
|
var CreateDatasetRequest;
|
|
42
30
|
(function (CreateDatasetRequest) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
31
|
CreateDatasetRequest.filterSensitiveLog = (obj) => ({
|
|
47
32
|
...obj,
|
|
48
33
|
});
|
|
@@ -55,90 +40,60 @@ var DatasetStatus;
|
|
|
55
40
|
})(DatasetStatus = exports.DatasetStatus || (exports.DatasetStatus = {}));
|
|
56
41
|
var CreateDatasetResponse;
|
|
57
42
|
(function (CreateDatasetResponse) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
43
|
CreateDatasetResponse.filterSensitiveLog = (obj) => ({
|
|
62
44
|
...obj,
|
|
63
45
|
});
|
|
64
46
|
})(CreateDatasetResponse = exports.CreateDatasetResponse || (exports.CreateDatasetResponse = {}));
|
|
65
47
|
var InternalServerException;
|
|
66
48
|
(function (InternalServerException) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
49
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
71
50
|
...obj,
|
|
72
51
|
});
|
|
73
52
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
74
53
|
var ServiceQuotaExceededException;
|
|
75
54
|
(function (ServiceQuotaExceededException) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
55
|
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
80
56
|
...obj,
|
|
81
57
|
});
|
|
82
58
|
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
83
59
|
var ThrottlingException;
|
|
84
60
|
(function (ThrottlingException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
61
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
89
62
|
...obj,
|
|
90
63
|
});
|
|
91
64
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
92
65
|
var ValidationException;
|
|
93
66
|
(function (ValidationException) {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
67
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
98
68
|
...obj,
|
|
99
69
|
});
|
|
100
70
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
101
71
|
var InferenceInputNameConfiguration;
|
|
102
72
|
(function (InferenceInputNameConfiguration) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
73
|
InferenceInputNameConfiguration.filterSensitiveLog = (obj) => ({
|
|
107
74
|
...obj,
|
|
108
75
|
});
|
|
109
76
|
})(InferenceInputNameConfiguration = exports.InferenceInputNameConfiguration || (exports.InferenceInputNameConfiguration = {}));
|
|
110
77
|
var InferenceS3InputConfiguration;
|
|
111
78
|
(function (InferenceS3InputConfiguration) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
79
|
InferenceS3InputConfiguration.filterSensitiveLog = (obj) => ({
|
|
116
80
|
...obj,
|
|
117
81
|
});
|
|
118
82
|
})(InferenceS3InputConfiguration = exports.InferenceS3InputConfiguration || (exports.InferenceS3InputConfiguration = {}));
|
|
119
83
|
var InferenceInputConfiguration;
|
|
120
84
|
(function (InferenceInputConfiguration) {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
85
|
InferenceInputConfiguration.filterSensitiveLog = (obj) => ({
|
|
125
86
|
...obj,
|
|
126
87
|
});
|
|
127
88
|
})(InferenceInputConfiguration = exports.InferenceInputConfiguration || (exports.InferenceInputConfiguration = {}));
|
|
128
89
|
var InferenceS3OutputConfiguration;
|
|
129
90
|
(function (InferenceS3OutputConfiguration) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
91
|
InferenceS3OutputConfiguration.filterSensitiveLog = (obj) => ({
|
|
134
92
|
...obj,
|
|
135
93
|
});
|
|
136
94
|
})(InferenceS3OutputConfiguration = exports.InferenceS3OutputConfiguration || (exports.InferenceS3OutputConfiguration = {}));
|
|
137
95
|
var InferenceOutputConfiguration;
|
|
138
96
|
(function (InferenceOutputConfiguration) {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
97
|
InferenceOutputConfiguration.filterSensitiveLog = (obj) => ({
|
|
143
98
|
...obj,
|
|
144
99
|
});
|
|
@@ -153,9 +108,6 @@ var DataUploadFrequency;
|
|
|
153
108
|
})(DataUploadFrequency = exports.DataUploadFrequency || (exports.DataUploadFrequency = {}));
|
|
154
109
|
var CreateInferenceSchedulerRequest;
|
|
155
110
|
(function (CreateInferenceSchedulerRequest) {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
111
|
CreateInferenceSchedulerRequest.filterSensitiveLog = (obj) => ({
|
|
160
112
|
...obj,
|
|
161
113
|
});
|
|
@@ -169,18 +121,12 @@ var InferenceSchedulerStatus;
|
|
|
169
121
|
})(InferenceSchedulerStatus = exports.InferenceSchedulerStatus || (exports.InferenceSchedulerStatus = {}));
|
|
170
122
|
var CreateInferenceSchedulerResponse;
|
|
171
123
|
(function (CreateInferenceSchedulerResponse) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
124
|
CreateInferenceSchedulerResponse.filterSensitiveLog = (obj) => ({
|
|
176
125
|
...obj,
|
|
177
126
|
});
|
|
178
127
|
})(CreateInferenceSchedulerResponse = exports.CreateInferenceSchedulerResponse || (exports.CreateInferenceSchedulerResponse = {}));
|
|
179
128
|
var ResourceNotFoundException;
|
|
180
129
|
(function (ResourceNotFoundException) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
130
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
185
131
|
...obj,
|
|
186
132
|
});
|
|
@@ -201,36 +147,24 @@ var TargetSamplingRate;
|
|
|
201
147
|
})(TargetSamplingRate = exports.TargetSamplingRate || (exports.TargetSamplingRate = {}));
|
|
202
148
|
var DataPreProcessingConfiguration;
|
|
203
149
|
(function (DataPreProcessingConfiguration) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
150
|
DataPreProcessingConfiguration.filterSensitiveLog = (obj) => ({
|
|
208
151
|
...obj,
|
|
209
152
|
});
|
|
210
153
|
})(DataPreProcessingConfiguration = exports.DataPreProcessingConfiguration || (exports.DataPreProcessingConfiguration = {}));
|
|
211
154
|
var LabelsS3InputConfiguration;
|
|
212
155
|
(function (LabelsS3InputConfiguration) {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
156
|
LabelsS3InputConfiguration.filterSensitiveLog = (obj) => ({
|
|
217
157
|
...obj,
|
|
218
158
|
});
|
|
219
159
|
})(LabelsS3InputConfiguration = exports.LabelsS3InputConfiguration || (exports.LabelsS3InputConfiguration = {}));
|
|
220
160
|
var LabelsInputConfiguration;
|
|
221
161
|
(function (LabelsInputConfiguration) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
162
|
LabelsInputConfiguration.filterSensitiveLog = (obj) => ({
|
|
226
163
|
...obj,
|
|
227
164
|
});
|
|
228
165
|
})(LabelsInputConfiguration = exports.LabelsInputConfiguration || (exports.LabelsInputConfiguration = {}));
|
|
229
166
|
var CreateModelRequest;
|
|
230
167
|
(function (CreateModelRequest) {
|
|
231
|
-
/**
|
|
232
|
-
* @internal
|
|
233
|
-
*/
|
|
234
168
|
CreateModelRequest.filterSensitiveLog = (obj) => ({
|
|
235
169
|
...obj,
|
|
236
170
|
});
|
|
@@ -243,63 +177,42 @@ var ModelStatus;
|
|
|
243
177
|
})(ModelStatus = exports.ModelStatus || (exports.ModelStatus = {}));
|
|
244
178
|
var CreateModelResponse;
|
|
245
179
|
(function (CreateModelResponse) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
180
|
CreateModelResponse.filterSensitiveLog = (obj) => ({
|
|
250
181
|
...obj,
|
|
251
182
|
});
|
|
252
183
|
})(CreateModelResponse = exports.CreateModelResponse || (exports.CreateModelResponse = {}));
|
|
253
184
|
var DeleteDatasetRequest;
|
|
254
185
|
(function (DeleteDatasetRequest) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
186
|
DeleteDatasetRequest.filterSensitiveLog = (obj) => ({
|
|
259
187
|
...obj,
|
|
260
188
|
});
|
|
261
189
|
})(DeleteDatasetRequest = exports.DeleteDatasetRequest || (exports.DeleteDatasetRequest = {}));
|
|
262
190
|
var DeleteInferenceSchedulerRequest;
|
|
263
191
|
(function (DeleteInferenceSchedulerRequest) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
192
|
DeleteInferenceSchedulerRequest.filterSensitiveLog = (obj) => ({
|
|
268
193
|
...obj,
|
|
269
194
|
});
|
|
270
195
|
})(DeleteInferenceSchedulerRequest = exports.DeleteInferenceSchedulerRequest || (exports.DeleteInferenceSchedulerRequest = {}));
|
|
271
196
|
var DeleteModelRequest;
|
|
272
197
|
(function (DeleteModelRequest) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
198
|
DeleteModelRequest.filterSensitiveLog = (obj) => ({
|
|
277
199
|
...obj,
|
|
278
200
|
});
|
|
279
201
|
})(DeleteModelRequest = exports.DeleteModelRequest || (exports.DeleteModelRequest = {}));
|
|
280
202
|
var DescribeDataIngestionJobRequest;
|
|
281
203
|
(function (DescribeDataIngestionJobRequest) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
204
|
DescribeDataIngestionJobRequest.filterSensitiveLog = (obj) => ({
|
|
286
205
|
...obj,
|
|
287
206
|
});
|
|
288
207
|
})(DescribeDataIngestionJobRequest = exports.DescribeDataIngestionJobRequest || (exports.DescribeDataIngestionJobRequest = {}));
|
|
289
208
|
var IngestionS3InputConfiguration;
|
|
290
209
|
(function (IngestionS3InputConfiguration) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
210
|
IngestionS3InputConfiguration.filterSensitiveLog = (obj) => ({
|
|
295
211
|
...obj,
|
|
296
212
|
});
|
|
297
213
|
})(IngestionS3InputConfiguration = exports.IngestionS3InputConfiguration || (exports.IngestionS3InputConfiguration = {}));
|
|
298
214
|
var IngestionInputConfiguration;
|
|
299
215
|
(function (IngestionInputConfiguration) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
216
|
IngestionInputConfiguration.filterSensitiveLog = (obj) => ({
|
|
304
217
|
...obj,
|
|
305
218
|
});
|
|
@@ -312,117 +225,78 @@ var IngestionJobStatus;
|
|
|
312
225
|
})(IngestionJobStatus = exports.IngestionJobStatus || (exports.IngestionJobStatus = {}));
|
|
313
226
|
var DescribeDataIngestionJobResponse;
|
|
314
227
|
(function (DescribeDataIngestionJobResponse) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
228
|
DescribeDataIngestionJobResponse.filterSensitiveLog = (obj) => ({
|
|
319
229
|
...obj,
|
|
320
230
|
});
|
|
321
231
|
})(DescribeDataIngestionJobResponse = exports.DescribeDataIngestionJobResponse || (exports.DescribeDataIngestionJobResponse = {}));
|
|
322
232
|
var DescribeDatasetRequest;
|
|
323
233
|
(function (DescribeDatasetRequest) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
234
|
DescribeDatasetRequest.filterSensitiveLog = (obj) => ({
|
|
328
235
|
...obj,
|
|
329
236
|
});
|
|
330
237
|
})(DescribeDatasetRequest = exports.DescribeDatasetRequest || (exports.DescribeDatasetRequest = {}));
|
|
331
238
|
var DescribeDatasetResponse;
|
|
332
239
|
(function (DescribeDatasetResponse) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
240
|
DescribeDatasetResponse.filterSensitiveLog = (obj) => ({
|
|
337
241
|
...obj,
|
|
338
242
|
});
|
|
339
243
|
})(DescribeDatasetResponse = exports.DescribeDatasetResponse || (exports.DescribeDatasetResponse = {}));
|
|
340
244
|
var DescribeInferenceSchedulerRequest;
|
|
341
245
|
(function (DescribeInferenceSchedulerRequest) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
246
|
DescribeInferenceSchedulerRequest.filterSensitiveLog = (obj) => ({
|
|
346
247
|
...obj,
|
|
347
248
|
});
|
|
348
249
|
})(DescribeInferenceSchedulerRequest = exports.DescribeInferenceSchedulerRequest || (exports.DescribeInferenceSchedulerRequest = {}));
|
|
349
250
|
var DescribeInferenceSchedulerResponse;
|
|
350
251
|
(function (DescribeInferenceSchedulerResponse) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
252
|
DescribeInferenceSchedulerResponse.filterSensitiveLog = (obj) => ({
|
|
355
253
|
...obj,
|
|
356
254
|
});
|
|
357
255
|
})(DescribeInferenceSchedulerResponse = exports.DescribeInferenceSchedulerResponse || (exports.DescribeInferenceSchedulerResponse = {}));
|
|
358
256
|
var DescribeModelRequest;
|
|
359
257
|
(function (DescribeModelRequest) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
258
|
DescribeModelRequest.filterSensitiveLog = (obj) => ({
|
|
364
259
|
...obj,
|
|
365
260
|
});
|
|
366
261
|
})(DescribeModelRequest = exports.DescribeModelRequest || (exports.DescribeModelRequest = {}));
|
|
367
262
|
var DescribeModelResponse;
|
|
368
263
|
(function (DescribeModelResponse) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
264
|
DescribeModelResponse.filterSensitiveLog = (obj) => ({
|
|
373
265
|
...obj,
|
|
374
266
|
});
|
|
375
267
|
})(DescribeModelResponse = exports.DescribeModelResponse || (exports.DescribeModelResponse = {}));
|
|
376
268
|
var ListDataIngestionJobsRequest;
|
|
377
269
|
(function (ListDataIngestionJobsRequest) {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
270
|
ListDataIngestionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
382
271
|
...obj,
|
|
383
272
|
});
|
|
384
273
|
})(ListDataIngestionJobsRequest = exports.ListDataIngestionJobsRequest || (exports.ListDataIngestionJobsRequest = {}));
|
|
385
274
|
var DataIngestionJobSummary;
|
|
386
275
|
(function (DataIngestionJobSummary) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
276
|
DataIngestionJobSummary.filterSensitiveLog = (obj) => ({
|
|
391
277
|
...obj,
|
|
392
278
|
});
|
|
393
279
|
})(DataIngestionJobSummary = exports.DataIngestionJobSummary || (exports.DataIngestionJobSummary = {}));
|
|
394
280
|
var ListDataIngestionJobsResponse;
|
|
395
281
|
(function (ListDataIngestionJobsResponse) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
282
|
ListDataIngestionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
400
283
|
...obj,
|
|
401
284
|
});
|
|
402
285
|
})(ListDataIngestionJobsResponse = exports.ListDataIngestionJobsResponse || (exports.ListDataIngestionJobsResponse = {}));
|
|
403
286
|
var ListDatasetsRequest;
|
|
404
287
|
(function (ListDatasetsRequest) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
288
|
ListDatasetsRequest.filterSensitiveLog = (obj) => ({
|
|
409
289
|
...obj,
|
|
410
290
|
});
|
|
411
291
|
})(ListDatasetsRequest = exports.ListDatasetsRequest || (exports.ListDatasetsRequest = {}));
|
|
412
292
|
var DatasetSummary;
|
|
413
293
|
(function (DatasetSummary) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
294
|
DatasetSummary.filterSensitiveLog = (obj) => ({
|
|
418
295
|
...obj,
|
|
419
296
|
});
|
|
420
297
|
})(DatasetSummary = exports.DatasetSummary || (exports.DatasetSummary = {}));
|
|
421
298
|
var ListDatasetsResponse;
|
|
422
299
|
(function (ListDatasetsResponse) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
300
|
ListDatasetsResponse.filterSensitiveLog = (obj) => ({
|
|
427
301
|
...obj,
|
|
428
302
|
});
|
|
@@ -435,209 +309,139 @@ var InferenceExecutionStatus;
|
|
|
435
309
|
})(InferenceExecutionStatus = exports.InferenceExecutionStatus || (exports.InferenceExecutionStatus = {}));
|
|
436
310
|
var ListInferenceExecutionsRequest;
|
|
437
311
|
(function (ListInferenceExecutionsRequest) {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
312
|
ListInferenceExecutionsRequest.filterSensitiveLog = (obj) => ({
|
|
442
313
|
...obj,
|
|
443
314
|
});
|
|
444
315
|
})(ListInferenceExecutionsRequest = exports.ListInferenceExecutionsRequest || (exports.ListInferenceExecutionsRequest = {}));
|
|
445
316
|
var S3Object;
|
|
446
317
|
(function (S3Object) {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
318
|
S3Object.filterSensitiveLog = (obj) => ({
|
|
451
319
|
...obj,
|
|
452
320
|
});
|
|
453
321
|
})(S3Object = exports.S3Object || (exports.S3Object = {}));
|
|
454
322
|
var InferenceExecutionSummary;
|
|
455
323
|
(function (InferenceExecutionSummary) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
324
|
InferenceExecutionSummary.filterSensitiveLog = (obj) => ({
|
|
460
325
|
...obj,
|
|
461
326
|
});
|
|
462
327
|
})(InferenceExecutionSummary = exports.InferenceExecutionSummary || (exports.InferenceExecutionSummary = {}));
|
|
463
328
|
var ListInferenceExecutionsResponse;
|
|
464
329
|
(function (ListInferenceExecutionsResponse) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
330
|
ListInferenceExecutionsResponse.filterSensitiveLog = (obj) => ({
|
|
469
331
|
...obj,
|
|
470
332
|
});
|
|
471
333
|
})(ListInferenceExecutionsResponse = exports.ListInferenceExecutionsResponse || (exports.ListInferenceExecutionsResponse = {}));
|
|
472
334
|
var ListInferenceSchedulersRequest;
|
|
473
335
|
(function (ListInferenceSchedulersRequest) {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
336
|
ListInferenceSchedulersRequest.filterSensitiveLog = (obj) => ({
|
|
478
337
|
...obj,
|
|
479
338
|
});
|
|
480
339
|
})(ListInferenceSchedulersRequest = exports.ListInferenceSchedulersRequest || (exports.ListInferenceSchedulersRequest = {}));
|
|
481
340
|
var InferenceSchedulerSummary;
|
|
482
341
|
(function (InferenceSchedulerSummary) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
342
|
InferenceSchedulerSummary.filterSensitiveLog = (obj) => ({
|
|
487
343
|
...obj,
|
|
488
344
|
});
|
|
489
345
|
})(InferenceSchedulerSummary = exports.InferenceSchedulerSummary || (exports.InferenceSchedulerSummary = {}));
|
|
490
346
|
var ListInferenceSchedulersResponse;
|
|
491
347
|
(function (ListInferenceSchedulersResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
348
|
ListInferenceSchedulersResponse.filterSensitiveLog = (obj) => ({
|
|
496
349
|
...obj,
|
|
497
350
|
});
|
|
498
351
|
})(ListInferenceSchedulersResponse = exports.ListInferenceSchedulersResponse || (exports.ListInferenceSchedulersResponse = {}));
|
|
499
352
|
var ListModelsRequest;
|
|
500
353
|
(function (ListModelsRequest) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
354
|
ListModelsRequest.filterSensitiveLog = (obj) => ({
|
|
505
355
|
...obj,
|
|
506
356
|
});
|
|
507
357
|
})(ListModelsRequest = exports.ListModelsRequest || (exports.ListModelsRequest = {}));
|
|
508
358
|
var ModelSummary;
|
|
509
359
|
(function (ModelSummary) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
360
|
ModelSummary.filterSensitiveLog = (obj) => ({
|
|
514
361
|
...obj,
|
|
515
362
|
});
|
|
516
363
|
})(ModelSummary = exports.ModelSummary || (exports.ModelSummary = {}));
|
|
517
364
|
var ListModelsResponse;
|
|
518
365
|
(function (ListModelsResponse) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
366
|
ListModelsResponse.filterSensitiveLog = (obj) => ({
|
|
523
367
|
...obj,
|
|
524
368
|
});
|
|
525
369
|
})(ListModelsResponse = exports.ListModelsResponse || (exports.ListModelsResponse = {}));
|
|
526
370
|
var ListTagsForResourceRequest;
|
|
527
371
|
(function (ListTagsForResourceRequest) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
372
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
532
373
|
...obj,
|
|
533
374
|
});
|
|
534
375
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
535
376
|
var ListTagsForResourceResponse;
|
|
536
377
|
(function (ListTagsForResourceResponse) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
378
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
541
379
|
...obj,
|
|
542
380
|
});
|
|
543
381
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
544
382
|
var StartDataIngestionJobRequest;
|
|
545
383
|
(function (StartDataIngestionJobRequest) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
384
|
StartDataIngestionJobRequest.filterSensitiveLog = (obj) => ({
|
|
550
385
|
...obj,
|
|
551
386
|
});
|
|
552
387
|
})(StartDataIngestionJobRequest = exports.StartDataIngestionJobRequest || (exports.StartDataIngestionJobRequest = {}));
|
|
553
388
|
var StartDataIngestionJobResponse;
|
|
554
389
|
(function (StartDataIngestionJobResponse) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
390
|
StartDataIngestionJobResponse.filterSensitiveLog = (obj) => ({
|
|
559
391
|
...obj,
|
|
560
392
|
});
|
|
561
393
|
})(StartDataIngestionJobResponse = exports.StartDataIngestionJobResponse || (exports.StartDataIngestionJobResponse = {}));
|
|
562
394
|
var StartInferenceSchedulerRequest;
|
|
563
395
|
(function (StartInferenceSchedulerRequest) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
396
|
StartInferenceSchedulerRequest.filterSensitiveLog = (obj) => ({
|
|
568
397
|
...obj,
|
|
569
398
|
});
|
|
570
399
|
})(StartInferenceSchedulerRequest = exports.StartInferenceSchedulerRequest || (exports.StartInferenceSchedulerRequest = {}));
|
|
571
400
|
var StartInferenceSchedulerResponse;
|
|
572
401
|
(function (StartInferenceSchedulerResponse) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
402
|
StartInferenceSchedulerResponse.filterSensitiveLog = (obj) => ({
|
|
577
403
|
...obj,
|
|
578
404
|
});
|
|
579
405
|
})(StartInferenceSchedulerResponse = exports.StartInferenceSchedulerResponse || (exports.StartInferenceSchedulerResponse = {}));
|
|
580
406
|
var StopInferenceSchedulerRequest;
|
|
581
407
|
(function (StopInferenceSchedulerRequest) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
408
|
StopInferenceSchedulerRequest.filterSensitiveLog = (obj) => ({
|
|
586
409
|
...obj,
|
|
587
410
|
});
|
|
588
411
|
})(StopInferenceSchedulerRequest = exports.StopInferenceSchedulerRequest || (exports.StopInferenceSchedulerRequest = {}));
|
|
589
412
|
var StopInferenceSchedulerResponse;
|
|
590
413
|
(function (StopInferenceSchedulerResponse) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
414
|
StopInferenceSchedulerResponse.filterSensitiveLog = (obj) => ({
|
|
595
415
|
...obj,
|
|
596
416
|
});
|
|
597
417
|
})(StopInferenceSchedulerResponse = exports.StopInferenceSchedulerResponse || (exports.StopInferenceSchedulerResponse = {}));
|
|
598
418
|
var TagResourceRequest;
|
|
599
419
|
(function (TagResourceRequest) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
420
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
604
421
|
...obj,
|
|
605
422
|
});
|
|
606
423
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
607
424
|
var TagResourceResponse;
|
|
608
425
|
(function (TagResourceResponse) {
|
|
609
|
-
/**
|
|
610
|
-
* @internal
|
|
611
|
-
*/
|
|
612
426
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
613
427
|
...obj,
|
|
614
428
|
});
|
|
615
429
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
616
430
|
var UntagResourceRequest;
|
|
617
431
|
(function (UntagResourceRequest) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
432
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
622
433
|
...obj,
|
|
623
434
|
});
|
|
624
435
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
625
436
|
var UntagResourceResponse;
|
|
626
437
|
(function (UntagResourceResponse) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
438
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
631
439
|
...obj,
|
|
632
440
|
});
|
|
633
441
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
634
442
|
var UpdateInferenceSchedulerRequest;
|
|
635
443
|
(function (UpdateInferenceSchedulerRequest) {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
444
|
UpdateInferenceSchedulerRequest.filterSensitiveLog = (obj) => ({
|
|
640
445
|
...obj,
|
|
641
446
|
});
|
|
642
447
|
})(UpdateInferenceSchedulerRequest = exports.UpdateInferenceSchedulerRequest || (exports.UpdateInferenceSchedulerRequest = {}));
|
|
643
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDataIngestionJobs = void 0;
|
|
|
4
4
|
const ListDataIngestionJobsCommand_1 = require("../commands/ListDataIngestionJobsCommand");
|
|
5
5
|
const LookoutEquipment_1 = require("../LookoutEquipment");
|
|
6
6
|
const LookoutEquipmentClient_1 = require("../LookoutEquipmentClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDataIngestionJobsCommand_1.ListDataIngestionJobsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDataIngestionJobs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDataIngestionJobs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListDataIngestionJobs(config, input, ...additionalArgume
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListDataIngestionJobs = paginateListDataIngestionJobs;
|
|
46
|
-
//# sourceMappingURL=ListDataIngestionJobsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDatasets = void 0;
|
|
|
4
4
|
const ListDatasetsCommand_1 = require("../commands/ListDatasetsCommand");
|
|
5
5
|
const LookoutEquipment_1 = require("../LookoutEquipment");
|
|
6
6
|
const LookoutEquipmentClient_1 = require("../LookoutEquipmentClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDatasetsCommand_1.ListDatasetsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDatasets(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDatasets(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListDatasets(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListDatasets = paginateListDatasets;
|
|
46
|
-
//# sourceMappingURL=ListDatasetsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListInferenceExecutions = void 0;
|
|
|
4
4
|
const ListInferenceExecutionsCommand_1 = require("../commands/ListInferenceExecutionsCommand");
|
|
5
5
|
const LookoutEquipment_1 = require("../LookoutEquipment");
|
|
6
6
|
const LookoutEquipmentClient_1 = require("../LookoutEquipmentClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListInferenceExecutionsCommand_1.ListInferenceExecutionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listInferenceExecutions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListInferenceExecutions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListInferenceExecutions(config, input, ...additionalArgu
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListInferenceExecutions = paginateListInferenceExecutions;
|
|
46
|
-
//# sourceMappingURL=ListInferenceExecutionsPaginator.js.map
|