Skip to content

Commit

Permalink
Updates SDK to v2.871.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 24, 2021
1 parent 307e826 commit f25b319
Show file tree
Hide file tree
Showing 26 changed files with 1,176 additions and 1,054 deletions.
17 changes: 17 additions & 0 deletions .changes/2.871.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "maximumEfaInterfaces added to DescribeInstanceTypes API"
},
{
"type": "feature",
"category": "Greengrass",
"description": "Updated the parameters to make name required for CreateGroup API."
},
{
"type": "feature",
"category": "SSM",
"description": "This release allows SSM Explorer customers to enable OpsData sources across their organization when creating a resource data sync."
}
]
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.870.0-->
<!--LATEST=2.871.0-->
<!--ENTRYINSERT-->

## 2.871.0
* feature: EC2: maximumEfaInterfaces added to DescribeInstanceTypes API
* feature: Greengrass: Updated the parameters to make name required for CreateGroup API.
* feature: SSM: This release allows SSM Explorer customers to enable OpsData sources across their organization when creating a resource data sync.

## 2.870.0
* feature: CostExplorer: You can now create cost categories with inherited value rules and specify default values for any uncategorized costs.
* feature: Fis: Updated maximum allowed size of action parameter from 64 to 1024
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.870.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.871.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
Loading

0 comments on commit f25b319

Please sign in to comment.