Struct aws_sdk_mq::client::fluent_builders::UpdateBroker
source · [−]pub struct UpdateBroker<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateBroker
.
Adds a pending configuration change to a broker.
Implementations
impl<C, M, R> UpdateBroker<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateBroker<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateBrokerOutput, SdkError<UpdateBrokerError>> where
R::Policy: SmithyRetryPolicy<UpdateBrokerInputOperationOutputAlias, UpdateBrokerOutput, UpdateBrokerError, UpdateBrokerInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateBrokerOutput, SdkError<UpdateBrokerError>> where
R::Policy: SmithyRetryPolicy<UpdateBrokerInputOperationOutputAlias, UpdateBrokerOutput, UpdateBrokerError, UpdateBrokerInputOperationRetryAlias>,
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.
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
The unique ID that Amazon MQ generates for the broker.
The unique ID that Amazon MQ generates for the broker.
A list of information about the configuration.
A list of information about the configuration.
The broker engine version. For a list of supported engine versions, see Supported engines.
The broker engine version. For a list of supported engine versions, see Supported engines.
The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.
The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
Enables Amazon CloudWatch logging for brokers.
The parameters that determine the WeeklyStartTime.
The parameters that determine the WeeklyStartTime.
Appends an item to SecurityGroups
.
To override the contents of this collection use set_security_groups
.
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateBroker<C, M, R>
impl<C, M, R> Unpin for UpdateBroker<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateBroker<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