Skip to content

Commit bf35951

Browse files
author
awstools
committed
Updates SDK to v2.1243.0
1 parent a8cba5f commit bf35951

23 files changed

+764
-326
lines changed

.changes/2.1243.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppRunner",
5+
"description": "AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppStream",
10+
"description": "This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudFormation",
15+
"description": "This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "GameSparks",
20+
"description": "Add LATEST as a possible GameSDK Version on snapshot"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaTailor",
25+
"description": "This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "PrivateNetworks",
30+
"description": "Fix incorrect endpoint-prefix in endpoint ruleset."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SupportApp",
35+
"description": "Fix incorrect endpoint-prefix in endpoint ruleset."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1243.0
6+
* feature: AppRunner: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
7+
* feature: AppStream: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
8+
* feature: CloudFormation: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
9+
* feature: GameSparks: Add LATEST as a possible GameSDK Version on snapshot
10+
* feature: MediaTailor: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.
11+
* feature: PrivateNetworks: Fix incorrect endpoint-prefix in endpoint ruleset.
12+
* feature: SupportApp: Fix incorrect endpoint-prefix in endpoint ruleset.
13+
514
## 2.1242.0
615
* feature: EC2: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
716
* feature: FMS: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1242.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1243.0.min.js"></script>
3333

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

apis/apprunner-2020-05-15.normal.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,11 @@
23382338
"NODEJS_14",
23392339
"CORRETTO_8",
23402340
"CORRETTO_11",
2341-
"NODEJS_16"
2341+
"NODEJS_16",
2342+
"GO_1",
2343+
"DOTNET_6",
2344+
"PHP_81",
2345+
"RUBY_31"
23422346
]
23432347
},
23442348
"RuntimeEnvironmentVariables": {

0 commit comments

Comments
 (0)