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 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 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>;
§Constructors
§
new DevOpsGuru(apiFactory: client.ApiFactory)
[src]§Methods
§
addNotificationChannel(params: AddNotificationChannelRequest, opts?: client.RequestOptions): Promise<AddNotificationChannelResponse>
[src]§
describeAccountHealth(opts?: client.RequestOptions): Promise<DescribeAccountHealthResponse>
[src]§
describeAccountOverview(params: DescribeAccountOverviewRequest, opts?: client.RequestOptions): Promise<DescribeAccountOverviewResponse>
[src]§
describeAnomaly(params: DescribeAnomalyRequest, opts?: client.RequestOptions): Promise<DescribeAnomalyResponse>
[src]§
describeFeedback(params?: DescribeFeedbackRequest, opts?: client.RequestOptions): Promise<DescribeFeedbackResponse>
[src]§
describeInsight(params: DescribeInsightRequest, opts?: client.RequestOptions): Promise<DescribeInsightResponse>
[src]§
describeResourceCollectionHealth(params: DescribeResourceCollectionHealthRequest, opts?: client.RequestOptions): Promise<DescribeResourceCollectionHealthResponse>
[src]§
describeServiceIntegration(opts?: client.RequestOptions): Promise<DescribeServiceIntegrationResponse>
[src]§
getCostEstimation(params?: GetCostEstimationRequest, opts?: client.RequestOptions): Promise<GetCostEstimationResponse>
[src]§
getResourceCollection(params: GetResourceCollectionRequest, opts?: client.RequestOptions): Promise<GetResourceCollectionResponse>
[src]§
listAnomaliesForInsight(params: ListAnomaliesForInsightRequest, opts?: client.RequestOptions): Promise<ListAnomaliesForInsightResponse>
[src]§
listInsights(params: ListInsightsRequest, opts?: client.RequestOptions): Promise<ListInsightsResponse>
[src]§
listNotificationChannels(params?: ListNotificationChannelsRequest, opts?: client.RequestOptions): Promise<ListNotificationChannelsResponse>
[src]§
listRecommendations(params: ListRecommendationsRequest, opts?: client.RequestOptions): Promise<ListRecommendationsResponse>
[src]§
removeNotificationChannel(params: RemoveNotificationChannelRequest, opts?: client.RequestOptions): Promise<void>
[src]§
searchInsights(params: SearchInsightsRequest, opts?: client.RequestOptions): Promise<SearchInsightsResponse>
[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
§
ApiMetadata: client.ApiMetadata
[src]