Skip to content

Commit

Permalink
Updates SDK to v2.690.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 4, 2020
1 parent db86f9d commit b11d6c1
Show file tree
Hide file tree
Showing 20 changed files with 988 additions and 613 deletions.
22 changes: 22 additions & 0 deletions .changes/2.690.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "New C5a instances, the latest generation of EC2's compute-optimized instances featuring AMD's 2nd Generation EPYC processors. C5a instances offer up to 96 vCPUs, 192 GiB of instance memory, 20 Gbps in Network bandwidth; New G4dn.metal bare metal instance with 8 NVIDIA T4 GPUs."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds the BurstCapacityPercentage and BurstCapacityTime instance metrics, which allow you to track the burst capacity available to your instance."
},
{
"type": "feature",
"category": "MediaPackageVod",
"description": "You can now restrict direct access to AWS Elemental MediaPackage by securing requests for VOD content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code."
},
{
"type": "feature",
"category": "SSM",
"description": "SSM State Manager support for executing an association only at specified CRON schedule after creating/updating an association."
}
]
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.689.0-->
<!--LATEST=2.690.0-->
<!--ENTRYINSERT-->

## 2.690.0
* feature: EC2: New C5a instances, the latest generation of EC2's compute-optimized instances featuring AMD's 2nd Generation EPYC processors. C5a instances offer up to 96 vCPUs, 192 GiB of instance memory, 20 Gbps in Network bandwidth; New G4dn.metal bare metal instance with 8 NVIDIA T4 GPUs.
* feature: Lightsail: This release adds the BurstCapacityPercentage and BurstCapacityTime instance metrics, which allow you to track the burst capacity available to your instance.
* feature: MediaPackageVod: You can now restrict direct access to AWS Elemental MediaPackage by securing requests for VOD content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
* feature: SSM: SSM State Manager support for executing an association only at specified CRON schedule after creating/updating an association.

## 2.689.0
* feature: DirectConnect: This release supports the virtual interface failover test, which allows you to verify that traffic routes over redundant virtual interfaces when you bring your primary virtual interface out of service.
* feature: ES: Amazon Elasticsearch Service now offers support for cross-cluster search, enabling you to perform searches, aggregations, and visualizations across multiple Amazon Elasticsearch Service domains with a single query or from a single Kibana interface. New feature includes the ability to setup connection, required to perform cross-cluster search, between domains using an approval workflow.
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.689.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.690.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
9 changes: 9 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -24754,6 +24754,14 @@
"c5.18xlarge",
"c5.24xlarge",
"c5.metal",
"c5a.large",
"c5a.xlarge",
"c5a.2xlarge",
"c5a.4xlarge",
"c5a.8xlarge",
"c5a.12xlarge",
"c5a.16xlarge",
"c5a.24xlarge",
"c5d.large",
"c5d.xlarge",
"c5d.2xlarge",
Expand Down Expand Up @@ -24783,6 +24791,7 @@
"g4dn.8xlarge",
"g4dn.12xlarge",
"g4dn.16xlarge",
"g4dn.metal",
"cg1.4xlarge",
"p2.xlarge",
"p2.8xlarge",
Expand Down
38 changes: 21 additions & 17 deletions apis/lightsail-2016-11-28.normal.json

Large diffs are not rendered by default.

82 changes: 79 additions & 3 deletions apis/mediapackage-vod-2018-11-07.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
},
"input": {
"members": {
"Authorization": {
"locationName": "authorization",
"shape": "S11"
},
"Id": {
"locationName": "id"
},
Expand All @@ -182,6 +186,10 @@
"Arn": {
"locationName": "arn"
},
"Authorization": {
"locationName": "authorization",
"shape": "S11"
},
"DomainName": {
"locationName": "domainName"
},
Expand Down Expand Up @@ -394,6 +402,10 @@
"Arn": {
"locationName": "arn"
},
"Authorization": {
"locationName": "authorization",
"shape": "S11"
},
"DomainName": {
"locationName": "domainName"
},
Expand Down Expand Up @@ -578,6 +590,10 @@
"Arn": {
"locationName": "arn"
},
"Authorization": {
"locationName": "authorization",
"shape": "S11"
},
"DomainName": {
"locationName": "domainName"
},
Expand Down Expand Up @@ -619,7 +635,7 @@
"members": {
"Tags": {
"locationName": "tags",
"shape": "S1t"
"shape": "S1u"
}
},
"type": "structure"
Expand All @@ -638,7 +654,7 @@
},
"Tags": {
"locationName": "tags",
"shape": "S1t"
"shape": "S1u"
}
},
"required": [
Expand Down Expand Up @@ -672,6 +688,51 @@
],
"type": "structure"
}
},
"UpdatePackagingGroup": {
"http": {
"method": "PUT",
"requestUri": "/packaging_groups/{id}",
"responseCode": 200
},
"input": {
"members": {
"Authorization": {
"locationName": "authorization",
"shape": "S11"
},
"Id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"Id"
],
"type": "structure"
},
"output": {
"members": {
"Arn": {
"locationName": "arn"
},
"Authorization": {
"locationName": "authorization",
"shape": "S11"
},
"DomainName": {
"locationName": "domainName"
},
"Id": {
"locationName": "id"
},
"Tags": {
"locationName": "tags",
"shape": "S3"
}
},
"type": "structure"
}
}
},
"shapes": {
Expand Down Expand Up @@ -932,7 +993,22 @@
],
"type": "structure"
},
"S1t": {
"S11": {
"members": {
"CdnIdentifierSecret": {
"locationName": "cdnIdentifierSecret"
},
"SecretsRoleArn": {
"locationName": "secretsRoleArn"
}
},
"required": [
"SecretsRoleArn",
"CdnIdentifierSecret"
],
"type": "structure"
},
"S1u": {
"key": {},
"type": "map",
"value": {}
Expand Down
Loading

0 comments on commit b11d6c1

Please sign in to comment.