libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data CreateParameterGroup Source #

See: newCreateParameterGroup smart constructor.

Constructors

CreateParameterGroup' 

Fields

Instances

Instances details
Eq CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Read CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Show CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Generic CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Associated Types

type Rep CreateParameterGroup :: Type -> Type #

NFData CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Methods

rnf :: CreateParameterGroup -> () #

Hashable CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

ToJSON CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

AWSRequest CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Associated Types

type AWSResponse CreateParameterGroup #

ToHeaders CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

ToPath CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

ToQuery CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

type Rep CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

type Rep CreateParameterGroup = D1 ('MetaData "CreateParameterGroup" "Amazonka.DAX.CreateParameterGroup" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" 'False) (C1 ('MetaCons "CreateParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

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_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

Instances details
Eq CreateParameterGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Read CreateParameterGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Show CreateParameterGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Generic CreateParameterGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

Associated Types

type Rep CreateParameterGroupResponse :: Type -> Type #

NFData CreateParameterGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

type Rep CreateParameterGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.CreateParameterGroup

type Rep CreateParameterGroupResponse = D1 ('MetaData "CreateParameterGroupResponse" "Amazonka.DAX.CreateParameterGroup" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" 'False) (C1 ('MetaCons "CreateParameterGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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