Skip to content

Commit 668305c

Browse files
author
awstools
committed
Updates SDK to v2.1295.0
1 parent d157e69 commit 668305c

20 files changed

+1015
-668
lines changed

.changes/2.1295.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Endpoints",
5+
"description": "Use correct FIPS endpoint for CloudFormation in GovCloud"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Documentation updates for EC2."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Outposts",
20+
"description": "This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ResourceGroups",
25+
"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."
26+
}
27+
]

.changes/next-release/bugfix-Endpoints-edafef26.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1295.0
6+
* bugfix: Endpoints: Use correct FIPS endpoint for CloudFormation in GovCloud
7+
* feature: Connect: This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
8+
* feature: EC2: Documentation updates for EC2.
9+
* feature: Outposts: This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
10+
* 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.
11+
512
## 2.1294.0
613
* feature: CleanRooms: Initial release of AWS Clean Rooms
714
* feature: CloudWatchLogs: Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1294.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1295.0.min.js"></script>
6161

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

0 commit comments

Comments
 (0)