amazonka-iotwireless-2.0: Amazon IoT Wireless 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.IoTWireless.GetResourceEventConfiguration

Description

Get the event configuration for a particular resource identifier.

Synopsis

Creating a Request

data GetResourceEventConfiguration Source #

See: newGetResourceEventConfiguration smart constructor.

Constructors

GetResourceEventConfiguration' 

Fields

Instances

Instances details
ToHeaders GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

ToPath GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

ToQuery GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

AWSRequest GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Generic GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Associated Types

type Rep GetResourceEventConfiguration :: Type -> Type #

Read GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Show GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

NFData GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Eq GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Hashable GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

type AWSResponse GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

type Rep GetResourceEventConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

type Rep GetResourceEventConfiguration = D1 ('MetaData "GetResourceEventConfiguration" "Amazonka.IoTWireless.GetResourceEventConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "GetResourceEventConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partnerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventNotificationPartnerType)) :*: (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "identifierType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IdentifierType))))

newGetResourceEventConfiguration Source #

Create a value of GetResourceEventConfiguration 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:

GetResourceEventConfiguration, getResourceEventConfiguration_partnerType - Partner type of the resource if the identifier type is PartnerAccountId.

GetResourceEventConfiguration, getResourceEventConfiguration_identifier - Resource identifier to opt in for event messaging.

GetResourceEventConfiguration, getResourceEventConfiguration_identifierType - Identifier type of the particular resource identifier for event configuration.

Request Lenses

getResourceEventConfiguration_partnerType :: Lens' GetResourceEventConfiguration (Maybe EventNotificationPartnerType) Source #

Partner type of the resource if the identifier type is PartnerAccountId.

getResourceEventConfiguration_identifier :: Lens' GetResourceEventConfiguration Text Source #

Resource identifier to opt in for event messaging.

getResourceEventConfiguration_identifierType :: Lens' GetResourceEventConfiguration IdentifierType Source #

Identifier type of the particular resource identifier for event configuration.

Destructuring the Response

data GetResourceEventConfigurationResponse Source #

Constructors

GetResourceEventConfigurationResponse' 

Fields

Instances

Instances details
Generic GetResourceEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Read GetResourceEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Show GetResourceEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

NFData GetResourceEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

Eq GetResourceEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

type Rep GetResourceEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetResourceEventConfiguration

newGetResourceEventConfigurationResponse Source #

Create a value of GetResourceEventConfigurationResponse 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:

GetResourceEventConfigurationResponse, getResourceEventConfigurationResponse_connectionStatus - Event configuration for the connection status event.

GetResourceEventConfigurationResponse, getResourceEventConfigurationResponse_deviceRegistrationState - Event configuration for the device registration state event.

GetResourceEventConfigurationResponse, getResourceEventConfigurationResponse_join - Event configuration for the join event.

GetResourceEventConfigurationResponse, getResourceEventConfigurationResponse_messageDeliveryStatus - Event configuration for the message delivery status event.

GetResourceEventConfigurationResponse, getResourceEventConfigurationResponse_proximity - Event configuration for the proximity event.

$sel:httpStatus:GetResourceEventConfigurationResponse', getResourceEventConfigurationResponse_httpStatus - The response's http status code.

Response Lenses