Skip to content

Commit

Permalink
Updates SDK to v2.1243.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 28, 2022
1 parent a8cba5f commit bf35951
Show file tree
Hide file tree
Showing 23 changed files with 764 additions and 326 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1243.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes."
},
{
"type": "feature",
"category": "AppStream",
"description": "This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation."
},
{
"type": "feature",
"category": "GameSparks",
"description": "Add LATEST as a possible GameSDK Version on snapshot"
},
{
"type": "feature",
"category": "MediaTailor",
"description": "This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages."
},
{
"type": "feature",
"category": "PrivateNetworks",
"description": "Fix incorrect endpoint-prefix in endpoint ruleset."
},
{
"type": "feature",
"category": "SupportApp",
"description": "Fix incorrect endpoint-prefix in endpoint ruleset."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1242.0-->
<!--LATEST=2.1243.0-->
<!--ENTRYINSERT-->

## 2.1243.0
* feature: AppRunner: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
* feature: AppStream: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
* feature: CloudFormation: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
* feature: GameSparks: Add LATEST as a possible GameSDK Version on snapshot
* feature: MediaTailor: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.
* feature: PrivateNetworks: Fix incorrect endpoint-prefix in endpoint ruleset.
* feature: SupportApp: Fix incorrect endpoint-prefix in endpoint ruleset.

## 2.1242.0
* feature: EC2: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
* feature: FMS: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1242.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1243.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
6 changes: 5 additions & 1 deletion apis/apprunner-2020-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,11 @@
"NODEJS_14",
"CORRETTO_8",
"CORRETTO_11",
"NODEJS_16"
"NODEJS_16",
"GO_1",
"DOTNET_6",
"PHP_81",
"RUBY_31"
]
},
"RuntimeEnvironmentVariables": {
Expand Down
Loading

0 comments on commit bf35951

Please sign in to comment.