Skip to content

Commit

Permalink
Updates SDK to v2.219.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 2, 2018
1 parent 960fb85 commit 70191b1
Show file tree
Hide file tree
Showing 23 changed files with 14,112 additions and 2,062 deletions.
17 changes: 17 additions & 0 deletions .changes/2.219.1.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "Amazon API Gateway now supports resource policies for APIs making it easier to set access controls for invoking APIs."
},
{
"type": "feature",
"category": "CloudFront",
"description": "You can now use a new Amazon CloudFront capability called Field-Level Encryption to further enhance the security of sensitive data, such as credit card numbers or personally identifiable information (PII) like social security numbers. CloudFront's field-level encryption further encrypts sensitive data in an HTTPS form using field-specific encryption keys (which you supply) before a POST request is forwarded to your origin. This ensures that sensitive data can only be decrypted and viewed by certain components or services in your application stack. Field-level encryption is easy to setup. Simply configure the fields that have to be further encrypted by CloudFront using the public keys you specify and you can reduce attack surface for your sensitive data."
},
{
"type": "feature",
"category": "ES",
"description": "This adds Amazon Cognito authentication support to Kibana."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.218.1-->
<!--LATEST=2.219.1-->
<!--ENTRYINSERT-->

## 2.219.1
* feature: APIGateway: Amazon API Gateway now supports resource policies for APIs making it easier to set access controls for invoking APIs.
* feature: CloudFront: You can now use a new Amazon CloudFront capability called Field-Level Encryption to further enhance the security of sensitive data, such as credit card numbers or personally identifiable information (PII) like social security numbers. CloudFront's field-level encryption further encrypts sensitive data in an HTTPS form using field-specific encryption keys (which you supply) before a POST request is forwarded to your origin. This ensures that sensitive data can only be decrypted and viewed by certain components or services in your application stack. Field-level encryption is easy to setup. Simply configure the fields that have to be further encrypted by CloudFront using the public keys you specify and you can reduce attack surface for your sensitive data.
* feature: ES: This adds Amazon Cognito authentication support to Kibana.

## 2.218.1
* feature: Connect: Amazon Connect is a contact center as a service (CCaS) solution that offers easy, self-service configuration and enables dynamic, personal, and natural customer engagement at any scale. With this release of the Amazon Connect SDK, Outbound APIs (StartOutboundVoiceContact, StopContact) are now generally available. This release supports CTR generation for calls generated through the new APIs. Additionally IAM permissions are supported for the new APIs.

Expand Down
2 changes: 1 addition & 1 deletion README.md
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.218.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.219.1.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
6 changes: 4 additions & 2 deletions apis/apigateway-2015-07-09.min.json
Expand Up @@ -337,7 +337,8 @@
"apiKeySource": {},
"endpointConfiguration": {
"shape": "Sz"
}
},
"policy": {}
}
},
"output": {
Expand Down Expand Up @@ -4023,7 +4024,8 @@
"apiKeySource": {},
"endpointConfiguration": {
"shape": "Sz"
}
},
"policy": {}
}
},
"S1q": {
Expand Down
458 changes: 233 additions & 225 deletions apis/apigateway-2015-07-09.normal.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/cloudfront-2017-10-30.examples.json
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}

0 comments on commit 70191b1

Please sign in to comment.