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 |
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
Synopsis
- data ModifyCluster = ModifyCluster' {}
- newModifyCluster :: Text -> ModifyCluster
- modifyCluster_stepConcurrencyLevel :: Lens' ModifyCluster (Maybe Int)
- modifyCluster_clusterId :: Lens' ModifyCluster Text
- data ModifyClusterResponse = ModifyClusterResponse' {}
- newModifyClusterResponse :: Int -> ModifyClusterResponse
- modifyClusterResponse_stepConcurrencyLevel :: Lens' ModifyClusterResponse (Maybe Int)
- modifyClusterResponse_httpStatus :: Lens' ModifyClusterResponse Int
Creating a Request
data ModifyCluster Source #
See: newModifyCluster
smart constructor.
ModifyCluster' | |
|
Instances
Create a value of ModifyCluster
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:
ModifyCluster
, modifyCluster_stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a
minimum of 1 step and a maximum of 256 steps. We recommend that you do
not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more
information see Step$ActionOnFailure.
$sel:clusterId:ModifyCluster'
, modifyCluster_clusterId
- The unique identifier of the cluster.
Request Lenses
modifyCluster_stepConcurrencyLevel :: Lens' ModifyCluster (Maybe Int) Source #
The number of steps that can be executed concurrently. You can specify a
minimum of 1 step and a maximum of 256 steps. We recommend that you do
not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more
information see Step$ActionOnFailure.
modifyCluster_clusterId :: Lens' ModifyCluster Text Source #
The unique identifier of the cluster.
Destructuring the Response
data ModifyClusterResponse Source #
See: newModifyClusterResponse
smart constructor.
ModifyClusterResponse' | |
|
Instances
newModifyClusterResponse Source #
Create a value of ModifyClusterResponse
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:
ModifyCluster
, modifyClusterResponse_stepConcurrencyLevel
- The number of steps that can be executed concurrently.
$sel:httpStatus:ModifyClusterResponse'
, modifyClusterResponse_httpStatus
- The response's http status code.
Response Lenses
modifyClusterResponse_stepConcurrencyLevel :: Lens' ModifyClusterResponse (Maybe Int) Source #
The number of steps that can be executed concurrently.
modifyClusterResponse_httpStatus :: Lens' ModifyClusterResponse Int Source #
The response's http status code.