Skip to content

Commit

Permalink
Updates SDK to v2.625.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 24, 2020
1 parent e8f040e commit a92d0e8
Show file tree
Hide file tree
Showing 26 changed files with 813 additions and 569 deletions.
27 changes: 27 additions & 0 deletions .changes/2.625.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Access Point",
"description": "Avoid mixing up S3 client config set by ManagedUpload with user-set client config"
},
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "This release allows you to create and manage tags for event buses."
},
{
"type": "feature",
"category": "EventBridge",
"description": "This release allows you to create and manage tags for event buses."
},
{
"type": "feature",
"category": "FSx",
"description": "Announcing persistent file systems for Amazon FSx for Lustre that are ideal for longer-term storage and workloads, and a new generation of scratch file systems that offer higher burst throughput for spiky workloads."
},
{
"type": "feature",
"category": "Snowball",
"description": "AWS Snowball adds a field for entering your GSTIN when creating AWS Snowball jobs in the Asia Pacific (Mumbai) region. "
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Access Point-5e44acab.json

This file was deleted.

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

## 2.625.0
* bugfix: Access Point: Avoid mixing up S3 client config set by ManagedUpload with user-set client config
* feature: CloudWatchEvents: This release allows you to create and manage tags for event buses.
* feature: EventBridge: This release allows you to create and manage tags for event buses.
* feature: FSx: Announcing persistent file systems for Amazon FSx for Lustre that are ideal for longer-term storage and workloads, and a new generation of scratch file systems that offer higher burst throughput for spiky workloads.
* feature: Snowball: AWS Snowball adds a field for entering your GSTIN when creating AWS Snowball jobs in the Asia Pacific (Mumbai) region.

## 2.624.0
* feature: Imagebuilder: This release of EC2 Image Builder increases the maximum policy document size for Image Builder resource-based policy APIs.
* feature: Redshift: Extend elastic resize to support resizing clusters to different instance types.
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.624.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.625.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
6 changes: 3 additions & 3 deletions apis/docdb-2014-10-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"shape": "CertificateNotFoundFault"
}
],
"documentation": "<p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this AWS account. For certain management features such as cluster and instance lifecycle management, Amazon DocumentDB leverages operational technology that is shared with Amazon RDS and Amazon Neptune. Use the <code>filterName=engine,Values=docdb</code> filter parameter to return only Amazon DocumentDB clusters.</p>"
"documentation": "<p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this AWS account.</p>"
},
"DescribeDBClusterParameterGroups": {
"name": "DescribeDBClusterParameterGroups",
Expand Down Expand Up @@ -579,7 +579,7 @@
"shape": "DBClusterNotFoundFault"
}
],
"documentation": "<p>Returns information about provisioned Amazon DocumentDB clusters. This API operation supports pagination.</p>"
"documentation": "<p>Returns information about provisioned Amazon DocumentDB clusters. This API operation supports pagination. For certain management features such as cluster and instance lifecycle management, Amazon DocumentDB leverages operational technology that is shared with Amazon RDS and Amazon Neptune. Use the <code>filterName=engine,Values=docdb</code> filter parameter to return only Amazon DocumentDB clusters.</p>"
},
"DescribeDBEngineVersions": {
"name": "DescribeDBEngineVersions",
Expand Down Expand Up @@ -1534,7 +1534,7 @@
"members": {
"DBClusterParameterGroupName": {
"shape": "String",
"documentation": "<p>The name of the cluster parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must match the name of an existing <code>DBClusterParameterGroup</code>.</p> </li> </ul> <note> <p>This value is stored as a lowercase string.</p> </note>"
"documentation": "<p>The name of the cluster parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must not match the name of an existing <code>DBClusterParameterGroup</code>.</p> </li> </ul> <note> <p>This value is stored as a lowercase string.</p> </note>"
},
"DBParameterGroupFamily": {
"shape": "String",
Expand Down
13 changes: 8 additions & 5 deletions apis/eventbridge-2015-10-07.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
],
"members": {
"Name": {},
"EventSourceName": {}
"EventSourceName": {},
"Tags": {
"shape": "S5"
}
}
},
"output": {
Expand Down Expand Up @@ -429,7 +432,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S1u"
"shape": "S5"
}
}
}
Expand Down Expand Up @@ -595,7 +598,7 @@
"Description": {},
"RoleArn": {},
"Tags": {
"shape": "S1u"
"shape": "S5"
},
"EventBusName": {}
}
Expand Down Expand Up @@ -703,7 +706,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S1u"
"shape": "S5"
}
}
},
Expand Down Expand Up @@ -755,7 +758,7 @@
}
},
"shapes": {
"S1u": {
"S5": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit a92d0e8

Please sign in to comment.