|
3232 | 3232 | "input":{"shape":"ModifyVpnConnectionRequest"}, |
3233 | 3233 | "output":{"shape":"ModifyVpnConnectionResult"} |
3234 | 3234 | }, |
| 3235 | + "ModifyVpnConnectionOptions":{ |
| 3236 | + "name":"ModifyVpnConnectionOptions", |
| 3237 | + "http":{ |
| 3238 | + "method":"POST", |
| 3239 | + "requestUri":"/" |
| 3240 | + }, |
| 3241 | + "input":{"shape":"ModifyVpnConnectionOptionsRequest"}, |
| 3242 | + "output":{"shape":"ModifyVpnConnectionOptionsResult"} |
| 3243 | + }, |
3235 | 3244 | "ModifyVpnTunnelCertificate":{ |
3236 | 3245 | "name":"ModifyVpnTunnelCertificate", |
3237 | 3246 | "http":{ |
|
21670 | 21679 | } |
21671 | 21680 | } |
21672 | 21681 | }, |
| 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 | + }, |
21673 | 21703 | "ModifyVpnConnectionRequest":{ |
21674 | 21704 | "type":"structure", |
21675 | 21705 | "required":["VpnConnectionId"], |
|
21746 | 21776 | "RekeyFuzzPercentage":{"shape":"Integer"}, |
21747 | 21777 | "ReplayWindowSize":{"shape":"Integer"}, |
21748 | 21778 | "DPDTimeoutSeconds":{"shape":"Integer"}, |
| 21779 | + "DPDTimeoutAction":{"shape":"String"}, |
21749 | 21780 | "Phase1EncryptionAlgorithms":{ |
21750 | 21781 | "shape":"Phase1EncryptionAlgorithmsRequestList", |
21751 | 21782 | "locationName":"Phase1EncryptionAlgorithm" |
|
21773 | 21804 | "IKEVersions":{ |
21774 | 21805 | "shape":"IKEVersionsRequestList", |
21775 | 21806 | "locationName":"IKEVersion" |
21776 | | - } |
| 21807 | + }, |
| 21808 | + "StartupAction":{"shape":"String"} |
21777 | 21809 | } |
21778 | 21810 | }, |
21779 | 21811 | "MonitorInstancesRequest":{ |
|
29215 | 29247 | "shape":"Integer", |
29216 | 29248 | "locationName":"dpdTimeoutSeconds" |
29217 | 29249 | }, |
| 29250 | + "DpdTimeoutAction":{ |
| 29251 | + "shape":"String", |
| 29252 | + "locationName":"dpdTimeoutAction" |
| 29253 | + }, |
29218 | 29254 | "Phase1EncryptionAlgorithms":{ |
29219 | 29255 | "shape":"Phase1EncryptionAlgorithmsList", |
29220 | 29256 | "locationName":"phase1EncryptionAlgorithmSet" |
|
29242 | 29278 | "IkeVersions":{ |
29243 | 29279 | "shape":"IKEVersionsList", |
29244 | 29280 | "locationName":"ikeVersionSet" |
| 29281 | + }, |
| 29282 | + "StartupAction":{ |
| 29283 | + "shape":"String", |
| 29284 | + "locationName":"startupAction" |
29245 | 29285 | } |
29246 | 29286 | } |
29247 | 29287 | }, |
|
30652 | 30692 | "shape":"Boolean", |
30653 | 30693 | "locationName":"staticRoutesOnly" |
30654 | 30694 | }, |
| 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 | + }, |
30655 | 30711 | "TunnelInsideIpVersion":{ |
30656 | 30712 | "shape":"TunnelInsideIpVersion", |
30657 | 30713 | "locationName":"tunnelInsideIpVersion" |
|
30671 | 30727 | "locationName":"staticRoutesOnly" |
30672 | 30728 | }, |
30673 | 30729 | "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"} |
30675 | 30735 | } |
30676 | 30736 | }, |
30677 | 30737 | "VpnEcmpSupportValue":{ |
|
30782 | 30842 | "RekeyFuzzPercentage":{"shape":"Integer"}, |
30783 | 30843 | "ReplayWindowSize":{"shape":"Integer"}, |
30784 | 30844 | "DPDTimeoutSeconds":{"shape":"Integer"}, |
| 30845 | + "DPDTimeoutAction":{"shape":"String"}, |
30785 | 30846 | "Phase1EncryptionAlgorithms":{ |
30786 | 30847 | "shape":"Phase1EncryptionAlgorithmsRequestList", |
30787 | 30848 | "locationName":"Phase1EncryptionAlgorithm" |
|
30809 | 30870 | "IKEVersions":{ |
30810 | 30871 | "shape":"IKEVersionsRequestList", |
30811 | 30872 | "locationName":"IKEVersion" |
30812 | | - } |
| 30873 | + }, |
| 30874 | + "StartupAction":{"shape":"String"} |
30813 | 30875 | } |
30814 | 30876 | }, |
30815 | 30877 | "VpnTunnelOptionsSpecificationsList":{ |
|
0 commit comments