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 |
Synopsis
- data ChannelStorageSummary = ChannelStorageSummary' {}
- newChannelStorageSummary :: ChannelStorageSummary
- channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary)
- channelStorageSummary_customerManagedS3 :: Lens' ChannelStorageSummary (Maybe CustomerManagedChannelS3StorageSummary)
Documentation
data ChannelStorageSummary Source #
Where channel data is stored.
See: newChannelStorageSummary
smart constructor.
ChannelStorageSummary' | |
|
Instances
newChannelStorageSummary :: ChannelStorageSummary Source #
Create a value of ChannelStorageSummary
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:serviceManagedS3:ChannelStorageSummary'
, channelStorageSummary_serviceManagedS3
- Used to store channel data in an S3 bucket managed by IoT Analytics.
$sel:customerManagedS3:ChannelStorageSummary'
, channelStorageSummary_customerManagedS3
- Used to store channel data in an S3 bucket that you manage.
channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary) Source #
Used to store channel data in an S3 bucket managed by IoT Analytics.
channelStorageSummary_customerManagedS3 :: Lens' ChannelStorageSummary (Maybe CustomerManagedChannelS3StorageSummary) Source #
Used to store channel data in an S3 bucket that you manage.