@aws-sdk/client-rekognition 3.1019.0 → 3.1021.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 (31) hide show
  1. package/dist-es/Rekognition.js +9 -9
  2. package/dist-es/waiters/waitForProjectVersionRunning.js +1 -1
  3. package/dist-es/waiters/waitForProjectVersionTrainingCompleted.js +1 -1
  4. package/dist-types/Rekognition.d.ts +75 -75
  5. package/dist-types/RekognitionClient.d.ts +78 -78
  6. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  7. package/dist-types/index.d.ts +1 -1
  8. package/dist-types/models/models_0.d.ts +1 -1
  9. package/dist-types/pagination/DescribeProjectVersionsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/DescribeProjectsPaginator.d.ts +1 -1
  11. package/dist-types/pagination/GetCelebrityRecognitionPaginator.d.ts +1 -1
  12. package/dist-types/pagination/GetContentModerationPaginator.d.ts +1 -1
  13. package/dist-types/pagination/GetFaceDetectionPaginator.d.ts +1 -1
  14. package/dist-types/pagination/GetFaceSearchPaginator.d.ts +1 -1
  15. package/dist-types/pagination/GetLabelDetectionPaginator.d.ts +1 -1
  16. package/dist-types/pagination/GetPersonTrackingPaginator.d.ts +1 -1
  17. package/dist-types/pagination/GetSegmentDetectionPaginator.d.ts +1 -1
  18. package/dist-types/pagination/GetTextDetectionPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListCollectionsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListDatasetEntriesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListDatasetLabelsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListFacesPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListMediaAnalysisJobsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListProjectPoliciesPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListStreamProcessorsPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  27. package/dist-types/ts3.4/RekognitionClient.d.ts +2 -3
  28. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  29. package/dist-types/waiters/waitForProjectVersionRunning.d.ts +3 -3
  30. package/dist-types/waiters/waitForProjectVersionTrainingCompleted.d.ts +3 -3
  31. package/package.json +15 -15
@@ -8,26 +8,26 @@ import { CreateFaceLivenessSessionCommand, } from "./commands/CreateFaceLiveness
8
8
  import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
9
9
  import { CreateProjectVersionCommand, } from "./commands/CreateProjectVersionCommand";
10
10
  import { CreateStreamProcessorCommand, } from "./commands/CreateStreamProcessorCommand";
11
- import { CreateUserCommand } from "./commands/CreateUserCommand";
11
+ import { CreateUserCommand, } from "./commands/CreateUserCommand";
12
12
  import { DeleteCollectionCommand, } from "./commands/DeleteCollectionCommand";
13
13
  import { DeleteDatasetCommand, } from "./commands/DeleteDatasetCommand";
14
- import { DeleteFacesCommand } from "./commands/DeleteFacesCommand";
14
+ import { DeleteFacesCommand, } from "./commands/DeleteFacesCommand";
15
15
  import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
16
16
  import { DeleteProjectPolicyCommand, } from "./commands/DeleteProjectPolicyCommand";
17
17
  import { DeleteProjectVersionCommand, } from "./commands/DeleteProjectVersionCommand";
18
18
  import { DeleteStreamProcessorCommand, } from "./commands/DeleteStreamProcessorCommand";
19
- import { DeleteUserCommand } from "./commands/DeleteUserCommand";
19
+ import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
20
20
  import { DescribeCollectionCommand, } from "./commands/DescribeCollectionCommand";
21
21
  import { DescribeDatasetCommand, } from "./commands/DescribeDatasetCommand";
22
22
  import { DescribeProjectsCommand, } from "./commands/DescribeProjectsCommand";
23
23
  import { DescribeProjectVersionsCommand, } from "./commands/DescribeProjectVersionsCommand";
24
24
  import { DescribeStreamProcessorCommand, } from "./commands/DescribeStreamProcessorCommand";
25
25
  import { DetectCustomLabelsCommand, } from "./commands/DetectCustomLabelsCommand";
26
- import { DetectFacesCommand } from "./commands/DetectFacesCommand";
26
+ import { DetectFacesCommand, } from "./commands/DetectFacesCommand";
27
27
  import { DetectLabelsCommand, } from "./commands/DetectLabelsCommand";
28
28
  import { DetectModerationLabelsCommand, } from "./commands/DetectModerationLabelsCommand";
29
29
  import { DetectProtectiveEquipmentCommand, } from "./commands/DetectProtectiveEquipmentCommand";
30
- import { DetectTextCommand } from "./commands/DetectTextCommand";
30
+ import { DetectTextCommand, } from "./commands/DetectTextCommand";
31
31
  import { DisassociateFacesCommand, } from "./commands/DisassociateFacesCommand";
32
32
  import { DistributeDatasetEntriesCommand, } from "./commands/DistributeDatasetEntriesCommand";
33
33
  import { GetCelebrityInfoCommand, } from "./commands/GetCelebrityInfoCommand";
@@ -41,7 +41,7 @@ import { GetMediaAnalysisJobCommand, } from "./commands/GetMediaAnalysisJobComma
41
41
  import { GetPersonTrackingCommand, } from "./commands/GetPersonTrackingCommand";
42
42
  import { GetSegmentDetectionCommand, } from "./commands/GetSegmentDetectionCommand";
43
43
  import { GetTextDetectionCommand, } from "./commands/GetTextDetectionCommand";
