amazonka-greengrassv2-2.0: Amazon IoT Greengrass V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Description

Disassociates a list of client devices from a core device. After you disassociate a client device from a core device, the client device won't be able to use cloud discovery to retrieve the core device's connectivity information and certificates.

Synopsis

Creating a Request

data BatchDisassociateClientDeviceFromCoreDevice Source #

Constructors

BatchDisassociateClientDeviceFromCoreDevice' 

Fields

Instances

Instances details
ToJSON BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

ToHeaders BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

ToPath BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

ToQuery BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

AWSRequest BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Generic BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Read BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Show BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

NFData BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Eq BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Hashable BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

type AWSResponse BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

type Rep BatchDisassociateClientDeviceFromCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

type Rep BatchDisassociateClientDeviceFromCoreDevice = D1 ('MetaData "BatchDisassociateClientDeviceFromCoreDevice" "Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice" "amazonka-greengrassv2-2.0-CXiJQl197i43YI1Cz5IpiZ" 'False) (C1 ('MetaCons "BatchDisassociateClientDeviceFromCoreDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DisassociateClientDeviceFromCoreDeviceEntry))) :*: S1 ('MetaSel ('Just "coreDeviceThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchDisassociateClientDeviceFromCoreDevice Source #

Create a value of BatchDisassociateClientDeviceFromCoreDevice 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:entries:BatchDisassociateClientDeviceFromCoreDevice', batchDisassociateClientDeviceFromCoreDevice_entries - The list of client devices to disassociate.

BatchDisassociateClientDeviceFromCoreDevice, batchDisassociateClientDeviceFromCoreDevice_coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.

Request Lenses

Destructuring the Response

data BatchDisassociateClientDeviceFromCoreDeviceResponse Source #

Constructors

BatchDisassociateClientDeviceFromCoreDeviceResponse' 

Fields

Instances

Instances details
Generic BatchDisassociateClientDeviceFromCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Read BatchDisassociateClientDeviceFromCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Show BatchDisassociateClientDeviceFromCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

NFData BatchDisassociateClientDeviceFromCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

Eq BatchDisassociateClientDeviceFromCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

type Rep BatchDisassociateClientDeviceFromCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice

type Rep BatchDisassociateClientDeviceFromCoreDeviceResponse = D1 ('MetaData "BatchDisassociateClientDeviceFromCoreDeviceResponse" "Amazonka.GreengrassV2.BatchDisassociateClientDeviceFromCoreDevice" "amazonka-greengrassv2-2.0-CXiJQl197i43YI1Cz5IpiZ" 'False) (C1 ('MetaCons "BatchDisassociateClientDeviceFromCoreDeviceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DisassociateClientDeviceFromCoreDeviceErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDisassociateClientDeviceFromCoreDeviceResponse Source #

Create a value of BatchDisassociateClientDeviceFromCoreDeviceResponse 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:errorEntries:BatchDisassociateClientDeviceFromCoreDeviceResponse', batchDisassociateClientDeviceFromCoreDeviceResponse_errorEntries - The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.

$sel:httpStatus:BatchDisassociateClientDeviceFromCoreDeviceResponse', batchDisassociateClientDeviceFromCoreDeviceResponse_httpStatus - The response's http status code.

Response Lenses

batchDisassociateClientDeviceFromCoreDeviceResponse_errorEntries :: Lens' BatchDisassociateClientDeviceFromCoreDeviceResponse (Maybe [DisassociateClientDeviceFromCoreDeviceErrorEntry]) Source #

The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.