| 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 |
Amazonka.ElastiCache.BatchApplyUpdateAction
Description
Apply the service update. For more information on service updates and applying them, see Applying Service Updates.
Synopsis
- data BatchApplyUpdateAction = BatchApplyUpdateAction' {}
- newBatchApplyUpdateAction :: Text -> BatchApplyUpdateAction
- batchApplyUpdateAction_cacheClusterIds :: Lens' BatchApplyUpdateAction (Maybe [Text])
- batchApplyUpdateAction_replicationGroupIds :: Lens' BatchApplyUpdateAction (Maybe [Text])
- batchApplyUpdateAction_serviceUpdateName :: Lens' BatchApplyUpdateAction Text
- data UpdateActionResultsMessage = UpdateActionResultsMessage' {}
- newUpdateActionResultsMessage :: UpdateActionResultsMessage
- updateActionResultsMessage_unprocessedUpdateActions :: Lens' UpdateActionResultsMessage (Maybe [UnprocessedUpdateAction])
- updateActionResultsMessage_processedUpdateActions :: Lens' UpdateActionResultsMessage (Maybe [ProcessedUpdateAction])
Creating a Request
data BatchApplyUpdateAction Source #
See: newBatchApplyUpdateAction smart constructor.
Constructors
| BatchApplyUpdateAction' | |
Fields
| |
Instances
newBatchApplyUpdateAction Source #
Create a value of BatchApplyUpdateAction 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:BatchApplyUpdateAction', batchApplyUpdateAction_cacheClusterIds - The cache cluster IDs
$sel:replicationGroupIds:BatchApplyUpdateAction', batchApplyUpdateAction_replicationGroupIds - The replication group IDs
$sel:serviceUpdateName:BatchApplyUpdateAction', batchApplyUpdateAction_serviceUpdateName - The unique ID of the service update
Request Lenses
batchApplyUpdateAction_cacheClusterIds :: Lens' BatchApplyUpdateAction (Maybe [Text]) Source #
The cache cluster IDs
batchApplyUpdateAction_replicationGroupIds :: Lens' BatchApplyUpdateAction (Maybe [Text]) Source #
The replication group IDs
batchApplyUpdateAction_serviceUpdateName :: Lens' BatchApplyUpdateAction Text Source #
The unique ID of the service update
Destructuring the Response
data UpdateActionResultsMessage Source #
See: newUpdateActionResultsMessage smart constructor.
Constructors
| UpdateActionResultsMessage' | |
Fields
| |
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