| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget
Description
Synopsis
- data MaintenanceWindowIdentityForTarget = MaintenanceWindowIdentityForTarget' {}
- newMaintenanceWindowIdentityForTarget :: MaintenanceWindowIdentityForTarget
- maintenanceWindowIdentityForTarget_name :: Lens' MaintenanceWindowIdentityForTarget (Maybe Text)
- maintenanceWindowIdentityForTarget_windowId :: Lens' MaintenanceWindowIdentityForTarget (Maybe Text)
Documentation
data MaintenanceWindowIdentityForTarget Source #
The maintenance window to which the specified target belongs.
See: newMaintenanceWindowIdentityForTarget smart constructor.
Constructors
| MaintenanceWindowIdentityForTarget' | |
Instances
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.
maintenanceWindowIdentityForTarget_name :: Lens' MaintenanceWindowIdentityForTarget (Maybe Text) Source #
The name of the maintenance window.
maintenanceWindowIdentityForTarget_windowId :: Lens' MaintenanceWindowIdentityForTarget (Maybe Text) Source #
The ID of the maintenance window.