Documentation ¶
Index ¶
- type AddNotificationChannelsFuture
- type BatchGetFrameMetricDataFuture
- type Client
- type ConfigureAgentFuture
- type CreateProfilingGroupFuture
- type DeleteProfilingGroupFuture
- type DescribeProfilingGroupFuture
- type GetFindingsReportAccountSummaryFuture
- type GetNotificationConfigurationFuture
- type GetPolicyFuture
- type GetProfileFuture
- type GetRecommendationsFuture
- type ListFindingsReportsFuture
- type ListProfileTimesFuture
- type ListProfilingGroupsFuture
- type ListTagsForResourceFuture
- type PostAgentProfileFuture
- type PutPermissionFuture
- type RemoveNotificationChannelFuture
- type RemovePermissionFuture
- type SubmitFeedbackFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateProfilingGroupFuture
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 ¶
func (r *AddNotificationChannelsFuture) Get(ctx workflow.Context) (*codeguruprofiler.AddNotificationChannelsOutput, error)
type BatchGetFrameMetricDataFuture ¶
type BatchGetFrameMetricDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetFrameMetricDataFuture) Get ¶
func (r *BatchGetFrameMetricDataFuture) Get(ctx workflow.Context) (*codeguruprofiler.BatchGetFrameMetricDataOutput, error)
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 }
type ConfigureAgentFuture ¶
func (*ConfigureAgentFuture) Get ¶
func (r *ConfigureAgentFuture) Get(ctx workflow.Context) (*codeguruprofiler.ConfigureAgentOutput, error)
type CreateProfilingGroupFuture ¶
type CreateProfilingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateProfilingGroupFuture) Get ¶
func (r *CreateProfilingGroupFuture) Get(ctx workflow.Context) (*codeguruprofiler.CreateProfilingGroupOutput, error)
type DeleteProfilingGroupFuture ¶
type DeleteProfilingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProfilingGroupFuture) Get ¶
func (r *DeleteProfilingGroupFuture) Get(ctx workflow.Context) (*codeguruprofiler.DeleteProfilingGroupOutput, error)
type DescribeProfilingGroupFuture ¶
type DescribeProfilingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProfilingGroupFuture) Get ¶
func (r *DescribeProfilingGroupFuture) Get(ctx workflow.Context) (*codeguruprofiler.DescribeProfilingGroupOutput, error)
type GetFindingsReportAccountSummaryFuture ¶
type GetFindingsReportAccountSummaryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFindingsReportAccountSummaryFuture) Get ¶
func (r *GetFindingsReportAccountSummaryFuture) Get(ctx workflow.Context) (*codeguruprofiler.GetFindingsReportAccountSummaryOutput, error)
type GetNotificationConfigurationFuture ¶
type GetNotificationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetNotificationConfigurationFuture) Get ¶
func (r *GetNotificationConfigurationFuture) Get(ctx workflow.Context) (*codeguruprofiler.GetNotificationConfigurationOutput, error)
type GetPolicyFuture ¶
func (*GetPolicyFuture) Get ¶
func (r *GetPolicyFuture) Get(ctx workflow.Context) (*codeguruprofiler.GetPolicyOutput, error)
type GetProfileFuture ¶
func (*GetProfileFuture) Get ¶
func (r *GetProfileFuture) Get(ctx workflow.Context) (*codeguruprofiler.GetProfileOutput, error)
type GetRecommendationsFuture ¶
type GetRecommendationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRecommendationsFuture) Get ¶
func (r *GetRecommendationsFuture) Get(ctx workflow.Context) (*codeguruprofiler.GetRecommendationsOutput, error)
type ListFindingsReportsFuture ¶
type ListFindingsReportsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFindingsReportsFuture) Get ¶
func (r *ListFindingsReportsFuture) Get(ctx workflow.Context) (*codeguruprofiler.ListFindingsReportsOutput, error)
type ListProfileTimesFuture ¶
type ListProfileTimesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProfileTimesFuture) Get ¶
func (r *ListProfileTimesFuture) Get(ctx workflow.Context) (*codeguruprofiler.ListProfileTimesOutput, error)
type ListProfilingGroupsFuture ¶
type ListProfilingGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProfilingGroupsFuture) Get ¶
func (r *ListProfilingGroupsFuture) Get(ctx workflow.Context) (*codeguruprofiler.ListProfilingGroupsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*codeguruprofiler.ListTagsForResourceOutput, error)
type PostAgentProfileFuture ¶
type PostAgentProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PostAgentProfileFuture) Get ¶
func (r *PostAgentProfileFuture) Get(ctx workflow.Context) (*codeguruprofiler.PostAgentProfileOutput, error)
type PutPermissionFuture ¶
func (*PutPermissionFuture) Get ¶
func (r *PutPermissionFuture) Get(ctx workflow.Context) (*codeguruprofiler.PutPermissionOutput, error)
type RemoveNotificationChannelFuture ¶
type RemoveNotificationChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveNotificationChannelFuture) Get ¶
func (r *RemoveNotificationChannelFuture) Get(ctx workflow.Context) (*codeguruprofiler.RemoveNotificationChannelOutput, error)
type RemovePermissionFuture ¶
type RemovePermissionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemovePermissionFuture) Get ¶
func (r *RemovePermissionFuture) Get(ctx workflow.Context) (*codeguruprofiler.RemovePermissionOutput, error)
type SubmitFeedbackFuture ¶
func (*SubmitFeedbackFuture) Get ¶
func (r *SubmitFeedbackFuture) Get(ctx workflow.Context) (*codeguruprofiler.SubmitFeedbackOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*codeguruprofiler.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*codeguruprofiler.UntagResourceOutput, error)
type UpdateProfilingGroupFuture ¶
type UpdateProfilingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateProfilingGroupFuture) Get ¶
func (r *UpdateProfilingGroupFuture) Get(ctx workflow.Context) (*codeguruprofiler.UpdateProfilingGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.