Skip to content

Commit f7b10c7

Browse files
author
awstools
committed
Updates SDK to v2.1223.0
1 parent 878c4d6 commit f7b10c7

27 files changed

+1079
-437
lines changed

.changes/2.1223.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppRunner",
5+
"description": "AWS App Runner adds a Node.js 16 runtime."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LexModelsV2",
15+
"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"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lightsail",
20+
"description": "This release adds Instance Metadata Service (IMDS) support for Lightsail instances."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Nimble",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SSM",
30+
"description": "This release adds new SSM document types ConformancePackTemplate and CloudFormation"
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1223.0
6+
* feature: AppRunner: AWS App Runner adds a Node.js 16 runtime.
7+
* feature: EC2: Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest
8+
* 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
9+
* feature: Lightsail: This release adds Instance Metadata Service (IMDS) support for Lightsail instances.
10+
* 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.
11+
* feature: SSM: This release adds new SSM document types ConformancePackTemplate and CloudFormation
12+
513
## 2.1222.0
614
* 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.
715
* feature: DeviceFarm: This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.

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.1222.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1223.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,8 @@
23372337
"NODEJS_12",
23382338
"NODEJS_14",
23392339
"CORRETTO_8",
2340-
"CORRETTO_11"
2340+
"CORRETTO_11",
2341+
"NODEJS_16"
23412342
]
23422343
},
23432344
"RuntimeEnvironmentVariables": {

0 commit comments

Comments
 (0)