Struct aws_sdk_cloudsearch::client::fluent_builders::DescribeAvailabilityOptions [−][src]
pub struct DescribeAvailabilityOptions<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeAvailabilityOptions.
Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.
Implementations
impl<C, M, R> DescribeAvailabilityOptions<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeAvailabilityOptions<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeAvailabilityOptionsOutput, SdkError<DescribeAvailabilityOptionsError>> where
R::Policy: SmithyRetryPolicy<DescribeAvailabilityOptionsInputOperationOutputAlias, DescribeAvailabilityOptionsOutput, DescribeAvailabilityOptionsError, DescribeAvailabilityOptionsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeAvailabilityOptionsOutput, SdkError<DescribeAvailabilityOptionsError>> where
R::Policy: SmithyRetryPolicy<DescribeAvailabilityOptionsInputOperationOutputAlias, DescribeAvailabilityOptionsOutput, DescribeAvailabilityOptionsError, DescribeAvailabilityOptionsInputOperationRetryAlias>,
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 name of the domain you want to describe.
The name of the domain you want to describe.
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeAvailabilityOptions<C, M, R>
impl<C, M, R> Send for DescribeAvailabilityOptions<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeAvailabilityOptions<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeAvailabilityOptions<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeAvailabilityOptions<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
