- Navigation Guide
@aws-sdk/client-ssm
UpdatePatchBaselineCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ApprovalRules | PatchRuleGroup | undefined | A set of rules used to include patches in the baseline. |
ApprovedPatches | string[] | undefined | A list of explicitly approved patches for the baseline. |
ApprovedPatchesComplianceLevel | PatchComplianceLevel | undefined | The compliance severity level assigned to the patch baseline after the update completed. |
ApprovedPatchesEnableNonSecurity | boolean | undefined | Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is |
AvailableSecurityUpdatesComplianceStatus | PatchComplianceStatus | undefined | Indicates the compliance status of managed nodes for which security-related patches are available but were not approved. This preference is specified when the Applies to Windows Server managed nodes only. |
BaselineId | string | undefined | The ID of the deleted patch baseline. |
CreatedDate | Date | undefined | The date when the patch baseline was created. |
Description | string | undefined | A description of the patch baseline. |
GlobalFilters | PatchFilterGroup | undefined | A set of global filters used to exclude patches from the baseline. |
ModifiedDate | Date | undefined | The date when the patch baseline was last modified. |
Name | string | undefined | The name of the patch baseline. |
OperatingSystem | OperatingSystem | undefined | The operating system rule used by the updated patch baseline. |
RejectedPatches | string[] | undefined | A list of explicitly rejected patches for the baseline. |
RejectedPatchesAction | PatchAction | undefined | The action specified to take on patches included in the |
Sources | PatchSource[] | undefined | Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only. |
Full Signature
export interface UpdatePatchBaselineCommandOutput extends UpdatePatchBaselineResult, MetadataBearer