Skip to content

Commit

Permalink
Updates SDK to v2.720.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 24, 2020
1 parent 6e552e9 commit 788a009
Show file tree
Hide file tree
Showing 37 changed files with 2,533 additions and 1,015 deletions.
42 changes: 42 additions & 0 deletions .changes/2.720.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "AWS CloudWatch ListMetrics now supports an optional parameter (RecentlyActive) to filter results by only metrics that have received new datapoints in the past 3 hours. This enables more targeted metric data retrieval through the Get APIs"
},
{
"type": "feature",
"category": "FraudDetector",
"description": "GetPrediction has been replaced with GetEventPrediction. PutExternalModel has been simplified to accept a role ARN."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now supports sorting query results based on document attributes. Amazon Kendra also introduced an option to enclose table and column names with double quotes for database data sources. "
},
{
"type": "feature",
"category": "MQ",
"description": "Amazon MQ now supports LDAP (Lightweight Directory Access Protocol), providing authentication and authorization of Amazon MQ users via a customer designated LDAP server."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release of the Amazon Macie API introduces additional criteria for sorting and filtering query results for account quotas and usage statistics."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "You can now disable an entitlement to stop streaming content to the subscriber's flow temporarily. When you are ready to allow content to start streaming to the subscriber's flow again, you can enable the entitlement."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "The release adds daterange as a new ad marker option. This option enables MediaPackage to insert EXT-X-DATERANGE tags in HLS and CMAF manifests. The EXT-X-DATERANGE tag is used to signal ad and program transition events."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Sagemaker Ground Truth:Added support for OIDC (OpenID Connect) to authenticate workers via their own identity provider instead of through Amazon Cognito. This release adds new APIs (CreateWorkforce, DeleteWorkforce, and ListWorkforces) to SageMaker Ground Truth service. Sagemaker Neo: Added support for detailed target device description by using TargetPlatform fields - OS, architecture, and accelerator. Added support for additional compilation parameters by using JSON field CompilerOptions. Sagemaker Search: SageMaker Search supports transform job details in trial components."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.719.0-->
<!--LATEST=2.720.0-->
<!--ENTRYINSERT-->

## 2.720.0
* feature: CloudWatch: AWS CloudWatch ListMetrics now supports an optional parameter (RecentlyActive) to filter results by only metrics that have received new datapoints in the past 3 hours. This enables more targeted metric data retrieval through the Get APIs
* feature: FraudDetector: GetPrediction has been replaced with GetEventPrediction. PutExternalModel has been simplified to accept a role ARN.
* feature: Kendra: Amazon Kendra now supports sorting query results based on document attributes. Amazon Kendra also introduced an option to enclose table and column names with double quotes for database data sources.
* feature: MQ: Amazon MQ now supports LDAP (Lightweight Directory Access Protocol), providing authentication and authorization of Amazon MQ users via a customer designated LDAP server.
* feature: Macie2: This release of the Amazon Macie API introduces additional criteria for sorting and filtering query results for account quotas and usage statistics.
* feature: MediaConnect: You can now disable an entitlement to stop streaming content to the subscriber's flow temporarily. When you are ready to allow content to start streaming to the subscriber's flow again, you can enable the entitlement.
* feature: MediaPackage: The release adds daterange as a new ad marker option. This option enables MediaPackage to insert EXT-X-DATERANGE tags in HLS and CMAF manifests. The EXT-X-DATERANGE tag is used to signal ad and program transition events.
* feature: SageMaker: Sagemaker Ground Truth:Added support for OIDC (OpenID Connect) to authenticate workers via their own identity provider instead of through Amazon Cognito. This release adds new APIs (CreateWorkforce, DeleteWorkforce, and ListWorkforces) to SageMaker Ground Truth service. Sagemaker Neo: Added support for detailed target device description by using TargetPlatform fields - OS, architecture, and accelerator. Added support for additional compilation parameters by using JSON field CompilerOptions. Sagemaker Search: SageMaker Search supports transform job details in trial components.

## 2.719.0
* feature: ConfigService: Adding service linked configuration aggregation support along with new enums for config resource coverage
* feature: FSx: Adds support for AutoImport, a new FSx for Lustre feature that allows customers to configure their FSx file system to automatically update its contents when new objects are added to S3 or existing objects are overwritten.
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.719.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.720.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
155 changes: 46 additions & 109 deletions apis/frauddetector-2019-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,18 +583,53 @@
}
},
"externalModelEndpointDataBlobs": {
"shape": "S2v"
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"byteBuffer": {
"type": "blob"
},
"contentType": {}
}
},
"sensitive": true
}
}
},
"output": {
"type": "structure",
"members": {
"modelScores": {
"shape": "S30"
"type": "list",
"member": {
"type": "structure",
"members": {
"modelVersion": {
"shape": "Sw"
},
"scores": {
"type": "map",
"key": {},
"value": {
"type": "float"
}
}
}
}
},
"ruleResults": {
"shape": "S33"
"type": "list",
"member": {
"type": "structure",
"members": {
"ruleId": {},
"outcomes": {
"shape": "Sr"
}
}
}
}
}
}
Expand Down Expand Up @@ -661,14 +696,12 @@
"modelEndpoint": {},
"eventTypeName": {},
"modelSource": {},
"role": {
"shape": "S3g"
},
"invokeModelEndpointRoleArn": {},
"inputConfiguration": {
"shape": "S3h"
"shape": "S3g"
},
"outputConfiguration": {
"shape": "S3k"
"shape": "S3j"
},
"modelEndpointStatus": {},
"lastUpdatedTime": {},
Expand Down Expand Up @@ -822,45 +855,6 @@
}
}
},
"GetPrediction": {
"input": {
"type": "structure",
"required": [
"detectorId",
"eventId"
],
"members": {
"detectorId": {},
"detectorVersionId": {},
"eventId": {},
"eventAttributes": {
"type": "map",
"key": {},
"value": {
"type": "string",
"sensitive": true
}
},
"externalModelEndpointDataBlobs": {
"shape": "S2v"
}
}
},
"output": {
"type": "structure",
"members": {
"outcomes": {
"shape": "Sr"
},
"modelScores": {
"shape": "S30"
},
"ruleResults": {
"shape": "S33"
}
}
}
},
"GetRules": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1027,7 +1021,7 @@
"required": [
"modelEndpoint",
"modelSource",
"role",
"invokeModelEndpointRoleArn",
"inputConfiguration",
"outputConfiguration",
"modelEndpointStatus"
Expand All @@ -1036,14 +1030,12 @@
"modelEndpoint": {},
"eventTypeName": {},
"modelSource": {},
"role": {
"shape": "S3g"
},
"invokeModelEndpointRoleArn": {},
"inputConfiguration": {
"shape": "S3h"
"shape": "S3g"
},
"outputConfiguration": {
"shape": "S3k"
"shape": "S3j"
},
"modelEndpointStatus": {},
"tags": {
Expand Down Expand Up @@ -1479,62 +1471,7 @@
"type": "list",
"member": {}
},
"S2v": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"byteBuffer": {
"type": "blob"
},
"contentType": {}
}
},
"sensitive": true
},
"S30": {
"type": "list",
"member": {
"type": "structure",
"members": {
"modelVersion": {
"shape": "Sw"
},
"scores": {
"type": "map",
"key": {},
"value": {
"type": "float"
}
}
}
}
},
"S33": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ruleId": {},
"outcomes": {
"shape": "Sr"
}
}
}
},
"S3g": {
"type": "structure",
"required": [
"arn",
"name"
],
"members": {
"arn": {},
"name": {}
}
},
"S3h": {
"type": "structure",
"required": [
"useEventVariables"
Expand All @@ -1548,7 +1485,7 @@
"csvInputTemplate": {}
}
},
"S3k": {
"S3j": {
"type": "structure",
"required": [
"format"
Expand Down
Loading

0 comments on commit 788a009

Please sign in to comment.