Skip to content

Commit

Permalink
Updates SDK to v2.976.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 25, 2021
1 parent 96eec1c commit 0bc2241
Show file tree
Hide file tree
Showing 22 changed files with 911 additions and 766 deletions.
27 changes: 27 additions & 0 deletions .changes/2.976.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API"
},
{
"type": "feature",
"category": "DataSync",
"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."
},
{
"type": "feature",
"category": "EC2",
"description": "Support added for IMDS IPv6 endpoint"
},
{
"type": "feature",
"category": "EventBridge",
"description": "AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API"
},
{
"type": "feature",
"category": "FMS",
"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."
}
]
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.975.0-->
<!--LATEST=2.976.0-->
<!--ENTRYINSERT-->

## 2.976.0
* feature: CloudWatchEvents: AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
* 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.
* feature: EC2: Support added for IMDS IPv6 endpoint
* feature: EventBridge: AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
* 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.

## 2.975.0
* feature: IotData: Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.975.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.976.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
14 changes: 13 additions & 1 deletion apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
},
"Tags": {
"shape": "S7"
},
"Includes": {
"shape": "S23"
}
}
},
Expand Down Expand Up @@ -564,6 +567,9 @@
"ErrorDetail": {},
"CreationTime": {
"type": "timestamp"
},
"Includes": {
"shape": "S23"
}
}
}
Expand Down Expand Up @@ -822,6 +828,9 @@
},
"Includes": {
"shape": "S23"
},
"Excludes": {
"shape": "S23"
}
}
},
Expand Down Expand Up @@ -981,7 +990,10 @@
"shape": "S27"
},
"Name": {},
"CloudWatchLogGroupArn": {}
"CloudWatchLogGroupArn": {},
"Includes": {
"shape": "S23"
}
}
},
"output": {
Expand Down
106 changes: 61 additions & 45 deletions apis/datasync-2018-11-09.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0bc2241

Please sign in to comment.