Skip to content

Commit 15b59f5

Browse files
author
awstools
committedFeb 17, 2023
Updates SDK to v2.1318.0
1 parent fa08f65 commit 15b59f5

14 files changed

+1026
-399
lines changed
 

‎.changes/2.1318.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppRunner",
5+
"description": "This release supports removing MaxSize limit for AutoScalingConfiguration."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"description": "Release of Delta Lake Data Lake Format for Glue Studio Service"
11+
}
12+
]

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1317.0-->
2+
<!--LATEST=2.1318.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1318.0
6+
* feature: AppRunner: This release supports removing MaxSize limit for AutoScalingConfiguration.
7+
* feature: Glue: Release of Delta Lake Data Lake Format for Glue Studio Service
8+
59
## 2.1317.0
610
* feature: EMR: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.
711
* feature: Grafana: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you to restrict user access to your Grafana workspaces

‎README.md

+1-1
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.1317.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1318.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/apprunner-2020-05-15.normal.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@
912912
},
913913
"ASConfigMaxSize": {
914914
"type": "integer",
915-
"max": 25,
916915
"min": 1
917916
},
918917
"ASConfigMinSize": {
@@ -2580,7 +2579,8 @@
25802579
"CREATE_SERVICE",
25812580
"PAUSE_SERVICE",
25822581
"RESUME_SERVICE",
2583-
"DELETE_SERVICE"
2582+
"DELETE_SERVICE",
2583+
"UPDATE_SERVICE"
25842584
]
25852585
},
25862586
"PauseServiceRequest": {

0 commit comments

Comments
 (0)