/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the devops-guru-2020-12-01.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.DevOpsGuru.Model; namespace Amazon.DevOpsGuru { /// /// Interface for accessing DevOpsGuru /// /// 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. /// /// /// /// 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. To learn about DevOps Guru concepts, see Concepts /// in DevOps Guru. /// /// public partial interface IAmazonDevOpsGuru : IAmazonService, IDisposable { /// /// Paginators for the service /// IDevOpsGuruPaginatorFactory Paginators { get; } #region AddNotificationChannel /// /// Adds a notification channel to DevOps Guru. A notification channel is used to notify /// you about important DevOps Guru events, such as when an insight is generated. /// /// /// /// If you use an Amazon SNS topic in another account, you must attach a policy to it /// that grants DevOps Guru permission to send it notifications. DevOps Guru adds the /// required policy on your behalf to send notifications using Amazon SNS in your account. /// DevOps Guru only supports standard SNS topics. For more information, see Permissions /// for Amazon SNS topics. /// /// /// /// If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management /// Service customer-managed key (CMK), then you must add permissions to the CMK. For /// more information, see Permissions /// for Amazon Web Services KMS–encrypted Amazon SNS topics. /// /// /// Container for the necessary parameters to execute the AddNotificationChannel service method. /// /// The response from the AddNotificationChannel service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request contains a value that exceeds a maximum quota. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for AddNotificationChannel Operation AddNotificationChannelResponse AddNotificationChannel(AddNotificationChannelRequest request); /// /// Adds a notification channel to DevOps Guru. A notification channel is used to notify /// you about important DevOps Guru events, such as when an insight is generated. /// /// /// /// If you use an Amazon SNS topic in another account, you must attach a policy to it /// that grants DevOps Guru permission to send it notifications. DevOps Guru adds the /// required policy on your behalf to send notifications using Amazon SNS in your account. /// DevOps Guru only supports standard SNS topics. For more information, see Permissions /// for Amazon SNS topics. /// /// /// /// If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management /// Service customer-managed key (CMK), then you must add permissions to the CMK. For /// more information, see Permissions /// for Amazon Web Services KMS–encrypted Amazon SNS topics. /// /// /// Container for the necessary parameters to execute the AddNotificationChannel service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AddNotificationChannel service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request contains a value that exceeds a maximum quota. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for AddNotificationChannel Operation Task AddNotificationChannelAsync(AddNotificationChannelRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteInsight /// /// Deletes the insight along with the associated anomalies, events and recommendations. /// /// Container for the necessary parameters to execute the DeleteInsight service method. /// /// The response from the DeleteInsight service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DeleteInsight Operation DeleteInsightResponse DeleteInsight(DeleteInsightRequest request); /// /// Deletes the insight along with the associated anomalies, events and recommendations. /// /// Container for the necessary parameters to execute the DeleteInsight service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteInsight service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DeleteInsight Operation Task DeleteInsightAsync(DeleteInsightRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAccountHealth /// /// Returns the number of open reactive insights, the number of open proactive insights, /// and the number of metrics analyzed in your Amazon Web Services account. Use these /// numbers to gauge the health of operations in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the DescribeAccountHealth service method. /// /// The response from the DescribeAccountHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeAccountHealth Operation DescribeAccountHealthResponse DescribeAccountHealth(DescribeAccountHealthRequest request); /// /// Returns the number of open reactive insights, the number of open proactive insights, /// and the number of metrics analyzed in your Amazon Web Services account. Use these /// numbers to gauge the health of operations in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the DescribeAccountHealth service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAccountHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeAccountHealth Operation Task DescribeAccountHealthAsync(DescribeAccountHealthRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAccountOverview /// /// For the time range passed in, returns the number of open reactive insight that were /// created, the number of open proactive insights that were created, and the Mean Time /// to Recover (MTTR) for all closed reactive insights. /// /// Container for the necessary parameters to execute the DescribeAccountOverview service method. /// /// The response from the DescribeAccountOverview service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeAccountOverview Operation DescribeAccountOverviewResponse DescribeAccountOverview(DescribeAccountOverviewRequest request); /// /// For the time range passed in, returns the number of open reactive insight that were /// created, the number of open proactive insights that were created, and the Mean Time /// to Recover (MTTR) for all closed reactive insights. /// /// Container for the necessary parameters to execute the DescribeAccountOverview service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAccountOverview service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeAccountOverview Operation Task DescribeAccountOverviewAsync(DescribeAccountOverviewRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAnomaly /// /// Returns details about an anomaly that you specify using its ID. /// /// Container for the necessary parameters to execute the DescribeAnomaly service method. /// /// The response from the DescribeAnomaly service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeAnomaly Operation DescribeAnomalyResponse DescribeAnomaly(DescribeAnomalyRequest request); /// /// Returns details about an anomaly that you specify using its ID. /// /// Container for the necessary parameters to execute the DescribeAnomaly service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAnomaly service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeAnomaly Operation Task DescribeAnomalyAsync(DescribeAnomalyRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEventSourcesConfig /// /// Returns the integration status of services that are integrated with DevOps Guru as /// Consumer via EventBridge. 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. /// /// Container for the necessary parameters to execute the DescribeEventSourcesConfig service method. /// /// The response from the DescribeEventSourcesConfig service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeEventSourcesConfig Operation DescribeEventSourcesConfigResponse DescribeEventSourcesConfig(DescribeEventSourcesConfigRequest request); /// /// Returns the integration status of services that are integrated with DevOps Guru as /// Consumer via EventBridge. 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. /// /// Container for the necessary parameters to execute the DescribeEventSourcesConfig service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEventSourcesConfig service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeEventSourcesConfig Operation Task DescribeEventSourcesConfigAsync(DescribeEventSourcesConfigRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeFeedback /// /// Returns the most recent feedback submitted in the current Amazon Web Services account /// and Region. /// /// Container for the necessary parameters to execute the DescribeFeedback service method. /// /// The response from the DescribeFeedback service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeFeedback Operation DescribeFeedbackResponse DescribeFeedback(DescribeFeedbackRequest request); /// /// Returns the most recent feedback submitted in the current Amazon Web Services account /// and Region. /// /// Container for the necessary parameters to execute the DescribeFeedback service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeFeedback service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeFeedback Operation Task DescribeFeedbackAsync(DescribeFeedbackRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeInsight /// /// Returns details about an insight that you specify using its ID. /// /// Container for the necessary parameters to execute the DescribeInsight service method. /// /// The response from the DescribeInsight service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeInsight Operation DescribeInsightResponse DescribeInsight(DescribeInsightRequest request); /// /// Returns details about an insight that you specify using its ID. /// /// Container for the necessary parameters to execute the DescribeInsight service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeInsight service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeInsight Operation Task DescribeInsightAsync(DescribeInsightRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeOrganizationHealth /// /// Returns active insights, predictive insights, and resource hours analyzed in last /// hour. /// /// Container for the necessary parameters to execute the DescribeOrganizationHealth service method. /// /// The response from the DescribeOrganizationHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeOrganizationHealth Operation DescribeOrganizationHealthResponse DescribeOrganizationHealth(DescribeOrganizationHealthRequest request); /// /// Returns active insights, predictive insights, and resource hours analyzed in last /// hour. /// /// Container for the necessary parameters to execute the DescribeOrganizationHealth service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeOrganizationHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeOrganizationHealth Operation Task DescribeOrganizationHealthAsync(DescribeOrganizationHealthRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeOrganizationOverview /// /// Returns an overview of your organization's history based on the specified time range. /// The overview includes the total reactive and proactive insights. /// /// Container for the necessary parameters to execute the DescribeOrganizationOverview service method. /// /// The response from the DescribeOrganizationOverview service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeOrganizationOverview Operation DescribeOrganizationOverviewResponse DescribeOrganizationOverview(DescribeOrganizationOverviewRequest request); /// /// Returns an overview of your organization's history based on the specified time range. /// The overview includes the total reactive and proactive insights. /// /// Container for the necessary parameters to execute the DescribeOrganizationOverview service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeOrganizationOverview service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeOrganizationOverview Operation Task DescribeOrganizationOverviewAsync(DescribeOrganizationOverviewRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeOrganizationResourceCollectionHealth /// /// Provides an overview of your system's health. If additional member accounts are part /// of your organization, you can filter those accounts using the AccountIds /// field. /// /// Container for the necessary parameters to execute the DescribeOrganizationResourceCollectionHealth service method. /// /// The response from the DescribeOrganizationResourceCollectionHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeOrganizationResourceCollectionHealth Operation DescribeOrganizationResourceCollectionHealthResponse DescribeOrganizationResourceCollectionHealth(DescribeOrganizationResourceCollectionHealthRequest request); /// /// Provides an overview of your system's health. If additional member accounts are part /// of your organization, you can filter those accounts using the AccountIds /// field. /// /// Container for the necessary parameters to execute the DescribeOrganizationResourceCollectionHealth service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeOrganizationResourceCollectionHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeOrganizationResourceCollectionHealth Operation Task DescribeOrganizationResourceCollectionHealthAsync(DescribeOrganizationResourceCollectionHealthRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeResourceCollectionHealth /// /// Returns the number of open proactive insights, open reactive insights, and the Mean /// Time to Recover (MTTR) for all closed insights in resource collections in your account. /// You specify the type of Amazon Web Services resources collection. The two types of /// Amazon Web Services resource collections supported are Amazon Web Services CloudFormation /// stacks and Amazon Web Services resources that contain the same Amazon Web Services /// tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that /// are defined in the stacks or that are tagged using the same tag key. You can /// specify up to 500 Amazon Web Services CloudFormation stacks. /// /// Container for the necessary parameters to execute the DescribeResourceCollectionHealth service method. /// /// The response from the DescribeResourceCollectionHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeResourceCollectionHealth Operation DescribeResourceCollectionHealthResponse DescribeResourceCollectionHealth(DescribeResourceCollectionHealthRequest request); /// /// Returns the number of open proactive insights, open reactive insights, and the Mean /// Time to Recover (MTTR) for all closed insights in resource collections in your account. /// You specify the type of Amazon Web Services resources collection. The two types of /// Amazon Web Services resource collections supported are Amazon Web Services CloudFormation /// stacks and Amazon Web Services resources that contain the same Amazon Web Services /// tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that /// are defined in the stacks or that are tagged using the same tag key. You can /// specify up to 500 Amazon Web Services CloudFormation stacks. /// /// Container for the necessary parameters to execute the DescribeResourceCollectionHealth service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeResourceCollectionHealth service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeResourceCollectionHealth Operation Task DescribeResourceCollectionHealthAsync(DescribeResourceCollectionHealthRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeServiceIntegration /// /// Returns the integration status of services that are integrated with DevOps Guru. /// The one service that can be integrated with DevOps Guru is Amazon Web Services Systems /// Manager, which can be used to create an OpsItem for each generated insight. /// /// Container for the necessary parameters to execute the DescribeServiceIntegration service method. /// /// The response from the DescribeServiceIntegration service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeServiceIntegration Operation DescribeServiceIntegrationResponse DescribeServiceIntegration(DescribeServiceIntegrationRequest request); /// /// Returns the integration status of services that are integrated with DevOps Guru. /// The one service that can be integrated with DevOps Guru is Amazon Web Services Systems /// Manager, which can be used to create an OpsItem for each generated insight. /// /// Container for the necessary parameters to execute the DescribeServiceIntegration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeServiceIntegration service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for DescribeServiceIntegration Operation Task DescribeServiceIntegrationAsync(DescribeServiceIntegrationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetCostEstimation /// /// Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web /// Services resources. For more information, see Estimate /// your Amazon DevOps Guru costs and Amazon /// DevOps Guru pricing. /// /// Container for the necessary parameters to execute the GetCostEstimation service method. /// /// The response from the GetCostEstimation service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for GetCostEstimation Operation GetCostEstimationResponse GetCostEstimation(GetCostEstimationRequest request); /// /// Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web /// Services resources. For more information, see Estimate /// your Amazon DevOps Guru costs and Amazon /// DevOps Guru pricing. /// /// Container for the necessary parameters to execute the GetCostEstimation service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetCostEstimation service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for GetCostEstimation Operation Task GetCostEstimationAsync(GetCostEstimationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetResourceCollection /// /// Returns lists Amazon Web Services resources that are of the specified resource collection /// type. The two types of Amazon Web Services resource collections supported are Amazon /// Web Services CloudFormation stacks and Amazon Web Services resources that contain /// the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon /// Web Services resources that are defined in the stacks or that are tagged using the /// same tag key. You can specify up to 500 Amazon Web Services CloudFormation /// stacks. /// /// Container for the necessary parameters to execute the GetResourceCollection service method. /// /// The response from the GetResourceCollection service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for GetResourceCollection Operation GetResourceCollectionResponse GetResourceCollection(GetResourceCollectionRequest request); /// /// Returns lists Amazon Web Services resources that are of the specified resource collection /// type. The two types of Amazon Web Services resource collections supported are Amazon /// Web Services CloudFormation stacks and Amazon Web Services resources that contain /// the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon /// Web Services resources that are defined in the stacks or that are tagged using the /// same tag key. You can specify up to 500 Amazon Web Services CloudFormation /// stacks. /// /// Container for the necessary parameters to execute the GetResourceCollection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetResourceCollection service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for GetResourceCollection Operation Task GetResourceCollectionAsync(GetResourceCollectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAnomaliesForInsight /// /// Returns a list of the anomalies that belong to an insight that you specify using /// its ID. /// /// Container for the necessary parameters to execute the ListAnomaliesForInsight service method. /// /// The response from the ListAnomaliesForInsight service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListAnomaliesForInsight Operation ListAnomaliesForInsightResponse ListAnomaliesForInsight(ListAnomaliesForInsightRequest request); /// /// Returns a list of the anomalies that belong to an insight that you specify using /// its ID. /// /// Container for the necessary parameters to execute the ListAnomaliesForInsight service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAnomaliesForInsight service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListAnomaliesForInsight Operation Task ListAnomaliesForInsightAsync(ListAnomaliesForInsightRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAnomalousLogGroups /// /// Returns the list of log groups that contain log anomalies. /// /// Container for the necessary parameters to execute the ListAnomalousLogGroups service method. /// /// The response from the ListAnomalousLogGroups service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListAnomalousLogGroups Operation ListAnomalousLogGroupsResponse ListAnomalousLogGroups(ListAnomalousLogGroupsRequest request); /// /// Returns the list of log groups that contain log anomalies. /// /// Container for the necessary parameters to execute the ListAnomalousLogGroups service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAnomalousLogGroups service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListAnomalousLogGroups Operation Task ListAnomalousLogGroupsAsync(ListAnomalousLogGroupsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListEvents /// /// Returns a list of the events emitted by the resources that are evaluated by DevOps /// Guru. You can use filters to specify which events are returned. /// /// Container for the necessary parameters to execute the ListEvents service method. /// /// The response from the ListEvents service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListEvents Operation ListEventsResponse ListEvents(ListEventsRequest request); /// /// Returns a list of the events emitted by the resources that are evaluated by DevOps /// Guru. You can use filters to specify which events are returned. /// /// Container for the necessary parameters to execute the ListEvents service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListEvents service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListEvents Operation Task ListEventsAsync(ListEventsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListInsights /// /// Returns a list of insights in your Amazon Web Services account. You can specify which /// insights are returned by their start time and status (ONGOING, CLOSED, /// or ANY). /// /// Container for the necessary parameters to execute the ListInsights service method. /// /// The response from the ListInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListInsights Operation ListInsightsResponse ListInsights(ListInsightsRequest request); /// /// Returns a list of insights in your Amazon Web Services account. You can specify which /// insights are returned by their start time and status (ONGOING, CLOSED, /// or ANY). /// /// Container for the necessary parameters to execute the ListInsights service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListInsights Operation Task ListInsightsAsync(ListInsightsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMonitoredResources /// /// Returns the list of all log groups that are being monitored and tagged by DevOps /// Guru. /// /// Container for the necessary parameters to execute the ListMonitoredResources service method. /// /// The response from the ListMonitoredResources service method, as returned by DevOpsGuru. /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListMonitoredResources Operation ListMonitoredResourcesResponse ListMonitoredResources(ListMonitoredResourcesRequest request); /// /// Returns the list of all log groups that are being monitored and tagged by DevOps /// Guru. /// /// Container for the necessary parameters to execute the ListMonitoredResources service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListMonitoredResources service method, as returned by DevOpsGuru. /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListMonitoredResources Operation Task ListMonitoredResourcesAsync(ListMonitoredResourcesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListNotificationChannels /// /// Returns a list of notification channels configured for DevOps Guru. Each notification /// channel is used to notify you when DevOps Guru generates an insight that contains /// information about how to improve your operations. The one supported notification channel /// is Amazon Simple Notification Service (Amazon SNS). /// /// Container for the necessary parameters to execute the ListNotificationChannels service method. /// /// The response from the ListNotificationChannels service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListNotificationChannels Operation ListNotificationChannelsResponse ListNotificationChannels(ListNotificationChannelsRequest request); /// /// Returns a list of notification channels configured for DevOps Guru. Each notification /// channel is used to notify you when DevOps Guru generates an insight that contains /// information about how to improve your operations. The one supported notification channel /// is Amazon Simple Notification Service (Amazon SNS). /// /// Container for the necessary parameters to execute the ListNotificationChannels service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListNotificationChannels service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListNotificationChannels Operation Task ListNotificationChannelsAsync(ListNotificationChannelsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListOrganizationInsights /// /// Returns a list of insights associated with the account or OU Id. /// /// Container for the necessary parameters to execute the ListOrganizationInsights service method. /// /// The response from the ListOrganizationInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListOrganizationInsights Operation ListOrganizationInsightsResponse ListOrganizationInsights(ListOrganizationInsightsRequest request); /// /// Returns a list of insights associated with the account or OU Id. /// /// Container for the necessary parameters to execute the ListOrganizationInsights service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListOrganizationInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListOrganizationInsights Operation Task ListOrganizationInsightsAsync(ListOrganizationInsightsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListRecommendations /// /// Returns a list of a specified insight's recommendations. Each recommendation includes /// a list of related metrics and a list of related events. /// /// Container for the necessary parameters to execute the ListRecommendations service method. /// /// The response from the ListRecommendations service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListRecommendations Operation ListRecommendationsResponse ListRecommendations(ListRecommendationsRequest request); /// /// Returns a list of a specified insight's recommendations. Each recommendation includes /// a list of related metrics and a list of related events. /// /// Container for the necessary parameters to execute the ListRecommendations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListRecommendations service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for ListRecommendations Operation Task ListRecommendationsAsync(ListRecommendationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region PutFeedback /// /// Collects customer feedback about the specified insight. /// /// Container for the necessary parameters to execute the PutFeedback service method. /// /// The response from the PutFeedback service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for PutFeedback Operation PutFeedbackResponse PutFeedback(PutFeedbackRequest request); /// /// Collects customer feedback about the specified insight. /// /// Container for the necessary parameters to execute the PutFeedback service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the PutFeedback service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for PutFeedback Operation Task PutFeedbackAsync(PutFeedbackRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region RemoveNotificationChannel /// /// Removes a notification channel from DevOps Guru. A notification channel is used to /// notify you when DevOps Guru generates an insight that contains information about how /// to improve your operations. /// /// Container for the necessary parameters to execute the RemoveNotificationChannel service method. /// /// The response from the RemoveNotificationChannel service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for RemoveNotificationChannel Operation RemoveNotificationChannelResponse RemoveNotificationChannel(RemoveNotificationChannelRequest request); /// /// Removes a notification channel from DevOps Guru. A notification channel is used to /// notify you when DevOps Guru generates an insight that contains information about how /// to improve your operations. /// /// Container for the necessary parameters to execute the RemoveNotificationChannel service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the RemoveNotificationChannel service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for RemoveNotificationChannel Operation Task RemoveNotificationChannelAsync(RemoveNotificationChannelRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region SearchInsights /// /// Returns a list of insights in your Amazon Web Services account. You can specify which /// insights are returned by their start time, one or more statuses (ONGOING /// or CLOSED), one or more severities (LOW, MEDIUM, /// and HIGH), and type (REACTIVE or PROACTIVE). /// /// /// /// /// Use the Filters parameter to specify status and severity search parameters. /// Use the Type parameter to specify REACTIVE or PROACTIVE /// in your search. /// /// /// Container for the necessary parameters to execute the SearchInsights service method. /// /// The response from the SearchInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for SearchInsights Operation SearchInsightsResponse SearchInsights(SearchInsightsRequest request); /// /// Returns a list of insights in your Amazon Web Services account. You can specify which /// insights are returned by their start time, one or more statuses (ONGOING /// or CLOSED), one or more severities (LOW, MEDIUM, /// and HIGH), and type (REACTIVE or PROACTIVE). /// /// /// /// /// Use the Filters parameter to specify status and severity search parameters. /// Use the Type parameter to specify REACTIVE or PROACTIVE /// in your search. /// /// /// Container for the necessary parameters to execute the SearchInsights service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the SearchInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for SearchInsights Operation Task SearchInsightsAsync(SearchInsightsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region SearchOrganizationInsights /// /// Returns a list of insights in your organization. You can specify which insights are /// returned by their start time, one or more statuses (ONGOING, CLOSED, /// and CLOSED), one or more severities (LOW, MEDIUM, /// and HIGH), and type (REACTIVE or PROACTIVE). /// /// /// /// /// Use the Filters parameter to specify status and severity search parameters. /// Use the Type parameter to specify REACTIVE or PROACTIVE /// in your search. /// /// /// Container for the necessary parameters to execute the SearchOrganizationInsights service method. /// /// The response from the SearchOrganizationInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for SearchOrganizationInsights Operation SearchOrganizationInsightsResponse SearchOrganizationInsights(SearchOrganizationInsightsRequest request); /// /// Returns a list of insights in your organization. You can specify which insights are /// returned by their start time, one or more statuses (ONGOING, CLOSED, /// and CLOSED), one or more severities (LOW, MEDIUM, /// and HIGH), and type (REACTIVE or PROACTIVE). /// /// /// /// /// Use the Filters parameter to specify status and severity search parameters. /// Use the Type parameter to specify REACTIVE or PROACTIVE /// in your search. /// /// /// Container for the necessary parameters to execute the SearchOrganizationInsights service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the SearchOrganizationInsights service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for SearchOrganizationInsights Operation Task SearchOrganizationInsightsAsync(SearchOrganizationInsightsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartCostEstimation /// /// Starts the creation of an estimate of the monthly cost to analyze your Amazon Web /// Services resources. /// /// Container for the necessary parameters to execute the StartCostEstimation service method. /// /// The response from the StartCostEstimation service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for StartCostEstimation Operation StartCostEstimationResponse StartCostEstimation(StartCostEstimationRequest request); /// /// Starts the creation of an estimate of the monthly cost to analyze your Amazon Web /// Services resources. /// /// Container for the necessary parameters to execute the StartCostEstimation service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StartCostEstimation service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// A requested resource could not be found /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for StartCostEstimation Operation Task StartCostEstimationAsync(StartCostEstimationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateEventSourcesConfig /// /// 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. /// /// Container for the necessary parameters to execute the UpdateEventSourcesConfig service method. /// /// The response from the UpdateEventSourcesConfig service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for UpdateEventSourcesConfig Operation UpdateEventSourcesConfigResponse UpdateEventSourcesConfig(UpdateEventSourcesConfigRequest request); /// /// 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. /// /// Container for the necessary parameters to execute the UpdateEventSourcesConfig service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateEventSourcesConfig service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for UpdateEventSourcesConfig Operation Task UpdateEventSourcesConfigAsync(UpdateEventSourcesConfigRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateResourceCollection /// /// Updates the collection of resources that DevOps Guru analyzes. The two types of Amazon /// Web Services resource collections supported are Amazon Web Services CloudFormation /// stacks and Amazon Web Services resources that contain the same Amazon Web Services /// tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that /// are defined in the stacks or that are tagged using the same tag key. You can /// specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates /// the IAM role required for you to use DevOps Guru. /// /// Container for the necessary parameters to execute the UpdateResourceCollection service method. /// /// The response from the UpdateResourceCollection service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for UpdateResourceCollection Operation UpdateResourceCollectionResponse UpdateResourceCollection(UpdateResourceCollectionRequest request); /// /// Updates the collection of resources that DevOps Guru analyzes. The two types of Amazon /// Web Services resource collections supported are Amazon Web Services CloudFormation /// stacks and Amazon Web Services resources that contain the same Amazon Web Services /// tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that /// are defined in the stacks or that are tagged using the same tag key. You can /// specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates /// the IAM role required for you to use DevOps Guru. /// /// Container for the necessary parameters to execute the UpdateResourceCollection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateResourceCollection service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for UpdateResourceCollection Operation Task UpdateResourceCollectionAsync(UpdateResourceCollectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateServiceIntegration /// /// 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 Web Services /// Systems Manager, which can be used to create an OpsItem for each generated insight. /// /// Container for the necessary parameters to execute the UpdateServiceIntegration service method. /// /// The response from the UpdateServiceIntegration service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for UpdateServiceIntegration Operation UpdateServiceIntegrationResponse UpdateServiceIntegration(UpdateServiceIntegrationRequest request); /// /// 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 Web Services /// Systems Manager, which can be used to create an OpsItem for each generated insight. /// /// Container for the necessary parameters to execute the UpdateServiceIntegration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateServiceIntegration service method, as returned by DevOpsGuru. /// /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. For more information, see Access /// Management in the IAM User Guide. /// /// /// An exception that is thrown when a conflict occurs. /// /// /// An internal failure in an Amazon service occurred. /// /// /// The request was denied due to a request throttling. /// /// /// Contains information about data passed in to a field during a request that is not /// valid. /// /// REST API Reference for UpdateServiceIntegration Operation Task UpdateServiceIntegrationAsync(UpdateServiceIntegrationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion } }