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 |
Modifies the parameters of a parameter group. For the parameters parameter, it can't contain ASCII characters.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Synopsis
- data ModifyClusterParameterGroup = ModifyClusterParameterGroup' {}
- newModifyClusterParameterGroup :: Text -> ModifyClusterParameterGroup
- modifyClusterParameterGroup_parameterGroupName :: Lens' ModifyClusterParameterGroup Text
- modifyClusterParameterGroup_parameters :: Lens' ModifyClusterParameterGroup [Parameter]
- data ClusterParameterGroupNameMessage = ClusterParameterGroupNameMessage' {}
- newClusterParameterGroupNameMessage :: ClusterParameterGroupNameMessage
- clusterParameterGroupNameMessage_parameterGroupStatus :: Lens' ClusterParameterGroupNameMessage (Maybe Text)
- clusterParameterGroupNameMessage_parameterGroupName :: Lens' ClusterParameterGroupNameMessage (Maybe Text)
Creating a Request
data ModifyClusterParameterGroup Source #
Describes a modify cluster parameter group operation.
See: newModifyClusterParameterGroup
smart constructor.
ModifyClusterParameterGroup' | |
|
Instances
newModifyClusterParameterGroup Source #
Create a value of ModifyClusterParameterGroup
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:parameterGroupName:ModifyClusterParameterGroup'
, modifyClusterParameterGroup_parameterGroupName
- The name of the parameter group to be modified.
$sel:parameters:ModifyClusterParameterGroup'
, modifyClusterParameterGroup_parameters
- An array of parameters to be modified. A maximum of 20 parameters can be
modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
Request Lenses
modifyClusterParameterGroup_parameterGroupName :: Lens' ModifyClusterParameterGroup Text Source #
The name of the parameter group to be modified.
modifyClusterParameterGroup_parameters :: Lens' ModifyClusterParameterGroup [Parameter] Source #
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
Destructuring the Response
data ClusterParameterGroupNameMessage Source #
See: newClusterParameterGroupNameMessage
smart constructor.
ClusterParameterGroupNameMessage' | |
|
Instances
newClusterParameterGroupNameMessage :: ClusterParameterGroupNameMessage Source #
Create a value of ClusterParameterGroupNameMessage
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:parameterGroupStatus:ClusterParameterGroupNameMessage'
, clusterParameterGroupNameMessage_parameterGroupStatus
- The status of the parameter group. For example, if you made a change to
a parameter group name-value pair, then the change could be pending a
reboot of an associated cluster.
$sel:parameterGroupName:ClusterParameterGroupNameMessage'
, clusterParameterGroupNameMessage_parameterGroupName
- The name of the cluster parameter group.
Response Lenses
clusterParameterGroupNameMessage_parameterGroupStatus :: Lens' ClusterParameterGroupNameMessage (Maybe Text) Source #
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
clusterParameterGroupNameMessage_parameterGroupName :: Lens' ClusterParameterGroupNameMessage (Maybe Text) Source #
The name of the cluster parameter group.