| 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.Pinpoint.Types.ChannelsResponse
Description
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.
Constructors
| ChannelsResponse' | |
Fields
| |
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.