Crate awsipranges
source ·Re-exports§
pub use ipnetwork;
Structs§
- AWS IP Prefix record containing the IP prefix, region, network border group, and services associated with the prefix.
- Collection of AWS IP ranges that provides methods to search and filter the prefixes and extract information about the regions, network border groups, and services represented in the collection.
- A synchronous (blocking) client for retrieving and caching the AWS IP Ranges JSON data. You can use the client to customize the URL used to retrieve the JSON file, the file path used to cache the data, and the cache-time duration.
- Filter used to include AWS IP Prefixes based on the prefix type (IPv4/IPv6), regions, network border groups, and services associated with the prefixes.
- Search results containing the matching AwsIpRanges, a map of found prefixes, and the set of prefixes not found in the AWS IP Ranges.
Enums§
- IP prefix type (IPv4 or IPv6) used to filter the AWS IP Prefixes.
Functions§
- Primary library interface that allows you to quickly retrieve and parse the AWS IP Ranges. Returns a boxed AwsIpRanges object that allows you to quickly query (search, filter, etc.) the AWS IP Ranges data.