Skip to content

Commit

Permalink
Updates SDK to v2.721.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 27, 2020
1 parent 5e0d7f6 commit e229c41
Show file tree
Hide file tree
Showing 27 changed files with 2,737 additions and 434 deletions.
32 changes: 32 additions & 0 deletions .changes/2.721.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "Region",
"description": "Add region validation using DNS Host label regex"
},
{
"type": "feature",
"category": "DMS",
"description": "Basic endpoint settings for relational databases, Preflight validation API."
},
{
"type": "feature",
"category": "DataSync",
"description": "Today AWS DataSync releases support for self-managed object storage Locations and the new TransferMode Option."
},
{
"type": "feature",
"category": "EC2",
"description": "m6gd, c6gd, r6gd instances are powered by AWS Graviton2 processors and support local NVMe instance storage"
},
{
"type": "feature",
"category": "FraudDetector",
"description": "Moved the eventTypeName attribute for PutExternalModel API to inputConfiguration. Model ID's no longer allow hyphens."
},
{
"type": "feature",
"category": "Glue",
"description": "Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Region-3a08ee8a.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.720.0-->
<!--LATEST=2.721.0-->
<!--ENTRYINSERT-->

## 2.721.0
* bugfix: Region: Add region validation using DNS Host label regex
* feature: DMS: Basic endpoint settings for relational databases, Preflight validation API.
* feature: DataSync: Today AWS DataSync releases support for self-managed object storage Locations and the new TransferMode Option.
* feature: EC2: m6gd, c6gd, r6gd instances are powered by AWS Graviton2 processors and support local NVMe instance storage
* feature: FraudDetector: Moved the eventTypeName attribute for PutExternalModel API to inputConfiguration. Model ID's no longer allow hyphens.
* feature: Glue: Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads.

## 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.
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.720.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.721.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
138 changes: 105 additions & 33 deletions apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,42 @@
}
}
},
"CreateLocationObjectStorage": {
"input": {
"type": "structure",
"required": [
"ServerHostname",
"BucketName",
"AgentArns"
],
"members": {
"ServerHostname": {},
"ServerPort": {
"type": "integer"
},
"ServerProtocol": {},
"Subdirectory": {},
"BucketName": {},
"AccessKey": {},
"SecretKey": {
"type": "string",
"sensitive": true
},
"AgentArns": {
"shape": "Sz"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"LocationArn": {}
}
}
},
"CreateLocationS3": {
"input": {
"type": "structure",
Expand All @@ -155,7 +191,7 @@
"S3BucketArn": {},
"S3StorageClass": {},
"S3Config": {
"shape": "S17"
"shape": "S1e"
},
"Tags": {
"shape": "S7"
Expand Down Expand Up @@ -191,7 +227,7 @@
"shape": "Sz"
},
"MountOptions": {
"shape": "S1c"
"shape": "S1j"
},
"Tags": {
"shape": "S7"
Expand All @@ -218,13 +254,13 @@
"CloudWatchLogGroupArn": {},
"Name": {},
"Options": {
"shape": "S1h"
"shape": "S1o"
},
"Excludes": {
"shape": "S1u"
"shape": "S22"
},
"Schedule": {
"shape": "S1y"
"shape": "S26"
},
"Tags": {
"shape": "S7"
Expand Down Expand Up @@ -399,6 +435,35 @@
}
}
},
"DescribeLocationObjectStorage": {
"input": {
"type": "structure",
"required": [
"LocationArn"
],
"members": {
"LocationArn": {}
}
},
"output": {
"type": "structure",
"members": {
"LocationArn": {},
"LocationUri": {},
"AccessKey": {},
"ServerPort": {
"type": "integer"
},
"ServerProtocol": {},
"AgentArns": {
"shape": "Sz"
},
"CreationTime": {
"type": "timestamp"
}
}
}
},
"DescribeLocationS3": {
"input": {
"type": "structure",
Expand All @@ -416,7 +481,7 @@
"LocationUri": {},
"S3StorageClass": {},
"S3Config": {
"shape": "S17"
"shape": "S1e"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -445,7 +510,7 @@
"User": {},
"Domain": {},
"MountOptions": {
"shape": "S1c"
"shape": "S1j"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -482,13 +547,13 @@
"member": {}
},
"Options": {
"shape": "S1h"
"shape": "S1o"
},
"Excludes": {
"shape": "S1u"
"shape": "S22"
},
"Schedule": {
"shape": "S1y"
"shape": "S26"
},
"ErrorCode": {},
"ErrorDetail": {},
Expand All @@ -514,13 +579,13 @@
"TaskExecutionArn": {},
"Status": {},
"Options": {
"shape": "S1h"
"shape": "S1o"
},
"Excludes": {
"shape": "S1u"
"shape": "S22"
},
"Includes": {
"shape": "S1u"
"shape": "S22"
},
"StartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -638,7 +703,10 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S7"
"type": "list",
"member": {
"shape": "S8"
}
},
"NextToken": {}
}
Expand Down Expand Up @@ -709,10 +777,10 @@
"members": {
"TaskArn": {},
"OverrideOptions": {
"shape": "S1h"
"shape": "S1o"
},
"Includes": {
"shape": "S1u"
"shape": "S22"
}
}
},
Expand Down Expand Up @@ -787,13 +855,13 @@
"members": {
"TaskArn": {},
"Options": {
"shape": "S1h"
"shape": "S1o"
},
"Excludes": {
"shape": "S1u"
"shape": "S22"
},
"Schedule": {
"shape": "S1y"
"shape": "S26"
},
"Name": {},
"CloudWatchLogGroupArn": {}
Expand All @@ -809,14 +877,17 @@
"S7": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key"
],
"members": {
"Key": {},
"Value": {}
}
"shape": "S8"
}
},
"S8": {
"type": "structure",
"required": [
"Key"
],
"members": {
"Key": {},
"Value": {}
}
},
"Sb": {
Expand Down Expand Up @@ -869,7 +940,7 @@
"Version": {}
}
},
"S17": {
"S1e": {
"type": "structure",
"required": [
"BucketAccessRoleArn"
Expand All @@ -878,13 +949,13 @@
"BucketAccessRoleArn": {}
}
},
"S1c": {
"S1j": {
"type": "structure",
"members": {
"Version": {}
}
},
"S1h": {
"S1o": {
"type": "structure",
"members": {
"VerifyMode": {},
Expand All @@ -900,10 +971,11 @@
"type": "long"
},
"TaskQueueing": {},
"LogLevel": {}
"LogLevel": {},
"TransferMode": {}
}
},
"S1u": {
"S22": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -913,7 +985,7 @@
}
}
},
"S1y": {
"S26": {
"type": "structure",
"required": [
"ScheduleExpression"
Expand Down
Loading

0 comments on commit e229c41

Please sign in to comment.