Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 27, 2020
1 parent 4318c85 commit bc12ae6
Show file tree
Hide file tree
Showing 10 changed files with 712 additions and 325 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Unreleased Changes
------------------

* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.

* Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift.

* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.

* Feature - Aws::Redshift - Updated the documentation for Amazon Redshift.

2.11.573 (2020-08-26)
------------------

Expand Down
68 changes: 65 additions & 3 deletions aws-sdk-core/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 bc12ae6

Please sign in to comment.