Struct aws_sdk_ec2::client::fluent_builders::GetIpamAddressHistory [−][src]
pub struct GetIpamAddressHistory<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetIpamAddressHistory
.
Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.
Implementations
impl<C, M, R> GetIpamAddressHistory<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetIpamAddressHistory<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetIpamAddressHistoryOutput, SdkError<GetIpamAddressHistoryError>> where
R::Policy: SmithyRetryPolicy<GetIpamAddressHistoryInputOperationOutputAlias, GetIpamAddressHistoryOutput, GetIpamAddressHistoryError, GetIpamAddressHistoryInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetIpamAddressHistoryOutput, SdkError<GetIpamAddressHistoryError>> where
R::Policy: SmithyRetryPolicy<GetIpamAddressHistoryInputOperationOutputAlias, GetIpamAddressHistoryOutput, GetIpamAddressHistoryError, GetIpamAddressHistoryInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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 is UnauthorizedOperation
.
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 is UnauthorizedOperation
.
The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.
The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.
The ID of the IPAM scope that the CIDR is in.
The ID of the IPAM scope that the CIDR is in.
The ID of the VPC you want your history records filtered by.
The ID of the VPC you want your history records filtered by.
The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.
The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.
The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.
The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.
The maximum number of historical results you would like returned per page. Defaults to 100.
The maximum number of historical results you would like returned per page. Defaults to 100.
The token for the next page of results.
The token for the next page of results.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetIpamAddressHistory<C, M, R>
impl<C, M, R> Send for GetIpamAddressHistory<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetIpamAddressHistory<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetIpamAddressHistory<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetIpamAddressHistory<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more