@aws-sdk/client-frauddetector 3.890.0 → 3.891.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-types/commands/BatchCreateVariableCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +2 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateListCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +2 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +2 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +2 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +2 -0
- package/dist-types/commands/GetEventCommand.d.ts +2 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +2 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +2 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +2 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +2 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +2 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +2 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetModelsCommand.d.ts +2 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +2 -0
- package/dist-types/commands/GetRulesCommand.d.ts +2 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +2 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +2 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +2 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +2 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +2 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +2 -0
- package/dist-types/commands/PutLabelCommand.d.ts +2 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +2 -0
- package/dist-types/commands/SendEventCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateListCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const BatchCreateVariableCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, BatchCreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, BatchCreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // BatchCreateVariableRequest
|
|
38
40
|
* variableEntries: [ // VariableEntryList // required
|
|
@@ -33,6 +33,8 @@ declare const BatchGetVariableCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, BatchGetVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, BatchGetVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // BatchGetVariableRequest
|
|
38
40
|
* names: [ // NameList // required
|
|
@@ -33,6 +33,8 @@ declare const CancelBatchImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CancelBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CancelBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CancelBatchImportJobRequest
|
|
38
40
|
* jobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CancelBatchPredictionJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CancelBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CancelBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CancelBatchPredictionJobRequest
|
|
38
40
|
* jobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateBatchImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CreateBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CreateBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CreateBatchImportJobRequest
|
|
38
40
|
* jobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateBatchPredictionJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CreateBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CreateBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CreateBatchPredictionJobRequest
|
|
38
40
|
* jobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDetectorVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CreateDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CreateDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CreateDetectorVersionRequest
|
|
38
40
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateListCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { FraudDetectorClient, CreateListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
39
39
|
* // const { FraudDetectorClient, CreateListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
40
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
41
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
40
42
|
* const client = new FraudDetectorClient(config);
|
|
41
43
|
* const input = { // CreateListRequest
|
|
42
44
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CreateModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CreateModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CreateModelRequest
|
|
38
40
|
* modelId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateModelVersionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, CreateModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, CreateModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // CreateModelVersionRequest
|
|
39
41
|
* modelId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CreateRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CreateRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CreateRuleRequest
|
|
38
40
|
* ruleId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateVariableCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, CreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, CreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // CreateVariableRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteBatchImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, DeleteBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, DeleteBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // DeleteBatchImportJobRequest
|
|
38
40
|
* jobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteBatchPredictionJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, DeleteBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, DeleteBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // DeleteBatchPredictionJobRequest
|
|
38
40
|
* jobId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteDetectorCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, DeleteDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, DeleteDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // DeleteDetectorRequest
|
|
39
41
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteDetectorVersionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, DeleteDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, DeleteDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // DeleteDetectorVersionRequest
|
|
39
41
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteEntityTypeCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, DeleteEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, DeleteEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // DeleteEntityTypeRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteEventCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, DeleteEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, DeleteEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // DeleteEventRequest
|
|
40
42
|
* eventId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteEventTypeCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, DeleteEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, DeleteEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // DeleteEventTypeRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteEventsByEventTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, DeleteEventsByEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, DeleteEventsByEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // DeleteEventsByEventTypeRequest
|
|
38
40
|
* eventTypeName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteExternalModelCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, DeleteExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, DeleteExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // DeleteExternalModelRequest
|
|
39
41
|
* modelEndpoint: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteLabelCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { FraudDetectorClient, DeleteLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
38
38
|
* // const { FraudDetectorClient, DeleteLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
39
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
40
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
39
41
|
* const client = new FraudDetectorClient(config);
|
|
40
42
|
* const input = { // DeleteLabelRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteListCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { FraudDetectorClient, DeleteListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
38
38
|
* // const { FraudDetectorClient, DeleteListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
39
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
40
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
39
41
|
* const client = new FraudDetectorClient(config);
|
|
40
42
|
* const input = { // DeleteListRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteModelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, DeleteModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, DeleteModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // DeleteModelRequest
|
|
40
42
|
* modelId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteModelVersionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, DeleteModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, DeleteModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // DeleteModelVersionRequest
|
|
40
42
|
* modelId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteOutcomeCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, DeleteOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, DeleteOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // DeleteOutcomeRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteRuleCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, DeleteRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, DeleteRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // DeleteRuleRequest
|
|
39
41
|
* rule: { // Rule
|
|
@@ -36,6 +36,8 @@ declare const DeleteVariableCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { FraudDetectorClient, DeleteVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
38
38
|
* // const { FraudDetectorClient, DeleteVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
39
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
40
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
39
41
|
* const client = new FraudDetectorClient(config);
|
|
40
42
|
* const input = { // DeleteVariableRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeDetectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, DescribeDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, DescribeDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // DescribeDetectorRequest
|
|
38
40
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeModelVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, DescribeModelVersionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, DescribeModelVersionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // DescribeModelVersionsRequest
|
|
38
40
|
* modelId: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const GetBatchImportJobsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { FraudDetectorClient, GetBatchImportJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
38
38
|
* // const { FraudDetectorClient, GetBatchImportJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
39
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
40
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
39
41
|
* const client = new FraudDetectorClient(config);
|
|
40
42
|
* const input = { // GetBatchImportJobsRequest
|
|
41
43
|
* jobId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetBatchPredictionJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetBatchPredictionJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetBatchPredictionJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // GetBatchPredictionJobsRequest
|
|
38
40
|
* jobId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetDeleteEventsByEventTypeStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetDeleteEventsByEventTypeStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // GetDeleteEventsByEventTypeStatusRequest
|
|
38
40
|
* eventTypeName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDetectorVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // GetDetectorVersionRequest
|
|
38
40
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const GetDetectorsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetDetectorsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetDetectorsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetDetectorsRequest
|
|
43
45
|
* detectorId: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const GetEntityTypesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetEntityTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetEntityTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetEntityTypesRequest
|
|
43
45
|
* name: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetEventCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // GetEventRequest
|
|
38
40
|
* eventId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetEventPredictionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetEventPredictionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetEventPredictionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // GetEventPredictionRequest
|
|
38
40
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetEventPredictionMetadataCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, GetEventPredictionMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, GetEventPredictionMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // GetEventPredictionMetadataRequest
|
|
40
42
|
* eventId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const GetEventTypesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetEventTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetEventTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetEventTypesRequest
|
|
43
45
|
* name: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const GetExternalModelsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetExternalModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetExternalModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetExternalModelsRequest
|
|
43
45
|
* modelEndpoint: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetKMSEncryptionKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetKMSEncryptionKeyCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetKMSEncryptionKeyCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetKMSEncryptionKeyCommand(input);
|
|
@@ -38,6 +38,8 @@ declare const GetLabelsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetLabelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetLabelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetLabelsRequest
|
|
43
45
|
* name: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const GetListElementsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, GetListElementsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, GetListElementsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // GetListElementsRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetListsMetadataCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, GetListsMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, GetListsMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // GetListsMetadataRequest
|
|
40
42
|
* name: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetModelVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, GetModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, GetModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // GetModelVersionRequest
|
|
38
40
|
* modelId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const GetModelsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { FraudDetectorClient, GetModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
41
41
|
* // const { FraudDetectorClient, GetModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
42
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
43
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
42
44
|
* const client = new FraudDetectorClient(config);
|
|
43
45
|
* const input = { // GetModelsRequest
|
|
44
46
|
* modelId: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const GetOutcomesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetOutcomesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetOutcomesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetOutcomesRequest
|
|
43
45
|
* name: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const GetRulesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, GetRulesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, GetRulesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // GetRulesRequest
|
|
39
41
|
* ruleId: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const GetVariablesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { FraudDetectorClient, GetVariablesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
40
40
|
* // const { FraudDetectorClient, GetVariablesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
41
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
42
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
41
43
|
* const client = new FraudDetectorClient(config);
|
|
42
44
|
* const input = { // GetVariablesRequest
|
|
43
45
|
* name: "STRING_VALUE",
|
|
@@ -44,6 +44,8 @@ declare const ListEventPredictionsCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { FraudDetectorClient, ListEventPredictionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
46
46
|
* // const { FraudDetectorClient, ListEventPredictionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
47
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
48
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
47
49
|
* const client = new FraudDetectorClient(config);
|
|
48
50
|
* const input = { // ListEventPredictionsRequest
|
|
49
51
|
* eventId: { // FilterCondition
|
|
@@ -35,6 +35,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, ListTagsForResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // ListTagsForResourceRequest
|
|
40
42
|
* resourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutDetectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutDetectorRequest
|
|
38
40
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutEntityTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutEntityTypeRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutEventTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutEventTypeRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutExternalModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutExternalModelRequest
|
|
38
40
|
* modelEndpoint: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutKMSEncryptionKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutKMSEncryptionKeyCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutKMSEncryptionKeyCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutKMSEncryptionKeyRequest
|
|
38
40
|
* kmsEncryptionKeyArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutLabelRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutOutcomeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, PutOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, PutOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // PutOutcomeRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const SendEventCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, SendEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, SendEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // SendEventRequest
|
|
38
40
|
* eventId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, TagResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, TagResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UntagResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UntagResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDetectorVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateDetectorVersionRequest
|
|
38
40
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateDetectorVersionMetadataCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, UpdateDetectorVersionMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, UpdateDetectorVersionMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // UpdateDetectorVersionMetadataRequest
|
|
39
41
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateDetectorVersionStatusCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FraudDetectorClient, UpdateDetectorVersionStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
36
36
|
* // const { FraudDetectorClient, UpdateDetectorVersionStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
37
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
38
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
37
39
|
* const client = new FraudDetectorClient(config);
|
|
38
40
|
* const input = { // UpdateDetectorVersionStatusRequest
|
|
39
41
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateEventLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateEventLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateEventLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateEventLabelRequest
|
|
38
40
|
* eventId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateListCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FraudDetectorClient, UpdateListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
37
37
|
* // const { FraudDetectorClient, UpdateListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
38
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
39
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
38
40
|
* const client = new FraudDetectorClient(config);
|
|
39
41
|
* const input = { // UpdateListRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateModelRequest
|
|
38
40
|
* modelId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateModelVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateModelVersionRequest
|
|
38
40
|
* modelId: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const UpdateModelVersionStatusCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { FraudDetectorClient, UpdateModelVersionStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
47
47
|
* // const { FraudDetectorClient, UpdateModelVersionStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
48
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
49
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
48
50
|
* const client = new FraudDetectorClient(config);
|
|
49
51
|
* const input = { // UpdateModelVersionStatusRequest
|
|
50
52
|
* modelId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRuleMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateRuleMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateRuleMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateRuleMetadataRequest
|
|
38
40
|
* rule: { // Rule
|
|
@@ -33,6 +33,8 @@ declare const UpdateRuleVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateRuleVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateRuleVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateRuleVersionRequest
|
|
38
40
|
* rule: { // Rule
|
|
@@ -33,6 +33,8 @@ declare const UpdateVariableCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FraudDetectorClient, UpdateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
35
35
|
* // const { FraudDetectorClient, UpdateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
36
|
+
* // import type { FraudDetectorClientConfig } from "@aws-sdk/client-frauddetector";
|
|
37
|
+
* const config = {}; // type is FraudDetectorClientConfig
|
|
36
38
|
* const client = new FraudDetectorClient(config);
|
|
37
39
|
* const input = { // UpdateVariableRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-frauddetector",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|