@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.
Files changed (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
  3. package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -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 +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2121 -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 +65 -38
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  96. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  97. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
  98. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
  99. package/package.json +35 -35
@@ -1,320 +1,1075 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CompareFacesCommandInput, CompareFacesCommandOutput } from "./commands/CompareFacesCommand";
3
- import { CopyProjectVersionCommandInput, CopyProjectVersionCommandOutput } from "./commands/CopyProjectVersionCommand";
4
- import { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
5
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
6
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
7
- import { CreateProjectVersionCommandInput, CreateProjectVersionCommandOutput } from "./commands/CreateProjectVersionCommand";
8
- import { CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput } from "./commands/CreateStreamProcessorCommand";
9
- import { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
10
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
11
- import { DeleteFacesCommandInput, DeleteFacesCommandOutput } from "./commands/DeleteFacesCommand";
12
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
13
- import { DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput } from "./commands/DeleteProjectPolicyCommand";
14
- import { DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput } from "./commands/DeleteProjectVersionCommand";
15
- import { DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput } from "./commands/DeleteStreamProcessorCommand";
16
- import { DescribeCollectionCommandInput, DescribeCollectionCommandOutput } from "./commands/DescribeCollectionCommand";
17
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
18
- import { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "./commands/DescribeProjectsCommand";
19
- import { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "./commands/DescribeProjectVersionsCommand";
20
- import { DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput } from "./commands/DescribeStreamProcessorCommand";
21
- import { DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput } from "./commands/DetectCustomLabelsCommand";
22
- import { DetectFacesCommandInput, DetectFacesCommandOutput } from "./commands/DetectFacesCommand";
23
- import { DetectLabelsCommandInput, DetectLabelsCommandOutput } from "./commands/DetectLabelsCommand";
24
- import { DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput } from "./commands/DetectModerationLabelsCommand";
25
- import { DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput } from "./commands/DetectProtectiveEquipmentCommand";
26
- import { DetectTextCommandInput, DetectTextCommandOutput } from "./commands/DetectTextCommand";
27
- import { DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput } from "./commands/DistributeDatasetEntriesCommand";
28
- import { GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput } from "./commands/GetCelebrityInfoCommand";
29
- import { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "./commands/GetCelebrityRecognitionCommand";
30
- import { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "./commands/GetContentModerationCommand";
31
- import { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "./commands/GetFaceDetectionCommand";
32
- import { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "./commands/GetFaceSearchCommand";
33
- import { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "./commands/GetLabelDetectionCommand";
34
- import { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "./commands/GetPersonTrackingCommand";
35
- import { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "./commands/GetSegmentDetectionCommand";
36
- import { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "./commands/GetTextDetectionCommand";
37
- import { IndexFacesCommandInput, IndexFacesCommandOutput } from "./commands/IndexFacesCommand";
38
- import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
39
- import { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "./commands/ListDatasetEntriesCommand";
40
- import { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "./commands/ListDatasetLabelsCommand";
41
- import { ListFacesCommandInput, ListFacesCommandOutput } from "./commands/ListFacesCommand";
42
- import { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "./commands/ListProjectPoliciesCommand";
43
- import { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "./commands/ListStreamProcessorsCommand";
44
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
- import { PutProjectPolicyCommandInput, PutProjectPolicyCommandOutput } from "./commands/PutProjectPolicyCommand";
46
- import { RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput } from "./commands/RecognizeCelebritiesCommand";
47
- import { SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput } from "./commands/SearchFacesByImageCommand";
48
- import { SearchFacesCommandInput, SearchFacesCommandOutput } from "./commands/SearchFacesCommand";
49
- import { StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput } from "./commands/StartCelebrityRecognitionCommand";
50
- import { StartContentModerationCommandInput, StartContentModerationCommandOutput } from "./commands/StartContentModerationCommand";
51
- import { StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput } from "./commands/StartFaceDetectionCommand";
52
- import { StartFaceSearchCommandInput, StartFaceSearchCommandOutput } from "./commands/StartFaceSearchCommand";
53
- import { StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput } from "./commands/StartLabelDetectionCommand";
54
- import { StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput } from "./commands/StartPersonTrackingCommand";
55
- import { StartProjectVersionCommandInput, StartProjectVersionCommandOutput } from "./commands/StartProjectVersionCommand";
56
- import { StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput } from "./commands/StartSegmentDetectionCommand";
57
- import { StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput } from "./commands/StartStreamProcessorCommand";
58
- import { StartTextDetectionCommandInput, StartTextDetectionCommandOutput } from "./commands/StartTextDetectionCommand";
59
- import { StopProjectVersionCommandInput, StopProjectVersionCommandOutput } from "./commands/StopProjectVersionCommand";
60
- import { StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput } from "./commands/StopStreamProcessorCommand";
61
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
62
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
63
- import { UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput } from "./commands/UpdateDatasetEntriesCommand";
64
- import { UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput } from "./commands/UpdateStreamProcessorCommand";
65
- import { RekognitionClient } from "./RekognitionClient";
66
-
67
- export declare class Rekognition extends RekognitionClient {
68
-
69
- compareFaces(args: CompareFacesCommandInput, options?: __HttpHandlerOptions): Promise<CompareFacesCommandOutput>;
70
- compareFaces(args: CompareFacesCommandInput, cb: (err: any, data?: CompareFacesCommandOutput) => void): void;
71
- compareFaces(args: CompareFacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompareFacesCommandOutput) => void): void;
72
-
73
- copyProjectVersion(args: CopyProjectVersionCommandInput, options?: __HttpHandlerOptions): Promise<CopyProjectVersionCommandOutput>;
74
- copyProjectVersion(args: CopyProjectVersionCommandInput, cb: (err: any, data?: CopyProjectVersionCommandOutput) => void): void;
75
- copyProjectVersion(args: CopyProjectVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyProjectVersionCommandOutput) => void): void;
76
-
77
- createCollection(args: CreateCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCollectionCommandOutput>;
78
- createCollection(args: CreateCollectionCommandInput, cb: (err: any, data?: CreateCollectionCommandOutput) => void): void;
79
- createCollection(args: CreateCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCollectionCommandOutput) => void): void;
80
-
81
- createDataset(args: CreateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetCommandOutput>;
82
- createDataset(args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
83
- createDataset(args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
84
-
85
- createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
86
- createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
87
- createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
88
-
89
- createProjectVersion(args: CreateProjectVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectVersionCommandOutput>;
90
- createProjectVersion(args: CreateProjectVersionCommandInput, cb: (err: any, data?: CreateProjectVersionCommandOutput) => void): void;
91
- createProjectVersion(args: CreateProjectVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectVersionCommandOutput) => void): void;
92
-
93
- createStreamProcessor(args: CreateStreamProcessorCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamProcessorCommandOutput>;
94
- createStreamProcessor(args: CreateStreamProcessorCommandInput, cb: (err: any, data?: CreateStreamProcessorCommandOutput) => void): void;
95
- createStreamProcessor(args: CreateStreamProcessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamProcessorCommandOutput) => void): void;
96
-
97
- deleteCollection(args: DeleteCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCollectionCommandOutput>;
98
- deleteCollection(args: DeleteCollectionCommandInput, cb: (err: any, data?: DeleteCollectionCommandOutput) => void): void;
99
- deleteCollection(args: DeleteCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCollectionCommandOutput) => void): void;
100
-
101
- deleteDataset(args: DeleteDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetCommandOutput>;
102
- deleteDataset(args: DeleteDatasetCommandInput, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
103
- deleteDataset(args: DeleteDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
104
-
105
- deleteFaces(args: DeleteFacesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFacesCommandOutput>;
106
- deleteFaces(args: DeleteFacesCommandInput, cb: (err: any, data?: DeleteFacesCommandOutput) => void): void;
107
- deleteFaces(args: DeleteFacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFacesCommandOutput) => void): void;
108
-
109
- deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
110
- deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
111
- deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
112
-
113
- deleteProjectPolicy(args: DeleteProjectPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectPolicyCommandOutput>;
114
- deleteProjectPolicy(args: DeleteProjectPolicyCommandInput, cb: (err: any, data?: DeleteProjectPolicyCommandOutput) => void): void;
115
- deleteProjectPolicy(args: DeleteProjectPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectPolicyCommandOutput) => void): void;
116
-
117
- deleteProjectVersion(args: DeleteProjectVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectVersionCommandOutput>;
118
- deleteProjectVersion(args: DeleteProjectVersionCommandInput, cb: (err: any, data?: DeleteProjectVersionCommandOutput) => void): void;
119
- deleteProjectVersion(args: DeleteProjectVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectVersionCommandOutput) => void): void;
120
-
121
- deleteStreamProcessor(args: DeleteStreamProcessorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamProcessorCommandOutput>;
122
- deleteStreamProcessor(args: DeleteStreamProcessorCommandInput, cb: (err: any, data?: DeleteStreamProcessorCommandOutput) => void): void;
123
- deleteStreamProcessor(args: DeleteStreamProcessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamProcessorCommandOutput) => void): void;
124
-
125
- describeCollection(args: DescribeCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCollectionCommandOutput>;
126
- describeCollection(args: DescribeCollectionCommandInput, cb: (err: any, data?: DescribeCollectionCommandOutput) => void): void;
127
- describeCollection(args: DescribeCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCollectionCommandOutput) => void): void;
128
-
129
- describeDataset(args: DescribeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetCommandOutput>;
130
- describeDataset(args: DescribeDatasetCommandInput, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
131
- describeDataset(args: DescribeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
132
-
133
- describeProjects(args: DescribeProjectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProjectsCommandOutput>;
134
- describeProjects(args: DescribeProjectsCommandInput, cb: (err: any, data?: DescribeProjectsCommandOutput) => void): void;
135
- describeProjects(args: DescribeProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProjectsCommandOutput) => void): void;
136
-
137
- describeProjectVersions(args: DescribeProjectVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProjectVersionsCommandOutput>;
138
- describeProjectVersions(args: DescribeProjectVersionsCommandInput, cb: (err: any, data?: DescribeProjectVersionsCommandOutput) => void): void;
139
- describeProjectVersions(args: DescribeProjectVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProjectVersionsCommandOutput) => void): void;
140
-
141
- describeStreamProcessor(args: DescribeStreamProcessorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamProcessorCommandOutput>;
142
- describeStreamProcessor(args: DescribeStreamProcessorCommandInput, cb: (err: any, data?: DescribeStreamProcessorCommandOutput) => void): void;
143
- describeStreamProcessor(args: DescribeStreamProcessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamProcessorCommandOutput) => void): void;
144
-
145
- detectCustomLabels(args: DetectCustomLabelsCommandInput, options?: __HttpHandlerOptions): Promise<DetectCustomLabelsCommandOutput>;
146
- detectCustomLabels(args: DetectCustomLabelsCommandInput, cb: (err: any, data?: DetectCustomLabelsCommandOutput) => void): void;
147
- detectCustomLabels(args: DetectCustomLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectCustomLabelsCommandOutput) => void): void;
148
-
149
- detectFaces(args: DetectFacesCommandInput, options?: __HttpHandlerOptions): Promise<DetectFacesCommandOutput>;
150
- detectFaces(args: DetectFacesCommandInput, cb: (err: any, data?: DetectFacesCommandOutput) => void): void;
151
- detectFaces(args: DetectFacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectFacesCommandOutput) => void): void;
152
-
153
- detectLabels(args: DetectLabelsCommandInput, options?: __HttpHandlerOptions): Promise<DetectLabelsCommandOutput>;
154
- detectLabels(args: DetectLabelsCommandInput, cb: (err: any, data?: DetectLabelsCommandOutput) => void): void;
155
- detectLabels(args: DetectLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectLabelsCommandOutput) => void): void;
156
-
157
- detectModerationLabels(args: DetectModerationLabelsCommandInput, options?: __HttpHandlerOptions): Promise<DetectModerationLabelsCommandOutput>;
158
- detectModerationLabels(args: DetectModerationLabelsCommandInput, cb: (err: any, data?: DetectModerationLabelsCommandOutput) => void): void;
159
- detectModerationLabels(args: DetectModerationLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectModerationLabelsCommandOutput) => void): void;
160
-
161
- detectProtectiveEquipment(args: DetectProtectiveEquipmentCommandInput, options?: __HttpHandlerOptions): Promise<DetectProtectiveEquipmentCommandOutput>;
162
- detectProtectiveEquipment(args: DetectProtectiveEquipmentCommandInput, cb: (err: any, data?: DetectProtectiveEquipmentCommandOutput) => void): void;
163
- detectProtectiveEquipment(args: DetectProtectiveEquipmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectProtectiveEquipmentCommandOutput) => void): void;
164
-
165
- detectText(args: DetectTextCommandInput, options?: __HttpHandlerOptions): Promise<DetectTextCommandOutput>;
166
- detectText(args: DetectTextCommandInput, cb: (err: any, data?: DetectTextCommandOutput) => void): void;
167
- detectText(args: DetectTextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectTextCommandOutput) => void): void;
168
-
169
- distributeDatasetEntries(args: DistributeDatasetEntriesCommandInput, options?: __HttpHandlerOptions): Promise<DistributeDatasetEntriesCommandOutput>;
170
- distributeDatasetEntries(args: DistributeDatasetEntriesCommandInput, cb: (err: any, data?: DistributeDatasetEntriesCommandOutput) => void): void;
171
- distributeDatasetEntries(args: DistributeDatasetEntriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DistributeDatasetEntriesCommandOutput) => void): void;
172
-
173
- getCelebrityInfo(args: GetCelebrityInfoCommandInput, options?: __HttpHandlerOptions): Promise<GetCelebrityInfoCommandOutput>;
174
- getCelebrityInfo(args: GetCelebrityInfoCommandInput, cb: (err: any, data?: GetCelebrityInfoCommandOutput) => void): void;
175
- getCelebrityInfo(args: GetCelebrityInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCelebrityInfoCommandOutput) => void): void;
176
-
177
- getCelebrityRecognition(args: GetCelebrityRecognitionCommandInput, options?: __HttpHandlerOptions): Promise<GetCelebrityRecognitionCommandOutput>;
178
- getCelebrityRecognition(args: GetCelebrityRecognitionCommandInput, cb: (err: any, data?: GetCelebrityRecognitionCommandOutput) => void): void;
179
- getCelebrityRecognition(args: GetCelebrityRecognitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCelebrityRecognitionCommandOutput) => void): void;
180
-
181
- getContentModeration(args: GetContentModerationCommandInput, options?: __HttpHandlerOptions): Promise<GetContentModerationCommandOutput>;
182
- getContentModeration(args: GetContentModerationCommandInput, cb: (err: any, data?: GetContentModerationCommandOutput) => void): void;
183
- getContentModeration(args: GetContentModerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContentModerationCommandOutput) => void): void;
184
-
185
- getFaceDetection(args: GetFaceDetectionCommandInput, options?: __HttpHandlerOptions): Promise<GetFaceDetectionCommandOutput>;
186
- getFaceDetection(args: GetFaceDetectionCommandInput, cb: (err: any, data?: GetFaceDetectionCommandOutput) => void): void;
187
- getFaceDetection(args: GetFaceDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFaceDetectionCommandOutput) => void): void;
188
-
189
- getFaceSearch(args: GetFaceSearchCommandInput, options?: __HttpHandlerOptions): Promise<GetFaceSearchCommandOutput>;
190
- getFaceSearch(args: GetFaceSearchCommandInput, cb: (err: any, data?: GetFaceSearchCommandOutput) => void): void;
191
- getFaceSearch(args: GetFaceSearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFaceSearchCommandOutput) => void): void;
192
-
193
- getLabelDetection(args: GetLabelDetectionCommandInput, options?: __HttpHandlerOptions): Promise<GetLabelDetectionCommandOutput>;
194
- getLabelDetection(args: GetLabelDetectionCommandInput, cb: (err: any, data?: GetLabelDetectionCommandOutput) => void): void;
195
- getLabelDetection(args: GetLabelDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLabelDetectionCommandOutput) => void): void;
196
-
197
- getPersonTracking(args: GetPersonTrackingCommandInput, options?: __HttpHandlerOptions): Promise<GetPersonTrackingCommandOutput>;
198
- getPersonTracking(args: GetPersonTrackingCommandInput, cb: (err: any, data?: GetPersonTrackingCommandOutput) => void): void;
199
- getPersonTracking(args: GetPersonTrackingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPersonTrackingCommandOutput) => void): void;
200
-
201
- getSegmentDetection(args: GetSegmentDetectionCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentDetectionCommandOutput>;
202
- getSegmentDetection(args: GetSegmentDetectionCommandInput, cb: (err: any, data?: GetSegmentDetectionCommandOutput) => void): void;
203
- getSegmentDetection(args: GetSegmentDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentDetectionCommandOutput) => void): void;
204
-
205
- getTextDetection(args: GetTextDetectionCommandInput, options?: __HttpHandlerOptions): Promise<GetTextDetectionCommandOutput>;
206
- getTextDetection(args: GetTextDetectionCommandInput, cb: (err: any, data?: GetTextDetectionCommandOutput) => void): void;
207
- getTextDetection(args: GetTextDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTextDetectionCommandOutput) => void): void;
208
-
209
- indexFaces(args: IndexFacesCommandInput, options?: __HttpHandlerOptions): Promise<IndexFacesCommandOutput>;
210
- indexFaces(args: IndexFacesCommandInput, cb: (err: any, data?: IndexFacesCommandOutput) => void): void;
211
- indexFaces(args: IndexFacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IndexFacesCommandOutput) => void): void;
212
-
213
- listCollections(args: ListCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollectionsCommandOutput>;
214
- listCollections(args: ListCollectionsCommandInput, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
215
- listCollections(args: ListCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
216
-
217
- listDatasetEntries(args: ListDatasetEntriesCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetEntriesCommandOutput>;
218
- listDatasetEntries(args: ListDatasetEntriesCommandInput, cb: (err: any, data?: ListDatasetEntriesCommandOutput) => void): void;
219
- listDatasetEntries(args: ListDatasetEntriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetEntriesCommandOutput) => void): void;
220
-
221
- listDatasetLabels(args: ListDatasetLabelsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetLabelsCommandOutput>;
222
- listDatasetLabels(args: ListDatasetLabelsCommandInput, cb: (err: any, data?: ListDatasetLabelsCommandOutput) => void): void;
223
- listDatasetLabels(args: ListDatasetLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetLabelsCommandOutput) => void): void;
224
-
225
- listFaces(args: ListFacesCommandInput, options?: __HttpHandlerOptions): Promise<ListFacesCommandOutput>;
226
- listFaces(args: ListFacesCommandInput, cb: (err: any, data?: ListFacesCommandOutput) => void): void;
227
- listFaces(args: ListFacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFacesCommandOutput) => void): void;
228
-
229
- listProjectPolicies(args: ListProjectPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectPoliciesCommandOutput>;
230
- listProjectPolicies(args: ListProjectPoliciesCommandInput, cb: (err: any, data?: ListProjectPoliciesCommandOutput) => void): void;
231
- listProjectPolicies(args: ListProjectPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectPoliciesCommandOutput) => void): void;
232
-
233
- listStreamProcessors(args: ListStreamProcessorsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamProcessorsCommandOutput>;
234
- listStreamProcessors(args: ListStreamProcessorsCommandInput, cb: (err: any, data?: ListStreamProcessorsCommandOutput) => void): void;
235
- listStreamProcessors(args: ListStreamProcessorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamProcessorsCommandOutput) => void): void;
236
-
237
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
238
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
239
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
240
-
241
- putProjectPolicy(args: PutProjectPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutProjectPolicyCommandOutput>;
242
- putProjectPolicy(args: PutProjectPolicyCommandInput, cb: (err: any, data?: PutProjectPolicyCommandOutput) => void): void;
243
- putProjectPolicy(args: PutProjectPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutProjectPolicyCommandOutput) => void): void;
244
-
245
- recognizeCelebrities(args: RecognizeCelebritiesCommandInput, options?: __HttpHandlerOptions): Promise<RecognizeCelebritiesCommandOutput>;
246
- recognizeCelebrities(args: RecognizeCelebritiesCommandInput, cb: (err: any, data?: RecognizeCelebritiesCommandOutput) => void): void;
247
- recognizeCelebrities(args: RecognizeCelebritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RecognizeCelebritiesCommandOutput) => void): void;
248
-
249
- searchFaces(args: SearchFacesCommandInput, options?: __HttpHandlerOptions): Promise<SearchFacesCommandOutput>;
250
- searchFaces(args: SearchFacesCommandInput, cb: (err: any, data?: SearchFacesCommandOutput) => void): void;
251
- searchFaces(args: SearchFacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFacesCommandOutput) => void): void;
252
-
253
- searchFacesByImage(args: SearchFacesByImageCommandInput, options?: __HttpHandlerOptions): Promise<SearchFacesByImageCommandOutput>;
254
- searchFacesByImage(args: SearchFacesByImageCommandInput, cb: (err: any, data?: SearchFacesByImageCommandOutput) => void): void;
255
- searchFacesByImage(args: SearchFacesByImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFacesByImageCommandOutput) => void): void;
256
-
257
- startCelebrityRecognition(args: StartCelebrityRecognitionCommandInput, options?: __HttpHandlerOptions): Promise<StartCelebrityRecognitionCommandOutput>;
258
- startCelebrityRecognition(args: StartCelebrityRecognitionCommandInput, cb: (err: any, data?: StartCelebrityRecognitionCommandOutput) => void): void;
259
- startCelebrityRecognition(args: StartCelebrityRecognitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCelebrityRecognitionCommandOutput) => void): void;
260
-
261
- startContentModeration(args: StartContentModerationCommandInput, options?: __HttpHandlerOptions): Promise<StartContentModerationCommandOutput>;
262
- startContentModeration(args: StartContentModerationCommandInput, cb: (err: any, data?: StartContentModerationCommandOutput) => void): void;
263
- startContentModeration(args: StartContentModerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContentModerationCommandOutput) => void): void;
264
-
265
- startFaceDetection(args: StartFaceDetectionCommandInput, options?: __HttpHandlerOptions): Promise<StartFaceDetectionCommandOutput>;
266
- startFaceDetection(args: StartFaceDetectionCommandInput, cb: (err: any, data?: StartFaceDetectionCommandOutput) => void): void;
267
- startFaceDetection(args: StartFaceDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFaceDetectionCommandOutput) => void): void;
268
-
269
- startFaceSearch(args: StartFaceSearchCommandInput, options?: __HttpHandlerOptions): Promise<StartFaceSearchCommandOutput>;
270
- startFaceSearch(args: StartFaceSearchCommandInput, cb: (err: any, data?: StartFaceSearchCommandOutput) => void): void;
271
- startFaceSearch(args: StartFaceSearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFaceSearchCommandOutput) => void): void;
272
-
273
- startLabelDetection(args: StartLabelDetectionCommandInput, options?: __HttpHandlerOptions): Promise<StartLabelDetectionCommandOutput>;
274
- startLabelDetection(args: StartLabelDetectionCommandInput, cb: (err: any, data?: StartLabelDetectionCommandOutput) => void): void;
275
- startLabelDetection(args: StartLabelDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartLabelDetectionCommandOutput) => void): void;
276
-
277
- startPersonTracking(args: StartPersonTrackingCommandInput, options?: __HttpHandlerOptions): Promise<StartPersonTrackingCommandOutput>;
278
- startPersonTracking(args: StartPersonTrackingCommandInput, cb: (err: any, data?: StartPersonTrackingCommandOutput) => void): void;
279
- startPersonTracking(args: StartPersonTrackingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPersonTrackingCommandOutput) => void): void;
280
-
281
- startProjectVersion(args: StartProjectVersionCommandInput, options?: __HttpHandlerOptions): Promise<StartProjectVersionCommandOutput>;
282
- startProjectVersion(args: StartProjectVersionCommandInput, cb: (err: any, data?: StartProjectVersionCommandOutput) => void): void;
283
- startProjectVersion(args: StartProjectVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartProjectVersionCommandOutput) => void): void;
284
-
285
- startSegmentDetection(args: StartSegmentDetectionCommandInput, options?: __HttpHandlerOptions): Promise<StartSegmentDetectionCommandOutput>;
286
- startSegmentDetection(args: StartSegmentDetectionCommandInput, cb: (err: any, data?: StartSegmentDetectionCommandOutput) => void): void;
287
- startSegmentDetection(args: StartSegmentDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSegmentDetectionCommandOutput) => void): void;
288
-
289
- startStreamProcessor(args: StartStreamProcessorCommandInput, options?: __HttpHandlerOptions): Promise<StartStreamProcessorCommandOutput>;
290
- startStreamProcessor(args: StartStreamProcessorCommandInput, cb: (err: any, data?: StartStreamProcessorCommandOutput) => void): void;
291
- startStreamProcessor(args: StartStreamProcessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartStreamProcessorCommandOutput) => void): void;
292
-
293
- startTextDetection(args: StartTextDetectionCommandInput, options?: __HttpHandlerOptions): Promise<StartTextDetectionCommandOutput>;
294
- startTextDetection(args: StartTextDetectionCommandInput, cb: (err: any, data?: StartTextDetectionCommandOutput) => void): void;
295
- startTextDetection(args: StartTextDetectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTextDetectionCommandOutput) => void): void;
296
-
297
- stopProjectVersion(args: StopProjectVersionCommandInput, options?: __HttpHandlerOptions): Promise<StopProjectVersionCommandOutput>;
298
- stopProjectVersion(args: StopProjectVersionCommandInput, cb: (err: any, data?: StopProjectVersionCommandOutput) => void): void;
299
- stopProjectVersion(args: StopProjectVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopProjectVersionCommandOutput) => void): void;
300
-
301
- stopStreamProcessor(args: StopStreamProcessorCommandInput, options?: __HttpHandlerOptions): Promise<StopStreamProcessorCommandOutput>;
302
- stopStreamProcessor(args: StopStreamProcessorCommandInput, cb: (err: any, data?: StopStreamProcessorCommandOutput) => void): void;
303
- stopStreamProcessor(args: StopStreamProcessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopStreamProcessorCommandOutput) => void): void;
304
-
305
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
306
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
307
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
308
-
309
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
310
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
311
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
312
-
313
- updateDatasetEntries(args: UpdateDatasetEntriesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatasetEntriesCommandOutput>;
314
- updateDatasetEntries(args: UpdateDatasetEntriesCommandInput, cb: (err: any, data?: UpdateDatasetEntriesCommandOutput) => void): void;
315
- updateDatasetEntries(args: UpdateDatasetEntriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatasetEntriesCommandOutput) => void): void;
316
-
317
- updateStreamProcessor(args: UpdateStreamProcessorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamProcessorCommandOutput>;
318
- updateStreamProcessor(args: UpdateStreamProcessorCommandInput, cb: (err: any, data?: UpdateStreamProcessorCommandOutput) => void): void;
319
- updateStreamProcessor(args: UpdateStreamProcessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamProcessorCommandOutput) => void): void;
320
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CompareFacesCommandInput,
4
+ CompareFacesCommandOutput,
5
+ } from "./commands/CompareFacesCommand";
6
+ import {
7
+ CopyProjectVersionCommandInput,
8
+ CopyProjectVersionCommandOutput,
9
+ } from "./commands/CopyProjectVersionCommand";
10
+ import {
11
+ CreateCollectionCommandInput,
12
+ CreateCollectionCommandOutput,
13
+ } from "./commands/CreateCollectionCommand";
14
+ import {
15
+ CreateDatasetCommandInput,
16
+ CreateDatasetCommandOutput,
17
+ } from "./commands/CreateDatasetCommand";
18
+ import {
19
+ CreateProjectCommandInput,
20
+ CreateProjectCommandOutput,
21
+ } from "./commands/CreateProjectCommand";
22
+ import {
23
+ CreateProjectVersionCommandInput,
24
+ CreateProjectVersionCommandOutput,
25
+ } from "./commands/CreateProjectVersionCommand";
26
+ import {
27
+ CreateStreamProcessorCommandInput,
28
+ CreateStreamProcessorCommandOutput,
29
+ } from "./commands/CreateStreamProcessorCommand";
30
+ import {
31
+ DeleteCollectionCommandInput,
32
+ DeleteCollectionCommandOutput,
33
+ } from "./commands/DeleteCollectionCommand";
34
+ import {
35
+ DeleteDatasetCommandInput,
36
+ DeleteDatasetCommandOutput,
37
+ } from "./commands/DeleteDatasetCommand";
38
+ import {
39
+ DeleteFacesCommandInput,
40
+ DeleteFacesCommandOutput,
41
+ } from "./commands/DeleteFacesCommand";
42
+ import {
43
+ DeleteProjectCommandInput,
44
+ DeleteProjectCommandOutput,
45
+ } from "./commands/DeleteProjectCommand";
46
+ import {
47
+ DeleteProjectPolicyCommandInput,
48
+ DeleteProjectPolicyCommandOutput,
49
+ } from "./commands/DeleteProjectPolicyCommand";
50
+ import {
51
+ DeleteProjectVersionCommandInput,
52
+ DeleteProjectVersionCommandOutput,
53
+ } from "./commands/DeleteProjectVersionCommand";
54
+ import {
55
+ DeleteStreamProcessorCommandInput,
56
+ DeleteStreamProcessorCommandOutput,
57
+ } from "./commands/DeleteStreamProcessorCommand";
58
+ import {
59
+ DescribeCollectionCommandInput,
60
+ DescribeCollectionCommandOutput,
61
+ } from "./commands/DescribeCollectionCommand";
62
+ import {
63
+ DescribeDatasetCommandInput,
64
+ DescribeDatasetCommandOutput,
65
+ } from "./commands/DescribeDatasetCommand";
66
+ import {
67
+ DescribeProjectsCommandInput,
68
+ DescribeProjectsCommandOutput,
69
+ } from "./commands/DescribeProjectsCommand";
70
+ import {
71
+ DescribeProjectVersionsCommandInput,
72
+ DescribeProjectVersionsCommandOutput,
73
+ } from "./commands/DescribeProjectVersionsCommand";
74
+ import {
75
+ DescribeStreamProcessorCommandInput,
76
+ DescribeStreamProcessorCommandOutput,
77
+ } from "./commands/DescribeStreamProcessorCommand";
78
+ import {
79
+ DetectCustomLabelsCommandInput,
80
+ DetectCustomLabelsCommandOutput,
81
+ } from "./commands/DetectCustomLabelsCommand";
82
+ import {
83
+ DetectFacesCommandInput,
84
+ DetectFacesCommandOutput,
85
+ } from "./commands/DetectFacesCommand";
86
+ import {
87
+ DetectLabelsCommandInput,
88
+ DetectLabelsCommandOutput,
89
+ } from "./commands/DetectLabelsCommand";
90
+ import {
91
+ DetectModerationLabelsCommandInput,
92
+ DetectModerationLabelsCommandOutput,
93
+ } from "./commands/DetectModerationLabelsCommand";
94
+ import {
95
+ DetectProtectiveEquipmentCommandInput,
96
+ DetectProtectiveEquipmentCommandOutput,
97
+ } from "./commands/DetectProtectiveEquipmentCommand";
98
+ import {
99
+ DetectTextCommandInput,
100
+ DetectTextCommandOutput,
101
+ } from "./commands/DetectTextCommand";
102
+ import {
103
+ DistributeDatasetEntriesCommandInput,
104
+ DistributeDatasetEntriesCommandOutput,
105
+ } from "./commands/DistributeDatasetEntriesCommand";
106
+ import {
107
+ GetCelebrityInfoCommandInput,
108
+ GetCelebrityInfoCommandOutput,
109
+ } from "./commands/GetCelebrityInfoCommand";
110
+ import {
111
+ GetCelebrityRecognitionCommandInput,
112
+ GetCelebrityRecognitionCommandOutput,
113
+ } from "./commands/GetCelebrityRecognitionCommand";
114
+ import {
115
+ GetContentModerationCommandInput,
116
+ GetContentModerationCommandOutput,
117
+ } from "./commands/GetContentModerationCommand";
118
+ import {
119
+ GetFaceDetectionCommandInput,
120
+ GetFaceDetectionCommandOutput,
121
+ } from "./commands/GetFaceDetectionCommand";
122
+ import {
123
+ GetFaceSearchCommandInput,
124
+ GetFaceSearchCommandOutput,
125
+ } from "./commands/GetFaceSearchCommand";
126
+ import {
127
+ GetLabelDetectionCommandInput,
128
+ GetLabelDetectionCommandOutput,
129
+ } from "./commands/GetLabelDetectionCommand";
130
+ import {
131
+ GetPersonTrackingCommandInput,
132
+ GetPersonTrackingCommandOutput,
133
+ } from "./commands/GetPersonTrackingCommand";
134
+ import {
135
+ GetSegmentDetectionCommandInput,
136
+ GetSegmentDetectionCommandOutput,
137
+ } from "./commands/GetSegmentDetectionCommand";
138
+ import {
139
+ GetTextDetectionCommandInput,
140
+ GetTextDetectionCommandOutput,
141
+ } from "./commands/GetTextDetectionCommand";
142
+ import {
143
+ IndexFacesCommandInput,
144
+ IndexFacesCommandOutput,
145
+ } from "./commands/IndexFacesCommand";
146
+ import {
147
+ ListCollectionsCommandInput,
148
+ ListCollectionsCommandOutput,
149
+ } from "./commands/ListCollectionsCommand";
150
+ import {
151
+ ListDatasetEntriesCommandInput,
152
+ ListDatasetEntriesCommandOutput,
153
+ } from "./commands/ListDatasetEntriesCommand";
154
+ import {
155
+ ListDatasetLabelsCommandInput,
156
+ ListDatasetLabelsCommandOutput,
157
+ } from "./commands/ListDatasetLabelsCommand";
158
+ import {
159
+ ListFacesCommandInput,
160
+ ListFacesCommandOutput,
161
+ } from "./commands/ListFacesCommand";
162
+ import {
163
+ ListProjectPoliciesCommandInput,
164
+ ListProjectPoliciesCommandOutput,
165
+ } from "./commands/ListProjectPoliciesCommand";
166
+ import {
167
+ ListStreamProcessorsCommandInput,
168
+ ListStreamProcessorsCommandOutput,
169
+ } from "./commands/ListStreamProcessorsCommand";
170
+ import {
171
+ ListTagsForResourceCommandInput,
172
+ ListTagsForResourceCommandOutput,
173
+ } from "./commands/ListTagsForResourceCommand";
174
+ import {
175
+ PutProjectPolicyCommandInput,
176
+ PutProjectPolicyCommandOutput,
177
+ } from "./commands/PutProjectPolicyCommand";
178
+ import {
179
+ RecognizeCelebritiesCommandInput,
180
+ RecognizeCelebritiesCommandOutput,
181
+ } from "./commands/RecognizeCelebritiesCommand";
182
+ import {
183
+ SearchFacesByImageCommandInput,
184
+ SearchFacesByImageCommandOutput,
185
+ } from "./commands/SearchFacesByImageCommand";
186
+ import {
187
+ SearchFacesCommandInput,
188
+ SearchFacesCommandOutput,
189
+ } from "./commands/SearchFacesCommand";
190
+ import {
191
+ StartCelebrityRecognitionCommandInput,
192
+ StartCelebrityRecognitionCommandOutput,
193
+ } from "./commands/StartCelebrityRecognitionCommand";
194
+ import {
195
+ StartContentModerationCommandInput,
196
+ StartContentModerationCommandOutput,
197
+ } from "./commands/StartContentModerationCommand";
198
+ import {
199
+ StartFaceDetectionCommandInput,
200
+ StartFaceDetectionCommandOutput,
201
+ } from "./commands/StartFaceDetectionCommand";
202
+ import {
203
+ StartFaceSearchCommandInput,
204
+ StartFaceSearchCommandOutput,
205
+ } from "./commands/StartFaceSearchCommand";
206
+ import {
207
+ StartLabelDetectionCommandInput,
208
+ StartLabelDetectionCommandOutput,
209
+ } from "./commands/StartLabelDetectionCommand";
210
+ import {
211
+ StartPersonTrackingCommandInput,
212
+ StartPersonTrackingCommandOutput,
213
+ } from "./commands/StartPersonTrackingCommand";
214
+ import {
215
+ StartProjectVersionCommandInput,
216
+ StartProjectVersionCommandOutput,
217
+ } from "./commands/StartProjectVersionCommand";
218
+ import {
219
+ StartSegmentDetectionCommandInput,
220
+ StartSegmentDetectionCommandOutput,
221
+ } from "./commands/StartSegmentDetectionCommand";
222
+ import {
223
+ StartStreamProcessorCommandInput,
224
+ StartStreamProcessorCommandOutput,
225
+ } from "./commands/StartStreamProcessorCommand";
226
+ import {
227
+ StartTextDetectionCommandInput,
228
+ StartTextDetectionCommandOutput,
229
+ } from "./commands/StartTextDetectionCommand";
230
+ import {
231
+ StopProjectVersionCommandInput,
232
+ StopProjectVersionCommandOutput,
233
+ } from "./commands/StopProjectVersionCommand";
234
+ import {
235
+ StopStreamProcessorCommandInput,
236
+ StopStreamProcessorCommandOutput,
237
+ } from "./commands/StopStreamProcessorCommand";
238
+ import {
239
+ TagResourceCommandInput,
240
+ TagResourceCommandOutput,
241
+ } from "./commands/TagResourceCommand";
242
+ import {
243
+ UntagResourceCommandInput,
244
+ UntagResourceCommandOutput,
245
+ } from "./commands/UntagResourceCommand";
246
+ import {
247
+ UpdateDatasetEntriesCommandInput,
248
+ UpdateDatasetEntriesCommandOutput,
249
+ } from "./commands/UpdateDatasetEntriesCommand";
250
+ import {
251
+ UpdateStreamProcessorCommandInput,
252
+ UpdateStreamProcessorCommandOutput,
253
+ } from "./commands/UpdateStreamProcessorCommand";
254
+ import { RekognitionClient } from "./RekognitionClient";
255
+ export declare class Rekognition extends RekognitionClient {
256
+ compareFaces(
257
+ args: CompareFacesCommandInput,
258
+ options?: __HttpHandlerOptions
259
+ ): Promise<CompareFacesCommandOutput>;
260
+ compareFaces(
261
+ args: CompareFacesCommandInput,
262
+ cb: (err: any, data?: CompareFacesCommandOutput) => void
263
+ ): void;
264
+ compareFaces(
265
+ args: CompareFacesCommandInput,
266
+ options: __HttpHandlerOptions,
267
+ cb: (err: any, data?: CompareFacesCommandOutput) => void
268
+ ): void;
269
+ copyProjectVersion(
270
+ args: CopyProjectVersionCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<CopyProjectVersionCommandOutput>;
273
+ copyProjectVersion(
274
+ args: CopyProjectVersionCommandInput,
275
+ cb: (err: any, data?: CopyProjectVersionCommandOutput) => void
276
+ ): void;
277
+ copyProjectVersion(
278
+ args: CopyProjectVersionCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: CopyProjectVersionCommandOutput) => void
281
+ ): void;
282
+ createCollection(
283
+ args: CreateCollectionCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<CreateCollectionCommandOutput>;
286
+ createCollection(
287
+ args: CreateCollectionCommandInput,
288
+ cb: (err: any, data?: CreateCollectionCommandOutput) => void
289
+ ): void;
290
+ createCollection(
291
+ args: CreateCollectionCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: CreateCollectionCommandOutput) => void
294
+ ): void;
295
+ createDataset(
296
+ args: CreateDatasetCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<CreateDatasetCommandOutput>;
299
+ createDataset(
300
+ args: CreateDatasetCommandInput,
301
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void
302
+ ): void;
303
+ createDataset(
304
+ args: CreateDatasetCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void
307
+ ): void;
308
+ createProject(
309
+ args: CreateProjectCommandInput,
310
+ options?: __HttpHandlerOptions
311
+ ): Promise<CreateProjectCommandOutput>;
312
+ createProject(
313
+ args: CreateProjectCommandInput,
314
+ cb: (err: any, data?: CreateProjectCommandOutput) => void
315
+ ): void;
316
+ createProject(
317
+ args: CreateProjectCommandInput,
318
+ options: __HttpHandlerOptions,
319
+ cb: (err: any, data?: CreateProjectCommandOutput) => void
320
+ ): void;
321
+ createProjectVersion(
322
+ args: CreateProjectVersionCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<CreateProjectVersionCommandOutput>;
325
+ createProjectVersion(
326
+ args: CreateProjectVersionCommandInput,
327
+ cb: (err: any, data?: CreateProjectVersionCommandOutput) => void
328
+ ): void;
329
+ createProjectVersion(
330
+ args: CreateProjectVersionCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: CreateProjectVersionCommandOutput) => void
333
+ ): void;
334
+ createStreamProcessor(
335
+ args: CreateStreamProcessorCommandInput,
336
+ options?: __HttpHandlerOptions
337
+ ): Promise<CreateStreamProcessorCommandOutput>;
338
+ createStreamProcessor(
339
+ args: CreateStreamProcessorCommandInput,
340
+ cb: (err: any, data?: CreateStreamProcessorCommandOutput) => void
341
+ ): void;
342
+ createStreamProcessor(
343
+ args: CreateStreamProcessorCommandInput,
344
+ options: __HttpHandlerOptions,
345
+ cb: (err: any, data?: CreateStreamProcessorCommandOutput) => void
346
+ ): void;
347
+ deleteCollection(
348
+ args: DeleteCollectionCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<DeleteCollectionCommandOutput>;
351
+ deleteCollection(
352
+ args: DeleteCollectionCommandInput,
353
+ cb: (err: any, data?: DeleteCollectionCommandOutput) => void
354
+ ): void;
355
+ deleteCollection(
356
+ args: DeleteCollectionCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: DeleteCollectionCommandOutput) => void
359
+ ): void;
360
+ deleteDataset(
361
+ args: DeleteDatasetCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<DeleteDatasetCommandOutput>;
364
+ deleteDataset(
365
+ args: DeleteDatasetCommandInput,
366
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void
367
+ ): void;
368
+ deleteDataset(
369
+ args: DeleteDatasetCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void
372
+ ): void;
373
+ deleteFaces(
374
+ args: DeleteFacesCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<DeleteFacesCommandOutput>;
377
+ deleteFaces(
378
+ args: DeleteFacesCommandInput,
379
+ cb: (err: any, data?: DeleteFacesCommandOutput) => void
380
+ ): void;
381
+ deleteFaces(
382
+ args: DeleteFacesCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: DeleteFacesCommandOutput) => void
385
+ ): void;
386
+ deleteProject(
387
+ args: DeleteProjectCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<DeleteProjectCommandOutput>;
390
+ deleteProject(
391
+ args: DeleteProjectCommandInput,
392
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void
393
+ ): void;
394
+ deleteProject(
395
+ args: DeleteProjectCommandInput,
396
+ options: __HttpHandlerOptions,
397
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void
398
+ ): void;
399
+ deleteProjectPolicy(
400
+ args: DeleteProjectPolicyCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<DeleteProjectPolicyCommandOutput>;
403
+ deleteProjectPolicy(
404
+ args: DeleteProjectPolicyCommandInput,
405
+ cb: (err: any, data?: DeleteProjectPolicyCommandOutput) => void
406
+ ): void;
407
+ deleteProjectPolicy(
408
+ args: DeleteProjectPolicyCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: DeleteProjectPolicyCommandOutput) => void
411
+ ): void;
412
+ deleteProjectVersion(
413
+ args: DeleteProjectVersionCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<DeleteProjectVersionCommandOutput>;
416
+ deleteProjectVersion(
417
+ args: DeleteProjectVersionCommandInput,
418
+ cb: (err: any, data?: DeleteProjectVersionCommandOutput) => void
419
+ ): void;
420
+ deleteProjectVersion(
421
+ args: DeleteProjectVersionCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: DeleteProjectVersionCommandOutput) => void
424
+ ): void;
425
+ deleteStreamProcessor(
426
+ args: DeleteStreamProcessorCommandInput,
427
+ options?: __HttpHandlerOptions
428
+ ): Promise<DeleteStreamProcessorCommandOutput>;
429
+ deleteStreamProcessor(
430
+ args: DeleteStreamProcessorCommandInput,
431
+ cb: (err: any, data?: DeleteStreamProcessorCommandOutput) => void
432
+ ): void;
433
+ deleteStreamProcessor(
434
+ args: DeleteStreamProcessorCommandInput,
435
+ options: __HttpHandlerOptions,
436
+ cb: (err: any, data?: DeleteStreamProcessorCommandOutput) => void
437
+ ): void;
438
+ describeCollection(
439
+ args: DescribeCollectionCommandInput,
440
+ options?: __HttpHandlerOptions
441
+ ): Promise<DescribeCollectionCommandOutput>;
442
+ describeCollection(
443
+ args: DescribeCollectionCommandInput,
444
+ cb: (err: any, data?: DescribeCollectionCommandOutput) => void
445
+ ): void;
446
+ describeCollection(
447
+ args: DescribeCollectionCommandInput,
448
+ options: __HttpHandlerOptions,
449
+ cb: (err: any, data?: DescribeCollectionCommandOutput) => void
450
+ ): void;
451
+ describeDataset(
452
+ args: DescribeDatasetCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<DescribeDatasetCommandOutput>;
455
+ describeDataset(
456
+ args: DescribeDatasetCommandInput,
457
+ cb: (err: any, data?: DescribeDatasetCommandOutput) => void
458
+ ): void;
459
+ describeDataset(
460
+ args: DescribeDatasetCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: DescribeDatasetCommandOutput) => void
463
+ ): void;
464
+ describeProjects(
465
+ args: DescribeProjectsCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<DescribeProjectsCommandOutput>;
468
+ describeProjects(
469
+ args: DescribeProjectsCommandInput,
470
+ cb: (err: any, data?: DescribeProjectsCommandOutput) => void
471
+ ): void;
472
+ describeProjects(
473
+ args: DescribeProjectsCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (err: any, data?: DescribeProjectsCommandOutput) => void
476
+ ): void;
477
+ describeProjectVersions(
478
+ args: DescribeProjectVersionsCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<DescribeProjectVersionsCommandOutput>;
481
+ describeProjectVersions(
482
+ args: DescribeProjectVersionsCommandInput,
483
+ cb: (err: any, data?: DescribeProjectVersionsCommandOutput) => void
484
+ ): void;
485
+ describeProjectVersions(
486
+ args: DescribeProjectVersionsCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: DescribeProjectVersionsCommandOutput) => void
489
+ ): void;
490
+ describeStreamProcessor(
491
+ args: DescribeStreamProcessorCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<DescribeStreamProcessorCommandOutput>;
494
+ describeStreamProcessor(
495
+ args: DescribeStreamProcessorCommandInput,
496
+ cb: (err: any, data?: DescribeStreamProcessorCommandOutput) => void
497
+ ): void;
498
+ describeStreamProcessor(
499
+ args: DescribeStreamProcessorCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: DescribeStreamProcessorCommandOutput) => void
502
+ ): void;
503
+ detectCustomLabels(
504
+ args: DetectCustomLabelsCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DetectCustomLabelsCommandOutput>;
507
+ detectCustomLabels(
508
+ args: DetectCustomLabelsCommandInput,
509
+ cb: (err: any, data?: DetectCustomLabelsCommandOutput) => void
510
+ ): void;
511
+ detectCustomLabels(
512
+ args: DetectCustomLabelsCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DetectCustomLabelsCommandOutput) => void
515
+ ): void;
516
+ detectFaces(
517
+ args: DetectFacesCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<DetectFacesCommandOutput>;
520
+ detectFaces(
521
+ args: DetectFacesCommandInput,
522
+ cb: (err: any, data?: DetectFacesCommandOutput) => void
523
+ ): void;
524
+ detectFaces(
525
+ args: DetectFacesCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: DetectFacesCommandOutput) => void
528
+ ): void;
529
+ detectLabels(
530
+ args: DetectLabelsCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<DetectLabelsCommandOutput>;
533
+ detectLabels(
534
+ args: DetectLabelsCommandInput,
535
+ cb: (err: any, data?: DetectLabelsCommandOutput) => void
536
+ ): void;
537
+ detectLabels(
538
+ args: DetectLabelsCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: DetectLabelsCommandOutput) => void
541
+ ): void;
542
+ detectModerationLabels(
543
+ args: DetectModerationLabelsCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<DetectModerationLabelsCommandOutput>;
546
+ detectModerationLabels(
547
+ args: DetectModerationLabelsCommandInput,
548
+ cb: (err: any, data?: DetectModerationLabelsCommandOutput) => void
549
+ ): void;
550
+ detectModerationLabels(
551
+ args: DetectModerationLabelsCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: DetectModerationLabelsCommandOutput) => void
554
+ ): void;
555
+ detectProtectiveEquipment(
556
+ args: DetectProtectiveEquipmentCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<DetectProtectiveEquipmentCommandOutput>;
559
+ detectProtectiveEquipment(
560
+ args: DetectProtectiveEquipmentCommandInput,
561
+ cb: (err: any, data?: DetectProtectiveEquipmentCommandOutput) => void
562
+ ): void;
563
+ detectProtectiveEquipment(
564
+ args: DetectProtectiveEquipmentCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: DetectProtectiveEquipmentCommandOutput) => void
567
+ ): void;
568
+ detectText(
569
+ args: DetectTextCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<DetectTextCommandOutput>;
572
+ detectText(
573
+ args: DetectTextCommandInput,
574
+ cb: (err: any, data?: DetectTextCommandOutput) => void
575
+ ): void;
576
+ detectText(
577
+ args: DetectTextCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: DetectTextCommandOutput) => void
580
+ ): void;
581
+ distributeDatasetEntries(
582
+ args: DistributeDatasetEntriesCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<DistributeDatasetEntriesCommandOutput>;
585
+ distributeDatasetEntries(
586
+ args: DistributeDatasetEntriesCommandInput,
587
+ cb: (err: any, data?: DistributeDatasetEntriesCommandOutput) => void
588
+ ): void;
589
+ distributeDatasetEntries(
590
+ args: DistributeDatasetEntriesCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: DistributeDatasetEntriesCommandOutput) => void
593
+ ): void;
594
+ getCelebrityInfo(
595
+ args: GetCelebrityInfoCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<GetCelebrityInfoCommandOutput>;
598
+ getCelebrityInfo(
599
+ args: GetCelebrityInfoCommandInput,
600
+ cb: (err: any, data?: GetCelebrityInfoCommandOutput) => void
601
+ ): void;
602
+ getCelebrityInfo(
603
+ args: GetCelebrityInfoCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: GetCelebrityInfoCommandOutput) => void
606
+ ): void;
607
+ getCelebrityRecognition(
608
+ args: GetCelebrityRecognitionCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<GetCelebrityRecognitionCommandOutput>;
611
+ getCelebrityRecognition(
612
+ args: GetCelebrityRecognitionCommandInput,
613
+ cb: (err: any, data?: GetCelebrityRecognitionCommandOutput) => void
614
+ ): void;
615
+ getCelebrityRecognition(
616
+ args: GetCelebrityRecognitionCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: GetCelebrityRecognitionCommandOutput) => void
619
+ ): void;
620
+ getContentModeration(
621
+ args: GetContentModerationCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<GetContentModerationCommandOutput>;
624
+ getContentModeration(
625
+ args: GetContentModerationCommandInput,
626
+ cb: (err: any, data?: GetContentModerationCommandOutput) => void
627
+ ): void;
628
+ getContentModeration(
629
+ args: GetContentModerationCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: GetContentModerationCommandOutput) => void
632
+ ): void;
633
+ getFaceDetection(
634
+ args: GetFaceDetectionCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<GetFaceDetectionCommandOutput>;
637
+ getFaceDetection(
638
+ args: GetFaceDetectionCommandInput,
639
+ cb: (err: any, data?: GetFaceDetectionCommandOutput) => void
640
+ ): void;
641
+ getFaceDetection(
642
+ args: GetFaceDetectionCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: GetFaceDetectionCommandOutput) => void
645
+ ): void;
646
+ getFaceSearch(
647
+ args: GetFaceSearchCommandInput,
648
+ options?: __HttpHandlerOptions
649
+ ): Promise<GetFaceSearchCommandOutput>;
650
+ getFaceSearch(
651
+ args: GetFaceSearchCommandInput,
652
+ cb: (err: any, data?: GetFaceSearchCommandOutput) => void
653
+ ): void;
654
+ getFaceSearch(
655
+ args: GetFaceSearchCommandInput,
656
+ options: __HttpHandlerOptions,
657
+ cb: (err: any, data?: GetFaceSearchCommandOutput) => void
658
+ ): void;
659
+ getLabelDetection(
660
+ args: GetLabelDetectionCommandInput,
661
+ options?: __HttpHandlerOptions
662
+ ): Promise<GetLabelDetectionCommandOutput>;
663
+ getLabelDetection(
664
+ args: GetLabelDetectionCommandInput,
665
+ cb: (err: any, data?: GetLabelDetectionCommandOutput) => void
666
+ ): void;
667
+ getLabelDetection(
668
+ args: GetLabelDetectionCommandInput,
669
+ options: __HttpHandlerOptions,
670
+ cb: (err: any, data?: GetLabelDetectionCommandOutput) => void
671
+ ): void;
672
+ getPersonTracking(
673
+ args: GetPersonTrackingCommandInput,
674
+ options?: __HttpHandlerOptions
675
+ ): Promise<GetPersonTrackingCommandOutput>;
676
+ getPersonTracking(
677
+ args: GetPersonTrackingCommandInput,
678
+ cb: (err: any, data?: GetPersonTrackingCommandOutput) => void
679
+ ): void;
680
+ getPersonTracking(
681
+ args: GetPersonTrackingCommandInput,
682
+ options: __HttpHandlerOptions,
683
+ cb: (err: any, data?: GetPersonTrackingCommandOutput) => void
684
+ ): void;
685
+ getSegmentDetection(
686
+ args: GetSegmentDetectionCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<GetSegmentDetectionCommandOutput>;
689
+ getSegmentDetection(
690
+ args: GetSegmentDetectionCommandInput,
691
+ cb: (err: any, data?: GetSegmentDetectionCommandOutput) => void
692
+ ): void;
693
+ getSegmentDetection(
694
+ args: GetSegmentDetectionCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: GetSegmentDetectionCommandOutput) => void
697
+ ): void;
698
+ getTextDetection(
699
+ args: GetTextDetectionCommandInput,
700
+ options?: __HttpHandlerOptions
701
+ ): Promise<GetTextDetectionCommandOutput>;
702
+ getTextDetection(
703
+ args: GetTextDetectionCommandInput,
704
+ cb: (err: any, data?: GetTextDetectionCommandOutput) => void
705
+ ): void;
706
+ getTextDetection(
707
+ args: GetTextDetectionCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (err: any, data?: GetTextDetectionCommandOutput) => void
710
+ ): void;
711
+ indexFaces(
712
+ args: IndexFacesCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<IndexFacesCommandOutput>;
715
+ indexFaces(
716
+ args: IndexFacesCommandInput,
717
+ cb: (err: any, data?: IndexFacesCommandOutput) => void
718
+ ): void;
719
+ indexFaces(
720
+ args: IndexFacesCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: IndexFacesCommandOutput) => void
723
+ ): void;
724
+ listCollections(
725
+ args: ListCollectionsCommandInput,
726
+ options?: __HttpHandlerOptions
727
+ ): Promise<ListCollectionsCommandOutput>;
728
+ listCollections(
729
+ args: ListCollectionsCommandInput,
730
+ cb: (err: any, data?: ListCollectionsCommandOutput) => void
731
+ ): void;
732
+ listCollections(
733
+ args: ListCollectionsCommandInput,
734
+ options: __HttpHandlerOptions,
735
+ cb: (err: any, data?: ListCollectionsCommandOutput) => void
736
+ ): void;
737
+ listDatasetEntries(
738
+ args: ListDatasetEntriesCommandInput,
739
+ options?: __HttpHandlerOptions
740
+ ): Promise<ListDatasetEntriesCommandOutput>;
741
+ listDatasetEntries(
742
+ args: ListDatasetEntriesCommandInput,
743
+ cb: (err: any, data?: ListDatasetEntriesCommandOutput) => void
744
+ ): void;
745
+ listDatasetEntries(
746
+ args: ListDatasetEntriesCommandInput,
747
+ options: __HttpHandlerOptions,
748
+ cb: (err: any, data?: ListDatasetEntriesCommandOutput) => void
749
+ ): void;
750
+ listDatasetLabels(
751
+ args: ListDatasetLabelsCommandInput,
752
+ options?: __HttpHandlerOptions
753
+ ): Promise<ListDatasetLabelsCommandOutput>;
754
+ listDatasetLabels(
755
+ args: ListDatasetLabelsCommandInput,
756
+ cb: (err: any, data?: ListDatasetLabelsCommandOutput) => void
757
+ ): void;
758
+ listDatasetLabels(
759
+ args: ListDatasetLabelsCommandInput,
760
+ options: __HttpHandlerOptions,
761
+ cb: (err: any, data?: ListDatasetLabelsCommandOutput) => void
762
+ ): void;
763
+ listFaces(
764
+ args: ListFacesCommandInput,
765
+ options?: __HttpHandlerOptions
766
+ ): Promise<ListFacesCommandOutput>;
767
+ listFaces(
768
+ args: ListFacesCommandInput,
769
+ cb: (err: any, data?: ListFacesCommandOutput) => void
770
+ ): void;
771
+ listFaces(
772
+ args: ListFacesCommandInput,
773
+ options: __HttpHandlerOptions,
774
+ cb: (err: any, data?: ListFacesCommandOutput) => void
775
+ ): void;
776
+ listProjectPolicies(
777
+ args: ListProjectPoliciesCommandInput,
778
+ options?: __HttpHandlerOptions
779
+ ): Promise<ListProjectPoliciesCommandOutput>;
780
+ listProjectPolicies(
781
+ args: ListProjectPoliciesCommandInput,
782
+ cb: (err: any, data?: ListProjectPoliciesCommandOutput) => void
783
+ ): void;
784
+ listProjectPolicies(
785
+ args: ListProjectPoliciesCommandInput,
786
+ options: __HttpHandlerOptions,
787
+ cb: (err: any, data?: ListProjectPoliciesCommandOutput) => void
788
+ ): void;
789
+ listStreamProcessors(
790
+ args: ListStreamProcessorsCommandInput,
791
+ options?: __HttpHandlerOptions
792
+ ): Promise<ListStreamProcessorsCommandOutput>;
793
+ listStreamProcessors(
794
+ args: ListStreamProcessorsCommandInput,
795
+ cb: (err: any, data?: ListStreamProcessorsCommandOutput) => void
796
+ ): void;
797
+ listStreamProcessors(
798
+ args: ListStreamProcessorsCommandInput,
799
+ options: __HttpHandlerOptions,
800
+ cb: (err: any, data?: ListStreamProcessorsCommandOutput) => void
801
+ ): void;
802
+ listTagsForResource(
803
+ args: ListTagsForResourceCommandInput,
804
+ options?: __HttpHandlerOptions
805
+ ): Promise<ListTagsForResourceCommandOutput>;
806
+ listTagsForResource(
807
+ args: ListTagsForResourceCommandInput,
808
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
809
+ ): void;
810
+ listTagsForResource(
811
+ args: ListTagsForResourceCommandInput,
812
+ options: __HttpHandlerOptions,
813
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
814
+ ): void;
815
+ putProjectPolicy(
816
+ args: PutProjectPolicyCommandInput,
817
+ options?: __HttpHandlerOptions
818
+ ): Promise<PutProjectPolicyCommandOutput>;
819
+ putProjectPolicy(
820
+ args: PutProjectPolicyCommandInput,
821
+ cb: (err: any, data?: PutProjectPolicyCommandOutput) => void
822
+ ): void;
823
+ putProjectPolicy(
824
+ args: PutProjectPolicyCommandInput,
825
+ options: __HttpHandlerOptions,
826
+ cb: (err: any, data?: PutProjectPolicyCommandOutput) => void
827
+ ): void;
828
+ recognizeCelebrities(
829
+ args: RecognizeCelebritiesCommandInput,
830
+ options?: __HttpHandlerOptions
831
+ ): Promise<RecognizeCelebritiesCommandOutput>;
832
+ recognizeCelebrities(
833
+ args: RecognizeCelebritiesCommandInput,
834
+ cb: (err: any, data?: RecognizeCelebritiesCommandOutput) => void
835
+ ): void;
836
+ recognizeCelebrities(
837
+ args: RecognizeCelebritiesCommandInput,
838
+ options: __HttpHandlerOptions,
839
+ cb: (err: any, data?: RecognizeCelebritiesCommandOutput) => void
840
+ ): void;
841
+ searchFaces(
842
+ args: SearchFacesCommandInput,
843
+ options?: __HttpHandlerOptions
844
+ ): Promise<SearchFacesCommandOutput>;
845
+ searchFaces(
846
+ args: SearchFacesCommandInput,
847
+ cb: (err: any, data?: SearchFacesCommandOutput) => void
848
+ ): void;
849
+ searchFaces(
850
+ args: SearchFacesCommandInput,
851
+ options: __HttpHandlerOptions,
852
+ cb: (err: any, data?: SearchFacesCommandOutput) => void
853
+ ): void;
854
+ searchFacesByImage(
855
+ args: SearchFacesByImageCommandInput,
856
+ options?: __HttpHandlerOptions
857
+ ): Promise<SearchFacesByImageCommandOutput>;
858
+ searchFacesByImage(
859
+ args: SearchFacesByImageCommandInput,
860
+ cb: (err: any, data?: SearchFacesByImageCommandOutput) => void
861
+ ): void;
862
+ searchFacesByImage(
863
+ args: SearchFacesByImageCommandInput,
864
+ options: __HttpHandlerOptions,
865
+ cb: (err: any, data?: SearchFacesByImageCommandOutput) => void
866
+ ): void;
867
+ startCelebrityRecognition(
868
+ args: StartCelebrityRecognitionCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<StartCelebrityRecognitionCommandOutput>;
871
+ startCelebrityRecognition(
872
+ args: StartCelebrityRecognitionCommandInput,
873
+ cb: (err: any, data?: StartCelebrityRecognitionCommandOutput) => void
874
+ ): void;
875
+ startCelebrityRecognition(
876
+ args: StartCelebrityRecognitionCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: StartCelebrityRecognitionCommandOutput) => void
879
+ ): void;
880
+ startContentModeration(
881
+ args: StartContentModerationCommandInput,
882
+ options?: __HttpHandlerOptions
883
+ ): Promise<StartContentModerationCommandOutput>;
884
+ startContentModeration(
885
+ args: StartContentModerationCommandInput,
886
+ cb: (err: any, data?: StartContentModerationCommandOutput) => void
887
+ ): void;
888
+ startContentModeration(
889
+ args: StartContentModerationCommandInput,
890
+ options: __HttpHandlerOptions,
891
+ cb: (err: any, data?: StartContentModerationCommandOutput) => void
892
+ ): void;
893
+ startFaceDetection(
894
+ args: StartFaceDetectionCommandInput,
895
+ options?: __HttpHandlerOptions
896
+ ): Promise<StartFaceDetectionCommandOutput>;
897
+ startFaceDetection(
898
+ args: StartFaceDetectionCommandInput,
899
+ cb: (err: any, data?: StartFaceDetectionCommandOutput) => void
900
+ ): void;
901
+ startFaceDetection(
902
+ args: StartFaceDetectionCommandInput,
903
+ options: __HttpHandlerOptions,
904
+ cb: (err: any, data?: StartFaceDetectionCommandOutput) => void
905
+ ): void;
906
+ startFaceSearch(
907
+ args: StartFaceSearchCommandInput,
908
+ options?: __HttpHandlerOptions
909
+ ): Promise<StartFaceSearchCommandOutput>;
910
+ startFaceSearch(
911
+ args: StartFaceSearchCommandInput,
912
+ cb: (err: any, data?: StartFaceSearchCommandOutput) => void
913
+ ): void;
914
+ startFaceSearch(
915
+ args: StartFaceSearchCommandInput,
916
+ options: __HttpHandlerOptions,
917
+ cb: (err: any, data?: StartFaceSearchCommandOutput) => void
918
+ ): void;
919
+ startLabelDetection(
920
+ args: StartLabelDetectionCommandInput,
921
+ options?: __HttpHandlerOptions
922
+ ): Promise<StartLabelDetectionCommandOutput>;
923
+ startLabelDetection(
924
+ args: StartLabelDetectionCommandInput,
925
+ cb: (err: any, data?: StartLabelDetectionCommandOutput) => void
926
+ ): void;
927
+ startLabelDetection(
928
+ args: StartLabelDetectionCommandInput,
929
+ options: __HttpHandlerOptions,
930
+ cb: (err: any, data?: StartLabelDetectionCommandOutput) => void
931
+ ): void;
932
+ startPersonTracking(
933
+ args: StartPersonTrackingCommandInput,
934
+ options?: __HttpHandlerOptions
935
+ ): Promise<StartPersonTrackingCommandOutput>;
936
+ startPersonTracking(
937
+ args: StartPersonTrackingCommandInput,
938
+ cb: (err: any, data?: StartPersonTrackingCommandOutput) => void
939
+ ): void;
940
+ startPersonTracking(
941
+ args: StartPersonTrackingCommandInput,
942
+ options: __HttpHandlerOptions,
943
+ cb: (err: any, data?: StartPersonTrackingCommandOutput) => void
944
+ ): void;
945
+ startProjectVersion(
946
+ args: StartProjectVersionCommandInput,
947
+ options?: __HttpHandlerOptions
948
+ ): Promise<StartProjectVersionCommandOutput>;
949
+ startProjectVersion(
950
+ args: StartProjectVersionCommandInput,
951
+ cb: (err: any, data?: StartProjectVersionCommandOutput) => void
952
+ ): void;
953
+ startProjectVersion(
954
+ args: StartProjectVersionCommandInput,
955
+ options: __HttpHandlerOptions,
956
+ cb: (err: any, data?: StartProjectVersionCommandOutput) => void
957
+ ): void;
958
+ startSegmentDetection(
959
+ args: StartSegmentDetectionCommandInput,
960
+ options?: __HttpHandlerOptions
961
+ ): Promise<StartSegmentDetectionCommandOutput>;
962
+ startSegmentDetection(
963
+ args: StartSegmentDetectionCommandInput,
964
+ cb: (err: any, data?: StartSegmentDetectionCommandOutput) => void
965
+ ): void;
966
+ startSegmentDetection(
967
+ args: StartSegmentDetectionCommandInput,
968
+ options: __HttpHandlerOptions,
969
+ cb: (err: any, data?: StartSegmentDetectionCommandOutput) => void
970
+ ): void;
971
+ startStreamProcessor(
972
+ args: StartStreamProcessorCommandInput,
973
+ options?: __HttpHandlerOptions
974
+ ): Promise<StartStreamProcessorCommandOutput>;
975
+ startStreamProcessor(
976
+ args: StartStreamProcessorCommandInput,
977
+ cb: (err: any, data?: StartStreamProcessorCommandOutput) => void
978
+ ): void;
979
+ startStreamProcessor(
980
+ args: StartStreamProcessorCommandInput,
981
+ options: __HttpHandlerOptions,
982
+ cb: (err: any, data?: StartStreamProcessorCommandOutput) => void
983
+ ): void;
984
+ startTextDetection(
985
+ args: StartTextDetectionCommandInput,
986
+ options?: __HttpHandlerOptions
987
+ ): Promise<StartTextDetectionCommandOutput>;
988
+ startTextDetection(
989
+ args: StartTextDetectionCommandInput,
990
+ cb: (err: any, data?: StartTextDetectionCommandOutput) => void
991
+ ): void;
992
+ startTextDetection(
993
+ args: StartTextDetectionCommandInput,
994
+ options: __HttpHandlerOptions,
995
+ cb: (err: any, data?: StartTextDetectionCommandOutput) => void
996
+ ): void;
997
+ stopProjectVersion(
998
+ args: StopProjectVersionCommandInput,
999
+ options?: __HttpHandlerOptions
1000
+ ): Promise<StopProjectVersionCommandOutput>;
1001
+ stopProjectVersion(
1002
+ args: StopProjectVersionCommandInput,
1003
+ cb: (err: any, data?: StopProjectVersionCommandOutput) => void
1004
+ ): void;
1005
+ stopProjectVersion(
1006
+ args: StopProjectVersionCommandInput,
1007
+ options: __HttpHandlerOptions,
1008
+ cb: (err: any, data?: StopProjectVersionCommandOutput) => void
1009
+ ): void;
1010
+ stopStreamProcessor(
1011
+ args: StopStreamProcessorCommandInput,
1012
+ options?: __HttpHandlerOptions
1013
+ ): Promise<StopStreamProcessorCommandOutput>;
1014
+ stopStreamProcessor(
1015
+ args: StopStreamProcessorCommandInput,
1016
+ cb: (err: any, data?: StopStreamProcessorCommandOutput) => void
1017
+ ): void;
1018
+ stopStreamProcessor(
1019
+ args: StopStreamProcessorCommandInput,
1020
+ options: __HttpHandlerOptions,
1021
+ cb: (err: any, data?: StopStreamProcessorCommandOutput) => void
1022
+ ): void;
1023
+ tagResource(
1024
+ args: TagResourceCommandInput,
1025
+ options?: __HttpHandlerOptions
1026
+ ): Promise<TagResourceCommandOutput>;
1027
+ tagResource(
1028
+ args: TagResourceCommandInput,
1029
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1030
+ ): void;
1031
+ tagResource(
1032
+ args: TagResourceCommandInput,
1033
+ options: __HttpHandlerOptions,
1034
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1035
+ ): void;
1036
+ untagResource(
1037
+ args: UntagResourceCommandInput,
1038
+ options?: __HttpHandlerOptions
1039
+ ): Promise<UntagResourceCommandOutput>;
1040
+ untagResource(
1041
+ args: UntagResourceCommandInput,
1042
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1043
+ ): void;
1044
+ untagResource(
1045
+ args: UntagResourceCommandInput,
1046
+ options: __HttpHandlerOptions,
1047
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1048
+ ): void;
1049
+ updateDatasetEntries(
1050
+ args: UpdateDatasetEntriesCommandInput,
1051
+ options?: __HttpHandlerOptions
1052
+ ): Promise<UpdateDatasetEntriesCommandOutput>;
1053
+ updateDatasetEntries(
1054
+ args: UpdateDatasetEntriesCommandInput,
1055
+ cb: (err: any, data?: UpdateDatasetEntriesCommandOutput) => void
1056
+ ): void;
1057
+ updateDatasetEntries(
1058
+ args: UpdateDatasetEntriesCommandInput,
1059
+ options: __HttpHandlerOptions,
1060
+ cb: (err: any, data?: UpdateDatasetEntriesCommandOutput) => void
1061
+ ): void;
1062
+ updateStreamProcessor(
1063
+ args: UpdateStreamProcessorCommandInput,
1064
+ options?: __HttpHandlerOptions
1065
+ ): Promise<UpdateStreamProcessorCommandOutput>;
1066
+ updateStreamProcessor(
1067
+ args: UpdateStreamProcessorCommandInput,
1068
+ cb: (err: any, data?: UpdateStreamProcessorCommandOutput) => void
1069
+ ): void;
1070
+ updateStreamProcessor(
1071
+ args: UpdateStreamProcessorCommandInput,
1072
+ options: __HttpHandlerOptions,
1073
+ cb: (err: any, data?: UpdateStreamProcessorCommandOutput) => void
1074
+ ): void;
1075
+ }