pub struct DescribeReservedNodeExchangeStatus<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribeReservedNodeExchangeStatus
.
Returns exchange status details and associated metadata for a reserved-node exchange. Statuses include such values as in progress and requested.
Implementations
impl<C, M, R> DescribeReservedNodeExchangeStatus<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeReservedNodeExchangeStatus<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeReservedNodeExchangeStatusOutput, SdkError<DescribeReservedNodeExchangeStatusError>> where
R::Policy: SmithyRetryPolicy<DescribeReservedNodeExchangeStatusInputOperationOutputAlias, DescribeReservedNodeExchangeStatusOutput, DescribeReservedNodeExchangeStatusError, DescribeReservedNodeExchangeStatusInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeReservedNodeExchangeStatusOutput, SdkError<DescribeReservedNodeExchangeStatusError>> where
R::Policy: SmithyRetryPolicy<DescribeReservedNodeExchangeStatusInputOperationOutputAlias, DescribeReservedNodeExchangeStatusOutput, DescribeReservedNodeExchangeStatusError, DescribeReservedNodeExchangeStatusInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
The identifier of the source reserved node in a reserved-node exchange request.
The identifier of the source reserved node in a reserved-node exchange request.
The identifier of the reserved-node exchange request.
The identifier of the reserved-node exchange request.
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a Marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a Marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords
parameter. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords
parameter. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeReservedNodeExchangeStatus<C, M, R>
impl<C, M, R> Send for DescribeReservedNodeExchangeStatus<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeReservedNodeExchangeStatus<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeReservedNodeExchangeStatus<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeReservedNodeExchangeStatus<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