@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,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 { StartStreamProcessorRequest, StartStreamProcessorResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartStreamProcessorCommandInput extends StartStreamProcessorRequest {
6
- }
7
- export interface StartStreamProcessorCommandOutput extends StartStreamProcessorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartStreamProcessorCommand extends $Command<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartStreamProcessorCommandInput;
12
- constructor(input: StartStreamProcessorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput>;
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
+ StartStreamProcessorRequest,
10
+ StartStreamProcessorResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartStreamProcessorCommandInput
18
+ extends StartStreamProcessorRequest {}
19
+ export interface StartStreamProcessorCommandOutput
20
+ extends StartStreamProcessorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartStreamProcessorCommand extends $Command<
24
+ StartStreamProcessorCommandInput,
25
+ StartStreamProcessorCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartStreamProcessorCommandInput;
29
+ constructor(input: StartStreamProcessorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartStreamProcessorCommandInput,
37
+ StartStreamProcessorCommandOutput
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 { StartTextDetectionRequest, StartTextDetectionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StartTextDetectionCommandInput extends StartTextDetectionRequest {
6
- }
7
- export interface StartTextDetectionCommandOutput extends StartTextDetectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartTextDetectionCommand extends $Command<StartTextDetectionCommandInput, StartTextDetectionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StartTextDetectionCommandInput;
12
- constructor(input: StartTextDetectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTextDetectionCommandInput, StartTextDetectionCommandOutput>;
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
+ StartTextDetectionRequest,
10
+ StartTextDetectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StartTextDetectionCommandInput
18
+ extends StartTextDetectionRequest {}
19
+ export interface StartTextDetectionCommandOutput
20
+ extends StartTextDetectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartTextDetectionCommand extends $Command<
24
+ StartTextDetectionCommandInput,
25
+ StartTextDetectionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StartTextDetectionCommandInput;
29
+ constructor(input: StartTextDetectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartTextDetectionCommandInput, StartTextDetectionCommandOutput>;
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 { StopProjectVersionRequest, StopProjectVersionResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StopProjectVersionCommandInput extends StopProjectVersionRequest {
6
- }
7
- export interface StopProjectVersionCommandOutput extends StopProjectVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopProjectVersionCommand extends $Command<StopProjectVersionCommandInput, StopProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StopProjectVersionCommandInput;
12
- constructor(input: StopProjectVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopProjectVersionCommandInput, StopProjectVersionCommandOutput>;
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
+ StopProjectVersionRequest,
10
+ StopProjectVersionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StopProjectVersionCommandInput
18
+ extends StopProjectVersionRequest {}
19
+ export interface StopProjectVersionCommandOutput
20
+ extends StopProjectVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StopProjectVersionCommand extends $Command<
24
+ StopProjectVersionCommandInput,
25
+ StopProjectVersionCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StopProjectVersionCommandInput;
29
+ constructor(input: StopProjectVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StopProjectVersionCommandInput, StopProjectVersionCommandOutput>;
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 { StopStreamProcessorRequest, StopStreamProcessorResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface StopStreamProcessorCommandInput extends StopStreamProcessorRequest {
6
- }
7
- export interface StopStreamProcessorCommandOutput extends StopStreamProcessorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopStreamProcessorCommand extends $Command<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: StopStreamProcessorCommandInput;
12
- constructor(input: StopStreamProcessorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput>;
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
+ StopStreamProcessorRequest,
10
+ StopStreamProcessorResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface StopStreamProcessorCommandInput
18
+ extends StopStreamProcessorRequest {}
19
+ export interface StopStreamProcessorCommandOutput
20
+ extends StopStreamProcessorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StopStreamProcessorCommand extends $Command<
24
+ StopStreamProcessorCommandInput,
25
+ StopStreamProcessorCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: StopStreamProcessorCommandInput;
29
+ constructor(input: StopStreamProcessorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
+ import {
10
+ RekognitionClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RekognitionClient";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ RekognitionClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RekognitionClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
10
+ UntagResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ RekognitionClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: RekognitionClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateDatasetEntriesRequest, UpdateDatasetEntriesResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface UpdateDatasetEntriesCommandInput extends UpdateDatasetEntriesRequest {
6
- }
7
- export interface UpdateDatasetEntriesCommandOutput extends UpdateDatasetEntriesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDatasetEntriesCommand extends $Command<UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: UpdateDatasetEntriesCommandInput;
12
- constructor(input: UpdateDatasetEntriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput>;
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
+ UpdateDatasetEntriesRequest,
10
+ UpdateDatasetEntriesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface UpdateDatasetEntriesCommandInput
18
+ extends UpdateDatasetEntriesRequest {}
19
+ export interface UpdateDatasetEntriesCommandOutput
20
+ extends UpdateDatasetEntriesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateDatasetEntriesCommand extends $Command<
24
+ UpdateDatasetEntriesCommandInput,
25
+ UpdateDatasetEntriesCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateDatasetEntriesCommandInput;
29
+ constructor(input: UpdateDatasetEntriesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateDatasetEntriesCommandInput,
37
+ UpdateDatasetEntriesCommandOutput
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 { UpdateStreamProcessorRequest, UpdateStreamProcessorResponse } from "../models/models_0";
4
- import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
5
- export interface UpdateStreamProcessorCommandInput extends UpdateStreamProcessorRequest {
6
- }
7
- export interface UpdateStreamProcessorCommandOutput extends UpdateStreamProcessorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStreamProcessorCommand extends $Command<UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
11
- readonly input: UpdateStreamProcessorCommandInput;
12
- constructor(input: UpdateStreamProcessorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStreamProcessorCommandInput, UpdateStreamProcessorCommandOutput>;
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
+ UpdateStreamProcessorRequest,
10
+ UpdateStreamProcessorResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RekognitionClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RekognitionClient";
17
+ export interface UpdateStreamProcessorCommandInput
18
+ extends UpdateStreamProcessorRequest {}
19
+ export interface UpdateStreamProcessorCommandOutput
20
+ extends UpdateStreamProcessorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateStreamProcessorCommand extends $Command<
24
+ UpdateStreamProcessorCommandInput,
25
+ UpdateStreamProcessorCommandOutput,
26
+ RekognitionClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateStreamProcessorCommandInput;
29
+ constructor(input: UpdateStreamProcessorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RekognitionClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateStreamProcessorCommandInput,
37
+ UpdateStreamProcessorCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,63 +1,63 @@
1
- export * from "./CompareFacesCommand";
2
- export * from "./CopyProjectVersionCommand";
3
- export * from "./CreateCollectionCommand";
4
- export * from "./CreateDatasetCommand";
5
- export * from "./CreateProjectCommand";
6
- export * from "./CreateProjectVersionCommand";
7
- export * from "./CreateStreamProcessorCommand";
8
- export * from "./DeleteCollectionCommand";
9
- export * from "./DeleteDatasetCommand";
10
- export * from "./DeleteFacesCommand";
11
- export * from "./DeleteProjectCommand";
12
- export * from "./DeleteProjectPolicyCommand";
13
- export * from "./DeleteProjectVersionCommand";
14
- export * from "./DeleteStreamProcessorCommand";
15
- export * from "./DescribeCollectionCommand";
16
- export * from "./DescribeDatasetCommand";
17
- export * from "./DescribeProjectVersionsCommand";
18
- export * from "./DescribeProjectsCommand";
19
- export * from "./DescribeStreamProcessorCommand";
20
- export * from "./DetectCustomLabelsCommand";
21
- export * from "./DetectFacesCommand";
22
- export * from "./DetectLabelsCommand";
23
- export * from "./DetectModerationLabelsCommand";
24
- export * from "./DetectProtectiveEquipmentCommand";
25
- export * from "./DetectTextCommand";
26
- export * from "./DistributeDatasetEntriesCommand";
27
- export * from "./GetCelebrityInfoCommand";
28
- export * from "./GetCelebrityRecognitionCommand";
29
- export * from "./GetContentModerationCommand";
30
- export * from "./GetFaceDetectionCommand";
31
- export * from "./GetFaceSearchCommand";
32
- export * from "./GetLabelDetectionCommand";
33
- export * from "./GetPersonTrackingCommand";
34
- export * from "./GetSegmentDetectionCommand";
35
- export * from "./GetTextDetectionCommand";
36
- export * from "./IndexFacesCommand";
37
- export * from "./ListCollectionsCommand";
38
- export * from "./ListDatasetEntriesCommand";
39
- export * from "./ListDatasetLabelsCommand";
40
- export * from "./ListFacesCommand";
41
- export * from "./ListProjectPoliciesCommand";
42
- export * from "./ListStreamProcessorsCommand";
43
- export * from "./ListTagsForResourceCommand";
44
- export * from "./PutProjectPolicyCommand";
45
- export * from "./RecognizeCelebritiesCommand";
46
- export * from "./SearchFacesByImageCommand";
47
- export * from "./SearchFacesCommand";
48
- export * from "./StartCelebrityRecognitionCommand";
49
- export * from "./StartContentModerationCommand";
50
- export * from "./StartFaceDetectionCommand";
51
- export * from "./StartFaceSearchCommand";
52
- export * from "./StartLabelDetectionCommand";
53
- export * from "./StartPersonTrackingCommand";
54
- export * from "./StartProjectVersionCommand";
55
- export * from "./StartSegmentDetectionCommand";
56
- export * from "./StartStreamProcessorCommand";
57
- export * from "./StartTextDetectionCommand";
58
- export * from "./StopProjectVersionCommand";
59
- export * from "./StopStreamProcessorCommand";
60
- export * from "./TagResourceCommand";
61
- export * from "./UntagResourceCommand";
62
- export * from "./UpdateDatasetEntriesCommand";
63
- export * from "./UpdateStreamProcessorCommand";
1
+ export * from "./CompareFacesCommand";
2
+ export * from "./CopyProjectVersionCommand";
3
+ export * from "./CreateCollectionCommand";
4
+ export * from "./CreateDatasetCommand";
5
+ export * from "./CreateProjectCommand";
6
+ export * from "./CreateProjectVersionCommand";
7
+ export * from "./CreateStreamProcessorCommand";
8
+ export * from "./DeleteCollectionCommand";
9
+ export * from "./DeleteDatasetCommand";
10
+ export * from "./DeleteFacesCommand";
11
+ export * from "./DeleteProjectCommand";
12
+ export * from "./DeleteProjectPolicyCommand";
13
+ export * from "./DeleteProjectVersionCommand";
14
+ export * from "./DeleteStreamProcessorCommand";
15
+ export * from "./DescribeCollectionCommand";
16
+ export * from "./DescribeDatasetCommand";
17
+ export * from "./DescribeProjectVersionsCommand";
18
+ export * from "./DescribeProjectsCommand";
19
+ export * from "./DescribeStreamProcessorCommand";
20
+ export * from "./DetectCustomLabelsCommand";
21
+ export * from "./DetectFacesCommand";
22
+ export * from "./DetectLabelsCommand";
23
+ export * from "./DetectModerationLabelsCommand";
24
+ export * from "./DetectProtectiveEquipmentCommand";
25
+ export * from "./DetectTextCommand";
26
+ export * from "./DistributeDatasetEntriesCommand";
27
+ export * from "./GetCelebrityInfoCommand";
28
+ export * from "./GetCelebrityRecognitionCommand";
29
+ export * from "./GetContentModerationCommand";
30
+ export * from "./GetFaceDetectionCommand";
31
+ export * from "./GetFaceSearchCommand";
32
+ export * from "./GetLabelDetectionCommand";
33
+ export * from "./GetPersonTrackingCommand";
34
+ export * from "./GetSegmentDetectionCommand";
35
+ export * from "./GetTextDetectionCommand";
36
+ export * from "./IndexFacesCommand";
37
+ export * from "./ListCollectionsCommand";
38
+ export * from "./ListDatasetEntriesCommand";
39
+ export * from "./ListDatasetLabelsCommand";
40
+ export * from "./ListFacesCommand";
41
+ export * from "./ListProjectPoliciesCommand";
42
+ export * from "./ListStreamProcessorsCommand";
43
+ export * from "./ListTagsForResourceCommand";
44
+ export * from "./PutProjectPolicyCommand";
45
+ export * from "./RecognizeCelebritiesCommand";
46
+ export * from "./SearchFacesByImageCommand";
47
+ export * from "./SearchFacesCommand";
48
+ export * from "./StartCelebrityRecognitionCommand";
49
+ export * from "./StartContentModerationCommand";
50
+ export * from "./StartFaceDetectionCommand";
51
+ export * from "./StartFaceSearchCommand";
52
+ export * from "./StartLabelDetectionCommand";
53
+ export * from "./StartPersonTrackingCommand";
54
+ export * from "./StartProjectVersionCommand";
55
+ export * from "./StartSegmentDetectionCommand";
56
+ export * from "./StartStreamProcessorCommand";
57
+ export * from "./StartTextDetectionCommand";
58
+ export * from "./StopProjectVersionCommand";
59
+ export * from "./StopStreamProcessorCommand";
60
+ export * from "./TagResourceCommand";
61
+ export * from "./UntagResourceCommand";
62
+ export * from "./UpdateDatasetEntriesCommand";
63
+ export * from "./UpdateStreamProcessorCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./Rekognition";
2
- export * from "./RekognitionClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { RekognitionServiceException } from "./models/RekognitionServiceException";
1
+ export * from "./Rekognition";
2
+ export * from "./RekognitionClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { RekognitionServiceException } from "./models/RekognitionServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class RekognitionServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class RekognitionServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";