Skip to content

Commit

Permalink
Merge pull request #2714 from aws/release
Browse files Browse the repository at this point in the history
Release v1.21.4
  • Loading branch information
aws-sdk-go-automation authored Jul 24, 2019
2 parents 41d75cf + 77b6968 commit 0576f56
Show file tree
Hide file tree
Showing 19 changed files with 8,918 additions and 6,106 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.21.4 (2019-07-24)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* 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.
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/glue`: Updates service API and documentation
* 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.
* `service/pinpoint`: Updates service API and documentation
* 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.
* `service/sts`: Updates service API and documentation
* New STS GetAccessKeyInfo API operation that returns the account identifier for the specified access key ID.

Release v1.21.3 (2019-07-23)
===

Expand Down
49 changes: 42 additions & 7 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.21.3"
const SDKVersion = "1.21.4"
15 changes: 13 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5653,6 +5653,7 @@
"DnsServers":{"shape":"ValueStringList"},
"TransportProtocol":{"shape":"TransportProtocol"},
"Description":{"shape":"String"},
"SplitTunnel":{"shape":"Boolean"},
"DryRun":{"shape":"Boolean"},
"ClientToken":{
"shape":"String",
Expand Down Expand Up @@ -6094,7 +6095,11 @@
"ClientToken":{"shape":"String"},
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
"VersionDescription":{"shape":"VersionDescription"},
"LaunchTemplateData":{"shape":"RequestLaunchTemplateData"}
"LaunchTemplateData":{"shape":"RequestLaunchTemplateData"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
"CreateLaunchTemplateResult":{
Expand Down Expand Up @@ -9687,7 +9692,8 @@
"DryRun":{
"shape":"Boolean",
"locationName":"dryRun"
}
},
"AllRegions":{"shape":"Boolean"}
}
},
"DescribeRegionsResult":{
Expand Down Expand Up @@ -16390,6 +16396,7 @@
"ConnectionLogOptions":{"shape":"ConnectionLogOptions"},
"DnsServers":{"shape":"DnsServersOptionsModifyStructure"},
"Description":{"shape":"String"},
"SplitTunnel":{"shape":"Boolean"},
"DryRun":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -18651,6 +18658,10 @@
"RegionName":{
"shape":"String",
"locationName":"regionName"
},
"OptInStatus":{
"shape":"String",
"locationName":"optInStatus"
}
}
},
Expand Down
Loading

0 comments on commit 0576f56

Please sign in to comment.