@aws-sdk/client-rekognition 3.493.0 → 3.495.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 +8900 -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,78 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateFacesCommand"), exports);
5
- tslib_1.__exportStar(require("./CompareFacesCommand"), exports);
6
- tslib_1.__exportStar(require("./CopyProjectVersionCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateCollectionCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateDatasetCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateFaceLivenessSessionCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateProjectCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateProjectVersionCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateStreamProcessorCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateUserCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteCollectionCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteFacesCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteProjectCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteProjectPolicyCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteProjectVersionCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteStreamProcessorCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeCollectionCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeProjectVersionsCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeProjectsCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeStreamProcessorCommand"), exports);
27
- tslib_1.__exportStar(require("./DetectCustomLabelsCommand"), exports);
28
- tslib_1.__exportStar(require("./DetectFacesCommand"), exports);
29
- tslib_1.__exportStar(require("./DetectLabelsCommand"), exports);
30
- tslib_1.__exportStar(require("./DetectModerationLabelsCommand"), exports);
31
- tslib_1.__exportStar(require("./DetectProtectiveEquipmentCommand"), exports);
32
- tslib_1.__exportStar(require("./DetectTextCommand"), exports);
33
- tslib_1.__exportStar(require("./DisassociateFacesCommand"), exports);
34
- tslib_1.__exportStar(require("./DistributeDatasetEntriesCommand"), exports);
35
- tslib_1.__exportStar(require("./GetCelebrityInfoCommand"), exports);
36
- tslib_1.__exportStar(require("./GetCelebrityRecognitionCommand"), exports);
37
- tslib_1.__exportStar(require("./GetContentModerationCommand"), exports);
38
- tslib_1.__exportStar(require("./GetFaceDetectionCommand"), exports);
39
- tslib_1.__exportStar(require("./GetFaceLivenessSessionResultsCommand"), exports);
40
- tslib_1.__exportStar(require("./GetFaceSearchCommand"), exports);
41
- tslib_1.__exportStar(require("./GetLabelDetectionCommand"), exports);
42
- tslib_1.__exportStar(require("./GetMediaAnalysisJobCommand"), exports);
43
- tslib_1.__exportStar(require("./GetPersonTrackingCommand"), exports);
44
- tslib_1.__exportStar(require("./GetSegmentDetectionCommand"), exports);
45
- tslib_1.__exportStar(require("./GetTextDetectionCommand"), exports);
46
- tslib_1.__exportStar(require("./IndexFacesCommand"), exports);
47
- tslib_1.__exportStar(require("./ListCollectionsCommand"), exports);
48
- tslib_1.__exportStar(require("./ListDatasetEntriesCommand"), exports);
49
- tslib_1.__exportStar(require("./ListDatasetLabelsCommand"), exports);
50
- tslib_1.__exportStar(require("./ListFacesCommand"), exports);
51
- tslib_1.__exportStar(require("./ListMediaAnalysisJobsCommand"), exports);
52
- tslib_1.__exportStar(require("./ListProjectPoliciesCommand"), exports);
53
- tslib_1.__exportStar(require("./ListStreamProcessorsCommand"), exports);
54
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
55
- tslib_1.__exportStar(require("./ListUsersCommand"), exports);
56
- tslib_1.__exportStar(require("./PutProjectPolicyCommand"), exports);
57
- tslib_1.__exportStar(require("./RecognizeCelebritiesCommand"), exports);
58
- tslib_1.__exportStar(require("./SearchFacesByImageCommand"), exports);
59
- tslib_1.__exportStar(require("./SearchFacesCommand"), exports);
60
- tslib_1.__exportStar(require("./SearchUsersByImageCommand"), exports);
61
- tslib_1.__exportStar(require("./SearchUsersCommand"), exports);
62
- tslib_1.__exportStar(require("./StartCelebrityRecognitionCommand"), exports);
63
- tslib_1.__exportStar(require("./StartContentModerationCommand"), exports);
64
- tslib_1.__exportStar(require("./StartFaceDetectionCommand"), exports);
65
- tslib_1.__exportStar(require("./StartFaceSearchCommand"), exports);
66
- tslib_1.__exportStar(require("./StartLabelDetectionCommand"), exports);
67
- tslib_1.__exportStar(require("./StartMediaAnalysisJobCommand"), exports);
68
- tslib_1.__exportStar(require("./StartPersonTrackingCommand"), exports);
69
- tslib_1.__exportStar(require("./StartProjectVersionCommand"), exports);
70
- tslib_1.__exportStar(require("./StartSegmentDetectionCommand"), exports);
71
- tslib_1.__exportStar(require("./StartStreamProcessorCommand"), exports);
72
- tslib_1.__exportStar(require("./StartTextDetectionCommand"), exports);
73
- tslib_1.__exportStar(require("./StopProjectVersionCommand"), exports);
74
- tslib_1.__exportStar(require("./StopStreamProcessorCommand"), exports);
75
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
76
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
77
- tslib_1.__exportStar(require("./UpdateDatasetEntriesCommand"), exports);
78
- tslib_1.__exportStar(require("./UpdateStreamProcessorCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "rekognition",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");