@aws-sdk/client-frauddetector 3.975.0 → 3.980.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +51 -33
- package/dist-es/FraudDetector.js +35 -1
- package/dist-types/FraudDetector.d.ts +113 -1
- package/dist-types/ts3.4/FraudDetector.d.ts +117 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -3105,6 +3105,38 @@ class UpdateVariableCommand extends smithyClient.Command
|
|
|
3105
3105
|
.build() {
|
|
3106
3106
|
}
|
|
3107
3107
|
|
|
3108
|
+
const paginateDescribeModelVersions = core.createPaginator(FraudDetectorClient, DescribeModelVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3109
|
+
|
|
3110
|
+
const paginateGetBatchImportJobs = core.createPaginator(FraudDetectorClient, GetBatchImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3111
|
+
|
|
3112
|
+
const paginateGetBatchPredictionJobs = core.createPaginator(FraudDetectorClient, GetBatchPredictionJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3113
|
+
|
|
3114
|
+
const paginateGetDetectors = core.createPaginator(FraudDetectorClient, GetDetectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
3115
|
+
|
|
3116
|
+
const paginateGetEntityTypes = core.createPaginator(FraudDetectorClient, GetEntityTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
3117
|
+
|
|
3118
|
+
const paginateGetEventTypes = core.createPaginator(FraudDetectorClient, GetEventTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
3119
|
+
|
|
3120
|
+
const paginateGetExternalModels = core.createPaginator(FraudDetectorClient, GetExternalModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3121
|
+
|
|
3122
|
+
const paginateGetLabels = core.createPaginator(FraudDetectorClient, GetLabelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3123
|
+
|
|
3124
|
+
const paginateGetListElements = core.createPaginator(FraudDetectorClient, GetListElementsCommand, "nextToken", "nextToken", "maxResults");
|
|
3125
|
+
|
|
3126
|
+
const paginateGetListsMetadata = core.createPaginator(FraudDetectorClient, GetListsMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
3127
|
+
|
|
3128
|
+
const paginateGetModels = core.createPaginator(FraudDetectorClient, GetModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3129
|
+
|
|
3130
|
+
const paginateGetOutcomes = core.createPaginator(FraudDetectorClient, GetOutcomesCommand, "nextToken", "nextToken", "maxResults");
|
|
3131
|
+
|
|
3132
|
+
const paginateGetRules = core.createPaginator(FraudDetectorClient, GetRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
3133
|
+
|
|
3134
|
+
const paginateGetVariables = core.createPaginator(FraudDetectorClient, GetVariablesCommand, "nextToken", "nextToken", "maxResults");
|
|
3135
|
+
|
|
3136
|
+
const paginateListEventPredictions = core.createPaginator(FraudDetectorClient, ListEventPredictionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3137
|
+
|
|
3138
|
+
const paginateListTagsForResource = core.createPaginator(FraudDetectorClient, ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
|
|
3139
|
+
|
|
3108
3140
|
const commands = {
|
|
3109
3141
|
BatchCreateVariableCommand,
|
|
3110
3142
|
BatchGetVariableCommand,
|
|
@@ -3180,41 +3212,27 @@ const commands = {
|
|
|
3180
3212
|
UpdateRuleVersionCommand,
|
|
3181
3213
|
UpdateVariableCommand,
|
|
3182
3214
|
};
|
|
3215
|
+
const paginators = {
|
|
3216
|
+
paginateDescribeModelVersions,
|
|
3217
|
+
paginateGetBatchImportJobs,
|
|
3218
|
+
paginateGetBatchPredictionJobs,
|
|
3219
|
+
paginateGetDetectors,
|
|
3220
|
+
paginateGetEntityTypes,
|
|
3221
|
+
paginateGetEventTypes,
|
|
3222
|
+
paginateGetExternalModels,
|
|
3223
|
+
paginateGetLabels,
|
|
3224
|
+
paginateGetListElements,
|
|
3225
|
+
paginateGetListsMetadata,
|
|
3226
|
+
paginateGetModels,
|
|
3227
|
+
paginateGetOutcomes,
|
|
3228
|
+
paginateGetRules,
|
|
3229
|
+
paginateGetVariables,
|
|
3230
|
+
paginateListEventPredictions,
|
|
3231
|
+
paginateListTagsForResource,
|
|
3232
|
+
};
|
|
3183
3233
|
class FraudDetector extends FraudDetectorClient {
|
|
3184
3234
|
}
|
|
3185
|
-
smithyClient.createAggregatedClient(commands, FraudDetector);
|
|
3186
|
-
|
|
3187
|
-
const paginateDescribeModelVersions = core.createPaginator(FraudDetectorClient, DescribeModelVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3188
|
-
|
|
3189
|
-
const paginateGetBatchImportJobs = core.createPaginator(FraudDetectorClient, GetBatchImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3190
|
-
|
|
3191
|
-
const paginateGetBatchPredictionJobs = core.createPaginator(FraudDetectorClient, GetBatchPredictionJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3192
|
-
|
|
3193
|
-
const paginateGetDetectors = core.createPaginator(FraudDetectorClient, GetDetectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
3194
|
-
|
|
3195
|
-
const paginateGetEntityTypes = core.createPaginator(FraudDetectorClient, GetEntityTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
3196
|
-
|
|
3197
|
-
const paginateGetEventTypes = core.createPaginator(FraudDetectorClient, GetEventTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
3198
|
-
|
|
3199
|
-
const paginateGetExternalModels = core.createPaginator(FraudDetectorClient, GetExternalModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3200
|
-
|
|
3201
|
-
const paginateGetLabels = core.createPaginator(FraudDetectorClient, GetLabelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3202
|
-
|
|
3203
|
-
const paginateGetListElements = core.createPaginator(FraudDetectorClient, GetListElementsCommand, "nextToken", "nextToken", "maxResults");
|
|
3204
|
-
|
|
3205
|
-
const paginateGetListsMetadata = core.createPaginator(FraudDetectorClient, GetListsMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
3206
|
-
|
|
3207
|
-
const paginateGetModels = core.createPaginator(FraudDetectorClient, GetModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3208
|
-
|
|
3209
|
-
const paginateGetOutcomes = core.createPaginator(FraudDetectorClient, GetOutcomesCommand, "nextToken", "nextToken", "maxResults");
|
|
3210
|
-
|
|
3211
|
-
const paginateGetRules = core.createPaginator(FraudDetectorClient, GetRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
3212
|
-
|
|
3213
|
-
const paginateGetVariables = core.createPaginator(FraudDetectorClient, GetVariablesCommand, "nextToken", "nextToken", "maxResults");
|
|
3214
|
-
|
|
3215
|
-
const paginateListEventPredictions = core.createPaginator(FraudDetectorClient, ListEventPredictionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3216
|
-
|
|
3217
|
-
const paginateListTagsForResource = core.createPaginator(FraudDetectorClient, ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
|
|
3235
|
+
smithyClient.createAggregatedClient(commands, FraudDetector, { paginators });
|
|
3218
3236
|
|
|
3219
3237
|
const AsyncJobStatus = {
|
|
3220
3238
|
CANCELED: "CANCELED",
|
package/dist-es/FraudDetector.js
CHANGED
|
@@ -73,6 +73,22 @@ import { UpdateRuleMetadataCommand, } from "./commands/UpdateRuleMetadataCommand
|
|
|
73
73
|
import { UpdateRuleVersionCommand, } from "./commands/UpdateRuleVersionCommand";
|
|
74
74
|
import { UpdateVariableCommand, } from "./commands/UpdateVariableCommand";
|
|
75
75
|
import { FraudDetectorClient } from "./FraudDetectorClient";
|
|
76
|
+
import { paginateDescribeModelVersions } from "./pagination/DescribeModelVersionsPaginator";
|
|
77
|
+
import { paginateGetBatchImportJobs } from "./pagination/GetBatchImportJobsPaginator";
|
|
78
|
+
import { paginateGetBatchPredictionJobs } from "./pagination/GetBatchPredictionJobsPaginator";
|
|
79
|
+
import { paginateGetDetectors } from "./pagination/GetDetectorsPaginator";
|
|
80
|
+
import { paginateGetEntityTypes } from "./pagination/GetEntityTypesPaginator";
|
|
81
|
+
import { paginateGetEventTypes } from "./pagination/GetEventTypesPaginator";
|
|
82
|
+
import { paginateGetExternalModels } from "./pagination/GetExternalModelsPaginator";
|
|
83
|
+
import { paginateGetLabels } from "./pagination/GetLabelsPaginator";
|
|
84
|
+
import { paginateGetListElements } from "./pagination/GetListElementsPaginator";
|
|
85
|
+
import { paginateGetListsMetadata } from "./pagination/GetListsMetadataPaginator";
|
|
86
|
+
import { paginateGetModels } from "./pagination/GetModelsPaginator";
|
|
87
|
+
import { paginateGetOutcomes } from "./pagination/GetOutcomesPaginator";
|
|
88
|
+
import { paginateGetRules } from "./pagination/GetRulesPaginator";
|
|
89
|
+
import { paginateGetVariables } from "./pagination/GetVariablesPaginator";
|
|
90
|
+
import { paginateListEventPredictions } from "./pagination/ListEventPredictionsPaginator";
|
|
91
|
+
import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
|
|
76
92
|
const commands = {
|
|
77
93
|
BatchCreateVariableCommand,
|
|
78
94
|
BatchGetVariableCommand,
|
|
@@ -148,6 +164,24 @@ const commands = {
|
|
|
148
164
|
UpdateRuleVersionCommand,
|
|
149
165
|
UpdateVariableCommand,
|
|
150
166
|
};
|
|
167
|
+
const paginators = {
|
|
168
|
+
paginateDescribeModelVersions,
|
|
169
|
+
paginateGetBatchImportJobs,
|
|
170
|
+
paginateGetBatchPredictionJobs,
|
|
171
|
+
paginateGetDetectors,
|
|
172
|
+
paginateGetEntityTypes,
|
|
173
|
+
paginateGetEventTypes,
|
|
174
|
+
paginateGetExternalModels,
|
|
175
|
+
paginateGetLabels,
|
|
176
|
+
paginateGetListElements,
|
|
177
|
+
paginateGetListsMetadata,
|
|
178
|
+
paginateGetModels,
|
|
179
|
+
paginateGetOutcomes,
|
|
180
|
+
paginateGetRules,
|
|
181
|
+
paginateGetVariables,
|
|
182
|
+
paginateListEventPredictions,
|
|
183
|
+
paginateListTagsForResource,
|
|
184
|
+
};
|
|
151
185
|
export class FraudDetector extends FraudDetectorClient {
|
|
152
186
|
}
|
|
153
|
-
createAggregatedClient(commands, FraudDetector);
|
|
187
|
+
createAggregatedClient(commands, FraudDetector, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
|
|
3
3
|
import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
|
|
4
4
|
import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
|
|
@@ -526,6 +526,118 @@ export interface FraudDetector {
|
|
|
526
526
|
updateVariable(args: UpdateVariableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVariableCommandOutput>;
|
|
527
527
|
updateVariable(args: UpdateVariableCommandInput, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
|
|
528
528
|
updateVariable(args: UpdateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
|
|
529
|
+
/**
|
|
530
|
+
* @see {@link DescribeModelVersionsCommand}
|
|
531
|
+
* @param args - command input.
|
|
532
|
+
* @param paginationConfig - optional pagination config.
|
|
533
|
+
* @returns AsyncIterable of {@link DescribeModelVersionsCommandOutput}.
|
|
534
|
+
*/
|
|
535
|
+
paginateDescribeModelVersions(args?: DescribeModelVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeModelVersionsCommandOutput>;
|
|
536
|
+
/**
|
|
537
|
+
* @see {@link GetBatchImportJobsCommand}
|
|
538
|
+
* @param args - command input.
|
|
539
|
+
* @param paginationConfig - optional pagination config.
|
|
540
|
+
* @returns AsyncIterable of {@link GetBatchImportJobsCommandOutput}.
|
|
541
|
+
*/
|
|
542
|
+
paginateGetBatchImportJobs(args?: GetBatchImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetBatchImportJobsCommandOutput>;
|
|
543
|
+
/**
|
|
544
|
+
* @see {@link GetBatchPredictionJobsCommand}
|
|
545
|
+
* @param args - command input.
|
|
546
|
+
* @param paginationConfig - optional pagination config.
|
|
547
|
+
* @returns AsyncIterable of {@link GetBatchPredictionJobsCommandOutput}.
|
|
548
|
+
*/
|
|
549
|
+
paginateGetBatchPredictionJobs(args?: GetBatchPredictionJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetBatchPredictionJobsCommandOutput>;
|
|
550
|
+
/**
|
|
551
|
+
* @see {@link GetDetectorsCommand}
|
|
552
|
+
* @param args - command input.
|
|
553
|
+
* @param paginationConfig - optional pagination config.
|
|
554
|
+
* @returns AsyncIterable of {@link GetDetectorsCommandOutput}.
|
|
555
|
+
*/
|
|
556
|
+
paginateGetDetectors(args?: GetDetectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetDetectorsCommandOutput>;
|
|
557
|
+
/**
|
|
558
|
+
* @see {@link GetEntityTypesCommand}
|
|
559
|
+
* @param args - command input.
|
|
560
|
+
* @param paginationConfig - optional pagination config.
|
|
561
|
+
* @returns AsyncIterable of {@link GetEntityTypesCommandOutput}.
|
|
562
|
+
*/
|
|
563
|
+
paginateGetEntityTypes(args?: GetEntityTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetEntityTypesCommandOutput>;
|
|
564
|
+
/**
|
|
565
|
+
* @see {@link GetEventTypesCommand}
|
|
566
|
+
* @param args - command input.
|
|
567
|
+
* @param paginationConfig - optional pagination config.
|
|
568
|
+
* @returns AsyncIterable of {@link GetEventTypesCommandOutput}.
|
|
569
|
+
*/
|
|
570
|
+
paginateGetEventTypes(args?: GetEventTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetEventTypesCommandOutput>;
|
|
571
|
+
/**
|
|
572
|
+
* @see {@link GetExternalModelsCommand}
|
|
573
|
+
* @param args - command input.
|
|
574
|
+
* @param paginationConfig - optional pagination config.
|
|
575
|
+
* @returns AsyncIterable of {@link GetExternalModelsCommandOutput}.
|
|
576
|
+
*/
|
|
577
|
+
paginateGetExternalModels(args?: GetExternalModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetExternalModelsCommandOutput>;
|
|
578
|
+
/**
|
|
579
|
+
* @see {@link GetLabelsCommand}
|
|
580
|
+
* @param args - command input.
|
|
581
|
+
* @param paginationConfig - optional pagination config.
|
|
582
|
+
* @returns AsyncIterable of {@link GetLabelsCommandOutput}.
|
|
583
|
+
*/
|
|
584
|
+
paginateGetLabels(args?: GetLabelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetLabelsCommandOutput>;
|
|
585
|
+
/**
|
|
586
|
+
* @see {@link GetListElementsCommand}
|
|
587
|
+
* @param args - command input.
|
|
588
|
+
* @param paginationConfig - optional pagination config.
|
|
589
|
+
* @returns AsyncIterable of {@link GetListElementsCommandOutput}.
|
|
590
|
+
*/
|
|
591
|
+
paginateGetListElements(args: GetListElementsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetListElementsCommandOutput>;
|
|
592
|
+
/**
|
|
593
|
+
* @see {@link GetListsMetadataCommand}
|
|
594
|
+
* @param args - command input.
|
|
595
|
+
* @param paginationConfig - optional pagination config.
|
|
596
|
+
* @returns AsyncIterable of {@link GetListsMetadataCommandOutput}.
|
|
597
|
+
*/
|
|
598
|
+
paginateGetListsMetadata(args?: GetListsMetadataCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetListsMetadataCommandOutput>;
|
|
599
|
+
/**
|
|
600
|
+
* @see {@link GetModelsCommand}
|
|
601
|
+
* @param args - command input.
|
|
602
|
+
* @param paginationConfig - optional pagination config.
|
|
603
|
+
* @returns AsyncIterable of {@link GetModelsCommandOutput}.
|
|
604
|
+
*/
|
|
605
|
+
paginateGetModels(args?: GetModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetModelsCommandOutput>;
|
|
606
|
+
/**
|
|
607
|
+
* @see {@link GetOutcomesCommand}
|
|
608
|
+
* @param args - command input.
|
|
609
|
+
* @param paginationConfig - optional pagination config.
|
|
610
|
+
* @returns AsyncIterable of {@link GetOutcomesCommandOutput}.
|
|
611
|
+
*/
|
|
612
|
+
paginateGetOutcomes(args?: GetOutcomesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetOutcomesCommandOutput>;
|
|
613
|
+
/**
|
|
614
|
+
* @see {@link GetRulesCommand}
|
|
615
|
+
* @param args - command input.
|
|
616
|
+
* @param paginationConfig - optional pagination config.
|
|
617
|
+
* @returns AsyncIterable of {@link GetRulesCommandOutput}.
|
|
618
|
+
*/
|
|
619
|
+
paginateGetRules(args: GetRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetRulesCommandOutput>;
|
|
620
|
+
/**
|
|
621
|
+
* @see {@link GetVariablesCommand}
|
|
622
|
+
* @param args - command input.
|
|
623
|
+
* @param paginationConfig - optional pagination config.
|
|
624
|
+
* @returns AsyncIterable of {@link GetVariablesCommandOutput}.
|
|
625
|
+
*/
|
|
626
|
+
paginateGetVariables(args?: GetVariablesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetVariablesCommandOutput>;
|
|
627
|
+
/**
|
|
628
|
+
* @see {@link ListEventPredictionsCommand}
|
|
629
|
+
* @param args - command input.
|
|
630
|
+
* @param paginationConfig - optional pagination config.
|
|
631
|
+
* @returns AsyncIterable of {@link ListEventPredictionsCommandOutput}.
|
|
632
|
+
*/
|
|
633
|
+
paginateListEventPredictions(args?: ListEventPredictionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEventPredictionsCommandOutput>;
|
|
634
|
+
/**
|
|
635
|
+
* @see {@link ListTagsForResourceCommand}
|
|
636
|
+
* @param args - command input.
|
|
637
|
+
* @param paginationConfig - optional pagination config.
|
|
638
|
+
* @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
|
|
639
|
+
*/
|
|
640
|
+
paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
|
|
529
641
|
}
|
|
530
642
|
/**
|
|
531
643
|
* <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
BatchCreateVariableCommandInput,
|
|
4
8
|
BatchCreateVariableCommandOutput,
|
|
@@ -1256,6 +1260,118 @@ export interface FraudDetector {
|
|
|
1256
1260
|
options: __HttpHandlerOptions,
|
|
1257
1261
|
cb: (err: any, data?: UpdateVariableCommandOutput) => void
|
|
1258
1262
|
): void;
|
|
1263
|
+
paginateDescribeModelVersions(
|
|
1264
|
+
args?: DescribeModelVersionsCommandInput,
|
|
1265
|
+
paginationConfig?: Pick<
|
|
1266
|
+
PaginationConfiguration,
|
|
1267
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1268
|
+
>
|
|
1269
|
+
): Paginator<DescribeModelVersionsCommandOutput>;
|
|
1270
|
+
paginateGetBatchImportJobs(
|
|
1271
|
+
args?: GetBatchImportJobsCommandInput,
|
|
1272
|
+
paginationConfig?: Pick<
|
|
1273
|
+
PaginationConfiguration,
|
|
1274
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1275
|
+
>
|
|
1276
|
+
): Paginator<GetBatchImportJobsCommandOutput>;
|
|
1277
|
+
paginateGetBatchPredictionJobs(
|
|
1278
|
+
args?: GetBatchPredictionJobsCommandInput,
|
|
1279
|
+
paginationConfig?: Pick<
|
|
1280
|
+
PaginationConfiguration,
|
|
1281
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1282
|
+
>
|
|
1283
|
+
): Paginator<GetBatchPredictionJobsCommandOutput>;
|
|
1284
|
+
paginateGetDetectors(
|
|
1285
|
+
args?: GetDetectorsCommandInput,
|
|
1286
|
+
paginationConfig?: Pick<
|
|
1287
|
+
PaginationConfiguration,
|
|
1288
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1289
|
+
>
|
|
1290
|
+
): Paginator<GetDetectorsCommandOutput>;
|
|
1291
|
+
paginateGetEntityTypes(
|
|
1292
|
+
args?: GetEntityTypesCommandInput,
|
|
1293
|
+
paginationConfig?: Pick<
|
|
1294
|
+
PaginationConfiguration,
|
|
1295
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1296
|
+
>
|
|
1297
|
+
): Paginator<GetEntityTypesCommandOutput>;
|
|
1298
|
+
paginateGetEventTypes(
|
|
1299
|
+
args?: GetEventTypesCommandInput,
|
|
1300
|
+
paginationConfig?: Pick<
|
|
1301
|
+
PaginationConfiguration,
|
|
1302
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1303
|
+
>
|
|
1304
|
+
): Paginator<GetEventTypesCommandOutput>;
|
|
1305
|
+
paginateGetExternalModels(
|
|
1306
|
+
args?: GetExternalModelsCommandInput,
|
|
1307
|
+
paginationConfig?: Pick<
|
|
1308
|
+
PaginationConfiguration,
|
|
1309
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1310
|
+
>
|
|
1311
|
+
): Paginator<GetExternalModelsCommandOutput>;
|
|
1312
|
+
paginateGetLabels(
|
|
1313
|
+
args?: GetLabelsCommandInput,
|
|
1314
|
+
paginationConfig?: Pick<
|
|
1315
|
+
PaginationConfiguration,
|
|
1316
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1317
|
+
>
|
|
1318
|
+
): Paginator<GetLabelsCommandOutput>;
|
|
1319
|
+
paginateGetListElements(
|
|
1320
|
+
args: GetListElementsCommandInput,
|
|
1321
|
+
paginationConfig?: Pick<
|
|
1322
|
+
PaginationConfiguration,
|
|
1323
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1324
|
+
>
|
|
1325
|
+
): Paginator<GetListElementsCommandOutput>;
|
|
1326
|
+
paginateGetListsMetadata(
|
|
1327
|
+
args?: GetListsMetadataCommandInput,
|
|
1328
|
+
paginationConfig?: Pick<
|
|
1329
|
+
PaginationConfiguration,
|
|
1330
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1331
|
+
>
|
|
1332
|
+
): Paginator<GetListsMetadataCommandOutput>;
|
|
1333
|
+
paginateGetModels(
|
|
1334
|
+
args?: GetModelsCommandInput,
|
|
1335
|
+
paginationConfig?: Pick<
|
|
1336
|
+
PaginationConfiguration,
|
|
1337
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1338
|
+
>
|
|
1339
|
+
): Paginator<GetModelsCommandOutput>;
|
|
1340
|
+
paginateGetOutcomes(
|
|
1341
|
+
args?: GetOutcomesCommandInput,
|
|
1342
|
+
paginationConfig?: Pick<
|
|
1343
|
+
PaginationConfiguration,
|
|
1344
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1345
|
+
>
|
|
1346
|
+
): Paginator<GetOutcomesCommandOutput>;
|
|
1347
|
+
paginateGetRules(
|
|
1348
|
+
args: GetRulesCommandInput,
|
|
1349
|
+
paginationConfig?: Pick<
|
|
1350
|
+
PaginationConfiguration,
|
|
1351
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1352
|
+
>
|
|
1353
|
+
): Paginator<GetRulesCommandOutput>;
|
|
1354
|
+
paginateGetVariables(
|
|
1355
|
+
args?: GetVariablesCommandInput,
|
|
1356
|
+
paginationConfig?: Pick<
|
|
1357
|
+
PaginationConfiguration,
|
|
1358
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1359
|
+
>
|
|
1360
|
+
): Paginator<GetVariablesCommandOutput>;
|
|
1361
|
+
paginateListEventPredictions(
|
|
1362
|
+
args?: ListEventPredictionsCommandInput,
|
|
1363
|
+
paginationConfig?: Pick<
|
|
1364
|
+
PaginationConfiguration,
|
|
1365
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1366
|
+
>
|
|
1367
|
+
): Paginator<ListEventPredictionsCommandOutput>;
|
|
1368
|
+
paginateListTagsForResource(
|
|
1369
|
+
args: ListTagsForResourceCommandInput,
|
|
1370
|
+
paginationConfig?: Pick<
|
|
1371
|
+
PaginationConfiguration,
|
|
1372
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1373
|
+
>
|
|
1374
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
1259
1375
|
}
|
|
1260
1376
|
export declare class FraudDetector
|
|
1261
1377
|
extends FraudDetectorClient
|
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.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-frauddetector",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|