@aws-sdk/client-rekognition 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
  3. package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2121 -2714
  73. package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  84. package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  91. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  96. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  97. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
  98. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
  99. package/package.json +35 -35
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "../commands/DescribeProjectVersionsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeProjectVersions(config: RekognitionPaginationConfiguration, input: DescribeProjectVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeProjectVersionsCommandOutput>;
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 { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "../commands/DescribeProjectsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeProjects(config: RekognitionPaginationConfiguration, input: DescribeProjectsCommandInput, ...additionalArguments: any): Paginator<DescribeProjectsCommandOutput>;
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 { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "../commands/GetCelebrityRecognitionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetCelebrityRecognition(config: RekognitionPaginationConfiguration, input: GetCelebrityRecognitionCommandInput, ...additionalArguments: any): Paginator<GetCelebrityRecognitionCommandOutput>;
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 { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "../commands/GetContentModerationCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetContentModeration(config: RekognitionPaginationConfiguration, input: GetContentModerationCommandInput, ...additionalArguments: any): Paginator<GetContentModerationCommandOutput>;
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 { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "../commands/GetFaceDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetFaceDetection(config: RekognitionPaginationConfiguration, input: GetFaceDetectionCommandInput, ...additionalArguments: any): Paginator<GetFaceDetectionCommandOutput>;
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 { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "../commands/GetFaceSearchCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetFaceSearch(config: RekognitionPaginationConfiguration, input: GetFaceSearchCommandInput, ...additionalArguments: any): Paginator<GetFaceSearchCommandOutput>;
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 { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "../commands/GetLabelDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetLabelDetection(config: RekognitionPaginationConfiguration, input: GetLabelDetectionCommandInput, ...additionalArguments: any): Paginator<GetLabelDetectionCommandOutput>;
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 { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "../commands/GetPersonTrackingCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetPersonTracking(config: RekognitionPaginationConfiguration, input: GetPersonTrackingCommandInput, ...additionalArguments: any): Paginator<GetPersonTrackingCommandOutput>;
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 { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "../commands/GetSegmentDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetSegmentDetection(config: RekognitionPaginationConfiguration, input: GetSegmentDetectionCommandInput, ...additionalArguments: any): Paginator<GetSegmentDetectionCommandOutput>;
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 { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "../commands/GetTextDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetTextDetection(config: RekognitionPaginationConfiguration, input: GetTextDetectionCommandInput, ...additionalArguments: any): Paginator<GetTextDetectionCommandOutput>;
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 extends PaginationConfiguration {
5
- client: Rekognition | RekognitionClient;
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 { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "../commands/ListCollectionsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCollections(config: RekognitionPaginationConfiguration, input: ListCollectionsCommandInput, ...additionalArguments: any): Paginator<ListCollectionsCommandOutput>;
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 { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "../commands/ListDatasetEntriesCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDatasetEntries(config: RekognitionPaginationConfiguration, input: ListDatasetEntriesCommandInput, ...additionalArguments: any): Paginator<ListDatasetEntriesCommandOutput>;
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 { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "../commands/ListDatasetLabelsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDatasetLabels(config: RekognitionPaginationConfiguration, input: ListDatasetLabelsCommandInput, ...additionalArguments: any): Paginator<ListDatasetLabelsCommandOutput>;
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 { ListFacesCommandInput, ListFacesCommandOutput } from "../commands/ListFacesCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListFaces(config: RekognitionPaginationConfiguration, input: ListFacesCommandInput, ...additionalArguments: any): Paginator<ListFacesCommandOutput>;
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 { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "../commands/ListProjectPoliciesCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListProjectPolicies(config: RekognitionPaginationConfiguration, input: ListProjectPoliciesCommandInput, ...additionalArguments: any): Paginator<ListProjectPoliciesCommandOutput>;
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 { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "../commands/ListStreamProcessorsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListStreamProcessors(config: RekognitionPaginationConfiguration, input: ListStreamProcessorsCommandInput, ...additionalArguments: any): Paginator<ListStreamProcessorsCommandOutput>;
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";