Skip to content

Commit

Permalink
Release v1.34.12 (2020-08-27) (#3511)
Browse files Browse the repository at this point in the history
Release v1.34.12 (2020-08-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Introduces support to initiate Internet Key Exchange (IKE) negotiations for VPN connections from AWS. A user can now send the initial IKE message to their Customer Gateway (CGW) from VPN endpoints.
* `service/gamelift`: Updates service API, documentation, and paginators
  * GameLift FleetIQ as a standalone feature is now generally available. FleetIQ makes low-cost Spot instances viable for game hosting. Use GameLift FleetIQ with your EC2 Auto Scaling groups.
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for WebM DASH outputs as well as H.264 4:2:2 10-bit output in MOV and MP4.
* `service/redshift`: Updates service documentation
  * Documentation updates for Amazon Redshift.
  • Loading branch information
aws-sdk-go-automation authored Aug 27, 2020
1 parent 972f63b commit f324f9f
Show file tree
Hide file tree
Showing 19 changed files with 3,598 additions and 1,080 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.34.12 (2020-08-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Introduces support to initiate Internet Key Exchange (IKE) negotiations for VPN connections from AWS. A user can now send the initial IKE message to their Customer Gateway (CGW) from VPN endpoints.
* `service/gamelift`: Updates service API, documentation, and paginators
* GameLift FleetIQ as a standalone feature is now generally available. FleetIQ makes low-cost Spot instances viable for game hosting. Use GameLift FleetIQ with your EC2 Auto Scaling groups.
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for WebM DASH outputs as well as H.264 4:2:2 10-bit output in MOV and MP4.
* `service/redshift`: Updates service documentation
* Documentation updates for Amazon Redshift.

Release v1.34.11 (2020-08-26)
===

Expand Down
20 changes: 20 additions & 0 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.34.11"
const SDKVersion = "1.34.12"
68 changes: 65 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3232,6 +3232,15 @@
"input":{"shape":"ModifyVpnConnectionRequest"},
"output":{"shape":"ModifyVpnConnectionResult"}
},
"ModifyVpnConnectionOptions":{
"name":"ModifyVpnConnectionOptions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyVpnConnectionOptionsRequest"},
"output":{"shape":"ModifyVpnConnectionOptionsResult"}
},
"ModifyVpnTunnelCertificate":{
"name":"ModifyVpnTunnelCertificate",
"http":{
Expand Down Expand Up @@ -21670,6 +21679,27 @@
}
}
},
"ModifyVpnConnectionOptionsRequest":{
"type":"structure",
"required":["VpnConnectionId"],
"members":{
"VpnConnectionId":{"shape":"VpnConnectionId"},
"LocalIpv4NetworkCidr":{"shape":"String"},
"RemoteIpv4NetworkCidr":{"shape":"String"},
"LocalIpv6NetworkCidr":{"shape":"String"},
"RemoteIpv6NetworkCidr":{"shape":"String"},
"DryRun":{"shape":"Boolean"}
}
},
"ModifyVpnConnectionOptionsResult":{
"type":"structure",
"members":{
"VpnConnection":{
"shape":"VpnConnection",
"locationName":"vpnConnection"
}
}
},
"ModifyVpnConnectionRequest":{
"type":"structure",
"required":["VpnConnectionId"],
Expand Down Expand Up @@ -21746,6 +21776,7 @@
"RekeyFuzzPercentage":{"shape":"Integer"},
"ReplayWindowSize":{"shape":"Integer"},
"DPDTimeoutSeconds":{"shape":"Integer"},
"DPDTimeoutAction":{"shape":"String"},
"Phase1EncryptionAlgorithms":{
"shape":"Phase1EncryptionAlgorithmsRequestList",
"locationName":"Phase1EncryptionAlgorithm"
Expand Down Expand Up @@ -21773,7 +21804,8 @@
"IKEVersions":{
"shape":"IKEVersionsRequestList",
"locationName":"IKEVersion"
}
},
"StartupAction":{"shape":"String"}
}
},
"MonitorInstancesRequest":{
Expand Down Expand Up @@ -29215,6 +29247,10 @@
"shape":"Integer",
"locationName":"dpdTimeoutSeconds"
},
"DpdTimeoutAction":{
"shape":"String",
"locationName":"dpdTimeoutAction"
},
"Phase1EncryptionAlgorithms":{
"shape":"Phase1EncryptionAlgorithmsList",
"locationName":"phase1EncryptionAlgorithmSet"
Expand Down Expand Up @@ -29242,6 +29278,10 @@
"IkeVersions":{
"shape":"IKEVersionsList",
"locationName":"ikeVersionSet"
},
"StartupAction":{
"shape":"String",
"locationName":"startupAction"
}
}
},
Expand Down Expand Up @@ -30652,6 +30692,22 @@
"shape":"Boolean",
"locationName":"staticRoutesOnly"
},
"LocalIpv4NetworkCidr":{
"shape":"String",
"locationName":"localIpv4NetworkCidr"
},
"RemoteIpv4NetworkCidr":{
"shape":"String",
"locationName":"remoteIpv4NetworkCidr"
},
"LocalIpv6NetworkCidr":{
"shape":"String",
"locationName":"localIpv6NetworkCidr"
},
"RemoteIpv6NetworkCidr":{
"shape":"String",
"locationName":"remoteIpv6NetworkCidr"
},
"TunnelInsideIpVersion":{
"shape":"TunnelInsideIpVersion",
"locationName":"tunnelInsideIpVersion"
Expand All @@ -30671,7 +30727,11 @@
"locationName":"staticRoutesOnly"
},
"TunnelInsideIpVersion":{"shape":"TunnelInsideIpVersion"},
"TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"}
"TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"},
"LocalIpv4NetworkCidr":{"shape":"String"},
"RemoteIpv4NetworkCidr":{"shape":"String"},
"LocalIpv6NetworkCidr":{"shape":"String"},
"RemoteIpv6NetworkCidr":{"shape":"String"}
}
},
"VpnEcmpSupportValue":{
Expand Down Expand Up @@ -30782,6 +30842,7 @@
"RekeyFuzzPercentage":{"shape":"Integer"},
"ReplayWindowSize":{"shape":"Integer"},
"DPDTimeoutSeconds":{"shape":"Integer"},
"DPDTimeoutAction":{"shape":"String"},
"Phase1EncryptionAlgorithms":{
"shape":"Phase1EncryptionAlgorithmsRequestList",
"locationName":"Phase1EncryptionAlgorithm"
Expand Down Expand Up @@ -30809,7 +30870,8 @@
"IKEVersions":{
"shape":"IKEVersionsRequestList",
"locationName":"IKEVersion"
}
},
"StartupAction":{"shape":"String"}
}
},
"VpnTunnelOptionsSpecificationsList":{
Expand Down
Loading

0 comments on commit f324f9f

Please sign in to comment.