stratosphere-ssm-1.0.0: Stratosphere integration for AWS SSM.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SSM.PatchBaseline

Documentation

data RuleGroupProperty Source #

Instances

Instances details
ToJSON RuleGroupProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

Show RuleGroupProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

Eq RuleGroupProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

ToResourceProperties RuleGroupProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

Property "PatchRules" RuleGroupProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

Associated Types

type PropertyType "PatchRules" RuleGroupProperty 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

type PropertyType "PatchRules" RuleGroupProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleGroupProperty

data RuleProperty Source #

Instances

Instances details
ToJSON RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Show RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Eq RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

ToResourceProperties RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Property "ApproveAfterDays" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Associated Types

type PropertyType "ApproveAfterDays" RuleProperty 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "ApproveAfterDays" RuleProperty = Value Integer

Methods

set :: PropertyType "ApproveAfterDays" RuleProperty -> RuleProperty -> RuleProperty #

Property "ApproveUntilDate" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Associated Types

type PropertyType "ApproveUntilDate" RuleProperty 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "ApproveUntilDate" RuleProperty = Value Text

Methods

set :: PropertyType "ApproveUntilDate" RuleProperty -> RuleProperty -> RuleProperty #

Property "ComplianceLevel" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Associated Types

type PropertyType "ComplianceLevel" RuleProperty 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "ComplianceLevel" RuleProperty = Value Text

Methods

set :: PropertyType "ComplianceLevel" RuleProperty -> RuleProperty -> RuleProperty #

Property "EnableNonSecurity" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Associated Types

type PropertyType "EnableNonSecurity" RuleProperty 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "EnableNonSecurity" RuleProperty = Value Bool

Methods

set :: PropertyType "EnableNonSecurity" RuleProperty -> RuleProperty -> RuleProperty #

Property "PatchFilterGroup" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Associated Types

type PropertyType "PatchFilterGroup" RuleProperty 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

Methods

set :: PropertyType "PatchFilterGroup" RuleProperty -> RuleProperty -> RuleProperty #

type PropertyType "ApproveAfterDays" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "ApproveAfterDays" RuleProperty = Value Integer
type PropertyType "ApproveUntilDate" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "ApproveUntilDate" RuleProperty = Value Text
type PropertyType "ComplianceLevel" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "ComplianceLevel" RuleProperty = Value Text
type PropertyType "EnableNonSecurity" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

type PropertyType "EnableNonSecurity" RuleProperty = Value Bool
type PropertyType "PatchFilterGroup" RuleProperty Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline.RuleProperty

data PatchBaseline Source #

Constructors

PatchBaseline

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html

Fields

Instances

Instances details
ToJSON PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Show PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Eq PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

ToResourceProperties PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Property "ApprovalRules" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "ApprovalRules" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Methods

set :: PropertyType "ApprovalRules" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "ApprovedPatches" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "ApprovedPatches" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatches" PatchBaseline = ValueList Text

Methods

set :: PropertyType "ApprovedPatches" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "ApprovedPatchesComplianceLevel" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "ApprovedPatchesComplianceLevel" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatchesComplianceLevel" PatchBaseline = Value Text

Methods

set :: PropertyType "ApprovedPatchesComplianceLevel" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "ApprovedPatchesEnableNonSecurity" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "ApprovedPatchesEnableNonSecurity" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatchesEnableNonSecurity" PatchBaseline = Value Bool

Methods

set :: PropertyType "ApprovedPatchesEnableNonSecurity" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "AvailableSecurityUpdatesComplianceStatus" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "AvailableSecurityUpdatesComplianceStatus" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "AvailableSecurityUpdatesComplianceStatus" PatchBaseline = Value Text

Methods

set :: PropertyType "AvailableSecurityUpdatesComplianceStatus" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "DefaultBaseline" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "DefaultBaseline" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "DefaultBaseline" PatchBaseline = Value Bool

Methods

set :: PropertyType "DefaultBaseline" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "Description" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "Description" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "Description" PatchBaseline = Value Text
Property "GlobalFilters" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "GlobalFilters" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Methods

set :: PropertyType "GlobalFilters" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "Name" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "Name" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Property "OperatingSystem" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "OperatingSystem" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "OperatingSystem" PatchBaseline = Value Text

Methods

set :: PropertyType "OperatingSystem" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "PatchGroups" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "PatchGroups" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Property "RejectedPatches" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "RejectedPatches" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "RejectedPatches" PatchBaseline = ValueList Text

Methods

set :: PropertyType "RejectedPatches" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "RejectedPatchesAction" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "RejectedPatchesAction" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "RejectedPatchesAction" PatchBaseline = Value Text

Methods

set :: PropertyType "RejectedPatchesAction" PatchBaseline -> PatchBaseline -> PatchBaseline #

Property "Sources" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "Sources" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Property "Tags" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

Associated Types

type PropertyType "Tags" PatchBaseline 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovalRules" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatches" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatches" PatchBaseline = ValueList Text
type PropertyType "ApprovedPatchesComplianceLevel" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatchesComplianceLevel" PatchBaseline = Value Text
type PropertyType "ApprovedPatchesEnableNonSecurity" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "ApprovedPatchesEnableNonSecurity" PatchBaseline = Value Bool
type PropertyType "AvailableSecurityUpdatesComplianceStatus" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "AvailableSecurityUpdatesComplianceStatus" PatchBaseline = Value Text
type PropertyType "DefaultBaseline" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "DefaultBaseline" PatchBaseline = Value Bool
type PropertyType "Description" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "Description" PatchBaseline = Value Text
type PropertyType "GlobalFilters" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "Name" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "OperatingSystem" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "OperatingSystem" PatchBaseline = Value Text
type PropertyType "PatchGroups" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "RejectedPatches" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "RejectedPatches" PatchBaseline = ValueList Text
type PropertyType "RejectedPatchesAction" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "RejectedPatchesAction" PatchBaseline = Value Text
type PropertyType "Sources" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline

type PropertyType "Tags" PatchBaseline Source # 
Instance details

Defined in Stratosphere.SSM.PatchBaseline