Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + const ActionGroupAgentPermissions + const AgentParameterFieldMaxStackDepth + const AgentParameterFieldMemoryUsageLimitPercent + const AgentParameterFieldMinimumTimeForReportingInMilliseconds + const AgentParameterFieldReportingIntervalInMilliseconds + const AgentParameterFieldSamplingIntervalInMilliseconds + const AggregationPeriodP1d + const AggregationPeriodPt1h + const AggregationPeriodPt5m + const ComputePlatformAwslambda + const ComputePlatformDefault + const EndpointsID + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const EventPublisherAnomalyDetection + const FeedbackTypeNegative + const FeedbackTypePositive + const MetadataFieldAgentId + const MetadataFieldAwsRequestId + const MetadataFieldComputePlatform + const MetadataFieldExecutionEnvironment + const MetadataFieldLambdaFunctionArn + const MetadataFieldLambdaMemoryLimitInMb + const MetadataFieldLambdaPreviousExecutionTimeInMilliseconds + const MetadataFieldLambdaRemainingTimeInMilliseconds + const MetadataFieldLambdaTimeGapBetweenInvokesInMilliseconds + const MetricTypeAggregatedRelativeTotalTime + const OrderByTimestampAscending + const OrderByTimestampDescending + const ServiceID + const ServiceName + func ActionGroup_Values() []string + func AgentParameterField_Values() []string + func AggregationPeriod_Values() []string + func ComputePlatform_Values() []string + func EventPublisher_Values() []string + func FeedbackType_Values() []string + func MetadataField_Values() []string + func MetricType_Values() []string + func OrderBy_Values() []string + type AddNotificationChannelsInput struct + Channels []*Channel + ProfilingGroupName *string + func (s *AddNotificationChannelsInput) SetChannels(v []*Channel) *AddNotificationChannelsInput + func (s *AddNotificationChannelsInput) SetProfilingGroupName(v string) *AddNotificationChannelsInput + func (s *AddNotificationChannelsInput) Validate() error + func (s AddNotificationChannelsInput) GoString() string + func (s AddNotificationChannelsInput) String() string + type AddNotificationChannelsOutput struct + NotificationConfiguration *NotificationConfiguration + func (s *AddNotificationChannelsOutput) SetNotificationConfiguration(v *NotificationConfiguration) *AddNotificationChannelsOutput + func (s AddNotificationChannelsOutput) GoString() string + func (s AddNotificationChannelsOutput) String() string + type AgentConfiguration struct + AgentParameters map[string]*string + PeriodInSeconds *int64 + ShouldProfile *bool + func (s *AgentConfiguration) SetAgentParameters(v map[string]*string) *AgentConfiguration + func (s *AgentConfiguration) SetPeriodInSeconds(v int64) *AgentConfiguration + func (s *AgentConfiguration) SetShouldProfile(v bool) *AgentConfiguration + func (s AgentConfiguration) GoString() string + func (s AgentConfiguration) String() string + type AgentOrchestrationConfig struct + ProfilingEnabled *bool + func (s *AgentOrchestrationConfig) SetProfilingEnabled(v bool) *AgentOrchestrationConfig + func (s *AgentOrchestrationConfig) Validate() error + func (s AgentOrchestrationConfig) GoString() string + func (s AgentOrchestrationConfig) String() string + type AggregatedProfileTime struct + Period *string + Start *time.Time + func (s *AggregatedProfileTime) SetPeriod(v string) *AggregatedProfileTime + func (s *AggregatedProfileTime) SetStart(v time.Time) *AggregatedProfileTime + func (s AggregatedProfileTime) GoString() string + func (s AggregatedProfileTime) String() string + type Anomaly struct + Instances []*AnomalyInstance + Metric *Metric + Reason *string + func (s *Anomaly) SetInstances(v []*AnomalyInstance) *Anomaly + func (s *Anomaly) SetMetric(v *Metric) *Anomaly + func (s *Anomaly) SetReason(v string) *Anomaly + func (s Anomaly) GoString() string + func (s Anomaly) String() string + type AnomalyInstance struct + EndTime *time.Time + Id *string + StartTime *time.Time + UserFeedback *UserFeedback + func (s *AnomalyInstance) SetEndTime(v time.Time) *AnomalyInstance + func (s *AnomalyInstance) SetId(v string) *AnomalyInstance + func (s *AnomalyInstance) SetStartTime(v time.Time) *AnomalyInstance + func (s *AnomalyInstance) SetUserFeedback(v *UserFeedback) *AnomalyInstance + func (s AnomalyInstance) GoString() string + func (s AnomalyInstance) String() string + type BatchGetFrameMetricDataInput struct + EndTime *time.Time + FrameMetrics []*FrameMetric + Period *string + ProfilingGroupName *string + StartTime *time.Time + TargetResolution *string + func (s *BatchGetFrameMetricDataInput) SetEndTime(v time.Time) *BatchGetFrameMetricDataInput + func (s *BatchGetFrameMetricDataInput) SetFrameMetrics(v []*FrameMetric) *BatchGetFrameMetricDataInput + func (s *BatchGetFrameMetricDataInput) SetPeriod(v string) *BatchGetFrameMetricDataInput + func (s *BatchGetFrameMetricDataInput) SetProfilingGroupName(v string) *BatchGetFrameMetricDataInput + func (s *BatchGetFrameMetricDataInput) SetStartTime(v time.Time) *BatchGetFrameMetricDataInput + func (s *BatchGetFrameMetricDataInput) SetTargetResolution(v string) *BatchGetFrameMetricDataInput + func (s *BatchGetFrameMetricDataInput) Validate() error + func (s BatchGetFrameMetricDataInput) GoString() string + func (s BatchGetFrameMetricDataInput) String() string + type BatchGetFrameMetricDataOutput struct + EndTime *time.Time + EndTimes []*TimestampStructure + FrameMetricData []*FrameMetricDatum + Resolution *string + StartTime *time.Time + UnprocessedEndTimes map[string][]*TimestampStructure + func (s *BatchGetFrameMetricDataOutput) SetEndTime(v time.Time) *BatchGetFrameMetricDataOutput + func (s *BatchGetFrameMetricDataOutput) SetEndTimes(v []*TimestampStructure) *BatchGetFrameMetricDataOutput + func (s *BatchGetFrameMetricDataOutput) SetFrameMetricData(v []*FrameMetricDatum) *BatchGetFrameMetricDataOutput + func (s *BatchGetFrameMetricDataOutput) SetResolution(v string) *BatchGetFrameMetricDataOutput + func (s *BatchGetFrameMetricDataOutput) SetStartTime(v time.Time) *BatchGetFrameMetricDataOutput + func (s *BatchGetFrameMetricDataOutput) SetUnprocessedEndTimes(v map[string][]*TimestampStructure) *BatchGetFrameMetricDataOutput + func (s BatchGetFrameMetricDataOutput) GoString() string + func (s BatchGetFrameMetricDataOutput) String() string + type Channel struct + EventPublishers []*string + Id *string + Uri *string + func (s *Channel) SetEventPublishers(v []*string) *Channel + func (s *Channel) SetId(v string) *Channel + func (s *Channel) SetUri(v string) *Channel + func (s *Channel) Validate() error + func (s Channel) GoString() string + func (s Channel) String() string + type CodeGuruProfiler struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodeGuruProfiler + func (c *CodeGuruProfiler) AddNotificationChannels(input *AddNotificationChannelsInput) (*AddNotificationChannelsOutput, error) + func (c *CodeGuruProfiler) AddNotificationChannelsRequest(input *AddNotificationChannelsInput) (req *request.Request, output *AddNotificationChannelsOutput) + func (c *CodeGuruProfiler) AddNotificationChannelsWithContext(ctx aws.Context, input *AddNotificationChannelsInput, opts ...request.Option) (*AddNotificationChannelsOutput, error) + func (c *CodeGuruProfiler) BatchGetFrameMetricData(input *BatchGetFrameMetricDataInput) (*BatchGetFrameMetricDataOutput, error) + func (c *CodeGuruProfiler) BatchGetFrameMetricDataRequest(input *BatchGetFrameMetricDataInput) (req *request.Request, output *BatchGetFrameMetricDataOutput) + func (c *CodeGuruProfiler) BatchGetFrameMetricDataWithContext(ctx aws.Context, input *BatchGetFrameMetricDataInput, opts ...request.Option) (*BatchGetFrameMetricDataOutput, error) + func (c *CodeGuruProfiler) ConfigureAgent(input *ConfigureAgentInput) (*ConfigureAgentOutput, error) + func (c *CodeGuruProfiler) ConfigureAgentRequest(input *ConfigureAgentInput) (req *request.Request, output *ConfigureAgentOutput) + func (c *CodeGuruProfiler) ConfigureAgentWithContext(ctx aws.Context, input *ConfigureAgentInput, opts ...request.Option) (*ConfigureAgentOutput, error) + func (c *CodeGuruProfiler) CreateProfilingGroup(input *CreateProfilingGroupInput) (*CreateProfilingGroupOutput, error) + func (c *CodeGuruProfiler) CreateProfilingGroupRequest(input *CreateProfilingGroupInput) (req *request.Request, output *CreateProfilingGroupOutput) + func (c *CodeGuruProfiler) CreateProfilingGroupWithContext(ctx aws.Context, input *CreateProfilingGroupInput, opts ...request.Option) (*CreateProfilingGroupOutput, error) + func (c *CodeGuruProfiler) DeleteProfilingGroup(input *DeleteProfilingGroupInput) (*DeleteProfilingGroupOutput, error) + func (c *CodeGuruProfiler) DeleteProfilingGroupRequest(input *DeleteProfilingGroupInput) (req *request.Request, output *DeleteProfilingGroupOutput) + func (c *CodeGuruProfiler) DeleteProfilingGroupWithContext(ctx aws.Context, input *DeleteProfilingGroupInput, opts ...request.Option) (*DeleteProfilingGroupOutput, error) + func (c *CodeGuruProfiler) DescribeProfilingGroup(input *DescribeProfilingGroupInput) (*DescribeProfilingGroupOutput, error) + func (c *CodeGuruProfiler) DescribeProfilingGroupRequest(input *DescribeProfilingGroupInput) (req *request.Request, output *DescribeProfilingGroupOutput) + func (c *CodeGuruProfiler) DescribeProfilingGroupWithContext(ctx aws.Context, input *DescribeProfilingGroupInput, opts ...request.Option) (*DescribeProfilingGroupOutput, error) + func (c *CodeGuruProfiler) GetFindingsReportAccountSummary(input *GetFindingsReportAccountSummaryInput) (*GetFindingsReportAccountSummaryOutput, error) + func (c *CodeGuruProfiler) GetFindingsReportAccountSummaryPages(input *GetFindingsReportAccountSummaryInput, ...) error + func (c *CodeGuruProfiler) GetFindingsReportAccountSummaryPagesWithContext(ctx aws.Context, input *GetFindingsReportAccountSummaryInput, ...) error + func (c *CodeGuruProfiler) GetFindingsReportAccountSummaryRequest(input *GetFindingsReportAccountSummaryInput) (req *request.Request, output *GetFindingsReportAccountSummaryOutput) + func (c *CodeGuruProfiler) GetFindingsReportAccountSummaryWithContext(ctx aws.Context, input *GetFindingsReportAccountSummaryInput, ...) (*GetFindingsReportAccountSummaryOutput, error) + func (c *CodeGuruProfiler) GetNotificationConfiguration(input *GetNotificationConfigurationInput) (*GetNotificationConfigurationOutput, error) + func (c *CodeGuruProfiler) GetNotificationConfigurationRequest(input *GetNotificationConfigurationInput) (req *request.Request, output *GetNotificationConfigurationOutput) + func (c *CodeGuruProfiler) GetNotificationConfigurationWithContext(ctx aws.Context, input *GetNotificationConfigurationInput, ...) (*GetNotificationConfigurationOutput, error) + func (c *CodeGuruProfiler) GetPolicy(input *GetPolicyInput) (*GetPolicyOutput, error) + func (c *CodeGuruProfiler) GetPolicyRequest(input *GetPolicyInput) (req *request.Request, output *GetPolicyOutput) + func (c *CodeGuruProfiler) GetPolicyWithContext(ctx aws.Context, input *GetPolicyInput, opts ...request.Option) (*GetPolicyOutput, error) + func (c *CodeGuruProfiler) GetProfile(input *GetProfileInput) (*GetProfileOutput, error) + func (c *CodeGuruProfiler) GetProfileRequest(input *GetProfileInput) (req *request.Request, output *GetProfileOutput) + func (c *CodeGuruProfiler) GetProfileWithContext(ctx aws.Context, input *GetProfileInput, opts ...request.Option) (*GetProfileOutput, error) + func (c *CodeGuruProfiler) GetRecommendations(input *GetRecommendationsInput) (*GetRecommendationsOutput, error) + func (c *CodeGuruProfiler) GetRecommendationsRequest(input *GetRecommendationsInput) (req *request.Request, output *GetRecommendationsOutput) + func (c *CodeGuruProfiler) GetRecommendationsWithContext(ctx aws.Context, input *GetRecommendationsInput, opts ...request.Option) (*GetRecommendationsOutput, error) + func (c *CodeGuruProfiler) ListFindingsReports(input *ListFindingsReportsInput) (*ListFindingsReportsOutput, error) + func (c *CodeGuruProfiler) ListFindingsReportsPages(input *ListFindingsReportsInput, ...) error + func (c *CodeGuruProfiler) ListFindingsReportsPagesWithContext(ctx aws.Context, input *ListFindingsReportsInput, ...) error + func (c *CodeGuruProfiler) ListFindingsReportsRequest(input *ListFindingsReportsInput) (req *request.Request, output *ListFindingsReportsOutput) + func (c *CodeGuruProfiler) ListFindingsReportsWithContext(ctx aws.Context, input *ListFindingsReportsInput, opts ...request.Option) (*ListFindingsReportsOutput, error) + func (c *CodeGuruProfiler) ListProfileTimes(input *ListProfileTimesInput) (*ListProfileTimesOutput, error) + func (c *CodeGuruProfiler) ListProfileTimesPages(input *ListProfileTimesInput, fn func(*ListProfileTimesOutput, bool) bool) error + func (c *CodeGuruProfiler) ListProfileTimesPagesWithContext(ctx aws.Context, input *ListProfileTimesInput, ...) error + func (c *CodeGuruProfiler) ListProfileTimesRequest(input *ListProfileTimesInput) (req *request.Request, output *ListProfileTimesOutput) + func (c *CodeGuruProfiler) ListProfileTimesWithContext(ctx aws.Context, input *ListProfileTimesInput, opts ...request.Option) (*ListProfileTimesOutput, error) + func (c *CodeGuruProfiler) ListProfilingGroups(input *ListProfilingGroupsInput) (*ListProfilingGroupsOutput, error) + func (c *CodeGuruProfiler) ListProfilingGroupsPages(input *ListProfilingGroupsInput, ...) error + func (c *CodeGuruProfiler) ListProfilingGroupsPagesWithContext(ctx aws.Context, input *ListProfilingGroupsInput, ...) error + func (c *CodeGuruProfiler) ListProfilingGroupsRequest(input *ListProfilingGroupsInput) (req *request.Request, output *ListProfilingGroupsOutput) + func (c *CodeGuruProfiler) ListProfilingGroupsWithContext(ctx aws.Context, input *ListProfilingGroupsInput, opts ...request.Option) (*ListProfilingGroupsOutput, error) + func (c *CodeGuruProfiler) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *CodeGuruProfiler) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *CodeGuruProfiler) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *CodeGuruProfiler) PostAgentProfile(input *PostAgentProfileInput) (*PostAgentProfileOutput, error) + func (c *CodeGuruProfiler) PostAgentProfileRequest(input *PostAgentProfileInput) (req *request.Request, output *PostAgentProfileOutput) + func (c *CodeGuruProfiler) PostAgentProfileWithContext(ctx aws.Context, input *PostAgentProfileInput, opts ...request.Option) (*PostAgentProfileOutput, error) + func (c *CodeGuruProfiler) PutPermission(input *PutPermissionInput) (*PutPermissionOutput, error) + func (c *CodeGuruProfiler) PutPermissionRequest(input *PutPermissionInput) (req *request.Request, output *PutPermissionOutput) + func (c *CodeGuruProfiler) PutPermissionWithContext(ctx aws.Context, input *PutPermissionInput, opts ...request.Option) (*PutPermissionOutput, error) + func (c *CodeGuruProfiler) RemoveNotificationChannel(input *RemoveNotificationChannelInput) (*RemoveNotificationChannelOutput, error) + func (c *CodeGuruProfiler) RemoveNotificationChannelRequest(input *RemoveNotificationChannelInput) (req *request.Request, output *RemoveNotificationChannelOutput) + func (c *CodeGuruProfiler) RemoveNotificationChannelWithContext(ctx aws.Context, input *RemoveNotificationChannelInput, opts ...request.Option) (*RemoveNotificationChannelOutput, error) + func (c *CodeGuruProfiler) RemovePermission(input *RemovePermissionInput) (*RemovePermissionOutput, error) + func (c *CodeGuruProfiler) RemovePermissionRequest(input *RemovePermissionInput) (req *request.Request, output *RemovePermissionOutput) + func (c *CodeGuruProfiler) RemovePermissionWithContext(ctx aws.Context, input *RemovePermissionInput, opts ...request.Option) (*RemovePermissionOutput, error) + func (c *CodeGuruProfiler) SubmitFeedback(input *SubmitFeedbackInput) (*SubmitFeedbackOutput, error) + func (c *CodeGuruProfiler) SubmitFeedbackRequest(input *SubmitFeedbackInput) (req *request.Request, output *SubmitFeedbackOutput) + func (c *CodeGuruProfiler) SubmitFeedbackWithContext(ctx aws.Context, input *SubmitFeedbackInput, opts ...request.Option) (*SubmitFeedbackOutput, error) + func (c *CodeGuruProfiler) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *CodeGuruProfiler) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *CodeGuruProfiler) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *CodeGuruProfiler) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *CodeGuruProfiler) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *CodeGuruProfiler) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *CodeGuruProfiler) UpdateProfilingGroup(input *UpdateProfilingGroupInput) (*UpdateProfilingGroupOutput, error) + func (c *CodeGuruProfiler) UpdateProfilingGroupRequest(input *UpdateProfilingGroupInput) (req *request.Request, output *UpdateProfilingGroupOutput) + func (c *CodeGuruProfiler) UpdateProfilingGroupWithContext(ctx aws.Context, input *UpdateProfilingGroupInput, opts ...request.Option) (*UpdateProfilingGroupOutput, error) + type ConfigureAgentInput struct + FleetInstanceId *string + Metadata map[string]*string + ProfilingGroupName *string + func (s *ConfigureAgentInput) SetFleetInstanceId(v string) *ConfigureAgentInput + func (s *ConfigureAgentInput) SetMetadata(v map[string]*string) *ConfigureAgentInput + func (s *ConfigureAgentInput) SetProfilingGroupName(v string) *ConfigureAgentInput + func (s *ConfigureAgentInput) Validate() error + func (s ConfigureAgentInput) GoString() string + func (s ConfigureAgentInput) String() string + type ConfigureAgentOutput struct + Configuration *AgentConfiguration + func (s *ConfigureAgentOutput) SetConfiguration(v *AgentConfiguration) *ConfigureAgentOutput + func (s ConfigureAgentOutput) GoString() string + func (s ConfigureAgentOutput) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateProfilingGroupInput struct + AgentOrchestrationConfig *AgentOrchestrationConfig + ClientToken *string + ComputePlatform *string + ProfilingGroupName *string + Tags map[string]*string + func (s *CreateProfilingGroupInput) SetAgentOrchestrationConfig(v *AgentOrchestrationConfig) *CreateProfilingGroupInput + func (s *CreateProfilingGroupInput) SetClientToken(v string) *CreateProfilingGroupInput + func (s *CreateProfilingGroupInput) SetComputePlatform(v string) *CreateProfilingGroupInput + func (s *CreateProfilingGroupInput) SetProfilingGroupName(v string) *CreateProfilingGroupInput + func (s *CreateProfilingGroupInput) SetTags(v map[string]*string) *CreateProfilingGroupInput + func (s *CreateProfilingGroupInput) Validate() error + func (s CreateProfilingGroupInput) GoString() string + func (s CreateProfilingGroupInput) String() string + type CreateProfilingGroupOutput struct + ProfilingGroup *ProfilingGroupDescription + func (s *CreateProfilingGroupOutput) SetProfilingGroup(v *ProfilingGroupDescription) *CreateProfilingGroupOutput + func (s CreateProfilingGroupOutput) GoString() string + func (s CreateProfilingGroupOutput) String() string + type DeleteProfilingGroupInput struct + ProfilingGroupName *string + func (s *DeleteProfilingGroupInput) SetProfilingGroupName(v string) *DeleteProfilingGroupInput + func (s *DeleteProfilingGroupInput) Validate() error + func (s DeleteProfilingGroupInput) GoString() string + func (s DeleteProfilingGroupInput) String() string + type DeleteProfilingGroupOutput struct + func (s DeleteProfilingGroupOutput) GoString() string + func (s DeleteProfilingGroupOutput) String() string + type DescribeProfilingGroupInput struct + ProfilingGroupName *string + func (s *DescribeProfilingGroupInput) SetProfilingGroupName(v string) *DescribeProfilingGroupInput + func (s *DescribeProfilingGroupInput) Validate() error + func (s DescribeProfilingGroupInput) GoString() string + func (s DescribeProfilingGroupInput) String() string + type DescribeProfilingGroupOutput struct + ProfilingGroup *ProfilingGroupDescription + func (s *DescribeProfilingGroupOutput) SetProfilingGroup(v *ProfilingGroupDescription) *DescribeProfilingGroupOutput + func (s DescribeProfilingGroupOutput) GoString() string + func (s DescribeProfilingGroupOutput) String() string + type FindingsReportSummary struct + Id *string + ProfileEndTime *time.Time + ProfileStartTime *time.Time + ProfilingGroupName *string + TotalNumberOfFindings *int64 + func (s *FindingsReportSummary) SetId(v string) *FindingsReportSummary + func (s *FindingsReportSummary) SetProfileEndTime(v time.Time) *FindingsReportSummary + func (s *FindingsReportSummary) SetProfileStartTime(v time.Time) *FindingsReportSummary + func (s *FindingsReportSummary) SetProfilingGroupName(v string) *FindingsReportSummary + func (s *FindingsReportSummary) SetTotalNumberOfFindings(v int64) *FindingsReportSummary + func (s FindingsReportSummary) GoString() string + func (s FindingsReportSummary) String() string + type FrameMetric struct + FrameName *string + ThreadStates []*string + Type *string + func (s *FrameMetric) SetFrameName(v string) *FrameMetric + func (s *FrameMetric) SetThreadStates(v []*string) *FrameMetric + func (s *FrameMetric) SetType(v string) *FrameMetric + func (s *FrameMetric) Validate() error + func (s FrameMetric) GoString() string + func (s FrameMetric) String() string + type FrameMetricDatum struct + FrameMetric *FrameMetric + Values []*float64 + func (s *FrameMetricDatum) SetFrameMetric(v *FrameMetric) *FrameMetricDatum + func (s *FrameMetricDatum) SetValues(v []*float64) *FrameMetricDatum + func (s FrameMetricDatum) GoString() string + func (s FrameMetricDatum) String() string + type GetFindingsReportAccountSummaryInput struct + DailyReportsOnly *bool + MaxResults *int64 + NextToken *string + func (s *GetFindingsReportAccountSummaryInput) SetDailyReportsOnly(v bool) *GetFindingsReportAccountSummaryInput + func (s *GetFindingsReportAccountSummaryInput) SetMaxResults(v int64) *GetFindingsReportAccountSummaryInput + func (s *GetFindingsReportAccountSummaryInput) SetNextToken(v string) *GetFindingsReportAccountSummaryInput + func (s *GetFindingsReportAccountSummaryInput) Validate() error + func (s GetFindingsReportAccountSummaryInput) GoString() string + func (s GetFindingsReportAccountSummaryInput) String() string + type GetFindingsReportAccountSummaryOutput struct + NextToken *string + ReportSummaries []*FindingsReportSummary + func (s *GetFindingsReportAccountSummaryOutput) SetNextToken(v string) *GetFindingsReportAccountSummaryOutput + func (s *GetFindingsReportAccountSummaryOutput) SetReportSummaries(v []*FindingsReportSummary) *GetFindingsReportAccountSummaryOutput + func (s GetFindingsReportAccountSummaryOutput) GoString() string + func (s GetFindingsReportAccountSummaryOutput) String() string + type GetNotificationConfigurationInput struct + ProfilingGroupName *string + func (s *GetNotificationConfigurationInput) SetProfilingGroupName(v string) *GetNotificationConfigurationInput + func (s *GetNotificationConfigurationInput) Validate() error + func (s GetNotificationConfigurationInput) GoString() string + func (s GetNotificationConfigurationInput) String() string + type GetNotificationConfigurationOutput struct + NotificationConfiguration *NotificationConfiguration + func (s *GetNotificationConfigurationOutput) SetNotificationConfiguration(v *NotificationConfiguration) *GetNotificationConfigurationOutput + func (s GetNotificationConfigurationOutput) GoString() string + func (s GetNotificationConfigurationOutput) String() string + type GetPolicyInput struct + ProfilingGroupName *string + func (s *GetPolicyInput) SetProfilingGroupName(v string) *GetPolicyInput + func (s *GetPolicyInput) Validate() error + func (s GetPolicyInput) GoString() string + func (s GetPolicyInput) String() string + type GetPolicyOutput struct + Policy *string + RevisionId *string + func (s *GetPolicyOutput) SetPolicy(v string) *GetPolicyOutput + func (s *GetPolicyOutput) SetRevisionId(v string) *GetPolicyOutput + func (s GetPolicyOutput) GoString() string + func (s GetPolicyOutput) String() string + type GetProfileInput struct + Accept *string + EndTime *time.Time + MaxDepth *int64 + Period *string + ProfilingGroupName *string + StartTime *time.Time + func (s *GetProfileInput) SetAccept(v string) *GetProfileInput + func (s *GetProfileInput) SetEndTime(v time.Time) *GetProfileInput + func (s *GetProfileInput) SetMaxDepth(v int64) *GetProfileInput + func (s *GetProfileInput) SetPeriod(v string) *GetProfileInput + func (s *GetProfileInput) SetProfilingGroupName(v string) *GetProfileInput + func (s *GetProfileInput) SetStartTime(v time.Time) *GetProfileInput + func (s *GetProfileInput) Validate() error + func (s GetProfileInput) GoString() string + func (s GetProfileInput) String() string + type GetProfileOutput struct + ContentEncoding *string + ContentType *string + Profile []byte + func (s *GetProfileOutput) SetContentEncoding(v string) *GetProfileOutput + func (s *GetProfileOutput) SetContentType(v string) *GetProfileOutput + func (s *GetProfileOutput) SetProfile(v []byte) *GetProfileOutput + func (s GetProfileOutput) GoString() string + func (s GetProfileOutput) String() string + type GetRecommendationsInput struct + EndTime *time.Time + Locale *string + ProfilingGroupName *string + StartTime *time.Time + func (s *GetRecommendationsInput) SetEndTime(v time.Time) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetLocale(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetProfilingGroupName(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetStartTime(v time.Time) *GetRecommendationsInput + func (s *GetRecommendationsInput) Validate() error + func (s GetRecommendationsInput) GoString() string + func (s GetRecommendationsInput) String() string + type GetRecommendationsOutput struct + Anomalies []*Anomaly + ProfileEndTime *time.Time + ProfileStartTime *time.Time + ProfilingGroupName *string + Recommendations []*Recommendation + func (s *GetRecommendationsOutput) SetAnomalies(v []*Anomaly) *GetRecommendationsOutput + func (s *GetRecommendationsOutput) SetProfileEndTime(v time.Time) *GetRecommendationsOutput + func (s *GetRecommendationsOutput) SetProfileStartTime(v time.Time) *GetRecommendationsOutput + func (s *GetRecommendationsOutput) SetProfilingGroupName(v string) *GetRecommendationsOutput + func (s *GetRecommendationsOutput) SetRecommendations(v []*Recommendation) *GetRecommendationsOutput + func (s GetRecommendationsOutput) GoString() string + func (s GetRecommendationsOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListFindingsReportsInput struct + DailyReportsOnly *bool + EndTime *time.Time + MaxResults *int64 + NextToken *string + ProfilingGroupName *string + StartTime *time.Time + func (s *ListFindingsReportsInput) SetDailyReportsOnly(v bool) *ListFindingsReportsInput + func (s *ListFindingsReportsInput) SetEndTime(v time.Time) *ListFindingsReportsInput + func (s *ListFindingsReportsInput) SetMaxResults(v int64) *ListFindingsReportsInput + func (s *ListFindingsReportsInput) SetNextToken(v string) *ListFindingsReportsInput + func (s *ListFindingsReportsInput) SetProfilingGroupName(v string) *ListFindingsReportsInput + func (s *ListFindingsReportsInput) SetStartTime(v time.Time) *ListFindingsReportsInput + func (s *ListFindingsReportsInput) Validate() error + func (s ListFindingsReportsInput) GoString() string + func (s ListFindingsReportsInput) String() string + type ListFindingsReportsOutput struct + FindingsReportSummaries []*FindingsReportSummary + NextToken *string + func (s *ListFindingsReportsOutput) SetFindingsReportSummaries(v []*FindingsReportSummary) *ListFindingsReportsOutput + func (s *ListFindingsReportsOutput) SetNextToken(v string) *ListFindingsReportsOutput + func (s ListFindingsReportsOutput) GoString() string + func (s ListFindingsReportsOutput) String() string + type ListProfileTimesInput struct + EndTime *time.Time + MaxResults *int64 + NextToken *string + OrderBy *string + Period *string + ProfilingGroupName *string + StartTime *time.Time + func (s *ListProfileTimesInput) SetEndTime(v time.Time) *ListProfileTimesInput + func (s *ListProfileTimesInput) SetMaxResults(v int64) *ListProfileTimesInput + func (s *ListProfileTimesInput) SetNextToken(v string) *ListProfileTimesInput + func (s *ListProfileTimesInput) SetOrderBy(v string) *ListProfileTimesInput + func (s *ListProfileTimesInput) SetPeriod(v string) *ListProfileTimesInput + func (s *ListProfileTimesInput) SetProfilingGroupName(v string) *ListProfileTimesInput + func (s *ListProfileTimesInput) SetStartTime(v time.Time) *ListProfileTimesInput + func (s *ListProfileTimesInput) Validate() error + func (s ListProfileTimesInput) GoString() string + func (s ListProfileTimesInput) String() string + type ListProfileTimesOutput struct + NextToken *string + ProfileTimes []*ProfileTime + func (s *ListProfileTimesOutput) SetNextToken(v string) *ListProfileTimesOutput + func (s *ListProfileTimesOutput) SetProfileTimes(v []*ProfileTime) *ListProfileTimesOutput + func (s ListProfileTimesOutput) GoString() string + func (s ListProfileTimesOutput) String() string + type ListProfilingGroupsInput struct + IncludeDescription *bool + MaxResults *int64 + NextToken *string + func (s *ListProfilingGroupsInput) SetIncludeDescription(v bool) *ListProfilingGroupsInput + func (s *ListProfilingGroupsInput) SetMaxResults(v int64) *ListProfilingGroupsInput + func (s *ListProfilingGroupsInput) SetNextToken(v string) *ListProfilingGroupsInput + func (s *ListProfilingGroupsInput) Validate() error + func (s ListProfilingGroupsInput) GoString() string + func (s ListProfilingGroupsInput) String() string + type ListProfilingGroupsOutput struct + NextToken *string + ProfilingGroupNames []*string + ProfilingGroups []*ProfilingGroupDescription + func (s *ListProfilingGroupsOutput) SetNextToken(v string) *ListProfilingGroupsOutput + func (s *ListProfilingGroupsOutput) SetProfilingGroupNames(v []*string) *ListProfilingGroupsOutput + func (s *ListProfilingGroupsOutput) SetProfilingGroups(v []*ProfilingGroupDescription) *ListProfilingGroupsOutput + func (s ListProfilingGroupsOutput) GoString() string + func (s ListProfilingGroupsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type Match struct + FrameAddress *string + TargetFramesIndex *int64 + ThresholdBreachValue *float64 + func (s *Match) SetFrameAddress(v string) *Match + func (s *Match) SetTargetFramesIndex(v int64) *Match + func (s *Match) SetThresholdBreachValue(v float64) *Match + func (s Match) GoString() string + func (s Match) String() string + type Metric struct + FrameName *string + ThreadStates []*string + Type *string + func (s *Metric) SetFrameName(v string) *Metric + func (s *Metric) SetThreadStates(v []*string) *Metric + func (s *Metric) SetType(v string) *Metric + func (s Metric) GoString() string + func (s Metric) String() string + type NotificationConfiguration struct + Channels []*Channel + func (s *NotificationConfiguration) SetChannels(v []*Channel) *NotificationConfiguration + func (s NotificationConfiguration) GoString() string + func (s NotificationConfiguration) String() string + type Pattern struct + CountersToAggregate []*string + Description *string + Id *string + Name *string + ResolutionSteps *string + TargetFrames [][]*string + ThresholdPercent *float64 + func (s *Pattern) SetCountersToAggregate(v []*string) *Pattern + func (s *Pattern) SetDescription(v string) *Pattern + func (s *Pattern) SetId(v string) *Pattern + func (s *Pattern) SetName(v string) *Pattern + func (s *Pattern) SetResolutionSteps(v string) *Pattern + func (s *Pattern) SetTargetFrames(v [][]*string) *Pattern + func (s *Pattern) SetThresholdPercent(v float64) *Pattern + func (s Pattern) GoString() string + func (s Pattern) String() string + type PostAgentProfileInput struct + AgentProfile []byte + ContentType *string + ProfileToken *string + ProfilingGroupName *string + func (s *PostAgentProfileInput) SetAgentProfile(v []byte) *PostAgentProfileInput + func (s *PostAgentProfileInput) SetContentType(v string) *PostAgentProfileInput + func (s *PostAgentProfileInput) SetProfileToken(v string) *PostAgentProfileInput + func (s *PostAgentProfileInput) SetProfilingGroupName(v string) *PostAgentProfileInput + func (s *PostAgentProfileInput) Validate() error + func (s PostAgentProfileInput) GoString() string + func (s PostAgentProfileInput) String() string + type PostAgentProfileOutput struct + func (s PostAgentProfileOutput) GoString() string + func (s PostAgentProfileOutput) String() string + type ProfileTime struct + Start *time.Time + func (s *ProfileTime) SetStart(v time.Time) *ProfileTime + func (s ProfileTime) GoString() string + func (s ProfileTime) String() string + type ProfilingGroupDescription struct + AgentOrchestrationConfig *AgentOrchestrationConfig + Arn *string + ComputePlatform *string + CreatedAt *time.Time + Name *string + ProfilingStatus *ProfilingStatus + Tags map[string]*string + UpdatedAt *time.Time + func (s *ProfilingGroupDescription) SetAgentOrchestrationConfig(v *AgentOrchestrationConfig) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetArn(v string) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetComputePlatform(v string) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetCreatedAt(v time.Time) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetName(v string) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetProfilingStatus(v *ProfilingStatus) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetTags(v map[string]*string) *ProfilingGroupDescription + func (s *ProfilingGroupDescription) SetUpdatedAt(v time.Time) *ProfilingGroupDescription + func (s ProfilingGroupDescription) GoString() string + func (s ProfilingGroupDescription) String() string + type ProfilingStatus struct + LatestAgentOrchestratedAt *time.Time + LatestAgentProfileReportedAt *time.Time + LatestAggregatedProfile *AggregatedProfileTime + func (s *ProfilingStatus) SetLatestAgentOrchestratedAt(v time.Time) *ProfilingStatus + func (s *ProfilingStatus) SetLatestAgentProfileReportedAt(v time.Time) *ProfilingStatus + func (s *ProfilingStatus) SetLatestAggregatedProfile(v *AggregatedProfileTime) *ProfilingStatus + func (s ProfilingStatus) GoString() string + func (s ProfilingStatus) String() string + type PutPermissionInput struct + ActionGroup *string + Principals []*string + ProfilingGroupName *string + RevisionId *string + func (s *PutPermissionInput) SetActionGroup(v string) *PutPermissionInput + func (s *PutPermissionInput) SetPrincipals(v []*string) *PutPermissionInput + func (s *PutPermissionInput) SetProfilingGroupName(v string) *PutPermissionInput + func (s *PutPermissionInput) SetRevisionId(v string) *PutPermissionInput + func (s *PutPermissionInput) Validate() error + func (s PutPermissionInput) GoString() string + func (s PutPermissionInput) String() string + type PutPermissionOutput struct + Policy *string + RevisionId *string + func (s *PutPermissionOutput) SetPolicy(v string) *PutPermissionOutput + func (s *PutPermissionOutput) SetRevisionId(v string) *PutPermissionOutput + func (s PutPermissionOutput) GoString() string + func (s PutPermissionOutput) String() string + type Recommendation struct + AllMatchesCount *int64 + AllMatchesSum *float64 + EndTime *time.Time + Pattern *Pattern + StartTime *time.Time + TopMatches []*Match + func (s *Recommendation) SetAllMatchesCount(v int64) *Recommendation + func (s *Recommendation) SetAllMatchesSum(v float64) *Recommendation + func (s *Recommendation) SetEndTime(v time.Time) *Recommendation + func (s *Recommendation) SetPattern(v *Pattern) *Recommendation + func (s *Recommendation) SetStartTime(v time.Time) *Recommendation + func (s *Recommendation) SetTopMatches(v []*Match) *Recommendation + func (s Recommendation) GoString() string + func (s Recommendation) String() string + type RemoveNotificationChannelInput struct + ChannelId *string + ProfilingGroupName *string + func (s *RemoveNotificationChannelInput) SetChannelId(v string) *RemoveNotificationChannelInput + func (s *RemoveNotificationChannelInput) SetProfilingGroupName(v string) *RemoveNotificationChannelInput + func (s *RemoveNotificationChannelInput) Validate() error + func (s RemoveNotificationChannelInput) GoString() string + func (s RemoveNotificationChannelInput) String() string + type RemoveNotificationChannelOutput struct + NotificationConfiguration *NotificationConfiguration + func (s *RemoveNotificationChannelOutput) SetNotificationConfiguration(v *NotificationConfiguration) *RemoveNotificationChannelOutput + func (s RemoveNotificationChannelOutput) GoString() string + func (s RemoveNotificationChannelOutput) String() string + type RemovePermissionInput struct + ActionGroup *string + ProfilingGroupName *string + RevisionId *string + func (s *RemovePermissionInput) SetActionGroup(v string) *RemovePermissionInput + func (s *RemovePermissionInput) SetProfilingGroupName(v string) *RemovePermissionInput + func (s *RemovePermissionInput) SetRevisionId(v string) *RemovePermissionInput + func (s *RemovePermissionInput) Validate() error + func (s RemovePermissionInput) GoString() string + func (s RemovePermissionInput) String() string + type RemovePermissionOutput struct + Policy *string + RevisionId *string + func (s *RemovePermissionOutput) SetPolicy(v string) *RemovePermissionOutput + func (s *RemovePermissionOutput) SetRevisionId(v string) *RemovePermissionOutput + func (s RemovePermissionOutput) GoString() string + func (s RemovePermissionOutput) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type SubmitFeedbackInput struct + AnomalyInstanceId *string + Comment *string + ProfilingGroupName *string + Type *string + func (s *SubmitFeedbackInput) SetAnomalyInstanceId(v string) *SubmitFeedbackInput + func (s *SubmitFeedbackInput) SetComment(v string) *SubmitFeedbackInput + func (s *SubmitFeedbackInput) SetProfilingGroupName(v string) *SubmitFeedbackInput + func (s *SubmitFeedbackInput) SetType(v string) *SubmitFeedbackInput + func (s *SubmitFeedbackInput) Validate() error + func (s SubmitFeedbackInput) GoString() string + func (s SubmitFeedbackInput) String() string + type SubmitFeedbackOutput struct + func (s SubmitFeedbackOutput) GoString() string + func (s SubmitFeedbackOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TimestampStructure struct + Value *time.Time + func (s *TimestampStructure) SetValue(v time.Time) *TimestampStructure + func (s TimestampStructure) GoString() string + func (s TimestampStructure) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateProfilingGroupInput struct + AgentOrchestrationConfig *AgentOrchestrationConfig + ProfilingGroupName *string + func (s *UpdateProfilingGroupInput) SetAgentOrchestrationConfig(v *AgentOrchestrationConfig) *UpdateProfilingGroupInput + func (s *UpdateProfilingGroupInput) SetProfilingGroupName(v string) *UpdateProfilingGroupInput + func (s *UpdateProfilingGroupInput) Validate() error + func (s UpdateProfilingGroupInput) GoString() string + func (s UpdateProfilingGroupInput) String() string + type UpdateProfilingGroupOutput struct + ProfilingGroup *ProfilingGroupDescription + func (s *UpdateProfilingGroupOutput) SetProfilingGroup(v *ProfilingGroupDescription) *UpdateProfilingGroupOutput + func (s UpdateProfilingGroupOutput) GoString() string + func (s UpdateProfilingGroupOutput) String() string + type UserFeedback struct + Type *string + func (s *UserFeedback) SetType(v string) *UserFeedback + func (s UserFeedback) GoString() string + func (s UserFeedback) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string