@aws-sdk/client-rekognition 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
- package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2121 -2714
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,191 +1,761 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
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>;
|