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 updateProfilingGroup(params: UpdateProfilingGroupRequest, opts?: client.RequestOptions): Promise<UpdateProfilingGroupResponse>;
§Constructors
§
new CodeGuruProfiler(apiFactory: client.ApiFactory)
[src]§Methods
§
addNotificationChannels(params: AddNotificationChannelsRequest, opts?: client.RequestOptions): Promise<AddNotificationChannelsResponse>
[src]§
batchGetFrameMetricData(params: BatchGetFrameMetricDataRequest, opts?: client.RequestOptions): Promise<BatchGetFrameMetricDataResponse>
[src]§
configureAgent(params: ConfigureAgentRequest, opts?: client.RequestOptions): Promise<ConfigureAgentResponse>
[src]§
createProfilingGroup(params: CreateProfilingGroupRequest, opts?: client.RequestOptions): Promise<CreateProfilingGroupResponse>
[src]§
deleteProfilingGroup(params: DeleteProfilingGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]§
describeProfilingGroup(params: DescribeProfilingGroupRequest, opts?: client.RequestOptions): Promise<DescribeProfilingGroupResponse>
[src]§
getFindingsReportAccountSummary(params?: GetFindingsReportAccountSummaryRequest, opts?: client.RequestOptions): Promise<GetFindingsReportAccountSummaryResponse>
[src]§
getNotificationConfiguration(params: GetNotificationConfigurationRequest, opts?: client.RequestOptions): Promise<GetNotificationConfigurationResponse>
[src]§
getRecommendations(params: GetRecommendationsRequest, opts?: client.RequestOptions): Promise<GetRecommendationsResponse>
[src]§
listFindingsReports(params: ListFindingsReportsRequest, opts?: client.RequestOptions): Promise<ListFindingsReportsResponse>
[src]§
listProfileTimes(params: ListProfileTimesRequest, opts?: client.RequestOptions): Promise<ListProfileTimesResponse>
[src]§
listProfilingGroups(params?: ListProfilingGroupsRequest, opts?: client.RequestOptions): Promise<ListProfilingGroupsResponse>
[src]§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]§
putPermission(params: PutPermissionRequest, opts?: client.RequestOptions): Promise<PutPermissionResponse>
[src]§
removeNotificationChannel(params: RemoveNotificationChannelRequest, opts?: client.RequestOptions): Promise<RemoveNotificationChannelResponse>
[src]§
removePermission(params: RemovePermissionRequest, opts?: client.RequestOptions): Promise<RemovePermissionResponse>
[src]§
updateProfilingGroup(params: UpdateProfilingGroupRequest, opts?: client.RequestOptions): Promise<UpdateProfilingGroupResponse>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]