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.ListEventConfigurations

Description

List event configurations where at least one event topic has been enabled.

Synopsis

Creating a Request

data ListEventConfigurations Source #

See: newListEventConfigurations smart constructor.

Constructors

ListEventConfigurations' 

Fields

Instances

Instances details
ToHeaders ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

ToPath ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

ToQuery ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

AWSRequest ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Generic ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Associated Types

type Rep ListEventConfigurations :: Type -> Type #

Read ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Show ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

NFData ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Methods

rnf :: ListEventConfigurations -> () #

Eq ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Hashable ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

type AWSResponse ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

type Rep ListEventConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

type Rep ListEventConfigurations = D1 ('MetaData "ListEventConfigurations" "Amazonka.IoTWireless.ListEventConfigurations" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "ListEventConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventNotificationResourceType))))

newListEventConfigurations Source #

Create a value of ListEventConfigurations 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:maxResults:ListEventConfigurations', listEventConfigurations_maxResults - Undocumented member.

ListEventConfigurations, listEventConfigurations_nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

$sel:resourceType:ListEventConfigurations', listEventConfigurations_resourceType - Resource type to filter event configurations.

Request Lenses

listEventConfigurations_nextToken :: Lens' ListEventConfigurations (Maybe Text) Source #

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Destructuring the Response

data ListEventConfigurationsResponse Source #

See: newListEventConfigurationsResponse smart constructor.

Constructors

ListEventConfigurationsResponse' 

Fields

Instances

Instances details
Generic ListEventConfigurationsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Associated Types

type Rep ListEventConfigurationsResponse :: Type -> Type #

Read ListEventConfigurationsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Show ListEventConfigurationsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

NFData ListEventConfigurationsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

Eq ListEventConfigurationsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

type Rep ListEventConfigurationsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListEventConfigurations

type Rep ListEventConfigurationsResponse = D1 ('MetaData "ListEventConfigurationsResponse" "Amazonka.IoTWireless.ListEventConfigurations" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "ListEventConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventConfigurationsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventConfigurationItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventConfigurationsResponse Source #

Create a value of ListEventConfigurationsResponse 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:eventConfigurationsList:ListEventConfigurationsResponse', listEventConfigurationsResponse_eventConfigurationsList - Event configurations of all events for a single resource.

ListEventConfigurations, listEventConfigurationsResponse_nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

$sel:httpStatus:ListEventConfigurationsResponse', listEventConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

listEventConfigurationsResponse_nextToken :: Lens' ListEventConfigurationsResponse (Maybe Text) Source #

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.