Struct aws_sdk_ssm::client::fluent_builders::DescribeInstancePatches
source · [−]pub struct DescribeInstancePatches<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeInstancePatches
.
Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.
Implementations
impl<C, M, R> DescribeInstancePatches<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeInstancePatches<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeInstancePatchesOutput, SdkError<DescribeInstancePatchesError>> where
R::Policy: SmithyRetryPolicy<DescribeInstancePatchesInputOperationOutputAlias, DescribeInstancePatchesOutput, DescribeInstancePatchesError, DescribeInstancePatchesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeInstancePatchesOutput, SdkError<DescribeInstancePatchesError>> where
R::Policy: SmithyRetryPolicy<DescribeInstancePatchesInputOperationOutputAlias, DescribeInstancePatchesOutput, DescribeInstancePatchesError, DescribeInstancePatchesInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
The ID of the managed node whose patch state information should be retrieved.
The ID of the managed node whose patch state information should be retrieved.
Appends an item to Filters
.
To override the contents of this collection use set_filters
.
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatches
include the following:
-
Classification
Sample values:
Security
|SecurityUpdates
-
KBId
Sample values:
KB4480056
|java-1.7.0-openjdk.x86_64
-
Severity
Sample values:
Important
|Medium
|Low
-
State
Sample values:
Installed
|InstalledOther
|InstalledPendingReboot
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatches
include the following:
-
Classification
Sample values:
Security
|SecurityUpdates
-
KBId
Sample values:
KB4480056
|java-1.7.0-openjdk.x86_64
-
Severity
Sample values:
Important
|Medium
|Low
-
State
Sample values:
Installed
|InstalledOther
|InstalledPendingReboot
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of patches to return (per page).
The maximum number of patches to return (per page).
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeInstancePatches<C, M, R>
impl<C, M, R> Send for DescribeInstancePatches<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeInstancePatches<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeInstancePatches<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeInstancePatches<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