Skip to content

Commit

Permalink
Updates SDK to v2.314.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 12, 2018
1 parent 4b433c4 commit 9aa6cfb
Show file tree
Hide file tree
Showing 22 changed files with 6,400 additions and 5,725 deletions.
22 changes: 22 additions & 0 deletions .changes/2.314.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "ReactNative",
"description": "Fixes issue where attempting to use a Blob object as input to an operation would cause a parameter validaiton error in release mode."
},
{
"type": "feature",
"category": "Connect",
"description": "This update adds the Amazon Connect Update Contact Attributes API, which lets you update contact attributes for contacts in your Amazon Connect instance."
},
{
"type": "feature",
"category": "EC2",
"description": "Pagination Support for DescribeNetworkInterfaces API"
},
{
"type": "feature",
"category": "FMS",
"description": "This update of Amazon Fire Wall Manager adds the ability to scope down the policy as well as to get all the member accounts belonging to a certain Fire Wall Manager admin account."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ReactNative-bc65dc1a.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.313.0-->
<!--LATEST=2.314.0-->
<!--ENTRYINSERT-->

## 2.314.0
* bugfix: ReactNative: Fixes issue where attempting to use a Blob object as input to an operation would cause a parameter validaiton error in release mode.
* feature: Connect: This update adds the Amazon Connect Update Contact Attributes API, which lets you update contact attributes for contacts in your Amazon Connect instance.
* feature: EC2: Pagination Support for DescribeNetworkInterfaces API
* feature: FMS: This update of Amazon Fire Wall Manager adds the ability to scope down the policy as well as to get all the member accounts belonging to a certain Fire Wall Manager admin account.

## 2.313.0
* feature: SSM: Session Manager is a fully managed AWS Systems Manager capability that provides interactive one-click access to Amazon EC2 Linux and Windows instances.

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.313.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.314.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
33 changes: 30 additions & 3 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,7 @@
"SourcePhoneNumber": {},
"QueueId": {},
"Attributes": {
"type": "map",
"key": {},
"value": {}
"shape": "S1u"
}
}
},
Expand Down Expand Up @@ -493,6 +491,30 @@
"members": {}
}
},
"UpdateContactAttributes": {
"http": {
"requestUri": "/contact/attributes"
},
"input": {
"type": "structure",
"required": [
"InitialContactId",
"InstanceId",
"Attributes"
],
"members": {
"InitialContactId": {},
"InstanceId": {},
"Attributes": {
"shape": "S1u"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateUserHierarchy": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/hierarchy"
Expand Down Expand Up @@ -667,6 +689,11 @@
"S15": {
"type": "string",
"sensitive": true
},
"S1u": {
"type": "map",
"key": {},
"value": {}
}
}
}
Loading

0 comments on commit 9aa6cfb

Please sign in to comment.