amazonka-mediaconnect-2.0: Amazon MediaConnect 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.MediaConnect.Types.AddMaintenance

Description

 
Synopsis

Documentation

data AddMaintenance Source #

Create maintenance setting for a flow

See: newAddMaintenance smart constructor.

Constructors

AddMaintenance' 

Fields

  • maintenanceDay :: MaintenanceDay

    A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.

  • maintenanceStartHour :: Text

    UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.

Instances

Instances details
ToJSON AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

Generic AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

Associated Types

type Rep AddMaintenance :: Type -> Type #

Read AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

Show AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

NFData AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

Methods

rnf :: AddMaintenance -> () #

Eq AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

Hashable AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

type Rep AddMaintenance Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.AddMaintenance

type Rep AddMaintenance = D1 ('MetaData "AddMaintenance" "Amazonka.MediaConnect.Types.AddMaintenance" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" 'False) (C1 ('MetaCons "AddMaintenance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maintenanceDay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MaintenanceDay) :*: S1 ('MetaSel ('Just "maintenanceStartHour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAddMaintenance Source #

Create a value of AddMaintenance 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:maintenanceDay:AddMaintenance', addMaintenance_maintenanceDay - A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.

$sel:maintenanceStartHour:AddMaintenance', addMaintenance_maintenanceStartHour - UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.

addMaintenance_maintenanceDay :: Lens' AddMaintenance MaintenanceDay Source #

A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.

addMaintenance_maintenanceStartHour :: Lens' AddMaintenance Text Source #

UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.