Struct aws_sdk_redshift::client::fluent_builders::ModifyClusterParameterGroup [−][src]
pub struct ModifyClusterParameterGroup<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ModifyClusterParameterGroup
.
Modifies the parameters of a parameter group. For the parameters parameter, it can't contain ASCII characters.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Implementations
impl<C, M, R> ModifyClusterParameterGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ModifyClusterParameterGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ModifyClusterParameterGroupOutput, SdkError<ModifyClusterParameterGroupError>> where
R::Policy: SmithyRetryPolicy<ModifyClusterParameterGroupInputOperationOutputAlias, ModifyClusterParameterGroupOutput, ModifyClusterParameterGroupError, ModifyClusterParameterGroupInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ModifyClusterParameterGroupOutput, SdkError<ModifyClusterParameterGroupError>> where
R::Policy: SmithyRetryPolicy<ModifyClusterParameterGroupInputOperationOutputAlias, ModifyClusterParameterGroupOutput, ModifyClusterParameterGroupError, ModifyClusterParameterGroupInputOperationRetryAlias>,
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 parameter group to be modified.
The name of the parameter group to be modified.
Appends an item to Parameters
.
To override the contents of this collection use set_parameters
.
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ModifyClusterParameterGroup<C, M, R>
impl<C, M, R> Send for ModifyClusterParameterGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ModifyClusterParameterGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ModifyClusterParameterGroup<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ModifyClusterParameterGroup<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