@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Rekognition.d.ts +1138 -320
- package/dist-types/ts3.4/RekognitionClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2935 -2714
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeProjectVersionsCommandInput,
|
|
4
|
+
DescribeProjectVersionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeProjectVersionsCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeProjectVersions(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: DescribeProjectVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeProjectVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeProjectsCommandInput,
|
|
4
|
+
DescribeProjectsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeProjectsCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeProjects(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: DescribeProjectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeProjectsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCelebrityRecognitionCommandInput,
|
|
4
|
+
GetCelebrityRecognitionCommandOutput,
|
|
5
|
+
} from "../commands/GetCelebrityRecognitionCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCelebrityRecognition(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetCelebrityRecognitionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCelebrityRecognitionCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetContentModerationCommandInput,
|
|
4
|
+
GetContentModerationCommandOutput,
|
|
5
|
+
} from "../commands/GetContentModerationCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetContentModeration(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetContentModerationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetContentModerationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetFaceDetectionCommandInput,
|
|
4
|
+
GetFaceDetectionCommandOutput,
|
|
5
|
+
} from "../commands/GetFaceDetectionCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetFaceDetection(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetFaceDetectionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetFaceDetectionCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetFaceSearchCommandInput,
|
|
4
|
+
GetFaceSearchCommandOutput,
|
|
5
|
+
} from "../commands/GetFaceSearchCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetFaceSearch(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetFaceSearchCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetFaceSearchCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetLabelDetectionCommandInput,
|
|
4
|
+
GetLabelDetectionCommandOutput,
|
|
5
|
+
} from "../commands/GetLabelDetectionCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetLabelDetection(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetLabelDetectionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetLabelDetectionCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetPersonTrackingCommandInput,
|
|
4
|
+
GetPersonTrackingCommandOutput,
|
|
5
|
+
} from "../commands/GetPersonTrackingCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetPersonTracking(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetPersonTrackingCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetPersonTrackingCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetSegmentDetectionCommandInput,
|
|
4
|
+
GetSegmentDetectionCommandOutput,
|
|
5
|
+
} from "../commands/GetSegmentDetectionCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetSegmentDetection(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetSegmentDetectionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetSegmentDetectionCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetTextDetectionCommandInput,
|
|
4
|
+
GetTextDetectionCommandOutput,
|
|
5
|
+
} from "../commands/GetTextDetectionCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetTextDetection(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: GetTextDetectionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetTextDetectionCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Rekognition } from "../Rekognition";
|
|
3
|
-
import { RekognitionClient } from "../RekognitionClient";
|
|
4
|
-
export interface RekognitionPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Rekognition } from "../Rekognition";
|
|
3
|
+
import { RekognitionClient } from "../RekognitionClient";
|
|
4
|
+
export interface RekognitionPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Rekognition | RekognitionClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCollectionsCommandInput,
|
|
4
|
+
ListCollectionsCommandOutput,
|
|
5
|
+
} from "../commands/ListCollectionsCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCollections(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: ListCollectionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCollectionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetEntriesCommandInput,
|
|
4
|
+
ListDatasetEntriesCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetEntriesCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatasetEntries(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: ListDatasetEntriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatasetEntriesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetLabelsCommandInput,
|
|
4
|
+
ListDatasetLabelsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetLabelsCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatasetLabels(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: ListDatasetLabelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatasetLabelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFacesCommandInput,
|
|
4
|
+
ListFacesCommandOutput,
|
|
5
|
+
} from "../commands/ListFacesCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFaces(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: ListFacesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFacesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProjectPoliciesCommandInput,
|
|
4
|
+
ListProjectPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListProjectPoliciesCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProjectPolicies(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: ListProjectPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProjectPoliciesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStreamProcessorsCommandInput,
|
|
4
|
+
ListStreamProcessorsCommandOutput,
|
|
5
|
+
} from "../commands/ListStreamProcessorsCommand";
|
|
6
|
+
import { RekognitionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListStreamProcessors(
|
|
8
|
+
config: RekognitionPaginationConfiguration,
|
|
9
|
+
input: ListStreamProcessorsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStreamProcessorsCommandOutput>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./DescribeProjectVersionsPaginator";
|
|
2
|
-
export * from "./DescribeProjectsPaginator";
|
|
3
|
-
export * from "./GetCelebrityRecognitionPaginator";
|
|
4
|
-
export * from "./GetContentModerationPaginator";
|
|
5
|
-
export * from "./GetFaceDetectionPaginator";
|
|
6
|
-
export * from "./GetFaceSearchPaginator";
|
|
7
|
-
export * from "./GetLabelDetectionPaginator";
|
|
8
|
-
export * from "./GetPersonTrackingPaginator";
|
|
9
|
-
export * from "./GetSegmentDetectionPaginator";
|
|
10
|
-
export * from "./GetTextDetectionPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./ListCollectionsPaginator";
|
|
13
|
-
export * from "./ListDatasetEntriesPaginator";
|
|
14
|
-
export * from "./ListDatasetLabelsPaginator";
|
|
15
|
-
export * from "./ListFacesPaginator";
|
|
16
|
-
export * from "./ListProjectPoliciesPaginator";
|
|
17
|
-
export * from "./ListStreamProcessorsPaginator";
|
|
1
|
+
export * from "./DescribeProjectVersionsPaginator";
|
|
2
|
+
export * from "./DescribeProjectsPaginator";
|
|
3
|
+
export * from "./GetCelebrityRecognitionPaginator";
|
|
4
|
+
export * from "./GetContentModerationPaginator";
|
|
5
|
+
export * from "./GetFaceDetectionPaginator";
|
|
6
|
+
export * from "./GetFaceSearchPaginator";
|
|
7
|
+
export * from "./GetLabelDetectionPaginator";
|
|
8
|
+
export * from "./GetPersonTrackingPaginator";
|
|
9
|
+
export * from "./GetSegmentDetectionPaginator";
|
|
10
|
+
export * from "./GetTextDetectionPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./ListCollectionsPaginator";
|
|
13
|
+
export * from "./ListDatasetEntriesPaginator";
|
|
14
|
+
export * from "./ListDatasetLabelsPaginator";
|
|
15
|
+
export * from "./ListFacesPaginator";
|
|
16
|
+
export * from "./ListProjectPoliciesPaginator";
|
|
17
|
+
export * from "./ListStreamProcessorsPaginator";
|