@aws-sdk/client-rekognition 3.306.0 → 3.310.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.
Files changed (175) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/Rekognition.js +30 -0
  3. package/dist-cjs/commands/CompareFacesCommand.js +2 -2
  4. package/dist-cjs/commands/CopyProjectVersionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCollectionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +45 -0
  8. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  9. package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteFacesCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteProjectPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeCollectionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeProjectsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -2
  23. package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -2
  24. package/dist-cjs/commands/DetectFacesCommand.js +2 -2
  25. package/dist-cjs/commands/DetectLabelsCommand.js +2 -2
  26. package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -2
  27. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -2
  28. package/dist-cjs/commands/DetectTextCommand.js +2 -2
  29. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -2
  30. package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -2
  31. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -2
  32. package/dist-cjs/commands/GetContentModerationCommand.js +2 -2
  33. package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -2
  34. package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +46 -0
  35. package/dist-cjs/commands/GetFaceSearchCommand.js +2 -2
  36. package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -2
  37. package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -2
  38. package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -2
  39. package/dist-cjs/commands/GetTextDetectionCommand.js +2 -2
  40. package/dist-cjs/commands/IndexFacesCommand.js +2 -2
  41. package/dist-cjs/commands/ListCollectionsCommand.js +2 -2
  42. package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -2
  43. package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -2
  44. package/dist-cjs/commands/ListFacesCommand.js +2 -2
  45. package/dist-cjs/commands/ListProjectPoliciesCommand.js +2 -2
  46. package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -2
  47. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-cjs/commands/PutProjectPolicyCommand.js +2 -2
  49. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -2
  50. package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -2
  51. package/dist-cjs/commands/SearchFacesCommand.js +2 -2
  52. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -2
  53. package/dist-cjs/commands/StartContentModerationCommand.js +2 -2
  54. package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -2
  55. package/dist-cjs/commands/StartFaceSearchCommand.js +2 -2
  56. package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -2
  57. package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -2
  58. package/dist-cjs/commands/StartProjectVersionCommand.js +2 -2
  59. package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -2
  60. package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -2
  61. package/dist-cjs/commands/StartTextDetectionCommand.js +2 -2
  62. package/dist-cjs/commands/StopProjectVersionCommand.js +2 -2
  63. package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -2
  64. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  65. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -2
  68. package/dist-cjs/commands/index.js +2 -0
  69. package/dist-cjs/endpoint/ruleset.js +3 -3
  70. package/dist-cjs/models/index.js +1 -0
  71. package/dist-cjs/models/models_0.js +36 -2
  72. package/dist-cjs/models/models_1.js +2 -0
  73. package/dist-cjs/protocols/Aws_json1_1.js +1883 -1773
  74. package/dist-es/Rekognition.js +30 -0
  75. package/dist-es/commands/CompareFacesCommand.js +3 -3
  76. package/dist-es/commands/CopyProjectVersionCommand.js +3 -3
  77. package/dist-es/commands/CreateCollectionCommand.js +3 -3
  78. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  79. package/dist-es/commands/CreateFaceLivenessSessionCommand.js +41 -0
  80. package/dist-es/commands/CreateProjectCommand.js +3 -3
  81. package/dist-es/commands/CreateProjectVersionCommand.js +3 -3
  82. package/dist-es/commands/CreateStreamProcessorCommand.js +3 -3
  83. package/dist-es/commands/DeleteCollectionCommand.js +3 -3
  84. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  85. package/dist-es/commands/DeleteFacesCommand.js +3 -3
  86. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  87. package/dist-es/commands/DeleteProjectPolicyCommand.js +3 -3
  88. package/dist-es/commands/DeleteProjectVersionCommand.js +3 -3
  89. package/dist-es/commands/DeleteStreamProcessorCommand.js +3 -3
  90. package/dist-es/commands/DescribeCollectionCommand.js +3 -3
  91. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  92. package/dist-es/commands/DescribeProjectVersionsCommand.js +3 -3
  93. package/dist-es/commands/DescribeProjectsCommand.js +3 -3
  94. package/dist-es/commands/DescribeStreamProcessorCommand.js +3 -3
  95. package/dist-es/commands/DetectCustomLabelsCommand.js +3 -3
  96. package/dist-es/commands/DetectFacesCommand.js +3 -3
  97. package/dist-es/commands/DetectLabelsCommand.js +3 -3
  98. package/dist-es/commands/DetectModerationLabelsCommand.js +3 -3
  99. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +3 -3
  100. package/dist-es/commands/DetectTextCommand.js +3 -3
  101. package/dist-es/commands/DistributeDatasetEntriesCommand.js +3 -3
  102. package/dist-es/commands/GetCelebrityInfoCommand.js +3 -3
  103. package/dist-es/commands/GetCelebrityRecognitionCommand.js +3 -3
  104. package/dist-es/commands/GetContentModerationCommand.js +3 -3
  105. package/dist-es/commands/GetFaceDetectionCommand.js +3 -3
  106. package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +42 -0
  107. package/dist-es/commands/GetFaceSearchCommand.js +3 -3
  108. package/dist-es/commands/GetLabelDetectionCommand.js +3 -3
  109. package/dist-es/commands/GetPersonTrackingCommand.js +3 -3
  110. package/dist-es/commands/GetSegmentDetectionCommand.js +3 -3
  111. package/dist-es/commands/GetTextDetectionCommand.js +3 -3
  112. package/dist-es/commands/IndexFacesCommand.js +3 -3
  113. package/dist-es/commands/ListCollectionsCommand.js +3 -3
  114. package/dist-es/commands/ListDatasetEntriesCommand.js +3 -3
  115. package/dist-es/commands/ListDatasetLabelsCommand.js +3 -3
  116. package/dist-es/commands/ListFacesCommand.js +3 -3
  117. package/dist-es/commands/ListProjectPoliciesCommand.js +3 -3
  118. package/dist-es/commands/ListStreamProcessorsCommand.js +3 -3
  119. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  120. package/dist-es/commands/PutProjectPolicyCommand.js +3 -3
  121. package/dist-es/commands/RecognizeCelebritiesCommand.js +3 -3
  122. package/dist-es/commands/SearchFacesByImageCommand.js +3 -3
  123. package/dist-es/commands/SearchFacesCommand.js +3 -3
  124. package/dist-es/commands/StartCelebrityRecognitionCommand.js +3 -3
  125. package/dist-es/commands/StartContentModerationCommand.js +3 -3
  126. package/dist-es/commands/StartFaceDetectionCommand.js +3 -3
  127. package/dist-es/commands/StartFaceSearchCommand.js +3 -3
  128. package/dist-es/commands/StartLabelDetectionCommand.js +3 -3
  129. package/dist-es/commands/StartPersonTrackingCommand.js +3 -3
  130. package/dist-es/commands/StartProjectVersionCommand.js +3 -3
  131. package/dist-es/commands/StartSegmentDetectionCommand.js +3 -3
  132. package/dist-es/commands/StartStreamProcessorCommand.js +3 -3
  133. package/dist-es/commands/StartTextDetectionCommand.js +3 -3
  134. package/dist-es/commands/StopProjectVersionCommand.js +3 -3
  135. package/dist-es/commands/StopStreamProcessorCommand.js +3 -3
  136. package/dist-es/commands/TagResourceCommand.js +3 -3
  137. package/dist-es/commands/UntagResourceCommand.js +3 -3
  138. package/dist-es/commands/UpdateDatasetEntriesCommand.js +3 -3
  139. package/dist-es/commands/UpdateStreamProcessorCommand.js +3 -3
  140. package/dist-es/commands/index.js +2 -0
  141. package/dist-es/endpoint/ruleset.js +3 -3
  142. package/dist-es/models/index.js +1 -0
  143. package/dist-es/models/models_0.js +31 -0
  144. package/dist-es/models/models_1.js +1 -0
  145. package/dist-es/protocols/Aws_json1_1.js +1751 -1645
  146. package/dist-types/Rekognition.d.ts +51 -10
  147. package/dist-types/RekognitionClient.d.ts +4 -2
  148. package/dist-types/commands/CopyProjectVersionCommand.d.ts +1 -0
  149. package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +94 -0
  150. package/dist-types/commands/CreateStreamProcessorCommand.d.ts +17 -7
  151. package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +1 -0
  152. package/dist-types/commands/DetectLabelsCommand.d.ts +2 -3
  153. package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +88 -0
  154. package/dist-types/commands/ListProjectPoliciesCommand.d.ts +1 -0
  155. package/dist-types/commands/PutProjectPolicyCommand.d.ts +1 -0
  156. package/dist-types/commands/StopProjectVersionCommand.d.ts +1 -0
  157. package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +4 -1
  158. package/dist-types/commands/index.d.ts +2 -0
  159. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  160. package/dist-types/models/index.d.ts +1 -0
  161. package/dist-types/models/models_0.d.ts +241 -106
  162. package/dist-types/models/models_1.d.ts +56 -0
  163. package/dist-types/protocols/Aws_json1_1.d.ts +522 -126
  164. package/dist-types/ts3.4/Rekognition.d.ts +34 -0
  165. package/dist-types/ts3.4/RekognitionClient.d.ts +12 -0
  166. package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  170. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  171. package/dist-types/ts3.4/models/index.d.ts +1 -0
  172. package/dist-types/ts3.4/models/models_0.d.ts +59 -17
  173. package/dist-types/ts3.4/models/models_1.d.ts +17 -0
  174. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +150 -126
  175. package/package.json +36 -36