44
- import { IndexFacesCommand } from "./commands/IndexFacesCommand";
44
+ import { IndexFacesCommand, } from "./commands/IndexFacesCommand";
45
45
  import { ListCollectionsCommand, } from "./commands/ListCollectionsCommand";
46
46
  import { ListDatasetEntriesCommand, } from "./commands/ListDatasetEntriesCommand";
47
47
  import { ListDatasetLabelsCommand, } from "./commands/ListDatasetLabelsCommand";
@@ -54,9 +54,9 @@ import { ListUsersCommand } from "./commands/ListUsersCommand";
54
54
  import { PutProjectPolicyCommand, } from "./commands/PutProjectPolicyCommand";
55
55
  import { RecognizeCelebritiesCommand, } from "./commands/RecognizeCelebritiesCommand";
56
56
  import { SearchFacesByImageCommand, } from "./commands/SearchFacesByImageCommand";
57
- import { SearchFacesCommand } from "./commands/SearchFacesCommand";
57
+ import { SearchFacesCommand, } from "./commands/SearchFacesCommand";
58
58
  import { SearchUsersByImageCommand, } from "./commands/SearchUsersByImageCommand";
59
- import { SearchUsersCommand } from "./commands/SearchUsersCommand";
59
+ import { SearchUsersCommand, } from "./commands/SearchUsersCommand";
60
60
  import { StartCelebrityRecognitionCommand, } from "./commands/StartCelebrityRecognitionCommand";
61
61
  import { StartContentModerationCommand, } from "./commands/StartContentModerationCommand";
62
62
  import { StartFaceDetectionCommand, } from "./commands/StartFaceDetectionCommand";
@@ -70,7 +70,7 @@ import { StartStreamProcessorCommand, } from "./commands/StartStreamProcessorCom
70
70
  import { StartTextDetectionCommand, } from "./commands/StartTextDetectionCommand";
71
71
  import { StopProjectVersionCommand, } from "./commands/StopProjectVersionCommand";
72
72
  import { StopStreamProcessorCommand, } from "./commands/StopStreamProcessorCommand";
73
- import { TagResourceCommand } from "./commands/TagResourceCommand";
73
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
74
74
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
75
75
  import { UpdateDatasetEntriesCommand, } from "./commands/UpdateDatasetEntriesCommand";
76
76
  import { UpdateStreamProcessorCommand, } from "./commands/UpdateStreamProcessorCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeProjectVersionsCommand, } from "../commands/DescribeProjectVersionsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeProjectVersionsCommand, } from "../commands/DescribeProjectVersionsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,80 +1,80 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AssociateFacesCommandInput, AssociateFacesCommandOutput } from "./commands/AssociateFacesCommand";
