@aws-sdk/client-frauddetector 3.489.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,157 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FraudDetector = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchCreateVariableCommand_1 = require("./commands/BatchCreateVariableCommand");
6
- const BatchGetVariableCommand_1 = require("./commands/BatchGetVariableCommand");
7
- const CancelBatchImportJobCommand_1 = require("./commands/CancelBatchImportJobCommand");
8
- const CancelBatchPredictionJobCommand_1 = require("./commands/CancelBatchPredictionJobCommand");
9
- const CreateBatchImportJobCommand_1 = require("./commands/CreateBatchImportJobCommand");
10
- const CreateBatchPredictionJobCommand_1 = require("./commands/CreateBatchPredictionJobCommand");
11
- const CreateDetectorVersionCommand_1 = require("./commands/CreateDetectorVersionCommand");
12
- const CreateListCommand_1 = require("./commands/CreateListCommand");
13
- const CreateModelCommand_1 = require("./commands/CreateModelCommand");
14
- const CreateModelVersionCommand_1 = require("./commands/CreateModelVersionCommand");
15
- const CreateRuleCommand_1 = require("./commands/CreateRuleCommand");
16
- const CreateVariableCommand_1 = require("./commands/CreateVariableCommand");
17
- const DeleteBatchImportJobCommand_1 = require("./commands/DeleteBatchImportJobCommand");
18
- const DeleteBatchPredictionJobCommand_1 = require("./commands/DeleteBatchPredictionJobCommand");
19
- const DeleteDetectorCommand_1 = require("./commands/DeleteDetectorCommand");
20
- const DeleteDetectorVersionCommand_1 = require("./commands/DeleteDetectorVersionCommand");
21
- const DeleteEntityTypeCommand_1 = require("./commands/DeleteEntityTypeCommand");
22
- const DeleteEventCommand_1 = require("./commands/DeleteEventCommand");
23
- const DeleteEventsByEventTypeCommand_1 = require("./commands/DeleteEventsByEventTypeCommand");
24
- const DeleteEventTypeCommand_1 = require("./commands/DeleteEventTypeCommand");
25
- const DeleteExternalModelCommand_1 = require("./commands/DeleteExternalModelCommand");
26
- const DeleteLabelCommand_1 = require("./commands/DeleteLabelCommand");
27
- const DeleteListCommand_1 = require("./commands/DeleteListCommand");
28
- const DeleteModelCommand_1 = require("./commands/DeleteModelCommand");
29
- const DeleteModelVersionCommand_1 = require("./commands/DeleteModelVersionCommand");
30
- const DeleteOutcomeCommand_1 = require("./commands/DeleteOutcomeCommand");
31
- const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
32
- const DeleteVariableCommand_1 = require("./commands/DeleteVariableCommand");
33
- const DescribeDetectorCommand_1 = require("./commands/DescribeDetectorCommand");
34
- const DescribeModelVersionsCommand_1 = require("./commands/DescribeModelVersionsCommand");
35
- const GetBatchImportJobsCommand_1 = require("./commands/GetBatchImportJobsCommand");
36
- const GetBatchPredictionJobsCommand_1 = require("./commands/GetBatchPredictionJobsCommand");
37
- const GetDeleteEventsByEventTypeStatusCommand_1 = require("./commands/GetDeleteEventsByEventTypeStatusCommand");
38
- const GetDetectorsCommand_1 = require("./commands/GetDetectorsCommand");
39
- const GetDetectorVersionCommand_1 = require("./commands/GetDetectorVersionCommand");
40
- const GetEntityTypesCommand_1 = require("./commands/GetEntityTypesCommand");
41
- const GetEventCommand_1 = require("./commands/GetEventCommand");
42
- const GetEventPredictionCommand_1 = require("./commands/GetEventPredictionCommand");
43
- const GetEventPredictionMetadataCommand_1 = require("./commands/GetEventPredictionMetadataCommand");
44
- const GetEventTypesCommand_1 = require("./commands/GetEventTypesCommand");
45
- const GetExternalModelsCommand_1 = require("./commands/GetExternalModelsCommand");
46
- const GetKMSEncryptionKeyCommand_1 = require("./commands/GetKMSEncryptionKeyCommand");
47
- const GetLabelsCommand_1 = require("./commands/GetLabelsCommand");
48
- const GetListElementsCommand_1 = require("./commands/GetListElementsCommand");
49
- const GetListsMetadataCommand_1 = require("./commands/GetListsMetadataCommand");
50
- const GetModelsCommand_1 = require("./commands/GetModelsCommand");
51
- const GetModelVersionCommand_1 = require("./commands/GetModelVersionCommand");
52
- const GetOutcomesCommand_1 = require("./commands/GetOutcomesCommand");
53
- const GetRulesCommand_1 = require("./commands/GetRulesCommand");
54
- const GetVariablesCommand_1 = require("./commands/GetVariablesCommand");
55
- const ListEventPredictionsCommand_1 = require("./commands/ListEventPredictionsCommand");
56
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
57
- const PutDetectorCommand_1 = require("./commands/PutDetectorCommand");
58
- const PutEntityTypeCommand_1 = require("./commands/PutEntityTypeCommand");
59
- const PutEventTypeCommand_1 = require("./commands/PutEventTypeCommand");
60
- const PutExternalModelCommand_1 = require("./commands/PutExternalModelCommand");
61
- const PutKMSEncryptionKeyCommand_1 = require("./commands/PutKMSEncryptionKeyCommand");
62
- const PutLabelCommand_1 = require("./commands/PutLabelCommand");
63
- const PutOutcomeCommand_1 = require("./commands/PutOutcomeCommand");
64
- const SendEventCommand_1 = require("./commands/SendEventCommand");
65
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
66
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
67
- const UpdateDetectorVersionCommand_1 = require("./commands/UpdateDetectorVersionCommand");
68
- const UpdateDetectorVersionMetadataCommand_1 = require("./commands/UpdateDetectorVersionMetadataCommand");
69
- const UpdateDetectorVersionStatusCommand_1 = require("./commands/UpdateDetectorVersionStatusCommand");
70
- const UpdateEventLabelCommand_1 = require("./commands/UpdateEventLabelCommand");
71
- const UpdateListCommand_1 = require("./commands/UpdateListCommand");
72
- const UpdateModelCommand_1 = require("./commands/UpdateModelCommand");
73
- const UpdateModelVersionCommand_1 = require("./commands/UpdateModelVersionCommand");
74
- const UpdateModelVersionStatusCommand_1 = require("./commands/UpdateModelVersionStatusCommand");
75
- const UpdateRuleMetadataCommand_1 = require("./commands/UpdateRuleMetadataCommand");
76
- const UpdateRuleVersionCommand_1 = require("./commands/UpdateRuleVersionCommand");
77
- const UpdateVariableCommand_1 = require("./commands/UpdateVariableCommand");
78
- const FraudDetectorClient_1 = require("./FraudDetectorClient");
79
- const commands = {
80
- BatchCreateVariableCommand: BatchCreateVariableCommand_1.BatchCreateVariableCommand,
81
- BatchGetVariableCommand: BatchGetVariableCommand_1.BatchGetVariableCommand,
82
- CancelBatchImportJobCommand: CancelBatchImportJobCommand_1.CancelBatchImportJobCommand,
83
- CancelBatchPredictionJobCommand: CancelBatchPredictionJobCommand_1.CancelBatchPredictionJobCommand,
84
- CreateBatchImportJobCommand: CreateBatchImportJobCommand_1.CreateBatchImportJobCommand,
85
- CreateBatchPredictionJobCommand: CreateBatchPredictionJobCommand_1.CreateBatchPredictionJobCommand,
86
- CreateDetectorVersionCommand: CreateDetectorVersionCommand_1.CreateDetectorVersionCommand,
87
- CreateListCommand: CreateListCommand_1.CreateListCommand,
88
- CreateModelCommand: CreateModelCommand_1.CreateModelCommand,
89
- CreateModelVersionCommand: CreateModelVersionCommand_1.CreateModelVersionCommand,
90
- CreateRuleCommand: CreateRuleCommand_1.CreateRuleCommand,
91
- CreateVariableCommand: CreateVariableCommand_1.CreateVariableCommand,
92
- DeleteBatchImportJobCommand: DeleteBatchImportJobCommand_1.DeleteBatchImportJobCommand,
93
- DeleteBatchPredictionJobCommand: DeleteBatchPredictionJobCommand_1.DeleteBatchPredictionJobCommand,
94
- DeleteDetectorCommand: DeleteDetectorCommand_1.DeleteDetectorCommand,
95
- DeleteDetectorVersionCommand: DeleteDetectorVersionCommand_1.DeleteDetectorVersionCommand,
96
- DeleteEntityTypeCommand: DeleteEntityTypeCommand_1.DeleteEntityTypeCommand,
97
- DeleteEventCommand: DeleteEventCommand_1.DeleteEventCommand,
98
- DeleteEventsByEventTypeCommand: DeleteEventsByEventTypeCommand_1.DeleteEventsByEventTypeCommand,
99
- DeleteEventTypeCommand: DeleteEventTypeCommand_1.DeleteEventTypeCommand,
100
- DeleteExternalModelCommand: DeleteExternalModelCommand_1.DeleteExternalModelCommand,
101
- DeleteLabelCommand: DeleteLabelCommand_1.DeleteLabelCommand,
102
- DeleteListCommand: DeleteListCommand_1.DeleteListCommand,
103
- DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
104
- DeleteModelVersionCommand: DeleteModelVersionCommand_1.DeleteModelVersionCommand,
105
- DeleteOutcomeCommand: DeleteOutcomeCommand_1.DeleteOutcomeCommand,
106
- DeleteRuleCommand: DeleteRuleCommand_1.DeleteRuleCommand,
107
- DeleteVariableCommand: DeleteVariableCommand_1.DeleteVariableCommand,
108
- DescribeDetectorCommand: DescribeDetectorCommand_1.DescribeDetectorCommand,
109
- DescribeModelVersionsCommand: DescribeModelVersionsCommand_1.DescribeModelVersionsCommand,
110
- GetBatchImportJobsCommand: GetBatchImportJobsCommand_1.GetBatchImportJobsCommand,
111
- GetBatchPredictionJobsCommand: GetBatchPredictionJobsCommand_1.GetBatchPredictionJobsCommand,
112
- GetDeleteEventsByEventTypeStatusCommand: GetDeleteEventsByEventTypeStatusCommand_1.GetDeleteEventsByEventTypeStatusCommand,
113
- GetDetectorsCommand: GetDetectorsCommand_1.GetDetectorsCommand,
114
- GetDetectorVersionCommand: GetDetectorVersionCommand_1.GetDetectorVersionCommand,
115
- GetEntityTypesCommand: GetEntityTypesCommand_1.GetEntityTypesCommand,
116
- GetEventCommand: GetEventCommand_1.GetEventCommand,
117
- GetEventPredictionCommand: GetEventPredictionCommand_1.GetEventPredictionCommand,
118
- GetEventPredictionMetadataCommand: GetEventPredictionMetadataCommand_1.GetEventPredictionMetadataCommand,
119
- GetEventTypesCommand: GetEventTypesCommand_1.GetEventTypesCommand,
120
- GetExternalModelsCommand: GetExternalModelsCommand_1.GetExternalModelsCommand,
121
- GetKMSEncryptionKeyCommand: GetKMSEncryptionKeyCommand_1.GetKMSEncryptionKeyCommand,
122
- GetLabelsCommand: GetLabelsCommand_1.GetLabelsCommand,
123
- GetListElementsCommand: GetListElementsCommand_1.GetListElementsCommand,
124
- GetListsMetadataCommand: GetListsMetadataCommand_1.GetListsMetadataCommand,
125
- GetModelsCommand: GetModelsCommand_1.GetModelsCommand,
126
- GetModelVersionCommand: GetModelVersionCommand_1.GetModelVersionCommand,
127
- GetOutcomesCommand: GetOutcomesCommand_1.GetOutcomesCommand,
128
- GetRulesCommand: GetRulesCommand_1.GetRulesCommand,
129
- GetVariablesCommand: GetVariablesCommand_1.GetVariablesCommand,
130
- ListEventPredictionsCommand: ListEventPredictionsCommand_1.ListEventPredictionsCommand,
131
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
132
- PutDetectorCommand: PutDetectorCommand_1.PutDetectorCommand,
133
- PutEntityTypeCommand: PutEntityTypeCommand_1.PutEntityTypeCommand,
134
- PutEventTypeCommand: PutEventTypeCommand_1.PutEventTypeCommand,
135
- PutExternalModelCommand: PutExternalModelCommand_1.PutExternalModelCommand,
136
- PutKMSEncryptionKeyCommand: PutKMSEncryptionKeyCommand_1.PutKMSEncryptionKeyCommand,
137
- PutLabelCommand: PutLabelCommand_1.PutLabelCommand,
138
- PutOutcomeCommand: PutOutcomeCommand_1.PutOutcomeCommand,
139
- SendEventCommand: SendEventCommand_1.SendEventCommand,
140
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
141
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
142
- UpdateDetectorVersionCommand: UpdateDetectorVersionCommand_1.UpdateDetectorVersionCommand,
143
- UpdateDetectorVersionMetadataCommand: UpdateDetectorVersionMetadataCommand_1.UpdateDetectorVersionMetadataCommand,
144
- UpdateDetectorVersionStatusCommand: UpdateDetectorVersionStatusCommand_1.UpdateDetectorVersionStatusCommand,
145
- UpdateEventLabelCommand: UpdateEventLabelCommand_1.UpdateEventLabelCommand,
146
- UpdateListCommand: UpdateListCommand_1.UpdateListCommand,
147
- UpdateModelCommand: UpdateModelCommand_1.UpdateModelCommand,
148
- UpdateModelVersionCommand: UpdateModelVersionCommand_1.UpdateModelVersionCommand,
149
- UpdateModelVersionStatusCommand: UpdateModelVersionStatusCommand_1.UpdateModelVersionStatusCommand,
150
- UpdateRuleMetadataCommand: UpdateRuleMetadataCommand_1.UpdateRuleMetadataCommand,
151
- UpdateRuleVersionCommand: UpdateRuleVersionCommand_1.UpdateRuleVersionCommand,
152
- UpdateVariableCommand: UpdateVariableCommand_1.UpdateVariableCommand,
153
- };
154
- class FraudDetector extends FraudDetectorClient_1.FraudDetectorClient {
155
- }
156
- exports.FraudDetector = FraudDetector;
157
- (0, smithy_client_1.createAggregatedClient)(commands, FraudDetector);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FraudDetectorClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class FraudDetectorClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.FraudDetectorClient = FraudDetectorClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchCreateVariableCommand = 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 BatchCreateVariableCommand 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", "BatchCreateVariable", {})
22
- .n("FraudDetectorClient", "BatchCreateVariableCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchCreateVariableCommand)
25
- .de(Aws_json1_1_1.de_BatchCreateVariableCommand)
26
- .build() {
27
- }
28
- exports.BatchCreateVariableCommand = BatchCreateVariableCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetVariableCommand = 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 BatchGetVariableCommand 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", "BatchGetVariable", {})
22
- .n("FraudDetectorClient", "BatchGetVariableCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetVariableCommand)
25
- .de(Aws_json1_1_1.de_BatchGetVariableCommand)
26
- .build() {
27
- }
28
- exports.BatchGetVariableCommand = BatchGetVariableCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelBatchImportJobCommand = 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 CancelBatchImportJobCommand 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", "CancelBatchImportJob", {})
22
- .n("FraudDetectorClient", "CancelBatchImportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CancelBatchImportJobCommand)
25
- .de(Aws_json1_1_1.de_CancelBatchImportJobCommand)
26
- .build() {
27
- }
28
- exports.CancelBatchImportJobCommand = CancelBatchImportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelBatchPredictionJobCommand = 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 CancelBatchPredictionJobCommand 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", "CancelBatchPredictionJob", {})
22
- .n("FraudDetectorClient", "CancelBatchPredictionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CancelBatchPredictionJobCommand)
25
- .de(Aws_json1_1_1.de_CancelBatchPredictionJobCommand)
26
- .build() {
27
- }
28
- exports.CancelBatchPredictionJobCommand = CancelBatchPredictionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBatchImportJobCommand = 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 CreateBatchImportJobCommand 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", "CreateBatchImportJob", {})
22
- .n("FraudDetectorClient", "CreateBatchImportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateBatchImportJobCommand)
25
- .de(Aws_json1_1_1.de_CreateBatchImportJobCommand)
26
- .build() {
27
- }
28
- exports.CreateBatchImportJobCommand = CreateBatchImportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBatchPredictionJobCommand = 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 CreateBatchPredictionJobCommand 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", "CreateBatchPredictionJob", {})
22
- .n("FraudDetectorClient", "CreateBatchPredictionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateBatchPredictionJobCommand)
25
- .de(Aws_json1_1_1.de_CreateBatchPredictionJobCommand)
26
- .build() {
27
- }
28
- exports.CreateBatchPredictionJobCommand = CreateBatchPredictionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDetectorVersionCommand = 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 CreateDetectorVersionCommand 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", "CreateDetectorVersion", {})
22
- .n("FraudDetectorClient", "CreateDetectorVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateDetectorVersionCommand)
25
- .de(Aws_json1_1_1.de_CreateDetectorVersionCommand)
26
- .build() {
27
- }
28
- exports.CreateDetectorVersionCommand = CreateDetectorVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateListCommand = 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 CreateListCommand 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", "CreateList", {})
23
- .n("FraudDetectorClient", "CreateListCommand")
24
- .f(models_0_1.CreateListRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateListCommand)
26
- .de(Aws_json1_1_1.de_CreateListCommand)
27
- .build() {
28
- }
29
- exports.CreateListCommand = CreateListCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateModelCommand = 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 CreateModelCommand 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", "CreateModel", {})
22
- .n("FraudDetectorClient", "CreateModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateModelCommand)
25
- .de(Aws_json1_1_1.de_CreateModelCommand)
26
- .build() {
27
- }
28
- exports.CreateModelCommand = CreateModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateModelVersionCommand = 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 CreateModelVersionCommand 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", "CreateModelVersion", {})
22
- .n("FraudDetectorClient", "CreateModelVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateModelVersionCommand)
25
- .de(Aws_json1_1_1.de_CreateModelVersionCommand)
26
- .build() {
27
- }
28
- exports.CreateModelVersionCommand = CreateModelVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRuleCommand = 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 CreateRuleCommand 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", "CreateRule", {})
23
- .n("FraudDetectorClient", "CreateRuleCommand")
24
- .f(models_0_1.CreateRuleRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateRuleCommand)
26
- .de(Aws_json1_1_1.de_CreateRuleCommand)
27
- .build() {
28
- }
29
- exports.CreateRuleCommand = CreateRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateVariableCommand = 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 CreateVariableCommand 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", "CreateVariable", {})
22
- .n("FraudDetectorClient", "CreateVariableCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateVariableCommand)
25
- .de(Aws_json1_1_1.de_CreateVariableCommand)
26
- .build() {
27
- }
28
- exports.CreateVariableCommand = CreateVariableCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBatchImportJobCommand = 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 DeleteBatchImportJobCommand 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", "DeleteBatchImportJob", {})
22
- .n("FraudDetectorClient", "DeleteBatchImportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteBatchImportJobCommand)
25
- .de(Aws_json1_1_1.de_DeleteBatchImportJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteBatchImportJobCommand = DeleteBatchImportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBatchPredictionJobCommand = 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 DeleteBatchPredictionJobCommand 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", "DeleteBatchPredictionJob", {})
22
- .n("FraudDetectorClient", "DeleteBatchPredictionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteBatchPredictionJobCommand)
25
- .de(Aws_json1_1_1.de_DeleteBatchPredictionJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteBatchPredictionJobCommand = DeleteBatchPredictionJobCommand;
1
+ module.exports = require("../index.js");