Skip to content

Commit 03b47c7

Browse files
author
awstools
committed
Updates SDK to v2.1303.0
1 parent f53c040 commit 03b47c7

13 files changed

+247
-223
lines changed

.changes/2.1303.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EventBridge",
5+
"description": "Minor comments for Redshift Serverless workgroup target support."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IoTFleetWise",
10+
"description": "Add model validation to BatchCreateVehicle and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "S3",
15+
"description": "Allow FIPS to be used with path-style URLs."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1303.0
6+
* feature: EventBridge: Minor comments for Redshift Serverless workgroup target support.
7+
* feature: IoTFleetWise: Add model validation to BatchCreateVehicle and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list.
8+
* feature: S3: Allow FIPS to be used with path-style URLs.
9+
510
## 2.1302.0
611
* feature: CloudFormation: Enabled FIPS aws-us-gov endpoints in SDK.
712
* feature: EC2: This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.

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.1302.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1303.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/eventbridge-2015-10-07.normal.json

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

apis/iotfleetwise-2021-06-17.normal.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4910,7 +4910,8 @@
49104910
"type": "list",
49114911
"member": {
49124912
"shape": "CreateVehicleRequestItem"
4913-
}
4913+
},
4914+
"min": 1
49144915
},
49154916
"createVehicleResponses": {
49164917
"type": "list",
@@ -5056,7 +5057,8 @@
50565057
"type": "list",
50575058
"member": {
50585059
"shape": "UpdateVehicleRequestItem"
5059-
}
5060+
},
5061+
"min": 1
50605062
},
50615063
"updateVehicleResponseItems": {
50625064
"type": "list",

0 commit comments

Comments
 (0)