Skip to content

Commit 7990b8c

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
1 parent c784193 commit 7990b8c

File tree

3 files changed

+194
-52
lines changed

3 files changed

+194
-52
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices."
6+
}

services/ec2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,12 @@
638638
"output_token": "NextToken",
639639
"result_key": "TransitGatewayRouteTablePropagations"
640640
},
641+
"GetVpnConnectionDeviceTypes": {
642+
"input_token": "NextToken",
643+
"limit_key": "MaxResults",
644+
"output_token": "NextToken",
645+
"result_key": "VpnConnectionDeviceTypes"
646+
},
641647
"SearchLocalGatewayRoutes": {
642648
"input_token": "NextToken",
643649
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)