@aws-sdk/client-rekognition 3.1077.0 → 3.1079.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.
- package/dist-cjs/index.js +83 -753
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateFacesCommand.js +2 -14
- package/dist-es/commands/CompareFacesCommand.js +2 -14
- package/dist-es/commands/CopyProjectVersionCommand.js +2 -14
- package/dist-es/commands/CreateCollectionCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateFaceLivenessSessionCommand.js +2 -14
- package/dist-es/commands/CreateProjectCommand.js +2 -14
- package/dist-es/commands/CreateProjectVersionCommand.js +2 -14
- package/dist-es/commands/CreateStreamProcessorCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/DeleteCollectionCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteFacesCommand.js +2 -14
- package/dist-es/commands/DeleteProjectCommand.js +2 -14
- package/dist-es/commands/DeleteProjectPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteProjectVersionCommand.js +2 -14
- package/dist-es/commands/DeleteStreamProcessorCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DescribeCollectionCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeProjectVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeProjectsCommand.js +2 -14
- package/dist-es/commands/DescribeStreamProcessorCommand.js +2 -14
- package/dist-es/commands/DetectCustomLabelsCommand.js +2 -14
- package/dist-es/commands/DetectFacesCommand.js +2 -14
- package/dist-es/commands/DetectLabelsCommand.js +2 -14
- package/dist-es/commands/DetectModerationLabelsCommand.js +2 -14
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +2 -14
- package/dist-es/commands/DetectTextCommand.js +2 -14
- package/dist-es/commands/DisassociateFacesCommand.js +2 -14
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +2 -14
- package/dist-es/commands/GetCelebrityInfoCommand.js +2 -14
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +2 -14
- package/dist-es/commands/GetContentModerationCommand.js +2 -14
- package/dist-es/commands/GetFaceDetectionCommand.js +2 -14
- package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +2 -14
- package/dist-es/commands/GetFaceSearchCommand.js +2 -14
- package/dist-es/commands/GetLabelDetectionCommand.js +2 -14
- package/dist-es/commands/GetMediaAnalysisJobCommand.js +2 -14
- package/dist-es/commands/GetPersonTrackingCommand.js +2 -14
- package/dist-es/commands/GetSegmentDetectionCommand.js +2 -14
- package/dist-es/commands/GetTextDetectionCommand.js +2 -14
- package/dist-es/commands/IndexFacesCommand.js +2 -14
- package/dist-es/commands/ListCollectionsCommand.js +2 -14
- package/dist-es/commands/ListDatasetEntriesCommand.js +2 -14
- package/dist-es/commands/ListDatasetLabelsCommand.js +2 -14
- package/dist-es/commands/ListFacesCommand.js +2 -14
- package/dist-es/commands/ListMediaAnalysisJobsCommand.js +2 -14
- package/dist-es/commands/ListProjectPoliciesCommand.js +2 -14
- package/dist-es/commands/ListStreamProcessorsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListUsersCommand.js +2 -14
- package/dist-es/commands/PutProjectPolicyCommand.js +2 -14
- package/dist-es/commands/RecognizeCelebritiesCommand.js +2 -14
- package/dist-es/commands/SearchFacesByImageCommand.js +2 -14
- package/dist-es/commands/SearchFacesCommand.js +2 -14
- package/dist-es/commands/SearchUsersByImageCommand.js +2 -14
- package/dist-es/commands/SearchUsersCommand.js +2 -14
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +2 -14
- package/dist-es/commands/StartContentModerationCommand.js +2 -14
- package/dist-es/commands/StartFaceDetectionCommand.js +2 -14
- package/dist-es/commands/StartFaceSearchCommand.js +2 -14
- package/dist-es/commands/StartLabelDetectionCommand.js +2 -14
- package/dist-es/commands/StartMediaAnalysisJobCommand.js +2 -14
- package/dist-es/commands/StartPersonTrackingCommand.js +2 -14
- package/dist-es/commands/StartProjectVersionCommand.js +2 -14
- package/dist-es/commands/StartSegmentDetectionCommand.js +2 -14
- package/dist-es/commands/StartStreamProcessorCommand.js +2 -14
- package/dist-es/commands/StartTextDetectionCommand.js +2 -14
- package/dist-es/commands/StopProjectVersionCommand.js +2 -14
- package/dist-es/commands/StopStreamProcessorCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +2 -14
- package/dist-es/commands/UpdateStreamProcessorCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateFacesCommand.d.ts +3 -8
- package/dist-types/commands/CompareFacesCommand.d.ts +3 -8
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateCollectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCollectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFacesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCollectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProjectsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +3 -8
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +3 -8
- package/dist-types/commands/DetectFacesCommand.d.ts +3 -8
- package/dist-types/commands/DetectLabelsCommand.d.ts +3 -8
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +3 -8
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +3 -8
- package/dist-types/commands/DetectTextCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFacesCommand.d.ts +3 -8
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +3 -8
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +3 -8
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +3 -8
- package/dist-types/commands/GetContentModerationCommand.d.ts +3 -8
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +3 -8
- package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +3 -8
- package/dist-types/commands/GetFaceSearchCommand.d.ts +3 -8
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaAnalysisJobCommand.d.ts +3 -8
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +3 -8
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +3 -8
- package/dist-types/commands/GetTextDetectionCommand.d.ts +3 -8
- package/dist-types/commands/IndexFacesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +3 -8
- package/dist-types/commands/ListFacesCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaAnalysisJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersCommand.d.ts +3 -8
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +3 -8
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +3 -8
- package/dist-types/commands/SearchFacesCommand.d.ts +3 -8
- package/dist-types/commands/SearchUsersByImageCommand.d.ts +3 -8
- package/dist-types/commands/SearchUsersCommand.d.ts +3 -8
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +3 -8
- package/dist-types/commands/StartContentModerationCommand.d.ts +3 -8
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +3 -8
- package/dist-types/commands/StartFaceSearchCommand.d.ts +3 -8
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +3 -8
- package/dist-types/commands/StartMediaAnalysisJobCommand.d.ts +3 -8
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +3 -8
- package/dist-types/commands/StartProjectVersionCommand.d.ts +3 -8
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +3 -8
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +3 -8
- package/dist-types/commands/StartTextDetectionCommand.d.ts +3 -8
- package/dist-types/commands/StopProjectVersionCommand.d.ts +3 -8
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaAnalysisJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaAnalysisJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchUsersByImageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMediaAnalysisJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -3476,904 +3477,233 @@ class RekognitionClient extends Client {
|
|
|
3476
3477
|
}
|
|
3477
3478
|
}
|
|
3478
3479
|
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
})
|
|
3485
|
-
.s("RekognitionService", "AssociateFaces", {})
|
|
3486
|
-
.n("RekognitionClient", "AssociateFacesCommand")
|
|
3487
|
-
.sc(AssociateFaces$)
|
|
3488
|
-
.build() {
|
|
3480
|
+
const command = makeBuilder(commonParams, "RekognitionService", "RekognitionClient", getEndpointPlugin);
|
|
3481
|
+
const _ep0 = {};
|
|
3482
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
3483
|
+
|
|
3484
|
+
class AssociateFacesCommand extends command(_ep0, _mw0, "AssociateFaces", AssociateFaces$) {
|
|
3489
3485
|
}
|
|
3490
3486
|
|
|
3491
|
-
class CompareFacesCommand extends
|
|
3492
|
-
.classBuilder()
|
|
3493
|
-
.ep(commonParams)
|
|
3494
|
-
.m(function (Command, cs, config, o) {
|
|
3495
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3496
|
-
})
|
|
3497
|
-
.s("RekognitionService", "CompareFaces", {})
|
|
3498
|
-
.n("RekognitionClient", "CompareFacesCommand")
|
|
3499
|
-
.sc(CompareFaces$)
|
|
3500
|
-
.build() {
|
|
3487
|
+
class CompareFacesCommand extends command(_ep0, _mw0, "CompareFaces", CompareFaces$) {
|
|
3501
3488
|
}
|
|
3502
3489
|
|
|
3503
|
-
class CopyProjectVersionCommand extends
|
|
3504
|
-
.classBuilder()
|
|
3505
|
-
.ep(commonParams)
|
|
3506
|
-
.m(function (Command, cs, config, o) {
|
|
3507
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3508
|
-
})
|
|
3509
|
-
.s("RekognitionService", "CopyProjectVersion", {})
|
|
3510
|
-
.n("RekognitionClient", "CopyProjectVersionCommand")
|
|
3511
|
-
.sc(CopyProjectVersion$)
|
|
3512
|
-
.build() {
|
|
3490
|
+
class CopyProjectVersionCommand extends command(_ep0, _mw0, "CopyProjectVersion", CopyProjectVersion$) {
|
|
3513
3491
|
}
|
|
3514
3492
|
|
|
3515
|
-
class CreateCollectionCommand extends
|
|
3516
|
-
.classBuilder()
|
|
3517
|
-
.ep(commonParams)
|
|
3518
|
-
.m(function (Command, cs, config, o) {
|
|
3519
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3520
|
-
})
|
|
3521
|
-
.s("RekognitionService", "CreateCollection", {})
|
|
3522
|
-
.n("RekognitionClient", "CreateCollectionCommand")
|
|
3523
|
-
.sc(CreateCollection$)
|
|
3524
|
-
.build() {
|
|
3493
|
+
class CreateCollectionCommand extends command(_ep0, _mw0, "CreateCollection", CreateCollection$) {
|
|
3525
3494
|
}
|
|
3526
3495
|
|
|
3527
|
-
class CreateDatasetCommand extends
|
|
3528
|
-
.classBuilder()
|
|
3529
|
-
.ep(commonParams)
|
|
3530
|
-
.m(function (Command, cs, config, o) {
|
|
3531
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3532
|
-
})
|
|
3533
|
-
.s("RekognitionService", "CreateDataset", {})
|
|
3534
|
-
.n("RekognitionClient", "CreateDatasetCommand")
|
|
3535
|
-
.sc(CreateDataset$)
|
|
3536
|
-
.build() {
|
|
3496
|
+
class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
3537
3497
|
}
|
|
3538
3498
|
|
|
3539
|
-
class CreateFaceLivenessSessionCommand extends
|
|
3540
|
-
.classBuilder()
|
|
3541
|
-
.ep(commonParams)
|
|
3542
|
-
.m(function (Command, cs, config, o) {
|
|
3543
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3544
|
-
})
|
|
3545
|
-
.s("RekognitionService", "CreateFaceLivenessSession", {})
|
|
3546
|
-
.n("RekognitionClient", "CreateFaceLivenessSessionCommand")
|
|
3547
|
-
.sc(CreateFaceLivenessSession$)
|
|
3548
|
-
.build() {
|
|
3499
|
+
class CreateFaceLivenessSessionCommand extends command(_ep0, _mw0, "CreateFaceLivenessSession", CreateFaceLivenessSession$) {
|
|
3549
3500
|
}
|
|
3550
3501
|
|
|
3551
|
-
class CreateProjectCommand extends
|
|
3552
|
-
.classBuilder()
|
|
3553
|
-
.ep(commonParams)
|
|
3554
|
-
.m(function (Command, cs, config, o) {
|
|
3555
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3556
|
-
})
|
|
3557
|
-
.s("RekognitionService", "CreateProject", {})
|
|
3558
|
-
.n("RekognitionClient", "CreateProjectCommand")
|
|
3559
|
-
.sc(CreateProject$)
|
|
3560
|
-
.build() {
|
|
3502
|
+
class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
|
|
3561
3503
|
}
|
|
3562
3504
|
|
|
3563
|
-
class CreateProjectVersionCommand extends
|
|
3564
|
-
.classBuilder()
|
|
3565
|
-
.ep(commonParams)
|
|
3566
|
-
.m(function (Command, cs, config, o) {
|
|
3567
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3568
|
-
})
|
|
3569
|
-
.s("RekognitionService", "CreateProjectVersion", {})
|
|
3570
|
-
.n("RekognitionClient", "CreateProjectVersionCommand")
|
|
3571
|
-
.sc(CreateProjectVersion$)
|
|
3572
|
-
.build() {
|
|
3505
|
+
class CreateProjectVersionCommand extends command(_ep0, _mw0, "CreateProjectVersion", CreateProjectVersion$) {
|
|
3573
3506
|
}
|
|
3574
3507
|
|
|
3575
|
-
class CreateStreamProcessorCommand extends
|
|
3576
|
-
.classBuilder()
|
|
3577
|
-
.ep(commonParams)
|
|
3578
|
-
.m(function (Command, cs, config, o) {
|
|
3579
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3580
|
-
})
|
|
3581
|
-
.s("RekognitionService", "CreateStreamProcessor", {})
|
|
3582
|
-
.n("RekognitionClient", "CreateStreamProcessorCommand")
|
|
3583
|
-
.sc(CreateStreamProcessor$)
|
|
3584
|
-
.build() {
|
|
3508
|
+
class CreateStreamProcessorCommand extends command(_ep0, _mw0, "CreateStreamProcessor", CreateStreamProcessor$) {
|
|
3585
3509
|
}
|
|
3586
3510
|
|
|
3587
|
-
class CreateUserCommand extends
|
|
3588
|
-
.classBuilder()
|
|
3589
|
-
.ep(commonParams)
|
|
3590
|
-
.m(function (Command, cs, config, o) {
|
|
3591
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3592
|
-
})
|
|
3593
|
-
.s("RekognitionService", "CreateUser", {})
|
|
3594
|
-
.n("RekognitionClient", "CreateUserCommand")
|
|
3595
|
-
.sc(CreateUser$)
|
|
3596
|
-
.build() {
|
|
3511
|
+
class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
3597
3512
|
}
|
|
3598
3513
|
|
|
3599
|
-
class DeleteCollectionCommand extends
|
|
3600
|
-
.classBuilder()
|
|
3601
|
-
.ep(commonParams)
|
|
3602
|
-
.m(function (Command, cs, config, o) {
|
|
3603
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3604
|
-
})
|
|
3605
|
-
.s("RekognitionService", "DeleteCollection", {})
|
|
3606
|
-
.n("RekognitionClient", "DeleteCollectionCommand")
|
|
3607
|
-
.sc(DeleteCollection$)
|
|
3608
|
-
.build() {
|
|
3514
|
+
class DeleteCollectionCommand extends command(_ep0, _mw0, "DeleteCollection", DeleteCollection$) {
|
|
3609
3515
|
}
|
|
3610
3516
|
|
|
3611
|
-
class DeleteDatasetCommand extends
|
|
3612
|
-
.classBuilder()
|
|
3613
|
-
.ep(commonParams)
|
|
3614
|
-
.m(function (Command, cs, config, o) {
|
|
3615
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3616
|
-
})
|
|
3617
|
-
.s("RekognitionService", "DeleteDataset", {})
|
|
3618
|
-
.n("RekognitionClient", "DeleteDatasetCommand")
|
|
3619
|
-
.sc(DeleteDataset$)
|
|
3620
|
-
.build() {
|
|
3517
|
+
class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
3621
3518
|
}
|
|
3622
3519
|
|
|
3623
|
-
class DeleteFacesCommand extends
|
|
3624
|
-
.classBuilder()
|
|
3625
|
-
.ep(commonParams)
|
|
3626
|
-
.m(function (Command, cs, config, o) {
|
|
3627
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3628
|
-
})
|
|
3629
|
-
.s("RekognitionService", "DeleteFaces", {})
|
|
3630
|
-
.n("RekognitionClient", "DeleteFacesCommand")
|
|
3631
|
-
.sc(DeleteFaces$)
|
|
3632
|
-
.build() {
|
|
3520
|
+
class DeleteFacesCommand extends command(_ep0, _mw0, "DeleteFaces", DeleteFaces$) {
|
|
3633
3521
|
}
|
|
3634
3522
|
|
|
3635
|
-
class DeleteProjectCommand extends
|
|
3636
|
-
.classBuilder()
|
|
3637
|
-
.ep(commonParams)
|
|
3638
|
-
.m(function (Command, cs, config, o) {
|
|
3639
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3640
|
-
})
|
|
3641
|
-
.s("RekognitionService", "DeleteProject", {})
|
|
3642
|
-
.n("RekognitionClient", "DeleteProjectCommand")
|
|
3643
|
-
.sc(DeleteProject$)
|
|
3644
|
-
.build() {
|
|
3523
|
+
class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
|
|
3645
3524
|
}
|
|
3646
3525
|
|
|
3647
|
-
class DeleteProjectPolicyCommand extends
|
|
3648
|
-
.classBuilder()
|
|
3649
|
-
.ep(commonParams)
|
|
3650
|
-
.m(function (Command, cs, config, o) {
|
|
3651
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3652
|
-
})
|
|
3653
|
-
.s("RekognitionService", "DeleteProjectPolicy", {})
|
|
3654
|
-
.n("RekognitionClient", "DeleteProjectPolicyCommand")
|
|
3655
|
-
.sc(DeleteProjectPolicy$)
|
|
3656
|
-
.build() {
|
|
3526
|
+
class DeleteProjectPolicyCommand extends command(_ep0, _mw0, "DeleteProjectPolicy", DeleteProjectPolicy$) {
|
|
3657
3527
|
}
|
|
3658
3528
|
|
|
3659
|
-
class DeleteProjectVersionCommand extends
|
|
3660
|
-
.classBuilder()
|
|
3661
|
-
.ep(commonParams)
|
|
3662
|
-
.m(function (Command, cs, config, o) {
|
|
3663
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3664
|
-
})
|
|
3665
|
-
.s("RekognitionService", "DeleteProjectVersion", {})
|
|
3666
|
-
.n("RekognitionClient", "DeleteProjectVersionCommand")
|
|
3667
|
-
.sc(DeleteProjectVersion$)
|
|
3668
|
-
.build() {
|
|
3529
|
+
class DeleteProjectVersionCommand extends command(_ep0, _mw0, "DeleteProjectVersion", DeleteProjectVersion$) {
|
|
3669
3530
|
}
|
|
3670
3531
|
|
|
3671
|
-
class DeleteStreamProcessorCommand extends
|
|
3672
|
-
.classBuilder()
|
|
3673
|
-
.ep(commonParams)
|
|
3674
|
-
.m(function (Command, cs, config, o) {
|
|
3675
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3676
|
-
})
|
|
3677
|
-
.s("RekognitionService", "DeleteStreamProcessor", {})
|
|
3678
|
-
.n("RekognitionClient", "DeleteStreamProcessorCommand")
|
|
3679
|
-
.sc(DeleteStreamProcessor$)
|
|
3680
|
-
.build() {
|
|
3532
|
+
class DeleteStreamProcessorCommand extends command(_ep0, _mw0, "DeleteStreamProcessor", DeleteStreamProcessor$) {
|
|
3681
3533
|
}
|
|
3682
3534
|
|
|
3683
|
-
class DeleteUserCommand extends
|
|
3684
|
-
.classBuilder()
|
|
3685
|
-
.ep(commonParams)
|
|
3686
|
-
.m(function (Command, cs, config, o) {
|
|
3687
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3688
|
-
})
|
|
3689
|
-
.s("RekognitionService", "DeleteUser", {})
|
|
3690
|
-
.n("RekognitionClient", "DeleteUserCommand")
|
|
3691
|
-
.sc(DeleteUser$)
|
|
3692
|
-
.build() {
|
|
3535
|
+
class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
|
|
3693
3536
|
}
|
|
3694
3537
|
|
|
3695
|
-
class DescribeCollectionCommand extends
|
|
3696
|
-
.classBuilder()
|
|
3697
|
-
.ep(commonParams)
|
|
3698
|
-
.m(function (Command, cs, config, o) {
|
|
3699
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3700
|
-
})
|
|
3701
|
-
.s("RekognitionService", "DescribeCollection", {})
|
|
3702
|
-
.n("RekognitionClient", "DescribeCollectionCommand")
|
|
3703
|
-
.sc(DescribeCollection$)
|
|
3704
|
-
.build() {
|
|
3538
|
+
class DescribeCollectionCommand extends command(_ep0, _mw0, "DescribeCollection", DescribeCollection$) {
|
|
3705
3539
|
}
|
|
3706
3540
|
|
|
3707
|
-
class DescribeDatasetCommand extends
|
|
3708
|
-
.classBuilder()
|
|
3709
|
-
.ep(commonParams)
|
|
3710
|
-
.m(function (Command, cs, config, o) {
|
|
3711
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3712
|
-
})
|
|
3713
|
-
.s("RekognitionService", "DescribeDataset", {})
|
|
3714
|
-
.n("RekognitionClient", "DescribeDatasetCommand")
|
|
3715
|
-
.sc(DescribeDataset$)
|
|
3716
|
-
.build() {
|
|
3541
|
+
class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
|
|
3717
3542
|
}
|
|
3718
3543
|
|
|
3719
|
-
class DescribeProjectsCommand extends
|
|
3720
|
-
.classBuilder()
|
|
3721
|
-
.ep(commonParams)
|
|
3722
|
-
.m(function (Command, cs, config, o) {
|
|
3723
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3724
|
-
})
|
|
3725
|
-
.s("RekognitionService", "DescribeProjects", {})
|
|
3726
|
-
.n("RekognitionClient", "DescribeProjectsCommand")
|
|
3727
|
-
.sc(DescribeProjects$)
|
|
3728
|
-
.build() {
|
|
3544
|
+
class DescribeProjectsCommand extends command(_ep0, _mw0, "DescribeProjects", DescribeProjects$) {
|
|
3729
3545
|
}
|
|
3730
3546
|
|
|
3731
|
-
class DescribeProjectVersionsCommand extends
|
|
3732
|
-
.classBuilder()
|
|
3733
|
-
.ep(commonParams)
|
|
3734
|
-
.m(function (Command, cs, config, o) {
|
|
3735
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3736
|
-
})
|
|
3737
|
-
.s("RekognitionService", "DescribeProjectVersions", {})
|
|
3738
|
-
.n("RekognitionClient", "DescribeProjectVersionsCommand")
|
|
3739
|
-
.sc(DescribeProjectVersions$)
|
|
3740
|
-
.build() {
|
|
3547
|
+
class DescribeProjectVersionsCommand extends command(_ep0, _mw0, "DescribeProjectVersions", DescribeProjectVersions$) {
|
|
3741
3548
|
}
|
|
3742
3549
|
|
|
3743
|
-
class DescribeStreamProcessorCommand extends
|
|
3744
|
-
.classBuilder()
|
|
3745
|
-
.ep(commonParams)
|
|
3746
|
-
.m(function (Command, cs, config, o) {
|
|
3747
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3748
|
-
})
|
|
3749
|
-
.s("RekognitionService", "DescribeStreamProcessor", {})
|
|
3750
|
-
.n("RekognitionClient", "DescribeStreamProcessorCommand")
|
|
3751
|
-
.sc(DescribeStreamProcessor$)
|
|
3752
|
-
.build() {
|
|
3550
|
+
class DescribeStreamProcessorCommand extends command(_ep0, _mw0, "DescribeStreamProcessor", DescribeStreamProcessor$) {
|
|
3753
3551
|
}
|
|
3754
3552
|
|
|
3755
|
-
class DetectCustomLabelsCommand extends
|
|
3756
|
-
.classBuilder()
|
|
3757
|
-
.ep(commonParams)
|
|
3758
|
-
.m(function (Command, cs, config, o) {
|
|
3759
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3760
|
-
})
|
|
3761
|
-
.s("RekognitionService", "DetectCustomLabels", {})
|
|
3762
|
-
.n("RekognitionClient", "DetectCustomLabelsCommand")
|
|
3763
|
-
.sc(DetectCustomLabels$)
|
|
3764
|
-
.build() {
|
|
3553
|
+
class DetectCustomLabelsCommand extends command(_ep0, _mw0, "DetectCustomLabels", DetectCustomLabels$) {
|
|
3765
3554
|
}
|
|
3766
3555
|
|
|
3767
|
-
class DetectFacesCommand extends
|
|
3768
|
-
.classBuilder()
|
|
3769
|
-
.ep(commonParams)
|
|
3770
|
-
.m(function (Command, cs, config, o) {
|
|
3771
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3772
|
-
})
|
|
3773
|
-
.s("RekognitionService", "DetectFaces", {})
|
|
3774
|
-
.n("RekognitionClient", "DetectFacesCommand")
|
|
3775
|
-
.sc(DetectFaces$)
|
|
3776
|
-
.build() {
|
|
3556
|
+
class DetectFacesCommand extends command(_ep0, _mw0, "DetectFaces", DetectFaces$) {
|
|
3777
3557
|
}
|
|
3778
3558
|
|
|
3779
|
-
class DetectLabelsCommand extends
|
|
3780
|
-
.classBuilder()
|
|
3781
|
-
.ep(commonParams)
|
|
3782
|
-
.m(function (Command, cs, config, o) {
|
|
3783
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3784
|
-
})
|
|
3785
|
-
.s("RekognitionService", "DetectLabels", {})
|
|
3786
|
-
.n("RekognitionClient", "DetectLabelsCommand")
|
|
3787
|
-
.sc(DetectLabels$)
|
|
3788
|
-
.build() {
|
|
3559
|
+
class DetectLabelsCommand extends command(_ep0, _mw0, "DetectLabels", DetectLabels$) {
|
|
3789
3560
|
}
|
|
3790
3561
|
|
|
3791
|
-
class DetectModerationLabelsCommand extends
|
|
3792
|
-
.classBuilder()
|
|
3793
|
-
.ep(commonParams)
|
|
3794
|
-
.m(function (Command, cs, config, o) {
|
|
3795
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3796
|
-
})
|
|
3797
|
-
.s("RekognitionService", "DetectModerationLabels", {})
|
|
3798
|
-
.n("RekognitionClient", "DetectModerationLabelsCommand")
|
|
3799
|
-
.sc(DetectModerationLabels$)
|
|
3800
|
-
.build() {
|
|
3562
|
+
class DetectModerationLabelsCommand extends command(_ep0, _mw0, "DetectModerationLabels", DetectModerationLabels$) {
|
|
3801
3563
|
}
|
|
3802
3564
|
|
|
3803
|
-
class DetectProtectiveEquipmentCommand extends
|
|
3804
|
-
.classBuilder()
|
|
3805
|
-
.ep(commonParams)
|
|
3806
|
-
.m(function (Command, cs, config, o) {
|
|
3807
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3808
|
-
})
|
|
3809
|
-
.s("RekognitionService", "DetectProtectiveEquipment", {})
|
|
3810
|
-
.n("RekognitionClient", "DetectProtectiveEquipmentCommand")
|
|
3811
|
-
.sc(DetectProtectiveEquipment$)
|
|
3812
|
-
.build() {
|
|
3565
|
+
class DetectProtectiveEquipmentCommand extends command(_ep0, _mw0, "DetectProtectiveEquipment", DetectProtectiveEquipment$) {
|
|
3813
3566
|
}
|
|
3814
3567
|
|
|
3815
|
-
class DetectTextCommand extends
|
|
3816
|
-
.classBuilder()
|
|
3817
|
-
.ep(commonParams)
|
|
3818
|
-
.m(function (Command, cs, config, o) {
|
|
3819
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3820
|
-
})
|
|
3821
|
-
.s("RekognitionService", "DetectText", {})
|
|
3822
|
-
.n("RekognitionClient", "DetectTextCommand")
|
|
3823
|
-
.sc(DetectText$)
|
|
3824
|
-
.build() {
|
|
3568
|
+
class DetectTextCommand extends command(_ep0, _mw0, "DetectText", DetectText$) {
|
|
3825
3569
|
}
|
|
3826
3570
|
|
|
3827
|
-
class DisassociateFacesCommand extends
|
|
3828
|
-
.classBuilder()
|
|
3829
|
-
.ep(commonParams)
|
|
3830
|
-
.m(function (Command, cs, config, o) {
|
|
3831
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3832
|
-
})
|
|
3833
|
-
.s("RekognitionService", "DisassociateFaces", {})
|
|
3834
|
-
.n("RekognitionClient", "DisassociateFacesCommand")
|
|
3835
|
-
.sc(DisassociateFaces$)
|
|
3836
|
-
.build() {
|
|
3571
|
+
class DisassociateFacesCommand extends command(_ep0, _mw0, "DisassociateFaces", DisassociateFaces$) {
|
|
3837
3572
|
}
|
|
3838
3573
|
|
|
3839
|
-
class DistributeDatasetEntriesCommand extends
|
|
3840
|
-
.classBuilder()
|
|
3841
|
-
.ep(commonParams)
|
|
3842
|
-
.m(function (Command, cs, config, o) {
|
|
3843
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3844
|
-
})
|
|
3845
|
-
.s("RekognitionService", "DistributeDatasetEntries", {})
|
|
3846
|
-
.n("RekognitionClient", "DistributeDatasetEntriesCommand")
|
|
3847
|
-
.sc(DistributeDatasetEntries$)
|
|
3848
|
-
.build() {
|
|
3574
|
+
class DistributeDatasetEntriesCommand extends command(_ep0, _mw0, "DistributeDatasetEntries", DistributeDatasetEntries$) {
|
|
3849
3575
|
}
|
|
3850
3576
|
|
|
3851
|
-
class GetCelebrityInfoCommand extends
|
|
3852
|
-
.classBuilder()
|
|
3853
|
-
.ep(commonParams)
|
|
3854
|
-
.m(function (Command, cs, config, o) {
|
|
3855
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3856
|
-
})
|
|
3857
|
-
.s("RekognitionService", "GetCelebrityInfo", {})
|
|
3858
|
-
.n("RekognitionClient", "GetCelebrityInfoCommand")
|
|
3859
|
-
.sc(GetCelebrityInfo$)
|
|
3860
|
-
.build() {
|
|
3577
|
+
class GetCelebrityInfoCommand extends command(_ep0, _mw0, "GetCelebrityInfo", GetCelebrityInfo$) {
|
|
3861
3578
|
}
|
|
3862
3579
|
|
|
3863
|
-
class GetCelebrityRecognitionCommand extends
|
|
3864
|
-
.classBuilder()
|
|
3865
|
-
.ep(commonParams)
|
|
3866
|
-
.m(function (Command, cs, config, o) {
|
|
3867
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3868
|
-
})
|
|
3869
|
-
.s("RekognitionService", "GetCelebrityRecognition", {})
|
|
3870
|
-
.n("RekognitionClient", "GetCelebrityRecognitionCommand")
|
|
3871
|
-
.sc(GetCelebrityRecognition$)
|
|
3872
|
-
.build() {
|
|
3580
|
+
class GetCelebrityRecognitionCommand extends command(_ep0, _mw0, "GetCelebrityRecognition", GetCelebrityRecognition$) {
|
|
3873
3581
|
}
|
|
3874
3582
|
|
|
3875
|
-
class GetContentModerationCommand extends
|
|
3876
|
-
.classBuilder()
|
|
3877
|
-
.ep(commonParams)
|
|
3878
|
-
.m(function (Command, cs, config, o) {
|
|
3879
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3880
|
-
})
|
|
3881
|
-
.s("RekognitionService", "GetContentModeration", {})
|
|
3882
|
-
.n("RekognitionClient", "GetContentModerationCommand")
|
|
3883
|
-
.sc(GetContentModeration$)
|
|
3884
|
-
.build() {
|
|
3583
|
+
class GetContentModerationCommand extends command(_ep0, _mw0, "GetContentModeration", GetContentModeration$) {
|
|
3885
3584
|
}
|
|
3886
3585
|
|
|
3887
|
-
class GetFaceDetectionCommand extends
|
|
3888
|
-
.classBuilder()
|
|
3889
|
-
.ep(commonParams)
|
|
3890
|
-
.m(function (Command, cs, config, o) {
|
|
3891
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3892
|
-
})
|
|
3893
|
-
.s("RekognitionService", "GetFaceDetection", {})
|
|
3894
|
-
.n("RekognitionClient", "GetFaceDetectionCommand")
|
|
3895
|
-
.sc(GetFaceDetection$)
|
|
3896
|
-
.build() {
|
|
3586
|
+
class GetFaceDetectionCommand extends command(_ep0, _mw0, "GetFaceDetection", GetFaceDetection$) {
|
|
3897
3587
|
}
|
|
3898
3588
|
|
|
3899
|
-
class GetFaceLivenessSessionResultsCommand extends
|
|
3900
|
-
.classBuilder()
|
|
3901
|
-
.ep(commonParams)
|
|
3902
|
-
.m(function (Command, cs, config, o) {
|
|
3903
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3904
|
-
})
|
|
3905
|
-
.s("RekognitionService", "GetFaceLivenessSessionResults", {})
|
|
3906
|
-
.n("RekognitionClient", "GetFaceLivenessSessionResultsCommand")
|
|
3907
|
-
.sc(GetFaceLivenessSessionResults$)
|
|
3908
|
-
.build() {
|
|
3589
|
+
class GetFaceLivenessSessionResultsCommand extends command(_ep0, _mw0, "GetFaceLivenessSessionResults", GetFaceLivenessSessionResults$) {
|
|
3909
3590
|
}
|
|
3910
3591
|
|
|
3911
|
-
class GetFaceSearchCommand extends
|
|
3912
|
-
.classBuilder()
|
|
3913
|
-
.ep(commonParams)
|
|
3914
|
-
.m(function (Command, cs, config, o) {
|
|
3915
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3916
|
-
})
|
|
3917
|
-
.s("RekognitionService", "GetFaceSearch", {})
|
|
3918
|
-
.n("RekognitionClient", "GetFaceSearchCommand")
|
|
3919
|
-
.sc(GetFaceSearch$)
|
|
3920
|
-
.build() {
|
|
3592
|
+
class GetFaceSearchCommand extends command(_ep0, _mw0, "GetFaceSearch", GetFaceSearch$) {
|
|
3921
3593
|
}
|
|
3922
3594
|
|
|
3923
|
-
class GetLabelDetectionCommand extends
|
|
3924
|
-
.classBuilder()
|
|
3925
|
-
.ep(commonParams)
|
|
3926
|
-
.m(function (Command, cs, config, o) {
|
|
3927
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3928
|
-
})
|
|
3929
|
-
.s("RekognitionService", "GetLabelDetection", {})
|
|
3930
|
-
.n("RekognitionClient", "GetLabelDetectionCommand")
|
|
3931
|
-
.sc(GetLabelDetection$)
|
|
3932
|
-
.build() {
|
|
3595
|
+
class GetLabelDetectionCommand extends command(_ep0, _mw0, "GetLabelDetection", GetLabelDetection$) {
|
|
3933
3596
|
}
|
|
3934
3597
|
|
|
3935
|
-
class GetMediaAnalysisJobCommand extends
|
|
3936
|
-
.classBuilder()
|
|
3937
|
-
.ep(commonParams)
|
|
3938
|
-
.m(function (Command, cs, config, o) {
|
|
3939
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3940
|
-
})
|
|
3941
|
-
.s("RekognitionService", "GetMediaAnalysisJob", {})
|
|
3942
|
-
.n("RekognitionClient", "GetMediaAnalysisJobCommand")
|
|
3943
|
-
.sc(GetMediaAnalysisJob$)
|
|
3944
|
-
.build() {
|
|
3598
|
+
class GetMediaAnalysisJobCommand extends command(_ep0, _mw0, "GetMediaAnalysisJob", GetMediaAnalysisJob$) {
|
|
3945
3599
|
}
|
|
3946
3600
|
|
|
3947
|
-
class GetPersonTrackingCommand extends
|
|
3948
|
-
.classBuilder()
|
|
3949
|
-
.ep(commonParams)
|
|
3950
|
-
.m(function (Command, cs, config, o) {
|
|
3951
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3952
|
-
})
|
|
3953
|
-
.s("RekognitionService", "GetPersonTracking", {})
|
|
3954
|
-
.n("RekognitionClient", "GetPersonTrackingCommand")
|
|
3955
|
-
.sc(GetPersonTracking$)
|
|
3956
|
-
.build() {
|
|
3601
|
+
class GetPersonTrackingCommand extends command(_ep0, _mw0, "GetPersonTracking", GetPersonTracking$) {
|
|
3957
3602
|
}
|
|
3958
3603
|
|
|
3959
|
-
class GetSegmentDetectionCommand extends
|
|
3960
|
-
.classBuilder()
|
|
3961
|
-
.ep(commonParams)
|
|
3962
|
-
.m(function (Command, cs, config, o) {
|
|
3963
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3964
|
-
})
|
|
3965
|
-
.s("RekognitionService", "GetSegmentDetection", {})
|
|
3966
|
-
.n("RekognitionClient", "GetSegmentDetectionCommand")
|
|
3967
|
-
.sc(GetSegmentDetection$)
|
|
3968
|
-
.build() {
|
|
3604
|
+
class GetSegmentDetectionCommand extends command(_ep0, _mw0, "GetSegmentDetection", GetSegmentDetection$) {
|
|
3969
3605
|
}
|
|
3970
3606
|
|
|
3971
|
-
class GetTextDetectionCommand extends
|
|
3972
|
-
.classBuilder()
|
|
3973
|
-
.ep(commonParams)
|
|
3974
|
-
.m(function (Command, cs, config, o) {
|
|
3975
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3976
|
-
})
|
|
3977
|
-
.s("RekognitionService", "GetTextDetection", {})
|
|
3978
|
-
.n("RekognitionClient", "GetTextDetectionCommand")
|
|
3979
|
-
.sc(GetTextDetection$)
|
|
3980
|
-
.build() {
|
|
3607
|
+
class GetTextDetectionCommand extends command(_ep0, _mw0, "GetTextDetection", GetTextDetection$) {
|
|
3981
3608
|
}
|
|
3982
3609
|
|
|
3983
|
-
class IndexFacesCommand extends
|
|
3984
|
-
.classBuilder()
|
|
3985
|
-
.ep(commonParams)
|
|
3986
|
-
.m(function (Command, cs, config, o) {
|
|
3987
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3988
|
-
})
|
|
3989
|
-
.s("RekognitionService", "IndexFaces", {})
|
|
3990
|
-
.n("RekognitionClient", "IndexFacesCommand")
|
|
3991
|
-
.sc(IndexFaces$)
|
|
3992
|
-
.build() {
|
|
3610
|
+
class IndexFacesCommand extends command(_ep0, _mw0, "IndexFaces", IndexFaces$) {
|
|
3993
3611
|
}
|
|
3994
3612
|
|
|
3995
|
-
class ListCollectionsCommand extends
|
|
3996
|
-
.classBuilder()
|
|
3997
|
-
.ep(commonParams)
|
|
3998
|
-
.m(function (Command, cs, config, o) {
|
|
3999
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4000
|
-
})
|
|
4001
|
-
.s("RekognitionService", "ListCollections", {})
|
|
4002
|
-
.n("RekognitionClient", "ListCollectionsCommand")
|
|
4003
|
-
.sc(ListCollections$)
|
|
4004
|
-
.build() {
|
|
3613
|
+
class ListCollectionsCommand extends command(_ep0, _mw0, "ListCollections", ListCollections$) {
|
|
4005
3614
|
}
|
|
4006
3615
|
|
|
4007
|
-
class ListDatasetEntriesCommand extends
|
|
4008
|
-
.classBuilder()
|
|
4009
|
-
.ep(commonParams)
|
|
4010
|
-
.m(function (Command, cs, config, o) {
|
|
4011
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4012
|
-
})
|
|
4013
|
-
.s("RekognitionService", "ListDatasetEntries", {})
|
|
4014
|
-
.n("RekognitionClient", "ListDatasetEntriesCommand")
|
|
4015
|
-
.sc(ListDatasetEntries$)
|
|
4016
|
-
.build() {
|
|
3616
|
+
class ListDatasetEntriesCommand extends command(_ep0, _mw0, "ListDatasetEntries", ListDatasetEntries$) {
|
|
4017
3617
|
}
|
|
4018
3618
|
|
|
4019
|
-
class ListDatasetLabelsCommand extends
|
|
4020
|
-
.classBuilder()
|
|
4021
|
-
.ep(commonParams)
|
|
4022
|
-
.m(function (Command, cs, config, o) {
|
|
4023
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4024
|
-
})
|
|
4025
|
-
.s("RekognitionService", "ListDatasetLabels", {})
|
|
4026
|
-
.n("RekognitionClient", "ListDatasetLabelsCommand")
|
|
4027
|
-
.sc(ListDatasetLabels$)
|
|
4028
|
-
.build() {
|
|
3619
|
+
class ListDatasetLabelsCommand extends command(_ep0, _mw0, "ListDatasetLabels", ListDatasetLabels$) {
|
|
4029
3620
|
}
|
|
4030
3621
|
|
|
4031
|
-
class ListFacesCommand extends
|
|
4032
|
-
.classBuilder()
|
|
4033
|
-
.ep(commonParams)
|
|
4034
|
-
.m(function (Command, cs, config, o) {
|
|
4035
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4036
|
-
})
|
|
4037
|
-
.s("RekognitionService", "ListFaces", {})
|
|
4038
|
-
.n("RekognitionClient", "ListFacesCommand")
|
|
4039
|
-
.sc(ListFaces$)
|
|
4040
|
-
.build() {
|
|
3622
|
+
class ListFacesCommand extends command(_ep0, _mw0, "ListFaces", ListFaces$) {
|
|
4041
3623
|
}
|
|
4042
3624
|
|
|
4043
|
-
class ListMediaAnalysisJobsCommand extends
|
|
4044
|
-
.classBuilder()
|
|
4045
|
-
.ep(commonParams)
|
|
4046
|
-
.m(function (Command, cs, config, o) {
|
|
4047
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4048
|
-
})
|
|
4049
|
-
.s("RekognitionService", "ListMediaAnalysisJobs", {})
|
|
4050
|
-
.n("RekognitionClient", "ListMediaAnalysisJobsCommand")
|
|
4051
|
-
.sc(ListMediaAnalysisJobs$)
|
|
4052
|
-
.build() {
|
|
3625
|
+
class ListMediaAnalysisJobsCommand extends command(_ep0, _mw0, "ListMediaAnalysisJobs", ListMediaAnalysisJobs$) {
|
|
4053
3626
|
}
|
|
4054
3627
|
|
|
4055
|
-
class ListProjectPoliciesCommand extends
|
|
4056
|
-
.classBuilder()
|
|
4057
|
-
.ep(commonParams)
|
|
4058
|
-
.m(function (Command, cs, config, o) {
|
|
4059
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4060
|
-
})
|
|
4061
|
-
.s("RekognitionService", "ListProjectPolicies", {})
|
|
4062
|
-
.n("RekognitionClient", "ListProjectPoliciesCommand")
|
|
4063
|
-
.sc(ListProjectPolicies$)
|
|
4064
|
-
.build() {
|
|
3628
|
+
class ListProjectPoliciesCommand extends command(_ep0, _mw0, "ListProjectPolicies", ListProjectPolicies$) {
|
|
4065
3629
|
}
|
|
4066
3630
|
|
|
4067
|
-
class ListStreamProcessorsCommand extends
|
|
4068
|
-
.classBuilder()
|
|
4069
|
-
.ep(commonParams)
|
|
4070
|
-
.m(function (Command, cs, config, o) {
|
|
4071
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4072
|
-
})
|
|
4073
|
-
.s("RekognitionService", "ListStreamProcessors", {})
|
|
4074
|
-
.n("RekognitionClient", "ListStreamProcessorsCommand")
|
|
4075
|
-
.sc(ListStreamProcessors$)
|
|
4076
|
-
.build() {
|
|
3631
|
+
class ListStreamProcessorsCommand extends command(_ep0, _mw0, "ListStreamProcessors", ListStreamProcessors$) {
|
|
4077
3632
|
}
|
|
4078
3633
|
|
|
4079
|
-
class ListTagsForResourceCommand extends
|
|
4080
|
-
.classBuilder()
|
|
4081
|
-
.ep(commonParams)
|
|
4082
|
-
.m(function (Command, cs, config, o) {
|
|
4083
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4084
|
-
})
|
|
4085
|
-
.s("RekognitionService", "ListTagsForResource", {})
|
|
4086
|
-
.n("RekognitionClient", "ListTagsForResourceCommand")
|
|
4087
|
-
.sc(ListTagsForResource$)
|
|
4088
|
-
.build() {
|
|
3634
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
4089
3635
|
}
|
|
4090
3636
|
|
|
4091
|
-
class ListUsersCommand extends
|
|
4092
|
-
.classBuilder()
|
|
4093
|
-
.ep(commonParams)
|
|
4094
|
-
.m(function (Command, cs, config, o) {
|
|
4095
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4096
|
-
})
|
|
4097
|
-
.s("RekognitionService", "ListUsers", {})
|
|
4098
|
-
.n("RekognitionClient", "ListUsersCommand")
|
|
4099
|
-
.sc(ListUsers$)
|
|
4100
|
-
.build() {
|
|
3637
|
+
class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
|
|
4101
3638
|
}
|
|
4102
3639
|
|
|
4103
|
-
class PutProjectPolicyCommand extends
|
|
4104
|
-
.classBuilder()
|
|
4105
|
-
.ep(commonParams)
|
|
4106
|
-
.m(function (Command, cs, config, o) {
|
|
4107
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4108
|
-
})
|
|
4109
|
-
.s("RekognitionService", "PutProjectPolicy", {})
|
|
4110
|
-
.n("RekognitionClient", "PutProjectPolicyCommand")
|
|
4111
|
-
.sc(PutProjectPolicy$)
|
|
4112
|
-
.build() {
|
|
3640
|
+
class PutProjectPolicyCommand extends command(_ep0, _mw0, "PutProjectPolicy", PutProjectPolicy$) {
|
|
4113
3641
|
}
|
|
4114
3642
|
|
|
4115
|
-
class RecognizeCelebritiesCommand extends
|
|
4116
|
-
.classBuilder()
|
|
4117
|
-
.ep(commonParams)
|
|
4118
|
-
.m(function (Command, cs, config, o) {
|
|
4119
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4120
|
-
})
|
|
4121
|
-
.s("RekognitionService", "RecognizeCelebrities", {})
|
|
4122
|
-
.n("RekognitionClient", "RecognizeCelebritiesCommand")
|
|
4123
|
-
.sc(RecognizeCelebrities$)
|
|
4124
|
-
.build() {
|
|
3643
|
+
class RecognizeCelebritiesCommand extends command(_ep0, _mw0, "RecognizeCelebrities", RecognizeCelebrities$) {
|
|
4125
3644
|
}
|
|
4126
3645
|
|
|
4127
|
-
class SearchFacesByImageCommand extends
|
|
4128
|
-
.classBuilder()
|
|
4129
|
-
.ep(commonParams)
|
|
4130
|
-
.m(function (Command, cs, config, o) {
|
|
4131
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4132
|
-
})
|
|
4133
|
-
.s("RekognitionService", "SearchFacesByImage", {})
|
|
4134
|
-
.n("RekognitionClient", "SearchFacesByImageCommand")
|
|
4135
|
-
.sc(SearchFacesByImage$)
|
|
4136
|
-
.build() {
|
|
3646
|
+
class SearchFacesByImageCommand extends command(_ep0, _mw0, "SearchFacesByImage", SearchFacesByImage$) {
|
|
4137
3647
|
}
|
|
4138
3648
|
|
|
4139
|
-
class SearchFacesCommand extends
|
|
4140
|
-
.classBuilder()
|
|
4141
|
-
.ep(commonParams)
|
|
4142
|
-
.m(function (Command, cs, config, o) {
|
|
4143
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4144
|
-
})
|
|
4145
|
-
.s("RekognitionService", "SearchFaces", {})
|
|
4146
|
-
.n("RekognitionClient", "SearchFacesCommand")
|
|
4147
|
-
.sc(SearchFaces$)
|
|
4148
|
-
.build() {
|
|
3649
|
+
class SearchFacesCommand extends command(_ep0, _mw0, "SearchFaces", SearchFaces$) {
|
|
4149
3650
|
}
|
|
4150
3651
|
|
|
4151
|
-
class SearchUsersByImageCommand extends
|
|
4152
|
-
.classBuilder()
|
|
4153
|
-
.ep(commonParams)
|
|
4154
|
-
.m(function (Command, cs, config, o) {
|
|
4155
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4156
|
-
})
|
|
4157
|
-
.s("RekognitionService", "SearchUsersByImage", {})
|
|
4158
|
-
.n("RekognitionClient", "SearchUsersByImageCommand")
|
|
4159
|
-
.sc(SearchUsersByImage$)
|
|
4160
|
-
.build() {
|
|
3652
|
+
class SearchUsersByImageCommand extends command(_ep0, _mw0, "SearchUsersByImage", SearchUsersByImage$) {
|
|
4161
3653
|
}
|
|
4162
3654
|
|
|
4163
|
-
class SearchUsersCommand extends
|
|
4164
|
-
.classBuilder()
|
|
4165
|
-
.ep(commonParams)
|
|
4166
|
-
.m(function (Command, cs, config, o) {
|
|
4167
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4168
|
-
})
|
|
4169
|
-
.s("RekognitionService", "SearchUsers", {})
|
|
4170
|
-
.n("RekognitionClient", "SearchUsersCommand")
|
|
4171
|
-
.sc(SearchUsers$)
|
|
4172
|
-
.build() {
|
|
3655
|
+
class SearchUsersCommand extends command(_ep0, _mw0, "SearchUsers", SearchUsers$) {
|
|
4173
3656
|
}
|
|
4174
3657
|
|
|
4175
|
-
class StartCelebrityRecognitionCommand extends
|
|
4176
|
-
.classBuilder()
|
|
4177
|
-
.ep(commonParams)
|
|
4178
|
-
.m(function (Command, cs, config, o) {
|
|
4179
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4180
|
-
})
|
|
4181
|
-
.s("RekognitionService", "StartCelebrityRecognition", {})
|
|
4182
|
-
.n("RekognitionClient", "StartCelebrityRecognitionCommand")
|
|
4183
|
-
.sc(StartCelebrityRecognition$)
|
|
4184
|
-
.build() {
|
|
3658
|
+
class StartCelebrityRecognitionCommand extends command(_ep0, _mw0, "StartCelebrityRecognition", StartCelebrityRecognition$) {
|
|
4185
3659
|
}
|
|
4186
3660
|
|
|
4187
|
-
class StartContentModerationCommand extends
|
|
4188
|
-
.classBuilder()
|
|
4189
|
-
.ep(commonParams)
|
|
4190
|
-
.m(function (Command, cs, config, o) {
|
|
4191
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4192
|
-
})
|
|
4193
|
-
.s("RekognitionService", "StartContentModeration", {})
|
|
4194
|
-
.n("RekognitionClient", "StartContentModerationCommand")
|
|
4195
|
-
.sc(StartContentModeration$)
|
|
4196
|
-
.build() {
|
|
3661
|
+
class StartContentModerationCommand extends command(_ep0, _mw0, "StartContentModeration", StartContentModeration$) {
|
|
4197
3662
|
}
|
|
4198
3663
|
|
|
4199
|
-
class StartFaceDetectionCommand extends
|
|
4200
|
-
.classBuilder()
|
|
4201
|
-
.ep(commonParams)
|
|
4202
|
-
.m(function (Command, cs, config, o) {
|
|
4203
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4204
|
-
})
|
|
4205
|
-
.s("RekognitionService", "StartFaceDetection", {})
|
|
4206
|
-
.n("RekognitionClient", "StartFaceDetectionCommand")
|
|
4207
|
-
.sc(StartFaceDetection$)
|
|
4208
|
-
.build() {
|
|
3664
|
+
class StartFaceDetectionCommand extends command(_ep0, _mw0, "StartFaceDetection", StartFaceDetection$) {
|
|
4209
3665
|
}
|
|
4210
3666
|
|
|
4211
|
-
class StartFaceSearchCommand extends
|
|
4212
|
-
.classBuilder()
|
|
4213
|
-
.ep(commonParams)
|
|
4214
|
-
.m(function (Command, cs, config, o) {
|
|
4215
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4216
|
-
})
|
|
4217
|
-
.s("RekognitionService", "StartFaceSearch", {})
|
|
4218
|
-
.n("RekognitionClient", "StartFaceSearchCommand")
|
|
4219
|
-
.sc(StartFaceSearch$)
|
|
4220
|
-
.build() {
|
|
3667
|
+
class StartFaceSearchCommand extends command(_ep0, _mw0, "StartFaceSearch", StartFaceSearch$) {
|
|
4221
3668
|
}
|
|
4222
3669
|
|
|
4223
|
-
class StartLabelDetectionCommand extends
|
|
4224
|
-
.classBuilder()
|
|
4225
|
-
.ep(commonParams)
|
|
4226
|
-
.m(function (Command, cs, config, o) {
|
|
4227
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4228
|
-
})
|
|
4229
|
-
.s("RekognitionService", "StartLabelDetection", {})
|
|
4230
|
-
.n("RekognitionClient", "StartLabelDetectionCommand")
|
|
4231
|
-
.sc(StartLabelDetection$)
|
|
4232
|
-
.build() {
|
|
3670
|
+
class StartLabelDetectionCommand extends command(_ep0, _mw0, "StartLabelDetection", StartLabelDetection$) {
|
|
4233
3671
|
}
|
|
4234
3672
|
|
|
4235
|
-
class StartMediaAnalysisJobCommand extends
|
|
4236
|
-
.classBuilder()
|
|
4237
|
-
.ep(commonParams)
|
|
4238
|
-
.m(function (Command, cs, config, o) {
|
|
4239
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4240
|
-
})
|
|
4241
|
-
.s("RekognitionService", "StartMediaAnalysisJob", {})
|
|
4242
|
-
.n("RekognitionClient", "StartMediaAnalysisJobCommand")
|
|
4243
|
-
.sc(StartMediaAnalysisJob$)
|
|
4244
|
-
.build() {
|
|
3673
|
+
class StartMediaAnalysisJobCommand extends command(_ep0, _mw0, "StartMediaAnalysisJob", StartMediaAnalysisJob$) {
|
|
4245
3674
|
}
|
|
4246
3675
|
|
|
4247
|
-
class StartPersonTrackingCommand extends
|
|
4248
|
-
.classBuilder()
|
|
4249
|
-
.ep(commonParams)
|
|
4250
|
-
.m(function (Command, cs, config, o) {
|
|
4251
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4252
|
-
})
|
|
4253
|
-
.s("RekognitionService", "StartPersonTracking", {})
|
|
4254
|
-
.n("RekognitionClient", "StartPersonTrackingCommand")
|
|
4255
|
-
.sc(StartPersonTracking$)
|
|
4256
|
-
.build() {
|
|
3676
|
+
class StartPersonTrackingCommand extends command(_ep0, _mw0, "StartPersonTracking", StartPersonTracking$) {
|
|
4257
3677
|
}
|
|
4258
3678
|
|
|
4259
|
-
class StartProjectVersionCommand extends
|
|
4260
|
-
.classBuilder()
|
|
4261
|
-
.ep(commonParams)
|
|
4262
|
-
.m(function (Command, cs, config, o) {
|
|
4263
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4264
|
-
})
|
|
4265
|
-
.s("RekognitionService", "StartProjectVersion", {})
|
|
4266
|
-
.n("RekognitionClient", "StartProjectVersionCommand")
|
|
4267
|
-
.sc(StartProjectVersion$)
|
|
4268
|
-
.build() {
|
|
3679
|
+
class StartProjectVersionCommand extends command(_ep0, _mw0, "StartProjectVersion", StartProjectVersion$) {
|
|
4269
3680
|
}
|
|
4270
3681
|
|
|
4271
|
-
class StartSegmentDetectionCommand extends
|
|
4272
|
-
.classBuilder()
|
|
4273
|
-
.ep(commonParams)
|
|
4274
|
-
.m(function (Command, cs, config, o) {
|
|
4275
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4276
|
-
})
|
|
4277
|
-
.s("RekognitionService", "StartSegmentDetection", {})
|
|
4278
|
-
.n("RekognitionClient", "StartSegmentDetectionCommand")
|
|
4279
|
-
.sc(StartSegmentDetection$)
|
|
4280
|
-
.build() {
|
|
3682
|
+
class StartSegmentDetectionCommand extends command(_ep0, _mw0, "StartSegmentDetection", StartSegmentDetection$) {
|
|
4281
3683
|
}
|
|
4282
3684
|
|
|
4283
|
-
class StartStreamProcessorCommand extends
|
|
4284
|
-
.classBuilder()
|
|
4285
|
-
.ep(commonParams)
|
|
4286
|
-
.m(function (Command, cs, config, o) {
|
|
4287
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4288
|
-
})
|
|
4289
|
-
.s("RekognitionService", "StartStreamProcessor", {})
|
|
4290
|
-
.n("RekognitionClient", "StartStreamProcessorCommand")
|
|
4291
|
-
.sc(StartStreamProcessor$)
|
|
4292
|
-
.build() {
|
|
3685
|
+
class StartStreamProcessorCommand extends command(_ep0, _mw0, "StartStreamProcessor", StartStreamProcessor$) {
|
|
4293
3686
|
}
|
|
4294
3687
|
|
|
4295
|
-
class StartTextDetectionCommand extends
|
|
4296
|
-
.classBuilder()
|
|
4297
|
-
.ep(commonParams)
|
|
4298
|
-
.m(function (Command, cs, config, o) {
|
|
4299
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4300
|
-
})
|
|
4301
|
-
.s("RekognitionService", "StartTextDetection", {})
|
|
4302
|
-
.n("RekognitionClient", "StartTextDetectionCommand")
|
|
4303
|
-
.sc(StartTextDetection$)
|
|
4304
|
-
.build() {
|
|
3688
|
+
class StartTextDetectionCommand extends command(_ep0, _mw0, "StartTextDetection", StartTextDetection$) {
|
|
4305
3689
|
}
|
|
4306
3690
|
|
|
4307
|
-
class StopProjectVersionCommand extends
|
|
4308
|
-
.classBuilder()
|
|
4309
|
-
.ep(commonParams)
|
|
4310
|
-
.m(function (Command, cs, config, o) {
|
|
4311
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4312
|
-
})
|
|
4313
|
-
.s("RekognitionService", "StopProjectVersion", {})
|
|
4314
|
-
.n("RekognitionClient", "StopProjectVersionCommand")
|
|
4315
|
-
.sc(StopProjectVersion$)
|
|
4316
|
-
.build() {
|
|
3691
|
+
class StopProjectVersionCommand extends command(_ep0, _mw0, "StopProjectVersion", StopProjectVersion$) {
|
|
4317
3692
|
}
|
|
4318
3693
|
|
|
4319
|
-
class StopStreamProcessorCommand extends
|
|
4320
|
-
.classBuilder()
|
|
4321
|
-
.ep(commonParams)
|
|
4322
|
-
.m(function (Command, cs, config, o) {
|
|
4323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4324
|
-
})
|
|
4325
|
-
.s("RekognitionService", "StopStreamProcessor", {})
|
|
4326
|
-
.n("RekognitionClient", "StopStreamProcessorCommand")
|
|
4327
|
-
.sc(StopStreamProcessor$)
|
|
4328
|
-
.build() {
|
|
3694
|
+
class StopStreamProcessorCommand extends command(_ep0, _mw0, "StopStreamProcessor", StopStreamProcessor$) {
|
|
4329
3695
|
}
|
|
4330
3696
|
|
|
4331
|
-
class TagResourceCommand extends
|
|
4332
|
-
.classBuilder()
|
|
4333
|
-
.ep(commonParams)
|
|
4334
|
-
.m(function (Command, cs, config, o) {
|
|
4335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4336
|
-
})
|
|
4337
|
-
.s("RekognitionService", "TagResource", {})
|
|
4338
|
-
.n("RekognitionClient", "TagResourceCommand")
|
|
4339
|
-
.sc(TagResource$)
|
|
4340
|
-
.build() {
|
|
3697
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
4341
3698
|
}
|
|
4342
3699
|
|
|
4343
|
-
class UntagResourceCommand extends
|
|
4344
|
-
.classBuilder()
|
|
4345
|
-
.ep(commonParams)
|
|
4346
|
-
.m(function (Command, cs, config, o) {
|
|
4347
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4348
|
-
})
|
|
4349
|
-
.s("RekognitionService", "UntagResource", {})
|
|
4350
|
-
.n("RekognitionClient", "UntagResourceCommand")
|
|
4351
|
-
.sc(UntagResource$)
|
|
4352
|
-
.build() {
|
|
3700
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
4353
3701
|
}
|
|
4354
3702
|
|
|
4355
|
-
class UpdateDatasetEntriesCommand extends
|
|
4356
|
-
.classBuilder()
|
|
4357
|
-
.ep(commonParams)
|
|
4358
|
-
.m(function (Command, cs, config, o) {
|
|
4359
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4360
|
-
})
|
|
4361
|
-
.s("RekognitionService", "UpdateDatasetEntries", {})
|
|
4362
|
-
.n("RekognitionClient", "UpdateDatasetEntriesCommand")
|
|
4363
|
-
.sc(UpdateDatasetEntries$)
|
|
4364
|
-
.build() {
|
|
3703
|
+
class UpdateDatasetEntriesCommand extends command(_ep0, _mw0, "UpdateDatasetEntries", UpdateDatasetEntries$) {
|
|
4365
3704
|
}
|
|
4366
3705
|
|
|
4367
|
-
class UpdateStreamProcessorCommand extends
|
|
4368
|
-
.classBuilder()
|
|
4369
|
-
.ep(commonParams)
|
|
4370
|
-
.m(function (Command, cs, config, o) {
|
|
4371
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4372
|
-
})
|
|
4373
|
-
.s("RekognitionService", "UpdateStreamProcessor", {})
|
|
4374
|
-
.n("RekognitionClient", "UpdateStreamProcessorCommand")
|
|
4375
|
-
.sc(UpdateStreamProcessor$)
|
|
4376
|
-
.build() {
|
|
3706
|
+
class UpdateStreamProcessorCommand extends command(_ep0, _mw0, "UpdateStreamProcessor", UpdateStreamProcessor$) {
|
|
4377
3707
|
}
|
|
4378
3708
|
|
|
4379
3709
|
const paginateDescribeProjects = createPaginator(RekognitionClient, DescribeProjectsCommand, "NextToken", "NextToken", "MaxResults");
|