Skip to content

Commit

Permalink
Updates SDK to v2.1534.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 11, 2024
1 parent ea68fcb commit 7bcd9ab
Show file tree
Hide file tree
Showing 27 changed files with 1,310 additions and 453 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1534.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks."
},
{
"type": "feature",
"category": "ECS",
"description": "This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks."
},
{
"type": "feature",
"category": "EventBridge",
"description": "Adding AppSync as an EventBridge Target"
},
{
"type": "feature",
"category": "IoTFleetWise",
"description": "The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType"
},
{
"type": "feature",
"category": "Iot",
"description": "Add ConflictException to Update APIs of AWS IoT Software Package Catalog"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1533.0-->
<!--LATEST=2.1534.0-->
<!--ENTRYINSERT-->

## 2.1534.0
* feature: EC2: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* feature: ECS: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* feature: EventBridge: Adding AppSync as an EventBridge Target
* feature: IoTFleetWise: The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
* feature: Iot: Add ConflictException to Update APIs of AWS IoT Software Package Catalog

## 2.1533.0
* feature: CloudWatchLogs: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
* feature: ConnectCampaigns: Minor pattern updates for Campaign and Dial Request API fields.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1533.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1534.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
12 changes: 12 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -26639,6 +26639,12 @@
"DeleteOnTermination": {
"locationName": "deleteOnTermination",
"type": "boolean"
},
"AssociatedResource": {
"locationName": "associatedResource"
},
"InstanceOwningService": {
"locationName": "instanceOwningService"
}
}
},
Expand Down Expand Up @@ -32987,6 +32993,12 @@
},
"VolumeId": {
"locationName": "volumeId"
},
"AssociatedResource": {
"locationName": "associatedResource"
},
"VolumeOwnerId": {
"locationName": "volumeOwnerId"
}
}
}
Expand Down
68 changes: 44 additions & 24 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7bcd9ab

Please sign in to comment.