Skip to content

Commit

Permalink
Updates SDK to v2.1295.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 13, 2023
1 parent d157e69 commit 668305c
Show file tree
Hide file tree
Showing 20 changed files with 1,015 additions and 668 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1295.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Endpoints",
"description": "Use correct FIPS endpoint for CloudFormation in GovCloud"
},
{
"type": "feature",
"category": "Connect",
"description": "This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses."
},
{
"type": "feature",
"category": "EC2",
"description": "Documentation updates for EC2."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request."
},
{
"type": "feature",
"category": "ResourceGroups",
"description": "AWS Resource Groups customers can now turn on Group Lifecycle Events in their AWS account. When you turn this on, Resource Groups monitors your groups for changes to group state or membership. Those changes are sent to Amazon EventBridge as events that you can respond to using rules you create."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoints-edafef26.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.1294.0-->
<!--LATEST=2.1295.0-->
<!--ENTRYINSERT-->

## 2.1295.0
* bugfix: Endpoints: Use correct FIPS endpoint for CloudFormation in GovCloud
* feature: Connect: This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
* feature: EC2: Documentation updates for EC2.
* feature: Outposts: This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
* feature: ResourceGroups: AWS Resource Groups customers can now turn on Group Lifecycle Events in their AWS account. When you turn this on, Resource Groups monitors your groups for changes to group state or membership. Those changes are sent to Amazon EventBridge as events that you can respond to using rules you create.

## 2.1294.0
* feature: CleanRooms: Initial release of AWS Clean Rooms
* feature: CloudWatchLogs: Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1294.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1295.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

0 comments on commit 668305c

Please sign in to comment.