| 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.DescribeEventConfigurations
Description
Describes event configurations.
Synopsis
- describeEventConfigurations :: DescribeEventConfigurations
- data DescribeEventConfigurations
- describeEventConfigurationsResponse :: Int -> DescribeEventConfigurationsResponse
- data DescribeEventConfigurationsResponse
- decrsLastModifiedDate :: Lens' DescribeEventConfigurationsResponse (Maybe UTCTime)
- decrsEventConfigurations :: Lens' DescribeEventConfigurationsResponse (HashMap EventType Configuration)
- decrsCreationDate :: Lens' DescribeEventConfigurationsResponse (Maybe UTCTime)
- decrsResponseStatus :: Lens' DescribeEventConfigurationsResponse Int
Creating a Request
describeEventConfigurations :: DescribeEventConfigurations Source #
Creates a value of DescribeEventConfigurations with the minimum fields required to make a request.
data DescribeEventConfigurations Source #
See: describeEventConfigurations smart constructor.
Instances
Destructuring the Response
describeEventConfigurationsResponse Source #
Arguments
| :: Int | |
| -> DescribeEventConfigurationsResponse |
Creates a value of DescribeEventConfigurationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decrsLastModifiedDate- The date the event configurations were last modified.decrsEventConfigurations- The event configurations.decrsCreationDate- The creation date of the event configuration.decrsResponseStatus- -- | The response status code.
data DescribeEventConfigurationsResponse Source #
See: describeEventConfigurationsResponse smart constructor.
Instances
Response Lenses
decrsLastModifiedDate :: Lens' DescribeEventConfigurationsResponse (Maybe UTCTime) Source #
The date the event configurations were last modified.
decrsEventConfigurations :: Lens' DescribeEventConfigurationsResponse (HashMap EventType Configuration) Source #
The event configurations.
decrsCreationDate :: Lens' DescribeEventConfigurationsResponse (Maybe UTCTime) Source #
The creation date of the event configuration.
decrsResponseStatus :: Lens' DescribeEventConfigurationsResponse Int Source #
- - | The response status code.