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