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 ContextSource Source #
A structure describing the source of a context.
See: newContextSource
smart constructor.
Instances
Create a value of ContextSource
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:sourceType:ContextSource'
, contextSource_sourceType
- The type of the source.
$sel:sourceId:ContextSource'
, contextSource_sourceId
- The ID of the source.
$sel:sourceUri:ContextSource'
, contextSource_sourceUri
- The URI of the source.
contextSource_sourceType :: Lens' ContextSource (Maybe Text) Source #
The type of the source.
contextSource_sourceId :: Lens' ContextSource (Maybe Text) Source #
The ID of the source.
contextSource_sourceUri :: Lens' ContextSource Text Source #
The URI of the source.