@aws-sdk/client-rekognition 3.168.0 → 3.170.0

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