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.UpdateServiceIntegration
Description
Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
Synopsis
- data UpdateServiceIntegration = UpdateServiceIntegration' {}
- newUpdateServiceIntegration :: UpdateServiceIntegrationConfig -> UpdateServiceIntegration
- updateServiceIntegration_serviceIntegration :: Lens' UpdateServiceIntegration UpdateServiceIntegrationConfig
- data UpdateServiceIntegrationResponse = UpdateServiceIntegrationResponse' {
- httpStatus :: Int
- newUpdateServiceIntegrationResponse :: Int -> UpdateServiceIntegrationResponse
- updateServiceIntegrationResponse_httpStatus :: Lens' UpdateServiceIntegrationResponse Int
Creating a Request
data UpdateServiceIntegration Source #
See: newUpdateServiceIntegration
smart constructor.
Constructors
UpdateServiceIntegration' | |
Fields
|
Instances
newUpdateServiceIntegration Source #
Arguments
:: UpdateServiceIntegrationConfig | |
-> UpdateServiceIntegration |
Create a value of UpdateServiceIntegration
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:serviceIntegration:UpdateServiceIntegration'
, updateServiceIntegration_serviceIntegration
- An IntegratedServiceConfig
object used to specify the integrated
service you want to update, and whether you want to update it to enabled
or disabled.
Request Lenses
updateServiceIntegration_serviceIntegration :: Lens' UpdateServiceIntegration UpdateServiceIntegrationConfig Source #
An IntegratedServiceConfig
object used to specify the integrated
service you want to update, and whether you want to update it to enabled
or disabled.
Destructuring the Response
data UpdateServiceIntegrationResponse Source #
See: newUpdateServiceIntegrationResponse
smart constructor.
Constructors
UpdateServiceIntegrationResponse' | |
Fields
|
Instances
newUpdateServiceIntegrationResponse Source #
Create a value of UpdateServiceIntegrationResponse
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:httpStatus:UpdateServiceIntegrationResponse'
, updateServiceIntegrationResponse_httpStatus
- The response's http status code.
Response Lenses
updateServiceIntegrationResponse_httpStatus :: Lens' UpdateServiceIntegrationResponse Int Source #
The response's http status code.