Skip to content

Commit

Permalink
Updates SDK to v2.918.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 28, 2021
1 parent 338136f commit e26ac61
Show file tree
Hide file tree
Showing 17 changed files with 2,797 additions and 359 deletions.
17 changes: 17 additions & 0 deletions .changes/2.918.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DataSync",
"description": "Added SecurityDescriptorCopyFlags option that allows for control of which components of SMB security descriptors are copied from source to destination objects."
},
{
"type": "feature",
"category": "Location",
"description": "Adds support for calculation of routes, resource tagging and customer provided KMS keys."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "Allowing dot(.) character in table name for RDS and Redshift as source connector."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.917.0-->
<!--LATEST=2.918.0-->
<!--ENTRYINSERT-->

## 2.918.0
* feature: DataSync: Added SecurityDescriptorCopyFlags option that allows for control of which components of SMB security descriptors are copied from source to destination objects.
* feature: Location: Adds support for calculation of routes, resource tagging and customer provided KMS keys.
* feature: LookoutMetrics: Allowing dot(.) character in table name for RDS and Redshift as source connector.

## 2.917.0
* feature: DeviceFarm: Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
* feature: FSx: This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.917.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.918.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
31 changes: 16 additions & 15 deletions apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@
"shape": "S1o"
},
"Excludes": {
"shape": "S22"
"shape": "S23"
},
"Schedule": {
"shape": "S26"
"shape": "S27"
},
"Tags": {
"shape": "S7"
Expand Down Expand Up @@ -555,10 +555,10 @@
"shape": "S1o"
},
"Excludes": {
"shape": "S22"
"shape": "S23"
},
"Schedule": {
"shape": "S26"
"shape": "S27"
},
"ErrorCode": {},
"ErrorDetail": {},
Expand Down Expand Up @@ -587,10 +587,10 @@
"shape": "S1o"
},
"Excludes": {
"shape": "S22"
"shape": "S23"
},
"Includes": {
"shape": "S22"
"shape": "S23"
},
"StartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -683,7 +683,7 @@
"members": {
"Name": {},
"Values": {
"shape": "S3o"
"shape": "S3p"
},
"Operator": {}
}
Expand Down Expand Up @@ -783,7 +783,7 @@
"members": {
"Name": {},
"Values": {
"shape": "S3o"
"shape": "S3p"
},
"Operator": {}
}
Expand Down Expand Up @@ -821,7 +821,7 @@
"shape": "S1o"
},
"Includes": {
"shape": "S22"
"shape": "S23"
}
}
},
Expand Down Expand Up @@ -975,10 +975,10 @@
"shape": "S1o"
},
"Excludes": {
"shape": "S22"
"shape": "S23"
},
"Schedule": {
"shape": "S26"
"shape": "S27"
},
"Name": {},
"CloudWatchLogGroupArn": {}
Expand Down Expand Up @@ -1112,10 +1112,11 @@
},
"TaskQueueing": {},
"LogLevel": {},
"TransferMode": {}
"TransferMode": {},
"SecurityDescriptorCopyFlags": {}
}
},
"S22": {
"S23": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1125,7 +1126,7 @@
}
}
},
"S26": {
"S27": {
"type": "structure",
"required": [
"ScheduleExpression"
Expand All @@ -1134,7 +1135,7 @@
"ScheduleExpression": {}
}
},
"S3o": {
"S3p": {
"type": "list",
"member": {}
}
Expand Down
88 changes: 50 additions & 38 deletions apis/datasync-2018-11-09.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit e26ac61

Please sign in to comment.