| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IoT.UpdateEventConfigurations
Description
Updates the event configurations.
Synopsis
- updateEventConfigurations :: UpdateEventConfigurations
- data UpdateEventConfigurations
- uecEventConfigurations :: Lens' UpdateEventConfigurations (HashMap EventType Configuration)
- updateEventConfigurationsResponse :: Int -> UpdateEventConfigurationsResponse
- data UpdateEventConfigurationsResponse
- uecrsResponseStatus :: Lens' UpdateEventConfigurationsResponse Int
Creating a Request
updateEventConfigurations :: UpdateEventConfigurations Source #
Creates a value of UpdateEventConfigurations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uecEventConfigurations- The new event configuration values.
data UpdateEventConfigurations Source #
See: updateEventConfigurations smart constructor.
Instances
Request Lenses
uecEventConfigurations :: Lens' UpdateEventConfigurations (HashMap EventType Configuration) Source #
The new event configuration values.
Destructuring the Response
updateEventConfigurationsResponse Source #
Arguments
| :: Int | |
| -> UpdateEventConfigurationsResponse |
Creates a value of UpdateEventConfigurationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uecrsResponseStatus- -- | The response status code.
data UpdateEventConfigurationsResponse Source #
See: updateEventConfigurationsResponse smart constructor.
Instances
Response Lenses
uecrsResponseStatus :: Lens' UpdateEventConfigurationsResponse Int Source #
- - | The response status code.