@aws-sdk/client-frauddetector 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 +228 -879
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -14
- package/dist-es/commands/BatchGetVariableCommand.js +2 -14
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -14
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -14
- package/dist-es/commands/CreateListCommand.js +2 -14
- package/dist-es/commands/CreateModelCommand.js +2 -14
- package/dist-es/commands/CreateModelVersionCommand.js +2 -14
- package/dist-es/commands/CreateRuleCommand.js +2 -14
- package/dist-es/commands/CreateVariableCommand.js +2 -14
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/DeleteDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -14
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -14
- package/dist-es/commands/DeleteEventCommand.js +2 -14
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -14
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -14
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -14
- package/dist-es/commands/DeleteLabelCommand.js +2 -14
- package/dist-es/commands/DeleteListCommand.js +2 -14
- package/dist-es/commands/DeleteModelCommand.js +2 -14
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -14
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteVariableCommand.js +2 -14
- package/dist-es/commands/DescribeDetectorCommand.js +2 -14
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -14
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -14
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -14
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -14
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -14
- package/dist-es/commands/GetDetectorsCommand.js +2 -14
- package/dist-es/commands/GetEntityTypesCommand.js +2 -14
- package/dist-es/commands/GetEventCommand.js +2 -14
- package/dist-es/commands/GetEventPredictionCommand.js +2 -14
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -14
- package/dist-es/commands/GetEventTypesCommand.js +2 -14
- package/dist-es/commands/GetExternalModelsCommand.js +2 -14
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/GetLabelsCommand.js +2 -14
- package/dist-es/commands/GetListElementsCommand.js +2 -14
- package/dist-es/commands/GetListsMetadataCommand.js +2 -14
- package/dist-es/commands/GetModelVersionCommand.js +2 -14
- package/dist-es/commands/GetModelsCommand.js +2 -14
- package/dist-es/commands/GetOutcomesCommand.js +2 -14
- package/dist-es/commands/GetRulesCommand.js +2 -14
- package/dist-es/commands/GetVariablesCommand.js +2 -14
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutDetectorCommand.js +2 -14
- package/dist-es/commands/PutEntityTypeCommand.js +2 -14
- package/dist-es/commands/PutEventTypeCommand.js +2 -14
- package/dist-es/commands/PutExternalModelCommand.js +2 -14
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/PutLabelCommand.js +2 -14
- package/dist-es/commands/PutOutcomeCommand.js +2 -14
- package/dist-es/commands/SendEventCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -14
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -14
- package/dist-es/commands/UpdateListCommand.js +2 -14
- package/dist-es/commands/UpdateModelCommand.js +2 -14
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -14
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -14
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -14
- package/dist-es/commands/UpdateVariableCommand.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/BatchCreateVariableCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetVariableCommand.d.ts +3 -8
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateListCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateVariableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVariableCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetEntityTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetEventCommand.d.ts +3 -8
- package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -8
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetEventTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetExternalModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetLabelsCommand.d.ts +3 -8
- package/dist-types/commands/GetListElementsCommand.d.ts +3 -8
- package/dist-types/commands/GetListsMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetOutcomesCommand.d.ts +3 -8
- package/dist-types/commands/GetRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetVariablesCommand.d.ts +3 -8
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -8
- package/dist-types/commands/PutEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/PutExternalModelCommand.d.ts +3 -8
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/PutLabelCommand.d.ts +3 -8
- package/dist-types/commands/PutOutcomeCommand.d.ts +3 -8
- package/dist-types/commands/SendEventCommand.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/UpdateDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVariableCommand.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/BatchCreateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEventCommand.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/UpdateDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVariableCommand.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, 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 defaultFraudDetectorHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -2280,6 +2282,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2280
2282
|
serviceTarget: "AWSHawksNestServiceFacade",
|
|
2281
2283
|
},
|
|
2282
2284
|
serviceId: config?.serviceId ?? "FraudDetector",
|
|
2285
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2283
2286
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2284
2287
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2285
2288
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2313,7 +2316,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2313
2316
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2314
2317
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2315
2318
|
}, config),
|
|
2316
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2317
2319
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2318
2320
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2319
2321
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2401,880 +2403,227 @@ class FraudDetectorClient extends Client {
|
|
|
2401
2403
|
}
|
|
2402
2404
|
}
|
|
2403
2405
|
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
}
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
}
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
})
|
|
2626
|
-
.s("AWSHawksNestServiceFacade", "DeleteEventsByEventType", {})
|
|
2627
|
-
.n("FraudDetectorClient", "DeleteEventsByEventTypeCommand")
|
|
2628
|
-
.sc(DeleteEventsByEventType$)
|
|
2629
|
-
.build() {
|
|
2630
|
-
}
|
|
2631
|
-
|
|
2632
|
-
class DeleteEventTypeCommand extends Command
|
|
2633
|
-
.classBuilder()
|
|
2634
|
-
.ep(commonParams)
|
|
2635
|
-
.m(function (Command, cs, config, o) {
|
|
2636
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2637
|
-
})
|
|
2638
|
-
.s("AWSHawksNestServiceFacade", "DeleteEventType", {})
|
|
2639
|
-
.n("FraudDetectorClient", "DeleteEventTypeCommand")
|
|
2640
|
-
.sc(DeleteEventType$)
|
|
2641
|
-
.build() {
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
class DeleteExternalModelCommand extends Command
|
|
2645
|
-
.classBuilder()
|
|
2646
|
-
.ep(commonParams)
|
|
2647
|
-
.m(function (Command, cs, config, o) {
|
|
2648
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2649
|
-
})
|
|
2650
|
-
.s("AWSHawksNestServiceFacade", "DeleteExternalModel", {})
|
|
2651
|
-
.n("FraudDetectorClient", "DeleteExternalModelCommand")
|
|
2652
|
-
.sc(DeleteExternalModel$)
|
|
2653
|
-
.build() {
|
|
2654
|
-
}
|
|
2655
|
-
|
|
2656
|
-
class DeleteLabelCommand extends Command
|
|
2657
|
-
.classBuilder()
|
|
2658
|
-
.ep(commonParams)
|
|
2659
|
-
.m(function (Command, cs, config, o) {
|
|
2660
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2661
|
-
})
|
|
2662
|
-
.s("AWSHawksNestServiceFacade", "DeleteLabel", {})
|
|
2663
|
-
.n("FraudDetectorClient", "DeleteLabelCommand")
|
|
2664
|
-
.sc(DeleteLabel$)
|
|
2665
|
-
.build() {
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
class DeleteListCommand extends Command
|
|
2669
|
-
.classBuilder()
|
|
2670
|
-
.ep(commonParams)
|
|
2671
|
-
.m(function (Command, cs, config, o) {
|
|
2672
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2673
|
-
})
|
|
2674
|
-
.s("AWSHawksNestServiceFacade", "DeleteList", {})
|
|
2675
|
-
.n("FraudDetectorClient", "DeleteListCommand")
|
|
2676
|
-
.sc(DeleteList$)
|
|
2677
|
-
.build() {
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
class DeleteModelCommand extends Command
|
|
2681
|
-
.classBuilder()
|
|
2682
|
-
.ep(commonParams)
|
|
2683
|
-
.m(function (Command, cs, config, o) {
|
|
2684
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2685
|
-
})
|
|
2686
|
-
.s("AWSHawksNestServiceFacade", "DeleteModel", {})
|
|
2687
|
-
.n("FraudDetectorClient", "DeleteModelCommand")
|
|
2688
|
-
.sc(DeleteModel$)
|
|
2689
|
-
.build() {
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
class DeleteModelVersionCommand extends Command
|
|
2693
|
-
.classBuilder()
|
|
2694
|
-
.ep(commonParams)
|
|
2695
|
-
.m(function (Command, cs, config, o) {
|
|
2696
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2697
|
-
})
|
|
2698
|
-
.s("AWSHawksNestServiceFacade", "DeleteModelVersion", {})
|
|
2699
|
-
.n("FraudDetectorClient", "DeleteModelVersionCommand")
|
|
2700
|
-
.sc(DeleteModelVersion$)
|
|
2701
|
-
.build() {
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
|
-
class DeleteOutcomeCommand extends Command
|
|
2705
|
-
.classBuilder()
|
|
2706
|
-
.ep(commonParams)
|
|
2707
|
-
.m(function (Command, cs, config, o) {
|
|
2708
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2709
|
-
})
|
|
2710
|
-
.s("AWSHawksNestServiceFacade", "DeleteOutcome", {})
|
|
2711
|
-
.n("FraudDetectorClient", "DeleteOutcomeCommand")
|
|
2712
|
-
.sc(DeleteOutcome$)
|
|
2713
|
-
.build() {
|
|
2714
|
-
}
|
|
2715
|
-
|
|
2716
|
-
class DeleteRuleCommand extends Command
|
|
2717
|
-
.classBuilder()
|
|
2718
|
-
.ep(commonParams)
|
|
2719
|
-
.m(function (Command, cs, config, o) {
|
|
2720
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2721
|
-
})
|
|
2722
|
-
.s("AWSHawksNestServiceFacade", "DeleteRule", {})
|
|
2723
|
-
.n("FraudDetectorClient", "DeleteRuleCommand")
|
|
2724
|
-
.sc(DeleteRule$)
|
|
2725
|
-
.build() {
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
|
-
class DeleteVariableCommand extends Command
|
|
2729
|
-
.classBuilder()
|
|
2730
|
-
.ep(commonParams)
|
|
2731
|
-
.m(function (Command, cs, config, o) {
|
|
2732
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2733
|
-
})
|
|
2734
|
-
.s("AWSHawksNestServiceFacade", "DeleteVariable", {})
|
|
2735
|
-
.n("FraudDetectorClient", "DeleteVariableCommand")
|
|
2736
|
-
.sc(DeleteVariable$)
|
|
2737
|
-
.build() {
|
|
2738
|
-
}
|
|
2739
|
-
|
|
2740
|
-
class DescribeDetectorCommand extends Command
|
|
2741
|
-
.classBuilder()
|
|
2742
|
-
.ep(commonParams)
|
|
2743
|
-
.m(function (Command, cs, config, o) {
|
|
2744
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2745
|
-
})
|
|
2746
|
-
.s("AWSHawksNestServiceFacade", "DescribeDetector", {})
|
|
2747
|
-
.n("FraudDetectorClient", "DescribeDetectorCommand")
|
|
2748
|
-
.sc(DescribeDetector$)
|
|
2749
|
-
.build() {
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
class DescribeModelVersionsCommand extends Command
|
|
2753
|
-
.classBuilder()
|
|
2754
|
-
.ep(commonParams)
|
|
2755
|
-
.m(function (Command, cs, config, o) {
|
|
2756
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2757
|
-
})
|
|
2758
|
-
.s("AWSHawksNestServiceFacade", "DescribeModelVersions", {})
|
|
2759
|
-
.n("FraudDetectorClient", "DescribeModelVersionsCommand")
|
|
2760
|
-
.sc(DescribeModelVersions$)
|
|
2761
|
-
.build() {
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
|
-
class GetBatchImportJobsCommand extends Command
|
|
2765
|
-
.classBuilder()
|
|
2766
|
-
.ep(commonParams)
|
|
2767
|
-
.m(function (Command, cs, config, o) {
|
|
2768
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2769
|
-
})
|
|
2770
|
-
.s("AWSHawksNestServiceFacade", "GetBatchImportJobs", {})
|
|
2771
|
-
.n("FraudDetectorClient", "GetBatchImportJobsCommand")
|
|
2772
|
-
.sc(GetBatchImportJobs$)
|
|
2773
|
-
.build() {
|
|
2774
|
-
}
|
|
2775
|
-
|
|
2776
|
-
class GetBatchPredictionJobsCommand extends Command
|
|
2777
|
-
.classBuilder()
|
|
2778
|
-
.ep(commonParams)
|
|
2779
|
-
.m(function (Command, cs, config, o) {
|
|
2780
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2781
|
-
})
|
|
2782
|
-
.s("AWSHawksNestServiceFacade", "GetBatchPredictionJobs", {})
|
|
2783
|
-
.n("FraudDetectorClient", "GetBatchPredictionJobsCommand")
|
|
2784
|
-
.sc(GetBatchPredictionJobs$)
|
|
2785
|
-
.build() {
|
|
2786
|
-
}
|
|
2787
|
-
|
|
2788
|
-
class GetDeleteEventsByEventTypeStatusCommand extends Command
|
|
2789
|
-
.classBuilder()
|
|
2790
|
-
.ep(commonParams)
|
|
2791
|
-
.m(function (Command, cs, config, o) {
|
|
2792
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2793
|
-
})
|
|
2794
|
-
.s("AWSHawksNestServiceFacade", "GetDeleteEventsByEventTypeStatus", {})
|
|
2795
|
-
.n("FraudDetectorClient", "GetDeleteEventsByEventTypeStatusCommand")
|
|
2796
|
-
.sc(GetDeleteEventsByEventTypeStatus$)
|
|
2797
|
-
.build() {
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2800
|
-
class GetDetectorsCommand extends Command
|
|
2801
|
-
.classBuilder()
|
|
2802
|
-
.ep(commonParams)
|
|
2803
|
-
.m(function (Command, cs, config, o) {
|
|
2804
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2805
|
-
})
|
|
2806
|
-
.s("AWSHawksNestServiceFacade", "GetDetectors", {})
|
|
2807
|
-
.n("FraudDetectorClient", "GetDetectorsCommand")
|
|
2808
|
-
.sc(GetDetectors$)
|
|
2809
|
-
.build() {
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
class GetDetectorVersionCommand extends Command
|
|
2813
|
-
.classBuilder()
|
|
2814
|
-
.ep(commonParams)
|
|
2815
|
-
.m(function (Command, cs, config, o) {
|
|
2816
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2817
|
-
})
|
|
2818
|
-
.s("AWSHawksNestServiceFacade", "GetDetectorVersion", {})
|
|
2819
|
-
.n("FraudDetectorClient", "GetDetectorVersionCommand")
|
|
2820
|
-
.sc(GetDetectorVersion$)
|
|
2821
|
-
.build() {
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
class GetEntityTypesCommand extends Command
|
|
2825
|
-
.classBuilder()
|
|
2826
|
-
.ep(commonParams)
|
|
2827
|
-
.m(function (Command, cs, config, o) {
|
|
2828
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2829
|
-
})
|
|
2830
|
-
.s("AWSHawksNestServiceFacade", "GetEntityTypes", {})
|
|
2831
|
-
.n("FraudDetectorClient", "GetEntityTypesCommand")
|
|
2832
|
-
.sc(GetEntityTypes$)
|
|
2833
|
-
.build() {
|
|
2834
|
-
}
|
|
2835
|
-
|
|
2836
|
-
class GetEventCommand extends Command
|
|
2837
|
-
.classBuilder()
|
|
2838
|
-
.ep(commonParams)
|
|
2839
|
-
.m(function (Command, cs, config, o) {
|
|
2840
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2841
|
-
})
|
|
2842
|
-
.s("AWSHawksNestServiceFacade", "GetEvent", {})
|
|
2843
|
-
.n("FraudDetectorClient", "GetEventCommand")
|
|
2844
|
-
.sc(GetEvent$)
|
|
2845
|
-
.build() {
|
|
2846
|
-
}
|
|
2847
|
-
|
|
2848
|
-
class GetEventPredictionCommand extends Command
|
|
2849
|
-
.classBuilder()
|
|
2850
|
-
.ep(commonParams)
|
|
2851
|
-
.m(function (Command, cs, config, o) {
|
|
2852
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2853
|
-
})
|
|
2854
|
-
.s("AWSHawksNestServiceFacade", "GetEventPrediction", {})
|
|
2855
|
-
.n("FraudDetectorClient", "GetEventPredictionCommand")
|
|
2856
|
-
.sc(GetEventPrediction$)
|
|
2857
|
-
.build() {
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
class GetEventPredictionMetadataCommand extends Command
|
|
2861
|
-
.classBuilder()
|
|
2862
|
-
.ep(commonParams)
|
|
2863
|
-
.m(function (Command, cs, config, o) {
|
|
2864
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2865
|
-
})
|
|
2866
|
-
.s("AWSHawksNestServiceFacade", "GetEventPredictionMetadata", {})
|
|
2867
|
-
.n("FraudDetectorClient", "GetEventPredictionMetadataCommand")
|
|
2868
|
-
.sc(GetEventPredictionMetadata$)
|
|
2869
|
-
.build() {
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
class GetEventTypesCommand extends Command
|
|
2873
|
-
.classBuilder()
|
|
2874
|
-
.ep(commonParams)
|
|
2875
|
-
.m(function (Command, cs, config, o) {
|
|
2876
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2877
|
-
})
|
|
2878
|
-
.s("AWSHawksNestServiceFacade", "GetEventTypes", {})
|
|
2879
|
-
.n("FraudDetectorClient", "GetEventTypesCommand")
|
|
2880
|
-
.sc(GetEventTypes$)
|
|
2881
|
-
.build() {
|
|
2882
|
-
}
|
|
2883
|
-
|
|
2884
|
-
class GetExternalModelsCommand extends Command
|
|
2885
|
-
.classBuilder()
|
|
2886
|
-
.ep(commonParams)
|
|
2887
|
-
.m(function (Command, cs, config, o) {
|
|
2888
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2889
|
-
})
|
|
2890
|
-
.s("AWSHawksNestServiceFacade", "GetExternalModels", {})
|
|
2891
|
-
.n("FraudDetectorClient", "GetExternalModelsCommand")
|
|
2892
|
-
.sc(GetExternalModels$)
|
|
2893
|
-
.build() {
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
class GetKMSEncryptionKeyCommand extends Command
|
|
2897
|
-
.classBuilder()
|
|
2898
|
-
.ep(commonParams)
|
|
2899
|
-
.m(function (Command, cs, config, o) {
|
|
2900
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2901
|
-
})
|
|
2902
|
-
.s("AWSHawksNestServiceFacade", "GetKMSEncryptionKey", {})
|
|
2903
|
-
.n("FraudDetectorClient", "GetKMSEncryptionKeyCommand")
|
|
2904
|
-
.sc(GetKMSEncryptionKey$)
|
|
2905
|
-
.build() {
|
|
2906
|
-
}
|
|
2907
|
-
|
|
2908
|
-
class GetLabelsCommand extends Command
|
|
2909
|
-
.classBuilder()
|
|
2910
|
-
.ep(commonParams)
|
|
2911
|
-
.m(function (Command, cs, config, o) {
|
|
2912
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2913
|
-
})
|
|
2914
|
-
.s("AWSHawksNestServiceFacade", "GetLabels", {})
|
|
2915
|
-
.n("FraudDetectorClient", "GetLabelsCommand")
|
|
2916
|
-
.sc(GetLabels$)
|
|
2917
|
-
.build() {
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
class GetListElementsCommand extends Command
|
|
2921
|
-
.classBuilder()
|
|
2922
|
-
.ep(commonParams)
|
|
2923
|
-
.m(function (Command, cs, config, o) {
|
|
2924
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2925
|
-
})
|
|
2926
|
-
.s("AWSHawksNestServiceFacade", "GetListElements", {})
|
|
2927
|
-
.n("FraudDetectorClient", "GetListElementsCommand")
|
|
2928
|
-
.sc(GetListElements$)
|
|
2929
|
-
.build() {
|
|
2930
|
-
}
|
|
2931
|
-
|
|
2932
|
-
class GetListsMetadataCommand extends Command
|
|
2933
|
-
.classBuilder()
|
|
2934
|
-
.ep(commonParams)
|
|
2935
|
-
.m(function (Command, cs, config, o) {
|
|
2936
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2937
|
-
})
|
|
2938
|
-
.s("AWSHawksNestServiceFacade", "GetListsMetadata", {})
|
|
2939
|
-
.n("FraudDetectorClient", "GetListsMetadataCommand")
|
|
2940
|
-
.sc(GetListsMetadata$)
|
|
2941
|
-
.build() {
|
|
2942
|
-
}
|
|
2943
|
-
|
|
2944
|
-
class GetModelsCommand extends Command
|
|
2945
|
-
.classBuilder()
|
|
2946
|
-
.ep(commonParams)
|
|
2947
|
-
.m(function (Command, cs, config, o) {
|
|
2948
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2949
|
-
})
|
|
2950
|
-
.s("AWSHawksNestServiceFacade", "GetModels", {})
|
|
2951
|
-
.n("FraudDetectorClient", "GetModelsCommand")
|
|
2952
|
-
.sc(GetModels$)
|
|
2953
|
-
.build() {
|
|
2954
|
-
}
|
|
2955
|
-
|
|
2956
|
-
class GetModelVersionCommand extends Command
|
|
2957
|
-
.classBuilder()
|
|
2958
|
-
.ep(commonParams)
|
|
2959
|
-
.m(function (Command, cs, config, o) {
|
|
2960
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2961
|
-
})
|
|
2962
|
-
.s("AWSHawksNestServiceFacade", "GetModelVersion", {})
|
|
2963
|
-
.n("FraudDetectorClient", "GetModelVersionCommand")
|
|
2964
|
-
.sc(GetModelVersion$)
|
|
2965
|
-
.build() {
|
|
2966
|
-
}
|
|
2967
|
-
|
|
2968
|
-
class GetOutcomesCommand extends Command
|
|
2969
|
-
.classBuilder()
|
|
2970
|
-
.ep(commonParams)
|
|
2971
|
-
.m(function (Command, cs, config, o) {
|
|
2972
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2973
|
-
})
|
|
2974
|
-
.s("AWSHawksNestServiceFacade", "GetOutcomes", {})
|
|
2975
|
-
.n("FraudDetectorClient", "GetOutcomesCommand")
|
|
2976
|
-
.sc(GetOutcomes$)
|
|
2977
|
-
.build() {
|
|
2978
|
-
}
|
|
2979
|
-
|
|
2980
|
-
class GetRulesCommand extends Command
|
|
2981
|
-
.classBuilder()
|
|
2982
|
-
.ep(commonParams)
|
|
2983
|
-
.m(function (Command, cs, config, o) {
|
|
2984
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2985
|
-
})
|
|
2986
|
-
.s("AWSHawksNestServiceFacade", "GetRules", {})
|
|
2987
|
-
.n("FraudDetectorClient", "GetRulesCommand")
|
|
2988
|
-
.sc(GetRules$)
|
|
2989
|
-
.build() {
|
|
2990
|
-
}
|
|
2991
|
-
|
|
2992
|
-
class GetVariablesCommand extends Command
|
|
2993
|
-
.classBuilder()
|
|
2994
|
-
.ep(commonParams)
|
|
2995
|
-
.m(function (Command, cs, config, o) {
|
|
2996
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2997
|
-
})
|
|
2998
|
-
.s("AWSHawksNestServiceFacade", "GetVariables", {})
|
|
2999
|
-
.n("FraudDetectorClient", "GetVariablesCommand")
|
|
3000
|
-
.sc(GetVariables$)
|
|
3001
|
-
.build() {
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
class ListEventPredictionsCommand extends Command
|
|
3005
|
-
.classBuilder()
|
|
3006
|
-
.ep(commonParams)
|
|
3007
|
-
.m(function (Command, cs, config, o) {
|
|
3008
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3009
|
-
})
|
|
3010
|
-
.s("AWSHawksNestServiceFacade", "ListEventPredictions", {})
|
|
3011
|
-
.n("FraudDetectorClient", "ListEventPredictionsCommand")
|
|
3012
|
-
.sc(ListEventPredictions$)
|
|
3013
|
-
.build() {
|
|
3014
|
-
}
|
|
3015
|
-
|
|
3016
|
-
class ListTagsForResourceCommand extends Command
|
|
3017
|
-
.classBuilder()
|
|
3018
|
-
.ep(commonParams)
|
|
3019
|
-
.m(function (Command, cs, config, o) {
|
|
3020
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3021
|
-
})
|
|
3022
|
-
.s("AWSHawksNestServiceFacade", "ListTagsForResource", {})
|
|
3023
|
-
.n("FraudDetectorClient", "ListTagsForResourceCommand")
|
|
3024
|
-
.sc(ListTagsForResource$)
|
|
3025
|
-
.build() {
|
|
3026
|
-
}
|
|
3027
|
-
|
|
3028
|
-
class PutDetectorCommand extends Command
|
|
3029
|
-
.classBuilder()
|
|
3030
|
-
.ep(commonParams)
|
|
3031
|
-
.m(function (Command, cs, config, o) {
|
|
3032
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3033
|
-
})
|
|
3034
|
-
.s("AWSHawksNestServiceFacade", "PutDetector", {})
|
|
3035
|
-
.n("FraudDetectorClient", "PutDetectorCommand")
|
|
3036
|
-
.sc(PutDetector$)
|
|
3037
|
-
.build() {
|
|
3038
|
-
}
|
|
3039
|
-
|
|
3040
|
-
class PutEntityTypeCommand extends Command
|
|
3041
|
-
.classBuilder()
|
|
3042
|
-
.ep(commonParams)
|
|
3043
|
-
.m(function (Command, cs, config, o) {
|
|
3044
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3045
|
-
})
|
|
3046
|
-
.s("AWSHawksNestServiceFacade", "PutEntityType", {})
|
|
3047
|
-
.n("FraudDetectorClient", "PutEntityTypeCommand")
|
|
3048
|
-
.sc(PutEntityType$)
|
|
3049
|
-
.build() {
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
|
-
class PutEventTypeCommand extends Command
|
|
3053
|
-
.classBuilder()
|
|
3054
|
-
.ep(commonParams)
|
|
3055
|
-
.m(function (Command, cs, config, o) {
|
|
3056
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3057
|
-
})
|
|
3058
|
-
.s("AWSHawksNestServiceFacade", "PutEventType", {})
|
|
3059
|
-
.n("FraudDetectorClient", "PutEventTypeCommand")
|
|
3060
|
-
.sc(PutEventType$)
|
|
3061
|
-
.build() {
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
class PutExternalModelCommand extends Command
|
|
3065
|
-
.classBuilder()
|
|
3066
|
-
.ep(commonParams)
|
|
3067
|
-
.m(function (Command, cs, config, o) {
|
|
3068
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3069
|
-
})
|
|
3070
|
-
.s("AWSHawksNestServiceFacade", "PutExternalModel", {})
|
|
3071
|
-
.n("FraudDetectorClient", "PutExternalModelCommand")
|
|
3072
|
-
.sc(PutExternalModel$)
|
|
3073
|
-
.build() {
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3076
|
-
class PutKMSEncryptionKeyCommand extends Command
|
|
3077
|
-
.classBuilder()
|
|
3078
|
-
.ep(commonParams)
|
|
3079
|
-
.m(function (Command, cs, config, o) {
|
|
3080
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3081
|
-
})
|
|
3082
|
-
.s("AWSHawksNestServiceFacade", "PutKMSEncryptionKey", {})
|
|
3083
|
-
.n("FraudDetectorClient", "PutKMSEncryptionKeyCommand")
|
|
3084
|
-
.sc(PutKMSEncryptionKey$)
|
|
3085
|
-
.build() {
|
|
3086
|
-
}
|
|
3087
|
-
|
|
3088
|
-
class PutLabelCommand extends Command
|
|
3089
|
-
.classBuilder()
|
|
3090
|
-
.ep(commonParams)
|
|
3091
|
-
.m(function (Command, cs, config, o) {
|
|
3092
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3093
|
-
})
|
|
3094
|
-
.s("AWSHawksNestServiceFacade", "PutLabel", {})
|
|
3095
|
-
.n("FraudDetectorClient", "PutLabelCommand")
|
|
3096
|
-
.sc(PutLabel$)
|
|
3097
|
-
.build() {
|
|
3098
|
-
}
|
|
3099
|
-
|
|
3100
|
-
class PutOutcomeCommand extends Command
|
|
3101
|
-
.classBuilder()
|
|
3102
|
-
.ep(commonParams)
|
|
3103
|
-
.m(function (Command, cs, config, o) {
|
|
3104
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3105
|
-
})
|
|
3106
|
-
.s("AWSHawksNestServiceFacade", "PutOutcome", {})
|
|
3107
|
-
.n("FraudDetectorClient", "PutOutcomeCommand")
|
|
3108
|
-
.sc(PutOutcome$)
|
|
3109
|
-
.build() {
|
|
3110
|
-
}
|
|
3111
|
-
|
|
3112
|
-
class SendEventCommand extends Command
|
|
3113
|
-
.classBuilder()
|
|
3114
|
-
.ep(commonParams)
|
|
3115
|
-
.m(function (Command, cs, config, o) {
|
|
3116
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3117
|
-
})
|
|
3118
|
-
.s("AWSHawksNestServiceFacade", "SendEvent", {})
|
|
3119
|
-
.n("FraudDetectorClient", "SendEventCommand")
|
|
3120
|
-
.sc(SendEvent$)
|
|
3121
|
-
.build() {
|
|
3122
|
-
}
|
|
3123
|
-
|
|
3124
|
-
class TagResourceCommand extends Command
|
|
3125
|
-
.classBuilder()
|
|
3126
|
-
.ep(commonParams)
|
|
3127
|
-
.m(function (Command, cs, config, o) {
|
|
3128
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3129
|
-
})
|
|
3130
|
-
.s("AWSHawksNestServiceFacade", "TagResource", {})
|
|
3131
|
-
.n("FraudDetectorClient", "TagResourceCommand")
|
|
3132
|
-
.sc(TagResource$)
|
|
3133
|
-
.build() {
|
|
3134
|
-
}
|
|
3135
|
-
|
|
3136
|
-
class UntagResourceCommand extends Command
|
|
3137
|
-
.classBuilder()
|
|
3138
|
-
.ep(commonParams)
|
|
3139
|
-
.m(function (Command, cs, config, o) {
|
|
3140
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3141
|
-
})
|
|
3142
|
-
.s("AWSHawksNestServiceFacade", "UntagResource", {})
|
|
3143
|
-
.n("FraudDetectorClient", "UntagResourceCommand")
|
|
3144
|
-
.sc(UntagResource$)
|
|
3145
|
-
.build() {
|
|
3146
|
-
}
|
|
3147
|
-
|
|
3148
|
-
class UpdateDetectorVersionCommand extends Command
|
|
3149
|
-
.classBuilder()
|
|
3150
|
-
.ep(commonParams)
|
|
3151
|
-
.m(function (Command, cs, config, o) {
|
|
3152
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3153
|
-
})
|
|
3154
|
-
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersion", {})
|
|
3155
|
-
.n("FraudDetectorClient", "UpdateDetectorVersionCommand")
|
|
3156
|
-
.sc(UpdateDetectorVersion$)
|
|
3157
|
-
.build() {
|
|
3158
|
-
}
|
|
3159
|
-
|
|
3160
|
-
class UpdateDetectorVersionMetadataCommand extends Command
|
|
3161
|
-
.classBuilder()
|
|
3162
|
-
.ep(commonParams)
|
|
3163
|
-
.m(function (Command, cs, config, o) {
|
|
3164
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3165
|
-
})
|
|
3166
|
-
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionMetadata", {})
|
|
3167
|
-
.n("FraudDetectorClient", "UpdateDetectorVersionMetadataCommand")
|
|
3168
|
-
.sc(UpdateDetectorVersionMetadata$)
|
|
3169
|
-
.build() {
|
|
3170
|
-
}
|
|
3171
|
-
|
|
3172
|
-
class UpdateDetectorVersionStatusCommand extends Command
|
|
3173
|
-
.classBuilder()
|
|
3174
|
-
.ep(commonParams)
|
|
3175
|
-
.m(function (Command, cs, config, o) {
|
|
3176
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3177
|
-
})
|
|
3178
|
-
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionStatus", {})
|
|
3179
|
-
.n("FraudDetectorClient", "UpdateDetectorVersionStatusCommand")
|
|
3180
|
-
.sc(UpdateDetectorVersionStatus$)
|
|
3181
|
-
.build() {
|
|
3182
|
-
}
|
|
3183
|
-
|
|
3184
|
-
class UpdateEventLabelCommand extends Command
|
|
3185
|
-
.classBuilder()
|
|
3186
|
-
.ep(commonParams)
|
|
3187
|
-
.m(function (Command, cs, config, o) {
|
|
3188
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3189
|
-
})
|
|
3190
|
-
.s("AWSHawksNestServiceFacade", "UpdateEventLabel", {})
|
|
3191
|
-
.n("FraudDetectorClient", "UpdateEventLabelCommand")
|
|
3192
|
-
.sc(UpdateEventLabel$)
|
|
3193
|
-
.build() {
|
|
3194
|
-
}
|
|
3195
|
-
|
|
3196
|
-
class UpdateListCommand extends Command
|
|
3197
|
-
.classBuilder()
|
|
3198
|
-
.ep(commonParams)
|
|
3199
|
-
.m(function (Command, cs, config, o) {
|
|
3200
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3201
|
-
})
|
|
3202
|
-
.s("AWSHawksNestServiceFacade", "UpdateList", {})
|
|
3203
|
-
.n("FraudDetectorClient", "UpdateListCommand")
|
|
3204
|
-
.sc(UpdateList$)
|
|
3205
|
-
.build() {
|
|
3206
|
-
}
|
|
3207
|
-
|
|
3208
|
-
class UpdateModelCommand extends Command
|
|
3209
|
-
.classBuilder()
|
|
3210
|
-
.ep(commonParams)
|
|
3211
|
-
.m(function (Command, cs, config, o) {
|
|
3212
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3213
|
-
})
|
|
3214
|
-
.s("AWSHawksNestServiceFacade", "UpdateModel", {})
|
|
3215
|
-
.n("FraudDetectorClient", "UpdateModelCommand")
|
|
3216
|
-
.sc(UpdateModel$)
|
|
3217
|
-
.build() {
|
|
3218
|
-
}
|
|
3219
|
-
|
|
3220
|
-
class UpdateModelVersionCommand extends Command
|
|
3221
|
-
.classBuilder()
|
|
3222
|
-
.ep(commonParams)
|
|
3223
|
-
.m(function (Command, cs, config, o) {
|
|
3224
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3225
|
-
})
|
|
3226
|
-
.s("AWSHawksNestServiceFacade", "UpdateModelVersion", {})
|
|
3227
|
-
.n("FraudDetectorClient", "UpdateModelVersionCommand")
|
|
3228
|
-
.sc(UpdateModelVersion$)
|
|
3229
|
-
.build() {
|
|
3230
|
-
}
|
|
3231
|
-
|
|
3232
|
-
class UpdateModelVersionStatusCommand extends Command
|
|
3233
|
-
.classBuilder()
|
|
3234
|
-
.ep(commonParams)
|
|
3235
|
-
.m(function (Command, cs, config, o) {
|
|
3236
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3237
|
-
})
|
|
3238
|
-
.s("AWSHawksNestServiceFacade", "UpdateModelVersionStatus", {})
|
|
3239
|
-
.n("FraudDetectorClient", "UpdateModelVersionStatusCommand")
|
|
3240
|
-
.sc(UpdateModelVersionStatus$)
|
|
3241
|
-
.build() {
|
|
3242
|
-
}
|
|
3243
|
-
|
|
3244
|
-
class UpdateRuleMetadataCommand extends Command
|
|
3245
|
-
.classBuilder()
|
|
3246
|
-
.ep(commonParams)
|
|
3247
|
-
.m(function (Command, cs, config, o) {
|
|
3248
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3249
|
-
})
|
|
3250
|
-
.s("AWSHawksNestServiceFacade", "UpdateRuleMetadata", {})
|
|
3251
|
-
.n("FraudDetectorClient", "UpdateRuleMetadataCommand")
|
|
3252
|
-
.sc(UpdateRuleMetadata$)
|
|
3253
|
-
.build() {
|
|
3254
|
-
}
|
|
3255
|
-
|
|
3256
|
-
class UpdateRuleVersionCommand extends Command
|
|
3257
|
-
.classBuilder()
|
|
3258
|
-
.ep(commonParams)
|
|
3259
|
-
.m(function (Command, cs, config, o) {
|
|
3260
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3261
|
-
})
|
|
3262
|
-
.s("AWSHawksNestServiceFacade", "UpdateRuleVersion", {})
|
|
3263
|
-
.n("FraudDetectorClient", "UpdateRuleVersionCommand")
|
|
3264
|
-
.sc(UpdateRuleVersion$)
|
|
3265
|
-
.build() {
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
|
-
class UpdateVariableCommand extends Command
|
|
3269
|
-
.classBuilder()
|
|
3270
|
-
.ep(commonParams)
|
|
3271
|
-
.m(function (Command, cs, config, o) {
|
|
3272
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3273
|
-
})
|
|
3274
|
-
.s("AWSHawksNestServiceFacade", "UpdateVariable", {})
|
|
3275
|
-
.n("FraudDetectorClient", "UpdateVariableCommand")
|
|
3276
|
-
.sc(UpdateVariable$)
|
|
3277
|
-
.build() {
|
|
2406
|
+
const command = makeBuilder(commonParams, "AWSHawksNestServiceFacade", "FraudDetectorClient", getEndpointPlugin);
|
|
2407
|
+
const _ep0 = {};
|
|
2408
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2409
|
+
|
|
2410
|
+
class BatchCreateVariableCommand extends command(_ep0, _mw0, "BatchCreateVariable", BatchCreateVariable$) {
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
class BatchGetVariableCommand extends command(_ep0, _mw0, "BatchGetVariable", BatchGetVariable$) {
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
class CancelBatchImportJobCommand extends command(_ep0, _mw0, "CancelBatchImportJob", CancelBatchImportJob$) {
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
class CancelBatchPredictionJobCommand extends command(_ep0, _mw0, "CancelBatchPredictionJob", CancelBatchPredictionJob$) {
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
class CreateBatchImportJobCommand extends command(_ep0, _mw0, "CreateBatchImportJob", CreateBatchImportJob$) {
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
class CreateBatchPredictionJobCommand extends command(_ep0, _mw0, "CreateBatchPredictionJob", CreateBatchPredictionJob$) {
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
class CreateDetectorVersionCommand extends command(_ep0, _mw0, "CreateDetectorVersion", CreateDetectorVersion$) {
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
class CreateListCommand extends command(_ep0, _mw0, "CreateList", CreateList$) {
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
class CreateModelCommand extends command(_ep0, _mw0, "CreateModel", CreateModel$) {
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
class CreateModelVersionCommand extends command(_ep0, _mw0, "CreateModelVersion", CreateModelVersion$) {
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
class CreateRuleCommand extends command(_ep0, _mw0, "CreateRule", CreateRule$) {
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
class CreateVariableCommand extends command(_ep0, _mw0, "CreateVariable", CreateVariable$) {
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
class DeleteBatchImportJobCommand extends command(_ep0, _mw0, "DeleteBatchImportJob", DeleteBatchImportJob$) {
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
class DeleteBatchPredictionJobCommand extends command(_ep0, _mw0, "DeleteBatchPredictionJob", DeleteBatchPredictionJob$) {
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
class DeleteDetectorCommand extends command(_ep0, _mw0, "DeleteDetector", DeleteDetector$) {
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
class DeleteDetectorVersionCommand extends command(_ep0, _mw0, "DeleteDetectorVersion", DeleteDetectorVersion$) {
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
class DeleteEntityTypeCommand extends command(_ep0, _mw0, "DeleteEntityType", DeleteEntityType$) {
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
class DeleteEventCommand extends command(_ep0, _mw0, "DeleteEvent", DeleteEvent$) {
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
class DeleteEventsByEventTypeCommand extends command(_ep0, _mw0, "DeleteEventsByEventType", DeleteEventsByEventType$) {
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
class DeleteEventTypeCommand extends command(_ep0, _mw0, "DeleteEventType", DeleteEventType$) {
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
class DeleteExternalModelCommand extends command(_ep0, _mw0, "DeleteExternalModel", DeleteExternalModel$) {
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
class DeleteLabelCommand extends command(_ep0, _mw0, "DeleteLabel", DeleteLabel$) {
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
class DeleteListCommand extends command(_ep0, _mw0, "DeleteList", DeleteList$) {
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
class DeleteModelCommand extends command(_ep0, _mw0, "DeleteModel", DeleteModel$) {
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
class DeleteModelVersionCommand extends command(_ep0, _mw0, "DeleteModelVersion", DeleteModelVersion$) {
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
class DeleteOutcomeCommand extends command(_ep0, _mw0, "DeleteOutcome", DeleteOutcome$) {
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
class DeleteRuleCommand extends command(_ep0, _mw0, "DeleteRule", DeleteRule$) {
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
class DeleteVariableCommand extends command(_ep0, _mw0, "DeleteVariable", DeleteVariable$) {
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
class DescribeDetectorCommand extends command(_ep0, _mw0, "DescribeDetector", DescribeDetector$) {
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
class DescribeModelVersionsCommand extends command(_ep0, _mw0, "DescribeModelVersions", DescribeModelVersions$) {
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
class GetBatchImportJobsCommand extends command(_ep0, _mw0, "GetBatchImportJobs", GetBatchImportJobs$) {
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
class GetBatchPredictionJobsCommand extends command(_ep0, _mw0, "GetBatchPredictionJobs", GetBatchPredictionJobs$) {
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
class GetDeleteEventsByEventTypeStatusCommand extends command(_ep0, _mw0, "GetDeleteEventsByEventTypeStatus", GetDeleteEventsByEventTypeStatus$) {
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
class GetDetectorsCommand extends command(_ep0, _mw0, "GetDetectors", GetDetectors$) {
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
class GetDetectorVersionCommand extends command(_ep0, _mw0, "GetDetectorVersion", GetDetectorVersion$) {
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
class GetEntityTypesCommand extends command(_ep0, _mw0, "GetEntityTypes", GetEntityTypes$) {
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
class GetEventCommand extends command(_ep0, _mw0, "GetEvent", GetEvent$) {
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
class GetEventPredictionCommand extends command(_ep0, _mw0, "GetEventPrediction", GetEventPrediction$) {
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
class GetEventPredictionMetadataCommand extends command(_ep0, _mw0, "GetEventPredictionMetadata", GetEventPredictionMetadata$) {
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
class GetEventTypesCommand extends command(_ep0, _mw0, "GetEventTypes", GetEventTypes$) {
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
class GetExternalModelsCommand extends command(_ep0, _mw0, "GetExternalModels", GetExternalModels$) {
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
class GetKMSEncryptionKeyCommand extends command(_ep0, _mw0, "GetKMSEncryptionKey", GetKMSEncryptionKey$) {
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
class GetLabelsCommand extends command(_ep0, _mw0, "GetLabels", GetLabels$) {
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
class GetListElementsCommand extends command(_ep0, _mw0, "GetListElements", GetListElements$) {
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
class GetListsMetadataCommand extends command(_ep0, _mw0, "GetListsMetadata", GetListsMetadata$) {
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
class GetModelsCommand extends command(_ep0, _mw0, "GetModels", GetModels$) {
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
class GetModelVersionCommand extends command(_ep0, _mw0, "GetModelVersion", GetModelVersion$) {
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
class GetOutcomesCommand extends command(_ep0, _mw0, "GetOutcomes", GetOutcomes$) {
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
class GetRulesCommand extends command(_ep0, _mw0, "GetRules", GetRules$) {
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
class GetVariablesCommand extends command(_ep0, _mw0, "GetVariables", GetVariables$) {
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
class ListEventPredictionsCommand extends command(_ep0, _mw0, "ListEventPredictions", ListEventPredictions$) {
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
class PutDetectorCommand extends command(_ep0, _mw0, "PutDetector", PutDetector$) {
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
class PutEntityTypeCommand extends command(_ep0, _mw0, "PutEntityType", PutEntityType$) {
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
class PutEventTypeCommand extends command(_ep0, _mw0, "PutEventType", PutEventType$) {
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
class PutExternalModelCommand extends command(_ep0, _mw0, "PutExternalModel", PutExternalModel$) {
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
class PutKMSEncryptionKeyCommand extends command(_ep0, _mw0, "PutKMSEncryptionKey", PutKMSEncryptionKey$) {
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
class PutLabelCommand extends command(_ep0, _mw0, "PutLabel", PutLabel$) {
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
class PutOutcomeCommand extends command(_ep0, _mw0, "PutOutcome", PutOutcome$) {
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
class SendEventCommand extends command(_ep0, _mw0, "SendEvent", SendEvent$) {
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2590
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
class UpdateDetectorVersionCommand extends command(_ep0, _mw0, "UpdateDetectorVersion", UpdateDetectorVersion$) {
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
class UpdateDetectorVersionMetadataCommand extends command(_ep0, _mw0, "UpdateDetectorVersionMetadata", UpdateDetectorVersionMetadata$) {
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
class UpdateDetectorVersionStatusCommand extends command(_ep0, _mw0, "UpdateDetectorVersionStatus", UpdateDetectorVersionStatus$) {
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
class UpdateEventLabelCommand extends command(_ep0, _mw0, "UpdateEventLabel", UpdateEventLabel$) {
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
class UpdateListCommand extends command(_ep0, _mw0, "UpdateList", UpdateList$) {
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
class UpdateModelCommand extends command(_ep0, _mw0, "UpdateModel", UpdateModel$) {
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
class UpdateModelVersionCommand extends command(_ep0, _mw0, "UpdateModelVersion", UpdateModelVersion$) {
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
class UpdateModelVersionStatusCommand extends command(_ep0, _mw0, "UpdateModelVersionStatus", UpdateModelVersionStatus$) {
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
class UpdateRuleMetadataCommand extends command(_ep0, _mw0, "UpdateRuleMetadata", UpdateRuleMetadata$) {
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
class UpdateRuleVersionCommand extends command(_ep0, _mw0, "UpdateRuleVersion", UpdateRuleVersion$) {
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
class UpdateVariableCommand extends command(_ep0, _mw0, "UpdateVariable", UpdateVariable$) {
|
|
3278
2627
|
}
|
|
3279
2628
|
|
|
3280
2629
|
const paginateDescribeModelVersions = createPaginator(FraudDetectorClient, DescribeModelVersionsCommand, "nextToken", "nextToken", "maxResults");
|