Skip to content

Commit

Permalink
Updates SDK to v2.476.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 14, 2019
1 parent c1fe5ba commit b470f8e
Show file tree
Hide file tree
Showing 23 changed files with 13,458 additions and 1,653 deletions.
17 changes: 17 additions & 0 deletions .changes/2.476.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum."
},
{
"type": "feature",
"category": "CloudFront",
"description": "A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China."
},
{
"type": "feature",
"category": "EC2",
"description": "Correction to enumerations in EC2 client."
}
]
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.475.0-->
<!--LATEST=2.476.0-->
<!--ENTRYINSERT-->

## 2.476.0
* feature: AppStream: Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
* feature: CloudFront: A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
* feature: EC2: Correction to enumerations in EC2 client.

## 2.475.0
* feature: AppMesh: This release adds support for AWS Cloud Map as a service discovery method for virtual nodes.
* feature: EC2: G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
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.475.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.476.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
7 changes: 6 additions & 1 deletion apis/appstream-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@
"shape": "CreateUsageReportSubscriptionResult"
},
"errors": [
{
"shape": "InvalidRoleException"
},
{
"shape": "InvalidAccountStatusException"
}
Expand Down Expand Up @@ -3008,7 +3011,9 @@
"PlatformType": {
"type": "string",
"enum": [
"WINDOWS"
"WINDOWS",
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019"
]
},
"RedirectURL": {
Expand Down
5 changes: 5 additions & 0 deletions apis/cloudfront-2019-03-26.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit b470f8e

Please sign in to comment.