Struct aws_sdk_redshift::client::fluent_builders::GetReservedNodeExchangeConfigurationOptions [−][src]
pub struct GetReservedNodeExchangeConfigurationOptions<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetReservedNodeExchangeConfigurationOptions
.
Gets the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node offering. Details include the node type, the price, the node count, and the offering type.
Implementations
impl<C, M, R> GetReservedNodeExchangeConfigurationOptions<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetReservedNodeExchangeConfigurationOptions<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetReservedNodeExchangeConfigurationOptionsOutput, SdkError<GetReservedNodeExchangeConfigurationOptionsError>> where
R::Policy: SmithyRetryPolicy<GetReservedNodeExchangeConfigurationOptionsInputOperationOutputAlias, GetReservedNodeExchangeConfigurationOptionsOutput, GetReservedNodeExchangeConfigurationOptionsError, GetReservedNodeExchangeConfigurationOptionsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetReservedNodeExchangeConfigurationOptionsOutput, SdkError<GetReservedNodeExchangeConfigurationOptionsError>> where
R::Policy: SmithyRetryPolicy<GetReservedNodeExchangeConfigurationOptionsInputOperationOutputAlias, GetReservedNodeExchangeConfigurationOptionsOutput, GetReservedNodeExchangeConfigurationOptionsError, GetReservedNodeExchangeConfigurationOptionsInputOperationRetryAlias>,
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 action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.
The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.
The identifier for the cluster that is the source for a reserved-node exchange.
The identifier for the cluster that is the source for a reserved-node exchange.
The identifier for the snapshot that is the source for the reserved-node exchange.
The identifier for the snapshot that is the source for the reserved-node exchange.
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 GetReservedNodeExchangeConfigurationOptions
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 GetReservedNodeExchangeConfigurationOptions
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 GetReservedNodeExchangeConfigurationOptions<C, M, R>
impl<C, M, R> Send for GetReservedNodeExchangeConfigurationOptions<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetReservedNodeExchangeConfigurationOptions<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetReservedNodeExchangeConfigurationOptions<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetReservedNodeExchangeConfigurationOptions<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