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
Documentation
data ActionSource Source #
A structure describing the source of an action.
See: newActionSource
smart constructor.
Instances
Create a value of ActionSource
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:ActionSource'
, actionSource_sourceType
- The type of the source.
$sel:sourceId:ActionSource'
, actionSource_sourceId
- The ID of the source.
$sel:sourceUri:ActionSource'
, actionSource_sourceUri
- The URI of the source.
actionSource_sourceType :: Lens' ActionSource (Maybe Text) Source #
The type of the source.
actionSource_sourceId :: Lens' ActionSource (Maybe Text) Source #
The ID of the source.
actionSource_sourceUri :: Lens' ActionSource Text Source #
The URI of the source.