Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetDeployablePatchSnapshotForInstance C# (CSharp) Method

GetDeployablePatchSnapshotForInstance() public method

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-ApplyPatchBaseline Systems Manager document.
/// An error occurred on the server side. ///
public GetDeployablePatchSnapshotForInstance ( GetDeployablePatchSnapshotForInstanceRequest request ) : GetDeployablePatchSnapshotForInstanceResponse
request Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceRequest Container for the necessary parameters to execute the GetDeployablePatchSnapshotForInstance service method.
return Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceResponse
        public GetDeployablePatchSnapshotForInstanceResponse GetDeployablePatchSnapshotForInstance(GetDeployablePatchSnapshotForInstanceRequest request)
        {
            var marshaller = new GetDeployablePatchSnapshotForInstanceRequestMarshaller();
            var unmarshaller = GetDeployablePatchSnapshotForInstanceResponseUnmarshaller.Instance;

            return Invoke<GetDeployablePatchSnapshotForInstanceRequest,GetDeployablePatchSnapshotForInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient