Skip to content

Commit

Permalink
Updates SDK to v2.1223.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 23, 2022
1 parent 878c4d6 commit f7b10c7
Show file tree
Hide file tree
Showing 27 changed files with 1,079 additions and 437 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1223.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "AWS App Runner adds a Node.js 16 runtime."
},
{
"type": "feature",
"category": "EC2",
"description": "Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest"
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release introduces additional optional parameters promptAttemptsSpecification to PromptSpecification, which enables the users to configure interrupt setting and Audio, DTMF and Text input configuration for the initial and retry prompt played by the Bot"
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds Instance Metadata Service (IMDS) support for Lightsail instances."
},
{
"type": "feature",
"category": "Nimble",
"description": "Amazon Nimble Studio adds support for on-demand Amazon Elastic Compute Cloud (EC2) G3 and G5 instances, allowing customers to utilize additional GPU instance types for their creative projects."
},
{
"type": "feature",
"category": "SSM",
"description": "This release adds new SSM document types ConformancePackTemplate and CloudFormation"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1222.0-->
<!--LATEST=2.1223.0-->
<!--ENTRYINSERT-->

## 2.1223.0
* feature: AppRunner: AWS App Runner adds a Node.js 16 runtime.
* feature: EC2: Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest
* feature: LexModelsV2: This release introduces additional optional parameters promptAttemptsSpecification to PromptSpecification, which enables the users to configure interrupt setting and Audio, DTMF and Text input configuration for the initial and retry prompt played by the Bot
* feature: Lightsail: This release adds Instance Metadata Service (IMDS) support for Lightsail instances.
* feature: Nimble: Amazon Nimble Studio adds support for on-demand Amazon Elastic Compute Cloud (EC2) G3 and G5 instances, allowing customers to utilize additional GPU instance types for their creative projects.
* feature: SSM: This release adds new SSM document types ConformancePackTemplate and CloudFormation

## 2.1222.0
* feature: BackupGateway: Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.
* feature: DeviceFarm: This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.
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.1222.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1223.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
3 changes: 2 additions & 1 deletion apis/apprunner-2020-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,8 @@
"NODEJS_12",
"NODEJS_14",
"CORRETTO_8",
"CORRETTO_11"
"CORRETTO_11",
"NODEJS_16"
]
},
"RuntimeEnvironmentVariables": {
Expand Down
Loading

0 comments on commit f7b10c7

Please sign in to comment.