libZSservicesZSamazonka-memorydbZSamazonka-memorydb
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.MemoryDb.DeleteParameterGroup

Description

Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any clusters. You cannot delete the default parameter groups in your account.

Synopsis

Creating a Request

data DeleteParameterGroup Source #

See: newDeleteParameterGroup smart constructor.

Constructors

DeleteParameterGroup' 

Fields

Instances

Instances details
Eq DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Read DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Show DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Generic DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Associated Types

type Rep DeleteParameterGroup :: Type -> Type #

NFData DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Methods

rnf :: DeleteParameterGroup -> () #

Hashable DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

ToJSON DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

AWSRequest DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Associated Types

type AWSResponse DeleteParameterGroup #

ToHeaders DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

ToPath DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

ToQuery DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

type Rep DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

type Rep DeleteParameterGroup = D1 ('MetaData "DeleteParameterGroup" "Amazonka.MemoryDb.DeleteParameterGroup" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "DeleteParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteParameterGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

newDeleteParameterGroup Source #

Create a value of DeleteParameterGroup 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:DeleteParameterGroup', deleteParameterGroup_parameterGroupName - The name of the parameter group to delete.

Request Lenses

deleteParameterGroup_parameterGroupName :: Lens' DeleteParameterGroup Text Source #

The name of the parameter group to delete.

Destructuring the Response

data DeleteParameterGroupResponse Source #

See: newDeleteParameterGroupResponse smart constructor.

Constructors

DeleteParameterGroupResponse' 

Fields

Instances

Instances details
Eq DeleteParameterGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Read DeleteParameterGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Show DeleteParameterGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Generic DeleteParameterGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

Associated Types

type Rep DeleteParameterGroupResponse :: Type -> Type #

NFData DeleteParameterGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

type Rep DeleteParameterGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DeleteParameterGroup

type Rep DeleteParameterGroupResponse = D1 ('MetaData "DeleteParameterGroupResponse" "Amazonka.MemoryDb.DeleteParameterGroup" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "DeleteParameterGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteParameterGroupResponse Source #

Create a value of DeleteParameterGroupResponse 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:DeleteParameterGroupResponse', deleteParameterGroupResponse_parameterGroup - The parameter group that has been deleted.

$sel:httpStatus:DeleteParameterGroupResponse', deleteParameterGroupResponse_httpStatus - The response's http status code.

Response Lenses