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

ApplicationInsights

import { ApplicationInsights } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/applicationinsights.ts";
class ApplicationInsights {
constructor(apiFactory: client.ApiFactory);
async createApplication(params: CreateApplicationRequest, opts?: client.RequestOptions): Promise<CreateApplicationResponse>;
async createComponent(params: CreateComponentRequest, opts?: client.RequestOptions): Promise<void>;
async createLogPattern(params: CreateLogPatternRequest, opts?: client.RequestOptions): Promise<CreateLogPatternResponse>;
async deleteApplication(params: DeleteApplicationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteComponent(params: DeleteComponentRequest, opts?: client.RequestOptions): Promise<void>;
async deleteLogPattern(params: DeleteLogPatternRequest, opts?: client.RequestOptions): Promise<void>;
async describeApplication(params: DescribeApplicationRequest, opts?: client.RequestOptions): Promise<DescribeApplicationResponse>;
async describeComponent(params: DescribeComponentRequest, opts?: client.RequestOptions): Promise<DescribeComponentResponse>;
async describeComponentConfiguration(params: DescribeComponentConfigurationRequest, opts?: client.RequestOptions): Promise<DescribeComponentConfigurationResponse>;
async describeLogPattern(params: DescribeLogPatternRequest, opts?: client.RequestOptions): Promise<DescribeLogPatternResponse>;
async describeObservation(params: DescribeObservationRequest, opts?: client.RequestOptions): Promise<DescribeObservationResponse>;
async describeProblem(params: DescribeProblemRequest, opts?: client.RequestOptions): Promise<DescribeProblemResponse>;
async describeProblemObservations(params: DescribeProblemObservationsRequest, opts?: client.RequestOptions): Promise<DescribeProblemObservationsResponse>;
async listApplications(params?: ListApplicationsRequest, opts?: client.RequestOptions): Promise<ListApplicationsResponse>;
async listComponents(params: ListComponentsRequest, opts?: client.RequestOptions): Promise<ListComponentsResponse>;
async listConfigurationHistory(params?: ListConfigurationHistoryRequest, opts?: client.RequestOptions): Promise<ListConfigurationHistoryResponse>;
async listLogPatterns(params: ListLogPatternsRequest, opts?: client.RequestOptions): Promise<ListLogPatternsResponse>;
async listLogPatternSets(params: ListLogPatternSetsRequest, opts?: client.RequestOptions): Promise<ListLogPatternSetsResponse>;
async listProblems(params?: ListProblemsRequest, opts?: client.RequestOptions): Promise<ListProblemsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateApplication(params: UpdateApplicationRequest, opts?: client.RequestOptions): Promise<UpdateApplicationResponse>;
async updateComponent(params: UpdateComponentRequest, opts?: client.RequestOptions): Promise<void>;
async updateComponentConfiguration(params: UpdateComponentConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async updateLogPattern(params: UpdateLogPatternRequest, opts?: client.RequestOptions): Promise<UpdateLogPatternResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§
createComponent(params: CreateComponentRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteApplication(params: DeleteApplicationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteComponent(params: DeleteComponentRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteLogPattern(params: DeleteLogPatternRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateComponent(params: UpdateComponentRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateComponentConfiguration(params: UpdateComponentConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties