codeguruprofilerstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddNotificationChannelsFuture

type AddNotificationChannelsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddNotificationChannelsFuture) Get

type BatchGetFrameMetricDataFuture

type BatchGetFrameMetricDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchGetFrameMetricDataFuture) Get

type Client

type Client interface {
	AddNotificationChannels(ctx workflow.Context, input *codeguruprofiler.AddNotificationChannelsInput) (*codeguruprofiler.AddNotificationChannelsOutput, error)
	AddNotificationChannelsAsync(ctx workflow.Context, input *codeguruprofiler.AddNotificationChannelsInput) *AddNotificationChannelsFuture

	BatchGetFrameMetricData(ctx workflow.Context, input *codeguruprofiler.BatchGetFrameMetricDataInput) (*codeguruprofiler.BatchGetFrameMetricDataOutput, error)
	BatchGetFrameMetricDataAsync(ctx workflow.Context, input *codeguruprofiler.BatchGetFrameMetricDataInput) *BatchGetFrameMetricDataFuture

	ConfigureAgent(ctx workflow.Context, input *codeguruprofiler.ConfigureAgentInput) (*codeguruprofiler.ConfigureAgentOutput, error)
	ConfigureAgentAsync(ctx workflow.Context, input *codeguruprofiler.ConfigureAgentInput) *ConfigureAgentFuture

	CreateProfilingGroup(ctx workflow.Context, input *codeguruprofiler.CreateProfilingGroupInput) (*codeguruprofiler.CreateProfilingGroupOutput, error)
	CreateProfilingGroupAsync(ctx workflow.Context, input *codeguruprofiler.CreateProfilingGroupInput) *CreateProfilingGroupFuture

	DeleteProfilingGroup(ctx workflow.Context, input *codeguruprofiler.DeleteProfilingGroupInput) (*codeguruprofiler.DeleteProfilingGroupOutput, error)
	DeleteProfilingGroupAsync(ctx workflow.Context, input *codeguruprofiler.DeleteProfilingGroupInput) *DeleteProfilingGroupFuture

	DescribeProfilingGroup(ctx workflow.Context, input *codeguruprofiler.DescribeProfilingGroupInput) (*codeguruprofiler.DescribeProfilingGroupOutput, error)
	DescribeProfilingGroupAsync(ctx workflow.Context, input *codeguruprofiler.DescribeProfilingGroupInput) *DescribeProfilingGroupFuture

	GetFindingsReportAccountSummary(ctx workflow.Context, input *codeguruprofiler.GetFindingsReportAccountSummaryInput) (*codeguruprofiler.GetFindingsReportAccountSummaryOutput, error)
	GetFindingsReportAccountSummaryAsync(ctx workflow.Context, input *codeguruprofiler.GetFindingsReportAccountSummaryInput) *GetFindingsReportAccountSummaryFuture

	GetNotificationConfiguration(ctx workflow.Context, input *codeguruprofiler.GetNotificationConfigurationInput) (*codeguruprofiler.GetNotificationConfigurationOutput, error)
	GetNotificationConfigurationAsync(ctx workflow.Context, input *codeguruprofiler.GetNotificationConfigurationInput) *GetNotificationConfigurationFuture

	GetPolicy(ctx workflow.Context, input *codeguruprofiler.GetPolicyInput) (*codeguruprofiler.GetPolicyOutput, error)
	GetPolicyAsync(ctx workflow.Context, input *codeguruprofiler.GetPolicyInput) *GetPolicyFuture

	GetProfile(ctx workflow.Context, input *codeguruprofiler.GetProfileInput) (*codeguruprofiler.GetProfileOutput, error)
	GetProfileAsync(ctx workflow.Context, input *codeguruprofiler.GetProfileInput) *GetProfileFuture

	GetRecommendations(ctx workflow.Context, input *codeguruprofiler.GetRecommendationsInput) (*codeguruprofiler.GetRecommendationsOutput, error)
	GetRecommendationsAsync(ctx workflow.Context, input *codeguruprofiler.GetRecommendationsInput) *GetRecommendationsFuture

	ListFindingsReports(ctx workflow.Context, input *codeguruprofiler.ListFindingsReportsInput) (*codeguruprofiler.ListFindingsReportsOutput, error)
	ListFindingsReportsAsync(ctx workflow.Context, input *codeguruprofiler.ListFindingsReportsInput) *ListFindingsReportsFuture

	ListProfileTimes(ctx workflow.Context, input *codeguruprofiler.ListProfileTimesInput) (*codeguruprofiler.ListProfileTimesOutput, error)
	ListProfileTimesAsync(ctx workflow.Context, input *codeguruprofiler.ListProfileTimesInput) *ListProfileTimesFuture

	ListProfilingGroups(ctx workflow.Context, input *codeguruprofiler.ListProfilingGroupsInput) (*codeguruprofiler.ListProfilingGroupsOutput, error)
	ListProfilingGroupsAsync(ctx workflow.Context, input *codeguruprofiler.ListProfilingGroupsInput) *ListProfilingGroupsFuture

	ListTagsForResource(ctx workflow.Context, input *codeguruprofiler.ListTagsForResourceInput) (*codeguruprofiler.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *codeguruprofiler.ListTagsForResourceInput) *ListTagsForResourceFuture

	PostAgentProfile(ctx workflow.Context, input *codeguruprofiler.PostAgentProfileInput) (*codeguruprofiler.PostAgentProfileOutput, error)
	PostAgentProfileAsync(ctx workflow.Context, input *codeguruprofiler.PostAgentProfileInput) *PostAgentProfileFuture

	PutPermission(ctx workflow.Context, input *codeguruprofiler.PutPermissionInput) (*codeguruprofiler.PutPermissionOutput, error)
	PutPermissionAsync(ctx workflow.Context, input *codeguruprofiler.PutPermissionInput) *PutPermissionFuture

	RemoveNotificationChannel(ctx workflow.Context, input *codeguruprofiler.RemoveNotificationChannelInput) (*codeguruprofiler.RemoveNotificationChannelOutput, error)
	RemoveNotificationChannelAsync(ctx workflow.Context, input *codeguruprofiler.RemoveNotificationChannelInput) *RemoveNotificationChannelFuture

	RemovePermission(ctx workflow.Context, input *codeguruprofiler.RemovePermissionInput) (*codeguruprofiler.RemovePermissionOutput, error)
	RemovePermissionAsync(ctx workflow.Context, input *codeguruprofiler.RemovePermissionInput) *RemovePermissionFuture

	SubmitFeedback(ctx workflow.Context, input *codeguruprofiler.SubmitFeedbackInput) (*codeguruprofiler.SubmitFeedbackOutput, error)
	SubmitFeedbackAsync(ctx workflow.Context, input *codeguruprofiler.SubmitFeedbackInput) *SubmitFeedbackFuture

	TagResource(ctx workflow.Context, input *codeguruprofiler.TagResourceInput) (*codeguruprofiler.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *codeguruprofiler.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *codeguruprofiler.UntagResourceInput) (*codeguruprofiler.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *codeguruprofiler.UntagResourceInput) *UntagResourceFuture

	UpdateProfilingGroup(ctx workflow.Context, input *codeguruprofiler.UpdateProfilingGroupInput) (*codeguruprofiler.UpdateProfilingGroupOutput, error)
	UpdateProfilingGroupAsync(ctx workflow.Context, input *codeguruprofiler.UpdateProfilingGroupInput) *UpdateProfilingGroupFuture
}

