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 |
Synopsis
Documentation
data UpdateServiceIntegrationConfig Source #
Information about updating the integration status of an AWS service, such as AWS Systems Manager, with DevOps Guru.
See: newUpdateServiceIntegrationConfig
smart constructor.
Instances
Eq UpdateServiceIntegrationConfig Source # | |
Read UpdateServiceIntegrationConfig Source # | |
Show UpdateServiceIntegrationConfig Source # | |
Generic UpdateServiceIntegrationConfig Source # | |
NFData UpdateServiceIntegrationConfig Source # | |
Defined in Amazonka.DevOpsGuru.Types.UpdateServiceIntegrationConfig rnf :: UpdateServiceIntegrationConfig -> () # | |
Hashable UpdateServiceIntegrationConfig Source # | |
ToJSON UpdateServiceIntegrationConfig Source # | |
type Rep UpdateServiceIntegrationConfig Source # | |
Defined in Amazonka.DevOpsGuru.Types.UpdateServiceIntegrationConfig type Rep UpdateServiceIntegrationConfig = D1 ('MetaData "UpdateServiceIntegrationConfig" "Amazonka.DevOpsGuru.Types.UpdateServiceIntegrationConfig" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "UpdateServiceIntegrationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "opsCenter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpsCenterIntegrationConfig)))) |
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:opsCenter:UpdateServiceIntegrationConfig'
, updateServiceIntegrationConfig_opsCenter
- Undocumented member.
updateServiceIntegrationConfig_opsCenter :: Lens' UpdateServiceIntegrationConfig (Maybe OpsCenterIntegrationConfig) Source #
Undocumented member.