Retrieves version information for an IPAM prefix list resolver
Source:R/ec2_operations.R
ec2_get_ipam_prefix_list_resolver_versions.RdRetrieves version information for an IPAM prefix list resolver.
See https://www.paws-r-sdk.com/docs/ec2_get_ipam_prefix_list_resolver_versions/ for full documentation.
Usage
ec2_get_ipam_prefix_list_resolver_versions(
DryRun = NULL,
IpamPrefixListResolverId,
IpamPrefixListResolverVersions = NULL,
MaxResults = NULL,
Filters = NULL,
NextToken = NULL
)Arguments
- DryRun
A check for 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.- IpamPrefixListResolverId
[required] The ID of the IPAM prefix list resolver whose versions you want to retrieve.
- IpamPrefixListResolverVersions
Specific version numbers to retrieve. If not specified, all versions are returned.
- MaxResults
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
- Filters
One or more filters to limit the results.
- NextToken
The token for the next page of results.