func NewClient

func NewClient() Client

type ConfigureAgentFuture

type ConfigureAgentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfigureAgentFuture) Get

type CreateProfilingGroupFuture

type CreateProfilingGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateProfilingGroupFuture) Get

type DeleteProfilingGroupFuture

type DeleteProfilingGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteProfilingGroupFuture) Get

type DescribeProfilingGroupFuture

type DescribeProfilingGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeProfilingGroupFuture) Get

type GetFindingsReportAccountSummaryFuture

type GetFindingsReportAccountSummaryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFindingsReportAccountSummaryFuture) Get

type GetNotificationConfigurationFuture

type GetNotificationConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetNotificationConfigurationFuture) Get

type GetPolicyFuture

type GetPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPolicyFuture) Get

type GetProfileFuture

type GetProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetProfileFuture) Get

type GetRecommendationsFuture

type GetRecommendationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRecommendationsFuture) Get

type ListFindingsReportsFuture

type ListFindingsReportsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFindingsReportsFuture) Get

type ListProfileTimesFuture

type ListProfileTimesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListProfileTimesFuture) Get

type ListProfilingGroupsFuture

type ListProfilingGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListProfilingGroupsFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type PostAgentProfileFuture

type PostAgentProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PostAgentProfileFuture) Get

type PutPermissionFuture

type PutPermissionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutPermissionFuture) Get

type RemoveNotificationChannelFuture

type RemoveNotificationChannelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RemoveNotificationChannelFuture) Get

type RemovePermissionFuture

type RemovePermissionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RemovePermissionFuture) Get

type SubmitFeedbackFuture

type SubmitFeedbackFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SubmitFeedbackFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateProfilingGroupFuture

type UpdateProfilingGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateProfilingGroupFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL