| 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.Schemas.DescribeDiscoverer
Description
Describes the discoverer.
Synopsis
- data DescribeDiscoverer = DescribeDiscoverer' {
- discovererId :: Text
- newDescribeDiscoverer :: Text -> DescribeDiscoverer
- describeDiscoverer_discovererId :: Lens' DescribeDiscoverer Text
- data DescribeDiscovererResponse = DescribeDiscovererResponse' {
- crossAccount :: Maybe Bool
- description :: Maybe Text
- discovererArn :: Maybe Text
- discovererId :: Maybe Text
- sourceArn :: Maybe Text
- state :: Maybe DiscovererState
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newDescribeDiscovererResponse :: Int -> DescribeDiscovererResponse
- describeDiscovererResponse_crossAccount :: Lens' DescribeDiscovererResponse (Maybe Bool)
- describeDiscovererResponse_description :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_discovererArn :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_discovererId :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_sourceArn :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_state :: Lens' DescribeDiscovererResponse (Maybe DiscovererState)
- describeDiscovererResponse_tags :: Lens' DescribeDiscovererResponse (Maybe (HashMap Text Text))
- describeDiscovererResponse_httpStatus :: Lens' DescribeDiscovererResponse Int
Creating a Request
data DescribeDiscoverer Source #
See: newDescribeDiscoverer smart constructor.
Constructors
| DescribeDiscoverer' | |
Fields
| |
Instances
newDescribeDiscoverer Source #
Arguments
| :: Text | |
| -> DescribeDiscoverer |
Create a value of DescribeDiscoverer 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:
DescribeDiscoverer, describeDiscoverer_discovererId - The ID of the discoverer.
Request Lenses
describeDiscoverer_discovererId :: Lens' DescribeDiscoverer Text Source #
The ID of the discoverer.
Destructuring the Response
data DescribeDiscovererResponse Source #
See: newDescribeDiscovererResponse smart constructor.
Constructors
| DescribeDiscovererResponse' | |
Fields
| |
Instances
newDescribeDiscovererResponse Source #
Create a value of DescribeDiscovererResponse 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:
DescribeDiscovererResponse, describeDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from
another account.
$sel:description:DescribeDiscovererResponse', describeDiscovererResponse_description - The description of the discoverer.
DescribeDiscovererResponse, describeDiscovererResponse_discovererArn - The ARN of the discoverer.
DescribeDiscoverer, describeDiscovererResponse_discovererId - The ID of the discoverer.
DescribeDiscovererResponse, describeDiscovererResponse_sourceArn - The ARN of the event bus.
DescribeDiscovererResponse, describeDiscovererResponse_state - The state of the discoverer.
DescribeDiscovererResponse, describeDiscovererResponse_tags - Tags associated with the resource.
$sel:httpStatus:DescribeDiscovererResponse', describeDiscovererResponse_httpStatus - The response's http status code.
Response Lenses
describeDiscovererResponse_crossAccount :: Lens' DescribeDiscovererResponse (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
describeDiscovererResponse_description :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The description of the discoverer.
describeDiscovererResponse_discovererArn :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The ARN of the discoverer.
describeDiscovererResponse_discovererId :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The ID of the discoverer.
describeDiscovererResponse_sourceArn :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The ARN of the event bus.
describeDiscovererResponse_state :: Lens' DescribeDiscovererResponse (Maybe DiscovererState) Source #
The state of the discoverer.
describeDiscovererResponse_tags :: Lens' DescribeDiscovererResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
describeDiscovererResponse_httpStatus :: Lens' DescribeDiscovererResponse Int Source #
The response's http status code.