@aws-sdk/client-frauddetector 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +225 -877
- 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-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/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/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2402,880 +2403,227 @@ class FraudDetectorClient extends Client {
|
|
|
2402
2403
|
}
|
|
2403
2404
|
}
|
|
2404
2405
|
|
|
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
|
-
})
|
|
2627
|
-
.s("AWSHawksNestServiceFacade", "DeleteEventsByEventType", {})
|
|
2628
|
-
.n("FraudDetectorClient", "DeleteEventsByEventTypeCommand")
|
|
2629
|
-
.sc(DeleteEventsByEventType$)
|
|
2630
|
-
.build() {
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
class DeleteEventTypeCommand extends Command
|
|
2634
|
-
.classBuilder()
|
|
2635
|
-
.ep(commonParams)
|
|
2636
|
-
.m(function (Command, cs, config, o) {
|
|
2637
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2638
|
-
})
|
|
2639
|
-
.s("AWSHawksNestServiceFacade", "DeleteEventType", {})
|
|
2640
|
-
.n("FraudDetectorClient", "DeleteEventTypeCommand")
|
|
2641
|
-
.sc(DeleteEventType$)
|
|
2642
|
-
.build() {
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
class DeleteExternalModelCommand extends Command
|
|
2646
|
-
.classBuilder()
|
|
2647
|
-
.ep(commonParams)
|
|
2648
|
-
.m(function (Command, cs, config, o) {
|
|
2649
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2650
|
-
})
|
|
2651
|
-
.s("AWSHawksNestServiceFacade", "DeleteExternalModel", {})
|
|
2652
|
-
.n("FraudDetectorClient", "DeleteExternalModelCommand")
|
|
2653
|
-
.sc(DeleteExternalModel$)
|
|
2654
|
-
.build() {
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
class DeleteLabelCommand extends Command
|
|
2658
|
-
.classBuilder()
|
|
2659
|
-
.ep(commonParams)
|
|
2660
|
-
.m(function (Command, cs, config, o) {
|
|
2661
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2662
|
-
})
|
|
2663
|
-
.s("AWSHawksNestServiceFacade", "DeleteLabel", {})
|
|
2664
|
-
.n("FraudDetectorClient", "DeleteLabelCommand")
|
|
2665
|
-
.sc(DeleteLabel$)
|
|
2666
|
-
.build() {
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
class DeleteListCommand extends Command
|
|
2670
|
-
.classBuilder()
|
|
2671
|
-
.ep(commonParams)
|
|
2672
|
-
.m(function (Command, cs, config, o) {
|
|
2673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2674
|
-
})
|
|
2675
|
-
.s("AWSHawksNestServiceFacade", "DeleteList", {})
|
|
2676
|
-
.n("FraudDetectorClient", "DeleteListCommand")
|
|
2677
|
-
.sc(DeleteList$)
|
|
2678
|
-
.build() {
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
class DeleteModelCommand extends Command
|
|
2682
|
-
.classBuilder()
|
|
2683
|
-
.ep(commonParams)
|
|
2684
|
-
.m(function (Command, cs, config, o) {
|
|
2685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2686
|
-
})
|
|
2687
|
-
.s("AWSHawksNestServiceFacade", "DeleteModel", {})
|
|
2688
|
-
.n("FraudDetectorClient", "DeleteModelCommand")
|
|
2689
|
-
.sc(DeleteModel$)
|
|
2690
|
-
.build() {
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
class DeleteModelVersionCommand extends Command
|
|
2694
|
-
.classBuilder()
|
|
2695
|
-
.ep(commonParams)
|
|
2696
|
-
.m(function (Command, cs, config, o) {
|
|
2697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2698
|
-
})
|
|
2699
|
-
.s("AWSHawksNestServiceFacade", "DeleteModelVersion", {})
|
|
2700
|
-
.n("FraudDetectorClient", "DeleteModelVersionCommand")
|
|
2701
|
-
.sc(DeleteModelVersion$)
|
|
2702
|
-
.build() {
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
class DeleteOutcomeCommand extends Command
|
|
2706
|
-
.classBuilder()
|
|
2707
|
-
.ep(commonParams)
|
|
2708
|
-
.m(function (Command, cs, config, o) {
|
|
2709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2710
|
-
})
|
|
2711
|
-
.s("AWSHawksNestServiceFacade", "DeleteOutcome", {})
|
|
2712
|
-
.n("FraudDetectorClient", "DeleteOutcomeCommand")
|
|
2713
|
-
.sc(DeleteOutcome$)
|
|
2714
|
-
.build() {
|
|
2715
|
-
}
|
|
2716
|
-
|
|
2717
|
-
class DeleteRuleCommand extends Command
|
|
2718
|
-
.classBuilder()
|
|
2719
|
-
.ep(commonParams)
|
|
2720
|
-
.m(function (Command, cs, config, o) {
|
|
2721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2722
|
-
})
|
|
2723
|
-
.s("AWSHawksNestServiceFacade", "DeleteRule", {})
|
|
2724
|
-
.n("FraudDetectorClient", "DeleteRuleCommand")
|
|
2725
|
-
.sc(DeleteRule$)
|
|
2726
|
-
.build() {
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
class DeleteVariableCommand extends Command
|
|
2730
|
-
.classBuilder()
|
|
2731
|
-
.ep(commonParams)
|
|
2732
|
-
.m(function (Command, cs, config, o) {
|
|
2733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2734
|
-
})
|
|
2735
|
-
.s("AWSHawksNestServiceFacade", "DeleteVariable", {})
|
|
2736
|
-
.n("FraudDetectorClient", "DeleteVariableCommand")
|
|
2737
|
-
.sc(DeleteVariable$)
|
|
2738
|
-
.build() {
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
class DescribeDetectorCommand extends Command
|
|
2742
|
-
.classBuilder()
|
|
2743
|
-
.ep(commonParams)
|
|
2744
|
-
.m(function (Command, cs, config, o) {
|
|
2745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2746
|
-
})
|
|
2747
|
-
.s("AWSHawksNestServiceFacade", "DescribeDetector", {})
|
|
2748
|
-
.n("FraudDetectorClient", "DescribeDetectorCommand")
|
|
2749
|
-
.sc(DescribeDetector$)
|
|
2750
|
-
.build() {
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
|
-
class DescribeModelVersionsCommand extends Command
|
|
2754
|
-
.classBuilder()
|
|
2755
|
-
.ep(commonParams)
|
|
2756
|
-
.m(function (Command, cs, config, o) {
|
|
2757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2758
|
-
})
|
|
2759
|
-
.s("AWSHawksNestServiceFacade", "DescribeModelVersions", {})
|
|
2760
|
-
.n("FraudDetectorClient", "DescribeModelVersionsCommand")
|
|
2761
|
-
.sc(DescribeModelVersions$)
|
|
2762
|
-
.build() {
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
class GetBatchImportJobsCommand extends Command
|
|
2766
|
-
.classBuilder()
|
|
2767
|
-
.ep(commonParams)
|
|
2768
|
-
.m(function (Command, cs, config, o) {
|
|
2769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2770
|
-
})
|
|
2771
|
-
.s("AWSHawksNestServiceFacade", "GetBatchImportJobs", {})
|
|
2772
|
-
.n("FraudDetectorClient", "GetBatchImportJobsCommand")
|
|
2773
|
-
.sc(GetBatchImportJobs$)
|
|
2774
|
-
.build() {
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
class GetBatchPredictionJobsCommand extends Command
|
|
2778
|
-
.classBuilder()
|
|
2779
|
-
.ep(commonParams)
|
|
2780
|
-
.m(function (Command, cs, config, o) {
|
|
2781
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2782
|
-
})
|
|
2783
|
-
.s("AWSHawksNestServiceFacade", "GetBatchPredictionJobs", {})
|
|
2784
|
-
.n("FraudDetectorClient", "GetBatchPredictionJobsCommand")
|
|
2785
|
-
.sc(GetBatchPredictionJobs$)
|
|
2786
|
-
.build() {
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
class GetDeleteEventsByEventTypeStatusCommand extends Command
|
|
2790
|
-
.classBuilder()
|
|
2791
|
-
.ep(commonParams)
|
|
2792
|
-
.m(function (Command, cs, config, o) {
|
|
2793
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2794
|
-
})
|
|
2795
|
-
.s("AWSHawksNestServiceFacade", "GetDeleteEventsByEventTypeStatus", {})
|
|
2796
|
-
.n("FraudDetectorClient", "GetDeleteEventsByEventTypeStatusCommand")
|
|
2797
|
-
.sc(GetDeleteEventsByEventTypeStatus$)
|
|
2798
|
-
.build() {
|
|
2799
|
-
}
|
|
2800
|
-
|
|
2801
|
-
class GetDetectorsCommand extends Command
|
|
2802
|
-
.classBuilder()
|
|
2803
|
-
.ep(commonParams)
|
|
2804
|
-
.m(function (Command, cs, config, o) {
|
|
2805
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2806
|
-
})
|
|
2807
|
-
.s("AWSHawksNestServiceFacade", "GetDetectors", {})
|
|
2808
|
-
.n("FraudDetectorClient", "GetDetectorsCommand")
|
|
2809
|
-
.sc(GetDetectors$)
|
|
2810
|
-
.build() {
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
class GetDetectorVersionCommand extends Command
|
|
2814
|
-
.classBuilder()
|
|
2815
|
-
.ep(commonParams)
|
|
2816
|
-
.m(function (Command, cs, config, o) {
|
|
2817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2818
|
-
})
|
|
2819
|
-
.s("AWSHawksNestServiceFacade", "GetDetectorVersion", {})
|
|
2820
|
-
.n("FraudDetectorClient", "GetDetectorVersionCommand")
|
|
2821
|
-
.sc(GetDetectorVersion$)
|
|
2822
|
-
.build() {
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
class GetEntityTypesCommand extends Command
|
|
2826
|
-
.classBuilder()
|
|
2827
|
-
.ep(commonParams)
|
|
2828
|
-
.m(function (Command, cs, config, o) {
|
|
2829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2830
|
-
})
|
|
2831
|
-
.s("AWSHawksNestServiceFacade", "GetEntityTypes", {})
|
|
2832
|
-
.n("FraudDetectorClient", "GetEntityTypesCommand")
|
|
2833
|
-
.sc(GetEntityTypes$)
|
|
2834
|
-
.build() {
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
class GetEventCommand extends Command
|
|
2838
|
-
.classBuilder()
|
|
2839
|
-
.ep(commonParams)
|
|
2840
|
-
.m(function (Command, cs, config, o) {
|
|
2841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2842
|
-
})
|
|
2843
|
-
.s("AWSHawksNestServiceFacade", "GetEvent", {})
|
|
2844
|
-
.n("FraudDetectorClient", "GetEventCommand")
|
|
2845
|
-
.sc(GetEvent$)
|
|
2846
|
-
.build() {
|
|
2847
|
-
}
|
|
2848
|
-
|
|
2849
|
-
class GetEventPredictionCommand extends Command
|
|
2850
|
-
.classBuilder()
|
|
2851
|
-
.ep(commonParams)
|
|
2852
|
-
.m(function (Command, cs, config, o) {
|
|
2853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2854
|
-
})
|
|
2855
|
-
.s("AWSHawksNestServiceFacade", "GetEventPrediction", {})
|
|
2856
|
-
.n("FraudDetectorClient", "GetEventPredictionCommand")
|
|
2857
|
-
.sc(GetEventPrediction$)
|
|
2858
|
-
.build() {
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
class GetEventPredictionMetadataCommand extends Command
|
|
2862
|
-
.classBuilder()
|
|
2863
|
-
.ep(commonParams)
|
|
2864
|
-
.m(function (Command, cs, config, o) {
|
|
2865
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2866
|
-
})
|
|
2867
|
-
.s("AWSHawksNestServiceFacade", "GetEventPredictionMetadata", {})
|
|
2868
|
-
.n("FraudDetectorClient", "GetEventPredictionMetadataCommand")
|
|
2869
|
-
.sc(GetEventPredictionMetadata$)
|
|
2870
|
-
.build() {
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
|
-
class GetEventTypesCommand extends Command
|
|
2874
|
-
.classBuilder()
|
|
2875
|
-
.ep(commonParams)
|
|
2876
|
-
.m(function (Command, cs, config, o) {
|
|
2877
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2878
|
-
})
|
|
2879
|
-
.s("AWSHawksNestServiceFacade", "GetEventTypes", {})
|
|
2880
|
-
.n("FraudDetectorClient", "GetEventTypesCommand")
|
|
2881
|
-
.sc(GetEventTypes$)
|
|
2882
|
-
.build() {
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
class GetExternalModelsCommand extends Command
|
|
2886
|
-
.classBuilder()
|
|
2887
|
-
.ep(commonParams)
|
|
2888
|
-
.m(function (Command, cs, config, o) {
|
|
2889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2890
|
-
})
|
|
2891
|
-
.s("AWSHawksNestServiceFacade", "GetExternalModels", {})
|
|
2892
|
-
.n("FraudDetectorClient", "GetExternalModelsCommand")
|
|
2893
|
-
.sc(GetExternalModels$)
|
|
2894
|
-
.build() {
|
|
2895
|
-
}
|
|
2896
|
-
|
|
2897
|
-
class GetKMSEncryptionKeyCommand extends Command
|
|
2898
|
-
.classBuilder()
|
|
2899
|
-
.ep(commonParams)
|
|
2900
|
-
.m(function (Command, cs, config, o) {
|
|
2901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2902
|
-
})
|
|
2903
|
-
.s("AWSHawksNestServiceFacade", "GetKMSEncryptionKey", {})
|
|
2904
|
-
.n("FraudDetectorClient", "GetKMSEncryptionKeyCommand")
|
|
2905
|
-
.sc(GetKMSEncryptionKey$)
|
|
2906
|
-
.build() {
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
class GetLabelsCommand extends Command
|
|
2910
|
-
.classBuilder()
|
|
2911
|
-
.ep(commonParams)
|
|
2912
|
-
.m(function (Command, cs, config, o) {
|
|
2913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2914
|
-
})
|
|
2915
|
-
.s("AWSHawksNestServiceFacade", "GetLabels", {})
|
|
2916
|
-
.n("FraudDetectorClient", "GetLabelsCommand")
|
|
2917
|
-
.sc(GetLabels$)
|
|
2918
|
-
.build() {
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
class GetListElementsCommand extends Command
|
|
2922
|
-
.classBuilder()
|
|
2923
|
-
.ep(commonParams)
|
|
2924
|
-
.m(function (Command, cs, config, o) {
|
|
2925
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2926
|
-
})
|
|
2927
|
-
.s("AWSHawksNestServiceFacade", "GetListElements", {})
|
|
2928
|
-
.n("FraudDetectorClient", "GetListElementsCommand")
|
|
2929
|
-
.sc(GetListElements$)
|
|
2930
|
-
.build() {
|
|
2931
|
-
}
|
|
2932
|
-
|
|
2933
|
-
class GetListsMetadataCommand extends Command
|
|
2934
|
-
.classBuilder()
|
|
2935
|
-
.ep(commonParams)
|
|
2936
|
-
.m(function (Command, cs, config, o) {
|
|
2937
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2938
|
-
})
|
|
2939
|
-
.s("AWSHawksNestServiceFacade", "GetListsMetadata", {})
|
|
2940
|
-
.n("FraudDetectorClient", "GetListsMetadataCommand")
|
|
2941
|
-
.sc(GetListsMetadata$)
|
|
2942
|
-
.build() {
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
class GetModelsCommand extends Command
|
|
2946
|
-
.classBuilder()
|
|
2947
|
-
.ep(commonParams)
|
|
2948
|
-
.m(function (Command, cs, config, o) {
|
|
2949
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2950
|
-
})
|
|
2951
|
-
.s("AWSHawksNestServiceFacade", "GetModels", {})
|
|
2952
|
-
.n("FraudDetectorClient", "GetModelsCommand")
|
|
2953
|
-
.sc(GetModels$)
|
|
2954
|
-
.build() {
|
|
2955
|
-
}
|
|
2956
|
-
|
|
2957
|
-
class GetModelVersionCommand extends Command
|
|
2958
|
-
.classBuilder()
|
|
2959
|
-
.ep(commonParams)
|
|
2960
|
-
.m(function (Command, cs, config, o) {
|
|
2961
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2962
|
-
})
|
|
2963
|
-
.s("AWSHawksNestServiceFacade", "GetModelVersion", {})
|
|
2964
|
-
.n("FraudDetectorClient", "GetModelVersionCommand")
|
|
2965
|
-
.sc(GetModelVersion$)
|
|
2966
|
-
.build() {
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
|
-
class GetOutcomesCommand extends Command
|
|
2970
|
-
.classBuilder()
|
|
2971
|
-
.ep(commonParams)
|
|
2972
|
-
.m(function (Command, cs, config, o) {
|
|
2973
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2974
|
-
})
|
|
2975
|
-
.s("AWSHawksNestServiceFacade", "GetOutcomes", {})
|
|
2976
|
-
.n("FraudDetectorClient", "GetOutcomesCommand")
|
|
2977
|
-
.sc(GetOutcomes$)
|
|
2978
|
-
.build() {
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2981
|
-
class GetRulesCommand extends Command
|
|
2982
|
-
.classBuilder()
|
|
2983
|
-
.ep(commonParams)
|
|
2984
|
-
.m(function (Command, cs, config, o) {
|
|
2985
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2986
|
-
})
|
|
2987
|
-
.s("AWSHawksNestServiceFacade", "GetRules", {})
|
|
2988
|
-
.n("FraudDetectorClient", "GetRulesCommand")
|
|
2989
|
-
.sc(GetRules$)
|
|
2990
|
-
.build() {
|
|
2991
|
-
}
|
|
2992
|
-
|
|
2993
|
-
class GetVariablesCommand extends Command
|
|
2994
|
-
.classBuilder()
|
|
2995
|
-
.ep(commonParams)
|
|
2996
|
-
.m(function (Command, cs, config, o) {
|
|
2997
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2998
|
-
})
|
|
2999
|
-
.s("AWSHawksNestServiceFacade", "GetVariables", {})
|
|
3000
|
-
.n("FraudDetectorClient", "GetVariablesCommand")
|
|
3001
|
-
.sc(GetVariables$)
|
|
3002
|
-
.build() {
|
|
3003
|
-
}
|
|
3004
|
-
|
|
3005
|
-
class ListEventPredictionsCommand extends Command
|
|
3006
|
-
.classBuilder()
|
|
3007
|
-
.ep(commonParams)
|
|
3008
|
-
.m(function (Command, cs, config, o) {
|
|
3009
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3010
|
-
})
|
|
3011
|
-
.s("AWSHawksNestServiceFacade", "ListEventPredictions", {})
|
|
3012
|
-
.n("FraudDetectorClient", "ListEventPredictionsCommand")
|
|
3013
|
-
.sc(ListEventPredictions$)
|
|
3014
|
-
.build() {
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
class ListTagsForResourceCommand extends Command
|
|
3018
|
-
.classBuilder()
|
|
3019
|
-
.ep(commonParams)
|
|
3020
|
-
.m(function (Command, cs, config, o) {
|
|
3021
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3022
|
-
})
|
|
3023
|
-
.s("AWSHawksNestServiceFacade", "ListTagsForResource", {})
|
|
3024
|
-
.n("FraudDetectorClient", "ListTagsForResourceCommand")
|
|
3025
|
-
.sc(ListTagsForResource$)
|
|
3026
|
-
.build() {
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
class PutDetectorCommand extends Command
|
|
3030
|
-
.classBuilder()
|
|
3031
|
-
.ep(commonParams)
|
|
3032
|
-
.m(function (Command, cs, config, o) {
|
|
3033
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3034
|
-
})
|
|
3035
|
-
.s("AWSHawksNestServiceFacade", "PutDetector", {})
|
|
3036
|
-
.n("FraudDetectorClient", "PutDetectorCommand")
|
|
3037
|
-
.sc(PutDetector$)
|
|
3038
|
-
.build() {
|
|
3039
|
-
}
|
|
3040
|
-
|
|
3041
|
-
class PutEntityTypeCommand extends Command
|
|
3042
|
-
.classBuilder()
|
|
3043
|
-
.ep(commonParams)
|
|
3044
|
-
.m(function (Command, cs, config, o) {
|
|
3045
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3046
|
-
})
|
|
3047
|
-
.s("AWSHawksNestServiceFacade", "PutEntityType", {})
|
|
3048
|
-
.n("FraudDetectorClient", "PutEntityTypeCommand")
|
|
3049
|
-
.sc(PutEntityType$)
|
|
3050
|
-
.build() {
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
class PutEventTypeCommand extends Command
|
|
3054
|
-
.classBuilder()
|
|
3055
|
-
.ep(commonParams)
|
|
3056
|
-
.m(function (Command, cs, config, o) {
|
|
3057
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3058
|
-
})
|
|
3059
|
-
.s("AWSHawksNestServiceFacade", "PutEventType", {})
|
|
3060
|
-
.n("FraudDetectorClient", "PutEventTypeCommand")
|
|
3061
|
-
.sc(PutEventType$)
|
|
3062
|
-
.build() {
|
|
3063
|
-
}
|
|
3064
|
-
|
|
3065
|
-
class PutExternalModelCommand extends Command
|
|
3066
|
-
.classBuilder()
|
|
3067
|
-
.ep(commonParams)
|
|
3068
|
-
.m(function (Command, cs, config, o) {
|
|
3069
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3070
|
-
})
|
|
3071
|
-
.s("AWSHawksNestServiceFacade", "PutExternalModel", {})
|
|
3072
|
-
.n("FraudDetectorClient", "PutExternalModelCommand")
|
|
3073
|
-
.sc(PutExternalModel$)
|
|
3074
|
-
.build() {
|
|
3075
|
-
}
|
|
3076
|
-
|
|
3077
|
-
class PutKMSEncryptionKeyCommand extends Command
|
|
3078
|
-
.classBuilder()
|
|
3079
|
-
.ep(commonParams)
|
|
3080
|
-
.m(function (Command, cs, config, o) {
|
|
3081
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3082
|
-
})
|
|
3083
|
-
.s("AWSHawksNestServiceFacade", "PutKMSEncryptionKey", {})
|
|
3084
|
-
.n("FraudDetectorClient", "PutKMSEncryptionKeyCommand")
|
|
3085
|
-
.sc(PutKMSEncryptionKey$)
|
|
3086
|
-
.build() {
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
class PutLabelCommand extends Command
|
|
3090
|
-
.classBuilder()
|
|
3091
|
-
.ep(commonParams)
|
|
3092
|
-
.m(function (Command, cs, config, o) {
|
|
3093
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3094
|
-
})
|
|
3095
|
-
.s("AWSHawksNestServiceFacade", "PutLabel", {})
|
|
3096
|
-
.n("FraudDetectorClient", "PutLabelCommand")
|
|
3097
|
-
.sc(PutLabel$)
|
|
3098
|
-
.build() {
|
|
3099
|
-
}
|
|
3100
|
-
|
|
3101
|
-
class PutOutcomeCommand extends Command
|
|
3102
|
-
.classBuilder()
|
|
3103
|
-
.ep(commonParams)
|
|
3104
|
-
.m(function (Command, cs, config, o) {
|
|
3105
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3106
|
-
})
|
|
3107
|
-
.s("AWSHawksNestServiceFacade", "PutOutcome", {})
|
|
3108
|
-
.n("FraudDetectorClient", "PutOutcomeCommand")
|
|
3109
|
-
.sc(PutOutcome$)
|
|
3110
|
-
.build() {
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
class SendEventCommand extends Command
|
|
3114
|
-
.classBuilder()
|
|
3115
|
-
.ep(commonParams)
|
|
3116
|
-
.m(function (Command, cs, config, o) {
|
|
3117
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3118
|
-
})
|
|
3119
|
-
.s("AWSHawksNestServiceFacade", "SendEvent", {})
|
|
3120
|
-
.n("FraudDetectorClient", "SendEventCommand")
|
|
3121
|
-
.sc(SendEvent$)
|
|
3122
|
-
.build() {
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
|
-
class TagResourceCommand extends Command
|
|
3126
|
-
.classBuilder()
|
|
3127
|
-
.ep(commonParams)
|
|
3128
|
-
.m(function (Command, cs, config, o) {
|
|
3129
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3130
|
-
})
|
|
3131
|
-
.s("AWSHawksNestServiceFacade", "TagResource", {})
|
|
3132
|
-
.n("FraudDetectorClient", "TagResourceCommand")
|
|
3133
|
-
.sc(TagResource$)
|
|
3134
|
-
.build() {
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
class UntagResourceCommand extends Command
|
|
3138
|
-
.classBuilder()
|
|
3139
|
-
.ep(commonParams)
|
|
3140
|
-
.m(function (Command, cs, config, o) {
|
|
3141
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3142
|
-
})
|
|
3143
|
-
.s("AWSHawksNestServiceFacade", "UntagResource", {})
|
|
3144
|
-
.n("FraudDetectorClient", "UntagResourceCommand")
|
|
3145
|
-
.sc(UntagResource$)
|
|
3146
|
-
.build() {
|
|
3147
|
-
}
|
|
3148
|
-
|
|
3149
|
-
class UpdateDetectorVersionCommand extends Command
|
|
3150
|
-
.classBuilder()
|
|
3151
|
-
.ep(commonParams)
|
|
3152
|
-
.m(function (Command, cs, config, o) {
|
|
3153
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3154
|
-
})
|
|
3155
|
-
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersion", {})
|
|
3156
|
-
.n("FraudDetectorClient", "UpdateDetectorVersionCommand")
|
|
3157
|
-
.sc(UpdateDetectorVersion$)
|
|
3158
|
-
.build() {
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
|
-
class UpdateDetectorVersionMetadataCommand extends Command
|
|
3162
|
-
.classBuilder()
|
|
3163
|
-
.ep(commonParams)
|
|
3164
|
-
.m(function (Command, cs, config, o) {
|
|
3165
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3166
|
-
})
|
|
3167
|
-
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionMetadata", {})
|
|
3168
|
-
.n("FraudDetectorClient", "UpdateDetectorVersionMetadataCommand")
|
|
3169
|
-
.sc(UpdateDetectorVersionMetadata$)
|
|
3170
|
-
.build() {
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
class UpdateDetectorVersionStatusCommand extends Command
|
|
3174
|
-
.classBuilder()
|
|
3175
|
-
.ep(commonParams)
|
|
3176
|
-
.m(function (Command, cs, config, o) {
|
|
3177
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3178
|
-
})
|
|
3179
|
-
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionStatus", {})
|
|
3180
|
-
.n("FraudDetectorClient", "UpdateDetectorVersionStatusCommand")
|
|
3181
|
-
.sc(UpdateDetectorVersionStatus$)
|
|
3182
|
-
.build() {
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
|
-
class UpdateEventLabelCommand extends Command
|
|
3186
|
-
.classBuilder()
|
|
3187
|
-
.ep(commonParams)
|
|
3188
|
-
.m(function (Command, cs, config, o) {
|
|
3189
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3190
|
-
})
|
|
3191
|
-
.s("AWSHawksNestServiceFacade", "UpdateEventLabel", {})
|
|
3192
|
-
.n("FraudDetectorClient", "UpdateEventLabelCommand")
|
|
3193
|
-
.sc(UpdateEventLabel$)
|
|
3194
|
-
.build() {
|
|
3195
|
-
}
|
|
3196
|
-
|
|
3197
|
-
class UpdateListCommand extends Command
|
|
3198
|
-
.classBuilder()
|
|
3199
|
-
.ep(commonParams)
|
|
3200
|
-
.m(function (Command, cs, config, o) {
|
|
3201
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3202
|
-
})
|
|
3203
|
-
.s("AWSHawksNestServiceFacade", "UpdateList", {})
|
|
3204
|
-
.n("FraudDetectorClient", "UpdateListCommand")
|
|
3205
|
-
.sc(UpdateList$)
|
|
3206
|
-
.build() {
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
class UpdateModelCommand extends Command
|
|
3210
|
-
.classBuilder()
|
|
3211
|
-
.ep(commonParams)
|
|
3212
|
-
.m(function (Command, cs, config, o) {
|
|
3213
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3214
|
-
})
|
|
3215
|
-
.s("AWSHawksNestServiceFacade", "UpdateModel", {})
|
|
3216
|
-
.n("FraudDetectorClient", "UpdateModelCommand")
|
|
3217
|
-
.sc(UpdateModel$)
|
|
3218
|
-
.build() {
|
|
3219
|
-
}
|
|
3220
|
-
|
|
3221
|
-
class UpdateModelVersionCommand extends Command
|
|
3222
|
-
.classBuilder()
|
|
3223
|
-
.ep(commonParams)
|
|
3224
|
-
.m(function (Command, cs, config, o) {
|
|
3225
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3226
|
-
})
|
|
3227
|
-
.s("AWSHawksNestServiceFacade", "UpdateModelVersion", {})
|
|
3228
|
-
.n("FraudDetectorClient", "UpdateModelVersionCommand")
|
|
3229
|
-
.sc(UpdateModelVersion$)
|
|
3230
|
-
.build() {
|
|
3231
|
-
}
|
|
3232
|
-
|
|
3233
|
-
class UpdateModelVersionStatusCommand extends Command
|
|
3234
|
-
.classBuilder()
|
|
3235
|
-
.ep(commonParams)
|
|
3236
|
-
.m(function (Command, cs, config, o) {
|
|
3237
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3238
|
-
})
|
|
3239
|
-
.s("AWSHawksNestServiceFacade", "UpdateModelVersionStatus", {})
|
|
3240
|
-
.n("FraudDetectorClient", "UpdateModelVersionStatusCommand")
|
|
3241
|
-
.sc(UpdateModelVersionStatus$)
|
|
3242
|
-
.build() {
|
|
3243
|
-
}
|
|
3244
|
-
|
|
3245
|
-
class UpdateRuleMetadataCommand extends Command
|
|
3246
|
-
.classBuilder()
|
|
3247
|
-
.ep(commonParams)
|
|
3248
|
-
.m(function (Command, cs, config, o) {
|
|
3249
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3250
|
-
})
|
|
3251
|
-
.s("AWSHawksNestServiceFacade", "UpdateRuleMetadata", {})
|
|
3252
|
-
.n("FraudDetectorClient", "UpdateRuleMetadataCommand")
|
|
3253
|
-
.sc(UpdateRuleMetadata$)
|
|
3254
|
-
.build() {
|
|
3255
|
-
}
|
|
3256
|
-
|
|
3257
|
-
class UpdateRuleVersionCommand extends Command
|
|
3258
|
-
.classBuilder()
|
|
3259
|
-
.ep(commonParams)
|
|
3260
|
-
.m(function (Command, cs, config, o) {
|
|
3261
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3262
|
-
})
|
|
3263
|
-
.s("AWSHawksNestServiceFacade", "UpdateRuleVersion", {})
|
|
3264
|
-
.n("FraudDetectorClient", "UpdateRuleVersionCommand")
|
|
3265
|
-
.sc(UpdateRuleVersion$)
|
|
3266
|
-
.build() {
|
|
3267
|
-
}
|
|
3268
|
-
|
|
3269
|
-
class UpdateVariableCommand extends Command
|
|
3270
|
-
.classBuilder()
|
|
3271
|
-
.ep(commonParams)
|
|
3272
|
-
.m(function (Command, cs, config, o) {
|
|
3273
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3274
|
-
})
|
|
3275
|
-
.s("AWSHawksNestServiceFacade", "UpdateVariable", {})
|
|
3276
|
-
.n("FraudDetectorClient", "UpdateVariableCommand")
|
|
3277
|
-
.sc(UpdateVariable$)
|
|
3278
|
-
.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$) {
|
|
3279
2627
|
}
|
|
3280
2628
|
|
|
3281
2629
|
const paginateDescribeModelVersions = createPaginator(FraudDetectorClient, DescribeModelVersionsCommand, "nextToken", "nextToken", "maxResults");
|