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 |
Synopsis
- data PendingModifiedServiceUpdate = PendingModifiedServiceUpdate' {}
- newPendingModifiedServiceUpdate :: PendingModifiedServiceUpdate
- pendingModifiedServiceUpdate_serviceUpdateName :: Lens' PendingModifiedServiceUpdate (Maybe Text)
- pendingModifiedServiceUpdate_status :: Lens' PendingModifiedServiceUpdate (Maybe ServiceUpdateStatus)
Documentation
data PendingModifiedServiceUpdate Source #
Update action that has yet to be processed for the corresponding apply/stop request
See: newPendingModifiedServiceUpdate
smart constructor.
PendingModifiedServiceUpdate' | |
|
Instances
newPendingModifiedServiceUpdate :: PendingModifiedServiceUpdate Source #
Create a value of PendingModifiedServiceUpdate
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:serviceUpdateName:PendingModifiedServiceUpdate'
, pendingModifiedServiceUpdate_serviceUpdateName
- The unique ID of the service update
$sel:status:PendingModifiedServiceUpdate'
, pendingModifiedServiceUpdate_status
- The status of the service update
pendingModifiedServiceUpdate_serviceUpdateName :: Lens' PendingModifiedServiceUpdate (Maybe Text) Source #
The unique ID of the service update
pendingModifiedServiceUpdate_status :: Lens' PendingModifiedServiceUpdate (Maybe ServiceUpdateStatus) Source #
The status of the service update