libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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 AWS Systems Manager, which can be used to create an OpsItem for each generated insight.

Synopsis

Creating a Request

data UpdateServiceIntegration Source #

See: newUpdateServiceIntegration smart constructor.

Constructors

UpdateServiceIntegration' 

Fields

Instances

Instances details
Eq UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Read UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Show UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Generic UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Associated Types

type Rep UpdateServiceIntegration :: Type -> Type #

NFData UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Hashable UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

ToJSON UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

AWSRequest UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

ToHeaders UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

ToPath UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

ToQuery UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

type Rep UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

type Rep UpdateServiceIntegration = D1 ('MetaData "UpdateServiceIntegration" "Amazonka.DevOpsGuru.UpdateServiceIntegration" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "UpdateServiceIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateServiceIntegrationConfig)))
type AWSResponse UpdateServiceIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

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.

Constructors

UpdateServiceIntegrationResponse' 

Fields

Instances

Instances details
Eq UpdateServiceIntegrationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Read UpdateServiceIntegrationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Show UpdateServiceIntegrationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Generic UpdateServiceIntegrationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

Associated Types

type Rep UpdateServiceIntegrationResponse :: Type -> Type #

NFData UpdateServiceIntegrationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateServiceIntegration

type Rep UpdateServiceIntegrationResponse Source # 
Instance details

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