Skip to content

Commit

Permalink
Updates SDK to v2.756.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 18, 2020
1 parent 51e2178 commit c3a9fb3
Show file tree
Hide file tree
Showing 16 changed files with 882 additions and 281 deletions.
12 changes: 12 additions & 0 deletions .changes/2.756.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CodeStarconnections",
"description": "New integration with the GitHub provider type."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports batch operations, which allow users to start, stop, and delete multiple MediaLive resources with a single request."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.755.0-->
<!--LATEST=2.756.0-->
<!--ENTRYINSERT-->

## 2.756.0
* feature: CodeStarconnections: New integration with the GitHub provider type.
* feature: MediaLive: AWS Elemental MediaLive now supports batch operations, which allow users to start, stop, and delete multiple MediaLive resources with a single request.

## 2.755.0
* bugfix: Types: Update types for fetching credentials from config
* feature: APIGateway: Adds support for mutual TLS authentication for public regional REST Apis
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.755.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.756.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
1 change: 1 addition & 0 deletions apis/codestar-connections-2019-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@
"type": "string",
"enum": [
"Bitbucket",
"GitHub",
"GitHubEnterpriseServer"
]
},
Expand Down
Loading

0 comments on commit c3a9fb3

Please sign in to comment.