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

CodeGuruProfiler

import { CodeGuruProfiler } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeguruprofiler.ts";
class CodeGuruProfiler {
constructor(apiFactory: client.ApiFactory);
async addNotificationChannels(params: AddNotificationChannelsRequest, opts?: client.RequestOptions): Promise<AddNotificationChannelsResponse>;
async batchGetFrameMetricData(params: BatchGetFrameMetricDataRequest, opts?: client.RequestOptions): Promise<BatchGetFrameMetricDataResponse>;
async configureAgent(params: ConfigureAgentRequest, opts?: client.RequestOptions): Promise<ConfigureAgentResponse>;
async createProfilingGroup(params: CreateProfilingGroupRequest, opts?: client.RequestOptions): Promise<CreateProfilingGroupResponse>;
async deleteProfilingGroup(params: DeleteProfilingGroupRequest, opts?: client.RequestOptions): Promise<void>;
async describeProfilingGroup(params: DescribeProfilingGroupRequest, opts?: client.RequestOptions): Promise<DescribeProfilingGroupResponse>;
async getFindingsReportAccountSummary(params?: GetFindingsReportAccountSummaryRequest, opts?: client.RequestOptions): Promise<GetFindingsReportAccountSummaryResponse>;
async getNotificationConfiguration(params: GetNotificationConfigurationRequest, opts?: client.RequestOptions): Promise<GetNotificationConfigurationResponse>;
async getPolicy(params: GetPolicyRequest, opts?: client.RequestOptions): Promise<GetPolicyResponse>;
async getProfile(params: GetProfileRequest, opts?: client.RequestOptions): Promise<GetProfileResponse>;
async getRecommendations(params: GetRecommendationsRequest, opts?: client.RequestOptions): Promise<GetRecommendationsResponse>;
async listFindingsReports(params: ListFindingsReportsRequest, opts?: client.RequestOptions): Promise<ListFindingsReportsResponse>;
async listProfileTimes(params: ListProfileTimesRequest, opts?: client.RequestOptions): Promise<ListProfileTimesResponse>;
async listProfilingGroups(params?: ListProfilingGroupsRequest, opts?: client.RequestOptions): Promise<ListProfilingGroupsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async postAgentProfile(params: PostAgentProfileRequest, opts?: client.RequestOptions): Promise<void>;
async putPermission(params: PutPermissionRequest, opts?: client.RequestOptions): Promise<PutPermissionResponse>;
async removeNotificationChannel(params: RemoveNotificationChannelRequest, opts?: client.RequestOptions): Promise<RemoveNotificationChannelResponse>;
async removePermission(params: RemovePermissionRequest, opts?: client.RequestOptions): Promise<RemovePermissionResponse>;
async submitFeedback(params: SubmitFeedbackRequest, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateProfilingGroup(params: UpdateProfilingGroupRequest, opts?: client.RequestOptions): Promise<UpdateProfilingGroupResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§
deleteProfilingGroup(params: DeleteProfilingGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
postAgentProfile(params: PostAgentProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
submitFeedback(params: SubmitFeedbackRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties