@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,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeProjectVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeProjectVersionsCommand_1 = require("../commands/DescribeProjectVersionsCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateDescribeProjectVersions = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, DescribeProjectVersionsCommand_1.DescribeProjectVersionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeProjects = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeProjectsCommand_1 = require("../commands/DescribeProjectsCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateDescribeProjects = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, DescribeProjectsCommand_1.DescribeProjectsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetCelebrityRecognition = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetCelebrityRecognitionCommand_1 = require("../commands/GetCelebrityRecognitionCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetCelebrityRecognition = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetCelebrityRecognitionCommand_1.GetCelebrityRecognitionCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetContentModeration = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetContentModerationCommand_1 = require("../commands/GetContentModerationCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetContentModeration = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetContentModerationCommand_1.GetContentModerationCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetFaceDetection = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetFaceDetectionCommand_1 = require("../commands/GetFaceDetectionCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetFaceDetection = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetFaceDetectionCommand_1.GetFaceDetectionCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetFaceSearch = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetFaceSearchCommand_1 = require("../commands/GetFaceSearchCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetFaceSearch = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetFaceSearchCommand_1.GetFaceSearchCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetLabelDetection = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetLabelDetectionCommand_1 = require("../commands/GetLabelDetectionCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetLabelDetection = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetLabelDetectionCommand_1.GetLabelDetectionCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetPersonTracking = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetPersonTrackingCommand_1 = require("../commands/GetPersonTrackingCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetPersonTracking = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetPersonTrackingCommand_1.GetPersonTrackingCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetSegmentDetection = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetSegmentDetectionCommand_1 = require("../commands/GetSegmentDetectionCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetSegmentDetection = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetSegmentDetectionCommand_1.GetSegmentDetectionCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetTextDetection = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetTextDetectionCommand_1 = require("../commands/GetTextDetectionCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateGetTextDetection = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, GetTextDetectionCommand_1.GetTextDetectionCommand, "NextToken", "NextToken", "MaxResults");
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");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCollections = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCollectionsCommand_1 = require("../commands/ListCollectionsCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListCollections = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListCollectionsCommand_1.ListCollectionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDatasetEntries = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDatasetEntriesCommand_1 = require("../commands/ListDatasetEntriesCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListDatasetEntries = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListDatasetEntriesCommand_1.ListDatasetEntriesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDatasetLabels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDatasetLabelsCommand_1 = require("../commands/ListDatasetLabelsCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListDatasetLabels = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListDatasetLabelsCommand_1.ListDatasetLabelsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFaces = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListFacesCommand_1 = require("../commands/ListFacesCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListFaces = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListFacesCommand_1.ListFacesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMediaAnalysisJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMediaAnalysisJobsCommand_1 = require("../commands/ListMediaAnalysisJobsCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListMediaAnalysisJobs = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListMediaAnalysisJobsCommand_1.ListMediaAnalysisJobsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListProjectPolicies = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListProjectPoliciesCommand_1 = require("../commands/ListProjectPoliciesCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListProjectPolicies = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListProjectPoliciesCommand_1.ListProjectPoliciesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListStreamProcessors = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListStreamProcessorsCommand_1 = require("../commands/ListStreamProcessorsCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListStreamProcessors = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListStreamProcessorsCommand_1.ListStreamProcessorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListUsers = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListUsersCommand_1 = require("../commands/ListUsersCommand");
6
- const RekognitionClient_1 = require("../RekognitionClient");
7
- exports.paginateListUsers = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListUsersCommand_1.ListUsersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,22 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeProjectVersionsPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeProjectsPaginator"), exports);
6
- tslib_1.__exportStar(require("./GetCelebrityRecognitionPaginator"), exports);
7
- tslib_1.__exportStar(require("./GetContentModerationPaginator"), exports);
8
- tslib_1.__exportStar(require("./GetFaceDetectionPaginator"), exports);
9
- tslib_1.__exportStar(require("./GetFaceSearchPaginator"), exports);
10
- tslib_1.__exportStar(require("./GetLabelDetectionPaginator"), exports);
11
- tslib_1.__exportStar(require("./GetPersonTrackingPaginator"), exports);
12
- tslib_1.__exportStar(require("./GetSegmentDetectionPaginator"), exports);
13
- tslib_1.__exportStar(require("./GetTextDetectionPaginator"), exports);
14
- tslib_1.__exportStar(require("./Interfaces"), exports);
15
- tslib_1.__exportStar(require("./ListCollectionsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListDatasetEntriesPaginator"), exports);
17
- tslib_1.__exportStar(require("./ListDatasetLabelsPaginator"), exports);
18
- tslib_1.__exportStar(require("./ListFacesPaginator"), exports);
19
- tslib_1.__exportStar(require("./ListMediaAnalysisJobsPaginator"), exports);
20
- tslib_1.__exportStar(require("./ListProjectPoliciesPaginator"), exports);
21
- tslib_1.__exportStar(require("./ListStreamProcessorsPaginator"), exports);
22
- tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
1
+ module.exports = require("../index.js");