Skip to content

Commit efec413

Browse files
author
awstools
committed
Updates SDK to v2.1278.0
1 parent 9859a9d commit efec413

36 files changed

+2536
-1032
lines changed

.changes/2.1278.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": "Athena",
5+
"description": "Add missed InvalidRequestException in GetCalculationExecutionCode,StopCalculationExecution APIs. Correct required parameters (Payload and Type) in UpdateNotebook API. Change Notebook size from 15 Mb to 10 Mb."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"description": "This release adds support for alarm-based rollbacks in ECS, a new feature that allows customers to add automated safeguards for Amazon ECS service rolling updates."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "KinesisVideo",
15+
"description": "Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KinesisVideoWebRTCStorage",
20+
"description": "Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "Add support for --enable-customer-owned-ip to RDS create-db-instance-read-replica API for RDS on Outposts."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "AWS Sagemaker - Sagemaker Images now supports Aliases as secondary identifiers for ImageVersions. SageMaker Images now supports additional metadata for ImageVersions for better images management."
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.1277.0-->
2+
<!--LATEST=2.1278.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1278.0
6+
* feature: Athena: Add missed InvalidRequestException in GetCalculationExecutionCode,StopCalculationExecution APIs. Correct required parameters (Payload and Type) in UpdateNotebook API. Change Notebook size from 15 Mb to 10 Mb.
7+
* feature: ECS: This release adds support for alarm-based rollbacks in ECS, a new feature that allows customers to add automated safeguards for Amazon ECS service rolling updates.
8+
* feature: KinesisVideo: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
9+
* feature: KinesisVideoWebRTCStorage: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
10+
* feature: RDS: Add support for --enable-customer-owned-ip to RDS create-db-instance-read-replica API for RDS on Outposts.
11+
* feature: SageMaker: AWS Sagemaker - Sagemaker Images now supports Aliases as secondary identifiers for ImageVersions. SageMaker Images now supports additional metadata for ImageVersions for better images management.
12+
513
## 2.1277.0
614
* feature: Appflow: This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens.
715
* feature: DataSync: AWS DataSync now supports the use of tags with task executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1277.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1278.0.min.js"></script>
6161

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

apis/athena-2017-05-18.min.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,9 @@
15471547
"input": {
15481548
"type": "structure",
15491549
"required": [
1550-
"NotebookId"
1550+
"NotebookId",
1551+
"Payload",
1552+
"Type"
15511553
],
15521554
"members": {
15531555
"NotebookId": {},

apis/athena-2017-05-18.normal.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@
401401
{
402402
"shape": "InternalServerException"
403403
},
404+
{
405+
"shape": "InvalidRequestException"
406+
},
404407
{
405408
"shape": "ResourceNotFoundException"
406409
}
@@ -618,7 +621,7 @@
618621
"shape": "InvalidRequestException"
619622
}
620623
],
621-
"documentation": "<p>Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. The query execution runtime statistics is returned only when <a>QueryExecutionStatus$State</a> is in a SUCCEEDED or FAILED state.</p>"
624+
"documentation": "<p>Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. Query execution runtime statistics are returned only when <a>QueryExecutionStatus$State</a> is in a SUCCEEDED or FAILED state. Stage-level input and output row count and data size statistics are not shown when a query has row-level filters defined in Lake Formation.</p>"
622625
},
623626
"GetSession": {
624627
"name": "GetSession",
@@ -1197,6 +1200,9 @@
11971200
{
11981201
"shape": "InternalServerException"
11991202
},
1203+
{
1204+
"shape": "InvalidRequestException"
1205+
},
12001206
{
12011207
"shape": "ResourceNotFoundException"
12021208
}
@@ -3691,7 +3697,7 @@
36913697
},
36923698
"Payload": {
36933699
"type": "string",
3694-
"max": 15728640,
3700+
"max": 10485760,
36953701
"min": 1
36963702
},
36973703
"PreparedStatement": {
@@ -4836,7 +4842,9 @@
48364842
"UpdateNotebookInput": {
48374843
"type": "structure",
48384844
"required": [
4839-
"NotebookId"
4845+
"NotebookId",
4846+
"Payload",
4847+
"Type"
48404848
],
48414849
"members": {
48424850
"NotebookId": {

0 commit comments

Comments
 (0)