Struct aws_sdk_ec2::client::fluent_builders::ModifyIpamResourceCidr [−][src]
pub struct ModifyIpamResourceCidr<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ModifyIpamResourceCidr
.
Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.
For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.
Implementations
impl<C, M, R> ModifyIpamResourceCidr<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ModifyIpamResourceCidr<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ModifyIpamResourceCidrOutput, SdkError<ModifyIpamResourceCidrError>> where
R::Policy: SmithyRetryPolicy<ModifyIpamResourceCidrInputOperationOutputAlias, ModifyIpamResourceCidrOutput, ModifyIpamResourceCidrError, ModifyIpamResourceCidrInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ModifyIpamResourceCidrOutput, SdkError<ModifyIpamResourceCidrError>> where
R::Policy: SmithyRetryPolicy<ModifyIpamResourceCidrInputOperationOutputAlias, ModifyIpamResourceCidrOutput, ModifyIpamResourceCidrError, ModifyIpamResourceCidrInputOperationRetryAlias>,
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 ID of the resource you want to modify.
The ID of the resource you want to modify.
The CIDR of the resource you want to modify.
The CIDR of the resource you want to modify.
The Amazon Web Services Region of the resource you want to modify.
The Amazon Web Services Region of the resource you want to modify.
The ID of the current scope that the resource CIDR is in.
The ID of the current scope that the resource CIDR is in.
The ID of the scope you want to transfer the resource CIDR to.
The ID of the scope you want to transfer the resource CIDR to.
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ModifyIpamResourceCidr<C, M, R>
impl<C, M, R> Send for ModifyIpamResourceCidr<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ModifyIpamResourceCidr<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ModifyIpamResourceCidr<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ModifyIpamResourceCidr<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