

**********
DevOpsGuru
**********



======
Client
======



.. py:class:: DevOpsGuru.Client

  A low-level client representing Amazon DevOps Guru
  

  Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. You specify the Amazon Web Services resources that you want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an *insight* that includes recommendations, related events, and related metrics that can help you improve your operational applications. For more information, see `What is Amazon DevOps Guru <https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html>`__.

   

  You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each insight to help you manage and track your work addressing insights.

   

  To learn about the DevOps Guru workflow, see `How DevOps Guru works <https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works>`__. To learn about DevOps Guru concepts, see `Concepts in DevOps Guru <https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html>`__.

  ::

    
    import boto3
    
    client = boto3.client('devops-guru')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  devops-guru/client/add_notification_channel
  devops-guru/client/can_paginate
  devops-guru/client/close
  devops-guru/client/delete_insight
  devops-guru/client/describe_account_health
  devops-guru/client/describe_account_overview
  devops-guru/client/describe_anomaly
  devops-guru/client/describe_event_sources_config
  devops-guru/client/describe_feedback
  devops-guru/client/describe_insight
  devops-guru/client/describe_organization_health
  devops-guru/client/describe_organization_overview
  devops-guru/client/describe_organization_resource_collection_health
  devops-guru/client/describe_resource_collection_health
  devops-guru/client/describe_service_integration
  devops-guru/client/get_cost_estimation
  devops-guru/client/get_paginator
  devops-guru/client/get_resource_collection
  devops-guru/client/get_waiter
  devops-guru/client/list_anomalies_for_insight
  devops-guru/client/list_anomalous_log_groups
  devops-guru/client/list_events
  devops-guru/client/list_insights
  devops-guru/client/list_monitored_resources
  devops-guru/client/list_notification_channels
  devops-guru/client/list_organization_insights
  devops-guru/client/list_recommendations
  devops-guru/client/put_feedback
  devops-guru/client/remove_notification_channel
  devops-guru/client/search_insights
  devops-guru/client/search_organization_insights
  devops-guru/client/start_cost_estimation
  devops-guru/client/update_event_sources_config
  devops-guru/client/update_resource_collection
  devops-guru/client/update_service_integration


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  devops-guru/paginator/DescribeOrganizationResourceCollectionHealth
  devops-guru/paginator/DescribeResourceCollectionHealth
  devops-guru/paginator/GetCostEstimation
  devops-guru/paginator/GetResourceCollection
  devops-guru/paginator/ListAnomaliesForInsight
  devops-guru/paginator/ListAnomalousLogGroups
  devops-guru/paginator/ListEvents
  devops-guru/paginator/ListInsights
  devops-guru/paginator/ListMonitoredResources
  devops-guru/paginator/ListNotificationChannels
  devops-guru/paginator/ListOrganizationInsights
  devops-guru/paginator/ListRecommendations
  devops-guru/paginator/SearchInsights
  devops-guru/paginator/SearchOrganizationInsights
