libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Description

 
Synopsis

Documentation

data MaintenanceWindowIdentityForTarget Source #

The maintenance window to which the specified target belongs.

See: newMaintenanceWindowIdentityForTarget smart constructor.

Constructors

MaintenanceWindowIdentityForTarget' 

Fields

Instances

Instances details
Eq MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Read MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Show MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Generic MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Associated Types

type Rep MaintenanceWindowIdentityForTarget :: Type -> Type #

NFData MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Hashable MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

FromJSON MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

type Rep MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

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

newMaintenanceWindowIdentityForTarget :: MaintenanceWindowIdentityForTarget Source #

Create a value of MaintenanceWindowIdentityForTarget 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:name:MaintenanceWindowIdentityForTarget', maintenanceWindowIdentityForTarget_name - The name of the maintenance window.

$sel:windowId:MaintenanceWindowIdentityForTarget', maintenanceWindowIdentityForTarget_windowId - The ID of the maintenance window.