@aws-sdk/client-frauddetector 3.490.0 → 3.495.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 (103) hide show
  1. package/dist-cjs/FraudDetector.js +1 -157
  2. package/dist-cjs/FraudDetectorClient.js +1 -43
  3. package/dist-cjs/commands/BatchCreateVariableCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetVariableCommand.js +1 -28
  5. package/dist-cjs/commands/CancelBatchImportJobCommand.js +1 -28
  6. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +1 -28
  7. package/dist-cjs/commands/CreateBatchImportJobCommand.js +1 -28
  8. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDetectorVersionCommand.js +1 -28
  10. package/dist-cjs/commands/CreateListCommand.js +1 -29
  11. package/dist-cjs/commands/CreateModelCommand.js +1 -28
  12. package/dist-cjs/commands/CreateModelVersionCommand.js +1 -28
  13. package/dist-cjs/commands/CreateRuleCommand.js +1 -29
  14. package/dist-cjs/commands/CreateVariableCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDetectorCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteEntityTypeCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteEventCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteEventTypeCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteExternalModelCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteLabelCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteListCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteModelCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteModelVersionCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteOutcomeCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteVariableCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeDetectorCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeModelVersionsCommand.js +1 -28
  33. package/dist-cjs/commands/GetBatchImportJobsCommand.js +1 -28
  34. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +1 -28
  35. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +1 -28
  36. package/dist-cjs/commands/GetDetectorVersionCommand.js +1 -28
  37. package/dist-cjs/commands/GetDetectorsCommand.js +1 -28
  38. package/dist-cjs/commands/GetEntityTypesCommand.js +1 -28
  39. package/dist-cjs/commands/GetEventCommand.js +1 -29
  40. package/dist-cjs/commands/GetEventPredictionCommand.js +1 -29
  41. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +1 -29
  42. package/dist-cjs/commands/GetEventTypesCommand.js +1 -29
  43. package/dist-cjs/commands/GetExternalModelsCommand.js +1 -28
  44. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +1 -28
  45. package/dist-cjs/commands/GetLabelsCommand.js +1 -28
  46. package/dist-cjs/commands/GetListElementsCommand.js +1 -29
  47. package/dist-cjs/commands/GetListsMetadataCommand.js +1 -28
  48. package/dist-cjs/commands/GetModelVersionCommand.js +1 -28
  49. package/dist-cjs/commands/GetModelsCommand.js +1 -28
  50. package/dist-cjs/commands/GetOutcomesCommand.js +1 -28
  51. package/dist-cjs/commands/GetRulesCommand.js +1 -29
  52. package/dist-cjs/commands/GetVariablesCommand.js +1 -28
  53. package/dist-cjs/commands/ListEventPredictionsCommand.js +1 -28
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  55. package/dist-cjs/commands/PutDetectorCommand.js +1 -28
  56. package/dist-cjs/commands/PutEntityTypeCommand.js +1 -28
  57. package/dist-cjs/commands/PutEventTypeCommand.js +1 -28
  58. package/dist-cjs/commands/PutExternalModelCommand.js +1 -28
  59. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +1 -28
  60. package/dist-cjs/commands/PutLabelCommand.js +1 -28
  61. package/dist-cjs/commands/PutOutcomeCommand.js +1 -28
  62. package/dist-cjs/commands/SendEventCommand.js +1 -29
  63. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  64. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +1 -28
  67. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateEventLabelCommand.js +1 -28
  69. package/dist-cjs/commands/UpdateListCommand.js +1 -29
  70. package/dist-cjs/commands/UpdateModelCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateModelVersionCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateRuleVersionCommand.js +1 -29
  75. package/dist-cjs/commands/UpdateVariableCommand.js +1 -28
  76. package/dist-cjs/commands/index.js +1 -76
  77. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  78. package/dist-cjs/extensionConfiguration.js +1 -2
  79. package/dist-cjs/index.js +6187 -11
  80. package/dist-cjs/models/FraudDetectorServiceException.js +1 -12
  81. package/dist-cjs/models/index.js +1 -4
  82. package/dist-cjs/models/models_0.js +1 -274
  83. package/dist-cjs/pagination/DescribeModelVersionsPaginator.js +1 -7
  84. package/dist-cjs/pagination/GetBatchImportJobsPaginator.js +1 -7
  85. package/dist-cjs/pagination/GetBatchPredictionJobsPaginator.js +1 -7
  86. package/dist-cjs/pagination/GetDetectorsPaginator.js +1 -7
  87. package/dist-cjs/pagination/GetEntityTypesPaginator.js +1 -7
  88. package/dist-cjs/pagination/GetEventTypesPaginator.js +1 -7
  89. package/dist-cjs/pagination/GetExternalModelsPaginator.js +1 -7
  90. package/dist-cjs/pagination/GetLabelsPaginator.js +1 -7
  91. package/dist-cjs/pagination/GetListElementsPaginator.js +1 -7
  92. package/dist-cjs/pagination/GetListsMetadataPaginator.js +1 -7
  93. package/dist-cjs/pagination/GetModelsPaginator.js +1 -7
  94. package/dist-cjs/pagination/GetOutcomesPaginator.js +1 -7
  95. package/dist-cjs/pagination/GetRulesPaginator.js +1 -7
  96. package/dist-cjs/pagination/GetVariablesPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListEventPredictionsPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  100. package/dist-cjs/pagination/index.js +1 -20
  101. package/dist-cjs/protocols/Aws_json1_1.js +1 -4288
  102. package/dist-cjs/runtimeExtensions.js +1 -22
  103. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEntityTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetEntityTypesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetEntityTypes", {})
22
- .n("FraudDetectorClient", "GetEntityTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetEntityTypesCommand)
25
- .de(Aws_json1_1_1.de_GetEntityTypesCommand)
26
- .build() {
27
- }
28
- exports.GetEntityTypesCommand = GetEntityTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetEventCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHawksNestServiceFacade", "GetEvent", {})
23
- .n("FraudDetectorClient", "GetEventCommand")
24
- .f(void 0, models_0_1.GetEventResultFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetEventCommand)
26
- .de(Aws_json1_1_1.de_GetEventCommand)
27
- .build() {
28
- }
29
- exports.GetEventCommand = GetEventCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventPredictionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetEventPredictionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHawksNestServiceFacade", "GetEventPrediction", {})
23
- .n("FraudDetectorClient", "GetEventPredictionCommand")
24
- .f(models_0_1.GetEventPredictionRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_GetEventPredictionCommand)
26
- .de(Aws_json1_1_1.de_GetEventPredictionCommand)
27
- .build() {
28
- }
29
- exports.GetEventPredictionCommand = GetEventPredictionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventPredictionMetadataCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetEventPredictionMetadataCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHawksNestServiceFacade", "GetEventPredictionMetadata", {})
23
- .n("FraudDetectorClient", "GetEventPredictionMetadataCommand")
24
- .f(void 0, models_0_1.GetEventPredictionMetadataResultFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetEventPredictionMetadataCommand)
26
- .de(Aws_json1_1_1.de_GetEventPredictionMetadataCommand)
27
- .build() {
28
- }
29
- exports.GetEventPredictionMetadataCommand = GetEventPredictionMetadataCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetEventTypesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHawksNestServiceFacade", "GetEventTypes", {})
23
- .n("FraudDetectorClient", "GetEventTypesCommand")
24
- .f(void 0, models_0_1.GetEventTypesResultFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetEventTypesCommand)
26
- .de(Aws_json1_1_1.de_GetEventTypesCommand)
27
- .build() {
28
- }
29
- exports.GetEventTypesCommand = GetEventTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetExternalModelsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetExternalModelsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetExternalModels", {})
22
- .n("FraudDetectorClient", "GetExternalModelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetExternalModelsCommand)
25
- .de(Aws_json1_1_1.de_GetExternalModelsCommand)
26
- .build() {
27
- }
28
- exports.GetExternalModelsCommand = GetExternalModelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetKMSEncryptionKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetKMSEncryptionKeyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetKMSEncryptionKey", {})
22
- .n("FraudDetectorClient", "GetKMSEncryptionKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetKMSEncryptionKeyCommand)
25
- .de(Aws_json1_1_1.de_GetKMSEncryptionKeyCommand)
26
- .build() {
27
- }
28
- exports.GetKMSEncryptionKeyCommand = GetKMSEncryptionKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLabelsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetLabelsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetLabels", {})
22
- .n("FraudDetectorClient", "GetLabelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetLabelsCommand)
25
- .de(Aws_json1_1_1.de_GetLabelsCommand)
26
- .build() {
27
- }
28
- exports.GetLabelsCommand = GetLabelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetListElementsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetListElementsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHawksNestServiceFacade", "GetListElements", {})
23
- .n("FraudDetectorClient", "GetListElementsCommand")
24
- .f(void 0, models_0_1.GetListElementsResultFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetListElementsCommand)
26
- .de(Aws_json1_1_1.de_GetListElementsCommand)
27
- .build() {
28
- }
29
- exports.GetListElementsCommand = GetListElementsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetListsMetadataCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetListsMetadataCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetListsMetadata", {})
22
- .n("FraudDetectorClient", "GetListsMetadataCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetListsMetadataCommand)
25
- .de(Aws_json1_1_1.de_GetListsMetadataCommand)
26
- .build() {
27
- }
28
- exports.GetListsMetadataCommand = GetListsMetadataCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetModelVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetModelVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetModelVersion", {})
22
- .n("FraudDetectorClient", "GetModelVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetModelVersionCommand)
25
- .de(Aws_json1_1_1.de_GetModelVersionCommand)
26
- .build() {
27
- }
28
- exports.GetModelVersionCommand = GetModelVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetModelsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetModelsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetModels", {})
22
- .n("FraudDetectorClient", "GetModelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetModelsCommand)
25
- .de(Aws_json1_1_1.de_GetModelsCommand)
26
- .build() {
27
- }
28
- exports.GetModelsCommand = GetModelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOutcomesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetOutcomesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetOutcomes", {})
22
- .n("FraudDetectorClient", "GetOutcomesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetOutcomesCommand)
25
- .de(Aws_json1_1_1.de_GetOutcomesCommand)
26
- .build() {
27
- }
28
- exports.GetOutcomesCommand = GetOutcomesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRulesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetRulesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSHawksNestServiceFacade", "GetRules", {})
23
- .n("FraudDetectorClient", "GetRulesCommand")
24
- .f(void 0, models_0_1.GetRulesResultFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetRulesCommand)
26
- .de(Aws_json1_1_1.de_GetRulesCommand)
27
- .build() {
28
- }
29
- exports.GetRulesCommand = GetRulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVariablesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetVariablesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "GetVariables", {})
22
- .n("FraudDetectorClient", "GetVariablesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetVariablesCommand)
25
- .de(Aws_json1_1_1.de_GetVariablesCommand)
26
- .build() {
27
- }
28
- exports.GetVariablesCommand = GetVariablesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventPredictionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListEventPredictionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "ListEventPredictions", {})
22
- .n("FraudDetectorClient", "ListEventPredictionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListEventPredictionsCommand)
25
- .de(Aws_json1_1_1.de_ListEventPredictionsCommand)
26
- .build() {
27
- }
28
- exports.ListEventPredictionsCommand = ListEventPredictionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "ListTagsForResource", {})
22
- .n("FraudDetectorClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutDetectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PutDetectorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "PutDetector", {})
22
- .n("FraudDetectorClient", "PutDetectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutDetectorCommand)
25
- .de(Aws_json1_1_1.de_PutDetectorCommand)
26
- .build() {
27
- }
28
- exports.PutDetectorCommand = PutDetectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutEntityTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PutEntityTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "PutEntityType", {})
22
- .n("FraudDetectorClient", "PutEntityTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutEntityTypeCommand)
25
- .de(Aws_json1_1_1.de_PutEntityTypeCommand)
26
- .build() {
27
- }
28
- exports.PutEntityTypeCommand = PutEntityTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutEventTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PutEventTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "PutEventType", {})
22
- .n("FraudDetectorClient", "PutEventTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutEventTypeCommand)
25
- .de(Aws_json1_1_1.de_PutEventTypeCommand)
26
- .build() {
27
- }
28
- exports.PutEventTypeCommand = PutEventTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutExternalModelCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PutExternalModelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSHawksNestServiceFacade", "PutExternalModel", {})
22
- .n("FraudDetectorClient", "PutExternalModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutExternalModelCommand)
25
- .de(Aws_json1_1_1.de_PutExternalModelCommand)
26
- .build() {
27
- }
28
- exports.PutExternalModelCommand = PutExternalModelCommand;
1
+ module.exports = require("../index.js");