libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.DeleteDynamicThingGroup

Description

Deletes a dynamic thing group.

Requires permission to access the DeleteDynamicThingGroup action.

Synopsis

Creating a Request

data DeleteDynamicThingGroup Source #

See: newDeleteDynamicThingGroup smart constructor.

Constructors

DeleteDynamicThingGroup' 

Fields

Instances

Instances details
Eq DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Read DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Show DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Generic DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Associated Types

type Rep DeleteDynamicThingGroup :: Type -> Type #

NFData DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Methods

rnf :: DeleteDynamicThingGroup -> () #

Hashable DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

AWSRequest DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

ToHeaders DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

ToPath DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

ToQuery DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

type Rep DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

type Rep DeleteDynamicThingGroup = D1 ('MetaData "DeleteDynamicThingGroup" "Amazonka.IoT.DeleteDynamicThingGroup" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DeleteDynamicThingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expectedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "thingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDynamicThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

newDeleteDynamicThingGroup Source #

Create a value of DeleteDynamicThingGroup 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:expectedVersion:DeleteDynamicThingGroup', deleteDynamicThingGroup_expectedVersion - The expected version of the dynamic thing group to delete.

$sel:thingGroupName:DeleteDynamicThingGroup', deleteDynamicThingGroup_thingGroupName - The name of the dynamic thing group to delete.

Request Lenses

deleteDynamicThingGroup_expectedVersion :: Lens' DeleteDynamicThingGroup (Maybe Integer) Source #

The expected version of the dynamic thing group to delete.

deleteDynamicThingGroup_thingGroupName :: Lens' DeleteDynamicThingGroup Text Source #

The name of the dynamic thing group to delete.

Destructuring the Response

data DeleteDynamicThingGroupResponse Source #

See: newDeleteDynamicThingGroupResponse smart constructor.

Constructors

DeleteDynamicThingGroupResponse' 

Fields

Instances

Instances details
Eq DeleteDynamicThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Read DeleteDynamicThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Show DeleteDynamicThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Generic DeleteDynamicThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

Associated Types

type Rep DeleteDynamicThingGroupResponse :: Type -> Type #

NFData DeleteDynamicThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

type Rep DeleteDynamicThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteDynamicThingGroup

type Rep DeleteDynamicThingGroupResponse = D1 ('MetaData "DeleteDynamicThingGroupResponse" "Amazonka.IoT.DeleteDynamicThingGroup" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DeleteDynamicThingGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDynamicThingGroupResponse Source #

Create a value of DeleteDynamicThingGroupResponse 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:httpStatus:DeleteDynamicThingGroupResponse', deleteDynamicThingGroupResponse_httpStatus - The response's http status code.

Response Lenses