Struct aws_sdk_ec2::client::fluent_builders::CreatePublicIpv4Pool [−][src]
pub struct CreatePublicIpv4Pool<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreatePublicIpv4Pool
.
Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use DescribePublicIpv4Pools.
Implementations
impl<C, M, R> CreatePublicIpv4Pool<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreatePublicIpv4Pool<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreatePublicIpv4PoolOutput, SdkError<CreatePublicIpv4PoolError>> where
R::Policy: SmithyRetryPolicy<CreatePublicIpv4PoolInputOperationOutputAlias, CreatePublicIpv4PoolOutput, CreatePublicIpv4PoolError, CreatePublicIpv4PoolInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreatePublicIpv4PoolOutput, SdkError<CreatePublicIpv4PoolError>> where
R::Policy: SmithyRetryPolicy<CreatePublicIpv4PoolInputOperationOutputAlias, CreatePublicIpv4PoolOutput, CreatePublicIpv4PoolError, CreatePublicIpv4PoolInputOperationRetryAlias>,
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
.
Appends an item to TagSpecifications
.
To override the contents of this collection use set_tag_specifications
.
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreatePublicIpv4Pool<C, M, R>
impl<C, M, R> Send for CreatePublicIpv4Pool<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreatePublicIpv4Pool<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreatePublicIpv4Pool<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreatePublicIpv4Pool<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