Struct aws_sdk_applicationinsights::client::fluent_builders::UpdateComponentConfiguration
source · [−]pub struct UpdateComponentConfiguration<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateComponentConfiguration
.
Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation
.
Implementations
impl<C, M, R> UpdateComponentConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateComponentConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateComponentConfigurationOutput, SdkError<UpdateComponentConfigurationError>> where
R::Policy: SmithyRetryPolicy<UpdateComponentConfigurationInputOperationOutputAlias, UpdateComponentConfigurationOutput, UpdateComponentConfigurationError, UpdateComponentConfigurationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateComponentConfigurationOutput, SdkError<UpdateComponentConfigurationError>> where
R::Policy: SmithyRetryPolicy<UpdateComponentConfigurationInputOperationOutputAlias, UpdateComponentConfigurationOutput, UpdateComponentConfigurationError, UpdateComponentConfigurationInputOperationRetryAlias>,
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 resource group.
The name of the resource group.
The name of the component.
The name of the component.
Indicates whether the application component is monitored.
Indicates whether the application component is monitored.
The tier of the application component. Supported tiers include DOT_NET_WORKER
, DOT_NET_WEB
, DOT_NET_CORE
, SQL_SERVER
, and DEFAULT
.
The tier of the application component. Supported tiers include DOT_NET_WORKER
, DOT_NET_WEB
, DOT_NET_CORE
, SQL_SERVER
, and DEFAULT
.
The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation
to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.
The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation
to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateComponentConfiguration<C, M, R>
impl<C, M, R> Send for UpdateComponentConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateComponentConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateComponentConfiguration<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateComponentConfiguration<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