| 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.DAX.CreateParameterGroup
Description
Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
Synopsis
- data CreateParameterGroup = CreateParameterGroup' {}
- newCreateParameterGroup :: Text -> CreateParameterGroup
- createParameterGroup_description :: Lens' CreateParameterGroup (Maybe Text)
- createParameterGroup_parameterGroupName :: Lens' CreateParameterGroup Text
- data CreateParameterGroupResponse = CreateParameterGroupResponse' {}
- newCreateParameterGroupResponse :: Int -> CreateParameterGroupResponse
- createParameterGroupResponse_parameterGroup :: Lens' CreateParameterGroupResponse (Maybe ParameterGroup)
- createParameterGroupResponse_httpStatus :: Lens' CreateParameterGroupResponse Int
Creating a Request
data CreateParameterGroup Source #
See: newCreateParameterGroup smart constructor.
Constructors
| CreateParameterGroup' | |
Fields
| |
Instances
newCreateParameterGroup Source #
Create a value of CreateParameterGroup 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:description:CreateParameterGroup', createParameterGroup_description - A description of the parameter group.
$sel:parameterGroupName:CreateParameterGroup', createParameterGroup_parameterGroupName - The name of the parameter group to apply to all of the clusters in this
replication group.
Request Lenses
createParameterGroup_description :: Lens' CreateParameterGroup (Maybe Text) Source #
A description of the parameter group.
createParameterGroup_parameterGroupName :: Lens' CreateParameterGroup Text Source #
The name of the parameter group to apply to all of the clusters in this replication group.
Destructuring the Response
data CreateParameterGroupResponse Source #
See: newCreateParameterGroupResponse smart constructor.
Constructors
| CreateParameterGroupResponse' | |
Fields
| |
Instances
newCreateParameterGroupResponse Source #
Create a value of CreateParameterGroupResponse 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:parameterGroup:CreateParameterGroupResponse', createParameterGroupResponse_parameterGroup - Represents the output of a CreateParameterGroup action.
$sel:httpStatus:CreateParameterGroupResponse', createParameterGroupResponse_httpStatus - The response's http status code.
Response Lenses
createParameterGroupResponse_parameterGroup :: Lens' CreateParameterGroupResponse (Maybe ParameterGroup) Source #
Represents the output of a CreateParameterGroup action.
createParameterGroupResponse_httpStatus :: Lens' CreateParameterGroupResponse Int Source #
The response's http status code.