/* * 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.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 { #if BCL45 || AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IDevOpsGuruPaginatorFactory Paginators { get; } #endif #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); /// /// Initiates the asynchronous execution of the AddNotificationChannel operation. /// /// /// Container for the necessary parameters to execute the AddNotificationChannel operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAddNotificationChannel /// operation. /// REST API Reference for AddNotificationChannel Operation IAsyncResult BeginAddNotificationChannel(AddNotificationChannelRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AddNotificationChannel operation. /// /// /// The IAsyncResult returned by the call to BeginAddNotificationChannel. /// /// Returns a AddNotificationChannelResult from DevOpsGuru. /// REST API Reference for AddNotificationChannel Operation AddNotificationChannelResponse EndAddNotificationChannel(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DeleteInsight operation. /// /// /// Container for the necessary parameters to execute the DeleteInsight operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteInsight /// operation. /// REST API Reference for DeleteInsight Operation IAsyncResult BeginDeleteInsight(DeleteInsightRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteInsight operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteInsight. /// /// Returns a DeleteInsightResult from DevOpsGuru. /// REST API Reference for DeleteInsight Operation DeleteInsightResponse EndDeleteInsight(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeAccountHealth operation. /// /// /// Container for the necessary parameters to execute the DescribeAccountHealth operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeAccountHealth /// operation. /// REST API Reference for DescribeAccountHealth Operation IAsyncResult BeginDescribeAccountHealth(DescribeAccountHealthRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeAccountHealth operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeAccountHealth. /// /// Returns a DescribeAccountHealthResult from DevOpsGuru. /// REST API Reference for DescribeAccountHealth Operation DescribeAccountHealthResponse EndDescribeAccountHealth(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeAccountOverview operation. /// /// /// Container for the necessary parameters to execute the DescribeAccountOverview operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeAccountOverview /// operation. /// REST API Reference for DescribeAccountOverview Operation IAsyncResult BeginDescribeAccountOverview(DescribeAccountOverviewRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeAccountOverview operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeAccountOverview. /// /// Returns a DescribeAccountOverviewResult from DevOpsGuru. /// REST API Reference for DescribeAccountOverview Operation DescribeAccountOverviewResponse EndDescribeAccountOverview(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeAnomaly operation. /// /// /// Container for the necessary parameters to execute the DescribeAnomaly operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeAnomaly /// operation. /// REST API Reference for DescribeAnomaly Operation IAsyncResult BeginDescribeAnomaly(DescribeAnomalyRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeAnomaly operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeAnomaly. /// /// Returns a DescribeAnomalyResult from DevOpsGuru. /// REST API Reference for DescribeAnomaly Operation DescribeAnomalyResponse EndDescribeAnomaly(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeEventSourcesConfig operation. /// /// /// Container for the necessary parameters to execute the DescribeEventSourcesConfig operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeEventSourcesConfig /// operation. /// REST API Reference for DescribeEventSourcesConfig Operation IAsyncResult BeginDescribeEventSourcesConfig(DescribeEventSourcesConfigRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeEventSourcesConfig operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeEventSourcesConfig. /// /// Returns a DescribeEventSourcesConfigResult from DevOpsGuru. /// REST API Reference for DescribeEventSourcesConfig Operation DescribeEventSourcesConfigResponse EndDescribeEventSourcesConfig(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeFeedback operation. /// /// /// Container for the necessary parameters to execute the DescribeFeedback operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeFeedback /// operation. /// REST API Reference for DescribeFeedback Operation IAsyncResult BeginDescribeFeedback(DescribeFeedbackRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeFeedback operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeFeedback. /// /// Returns a DescribeFeedbackResult from DevOpsGuru. /// REST API Reference for DescribeFeedback Operation DescribeFeedbackResponse EndDescribeFeedback(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeInsight operation. /// /// /// Container for the necessary parameters to execute the DescribeInsight operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeInsight /// operation. /// REST API Reference for DescribeInsight Operation IAsyncResult BeginDescribeInsight(DescribeInsightRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeInsight operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeInsight. /// /// Returns a DescribeInsightResult from DevOpsGuru. /// REST API Reference for DescribeInsight Operation DescribeInsightResponse EndDescribeInsight(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeOrganizationHealth operation. /// /// /// Container for the necessary parameters to execute the DescribeOrganizationHealth operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeOrganizationHealth /// operation. /// REST API Reference for DescribeOrganizationHealth Operation IAsyncResult BeginDescribeOrganizationHealth(DescribeOrganizationHealthRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeOrganizationHealth operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeOrganizationHealth. /// /// Returns a DescribeOrganizationHealthResult from DevOpsGuru. /// REST API Reference for DescribeOrganizationHealth Operation DescribeOrganizationHealthResponse EndDescribeOrganizationHealth(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeOrganizationOverview operation. /// /// /// Container for the necessary parameters to execute the DescribeOrganizationOverview operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeOrganizationOverview /// operation. /// REST API Reference for DescribeOrganizationOverview Operation IAsyncResult BeginDescribeOrganizationOverview(DescribeOrganizationOverviewRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeOrganizationOverview operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeOrganizationOverview. /// /// Returns a DescribeOrganizationOverviewResult from DevOpsGuru. /// REST API Reference for DescribeOrganizationOverview Operation DescribeOrganizationOverviewResponse EndDescribeOrganizationOverview(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeOrganizationResourceCollectionHealth operation. /// /// /// Container for the necessary parameters to execute the DescribeOrganizationResourceCollectionHealth operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeOrganizationResourceCollectionHealth /// operation. /// REST API Reference for DescribeOrganizationResourceCollectionHealth Operation IAsyncResult BeginDescribeOrganizationResourceCollectionHealth(DescribeOrganizationResourceCollectionHealthRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeOrganizationResourceCollectionHealth operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeOrganizationResourceCollectionHealth. /// /// Returns a DescribeOrganizationResourceCollectionHealthResult from DevOpsGuru. /// REST API Reference for DescribeOrganizationResourceCollectionHealth Operation DescribeOrganizationResourceCollectionHealthResponse EndDescribeOrganizationResourceCollectionHealth(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeResourceCollectionHealth operation. /// /// /// Container for the necessary parameters to execute the DescribeResourceCollectionHealth operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeResourceCollectionHealth /// operation. /// REST API Reference for DescribeResourceCollectionHealth Operation IAsyncResult BeginDescribeResourceCollectionHealth(DescribeResourceCollectionHealthRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeResourceCollectionHealth operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeResourceCollectionHealth. /// /// Returns a DescribeResourceCollectionHealthResult from DevOpsGuru. /// REST API Reference for DescribeResourceCollectionHealth Operation DescribeResourceCollectionHealthResponse EndDescribeResourceCollectionHealth(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DescribeServiceIntegration operation. /// /// /// Container for the necessary parameters to execute the DescribeServiceIntegration operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeServiceIntegration /// operation. /// REST API Reference for DescribeServiceIntegration Operation IAsyncResult BeginDescribeServiceIntegration(DescribeServiceIntegrationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeServiceIntegration operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeServiceIntegration. /// /// Returns a DescribeServiceIntegrationResult from DevOpsGuru. /// REST API Reference for DescribeServiceIntegration Operation DescribeServiceIntegrationResponse EndDescribeServiceIntegration(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetCostEstimation operation. /// /// /// Container for the necessary parameters to execute the GetCostEstimation operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetCostEstimation /// operation. /// REST API Reference for GetCostEstimation Operation IAsyncResult BeginGetCostEstimation(GetCostEstimationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetCostEstimation operation. /// /// /// The IAsyncResult returned by the call to BeginGetCostEstimation. /// /// Returns a GetCostEstimationResult from DevOpsGuru. /// REST API Reference for GetCostEstimation Operation GetCostEstimationResponse EndGetCostEstimation(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetResourceCollection operation. /// /// /// Container for the necessary parameters to execute the GetResourceCollection operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetResourceCollection /// operation. /// REST API Reference for GetResourceCollection Operation IAsyncResult BeginGetResourceCollection(GetResourceCollectionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetResourceCollection operation. /// /// /// The IAsyncResult returned by the call to BeginGetResourceCollection. /// /// Returns a GetResourceCollectionResult from DevOpsGuru. /// REST API Reference for GetResourceCollection Operation GetResourceCollectionResponse EndGetResourceCollection(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListAnomaliesForInsight operation. /// /// /// Container for the necessary parameters to execute the ListAnomaliesForInsight operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAnomaliesForInsight /// operation. /// REST API Reference for ListAnomaliesForInsight Operation IAsyncResult BeginListAnomaliesForInsight(ListAnomaliesForInsightRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAnomaliesForInsight operation. /// /// /// The IAsyncResult returned by the call to BeginListAnomaliesForInsight. /// /// Returns a ListAnomaliesForInsightResult from DevOpsGuru. /// REST API Reference for ListAnomaliesForInsight Operation ListAnomaliesForInsightResponse EndListAnomaliesForInsight(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListAnomalousLogGroups operation. /// /// /// Container for the necessary parameters to execute the ListAnomalousLogGroups operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAnomalousLogGroups /// operation. /// REST API Reference for ListAnomalousLogGroups Operation IAsyncResult BeginListAnomalousLogGroups(ListAnomalousLogGroupsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAnomalousLogGroups operation. /// /// /// The IAsyncResult returned by the call to BeginListAnomalousLogGroups. /// /// Returns a ListAnomalousLogGroupsResult from DevOpsGuru. /// REST API Reference for ListAnomalousLogGroups Operation ListAnomalousLogGroupsResponse EndListAnomalousLogGroups(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListEvents operation. /// /// /// Container for the necessary parameters to execute the ListEvents operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListEvents /// operation. /// REST API Reference for ListEvents Operation IAsyncResult BeginListEvents(ListEventsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListEvents operation. /// /// /// The IAsyncResult returned by the call to BeginListEvents. /// /// Returns a ListEventsResult from DevOpsGuru. /// REST API Reference for ListEvents Operation ListEventsResponse EndListEvents(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListInsights operation. /// /// /// Container for the necessary parameters to execute the ListInsights operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListInsights /// operation. /// REST API Reference for ListInsights Operation IAsyncResult BeginListInsights(ListInsightsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListInsights operation. /// /// /// The IAsyncResult returned by the call to BeginListInsights. /// /// Returns a ListInsightsResult from DevOpsGuru. /// REST API Reference for ListInsights Operation ListInsightsResponse EndListInsights(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListMonitoredResources operation. /// /// /// Container for the necessary parameters to execute the ListMonitoredResources operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMonitoredResources /// operation. /// REST API Reference for ListMonitoredResources Operation IAsyncResult BeginListMonitoredResources(ListMonitoredResourcesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListMonitoredResources operation. /// /// /// The IAsyncResult returned by the call to BeginListMonitoredResources. /// /// Returns a ListMonitoredResourcesResult from DevOpsGuru. /// REST API Reference for ListMonitoredResources Operation ListMonitoredResourcesResponse EndListMonitoredResources(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListNotificationChannels operation. /// /// /// Container for the necessary parameters to execute the ListNotificationChannels operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListNotificationChannels /// operation. /// REST API Reference for ListNotificationChannels Operation IAsyncResult BeginListNotificationChannels(ListNotificationChannelsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListNotificationChannels operation. /// /// /// The IAsyncResult returned by the call to BeginListNotificationChannels. /// /// Returns a ListNotificationChannelsResult from DevOpsGuru. /// REST API Reference for ListNotificationChannels Operation ListNotificationChannelsResponse EndListNotificationChannels(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListOrganizationInsights operation. /// /// /// Container for the necessary parameters to execute the ListOrganizationInsights operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListOrganizationInsights /// operation. /// REST API Reference for ListOrganizationInsights Operation IAsyncResult BeginListOrganizationInsights(ListOrganizationInsightsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListOrganizationInsights operation. /// /// /// The IAsyncResult returned by the call to BeginListOrganizationInsights. /// /// Returns a ListOrganizationInsightsResult from DevOpsGuru. /// REST API Reference for ListOrganizationInsights Operation ListOrganizationInsightsResponse EndListOrganizationInsights(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListRecommendations operation. /// /// /// Container for the necessary parameters to execute the ListRecommendations operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListRecommendations /// operation. /// REST API Reference for ListRecommendations Operation IAsyncResult BeginListRecommendations(ListRecommendationsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListRecommendations operation. /// /// /// The IAsyncResult returned by the call to BeginListRecommendations. /// /// Returns a ListRecommendationsResult from DevOpsGuru. /// REST API Reference for ListRecommendations Operation ListRecommendationsResponse EndListRecommendations(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the PutFeedback operation. /// /// /// Container for the necessary parameters to execute the PutFeedback operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutFeedback /// operation. /// REST API Reference for PutFeedback Operation IAsyncResult BeginPutFeedback(PutFeedbackRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutFeedback operation. /// /// /// The IAsyncResult returned by the call to BeginPutFeedback. /// /// Returns a PutFeedbackResult from DevOpsGuru. /// REST API Reference for PutFeedback Operation PutFeedbackResponse EndPutFeedback(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the RemoveNotificationChannel operation. /// /// /// Container for the necessary parameters to execute the RemoveNotificationChannel operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRemoveNotificationChannel /// operation. /// REST API Reference for RemoveNotificationChannel Operation IAsyncResult BeginRemoveNotificationChannel(RemoveNotificationChannelRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RemoveNotificationChannel operation. /// /// /// The IAsyncResult returned by the call to BeginRemoveNotificationChannel. /// /// Returns a RemoveNotificationChannelResult from DevOpsGuru. /// REST API Reference for RemoveNotificationChannel Operation RemoveNotificationChannelResponse EndRemoveNotificationChannel(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the SearchInsights operation. /// /// /// Container for the necessary parameters to execute the SearchInsights operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndSearchInsights /// operation. /// REST API Reference for SearchInsights Operation IAsyncResult BeginSearchInsights(SearchInsightsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the SearchInsights operation. /// /// /// The IAsyncResult returned by the call to BeginSearchInsights. /// /// Returns a SearchInsightsResult from DevOpsGuru. /// REST API Reference for SearchInsights Operation SearchInsightsResponse EndSearchInsights(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the SearchOrganizationInsights operation. /// /// /// Container for the necessary parameters to execute the SearchOrganizationInsights operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndSearchOrganizationInsights /// operation. /// REST API Reference for SearchOrganizationInsights Operation IAsyncResult BeginSearchOrganizationInsights(SearchOrganizationInsightsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the SearchOrganizationInsights operation. /// /// /// The IAsyncResult returned by the call to BeginSearchOrganizationInsights. /// /// Returns a SearchOrganizationInsightsResult from DevOpsGuru. /// REST API Reference for SearchOrganizationInsights Operation SearchOrganizationInsightsResponse EndSearchOrganizationInsights(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the StartCostEstimation operation. /// /// /// Container for the necessary parameters to execute the StartCostEstimation operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartCostEstimation /// operation. /// REST API Reference for StartCostEstimation Operation IAsyncResult BeginStartCostEstimation(StartCostEstimationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StartCostEstimation operation. /// /// /// The IAsyncResult returned by the call to BeginStartCostEstimation. /// /// Returns a StartCostEstimationResult from DevOpsGuru. /// REST API Reference for StartCostEstimation Operation StartCostEstimationResponse EndStartCostEstimation(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateEventSourcesConfig operation. /// /// /// Container for the necessary parameters to execute the UpdateEventSourcesConfig operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateEventSourcesConfig /// operation. /// REST API Reference for UpdateEventSourcesConfig Operation IAsyncResult BeginUpdateEventSourcesConfig(UpdateEventSourcesConfigRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateEventSourcesConfig operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateEventSourcesConfig. /// /// Returns a UpdateEventSourcesConfigResult from DevOpsGuru. /// REST API Reference for UpdateEventSourcesConfig Operation UpdateEventSourcesConfigResponse EndUpdateEventSourcesConfig(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateResourceCollection operation. /// /// /// Container for the necessary parameters to execute the UpdateResourceCollection operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateResourceCollection /// operation. /// REST API Reference for UpdateResourceCollection Operation IAsyncResult BeginUpdateResourceCollection(UpdateResourceCollectionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateResourceCollection operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateResourceCollection. /// /// Returns a UpdateResourceCollectionResult from DevOpsGuru. /// REST API Reference for UpdateResourceCollection Operation UpdateResourceCollectionResponse EndUpdateResourceCollection(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateServiceIntegration operation. /// /// /// Container for the necessary parameters to execute the UpdateServiceIntegration operation on AmazonDevOpsGuruClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateServiceIntegration /// operation. /// REST API Reference for UpdateServiceIntegration Operation IAsyncResult BeginUpdateServiceIntegration(UpdateServiceIntegrationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateServiceIntegration operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateServiceIntegration. /// /// Returns a UpdateServiceIntegrationResult from DevOpsGuru. /// REST API Reference for UpdateServiceIntegration Operation UpdateServiceIntegrationResponse EndUpdateServiceIntegration(IAsyncResult asyncResult); #endregion } }