@aws-sdk/client-rekognition 3.168.0 → 3.170.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 (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Rekognition.d.ts +1138 -320
  3. package/dist-types/ts3.4/RekognitionClient.d.ts +507 -136
  4. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +38 -17
  58. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +8 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2935 -2714
  73. package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  84. package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  91. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  96. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  97. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +13 -7
  98. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +13 -7
  99. package/package.json +35 -35
@@ -1,191 +1,761 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CompareFacesCommandInput, CompareFacesCommandOutput } from "../commands/CompareFacesCommand";
4
- import { CopyProjectVersionCommandInput, CopyProjectVersionCommandOutput } from "../commands/CopyProjectVersionCommand";
5
- import { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "../commands/CreateCollectionCommand";
6
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
7
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
8
- import { CreateProjectVersionCommandInput, CreateProjectVersionCommandOutput } from "../commands/CreateProjectVersionCommand";
9
- import { CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput } from "../commands/CreateStreamProcessorCommand";
10
- import { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "../commands/DeleteCollectionCommand";
11
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
12
- import { DeleteFacesCommandInput, DeleteFacesCommandOutput } from "../commands/DeleteFacesCommand";
13
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
14
- import { DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput } from "../commands/DeleteProjectPolicyCommand";
15
- import { DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput } from "../commands/DeleteProjectVersionCommand";
16
- import { DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput } from "../commands/DeleteStreamProcessorCommand";
17
- import { DescribeCollectionCommandInput, DescribeCollectionCommandOutput } from "../commands/DescribeCollectionCommand";
18
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
19
- import { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "../commands/DescribeProjectsCommand";
20
- import { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "../commands/DescribeProjectVersionsCommand";
21
- import { DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput } from "../commands/DescribeStreamProcessorCommand";
22
- import { DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput } from "../commands/DetectCustomLabelsCommand";
23
- import { DetectFacesCommandInput, DetectFacesCommandOutput } from "../commands/DetectFacesCommand";
24
- import { DetectLabelsCommandInput, DetectLabelsCommandOutput } from "../commands/DetectLabelsCommand";
25
- import { DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput } from "../commands/DetectModerationLabelsCommand";
26
- import { DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput } from "../commands/DetectProtectiveEquipmentCommand";
27
- import { DetectTextCommandInput, DetectTextCommandOutput } from "../commands/DetectTextCommand";
28
- import { DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput } from "../commands/DistributeDatasetEntriesCommand";
29
- import { GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput } from "../commands/GetCelebrityInfoCommand";
30
- import { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "../commands/GetCelebrityRecognitionCommand";
31
- import { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "../commands/GetContentModerationCommand";
32
- import { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "../commands/GetFaceDetectionCommand";
33
- import { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "../commands/GetFaceSearchCommand";
34
- import { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "../commands/GetLabelDetectionCommand";
35
- import { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "../commands/GetPersonTrackingCommand";
36
- import { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "../commands/GetSegmentDetectionCommand";
37
- import { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "../commands/GetTextDetectionCommand";
38
- import { IndexFacesCommandInput, IndexFacesCommandOutput } from "../commands/IndexFacesCommand";
39
- import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "../commands/ListCollectionsCommand";
40
- import { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "../commands/ListDatasetEntriesCommand";
41
- import { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "../commands/ListDatasetLabelsCommand";
42
- import { ListFacesCommandInput, ListFacesCommandOutput } from "../commands/ListFacesCommand";
43
- import { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "../commands/ListProjectPoliciesCommand";
44
- import { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "../commands/ListStreamProcessorsCommand";
45
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
46
- import { PutProjectPolicyCommandInput, PutProjectPolicyCommandOutput } from "../commands/PutProjectPolicyCommand";
47
- import { RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput } from "../commands/RecognizeCelebritiesCommand";
48
- import { SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput } from "../commands/SearchFacesByImageCommand";
49
- import { SearchFacesCommandInput, SearchFacesCommandOutput } from "../commands/SearchFacesCommand";
50
- import { StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput } from "../commands/StartCelebrityRecognitionCommand";
51
- import { StartContentModerationCommandInput, StartContentModerationCommandOutput } from "../commands/StartContentModerationCommand";
52
- import { StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput } from "../commands/StartFaceDetectionCommand";
53
- import { StartFaceSearchCommandInput, StartFaceSearchCommandOutput } from "../commands/StartFaceSearchCommand";
54
- import { StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput } from "../commands/StartLabelDetectionCommand";
55
- import { StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput } from "../commands/StartPersonTrackingCommand";
56
- import { StartProjectVersionCommandInput, StartProjectVersionCommandOutput } from "../commands/StartProjectVersionCommand";
57
- import { StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput } from "../commands/StartSegmentDetectionCommand";
58
- import { StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput } from "../commands/StartStreamProcessorCommand";
59
- import { StartTextDetectionCommandInput, StartTextDetectionCommandOutput } from "../commands/StartTextDetectionCommand";
60
- import { StopProjectVersionCommandInput, StopProjectVersionCommandOutput } from "../commands/StopProjectVersionCommand";
61
- import { StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput } from "../commands/StopStreamProcessorCommand";
62
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
63
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
64
- import { UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput } from "../commands/UpdateDatasetEntriesCommand";
65
- import { UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput } from "../commands/UpdateStreamProcessorCommand";
66
- export declare const serializeAws_json1_1CompareFacesCommand: (input: CompareFacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1CopyProjectVersionCommand: (input: CopyProjectVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1CreateCollectionCommand: (input: CreateCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1CreateProjectVersionCommand: (input: CreateProjectVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1CreateStreamProcessorCommand: (input: CreateStreamProcessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DeleteCollectionCommand: (input: DeleteCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DeleteFacesCommand: (input: DeleteFacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1DeleteProjectPolicyCommand: (input: DeleteProjectPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1DeleteProjectVersionCommand: (input: DeleteProjectVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1DeleteStreamProcessorCommand: (input: DeleteStreamProcessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1DescribeCollectionCommand: (input: DescribeCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DescribeProjectsCommand: (input: DescribeProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DescribeProjectVersionsCommand: (input: DescribeProjectVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DescribeStreamProcessorCommand: (input: DescribeStreamProcessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DetectCustomLabelsCommand: (input: DetectCustomLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DetectFacesCommand: (input: DetectFacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DetectLabelsCommand: (input: DetectLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DetectModerationLabelsCommand: (input: DetectModerationLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DetectProtectiveEquipmentCommand: (input: DetectProtectiveEquipmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DetectTextCommand: (input: DetectTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DistributeDatasetEntriesCommand: (input: DistributeDatasetEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1GetCelebrityInfoCommand: (input: GetCelebrityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1GetCelebrityRecognitionCommand: (input: GetCelebrityRecognitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1GetContentModerationCommand: (input: GetContentModerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1GetFaceDetectionCommand: (input: GetFaceDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1GetFaceSearchCommand: (input: GetFaceSearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1GetLabelDetectionCommand: (input: GetLabelDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1GetPersonTrackingCommand: (input: GetPersonTrackingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1GetSegmentDetectionCommand: (input: GetSegmentDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1GetTextDetectionCommand: (input: GetTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1IndexFacesCommand: (input: IndexFacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1ListCollectionsCommand: (input: ListCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1ListDatasetEntriesCommand: (input: ListDatasetEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1ListDatasetLabelsCommand: (input: ListDatasetLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1ListFacesCommand: (input: ListFacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1ListProjectPoliciesCommand: (input: ListProjectPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1ListStreamProcessorsCommand: (input: ListStreamProcessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1PutProjectPolicyCommand: (input: PutProjectPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1RecognizeCelebritiesCommand: (input: RecognizeCelebritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1SearchFacesCommand: (input: SearchFacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1SearchFacesByImageCommand: (input: SearchFacesByImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1StartCelebrityRecognitionCommand: (input: StartCelebrityRecognitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1StartContentModerationCommand: (input: StartContentModerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1StartFaceDetectionCommand: (input: StartFaceDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1StartFaceSearchCommand: (input: StartFaceSearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1StartLabelDetectionCommand: (input: StartLabelDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1StartPersonTrackingCommand: (input: StartPersonTrackingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1StartProjectVersionCommand: (input: StartProjectVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1StartSegmentDetectionCommand: (input: StartSegmentDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1StartStreamProcessorCommand: (input: StartStreamProcessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1StartTextDetectionCommand: (input: StartTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1StopProjectVersionCommand: (input: StopProjectVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1StopStreamProcessorCommand: (input: StopStreamProcessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1UpdateDatasetEntriesCommand: (input: UpdateDatasetEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1UpdateStreamProcessorCommand: (input: UpdateStreamProcessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const deserializeAws_json1_1CompareFacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompareFacesCommandOutput>;
130
- export declare const deserializeAws_json1_1CopyProjectVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyProjectVersionCommandOutput>;
131
- export declare const deserializeAws_json1_1CreateCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCollectionCommandOutput>;
132
- export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
133
- export declare const deserializeAws_json1_1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
134
- export declare const deserializeAws_json1_1CreateProjectVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectVersionCommandOutput>;
135
- export declare const deserializeAws_json1_1CreateStreamProcessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamProcessorCommandOutput>;
136
- export declare const deserializeAws_json1_1DeleteCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCollectionCommandOutput>;
137
- export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
138
- export declare const deserializeAws_json1_1DeleteFacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFacesCommandOutput>;
139
- export declare const deserializeAws_json1_1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
140
- export declare const deserializeAws_json1_1DeleteProjectPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectPolicyCommandOutput>;
141
- export declare const deserializeAws_json1_1DeleteProjectVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectVersionCommandOutput>;
142
- export declare const deserializeAws_json1_1DeleteStreamProcessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamProcessorCommandOutput>;
143
- export declare const deserializeAws_json1_1DescribeCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCollectionCommandOutput>;
144
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
145
- export declare const deserializeAws_json1_1DescribeProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectsCommandOutput>;
146
- export declare const deserializeAws_json1_1DescribeProjectVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectVersionsCommandOutput>;
147
- export declare const deserializeAws_json1_1DescribeStreamProcessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStreamProcessorCommandOutput>;
148
- export declare const deserializeAws_json1_1DetectCustomLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectCustomLabelsCommandOutput>;
149
- export declare const deserializeAws_json1_1DetectFacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectFacesCommandOutput>;
150
- export declare const deserializeAws_json1_1DetectLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectLabelsCommandOutput>;
151
- export declare const deserializeAws_json1_1DetectModerationLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectModerationLabelsCommandOutput>;
152
- export declare const deserializeAws_json1_1DetectProtectiveEquipmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectProtectiveEquipmentCommandOutput>;
153
- export declare const deserializeAws_json1_1DetectTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectTextCommandOutput>;
154
- export declare const deserializeAws_json1_1DistributeDatasetEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DistributeDatasetEntriesCommandOutput>;
155
- export declare const deserializeAws_json1_1GetCelebrityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCelebrityInfoCommandOutput>;
156
- export declare const deserializeAws_json1_1GetCelebrityRecognitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCelebrityRecognitionCommandOutput>;
157
- export declare const deserializeAws_json1_1GetContentModerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentModerationCommandOutput>;
158
- export declare const deserializeAws_json1_1GetFaceDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFaceDetectionCommandOutput>;
159
- export declare const deserializeAws_json1_1GetFaceSearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFaceSearchCommandOutput>;
160
- export declare const deserializeAws_json1_1GetLabelDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLabelDetectionCommandOutput>;
161
- export declare const deserializeAws_json1_1GetPersonTrackingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPersonTrackingCommandOutput>;
162
- export declare const deserializeAws_json1_1GetSegmentDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentDetectionCommandOutput>;
163
- export declare const deserializeAws_json1_1GetTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTextDetectionCommandOutput>;
164
- export declare const deserializeAws_json1_1IndexFacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IndexFacesCommandOutput>;
165
- export declare const deserializeAws_json1_1ListCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollectionsCommandOutput>;
166
- export declare const deserializeAws_json1_1ListDatasetEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetEntriesCommandOutput>;
167
- export declare const deserializeAws_json1_1ListDatasetLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetLabelsCommandOutput>;
168
- export declare const deserializeAws_json1_1ListFacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFacesCommandOutput>;
169
- export declare const deserializeAws_json1_1ListProjectPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectPoliciesCommandOutput>;
170
- export declare const deserializeAws_json1_1ListStreamProcessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamProcessorsCommandOutput>;
171
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
172
- export declare const deserializeAws_json1_1PutProjectPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProjectPolicyCommandOutput>;
173
- export declare const deserializeAws_json1_1RecognizeCelebritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecognizeCelebritiesCommandOutput>;
174
- export declare const deserializeAws_json1_1SearchFacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFacesCommandOutput>;
175
- export declare const deserializeAws_json1_1SearchFacesByImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFacesByImageCommandOutput>;
176
- export declare const deserializeAws_json1_1StartCelebrityRecognitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCelebrityRecognitionCommandOutput>;
177
- export declare const deserializeAws_json1_1StartContentModerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContentModerationCommandOutput>;
178
- export declare const deserializeAws_json1_1StartFaceDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFaceDetectionCommandOutput>;
179
- export declare const deserializeAws_json1_1StartFaceSearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFaceSearchCommandOutput>;
180
- export declare const deserializeAws_json1_1StartLabelDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLabelDetectionCommandOutput>;
181
- export declare const deserializeAws_json1_1StartPersonTrackingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPersonTrackingCommandOutput>;
182
- export declare const deserializeAws_json1_1StartProjectVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartProjectVersionCommandOutput>;
183
- export declare const deserializeAws_json1_1StartSegmentDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSegmentDetectionCommandOutput>;
184
- export declare const deserializeAws_json1_1StartStreamProcessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartStreamProcessorCommandOutput>;
185
- export declare const deserializeAws_json1_1StartTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTextDetectionCommandOutput>;
186
- export declare const deserializeAws_json1_1StopProjectVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopProjectVersionCommandOutput>;
187
- export declare const deserializeAws_json1_1StopStreamProcessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopStreamProcessorCommandOutput>;
188
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
189
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
190
- export declare const deserializeAws_json1_1UpdateDatasetEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasetEntriesCommandOutput>;
191
- export declare const deserializeAws_json1_1UpdateStreamProcessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamProcessorCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CompareFacesCommandInput,
8
+ CompareFacesCommandOutput,
9
+ } from "../commands/CompareFacesCommand";
10
+ import {
11
+ CopyProjectVersionCommandInput,
12
+ CopyProjectVersionCommandOutput,
13
+ } from "../commands/CopyProjectVersionCommand";
14
+ import {
15
+ CreateCollectionCommandInput,
16
+ CreateCollectionCommandOutput,
17
+ } from "../commands/CreateCollectionCommand";
18
+ import {
19
+ CreateDatasetCommandInput,
20
+ CreateDatasetCommandOutput,
21
+ } from "../commands/CreateDatasetCommand";
22
+ import {
23
+ CreateProjectCommandInput,
24
+ CreateProjectCommandOutput,
25
+ } from "../commands/CreateProjectCommand";
26
+ import {
27
+ CreateProjectVersionCommandInput,
28
+ CreateProjectVersionCommandOutput,
29
+ } from "../commands/CreateProjectVersionCommand";
30
+ import {
31
+ CreateStreamProcessorCommandInput,
32
+ CreateStreamProcessorCommandOutput,
33
+ } from "../commands/CreateStreamProcessorCommand";
34
+ import {
35
+ DeleteCollectionCommandInput,
36
+ DeleteCollectionCommandOutput,
37
+ } from "../commands/DeleteCollectionCommand";
38
+ import {
39
+ DeleteDatasetCommandInput,
40
+ DeleteDatasetCommandOutput,
41
+ } from "../commands/DeleteDatasetCommand";
42
+ import {
43
+ DeleteFacesCommandInput,
44
+ DeleteFacesCommandOutput,
45
+ } from "../commands/DeleteFacesCommand";
46
+ import {
47
+ DeleteProjectCommandInput,
48
+ DeleteProjectCommandOutput,
49
+ } from "../commands/DeleteProjectCommand";
50
+ import {
51
+ DeleteProjectPolicyCommandInput,
52
+ DeleteProjectPolicyCommandOutput,
53
+ } from "../commands/DeleteProjectPolicyCommand";
54
+ import {
55
+ DeleteProjectVersionCommandInput,
56
+ DeleteProjectVersionCommandOutput,
57
+ } from "../commands/DeleteProjectVersionCommand";
58
+ import {
59
+ DeleteStreamProcessorCommandInput,
60
+ DeleteStreamProcessorCommandOutput,
61
+ } from "../commands/DeleteStreamProcessorCommand";
62
+ import {
63
+ DescribeCollectionCommandInput,
64
+ DescribeCollectionCommandOutput,
65
+ } from "../commands/DescribeCollectionCommand";
66
+ import {
67
+ DescribeDatasetCommandInput,
68
+ DescribeDatasetCommandOutput,
69
+ } from "../commands/DescribeDatasetCommand";
70
+ import {
71
+ DescribeProjectsCommandInput,
72
+ DescribeProjectsCommandOutput,
73
+ } from "../commands/DescribeProjectsCommand";
74
+ import {
75
+ DescribeProjectVersionsCommandInput,
76
+ DescribeProjectVersionsCommandOutput,
77
+ } from "../commands/DescribeProjectVersionsCommand";
78
+ import {
79
+ DescribeStreamProcessorCommandInput,
80
+ DescribeStreamProcessorCommandOutput,
81
+ } from "../commands/DescribeStreamProcessorCommand";
82
+ import {
83
+ DetectCustomLabelsCommandInput,
84
+ DetectCustomLabelsCommandOutput,
85
+ } from "../commands/DetectCustomLabelsCommand";
86
+ import {
87
+ DetectFacesCommandInput,
88
+ DetectFacesCommandOutput,
89
+ } from "../commands/DetectFacesCommand";
90
+ import {
91
+ DetectLabelsCommandInput,
92
+ DetectLabelsCommandOutput,
93
+ } from "../commands/DetectLabelsCommand";
94
+ import {
95
+ DetectModerationLabelsCommandInput,
96
+ DetectModerationLabelsCommandOutput,
97
+ } from "../commands/DetectModerationLabelsCommand";
98
+ import {
99
+ DetectProtectiveEquipmentCommandInput,
100
+ DetectProtectiveEquipmentCommandOutput,
101
+ } from "../commands/DetectProtectiveEquipmentCommand";
102
+ import {
103
+ DetectTextCommandInput,
104
+ DetectTextCommandOutput,
105
+ } from "../commands/DetectTextCommand";
106
+ import {
107
+ DistributeDatasetEntriesCommandInput,
108
+ DistributeDatasetEntriesCommandOutput,
109
+ } from "../commands/DistributeDatasetEntriesCommand";
110
+ import {
111
+ GetCelebrityInfoCommandInput,
112
+ GetCelebrityInfoCommandOutput,
113
+ } from "../commands/GetCelebrityInfoCommand";
114
+ import {
115
+ GetCelebrityRecognitionCommandInput,
116
+ GetCelebrityRecognitionCommandOutput,
117
+ } from "../commands/GetCelebrityRecognitionCommand";
118
+ import {
119
+ GetContentModerationCommandInput,
120
+ GetContentModerationCommandOutput,
121
+ } from "../commands/GetContentModerationCommand";
122
+ import {
123
+ GetFaceDetectionCommandInput,
124
+ GetFaceDetectionCommandOutput,
125
+ } from "../commands/GetFaceDetectionCommand";
126
+ import {
127
+ GetFaceSearchCommandInput,
128
+ GetFaceSearchCommandOutput,
129
+ } from "../commands/GetFaceSearchCommand";
130
+ import {
131
+ GetLabelDetectionCommandInput,
132
+ GetLabelDetectionCommandOutput,
133
+ } from "../commands/GetLabelDetectionCommand";
134
+ import {
135
+ GetPersonTrackingCommandInput,
136
+ GetPersonTrackingCommandOutput,
137
+ } from "../commands/GetPersonTrackingCommand";
138
+ import {
139
+ GetSegmentDetectionCommandInput,
140
+ GetSegmentDetectionCommandOutput,
141
+ } from "../commands/GetSegmentDetectionCommand";
142
+ import {
143
+ GetTextDetectionCommandInput,
144
+ GetTextDetectionCommandOutput,
145
+ } from "../commands/GetTextDetectionCommand";
146
+ import {
147
+ IndexFacesCommandInput,
148
+ IndexFacesCommandOutput,
149
+ } from "../commands/IndexFacesCommand";
150
+ import {
151
+ ListCollectionsCommandInput,
152
+ ListCollectionsCommandOutput,
153
+ } from "../commands/ListCollectionsCommand";
154
+ import {
155
+ ListDatasetEntriesCommandInput,
156
+ ListDatasetEntriesCommandOutput,
157
+ } from "../commands/ListDatasetEntriesCommand";
158
+ import {
159
+ ListDatasetLabelsCommandInput,
160
+ ListDatasetLabelsCommandOutput,
161
+ } from "../commands/ListDatasetLabelsCommand";
162
+ import {
163
+ ListFacesCommandInput,
164
+ ListFacesCommandOutput,
165
+ } from "../commands/ListFacesCommand";
166
+ import {
167
+ ListProjectPoliciesCommandInput,
168
+ ListProjectPoliciesCommandOutput,
169
+ } from "../commands/ListProjectPoliciesCommand";
170
+ import {
171
+ ListStreamProcessorsCommandInput,
172
+ ListStreamProcessorsCommandOutput,
173
+ } from "../commands/ListStreamProcessorsCommand";
174
+ import {
175
+ ListTagsForResourceCommandInput,
176
+ ListTagsForResourceCommandOutput,
177
+ } from "../commands/ListTagsForResourceCommand";
178
+ import {
179
+ PutProjectPolicyCommandInput,
180
+ PutProjectPolicyCommandOutput,
181
+ } from "../commands/PutProjectPolicyCommand";
182
+ import {
183
+ RecognizeCelebritiesCommandInput,
184
+ RecognizeCelebritiesCommandOutput,
185
+ } from "../commands/RecognizeCelebritiesCommand";
186
+ import {
187
+ SearchFacesByImageCommandInput,
188
+ SearchFacesByImageCommandOutput,
189
+ } from "../commands/SearchFacesByImageCommand";
190
+ import {
191
+ SearchFacesCommandInput,
192
+ SearchFacesCommandOutput,
193
+ } from "../commands/SearchFacesCommand";
194
+ import {
195
+ StartCelebrityRecognitionCommandInput,
196
+ StartCelebrityRecognitionCommandOutput,
197
+ } from "../commands/StartCelebrityRecognitionCommand";
198
+ import {
199
+ StartContentModerationCommandInput,
200
+ StartContentModerationCommandOutput,
201
+ } from "../commands/StartContentModerationCommand";
202
+ import {
203
+ StartFaceDetectionCommandInput,
204
+ StartFaceDetectionCommandOutput,
205
+ } from "../commands/StartFaceDetectionCommand";
206
+ import {
207
+ StartFaceSearchCommandInput,
208
+ StartFaceSearchCommandOutput,
209
+ } from "../commands/StartFaceSearchCommand";
210
+ import {
211
+ StartLabelDetectionCommandInput,
212
+ StartLabelDetectionCommandOutput,
213
+ } from "../commands/StartLabelDetectionCommand";
214
+ import {
215
+ StartPersonTrackingCommandInput,
216
+ StartPersonTrackingCommandOutput,
217
+ } from "../commands/StartPersonTrackingCommand";
218
+ import {
219
+ StartProjectVersionCommandInput,
220
+ StartProjectVersionCommandOutput,
221
+ } from "../commands/StartProjectVersionCommand";
222
+ import {
223
+ StartSegmentDetectionCommandInput,
224
+ StartSegmentDetectionCommandOutput,
225
+ } from "../commands/StartSegmentDetectionCommand";
226
+ import {
227
+ StartStreamProcessorCommandInput,
228
+ StartStreamProcessorCommandOutput,
229
+ } from "../commands/StartStreamProcessorCommand";
230
+ import {
231
+ StartTextDetectionCommandInput,
232
+ StartTextDetectionCommandOutput,
233
+ } from "../commands/StartTextDetectionCommand";
234
+ import {
235
+ StopProjectVersionCommandInput,
236
+ StopProjectVersionCommandOutput,
237
+ } from "../commands/StopProjectVersionCommand";
238
+ import {
239
+ StopStreamProcessorCommandInput,
240
+ StopStreamProcessorCommandOutput,
241
+ } from "../commands/StopStreamProcessorCommand";
242
+ import {
243
+ TagResourceCommandInput,
244
+ TagResourceCommandOutput,
245
+ } from "../commands/TagResourceCommand";
246
+ import {
247
+ UntagResourceCommandInput,
248
+ UntagResourceCommandOutput,
249
+ } from "../commands/UntagResourceCommand";
250
+ import {
251
+ UpdateDatasetEntriesCommandInput,
252
+ UpdateDatasetEntriesCommandOutput,
253
+ } from "../commands/UpdateDatasetEntriesCommand";
254
+ import {
255
+ UpdateStreamProcessorCommandInput,
256
+ UpdateStreamProcessorCommandOutput,
257
+ } from "../commands/UpdateStreamProcessorCommand";
258
+ export declare const serializeAws_json1_1CompareFacesCommand: (
259
+ input: CompareFacesCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1CopyProjectVersionCommand: (
263
+ input: CopyProjectVersionCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1CreateCollectionCommand: (
267
+ input: CreateCollectionCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1CreateDatasetCommand: (
271
+ input: CreateDatasetCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1CreateProjectCommand: (
275
+ input: CreateProjectCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1CreateProjectVersionCommand: (
279
+ input: CreateProjectVersionCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1CreateStreamProcessorCommand: (
283
+ input: CreateStreamProcessorCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1DeleteCollectionCommand: (
287
+ input: DeleteCollectionCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1DeleteDatasetCommand: (
291
+ input: DeleteDatasetCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1DeleteFacesCommand: (
295
+ input: DeleteFacesCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1DeleteProjectCommand: (
299
+ input: DeleteProjectCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1DeleteProjectPolicyCommand: (
303
+ input: DeleteProjectPolicyCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1DeleteProjectVersionCommand: (
307
+ input: DeleteProjectVersionCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1DeleteStreamProcessorCommand: (
311
+ input: DeleteStreamProcessorCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1DescribeCollectionCommand: (
315
+ input: DescribeCollectionCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1DescribeDatasetCommand: (
319
+ input: DescribeDatasetCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1DescribeProjectsCommand: (
323
+ input: DescribeProjectsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1DescribeProjectVersionsCommand: (
327
+ input: DescribeProjectVersionsCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DescribeStreamProcessorCommand: (
331
+ input: DescribeStreamProcessorCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DetectCustomLabelsCommand: (
335
+ input: DetectCustomLabelsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DetectFacesCommand: (
339
+ input: DetectFacesCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DetectLabelsCommand: (
343
+ input: DetectLabelsCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DetectModerationLabelsCommand: (
347
+ input: DetectModerationLabelsCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DetectProtectiveEquipmentCommand: (
351
+ input: DetectProtectiveEquipmentCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DetectTextCommand: (
355
+ input: DetectTextCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DistributeDatasetEntriesCommand: (
359
+ input: DistributeDatasetEntriesCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1GetCelebrityInfoCommand: (
363
+ input: GetCelebrityInfoCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1GetCelebrityRecognitionCommand: (
367
+ input: GetCelebrityRecognitionCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1GetContentModerationCommand: (
371
+ input: GetContentModerationCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1GetFaceDetectionCommand: (
375
+ input: GetFaceDetectionCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1GetFaceSearchCommand: (
379
+ input: GetFaceSearchCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1GetLabelDetectionCommand: (
383
+ input: GetLabelDetectionCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1GetPersonTrackingCommand: (
387
+ input: GetPersonTrackingCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1GetSegmentDetectionCommand: (
391
+ input: GetSegmentDetectionCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1GetTextDetectionCommand: (
395
+ input: GetTextDetectionCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1IndexFacesCommand: (
399
+ input: IndexFacesCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1ListCollectionsCommand: (
403
+ input: ListCollectionsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1ListDatasetEntriesCommand: (
407
+ input: ListDatasetEntriesCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1ListDatasetLabelsCommand: (
411
+ input: ListDatasetLabelsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1ListFacesCommand: (
415
+ input: ListFacesCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1ListProjectPoliciesCommand: (
419
+ input: ListProjectPoliciesCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1ListStreamProcessorsCommand: (
423
+ input: ListStreamProcessorsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
427
+ input: ListTagsForResourceCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1PutProjectPolicyCommand: (
431
+ input: PutProjectPolicyCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1RecognizeCelebritiesCommand: (
435
+ input: RecognizeCelebritiesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1SearchFacesCommand: (
439
+ input: SearchFacesCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1SearchFacesByImageCommand: (
443
+ input: SearchFacesByImageCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1StartCelebrityRecognitionCommand: (
447
+ input: StartCelebrityRecognitionCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1StartContentModerationCommand: (
451
+ input: StartContentModerationCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1StartFaceDetectionCommand: (
455
+ input: StartFaceDetectionCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1StartFaceSearchCommand: (
459
+ input: StartFaceSearchCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1StartLabelDetectionCommand: (
463
+ input: StartLabelDetectionCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1StartPersonTrackingCommand: (
467
+ input: StartPersonTrackingCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1StartProjectVersionCommand: (
471
+ input: StartProjectVersionCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1StartSegmentDetectionCommand: (
475
+ input: StartSegmentDetectionCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1StartStreamProcessorCommand: (
479
+ input: StartStreamProcessorCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1StartTextDetectionCommand: (
483
+ input: StartTextDetectionCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1StopProjectVersionCommand: (
487
+ input: StopProjectVersionCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1StopStreamProcessorCommand: (
491
+ input: StopStreamProcessorCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1TagResourceCommand: (
495
+ input: TagResourceCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1UntagResourceCommand: (
499
+ input: UntagResourceCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1UpdateDatasetEntriesCommand: (
503
+ input: UpdateDatasetEntriesCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1UpdateStreamProcessorCommand: (
507
+ input: UpdateStreamProcessorCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const deserializeAws_json1_1CompareFacesCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<CompareFacesCommandOutput>;
514
+ export declare const deserializeAws_json1_1CopyProjectVersionCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<CopyProjectVersionCommandOutput>;
518
+ export declare const deserializeAws_json1_1CreateCollectionCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CreateCollectionCommandOutput>;
522
+ export declare const deserializeAws_json1_1CreateDatasetCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CreateDatasetCommandOutput>;
526
+ export declare const deserializeAws_json1_1CreateProjectCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreateProjectCommandOutput>;
530
+ export declare const deserializeAws_json1_1CreateProjectVersionCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateProjectVersionCommandOutput>;
534
+ export declare const deserializeAws_json1_1CreateStreamProcessorCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<CreateStreamProcessorCommandOutput>;
538
+ export declare const deserializeAws_json1_1DeleteCollectionCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DeleteCollectionCommandOutput>;
542
+ export declare const deserializeAws_json1_1DeleteDatasetCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DeleteDatasetCommandOutput>;
546
+ export declare const deserializeAws_json1_1DeleteFacesCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DeleteFacesCommandOutput>;
550
+ export declare const deserializeAws_json1_1DeleteProjectCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DeleteProjectCommandOutput>;
554
+ export declare const deserializeAws_json1_1DeleteProjectPolicyCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DeleteProjectPolicyCommandOutput>;
558
+ export declare const deserializeAws_json1_1DeleteProjectVersionCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteProjectVersionCommandOutput>;
562
+ export declare const deserializeAws_json1_1DeleteStreamProcessorCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteStreamProcessorCommandOutput>;
566
+ export declare const deserializeAws_json1_1DescribeCollectionCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DescribeCollectionCommandOutput>;
570
+ export declare const deserializeAws_json1_1DescribeDatasetCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DescribeDatasetCommandOutput>;
574
+ export declare const deserializeAws_json1_1DescribeProjectsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DescribeProjectsCommandOutput>;
578
+ export declare const deserializeAws_json1_1DescribeProjectVersionsCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DescribeProjectVersionsCommandOutput>;
582
+ export declare const deserializeAws_json1_1DescribeStreamProcessorCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DescribeStreamProcessorCommandOutput>;
586
+ export declare const deserializeAws_json1_1DetectCustomLabelsCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DetectCustomLabelsCommandOutput>;
590
+ export declare const deserializeAws_json1_1DetectFacesCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DetectFacesCommandOutput>;
594
+ export declare const deserializeAws_json1_1DetectLabelsCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DetectLabelsCommandOutput>;
598
+ export declare const deserializeAws_json1_1DetectModerationLabelsCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DetectModerationLabelsCommandOutput>;
602
+ export declare const deserializeAws_json1_1DetectProtectiveEquipmentCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DetectProtectiveEquipmentCommandOutput>;
606
+ export declare const deserializeAws_json1_1DetectTextCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DetectTextCommandOutput>;
610
+ export declare const deserializeAws_json1_1DistributeDatasetEntriesCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DistributeDatasetEntriesCommandOutput>;
614
+ export declare const deserializeAws_json1_1GetCelebrityInfoCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<GetCelebrityInfoCommandOutput>;
618
+ export declare const deserializeAws_json1_1GetCelebrityRecognitionCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<GetCelebrityRecognitionCommandOutput>;
622
+ export declare const deserializeAws_json1_1GetContentModerationCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<GetContentModerationCommandOutput>;
626
+ export declare const deserializeAws_json1_1GetFaceDetectionCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<GetFaceDetectionCommandOutput>;
630
+ export declare const deserializeAws_json1_1GetFaceSearchCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<GetFaceSearchCommandOutput>;
634
+ export declare const deserializeAws_json1_1GetLabelDetectionCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<GetLabelDetectionCommandOutput>;
638
+ export declare const deserializeAws_json1_1GetPersonTrackingCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<GetPersonTrackingCommandOutput>;
642
+ export declare const deserializeAws_json1_1GetSegmentDetectionCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<GetSegmentDetectionCommandOutput>;
646
+ export declare const deserializeAws_json1_1GetTextDetectionCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<GetTextDetectionCommandOutput>;
650
+ export declare const deserializeAws_json1_1IndexFacesCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<IndexFacesCommandOutput>;
654
+ export declare const deserializeAws_json1_1ListCollectionsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<ListCollectionsCommandOutput>;
658
+ export declare const deserializeAws_json1_1ListDatasetEntriesCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<ListDatasetEntriesCommandOutput>;
662
+ export declare const deserializeAws_json1_1ListDatasetLabelsCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<ListDatasetLabelsCommandOutput>;
666
+ export declare const deserializeAws_json1_1ListFacesCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<ListFacesCommandOutput>;
670
+ export declare const deserializeAws_json1_1ListProjectPoliciesCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<ListProjectPoliciesCommandOutput>;
674
+ export declare const deserializeAws_json1_1ListStreamProcessorsCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<ListStreamProcessorsCommandOutput>;
678
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ListTagsForResourceCommandOutput>;
682
+ export declare const deserializeAws_json1_1PutProjectPolicyCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<PutProjectPolicyCommandOutput>;
686
+ export declare const deserializeAws_json1_1RecognizeCelebritiesCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<RecognizeCelebritiesCommandOutput>;
690
+ export declare const deserializeAws_json1_1SearchFacesCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<SearchFacesCommandOutput>;
694
+ export declare const deserializeAws_json1_1SearchFacesByImageCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<SearchFacesByImageCommandOutput>;
698
+ export declare const deserializeAws_json1_1StartCelebrityRecognitionCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<StartCelebrityRecognitionCommandOutput>;
702
+ export declare const deserializeAws_json1_1StartContentModerationCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<StartContentModerationCommandOutput>;
706
+ export declare const deserializeAws_json1_1StartFaceDetectionCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<StartFaceDetectionCommandOutput>;
710
+ export declare const deserializeAws_json1_1StartFaceSearchCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<StartFaceSearchCommandOutput>;
714
+ export declare const deserializeAws_json1_1StartLabelDetectionCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<StartLabelDetectionCommandOutput>;
718
+ export declare const deserializeAws_json1_1StartPersonTrackingCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<StartPersonTrackingCommandOutput>;
722
+ export declare const deserializeAws_json1_1StartProjectVersionCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<StartProjectVersionCommandOutput>;
726
+ export declare const deserializeAws_json1_1StartSegmentDetectionCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<StartSegmentDetectionCommandOutput>;
730
+ export declare const deserializeAws_json1_1StartStreamProcessorCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<StartStreamProcessorCommandOutput>;
734
+ export declare const deserializeAws_json1_1StartTextDetectionCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<StartTextDetectionCommandOutput>;
738
+ export declare const deserializeAws_json1_1StopProjectVersionCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<StopProjectVersionCommandOutput>;
742
+ export declare const deserializeAws_json1_1StopStreamProcessorCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<StopStreamProcessorCommandOutput>;
746
+ export declare const deserializeAws_json1_1TagResourceCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<TagResourceCommandOutput>;
750
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<UntagResourceCommandOutput>;
754
+ export declare const deserializeAws_json1_1UpdateDatasetEntriesCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<UpdateDatasetEntriesCommandOutput>;
758
+ export declare const deserializeAws_json1_1UpdateStreamProcessorCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UpdateStreamProcessorCommandOutput>;