aws-sdk-ec2 1.246.0

AWS SDK for Amazon Elastic Compute Cloud
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetIpamRoutingPolicyRegistrationDeltas`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`dry_run(bool)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
    ///   - [`ipam_internet_registry_association_id(impl Into<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::ipam_internet_registry_association_id) / [`set_ipam_internet_registry_association_id(Option<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_ipam_internet_registry_association_id):<br>required: **true**<br><p>The ID of the IPAM internet registry association.</p><br>
    ///   - [`delta_id(impl Into<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::delta_id) / [`set_delta_id(Option<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_delta_id):<br>required: **false**<br><p>Filter results to a specific delta ID.</p><br>
    ///   - [`start_time(DateTime)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::start_time) / [`set_start_time(Option<DateTime>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_start_time):<br>required: **false**<br><p>The start of the time range to filter deltas by.</p><br>
    ///   - [`end_time(DateTime)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::end_time) / [`set_end_time(Option<DateTime>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_end_time):<br>required: **false**<br><p>The end of the time range to filter deltas by.</p><br>
    ///   - [`chronological_order(ChronologicalOrder)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::chronological_order) / [`set_chronological_order(Option<ChronologicalOrder>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_chronological_order):<br>required: **false**<br><p>The chronological order to return results in. Valid values: <code>forward</code> | <code>reverse</code>.</p><br>
    ///   - [`max_results(i32)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return in a single call. If not specified, all available results are returned. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p><br>
    ///   - [`next_token(impl Into<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::set_next_token):<br>required: **false**<br><p>The token for the next page of results.</p><br>
    /// - On success, responds with [`GetIpamRoutingPolicyRegistrationDeltasOutput`](crate::operation::get_ipam_routing_policy_registration_deltas::GetIpamRoutingPolicyRegistrationDeltasOutput) with field(s):
    ///   - [`ipam_routing_policy_registration_deltas(Option<Vec::<IpamRoutingPolicyRegistrationDelta>>)`](crate::operation::get_ipam_routing_policy_registration_deltas::GetIpamRoutingPolicyRegistrationDeltasOutput::ipam_routing_policy_registration_deltas): <p>The routing policy registration deltas.</p>
    ///   - [`next_token(Option<String>)`](crate::operation::get_ipam_routing_policy_registration_deltas::GetIpamRoutingPolicyRegistrationDeltasOutput::next_token): <p>The token to use to retrieve the next page of results.</p>
    /// - On failure, responds with [`SdkError<GetIpamRoutingPolicyRegistrationDeltasError>`](crate::operation::get_ipam_routing_policy_registration_deltas::GetIpamRoutingPolicyRegistrationDeltasError)
    pub fn get_ipam_routing_policy_registration_deltas(
        &self,
    ) -> crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder {
        crate::operation::get_ipam_routing_policy_registration_deltas::builders::GetIpamRoutingPolicyRegistrationDeltasFluentBuilder::new(
            self.handle.clone(),
        )
    }
}