Skip to content

Commit

Permalink
Updates SDK to v2.1303.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 26, 2023
1 parent f53c040 commit 03b47c7
Show file tree
Hide file tree
Showing 13 changed files with 247 additions and 223 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1303.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EventBridge",
"description": "Minor comments for Redshift Serverless workgroup target support."
},
{
"type": "feature",
"category": "IoTFleetWise",
"description": "Add model validation to BatchCreateVehicle and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list."
},
{
"type": "feature",
"category": "S3",
"description": "Allow FIPS to be used with path-style URLs."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1302.0-->
<!--LATEST=2.1303.0-->
<!--ENTRYINSERT-->

## 2.1303.0
* feature: EventBridge: Minor comments for Redshift Serverless workgroup target support.
* feature: IoTFleetWise: Add model validation to BatchCreateVehicle and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list.
* feature: S3: Allow FIPS to be used with path-style URLs.

## 2.1302.0
* feature: CloudFormation: Enabled FIPS aws-us-gov endpoints in SDK.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1302.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1303.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
52 changes: 26 additions & 26 deletions apis/eventbridge-2015-10-07.normal.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions apis/iotfleetwise-2021-06-17.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4910,7 +4910,8 @@
"type": "list",
"member": {
"shape": "CreateVehicleRequestItem"
}
},
"min": 1
},
"createVehicleResponses": {
"type": "list",
Expand Down Expand Up @@ -5056,7 +5057,8 @@
"type": "list",
"member": {
"shape": "UpdateVehicleRequestItem"
}
},
"min": 1
},
"updateVehicleResponseItems": {
"type": "list",
Expand Down
Loading

0 comments on commit 03b47c7

Please sign in to comment.