@aws-sdk/client-frauddetector 3.300.0 → 3.303.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/models/models_0.js +75 -91
- package/dist-es/models/models_0.js +75 -91
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +5 -5
- package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -2
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +8 -8
- package/dist-types/commands/CreateListCommand.d.ts +4 -4
- package/dist-types/commands/CreateModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelVersionCommand.d.ts +10 -10
- package/dist-types/commands/CreateRuleCommand.d.ts +4 -4
- package/dist-types/commands/CreateVariableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVariableCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetEventCommand.d.ts +1 -1
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -6
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetEventTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetExternalModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetLabelsCommand.d.ts +1 -1
- package/dist-types/commands/GetListElementsCommand.d.ts +1 -1
- package/dist-types/commands/GetListsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetOutcomesCommand.d.ts +1 -1
- package/dist-types/commands/GetRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetVariablesCommand.d.ts +1 -1
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDetectorCommand.d.ts +3 -3
- package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -3
- package/dist-types/commands/PutEventTypeCommand.d.ts +5 -5
- package/dist-types/commands/PutExternalModelCommand.d.ts +7 -7
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/PutLabelCommand.d.ts +3 -3
- package/dist-types/commands/PutOutcomeCommand.d.ts +3 -3
- package/dist-types/commands/SendEventCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateListCommand.d.ts +2 -2
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +5 -5
- package/dist-types/commands/UpdateVariableCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +155 -75
- package/dist-types/ts3.4/models/models_0.d.ts +102 -75
- package/package.json +34 -34
|
@@ -26,17 +26,17 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
|
|
|
26
26
|
* import { FraudDetectorClient, CreateRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateRuleRequest
|
|
30
30
|
* ruleId: "STRING_VALUE", // required
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* expression: "STRING_VALUE", // required
|
|
34
34
|
* language: "DETECTORPL", // required
|
|
35
|
-
* outcomes: [ // required
|
|
35
|
+
* outcomes: [ // NonEmptyListOfStrings // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* tags: [
|
|
39
|
-
* {
|
|
38
|
+
* tags: [ // tagList
|
|
39
|
+
* { // Tag
|
|
40
40
|
* key: "STRING_VALUE", // required
|
|
41
41
|
* value: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
@@ -26,15 +26,15 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
|
|
|
26
26
|
* import { FraudDetectorClient, CreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateVariableRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* dataType: "STRING" || "INTEGER" || "FLOAT" || "BOOLEAN", // required
|
|
32
32
|
* dataSource: "EVENT" || "MODEL_SCORE" || "EXTERNAL_MODEL_SCORE", // required
|
|
33
33
|
* defaultValue: "STRING_VALUE", // required
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
35
|
* variableType: "STRING_VALUE",
|
|
36
|
-
* tags: [
|
|
37
|
-
* {
|
|
36
|
+
* tags: [ // tagList
|
|
37
|
+
* { // Tag
|
|
38
38
|
* key: "STRING_VALUE", // required
|
|
39
39
|
* value: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
@@ -26,7 +26,7 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
|
|
|
26
26
|
* import { FraudDetectorClient, DeleteBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DeleteBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteBatchImportJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBatchImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
|
|
|
26
26
|
* import { FraudDetectorClient, DeleteBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DeleteBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteBatchPredictionJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBatchPredictionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDetectorRequest
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDetectorCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDetectorVersionRequest
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* detectorVersionId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteEntityTypeRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteEntityTypeCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteEventRequest
|
|
31
31
|
* eventId: "STRING_VALUE", // required
|
|
32
32
|
* eventTypeName: "STRING_VALUE", // required
|
|
33
33
|
* deleteAuditHistory: true || false,
|
|
@@ -28,7 +28,7 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteEventTypeRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteEventTypeCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
|
|
|
26
26
|
* import { FraudDetectorClient, DeleteEventsByEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DeleteEventsByEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteEventsByEventTypeRequest
|
|
30
30
|
* eventTypeName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEventsByEventTypeCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteExternalModelRequest
|
|
31
31
|
* modelEndpoint: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteExternalModelCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
|
|
|
29
29
|
* import { FraudDetectorClient, DeleteLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, DeleteLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteLabelRequest
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteLabelCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
|
|
|
29
29
|
* import { FraudDetectorClient, DeleteListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, DeleteListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteListRequest
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteListCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteModelRequest
|
|
32
32
|
* modelId: "STRING_VALUE", // required
|
|
33
33
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
34
34
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteModelVersionRequest
|
|
32
32
|
* modelId: "STRING_VALUE", // required
|
|
33
33
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
34
34
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteOutcomeRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteOutcomeCommand(input);
|
|
@@ -27,8 +27,8 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* rule: {
|
|
30
|
+
* const input = { // DeleteRuleRequest
|
|
31
|
+
* rule: { // Rule
|
|
32
32
|
* detectorId: "STRING_VALUE", // required
|
|
33
33
|
* ruleId: "STRING_VALUE", // required
|
|
34
34
|
* ruleVersion: "STRING_VALUE", // required
|
|
@@ -29,7 +29,7 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
|
|
|
29
29
|
* import { FraudDetectorClient, DeleteVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, DeleteVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteVariableRequest
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteVariableCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
|
|
|
26
26
|
* import { FraudDetectorClient, DescribeDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DescribeDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDetectorRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
|
|
|
26
26
|
* import { FraudDetectorClient, DescribeModelVersionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DescribeModelVersionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeModelVersionsRequest
|
|
30
30
|
* modelId: "STRING_VALUE",
|
|
31
31
|
* modelVersionNumber: "STRING_VALUE",
|
|
32
32
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
@@ -29,7 +29,7 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
|
|
|
29
29
|
* import { FraudDetectorClient, GetBatchImportJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, GetBatchImportJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetBatchImportJobsRequest
|
|
33
33
|
* jobId: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
35
35
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
|
|
|
26
26
|
* import { FraudDetectorClient, GetBatchPredictionJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetBatchPredictionJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBatchPredictionJobsRequest
|
|
30
30
|
* jobId: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
|
|
|
26
26
|
* import { FraudDetectorClient, GetDeleteEventsByEventTypeStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetDeleteEventsByEventTypeStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeleteEventsByEventTypeStatusRequest
|
|
30
30
|
* eventTypeName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeleteEventsByEventTypeStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
|
|
|
26
26
|
* import { FraudDetectorClient, GetDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDetectorVersionRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* detectorVersionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -31,7 +31,7 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
|
|
|
31
31
|
* import { FraudDetectorClient, GetDetectorsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetDetectorsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetDetectorsRequest
|
|
35
35
|
* detectorId: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
|
|
|
31
31
|
* import { FraudDetectorClient, GetEntityTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetEntityTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetEntityTypesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
|
|
|
26
26
|
* import { FraudDetectorClient, GetEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEventRequest
|
|
30
30
|
* eventId: "STRING_VALUE", // required
|
|
31
31
|
* eventTypeName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,23 +26,23 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
|
|
|
26
26
|
* import { FraudDetectorClient, GetEventPredictionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetEventPredictionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEventPredictionRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* detectorVersionId: "STRING_VALUE",
|
|
32
32
|
* eventId: "STRING_VALUE", // required
|
|
33
33
|
* eventTypeName: "STRING_VALUE", // required
|
|
34
|
-
* entities: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* entities: [ // listOfEntities // required
|
|
35
|
+
* { // Entity
|
|
36
36
|
* entityType: "STRING_VALUE", // required
|
|
37
37
|
* entityId: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
39
39
|
* ],
|
|
40
40
|
* eventTimestamp: "STRING_VALUE", // required
|
|
41
|
-
* eventVariables: { // required
|
|
41
|
+
* eventVariables: { // EventVariableMap // required
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* externalModelEndpointDataBlobs: {
|
|
45
|
-
* "<keys>": {
|
|
44
|
+
* externalModelEndpointDataBlobs: { // ExternalModelEndpointDataBlobMap
|
|
45
|
+
* "<keys>": { // ModelEndpointDataBlob
|
|
46
46
|
* byteBuffer: "BLOB_VALUE",
|
|
47
47
|
* contentType: "STRING_VALUE",
|
|
48
48
|
* },
|
|
@@ -28,7 +28,7 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
|
|
|
28
28
|
* import { FraudDetectorClient, GetEventPredictionMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, GetEventPredictionMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetEventPredictionMetadataRequest
|
|
32
32
|
* eventId: "STRING_VALUE", // required
|
|
33
33
|
* eventTypeName: "STRING_VALUE", // required
|
|
34
34
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -31,7 +31,7 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
|
|
|
31
31
|
* import { FraudDetectorClient, GetEventTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetEventTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetEventTypesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
|
|
|
31
31
|
* import { FraudDetectorClient, GetExternalModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetExternalModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetExternalModelsRequest
|
|
35
35
|
* modelEndpoint: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
|
|
|
31
31
|
* import { FraudDetectorClient, GetLabelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetLabelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetLabelsRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
|
|
|
28
28
|
* import { FraudDetectorClient, GetListElementsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, GetListElementsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetListElementsRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
|
|
|
28
28
|
* import { FraudDetectorClient, GetListsMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, GetListsMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetListsMetadataRequest
|
|
32
32
|
* name: "STRING_VALUE",
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
|
|
|
26
26
|
* import { FraudDetectorClient, GetModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetModelVersionRequest
|
|
30
30
|
* modelId: "STRING_VALUE", // required
|
|
31
31
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
32
32
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -32,7 +32,7 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
|
|
|
32
32
|
* import { FraudDetectorClient, GetModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
33
33
|
* // const { FraudDetectorClient, GetModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
34
34
|
* const client = new FraudDetectorClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // GetModelsRequest
|
|
36
36
|
* modelId: "STRING_VALUE",
|
|
37
37
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
38
38
|
* nextToken: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
|
|
|
31
31
|
* import { FraudDetectorClient, GetOutcomesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetOutcomesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetOutcomesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
|
|
|
27
27
|
* import { FraudDetectorClient, GetRulesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, GetRulesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetRulesRequest
|
|
31
31
|
* ruleId: "STRING_VALUE",
|
|
32
32
|
* detectorId: "STRING_VALUE", // required
|
|
33
33
|
* ruleVersion: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
|
|
|
31
31
|
* import { FraudDetectorClient, GetVariablesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetVariablesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetVariablesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -37,8 +37,8 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
|
|
|
37
37
|
* import { FraudDetectorClient, ListEventPredictionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
38
38
|
* // const { FraudDetectorClient, ListEventPredictionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
39
39
|
* const client = new FraudDetectorClient(config);
|
|
40
|
-
* const input = {
|
|
41
|
-
* eventId: {
|
|
40
|
+
* const input = { // ListEventPredictionsRequest
|
|
41
|
+
* eventId: { // FilterCondition
|
|
42
42
|
* value: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* eventType: {
|
|
@@ -50,7 +50,7 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
|
|
|
50
50
|
* detectorVersionId: {
|
|
51
51
|
* value: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
|
-
* predictionTimeRange: {
|
|
53
|
+
* predictionTimeRange: { // PredictionTimeRange
|
|
54
54
|
* startTime: "STRING_VALUE", // required
|
|
55
55
|
* endTime: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
28
28
|
* import { FraudDetectorClient, ListTagsForResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForResourceRequest
|
|
32
32
|
* resourceARN: "STRING_VALUE", // required
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -26,12 +26,12 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
|
|
|
26
26
|
* import { FraudDetectorClient, PutDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutDetectorRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* eventTypeName: "STRING_VALUE", // required
|
|
33
|
-
* tags: [
|
|
34
|
-
* {
|
|
33
|
+
* tags: [ // tagList
|
|
34
|
+
* { // Tag
|
|
35
35
|
* key: "STRING_VALUE", // required
|
|
36
36
|
* value: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -26,11 +26,11 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
|
|
|
26
26
|
* import { FraudDetectorClient, PutEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutEntityTypeRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* tags: [
|
|
33
|
-
* {
|
|
32
|
+
* tags: [ // tagList
|
|
33
|
+
* { // Tag
|
|
34
34
|
* key: "STRING_VALUE", // required
|
|
35
35
|
* value: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -26,21 +26,21 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
|
|
|
26
26
|
* import { FraudDetectorClient, PutEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutEventTypeRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* eventVariables: [ // required
|
|
32
|
+
* eventVariables: [ // NonEmptyListOfStrings // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
|
-
* labels: [
|
|
35
|
+
* labels: [ // ListOfStrings
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* entityTypes: [ // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* eventIngestion: "ENABLED" || "DISABLED",
|
|
42
|
-
* tags: [
|
|
43
|
-
* {
|
|
42
|
+
* tags: [ // tagList
|
|
43
|
+
* { // Tag
|
|
44
44
|
* key: "STRING_VALUE", // required
|
|
45
45
|
* value: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
@@ -26,29 +26,29 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
|
|
|
26
26
|
* import { FraudDetectorClient, PutExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutExternalModelRequest
|
|
30
30
|
* modelEndpoint: "STRING_VALUE", // required
|
|
31
31
|
* modelSource: "SAGEMAKER", // required
|
|
32
32
|
* invokeModelEndpointRoleArn: "STRING_VALUE", // required
|
|
33
|
-
* inputConfiguration: {
|
|
33
|
+
* inputConfiguration: { // ModelInputConfiguration
|
|
34
34
|
* eventTypeName: "STRING_VALUE",
|
|
35
35
|
* format: "TEXT_CSV" || "APPLICATION_JSON",
|
|
36
36
|
* useEventVariables: true || false, // required
|
|
37
37
|
* jsonInputTemplate: "STRING_VALUE",
|
|
38
38
|
* csvInputTemplate: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
|
-
* outputConfiguration: {
|
|
40
|
+
* outputConfiguration: { // ModelOutputConfiguration
|
|
41
41
|
* format: "TEXT_CSV" || "APPLICATION_JSONLINES", // required
|
|
42
|
-
* jsonKeyToVariableMap: {
|
|
42
|
+
* jsonKeyToVariableMap: { // JsonKeyToVariableMap
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
-
* csvIndexToVariableMap: {
|
|
45
|
+
* csvIndexToVariableMap: { // CsvIndexToVariableMap
|
|
46
46
|
* "<keys>": "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
48
|
* },
|
|
49
49
|
* modelEndpointStatus: "ASSOCIATED" || "DISSOCIATED", // required
|
|
50
|
-
* tags: [
|
|
51
|
-
* {
|
|
50
|
+
* tags: [ // tagList
|
|
51
|
+
* { // Tag
|
|
52
52
|
* key: "STRING_VALUE", // required
|
|
53
53
|
* value: "STRING_VALUE", // required
|
|
54
54
|
* },
|
|
@@ -26,7 +26,7 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
|
|
|
26
26
|
* import { FraudDetectorClient, PutKMSEncryptionKeyCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutKMSEncryptionKeyCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutKMSEncryptionKeyRequest
|
|
30
30
|
* kmsEncryptionKeyArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new PutKMSEncryptionKeyCommand(input);
|
|
@@ -26,11 +26,11 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
|
|
|
26
26
|
* import { FraudDetectorClient, PutLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutLabelRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* tags: [
|
|
33
|
-
* {
|
|
32
|
+
* tags: [ // tagList
|
|
33
|
+
* { // Tag
|
|
34
34
|
* key: "STRING_VALUE", // required
|
|
35
35
|
* value: "STRING_VALUE", // required
|
|
36
36
|
* },
|