Skip to content

Commit

Permalink
Updates SDK to v2.346.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 31, 2018
1 parent ef650d4 commit 06d9405
Show file tree
Hide file tree
Showing 18 changed files with 5,881 additions and 4,776 deletions.
17 changes: 17 additions & 0 deletions .changes/2.346.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "With this release, AWS Config updated the ResourceType values. The updated list includes AWS Systems Manager AssociationCompliance and PatchCompliance, AWS Shield regional Protection, AWS Config ResourceCompliance, and AWS CodePipeline Pipeline."
},
{
"type": "feature",
"category": "Greengrass",
"description": "Greengrass APIs now support bulk deployment operations, and APIs that list definition versions now support pagination."
},
{
"type": "feature",
"category": "MediaStoreData",
"description": "The object size limit is increased from 10MB to 25MB and the content type is more permissive."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.345.0-->
<!--LATEST=2.346.0-->
<!--ENTRYINSERT-->

## 2.346.0
* feature: ConfigService: With this release, AWS Config updated the ResourceType values. The updated list includes AWS Systems Manager AssociationCompliance and PatchCompliance, AWS Shield regional Protection, AWS Config ResourceCompliance, and AWS CodePipeline Pipeline.
* feature: Greengrass: Greengrass APIs now support bulk deployment operations, and APIs that list definition versions now support pagination.
* feature: MediaStoreData: The object size limit is increased from 10MB to 25MB and the content type is more permissive.

## 2.345.0
* feature: Chime: This is the initial release for the Amazon Chime AWS SDK. In this release, Amazon Chime adds support for administrative actions on users and accounts. API Documentation is also updated on https://docs.aws.amazon.com/chime/index.html
* feature: Credentials: httpsOptions for STS in SharedIniFileCredentials
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.345.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.346.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
8 changes: 7 additions & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3511,7 +3511,13 @@
"AWS::ElasticBeanstalk::ApplicationVersion",
"AWS::ElasticBeanstalk::Environment",
"AWS::ElasticLoadBalancing::LoadBalancer",
"AWS::XRay::EncryptionConfig"
"AWS::XRay::EncryptionConfig",
"AWS::SSM::AssociationCompliance",
"AWS::SSM::PatchCompliance",
"AWS::Shield::Protection",
"AWS::ShieldRegional::Protection",
"AWS::Config::ResourceCompliance",
"AWS::CodePipeline::Pipeline"
]
},
"ResourceTypeList": {
Expand Down
Loading

0 comments on commit 06d9405

Please sign in to comment.