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.DevOpsGuru.DescribeEventSourcesConfig
Description
Returns the integration status of services that are integrated with DevOps Guru as Consumer via EventBridge. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.
Synopsis
- data DescribeEventSourcesConfig = DescribeEventSourcesConfig' {
- newDescribeEventSourcesConfig :: DescribeEventSourcesConfig
- data DescribeEventSourcesConfigResponse = DescribeEventSourcesConfigResponse' {}
- newDescribeEventSourcesConfigResponse :: Int -> DescribeEventSourcesConfigResponse
- describeEventSourcesConfigResponse_eventSources :: Lens' DescribeEventSourcesConfigResponse (Maybe EventSourcesConfig)
- describeEventSourcesConfigResponse_httpStatus :: Lens' DescribeEventSourcesConfigResponse Int
Creating a Request
data DescribeEventSourcesConfig Source #
See: newDescribeEventSourcesConfig
smart constructor.
Constructors
DescribeEventSourcesConfig' | |
Instances
newDescribeEventSourcesConfig :: DescribeEventSourcesConfig Source #
Create a value of DescribeEventSourcesConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeEventSourcesConfigResponse Source #
See: newDescribeEventSourcesConfigResponse
smart constructor.
Constructors
DescribeEventSourcesConfigResponse' | |
Fields
|
Instances
newDescribeEventSourcesConfigResponse Source #
Arguments
:: Int | |
-> DescribeEventSourcesConfigResponse |
Create a value of DescribeEventSourcesConfigResponse
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:eventSources:DescribeEventSourcesConfigResponse'
, describeEventSourcesConfigResponse_eventSources
- Lists the event sources in the configuration.
$sel:httpStatus:DescribeEventSourcesConfigResponse'
, describeEventSourcesConfigResponse_httpStatus
- The response's http status code.
Response Lenses
describeEventSourcesConfigResponse_eventSources :: Lens' DescribeEventSourcesConfigResponse (Maybe EventSourcesConfig) Source #
Lists the event sources in the configuration.
describeEventSourcesConfigResponse_httpStatus :: Lens' DescribeEventSourcesConfigResponse Int Source #
The response's http status code.