| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.ListEventConfigurations
Description
List event configurations where at least one event topic has been enabled.
Synopsis
- data ListEventConfigurations = ListEventConfigurations' {}
- newListEventConfigurations :: EventNotificationResourceType -> ListEventConfigurations
- listEventConfigurations_maxResults :: Lens' ListEventConfigurations (Maybe Natural)
- listEventConfigurations_nextToken :: Lens' ListEventConfigurations (Maybe Text)
- listEventConfigurations_resourceType :: Lens' ListEventConfigurations EventNotificationResourceType
- data ListEventConfigurationsResponse = ListEventConfigurationsResponse' {}
- newListEventConfigurationsResponse :: Int -> ListEventConfigurationsResponse
- listEventConfigurationsResponse_eventConfigurationsList :: Lens' ListEventConfigurationsResponse (Maybe [EventConfigurationItem])
- listEventConfigurationsResponse_nextToken :: Lens' ListEventConfigurationsResponse (Maybe Text)
- listEventConfigurationsResponse_httpStatus :: Lens' ListEventConfigurationsResponse Int
Creating a Request
data ListEventConfigurations Source #
See: newListEventConfigurations smart constructor.
Constructors
| ListEventConfigurations' | |
Fields
| |
Instances
newListEventConfigurations Source #
Arguments
| :: EventNotificationResourceType | |
| -> ListEventConfigurations |
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_maxResults :: Lens' ListEventConfigurations (Maybe Natural) Source #
Undocumented member.
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.
listEventConfigurations_resourceType :: Lens' ListEventConfigurations EventNotificationResourceType Source #
Resource type to filter event configurations.
Destructuring the Response
data ListEventConfigurationsResponse Source #
See: newListEventConfigurationsResponse smart constructor.
Constructors
| ListEventConfigurationsResponse' | |
Fields
| |
Instances
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_eventConfigurationsList :: Lens' ListEventConfigurationsResponse (Maybe [EventConfigurationItem]) Source #
Event configurations of all events for a single resource.
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.
listEventConfigurationsResponse_httpStatus :: Lens' ListEventConfigurationsResponse Int Source #
The response's http status code.