amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types.ScheduledWindowExecution

Description

 
Synopsis

Documentation

data ScheduledWindowExecution Source #

Information about a scheduled execution for a maintenance window.

See: newScheduledWindowExecution smart constructor.

Constructors

ScheduledWindowExecution' 

Fields

Instances

Instances details
FromJSON ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Generic ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Associated Types

type Rep ScheduledWindowExecution :: Type -> Type #

Read ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Show ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

NFData ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Eq ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Hashable ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

type Rep ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

type Rep ScheduledWindowExecution = D1 ('MetaData "ScheduledWindowExecution" "Amazonka.SSM.Types.ScheduledWindowExecution" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ScheduledWindowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScheduledWindowExecution :: ScheduledWindowExecution Source #

Create a value of ScheduledWindowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionTime:ScheduledWindowExecution', scheduledWindowExecution_executionTime - The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

$sel:name:ScheduledWindowExecution', scheduledWindowExecution_name - The name of the maintenance window to be run.

$sel:windowId:ScheduledWindowExecution', scheduledWindowExecution_windowId - The ID of the maintenance window to be run.

scheduledWindowExecution_executionTime :: Lens' ScheduledWindowExecution (Maybe Text) Source #

The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

scheduledWindowExecution_name :: Lens' ScheduledWindowExecution (Maybe Text) Source #

The name of the maintenance window to be run.

scheduledWindowExecution_windowId :: Lens' ScheduledWindowExecution (Maybe Text) Source #

The ID of the maintenance window to be run.