@aws-sdk/client-rekognition 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Rekognition.js +261 -254
- package/dist-es/RekognitionClient.js +28 -22
- package/dist-es/commands/CompareFacesCommand.js +28 -21
- package/dist-es/commands/CopyProjectVersionCommand.js +28 -21
- package/dist-es/commands/CreateCollectionCommand.js +28 -21
- package/dist-es/commands/CreateDatasetCommand.js +28 -21
- package/dist-es/commands/CreateProjectCommand.js +28 -21
- package/dist-es/commands/CreateProjectVersionCommand.js +28 -21
- package/dist-es/commands/CreateStreamProcessorCommand.js +28 -21
- package/dist-es/commands/DeleteCollectionCommand.js +28 -21
- package/dist-es/commands/DeleteDatasetCommand.js +28 -21
- package/dist-es/commands/DeleteFacesCommand.js +28 -21
- package/dist-es/commands/DeleteProjectCommand.js +28 -21
- package/dist-es/commands/DeleteProjectPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteProjectVersionCommand.js +28 -21
- package/dist-es/commands/DeleteStreamProcessorCommand.js +28 -21
- package/dist-es/commands/DescribeCollectionCommand.js +28 -21
- package/dist-es/commands/DescribeDatasetCommand.js +28 -21
- package/dist-es/commands/DescribeProjectVersionsCommand.js +28 -21
- package/dist-es/commands/DescribeProjectsCommand.js +28 -21
- package/dist-es/commands/DescribeStreamProcessorCommand.js +28 -21
- package/dist-es/commands/DetectCustomLabelsCommand.js +28 -21
- package/dist-es/commands/DetectFacesCommand.js +28 -21
- package/dist-es/commands/DetectLabelsCommand.js +28 -21
- package/dist-es/commands/DetectModerationLabelsCommand.js +28 -21
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +28 -21
- package/dist-es/commands/DetectTextCommand.js +28 -21
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +28 -21
- package/dist-es/commands/GetCelebrityInfoCommand.js +28 -21
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +28 -21
- package/dist-es/commands/GetContentModerationCommand.js +28 -21
- package/dist-es/commands/GetFaceDetectionCommand.js +28 -21
- package/dist-es/commands/GetFaceSearchCommand.js +28 -21
- package/dist-es/commands/GetLabelDetectionCommand.js +28 -21
- package/dist-es/commands/GetPersonTrackingCommand.js +28 -21
- package/dist-es/commands/GetSegmentDetectionCommand.js +28 -21
- package/dist-es/commands/GetTextDetectionCommand.js +28 -21
- package/dist-es/commands/IndexFacesCommand.js +28 -21
- package/dist-es/commands/ListCollectionsCommand.js +28 -21
- package/dist-es/commands/ListDatasetEntriesCommand.js +28 -21
- package/dist-es/commands/ListDatasetLabelsCommand.js +28 -21
- package/dist-es/commands/ListFacesCommand.js +28 -21
- package/dist-es/commands/ListProjectPoliciesCommand.js +28 -21
- package/dist-es/commands/ListStreamProcessorsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutProjectPolicyCommand.js +28 -21
- package/dist-es/commands/RecognizeCelebritiesCommand.js +28 -21
- package/dist-es/commands/SearchFacesByImageCommand.js +28 -21
- package/dist-es/commands/SearchFacesCommand.js +28 -21
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +28 -21
- package/dist-es/commands/StartContentModerationCommand.js +28 -21
- package/dist-es/commands/StartFaceDetectionCommand.js +28 -21
- package/dist-es/commands/StartFaceSearchCommand.js +28 -21
- package/dist-es/commands/StartLabelDetectionCommand.js +28 -21
- package/dist-es/commands/StartPersonTrackingCommand.js +28 -21
- package/dist-es/commands/StartProjectVersionCommand.js +28 -21
- package/dist-es/commands/StartSegmentDetectionCommand.js +28 -21
- package/dist-es/commands/StartStreamProcessorCommand.js +28 -21
- package/dist-es/commands/StartTextDetectionCommand.js +28 -21
- package/dist-es/commands/StopProjectVersionCommand.js +28 -21
- package/dist-es/commands/StopStreamProcessorCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +28 -21
- package/dist-es/commands/UpdateStreamProcessorCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RekognitionServiceException.js +10 -5
- package/dist-es/models/models_0.js +515 -976
- package/dist-es/pagination/DescribeProjectVersionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeProjectsPaginator.js +68 -25
- package/dist-es/pagination/GetCelebrityRecognitionPaginator.js +68 -25
- package/dist-es/pagination/GetContentModerationPaginator.js +68 -25
- package/dist-es/pagination/GetFaceDetectionPaginator.js +68 -25
- package/dist-es/pagination/GetFaceSearchPaginator.js +68 -25
- package/dist-es/pagination/GetLabelDetectionPaginator.js +68 -25
- package/dist-es/pagination/GetPersonTrackingPaginator.js +68 -25
- package/dist-es/pagination/GetSegmentDetectionPaginator.js +68 -25
- package/dist-es/pagination/GetTextDetectionPaginator.js +68 -25
- package/dist-es/pagination/ListCollectionsPaginator.js +68 -25
- package/dist-es/pagination/ListDatasetEntriesPaginator.js +68 -25
- package/dist-es/pagination/ListDatasetLabelsPaginator.js +68 -25
- package/dist-es/pagination/ListFacesPaginator.js +68 -25
- package/dist-es/pagination/ListProjectPoliciesPaginator.js +68 -25
- package/dist-es/pagination/ListStreamProcessorsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6546 -5219
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForProjectVersionRunning.js +91 -50
- package/dist-es/waiters/waitForProjectVersionTrainingCompleted.js +91 -50
- package/package.json +5 -5
|
@@ -1,19 +1,20 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { RekognitionServiceException as __BaseException } from "./RekognitionServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
this.Code = opts.Code;
|
|
14
|
-
this.Logref = opts.Logref;
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
_this.Message = opts.Message;
|
|
11
|
+
_this.Code = opts.Code;
|
|
12
|
+
_this.Logref = opts.Logref;
|
|
13
|
+
return _this;
|
|
15
14
|
}
|
|
16
|
-
|
|
15
|
+
return AccessDeniedException;
|
|
16
|
+
}(__BaseException));
|
|
17
|
+
export { AccessDeniedException };
|
|
17
18
|
export var Attribute;
|
|
18
19
|
(function (Attribute) {
|
|
19
20
|
Attribute["ALL"] = "ALL";
|
|
@@ -97,111 +98,111 @@ export var OrientationCorrection;
|
|
|
97
98
|
OrientationCorrection["ROTATE_270"] = "ROTATE_270";
|
|
98
99
|
OrientationCorrection["ROTATE_90"] = "ROTATE_90";
|
|
99
100
|
})(OrientationCorrection || (OrientationCorrection = {}));
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
this.Code = opts.Code;
|
|
112
|
-
this.Logref = opts.Logref;
|
|
101
|
+
var ImageTooLargeException = (function (_super) {
|
|
102
|
+
__extends(ImageTooLargeException, _super);
|
|
103
|
+
function ImageTooLargeException(opts) {
|
|
104
|
+
var _this = _super.call(this, __assign({ name: "ImageTooLargeException", $fault: "client" }, opts)) || this;
|
|
105
|
+
_this.name = "ImageTooLargeException";
|
|
106
|
+
_this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(_this, ImageTooLargeException.prototype);
|
|
108
|
+
_this.Message = opts.Message;
|
|
109
|
+
_this.Code = opts.Code;
|
|
110
|
+
_this.Logref = opts.Logref;
|
|
111
|
+
return _this;
|
|
113
112
|
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
113
|
+
return ImageTooLargeException;
|
|
114
|
+
}(__BaseException));
|
|
115
|
+
export { ImageTooLargeException };
|
|
116
|
+
var InternalServerError = (function (_super) {
|
|
117
|
+
__extends(InternalServerError, _super);
|
|
118
|
+
function InternalServerError(opts) {
|
|
119
|
+
var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
|
|
120
|
+
_this.name = "InternalServerError";
|
|
121
|
+
_this.$fault = "server";
|
|
122
|
+
Object.setPrototypeOf(_this, InternalServerError.prototype);
|
|
123
|
+
_this.Message = opts.Message;
|
|
124
|
+
_this.Code = opts.Code;
|
|
125
|
+
_this.Logref = opts.Logref;
|
|
126
|
+
return _this;
|
|
128
127
|
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
128
|
+
return InternalServerError;
|
|
129
|
+
}(__BaseException));
|
|
130
|
+
export { InternalServerError };
|
|
131
|
+
var InvalidImageFormatException = (function (_super) {
|
|
132
|
+
__extends(InvalidImageFormatException, _super);
|
|
133
|
+
function InvalidImageFormatException(opts) {
|
|
134
|
+
var _this = _super.call(this, __assign({ name: "InvalidImageFormatException", $fault: "client" }, opts)) || this;
|
|
135
|
+
_this.name = "InvalidImageFormatException";
|
|
136
|
+
_this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(_this, InvalidImageFormatException.prototype);
|
|
138
|
+
_this.Message = opts.Message;
|
|
139
|
+
_this.Code = opts.Code;
|
|
140
|
+
_this.Logref = opts.Logref;
|
|
141
|
+
return _this;
|
|
143
142
|
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
143
|
+
return InvalidImageFormatException;
|
|
144
|
+
}(__BaseException));
|
|
145
|
+
export { InvalidImageFormatException };
|
|
146
|
+
var InvalidParameterException = (function (_super) {
|
|
147
|
+
__extends(InvalidParameterException, _super);
|
|
148
|
+
function InvalidParameterException(opts) {
|
|
149
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
150
|
+
_this.name = "InvalidParameterException";
|
|
151
|
+
_this.$fault = "client";
|
|
152
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
153
|
+
_this.Message = opts.Message;
|
|
154
|
+
_this.Code = opts.Code;
|
|
155
|
+
_this.Logref = opts.Logref;
|
|
156
|
+
return _this;
|
|
158
157
|
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
158
|
+
return InvalidParameterException;
|
|
159
|
+
}(__BaseException));
|
|
160
|
+
export { InvalidParameterException };
|
|
161
|
+
var InvalidS3ObjectException = (function (_super) {
|
|
162
|
+
__extends(InvalidS3ObjectException, _super);
|
|
163
|
+
function InvalidS3ObjectException(opts) {
|
|
164
|
+
var _this = _super.call(this, __assign({ name: "InvalidS3ObjectException", $fault: "client" }, opts)) || this;
|
|
165
|
+
_this.name = "InvalidS3ObjectException";
|
|
166
|
+
_this.$fault = "client";
|
|
167
|
+
Object.setPrototypeOf(_this, InvalidS3ObjectException.prototype);
|
|
168
|
+
_this.Message = opts.Message;
|
|
169
|
+
_this.Code = opts.Code;
|
|
170
|
+
_this.Logref = opts.Logref;
|
|
171
|
+
return _this;
|
|
173
172
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
173
|
+
return InvalidS3ObjectException;
|
|
174
|
+
}(__BaseException));
|
|
175
|
+
export { InvalidS3ObjectException };
|
|
176
|
+
var ProvisionedThroughputExceededException = (function (_super) {
|
|
177
|
+
__extends(ProvisionedThroughputExceededException, _super);
|
|
178
|
+
function ProvisionedThroughputExceededException(opts) {
|
|
179
|
+
var _this = _super.call(this, __assign({ name: "ProvisionedThroughputExceededException", $fault: "client" }, opts)) || this;
|
|
180
|
+
_this.name = "ProvisionedThroughputExceededException";
|
|
181
|
+
_this.$fault = "client";
|
|
182
|
+
Object.setPrototypeOf(_this, ProvisionedThroughputExceededException.prototype);
|
|
183
|
+
_this.Message = opts.Message;
|
|
184
|
+
_this.Code = opts.Code;
|
|
185
|
+
_this.Logref = opts.Logref;
|
|
186
|
+
return _this;
|
|
188
187
|
}
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
188
|
+
return ProvisionedThroughputExceededException;
|
|
189
|
+
}(__BaseException));
|
|
190
|
+
export { ProvisionedThroughputExceededException };
|
|
191
|
+
var ThrottlingException = (function (_super) {
|
|
192
|
+
__extends(ThrottlingException, _super);
|
|
193
|
+
function ThrottlingException(opts) {
|
|
194
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "server" }, opts)) || this;
|
|
195
|
+
_this.name = "ThrottlingException";
|
|
196
|
+
_this.$fault = "server";
|
|
197
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
198
|
+
_this.Message = opts.Message;
|
|
199
|
+
_this.Code = opts.Code;
|
|
200
|
+
_this.Logref = opts.Logref;
|
|
201
|
+
return _this;
|
|
203
202
|
}
|
|
204
|
-
|
|
203
|
+
return ThrottlingException;
|
|
204
|
+
}(__BaseException));
|
|
205
|
+
export { ThrottlingException };
|
|
205
206
|
export var ContentClassifier;
|
|
206
207
|
(function (ContentClassifier) {
|
|
207
208
|
ContentClassifier["FREE_OF_ADULT_CONTENT"] = "FreeOfAdultContent";
|
|
@@ -212,81 +213,81 @@ export var ContentModerationSortBy;
|
|
|
212
213
|
ContentModerationSortBy["NAME"] = "NAME";
|
|
213
214
|
ContentModerationSortBy["TIMESTAMP"] = "TIMESTAMP";
|
|
214
215
|
})(ContentModerationSortBy || (ContentModerationSortBy = {}));
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
this.Code = opts.Code;
|
|
227
|
-
this.Logref = opts.Logref;
|
|
216
|
+
var LimitExceededException = (function (_super) {
|
|
217
|
+
__extends(LimitExceededException, _super);
|
|
218
|
+
function LimitExceededException(opts) {
|
|
219
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
220
|
+
_this.name = "LimitExceededException";
|
|
221
|
+
_this.$fault = "client";
|
|
222
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
223
|
+
_this.Message = opts.Message;
|
|
224
|
+
_this.Code = opts.Code;
|
|
225
|
+
_this.Logref = opts.Logref;
|
|
226
|
+
return _this;
|
|
228
227
|
}
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
228
|
+
return LimitExceededException;
|
|
229
|
+
}(__BaseException));
|
|
230
|
+
export { LimitExceededException };
|
|
231
|
+
var ResourceInUseException = (function (_super) {
|
|
232
|
+
__extends(ResourceInUseException, _super);
|
|
233
|
+
function ResourceInUseException(opts) {
|
|
234
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
235
|
+
_this.name = "ResourceInUseException";
|
|
236
|
+
_this.$fault = "client";
|
|
237
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
238
|
+
_this.Message = opts.Message;
|
|
239
|
+
_this.Code = opts.Code;
|
|
240
|
+
_this.Logref = opts.Logref;
|
|
241
|
+
return _this;
|
|
243
242
|
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
243
|
+
return ResourceInUseException;
|
|
244
|
+
}(__BaseException));
|
|
245
|
+
export { ResourceInUseException };
|
|
246
|
+
var ResourceNotFoundException = (function (_super) {
|
|
247
|
+
__extends(ResourceNotFoundException, _super);
|
|
248
|
+
function ResourceNotFoundException(opts) {
|
|
249
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
250
|
+
_this.name = "ResourceNotFoundException";
|
|
251
|
+
_this.$fault = "client";
|
|
252
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
253
|
+
_this.Message = opts.Message;
|
|
254
|
+
_this.Code = opts.Code;
|
|
255
|
+
_this.Logref = opts.Logref;
|
|
256
|
+
return _this;
|
|
258
257
|
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
258
|
+
return ResourceNotFoundException;
|
|
259
|
+
}(__BaseException));
|
|
260
|
+
export { ResourceNotFoundException };
|
|
261
|
+
var ServiceQuotaExceededException = (function (_super) {
|
|
262
|
+
__extends(ServiceQuotaExceededException, _super);
|
|
263
|
+
function ServiceQuotaExceededException(opts) {
|
|
264
|
+
var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
265
|
+
_this.name = "ServiceQuotaExceededException";
|
|
266
|
+
_this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
|
|
268
|
+
_this.Message = opts.Message;
|
|
269
|
+
_this.Code = opts.Code;
|
|
270
|
+
_this.Logref = opts.Logref;
|
|
271
|
+
return _this;
|
|
273
272
|
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
273
|
+
return ServiceQuotaExceededException;
|
|
274
|
+
}(__BaseException));
|
|
275
|
+
export { ServiceQuotaExceededException };
|
|
276
|
+
var ResourceAlreadyExistsException = (function (_super) {
|
|
277
|
+
__extends(ResourceAlreadyExistsException, _super);
|
|
278
|
+
function ResourceAlreadyExistsException(opts) {
|
|
279
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
280
|
+
_this.name = "ResourceAlreadyExistsException";
|
|
281
|
+
_this.$fault = "client";
|
|
282
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistsException.prototype);
|
|
283
|
+
_this.Message = opts.Message;
|
|
284
|
+
_this.Code = opts.Code;
|
|
285
|
+
_this.Logref = opts.Logref;
|
|
286
|
+
return _this;
|
|
288
287
|
}
|
|
289
|
-
|
|
288
|
+
return ResourceAlreadyExistsException;
|
|
289
|
+
}(__BaseException));
|
|
290
|
+
export { ResourceAlreadyExistsException };
|
|
290
291
|
export var DatasetType;
|
|
291
292
|
(function (DatasetType) {
|
|
292
293
|
DatasetType["TEST"] = "TEST";
|
|
@@ -314,21 +315,21 @@ export var ProjectStatus;
|
|
|
314
315
|
ProjectStatus["CREATING"] = "CREATING";
|
|
315
316
|
ProjectStatus["DELETING"] = "DELETING";
|
|
316
317
|
})(ProjectStatus || (ProjectStatus = {}));
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
this.Code = opts.Code;
|
|
329
|
-
this.Logref = opts.Logref;
|
|
318
|
+
var InvalidPolicyRevisionIdException = (function (_super) {
|
|
319
|
+
__extends(InvalidPolicyRevisionIdException, _super);
|
|
320
|
+
function InvalidPolicyRevisionIdException(opts) {
|
|
321
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyRevisionIdException", $fault: "client" }, opts)) || this;
|
|
322
|
+
_this.name = "InvalidPolicyRevisionIdException";
|
|
323
|
+
_this.$fault = "client";
|
|
324
|
+
Object.setPrototypeOf(_this, InvalidPolicyRevisionIdException.prototype);
|
|
325
|
+
_this.Message = opts.Message;
|
|
326
|
+
_this.Code = opts.Code;
|
|
327
|
+
_this.Logref = opts.Logref;
|
|
328
|
+
return _this;
|
|
330
329
|
}
|
|
331
|
-
|
|
330
|
+
return InvalidPolicyRevisionIdException;
|
|
331
|
+
}(__BaseException));
|
|
332
|
+
export { InvalidPolicyRevisionIdException };
|
|
332
333
|
export var ProjectVersionStatus;
|
|
333
334
|
(function (ProjectVersionStatus) {
|
|
334
335
|
ProjectVersionStatus["COPYING_COMPLETED"] = "COPYING_COMPLETED";
|
|
@@ -344,21 +345,21 @@ export var ProjectVersionStatus;
|
|
|
344
345
|
ProjectVersionStatus["TRAINING_FAILED"] = "TRAINING_FAILED";
|
|
345
346
|
ProjectVersionStatus["TRAINING_IN_PROGRESS"] = "TRAINING_IN_PROGRESS";
|
|
346
347
|
})(ProjectVersionStatus || (ProjectVersionStatus = {}));
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
this.Code = opts.Code;
|
|
359
|
-
this.Logref = opts.Logref;
|
|
348
|
+
var InvalidPaginationTokenException = (function (_super) {
|
|
349
|
+
__extends(InvalidPaginationTokenException, _super);
|
|
350
|
+
function InvalidPaginationTokenException(opts) {
|
|
351
|
+
var _this = _super.call(this, __assign({ name: "InvalidPaginationTokenException", $fault: "client" }, opts)) || this;
|
|
352
|
+
_this.name = "InvalidPaginationTokenException";
|
|
353
|
+
_this.$fault = "client";
|
|
354
|
+
Object.setPrototypeOf(_this, InvalidPaginationTokenException.prototype);
|
|
355
|
+
_this.Message = opts.Message;
|
|
356
|
+
_this.Code = opts.Code;
|
|
357
|
+
_this.Logref = opts.Logref;
|
|
358
|
+
return _this;
|
|
360
359
|
}
|
|
361
|
-
|
|
360
|
+
return InvalidPaginationTokenException;
|
|
361
|
+
}(__BaseException));
|
|
362
|
+
export { InvalidPaginationTokenException };
|
|
362
363
|
export var StreamProcessorStatus;
|
|
363
364
|
(function (StreamProcessorStatus) {
|
|
364
365
|
StreamProcessorStatus["FAILED"] = "FAILED";
|
|
@@ -368,39 +369,39 @@ export var StreamProcessorStatus;
|
|
|
368
369
|
StreamProcessorStatus["STOPPING"] = "STOPPING";
|
|
369
370
|
StreamProcessorStatus["UPDATING"] = "UPDATING";
|
|
370
371
|
})(StreamProcessorStatus || (StreamProcessorStatus = {}));
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
this.Code = opts.Code;
|
|
383
|
-
this.Logref = opts.Logref;
|
|
372
|
+
var ResourceNotReadyException = (function (_super) {
|
|
373
|
+
__extends(ResourceNotReadyException, _super);
|
|
374
|
+
function ResourceNotReadyException(opts) {
|
|
375
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotReadyException", $fault: "client" }, opts)) || this;
|
|
376
|
+
_this.name = "ResourceNotReadyException";
|
|
377
|
+
_this.$fault = "client";
|
|
378
|
+
Object.setPrototypeOf(_this, ResourceNotReadyException.prototype);
|
|
379
|
+
_this.Message = opts.Message;
|
|
380
|
+
_this.Code = opts.Code;
|
|
381
|
+
_this.Logref = opts.Logref;
|
|
382
|
+
return _this;
|
|
384
383
|
}
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
384
|
+
return ResourceNotReadyException;
|
|
385
|
+
}(__BaseException));
|
|
386
|
+
export { ResourceNotReadyException };
|
|
387
|
+
var HumanLoopQuotaExceededException = (function (_super) {
|
|
388
|
+
__extends(HumanLoopQuotaExceededException, _super);
|
|
389
|
+
function HumanLoopQuotaExceededException(opts) {
|
|
390
|
+
var _this = _super.call(this, __assign({ name: "HumanLoopQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
391
|
+
_this.name = "HumanLoopQuotaExceededException";
|
|
392
|
+
_this.$fault = "client";
|
|
393
|
+
Object.setPrototypeOf(_this, HumanLoopQuotaExceededException.prototype);
|
|
394
|
+
_this.ResourceType = opts.ResourceType;
|
|
395
|
+
_this.QuotaCode = opts.QuotaCode;
|
|
396
|
+
_this.ServiceCode = opts.ServiceCode;
|
|
397
|
+
_this.Message = opts.Message;
|
|
398
|
+
_this.Code = opts.Code;
|
|
399
|
+
_this.Logref = opts.Logref;
|
|
400
|
+
return _this;
|
|
402
401
|
}
|
|
403
|
-
|
|
402
|
+
return HumanLoopQuotaExceededException;
|
|
403
|
+
}(__BaseException));
|
|
404
|
+
export { HumanLoopQuotaExceededException };
|
|
404
405
|
export var TextTypes;
|
|
405
406
|
(function (TextTypes) {
|
|
406
407
|
TextTypes["LINE"] = "LINE";
|
|
@@ -452,21 +453,21 @@ export var SegmentType;
|
|
|
452
453
|
SegmentType["SHOT"] = "SHOT";
|
|
453
454
|
SegmentType["TECHNICAL_CUE"] = "TECHNICAL_CUE";
|
|
454
455
|
})(SegmentType || (SegmentType = {}));
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
this.Code = opts.Code;
|
|
467
|
-
this.Logref = opts.Logref;
|
|
456
|
+
var IdempotentParameterMismatchException = (function (_super) {
|
|
457
|
+
__extends(IdempotentParameterMismatchException, _super);
|
|
458
|
+
function IdempotentParameterMismatchException(opts) {
|
|
459
|
+
var _this = _super.call(this, __assign({ name: "IdempotentParameterMismatchException", $fault: "client" }, opts)) || this;
|
|
460
|
+
_this.name = "IdempotentParameterMismatchException";
|
|
461
|
+
_this.$fault = "client";
|
|
462
|
+
Object.setPrototypeOf(_this, IdempotentParameterMismatchException.prototype);
|
|
463
|
+
_this.Message = opts.Message;
|
|
464
|
+
_this.Code = opts.Code;
|
|
465
|
+
_this.Logref = opts.Logref;
|
|
466
|
+
return _this;
|
|
468
467
|
}
|
|
469
|
-
|
|
468
|
+
return IdempotentParameterMismatchException;
|
|
469
|
+
}(__BaseException));
|
|
470
|
+
export { IdempotentParameterMismatchException };
|
|
470
471
|
export var Reason;
|
|
471
472
|
(function (Reason) {
|
|
472
473
|
Reason["EXCEEDS_MAX_FACES"] = "EXCEEDS_MAX_FACES";
|
|
@@ -477,731 +478,269 @@ export var Reason;
|
|
|
477
478
|
Reason["LOW_SHARPNESS"] = "LOW_SHARPNESS";
|
|
478
479
|
Reason["SMALL_BOUNDING_BOX"] = "SMALL_BOUNDING_BOX";
|
|
479
480
|
})(Reason || (Reason = {}));
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
this.Code = opts.Code;
|
|
492
|
-
this.Logref = opts.Logref;
|
|
481
|
+
var MalformedPolicyDocumentException = (function (_super) {
|
|
482
|
+
__extends(MalformedPolicyDocumentException, _super);
|
|
483
|
+
function MalformedPolicyDocumentException(opts) {
|
|
484
|
+
var _this = _super.call(this, __assign({ name: "MalformedPolicyDocumentException", $fault: "client" }, opts)) || this;
|
|
485
|
+
_this.name = "MalformedPolicyDocumentException";
|
|
486
|
+
_this.$fault = "client";
|
|
487
|
+
Object.setPrototypeOf(_this, MalformedPolicyDocumentException.prototype);
|
|
488
|
+
_this.Message = opts.Message;
|
|
489
|
+
_this.Code = opts.Code;
|
|
490
|
+
_this.Logref = opts.Logref;
|
|
491
|
+
return _this;
|
|
493
492
|
}
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
493
|
+
return MalformedPolicyDocumentException;
|
|
494
|
+
}(__BaseException));
|
|
495
|
+
export { MalformedPolicyDocumentException };
|
|
496
|
+
var VideoTooLargeException = (function (_super) {
|
|
497
|
+
__extends(VideoTooLargeException, _super);
|
|
498
|
+
function VideoTooLargeException(opts) {
|
|
499
|
+
var _this = _super.call(this, __assign({ name: "VideoTooLargeException", $fault: "client" }, opts)) || this;
|
|
500
|
+
_this.name = "VideoTooLargeException";
|
|
501
|
+
_this.$fault = "client";
|
|
502
|
+
Object.setPrototypeOf(_this, VideoTooLargeException.prototype);
|
|
503
|
+
_this.Message = opts.Message;
|
|
504
|
+
_this.Code = opts.Code;
|
|
505
|
+
_this.Logref = opts.Logref;
|
|
506
|
+
return _this;
|
|
508
507
|
}
|
|
509
|
-
|
|
508
|
+
return VideoTooLargeException;
|
|
509
|
+
}(__BaseException));
|
|
510
|
+
export { VideoTooLargeException };
|
|
510
511
|
export var StreamProcessorParameterToDelete;
|
|
511
512
|
(function (StreamProcessorParameterToDelete) {
|
|
512
513
|
StreamProcessorParameterToDelete["ConnectedHomeMinConfidence"] = "ConnectedHomeMinConfidence";
|
|
513
514
|
StreamProcessorParameterToDelete["RegionsOfInterest"] = "RegionsOfInterest";
|
|
514
515
|
})(StreamProcessorParameterToDelete || (StreamProcessorParameterToDelete = {}));
|
|
515
|
-
export
|
|
516
|
-
|
|
517
|
-
});
|
|
518
|
-
export
|
|
519
|
-
|
|
520
|
-
});
|
|
521
|
-
export
|
|
522
|
-
|
|
523
|
-
});
|
|
524
|
-
export
|
|
525
|
-
|
|
526
|
-
});
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
});
|
|
530
|
-
export
|
|
531
|
-
|
|
532
|
-
});
|
|
533
|
-
export
|
|
534
|
-
|
|
535
|
-
});
|
|
536
|
-
export
|
|
537
|
-
|
|
538
|
-
});
|
|
539
|
-
export
|
|
540
|
-
|
|
541
|
-
});
|
|
542
|
-
export
|
|
543
|
-
|
|
544
|
-
});
|
|
545
|
-
export
|
|
546
|
-
|
|
547
|
-
});
|
|
548
|
-
export
|
|
549
|
-
|
|
550
|
-
});
|
|
551
|
-
export
|
|
552
|
-
|
|
553
|
-
});
|
|
554
|
-
export
|
|
555
|
-
|
|
556
|
-
});
|
|
557
|
-
export
|
|
558
|
-
|
|
559
|
-
});
|
|
560
|
-
export
|
|
561
|
-
|
|
562
|
-
});
|
|
563
|
-
export
|
|
564
|
-
|
|
565
|
-
});
|
|
566
|
-
export
|
|
567
|
-
|
|
568
|
-
});
|
|
569
|
-
export
|
|
570
|
-
|
|
571
|
-
});
|
|
572
|
-
export
|
|
573
|
-
|
|
574
|
-
});
|
|
575
|
-
export
|
|
576
|
-
|
|
577
|
-
});
|
|
578
|
-
export
|
|
579
|
-
|
|
580
|
-
});
|
|
581
|
-
export
|
|
582
|
-
|
|
583
|
-
});
|
|
584
|
-
export
|
|
585
|
-
|
|
586
|
-
});
|
|
587
|
-
export
|
|
588
|
-
|
|
589
|
-
});
|
|
590
|
-
export
|
|
591
|
-
|
|
592
|
-
});
|
|
593
|
-
export
|
|
594
|
-
|
|
595
|
-
});
|
|
596
|
-
export
|
|
597
|
-
|
|
598
|
-
});
|
|
599
|
-
export
|
|
600
|
-
|
|
601
|
-
});
|
|
602
|
-
export
|
|
603
|
-
|
|
604
|
-
});
|
|
605
|
-
export
|
|
606
|
-
|
|
607
|
-
});
|
|
608
|
-
export
|
|
609
|
-
|
|
610
|
-
});
|
|
611
|
-
export
|
|
612
|
-
|
|
613
|
-
});
|
|
614
|
-
export
|
|
615
|
-
|
|
616
|
-
});
|
|
617
|
-
export
|
|
618
|
-
|
|
619
|
-
});
|
|
620
|
-
export
|
|
621
|
-
|
|
622
|
-
});
|
|
623
|
-
export
|
|
624
|
-
|
|
625
|
-
});
|
|
626
|
-
export
|
|
627
|
-
|
|
628
|
-
});
|
|
629
|
-
export
|
|
630
|
-
|
|
631
|
-
});
|
|
632
|
-
export
|
|
633
|
-
|
|
634
|
-
});
|
|
635
|
-
export
|
|
636
|
-
|
|
637
|
-
});
|
|
638
|
-
export
|
|
639
|
-
|
|
640
|
-
});
|
|
641
|
-
export
|
|
642
|
-
|
|
643
|
-
});
|
|
644
|
-
export
|
|
645
|
-
|
|
646
|
-
});
|
|
647
|
-
export
|
|
648
|
-
|
|
649
|
-
});
|
|
650
|
-
export
|
|
651
|
-
|
|
652
|
-
});
|
|
653
|
-
export
|
|
654
|
-
|
|
655
|
-
});
|
|
656
|
-
export
|
|
657
|
-
|
|
658
|
-
});
|
|
659
|
-
export
|
|
660
|
-
|
|
661
|
-
});
|
|
662
|
-
export
|
|
663
|
-
|
|
664
|
-
});
|
|
665
|
-
export
|
|
666
|
-
|
|
667
|
-
});
|
|
668
|
-
export
|
|
669
|
-
|
|
670
|
-
});
|
|
671
|
-
export
|
|
672
|
-
|
|
673
|
-
});
|
|
674
|
-
export
|
|
675
|
-
|
|
676
|
-
});
|
|
677
|
-
export
|
|
678
|
-
|
|
679
|
-
});
|
|
680
|
-
export
|
|
681
|
-
|
|
682
|
-
});
|
|
683
|
-
export
|
|
684
|
-
|
|
685
|
-
});
|
|
686
|
-
export
|
|
687
|
-
|
|
688
|
-
});
|
|
689
|
-
export
|
|
690
|
-
|
|
691
|
-
});
|
|
692
|
-
export
|
|
693
|
-
|
|
694
|
-
});
|
|
695
|
-
export
|
|
696
|
-
|
|
697
|
-
});
|
|
698
|
-
export
|
|
699
|
-
|
|
700
|
-
});
|
|
701
|
-
export
|
|
702
|
-
|
|
703
|
-
});
|
|
704
|
-
export
|
|
705
|
-
|
|
706
|
-
});
|
|
707
|
-
export
|
|
708
|
-
|
|
709
|
-
});
|
|
710
|
-
export
|
|
711
|
-
|
|
712
|
-
});
|
|
713
|
-
export
|
|
714
|
-
|
|
715
|
-
});
|
|
716
|
-
export
|
|
717
|
-
|
|
718
|
-
});
|
|
719
|
-
export
|
|
720
|
-
|
|
721
|
-
});
|
|
722
|
-
export
|
|
723
|
-
|
|
724
|
-
});
|
|
725
|
-
export
|
|
726
|
-
|
|
727
|
-
});
|
|
728
|
-
export
|
|
729
|
-
|
|
730
|
-
});
|
|
731
|
-
export
|
|
732
|
-
|
|
733
|
-
});
|
|
734
|
-
export
|
|
735
|
-
|
|
736
|
-
});
|
|
737
|
-
export
|
|
738
|
-
|
|
739
|
-
});
|
|
740
|
-
export
|
|
741
|
-
|
|
742
|
-
});
|
|
743
|
-
export
|
|
744
|
-
|
|
745
|
-
});
|
|
746
|
-
export const DeleteFacesResponseFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
export const DeleteProjectRequestFilterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
export const DeleteProjectResponseFilterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
export const DeleteProjectPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
export const DeleteProjectPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
export const DeleteProjectVersionRequestFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const DeleteProjectVersionResponseFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
export const DeleteStreamProcessorRequestFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
export const DeleteStreamProcessorResponseFilterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
773
|
-
export const DescribeCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
774
|
-
...obj,
|
|
775
|
-
});
|
|
776
|
-
export const DescribeCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
777
|
-
...obj,
|
|
778
|
-
});
|
|
779
|
-
export const DescribeDatasetRequestFilterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
export const DescribeDatasetResponseFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
export const DescribeProjectsRequestFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
|
-
export const ProjectDescriptionFilterSensitiveLog = (obj) => ({
|
|
789
|
-
...obj,
|
|
790
|
-
});
|
|
791
|
-
export const DescribeProjectsResponseFilterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
});
|
|
794
|
-
export const DescribeProjectVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
795
|
-
...obj,
|
|
796
|
-
});
|
|
797
|
-
export const SummaryFilterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
});
|
|
800
|
-
export const EvaluationResultFilterSensitiveLog = (obj) => ({
|
|
801
|
-
...obj,
|
|
802
|
-
});
|
|
803
|
-
export const ValidationDataFilterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
});
|
|
806
|
-
export const TestingDataResultFilterSensitiveLog = (obj) => ({
|
|
807
|
-
...obj,
|
|
808
|
-
});
|
|
809
|
-
export const TrainingDataResultFilterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
});
|
|
812
|
-
export const ProjectVersionDescriptionFilterSensitiveLog = (obj) => ({
|
|
813
|
-
...obj,
|
|
814
|
-
});
|
|
815
|
-
export const DescribeProjectVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
816
|
-
...obj,
|
|
817
|
-
});
|
|
818
|
-
export const DescribeStreamProcessorRequestFilterSensitiveLog = (obj) => ({
|
|
819
|
-
...obj,
|
|
820
|
-
});
|
|
821
|
-
export const DescribeStreamProcessorResponseFilterSensitiveLog = (obj) => ({
|
|
822
|
-
...obj,
|
|
823
|
-
});
|
|
824
|
-
export const DetectCustomLabelsRequestFilterSensitiveLog = (obj) => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
export const DetectCustomLabelsResponseFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
});
|
|
830
|
-
export const DetectFacesRequestFilterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
});
|
|
833
|
-
export const DetectFacesResponseFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
});
|
|
836
|
-
export const DetectionFilterFilterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
});
|
|
839
|
-
export const DetectLabelsRequestFilterSensitiveLog = (obj) => ({
|
|
840
|
-
...obj,
|
|
841
|
-
});
|
|
842
|
-
export const InstanceFilterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
export const ParentFilterSensitiveLog = (obj) => ({
|
|
846
|
-
...obj,
|
|
847
|
-
});
|
|
848
|
-
export const LabelFilterSensitiveLog = (obj) => ({
|
|
849
|
-
...obj,
|
|
850
|
-
});
|
|
851
|
-
export const DetectLabelsResponseFilterSensitiveLog = (obj) => ({
|
|
852
|
-
...obj,
|
|
853
|
-
});
|
|
854
|
-
export const HumanLoopDataAttributesFilterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
|
-
export const HumanLoopConfigFilterSensitiveLog = (obj) => ({
|
|
858
|
-
...obj,
|
|
859
|
-
});
|
|
860
|
-
export const DetectModerationLabelsRequestFilterSensitiveLog = (obj) => ({
|
|
861
|
-
...obj,
|
|
862
|
-
});
|
|
863
|
-
export const HumanLoopActivationOutputFilterSensitiveLog = (obj) => ({
|
|
864
|
-
...obj,
|
|
865
|
-
});
|
|
866
|
-
export const DetectModerationLabelsResponseFilterSensitiveLog = (obj) => ({
|
|
867
|
-
...obj,
|
|
868
|
-
});
|
|
869
|
-
export const ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog = (obj) => ({
|
|
870
|
-
...obj,
|
|
871
|
-
});
|
|
872
|
-
export const DetectProtectiveEquipmentRequestFilterSensitiveLog = (obj) => ({
|
|
873
|
-
...obj,
|
|
874
|
-
});
|
|
875
|
-
export const ProtectiveEquipmentPersonFilterSensitiveLog = (obj) => ({
|
|
876
|
-
...obj,
|
|
877
|
-
});
|
|
878
|
-
export const ProtectiveEquipmentSummaryFilterSensitiveLog = (obj) => ({
|
|
879
|
-
...obj,
|
|
880
|
-
});
|
|
881
|
-
export const DetectProtectiveEquipmentResponseFilterSensitiveLog = (obj) => ({
|
|
882
|
-
...obj,
|
|
883
|
-
});
|
|
884
|
-
export const DetectTextFiltersFilterSensitiveLog = (obj) => ({
|
|
885
|
-
...obj,
|
|
886
|
-
});
|
|
887
|
-
export const DetectTextRequestFilterSensitiveLog = (obj) => ({
|
|
888
|
-
...obj,
|
|
889
|
-
});
|
|
890
|
-
export const TextDetectionFilterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
export const DetectTextResponseFilterSensitiveLog = (obj) => ({
|
|
894
|
-
...obj,
|
|
895
|
-
});
|
|
896
|
-
export const DistributeDatasetFilterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
|
-
});
|
|
899
|
-
export const DistributeDatasetEntriesRequestFilterSensitiveLog = (obj) => ({
|
|
900
|
-
...obj,
|
|
901
|
-
});
|
|
902
|
-
export const DistributeDatasetEntriesResponseFilterSensitiveLog = (obj) => ({
|
|
903
|
-
...obj,
|
|
904
|
-
});
|
|
905
|
-
export const FaceFilterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
});
|
|
908
|
-
export const FaceDetectionFilterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
export const FaceMatchFilterSensitiveLog = (obj) => ({
|
|
912
|
-
...obj,
|
|
913
|
-
});
|
|
914
|
-
export const FaceRecordFilterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
});
|
|
917
|
-
export const GetCelebrityInfoRequestFilterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
});
|
|
920
|
-
export const GetCelebrityInfoResponseFilterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
});
|
|
923
|
-
export const GetCelebrityRecognitionRequestFilterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
});
|
|
926
|
-
export const VideoMetadataFilterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
export const GetCelebrityRecognitionResponseFilterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
export const GetContentModerationRequestFilterSensitiveLog = (obj) => ({
|
|
933
|
-
...obj,
|
|
934
|
-
});
|
|
935
|
-
export const GetContentModerationResponseFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
export const GetFaceDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
939
|
-
...obj,
|
|
940
|
-
});
|
|
941
|
-
export const GetFaceDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
942
|
-
...obj,
|
|
943
|
-
});
|
|
944
|
-
export const GetFaceSearchRequestFilterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
export const PersonDetailFilterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
export const PersonMatchFilterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
export const GetFaceSearchResponseFilterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
export const GetLabelDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
export const LabelDetectionFilterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
});
|
|
962
|
-
export const GetLabelDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
});
|
|
965
|
-
export const GetPersonTrackingRequestFilterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
});
|
|
968
|
-
export const PersonDetectionFilterSensitiveLog = (obj) => ({
|
|
969
|
-
...obj,
|
|
970
|
-
});
|
|
971
|
-
export const GetPersonTrackingResponseFilterSensitiveLog = (obj) => ({
|
|
972
|
-
...obj,
|
|
973
|
-
});
|
|
974
|
-
export const GetSegmentDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
975
|
-
...obj,
|
|
976
|
-
});
|
|
977
|
-
export const ShotSegmentFilterSensitiveLog = (obj) => ({
|
|
978
|
-
...obj,
|
|
979
|
-
});
|
|
980
|
-
export const TechnicalCueSegmentFilterSensitiveLog = (obj) => ({
|
|
981
|
-
...obj,
|
|
982
|
-
});
|
|
983
|
-
export const SegmentDetectionFilterSensitiveLog = (obj) => ({
|
|
984
|
-
...obj,
|
|
985
|
-
});
|
|
986
|
-
export const SegmentTypeInfoFilterSensitiveLog = (obj) => ({
|
|
987
|
-
...obj,
|
|
988
|
-
});
|
|
989
|
-
export const GetSegmentDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
990
|
-
...obj,
|
|
991
|
-
});
|
|
992
|
-
export const GetTextDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
993
|
-
...obj,
|
|
994
|
-
});
|
|
995
|
-
export const TextDetectionResultFilterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
});
|
|
998
|
-
export const GetTextDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
});
|
|
1001
|
-
export const IndexFacesRequestFilterSensitiveLog = (obj) => ({
|
|
1002
|
-
...obj,
|
|
1003
|
-
});
|
|
1004
|
-
export const UnindexedFaceFilterSensitiveLog = (obj) => ({
|
|
1005
|
-
...obj,
|
|
1006
|
-
});
|
|
1007
|
-
export const IndexFacesResponseFilterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
});
|
|
1010
|
-
export const KinesisVideoStreamStartSelectorFilterSensitiveLog = (obj) => ({
|
|
1011
|
-
...obj,
|
|
1012
|
-
});
|
|
1013
|
-
export const ListCollectionsRequestFilterSensitiveLog = (obj) => ({
|
|
1014
|
-
...obj,
|
|
1015
|
-
});
|
|
1016
|
-
export const ListCollectionsResponseFilterSensitiveLog = (obj) => ({
|
|
1017
|
-
...obj,
|
|
1018
|
-
});
|
|
1019
|
-
export const ListDatasetEntriesRequestFilterSensitiveLog = (obj) => ({
|
|
1020
|
-
...obj,
|
|
1021
|
-
});
|
|
1022
|
-
export const ListDatasetEntriesResponseFilterSensitiveLog = (obj) => ({
|
|
1023
|
-
...obj,
|
|
1024
|
-
});
|
|
1025
|
-
export const ListDatasetLabelsRequestFilterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
});
|
|
1028
|
-
export const ListDatasetLabelsResponseFilterSensitiveLog = (obj) => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
export const ListFacesRequestFilterSensitiveLog = (obj) => ({
|
|
1032
|
-
...obj,
|
|
1033
|
-
});
|
|
1034
|
-
export const ListFacesResponseFilterSensitiveLog = (obj) => ({
|
|
1035
|
-
...obj,
|
|
1036
|
-
});
|
|
1037
|
-
export const ListProjectPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
1038
|
-
...obj,
|
|
1039
|
-
});
|
|
1040
|
-
export const ProjectPolicyFilterSensitiveLog = (obj) => ({
|
|
1041
|
-
...obj,
|
|
1042
|
-
});
|
|
1043
|
-
export const ListProjectPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
1044
|
-
...obj,
|
|
1045
|
-
});
|
|
1046
|
-
export const ListStreamProcessorsRequestFilterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
});
|
|
1049
|
-
export const StreamProcessorFilterSensitiveLog = (obj) => ({
|
|
1050
|
-
...obj,
|
|
1051
|
-
});
|
|
1052
|
-
export const ListStreamProcessorsResponseFilterSensitiveLog = (obj) => ({
|
|
1053
|
-
...obj,
|
|
1054
|
-
});
|
|
1055
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1056
|
-
...obj,
|
|
1057
|
-
});
|
|
1058
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1059
|
-
...obj,
|
|
1060
|
-
});
|
|
1061
|
-
export const NotificationChannelFilterSensitiveLog = (obj) => ({
|
|
1062
|
-
...obj,
|
|
1063
|
-
});
|
|
1064
|
-
export const PutProjectPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1065
|
-
...obj,
|
|
1066
|
-
});
|
|
1067
|
-
export const PutProjectPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1068
|
-
...obj,
|
|
1069
|
-
});
|
|
1070
|
-
export const RecognizeCelebritiesRequestFilterSensitiveLog = (obj) => ({
|
|
1071
|
-
...obj,
|
|
1072
|
-
});
|
|
1073
|
-
export const RecognizeCelebritiesResponseFilterSensitiveLog = (obj) => ({
|
|
1074
|
-
...obj,
|
|
1075
|
-
});
|
|
1076
|
-
export const SearchFacesRequestFilterSensitiveLog = (obj) => ({
|
|
1077
|
-
...obj,
|
|
1078
|
-
});
|
|
1079
|
-
export const SearchFacesResponseFilterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
});
|
|
1082
|
-
export const SearchFacesByImageRequestFilterSensitiveLog = (obj) => ({
|
|
1083
|
-
...obj,
|
|
1084
|
-
});
|
|
1085
|
-
export const SearchFacesByImageResponseFilterSensitiveLog = (obj) => ({
|
|
1086
|
-
...obj,
|
|
1087
|
-
});
|
|
1088
|
-
export const VideoFilterSensitiveLog = (obj) => ({
|
|
1089
|
-
...obj,
|
|
1090
|
-
});
|
|
1091
|
-
export const StartCelebrityRecognitionRequestFilterSensitiveLog = (obj) => ({
|
|
1092
|
-
...obj,
|
|
1093
|
-
});
|
|
1094
|
-
export const StartCelebrityRecognitionResponseFilterSensitiveLog = (obj) => ({
|
|
1095
|
-
...obj,
|
|
1096
|
-
});
|
|
1097
|
-
export const StartContentModerationRequestFilterSensitiveLog = (obj) => ({
|
|
1098
|
-
...obj,
|
|
1099
|
-
});
|
|
1100
|
-
export const StartContentModerationResponseFilterSensitiveLog = (obj) => ({
|
|
1101
|
-
...obj,
|
|
1102
|
-
});
|
|
1103
|
-
export const StartFaceDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
export const StartFaceDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
1107
|
-
...obj,
|
|
1108
|
-
});
|
|
1109
|
-
export const StartFaceSearchRequestFilterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
export const StartFaceSearchResponseFilterSensitiveLog = (obj) => ({
|
|
1113
|
-
...obj,
|
|
1114
|
-
});
|
|
1115
|
-
export const StartLabelDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
1116
|
-
...obj,
|
|
1117
|
-
});
|
|
1118
|
-
export const StartLabelDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
1119
|
-
...obj,
|
|
1120
|
-
});
|
|
1121
|
-
export const StartPersonTrackingRequestFilterSensitiveLog = (obj) => ({
|
|
1122
|
-
...obj,
|
|
1123
|
-
});
|
|
1124
|
-
export const StartPersonTrackingResponseFilterSensitiveLog = (obj) => ({
|
|
1125
|
-
...obj,
|
|
1126
|
-
});
|
|
1127
|
-
export const StartProjectVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1128
|
-
...obj,
|
|
1129
|
-
});
|
|
1130
|
-
export const StartProjectVersionResponseFilterSensitiveLog = (obj) => ({
|
|
1131
|
-
...obj,
|
|
1132
|
-
});
|
|
1133
|
-
export const StartShotDetectionFilterFilterSensitiveLog = (obj) => ({
|
|
1134
|
-
...obj,
|
|
1135
|
-
});
|
|
1136
|
-
export const StartTechnicalCueDetectionFilterFilterSensitiveLog = (obj) => ({
|
|
1137
|
-
...obj,
|
|
1138
|
-
});
|
|
1139
|
-
export const StartSegmentDetectionFiltersFilterSensitiveLog = (obj) => ({
|
|
1140
|
-
...obj,
|
|
1141
|
-
});
|
|
1142
|
-
export const StartSegmentDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
1143
|
-
...obj,
|
|
1144
|
-
});
|
|
1145
|
-
export const StartSegmentDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
1146
|
-
...obj,
|
|
1147
|
-
});
|
|
1148
|
-
export const StreamProcessingStartSelectorFilterSensitiveLog = (obj) => ({
|
|
1149
|
-
...obj,
|
|
1150
|
-
});
|
|
1151
|
-
export const StreamProcessingStopSelectorFilterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
export const StartStreamProcessorRequestFilterSensitiveLog = (obj) => ({
|
|
1155
|
-
...obj,
|
|
1156
|
-
});
|
|
1157
|
-
export const StartStreamProcessorResponseFilterSensitiveLog = (obj) => ({
|
|
1158
|
-
...obj,
|
|
1159
|
-
});
|
|
1160
|
-
export const StartTextDetectionFiltersFilterSensitiveLog = (obj) => ({
|
|
1161
|
-
...obj,
|
|
1162
|
-
});
|
|
1163
|
-
export const StartTextDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
1164
|
-
...obj,
|
|
1165
|
-
});
|
|
1166
|
-
export const StartTextDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
1167
|
-
...obj,
|
|
1168
|
-
});
|
|
1169
|
-
export const StopProjectVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1170
|
-
...obj,
|
|
1171
|
-
});
|
|
1172
|
-
export const StopProjectVersionResponseFilterSensitiveLog = (obj) => ({
|
|
1173
|
-
...obj,
|
|
1174
|
-
});
|
|
1175
|
-
export const StopStreamProcessorRequestFilterSensitiveLog = (obj) => ({
|
|
1176
|
-
...obj,
|
|
1177
|
-
});
|
|
1178
|
-
export const StopStreamProcessorResponseFilterSensitiveLog = (obj) => ({
|
|
1179
|
-
...obj,
|
|
1180
|
-
});
|
|
1181
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1182
|
-
...obj,
|
|
1183
|
-
});
|
|
1184
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1185
|
-
...obj,
|
|
1186
|
-
});
|
|
1187
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1188
|
-
...obj,
|
|
1189
|
-
});
|
|
1190
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1191
|
-
...obj,
|
|
1192
|
-
});
|
|
1193
|
-
export const UpdateDatasetEntriesRequestFilterSensitiveLog = (obj) => ({
|
|
1194
|
-
...obj,
|
|
1195
|
-
});
|
|
1196
|
-
export const UpdateDatasetEntriesResponseFilterSensitiveLog = (obj) => ({
|
|
1197
|
-
...obj,
|
|
1198
|
-
});
|
|
1199
|
-
export const StreamProcessorSettingsForUpdateFilterSensitiveLog = (obj) => ({
|
|
1200
|
-
...obj,
|
|
1201
|
-
});
|
|
1202
|
-
export const UpdateStreamProcessorRequestFilterSensitiveLog = (obj) => ({
|
|
1203
|
-
...obj,
|
|
1204
|
-
});
|
|
1205
|
-
export const UpdateStreamProcessorResponseFilterSensitiveLog = (obj) => ({
|
|
1206
|
-
...obj,
|
|
1207
|
-
});
|
|
516
|
+
export var AgeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var S3ObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var GroundTruthManifestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var AssetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var AudioMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var BeardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var BlackFrameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var BoundingBoxFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var CoversBodyPartFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var EquipmentDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var ProtectiveEquipmentBodyPartFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var EmotionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var LandmarkFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var PoseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var ImageQualityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var SmileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var ComparedFaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var KnownGenderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var CelebrityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var EyeglassesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var EyeOpenFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var GenderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var MouthOpenFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var MustacheFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var SunglassesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var FaceDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var CelebrityDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var CelebrityRecognitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var ComparedSourceImageFaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var ImageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var CompareFacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var CompareFacesMatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var CompareFacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var ConnectedHomeSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var ConnectedHomeSettingsForUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var ModerationLabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var ContentModerationDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var OutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var CopyProjectVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var CopyProjectVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var CreateCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var CreateCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var DatasetSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var CreateDatasetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var CreateDatasetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var CreateProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var CreateProjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var TestingDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var TrainingDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var CreateProjectVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var CreateProjectVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var StreamProcessorDataSharingPreferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var KinesisVideoStreamFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var StreamProcessorInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var StreamProcessorNotificationChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var KinesisDataStreamFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var S3DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var StreamProcessorOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var PointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var RegionOfInterestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var FaceSearchSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var StreamProcessorSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var CreateStreamProcessorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var CreateStreamProcessorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var GeometryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var CustomLabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var DatasetChangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var DatasetStatsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var DatasetDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var DatasetLabelStatsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var DatasetLabelDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var DatasetMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var DeleteCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var DeleteCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var DeleteDatasetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var DeleteDatasetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var DeleteFacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var DeleteFacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var DeleteProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var DeleteProjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var DeleteProjectPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var DeleteProjectPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var DeleteProjectVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var DeleteProjectVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var DeleteStreamProcessorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var DeleteStreamProcessorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var DescribeCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var DescribeCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var DescribeDatasetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var DescribeDatasetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var DescribeProjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var ProjectDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var DescribeProjectsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var DescribeProjectVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var SummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var EvaluationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var ValidationDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var TestingDataResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var TrainingDataResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var ProjectVersionDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var DescribeProjectVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var DescribeStreamProcessorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var DescribeStreamProcessorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var DetectCustomLabelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var DetectCustomLabelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var DetectFacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var DetectFacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var DetectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var DetectLabelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var InstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var ParentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var LabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var DetectLabelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var HumanLoopDataAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var HumanLoopConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var DetectModerationLabelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var HumanLoopActivationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var DetectModerationLabelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var DetectProtectiveEquipmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ProtectiveEquipmentPersonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ProtectiveEquipmentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var DetectProtectiveEquipmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var DetectTextFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var DetectTextRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var TextDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var DetectTextResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var DistributeDatasetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var DistributeDatasetEntriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var DistributeDatasetEntriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var FaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var FaceDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var FaceMatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var FaceRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var GetCelebrityInfoRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var GetCelebrityInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var GetCelebrityRecognitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var VideoMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var GetCelebrityRecognitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var GetContentModerationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var GetContentModerationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var GetFaceDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var GetFaceDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var GetFaceSearchRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var PersonDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var PersonMatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var GetFaceSearchResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var GetLabelDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var LabelDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var GetLabelDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var GetPersonTrackingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var PersonDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var GetPersonTrackingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var GetSegmentDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var ShotSegmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var TechnicalCueSegmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var SegmentDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var SegmentTypeInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var GetSegmentDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var GetTextDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var TextDetectionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var GetTextDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var IndexFacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var UnindexedFaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var IndexFacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var KinesisVideoStreamStartSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var ListCollectionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var ListCollectionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var ListDatasetEntriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var ListDatasetEntriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var ListDatasetLabelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var ListDatasetLabelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var ListFacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
+
export var ListFacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var ListProjectPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
export var ProjectPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
export var ListProjectPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
+
export var ListStreamProcessorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
export var StreamProcessorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var ListStreamProcessorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var NotificationChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
export var PutProjectPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
+
export var PutProjectPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
+
export var RecognizeCelebritiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
+
export var RecognizeCelebritiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
export var SearchFacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
export var SearchFacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var SearchFacesByImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
export var SearchFacesByImageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
export var VideoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var StartCelebrityRecognitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var StartCelebrityRecognitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var StartContentModerationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var StartContentModerationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var StartFaceDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var StartFaceDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var StartFaceSearchRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var StartFaceSearchResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var StartLabelDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var StartLabelDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var StartPersonTrackingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var StartPersonTrackingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var StartProjectVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var StartProjectVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var StartShotDetectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var StartTechnicalCueDetectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var StartSegmentDetectionFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var StartSegmentDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var StartSegmentDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var StreamProcessingStartSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var StreamProcessingStopSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var StartStreamProcessorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var StartStreamProcessorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var StartTextDetectionFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var StartTextDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var StartTextDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var StopProjectVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var StopProjectVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var StopStreamProcessorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var StopStreamProcessorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var UpdateDatasetEntriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var UpdateDatasetEntriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var StreamProcessorSettingsForUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var UpdateStreamProcessorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var UpdateStreamProcessorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|