Copyright | (c) 2013-2021 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 |
Documentation
data ChannelsResponse Source #
Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.
See: newChannelsResponse
smart constructor.
ChannelsResponse' | |
|
Instances
newChannelsResponse :: ChannelsResponse Source #
Create a value of ChannelsResponse
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:channels:ChannelsResponse'
, channelsResponse_channels
- A map that contains a multipart response for each channel. For each item
in this object, the ChannelType is the key and the Channel is the value.
channelsResponse_channels :: Lens' ChannelsResponse (HashMap Text ChannelResponse) Source #
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.