| 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.KinesisVideo.Types.MappedResourceConfigurationListItem
Description
Synopsis
- data MappedResourceConfigurationListItem = MappedResourceConfigurationListItem' {}
- newMappedResourceConfigurationListItem :: MappedResourceConfigurationListItem
- mappedResourceConfigurationListItem_arn :: Lens' MappedResourceConfigurationListItem (Maybe Text)
- mappedResourceConfigurationListItem_type :: Lens' MappedResourceConfigurationListItem (Maybe Text)
Documentation
data MappedResourceConfigurationListItem Source #
A structure that encapsulates, or contains, the media storage configuration properties.
See: newMappedResourceConfigurationListItem smart constructor.
Constructors
| MappedResourceConfigurationListItem' | |
Instances
newMappedResourceConfigurationListItem :: MappedResourceConfigurationListItem Source #
Create a value of MappedResourceConfigurationListItem 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:arn:MappedResourceConfigurationListItem', mappedResourceConfigurationListItem_arn - The Amazon Resource Name (ARN) of the Kinesis Video Stream resource,
associated with the stream.
$sel:type':MappedResourceConfigurationListItem', mappedResourceConfigurationListItem_type - The type of the associated resource for the kinesis video stream.
mappedResourceConfigurationListItem_arn :: Lens' MappedResourceConfigurationListItem (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
mappedResourceConfigurationListItem_type :: Lens' MappedResourceConfigurationListItem (Maybe Text) Source #
The type of the associated resource for the kinesis video stream.