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 |
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 AWS 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.
UpdateServiceIntegration' | |
|
Instances
newUpdateServiceIntegration Source #
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.
UpdateServiceIntegrationResponse' | |
|
Instances
Eq UpdateServiceIntegrationResponse Source # | |
Read UpdateServiceIntegrationResponse Source # | |
Show UpdateServiceIntegrationResponse Source # | |
Generic UpdateServiceIntegrationResponse Source # | |
NFData UpdateServiceIntegrationResponse Source # | |
Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration rnf :: UpdateServiceIntegrationResponse -> () # | |
type Rep UpdateServiceIntegrationResponse Source # | |
Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration type Rep UpdateServiceIntegrationResponse = D1 ('MetaData "UpdateServiceIntegrationResponse" "Amazonka.DevOpsGuru.UpdateServiceIntegration" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "UpdateServiceIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.