Skip to content

Commit 7bcd9ab

Browse files
author
awstools
committed
Updates SDK to v2.1534.0
1 parent ea68fcb commit 7bcd9ab

27 files changed

+1310
-453
lines changed

.changes/2.1534.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EventBridge",
15+
"description": "Adding AppSync as an EventBridge Target"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTFleetWise",
20+
"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"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Iot",
25+
"description": "Add ConflictException to Update APIs of AWS IoT Software Package Catalog"
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1534.0
6+
* 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.
7+
* 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.
8+
* feature: EventBridge: Adding AppSync as an EventBridge Target
9+
* 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
10+
* feature: Iot: Add ConflictException to Update APIs of AWS IoT Software Package Catalog
11+
512
## 2.1533.0
613
* 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.
714
* feature: ConnectCampaigns: Minor pattern updates for Campaign and Dial Request API fields.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1533.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1534.0.min.js"></script>
7373

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

apis/ec2-2016-11-15.min.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26639,6 +26639,12 @@
2663926639
"DeleteOnTermination": {
2664026640
"locationName": "deleteOnTermination",
2664126641
"type": "boolean"
26642+
},
26643+
"AssociatedResource": {
26644+
"locationName": "associatedResource"
26645+
},
26646+
"InstanceOwningService": {
26647+
"locationName": "instanceOwningService"
2664226648
}
2664326649
}
2664426650
},
@@ -32987,6 +32993,12 @@
3298732993
},
3298832994
"VolumeId": {
3298932995
"locationName": "volumeId"
32996+
},
32997+
"AssociatedResource": {
32998+
"locationName": "associatedResource"
32999+
},
33000+
"VolumeOwnerId": {
33001+
"locationName": "volumeOwnerId"
3299033002
}
3299133003
}
3299233004
}

apis/ec2-2016-11-15.normal.json

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

0 commit comments

Comments
 (0)