@aws-sdk/client-rekognition 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Rekognition.d.ts +1138 -320
  3. package/dist-types/ts3.4/RekognitionClient.d.ts +507 -136
  4. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +38 -17
  58. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +8 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2935 -2714
  73. package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  84. package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  91. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  96. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  97. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +13 -7
  98. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +13 -7
  99. package/package.json +35 -35
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RecognizeCelebritiesRequest, RecognizeCelebritiesResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface RecognizeCelebritiesCommandInput extends RecognizeCelebritiesRequest {
6
- }
7
- export interface RecognizeCelebritiesCommandOutput extends RecognizeCelebritiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RecognizeCelebritiesCommand extends $Command<RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: RecognizeCelebritiesCommandInput;
12
- constructor(input: RecognizeCelebritiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RecognizeCelebritiesRequest,
10
+ RecognizeCelebritiesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface RecognizeCelebritiesCommandInput
18
+ extends RecognizeCelebritiesRequest {}
19
+ export interface RecognizeCelebritiesCommandOutput
20
+ extends RecognizeCelebritiesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RecognizeCelebritiesCommand extends $Command<
24
+ RecognizeCelebritiesCommandInput,
25
+ RecognizeCelebritiesCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: RecognizeCelebritiesCommandInput;
29
+ constructor(input: RecognizeCelebritiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RecognizeCelebritiesCommandInput,
37
+ RecognizeCelebritiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SearchFacesByImageRequest, SearchFacesByImageResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface SearchFacesByImageCommandInput extends SearchFacesByImageRequest {
6
- }
7
- export interface SearchFacesByImageCommandOutput extends SearchFacesByImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchFacesByImageCommand extends $Command<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: SearchFacesByImageCommandInput;
12
- constructor(input: SearchFacesByImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ SearchFacesByImageRequest,
10
+ SearchFacesByImageResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface SearchFacesByImageCommandInput
18
+ extends SearchFacesByImageRequest {}
19
+ export interface SearchFacesByImageCommandOutput
20
+ extends SearchFacesByImageResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class SearchFacesByImageCommand extends $Command<
24
+ SearchFacesByImageCommandInput,
25
+ SearchFacesByImageCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: SearchFacesByImageCommandInput;
29
+ constructor(input: SearchFacesByImageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface SearchFacesCommandInput extends SearchFacesRequest {
6
- }
7
- export interface SearchFacesCommandOutput extends SearchFacesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchFacesCommand extends $Command<SearchFacesCommandInput, SearchFacesCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: SearchFacesCommandInput;
12
- constructor(input: SearchFacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFacesCommandInput, SearchFacesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0";
9
+ import {
10
+ RekognitionClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RekognitionClient";
14
+ export interface SearchFacesCommandInput extends SearchFacesRequest {}
15
+ export interface SearchFacesCommandOutput
16
+ extends SearchFacesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class SearchFacesCommand extends $Command<
20
+ SearchFacesCommandInput,
21
+ SearchFacesCommandOutput,
22
+ RekognitionClientResolvedConfig
23
+ > {
24
+ readonly input: SearchFacesCommandInput;
25
+ constructor(input: SearchFacesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RekognitionClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<SearchFacesCommandInput, SearchFacesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartCelebrityRecognitionRequest, StartCelebrityRecognitionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartCelebrityRecognitionCommandInput extends StartCelebrityRecognitionRequest {
6
- }
7
- export interface StartCelebrityRecognitionCommandOutput extends StartCelebrityRecognitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartCelebrityRecognitionCommand extends $Command<StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartCelebrityRecognitionCommandInput;
12
- constructor(input: StartCelebrityRecognitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartCelebrityRecognitionRequest,
10
+ StartCelebrityRecognitionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartCelebrityRecognitionCommandInput
18
+ extends StartCelebrityRecognitionRequest {}
19
+ export interface StartCelebrityRecognitionCommandOutput
20
+ extends StartCelebrityRecognitionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartCelebrityRecognitionCommand extends $Command<
24
+ StartCelebrityRecognitionCommandInput,
25
+ StartCelebrityRecognitionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartCelebrityRecognitionCommandInput;
29
+ constructor(input: StartCelebrityRecognitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartCelebrityRecognitionCommandInput,
37
+ StartCelebrityRecognitionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartContentModerationRequest, StartContentModerationResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartContentModerationCommandInput extends StartContentModerationRequest {
6
- }
7
- export interface StartContentModerationCommandOutput extends StartContentModerationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartContentModerationCommand extends $Command<StartContentModerationCommandInput, StartContentModerationCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartContentModerationCommandInput;
12
- constructor(input: StartContentModerationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContentModerationCommandInput, StartContentModerationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartContentModerationRequest,
10
+ StartContentModerationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartContentModerationCommandInput
18
+ extends StartContentModerationRequest {}
19
+ export interface StartContentModerationCommandOutput
20
+ extends StartContentModerationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartContentModerationCommand extends $Command<
24
+ StartContentModerationCommandInput,
25
+ StartContentModerationCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartContentModerationCommandInput;
29
+ constructor(input: StartContentModerationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartContentModerationCommandInput,
37
+ StartContentModerationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartFaceDetectionRequest, StartFaceDetectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartFaceDetectionCommandInput extends StartFaceDetectionRequest {
6
- }
7
- export interface StartFaceDetectionCommandOutput extends StartFaceDetectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartFaceDetectionCommand extends $Command<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartFaceDetectionCommandInput;
12
- constructor(input: StartFaceDetectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartFaceDetectionRequest,
10
+ StartFaceDetectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartFaceDetectionCommandInput
18
+ extends StartFaceDetectionRequest {}
19
+ export interface StartFaceDetectionCommandOutput
20
+ extends StartFaceDetectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartFaceDetectionCommand extends $Command<
24
+ StartFaceDetectionCommandInput,
25
+ StartFaceDetectionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartFaceDetectionCommandInput;
29
+ constructor(input: StartFaceDetectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartFaceSearchRequest, StartFaceSearchResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartFaceSearchCommandInput extends StartFaceSearchRequest {
6
- }
7
- export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartFaceSearchCommand extends $Command<StartFaceSearchCommandInput, StartFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartFaceSearchCommandInput;
12
- constructor(input: StartFaceSearchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFaceSearchCommandInput, StartFaceSearchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartFaceSearchRequest,
10
+ StartFaceSearchResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartFaceSearchCommandInput extends StartFaceSearchRequest {}
18
+ export interface StartFaceSearchCommandOutput
19
+ extends StartFaceSearchResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class StartFaceSearchCommand extends $Command<
23
+ StartFaceSearchCommandInput,
24
+ StartFaceSearchCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: StartFaceSearchCommandInput;
28
+ constructor(input: StartFaceSearchCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: RekognitionClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StartFaceSearchCommandInput, StartFaceSearchCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartLabelDetectionRequest, StartLabelDetectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartLabelDetectionCommandInput extends StartLabelDetectionRequest {
6
- }
7
- export interface StartLabelDetectionCommandOutput extends StartLabelDetectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartLabelDetectionCommand extends $Command<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartLabelDetectionCommandInput;
12
- constructor(input: StartLabelDetectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartLabelDetectionRequest,
10
+ StartLabelDetectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartLabelDetectionCommandInput
18
+ extends StartLabelDetectionRequest {}
19
+ export interface StartLabelDetectionCommandOutput
20
+ extends StartLabelDetectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartLabelDetectionCommand extends $Command<
24
+ StartLabelDetectionCommandInput,
25
+ StartLabelDetectionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartLabelDetectionCommandInput;
29
+ constructor(input: StartLabelDetectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartPersonTrackingRequest, StartPersonTrackingResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartPersonTrackingCommandInput extends StartPersonTrackingRequest {
6
- }
7
- export interface StartPersonTrackingCommandOutput extends StartPersonTrackingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartPersonTrackingCommand extends $Command<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartPersonTrackingCommandInput;
12
- constructor(input: StartPersonTrackingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartPersonTrackingRequest,
10
+ StartPersonTrackingResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartPersonTrackingCommandInput
18
+ extends StartPersonTrackingRequest {}
19
+ export interface StartPersonTrackingCommandOutput
20
+ extends StartPersonTrackingResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartPersonTrackingCommand extends $Command<
24
+ StartPersonTrackingCommandInput,
25
+ StartPersonTrackingCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartPersonTrackingCommandInput;
29
+ constructor(input: StartPersonTrackingCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartProjectVersionRequest, StartProjectVersionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartProjectVersionCommandInput extends StartProjectVersionRequest {
6
- }
7
- export interface StartProjectVersionCommandOutput extends StartProjectVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartProjectVersionCommand extends $Command<StartProjectVersionCommandInput, StartProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartProjectVersionCommandInput;
12
- constructor(input: StartProjectVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartProjectVersionCommandInput, StartProjectVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartProjectVersionRequest,
10
+ StartProjectVersionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartProjectVersionCommandInput
18
+ extends StartProjectVersionRequest {}
19
+ export interface StartProjectVersionCommandOutput
20
+ extends StartProjectVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartProjectVersionCommand extends $Command<
24
+ StartProjectVersionCommandInput,
25
+ StartProjectVersionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartProjectVersionCommandInput;
29
+ constructor(input: StartProjectVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartProjectVersionCommandInput, StartProjectVersionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartSegmentDetectionRequest, StartSegmentDetectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartSegmentDetectionCommandInput extends StartSegmentDetectionRequest {
6
- }
7
- export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartSegmentDetectionCommand extends $Command<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartSegmentDetectionCommandInput;
12
- constructor(input: StartSegmentDetectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartSegmentDetectionRequest,
10
+ StartSegmentDetectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartSegmentDetectionCommandInput
18
+ extends StartSegmentDetectionRequest {}
19
+ export interface StartSegmentDetectionCommandOutput
20
+ extends StartSegmentDetectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartSegmentDetectionCommand extends $Command<
24
+ StartSegmentDetectionCommandInput,
25
+ StartSegmentDetectionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartSegmentDetectionCommandInput;
29
+ constructor(input: StartSegmentDetectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartSegmentDetectionCommandInput,
37
+ StartSegmentDetectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }