@aws-sdk/client-frauddetector 3.40.0 → 3.45.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/BatchCreateVariableCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchGetVariableCommand.d.ts +1 -1
  6. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -1
  7. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateModelVersionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateVariableCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteEventCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteVariableCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +1 -1
  32. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +1 -1
  33. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +1 -1
  34. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -1
  36. package/dist-types/commands/GetDetectorsCommand.d.ts +1 -1
  37. package/dist-types/commands/GetEntityTypesCommand.d.ts +1 -1
  38. package/dist-types/commands/GetEventCommand.d.ts +1 -1
  39. package/dist-types/commands/GetEventPredictionCommand.d.ts +1 -1
  40. package/dist-types/commands/GetEventTypesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetExternalModelsCommand.d.ts +1 -1
  42. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +1 -1
  43. package/dist-types/commands/GetLabelsCommand.d.ts +1 -1
  44. package/dist-types/commands/GetModelVersionCommand.d.ts +1 -1
  45. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetOutcomesCommand.d.ts +1 -1
  47. package/dist-types/commands/GetRulesCommand.d.ts +1 -1
  48. package/dist-types/commands/GetVariablesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/PutDetectorCommand.d.ts +1 -1
  51. package/dist-types/commands/PutEntityTypeCommand.d.ts +1 -1
  52. package/dist-types/commands/PutEventTypeCommand.d.ts +1 -1
  53. package/dist-types/commands/PutExternalModelCommand.d.ts +1 -1
  54. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
  55. package/dist-types/commands/PutLabelCommand.d.ts +1 -1
  56. package/dist-types/commands/PutOutcomeCommand.d.ts +1 -1
  57. package/dist-types/commands/SendEventCommand.d.ts +1 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateModelVersionCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateVariableCommand.d.ts +1 -1
  70. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-frauddetector
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-frauddetector
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -14,6 +14,7 @@ const partitionHash = {
14
14
  "ap-south-1",
15
15
  "ap-southeast-1",
16
16
  "ap-southeast-2",
17
+ "ap-southeast-3",
17
18
  "ca-central-1",
18
19
  "eu-central-1",
19
20
  "eu-north-1",
@@ -78,6 +79,10 @@ const partitionHash = {
78
79
  hostname: "frauddetector.{region}.c2s.ic.gov",
79
80
  tags: [],
80
81
  },
82
+ {
83
+ hostname: "frauddetector-fips.{region}.c2s.ic.gov",
84
+ tags: ["fips"],
85
+ },
81
86
  ],
82
87
  },
83
88
  "aws-iso-b": {
@@ -88,6 +93,10 @@ const partitionHash = {
88
93
  hostname: "frauddetector.{region}.sc2s.sgov.gov",
89
94
  tags: [],
90
95
  },
96
+ {
97
+ hostname: "frauddetector-fips.{region}.sc2s.sgov.gov",
98
+ tags: ["fips"],
99
+ },
91
100
  ],
92
101
  },
93
102
  "aws-us-gov": {
@@ -12,6 +12,7 @@ var partitionHash = {
12
12
  "ap-south-1",
13
13
  "ap-southeast-1",
14
14
  "ap-southeast-2",
15
+ "ap-southeast-3",
15
16
  "ca-central-1",
16
17
  "eu-central-1",
17
18
  "eu-north-1",
@@ -76,6 +77,10 @@ var partitionHash = {
76
77
  hostname: "frauddetector.{region}.c2s.ic.gov",
77
78
  tags: [],
78
79
  },
80
+ {
81
+ hostname: "frauddetector-fips.{region}.c2s.ic.gov",
82
+ tags: ["fips"],
83
+ },
79
84
  ],
80
85
  },
81
86
  "aws-iso-b": {
@@ -86,6 +91,10 @@ var partitionHash = {
86
91
  hostname: "frauddetector.{region}.sc2s.sgov.gov",
87
92
  tags: [],
88
93
  },
94
+ {
95
+ hostname: "frauddetector-fips.{region}.sc2s.sgov.gov",
96
+ tags: ["fips"],
97
+ },
89
98
  ],
90
99
  },
91
100
  "aws-us-gov": {
@@ -20,7 +20,7 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
20
20
  *
21
21
  * @see {@link BatchCreateVariableCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchCreateVariableCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchCreateVariableCommand extends $Command<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
20
20
  *
21
21
  * @see {@link BatchGetVariableCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetVariableCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchGetVariableCommand extends $Command<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
20
20
  *
21
21
  * @see {@link CancelBatchImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CancelBatchImportJobCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CancelBatchImportJobCommand extends $Command<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
20
20
  *
21
21
  * @see {@link CancelBatchPredictionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CancelBatchPredictionJobCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CancelBatchPredictionJobCommand extends $Command<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
20
20
  *
21
21
  * @see {@link CreateBatchImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateBatchImportJobCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateBatchImportJobCommand extends $Command<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
20
20
  *
21
21
  * @see {@link CreateBatchPredictionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateBatchPredictionJobCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateBatchPredictionJobCommand extends $Command<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
20
20
  *
21
21
  * @see {@link CreateDetectorVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDetectorVersionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDetectorVersionCommand extends $Command<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
20
20
  *
21
21
  * @see {@link CreateModelCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
21
21
  *
22
22
  * @see {@link CreateModelVersionCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateModelVersionCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateModelVersionCommand extends $Command<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateRuleCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRuleCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
20
20
  *
21
21
  * @see {@link CreateVariableCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateVariableCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateVariableCommand extends $Command<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
20
20
  *
21
21
  * @see {@link DeleteBatchImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBatchImportJobCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteBatchImportJobCommand extends $Command<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
20
20
  *
21
21
  * @see {@link DeleteBatchPredictionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBatchPredictionJobCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteBatchPredictionJobCommand extends $Command<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
21
21
  *
22
22
  * @see {@link DeleteDetectorCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteDetectorCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
21
21
  *
22
22
  * @see {@link DeleteDetectorVersionCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteDetectorVersionCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteDetectorVersionCommand extends $Command<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
22
22
  *
23
23
  * @see {@link DeleteEntityTypeCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteEntityTypeCommandOutput} for command's `response` shape.
25
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteEntityTypeCommand extends $Command<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
21
21
  *
22
22
  * @see {@link DeleteEventCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteEventCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteEventCommand extends $Command<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
22
22
  *
23
23
  * @see {@link DeleteEventTypeCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteEventTypeCommandOutput} for command's `response` shape.
25
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteEventTypeCommand extends $Command<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
20
20
  *
21
21
  * @see {@link DeleteEventsByEventTypeCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteEventsByEventTypeCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteEventsByEventTypeCommand extends $Command<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
21
21
  *
22
22
  * @see {@link DeleteExternalModelCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteExternalModelCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteExternalModelCommand extends $Command<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
24
24
  *
25
25
  * @see {@link DeleteLabelCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteLabelCommandOutput} for command's `response` shape.
27
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
22
22
  *
23
23
  * @see {@link DeleteModelCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteModelCommandOutput} for command's `response` shape.
25
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
22
22
  *
23
23
  * @see {@link DeleteModelVersionCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteModelVersionCommandOutput} for command's `response` shape.
25
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteModelVersionCommand extends $Command<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
22
22
  *
23
23
  * @see {@link DeleteOutcomeCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteOutcomeCommandOutput} for command's `response` shape.
25
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteOutcomeCommand extends $Command<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
21
21
  *
22
22
  * @see {@link DeleteRuleCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
23
23
  *
24
24
  * @see {@link DeleteVariableCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteVariableCommandOutput} for command's `response` shape.
26
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteVariableCommand extends $Command<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
20
20
  *
21
21
  * @see {@link DescribeDetectorCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDetectorCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDetectorCommand extends $Command<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
20
20
  *
21
21
  * @see {@link DescribeModelVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeModelVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeModelVersionsCommand extends $Command<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
23
23
  *
24
24
  * @see {@link GetBatchImportJobsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetBatchImportJobsCommandOutput} for command's `response` shape.
26
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetBatchImportJobsCommand extends $Command<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
20
20
  *
21
21
  * @see {@link GetBatchPredictionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBatchPredictionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBatchPredictionJobsCommand extends $Command<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
20
20
  *
21
21
  * @see {@link GetDeleteEventsByEventTypeStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDeleteEventsByEventTypeStatusCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeleteEventsByEventTypeStatusCommand extends $Command<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
20
20
  *
21
21
  * @see {@link GetDetectorVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDetectorVersionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDetectorVersionCommand extends $Command<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
25
25
  *
26
26
  * @see {@link GetDetectorsCommandInput} for command's `input` shape.
27
27
  * @see {@link GetDetectorsCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetDetectorsCommand extends $Command<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
25
25
  *
26
26
  * @see {@link GetEntityTypesCommandInput} for command's `input` shape.
27
27
  * @see {@link GetEntityTypesCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetEntityTypesCommand extends $Command<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetEventCommandInput} for command's `input` shape.
22
22
  * @see {@link GetEventCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetEventCommand extends $Command<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
20
20
  *
21
21
  * @see {@link GetEventPredictionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetEventPredictionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetEventPredictionCommand extends $Command<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
25
25
  *
26
26
  * @see {@link GetEventTypesCommandInput} for command's `input` shape.
27
27
  * @see {@link GetEventTypesCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetEventTypesCommand extends $Command<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
25
25
  *
26
26
  * @see {@link GetExternalModelsCommandInput} for command's `input` shape.
27
27
  * @see {@link GetExternalModelsCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetExternalModelsCommand extends $Command<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
20
20
  *
21
21
  * @see {@link GetKMSEncryptionKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetKMSEncryptionKeyCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetKMSEncryptionKeyCommand extends $Command<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
25
25
  *
26
26
  * @see {@link GetLabelsCommandInput} for command's `input` shape.
27
27
  * @see {@link GetLabelsCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetLabelsCommand extends $Command<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
20
20
  *
21
21
  * @see {@link GetModelVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelVersionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetModelVersionCommand extends $Command<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
26
26
  *
27
27
  * @see {@link GetModelsCommandInput} for command's `input` shape.
28
28
  * @see {@link GetModelsCommandOutput} for command's `response` shape.
29
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
25
25
  *
26
26
  * @see {@link GetOutcomesCommandInput} for command's `input` shape.
27
27
  * @see {@link GetOutcomesCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetOutcomesCommand extends $Command<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
21
21
  *
22
22
  * @see {@link GetRulesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetRulesCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetRulesCommand extends $Command<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
25
25
  *
26
26
  * @see {@link GetVariablesCommandInput} for command's `input` shape.
27
27
  * @see {@link GetVariablesCommandOutput} for command's `response` shape.
28
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetVariablesCommand extends $Command<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  *
23
23
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
25
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
20
20
  *
21
21
  * @see {@link PutDetectorCommandInput} for command's `input` shape.
22
22
  * @see {@link PutDetectorCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutDetectorCommand extends $Command<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
20
20
  *
21
21
  * @see {@link PutEntityTypeCommandInput} for command's `input` shape.
22
22
  * @see {@link PutEntityTypeCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutEntityTypeCommand extends $Command<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
20
20
  *
21
21
  * @see {@link PutEventTypeCommandInput} for command's `input` shape.
22
22
  * @see {@link PutEventTypeCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutEventTypeCommand extends $Command<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
20
20
  *
21
21
  * @see {@link PutExternalModelCommandInput} for command's `input` shape.
22
22
  * @see {@link PutExternalModelCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutExternalModelCommand extends $Command<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
20
20
  *
21
21
  * @see {@link PutKMSEncryptionKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link PutKMSEncryptionKeyCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutKMSEncryptionKeyCommand extends $Command<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link PutLabelCommandInput} for command's `input` shape.
22
22
  * @see {@link PutLabelCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutLabelCommand extends $Command<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
20
20
  *
21
21
  * @see {@link PutOutcomeCommandInput} for command's `input` shape.
22
22
  * @see {@link PutOutcomeCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link SendEventCommandInput} for command's `input` shape.
22
22
  * @see {@link SendEventCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
20
20
  *
21
21
  * @see {@link UpdateDetectorVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDetectorVersionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
21
21
  *
22
22
  * @see {@link UpdateDetectorVersionMetadataCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateDetectorVersionMetadataCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
21
21
  *
22
22
  * @see {@link UpdateDetectorVersionStatusCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateDetectorVersionStatusCommandOutput} for command's `response` shape.
24
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
20
20
  *
21
21
  * @see {@link UpdateEventLabelCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateEventLabelCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
20
20
  *
21
21
  * @see {@link UpdateModelCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateModelCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
20
20
  *
21
21
  * @see {@link UpdateModelVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateModelVersionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
29
29
  *
30
30
  * @see {@link UpdateModelVersionStatusCommandInput} for command's `input` shape.
31
31
  * @see {@link UpdateModelVersionStatusCommandOutput} for command's `response` shape.
32
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
20
20
  *
21
21
  * @see {@link UpdateRuleMetadataCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRuleMetadataCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
20
20
  *
21
21
  * @see {@link UpdateRuleVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRuleVersionCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRuleVersionCommand extends $Command<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
20
20
  *
21
21
  * @see {@link UpdateVariableCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateVariableCommandOutput} for command's `response` shape.
23
- * @see {@link FraudDetectorClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateVariableCommand extends $Command<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",