/AWS1/CL_EC2=>GETVPNCONNECTIONDEVICETYPES()
¶
About GetVpnConnectionDeviceTypes¶
Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_MAXRESULTS
TYPE /AWS1/EC2GVCDMAXRESULTS
/AWS1/EC2GVCDMAXRESULTS
¶
The maximum number of results returned by
GetVpnConnectionDeviceTypes
in paginated output. When this parameter is used,GetVpnConnectionDeviceTypes
only returnsMaxResults
results in a single page along with aNextToken
response element. The remaining results of the initial request can be seen by sending anotherGetVpnConnectionDeviceTypes
request with the returnedNextToken
value. This value can be between 200 and 1000. If this parameter is not used, thenGetVpnConnectionDeviceTypes
returns all results.
IV_NEXTTOKEN
TYPE /AWS1/EC2NEXTTOKEN
/AWS1/EC2NEXTTOKEN
¶
The
NextToken
value returned from a previous paginatedGetVpnConnectionDeviceTypes
request whereMaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextToken
value. This value is null when there are no more results to return.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.