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 |
Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.
Synopsis
- data BatchStopUpdateAction = BatchStopUpdateAction' {}
- newBatchStopUpdateAction :: Text -> BatchStopUpdateAction
- batchStopUpdateAction_cacheClusterIds :: Lens' BatchStopUpdateAction (Maybe [Text])
- batchStopUpdateAction_replicationGroupIds :: Lens' BatchStopUpdateAction (Maybe [Text])
- batchStopUpdateAction_serviceUpdateName :: Lens' BatchStopUpdateAction Text
- data UpdateActionResultsMessage = UpdateActionResultsMessage' {}
- newUpdateActionResultsMessage :: UpdateActionResultsMessage
- updateActionResultsMessage_unprocessedUpdateActions :: Lens' UpdateActionResultsMessage (Maybe [UnprocessedUpdateAction])
- updateActionResultsMessage_processedUpdateActions :: Lens' UpdateActionResultsMessage (Maybe [ProcessedUpdateAction])
Creating a Request
data BatchStopUpdateAction Source #
See: newBatchStopUpdateAction
smart constructor.
BatchStopUpdateAction' | |
|
Instances
newBatchStopUpdateAction Source #
Create a value of BatchStopUpdateAction
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:cacheClusterIds:BatchStopUpdateAction'
, batchStopUpdateAction_cacheClusterIds
- The cache cluster IDs
$sel:replicationGroupIds:BatchStopUpdateAction'
, batchStopUpdateAction_replicationGroupIds
- The replication group IDs
$sel:serviceUpdateName:BatchStopUpdateAction'
, batchStopUpdateAction_serviceUpdateName
- The unique ID of the service update
Request Lenses
batchStopUpdateAction_cacheClusterIds :: Lens' BatchStopUpdateAction (Maybe [Text]) Source #
The cache cluster IDs
batchStopUpdateAction_replicationGroupIds :: Lens' BatchStopUpdateAction (Maybe [Text]) Source #
The replication group IDs
batchStopUpdateAction_serviceUpdateName :: Lens' BatchStopUpdateAction Text Source #
The unique ID of the service update
Destructuring the Response
data UpdateActionResultsMessage Source #
See: newUpdateActionResultsMessage
smart constructor.
UpdateActionResultsMessage' | |
|
Instances
newUpdateActionResultsMessage :: UpdateActionResultsMessage Source #
Create a value of UpdateActionResultsMessage
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:unprocessedUpdateActions:UpdateActionResultsMessage'
, updateActionResultsMessage_unprocessedUpdateActions
- Update actions that haven't been processed successfully
$sel:processedUpdateActions:UpdateActionResultsMessage'
, updateActionResultsMessage_processedUpdateActions
- Update actions that have been processed successfully
Response Lenses
updateActionResultsMessage_unprocessedUpdateActions :: Lens' UpdateActionResultsMessage (Maybe [UnprocessedUpdateAction]) Source #
Update actions that haven't been processed successfully
updateActionResultsMessage_processedUpdateActions :: Lens' UpdateActionResultsMessage (Maybe [ProcessedUpdateAction]) Source #
Update actions that have been processed successfully