@aws-sdk/client-rekognition 3.493.0 → 3.496.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 (111) hide show
  1. package/dist-cjs/Rekognition.js +1 -161
  2. package/dist-cjs/RekognitionClient.js +1 -43
  3. package/dist-cjs/commands/AssociateFacesCommand.js +1 -28
  4. package/dist-cjs/commands/CompareFacesCommand.js +1 -28
  5. package/dist-cjs/commands/CopyProjectVersionCommand.js +1 -28
  6. package/dist-cjs/commands/CreateCollectionCommand.js +1 -28
  7. package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
  8. package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +1 -28
  9. package/dist-cjs/commands/CreateProjectCommand.js +1 -28
  10. package/dist-cjs/commands/CreateProjectVersionCommand.js +1 -28
  11. package/dist-cjs/commands/CreateStreamProcessorCommand.js +1 -28
  12. package/dist-cjs/commands/CreateUserCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteCollectionCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteFacesCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteProjectPolicyCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteProjectVersionCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteUserCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeCollectionCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeProjectsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +1 -28
  26. package/dist-cjs/commands/DetectCustomLabelsCommand.js +1 -28
  27. package/dist-cjs/commands/DetectFacesCommand.js +1 -28
  28. package/dist-cjs/commands/DetectLabelsCommand.js +1 -28
  29. package/dist-cjs/commands/DetectModerationLabelsCommand.js +1 -28
  30. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +1 -28
  31. package/dist-cjs/commands/DetectTextCommand.js +1 -28
  32. package/dist-cjs/commands/DisassociateFacesCommand.js +1 -28
  33. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +1 -28
  34. package/dist-cjs/commands/GetCelebrityInfoCommand.js +1 -28
  35. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +1 -28
  36. package/dist-cjs/commands/GetContentModerationCommand.js +1 -28
  37. package/dist-cjs/commands/GetFaceDetectionCommand.js +1 -28
  38. package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +1 -29
  39. package/dist-cjs/commands/GetFaceSearchCommand.js +1 -28
  40. package/dist-cjs/commands/GetLabelDetectionCommand.js +1 -28
  41. package/dist-cjs/commands/GetMediaAnalysisJobCommand.js +1 -28
  42. package/dist-cjs/commands/GetPersonTrackingCommand.js +1 -28
  43. package/dist-cjs/commands/GetSegmentDetectionCommand.js +1 -28
  44. package/dist-cjs/commands/GetTextDetectionCommand.js +1 -28
  45. package/dist-cjs/commands/IndexFacesCommand.js +1 -28
  46. package/dist-cjs/commands/ListCollectionsCommand.js +1 -28
  47. package/dist-cjs/commands/ListDatasetEntriesCommand.js +1 -28
  48. package/dist-cjs/commands/ListDatasetLabelsCommand.js +1 -28
  49. package/dist-cjs/commands/ListFacesCommand.js +1 -28
  50. package/dist-cjs/commands/ListMediaAnalysisJobsCommand.js +1 -28
  51. package/dist-cjs/commands/ListProjectPoliciesCommand.js +1 -28
  52. package/dist-cjs/commands/ListStreamProcessorsCommand.js +1 -28
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  54. package/dist-cjs/commands/ListUsersCommand.js +1 -28
  55. package/dist-cjs/commands/PutProjectPolicyCommand.js +1 -28
  56. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +1 -28
  57. package/dist-cjs/commands/SearchFacesByImageCommand.js +1 -28
  58. package/dist-cjs/commands/SearchFacesCommand.js +1 -28
  59. package/dist-cjs/commands/SearchUsersByImageCommand.js +1 -28
  60. package/dist-cjs/commands/SearchUsersCommand.js +1 -28
  61. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +1 -28
  62. package/dist-cjs/commands/StartContentModerationCommand.js +1 -28
  63. package/dist-cjs/commands/StartFaceDetectionCommand.js +1 -28
  64. package/dist-cjs/commands/StartFaceSearchCommand.js +1 -28
  65. package/dist-cjs/commands/StartLabelDetectionCommand.js +1 -28
  66. package/dist-cjs/commands/StartMediaAnalysisJobCommand.js +1 -28
  67. package/dist-cjs/commands/StartPersonTrackingCommand.js +1 -28
  68. package/dist-cjs/commands/StartProjectVersionCommand.js +1 -28
  69. package/dist-cjs/commands/StartSegmentDetectionCommand.js +1 -28
  70. package/dist-cjs/commands/StartStreamProcessorCommand.js +1 -28
  71. package/dist-cjs/commands/StartTextDetectionCommand.js +1 -28
  72. package/dist-cjs/commands/StopProjectVersionCommand.js +1 -28
  73. package/dist-cjs/commands/StopStreamProcessorCommand.js +1 -28
  74. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  75. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  76. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +1 -28
  77. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +1 -28
  78. package/dist-cjs/commands/index.js +1 -78
  79. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  80. package/dist-cjs/extensionConfiguration.js +1 -2
  81. package/dist-cjs/index.js +8902 -12
  82. package/dist-cjs/models/RekognitionServiceException.js +1 -12
  83. package/dist-cjs/models/index.js +1 -5
  84. package/dist-cjs/models/models_0.js +1 -642
  85. package/dist-cjs/models/models_1.js +1 -34
  86. package/dist-cjs/pagination/DescribeProjectVersionsPaginator.js +1 -7
  87. package/dist-cjs/pagination/DescribeProjectsPaginator.js +1 -7
  88. package/dist-cjs/pagination/GetCelebrityRecognitionPaginator.js +1 -7
  89. package/dist-cjs/pagination/GetContentModerationPaginator.js +1 -7
  90. package/dist-cjs/pagination/GetFaceDetectionPaginator.js +1 -7
  91. package/dist-cjs/pagination/GetFaceSearchPaginator.js +1 -7
  92. package/dist-cjs/pagination/GetLabelDetectionPaginator.js +1 -7
  93. package/dist-cjs/pagination/GetPersonTrackingPaginator.js +1 -7
  94. package/dist-cjs/pagination/GetSegmentDetectionPaginator.js +1 -7
  95. package/dist-cjs/pagination/GetTextDetectionPaginator.js +1 -7
  96. package/dist-cjs/pagination/Interfaces.js +1 -2
  97. package/dist-cjs/pagination/ListCollectionsPaginator.js +1 -7
  98. package/dist-cjs/pagination/ListDatasetEntriesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListDatasetLabelsPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListFacesPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListMediaAnalysisJobsPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListProjectPoliciesPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListStreamProcessorsPaginator.js +1 -7
  104. package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
  105. package/dist-cjs/pagination/index.js +1 -22
  106. package/dist-cjs/protocols/Aws_json1_1.js +1 -6365
  107. package/dist-cjs/runtimeExtensions.js +1 -22
  108. package/dist-cjs/waiters/index.js +1 -5
  109. package/dist-cjs/waiters/waitForProjectVersionRunning.js +1 -59
  110. package/dist-cjs/waiters/waitForProjectVersionTrainingCompleted.js +1 -59
  111. package/package.json +41 -41
