Skip to content

Commit

Permalink
Updates SDK to v2.499.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 24, 2019
1 parent 92bed99 commit d709aef
Show file tree
Hide file tree
Showing 21 changed files with 1,490 additions and 469 deletions.
22 changes: 22 additions & 0 deletions .changes/2.499.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release introduces support for split tunnel with AWS Client VPN, and also adds support for opt-in Regions in DescribeRegions API. In addition, customers can now also tag Launch Templates on creation."
},
{
"type": "feature",
"category": "Glue",
"description": "This release provides GlueVersion option for Job APIs and WorkerType option for DevEndpoint APIs. Job APIs enable users to pick specific GlueVersion for a specific job and pin the job to a specific runtime environment. DevEndpoint APIs enable users to pick different WorkerType for memory intensive workload."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release adds support for programmatic access to many of the same campaign metrics that are displayed on the Amazon Pinpoint console. You can now use the Amazon Pinpoint API to monitor and assess performance data for campaigns, and integrate metrics data with other reporting tools. We update the metrics data continuously, resulting in a data latency timeframe that is limited to approximately two hours."
},
{
"type": "feature",
"category": "STS",
"description": "New STS GetAccessKeyInfo API operation that returns the account identifier for the specified access key ID."
}
]
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.498.0-->
<!--LATEST=2.499.0-->
<!--ENTRYINSERT-->

## 2.499.0
* feature: EC2: This release introduces support for split tunnel with AWS Client VPN, and also adds support for opt-in Regions in DescribeRegions API. In addition, customers can now also tag Launch Templates on creation.
* feature: Glue: This release provides GlueVersion option for Job APIs and WorkerType option for DevEndpoint APIs. Job APIs enable users to pick specific GlueVersion for a specific job and pin the job to a specific runtime environment. DevEndpoint APIs enable users to pick different WorkerType for memory intensive workload.
* feature: Pinpoint: This release adds support for programmatic access to many of the same campaign metrics that are displayed on the Amazon Pinpoint console. You can now use the Amazon Pinpoint API to monitor and assess performance data for campaigns, and integrate metrics data with other reporting tools. We update the metrics data continuously, resulting in a data latency timeframe that is limited to approximately two hours.
* feature: STS: New STS GetAccessKeyInfo API operation that returns the account identifier for the specified access key ID.

## 2.498.0
* feature: SSM: You can now use Maintenance Windows to select a resource group as the target. By selecting a resource group as the target of a Maintenance Window, customers can perform routine tasks across different resources such as Amazon Elastic Compute Cloud (AmazonEC2) instances, Amazon Elastic Block Store (Amazon EBS) volumes, and Amazon Simple Storage Service(Amazon S3) buckets within the same recurring time window.
* feature: SecretsManager: This release increases the maximum allowed size of SecretString or SecretBinary from 7KB to 10KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs. This release also increases the maximum allowed size of ResourcePolicy from 4KB to 20KB in the GetResourcePolicy and PutResourcePolicy APIs.
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.498.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.499.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
16 changes: 16 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,9 @@
},
"TransportProtocol": {},
"Description": {},
"SplitTunnel": {
"type": "boolean"
},
"DryRun": {
"type": "boolean"
},
Expand Down Expand Up @@ -1861,6 +1864,10 @@
"VersionDescription": {},
"LaunchTemplateData": {
"shape": "S83"
},
"TagSpecifications": {
"shape": "S19",
"locationName": "TagSpecification"
}
}
},
Expand Down Expand Up @@ -7171,6 +7178,9 @@
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
},
"AllRegions": {
"type": "boolean"
}
}
},
Expand All @@ -7189,6 +7199,9 @@
},
"RegionName": {
"locationName": "regionName"
},
"OptInStatus": {
"locationName": "optInStatus"
}
}
}
Expand Down Expand Up @@ -10910,6 +10923,9 @@
}
},
"Description": {},
"SplitTunnel": {
"type": "boolean"
},
"DryRun": {
"type": "boolean"
}
Expand Down
38 changes: 30 additions & 8 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit d709aef

Please sign in to comment.