@aws-sdk/client-rekognition 3.169.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 +8 -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,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 { DeleteProjectPolicyRequest, DeleteProjectPolicyResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DeleteProjectPolicyCommandInput extends DeleteProjectPolicyRequest {
6
- }
7
- export interface DeleteProjectPolicyCommandOutput extends DeleteProjectPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProjectPolicyCommand extends $Command<DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DeleteProjectPolicyCommandInput;
12
- constructor(input: DeleteProjectPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput>;
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
+ DeleteProjectPolicyRequest,
10
+ DeleteProjectPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DeleteProjectPolicyCommandInput
18
+ extends DeleteProjectPolicyRequest {}
19
+ export interface DeleteProjectPolicyCommandOutput
20
+ extends DeleteProjectPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteProjectPolicyCommand extends $Command<
24
+ DeleteProjectPolicyCommandInput,
25
+ DeleteProjectPolicyCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteProjectPolicyCommandInput;
29
+ constructor(input: DeleteProjectPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput>;
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 { DeleteProjectVersionRequest, DeleteProjectVersionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DeleteProjectVersionCommandInput extends DeleteProjectVersionRequest {
6
- }
7
- export interface DeleteProjectVersionCommandOutput extends DeleteProjectVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProjectVersionCommand extends $Command<DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DeleteProjectVersionCommandInput;
12
- constructor(input: DeleteProjectVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput>;
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
+ DeleteProjectVersionRequest,
10
+ DeleteProjectVersionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DeleteProjectVersionCommandInput
18
+ extends DeleteProjectVersionRequest {}
19
+ export interface DeleteProjectVersionCommandOutput
20
+ extends DeleteProjectVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteProjectVersionCommand extends $Command<
24
+ DeleteProjectVersionCommandInput,
25
+ DeleteProjectVersionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteProjectVersionCommandInput;
29
+ constructor(input: DeleteProjectVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteProjectVersionCommandInput,
37
+ DeleteProjectVersionCommandOutput
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 { DeleteStreamProcessorRequest, DeleteStreamProcessorResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DeleteStreamProcessorCommandInput extends DeleteStreamProcessorRequest {
6
- }
7
- export interface DeleteStreamProcessorCommandOutput extends DeleteStreamProcessorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStreamProcessorCommand extends $Command<DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DeleteStreamProcessorCommandInput;
12
- constructor(input: DeleteStreamProcessorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput>;
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
+ DeleteStreamProcessorRequest,
10
+ DeleteStreamProcessorResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DeleteStreamProcessorCommandInput
18
+ extends DeleteStreamProcessorRequest {}
19
+ export interface DeleteStreamProcessorCommandOutput
20
+ extends DeleteStreamProcessorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteStreamProcessorCommand extends $Command<
24
+ DeleteStreamProcessorCommandInput,
25
+ DeleteStreamProcessorCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteStreamProcessorCommandInput;
29
+ constructor(input: DeleteStreamProcessorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteStreamProcessorCommandInput,
37
+ DeleteStreamProcessorCommandOutput
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 { DescribeCollectionRequest, DescribeCollectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DescribeCollectionCommandInput extends DescribeCollectionRequest {
6
- }
7
- export interface DescribeCollectionCommandOutput extends DescribeCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCollectionCommand extends $Command<DescribeCollectionCommandInput, DescribeCollectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DescribeCollectionCommandInput;
12
- constructor(input: DescribeCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCollectionCommandInput, DescribeCollectionCommandOutput>;
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
+ DescribeCollectionRequest,
10
+ DescribeCollectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DescribeCollectionCommandInput
18
+ extends DescribeCollectionRequest {}
19
+ export interface DescribeCollectionCommandOutput
20
+ extends DescribeCollectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeCollectionCommand extends $Command<
24
+ DescribeCollectionCommandInput,
25
+ DescribeCollectionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeCollectionCommandInput;
29
+ constructor(input: DescribeCollectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeCollectionCommandInput, DescribeCollectionCommandOutput>;
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 { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
6
- }
7
- export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DescribeDatasetCommandInput;
12
- constructor(input: DescribeDatasetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
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
+ DescribeDatasetRequest,
10
+ DescribeDatasetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
+ export interface DescribeDatasetCommandOutput
19
+ extends DescribeDatasetResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeDatasetCommand extends $Command<
23
+ DescribeDatasetCommandInput,
24
+ DescribeDatasetCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeDatasetCommandInput;
28
+ constructor(input: DescribeDatasetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: RekognitionClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DescribeProjectVersionsRequest, DescribeProjectVersionsResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DescribeProjectVersionsCommandInput extends DescribeProjectVersionsRequest {
6
- }
7
- export interface DescribeProjectVersionsCommandOutput extends DescribeProjectVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProjectVersionsCommand extends $Command<DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DescribeProjectVersionsCommandInput;
12
- constructor(input: DescribeProjectVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput>;
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
+ DescribeProjectVersionsRequest,
10
+ DescribeProjectVersionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DescribeProjectVersionsCommandInput
18
+ extends DescribeProjectVersionsRequest {}
19
+ export interface DescribeProjectVersionsCommandOutput
20
+ extends DescribeProjectVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeProjectVersionsCommand extends $Command<
24
+ DescribeProjectVersionsCommandInput,
25
+ DescribeProjectVersionsCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeProjectVersionsCommandInput;
29
+ constructor(input: DescribeProjectVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeProjectVersionsCommandInput,
37
+ DescribeProjectVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DescribeProjectsRequest, DescribeProjectsResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DescribeProjectsCommandInput extends DescribeProjectsRequest {
6
- }
7
- export interface DescribeProjectsCommandOutput extends DescribeProjectsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProjectsCommand extends $Command<DescribeProjectsCommandInput, DescribeProjectsCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DescribeProjectsCommandInput;
12
- constructor(input: DescribeProjectsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProjectsCommandInput, DescribeProjectsCommandOutput>;
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
+ DescribeProjectsRequest,
10
+ DescribeProjectsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DescribeProjectsCommandInput extends DescribeProjectsRequest {}
18
+ export interface DescribeProjectsCommandOutput
19
+ extends DescribeProjectsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeProjectsCommand extends $Command<
23
+ DescribeProjectsCommandInput,
24
+ DescribeProjectsCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeProjectsCommandInput;
28
+ constructor(input: DescribeProjectsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: RekognitionClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeProjectsCommandInput, DescribeProjectsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DescribeStreamProcessorRequest, DescribeStreamProcessorResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DescribeStreamProcessorCommandInput extends DescribeStreamProcessorRequest {
6
- }
7
- export interface DescribeStreamProcessorCommandOutput extends DescribeStreamProcessorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStreamProcessorCommand extends $Command<DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DescribeStreamProcessorCommandInput;
12
- constructor(input: DescribeStreamProcessorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput>;
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
+ DescribeStreamProcessorRequest,
10
+ DescribeStreamProcessorResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DescribeStreamProcessorCommandInput
18
+ extends DescribeStreamProcessorRequest {}
19
+ export interface DescribeStreamProcessorCommandOutput
20
+ extends DescribeStreamProcessorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeStreamProcessorCommand extends $Command<
24
+ DescribeStreamProcessorCommandInput,
25
+ DescribeStreamProcessorCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeStreamProcessorCommandInput;
29
+ constructor(input: DescribeStreamProcessorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeStreamProcessorCommandInput,
37
+ DescribeStreamProcessorCommandOutput
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 { DetectCustomLabelsRequest, DetectCustomLabelsResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DetectCustomLabelsCommandInput extends DetectCustomLabelsRequest {
6
- }
7
- export interface DetectCustomLabelsCommandOutput extends DetectCustomLabelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectCustomLabelsCommand extends $Command<DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DetectCustomLabelsCommandInput;
12
- constructor(input: DetectCustomLabelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput>;
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
+ DetectCustomLabelsRequest,
10
+ DetectCustomLabelsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface DetectCustomLabelsCommandInput
18
+ extends DetectCustomLabelsRequest {}
19
+ export interface DetectCustomLabelsCommandOutput
20
+ extends DetectCustomLabelsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DetectCustomLabelsCommand extends $Command<
24
+ DetectCustomLabelsCommandInput,
25
+ DetectCustomLabelsCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: DetectCustomLabelsCommandInput;
29
+ constructor(input: DetectCustomLabelsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput>;
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 { DetectFacesRequest, DetectFacesResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DetectFacesCommandInput extends DetectFacesRequest {
6
- }
7
- export interface DetectFacesCommandOutput extends DetectFacesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectFacesCommand extends $Command<DetectFacesCommandInput, DetectFacesCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DetectFacesCommandInput;
12
- constructor(input: DetectFacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectFacesCommandInput, DetectFacesCommandOutput>;
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 { DetectFacesRequest, DetectFacesResponse } from "../models/models_0";
9
+ import {
10
+ RekognitionClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RekognitionClient";
14
+ export interface DetectFacesCommandInput extends DetectFacesRequest {}
15
+ export interface DetectFacesCommandOutput
16
+ extends DetectFacesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DetectFacesCommand extends $Command<
20
+ DetectFacesCommandInput,
21
+ DetectFacesCommandOutput,
22
+ RekognitionClientResolvedConfig
23
+ > {
24
+ readonly input: DetectFacesCommandInput;
25
+ constructor(input: DetectFacesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RekognitionClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DetectFacesCommandInput, DetectFacesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface DetectLabelsCommandInput extends DetectLabelsRequest {
6
- }
7
- export interface DetectLabelsCommandOutput extends DetectLabelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectLabelsCommand extends $Command<DetectLabelsCommandInput, DetectLabelsCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: DetectLabelsCommandInput;
12
- constructor(input: DetectLabelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectLabelsCommandInput, DetectLabelsCommandOutput>;
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 { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0";
9
+ import {
10
+ RekognitionClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RekognitionClient";
14
+ export interface DetectLabelsCommandInput extends DetectLabelsRequest {}
15
+ export interface DetectLabelsCommandOutput
16
+ extends DetectLabelsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DetectLabelsCommand extends $Command<
20
+ DetectLabelsCommandInput,
21
+ DetectLabelsCommandOutput,
22
+ RekognitionClientResolvedConfig
23
+ > {
24
+ readonly input: DetectLabelsCommandInput;
25
+ constructor(input: DetectLabelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RekognitionClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DetectLabelsCommandInput, DetectLabelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }