Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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.