Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DevOpsGuru

import { DevOpsGuru } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devopsguru.ts";
class DevOpsGuru {
constructor(apiFactory: client.ApiFactory);
async addNotificationChannel(params: AddNotificationChannelRequest, opts?: client.RequestOptions): Promise<AddNotificationChannelResponse>;
async describeAccountHealth(opts?: client.RequestOptions): Promise<DescribeAccountHealthResponse>;
async describeAccountOverview(params: DescribeAccountOverviewRequest, opts?: client.RequestOptions): Promise<DescribeAccountOverviewResponse>;
async describeAnomaly(params: DescribeAnomalyRequest, opts?: client.RequestOptions): Promise<DescribeAnomalyResponse>;
async describeFeedback(params?: DescribeFeedbackRequest, opts?: client.RequestOptions): Promise<DescribeFeedbackResponse>;
async describeInsight(params: DescribeInsightRequest, opts?: client.RequestOptions): Promise<DescribeInsightResponse>;
async describeResourceCollectionHealth(params: DescribeResourceCollectionHealthRequest, opts?: client.RequestOptions): Promise<DescribeResourceCollectionHealthResponse>;
async describeServiceIntegration(opts?: client.RequestOptions): Promise<DescribeServiceIntegrationResponse>;
async getCostEstimation(params?: GetCostEstimationRequest, opts?: client.RequestOptions): Promise<GetCostEstimationResponse>;
async getResourceCollection(params: GetResourceCollectionRequest, opts?: client.RequestOptions): Promise<GetResourceCollectionResponse>;
async listAnomaliesForInsight(params: ListAnomaliesForInsightRequest, opts?: client.RequestOptions): Promise<ListAnomaliesForInsightResponse>;
async listEvents(params: ListEventsRequest, opts?: client.RequestOptions): Promise<ListEventsResponse>;
async listInsights(params: ListInsightsRequest, opts?: client.RequestOptions): Promise<ListInsightsResponse>;
async listNotificationChannels(params?: ListNotificationChannelsRequest, opts?: client.RequestOptions): Promise<ListNotificationChannelsResponse>;
async listRecommendations(params: ListRecommendationsRequest, opts?: client.RequestOptions): Promise<ListRecommendationsResponse>;
async putFeedback(params?: PutFeedbackRequest, opts?: client.RequestOptions): Promise<void>;
async removeNotificationChannel(params: RemoveNotificationChannelRequest, opts?: client.RequestOptions): Promise<void>;
async searchInsights(params: SearchInsightsRequest, opts?: client.RequestOptions): Promise<SearchInsightsResponse>;
async startCostEstimation(params: StartCostEstimationRequest, opts?: client.RequestOptions): Promise<void>;
async updateResourceCollection(params: UpdateResourceCollectionRequest, opts?: client.RequestOptions): Promise<void>;
async updateServiceIntegration(params: UpdateServiceIntegrationRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new DevOpsGuru(apiFactory: client.ApiFactory)
[src]

§Methods

§
describeAccountHealth(opts?: client.RequestOptions): Promise<DescribeAccountHealthResponse>
[src]
§
describeServiceIntegration(opts?: client.RequestOptions): Promise<DescribeServiceIntegrationResponse>
[src]
§
putFeedback(params?: PutFeedbackRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
removeNotificationChannel(params: RemoveNotificationChannelRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
startCostEstimation(params: StartCostEstimationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateResourceCollection(params: UpdateResourceCollectionRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateServiceIntegration(params: UpdateServiceIntegrationRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties