Skip to content

Commit bc12ae6

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 4318c85 commit bc12ae6

File tree

10 files changed

+712
-325
lines changed

10 files changed

+712
-325
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift.
7+
8+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
9+
10+
* Feature - Aws::Redshift - Updated the documentation for Amazon Redshift.
11+
412
2.11.573 (2020-08-26)
513
------------------
614

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3232,6 +3232,15 @@
32323232
"input":{"shape":"ModifyVpnConnectionRequest"},
32333233
"output":{"shape":"ModifyVpnConnectionResult"}
32343234
},
3235+
"ModifyVpnConnectionOptions":{
3236+
"name":"ModifyVpnConnectionOptions",
3237+
"http":{
3238+
"method":"POST",
3239+
"requestUri":"/"
3240+
},
3241+
"input":{"shape":"ModifyVpnConnectionOptionsRequest"},
3242+
"output":{"shape":"ModifyVpnConnectionOptionsResult"}
3243+
},
32353244
"ModifyVpnTunnelCertificate":{
32363245
"name":"ModifyVpnTunnelCertificate",
32373246
"http":{
@@ -21670,6 +21679,27 @@
2167021679
}
2167121680
}
2167221681
},
21682+
"ModifyVpnConnectionOptionsRequest":{
21683+
"type":"structure",
21684+
"required":["VpnConnectionId"],
21685+
"members":{
21686+
"VpnConnectionId":{"shape":"VpnConnectionId"},
21687+
"LocalIpv4NetworkCidr":{"shape":"String"},
21688+
"RemoteIpv4NetworkCidr":{"shape":"String"},
21689+
"LocalIpv6NetworkCidr":{"shape":"String"},
21690+
"RemoteIpv6NetworkCidr":{"shape":"String"},
21691+
"DryRun":{"shape":"Boolean"}
21692+
}
21693+
},
21694+
"ModifyVpnConnectionOptionsResult":{
21695+
"type":"structure",
21696+
"members":{
21697+
"VpnConnection":{
21698+
"shape":"VpnConnection",
21699+
"locationName":"vpnConnection"
21700+
}
21701+
}
21702+
},
2167321703
"ModifyVpnConnectionRequest":{
2167421704
"type":"structure",
2167521705
"required":["VpnConnectionId"],
@@ -21746,6 +21776,7 @@
2174621776
"RekeyFuzzPercentage":{"shape":"Integer"},
2174721777
"ReplayWindowSize":{"shape":"Integer"},
2174821778
"DPDTimeoutSeconds":{"shape":"Integer"},
21779+
"DPDTimeoutAction":{"shape":"String"},
2174921780
"Phase1EncryptionAlgorithms":{
2175021781
"shape":"Phase1EncryptionAlgorithmsRequestList",
2175121782
"locationName":"Phase1EncryptionAlgorithm"
@@ -21773,7 +21804,8 @@
2177321804
"IKEVersions":{
2177421805
"shape":"IKEVersionsRequestList",
2177521806
"locationName":"IKEVersion"
21776-
}
21807+
},
21808+
"StartupAction":{"shape":"String"}
2177721809
}
2177821810
},
2177921811
"MonitorInstancesRequest":{
@@ -29215,6 +29247,10 @@
2921529247
"shape":"Integer",
2921629248
"locationName":"dpdTimeoutSeconds"
2921729249
},
29250+
"DpdTimeoutAction":{
29251+
"shape":"String",
29252+
"locationName":"dpdTimeoutAction"
29253+
},
2921829254
"Phase1EncryptionAlgorithms":{
2921929255
"shape":"Phase1EncryptionAlgorithmsList",
2922029256
"locationName":"phase1EncryptionAlgorithmSet"
@@ -29242,6 +29278,10 @@
2924229278
"IkeVersions":{
2924329279
"shape":"IKEVersionsList",
2924429280
"locationName":"ikeVersionSet"
29281+
},
29282+
"StartupAction":{
29283+
"shape":"String",
29284+
"locationName":"startupAction"
2924529285
}
2924629286
}
2924729287
},
@@ -30652,6 +30692,22 @@
3065230692
"shape":"Boolean",
3065330693
"locationName":"staticRoutesOnly"
3065430694
},
30695+
"LocalIpv4NetworkCidr":{
30696+
"shape":"String",
30697+
"locationName":"localIpv4NetworkCidr"
30698+
},
30699+
"RemoteIpv4NetworkCidr":{
30700+
"shape":"String",
30701+
"locationName":"remoteIpv4NetworkCidr"
30702+
},
30703+
"LocalIpv6NetworkCidr":{
30704+
"shape":"String",
30705+
"locationName":"localIpv6NetworkCidr"
30706+
},
30707+
"RemoteIpv6NetworkCidr":{
30708+
"shape":"String",
30709+
"locationName":"remoteIpv6NetworkCidr"
30710+
},
3065530711
"TunnelInsideIpVersion":{
3065630712
"shape":"TunnelInsideIpVersion",
3065730713
"locationName":"tunnelInsideIpVersion"
@@ -30671,7 +30727,11 @@
3067130727
"locationName":"staticRoutesOnly"
3067230728
},
3067330729
"TunnelInsideIpVersion":{"shape":"TunnelInsideIpVersion"},
30674-
"TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"}
30730+
"TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"},
30731+
"LocalIpv4NetworkCidr":{"shape":"String"},
30732+
"RemoteIpv4NetworkCidr":{"shape":"String"},
30733+
"LocalIpv6NetworkCidr":{"shape":"String"},
30734+
"RemoteIpv6NetworkCidr":{"shape":"String"}
3067530735
}
3067630736
},
3067730737
"VpnEcmpSupportValue":{
@@ -30782,6 +30842,7 @@
3078230842
"RekeyFuzzPercentage":{"shape":"Integer"},
3078330843
"ReplayWindowSize":{"shape":"Integer"},
3078430844
"DPDTimeoutSeconds":{"shape":"Integer"},
30845+
"DPDTimeoutAction":{"shape":"String"},
3078530846
"Phase1EncryptionAlgorithms":{
3078630847
"shape":"Phase1EncryptionAlgorithmsRequestList",
3078730848
"locationName":"Phase1EncryptionAlgorithm"
@@ -30809,7 +30870,8 @@
3080930870
"IKEVersions":{
3081030871
"shape":"IKEVersionsRequestList",
3081130872
"locationName":"IKEVersion"
30812-
}
30873+
},
30874+
"StartupAction":{"shape":"String"}
3081330875
}
3081430876
},
3081530877
"VpnTunnelOptionsSpecificationsList":{

0 commit comments

Comments
 (0)