@aws-sdk/client-rekognition 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
  3. package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2121 -2714
  73. package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  84. package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  91. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  96. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  97. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
  98. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
  99. package/package.json +35 -35
@@ -1,17 +1,39 @@
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 { DetectModerationLabelsRequest, DetectModerationLabelsResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DetectModerationLabelsCommandInput extends DetectModerationLabelsRequest {
6
- }
7
- export interface DetectModerationLabelsCommandOutput extends DetectModerationLabelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectModerationLabelsCommand extends $Command<DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DetectModerationLabelsCommandInput;
12
- constructor(input: DetectModerationLabelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput>;
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
+ DetectModerationLabelsRequest,
10
+ DetectModerationLabelsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DetectModerationLabelsCommandInput
18
+ extends DetectModerationLabelsRequest {}
19
+ export interface DetectModerationLabelsCommandOutput
20
+ extends DetectModerationLabelsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DetectModerationLabelsCommand extends $Command<
23
+ DetectModerationLabelsCommandInput,
24
+ DetectModerationLabelsCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: DetectModerationLabelsCommandInput;
28
+ constructor(input: DetectModerationLabelsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DetectModerationLabelsCommandInput,
35
+ DetectModerationLabelsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DetectProtectiveEquipmentRequest, DetectProtectiveEquipmentResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DetectProtectiveEquipmentCommandInput extends DetectProtectiveEquipmentRequest {
6
- }
7
- export interface DetectProtectiveEquipmentCommandOutput extends DetectProtectiveEquipmentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectProtectiveEquipmentCommand extends $Command<DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DetectProtectiveEquipmentCommandInput;
12
- constructor(input: DetectProtectiveEquipmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput>;
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
+ DetectProtectiveEquipmentRequest,
10
+ DetectProtectiveEquipmentResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DetectProtectiveEquipmentCommandInput
18
+ extends DetectProtectiveEquipmentRequest {}
19
+ export interface DetectProtectiveEquipmentCommandOutput
20
+ extends DetectProtectiveEquipmentResponse,
21
+ __MetadataBearer {}
22
+ export declare class DetectProtectiveEquipmentCommand extends $Command<
23
+ DetectProtectiveEquipmentCommandInput,
24
+ DetectProtectiveEquipmentCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: DetectProtectiveEquipmentCommandInput;
28
+ constructor(input: DetectProtectiveEquipmentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DetectProtectiveEquipmentCommandInput,
35
+ DetectProtectiveEquipmentCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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 { DetectTextRequest, DetectTextResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DetectTextCommandInput extends DetectTextRequest {
6
- }
7
- export interface DetectTextCommandOutput extends DetectTextResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectTextCommand extends $Command<DetectTextCommandInput, DetectTextCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DetectTextCommandInput;
12
- constructor(input: DetectTextCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectTextCommandInput, DetectTextCommandOutput>;
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 { DetectTextRequest, DetectTextResponse } from "../models/models_0";
9
+ import {
10
+ RekognitionClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RekognitionClient";
14
+ export interface DetectTextCommandInput extends DetectTextRequest {}
15
+ export interface DetectTextCommandOutput
16
+ extends DetectTextResponse,
17
+ __MetadataBearer {}
18
+ export declare class DetectTextCommand extends $Command<
19
+ DetectTextCommandInput,
20
+ DetectTextCommandOutput,
21
+ RekognitionClientResolvedConfig
22
+ > {
23
+ readonly input: DetectTextCommandInput;
24
+ constructor(input: DetectTextCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RekognitionClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DetectTextCommandInput, DetectTextCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { DistributeDatasetEntriesRequest, DistributeDatasetEntriesResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DistributeDatasetEntriesCommandInput extends DistributeDatasetEntriesRequest {
6
- }
7
- export interface DistributeDatasetEntriesCommandOutput extends DistributeDatasetEntriesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DistributeDatasetEntriesCommand extends $Command<DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DistributeDatasetEntriesCommandInput;
12
- constructor(input: DistributeDatasetEntriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput>;
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
+ DistributeDatasetEntriesRequest,
10
+ DistributeDatasetEntriesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DistributeDatasetEntriesCommandInput
18
+ extends DistributeDatasetEntriesRequest {}
19
+ export interface DistributeDatasetEntriesCommandOutput
20
+ extends DistributeDatasetEntriesResponse,
21
+ __MetadataBearer {}
22
+ export declare class DistributeDatasetEntriesCommand extends $Command<
23
+ DistributeDatasetEntriesCommandInput,
24
+ DistributeDatasetEntriesCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: DistributeDatasetEntriesCommandInput;
28
+ constructor(input: DistributeDatasetEntriesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DistributeDatasetEntriesCommandInput,
35
+ DistributeDatasetEntriesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { GetCelebrityInfoRequest, GetCelebrityInfoResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetCelebrityInfoCommandInput extends GetCelebrityInfoRequest {
6
- }
7
- export interface GetCelebrityInfoCommandOutput extends GetCelebrityInfoResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCelebrityInfoCommand extends $Command<GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetCelebrityInfoCommandInput;
12
- constructor(input: GetCelebrityInfoCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput>;
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
+ GetCelebrityInfoRequest,
10
+ GetCelebrityInfoResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetCelebrityInfoCommandInput extends GetCelebrityInfoRequest {}
18
+ export interface GetCelebrityInfoCommandOutput
19
+ extends GetCelebrityInfoResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetCelebrityInfoCommand extends $Command<
22
+ GetCelebrityInfoCommandInput,
23
+ GetCelebrityInfoCommandOutput,
24
+ RekognitionClientResolvedConfig
25
+ > {
26
+ readonly input: GetCelebrityInfoCommandInput;
27
+ constructor(input: GetCelebrityInfoCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RekognitionClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetCelebrityRecognitionCommandInput extends GetCelebrityRecognitionRequest {
6
- }
7
- export interface GetCelebrityRecognitionCommandOutput extends GetCelebrityRecognitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCelebrityRecognitionCommand extends $Command<GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetCelebrityRecognitionCommandInput;
12
- constructor(input: GetCelebrityRecognitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput>;
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
+ GetCelebrityRecognitionRequest,
10
+ GetCelebrityRecognitionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetCelebrityRecognitionCommandInput
18
+ extends GetCelebrityRecognitionRequest {}
19
+ export interface GetCelebrityRecognitionCommandOutput
20
+ extends GetCelebrityRecognitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetCelebrityRecognitionCommand extends $Command<
23
+ GetCelebrityRecognitionCommandInput,
24
+ GetCelebrityRecognitionCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: GetCelebrityRecognitionCommandInput;
28
+ constructor(input: GetCelebrityRecognitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCelebrityRecognitionCommandInput,
35
+ GetCelebrityRecognitionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { GetContentModerationRequest, GetContentModerationResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetContentModerationCommandInput extends GetContentModerationRequest {
6
- }
7
- export interface GetContentModerationCommandOutput extends GetContentModerationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContentModerationCommand extends $Command<GetContentModerationCommandInput, GetContentModerationCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetContentModerationCommandInput;
12
- constructor(input: GetContentModerationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContentModerationCommandInput, GetContentModerationCommandOutput>;
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
+ GetContentModerationRequest,
10
+ GetContentModerationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetContentModerationCommandInput
18
+ extends GetContentModerationRequest {}
19
+ export interface GetContentModerationCommandOutput
20
+ extends GetContentModerationResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetContentModerationCommand extends $Command<
23
+ GetContentModerationCommandInput,
24
+ GetContentModerationCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: GetContentModerationCommandInput;
28
+ constructor(input: GetContentModerationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetContentModerationCommandInput,
35
+ GetContentModerationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { GetFaceDetectionRequest, GetFaceDetectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetFaceDetectionCommandInput extends GetFaceDetectionRequest {
6
- }
7
- export interface GetFaceDetectionCommandOutput extends GetFaceDetectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFaceDetectionCommand extends $Command<GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetFaceDetectionCommandInput;
12
- constructor(input: GetFaceDetectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput>;
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
+ GetFaceDetectionRequest,
10
+ GetFaceDetectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetFaceDetectionCommandInput extends GetFaceDetectionRequest {}
18
+ export interface GetFaceDetectionCommandOutput
19
+ extends GetFaceDetectionResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetFaceDetectionCommand extends $Command<
22
+ GetFaceDetectionCommandInput,
23
+ GetFaceDetectionCommandOutput,
24
+ RekognitionClientResolvedConfig
25
+ > {
26
+ readonly input: GetFaceDetectionCommandInput;
27
+ constructor(input: GetFaceDetectionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RekognitionClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { GetFaceSearchRequest, GetFaceSearchResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetFaceSearchCommandInput extends GetFaceSearchRequest {
6
- }
7
- export interface GetFaceSearchCommandOutput extends GetFaceSearchResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFaceSearchCommand extends $Command<GetFaceSearchCommandInput, GetFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetFaceSearchCommandInput;
12
- constructor(input: GetFaceSearchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFaceSearchCommandInput, GetFaceSearchCommandOutput>;
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
+ GetFaceSearchRequest,
10
+ GetFaceSearchResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetFaceSearchCommandInput extends GetFaceSearchRequest {}
18
+ export interface GetFaceSearchCommandOutput
19
+ extends GetFaceSearchResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetFaceSearchCommand extends $Command<
22
+ GetFaceSearchCommandInput,
23
+ GetFaceSearchCommandOutput,
24
+ RekognitionClientResolvedConfig
25
+ > {
26
+ readonly input: GetFaceSearchCommandInput;
27
+ constructor(input: GetFaceSearchCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RekognitionClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetFaceSearchCommandInput, GetFaceSearchCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { GetLabelDetectionRequest, GetLabelDetectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetLabelDetectionCommandInput extends GetLabelDetectionRequest {
6
- }
7
- export interface GetLabelDetectionCommandOutput extends GetLabelDetectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLabelDetectionCommand extends $Command<GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetLabelDetectionCommandInput;
12
- constructor(input: GetLabelDetectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput>;
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
+ GetLabelDetectionRequest,
10
+ GetLabelDetectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetLabelDetectionCommandInput
18
+ extends GetLabelDetectionRequest {}
19
+ export interface GetLabelDetectionCommandOutput
20
+ extends GetLabelDetectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetLabelDetectionCommand extends $Command<
23
+ GetLabelDetectionCommandInput,
24
+ GetLabelDetectionCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: GetLabelDetectionCommandInput;
28
+ constructor(input: GetLabelDetectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { GetPersonTrackingRequest, GetPersonTrackingResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface GetPersonTrackingCommandInput extends GetPersonTrackingRequest {
6
- }
7
- export interface GetPersonTrackingCommandOutput extends GetPersonTrackingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPersonTrackingCommand extends $Command<GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: GetPersonTrackingCommandInput;
12
- constructor(input: GetPersonTrackingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput>;
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
+ GetPersonTrackingRequest,
10
+ GetPersonTrackingResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface GetPersonTrackingCommandInput
18
+ extends GetPersonTrackingRequest {}
19
+ export interface GetPersonTrackingCommandOutput
20
+ extends GetPersonTrackingResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetPersonTrackingCommand extends $Command<
23
+ GetPersonTrackingCommandInput,
24
+ GetPersonTrackingCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: GetPersonTrackingCommandInput;
28
+ constructor(input: GetPersonTrackingCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RekognitionClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }