@aws-sdk/client-frauddetector 3.495.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +49 -46
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -6050,26 +6050,25 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FraudDetector
6050
6050
  // src/index.ts
6051
6051
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
6052
6052
  // Annotate the CommonJS export names for ESM import in node:
6053
+
6053
6054
  0 && (module.exports = {
6054
- AccessDeniedException,
6055
- AsyncJobStatus,
6055
+ FraudDetectorServiceException,
6056
+ __Client,
6057
+ FraudDetectorClient,
6058
+ FraudDetector,
6059
+ $Command,
6056
6060
  BatchCreateVariableCommand,
6057
6061
  BatchGetVariableCommand,
6058
6062
  CancelBatchImportJobCommand,
6059
6063
  CancelBatchPredictionJobCommand,
6060
- ConflictException,
6061
6064
  CreateBatchImportJobCommand,
6062
6065
  CreateBatchPredictionJobCommand,
6063
6066
  CreateDetectorVersionCommand,
6064
6067
  CreateListCommand,
6065
- CreateListRequestFilterSensitiveLog,
6066
6068
  CreateModelCommand,
6067
6069
  CreateModelVersionCommand,
6068
6070
  CreateRuleCommand,
6069
- CreateRuleRequestFilterSensitiveLog,
6070
6071
  CreateVariableCommand,
6071
- DataSource,
6072
- DataType,
6073
6072
  DeleteBatchImportJobCommand,
6074
6073
  DeleteBatchPredictionJobCommand,
6075
6074
  DeleteDetectorCommand,
@@ -6088,17 +6087,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6088
6087
  DeleteVariableCommand,
6089
6088
  DescribeDetectorCommand,
6090
6089
  DescribeModelVersionsCommand,
6091
- DetectorVersionStatus,
6092
- EntityFilterSensitiveLog,
6093
- EvaluatedExternalModelFilterSensitiveLog,
6094
- EvaluatedRuleFilterSensitiveLog,
6095
- EventFilterSensitiveLog,
6096
- EventIngestion,
6097
- EventTypeFilterSensitiveLog,
6098
- EventVariableSummaryFilterSensitiveLog,
6099
- FraudDetector,
6100
- FraudDetectorClient,
6101
- FraudDetectorServiceException,
6102
6090
  GetBatchImportJobsCommand,
6103
6091
  GetBatchPredictionJobsCommand,
6104
6092
  GetDeleteEventsByEventTypeStatusCommand,
@@ -6108,34 +6096,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6108
6096
  GetEventCommand,
6109
6097
  GetEventPredictionCommand,
6110
6098
  GetEventPredictionMetadataCommand,
6111
- GetEventPredictionMetadataResultFilterSensitiveLog,
6112
- GetEventPredictionRequestFilterSensitiveLog,
6113
- GetEventResultFilterSensitiveLog,
6114
6099
  GetEventTypesCommand,
6115
- GetEventTypesResultFilterSensitiveLog,
6116
6100
  GetExternalModelsCommand,
6117
6101
  GetKMSEncryptionKeyCommand,
6118
6102
  GetLabelsCommand,
6119
6103
  GetListElementsCommand,
6120
- GetListElementsResultFilterSensitiveLog,
6121
6104
  GetListsMetadataCommand,
6122
6105
  GetModelVersionCommand,
6123
6106
  GetModelsCommand,
6124
6107
  GetOutcomesCommand,
6125
6108
  GetRulesCommand,
6126
- GetRulesResultFilterSensitiveLog,
6127
6109
  GetVariablesCommand,
6128
- InternalServerException,
6129
- Language,
6130
6110
  ListEventPredictionsCommand,
6131
6111
  ListTagsForResourceCommand,
6132
- ListUpdateMode,
6133
- ModelEndpointStatus,
6134
- ModelInputDataFormat,
6135
- ModelOutputDataFormat,
6136
- ModelSource,
6137
- ModelTypeEnum,
6138
- ModelVersionStatus,
6139
6112
  PutDetectorCommand,
6140
6113
  PutEntityTypeCommand,
6141
6114
  PutEventTypeCommand,
@@ -6143,32 +6116,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6143
6116
  PutKMSEncryptionKeyCommand,
6144
6117
  PutLabelCommand,
6145
6118
  PutOutcomeCommand,
6146
- ResourceNotFoundException,
6147
- ResourceUnavailableException,
6148
- RuleDetailFilterSensitiveLog,
6149
- RuleExecutionMode,
6150
6119
  SendEventCommand,
6151
- SendEventRequestFilterSensitiveLog,
6152
6120
  TagResourceCommand,
6153
- ThrottlingException,
6154
- TrainingDataSourceEnum,
6155
- UnlabeledEventsTreatment,
6156
6121
  UntagResourceCommand,
6157
6122
  UpdateDetectorVersionCommand,
6158
6123
  UpdateDetectorVersionMetadataCommand,
6159
6124
  UpdateDetectorVersionStatusCommand,
6160
6125
  UpdateEventLabelCommand,
6161
6126
  UpdateListCommand,
6162
- UpdateListRequestFilterSensitiveLog,
6163
6127
  UpdateModelCommand,
6164
6128
  UpdateModelVersionCommand,
6165
6129
  UpdateModelVersionStatusCommand,
6166
6130
  UpdateRuleMetadataCommand,
6167
6131
  UpdateRuleVersionCommand,
6168
- UpdateRuleVersionRequestFilterSensitiveLog,
6169
6132
  UpdateVariableCommand,
6170
- ValidationException,
6171
- __Client,
6172
6133
  paginateDescribeModelVersions,
6173
6134
  paginateGetBatchImportJobs,
6174
6135
  paginateGetBatchPredictionJobs,
@@ -6184,5 +6145,47 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6184
6145
  paginateGetRules,
6185
6146
  paginateGetVariables,
6186
6147
  paginateListEventPredictions,
6187
- paginateListTagsForResource
6148
+ paginateListTagsForResource,
6149
+ AccessDeniedException,
6150
+ AsyncJobStatus,
6151
+ InternalServerException,
6152
+ ThrottlingException,
6153
+ ValidationException,
6154
+ DataSource,
6155
+ DataType,
6156
+ ResourceNotFoundException,
6157
+ ModelTypeEnum,
6158
+ RuleExecutionMode,
6159
+ DetectorVersionStatus,
6160
+ UnlabeledEventsTreatment,
6161
+ TrainingDataSourceEnum,
6162
+ Language,
6163
+ ConflictException,
6164
+ ModelSource,
6165
+ ResourceUnavailableException,
6166
+ EventIngestion,
6167
+ ModelInputDataFormat,
6168
+ ModelEndpointStatus,
6169
+ ModelOutputDataFormat,
6170
+ ListUpdateMode,
6171
+ ModelVersionStatus,
6172
+ CreateListRequestFilterSensitiveLog,
6173
+ CreateRuleRequestFilterSensitiveLog,
6174
+ EntityFilterSensitiveLog,
6175
+ EventFilterSensitiveLog,
6176
+ GetEventResultFilterSensitiveLog,
6177
+ GetEventPredictionRequestFilterSensitiveLog,
6178
+ EvaluatedExternalModelFilterSensitiveLog,
6179
+ EventVariableSummaryFilterSensitiveLog,
6180
+ EvaluatedRuleFilterSensitiveLog,
6181
+ GetEventPredictionMetadataResultFilterSensitiveLog,
6182
+ EventTypeFilterSensitiveLog,
6183
+ GetEventTypesResultFilterSensitiveLog,
6184
+ GetListElementsResultFilterSensitiveLog,
6185
+ RuleDetailFilterSensitiveLog,
6186
+ GetRulesResultFilterSensitiveLog,
6187
+ SendEventRequestFilterSensitiveLog,
6188
+ UpdateListRequestFilterSensitiveLog,
6189
+ UpdateRuleVersionRequestFilterSensitiveLog
6188
6190
  });
6191
+
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.495.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-frauddetector",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",