Skip to content

Commit

Permalink
Updates SDK to v2.658.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 17, 2020
1 parent 20d6707 commit 6421684
Show file tree
Hide file tree
Showing 15 changed files with 355 additions and 57 deletions.
7 changes: 7 additions & 0 deletions .changes/2.658.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "FraudDetector",
"description": "Added support for a new rule engine execution mode. Customers will be able to configure their detector versions to evaluate all rules and return outcomes from all 'matched' rules in the GetPrediction API response. Added support for deleting Detectors (DeleteDetector) and Rule Versions (DeleteRuleVersion)."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.657.0-->
<!--LATEST=2.658.0-->
<!--ENTRYINSERT-->

## 2.658.0
* feature: FraudDetector: Added support for a new rule engine execution mode. Customers will be able to configure their detector versions to evaluate all rules and return outcomes from all 'matched' rules in the GetPrediction API response. Added support for deleting Detectors (DeleteDetector) and Rule Versions (DeleteRuleVersion).

## 2.657.0
* feature: AugmentedAIRuntime: This release updates Amazon Augmented AI ListHumanLoops and StartHumanLoop APIs.
* feature: EC2: Amazon EC2 now supports adding AWS resource tags for placement groups and key pairs, at creation time. The CreatePlacementGroup API will now return placement group information when created successfully. The DeleteKeyPair API now supports deletion by resource ID.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.657.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.658.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
111 changes: 80 additions & 31 deletions apis/frauddetector-2019-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
},
"modelVersions": {
"shape": "Sq"
}
},
"ruleExecutionMode": {}
}
},
"output": {
Expand Down Expand Up @@ -159,7 +160,7 @@
"expression": {},
"language": {},
"outcomes": {
"shape": "S10"
"shape": "S11"
}
}
},
Expand Down Expand Up @@ -195,6 +196,21 @@
"members": {}
}
},
"DeleteDetector": {
"input": {
"type": "structure",
"required": [
"detectorId"
],
"members": {
"detectorId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteDetectorVersion": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -227,6 +243,25 @@
"members": {}
}
},
"DeleteRuleVersion": {
"input": {
"type": "structure",
"required": [
"detectorId",
"ruleId",
"ruleVersion"
],
"members": {
"detectorId": {},
"ruleId": {},
"ruleVersion": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DescribeDetector": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -288,19 +323,19 @@
"description": {},
"status": {},
"trainingDataSource": {
"shape": "S1i"
"shape": "S1n"
},
"modelVariables": {
"shape": "S1l"
"shape": "S1q"
},
"labelSchema": {
"shape": "S1o"
"shape": "S1t"
},
"validationMetrics": {
"shape": "S1q"
"shape": "S1v"
},
"trainingMetrics": {
"shape": "S1q"
"shape": "S1v"
},
"lastUpdatedTime": {},
"createdTime": {}
Expand Down Expand Up @@ -340,7 +375,8 @@
},
"status": {},
"lastUpdatedTime": {},
"createdTime": {}
"createdTime": {},
"ruleExecutionMode": {}
}
}
},
Expand Down Expand Up @@ -396,13 +432,13 @@
"modelEndpoint": {},
"modelSource": {},
"role": {
"shape": "S24"
"shape": "S29"
},
"inputConfiguration": {
"shape": "S25"
"shape": "S2a"
},
"outputConfiguration": {
"shape": "S28"
"shape": "S2d"
},
"modelEndpointStatus": {},
"lastUpdatedTime": {},
Expand Down Expand Up @@ -464,13 +500,13 @@
"modelType": {},
"description": {},
"trainingDataSource": {
"shape": "S1i"
"shape": "S1n"
},
"modelVariables": {
"shape": "S1l"
"shape": "S1q"
},
"labelSchema": {
"shape": "S1o"
"shape": "S1t"
},
"lastUpdatedTime": {},
"createdTime": {}
Expand Down Expand Up @@ -568,6 +604,18 @@
}
}
}
},
"ruleResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ruleId": {},
"outcomes": {
"shape": "Sm"
}
}
}
}
}
}
Expand Down Expand Up @@ -603,7 +651,7 @@
"expression": {},
"language": {},
"outcomes": {
"shape": "S10"
"shape": "S11"
},
"lastUpdatedTime": {},
"createdTime": {}
Expand Down Expand Up @@ -666,13 +714,13 @@
"modelEndpoint": {},
"modelSource": {},
"role": {
"shape": "S24"
"shape": "S29"
},
"inputConfiguration": {
"shape": "S25"
"shape": "S2a"
},
"outputConfiguration": {
"shape": "S28"
"shape": "S2d"
},
"modelEndpointStatus": {}
}
Expand All @@ -697,13 +745,13 @@
"modelType": {},
"description": {},
"trainingDataSource": {
"shape": "S1i"
"shape": "S1n"
},
"modelVariables": {
"shape": "S1l"
"shape": "S1q"
},
"labelSchema": {
"shape": "S1o"
"shape": "S1t"
}
}
},
Expand Down Expand Up @@ -749,7 +797,8 @@
"description": {},
"modelVersions": {
"shape": "Sq"
}
},
"ruleExecutionMode": {}
}
},
"output": {
Expand Down Expand Up @@ -854,7 +903,7 @@
"expression": {},
"language": {},
"outcomes": {
"shape": "S10"
"shape": "S11"
}
}
},
Expand Down Expand Up @@ -945,11 +994,11 @@
"modelVersionNumber": {}
}
},
"S10": {
"S11": {
"type": "list",
"member": {}
},
"S1i": {
"S1n": {
"type": "structure",
"required": [
"dataLocation",
Expand All @@ -960,7 +1009,7 @@
"dataAccessRoleArn": {}
}
},
"S1l": {
"S1q": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -975,7 +1024,7 @@
}
}
},
"S1o": {
"S1t": {
"type": "structure",
"required": [
"labelKey",
Expand All @@ -992,12 +1041,12 @@
}
}
},
"S1q": {
"S1v": {
"type": "map",
"key": {},
"value": {}
},
"S24": {
"S29": {
"type": "structure",
"required": [
"arn",
Expand All @@ -1008,7 +1057,7 @@
"name": {}
}
},
"S25": {
"S2a": {
"type": "structure",
"required": [
"isOpaque"
Expand All @@ -1022,7 +1071,7 @@
"csvInputTemplate": {}
}
},
"S28": {
"S2d": {
"type": "structure",
"required": [
"format"
Expand Down
Loading

0 comments on commit 6421684

Please sign in to comment.