Skip to content

Commit 1f5436e

Browse files
author
awstools
committed
Updates SDK to v2.994.0
1 parent 4915422 commit 1f5436e

21 files changed

+1207
-501
lines changed

.changes/2.994.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "HttpRequest",
5+
"description": "Allows request body to be either a string or a buffer"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppSync",
10+
"description": "Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConvert",
15+
"description": "This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SSM",
20+
"description": "Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached."
21+
}
22+
]

.changes/next-release/bugfix-HttpRequest-0e36296c.json

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

CHANGELOG.md

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

5+
## 2.994.0
6+
* bugfix: HttpRequest: Allows request body to be either a string or a buffer
7+
* feature: AppSync: Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type.
8+
* feature: MediaConvert: This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
9+
* feature: SSM: Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.
10+
511
## 2.993.0
612
* feature: Imagebuilder: This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
713
* feature: LexModelsV2: This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html

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.993.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.994.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

0 commit comments

Comments
 (0)