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.Types.UpdateServiceIntegrationConfig
Description
Synopsis
- data UpdateServiceIntegrationConfig = UpdateServiceIntegrationConfig' {}
- newUpdateServiceIntegrationConfig :: UpdateServiceIntegrationConfig
- updateServiceIntegrationConfig_logsAnomalyDetection :: Lens' UpdateServiceIntegrationConfig (Maybe LogsAnomalyDetectionIntegrationConfig)
- updateServiceIntegrationConfig_opsCenter :: Lens' UpdateServiceIntegrationConfig (Maybe OpsCenterIntegrationConfig)
Documentation
data UpdateServiceIntegrationConfig Source #
Information about updating the integration status of an Amazon Web Services service, such as Amazon Web Services Systems Manager, with DevOps Guru.
See: newUpdateServiceIntegrationConfig
smart constructor.
Constructors
UpdateServiceIntegrationConfig' | |
Fields
|
Instances
newUpdateServiceIntegrationConfig :: UpdateServiceIntegrationConfig Source #
Create a value of UpdateServiceIntegrationConfig
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:logsAnomalyDetection:UpdateServiceIntegrationConfig'
, updateServiceIntegrationConfig_logsAnomalyDetection
- Information about whether DevOps Guru is configured to perform log
anomaly detection on Amazon CloudWatch log groups.
$sel:opsCenter:UpdateServiceIntegrationConfig'
, updateServiceIntegrationConfig_opsCenter
- Undocumented member.
updateServiceIntegrationConfig_logsAnomalyDetection :: Lens' UpdateServiceIntegrationConfig (Maybe LogsAnomalyDetectionIntegrationConfig) Source #
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
updateServiceIntegrationConfig_opsCenter :: Lens' UpdateServiceIntegrationConfig (Maybe OpsCenterIntegrationConfig) Source #
Undocumented member.