4
- import { CompareFacesCommandInput, CompareFacesCommandOutput } from "./commands/CompareFacesCommand";
5
- import { CopyProjectVersionCommandInput, CopyProjectVersionCommandOutput } from "./commands/CopyProjectVersionCommand";
6
- import { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
7
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
8
- import { CreateFaceLivenessSessionCommandInput, CreateFaceLivenessSessionCommandOutput } from "./commands/CreateFaceLivenessSessionCommand";
9
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
10
- import { CreateProjectVersionCommandInput, CreateProjectVersionCommandOutput } from "./commands/CreateProjectVersionCommand";
11
- import { CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput } from "./commands/CreateStreamProcessorCommand";
12
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
13
- import { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
14
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
15
- import { DeleteFacesCommandInput, DeleteFacesCommandOutput } from "./commands/DeleteFacesCommand";
16
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
17
- import { DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput } from "./commands/DeleteProjectPolicyCommand";
18
- import { DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput } from "./commands/DeleteProjectVersionCommand";
19
- import { DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput } from "./commands/DeleteStreamProcessorCommand";
20
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
21
- import { DescribeCollectionCommandInput, DescribeCollectionCommandOutput } from "./commands/DescribeCollectionCommand";
22
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
23
- import { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "./commands/DescribeProjectsCommand";
24
- import { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "./commands/DescribeProjectVersionsCommand";
25
- import { DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput } from "./commands/DescribeStreamProcessorCommand";
26
- import { DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput } from "./commands/DetectCustomLabelsCommand";
27
- import { DetectFacesCommandInput, DetectFacesCommandOutput } from "./commands/DetectFacesCommand";
28
- import { DetectLabelsCommandInput, DetectLabelsCommandOutput } from "./commands/DetectLabelsCommand";
29
- import { DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput } from "./commands/DetectModerationLabelsCommand";
30
- import { DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput } from "./commands/DetectProtectiveEquipmentCommand";
31
- import { DetectTextCommandInput, DetectTextCommandOutput } from "./commands/DetectTextCommand";
32
- import { DisassociateFacesCommandInput, DisassociateFacesCommandOutput } from "./commands/DisassociateFacesCommand";
33
- import { DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput } from "./commands/DistributeDatasetEntriesCommand";
34
- import { GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput } from "./commands/GetCelebrityInfoCommand";
35
- import { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "./commands/GetCelebrityRecognitionCommand";
36
- import { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "./commands/GetContentModerationCommand";
37
- import { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "./commands/GetFaceDetectionCommand";
38
- import { GetFaceLivenessSessionResultsCommandInput, GetFaceLivenessSessionResultsCommandOutput } from "./commands/GetFaceLivenessSessionResultsCommand";
39
- import { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "./commands/GetFaceSearchCommand";
40
- import { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "./commands/GetLabelDetectionCommand";
41
- import { GetMediaAnalysisJobCommandInput, GetMediaAnalysisJobCommandOutput } from "./commands/GetMediaAnalysisJobCommand";
42
- import { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "./commands/GetPersonTrackingCommand";
43
- import { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "./commands/GetSegmentDetectionCommand";
44
- import { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "./commands/GetTextDetectionCommand";
45
- import { IndexFacesCommandInput, IndexFacesCommandOutput } from "./commands/IndexFacesCommand";
46
- import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
47
- import { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "./commands/ListDatasetEntriesCommand";
48
- import { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "./commands/ListDatasetLabelsCommand";
49
- import { ListFacesCommandInput, ListFacesCommandOutput } from "./commands/ListFacesCommand";
50
- import { ListMediaAnalysisJobsCommandInput, ListMediaAnalysisJobsCommandOutput } from "./commands/ListMediaAnalysisJobsCommand";
51
- import { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "./commands/ListProjectPoliciesCommand";
52
- import { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "./commands/ListStreamProcessorsCommand";
53
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
55
- import { PutProjectPolicyCommandInput, PutProjectPolicyCommandOutput } from "./commands/PutProjectPolicyCommand";
56
- import { RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput } from "./commands/RecognizeCelebritiesCommand";
57
- import { SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput } from "./commands/SearchFacesByImageCommand";
58
- import { SearchFacesCommandInput, SearchFacesCommandOutput } from "./commands/SearchFacesCommand";
59
- import { SearchUsersByImageCommandInput, SearchUsersByImageCommandOutput } from "./commands/SearchUsersByImageCommand";
60
- import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
61
- import { StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput } from "./commands/StartCelebrityRecognitionCommand";
62
- import { StartContentModerationCommandInput, StartContentModerationCommandOutput } from "./commands/StartContentModerationCommand";
63
- import { StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput } from "./commands/StartFaceDetectionCommand";
64
- import { StartFaceSearchCommandInput, StartFaceSearchCommandOutput } from "./commands/StartFaceSearchCommand";
65
- import { StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput } from "./commands/StartLabelDetectionCommand";
66
- import { StartMediaAnalysisJobCommandInput, StartMediaAnalysisJobCommandOutput } from "./commands/StartMediaAnalysisJobCommand";
67
- import { StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput } from "./commands/StartPersonTrackingCommand";
68
- import { StartProjectVersionCommandInput, StartProjectVersionCommandOutput } from "./commands/StartProjectVersionCommand";
69
- import { StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput } from "./commands/StartSegmentDetectionCommand";
70
- import { StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput } from "./commands/StartStreamProcessorCommand";
71
- import { StartTextDetectionCommandInput, StartTextDetectionCommandOutput } from "./commands/StartTextDetectionCommand";
72
- import { StopProjectVersionCommandInput, StopProjectVersionCommandOutput } from "./commands/StopProjectVersionCommand";
73
- import { StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput } from "./commands/StopStreamProcessorCommand";
74
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
76
- import { UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput } from "./commands/UpdateDatasetEntriesCommand";
77
- import { UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput } from "./commands/UpdateStreamProcessorCommand";
3
+ import { type AssociateFacesCommandInput, type AssociateFacesCommandOutput } from "./commands/AssociateFacesCommand";
4
+ import { type CompareFacesCommandInput, type CompareFacesCommandOutput } from "./commands/CompareFacesCommand";
5
+ import { type CopyProjectVersionCommandInput, type CopyProjectVersionCommandOutput } from "./commands/CopyProjectVersionCommand";
6
+ import { type CreateCollectionCommandInput, type CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
7
+ import { type CreateDatasetCommandInput, type CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
8
+ import { type CreateFaceLivenessSessionCommandInput, type CreateFaceLivenessSessionCommandOutput } from "./commands/CreateFaceLivenessSessionCommand";
9
+ import { type CreateProjectCommandInput, type CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
10
+ import { type CreateProjectVersionCommandInput, type CreateProjectVersionCommandOutput } from "./commands/CreateProjectVersionCommand";
11
+ import { type CreateStreamProcessorCommandInput, type CreateStreamProcessorCommandOutput } from "./commands/CreateStreamProcessorCommand";
12
+ import { type CreateUserCommandInput, type CreateUserCommandOutput } from "./commands/CreateUserCommand";
13
+ import { type DeleteCollectionCommandInput, type DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
14
+ import { type DeleteDatasetCommandInput, type DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
15
+ import { type DeleteFacesCommandInput, type DeleteFacesCommandOutput } from "./commands/DeleteFacesCommand";
16
+ import { type DeleteProjectCommandInput, type DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
17
+ import { type DeleteProjectPolicyCommandInput, type DeleteProjectPolicyCommandOutput } from "./commands/DeleteProjectPolicyCommand";
18
+ import { type DeleteProjectVersionCommandInput, type DeleteProjectVersionCommandOutput } from "./commands/DeleteProjectVersionCommand";
19
+ import { type DeleteStreamProcessorCommandInput, type DeleteStreamProcessorCommandOutput } from "./commands/DeleteStreamProcessorCommand";
20
+ import { type DeleteUserCommandInput, type DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
21
+ import { type DescribeCollectionCommandInput, type DescribeCollectionCommandOutput } from "./commands/DescribeCollectionCommand";
22
+ import { type DescribeDatasetCommandInput, type DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
23
+ import { type DescribeProjectsCommandInput, type DescribeProjectsCommandOutput } from "./commands/DescribeProjectsCommand";
24
+ import { type DescribeProjectVersionsCommandInput, type DescribeProjectVersionsCommandOutput } from "./commands/DescribeProjectVersionsCommand";
25
+ import { type DescribeStreamProcessorCommandInput, type DescribeStreamProcessorCommandOutput } from "./commands/DescribeStreamProcessorCommand";
26
+ import { type DetectCustomLabelsCommandInput, type DetectCustomLabelsCommandOutput } from "./commands/DetectCustomLabelsCommand";
27
+ import { type DetectFacesCommandInput, type DetectFacesCommandOutput } from "./commands/DetectFacesCommand";
28
+ import { type DetectLabelsCommandInput, type DetectLabelsCommandOutput } from "./commands/DetectLabelsCommand";
29
+ import { type DetectModerationLabelsCommandInput, type DetectModerationLabelsCommandOutput } from "./commands/DetectModerationLabelsCommand";
30
+ import { type DetectProtectiveEquipmentCommandInput, type DetectProtectiveEquipmentCommandOutput } from "./commands/DetectProtectiveEquipmentCommand";
31
+ import { type DetectTextCommandInput, type DetectTextCommandOutput } from "./commands/DetectTextCommand";
32
+ import { type DisassociateFacesCommandInput, type DisassociateFacesCommandOutput } from "./commands/DisassociateFacesCommand";
33
+ import { type DistributeDatasetEntriesCommandInput, type DistributeDatasetEntriesCommandOutput } from "./commands/DistributeDatasetEntriesCommand";
34
+ import { type GetCelebrityInfoCommandInput, type GetCelebrityInfoCommandOutput } from "./commands/GetCelebrityInfoCommand";
35
+ import { type GetCelebrityRecognitionCommandInput, type GetCelebrityRecognitionCommandOutput } from "./commands/GetCelebrityRecognitionCommand";
36
+ import { type GetContentModerationCommandInput, type GetContentModerationCommandOutput } from "./commands/GetContentModerationCommand";
37
+ import { type GetFaceDetectionCommandInput, type GetFaceDetectionCommandOutput } from "./commands/GetFaceDetectionCommand";
38
+ import { type GetFaceLivenessSessionResultsCommandInput, type GetFaceLivenessSessionResultsCommandOutput } from "./commands/GetFaceLivenessSessionResultsCommand";
39
+ import { type GetFaceSearchCommandInput, type GetFaceSearchCommandOutput } from "./commands/GetFaceSearchCommand";
40
+ import { type GetLabelDetectionCommandInput, type GetLabelDetectionCommandOutput } from "./commands/GetLabelDetectionCommand";
41
+ import { type GetMediaAnalysisJobCommandInput, type GetMediaAnalysisJobCommandOutput } from "./commands/GetMediaAnalysisJobCommand";
42
+ import { type GetPersonTrackingCommandInput, type GetPersonTrackingCommandOutput } from "./commands/GetPersonTrackingCommand";
43
+ import { type GetSegmentDetectionCommandInput, type GetSegmentDetectionCommandOutput } from "./commands/GetSegmentDetectionCommand";
44
+ import { type GetTextDetectionCommandInput, type GetTextDetectionCommandOutput } from "./commands/GetTextDetectionCommand";
45
+ import { type IndexFacesCommandInput, type IndexFacesCommandOutput } from "./commands/IndexFacesCommand";
46
+ import { type ListCollectionsCommandInput, type ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
47
+ import { type ListDatasetEntriesCommandInput, type ListDatasetEntriesCommandOutput } from "./commands/ListDatasetEntriesCommand";
48
+ import { type ListDatasetLabelsCommandInput, type ListDatasetLabelsCommandOutput } from "./commands/ListDatasetLabelsCommand";
49
+ import { type ListFacesCommandInput, type ListFacesCommandOutput } from "./commands/ListFacesCommand";
50
+ import { type ListMediaAnalysisJobsCommandInput, type ListMediaAnalysisJobsCommandOutput } from "./commands/ListMediaAnalysisJobsCommand";
51
+ import { type ListProjectPoliciesCommandInput, type ListProjectPoliciesCommandOutput } from "./commands/ListProjectPoliciesCommand";
52
+ import { type ListStreamProcessorsCommandInput, type ListStreamProcessorsCommandOutput } from "./commands/ListStreamProcessorsCommand";
53
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
+ import { type ListUsersCommandInput, type ListUsersCommandOutput } from "./commands/ListUsersCommand";
55
+ import { type PutProjectPolicyCommandInput, type PutProjectPolicyCommandOutput } from "./commands/PutProjectPolicyCommand";
56
+ import { type RecognizeCelebritiesCommandInput, type RecognizeCelebritiesCommandOutput } from "./commands/RecognizeCelebritiesCommand";
57
+ import { type SearchFacesByImageCommandInput, type SearchFacesByImageCommandOutput } from "./commands/SearchFacesByImageCommand";
58
+ import { type SearchFacesCommandInput, type SearchFacesCommandOutput } from "./commands/SearchFacesCommand";
59
+ import { type SearchUsersByImageCommandInput, type SearchUsersByImageCommandOutput } from "./commands/SearchUsersByImageCommand";
60
+ import { type SearchUsersCommandInput, type SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
61
+ import { type StartCelebrityRecognitionCommandInput, type StartCelebrityRecognitionCommandOutput } from "./commands/StartCelebrityRecognitionCommand";
62
+ import { type StartContentModerationCommandInput, type StartContentModerationCommandOutput } from "./commands/StartContentModerationCommand";
63
+ import { type StartFaceDetectionCommandInput, type StartFaceDetectionCommandOutput } from "./commands/StartFaceDetectionCommand";
64
+ import { type StartFaceSearchCommandInput, type StartFaceSearchCommandOutput } from "./commands/StartFaceSearchCommand";
65
+ import { type StartLabelDetectionCommandInput, type StartLabelDetectionCommandOutput } from "./commands/StartLabelDetectionCommand";
66
+ import { type StartMediaAnalysisJobCommandInput, type StartMediaAnalysisJobCommandOutput } from "./commands/StartMediaAnalysisJobCommand";
67
+ import { type StartPersonTrackingCommandInput, type StartPersonTrackingCommandOutput } from "./commands/StartPersonTrackingCommand";
68
+ import { type StartProjectVersionCommandInput, type StartProjectVersionCommandOutput } from "./commands/StartProjectVersionCommand";
69
+ import { type StartSegmentDetectionCommandInput, type StartSegmentDetectionCommandOutput } from "./commands/StartSegmentDetectionCommand";
70
+ import { type StartStreamProcessorCommandInput, type StartStreamProcessorCommandOutput } from "./commands/StartStreamProcessorCommand";
71
+ import { type StartTextDetectionCommandInput, type StartTextDetectionCommandOutput } from "./commands/StartTextDetectionCommand";
72
+ import { type StopProjectVersionCommandInput, type StopProjectVersionCommandOutput } from "./commands/StopProjectVersionCommand";
73
+ import { type StopStreamProcessorCommandInput, type StopStreamProcessorCommandOutput } from "./commands/StopStreamProcessorCommand";
74
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
76
+ import { type UpdateDatasetEntriesCommandInput, type UpdateDatasetEntriesCommandOutput } from "./commands/UpdateDatasetEntriesCommand";
77
+ import { type UpdateStreamProcessorCommandInput, type UpdateStreamProcessorCommandOutput } from "./commands/UpdateStreamProcessorCommand";
78
78
  import { RekognitionClient } from "./RekognitionClient";
79
79
  export interface Rekognition {
80
80
  /**
@@ -5,84 +5,84 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssociateFacesCommandInput, AssociateFacesCommandOutput } from "./commands/AssociateFacesCommand";
11
- import { CompareFacesCommandInput, CompareFacesCommandOutput } from "./commands/CompareFacesCommand";
12
- import { CopyProjectVersionCommandInput, CopyProjectVersionCommandOutput } from "./commands/CopyProjectVersionCommand";
13
- import { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
14
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
15
- import { CreateFaceLivenessSessionCommandInput, CreateFaceLivenessSessionCommandOutput } from "./commands/CreateFaceLivenessSessionCommand";
16
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
17
- import { CreateProjectVersionCommandInput, CreateProjectVersionCommandOutput } from "./commands/CreateProjectVersionCommand";
18
- import { CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput } from "./commands/CreateStreamProcessorCommand";
19
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
20
- import { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
21
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
22
- import { DeleteFacesCommandInput, DeleteFacesCommandOutput } from "./commands/DeleteFacesCommand";
23
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
24
- import { DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput } from "./commands/DeleteProjectPolicyCommand";
25
- import { DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput } from "./commands/DeleteProjectVersionCommand";
26
- import { DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput } from "./commands/DeleteStreamProcessorCommand";
27
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
28
- import { DescribeCollectionCommandInput, DescribeCollectionCommandOutput } from "./commands/DescribeCollectionCommand";
29
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
30
- import { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "./commands/DescribeProjectsCommand";
31
- import { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "./commands/DescribeProjectVersionsCommand";
32
- import { DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput } from "./commands/DescribeStreamProcessorCommand";
33
- import { DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput } from "./commands/DetectCustomLabelsCommand";
34
- import { DetectFacesCommandInput, DetectFacesCommandOutput } from "./commands/DetectFacesCommand";
35
- import { DetectLabelsCommandInput, DetectLabelsCommandOutput } from "./commands/DetectLabelsCommand";
36
- import { DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput } from "./commands/DetectModerationLabelsCommand";
37
- import { DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput } from "./commands/DetectProtectiveEquipmentCommand";
38
- import { DetectTextCommandInput, DetectTextCommandOutput } from "./commands/DetectTextCommand";
39
- import { DisassociateFacesCommandInput, DisassociateFacesCommandOutput } from "./commands/DisassociateFacesCommand";
40
- import { DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput } from "./commands/DistributeDatasetEntriesCommand";
41
- import { GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput } from "./commands/GetCelebrityInfoCommand";
42
- import { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "./commands/GetCelebrityRecognitionCommand";
43
- import { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "./commands/GetContentModerationCommand";
44
- import { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "./commands/GetFaceDetectionCommand";
45
- import { GetFaceLivenessSessionResultsCommandInput, GetFaceLivenessSessionResultsCommandOutput } from "./commands/GetFaceLivenessSessionResultsCommand";
46
- import { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "./commands/GetFaceSearchCommand";
47
- import { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "./commands/GetLabelDetectionCommand";
48
- import { GetMediaAnalysisJobCommandInput, GetMediaAnalysisJobCommandOutput } from "./commands/GetMediaAnalysisJobCommand";
49
- import { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "./commands/GetPersonTrackingCommand";
50
- import { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "./commands/GetSegmentDetectionCommand";
51
- import { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "./commands/GetTextDetectionCommand";
52
- import { IndexFacesCommandInput, IndexFacesCommandOutput } from "./commands/IndexFacesCommand";
53
- import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
54
- import { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "./commands/ListDatasetEntriesCommand";
55
- import { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "./commands/ListDatasetLabelsCommand";
56
- import { ListFacesCommandInput, ListFacesCommandOutput } from "./commands/ListFacesCommand";
57
- import { ListMediaAnalysisJobsCommandInput, ListMediaAnalysisJobsCommandOutput } from "./commands/ListMediaAnalysisJobsCommand";
58
- import { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "./commands/ListProjectPoliciesCommand";
59
- import { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "./commands/ListStreamProcessorsCommand";
60
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
62
- import { PutProjectPolicyCommandInput, PutProjectPolicyCommandOutput } from "./commands/PutProjectPolicyCommand";
63
- import { RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput } from "./commands/RecognizeCelebritiesCommand";
64
- import { SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput } from "./commands/SearchFacesByImageCommand";
65
- import { SearchFacesCommandInput, SearchFacesCommandOutput } from "./commands/SearchFacesCommand";
66
- import { SearchUsersByImageCommandInput, SearchUsersByImageCommandOutput } from "./commands/SearchUsersByImageCommand";
67
- import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
68
- import { StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput } from "./commands/StartCelebrityRecognitionCommand";
69
- import { StartContentModerationCommandInput, StartContentModerationCommandOutput } from "./commands/StartContentModerationCommand";
70
- import { StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput } from "./commands/StartFaceDetectionCommand";
71
- import { StartFaceSearchCommandInput, StartFaceSearchCommandOutput } from "./commands/StartFaceSearchCommand";
72
- import { StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput } from "./commands/StartLabelDetectionCommand";
73
- import { StartMediaAnalysisJobCommandInput, StartMediaAnalysisJobCommandOutput } from "./commands/StartMediaAnalysisJobCommand";
74
- import { StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput } from "./commands/StartPersonTrackingCommand";
75
- import { StartProjectVersionCommandInput, StartProjectVersionCommandOutput } from "./commands/StartProjectVersionCommand";
76
- import { StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput } from "./commands/StartSegmentDetectionCommand";
77
- import { StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput } from "./commands/StartStreamProcessorCommand";
78
- import { StartTextDetectionCommandInput, StartTextDetectionCommandOutput } from "./commands/StartTextDetectionCommand";
79
- import { StopProjectVersionCommandInput, StopProjectVersionCommandOutput } from "./commands/StopProjectVersionCommand";
80
- import { StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput } from "./commands/StopStreamProcessorCommand";
81
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
82
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
83
- import { UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput } from "./commands/UpdateDatasetEntriesCommand";
84
- import { UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput } from "./commands/UpdateStreamProcessorCommand";
85
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AssociateFacesCommandInput, AssociateFacesCommandOutput } from "./commands/AssociateFacesCommand";
11
+ import type { CompareFacesCommandInput, CompareFacesCommandOutput } from "./commands/CompareFacesCommand";
12
+ import type { CopyProjectVersionCommandInput, CopyProjectVersionCommandOutput } from "./commands/CopyProjectVersionCommand";
13
+ import type { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
14
+ import type { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
15
+ import type { CreateFaceLivenessSessionCommandInput, CreateFaceLivenessSessionCommandOutput } from "./commands/CreateFaceLivenessSessionCommand";
16
+ import type { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
17
+ import type { CreateProjectVersionCommandInput, CreateProjectVersionCommandOutput } from "./commands/CreateProjectVersionCommand";
18
+ import type { CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput } from "./commands/CreateStreamProcessorCommand";
19
+ import type { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
20
+ import type { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
21
+ import type { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
22
+ import type { DeleteFacesCommandInput, DeleteFacesCommandOutput } from "./commands/DeleteFacesCommand";
23
+ import type { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
24
+ import type { DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput } from "./commands/DeleteProjectPolicyCommand";
25
+ import type { DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput } from "./commands/DeleteProjectVersionCommand";
26
+ import type { DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput } from "./commands/DeleteStreamProcessorCommand";
27
+ import type { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
28
+ import type { DescribeCollectionCommandInput, DescribeCollectionCommandOutput } from "./commands/DescribeCollectionCommand";
29
+ import type { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
30
+ import type { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "./commands/DescribeProjectsCommand";
31
+ import type { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "./commands/DescribeProjectVersionsCommand";
32
+ import type { DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput } from "./commands/DescribeStreamProcessorCommand";
33
+ import type { DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput } from "./commands/DetectCustomLabelsCommand";
34
+ import type { DetectFacesCommandInput, DetectFacesCommandOutput } from "./commands/DetectFacesCommand";
35
+ import type { DetectLabelsCommandInput, DetectLabelsCommandOutput } from "./commands/DetectLabelsCommand";
36
+ import type { DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput } from "./commands/DetectModerationLabelsCommand";
37
+ import type { DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput } from "./commands/DetectProtectiveEquipmentCommand";
38
+ import type { DetectTextCommandInput, DetectTextCommandOutput } from "./commands/DetectTextCommand";
39
+ import type { DisassociateFacesCommandInput, DisassociateFacesCommandOutput } from "./commands/DisassociateFacesCommand";
40
+ import type { DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput } from "./commands/DistributeDatasetEntriesCommand";
41
+ import type { GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput } from "./commands/GetCelebrityInfoCommand";
42
+ import type { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "./commands/GetCelebrityRecognitionCommand";
43
+ import type { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "./commands/GetContentModerationCommand";
44
+ import type { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "./commands/GetFaceDetectionCommand";
45
+ import type { GetFaceLivenessSessionResultsCommandInput, GetFaceLivenessSessionResultsCommandOutput } from "./commands/GetFaceLivenessSessionResultsCommand";
46
+ import type { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "./commands/GetFaceSearchCommand";
47
+ import type { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "./commands/GetLabelDetectionCommand";
48
+ import type { GetMediaAnalysisJobCommandInput, GetMediaAnalysisJobCommandOutput } from "./commands/GetMediaAnalysisJobCommand";
49
+ import type { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "./commands/GetPersonTrackingCommand";
50
+ import type { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "./commands/GetSegmentDetectionCommand";
51
+ import type { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "./commands/GetTextDetectionCommand";
52
+ import type { IndexFacesCommandInput, IndexFacesCommandOutput } from "./commands/IndexFacesCommand";
53
+ import type { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
54
+ import type { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "./commands/ListDatasetEntriesCommand";
55
+ import type { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "./commands/ListDatasetLabelsCommand";
56
+ import type { ListFacesCommandInput, ListFacesCommandOutput } from "./commands/ListFacesCommand";
57
+ import type { ListMediaAnalysisJobsCommandInput, ListMediaAnalysisJobsCommandOutput } from "./commands/ListMediaAnalysisJobsCommand";
58
+ import type { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "./commands/ListProjectPoliciesCommand";
59
+ import type { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "./commands/ListStreamProcessorsCommand";
60
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
+ import type { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
62
+ import type { PutProjectPolicyCommandInput, PutProjectPolicyCommandOutput } from "./commands/PutProjectPolicyCommand";
63
+ import type { RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput } from "./commands/RecognizeCelebritiesCommand";
64
+ import type { SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput } from "./commands/SearchFacesByImageCommand";
65
+ import type { SearchFacesCommandInput, SearchFacesCommandOutput } from "./commands/SearchFacesCommand";
66
+ import type { SearchUsersByImageCommandInput, SearchUsersByImageCommandOutput } from "./commands/SearchUsersByImageCommand";
67
+ import type { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
68
+ import type { StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput } from "./commands/StartCelebrityRecognitionCommand";
69
+ import type { StartContentModerationCommandInput, StartContentModerationCommandOutput } from "./commands/StartContentModerationCommand";
70
+ import type { StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput } from "./commands/StartFaceDetectionCommand";
71
+ import type { StartFaceSearchCommandInput, StartFaceSearchCommandOutput } from "./commands/StartFaceSearchCommand";
72
+ import type { StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput } from "./commands/StartLabelDetectionCommand";
73
+ import type { StartMediaAnalysisJobCommandInput, StartMediaAnalysisJobCommandOutput } from "./commands/StartMediaAnalysisJobCommand";
74
+ import type { StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput } from "./commands/StartPersonTrackingCommand";
75
+ import type { StartProjectVersionCommandInput, StartProjectVersionCommandOutput } from "./commands/StartProjectVersionCommand";
76
+ import type { StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput } from "./commands/StartSegmentDetectionCommand";
77
+ import type { StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput } from "./commands/StartStreamProcessorCommand";
78
+ import type { StartTextDetectionCommandInput, StartTextDetectionCommandOutput } from "./commands/StartTextDetectionCommand";
79
+ import type { StopProjectVersionCommandInput, StopProjectVersionCommandOutput } from "./commands/StopProjectVersionCommand";
80
+ import type { StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput } from "./commands/StopStreamProcessorCommand";
81
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
82
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
83
+ import type { UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput } from "./commands/UpdateDatasetEntriesCommand";
84
+ import type { UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput } from "./commands/UpdateStreamProcessorCommand";
85
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
86
86
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
87
87
  export { __Client };
88
88
  /**
@@ -191,7 +191,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
191
191
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
192
192
  * @internal
193
193
  */
194
- defaultUserAgentProvider?: Provider<__UserAgent>;
194
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
195
195
  /**
196
196
  * Default credentials provider; Not available in browser runtime.
197
197
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { RekognitionHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -378,7 +378,7 @@
378
378
  */
379
379
  export * from "./RekognitionClient";
380
380
  export * from "./Rekognition";
381
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
381
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
382
382
  export type { RuntimeExtension } from "./runtimeExtensions";
383
383
  export type { RekognitionExtensionConfiguration } from "./extensionConfiguration";
384
384
  export * from "./commands";
@@ -1,5 +1,5 @@
1
1
  import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
2
- import { Attribute, BodyPart, CelebrityRecognitionSortBy, ChallengeType, ContentClassifier, ContentModerationAggregateBy, ContentModerationSortBy, CustomizationFeature, DatasetStatus, DatasetStatusMessageCode, DatasetType, DetectLabelsFeatureName, EmotionName, FaceAttributes, FaceSearchSortBy, GenderType, KnownGenderType, LabelDetectionAggregateBy, LabelDetectionFeatureName, LabelDetectionSortBy, LandmarkType, LivenessSessionStatus, MediaAnalysisJobFailureCode, MediaAnalysisJobStatus, OrientationCorrection, PersonTrackingSortBy, ProjectAutoUpdate, ProjectStatus, ProjectVersionStatus, ProtectiveEquipmentType, QualityFilter, Reason, SegmentType, StreamProcessorParameterToDelete, StreamProcessorStatus, TechnicalCueType, TextTypes, UnsearchedFaceReason, UnsuccessfulFaceAssociationReason, UnsuccessfulFaceDeletionReason, UnsuccessfulFaceDisassociationReason, UserStatus, VideoColorRange, VideoJobStatus } from "./enums";
2
+ import type { Attribute, BodyPart, CelebrityRecognitionSortBy, ChallengeType, ContentClassifier, ContentModerationAggregateBy, ContentModerationSortBy, CustomizationFeature, DatasetStatus, DatasetStatusMessageCode, DatasetType, DetectLabelsFeatureName, EmotionName, FaceAttributes, FaceSearchSortBy, GenderType, KnownGenderType, LabelDetectionAggregateBy, LabelDetectionFeatureName, LabelDetectionSortBy, LandmarkType, LivenessSessionStatus, MediaAnalysisJobFailureCode, MediaAnalysisJobStatus, OrientationCorrection, PersonTrackingSortBy, ProjectAutoUpdate, ProjectStatus, ProjectVersionStatus, ProtectiveEquipmentType, QualityFilter, Reason, SegmentType, StreamProcessorParameterToDelete, StreamProcessorStatus, TechnicalCueType, TextTypes, UnsearchedFaceReason, UnsuccessfulFaceAssociationReason, UnsuccessfulFaceDeletionReason, UnsuccessfulFaceDisassociationReason, UserStatus, VideoColorRange, VideoJobStatus } from "./enums";
3
3
  /**
4
4
  * <p>Structure containing the estimated age range, in years, for a face.</p>
5
5
  * <p>Amazon Rekognition estimates an age range for faces detected in the input image. Estimated age
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput } from "../commands/DescribeProjectVersionsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeProjectsCommandInput, DescribeProjectsCommandOutput } from "../commands/DescribeProjectsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput } from "../commands/GetCelebrityRecognitionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetContentModerationCommandInput, GetContentModerationCommandOutput } from "../commands/GetContentModerationCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput } from "../commands/GetFaceDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetFaceSearchCommandInput, GetFaceSearchCommandOutput } from "../commands/GetFaceSearchCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput } from "../commands/GetLabelDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput } from "../commands/GetPersonTrackingCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "../commands/GetSegmentDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetTextDetectionCommandInput, GetTextDetectionCommandOutput } from "../commands/GetTextDetectionCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "../commands/ListCollectionsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput } from "../commands/ListDatasetEntriesCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput } from "../commands/ListDatasetLabelsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFacesCommandInput, ListFacesCommandOutput } from "../commands/ListFacesCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMediaAnalysisJobsCommandInput, ListMediaAnalysisJobsCommandOutput } from "../commands/ListMediaAnalysisJobsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput } from "../commands/ListProjectPoliciesCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput } from "../commands/ListStreamProcessorsCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
- import { RekognitionPaginationConfiguration } from "./Interfaces";
3
+ import type { RekognitionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -522,7 +521,7 @@ export interface ClientDefaults
522
521
  useFipsEndpoint?: boolean | __Provider<boolean>;
523
522
  region?: string | __Provider<string>;
524
523
  profile?: string;
525
- defaultUserAgentProvider?: Provider<__UserAgent>;
524
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
526
525
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
527
526
  maxAttempts?: number | __Provider<number>;
528
527
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { RekognitionHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeProjectVersionsCommandInput } from "../commands/DescribeProjectVersionsCommand";
3
- import { RekognitionClient } from "../RekognitionClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeProjectVersionsCommandInput } from "../commands/DescribeProjectVersionsCommand";
3
+ import type { RekognitionClient } from "../RekognitionClient";
4
4
  /**
5
5
  * Wait until the ProjectVersion is running.
6
6
  * @deprecated Use waitUntilProjectVersionRunning instead. waitForProjectVersionRunning does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeProjectVersionsCommandInput } from "../commands/DescribeProjectVersionsCommand";
3
- import { RekognitionClient } from "../RekognitionClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeProjectVersionsCommandInput } from "../commands/DescribeProjectVersionsCommand";
3
+ import type { RekognitionClient } from "../RekognitionClient";
4
4
  /**
5
5
  * Wait until the ProjectVersion training completes.
6
6
  * @deprecated Use waitUntilProjectVersionTrainingCompleted instead. waitForProjectVersionTrainingCompleted does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rekognition",
3
3
  "description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rekognition",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
- "@smithy/util-waiter": "^4.2.13",
60
+ "@smithy/util-waiter": "^4.2.14",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {