Skip to content

Commit

Permalink
Updates SDK to v2.1581.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 19, 2024
1 parent 5e98437 commit 99076b9
Show file tree
Hide file tree
Showing 25 changed files with 1,659 additions and 886 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1581.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "Update LogSamples field in Anomaly model to be a list of LogEvent"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "Finspace",
"description": "Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations."
},
{
"type": "feature",
"category": "ManagedBlockchainQuery",
"description": "Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1580.0-->
<!--LATEST=2.1581.0-->
<!--ENTRYINSERT-->

## 2.1581.0
* feature: CloudWatchLogs: Update LogSamples field in Anomaly model to be a list of LogEvent
* 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.
* feature: Finspace: Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations.
* feature: ManagedBlockchainQuery: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents.

## 2.1580.0
* 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.
* feature: KMS: Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1580.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1581.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
88 changes: 44 additions & 44 deletions apis/cloudformation-2010-05-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 99076b9

Please sign in to comment.