pub struct GetDeployablePatchSnapshotForInstance { /* private fields */ }
Expand description
Fluent builder constructing a request to GetDeployablePatchSnapshotForInstance
.
Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline
Systems Manager document (SSM document).
If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript
document or the AWS-RunPowerShellScript
document.
Implementations
sourceimpl GetDeployablePatchSnapshotForInstance
impl GetDeployablePatchSnapshotForInstance
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetDeployablePatchSnapshotForInstance, AwsResponseRetryClassifier>, SdkError<GetDeployablePatchSnapshotForInstanceError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetDeployablePatchSnapshotForInstance, AwsResponseRetryClassifier>, SdkError<GetDeployablePatchSnapshotForInstanceError>>
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<GetDeployablePatchSnapshotForInstanceOutput, SdkError<GetDeployablePatchSnapshotForInstanceError>>
pub async fn send(
self
) -> Result<GetDeployablePatchSnapshotForInstanceOutput, SdkError<GetDeployablePatchSnapshotForInstanceError>>
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 instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
sourcepub fn snapshot_id(self, input: impl Into<String>) -> Self
pub fn snapshot_id(self, input: impl Into<String>) -> Self
The snapshot ID provided by the user when running AWS-RunPatchBaseline
.
sourcepub fn set_snapshot_id(self, input: Option<String>) -> Self
pub fn set_snapshot_id(self, input: Option<String>) -> Self
The snapshot ID provided by the user when running AWS-RunPatchBaseline
.
sourcepub fn baseline_override(self, input: BaselineOverride) -> Self
pub fn baseline_override(self, input: BaselineOverride) -> Self
Defines the basic information about a patch baseline override.
sourcepub fn set_baseline_override(self, input: Option<BaselineOverride>) -> Self
pub fn set_baseline_override(self, input: Option<BaselineOverride>) -> Self
Defines the basic information about a patch baseline override.
Trait Implementations
sourceimpl Clone for GetDeployablePatchSnapshotForInstance
impl Clone for GetDeployablePatchSnapshotForInstance
sourcefn clone(&self) -> GetDeployablePatchSnapshotForInstance
fn clone(&self) -> GetDeployablePatchSnapshotForInstance
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more