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 DiscovererSummary = DiscovererSummary' {
- state :: Maybe DiscovererState
- crossAccount :: Maybe Bool
- sourceArn :: Maybe Text
- discovererId :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- discovererArn :: Maybe Text
- newDiscovererSummary :: DiscovererSummary
- discovererSummary_state :: Lens' DiscovererSummary (Maybe DiscovererState)
- discovererSummary_crossAccount :: Lens' DiscovererSummary (Maybe Bool)
- discovererSummary_sourceArn :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_discovererId :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_tags :: Lens' DiscovererSummary (Maybe (HashMap Text Text))
- discovererSummary_discovererArn :: Lens' DiscovererSummary (Maybe Text)
Documentation
data DiscovererSummary Source #
See: newDiscovererSummary
smart constructor.
DiscovererSummary' | |
|
Instances
newDiscovererSummary :: DiscovererSummary Source #
Create a value of DiscovererSummary
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:state:DiscovererSummary'
, discovererSummary_state
- The state of the discoverer.
$sel:crossAccount:DiscovererSummary'
, discovererSummary_crossAccount
- The Status if the discoverer will discover schemas from events sent from
another account.
$sel:sourceArn:DiscovererSummary'
, discovererSummary_sourceArn
- The ARN of the event bus.
$sel:discovererId:DiscovererSummary'
, discovererSummary_discovererId
- The ID of the discoverer.
$sel:tags:DiscovererSummary'
, discovererSummary_tags
- Tags associated with the resource.
$sel:discovererArn:DiscovererSummary'
, discovererSummary_discovererArn
- The ARN of the discoverer.
discovererSummary_state :: Lens' DiscovererSummary (Maybe DiscovererState) Source #
The state of the discoverer.
discovererSummary_crossAccount :: Lens' DiscovererSummary (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
discovererSummary_sourceArn :: Lens' DiscovererSummary (Maybe Text) Source #
The ARN of the event bus.
discovererSummary_discovererId :: Lens' DiscovererSummary (Maybe Text) Source #
The ID of the discoverer.
discovererSummary_tags :: Lens' DiscovererSummary (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
discovererSummary_discovererArn :: Lens' DiscovererSummary (Maybe Text) Source #
The ARN of the discoverer.