Struct aws_sdk_ssm::client::fluent_builders::GetConnectionStatus
source · pub struct GetConnectionStatus { /* private fields */ }
Expand description
Fluent builder constructing a request to GetConnectionStatus
.
Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.
Implementations§
source§impl GetConnectionStatus
impl GetConnectionStatus
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetConnectionStatus, AwsResponseRetryClassifier>, SdkError<GetConnectionStatusError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetConnectionStatus, AwsResponseRetryClassifier>, SdkError<GetConnectionStatusError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetConnectionStatusOutput, SdkError<GetConnectionStatusError>>
pub async fn send(
self
) -> Result<GetConnectionStatusOutput, SdkError<GetConnectionStatusError>>
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.
sourcepub fn set_target(self, input: Option<String>) -> Self
pub fn set_target(self, input: Option<String>) -> Self
The managed node ID.
Trait Implementations§
source§impl Clone for GetConnectionStatus
impl Clone for GetConnectionStatus
source§fn clone(&self) -> GetConnectionStatus
fn clone(&self) -> GetConnectionStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more