Skip to content

Commit 99076b9

Browse files
author
awstools
committed
Updates SDK to v2.1581.0
1 parent 5e98437 commit 99076b9

25 files changed

+1659
-886
lines changed

.changes/2.1581.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatchLogs",
5+
"description": "Update LogSamples field in Anomaly model to be a list of LogEvent"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Finspace",
15+
"description": "Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ManagedBlockchainQuery",
20+
"description": "Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1580.0-->
2+
<!--LATEST=2.1581.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1581.0
6+
* feature: CloudWatchLogs: Update LogSamples field in Anomaly model to be a list of LogEvent
7+
* feature: EC2: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
8+
* feature: Finspace: Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations.
9+
* feature: ManagedBlockchainQuery: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents.
10+
511
## 2.1580.0
612
* feature: CloudFormation: This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed.
713
* feature: KMS: Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1580.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1581.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/cloudformation-2010-05-15.normal.json

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)