amazonka-devops-guru-2.0: Amazon DevOps Guru SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DevOpsGuru.UpdateEventSourcesConfig

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 CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.

Synopsis

Creating a Request

data UpdateEventSourcesConfig Source #

See: newUpdateEventSourcesConfig smart constructor.

Constructors

UpdateEventSourcesConfig' 

Fields

Instances

Instances details
ToJSON UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

ToHeaders UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

ToPath UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

ToQuery UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

AWSRequest UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Generic UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Associated Types

type Rep UpdateEventSourcesConfig :: Type -> Type #

Read UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Show UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

NFData UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Eq UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Hashable UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

type AWSResponse UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

type Rep UpdateEventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

type Rep UpdateEventSourcesConfig = D1 ('MetaData "UpdateEventSourcesConfig" "Amazonka.DevOpsGuru.UpdateEventSourcesConfig" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "UpdateEventSourcesConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourcesConfig))))

newUpdateEventSourcesConfig :: UpdateEventSourcesConfig Source #

Create a value of UpdateEventSourcesConfig 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:UpdateEventSourcesConfig', updateEventSourcesConfig_eventSources - Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.

Request Lenses

updateEventSourcesConfig_eventSources :: Lens' UpdateEventSourcesConfig (Maybe EventSourcesConfig) Source #

Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.

Destructuring the Response

data UpdateEventSourcesConfigResponse Source #

See: newUpdateEventSourcesConfigResponse smart constructor.

Constructors

UpdateEventSourcesConfigResponse' 

Fields

Instances

Instances details
Generic UpdateEventSourcesConfigResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Associated Types

type Rep UpdateEventSourcesConfigResponse :: Type -> Type #

Read UpdateEventSourcesConfigResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Show UpdateEventSourcesConfigResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

NFData UpdateEventSourcesConfigResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

Eq UpdateEventSourcesConfigResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

type Rep UpdateEventSourcesConfigResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.UpdateEventSourcesConfig

type Rep UpdateEventSourcesConfigResponse = D1 ('MetaData "UpdateEventSourcesConfigResponse" "Amazonka.DevOpsGuru.UpdateEventSourcesConfig" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "UpdateEventSourcesConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateEventSourcesConfigResponse Source #

Create a value of UpdateEventSourcesConfigResponse 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:UpdateEventSourcesConfigResponse', updateEventSourcesConfigResponse_httpStatus - The response's http status code.

Response Lenses