Skip to content

Commit 0bc2241

Browse files
author
awstools
committed
Updates SDK to v2.976.0
1 parent 96eec1c commit 0bc2241

22 files changed

+911
-766
lines changed

.changes/2.976.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatchEvents",
5+
"description": "AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataSync",
10+
"description": "Added include filters to CreateTask and UpdateTask, and added exclude filters to StartTaskExecution, giving customers more granular control over how DataSync transfers files, folders, and objects."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Support added for IMDS IPv6 endpoint"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EventBridge",
20+
"description": "AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "FMS",
25+
"description": "AWS Firewall Manager now supports triggering resource cleanup workflow when account or resource goes out of policy scope for AWS WAF, Security group, AWS Network Firewall, and Amazon Route 53 Resolver DNS Firewall policies."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.975.0-->
2+
<!--LATEST=2.976.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.976.0
6+
* feature: CloudWatchEvents: AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
7+
* feature: DataSync: Added include filters to CreateTask and UpdateTask, and added exclude filters to StartTaskExecution, giving customers more granular control over how DataSync transfers files, folders, and objects.
8+
* feature: EC2: Support added for IMDS IPv6 endpoint
9+
* feature: EventBridge: AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
10+
* feature: FMS: AWS Firewall Manager now supports triggering resource cleanup workflow when account or resource goes out of policy scope for AWS WAF, Security group, AWS Network Firewall, and Amazon Route 53 Resolver DNS Firewall policies.
11+
512
## 2.975.0
613
* feature: IotData: Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.
714
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added MBAFF encoding support for AVC video and the ability to pass encryption context from the job settings to S3.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.975.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.976.0.min.js"></script>
3333

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

apis/datasync-2018-11-09.min.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@
266266
},
267267
"Tags": {
268268
"shape": "S7"
269+
},
270+
"Includes": {
271+
"shape": "S23"
269272
}
270273
}
271274
},
@@ -564,6 +567,9 @@
564567
"ErrorDetail": {},
565568
"CreationTime": {
566569
"type": "timestamp"
570+
},
571+
"Includes": {
572+
"shape": "S23"
567573
}
568574
}
569575
}
@@ -822,6 +828,9 @@
822828
},
823829
"Includes": {
824830
"shape": "S23"
831+
},
832+
"Excludes": {
833+
"shape": "S23"
825834
}
826835
}
827836
},
@@ -981,7 +990,10 @@
981990
"shape": "S27"
982991
},
983992
"Name": {},
984-
"CloudWatchLogGroupArn": {}
993+
"CloudWatchLogGroupArn": {},
994+
"Includes": {
995+
"shape": "S23"
996+
}
985997
}
986998
},
987999
"output": {

apis/datasync-2018-11-09.normal.json

+61-45
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)