Struct aws_sdk_devicefarm::client::fluent_builders::RenewOffering [−][src]
pub struct RenewOffering<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to RenewOffering.
Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Implementations
impl<C, M, R> RenewOffering<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> RenewOffering<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<RenewOfferingOutput, SdkError<RenewOfferingError>> where
R::Policy: SmithyRetryPolicy<RenewOfferingInputOperationOutputAlias, RenewOfferingOutput, RenewOfferingError, RenewOfferingInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<RenewOfferingOutput, SdkError<RenewOfferingError>> where
R::Policy: SmithyRetryPolicy<RenewOfferingInputOperationOutputAlias, RenewOfferingOutput, RenewOfferingError, RenewOfferingInputOperationRetryAlias>,
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.
The ID of a request to renew an offering.
The ID of a request to renew an offering.
The quantity requested in an offering renewal.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for RenewOffering<C, M, R>
impl<C, M, R> Unpin for RenewOffering<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for RenewOffering<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