@@ -19,6 +19,10 @@ import {
19
19
  CreateDatasetCommandInput,
20
20
  CreateDatasetCommandOutput,
21
21
  } from "../commands/CreateDatasetCommand";
22
+ import {
23
+ CreateFaceLivenessSessionCommandInput,
24
+ CreateFaceLivenessSessionCommandOutput,
25
+ } from "../commands/CreateFaceLivenessSessionCommand";
22
26
  import {
23
27
  CreateProjectCommandInput,
24
28
  CreateProjectCommandOutput,
@@ -123,6 +127,10 @@ import {
123
127
  GetFaceDetectionCommandInput,
124
128
  GetFaceDetectionCommandOutput,
125
129
  } from "../commands/GetFaceDetectionCommand";
130
+ import {
131
+ GetFaceLivenessSessionResultsCommandInput,
132
+ GetFaceLivenessSessionResultsCommandOutput,
133
+ } from "../commands/GetFaceLivenessSessionResultsCommand";
126
134
  import {
127
135
  GetFaceSearchCommandInput,
128
136
  GetFaceSearchCommandOutput,
@@ -255,507 +263,523 @@ import {
255
263
  UpdateStreamProcessorCommandInput,
256
264
  UpdateStreamProcessorCommandOutput,
257
265
  } from "../commands/UpdateStreamProcessorCommand";
258
- export declare const serializeAws_json1_1CompareFacesCommand: (
266
+ export declare const se_CompareFacesCommand: (
259
267
  input: CompareFacesCommandInput,
260
268
  context: __SerdeContext
261
269
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_json1_1CopyProjectVersionCommand: (
270
+ export declare const se_CopyProjectVersionCommand: (
263
271
  input: CopyProjectVersionCommandInput,
264
272
  context: __SerdeContext
265
273
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_json1_1CreateCollectionCommand: (
274
+ export declare const se_CreateCollectionCommand: (
267
275
  input: CreateCollectionCommandInput,
268
276
  context: __SerdeContext
269
277
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1CreateDatasetCommand: (
278
+ export declare const se_CreateDatasetCommand: (
271
279
  input: CreateDatasetCommandInput,
272
280
  context: __SerdeContext
273
281
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1CreateProjectCommand: (
282
+ export declare const se_CreateFaceLivenessSessionCommand: (
283
+ input: CreateFaceLivenessSessionCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const se_CreateProjectCommand: (
275
287
  input: CreateProjectCommandInput,
276
288
  context: __SerdeContext
277
289
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1CreateProjectVersionCommand: (
290
+ export declare const se_CreateProjectVersionCommand: (
279
291
  input: CreateProjectVersionCommandInput,
280
292
  context: __SerdeContext
281
293
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1CreateStreamProcessorCommand: (
294
+ export declare const se_CreateStreamProcessorCommand: (
283
295
  input: CreateStreamProcessorCommandInput,
284
296
  context: __SerdeContext
285
297
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1DeleteCollectionCommand: (
298
+ export declare const se_DeleteCollectionCommand: (
287
299
  input: DeleteCollectionCommandInput,
288
300
  context: __SerdeContext
289
301
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1DeleteDatasetCommand: (
302
+ export declare const se_DeleteDatasetCommand: (
291
303
  input: DeleteDatasetCommandInput,
292
304
  context: __SerdeContext
293
305
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1DeleteFacesCommand: (
306
+ export declare const se_DeleteFacesCommand: (
295
307
  input: DeleteFacesCommandInput,
296
308
  context: __SerdeContext
297
309
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1DeleteProjectCommand: (
310
+ export declare const se_DeleteProjectCommand: (
299
311
  input: DeleteProjectCommandInput,
300
312
  context: __SerdeContext
301
313
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1DeleteProjectPolicyCommand: (
314
+ export declare const se_DeleteProjectPolicyCommand: (
303
315
  input: DeleteProjectPolicyCommandInput,
304
316
  context: __SerdeContext
305
317
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1DeleteProjectVersionCommand: (
318
+ export declare const se_DeleteProjectVersionCommand: (
307
319
  input: DeleteProjectVersionCommandInput,
308
320
  context: __SerdeContext
309
321
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1DeleteStreamProcessorCommand: (
322
+ export declare const se_DeleteStreamProcessorCommand: (
311
323
  input: DeleteStreamProcessorCommandInput,
312
324
  context: __SerdeContext
313
325
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1DescribeCollectionCommand: (
326
+ export declare const se_DescribeCollectionCommand: (
315
327
  input: DescribeCollectionCommandInput,
316
328
  context: __SerdeContext
317
329
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1DescribeDatasetCommand: (
330
+ export declare const se_DescribeDatasetCommand: (
319
331
  input: DescribeDatasetCommandInput,
320
332
  context: __SerdeContext
321
333
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1DescribeProjectsCommand: (
334
+ export declare const se_DescribeProjectsCommand: (
323
335
  input: DescribeProjectsCommandInput,
324
336
  context: __SerdeContext
325
337
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1DescribeProjectVersionsCommand: (
338
+ export declare const se_DescribeProjectVersionsCommand: (
327
339
  input: DescribeProjectVersionsCommandInput,
328
340
  context: __SerdeContext
329
341
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1DescribeStreamProcessorCommand: (
342
+ export declare const se_DescribeStreamProcessorCommand: (
331
343
  input: DescribeStreamProcessorCommandInput,
332
344
  context: __SerdeContext
333
345
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1DetectCustomLabelsCommand: (
346
+ export declare const se_DetectCustomLabelsCommand: (
335
347
  input: DetectCustomLabelsCommandInput,
336
348
  context: __SerdeContext
337
349
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1DetectFacesCommand: (
350
+ export declare const se_DetectFacesCommand: (
339
351
  input: DetectFacesCommandInput,
340
352
  context: __SerdeContext
341
353
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1DetectLabelsCommand: (
354
+ export declare const se_DetectLabelsCommand: (
343
355
  input: DetectLabelsCommandInput,
344
356
  context: __SerdeContext
345
357
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1DetectModerationLabelsCommand: (
358
+ export declare const se_DetectModerationLabelsCommand: (
347
359
  input: DetectModerationLabelsCommandInput,
348
360
  context: __SerdeContext
349
361
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1DetectProtectiveEquipmentCommand: (
362
+ export declare const se_DetectProtectiveEquipmentCommand: (
351
363
  input: DetectProtectiveEquipmentCommandInput,
352
364
  context: __SerdeContext
353
365
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1DetectTextCommand: (
366
+ export declare const se_DetectTextCommand: (
355
367
  input: DetectTextCommandInput,
356
368
  context: __SerdeContext
357
369
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1DistributeDatasetEntriesCommand: (
370
+ export declare const se_DistributeDatasetEntriesCommand: (
359
371
  input: DistributeDatasetEntriesCommandInput,
360
372
  context: __SerdeContext
361
373
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1GetCelebrityInfoCommand: (
374
+ export declare const se_GetCelebrityInfoCommand: (
363
375
  input: GetCelebrityInfoCommandInput,
364
376
  context: __SerdeContext
365
377
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1GetCelebrityRecognitionCommand: (
378
+ export declare const se_GetCelebrityRecognitionCommand: (
367
379
  input: GetCelebrityRecognitionCommandInput,
368
380
  context: __SerdeContext
369
381
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1GetContentModerationCommand: (
382
+ export declare const se_GetContentModerationCommand: (
371
383
  input: GetContentModerationCommandInput,
372
384
  context: __SerdeContext
373
385
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1GetFaceDetectionCommand: (
386
+ export declare const se_GetFaceDetectionCommand: (
375
387
  input: GetFaceDetectionCommandInput,
376
388
  context: __SerdeContext
377
389
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1GetFaceSearchCommand: (
390
+ export declare const se_GetFaceLivenessSessionResultsCommand: (
391
+ input: GetFaceLivenessSessionResultsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const se_GetFaceSearchCommand: (
379
395
  input: GetFaceSearchCommandInput,
380
396
  context: __SerdeContext
381
397
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1GetLabelDetectionCommand: (
398
+ export declare const se_GetLabelDetectionCommand: (
383
399
  input: GetLabelDetectionCommandInput,
384
400
  context: __SerdeContext
385
401
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1GetPersonTrackingCommand: (
402
+ export declare const se_GetPersonTrackingCommand: (
387
403
  input: GetPersonTrackingCommandInput,
388
404
  context: __SerdeContext
389
405
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1GetSegmentDetectionCommand: (
406
+ export declare const se_GetSegmentDetectionCommand: (
391
407
  input: GetSegmentDetectionCommandInput,
392
408
  context: __SerdeContext
393
409
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1GetTextDetectionCommand: (
410
+ export declare const se_GetTextDetectionCommand: (
395
411
  input: GetTextDetectionCommandInput,
396
412
  context: __SerdeContext
397
413
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1IndexFacesCommand: (
414
+ export declare const se_IndexFacesCommand: (
399
415
  input: IndexFacesCommandInput,
400
416
  context: __SerdeContext
401
417
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1ListCollectionsCommand: (
418
+ export declare const se_ListCollectionsCommand: (
403
419
  input: ListCollectionsCommandInput,
404
420
  context: __SerdeContext
405
421
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1ListDatasetEntriesCommand: (
422
+ export declare const se_ListDatasetEntriesCommand: (
407
423
  input: ListDatasetEntriesCommandInput,
408
424
  context: __SerdeContext
409
425
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1ListDatasetLabelsCommand: (
426
+ export declare const se_ListDatasetLabelsCommand: (
411
427
  input: ListDatasetLabelsCommandInput,
412
428
  context: __SerdeContext
413
429
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1ListFacesCommand: (
430
+ export declare const se_ListFacesCommand: (
415
431
  input: ListFacesCommandInput,
416
432
  context: __SerdeContext
417
433
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1ListProjectPoliciesCommand: (
434
+ export declare const se_ListProjectPoliciesCommand: (
419
435
  input: ListProjectPoliciesCommandInput,
420
436
  context: __SerdeContext
421
437
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1ListStreamProcessorsCommand: (
438
+ export declare const se_ListStreamProcessorsCommand: (
423
439
  input: ListStreamProcessorsCommandInput,
424
440
  context: __SerdeContext
425
441
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
442
+ export declare const se_ListTagsForResourceCommand: (
427
443
  input: ListTagsForResourceCommandInput,
428
444
  context: __SerdeContext
429
445
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1PutProjectPolicyCommand: (
446
+ export declare const se_PutProjectPolicyCommand: (
431
447
  input: PutProjectPolicyCommandInput,
432
448
  context: __SerdeContext
433
449
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1RecognizeCelebritiesCommand: (
450
+ export declare const se_RecognizeCelebritiesCommand: (
435
451
  input: RecognizeCelebritiesCommandInput,
436
452
  context: __SerdeContext
437
453
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1SearchFacesCommand: (
454
+ export declare const se_SearchFacesCommand: (
439
455
  input: SearchFacesCommandInput,
440
456
  context: __SerdeContext
441
457
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1SearchFacesByImageCommand: (
458
+ export declare const se_SearchFacesByImageCommand: (
443
459
  input: SearchFacesByImageCommandInput,
444
460
  context: __SerdeContext
445
461
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1StartCelebrityRecognitionCommand: (
462
+ export declare const se_StartCelebrityRecognitionCommand: (
447
463
  input: StartCelebrityRecognitionCommandInput,
448
464
  context: __SerdeContext
449
465
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1StartContentModerationCommand: (
466
+ export declare const se_StartContentModerationCommand: (
451
467
  input: StartContentModerationCommandInput,
452
468
  context: __SerdeContext
453
469
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_json1_1StartFaceDetectionCommand: (
470
+ export declare const se_StartFaceDetectionCommand: (
455
471
  input: StartFaceDetectionCommandInput,
456
472
  context: __SerdeContext
457
473
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_json1_1StartFaceSearchCommand: (
474
+ export declare const se_StartFaceSearchCommand: (
459
475
  input: StartFaceSearchCommandInput,
460
476
  context: __SerdeContext
461
477
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_json1_1StartLabelDetectionCommand: (
478
+ export declare const se_StartLabelDetectionCommand: (
463
479
  input: StartLabelDetectionCommandInput,
464
480
  context: __SerdeContext
465
481
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_json1_1StartPersonTrackingCommand: (
482
+ export declare const se_StartPersonTrackingCommand: (
467
483
  input: StartPersonTrackingCommandInput,
468
484
  context: __SerdeContext
469
485
  ) => Promise<__HttpRequest>;
470
- export declare const serializeAws_json1_1StartProjectVersionCommand: (
486
+ export declare const se_StartProjectVersionCommand: (
471
487
  input: StartProjectVersionCommandInput,
472
488
  context: __SerdeContext
473
489
  ) => Promise<__HttpRequest>;
474
- export declare const serializeAws_json1_1StartSegmentDetectionCommand: (
490
+ export declare const se_StartSegmentDetectionCommand: (
475
491
  input: StartSegmentDetectionCommandInput,
476
492
  context: __SerdeContext
477
493
  ) => Promise<__HttpRequest>;
478
- export declare const serializeAws_json1_1StartStreamProcessorCommand: (
494
+ export declare const se_StartStreamProcessorCommand: (
479
495
  input: StartStreamProcessorCommandInput,
480
496
  context: __SerdeContext
481
497
  ) => Promise<__HttpRequest>;
482
- export declare const serializeAws_json1_1StartTextDetectionCommand: (
498
+ export declare const se_StartTextDetectionCommand: (
483
499
  input: StartTextDetectionCommandInput,
484
500
  context: __SerdeContext
485
501
  ) => Promise<__HttpRequest>;
486
- export declare const serializeAws_json1_1StopProjectVersionCommand: (
502
+ export declare const se_StopProjectVersionCommand: (
487
503
  input: StopProjectVersionCommandInput,
488
504
  context: __SerdeContext
489
505
  ) => Promise<__HttpRequest>;
490
- export declare const serializeAws_json1_1StopStreamProcessorCommand: (
506
+ export declare const se_StopStreamProcessorCommand: (
491
507
  input: StopStreamProcessorCommandInput,
492
508
  context: __SerdeContext
493
509
  ) => Promise<__HttpRequest>;
494
- export declare const serializeAws_json1_1TagResourceCommand: (
510
+ export declare const se_TagResourceCommand: (
495
511
  input: TagResourceCommandInput,
496
512
  context: __SerdeContext
497
513
  ) => Promise<__HttpRequest>;
498
- export declare const serializeAws_json1_1UntagResourceCommand: (
514
+ export declare const se_UntagResourceCommand: (
499
515
  input: UntagResourceCommandInput,
500
516
  context: __SerdeContext
501
517
  ) => Promise<__HttpRequest>;
502
- export declare const serializeAws_json1_1UpdateDatasetEntriesCommand: (
518
+ export declare const se_UpdateDatasetEntriesCommand: (
503
519
  input: UpdateDatasetEntriesCommandInput,
504
520
  context: __SerdeContext
505
521
  ) => Promise<__HttpRequest>;
506
- export declare const serializeAws_json1_1UpdateStreamProcessorCommand: (
522
+ export declare const se_UpdateStreamProcessorCommand: (
507
523
  input: UpdateStreamProcessorCommandInput,
508
524
  context: __SerdeContext
509
525
  ) => Promise<__HttpRequest>;
510
- export declare const deserializeAws_json1_1CompareFacesCommand: (
526
+ export declare const de_CompareFacesCommand: (
511
527
  output: __HttpResponse,
512
528
  context: __SerdeContext
513
529
  ) => Promise<CompareFacesCommandOutput>;
514
- export declare const deserializeAws_json1_1CopyProjectVersionCommand: (
530
+ export declare const de_CopyProjectVersionCommand: (
515
531
  output: __HttpResponse,
516
532
  context: __SerdeContext
517
533
  ) => Promise<CopyProjectVersionCommandOutput>;
518
- export declare const deserializeAws_json1_1CreateCollectionCommand: (
534
+ export declare const de_CreateCollectionCommand: (
519
535
  output: __HttpResponse,
520
536
  context: __SerdeContext
521
537
  ) => Promise<CreateCollectionCommandOutput>;
522
- export declare const deserializeAws_json1_1CreateDatasetCommand: (
538
+ export declare const de_CreateDatasetCommand: (
523
539
  output: __HttpResponse,
524
540
  context: __SerdeContext
525
541
  ) => Promise<CreateDatasetCommandOutput>;
526
- export declare const deserializeAws_json1_1CreateProjectCommand: (
542
+ export declare const de_CreateFaceLivenessSessionCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CreateFaceLivenessSessionCommandOutput>;
546
+ export declare const de_CreateProjectCommand: (
527
547
  output: __HttpResponse,
528
548
  context: __SerdeContext
529
549
  ) => Promise<CreateProjectCommandOutput>;
530
- export declare const deserializeAws_json1_1CreateProjectVersionCommand: (
550
+ export declare const de_CreateProjectVersionCommand: (
531
551
  output: __HttpResponse,
532
552
  context: __SerdeContext
533
553
  ) => Promise<CreateProjectVersionCommandOutput>;
534
- export declare const deserializeAws_json1_1CreateStreamProcessorCommand: (
554
+ export declare const de_CreateStreamProcessorCommand: (
535
555
  output: __HttpResponse,
536
556
  context: __SerdeContext
537
557
  ) => Promise<CreateStreamProcessorCommandOutput>;
538
- export declare const deserializeAws_json1_1DeleteCollectionCommand: (
558
+ export declare const de_DeleteCollectionCommand: (
539
559
  output: __HttpResponse,
540
560
  context: __SerdeContext
541
561
  ) => Promise<DeleteCollectionCommandOutput>;
542
- export declare const deserializeAws_json1_1DeleteDatasetCommand: (
562
+ export declare const de_DeleteDatasetCommand: (
543
563
  output: __HttpResponse,
544
564
  context: __SerdeContext
545
565
  ) => Promise<DeleteDatasetCommandOutput>;
546
- export declare const deserializeAws_json1_1DeleteFacesCommand: (
566
+ export declare const de_DeleteFacesCommand: (
547
567
  output: __HttpResponse,
548
568
  context: __SerdeContext
549
569
  ) => Promise<DeleteFacesCommandOutput>;
550
- export declare const deserializeAws_json1_1DeleteProjectCommand: (
570
+ export declare const de_DeleteProjectCommand: (
551
571
  output: __HttpResponse,
552
572
  context: __SerdeContext
553
573
  ) => Promise<DeleteProjectCommandOutput>;
554
- export declare const deserializeAws_json1_1DeleteProjectPolicyCommand: (
574
+ export declare const de_DeleteProjectPolicyCommand: (
555
575
  output: __HttpResponse,
556
576
  context: __SerdeContext
557
577
  ) => Promise<DeleteProjectPolicyCommandOutput>;
558
- export declare const deserializeAws_json1_1DeleteProjectVersionCommand: (
578
+ export declare const de_DeleteProjectVersionCommand: (
559
579
  output: __HttpResponse,
560
580
  context: __SerdeContext
561
581
  ) => Promise<DeleteProjectVersionCommandOutput>;
562
- export declare const deserializeAws_json1_1DeleteStreamProcessorCommand: (
582
+ export declare const de_DeleteStreamProcessorCommand: (
563
583
  output: __HttpResponse,
564
584
  context: __SerdeContext
565
585
  ) => Promise<DeleteStreamProcessorCommandOutput>;
566
- export declare const deserializeAws_json1_1DescribeCollectionCommand: (
586
+ export declare const de_DescribeCollectionCommand: (
567
587
  output: __HttpResponse,
568
588
  context: __SerdeContext
569
589
  ) => Promise<DescribeCollectionCommandOutput>;
570
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (
590
+ export declare const de_DescribeDatasetCommand: (
571
591
  output: __HttpResponse,
572
592
  context: __SerdeContext
573
593
  ) => Promise<DescribeDatasetCommandOutput>;
574
- export declare const deserializeAws_json1_1DescribeProjectsCommand: (
594
+ export declare const de_DescribeProjectsCommand: (
575
595
  output: __HttpResponse,
576
596
  context: __SerdeContext
577
597
  ) => Promise<DescribeProjectsCommandOutput>;
578
- export declare const deserializeAws_json1_1DescribeProjectVersionsCommand: (
598
+ export declare const de_DescribeProjectVersionsCommand: (
579
599
  output: __HttpResponse,
580
600
  context: __SerdeContext
581
601
  ) => Promise<DescribeProjectVersionsCommandOutput>;
582
- export declare const deserializeAws_json1_1DescribeStreamProcessorCommand: (
602
+ export declare const de_DescribeStreamProcessorCommand: (
583
603
  output: __HttpResponse,
584
604
  context: __SerdeContext
585
605
  ) => Promise<DescribeStreamProcessorCommandOutput>;
586
- export declare const deserializeAws_json1_1DetectCustomLabelsCommand: (
606
+ export declare const de_DetectCustomLabelsCommand: (
587
607
  output: __HttpResponse,
588
608
  context: __SerdeContext
589
609
  ) => Promise<DetectCustomLabelsCommandOutput>;
590
- export declare const deserializeAws_json1_1DetectFacesCommand: (
610
+ export declare const de_DetectFacesCommand: (
591
611
  output: __HttpResponse,
592
612
  context: __SerdeContext
593
613
  ) => Promise<DetectFacesCommandOutput>;
594
- export declare const deserializeAws_json1_1DetectLabelsCommand: (
614
+ export declare const de_DetectLabelsCommand: (
595
615
  output: __HttpResponse,
596
616
  context: __SerdeContext
597
617
  ) => Promise<DetectLabelsCommandOutput>;
598
- export declare const deserializeAws_json1_1DetectModerationLabelsCommand: (
618
+ export declare const de_DetectModerationLabelsCommand: (
599
619
  output: __HttpResponse,
600
620
  context: __SerdeContext
601
621
  ) => Promise<DetectModerationLabelsCommandOutput>;
602
- export declare const deserializeAws_json1_1DetectProtectiveEquipmentCommand: (
622
+ export declare const de_DetectProtectiveEquipmentCommand: (
603
623
  output: __HttpResponse,
604
624
  context: __SerdeContext
605
625
  ) => Promise<DetectProtectiveEquipmentCommandOutput>;
606
- export declare const deserializeAws_json1_1DetectTextCommand: (
626
+ export declare const de_DetectTextCommand: (
607
627
  output: __HttpResponse,
608
628
  context: __SerdeContext
609
629
  ) => Promise<DetectTextCommandOutput>;
610
- export declare const deserializeAws_json1_1DistributeDatasetEntriesCommand: (
630
+ export declare const de_DistributeDatasetEntriesCommand: (
611
631
  output: __HttpResponse,
612
632
  context: __SerdeContext
613
633
  ) => Promise<DistributeDatasetEntriesCommandOutput>;
614
- export declare const deserializeAws_json1_1GetCelebrityInfoCommand: (
634
+ export declare const de_GetCelebrityInfoCommand: (
615
635
  output: __HttpResponse,
616
636
  context: __SerdeContext
617
637
  ) => Promise<GetCelebrityInfoCommandOutput>;
618
- export declare const deserializeAws_json1_1GetCelebrityRecognitionCommand: (
638
+ export declare const de_GetCelebrityRecognitionCommand: (
619
639
  output: __HttpResponse,
620
640
  context: __SerdeContext
621
641
  ) => Promise<GetCelebrityRecognitionCommandOutput>;
622
- export declare const deserializeAws_json1_1GetContentModerationCommand: (
642
+ export declare const de_GetContentModerationCommand: (
623
643
  output: __HttpResponse,
624
644
  context: __SerdeContext
625
645
  ) => Promise<GetContentModerationCommandOutput>;
626
- export declare const deserializeAws_json1_1GetFaceDetectionCommand: (
646
+ export declare const de_GetFaceDetectionCommand: (
627
647
  output: __HttpResponse,
628
648
  context: __SerdeContext
629
649
  ) => Promise<GetFaceDetectionCommandOutput>;
630
- export declare const deserializeAws_json1_1GetFaceSearchCommand: (
650
+ export declare const de_GetFaceLivenessSessionResultsCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<GetFaceLivenessSessionResultsCommandOutput>;
654
+ export declare const de_GetFaceSearchCommand: (
631
655
  output: __HttpResponse,
632
656
  context: __SerdeContext
633
657
  ) => Promise<GetFaceSearchCommandOutput>;
634
- export declare const deserializeAws_json1_1GetLabelDetectionCommand: (
658
+ export declare const de_GetLabelDetectionCommand: (
635
659
  output: __HttpResponse,
636
660
  context: __SerdeContext
637
661
  ) => Promise<GetLabelDetectionCommandOutput>;
638
- export declare const deserializeAws_json1_1GetPersonTrackingCommand: (
662
+ export declare const de_GetPersonTrackingCommand: (
639
663
  output: __HttpResponse,
640
664
  context: __SerdeContext
641
665
  ) => Promise<GetPersonTrackingCommandOutput>;
642
- export declare const deserializeAws_json1_1GetSegmentDetectionCommand: (
666
+ export declare const de_GetSegmentDetectionCommand: (
643
667
  output: __HttpResponse,
644
668
  context: __SerdeContext
645
669
  ) => Promise<GetSegmentDetectionCommandOutput>;
646
- export declare const deserializeAws_json1_1GetTextDetectionCommand: (
670
+ export declare const de_GetTextDetectionCommand: (
647
671
  output: __HttpResponse,
648
672
  context: __SerdeContext
649
673
  ) => Promise<GetTextDetectionCommandOutput>;
650
- export declare const deserializeAws_json1_1IndexFacesCommand: (
674
+ export declare const de_IndexFacesCommand: (
651
675
  output: __HttpResponse,
652
676
  context: __SerdeContext
653
677
  ) => Promise<IndexFacesCommandOutput>;
654
- export declare const deserializeAws_json1_1ListCollectionsCommand: (
678
+ export declare const de_ListCollectionsCommand: (
655
679
  output: __HttpResponse,
656
680
  context: __SerdeContext
657
681
  ) => Promise<ListCollectionsCommandOutput>;
658
- export declare const deserializeAws_json1_1ListDatasetEntriesCommand: (
682
+ export declare const de_ListDatasetEntriesCommand: (
659
683
  output: __HttpResponse,
660
684
  context: __SerdeContext
661
685
  ) => Promise<ListDatasetEntriesCommandOutput>;
662
- export declare const deserializeAws_json1_1ListDatasetLabelsCommand: (
686
+ export declare const de_ListDatasetLabelsCommand: (
663
687
  output: __HttpResponse,
664
688
  context: __SerdeContext
665
689
  ) => Promise<ListDatasetLabelsCommandOutput>;
666
- export declare const deserializeAws_json1_1ListFacesCommand: (
690
+ export declare const de_ListFacesCommand: (
667
691
  output: __HttpResponse,
668
692
  context: __SerdeContext
669
693
  ) => Promise<ListFacesCommandOutput>;
670
- export declare const deserializeAws_json1_1ListProjectPoliciesCommand: (
694
+ export declare const de_ListProjectPoliciesCommand: (
671
695
  output: __HttpResponse,
672
696
  context: __SerdeContext
673
697
  ) => Promise<ListProjectPoliciesCommandOutput>;
674
- export declare const deserializeAws_json1_1ListStreamProcessorsCommand: (
698
+ export declare const de_ListStreamProcessorsCommand: (
675
699
  output: __HttpResponse,
676
700
  context: __SerdeContext
677
701
  ) => Promise<ListStreamProcessorsCommandOutput>;
678
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
702
+ export declare const de_ListTagsForResourceCommand: (
679
703
  output: __HttpResponse,
680
704
  context: __SerdeContext
681
705
  ) => Promise<ListTagsForResourceCommandOutput>;
682
- export declare const deserializeAws_json1_1PutProjectPolicyCommand: (
706
+ export declare const de_PutProjectPolicyCommand: (
683
707
  output: __HttpResponse,
684
708
  context: __SerdeContext
685
709
  ) => Promise<PutProjectPolicyCommandOutput>;
686
- export declare const deserializeAws_json1_1RecognizeCelebritiesCommand: (
710
+ export declare const de_RecognizeCelebritiesCommand: (
687
711
  output: __HttpResponse,
688
712
  context: __SerdeContext
689
713
  ) => Promise<RecognizeCelebritiesCommandOutput>;
690
- export declare const deserializeAws_json1_1SearchFacesCommand: (
714
+ export declare const de_SearchFacesCommand: (
691
715
  output: __HttpResponse,
692
716
  context: __SerdeContext
693
717
  ) => Promise<SearchFacesCommandOutput>;
694
- export declare const deserializeAws_json1_1SearchFacesByImageCommand: (
718
+ export declare const de_SearchFacesByImageCommand: (
695
719
  output: __HttpResponse,
696
720
  context: __SerdeContext
697
721
  ) => Promise<SearchFacesByImageCommandOutput>;
698
- export declare const deserializeAws_json1_1StartCelebrityRecognitionCommand: (
722
+ export declare const de_StartCelebrityRecognitionCommand: (
699
723
  output: __HttpResponse,
700
724
  context: __SerdeContext
701
725
  ) => Promise<StartCelebrityRecognitionCommandOutput>;
702
- export declare const deserializeAws_json1_1StartContentModerationCommand: (
726
+ export declare const de_StartContentModerationCommand: (
703
727
  output: __HttpResponse,
704
728
  context: __SerdeContext
705
729
  ) => Promise<StartContentModerationCommandOutput>;
706
- export declare const deserializeAws_json1_1StartFaceDetectionCommand: (
730
+ export declare const de_StartFaceDetectionCommand: (
707
731
  output: __HttpResponse,
708
732
  context: __SerdeContext
709
733
  ) => Promise<StartFaceDetectionCommandOutput>;
710
- export declare const deserializeAws_json1_1StartFaceSearchCommand: (
734
+ export declare const de_StartFaceSearchCommand: (
711
735
  output: __HttpResponse,
712
736
  context: __SerdeContext
713
737
  ) => Promise<StartFaceSearchCommandOutput>;
714
- export declare const deserializeAws_json1_1StartLabelDetectionCommand: (
738
+ export declare const de_StartLabelDetectionCommand: (
715
739
  output: __HttpResponse,
716
740
  context: __SerdeContext
717
741
  ) => Promise<StartLabelDetectionCommandOutput>;
718
- export declare const deserializeAws_json1_1StartPersonTrackingCommand: (
742
+ export declare const de_StartPersonTrackingCommand: (
719
743
  output: __HttpResponse,
720
744
  context: __SerdeContext
721
745
  ) => Promise<StartPersonTrackingCommandOutput>;
722
- export declare const deserializeAws_json1_1StartProjectVersionCommand: (
746
+ export declare const de_StartProjectVersionCommand: (
723
747
  output: __HttpResponse,
724
748
  context: __SerdeContext
725
749
  ) => Promise<StartProjectVersionCommandOutput>;
726
- export declare const deserializeAws_json1_1StartSegmentDetectionCommand: (
750
+ export declare const de_StartSegmentDetectionCommand: (
727
751
  output: __HttpResponse,
728
752
  context: __SerdeContext
729
753
  ) => Promise<StartSegmentDetectionCommandOutput>;
730
- export declare const deserializeAws_json1_1StartStreamProcessorCommand: (
754
+ export declare const de_StartStreamProcessorCommand: (
731
755
  output: __HttpResponse,
732
756
  context: __SerdeContext
733
757
  ) => Promise<StartStreamProcessorCommandOutput>;
734
- export declare const deserializeAws_json1_1StartTextDetectionCommand: (
758
+ export declare const de_StartTextDetectionCommand: (
735
759
  output: __HttpResponse,
736
760
  context: __SerdeContext
737
761
  ) => Promise<StartTextDetectionCommandOutput>;
738
- export declare const deserializeAws_json1_1StopProjectVersionCommand: (
762
+ export declare const de_StopProjectVersionCommand: (
739
763
  output: __HttpResponse,
740
764
  context: __SerdeContext
741
765
  ) => Promise<StopProjectVersionCommandOutput>;
742
- export declare const deserializeAws_json1_1StopStreamProcessorCommand: (
766
+ export declare const de_StopStreamProcessorCommand: (
743
767
  output: __HttpResponse,
744
768
  context: __SerdeContext
745
769
  ) => Promise<StopStreamProcessorCommandOutput>;
746
- export declare const deserializeAws_json1_1TagResourceCommand: (
770
+ export declare const de_TagResourceCommand: (
747
771
  output: __HttpResponse,
748
772
  context: __SerdeContext
749
773
  ) => Promise<TagResourceCommandOutput>;
750
- export declare const deserializeAws_json1_1UntagResourceCommand: (
774
+ export declare const de_UntagResourceCommand: (
751
775
  output: __HttpResponse,
752
776
  context: __SerdeContext
753
777
  ) => Promise<UntagResourceCommandOutput>;
754
- export declare const deserializeAws_json1_1UpdateDatasetEntriesCommand: (
778
+ export declare const de_UpdateDatasetEntriesCommand: (
755
779
  output: __HttpResponse,
756
780
  context: __SerdeContext
757
781
  ) => Promise<UpdateDatasetEntriesCommandOutput>;
758
- export declare const deserializeAws_json1_1UpdateStreamProcessorCommand: (
782
+ export declare const de_UpdateStreamProcessorCommand: (
759
783
  output: __HttpResponse,
760
784
  context: __SerdeContext
761
785
  ) => Promise<UpdateStreamProcessorCommandOutput>;