AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetDeployablePatchSnapshotForInstance operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementRequest
      Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceRequest

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class GetDeployablePatchSnapshotForInstanceRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The GetDeployablePatchSnapshotForInstanceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BaselineOverride Amazon.SimpleSystemsManagement.Model.BaselineOverride

Gets and sets the property BaselineOverride.

Defines the basic information about a patch baseline override.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the managed node for which the appropriate patch snapshot should be retrieved.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The snapshot ID provided by the user when running AWS-RunPatchBaseline.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5