@@ -1,161 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Rekognition = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateFacesCommand_1 = require("./commands/AssociateFacesCommand");
6
- const CompareFacesCommand_1 = require("./commands/CompareFacesCommand");
7
- const CopyProjectVersionCommand_1 = require("./commands/CopyProjectVersionCommand");
8
- const CreateCollectionCommand_1 = require("./commands/CreateCollectionCommand");
9
- const CreateDatasetCommand_1 = require("./commands/CreateDatasetCommand");
10
- const CreateFaceLivenessSessionCommand_1 = require("./commands/CreateFaceLivenessSessionCommand");
11
- const CreateProjectCommand_1 = require("./commands/CreateProjectCommand");
12
- const CreateProjectVersionCommand_1 = require("./commands/CreateProjectVersionCommand");
13
- const CreateStreamProcessorCommand_1 = require("./commands/CreateStreamProcessorCommand");
14
- const CreateUserCommand_1 = require("./commands/CreateUserCommand");
15
- const DeleteCollectionCommand_1 = require("./commands/DeleteCollectionCommand");
16
- const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
17
- const DeleteFacesCommand_1 = require("./commands/DeleteFacesCommand");
18
- const DeleteProjectCommand_1 = require("./commands/DeleteProjectCommand");
19
- const DeleteProjectPolicyCommand_1 = require("./commands/DeleteProjectPolicyCommand");
20
- const DeleteProjectVersionCommand_1 = require("./commands/DeleteProjectVersionCommand");
21
- const DeleteStreamProcessorCommand_1 = require("./commands/DeleteStreamProcessorCommand");
22
- const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
23
- const DescribeCollectionCommand_1 = require("./commands/DescribeCollectionCommand");
24
- const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
25
- const DescribeProjectsCommand_1 = require("./commands/DescribeProjectsCommand");
26
- const DescribeProjectVersionsCommand_1 = require("./commands/DescribeProjectVersionsCommand");
27
- const DescribeStreamProcessorCommand_1 = require("./commands/DescribeStreamProcessorCommand");
28
- const DetectCustomLabelsCommand_1 = require("./commands/DetectCustomLabelsCommand");
29
- const DetectFacesCommand_1 = require("./commands/DetectFacesCommand");
30
- const DetectLabelsCommand_1 = require("./commands/DetectLabelsCommand");
31
- const DetectModerationLabelsCommand_1 = require("./commands/DetectModerationLabelsCommand");
32
- const DetectProtectiveEquipmentCommand_1 = require("./commands/DetectProtectiveEquipmentCommand");
33
- const DetectTextCommand_1 = require("./commands/DetectTextCommand");
34
- const DisassociateFacesCommand_1 = require("./commands/DisassociateFacesCommand");
35
- const DistributeDatasetEntriesCommand_1 = require("./commands/DistributeDatasetEntriesCommand");
36
- const GetCelebrityInfoCommand_1 = require("./commands/GetCelebrityInfoCommand");
37
- const GetCelebrityRecognitionCommand_1 = require("./commands/GetCelebrityRecognitionCommand");
38
- const GetContentModerationCommand_1 = require("./commands/GetContentModerationCommand");
39
- const GetFaceDetectionCommand_1 = require("./commands/GetFaceDetectionCommand");
40
- const GetFaceLivenessSessionResultsCommand_1 = require("./commands/GetFaceLivenessSessionResultsCommand");
41
- const GetFaceSearchCommand_1 = require("./commands/GetFaceSearchCommand");
42
- const GetLabelDetectionCommand_1 = require("./commands/GetLabelDetectionCommand");
43
- const GetMediaAnalysisJobCommand_1 = require("./commands/GetMediaAnalysisJobCommand");
44
- const GetPersonTrackingCommand_1 = require("./commands/GetPersonTrackingCommand");
45
- const GetSegmentDetectionCommand_1 = require("./commands/GetSegmentDetectionCommand");
46
- const GetTextDetectionCommand_1 = require("./commands/GetTextDetectionCommand");
47
- const IndexFacesCommand_1 = require("./commands/IndexFacesCommand");
48
- const ListCollectionsCommand_1 = require("./commands/ListCollectionsCommand");
49
- const ListDatasetEntriesCommand_1 = require("./commands/ListDatasetEntriesCommand");
50
- const ListDatasetLabelsCommand_1 = require("./commands/ListDatasetLabelsCommand");
51
- const ListFacesCommand_1 = require("./commands/ListFacesCommand");
52
- const ListMediaAnalysisJobsCommand_1 = require("./commands/ListMediaAnalysisJobsCommand");
53
- const ListProjectPoliciesCommand_1 = require("./commands/ListProjectPoliciesCommand");
54
- const ListStreamProcessorsCommand_1 = require("./commands/ListStreamProcessorsCommand");
55
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
56
- const ListUsersCommand_1 = require("./commands/ListUsersCommand");
57
- const PutProjectPolicyCommand_1 = require("./commands/PutProjectPolicyCommand");
58
- const RecognizeCelebritiesCommand_1 = require("./commands/RecognizeCelebritiesCommand");
59
- const SearchFacesByImageCommand_1 = require("./commands/SearchFacesByImageCommand");
60
- const SearchFacesCommand_1 = require("./commands/SearchFacesCommand");
61
- const SearchUsersByImageCommand_1 = require("./commands/SearchUsersByImageCommand");
62
- const SearchUsersCommand_1 = require("./commands/SearchUsersCommand");
63
- const StartCelebrityRecognitionCommand_1 = require("./commands/StartCelebrityRecognitionCommand");
64
- const StartContentModerationCommand_1 = require("./commands/StartContentModerationCommand");
65
- const StartFaceDetectionCommand_1 = require("./commands/StartFaceDetectionCommand");
66
- const StartFaceSearchCommand_1 = require("./commands/StartFaceSearchCommand");
67
- const StartLabelDetectionCommand_1 = require("./commands/StartLabelDetectionCommand");
68
- const StartMediaAnalysisJobCommand_1 = require("./commands/StartMediaAnalysisJobCommand");
69
- const StartPersonTrackingCommand_1 = require("./commands/StartPersonTrackingCommand");
70
- const StartProjectVersionCommand_1 = require("./commands/StartProjectVersionCommand");
71
- const StartSegmentDetectionCommand_1 = require("./commands/StartSegmentDetectionCommand");
72
- const StartStreamProcessorCommand_1 = require("./commands/StartStreamProcessorCommand");
73
- const StartTextDetectionCommand_1 = require("./commands/StartTextDetectionCommand");
74
- const StopProjectVersionCommand_1 = require("./commands/StopProjectVersionCommand");
75
- const StopStreamProcessorCommand_1 = require("./commands/StopStreamProcessorCommand");
76
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
77
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
78
- const UpdateDatasetEntriesCommand_1 = require("./commands/UpdateDatasetEntriesCommand");
79
- const UpdateStreamProcessorCommand_1 = require("./commands/UpdateStreamProcessorCommand");
80
- const RekognitionClient_1 = require("./RekognitionClient");
81
- const commands = {
82
- AssociateFacesCommand: AssociateFacesCommand_1.AssociateFacesCommand,
83
- CompareFacesCommand: CompareFacesCommand_1.CompareFacesCommand,
84
- CopyProjectVersionCommand: CopyProjectVersionCommand_1.CopyProjectVersionCommand,
85
- CreateCollectionCommand: CreateCollectionCommand_1.CreateCollectionCommand,
86
- CreateDatasetCommand: CreateDatasetCommand_1.CreateDatasetCommand,
87
- CreateFaceLivenessSessionCommand: CreateFaceLivenessSessionCommand_1.CreateFaceLivenessSessionCommand,
88
- CreateProjectCommand: CreateProjectCommand_1.CreateProjectCommand,
89
- CreateProjectVersionCommand: CreateProjectVersionCommand_1.CreateProjectVersionCommand,
90
- CreateStreamProcessorCommand: CreateStreamProcessorCommand_1.CreateStreamProcessorCommand,
91
- CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
92
- DeleteCollectionCommand: DeleteCollectionCommand_1.DeleteCollectionCommand,
93
- DeleteDatasetCommand: DeleteDatasetCommand_1.DeleteDatasetCommand,
94
- DeleteFacesCommand: DeleteFacesCommand_1.DeleteFacesCommand,
95
- DeleteProjectCommand: DeleteProjectCommand_1.DeleteProjectCommand,
96
- DeleteProjectPolicyCommand: DeleteProjectPolicyCommand_1.DeleteProjectPolicyCommand,
97
- DeleteProjectVersionCommand: DeleteProjectVersionCommand_1.DeleteProjectVersionCommand,
98
- DeleteStreamProcessorCommand: DeleteStreamProcessorCommand_1.DeleteStreamProcessorCommand,
99
- DeleteUserCommand: DeleteUserCommand_1.DeleteUserCommand,
100
- DescribeCollectionCommand: DescribeCollectionCommand_1.DescribeCollectionCommand,
101
- DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
102
- DescribeProjectsCommand: DescribeProjectsCommand_1.DescribeProjectsCommand,
103
- DescribeProjectVersionsCommand: DescribeProjectVersionsCommand_1.DescribeProjectVersionsCommand,
104
- DescribeStreamProcessorCommand: DescribeStreamProcessorCommand_1.DescribeStreamProcessorCommand,
105
- DetectCustomLabelsCommand: DetectCustomLabelsCommand_1.DetectCustomLabelsCommand,
106
- DetectFacesCommand: DetectFacesCommand_1.DetectFacesCommand,
107
- DetectLabelsCommand: DetectLabelsCommand_1.DetectLabelsCommand,
108
- DetectModerationLabelsCommand: DetectModerationLabelsCommand_1.DetectModerationLabelsCommand,
109
- DetectProtectiveEquipmentCommand: DetectProtectiveEquipmentCommand_1.DetectProtectiveEquipmentCommand,
110
- DetectTextCommand: DetectTextCommand_1.DetectTextCommand,
111
- DisassociateFacesCommand: DisassociateFacesCommand_1.DisassociateFacesCommand,
112
- DistributeDatasetEntriesCommand: DistributeDatasetEntriesCommand_1.DistributeDatasetEntriesCommand,
113
- GetCelebrityInfoCommand: GetCelebrityInfoCommand_1.GetCelebrityInfoCommand,
114
- GetCelebrityRecognitionCommand: GetCelebrityRecognitionCommand_1.GetCelebrityRecognitionCommand,
115
- GetContentModerationCommand: GetContentModerationCommand_1.GetContentModerationCommand,
116
- GetFaceDetectionCommand: GetFaceDetectionCommand_1.GetFaceDetectionCommand,
117
- GetFaceLivenessSessionResultsCommand: GetFaceLivenessSessionResultsCommand_1.GetFaceLivenessSessionResultsCommand,
118
- GetFaceSearchCommand: GetFaceSearchCommand_1.GetFaceSearchCommand,
119
- GetLabelDetectionCommand: GetLabelDetectionCommand_1.GetLabelDetectionCommand,
120
- GetMediaAnalysisJobCommand: GetMediaAnalysisJobCommand_1.GetMediaAnalysisJobCommand,
121
- GetPersonTrackingCommand: GetPersonTrackingCommand_1.GetPersonTrackingCommand,
122
- GetSegmentDetectionCommand: GetSegmentDetectionCommand_1.GetSegmentDetectionCommand,
123
- GetTextDetectionCommand: GetTextDetectionCommand_1.GetTextDetectionCommand,
124
- IndexFacesCommand: IndexFacesCommand_1.IndexFacesCommand,
125
- ListCollectionsCommand: ListCollectionsCommand_1.ListCollectionsCommand,
126
- ListDatasetEntriesCommand: ListDatasetEntriesCommand_1.ListDatasetEntriesCommand,
127
- ListDatasetLabelsCommand: ListDatasetLabelsCommand_1.ListDatasetLabelsCommand,
128
- ListFacesCommand: ListFacesCommand_1.ListFacesCommand,
129
- ListMediaAnalysisJobsCommand: ListMediaAnalysisJobsCommand_1.ListMediaAnalysisJobsCommand,
130
- ListProjectPoliciesCommand: ListProjectPoliciesCommand_1.ListProjectPoliciesCommand,
131
- ListStreamProcessorsCommand: ListStreamProcessorsCommand_1.ListStreamProcessorsCommand,
132
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
133
- ListUsersCommand: ListUsersCommand_1.ListUsersCommand,
134
- PutProjectPolicyCommand: PutProjectPolicyCommand_1.PutProjectPolicyCommand,
135
- RecognizeCelebritiesCommand: RecognizeCelebritiesCommand_1.RecognizeCelebritiesCommand,
136
- SearchFacesCommand: SearchFacesCommand_1.SearchFacesCommand,
137
- SearchFacesByImageCommand: SearchFacesByImageCommand_1.SearchFacesByImageCommand,
138
- SearchUsersCommand: SearchUsersCommand_1.SearchUsersCommand,
139
- SearchUsersByImageCommand: SearchUsersByImageCommand_1.SearchUsersByImageCommand,
140
- StartCelebrityRecognitionCommand: StartCelebrityRecognitionCommand_1.StartCelebrityRecognitionCommand,
141
- StartContentModerationCommand: StartContentModerationCommand_1.StartContentModerationCommand,
142
- StartFaceDetectionCommand: StartFaceDetectionCommand_1.StartFaceDetectionCommand,
143
- StartFaceSearchCommand: StartFaceSearchCommand_1.StartFaceSearchCommand,
144
- StartLabelDetectionCommand: StartLabelDetectionCommand_1.StartLabelDetectionCommand,
145
- StartMediaAnalysisJobCommand: StartMediaAnalysisJobCommand_1.StartMediaAnalysisJobCommand,
146
- StartPersonTrackingCommand: StartPersonTrackingCommand_1.StartPersonTrackingCommand,
147
- StartProjectVersionCommand: StartProjectVersionCommand_1.StartProjectVersionCommand,
148
- StartSegmentDetectionCommand: StartSegmentDetectionCommand_1.StartSegmentDetectionCommand,
149
- StartStreamProcessorCommand: StartStreamProcessorCommand_1.StartStreamProcessorCommand,
150
- StartTextDetectionCommand: StartTextDetectionCommand_1.StartTextDetectionCommand,
151
- StopProjectVersionCommand: StopProjectVersionCommand_1.StopProjectVersionCommand,
152
- StopStreamProcessorCommand: StopStreamProcessorCommand_1.StopStreamProcessorCommand,
153
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
154
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
155
- UpdateDatasetEntriesCommand: UpdateDatasetEntriesCommand_1.UpdateDatasetEntriesCommand,
156
- UpdateStreamProcessorCommand: UpdateStreamProcessorCommand_1.UpdateStreamProcessorCommand,
157
- };
158
- class Rekognition extends RekognitionClient_1.RekognitionClient {
159
- }
160
- exports.Rekognition = Rekognition;
161
- (0, smithy_client_1.createAggregatedClient)(commands, Rekognition);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RekognitionClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class RekognitionClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.RekognitionClient = RekognitionClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateFacesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AssociateFacesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "AssociateFaces", {})
22
- .n("RekognitionClient", "AssociateFacesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AssociateFacesCommand)
25
- .de(Aws_json1_1_1.de_AssociateFacesCommand)
26
- .build() {
27
- }
28
- exports.AssociateFacesCommand = AssociateFacesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompareFacesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CompareFacesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CompareFaces", {})
22
- .n("RekognitionClient", "CompareFacesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CompareFacesCommand)
25
- .de(Aws_json1_1_1.de_CompareFacesCommand)
26
- .build() {
27
- }
28
- exports.CompareFacesCommand = CompareFacesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CopyProjectVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CopyProjectVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CopyProjectVersion", {})
22
- .n("RekognitionClient", "CopyProjectVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CopyProjectVersionCommand)
25
- .de(Aws_json1_1_1.de_CopyProjectVersionCommand)
26
- .build() {
27
- }
28
- exports.CopyProjectVersionCommand = CopyProjectVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCollectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCollectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateCollection", {})
22
- .n("RekognitionClient", "CreateCollectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCollectionCommand)
25
- .de(Aws_json1_1_1.de_CreateCollectionCommand)
26
- .build() {
27
- }
28
- exports.CreateCollectionCommand = CreateCollectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDatasetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateDatasetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateDataset", {})
22
- .n("RekognitionClient", "CreateDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateDatasetCommand)
25
- .de(Aws_json1_1_1.de_CreateDatasetCommand)
26
- .build() {
27
- }
28
- exports.CreateDatasetCommand = CreateDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFaceLivenessSessionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateFaceLivenessSessionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateFaceLivenessSession", {})
22
- .n("RekognitionClient", "CreateFaceLivenessSessionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateFaceLivenessSessionCommand)
25
- .de(Aws_json1_1_1.de_CreateFaceLivenessSessionCommand)
26
- .build() {
27
- }
28
- exports.CreateFaceLivenessSessionCommand = CreateFaceLivenessSessionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateProject", {})
22
- .n("RekognitionClient", "CreateProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateProjectCommand)
25
- .de(Aws_json1_1_1.de_CreateProjectCommand)
26
- .build() {
27
- }
28
- exports.CreateProjectCommand = CreateProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProjectVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateProjectVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateProjectVersion", {})
22
- .n("RekognitionClient", "CreateProjectVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateProjectVersionCommand)
25
- .de(Aws_json1_1_1.de_CreateProjectVersionCommand)
26
- .build() {
27
- }
28
- exports.CreateProjectVersionCommand = CreateProjectVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateStreamProcessorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateStreamProcessorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateStreamProcessor", {})
22
- .n("RekognitionClient", "CreateStreamProcessorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateStreamProcessorCommand)
25
- .de(Aws_json1_1_1.de_CreateStreamProcessorCommand)
26
- .build() {
27
- }
28
- exports.CreateStreamProcessorCommand = CreateStreamProcessorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateUserCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateUserCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "CreateUser", {})
22
- .n("RekognitionClient", "CreateUserCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateUserCommand)
25
- .de(Aws_json1_1_1.de_CreateUserCommand)
26
- .build() {
27
- }
28
- exports.CreateUserCommand = CreateUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCollectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteCollectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "DeleteCollection", {})
22
- .n("RekognitionClient", "DeleteCollectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCollectionCommand)
25
- .de(Aws_json1_1_1.de_DeleteCollectionCommand)
26
- .build() {
27
- }
28
- exports.DeleteCollectionCommand = DeleteCollectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatasetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteDatasetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "DeleteDataset", {})
22
- .n("RekognitionClient", "DeleteDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDatasetCommand)
25
- .de(Aws_json1_1_1.de_DeleteDatasetCommand)
26
- .build() {
27
- }
28
- exports.DeleteDatasetCommand = DeleteDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFacesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteFacesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "DeleteFaces", {})
22
- .n("RekognitionClient", "DeleteFacesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteFacesCommand)
25
- .de(Aws_json1_1_1.de_DeleteFacesCommand)
26
- .build() {
27
- }
28
- exports.DeleteFacesCommand = DeleteFacesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RekognitionService", "DeleteProject", {})
22
- .n("RekognitionClient", "DeleteProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteProjectCommand)
25
- .de(Aws_json1_1_1.de_DeleteProjectCommand)
26
- .build() {
27
- }
28
- exports.DeleteProjectCommand = DeleteProjectCommand;
1
+ module.exports = require("../index.js");