...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/devopsguru"
Overview
Constants

Overview ▾

Package devopsguru provides the client and types for making API requests to Amazon DevOps Guru.

Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. You specify the Amazon Web Services resources that you want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an insight that includes recommendations, related events, and related metrics that can help you improve your operational applications. For more information, see What is Amazon DevOps Guru (https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html).

You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each insight to help you manage and track your work addressing insights.

To learn about the DevOps Guru workflow, see How DevOps Guru works (https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works). To learn about DevOps Guru concepts, see Concepts in DevOps Guru (https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html).

See https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01 for more information on this service.

See devopsguru package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/devopsguru/

Using the Client

To contact Amazon DevOps Guru with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon DevOps Guru client DevOpsGuru for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/devopsguru/#New

The stub package, devopsguruiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type DevOpsGuru
func New(p client.ConfigProvider, cfgs ...*aws.Config) *DevOpsGuru
func (c *DevOpsGuru) AddNotificationChannel(input *AddNotificationChannelInput) (*AddNotificationChannelOutput, error)
func (c *DevOpsGuru) AddNotificationChannelRequest(input *AddNotificationChannelInput) (req *request.Request, output *AddNotificationChannelOutput)
func (c *DevOpsGuru) AddNotificationChannelWithContext(ctx aws.Context, input *AddNotificationChannelInput, opts ...request.Option) (*AddNotificationChannelOutput, error)
func (c *DevOpsGuru) DeleteInsight(input *DeleteInsightInput) (*DeleteInsightOutput, error)
func (c *DevOpsGuru) DeleteInsightRequest(input *DeleteInsightInput) (req *request.Request, output *DeleteInsightOutput)
func (c *DevOpsGuru) DeleteInsightWithContext(ctx aws.Context, input *DeleteInsightInput, opts ...request.Option) (*DeleteInsightOutput, error)
func (c *DevOpsGuru) DescribeAccountHealth(input *DescribeAccountHealthInput) (*DescribeAccountHealthOutput, error)
func (c *DevOpsGuru) DescribeAccountHealthRequest(input *DescribeAccountHealthInput) (req *request.Request, output *DescribeAccountHealthOutput)
func (c *DevOpsGuru) DescribeAccountHealthWithContext(ctx aws.Context, input *DescribeAccountHealthInput, opts ...request.Option) (*DescribeAccountHealthOutput, error)
func (c *DevOpsGuru) DescribeAccountOverview(input *DescribeAccountOverviewInput) (*DescribeAccountOverviewOutput, error)
func (c *DevOpsGuru) DescribeAccountOverviewRequest(input *DescribeAccountOverviewInput) (req *request.Request, output *DescribeAccountOverviewOutput)
func (c *DevOpsGuru) DescribeAccountOverviewWithContext(ctx aws.Context, input *DescribeAccountOverviewInput, opts ...request.Option) (*DescribeAccountOverviewOutput, error)
func (c *DevOpsGuru) DescribeAnomaly(input *DescribeAnomalyInput) (*DescribeAnomalyOutput, error)
func (c *DevOpsGuru) DescribeAnomalyRequest(input *DescribeAnomalyInput) (req *request.Request, output *DescribeAnomalyOutput)
func (c *DevOpsGuru) DescribeAnomalyWithContext(ctx aws.Context, input *DescribeAnomalyInput, opts ...request.Option) (*DescribeAnomalyOutput, error)
func (c *DevOpsGuru) DescribeEventSourcesConfig(input *DescribeEventSourcesConfigInput) (*DescribeEventSourcesConfigOutput, error)
func (c *DevOpsGuru) DescribeEventSourcesConfigRequest(input *DescribeEventSourcesConfigInput) (req *request.Request, output *DescribeEventSourcesConfigOutput)
func (c *DevOpsGuru) DescribeEventSourcesConfigWithContext(ctx aws.Context, input *DescribeEventSourcesConfigInput, opts ...request.Option) (*DescribeEventSourcesConfigOutput, error)
func (c *DevOpsGuru) DescribeFeedback(input *DescribeFeedbackInput) (*DescribeFeedbackOutput, error)
func (c *DevOpsGuru) DescribeFeedbackRequest(input *DescribeFeedbackInput) (req *request.Request, output *DescribeFeedbackOutput)
func (c *DevOpsGuru) DescribeFeedbackWithContext(ctx aws.Context, input *DescribeFeedbackInput, opts ...request.Option) (*DescribeFeedbackOutput, error)
func (c *DevOpsGuru) DescribeInsight(input *DescribeInsightInput) (*DescribeInsightOutput, error)
func (c *DevOpsGuru) DescribeInsightRequest(input *DescribeInsightInput) (req *request.Request, output *DescribeInsightOutput)
func (c *DevOpsGuru) DescribeInsightWithContext(ctx aws.Context, input *DescribeInsightInput, opts ...request.Option) (*DescribeInsightOutput, error)
func (c *DevOpsGuru) DescribeOrganizationHealth(input *DescribeOrganizationHealthInput) (*DescribeOrganizationHealthOutput, error)
func (c *DevOpsGuru) DescribeOrganizationHealthRequest(input *DescribeOrganizationHealthInput) (req *request.Request, output *DescribeOrganizationHealthOutput)
func (c *DevOpsGuru) DescribeOrganizationHealthWithContext(ctx aws.Context, input *DescribeOrganizationHealthInput, opts ...request.Option) (*DescribeOrganizationHealthOutput, error)
func (c *DevOpsGuru) DescribeOrganizationOverview(input *DescribeOrganizationOverviewInput) (*DescribeOrganizationOverviewOutput, error)
func (c *DevOpsGuru) DescribeOrganizationOverviewRequest(input *DescribeOrganizationOverviewInput) (req *request.Request, output *DescribeOrganizationOverviewOutput)
func (c *DevOpsGuru) DescribeOrganizationOverviewWithContext(ctx aws.Context, input *DescribeOrganizationOverviewInput, opts ...request.Option) (*DescribeOrganizationOverviewOutput, error)
func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealth(input *DescribeOrganizationResourceCollectionHealthInput) (*DescribeOrganizationResourceCollectionHealthOutput, error)
func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthPages(input *DescribeOrganizationResourceCollectionHealthInput, fn func(*DescribeOrganizationResourceCollectionHealthOutput, bool) bool) error
func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthPagesWithContext(ctx aws.Context, input *DescribeOrganizationResourceCollectionHealthInput, fn func(*DescribeOrganizationResourceCollectionHealthOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthRequest(input *DescribeOrganizationResourceCollectionHealthInput) (req *request.Request, output *DescribeOrganizationResourceCollectionHealthOutput)
func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthWithContext(ctx aws.Context, input *DescribeOrganizationResourceCollectionHealthInput, opts ...request.Option) (*DescribeOrganizationResourceCollectionHealthOutput, error)
func (c *DevOpsGuru) DescribeResourceCollectionHealth(input *DescribeResourceCollectionHealthInput) (*DescribeResourceCollectionHealthOutput, error)
func (c *DevOpsGuru) DescribeResourceCollectionHealthPages(input *DescribeResourceCollectionHealthInput, fn func(*DescribeResourceCollectionHealthOutput, bool) bool) error
func (c *DevOpsGuru) DescribeResourceCollectionHealthPagesWithContext(ctx aws.Context, input *DescribeResourceCollectionHealthInput, fn func(*DescribeResourceCollectionHealthOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) DescribeResourceCollectionHealthRequest(input *DescribeResourceCollectionHealthInput) (req *request.Request, output *DescribeResourceCollectionHealthOutput)
func (c *DevOpsGuru) DescribeResourceCollectionHealthWithContext(ctx aws.Context, input *DescribeResourceCollectionHealthInput, opts ...request.Option) (*DescribeResourceCollectionHealthOutput, error)
func (c *DevOpsGuru) DescribeServiceIntegration(input *DescribeServiceIntegrationInput) (*DescribeServiceIntegrationOutput, error)
func (c *DevOpsGuru) DescribeServiceIntegrationRequest(input *DescribeServiceIntegrationInput) (req *request.Request, output *DescribeServiceIntegrationOutput)
func (c *DevOpsGuru) DescribeServiceIntegrationWithContext(ctx aws.Context, input *DescribeServiceIntegrationInput, opts ...request.Option) (*DescribeServiceIntegrationOutput, error)
func (c *DevOpsGuru) GetCostEstimation(input *GetCostEstimationInput) (*GetCostEstimationOutput, error)
func (c *DevOpsGuru) GetCostEstimationPages(input *GetCostEstimationInput, fn func(*GetCostEstimationOutput, bool) bool) error
func (c *DevOpsGuru) GetCostEstimationPagesWithContext(ctx aws.Context, input *GetCostEstimationInput, fn func(*GetCostEstimationOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) GetCostEstimationRequest(input *GetCostEstimationInput) (req *request.Request, output *GetCostEstimationOutput)
func (c *DevOpsGuru) GetCostEstimationWithContext(ctx aws.Context, input *GetCostEstimationInput, opts ...request.Option) (*GetCostEstimationOutput, error)
func (c *DevOpsGuru) GetResourceCollection(input *GetResourceCollectionInput) (*GetResourceCollectionOutput, error)
func (c *DevOpsGuru) GetResourceCollectionPages(input *GetResourceCollectionInput, fn func(*GetResourceCollectionOutput, bool) bool) error
func (c *DevOpsGuru) GetResourceCollectionPagesWithContext(ctx aws.Context, input *GetResourceCollectionInput, fn func(*GetResourceCollectionOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) GetResourceCollectionRequest(input *GetResourceCollectionInput) (req *request.Request, output *GetResourceCollectionOutput)
func (c *DevOpsGuru) GetResourceCollectionWithContext(ctx aws.Context, input *GetResourceCollectionInput, opts ...request.Option) (*GetResourceCollectionOutput, error)
func (c *DevOpsGuru) ListAnomaliesForInsight(input *ListAnomaliesForInsightInput) (*ListAnomaliesForInsightOutput, error)
func (c *DevOpsGuru) ListAnomaliesForInsightPages(input *ListAnomaliesForInsightInput, fn func(*ListAnomaliesForInsightOutput, bool) bool) error
func (c *DevOpsGuru) ListAnomaliesForInsightPagesWithContext(ctx aws.Context, input *ListAnomaliesForInsightInput, fn func(*ListAnomaliesForInsightOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListAnomaliesForInsightRequest(input *ListAnomaliesForInsightInput) (req *request.Request, output *ListAnomaliesForInsightOutput)
func (c *DevOpsGuru) ListAnomaliesForInsightWithContext(ctx aws.Context, input *ListAnomaliesForInsightInput, opts ...request.Option) (*ListAnomaliesForInsightOutput, error)
func (c *DevOpsGuru) ListAnomalousLogGroups(input *ListAnomalousLogGroupsInput) (*ListAnomalousLogGroupsOutput, error)
func (c *DevOpsGuru) ListAnomalousLogGroupsPages(input *ListAnomalousLogGroupsInput, fn func(*ListAnomalousLogGroupsOutput, bool) bool) error
func (c *DevOpsGuru) ListAnomalousLogGroupsPagesWithContext(ctx aws.Context, input *ListAnomalousLogGroupsInput, fn func(*ListAnomalousLogGroupsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListAnomalousLogGroupsRequest(input *ListAnomalousLogGroupsInput) (req *request.Request, output *ListAnomalousLogGroupsOutput)
func (c *DevOpsGuru) ListAnomalousLogGroupsWithContext(ctx aws.Context, input *ListAnomalousLogGroupsInput, opts ...request.Option) (*ListAnomalousLogGroupsOutput, error)
func (c *DevOpsGuru) ListEvents(input *ListEventsInput) (*ListEventsOutput, error)
func (c *DevOpsGuru) ListEventsPages(input *ListEventsInput, fn func(*ListEventsOutput, bool) bool) error
func (c *DevOpsGuru) ListEventsPagesWithContext(ctx aws.Context, input *ListEventsInput, fn func(*ListEventsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListEventsRequest(input *ListEventsInput) (req *request.Request, output *ListEventsOutput)
func (c *DevOpsGuru) ListEventsWithContext(ctx aws.Context, input *ListEventsInput, opts ...request.Option) (*ListEventsOutput, error)
func (c *DevOpsGuru) ListInsights(input *ListInsightsInput) (*ListInsightsOutput, error)
func (c *DevOpsGuru) ListInsightsPages(input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool) error
func (c *DevOpsGuru) ListInsightsPagesWithContext(ctx aws.Context, input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListInsightsRequest(input *ListInsightsInput) (req *request.Request, output *ListInsightsOutput)
func (c *DevOpsGuru) ListInsightsWithContext(ctx aws.Context, input *ListInsightsInput, opts ...request.Option) (*ListInsightsOutput, error)
func (c *DevOpsGuru) ListMonitoredResources(input *ListMonitoredResourcesInput) (*ListMonitoredResourcesOutput, error)
func (c *DevOpsGuru) ListMonitoredResourcesPages(input *ListMonitoredResourcesInput, fn func(*ListMonitoredResourcesOutput, bool) bool) error
func (c *DevOpsGuru) ListMonitoredResourcesPagesWithContext(ctx aws.Context, input *ListMonitoredResourcesInput, fn func(*ListMonitoredResourcesOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListMonitoredResourcesRequest(input *ListMonitoredResourcesInput) (req *request.Request, output *ListMonitoredResourcesOutput)
func (c *DevOpsGuru) ListMonitoredResourcesWithContext(ctx aws.Context, input *ListMonitoredResourcesInput, opts ...request.Option) (*ListMonitoredResourcesOutput, error)
func (c *DevOpsGuru) ListNotificationChannels(input *ListNotificationChannelsInput) (*ListNotificationChannelsOutput, error)
func (c *DevOpsGuru) ListNotificationChannelsPages(input *ListNotificationChannelsInput, fn func(*ListNotificationChannelsOutput, bool) bool) error
func (c *DevOpsGuru) ListNotificationChannelsPagesWithContext(ctx aws.Context, input *ListNotificationChannelsInput, fn func(*ListNotificationChannelsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListNotificationChannelsRequest(input *ListNotificationChannelsInput) (req *request.Request, output *ListNotificationChannelsOutput)
func (c *DevOpsGuru) ListNotificationChannelsWithContext(ctx aws.Context, input *ListNotificationChannelsInput, opts ...request.Option) (*ListNotificationChannelsOutput, error)
func (c *DevOpsGuru) ListOrganizationInsights(input *ListOrganizationInsightsInput) (*ListOrganizationInsightsOutput, error)
func (c *DevOpsGuru) ListOrganizationInsightsPages(input *ListOrganizationInsightsInput, fn func(*ListOrganizationInsightsOutput, bool) bool) error
func (c *DevOpsGuru) ListOrganizationInsightsPagesWithContext(ctx aws.Context, input *ListOrganizationInsightsInput, fn func(*ListOrganizationInsightsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListOrganizationInsightsRequest(input *ListOrganizationInsightsInput) (req *request.Request, output *ListOrganizationInsightsOutput)
func (c *DevOpsGuru) ListOrganizationInsightsWithContext(ctx aws.Context, input *ListOrganizationInsightsInput, opts ...request.Option) (*ListOrganizationInsightsOutput, error)
func (c *DevOpsGuru) ListRecommendations(input *ListRecommendationsInput) (*ListRecommendationsOutput, error)
func (c *DevOpsGuru) ListRecommendationsPages(input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool) error
func (c *DevOpsGuru) ListRecommendationsPagesWithContext(ctx aws.Context, input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) ListRecommendationsRequest(input *ListRecommendationsInput) (req *request.Request, output *ListRecommendationsOutput)
func (c *DevOpsGuru) ListRecommendationsWithContext(ctx aws.Context, input *ListRecommendationsInput, opts ...request.Option) (*ListRecommendationsOutput, error)
func (c *DevOpsGuru) PutFeedback(input *PutFeedbackInput) (*PutFeedbackOutput, error)
func (c *DevOpsGuru) PutFeedbackRequest(input *PutFeedbackInput) (req *request.Request, output *PutFeedbackOutput)
func (c *DevOpsGuru) PutFeedbackWithContext(ctx aws.Context, input *PutFeedbackInput, opts ...request.Option) (*PutFeedbackOutput, error)
func (c *DevOpsGuru) RemoveNotificationChannel(input *RemoveNotificationChannelInput) (*RemoveNotificationChannelOutput, error)
func (c *DevOpsGuru) RemoveNotificationChannelRequest(input *RemoveNotificationChannelInput) (req *request.Request, output *RemoveNotificationChannelOutput)
func (c *DevOpsGuru) RemoveNotificationChannelWithContext(ctx aws.Context, input *RemoveNotificationChannelInput, opts ...request.Option) (*RemoveNotificationChannelOutput, error)
func (c *DevOpsGuru) SearchInsights(input *SearchInsightsInput) (*SearchInsightsOutput, error)
func (c *DevOpsGuru) SearchInsightsPages(input *SearchInsightsInput, fn func(*SearchInsightsOutput, bool) bool) error
func (c *DevOpsGuru) SearchInsightsPagesWithContext(ctx aws.Context, input *SearchInsightsInput, fn func(*SearchInsightsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) SearchInsightsRequest(input *SearchInsightsInput) (req *request.Request, output *SearchInsightsOutput)
func (c *DevOpsGuru) SearchInsightsWithContext(ctx aws.Context, input *SearchInsightsInput, opts ...request.Option) (*SearchInsightsOutput, error)
func (c *DevOpsGuru) SearchOrganizationInsights(input *SearchOrganizationInsightsInput) (*SearchOrganizationInsightsOutput, error)
func (c *DevOpsGuru) SearchOrganizationInsightsPages(input *SearchOrganizationInsightsInput, fn func(*SearchOrganizationInsightsOutput, bool) bool) error
func (c *DevOpsGuru) SearchOrganizationInsightsPagesWithContext(ctx aws.Context, input *SearchOrganizationInsightsInput, fn func(*SearchOrganizationInsightsOutput, bool) bool, opts ...request.Option) error
func (c *DevOpsGuru) SearchOrganizationInsightsRequest(input *SearchOrganizationInsightsInput) (req *request.Request, output *SearchOrganizationInsightsOutput)
func (c *DevOpsGuru) SearchOrganizationInsightsWithContext(ctx aws.Context, input *SearchOrganizationInsightsInput, opts ...request.Option) (*SearchOrganizationInsightsOutput, error)
func (c *DevOpsGuru) StartCostEstimation(input *StartCostEstimationInput) (*StartCostEstimationOutput, error)
func (c *DevOpsGuru) StartCostEstimationRequest(input *StartCostEstimationInput) (req *request.Request, output *StartCostEstimationOutput)
func (c *DevOpsGuru) StartCostEstimationWithContext(ctx aws.Context, input *StartCostEstimationInput, opts ...request.Option) (*StartCostEstimationOutput, error)
func (c *DevOpsGuru) UpdateEventSourcesConfig(input *UpdateEventSourcesConfigInput) (*UpdateEventSourcesConfigOutput, error)
func (c *DevOpsGuru) UpdateEventSourcesConfigRequest(input *UpdateEventSourcesConfigInput) (req *request.Request, output *UpdateEventSourcesConfigOutput)
func (c *DevOpsGuru) UpdateEventSourcesConfigWithContext(ctx aws.Context, input *UpdateEventSourcesConfigInput, opts ...request.Option) (*UpdateEventSourcesConfigOutput, error)
func (c *DevOpsGuru) UpdateResourceCollection(input *UpdateResourceCollectionInput) (*UpdateResourceCollectionOutput, error)
func (c *DevOpsGuru) UpdateResourceCollectionRequest(input *UpdateResourceCollectionInput) (req *request.Request, output *UpdateResourceCollectionOutput)
func (c *DevOpsGuru) UpdateResourceCollectionWithContext(ctx aws.Context, input *UpdateResourceCollectionInput, opts ...request.Option) (*UpdateResourceCollectionOutput, error)
func (c *DevOpsGuru) UpdateServiceIntegration(input *UpdateServiceIntegrationInput) (*UpdateServiceIntegrationOutput, error)
func (c *DevOpsGuru) UpdateServiceIntegrationRequest(input *UpdateServiceIntegrationInput) (req *request.Request, output *UpdateServiceIntegrationOutput)
func (c *DevOpsGuru) UpdateServiceIntegrationWithContext(ctx aws.Context, input *UpdateServiceIntegrationInput, opts ...request.Option) (*UpdateServiceIntegrationOutput, error)
func AnomalySeverity_Values() []string
func AnomalyStatus_Values() []string
func AnomalyType_Values() []string
func CloudWatchMetricDataStatusCode_Values() []string
func CloudWatchMetricsStat_Values() []string
func CostEstimationServiceResourceState_Values() []string
func CostEstimationStatus_Values() []string
func EventClass_Values() []string
func EventDataSource_Values() []string
func EventSourceOptInStatus_Values() []string
func InsightFeedbackOption_Values() []string
func InsightSeverity_Values() []string
func InsightStatus_Values() []string
func InsightType_Values() []string
func Locale_Values() []string
func LogAnomalyType_Values() []string
func NotificationMessageType_Values() []string
func OptInStatus_Values() []string
func OrganizationResourceCollectionType_Values() []string
func ResourceCollectionType_Values() []string
func ResourcePermission_Values() []string
func ResourceTypeFilter_Values() []string
func ServerSideEncryptionType_Values() []string
func ServiceName_Values() []string
func UpdateResourceCollectionAction_Values() []string
func ValidationExceptionReason_Values() []string
type AccessDeniedException
type AccountHealth
type AccountInsightHealth
type AddNotificationChannelInput
type AddNotificationChannelOutput
type AmazonCodeGuruProfilerIntegration
type AnomalousLogGroup
type AnomalyReportedTimeRange
type AnomalyResource
type AnomalySourceDetails
type AnomalySourceMetadata
type AnomalyTimeRange
type CloudFormationCollection
type CloudFormationCollectionFilter
type CloudFormationCostEstimationResourceCollectionFilter
type CloudFormationHealth
type CloudWatchMetricsDataSummary
type CloudWatchMetricsDetail
type CloudWatchMetricsDimension
type ConflictException
type CostEstimationResourceCollectionFilter
type CostEstimationTimeRange
type DeleteInsightInput
type DeleteInsightOutput
type DescribeAccountHealthInput
type DescribeAccountHealthOutput
type DescribeAccountOverviewInput
type DescribeAccountOverviewOutput
type DescribeAnomalyInput
type DescribeAnomalyOutput
type DescribeEventSourcesConfigInput
type DescribeEventSourcesConfigOutput
type DescribeFeedbackInput
type DescribeFeedbackOutput
type DescribeInsightInput
type DescribeInsightOutput
type DescribeOrganizationHealthInput
type DescribeOrganizationHealthOutput
type DescribeOrganizationOverviewInput
type DescribeOrganizationOverviewOutput
type DescribeOrganizationResourceCollectionHealthInput
type DescribeOrganizationResourceCollectionHealthOutput
type DescribeResourceCollectionHealthInput
type DescribeResourceCollectionHealthOutput
type DescribeServiceIntegrationInput
type DescribeServiceIntegrationOutput
type EndTimeRange
type Event
type EventResource
type EventSourcesConfig
type EventTimeRange
type GetCostEstimationInput
type GetCostEstimationOutput
type GetResourceCollectionInput
type GetResourceCollectionOutput
type InsightFeedback
type InsightHealth
type InsightTimeRange
type InternalServerException
type KMSServerSideEncryptionIntegration
type KMSServerSideEncryptionIntegrationConfig
type ListAnomaliesForInsightFilters
type ListAnomaliesForInsightInput
type ListAnomaliesForInsightOutput
type ListAnomalousLogGroupsInput
type ListAnomalousLogGroupsOutput
type ListEventsFilters
type ListEventsInput
type ListEventsOutput
type ListInsightsAnyStatusFilter
type ListInsightsClosedStatusFilter
type ListInsightsInput
type ListInsightsOngoingStatusFilter
type ListInsightsOutput
type ListInsightsStatusFilter
type ListMonitoredResourcesFilters
type ListMonitoredResourcesInput
type ListMonitoredResourcesOutput
type ListNotificationChannelsInput
type ListNotificationChannelsOutput
type ListOrganizationInsightsInput
type ListOrganizationInsightsOutput
type ListRecommendationsInput
type ListRecommendationsOutput
type LogAnomalyClass
type LogAnomalyShowcase
type LogsAnomalyDetectionIntegration
type LogsAnomalyDetectionIntegrationConfig
type MonitoredResourceIdentifier
type NotificationChannel
type NotificationChannelConfig
type NotificationFilterConfig
type OpsCenterIntegration
type OpsCenterIntegrationConfig
type PerformanceInsightsMetricDimensionGroup
type PerformanceInsightsMetricQuery
type PerformanceInsightsMetricsDetail
type PerformanceInsightsReferenceComparisonValues
type PerformanceInsightsReferenceData
type PerformanceInsightsReferenceMetric
type PerformanceInsightsReferenceScalar
type PerformanceInsightsStat
type PredictionTimeRange
type ProactiveAnomaly
type ProactiveAnomalySummary
type ProactiveInsight
type ProactiveInsightSummary
type ProactiveOrganizationInsightSummary
type PutFeedbackInput
type PutFeedbackOutput
type ReactiveAnomaly
type ReactiveAnomalySummary
type ReactiveInsight
type ReactiveInsightSummary
type ReactiveOrganizationInsightSummary
type Recommendation
type RecommendationRelatedAnomaly
type RecommendationRelatedAnomalyResource
type RecommendationRelatedAnomalySourceDetail
type RecommendationRelatedCloudWatchMetricsSourceDetail
type RecommendationRelatedEvent
type RecommendationRelatedEventResource
type RemoveNotificationChannelInput
type RemoveNotificationChannelOutput
type ResourceCollection
type ResourceCollectionFilter
type ResourceNotFoundException
type SearchInsightsFilters
type SearchInsightsInput
type SearchInsightsOutput
type SearchOrganizationInsightsFilters
type SearchOrganizationInsightsInput
type SearchOrganizationInsightsOutput
type ServiceCollection
type ServiceHealth
type ServiceInsightHealth
type ServiceIntegrationConfig
type ServiceQuotaExceededException
type ServiceResourceCost
type SnsChannelConfig
type StartCostEstimationInput
type StartCostEstimationOutput
type StartTimeRange
type TagCollection
type TagCollectionFilter
type TagCostEstimationResourceCollectionFilter
type TagHealth
type ThrottlingException
type TimestampMetricValuePair
type UpdateCloudFormationCollectionFilter
type UpdateEventSourcesConfigInput
type UpdateEventSourcesConfigOutput
type UpdateResourceCollectionFilter
type UpdateResourceCollectionInput
type UpdateResourceCollectionOutput
type UpdateServiceIntegrationConfig
type UpdateServiceIntegrationInput
type UpdateServiceIntegrationOutput
type UpdateTagCollectionFilter
type ValidationException
type ValidationExceptionField

Constants ▾

const (
    // AnomalySeverityLow is a AnomalySeverity enum value
    AnomalySeverityLow = "LOW"

    // AnomalySeverityMedium is a AnomalySeverity enum value
    AnomalySeverityMedium = "MEDIUM"

    // AnomalySeverityHigh is a AnomalySeverity enum value
    AnomalySeverityHigh = "HIGH"
)
const (
    // AnomalyStatusOngoing is a AnomalyStatus enum value
    AnomalyStatusOngoing = "ONGOING"

    // AnomalyStatusClosed is a AnomalyStatus enum value
    AnomalyStatusClosed = "CLOSED"
)
const (
    // AnomalyTypeCausal is a AnomalyType enum value
    AnomalyTypeCausal = "CAUSAL"

    // AnomalyTypeContextual is a AnomalyType enum value
    AnomalyTypeContextual = "CONTEXTUAL"
)
const (
    // CloudWatchMetricDataStatusCodeComplete is a CloudWatchMetricDataStatusCode enum value
    CloudWatchMetricDataStatusCodeComplete = "Complete"

    // CloudWatchMetricDataStatusCodeInternalError is a CloudWatchMetricDataStatusCode enum value
    CloudWatchMetricDataStatusCodeInternalError = "InternalError"

    // CloudWatchMetricDataStatusCodePartialData is a CloudWatchMetricDataStatusCode enum value
    CloudWatchMetricDataStatusCodePartialData = "PartialData"
)
const (
    // CloudWatchMetricsStatSum is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatSum = "Sum"

    // CloudWatchMetricsStatAverage is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatAverage = "Average"

    // CloudWatchMetricsStatSampleCount is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatSampleCount = "SampleCount"

    // CloudWatchMetricsStatMinimum is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatMinimum = "Minimum"

    // CloudWatchMetricsStatMaximum is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatMaximum = "Maximum"

    // CloudWatchMetricsStatP99 is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatP99 = "p99"

    // CloudWatchMetricsStatP90 is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatP90 = "p90"

    // CloudWatchMetricsStatP50 is a CloudWatchMetricsStat enum value
    CloudWatchMetricsStatP50 = "p50"
)
const (
    // CostEstimationServiceResourceStateActive is a CostEstimationServiceResourceState enum value
    CostEstimationServiceResourceStateActive = "ACTIVE"

    // CostEstimationServiceResourceStateInactive is a CostEstimationServiceResourceState enum value
    CostEstimationServiceResourceStateInactive = "INACTIVE"
)
const (
    // CostEstimationStatusOngoing is a CostEstimationStatus enum value
    CostEstimationStatusOngoing = "ONGOING"

    // CostEstimationStatusCompleted is a CostEstimationStatus enum value
    CostEstimationStatusCompleted = "COMPLETED"
)
const (
    // EventClassInfrastructure is a EventClass enum value
    EventClassInfrastructure = "INFRASTRUCTURE"

    // EventClassDeployment is a EventClass enum value
    EventClassDeployment = "DEPLOYMENT"

    // EventClassSecurityChange is a EventClass enum value
    EventClassSecurityChange = "SECURITY_CHANGE"

    // EventClassConfigChange is a EventClass enum value
    EventClassConfigChange = "CONFIG_CHANGE"

    // EventClassSchemaChange is a EventClass enum value
    EventClassSchemaChange = "SCHEMA_CHANGE"
)
const (
    // EventDataSourceAwsCloudTrail is a EventDataSource enum value
    EventDataSourceAwsCloudTrail = "AWS_CLOUD_TRAIL"

    // EventDataSourceAwsCodeDeploy is a EventDataSource enum value
    EventDataSourceAwsCodeDeploy = "AWS_CODE_DEPLOY"
)
const (
    // EventSourceOptInStatusEnabled is a EventSourceOptInStatus enum value
    EventSourceOptInStatusEnabled = "ENABLED"

    // EventSourceOptInStatusDisabled is a EventSourceOptInStatus enum value
    EventSourceOptInStatusDisabled = "DISABLED"
)
const (
    // InsightFeedbackOptionValidCollection is a InsightFeedbackOption enum value
    InsightFeedbackOptionValidCollection = "VALID_COLLECTION"

    // InsightFeedbackOptionRecommendationUseful is a InsightFeedbackOption enum value
    InsightFeedbackOptionRecommendationUseful = "RECOMMENDATION_USEFUL"

    // InsightFeedbackOptionAlertTooSensitive is a InsightFeedbackOption enum value
    InsightFeedbackOptionAlertTooSensitive = "ALERT_TOO_SENSITIVE"

    // InsightFeedbackOptionDataNoisyAnomaly is a InsightFeedbackOption enum value
    InsightFeedbackOptionDataNoisyAnomaly = "DATA_NOISY_ANOMALY"

    // InsightFeedbackOptionDataIncorrect is a InsightFeedbackOption enum value
    InsightFeedbackOptionDataIncorrect = "DATA_INCORRECT"
)
const (
    // InsightSeverityLow is a InsightSeverity enum value
    InsightSeverityLow = "LOW"

    // InsightSeverityMedium is a InsightSeverity enum value
    InsightSeverityMedium = "MEDIUM"

    // InsightSeverityHigh is a InsightSeverity enum value
    InsightSeverityHigh = "HIGH"
)
const (
    // InsightStatusOngoing is a InsightStatus enum value
    InsightStatusOngoing = "ONGOING"

    // InsightStatusClosed is a InsightStatus enum value
    InsightStatusClosed = "CLOSED"
)
const (
    // InsightTypeReactive is a InsightType enum value
    InsightTypeReactive = "REACTIVE"

    // InsightTypeProactive is a InsightType enum value
    InsightTypeProactive = "PROACTIVE"
)
const (
    // LocaleDeDe is a Locale enum value
    LocaleDeDe = "DE_DE"

    // LocaleEnUs is a Locale enum value
    LocaleEnUs = "EN_US"

    // LocaleEnGb is a Locale enum value
    LocaleEnGb = "EN_GB"

    // LocaleEsEs is a Locale enum value
    LocaleEsEs = "ES_ES"

    // LocaleFrFr is a Locale enum value
    LocaleFrFr = "FR_FR"

    // LocaleItIt is a Locale enum value
    LocaleItIt = "IT_IT"

    // LocaleJaJp is a Locale enum value
    LocaleJaJp = "JA_JP"

    // LocaleKoKr is a Locale enum value
    LocaleKoKr = "KO_KR"

    // LocalePtBr is a Locale enum value
    LocalePtBr = "PT_BR"

    // LocaleZhCn is a Locale enum value
    LocaleZhCn = "ZH_CN"

    // LocaleZhTw is a Locale enum value
    LocaleZhTw = "ZH_TW"
)
const (
    // LogAnomalyTypeKeyword is a LogAnomalyType enum value
    LogAnomalyTypeKeyword = "KEYWORD"

    // LogAnomalyTypeKeywordToken is a LogAnomalyType enum value
    LogAnomalyTypeKeywordToken = "KEYWORD_TOKEN"

    // LogAnomalyTypeFormat is a LogAnomalyType enum value
    LogAnomalyTypeFormat = "FORMAT"

    // LogAnomalyTypeHttpCode is a LogAnomalyType enum value
    LogAnomalyTypeHttpCode = "HTTP_CODE"

    // LogAnomalyTypeBlockFormat is a LogAnomalyType enum value
    LogAnomalyTypeBlockFormat = "BLOCK_FORMAT"

    // LogAnomalyTypeNumericalPoint is a LogAnomalyType enum value
    LogAnomalyTypeNumericalPoint = "NUMERICAL_POINT"

    // LogAnomalyTypeNumericalNan is a LogAnomalyType enum value
    LogAnomalyTypeNumericalNan = "NUMERICAL_NAN"

    // LogAnomalyTypeNewFieldName is a LogAnomalyType enum value
    LogAnomalyTypeNewFieldName = "NEW_FIELD_NAME"
)
const (
    // NotificationMessageTypeNewInsight is a NotificationMessageType enum value
    NotificationMessageTypeNewInsight = "NEW_INSIGHT"

    // NotificationMessageTypeClosedInsight is a NotificationMessageType enum value
    NotificationMessageTypeClosedInsight = "CLOSED_INSIGHT"

    // NotificationMessageTypeNewAssociation is a NotificationMessageType enum value
    NotificationMessageTypeNewAssociation = "NEW_ASSOCIATION"

    // NotificationMessageTypeSeverityUpgraded is a NotificationMessageType enum value
    NotificationMessageTypeSeverityUpgraded = "SEVERITY_UPGRADED"

    // NotificationMessageTypeNewRecommendation is a NotificationMessageType enum value
    NotificationMessageTypeNewRecommendation = "NEW_RECOMMENDATION"
)
const (
    // OptInStatusEnabled is a OptInStatus enum value
    OptInStatusEnabled = "ENABLED"

    // OptInStatusDisabled is a OptInStatus enum value
    OptInStatusDisabled = "DISABLED"
)

Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.

const (
    // OrganizationResourceCollectionTypeAwsCloudFormation is a OrganizationResourceCollectionType enum value
    OrganizationResourceCollectionTypeAwsCloudFormation = "AWS_CLOUD_FORMATION"

    // OrganizationResourceCollectionTypeAwsService is a OrganizationResourceCollectionType enum value
    OrganizationResourceCollectionTypeAwsService = "AWS_SERVICE"

    // OrganizationResourceCollectionTypeAwsAccount is a OrganizationResourceCollectionType enum value
    OrganizationResourceCollectionTypeAwsAccount = "AWS_ACCOUNT"

    // OrganizationResourceCollectionTypeAwsTags is a OrganizationResourceCollectionType enum value
    OrganizationResourceCollectionTypeAwsTags = "AWS_TAGS"
)
const (
    // ResourceCollectionTypeAwsCloudFormation is a ResourceCollectionType enum value
    ResourceCollectionTypeAwsCloudFormation = "AWS_CLOUD_FORMATION"

    // ResourceCollectionTypeAwsService is a ResourceCollectionType enum value
    ResourceCollectionTypeAwsService = "AWS_SERVICE"

    // ResourceCollectionTypeAwsTags is a ResourceCollectionType enum value
    ResourceCollectionTypeAwsTags = "AWS_TAGS"
)
const (
    // ResourcePermissionFullPermission is a ResourcePermission enum value
    ResourcePermissionFullPermission = "FULL_PERMISSION"

    // ResourcePermissionMissingPermission is a ResourcePermission enum value
    ResourcePermissionMissingPermission = "MISSING_PERMISSION"
)
const (
    // ResourceTypeFilterLogGroups is a ResourceTypeFilter enum value
    ResourceTypeFilterLogGroups = "LOG_GROUPS"

    // ResourceTypeFilterCloudfrontDistribution is a ResourceTypeFilter enum value
    ResourceTypeFilterCloudfrontDistribution = "CLOUDFRONT_DISTRIBUTION"

    // ResourceTypeFilterDynamodbTable is a ResourceTypeFilter enum value
    ResourceTypeFilterDynamodbTable = "DYNAMODB_TABLE"

    // ResourceTypeFilterEc2NatGateway is a ResourceTypeFilter enum value
    ResourceTypeFilterEc2NatGateway = "EC2_NAT_GATEWAY"

    // ResourceTypeFilterEcsCluster is a ResourceTypeFilter enum value
    ResourceTypeFilterEcsCluster = "ECS_CLUSTER"

    // ResourceTypeFilterEcsService is a ResourceTypeFilter enum value
    ResourceTypeFilterEcsService = "ECS_SERVICE"

    // ResourceTypeFilterEksCluster is a ResourceTypeFilter enum value
    ResourceTypeFilterEksCluster = "EKS_CLUSTER"

    // ResourceTypeFilterElasticBeanstalkEnvironment is a ResourceTypeFilter enum value
    ResourceTypeFilterElasticBeanstalkEnvironment = "ELASTIC_BEANSTALK_ENVIRONMENT"

    // ResourceTypeFilterElasticLoadBalancerLoadBalancer is a ResourceTypeFilter enum value
    ResourceTypeFilterElasticLoadBalancerLoadBalancer = "ELASTIC_LOAD_BALANCER_LOAD_BALANCER"

    // ResourceTypeFilterElasticLoadBalancingV2LoadBalancer is a ResourceTypeFilter enum value
    ResourceTypeFilterElasticLoadBalancingV2LoadBalancer = "ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER"

    // ResourceTypeFilterElasticLoadBalancingV2TargetGroup is a ResourceTypeFilter enum value
    ResourceTypeFilterElasticLoadBalancingV2TargetGroup = "ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP"

    // ResourceTypeFilterElasticacheCacheCluster is a ResourceTypeFilter enum value
    ResourceTypeFilterElasticacheCacheCluster = "ELASTICACHE_CACHE_CLUSTER"

    // ResourceTypeFilterElasticsearchDomain is a ResourceTypeFilter enum value
    ResourceTypeFilterElasticsearchDomain = "ELASTICSEARCH_DOMAIN"

    // ResourceTypeFilterKinesisStream is a ResourceTypeFilter enum value
    ResourceTypeFilterKinesisStream = "KINESIS_STREAM"

    // ResourceTypeFilterLambdaFunction is a ResourceTypeFilter enum value
    ResourceTypeFilterLambdaFunction = "LAMBDA_FUNCTION"

    // ResourceTypeFilterOpenSearchServiceDomain is a ResourceTypeFilter enum value
    ResourceTypeFilterOpenSearchServiceDomain = "OPEN_SEARCH_SERVICE_DOMAIN"

    // ResourceTypeFilterRdsDbInstance is a ResourceTypeFilter enum value
    ResourceTypeFilterRdsDbInstance = "RDS_DB_INSTANCE"

    // ResourceTypeFilterRdsDbCluster is a ResourceTypeFilter enum value
    ResourceTypeFilterRdsDbCluster = "RDS_DB_CLUSTER"

    // ResourceTypeFilterRedshiftCluster is a ResourceTypeFilter enum value
    ResourceTypeFilterRedshiftCluster = "REDSHIFT_CLUSTER"

    // ResourceTypeFilterRoute53HostedZone is a ResourceTypeFilter enum value
    ResourceTypeFilterRoute53HostedZone = "ROUTE53_HOSTED_ZONE"

    // ResourceTypeFilterRoute53HealthCheck is a ResourceTypeFilter enum value
    ResourceTypeFilterRoute53HealthCheck = "ROUTE53_HEALTH_CHECK"

    // ResourceTypeFilterS3Bucket is a ResourceTypeFilter enum value
    ResourceTypeFilterS3Bucket = "S3_BUCKET"

    // ResourceTypeFilterSagemakerEndpoint is a ResourceTypeFilter enum value
    ResourceTypeFilterSagemakerEndpoint = "SAGEMAKER_ENDPOINT"

    // ResourceTypeFilterSnsTopic is a ResourceTypeFilter enum value
    ResourceTypeFilterSnsTopic = "SNS_TOPIC"

    // ResourceTypeFilterSqsQueue is a ResourceTypeFilter enum value
    ResourceTypeFilterSqsQueue = "SQS_QUEUE"

    // ResourceTypeFilterStepFunctionsActivity is a ResourceTypeFilter enum value
    ResourceTypeFilterStepFunctionsActivity = "STEP_FUNCTIONS_ACTIVITY"

    // ResourceTypeFilterStepFunctionsStateMachine is a ResourceTypeFilter enum value
    ResourceTypeFilterStepFunctionsStateMachine = "STEP_FUNCTIONS_STATE_MACHINE"
)
const (
    // ServerSideEncryptionTypeCustomerManagedKey is a ServerSideEncryptionType enum value
    ServerSideEncryptionTypeCustomerManagedKey = "CUSTOMER_MANAGED_KEY"

    // ServerSideEncryptionTypeAwsOwnedKmsKey is a ServerSideEncryptionType enum value
    ServerSideEncryptionTypeAwsOwnedKmsKey = "AWS_OWNED_KMS_KEY"
)
const (
    // ServiceNameApiGateway is a ServiceName enum value
    ServiceNameApiGateway = "API_GATEWAY"

    // ServiceNameApplicationElb is a ServiceName enum value
    ServiceNameApplicationElb = "APPLICATION_ELB"

    // ServiceNameAutoScalingGroup is a ServiceName enum value
    ServiceNameAutoScalingGroup = "AUTO_SCALING_GROUP"

    // ServiceNameCloudFront is a ServiceName enum value
    ServiceNameCloudFront = "CLOUD_FRONT"

    // ServiceNameDynamoDb is a ServiceName enum value
    ServiceNameDynamoDb = "DYNAMO_DB"

    // ServiceNameEc2 is a ServiceName enum value
    ServiceNameEc2 = "EC2"

    // ServiceNameEcs is a ServiceName enum value
    ServiceNameEcs = "ECS"

    // ServiceNameEks is a ServiceName enum value
    ServiceNameEks = "EKS"

    // ServiceNameElasticBeanstalk is a ServiceName enum value
    ServiceNameElasticBeanstalk = "ELASTIC_BEANSTALK"

    // ServiceNameElastiCache is a ServiceName enum value
    ServiceNameElastiCache = "ELASTI_CACHE"

    // ServiceNameElb is a ServiceName enum value
    ServiceNameElb = "ELB"

    // ServiceNameEs is a ServiceName enum value
    ServiceNameEs = "ES"

    // ServiceNameKinesis is a ServiceName enum value
    ServiceNameKinesis = "KINESIS"

    // ServiceNameLambda is a ServiceName enum value
    ServiceNameLambda = "LAMBDA"

    // ServiceNameNatGateway is a ServiceName enum value
    ServiceNameNatGateway = "NAT_GATEWAY"

    // ServiceNameNetworkElb is a ServiceName enum value
    ServiceNameNetworkElb = "NETWORK_ELB"

    // ServiceNameRds is a ServiceName enum value
    ServiceNameRds = "RDS"

    // ServiceNameRedshift is a ServiceName enum value
    ServiceNameRedshift = "REDSHIFT"

    // ServiceNameRoute53 is a ServiceName enum value
    ServiceNameRoute53 = "ROUTE_53"

    // ServiceNameS3 is a ServiceName enum value
    ServiceNameS3 = "S3"

    // ServiceNameSageMaker is a ServiceName enum value
    ServiceNameSageMaker = "SAGE_MAKER"

    // ServiceNameSns is a ServiceName enum value
    ServiceNameSns = "SNS"

    // ServiceNameSqs is a ServiceName enum value
    ServiceNameSqs = "SQS"

    // ServiceNameStepFunctions is a ServiceName enum value
    ServiceNameStepFunctions = "STEP_FUNCTIONS"

    // ServiceNameSwf is a ServiceName enum value
    ServiceNameSwf = "SWF"
)
const (
    // UpdateResourceCollectionActionAdd is a UpdateResourceCollectionAction enum value
    UpdateResourceCollectionActionAdd = "ADD"

    // UpdateResourceCollectionActionRemove is a UpdateResourceCollectionAction enum value
    UpdateResourceCollectionActionRemove = "REMOVE"
)
const (
    // ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value
    ValidationExceptionReasonUnknownOperation = "UNKNOWN_OPERATION"

    // ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value
    ValidationExceptionReasonCannotParse = "CANNOT_PARSE"

    // ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value
    ValidationExceptionReasonFieldValidationFailed = "FIELD_VALIDATION_FAILED"

    // ValidationExceptionReasonOther is a ValidationExceptionReason enum value
    ValidationExceptionReasonOther = "OTHER"

    // ValidationExceptionReasonInvalidParameterCombination is a ValidationExceptionReason enum value
    ValidationExceptionReasonInvalidParameterCombination = "INVALID_PARAMETER_COMBINATION"

    // ValidationExceptionReasonParameterInconsistentWithServiceState is a ValidationExceptionReason enum value
    ValidationExceptionReasonParameterInconsistentWithServiceState = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You don't have permissions to perform the requested operation. The user or
    // role that is making the request must have at least one IAM permissions policy
    // attached that grants the required permissions. For more information, see
    // Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html)
    // in the IAM User Guide.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // An exception that is thrown when a conflict occurs.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeInternalServerException for service response error code
    // "InternalServerException".
    //
    // An internal failure in an Amazon service occurred.
    ErrCodeInternalServerException = "InternalServerException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // A requested resource could not be found
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceQuotaExceededException for service response error code
    // "ServiceQuotaExceededException".
    //
    // The request contains a value that exceeds a maximum quota.
    ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // The request was denied due to a request throttling.
    ErrCodeThrottlingException = "ThrottlingException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // Contains information about data passed in to a field during a request that
    // is not valid.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "DevOps Guru" // Name of service.
    EndpointsID = "devops-guru" // ID to lookup a service endpoint with.
    ServiceID   = "DevOps Guru" // ServiceID is a unique identifier of a specific service.
)

Service information constants

func AnomalySeverity_Values

func AnomalySeverity_Values() []string

AnomalySeverity_Values returns all elements of the AnomalySeverity enum

func AnomalyStatus_Values

func AnomalyStatus_Values() []string

AnomalyStatus_Values returns all elements of the AnomalyStatus enum

func AnomalyType_Values

func AnomalyType_Values() []string

AnomalyType_Values returns all elements of the AnomalyType enum

func CloudWatchMetricDataStatusCode_Values

func CloudWatchMetricDataStatusCode_Values() []string

CloudWatchMetricDataStatusCode_Values returns all elements of the CloudWatchMetricDataStatusCode enum

func CloudWatchMetricsStat_Values

func CloudWatchMetricsStat_Values() []string

CloudWatchMetricsStat_Values returns all elements of the CloudWatchMetricsStat enum

func CostEstimationServiceResourceState_Values

func CostEstimationServiceResourceState_Values() []string

CostEstimationServiceResourceState_Values returns all elements of the CostEstimationServiceResourceState enum

func CostEstimationStatus_Values

func CostEstimationStatus_Values() []string

CostEstimationStatus_Values returns all elements of the CostEstimationStatus enum

func EventClass_Values

func EventClass_Values() []string

EventClass_Values returns all elements of the EventClass enum

func EventDataSource_Values

func EventDataSource_Values() []string

EventDataSource_Values returns all elements of the EventDataSource enum

func EventSourceOptInStatus_Values

func EventSourceOptInStatus_Values() []string

EventSourceOptInStatus_Values returns all elements of the EventSourceOptInStatus enum

func InsightFeedbackOption_Values

func InsightFeedbackOption_Values() []string

InsightFeedbackOption_Values returns all elements of the InsightFeedbackOption enum

func InsightSeverity_Values

func InsightSeverity_Values() []string

InsightSeverity_Values returns all elements of the InsightSeverity enum

func InsightStatus_Values

func InsightStatus_Values() []string

InsightStatus_Values returns all elements of the InsightStatus enum

func InsightType_Values

func InsightType_Values() []string

InsightType_Values returns all elements of the InsightType enum

func Locale_Values

func Locale_Values() []string

Locale_Values returns all elements of the Locale enum

func LogAnomalyType_Values

func LogAnomalyType_Values() []string

LogAnomalyType_Values returns all elements of the LogAnomalyType enum

func NotificationMessageType_Values

func NotificationMessageType_Values() []string

NotificationMessageType_Values returns all elements of the NotificationMessageType enum

func OptInStatus_Values

func OptInStatus_Values() []string

OptInStatus_Values returns all elements of the OptInStatus enum

func OrganizationResourceCollectionType_Values

func OrganizationResourceCollectionType_Values() []string

OrganizationResourceCollectionType_Values returns all elements of the OrganizationResourceCollectionType enum

func ResourceCollectionType_Values

func ResourceCollectionType_Values() []string

ResourceCollectionType_Values returns all elements of the ResourceCollectionType enum

func ResourcePermission_Values

func ResourcePermission_Values() []string

ResourcePermission_Values returns all elements of the ResourcePermission enum

func ResourceTypeFilter_Values

func ResourceTypeFilter_Values() []string

ResourceTypeFilter_Values returns all elements of the ResourceTypeFilter enum

func ServerSideEncryptionType_Values

func ServerSideEncryptionType_Values() []string

ServerSideEncryptionType_Values returns all elements of the ServerSideEncryptionType enum

func ServiceName_Values

func ServiceName_Values() []string

ServiceName_Values returns all elements of the ServiceName enum

func UpdateResourceCollectionAction_Values

func UpdateResourceCollectionAction_Values() []string

UpdateResourceCollectionAction_Values returns all elements of the UpdateResourceCollectionAction enum

func ValidationExceptionReason_Values

func ValidationExceptionReason_Values() []string

ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountHealth

type AccountHealth struct {

    // The ID of the Amazon Web Services account.
    AccountId *string `min:"12" type:"string"`

    // Information about the health of the Amazon Web Services resources in your
    // account, including the number of open proactive, open reactive insights,
    // and the Mean Time to Recover (MTTR) of closed insights.
    Insight *AccountInsightHealth `type:"structure"`
    // contains filtered or unexported fields
}

Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.

func (AccountHealth) GoString

func (s AccountHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountHealth) SetAccountId

func (s *AccountHealth) SetAccountId(v string) *AccountHealth

SetAccountId sets the AccountId field's value.

func (*AccountHealth) SetInsight

func (s *AccountHealth) SetInsight(v *AccountInsightHealth) *AccountHealth

SetInsight sets the Insight field's value.

func (AccountHealth) String

func (s AccountHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountInsightHealth

type AccountInsightHealth struct {

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account.
    OpenProactiveInsights *int64 `type:"integer"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account.
    OpenReactiveInsights *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.

func (AccountInsightHealth) GoString

func (s AccountInsightHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountInsightHealth) SetOpenProactiveInsights

func (s *AccountInsightHealth) SetOpenProactiveInsights(v int64) *AccountInsightHealth

SetOpenProactiveInsights sets the OpenProactiveInsights field's value.

func (*AccountInsightHealth) SetOpenReactiveInsights

func (s *AccountInsightHealth) SetOpenReactiveInsights(v int64) *AccountInsightHealth

SetOpenReactiveInsights sets the OpenReactiveInsights field's value.

func (AccountInsightHealth) String

func (s AccountInsightHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddNotificationChannelInput

type AddNotificationChannelInput struct {

    // A NotificationChannelConfig object that specifies what type of notification
    // channel to add. The one supported notification channel is Amazon Simple Notification
    // Service (Amazon SNS).
    //
    // Config is a required field
    Config *NotificationChannelConfig `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddNotificationChannelInput) GoString

func (s AddNotificationChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddNotificationChannelInput) SetConfig

func (s *AddNotificationChannelInput) SetConfig(v *NotificationChannelConfig) *AddNotificationChannelInput

SetConfig sets the Config field's value.

func (AddNotificationChannelInput) String

func (s AddNotificationChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddNotificationChannelInput) Validate

func (s *AddNotificationChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddNotificationChannelOutput

type AddNotificationChannelOutput struct {

    // The ID of the added notification channel.
    //
    // Id is a required field
    Id *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AddNotificationChannelOutput) GoString

func (s AddNotificationChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddNotificationChannelOutput) SetId

func (s *AddNotificationChannelOutput) SetId(v string) *AddNotificationChannelOutput

SetId sets the Id field's value.

func (AddNotificationChannelOutput) String

func (s AddNotificationChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AmazonCodeGuruProfilerIntegration

type AmazonCodeGuruProfilerIntegration struct {

    // The status of the CodeGuru Profiler integration. Specifies if DevOps Guru
    // is enabled to consume recommendations that are generated from Amazon CodeGuru
    // Profiler.
    Status *string `type:"string" enum:"EventSourceOptInStatus"`
    // contains filtered or unexported fields
}

Information about your account's integration with Amazon CodeGuru Profiler. This returns whether DevOps Guru is configured to consume recommendations generated from Amazon CodeGuru Profiler.

func (AmazonCodeGuruProfilerIntegration) GoString

func (s AmazonCodeGuruProfilerIntegration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AmazonCodeGuruProfilerIntegration) SetStatus

func (s *AmazonCodeGuruProfilerIntegration) SetStatus(v string) *AmazonCodeGuruProfilerIntegration

SetStatus sets the Status field's value.

func (AmazonCodeGuruProfilerIntegration) String

func (s AmazonCodeGuruProfilerIntegration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnomalousLogGroup

type AnomalousLogGroup struct {

    // The time the anomalous log events stopped.
    ImpactEndTime *time.Time `type:"timestamp"`

    // The time the anomalous log events began. The impact start time indicates
    // the time of the first log anomaly event that occurs.
    ImpactStartTime *time.Time `type:"timestamp"`

    // The log anomalies in the log group. Each log anomaly displayed represents
    // a cluster of similar anomalous log events.
    LogAnomalyShowcases []*LogAnomalyShowcase `type:"list"`

    // The name of the CloudWatch log group.
    LogGroupName *string `min:"1" type:"string"`

    // The number of log lines that were scanned for anomalous log events.
    NumberOfLogLinesScanned *int64 `type:"integer"`
    // contains filtered or unexported fields
}

An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.

func (AnomalousLogGroup) GoString

func (s AnomalousLogGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnomalousLogGroup) SetImpactEndTime

func (s *AnomalousLogGroup) SetImpactEndTime(v time.Time) *AnomalousLogGroup

SetImpactEndTime sets the ImpactEndTime field's value.

func (*AnomalousLogGroup) SetImpactStartTime

func (s *AnomalousLogGroup) SetImpactStartTime(v time.Time) *AnomalousLogGroup

SetImpactStartTime sets the ImpactStartTime field's value.

func (*AnomalousLogGroup) SetLogAnomalyShowcases

func (s *AnomalousLogGroup) SetLogAnomalyShowcases(v []*LogAnomalyShowcase) *AnomalousLogGroup

SetLogAnomalyShowcases sets the LogAnomalyShowcases field's value.

func (*AnomalousLogGroup) SetLogGroupName

func (s *AnomalousLogGroup) SetLogGroupName(v string) *AnomalousLogGroup

SetLogGroupName sets the LogGroupName field's value.

func (*AnomalousLogGroup) SetNumberOfLogLinesScanned

func (s *AnomalousLogGroup) SetNumberOfLogLinesScanned(v int64) *AnomalousLogGroup

SetNumberOfLogLinesScanned sets the NumberOfLogLinesScanned field's value.

func (AnomalousLogGroup) String

func (s AnomalousLogGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnomalyReportedTimeRange

type AnomalyReportedTimeRange struct {

    // The time when an anomaly is closed.
    CloseTime *time.Time `type:"timestamp"`

    // The time when an anomaly is opened.
    //
    // OpenTime is a required field
    OpenTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from AnomalyTimeRange, which specifies the time range when DevOps Guru actually observes the anomalous behavior.

func (AnomalyReportedTimeRange) GoString

func (s AnomalyReportedTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnomalyReportedTimeRange) SetCloseTime

func (s *AnomalyReportedTimeRange) SetCloseTime(v time.Time) *AnomalyReportedTimeRange

SetCloseTime sets the CloseTime field's value.

func (*AnomalyReportedTimeRange) SetOpenTime

func (s *AnomalyReportedTimeRange) SetOpenTime(v time.Time) *AnomalyReportedTimeRange

SetOpenTime sets the OpenTime field's value.

func (AnomalyReportedTimeRange) String

func (s AnomalyReportedTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnomalyResource

type AnomalyResource struct {

    // The name of the Amazon Web Services resource.
    Name *string `type:"string"`

    // The type of the Amazon Web Services resource.
    Type *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.

func (AnomalyResource) GoString

func (s AnomalyResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnomalyResource) SetName

func (s *AnomalyResource) SetName(v string) *AnomalyResource

SetName sets the Name field's value.

func (*AnomalyResource) SetType

func (s *AnomalyResource) SetType(v string) *AnomalyResource

SetType sets the Type field's value.

func (AnomalyResource) String

func (s AnomalyResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnomalySourceDetails

type AnomalySourceDetails struct {

    // An array of CloudWatchMetricsDetail objects that contain information about
    // analyzed CloudWatch metrics that show anomalous behavior.
    CloudWatchMetrics []*CloudWatchMetricsDetail `type:"list"`

    // An array of PerformanceInsightsMetricsDetail objects that contain information
    // about analyzed Performance Insights metrics that show anomalous behavior.
    PerformanceInsightsMetrics []*PerformanceInsightsMetricsDetail `type:"list"`
    // contains filtered or unexported fields
}

Details about the source of the anomalous operational data that triggered the anomaly.

func (AnomalySourceDetails) GoString

func (s AnomalySourceDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnomalySourceDetails) SetCloudWatchMetrics

func (s *AnomalySourceDetails) SetCloudWatchMetrics(v []*CloudWatchMetricsDetail) *AnomalySourceDetails

SetCloudWatchMetrics sets the CloudWatchMetrics field's value.

func (*AnomalySourceDetails) SetPerformanceInsightsMetrics

func (s *AnomalySourceDetails) SetPerformanceInsightsMetrics(v []*PerformanceInsightsMetricsDetail) *AnomalySourceDetails

SetPerformanceInsightsMetrics sets the PerformanceInsightsMetrics field's value.

func (AnomalySourceDetails) String

func (s AnomalySourceDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnomalySourceMetadata

type AnomalySourceMetadata struct {

    // The source of the anomaly.
    Source *string `type:"string"`

    // The name of the anomaly's resource.
    SourceResourceName *string `type:"string"`

    // The anomaly's resource type.
    SourceResourceType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data over a period of time

func (AnomalySourceMetadata) GoString

func (s AnomalySourceMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnomalySourceMetadata) SetSource

func (s *AnomalySourceMetadata) SetSource(v string) *AnomalySourceMetadata

SetSource sets the Source field's value.

func (*AnomalySourceMetadata) SetSourceResourceName

func (s *AnomalySourceMetadata) SetSourceResourceName(v string) *AnomalySourceMetadata

SetSourceResourceName sets the SourceResourceName field's value.

func (*AnomalySourceMetadata) SetSourceResourceType

func (s *AnomalySourceMetadata) SetSourceResourceType(v string) *AnomalySourceMetadata

SetSourceResourceType sets the SourceResourceType field's value.

func (AnomalySourceMetadata) String

func (s AnomalySourceMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnomalyTimeRange

type AnomalyTimeRange struct {

    // The time when the anomalous behavior ended.
    EndTime *time.Time `type:"timestamp"`

    // The time when the anomalous behavior started.
    //
    // StartTime is a required field
    StartTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange, which specifies the time range when DevOps Guru opens and then closes an anomaly.

func (AnomalyTimeRange) GoString

func (s AnomalyTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnomalyTimeRange) SetEndTime

func (s *AnomalyTimeRange) SetEndTime(v time.Time) *AnomalyTimeRange

SetEndTime sets the EndTime field's value.

func (*AnomalyTimeRange) SetStartTime

func (s *AnomalyTimeRange) SetStartTime(v time.Time) *AnomalyTimeRange

SetStartTime sets the StartTime field's value.

func (AnomalyTimeRange) String

func (s AnomalyTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudFormationCollection

type CloudFormationCollection struct {

    // An array of CloudFormation stack names.
    StackNames []*string `type:"list"`
    // contains filtered or unexported fields
}

Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html) in the Amazon Web Services CloudFormation User Guide.

func (CloudFormationCollection) GoString

func (s CloudFormationCollection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudFormationCollection) SetStackNames

func (s *CloudFormationCollection) SetStackNames(v []*string) *CloudFormationCollection

SetStackNames sets the StackNames field's value.

func (CloudFormationCollection) String

func (s CloudFormationCollection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudFormationCollectionFilter

type CloudFormationCollectionFilter struct {

    // An array of CloudFormation stack names.
    StackNames []*string `type:"list"`
    // contains filtered or unexported fields
}

Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html) in the Amazon Web Services CloudFormation User Guide.

func (CloudFormationCollectionFilter) GoString

func (s CloudFormationCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudFormationCollectionFilter) SetStackNames

func (s *CloudFormationCollectionFilter) SetStackNames(v []*string) *CloudFormationCollectionFilter

SetStackNames sets the StackNames field's value.

func (CloudFormationCollectionFilter) String

func (s CloudFormationCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudFormationCostEstimationResourceCollectionFilter

type CloudFormationCostEstimationResourceCollectionFilter struct {

    // An array of CloudFormation stack names. Its size is fixed at 1 item.
    StackNames []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by the stack. For more information, see Stacks (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html) in the Amazon Web Services CloudFormation User Guide.

func (CloudFormationCostEstimationResourceCollectionFilter) GoString

func (s CloudFormationCostEstimationResourceCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudFormationCostEstimationResourceCollectionFilter) SetStackNames

func (s *CloudFormationCostEstimationResourceCollectionFilter) SetStackNames(v []*string) *CloudFormationCostEstimationResourceCollectionFilter

SetStackNames sets the StackNames field's value.

func (CloudFormationCostEstimationResourceCollectionFilter) String

func (s CloudFormationCostEstimationResourceCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudFormationCostEstimationResourceCollectionFilter) Validate

func (s *CloudFormationCostEstimationResourceCollectionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloudFormationHealth

type CloudFormationHealth struct {

    // Number of resources that DevOps Guru is monitoring in your account that are
    // specified by an Amazon Web Services CloudFormation stack.
    AnalyzedResourceCount *int64 `type:"long"`

    // Information about the health of the Amazon Web Services resources in your
    // account that are specified by an Amazon Web Services CloudFormation stack,
    // including the number of open proactive, open reactive insights, and the Mean
    // Time to Recover (MTTR) of closed insights.
    Insight *InsightHealth `type:"structure"`

    // The name of the CloudFormation stack.
    StackName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack.

func (CloudFormationHealth) GoString

func (s CloudFormationHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudFormationHealth) SetAnalyzedResourceCount

func (s *CloudFormationHealth) SetAnalyzedResourceCount(v int64) *CloudFormationHealth

SetAnalyzedResourceCount sets the AnalyzedResourceCount field's value.

func (*CloudFormationHealth) SetInsight

func (s *CloudFormationHealth) SetInsight(v *InsightHealth) *CloudFormationHealth

SetInsight sets the Insight field's value.

func (*CloudFormationHealth) SetStackName

func (s *CloudFormationHealth) SetStackName(v string) *CloudFormationHealth

SetStackName sets the StackName field's value.

func (CloudFormationHealth) String

func (s CloudFormationHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchMetricsDataSummary

type CloudWatchMetricsDataSummary struct {

    // This is an enum of the status showing whether the metric value pair list
    // has partial or complete data, or if there was an error.
    StatusCode *string `type:"string" enum:"CloudWatchMetricDataStatusCode"`

    // This is a list of Amazon CloudWatch metric values at given timestamp.
    TimestampMetricValuePairList []*TimestampMetricValuePair `type:"list"`
    // contains filtered or unexported fields
}

Contains information about the analyzed metrics that displayed anomalous behavior.

func (CloudWatchMetricsDataSummary) GoString

func (s CloudWatchMetricsDataSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchMetricsDataSummary) SetStatusCode

func (s *CloudWatchMetricsDataSummary) SetStatusCode(v string) *CloudWatchMetricsDataSummary

SetStatusCode sets the StatusCode field's value.

func (*CloudWatchMetricsDataSummary) SetTimestampMetricValuePairList

func (s *CloudWatchMetricsDataSummary) SetTimestampMetricValuePairList(v []*TimestampMetricValuePair) *CloudWatchMetricsDataSummary

SetTimestampMetricValuePairList sets the TimestampMetricValuePairList field's value.

func (CloudWatchMetricsDataSummary) String

func (s CloudWatchMetricsDataSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchMetricsDetail

type CloudWatchMetricsDetail struct {

    // An array of CloudWatch dimensions associated with
    Dimensions []*CloudWatchMetricsDimension `type:"list"`

    // This object returns anomaly metric data.
    MetricDataSummary *CloudWatchMetricsDataSummary `type:"structure"`

    // The name of the CloudWatch metric.
    MetricName *string `type:"string"`

    // The namespace of the CloudWatch metric. A namespace is a container for CloudWatch
    // metrics.
    Namespace *string `type:"string"`

    // The length of time associated with the CloudWatch metric in number of seconds.
    Period *int64 `type:"integer"`

    // The type of statistic associated with the CloudWatch metric. For more information,
    // see Statistics (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic)
    // in the Amazon CloudWatch User Guide.
    Stat *string `type:"string" enum:"CloudWatchMetricsStat"`

    // The unit of measure used for the CloudWatch metric. For example, Bytes, Seconds,
    // Count, and Percent.
    Unit *string `type:"string"`
    // contains filtered or unexported fields
}

Information about an Amazon CloudWatch metric.

func (CloudWatchMetricsDetail) GoString

func (s CloudWatchMetricsDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchMetricsDetail) SetDimensions

func (s *CloudWatchMetricsDetail) SetDimensions(v []*CloudWatchMetricsDimension) *CloudWatchMetricsDetail

SetDimensions sets the Dimensions field's value.

func (*CloudWatchMetricsDetail) SetMetricDataSummary

func (s *CloudWatchMetricsDetail) SetMetricDataSummary(v *CloudWatchMetricsDataSummary) *CloudWatchMetricsDetail

SetMetricDataSummary sets the MetricDataSummary field's value.

func (*CloudWatchMetricsDetail) SetMetricName

func (s *CloudWatchMetricsDetail) SetMetricName(v string) *CloudWatchMetricsDetail

SetMetricName sets the MetricName field's value.

func (*CloudWatchMetricsDetail) SetNamespace

func (s *CloudWatchMetricsDetail) SetNamespace(v string) *CloudWatchMetricsDetail

SetNamespace sets the Namespace field's value.

func (*CloudWatchMetricsDetail) SetPeriod

func (s *CloudWatchMetricsDetail) SetPeriod(v int64) *CloudWatchMetricsDetail

SetPeriod sets the Period field's value.

func (*CloudWatchMetricsDetail) SetStat

func (s *CloudWatchMetricsDetail) SetStat(v string) *CloudWatchMetricsDetail

SetStat sets the Stat field's value.

func (*CloudWatchMetricsDetail) SetUnit

func (s *CloudWatchMetricsDetail) SetUnit(v string) *CloudWatchMetricsDetail

SetUnit sets the Unit field's value.

func (CloudWatchMetricsDetail) String

func (s CloudWatchMetricsDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchMetricsDimension

type CloudWatchMetricsDimension struct {

    // The name of the CloudWatch dimension.
    Name *string `type:"string"`

    // The value of the CloudWatch dimension.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

The dimension of an Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see Dimensions (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension) in the Amazon CloudWatch User Guide.

func (CloudWatchMetricsDimension) GoString

func (s CloudWatchMetricsDimension) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchMetricsDimension) SetName

func (s *CloudWatchMetricsDimension) SetName(v string) *CloudWatchMetricsDimension

SetName sets the Name field's value.

func (*CloudWatchMetricsDimension) SetValue

func (s *CloudWatchMetricsDimension) SetValue(v string) *CloudWatchMetricsDimension

SetValue sets the Value field's value.

func (CloudWatchMetricsDimension) String

func (s CloudWatchMetricsDimension) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    // The ID of the Amazon Web Services resource in which a conflict occurred.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The type of the Amazon Web Services resource in which a conflict occurred.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

An exception that is thrown when a conflict occurs.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CostEstimationResourceCollectionFilter

type CostEstimationResourceCollectionFilter struct {

    // An object that specifies the CloudFormation stack that defines the Amazon
    // Web Services resources used to create a monthly estimate for DevOps Guru.
    CloudFormation *CloudFormationCostEstimationResourceCollectionFilter `type:"structure"`

    // The Amazon Web Services tags used to filter the resource collection that
    // is used for a cost estimate.
    //
    // Tags help you identify and organize your Amazon Web Services resources. Many
    // Amazon Web Services services support tagging, so you can assign the same
    // tag to resources from different services to indicate that the resources are
    // related. For example, you can assign the same tag to an Amazon DynamoDB table
    // resource that you assign to an Lambda function. For more information about
    // using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html)
    // whitepaper.
    //
    // Each Amazon Web Services tag has two parts.
    //
    //    * A tag key (for example, CostCenter, Environment, Project, or Secret).
    //    Tag keys are case-sensitive.
    //
    //    * An optional field known as a tag value (for example, 111122223333, Production,
    //    or a team name). Omitting the tag value is the same as using an empty
    //    string. Like tag keys, tag values are case-sensitive.
    //
    // Together these are known as key-value pairs.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    Tags []*TagCostEstimationResourceCollectionFilter `type:"list"`
    // contains filtered or unexported fields
}

Information about a filter used to specify which Amazon Web Services resources are analyzed to create a monthly DevOps Guru cost estimate. For more information, see Estimate your Amazon DevOps Guru costs (https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html) and Amazon DevOps Guru pricing (http://aws.amazon.com/devops-guru/pricing/).

func (CostEstimationResourceCollectionFilter) GoString

func (s CostEstimationResourceCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CostEstimationResourceCollectionFilter) SetCloudFormation

func (s *CostEstimationResourceCollectionFilter) SetCloudFormation(v *CloudFormationCostEstimationResourceCollectionFilter) *CostEstimationResourceCollectionFilter

SetCloudFormation sets the CloudFormation field's value.

func (*CostEstimationResourceCollectionFilter) SetTags

func (s *CostEstimationResourceCollectionFilter) SetTags(v []*TagCostEstimationResourceCollectionFilter) *CostEstimationResourceCollectionFilter

SetTags sets the Tags field's value.

func (CostEstimationResourceCollectionFilter) String

func (s CostEstimationResourceCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CostEstimationResourceCollectionFilter) Validate

func (s *CostEstimationResourceCollectionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CostEstimationTimeRange

type CostEstimationTimeRange struct {

    // The end time of the cost estimation.
    EndTime *time.Time `type:"timestamp"`

    // The start time of the cost estimation.
    StartTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

The time range of a cost estimation.

func (CostEstimationTimeRange) GoString

func (s CostEstimationTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CostEstimationTimeRange) SetEndTime

func (s *CostEstimationTimeRange) SetEndTime(v time.Time) *CostEstimationTimeRange

SetEndTime sets the EndTime field's value.

func (*CostEstimationTimeRange) SetStartTime

func (s *CostEstimationTimeRange) SetStartTime(v time.Time) *CostEstimationTimeRange

SetStartTime sets the StartTime field's value.

func (CostEstimationTimeRange) String

func (s CostEstimationTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInsightInput

type DeleteInsightInput struct {

    // The ID of the insight.
    //
    // Id is a required field
    Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteInsightInput) GoString

func (s DeleteInsightInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInsightInput) SetId

func (s *DeleteInsightInput) SetId(v string) *DeleteInsightInput

SetId sets the Id field's value.

func (DeleteInsightInput) String

func (s DeleteInsightInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInsightInput) Validate

func (s *DeleteInsightInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInsightOutput

type DeleteInsightOutput struct {
    // contains filtered or unexported fields
}

func (DeleteInsightOutput) GoString

func (s DeleteInsightOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteInsightOutput) String

func (s DeleteInsightOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountHealthInput

type DescribeAccountHealthInput struct {
    // contains filtered or unexported fields
}

func (DescribeAccountHealthInput) GoString

func (s DescribeAccountHealthInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeAccountHealthInput) String

func (s DescribeAccountHealthInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountHealthOutput

type DescribeAccountHealthOutput struct {

    // Number of resources that DevOps Guru is monitoring in your Amazon Web Services
    // account.
    AnalyzedResourceCount *int64 `type:"long"`

    // An integer that specifies the number of metrics that have been analyzed in
    // your Amazon Web Services account.
    //
    // MetricsAnalyzed is a required field
    MetricsAnalyzed *int64 `type:"integer" required:"true"`

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account.
    //
    // OpenProactiveInsights is a required field
    OpenProactiveInsights *int64 `type:"integer" required:"true"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account.
    //
    // OpenReactiveInsights is a required field
    OpenReactiveInsights *int64 `type:"integer" required:"true"`

    // The number of Amazon DevOps Guru resource analysis hours billed to the current
    // Amazon Web Services account in the last hour.
    //
    // ResourceHours is a required field
    ResourceHours *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAccountHealthOutput) GoString

func (s DescribeAccountHealthOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountHealthOutput) SetAnalyzedResourceCount

func (s *DescribeAccountHealthOutput) SetAnalyzedResourceCount(v int64) *DescribeAccountHealthOutput

SetAnalyzedResourceCount sets the AnalyzedResourceCount field's value.

func (*DescribeAccountHealthOutput) SetMetricsAnalyzed

func (s *DescribeAccountHealthOutput) SetMetricsAnalyzed(v int64) *DescribeAccountHealthOutput

SetMetricsAnalyzed sets the MetricsAnalyzed field's value.

func (*DescribeAccountHealthOutput) SetOpenProactiveInsights

func (s *DescribeAccountHealthOutput) SetOpenProactiveInsights(v int64) *DescribeAccountHealthOutput

SetOpenProactiveInsights sets the OpenProactiveInsights field's value.

func (*DescribeAccountHealthOutput) SetOpenReactiveInsights

func (s *DescribeAccountHealthOutput) SetOpenReactiveInsights(v int64) *DescribeAccountHealthOutput

SetOpenReactiveInsights sets the OpenReactiveInsights field's value.

func (*DescribeAccountHealthOutput) SetResourceHours

func (s *DescribeAccountHealthOutput) SetResourceHours(v int64) *DescribeAccountHealthOutput

SetResourceHours sets the ResourceHours field's value.

func (DescribeAccountHealthOutput) String

func (s DescribeAccountHealthOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountOverviewInput

type DescribeAccountOverviewInput struct {

    // The start of the time range passed in. The start time granularity is at the
    // day level. The floor of the start time is used. Returned information occurred
    // after this day.
    //
    // FromTime is a required field
    FromTime *time.Time `type:"timestamp" required:"true"`

    // The end of the time range passed in. The start time granularity is at the
    // day level. The floor of the start time is used. Returned information occurred
    // before this day. If this is not specified, then the current day is used.
    ToTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

func (DescribeAccountOverviewInput) GoString

func (s DescribeAccountOverviewInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountOverviewInput) SetFromTime

func (s *DescribeAccountOverviewInput) SetFromTime(v time.Time) *DescribeAccountOverviewInput

SetFromTime sets the FromTime field's value.

func (*DescribeAccountOverviewInput) SetToTime

func (s *DescribeAccountOverviewInput) SetToTime(v time.Time) *DescribeAccountOverviewInput

SetToTime sets the ToTime field's value.

func (DescribeAccountOverviewInput) String

func (s DescribeAccountOverviewInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountOverviewInput) Validate

func (s *DescribeAccountOverviewInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAccountOverviewOutput

type DescribeAccountOverviewOutput struct {

    // The Mean Time to Recover (MTTR) for all closed insights that were created
    // during the time range passed in.
    //
    // MeanTimeToRecoverInMilliseconds is a required field
    MeanTimeToRecoverInMilliseconds *int64 `type:"long" required:"true"`

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account that were created during the time range passed in.
    //
    // ProactiveInsights is a required field
    ProactiveInsights *int64 `type:"integer" required:"true"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account that were created during the time range passed in.
    //
    // ReactiveInsights is a required field
    ReactiveInsights *int64 `type:"integer" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAccountOverviewOutput) GoString

func (s DescribeAccountOverviewOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountOverviewOutput) SetMeanTimeToRecoverInMilliseconds

func (s *DescribeAccountOverviewOutput) SetMeanTimeToRecoverInMilliseconds(v int64) *DescribeAccountOverviewOutput

SetMeanTimeToRecoverInMilliseconds sets the MeanTimeToRecoverInMilliseconds field's value.

func (*DescribeAccountOverviewOutput) SetProactiveInsights

func (s *DescribeAccountOverviewOutput) SetProactiveInsights(v int64) *DescribeAccountOverviewOutput

SetProactiveInsights sets the ProactiveInsights field's value.

func (*DescribeAccountOverviewOutput) SetReactiveInsights

func (s *DescribeAccountOverviewOutput) SetReactiveInsights(v int64) *DescribeAccountOverviewOutput

SetReactiveInsights sets the ReactiveInsights field's value.

func (DescribeAccountOverviewOutput) String

func (s DescribeAccountOverviewOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAnomalyInput

type DescribeAnomalyInput struct {

    // The ID of the member account.
    AccountId *string `location:"querystring" locationName:"AccountId" min:"12" type:"string"`

    // The ID of the anomaly.
    //
    // Id is a required field
    Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAnomalyInput) GoString

func (s DescribeAnomalyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnomalyInput) SetAccountId

func (s *DescribeAnomalyInput) SetAccountId(v string) *DescribeAnomalyInput

SetAccountId sets the AccountId field's value.

func (*DescribeAnomalyInput) SetId

func (s *DescribeAnomalyInput) SetId(v string) *DescribeAnomalyInput

SetId sets the Id field's value.

func (DescribeAnomalyInput) String

func (s DescribeAnomalyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnomalyInput) Validate

func (s *DescribeAnomalyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAnomalyOutput

type DescribeAnomalyOutput struct {

    // A ProactiveAnomaly object that represents the requested anomaly.
    ProactiveAnomaly *ProactiveAnomaly `type:"structure"`

    // A ReactiveAnomaly object that represents the requested anomaly.
    ReactiveAnomaly *ReactiveAnomaly `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAnomalyOutput) GoString

func (s DescribeAnomalyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnomalyOutput) SetProactiveAnomaly

func (s *DescribeAnomalyOutput) SetProactiveAnomaly(v *ProactiveAnomaly) *DescribeAnomalyOutput

SetProactiveAnomaly sets the ProactiveAnomaly field's value.

func (*DescribeAnomalyOutput) SetReactiveAnomaly

func (s *DescribeAnomalyOutput) SetReactiveAnomaly(v *ReactiveAnomaly) *DescribeAnomalyOutput

SetReactiveAnomaly sets the ReactiveAnomaly field's value.

func (DescribeAnomalyOutput) String

func (s DescribeAnomalyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEventSourcesConfigInput

type DescribeEventSourcesConfigInput struct {
    // contains filtered or unexported fields
}

func (DescribeEventSourcesConfigInput) GoString

func (s DescribeEventSourcesConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeEventSourcesConfigInput) String

func (s DescribeEventSourcesConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEventSourcesConfigOutput

type DescribeEventSourcesConfigOutput struct {

    // Lists the event sources in the configuration.
    EventSources *EventSourcesConfig `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeEventSourcesConfigOutput) GoString

func (s DescribeEventSourcesConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEventSourcesConfigOutput) SetEventSources

func (s *DescribeEventSourcesConfigOutput) SetEventSources(v *EventSourcesConfig) *DescribeEventSourcesConfigOutput

SetEventSources sets the EventSources field's value.

func (DescribeEventSourcesConfigOutput) String

func (s DescribeEventSourcesConfigOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFeedbackInput

type DescribeFeedbackInput struct {

    // The ID of the insight for which the feedback was provided.
    InsightId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeFeedbackInput) GoString

func (s DescribeFeedbackInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeedbackInput) SetInsightId

func (s *DescribeFeedbackInput) SetInsightId(v string) *DescribeFeedbackInput

SetInsightId sets the InsightId field's value.

func (DescribeFeedbackInput) String

func (s DescribeFeedbackInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeedbackInput) Validate

func (s *DescribeFeedbackInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFeedbackOutput

type DescribeFeedbackOutput struct {

    // Information about insight feedback received from a customer.
    InsightFeedback *InsightFeedback `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeFeedbackOutput) GoString

func (s DescribeFeedbackOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeedbackOutput) SetInsightFeedback

func (s *DescribeFeedbackOutput) SetInsightFeedback(v *InsightFeedback) *DescribeFeedbackOutput

SetInsightFeedback sets the InsightFeedback field's value.

func (DescribeFeedbackOutput) String

func (s DescribeFeedbackOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInsightInput

type DescribeInsightInput struct {

    // The ID of the member account in the organization.
    AccountId *string `location:"querystring" locationName:"AccountId" min:"12" type:"string"`

    // The ID of the insight.
    //
    // Id is a required field
    Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeInsightInput) GoString

func (s DescribeInsightInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInsightInput) SetAccountId

func (s *DescribeInsightInput) SetAccountId(v string) *DescribeInsightInput

SetAccountId sets the AccountId field's value.

func (*DescribeInsightInput) SetId

func (s *DescribeInsightInput) SetId(v string) *DescribeInsightInput

SetId sets the Id field's value.

func (DescribeInsightInput) String

func (s DescribeInsightInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInsightInput) Validate

func (s *DescribeInsightInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInsightOutput

type DescribeInsightOutput struct {

    // A ProactiveInsight object that represents the requested insight.
    ProactiveInsight *ProactiveInsight `type:"structure"`

    // A ReactiveInsight object that represents the requested insight.
    ReactiveInsight *ReactiveInsight `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeInsightOutput) GoString

func (s DescribeInsightOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInsightOutput) SetProactiveInsight

func (s *DescribeInsightOutput) SetProactiveInsight(v *ProactiveInsight) *DescribeInsightOutput

SetProactiveInsight sets the ProactiveInsight field's value.

func (*DescribeInsightOutput) SetReactiveInsight

func (s *DescribeInsightOutput) SetReactiveInsight(v *ReactiveInsight) *DescribeInsightOutput

SetReactiveInsight sets the ReactiveInsight field's value.

func (DescribeInsightOutput) String

func (s DescribeInsightOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationHealthInput

type DescribeOrganizationHealthInput struct {

    // The ID of the Amazon Web Services account.
    AccountIds []*string `type:"list"`

    // The ID of the organizational unit.
    OrganizationalUnitIds []*string `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationHealthInput) GoString

func (s DescribeOrganizationHealthInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationHealthInput) SetAccountIds

func (s *DescribeOrganizationHealthInput) SetAccountIds(v []*string) *DescribeOrganizationHealthInput

SetAccountIds sets the AccountIds field's value.

func (*DescribeOrganizationHealthInput) SetOrganizationalUnitIds

func (s *DescribeOrganizationHealthInput) SetOrganizationalUnitIds(v []*string) *DescribeOrganizationHealthInput

SetOrganizationalUnitIds sets the OrganizationalUnitIds field's value.

func (DescribeOrganizationHealthInput) String

func (s DescribeOrganizationHealthInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationHealthOutput

type DescribeOrganizationHealthOutput struct {

    // An integer that specifies the number of metrics that have been analyzed in
    // your organization.
    //
    // MetricsAnalyzed is a required field
    MetricsAnalyzed *int64 `type:"integer" required:"true"`

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account.
    //
    // OpenProactiveInsights is a required field
    OpenProactiveInsights *int64 `type:"integer" required:"true"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account.
    //
    // OpenReactiveInsights is a required field
    OpenReactiveInsights *int64 `type:"integer" required:"true"`

    // The number of Amazon DevOps Guru resource analysis hours billed to the current
    // Amazon Web Services account in the last hour.
    //
    // ResourceHours is a required field
    ResourceHours *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationHealthOutput) GoString

func (s DescribeOrganizationHealthOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationHealthOutput) SetMetricsAnalyzed

func (s *DescribeOrganizationHealthOutput) SetMetricsAnalyzed(v int64) *DescribeOrganizationHealthOutput

SetMetricsAnalyzed sets the MetricsAnalyzed field's value.

func (*DescribeOrganizationHealthOutput) SetOpenProactiveInsights

func (s *DescribeOrganizationHealthOutput) SetOpenProactiveInsights(v int64) *DescribeOrganizationHealthOutput

SetOpenProactiveInsights sets the OpenProactiveInsights field's value.

func (*DescribeOrganizationHealthOutput) SetOpenReactiveInsights

func (s *DescribeOrganizationHealthOutput) SetOpenReactiveInsights(v int64) *DescribeOrganizationHealthOutput

SetOpenReactiveInsights sets the OpenReactiveInsights field's value.

func (*DescribeOrganizationHealthOutput) SetResourceHours

func (s *DescribeOrganizationHealthOutput) SetResourceHours(v int64) *DescribeOrganizationHealthOutput

SetResourceHours sets the ResourceHours field's value.

func (DescribeOrganizationHealthOutput) String

func (s DescribeOrganizationHealthOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationOverviewInput

type DescribeOrganizationOverviewInput struct {

    // The ID of the Amazon Web Services account.
    AccountIds []*string `type:"list"`

    // The start of the time range passed in. The start time granularity is at the
    // day level. The floor of the start time is used. Returned information occurred
    // after this day.
    //
    // FromTime is a required field
    FromTime *time.Time `type:"timestamp" required:"true"`

    // The ID of the organizational unit.
    OrganizationalUnitIds []*string `type:"list"`

    // The end of the time range passed in. The start time granularity is at the
    // day level. The floor of the start time is used. Returned information occurred
    // before this day. If this is not specified, then the current day is used.
    ToTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationOverviewInput) GoString

func (s DescribeOrganizationOverviewInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationOverviewInput) SetAccountIds

func (s *DescribeOrganizationOverviewInput) SetAccountIds(v []*string) *DescribeOrganizationOverviewInput

SetAccountIds sets the AccountIds field's value.

func (*DescribeOrganizationOverviewInput) SetFromTime

func (s *DescribeOrganizationOverviewInput) SetFromTime(v time.Time) *DescribeOrganizationOverviewInput

SetFromTime sets the FromTime field's value.

func (*DescribeOrganizationOverviewInput) SetOrganizationalUnitIds

func (s *DescribeOrganizationOverviewInput) SetOrganizationalUnitIds(v []*string) *DescribeOrganizationOverviewInput

SetOrganizationalUnitIds sets the OrganizationalUnitIds field's value.

func (*DescribeOrganizationOverviewInput) SetToTime

func (s *DescribeOrganizationOverviewInput) SetToTime(v time.Time) *DescribeOrganizationOverviewInput

SetToTime sets the ToTime field's value.

func (DescribeOrganizationOverviewInput) String

func (s DescribeOrganizationOverviewInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationOverviewInput) Validate

func (s *DescribeOrganizationOverviewInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeOrganizationOverviewOutput

type DescribeOrganizationOverviewOutput struct {

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account.
    //
    // ProactiveInsights is a required field
    ProactiveInsights *int64 `type:"integer" required:"true"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account.
    //
    // ReactiveInsights is a required field
    ReactiveInsights *int64 `type:"integer" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationOverviewOutput) GoString

func (s DescribeOrganizationOverviewOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationOverviewOutput) SetProactiveInsights

func (s *DescribeOrganizationOverviewOutput) SetProactiveInsights(v int64) *DescribeOrganizationOverviewOutput

SetProactiveInsights sets the ProactiveInsights field's value.

func (*DescribeOrganizationOverviewOutput) SetReactiveInsights

func (s *DescribeOrganizationOverviewOutput) SetReactiveInsights(v int64) *DescribeOrganizationOverviewOutput

SetReactiveInsights sets the ReactiveInsights field's value.

func (DescribeOrganizationOverviewOutput) String

func (s DescribeOrganizationOverviewOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationResourceCollectionHealthInput

type DescribeOrganizationResourceCollectionHealthInput struct {

    // The ID of the Amazon Web Services account.
    AccountIds []*string `type:"list"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`

    // An Amazon Web Services resource collection type. This type specifies how
    // analyzed Amazon Web Services resources are defined. The two types of Amazon
    // Web Services resource collections supported are Amazon Web Services CloudFormation
    // stacks and Amazon Web Services resources that contain the same Amazon Web
    // Services tag. DevOps Guru can be configured to analyze the Amazon Web Services
    // resources that are defined in the stacks or that are tagged using the same
    // tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
    //
    // OrganizationResourceCollectionType is a required field
    OrganizationResourceCollectionType *string `type:"string" required:"true" enum:"OrganizationResourceCollectionType"`

    // The ID of the organizational unit.
    OrganizationalUnitIds []*string `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationResourceCollectionHealthInput) GoString

func (s DescribeOrganizationResourceCollectionHealthInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationResourceCollectionHealthInput) SetAccountIds

func (s *DescribeOrganizationResourceCollectionHealthInput) SetAccountIds(v []*string) *DescribeOrganizationResourceCollectionHealthInput

SetAccountIds sets the AccountIds field's value.

func (*DescribeOrganizationResourceCollectionHealthInput) SetMaxResults

func (s *DescribeOrganizationResourceCollectionHealthInput) SetMaxResults(v int64) *DescribeOrganizationResourceCollectionHealthInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeOrganizationResourceCollectionHealthInput) SetNextToken

func (s *DescribeOrganizationResourceCollectionHealthInput) SetNextToken(v string) *DescribeOrganizationResourceCollectionHealthInput

SetNextToken sets the NextToken field's value.

func (*DescribeOrganizationResourceCollectionHealthInput) SetOrganizationResourceCollectionType

func (s *DescribeOrganizationResourceCollectionHealthInput) SetOrganizationResourceCollectionType(v string) *DescribeOrganizationResourceCollectionHealthInput

SetOrganizationResourceCollectionType sets the OrganizationResourceCollectionType field's value.

func (*DescribeOrganizationResourceCollectionHealthInput) SetOrganizationalUnitIds

func (s *DescribeOrganizationResourceCollectionHealthInput) SetOrganizationalUnitIds(v []*string) *DescribeOrganizationResourceCollectionHealthInput

SetOrganizationalUnitIds sets the OrganizationalUnitIds field's value.

func (DescribeOrganizationResourceCollectionHealthInput) String

func (s DescribeOrganizationResourceCollectionHealthInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationResourceCollectionHealthInput) Validate

func (s *DescribeOrganizationResourceCollectionHealthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeOrganizationResourceCollectionHealthOutput

type DescribeOrganizationResourceCollectionHealthOutput struct {

    // The name of the organization's account.
    Account []*AccountHealth `type:"list"`

    // The returned CloudFormationHealthOverview object that contains an InsightHealthOverview
    // object with the requested system health information.
    CloudFormation []*CloudFormationHealth `type:"list"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // An array of ServiceHealth objects that describes the health of the Amazon
    // Web Services services associated with the resources in the collection.
    Service []*ServiceHealth `type:"list"`

    // Tags help you identify and organize your Amazon Web Services resources. Many
    // Amazon Web Services services support tagging, so you can assign the same
    // tag to resources from different services to indicate that the resources are
    // related. For example, you can assign the same tag to an Amazon DynamoDB table
    // resource that you assign to an Lambda function. For more information about
    // using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html)
    // whitepaper.
    //
    // Each Amazon Web Services tag has two parts.
    //
    //    * A tag key (for example, CostCenter, Environment, Project, or Secret).
    //    Tag keys are case-sensitive.
    //
    //    * An optional field known as a tag value (for example, 111122223333, Production,
    //    or a team name). Omitting the tag value is the same as using an empty
    //    string. Like tag keys, tag values are case-sensitive.
    //
    // Together these are known as key-value pairs.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    Tags []*TagHealth `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationResourceCollectionHealthOutput) GoString

func (s DescribeOrganizationResourceCollectionHealthOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationResourceCollectionHealthOutput) SetAccount

func (s *DescribeOrganizationResourceCollectionHealthOutput) SetAccount(v []*AccountHealth) *DescribeOrganizationResourceCollectionHealthOutput

SetAccount sets the Account field's value.

func (*DescribeOrganizationResourceCollectionHealthOutput) SetCloudFormation

func (s *DescribeOrganizationResourceCollectionHealthOutput) SetCloudFormation(v []*CloudFormationHealth) *DescribeOrganizationResourceCollectionHealthOutput

SetCloudFormation sets the CloudFormation field's value.

func (*DescribeOrganizationResourceCollectionHealthOutput) SetNextToken

func (s *DescribeOrganizationResourceCollectionHealthOutput) SetNextToken(v string) *DescribeOrganizationResourceCollectionHealthOutput

SetNextToken sets the NextToken field's value.

func (*DescribeOrganizationResourceCollectionHealthOutput) SetService

func (s *DescribeOrganizationResourceCollectionHealthOutput) SetService(v []*ServiceHealth) *DescribeOrganizationResourceCollectionHealthOutput

SetService sets the Service field's value.

func (*DescribeOrganizationResourceCollectionHealthOutput) SetTags

func (s *DescribeOrganizationResourceCollectionHealthOutput) SetTags(v []*TagHealth) *DescribeOrganizationResourceCollectionHealthOutput

SetTags sets the Tags field's value.

func (DescribeOrganizationResourceCollectionHealthOutput) String

func (s DescribeOrganizationResourceCollectionHealthOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeResourceCollectionHealthInput

type DescribeResourceCollectionHealthInput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `location:"querystring" locationName:"NextToken" min:"36" type:"string"`

    // An Amazon Web Services resource collection type. This type specifies how
    // analyzed Amazon Web Services resources are defined. The two types of Amazon
    // Web Services resource collections supported are Amazon Web Services CloudFormation
    // stacks and Amazon Web Services resources that contain the same Amazon Web
    // Services tag. DevOps Guru can be configured to analyze the Amazon Web Services
    // resources that are defined in the stacks or that are tagged using the same
    // tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
    //
    // ResourceCollectionType is a required field
    ResourceCollectionType *string `location:"uri" locationName:"ResourceCollectionType" type:"string" required:"true" enum:"ResourceCollectionType"`
    // contains filtered or unexported fields
}

func (DescribeResourceCollectionHealthInput) GoString

func (s DescribeResourceCollectionHealthInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourceCollectionHealthInput) SetNextToken

func (s *DescribeResourceCollectionHealthInput) SetNextToken(v string) *DescribeResourceCollectionHealthInput

SetNextToken sets the NextToken field's value.

func (*DescribeResourceCollectionHealthInput) SetResourceCollectionType

func (s *DescribeResourceCollectionHealthInput) SetResourceCollectionType(v string) *DescribeResourceCollectionHealthInput

SetResourceCollectionType sets the ResourceCollectionType field's value.

func (DescribeResourceCollectionHealthInput) String

func (s DescribeResourceCollectionHealthInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourceCollectionHealthInput) Validate

func (s *DescribeResourceCollectionHealthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeResourceCollectionHealthOutput

type DescribeResourceCollectionHealthOutput struct {

    // The returned CloudFormationHealthOverview object that contains an InsightHealthOverview
    // object with the requested system health information.
    CloudFormation []*CloudFormationHealth `type:"list"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // An array of ServiceHealth objects that describes the health of the Amazon
    // Web Services services associated with the resources in the collection.
    Service []*ServiceHealth `type:"list"`

    // The Amazon Web Services tags that are used by resources in the resource collection.
    //
    // Tags help you identify and organize your Amazon Web Services resources. Many
    // Amazon Web Services services support tagging, so you can assign the same
    // tag to resources from different services to indicate that the resources are
    // related. For example, you can assign the same tag to an Amazon DynamoDB table
    // resource that you assign to an Lambda function. For more information about
    // using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html)
    // whitepaper.
    //
    // Each Amazon Web Services tag has two parts.
    //
    //    * A tag key (for example, CostCenter, Environment, Project, or Secret).
    //    Tag keys are case-sensitive.
    //
    //    * An optional field known as a tag value (for example, 111122223333, Production,
    //    or a team name). Omitting the tag value is the same as using an empty
    //    string. Like tag keys, tag values are case-sensitive.
    //
    // Together these are known as key-value pairs.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    Tags []*TagHealth `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeResourceCollectionHealthOutput) GoString

func (s DescribeResourceCollectionHealthOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourceCollectionHealthOutput) SetCloudFormation

func (s *DescribeResourceCollectionHealthOutput) SetCloudFormation(v []*CloudFormationHealth) *DescribeResourceCollectionHealthOutput

SetCloudFormation sets the CloudFormation field's value.

func (*DescribeResourceCollectionHealthOutput) SetNextToken

func (s *DescribeResourceCollectionHealthOutput) SetNextToken(v string) *DescribeResourceCollectionHealthOutput

SetNextToken sets the NextToken field's value.

func (*DescribeResourceCollectionHealthOutput) SetService

func (s *DescribeResourceCollectionHealthOutput) SetService(v []*ServiceHealth) *DescribeResourceCollectionHealthOutput

SetService sets the Service field's value.

func (*DescribeResourceCollectionHealthOutput) SetTags

func (s *DescribeResourceCollectionHealthOutput) SetTags(v []*TagHealth) *DescribeResourceCollectionHealthOutput

SetTags sets the Tags field's value.

func (DescribeResourceCollectionHealthOutput) String

func (s DescribeResourceCollectionHealthOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeServiceIntegrationInput

type DescribeServiceIntegrationInput struct {
    // contains filtered or unexported fields
}

func (DescribeServiceIntegrationInput) GoString

func (s DescribeServiceIntegrationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeServiceIntegrationInput) String

func (s DescribeServiceIntegrationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeServiceIntegrationOutput

type DescribeServiceIntegrationOutput struct {

    // Information about the integration of DevOps Guru with another Amazon Web
    // Services service, such as Amazon Web Services Systems Manager.
    ServiceIntegration *ServiceIntegrationConfig `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeServiceIntegrationOutput) GoString

func (s DescribeServiceIntegrationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServiceIntegrationOutput) SetServiceIntegration

func (s *DescribeServiceIntegrationOutput) SetServiceIntegration(v *ServiceIntegrationConfig) *DescribeServiceIntegrationOutput

SetServiceIntegration sets the ServiceIntegration field's value.

func (DescribeServiceIntegrationOutput) String

func (s DescribeServiceIntegrationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DevOpsGuru

type DevOpsGuru struct {
    *client.Client
}

DevOpsGuru provides the API operation methods for making requests to Amazon DevOps Guru. See this package's package overview docs for details on the service.

DevOpsGuru methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *DevOpsGuru

New creates a new instance of the DevOpsGuru client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a DevOpsGuru client from just a session.
svc := devopsguru.New(mySession)

// Create a DevOpsGuru client with additional configuration
svc := devopsguru.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*DevOpsGuru) AddNotificationChannel

func (c *DevOpsGuru) AddNotificationChannel(input *AddNotificationChannelInput) (*AddNotificationChannelOutput, error)

AddNotificationChannel API operation for Amazon DevOps Guru.

Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated.

If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html).

If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation AddNotificationChannel for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConflictException An exception that is thrown when a conflict occurs.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ServiceQuotaExceededException The request contains a value that exceeds a maximum quota.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/AddNotificationChannel

func (*DevOpsGuru) AddNotificationChannelRequest

func (c *DevOpsGuru) AddNotificationChannelRequest(input *AddNotificationChannelInput) (req *request.Request, output *AddNotificationChannelOutput)

AddNotificationChannelRequest generates a "aws/request.Request" representing the client's request for the AddNotificationChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddNotificationChannel for more information on using the AddNotificationChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddNotificationChannelRequest method.
req, resp := client.AddNotificationChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/AddNotificationChannel

func (*DevOpsGuru) AddNotificationChannelWithContext

func (c *DevOpsGuru) AddNotificationChannelWithContext(ctx aws.Context, input *AddNotificationChannelInput, opts ...request.Option) (*AddNotificationChannelOutput, error)

AddNotificationChannelWithContext is the same as AddNotificationChannel with the addition of the ability to pass a context and additional request options.

See AddNotificationChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DeleteInsight

func (c *DevOpsGuru) DeleteInsight(input *DeleteInsightInput) (*DeleteInsightOutput, error)

DeleteInsight API operation for Amazon DevOps Guru.

Deletes the insight along with the associated anomalies, events and recommendations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DeleteInsight for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ConflictException An exception that is thrown when a conflict occurs.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DeleteInsight

func (*DevOpsGuru) DeleteInsightRequest

func (c *DevOpsGuru) DeleteInsightRequest(input *DeleteInsightInput) (req *request.Request, output *DeleteInsightOutput)

DeleteInsightRequest generates a "aws/request.Request" representing the client's request for the DeleteInsight operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteInsight for more information on using the DeleteInsight API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteInsightRequest method.
req, resp := client.DeleteInsightRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DeleteInsight

func (*DevOpsGuru) DeleteInsightWithContext

func (c *DevOpsGuru) DeleteInsightWithContext(ctx aws.Context, input *DeleteInsightInput, opts ...request.Option) (*DeleteInsightOutput, error)

DeleteInsightWithContext is the same as DeleteInsight with the addition of the ability to pass a context and additional request options.

See DeleteInsight for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeAccountHealth

func (c *DevOpsGuru) DescribeAccountHealth(input *DescribeAccountHealthInput) (*DescribeAccountHealthOutput, error)

DescribeAccountHealth API operation for Amazon DevOps Guru.

Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeAccountHealth for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountHealth

func (*DevOpsGuru) DescribeAccountHealthRequest

func (c *DevOpsGuru) DescribeAccountHealthRequest(input *DescribeAccountHealthInput) (req *request.Request, output *DescribeAccountHealthOutput)

DescribeAccountHealthRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountHealth for more information on using the DescribeAccountHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountHealthRequest method.
req, resp := client.DescribeAccountHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountHealth

func (*DevOpsGuru) DescribeAccountHealthWithContext

func (c *DevOpsGuru) DescribeAccountHealthWithContext(ctx aws.Context, input *DescribeAccountHealthInput, opts ...request.Option) (*DescribeAccountHealthOutput, error)

DescribeAccountHealthWithContext is the same as DescribeAccountHealth with the addition of the ability to pass a context and additional request options.

See DescribeAccountHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeAccountOverview

func (c *DevOpsGuru) DescribeAccountOverview(input *DescribeAccountOverviewInput) (*DescribeAccountOverviewOutput, error)

DescribeAccountOverview API operation for Amazon DevOps Guru.

For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeAccountOverview for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountOverview

func (*DevOpsGuru) DescribeAccountOverviewRequest

func (c *DevOpsGuru) DescribeAccountOverviewRequest(input *DescribeAccountOverviewInput) (req *request.Request, output *DescribeAccountOverviewOutput)

DescribeAccountOverviewRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountOverview operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountOverview for more information on using the DescribeAccountOverview API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountOverviewRequest method.
req, resp := client.DescribeAccountOverviewRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountOverview

func (*DevOpsGuru) DescribeAccountOverviewWithContext

func (c *DevOpsGuru) DescribeAccountOverviewWithContext(ctx aws.Context, input *DescribeAccountOverviewInput, opts ...request.Option) (*DescribeAccountOverviewOutput, error)

DescribeAccountOverviewWithContext is the same as DescribeAccountOverview with the addition of the ability to pass a context and additional request options.

See DescribeAccountOverview for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeAnomaly

func (c *DevOpsGuru) DescribeAnomaly(input *DescribeAnomalyInput) (*DescribeAnomalyOutput, error)

DescribeAnomaly API operation for Amazon DevOps Guru.

Returns details about an anomaly that you specify using its ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeAnomaly for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAnomaly

func (*DevOpsGuru) DescribeAnomalyRequest

func (c *DevOpsGuru) DescribeAnomalyRequest(input *DescribeAnomalyInput) (req *request.Request, output *DescribeAnomalyOutput)

DescribeAnomalyRequest generates a "aws/request.Request" representing the client's request for the DescribeAnomaly operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAnomaly for more information on using the DescribeAnomaly API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAnomalyRequest method.
req, resp := client.DescribeAnomalyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAnomaly

func (*DevOpsGuru) DescribeAnomalyWithContext

func (c *DevOpsGuru) DescribeAnomalyWithContext(ctx aws.Context, input *DescribeAnomalyInput, opts ...request.Option) (*DescribeAnomalyOutput, error)

DescribeAnomalyWithContext is the same as DescribeAnomaly with the addition of the ability to pass a context and additional request options.

See DescribeAnomaly for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeEventSourcesConfig

func (c *DevOpsGuru) DescribeEventSourcesConfig(input *DescribeEventSourcesConfigInput) (*DescribeEventSourcesConfigOutput, error)

DescribeEventSourcesConfig API operation for Amazon DevOps Guru.

Returns the integration status of services that are integrated with DevOps Guru as Consumer via EventBridge. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeEventSourcesConfig for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeEventSourcesConfig

func (*DevOpsGuru) DescribeEventSourcesConfigRequest

func (c *DevOpsGuru) DescribeEventSourcesConfigRequest(input *DescribeEventSourcesConfigInput) (req *request.Request, output *DescribeEventSourcesConfigOutput)

DescribeEventSourcesConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeEventSourcesConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEventSourcesConfig for more information on using the DescribeEventSourcesConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEventSourcesConfigRequest method.
req, resp := client.DescribeEventSourcesConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeEventSourcesConfig

func (*DevOpsGuru) DescribeEventSourcesConfigWithContext

func (c *DevOpsGuru) DescribeEventSourcesConfigWithContext(ctx aws.Context, input *DescribeEventSourcesConfigInput, opts ...request.Option) (*DescribeEventSourcesConfigOutput, error)

DescribeEventSourcesConfigWithContext is the same as DescribeEventSourcesConfig with the addition of the ability to pass a context and additional request options.

See DescribeEventSourcesConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeFeedback

func (c *DevOpsGuru) DescribeFeedback(input *DescribeFeedbackInput) (*DescribeFeedbackOutput, error)

DescribeFeedback API operation for Amazon DevOps Guru.

Returns the most recent feedback submitted in the current Amazon Web Services account and Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeFeedback for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeFeedback

func (*DevOpsGuru) DescribeFeedbackRequest

func (c *DevOpsGuru) DescribeFeedbackRequest(input *DescribeFeedbackInput) (req *request.Request, output *DescribeFeedbackOutput)

DescribeFeedbackRequest generates a "aws/request.Request" representing the client's request for the DescribeFeedback operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFeedback for more information on using the DescribeFeedback API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFeedbackRequest method.
req, resp := client.DescribeFeedbackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeFeedback

func (*DevOpsGuru) DescribeFeedbackWithContext

func (c *DevOpsGuru) DescribeFeedbackWithContext(ctx aws.Context, input *DescribeFeedbackInput, opts ...request.Option) (*DescribeFeedbackOutput, error)

DescribeFeedbackWithContext is the same as DescribeFeedback with the addition of the ability to pass a context and additional request options.

See DescribeFeedback for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeInsight

func (c *DevOpsGuru) DescribeInsight(input *DescribeInsightInput) (*DescribeInsightOutput, error)

DescribeInsight API operation for Amazon DevOps Guru.

Returns details about an insight that you specify using its ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeInsight for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeInsight

func (*DevOpsGuru) DescribeInsightRequest

func (c *DevOpsGuru) DescribeInsightRequest(input *DescribeInsightInput) (req *request.Request, output *DescribeInsightOutput)

DescribeInsightRequest generates a "aws/request.Request" representing the client's request for the DescribeInsight operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInsight for more information on using the DescribeInsight API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInsightRequest method.
req, resp := client.DescribeInsightRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeInsight

func (*DevOpsGuru) DescribeInsightWithContext

func (c *DevOpsGuru) DescribeInsightWithContext(ctx aws.Context, input *DescribeInsightInput, opts ...request.Option) (*DescribeInsightOutput, error)

DescribeInsightWithContext is the same as DescribeInsight with the addition of the ability to pass a context and additional request options.

See DescribeInsight for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeOrganizationHealth

func (c *DevOpsGuru) DescribeOrganizationHealth(input *DescribeOrganizationHealthInput) (*DescribeOrganizationHealthOutput, error)

DescribeOrganizationHealth API operation for Amazon DevOps Guru.

Returns active insights, predictive insights, and resource hours analyzed in last hour.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeOrganizationHealth for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationHealth

func (*DevOpsGuru) DescribeOrganizationHealthRequest

func (c *DevOpsGuru) DescribeOrganizationHealthRequest(input *DescribeOrganizationHealthInput) (req *request.Request, output *DescribeOrganizationHealthOutput)

DescribeOrganizationHealthRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationHealth for more information on using the DescribeOrganizationHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationHealthRequest method.
req, resp := client.DescribeOrganizationHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationHealth

func (*DevOpsGuru) DescribeOrganizationHealthWithContext

func (c *DevOpsGuru) DescribeOrganizationHealthWithContext(ctx aws.Context, input *DescribeOrganizationHealthInput, opts ...request.Option) (*DescribeOrganizationHealthOutput, error)

DescribeOrganizationHealthWithContext is the same as DescribeOrganizationHealth with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeOrganizationOverview

func (c *DevOpsGuru) DescribeOrganizationOverview(input *DescribeOrganizationOverviewInput) (*DescribeOrganizationOverviewOutput, error)

DescribeOrganizationOverview API operation for Amazon DevOps Guru.

Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeOrganizationOverview for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationOverview

func (*DevOpsGuru) DescribeOrganizationOverviewRequest

func (c *DevOpsGuru) DescribeOrganizationOverviewRequest(input *DescribeOrganizationOverviewInput) (req *request.Request, output *DescribeOrganizationOverviewOutput)

DescribeOrganizationOverviewRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationOverview operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationOverview for more information on using the DescribeOrganizationOverview API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationOverviewRequest method.
req, resp := client.DescribeOrganizationOverviewRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationOverview

func (*DevOpsGuru) DescribeOrganizationOverviewWithContext

func (c *DevOpsGuru) DescribeOrganizationOverviewWithContext(ctx aws.Context, input *DescribeOrganizationOverviewInput, opts ...request.Option) (*DescribeOrganizationOverviewOutput, error)

DescribeOrganizationOverviewWithContext is the same as DescribeOrganizationOverview with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationOverview for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeOrganizationResourceCollectionHealth

func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealth(input *DescribeOrganizationResourceCollectionHealthInput) (*DescribeOrganizationResourceCollectionHealthOutput, error)

DescribeOrganizationResourceCollectionHealth API operation for Amazon DevOps Guru.

Provides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds field.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeOrganizationResourceCollectionHealth for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealth

func (*DevOpsGuru) DescribeOrganizationResourceCollectionHealthPages

func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthPages(input *DescribeOrganizationResourceCollectionHealthInput, fn func(*DescribeOrganizationResourceCollectionHealthOutput, bool) bool) error

DescribeOrganizationResourceCollectionHealthPages iterates over the pages of a DescribeOrganizationResourceCollectionHealth operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOrganizationResourceCollectionHealth method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeOrganizationResourceCollectionHealth operation.
pageNum := 0
err := client.DescribeOrganizationResourceCollectionHealthPages(params,
    func(page *devopsguru.DescribeOrganizationResourceCollectionHealthOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) DescribeOrganizationResourceCollectionHealthPagesWithContext

func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthPagesWithContext(ctx aws.Context, input *DescribeOrganizationResourceCollectionHealthInput, fn func(*DescribeOrganizationResourceCollectionHealthOutput, bool) bool, opts ...request.Option) error

DescribeOrganizationResourceCollectionHealthPagesWithContext same as DescribeOrganizationResourceCollectionHealthPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeOrganizationResourceCollectionHealthRequest

func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthRequest(input *DescribeOrganizationResourceCollectionHealthInput) (req *request.Request, output *DescribeOrganizationResourceCollectionHealthOutput)

DescribeOrganizationResourceCollectionHealthRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationResourceCollectionHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationResourceCollectionHealth for more information on using the DescribeOrganizationResourceCollectionHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationResourceCollectionHealthRequest method.
req, resp := client.DescribeOrganizationResourceCollectionHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealth

func (*DevOpsGuru) DescribeOrganizationResourceCollectionHealthWithContext

func (c *DevOpsGuru) DescribeOrganizationResourceCollectionHealthWithContext(ctx aws.Context, input *DescribeOrganizationResourceCollectionHealthInput, opts ...request.Option) (*DescribeOrganizationResourceCollectionHealthOutput, error)

DescribeOrganizationResourceCollectionHealthWithContext is the same as DescribeOrganizationResourceCollectionHealth with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationResourceCollectionHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeResourceCollectionHealth

func (c *DevOpsGuru) DescribeResourceCollectionHealth(input *DescribeResourceCollectionHealthInput) (*DescribeResourceCollectionHealthOutput, error)

DescribeResourceCollectionHealth API operation for Amazon DevOps Guru.

Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeResourceCollectionHealth for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeResourceCollectionHealth

func (*DevOpsGuru) DescribeResourceCollectionHealthPages

func (c *DevOpsGuru) DescribeResourceCollectionHealthPages(input *DescribeResourceCollectionHealthInput, fn func(*DescribeResourceCollectionHealthOutput, bool) bool) error

DescribeResourceCollectionHealthPages iterates over the pages of a DescribeResourceCollectionHealth operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeResourceCollectionHealth method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeResourceCollectionHealth operation.
pageNum := 0
err := client.DescribeResourceCollectionHealthPages(params,
    func(page *devopsguru.DescribeResourceCollectionHealthOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) DescribeResourceCollectionHealthPagesWithContext

func (c *DevOpsGuru) DescribeResourceCollectionHealthPagesWithContext(ctx aws.Context, input *DescribeResourceCollectionHealthInput, fn func(*DescribeResourceCollectionHealthOutput, bool) bool, opts ...request.Option) error

DescribeResourceCollectionHealthPagesWithContext same as DescribeResourceCollectionHealthPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeResourceCollectionHealthRequest

func (c *DevOpsGuru) DescribeResourceCollectionHealthRequest(input *DescribeResourceCollectionHealthInput) (req *request.Request, output *DescribeResourceCollectionHealthOutput)

DescribeResourceCollectionHealthRequest generates a "aws/request.Request" representing the client's request for the DescribeResourceCollectionHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeResourceCollectionHealth for more information on using the DescribeResourceCollectionHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeResourceCollectionHealthRequest method.
req, resp := client.DescribeResourceCollectionHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeResourceCollectionHealth

func (*DevOpsGuru) DescribeResourceCollectionHealthWithContext

func (c *DevOpsGuru) DescribeResourceCollectionHealthWithContext(ctx aws.Context, input *DescribeResourceCollectionHealthInput, opts ...request.Option) (*DescribeResourceCollectionHealthOutput, error)

DescribeResourceCollectionHealthWithContext is the same as DescribeResourceCollectionHealth with the addition of the ability to pass a context and additional request options.

See DescribeResourceCollectionHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) DescribeServiceIntegration

func (c *DevOpsGuru) DescribeServiceIntegration(input *DescribeServiceIntegrationInput) (*DescribeServiceIntegrationOutput, error)

DescribeServiceIntegration API operation for Amazon DevOps Guru.

Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation DescribeServiceIntegration for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeServiceIntegration

func (*DevOpsGuru) DescribeServiceIntegrationRequest

func (c *DevOpsGuru) DescribeServiceIntegrationRequest(input *DescribeServiceIntegrationInput) (req *request.Request, output *DescribeServiceIntegrationOutput)

DescribeServiceIntegrationRequest generates a "aws/request.Request" representing the client's request for the DescribeServiceIntegration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeServiceIntegration for more information on using the DescribeServiceIntegration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeServiceIntegrationRequest method.
req, resp := client.DescribeServiceIntegrationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeServiceIntegration

func (*DevOpsGuru) DescribeServiceIntegrationWithContext

func (c *DevOpsGuru) DescribeServiceIntegrationWithContext(ctx aws.Context, input *DescribeServiceIntegrationInput, opts ...request.Option) (*DescribeServiceIntegrationOutput, error)

DescribeServiceIntegrationWithContext is the same as DescribeServiceIntegration with the addition of the ability to pass a context and additional request options.

See DescribeServiceIntegration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) GetCostEstimation

func (c *DevOpsGuru) GetCostEstimation(input *GetCostEstimationInput) (*GetCostEstimationOutput, error)

GetCostEstimation API operation for Amazon DevOps Guru.

Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs (https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html) and Amazon DevOps Guru pricing (http://aws.amazon.com/devops-guru/pricing/).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation GetCostEstimation for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/GetCostEstimation

func (*DevOpsGuru) GetCostEstimationPages

func (c *DevOpsGuru) GetCostEstimationPages(input *GetCostEstimationInput, fn func(*GetCostEstimationOutput, bool) bool) error

GetCostEstimationPages iterates over the pages of a GetCostEstimation operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetCostEstimation method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetCostEstimation operation.
pageNum := 0
err := client.GetCostEstimationPages(params,
    func(page *devopsguru.GetCostEstimationOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) GetCostEstimationPagesWithContext

func (c *DevOpsGuru) GetCostEstimationPagesWithContext(ctx aws.Context, input *GetCostEstimationInput, fn func(*GetCostEstimationOutput, bool) bool, opts ...request.Option) error

GetCostEstimationPagesWithContext same as GetCostEstimationPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) GetCostEstimationRequest

func (c *DevOpsGuru) GetCostEstimationRequest(input *GetCostEstimationInput) (req *request.Request, output *GetCostEstimationOutput)

GetCostEstimationRequest generates a "aws/request.Request" representing the client's request for the GetCostEstimation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCostEstimation for more information on using the GetCostEstimation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCostEstimationRequest method.
req, resp := client.GetCostEstimationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/GetCostEstimation

func (*DevOpsGuru) GetCostEstimationWithContext

func (c *DevOpsGuru) GetCostEstimationWithContext(ctx aws.Context, input *GetCostEstimationInput, opts ...request.Option) (*GetCostEstimationOutput, error)

GetCostEstimationWithContext is the same as GetCostEstimation with the addition of the ability to pass a context and additional request options.

See GetCostEstimation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) GetResourceCollection

func (c *DevOpsGuru) GetResourceCollection(input *GetResourceCollectionInput) (*GetResourceCollectionOutput, error)

GetResourceCollection API operation for Amazon DevOps Guru.

Returns lists Amazon Web Services resources that are of the specified resource collection type. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation GetResourceCollection for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/GetResourceCollection

func (*DevOpsGuru) GetResourceCollectionPages

func (c *DevOpsGuru) GetResourceCollectionPages(input *GetResourceCollectionInput, fn func(*GetResourceCollectionOutput, bool) bool) error

GetResourceCollectionPages iterates over the pages of a GetResourceCollection operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetResourceCollection method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetResourceCollection operation.
pageNum := 0
err := client.GetResourceCollectionPages(params,
    func(page *devopsguru.GetResourceCollectionOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) GetResourceCollectionPagesWithContext

func (c *DevOpsGuru) GetResourceCollectionPagesWithContext(ctx aws.Context, input *GetResourceCollectionInput, fn func(*GetResourceCollectionOutput, bool) bool, opts ...request.Option) error

GetResourceCollectionPagesWithContext same as GetResourceCollectionPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) GetResourceCollectionRequest

func (c *DevOpsGuru) GetResourceCollectionRequest(input *GetResourceCollectionInput) (req *request.Request, output *GetResourceCollectionOutput)

GetResourceCollectionRequest generates a "aws/request.Request" representing the client's request for the GetResourceCollection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResourceCollection for more information on using the GetResourceCollection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResourceCollectionRequest method.
req, resp := client.GetResourceCollectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/GetResourceCollection

func (*DevOpsGuru) GetResourceCollectionWithContext

func (c *DevOpsGuru) GetResourceCollectionWithContext(ctx aws.Context, input *GetResourceCollectionInput, opts ...request.Option) (*GetResourceCollectionOutput, error)

GetResourceCollectionWithContext is the same as GetResourceCollection with the addition of the ability to pass a context and additional request options.

See GetResourceCollection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListAnomaliesForInsight

func (c *DevOpsGuru) ListAnomaliesForInsight(input *ListAnomaliesForInsightInput) (*ListAnomaliesForInsightOutput, error)

ListAnomaliesForInsight API operation for Amazon DevOps Guru.

Returns a list of the anomalies that belong to an insight that you specify using its ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListAnomaliesForInsight for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomaliesForInsight

func (*DevOpsGuru) ListAnomaliesForInsightPages

func (c *DevOpsGuru) ListAnomaliesForInsightPages(input *ListAnomaliesForInsightInput, fn func(*ListAnomaliesForInsightOutput, bool) bool) error

ListAnomaliesForInsightPages iterates over the pages of a ListAnomaliesForInsight operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAnomaliesForInsight method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAnomaliesForInsight operation.
pageNum := 0
err := client.ListAnomaliesForInsightPages(params,
    func(page *devopsguru.ListAnomaliesForInsightOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListAnomaliesForInsightPagesWithContext

func (c *DevOpsGuru) ListAnomaliesForInsightPagesWithContext(ctx aws.Context, input *ListAnomaliesForInsightInput, fn func(*ListAnomaliesForInsightOutput, bool) bool, opts ...request.Option) error

ListAnomaliesForInsightPagesWithContext same as ListAnomaliesForInsightPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListAnomaliesForInsightRequest

func (c *DevOpsGuru) ListAnomaliesForInsightRequest(input *ListAnomaliesForInsightInput) (req *request.Request, output *ListAnomaliesForInsightOutput)

ListAnomaliesForInsightRequest generates a "aws/request.Request" representing the client's request for the ListAnomaliesForInsight operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAnomaliesForInsight for more information on using the ListAnomaliesForInsight API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAnomaliesForInsightRequest method.
req, resp := client.ListAnomaliesForInsightRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomaliesForInsight

func (*DevOpsGuru) ListAnomaliesForInsightWithContext

func (c *DevOpsGuru) ListAnomaliesForInsightWithContext(ctx aws.Context, input *ListAnomaliesForInsightInput, opts ...request.Option) (*ListAnomaliesForInsightOutput, error)

ListAnomaliesForInsightWithContext is the same as ListAnomaliesForInsight with the addition of the ability to pass a context and additional request options.

See ListAnomaliesForInsight for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListAnomalousLogGroups

func (c *DevOpsGuru) ListAnomalousLogGroups(input *ListAnomalousLogGroupsInput) (*ListAnomalousLogGroupsOutput, error)

ListAnomalousLogGroups API operation for Amazon DevOps Guru.

Returns the list of log groups that contain log anomalies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListAnomalousLogGroups for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomalousLogGroups

func (*DevOpsGuru) ListAnomalousLogGroupsPages

func (c *DevOpsGuru) ListAnomalousLogGroupsPages(input *ListAnomalousLogGroupsInput, fn func(*ListAnomalousLogGroupsOutput, bool) bool) error

ListAnomalousLogGroupsPages iterates over the pages of a ListAnomalousLogGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAnomalousLogGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAnomalousLogGroups operation.
pageNum := 0
err := client.ListAnomalousLogGroupsPages(params,
    func(page *devopsguru.ListAnomalousLogGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListAnomalousLogGroupsPagesWithContext

func (c *DevOpsGuru) ListAnomalousLogGroupsPagesWithContext(ctx aws.Context, input *ListAnomalousLogGroupsInput, fn func(*ListAnomalousLogGroupsOutput, bool) bool, opts ...request.Option) error

ListAnomalousLogGroupsPagesWithContext same as ListAnomalousLogGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListAnomalousLogGroupsRequest

func (c *DevOpsGuru) ListAnomalousLogGroupsRequest(input *ListAnomalousLogGroupsInput) (req *request.Request, output *ListAnomalousLogGroupsOutput)

ListAnomalousLogGroupsRequest generates a "aws/request.Request" representing the client's request for the ListAnomalousLogGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAnomalousLogGroups for more information on using the ListAnomalousLogGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAnomalousLogGroupsRequest method.
req, resp := client.ListAnomalousLogGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomalousLogGroups

func (*DevOpsGuru) ListAnomalousLogGroupsWithContext

func (c *DevOpsGuru) ListAnomalousLogGroupsWithContext(ctx aws.Context, input *ListAnomalousLogGroupsInput, opts ...request.Option) (*ListAnomalousLogGroupsOutput, error)

ListAnomalousLogGroupsWithContext is the same as ListAnomalousLogGroups with the addition of the ability to pass a context and additional request options.

See ListAnomalousLogGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListEvents

func (c *DevOpsGuru) ListEvents(input *ListEventsInput) (*ListEventsOutput, error)

ListEvents API operation for Amazon DevOps Guru.

Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListEvents for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListEvents

func (*DevOpsGuru) ListEventsPages

func (c *DevOpsGuru) ListEventsPages(input *ListEventsInput, fn func(*ListEventsOutput, bool) bool) error

ListEventsPages iterates over the pages of a ListEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEvents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEvents operation.
pageNum := 0
err := client.ListEventsPages(params,
    func(page *devopsguru.ListEventsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListEventsPagesWithContext

func (c *DevOpsGuru) ListEventsPagesWithContext(ctx aws.Context, input *ListEventsInput, fn func(*ListEventsOutput, bool) bool, opts ...request.Option) error

ListEventsPagesWithContext same as ListEventsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListEventsRequest

func (c *DevOpsGuru) ListEventsRequest(input *ListEventsInput) (req *request.Request, output *ListEventsOutput)

ListEventsRequest generates a "aws/request.Request" representing the client's request for the ListEvents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEvents for more information on using the ListEvents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEventsRequest method.
req, resp := client.ListEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListEvents

func (*DevOpsGuru) ListEventsWithContext

func (c *DevOpsGuru) ListEventsWithContext(ctx aws.Context, input *ListEventsInput, opts ...request.Option) (*ListEventsOutput, error)

ListEventsWithContext is the same as ListEvents with the addition of the ability to pass a context and additional request options.

See ListEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListInsights

func (c *DevOpsGuru) ListInsights(input *ListInsightsInput) (*ListInsightsOutput, error)

ListInsights API operation for Amazon DevOps Guru.

Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListInsights for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListInsights

func (*DevOpsGuru) ListInsightsPages

func (c *DevOpsGuru) ListInsightsPages(input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool) error

ListInsightsPages iterates over the pages of a ListInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListInsights method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListInsights operation.
pageNum := 0
err := client.ListInsightsPages(params,
    func(page *devopsguru.ListInsightsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListInsightsPagesWithContext

func (c *DevOpsGuru) ListInsightsPagesWithContext(ctx aws.Context, input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool, opts ...request.Option) error

ListInsightsPagesWithContext same as ListInsightsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListInsightsRequest

func (c *DevOpsGuru) ListInsightsRequest(input *ListInsightsInput) (req *request.Request, output *ListInsightsOutput)

ListInsightsRequest generates a "aws/request.Request" representing the client's request for the ListInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInsights for more information on using the ListInsights API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInsightsRequest method.
req, resp := client.ListInsightsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListInsights

func (*DevOpsGuru) ListInsightsWithContext

func (c *DevOpsGuru) ListInsightsWithContext(ctx aws.Context, input *ListInsightsInput, opts ...request.Option) (*ListInsightsOutput, error)

ListInsightsWithContext is the same as ListInsights with the addition of the ability to pass a context and additional request options.

See ListInsights for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListMonitoredResources

func (c *DevOpsGuru) ListMonitoredResources(input *ListMonitoredResourcesInput) (*ListMonitoredResourcesOutput, error)

ListMonitoredResources API operation for Amazon DevOps Guru.

Returns the list of all log groups that are being monitored and tagged by DevOps Guru.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListMonitoredResources for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A requested resource could not be found

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListMonitoredResources

func (*DevOpsGuru) ListMonitoredResourcesPages

func (c *DevOpsGuru) ListMonitoredResourcesPages(input *ListMonitoredResourcesInput, fn func(*ListMonitoredResourcesOutput, bool) bool) error

ListMonitoredResourcesPages iterates over the pages of a ListMonitoredResources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMonitoredResources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListMonitoredResources operation.
pageNum := 0
err := client.ListMonitoredResourcesPages(params,
    func(page *devopsguru.ListMonitoredResourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListMonitoredResourcesPagesWithContext

func (c *DevOpsGuru) ListMonitoredResourcesPagesWithContext(ctx aws.Context, input *ListMonitoredResourcesInput, fn func(*ListMonitoredResourcesOutput, bool) bool, opts ...request.Option) error

ListMonitoredResourcesPagesWithContext same as ListMonitoredResourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListMonitoredResourcesRequest

func (c *DevOpsGuru) ListMonitoredResourcesRequest(input *ListMonitoredResourcesInput) (req *request.Request, output *ListMonitoredResourcesOutput)

ListMonitoredResourcesRequest generates a "aws/request.Request" representing the client's request for the ListMonitoredResources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListMonitoredResources for more information on using the ListMonitoredResources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListMonitoredResourcesRequest method.
req, resp := client.ListMonitoredResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListMonitoredResources

func (*DevOpsGuru) ListMonitoredResourcesWithContext

func (c *DevOpsGuru) ListMonitoredResourcesWithContext(ctx aws.Context, input *ListMonitoredResourcesInput, opts ...request.Option) (*ListMonitoredResourcesOutput, error)

ListMonitoredResourcesWithContext is the same as ListMonitoredResources with the addition of the ability to pass a context and additional request options.

See ListMonitoredResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListNotificationChannels

func (c *DevOpsGuru) ListNotificationChannels(input *ListNotificationChannelsInput) (*ListNotificationChannelsOutput, error)

ListNotificationChannels API operation for Amazon DevOps Guru.

Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListNotificationChannels for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListNotificationChannels

func (*DevOpsGuru) ListNotificationChannelsPages

func (c *DevOpsGuru) ListNotificationChannelsPages(input *ListNotificationChannelsInput, fn func(*ListNotificationChannelsOutput, bool) bool) error

ListNotificationChannelsPages iterates over the pages of a ListNotificationChannels operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListNotificationChannels method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListNotificationChannels operation.
pageNum := 0
err := client.ListNotificationChannelsPages(params,
    func(page *devopsguru.ListNotificationChannelsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListNotificationChannelsPagesWithContext

func (c *DevOpsGuru) ListNotificationChannelsPagesWithContext(ctx aws.Context, input *ListNotificationChannelsInput, fn func(*ListNotificationChannelsOutput, bool) bool, opts ...request.Option) error

ListNotificationChannelsPagesWithContext same as ListNotificationChannelsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListNotificationChannelsRequest

func (c *DevOpsGuru) ListNotificationChannelsRequest(input *ListNotificationChannelsInput) (req *request.Request, output *ListNotificationChannelsOutput)

ListNotificationChannelsRequest generates a "aws/request.Request" representing the client's request for the ListNotificationChannels operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListNotificationChannels for more information on using the ListNotificationChannels API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListNotificationChannelsRequest method.
req, resp := client.ListNotificationChannelsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListNotificationChannels

func (*DevOpsGuru) ListNotificationChannelsWithContext

func (c *DevOpsGuru) ListNotificationChannelsWithContext(ctx aws.Context, input *ListNotificationChannelsInput, opts ...request.Option) (*ListNotificationChannelsOutput, error)

ListNotificationChannelsWithContext is the same as ListNotificationChannels with the addition of the ability to pass a context and additional request options.

See ListNotificationChannels for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListOrganizationInsights

func (c *DevOpsGuru) ListOrganizationInsights(input *ListOrganizationInsightsInput) (*ListOrganizationInsightsOutput, error)

ListOrganizationInsights API operation for Amazon DevOps Guru.

Returns a list of insights associated with the account or OU Id.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListOrganizationInsights for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListOrganizationInsights

func (*DevOpsGuru) ListOrganizationInsightsPages

func (c *DevOpsGuru) ListOrganizationInsightsPages(input *ListOrganizationInsightsInput, fn func(*ListOrganizationInsightsOutput, bool) bool) error

ListOrganizationInsightsPages iterates over the pages of a ListOrganizationInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOrganizationInsights method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOrganizationInsights operation.
pageNum := 0
err := client.ListOrganizationInsightsPages(params,
    func(page *devopsguru.ListOrganizationInsightsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListOrganizationInsightsPagesWithContext

func (c *DevOpsGuru) ListOrganizationInsightsPagesWithContext(ctx aws.Context, input *ListOrganizationInsightsInput, fn func(*ListOrganizationInsightsOutput, bool) bool, opts ...request.Option) error

ListOrganizationInsightsPagesWithContext same as ListOrganizationInsightsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListOrganizationInsightsRequest

func (c *DevOpsGuru) ListOrganizationInsightsRequest(input *ListOrganizationInsightsInput) (req *request.Request, output *ListOrganizationInsightsOutput)

ListOrganizationInsightsRequest generates a "aws/request.Request" representing the client's request for the ListOrganizationInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOrganizationInsights for more information on using the ListOrganizationInsights API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOrganizationInsightsRequest method.
req, resp := client.ListOrganizationInsightsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListOrganizationInsights

func (*DevOpsGuru) ListOrganizationInsightsWithContext

func (c *DevOpsGuru) ListOrganizationInsightsWithContext(ctx aws.Context, input *ListOrganizationInsightsInput, opts ...request.Option) (*ListOrganizationInsightsOutput, error)

ListOrganizationInsightsWithContext is the same as ListOrganizationInsights with the addition of the ability to pass a context and additional request options.

See ListOrganizationInsights for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListRecommendations

func (c *DevOpsGuru) ListRecommendations(input *ListRecommendationsInput) (*ListRecommendationsOutput, error)

ListRecommendations API operation for Amazon DevOps Guru.

Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation ListRecommendations for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListRecommendations

func (*DevOpsGuru) ListRecommendationsPages

func (c *DevOpsGuru) ListRecommendationsPages(input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool) error

ListRecommendationsPages iterates over the pages of a ListRecommendations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRecommendations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRecommendations operation.
pageNum := 0
err := client.ListRecommendationsPages(params,
    func(page *devopsguru.ListRecommendationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) ListRecommendationsPagesWithContext

func (c *DevOpsGuru) ListRecommendationsPagesWithContext(ctx aws.Context, input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool, opts ...request.Option) error

ListRecommendationsPagesWithContext same as ListRecommendationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) ListRecommendationsRequest

func (c *DevOpsGuru) ListRecommendationsRequest(input *ListRecommendationsInput) (req *request.Request, output *ListRecommendationsOutput)

ListRecommendationsRequest generates a "aws/request.Request" representing the client's request for the ListRecommendations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRecommendations for more information on using the ListRecommendations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRecommendationsRequest method.
req, resp := client.ListRecommendationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListRecommendations

func (*DevOpsGuru) ListRecommendationsWithContext

func (c *DevOpsGuru) ListRecommendationsWithContext(ctx aws.Context, input *ListRecommendationsInput, opts ...request.Option) (*ListRecommendationsOutput, error)

ListRecommendationsWithContext is the same as ListRecommendations with the addition of the ability to pass a context and additional request options.

See ListRecommendations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) PutFeedback

func (c *DevOpsGuru) PutFeedback(input *PutFeedbackInput) (*PutFeedbackOutput, error)

PutFeedback API operation for Amazon DevOps Guru.

Collects customer feedback about the specified insight.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation PutFeedback for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConflictException An exception that is thrown when a conflict occurs.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/PutFeedback

func (*DevOpsGuru) PutFeedbackRequest

func (c *DevOpsGuru) PutFeedbackRequest(input *PutFeedbackInput) (req *request.Request, output *PutFeedbackOutput)

PutFeedbackRequest generates a "aws/request.Request" representing the client's request for the PutFeedback operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutFeedback for more information on using the PutFeedback API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutFeedbackRequest method.
req, resp := client.PutFeedbackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/PutFeedback

func (*DevOpsGuru) PutFeedbackWithContext

func (c *DevOpsGuru) PutFeedbackWithContext(ctx aws.Context, input *PutFeedbackInput, opts ...request.Option) (*PutFeedbackOutput, error)

PutFeedbackWithContext is the same as PutFeedback with the addition of the ability to pass a context and additional request options.

See PutFeedback for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) RemoveNotificationChannel

func (c *DevOpsGuru) RemoveNotificationChannel(input *RemoveNotificationChannelInput) (*RemoveNotificationChannelOutput, error)

RemoveNotificationChannel API operation for Amazon DevOps Guru.

Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation RemoveNotificationChannel for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConflictException An exception that is thrown when a conflict occurs.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/RemoveNotificationChannel

func (*DevOpsGuru) RemoveNotificationChannelRequest

func (c *DevOpsGuru) RemoveNotificationChannelRequest(input *RemoveNotificationChannelInput) (req *request.Request, output *RemoveNotificationChannelOutput)

RemoveNotificationChannelRequest generates a "aws/request.Request" representing the client's request for the RemoveNotificationChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveNotificationChannel for more information on using the RemoveNotificationChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveNotificationChannelRequest method.
req, resp := client.RemoveNotificationChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/RemoveNotificationChannel

func (*DevOpsGuru) RemoveNotificationChannelWithContext

func (c *DevOpsGuru) RemoveNotificationChannelWithContext(ctx aws.Context, input *RemoveNotificationChannelInput, opts ...request.Option) (*RemoveNotificationChannelOutput, error)

RemoveNotificationChannelWithContext is the same as RemoveNotificationChannel with the addition of the ability to pass a context and additional request options.

See RemoveNotificationChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) SearchInsights

func (c *DevOpsGuru) SearchInsights(input *SearchInsightsInput) (*SearchInsightsOutput, error)

SearchInsights API operation for Amazon DevOps Guru.

Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING or CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE).

Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation SearchInsights for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchInsights

func (*DevOpsGuru) SearchInsightsPages

func (c *DevOpsGuru) SearchInsightsPages(input *SearchInsightsInput, fn func(*SearchInsightsOutput, bool) bool) error

SearchInsightsPages iterates over the pages of a SearchInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchInsights method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchInsights operation.
pageNum := 0
err := client.SearchInsightsPages(params,
    func(page *devopsguru.SearchInsightsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) SearchInsightsPagesWithContext

func (c *DevOpsGuru) SearchInsightsPagesWithContext(ctx aws.Context, input *SearchInsightsInput, fn func(*SearchInsightsOutput, bool) bool, opts ...request.Option) error

SearchInsightsPagesWithContext same as SearchInsightsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) SearchInsightsRequest

func (c *DevOpsGuru) SearchInsightsRequest(input *SearchInsightsInput) (req *request.Request, output *SearchInsightsOutput)

SearchInsightsRequest generates a "aws/request.Request" representing the client's request for the SearchInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchInsights for more information on using the SearchInsights API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchInsightsRequest method.
req, resp := client.SearchInsightsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchInsights

func (*DevOpsGuru) SearchInsightsWithContext

func (c *DevOpsGuru) SearchInsightsWithContext(ctx aws.Context, input *SearchInsightsInput, opts ...request.Option) (*SearchInsightsOutput, error)

SearchInsightsWithContext is the same as SearchInsights with the addition of the ability to pass a context and additional request options.

See SearchInsights for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) SearchOrganizationInsights

func (c *DevOpsGuru) SearchOrganizationInsights(input *SearchOrganizationInsightsInput) (*SearchOrganizationInsightsOutput, error)

SearchOrganizationInsights API operation for Amazon DevOps Guru.

Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE).

Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation SearchOrganizationInsights for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchOrganizationInsights

func (*DevOpsGuru) SearchOrganizationInsightsPages

func (c *DevOpsGuru) SearchOrganizationInsightsPages(input *SearchOrganizationInsightsInput, fn func(*SearchOrganizationInsightsOutput, bool) bool) error

SearchOrganizationInsightsPages iterates over the pages of a SearchOrganizationInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchOrganizationInsights method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchOrganizationInsights operation.
pageNum := 0
err := client.SearchOrganizationInsightsPages(params,
    func(page *devopsguru.SearchOrganizationInsightsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DevOpsGuru) SearchOrganizationInsightsPagesWithContext

func (c *DevOpsGuru) SearchOrganizationInsightsPagesWithContext(ctx aws.Context, input *SearchOrganizationInsightsInput, fn func(*SearchOrganizationInsightsOutput, bool) bool, opts ...request.Option) error

SearchOrganizationInsightsPagesWithContext same as SearchOrganizationInsightsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) SearchOrganizationInsightsRequest

func (c *DevOpsGuru) SearchOrganizationInsightsRequest(input *SearchOrganizationInsightsInput) (req *request.Request, output *SearchOrganizationInsightsOutput)

SearchOrganizationInsightsRequest generates a "aws/request.Request" representing the client's request for the SearchOrganizationInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchOrganizationInsights for more information on using the SearchOrganizationInsights API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchOrganizationInsightsRequest method.
req, resp := client.SearchOrganizationInsightsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchOrganizationInsights

func (*DevOpsGuru) SearchOrganizationInsightsWithContext

func (c *DevOpsGuru) SearchOrganizationInsightsWithContext(ctx aws.Context, input *SearchOrganizationInsightsInput, opts ...request.Option) (*SearchOrganizationInsightsOutput, error)

SearchOrganizationInsightsWithContext is the same as SearchOrganizationInsights with the addition of the ability to pass a context and additional request options.

See SearchOrganizationInsights for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) StartCostEstimation

func (c *DevOpsGuru) StartCostEstimation(input *StartCostEstimationInput) (*StartCostEstimationOutput, error)

StartCostEstimation API operation for Amazon DevOps Guru.

Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation StartCostEstimation for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConflictException An exception that is thrown when a conflict occurs.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ResourceNotFoundException A requested resource could not be found

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/StartCostEstimation

func (*DevOpsGuru) StartCostEstimationRequest

func (c *DevOpsGuru) StartCostEstimationRequest(input *StartCostEstimationInput) (req *request.Request, output *StartCostEstimationOutput)

StartCostEstimationRequest generates a "aws/request.Request" representing the client's request for the StartCostEstimation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartCostEstimation for more information on using the StartCostEstimation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartCostEstimationRequest method.
req, resp := client.StartCostEstimationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/StartCostEstimation

func (*DevOpsGuru) StartCostEstimationWithContext

func (c *DevOpsGuru) StartCostEstimationWithContext(ctx aws.Context, input *StartCostEstimationInput, opts ...request.Option) (*StartCostEstimationOutput, error)

StartCostEstimationWithContext is the same as StartCostEstimation with the addition of the ability to pass a context and additional request options.

See StartCostEstimation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) UpdateEventSourcesConfig

func (c *DevOpsGuru) UpdateEventSourcesConfig(input *UpdateEventSourcesConfigInput) (*UpdateEventSourcesConfigOutput, error)

UpdateEventSourcesConfig API operation for Amazon DevOps Guru.

Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation UpdateEventSourcesConfig for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateEventSourcesConfig

func (*DevOpsGuru) UpdateEventSourcesConfigRequest

func (c *DevOpsGuru) UpdateEventSourcesConfigRequest(input *UpdateEventSourcesConfigInput) (req *request.Request, output *UpdateEventSourcesConfigOutput)

UpdateEventSourcesConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateEventSourcesConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateEventSourcesConfig for more information on using the UpdateEventSourcesConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateEventSourcesConfigRequest method.
req, resp := client.UpdateEventSourcesConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateEventSourcesConfig

func (*DevOpsGuru) UpdateEventSourcesConfigWithContext

func (c *DevOpsGuru) UpdateEventSourcesConfigWithContext(ctx aws.Context, input *UpdateEventSourcesConfigInput, opts ...request.Option) (*UpdateEventSourcesConfigOutput, error)

UpdateEventSourcesConfigWithContext is the same as UpdateEventSourcesConfig with the addition of the ability to pass a context and additional request options.

See UpdateEventSourcesConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) UpdateResourceCollection

func (c *DevOpsGuru) UpdateResourceCollection(input *UpdateResourceCollectionInput) (*UpdateResourceCollectionOutput, error)

UpdateResourceCollection API operation for Amazon DevOps Guru.

Updates the collection of resources that DevOps Guru analyzes. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation UpdateResourceCollection for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConflictException An exception that is thrown when a conflict occurs.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateResourceCollection

func (*DevOpsGuru) UpdateResourceCollectionRequest

func (c *DevOpsGuru) UpdateResourceCollectionRequest(input *UpdateResourceCollectionInput) (req *request.Request, output *UpdateResourceCollectionOutput)

UpdateResourceCollectionRequest generates a "aws/request.Request" representing the client's request for the UpdateResourceCollection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateResourceCollection for more information on using the UpdateResourceCollection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateResourceCollectionRequest method.
req, resp := client.UpdateResourceCollectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateResourceCollection

func (*DevOpsGuru) UpdateResourceCollectionWithContext

func (c *DevOpsGuru) UpdateResourceCollectionWithContext(ctx aws.Context, input *UpdateResourceCollectionInput, opts ...request.Option) (*UpdateResourceCollectionOutput, error)

UpdateResourceCollectionWithContext is the same as UpdateResourceCollection with the addition of the ability to pass a context and additional request options.

See UpdateResourceCollection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*DevOpsGuru) UpdateServiceIntegration

func (c *DevOpsGuru) UpdateServiceIntegration(input *UpdateServiceIntegrationInput) (*UpdateServiceIntegrationOutput, error)

UpdateServiceIntegration API operation for Amazon DevOps Guru.

Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon DevOps Guru's API operation UpdateServiceIntegration for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConflictException An exception that is thrown when a conflict occurs.

  • InternalServerException An internal failure in an Amazon service occurred.

  • ThrottlingException The request was denied due to a request throttling.

  • ValidationException Contains information about data passed in to a field during a request that is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateServiceIntegration

func (*DevOpsGuru) UpdateServiceIntegrationRequest

func (c *DevOpsGuru) UpdateServiceIntegrationRequest(input *UpdateServiceIntegrationInput) (req *request.Request, output *UpdateServiceIntegrationOutput)

UpdateServiceIntegrationRequest generates a "aws/request.Request" representing the client's request for the UpdateServiceIntegration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateServiceIntegration for more information on using the UpdateServiceIntegration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateServiceIntegrationRequest method.
req, resp := client.UpdateServiceIntegrationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateServiceIntegration

func (*DevOpsGuru) UpdateServiceIntegrationWithContext

func (c *DevOpsGuru) UpdateServiceIntegrationWithContext(ctx aws.Context, input *UpdateServiceIntegrationInput, opts ...request.Option) (*UpdateServiceIntegrationOutput, error)

UpdateServiceIntegrationWithContext is the same as UpdateServiceIntegration with the addition of the ability to pass a context and additional request options.

See UpdateServiceIntegration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type EndTimeRange

type EndTimeRange struct {

    // The earliest end time in the time range.
    FromTime *time.Time `type:"timestamp"`

    // The latest end time in the time range.
    ToTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

A range of time that specifies when anomalous behavior in an anomaly or insight ended.

func (EndTimeRange) GoString

func (s EndTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndTimeRange) SetFromTime

func (s *EndTimeRange) SetFromTime(v time.Time) *EndTimeRange

SetFromTime sets the FromTime field's value.

func (*EndTimeRange) SetToTime

func (s *EndTimeRange) SetToTime(v time.Time) *EndTimeRange

SetToTime sets the ToTime field's value.

func (EndTimeRange) String

func (s EndTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Event

type Event struct {

    // The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis
    // found the event.
    DataSource *string `type:"string" enum:"EventDataSource"`

    // The class of the event. The class specifies what the event is related to,
    // such as an infrastructure change, a deployment, or a schema change.
    EventClass *string `type:"string" enum:"EventClass"`

    // The Amazon Web Services source that emitted the event.
    EventSource *string `min:"10" type:"string"`

    // The ID of the event.
    Id *string `type:"string"`

    // The name of the event.
    Name *string `type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // An EventResource object that contains information about the resource that
    // emitted the event.
    Resources []*EventResource `type:"list"`

    // A Timestamp that specifies the time the event occurred.
    Time *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

func (Event) GoString

func (s Event) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Event) SetDataSource

func (s *Event) SetDataSource(v string) *Event

SetDataSource sets the DataSource field's value.

func (*Event) SetEventClass

func (s *Event) SetEventClass(v string) *Event

SetEventClass sets the EventClass field's value.

func (*Event) SetEventSource

func (s *Event) SetEventSource(v string) *Event

SetEventSource sets the EventSource field's value.

func (*Event) SetId

func (s *Event) SetId(v string) *Event

SetId sets the Id field's value.

func (*Event) SetName

func (s *Event) SetName(v string) *Event

SetName sets the Name field's value.

func (*Event) SetResourceCollection

func (s *Event) SetResourceCollection(v *ResourceCollection) *Event

SetResourceCollection sets the ResourceCollection field's value.

func (*Event) SetResources

func (s *Event) SetResources(v []*EventResource) *Event

SetResources sets the Resources field's value.

func (*Event) SetTime

func (s *Event) SetTime(v time.Time) *Event

SetTime sets the Time field's value.

func (Event) String

func (s Event) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventResource

type EventResource struct {

    // The Amazon Resource Name (ARN) of the resource that emitted an event.
    Arn *string `min:"36" type:"string"`

    // The name of the resource that emitted an event.
    Name *string `type:"string"`

    // The type of resource that emitted an event.
    Type *string `type:"string"`
    // contains filtered or unexported fields
}

The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

func (EventResource) GoString

func (s EventResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventResource) SetArn

func (s *EventResource) SetArn(v string) *EventResource

SetArn sets the Arn field's value.

func (*EventResource) SetName

func (s *EventResource) SetName(v string) *EventResource

SetName sets the Name field's value.

func (*EventResource) SetType

func (s *EventResource) SetType(v string) *EventResource

SetType sets the Type field's value.

func (EventResource) String

func (s EventResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventSourcesConfig

type EventSourcesConfig struct {

    // Information about whether DevOps Guru is configured to consume recommendations
    // which are generated from AWS CodeGuru Profiler.
    AmazonCodeGuruProfiler *AmazonCodeGuruProfilerIntegration `type:"structure"`
    // contains filtered or unexported fields
}

Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.

func (EventSourcesConfig) GoString

func (s EventSourcesConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventSourcesConfig) SetAmazonCodeGuruProfiler

func (s *EventSourcesConfig) SetAmazonCodeGuruProfiler(v *AmazonCodeGuruProfilerIntegration) *EventSourcesConfig

SetAmazonCodeGuruProfiler sets the AmazonCodeGuruProfiler field's value.

func (EventSourcesConfig) String

func (s EventSourcesConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventTimeRange

type EventTimeRange struct {

    // The time when the event started.
    //
    // FromTime is a required field
    FromTime *time.Time `type:"timestamp" required:"true"`

    // The time when the event ended.
    //
    // ToTime is a required field
    ToTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

func (EventTimeRange) GoString

func (s EventTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventTimeRange) SetFromTime

func (s *EventTimeRange) SetFromTime(v time.Time) *EventTimeRange

SetFromTime sets the FromTime field's value.

func (*EventTimeRange) SetToTime

func (s *EventTimeRange) SetToTime(v time.Time) *EventTimeRange

SetToTime sets the ToTime field's value.

func (EventTimeRange) String

func (s EventTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventTimeRange) Validate

func (s *EventTimeRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCostEstimationInput

type GetCostEstimationInput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `location:"querystring" locationName:"NextToken" min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (GetCostEstimationInput) GoString

func (s GetCostEstimationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCostEstimationInput) SetNextToken

func (s *GetCostEstimationInput) SetNextToken(v string) *GetCostEstimationInput

SetNextToken sets the NextToken field's value.

func (GetCostEstimationInput) String

func (s GetCostEstimationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCostEstimationInput) Validate

func (s *GetCostEstimationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCostEstimationOutput

type GetCostEstimationOutput struct {

    // An array of ResourceCost objects that each contains details about the monthly
    // cost estimate to analyze one of your Amazon Web Services resources.
    Costs []*ServiceResourceCost `type:"list"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // The collection of the Amazon Web Services resources used to create your monthly
    // DevOps Guru cost estimate.
    ResourceCollection *CostEstimationResourceCollectionFilter `type:"structure"`

    // The status of creating this cost estimate. If it's still in progress, the
    // status ONGOING is returned. If it is finished, the status COMPLETED is returned.
    Status *string `type:"string" enum:"CostEstimationStatus"`

    // The start and end time of the cost estimation.
    TimeRange *CostEstimationTimeRange `type:"structure"`

    // The estimated monthly cost to analyze the Amazon Web Services resources.
    // This value is the sum of the estimated costs to analyze each resource in
    // the Costs object in this response.
    TotalCost *float64 `type:"double"`
    // contains filtered or unexported fields
}

func (GetCostEstimationOutput) GoString

func (s GetCostEstimationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCostEstimationOutput) SetCosts

func (s *GetCostEstimationOutput) SetCosts(v []*ServiceResourceCost) *GetCostEstimationOutput

SetCosts sets the Costs field's value.

func (*GetCostEstimationOutput) SetNextToken

func (s *GetCostEstimationOutput) SetNextToken(v string) *GetCostEstimationOutput

SetNextToken sets the NextToken field's value.

func (*GetCostEstimationOutput) SetResourceCollection

func (s *GetCostEstimationOutput) SetResourceCollection(v *CostEstimationResourceCollectionFilter) *GetCostEstimationOutput

SetResourceCollection sets the ResourceCollection field's value.

func (*GetCostEstimationOutput) SetStatus

func (s *GetCostEstimationOutput) SetStatus(v string) *GetCostEstimationOutput

SetStatus sets the Status field's value.

func (*GetCostEstimationOutput) SetTimeRange

func (s *GetCostEstimationOutput) SetTimeRange(v *CostEstimationTimeRange) *GetCostEstimationOutput

SetTimeRange sets the TimeRange field's value.

func (*GetCostEstimationOutput) SetTotalCost

func (s *GetCostEstimationOutput) SetTotalCost(v float64) *GetCostEstimationOutput

SetTotalCost sets the TotalCost field's value.

func (GetCostEstimationOutput) String

func (s GetCostEstimationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetResourceCollectionInput

type GetResourceCollectionInput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `location:"querystring" locationName:"NextToken" min:"36" type:"string"`

    // The type of Amazon Web Services resource collections to return. The one valid
    // value is CLOUD_FORMATION for Amazon Web Services CloudFormation stacks.
    //
    // ResourceCollectionType is a required field
    ResourceCollectionType *string `location:"uri" locationName:"ResourceCollectionType" type:"string" required:"true" enum:"ResourceCollectionType"`
    // contains filtered or unexported fields
}

func (GetResourceCollectionInput) GoString

func (s GetResourceCollectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourceCollectionInput) SetNextToken

func (s *GetResourceCollectionInput) SetNextToken(v string) *GetResourceCollectionInput

SetNextToken sets the NextToken field's value.

func (*GetResourceCollectionInput) SetResourceCollectionType

func (s *GetResourceCollectionInput) SetResourceCollectionType(v string) *GetResourceCollectionInput

SetResourceCollectionType sets the ResourceCollectionType field's value.

func (GetResourceCollectionInput) String

func (s GetResourceCollectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourceCollectionInput) Validate

func (s *GetResourceCollectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceCollectionOutput

type GetResourceCollectionOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // The requested list of Amazon Web Services resource collections. The two types
    // of Amazon Web Services resource collections supported are Amazon Web Services
    // CloudFormation stacks and Amazon Web Services resources that contain the
    // same Amazon Web Services tag. DevOps Guru can be configured to analyze the
    // Amazon Web Services resources that are defined in the stacks or that are
    // tagged using the same tag key. You can specify up to 500 Amazon Web Services
    // CloudFormation stacks.
    ResourceCollection *ResourceCollectionFilter `type:"structure"`
    // contains filtered or unexported fields
}

func (GetResourceCollectionOutput) GoString

func (s GetResourceCollectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourceCollectionOutput) SetNextToken

func (s *GetResourceCollectionOutput) SetNextToken(v string) *GetResourceCollectionOutput

SetNextToken sets the NextToken field's value.

func (*GetResourceCollectionOutput) SetResourceCollection

func (s *GetResourceCollectionOutput) SetResourceCollection(v *ResourceCollectionFilter) *GetResourceCollectionOutput

SetResourceCollection sets the ResourceCollection field's value.

func (GetResourceCollectionOutput) String

func (s GetResourceCollectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InsightFeedback

type InsightFeedback struct {

    // The feedback provided by the customer.
    Feedback *string `type:"string" enum:"InsightFeedbackOption"`

    // The insight feedback ID.
    Id *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about insight feedback received from a customer.

func (InsightFeedback) GoString

func (s InsightFeedback) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightFeedback) SetFeedback

func (s *InsightFeedback) SetFeedback(v string) *InsightFeedback

SetFeedback sets the Feedback field's value.

func (*InsightFeedback) SetId

func (s *InsightFeedback) SetId(v string) *InsightFeedback

SetId sets the Id field's value.

func (InsightFeedback) String

func (s InsightFeedback) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightFeedback) Validate

func (s *InsightFeedback) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InsightHealth

type InsightHealth struct {

    // The Meant Time to Recover (MTTR) for the insight.
    MeanTimeToRecoverInMilliseconds *int64 `type:"long"`

    // The number of open proactive insights.
    OpenProactiveInsights *int64 `type:"integer"`

    // The number of open reactive insights.
    OpenReactiveInsights *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.

func (InsightHealth) GoString

func (s InsightHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightHealth) SetMeanTimeToRecoverInMilliseconds

func (s *InsightHealth) SetMeanTimeToRecoverInMilliseconds(v int64) *InsightHealth

SetMeanTimeToRecoverInMilliseconds sets the MeanTimeToRecoverInMilliseconds field's value.

func (*InsightHealth) SetOpenProactiveInsights

func (s *InsightHealth) SetOpenProactiveInsights(v int64) *InsightHealth

SetOpenProactiveInsights sets the OpenProactiveInsights field's value.

func (*InsightHealth) SetOpenReactiveInsights

func (s *InsightHealth) SetOpenReactiveInsights(v int64) *InsightHealth

SetOpenReactiveInsights sets the OpenReactiveInsights field's value.

func (InsightHealth) String

func (s InsightHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InsightTimeRange

type InsightTimeRange struct {

    // The time when the behavior described in an insight ended.
    EndTime *time.Time `type:"timestamp"`

    // The time when the behavior described in an insight started.
    //
    // StartTime is a required field
    StartTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

A time ranged that specifies when the observed behavior in an insight started and ended.

func (InsightTimeRange) GoString

func (s InsightTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightTimeRange) SetEndTime

func (s *InsightTimeRange) SetEndTime(v time.Time) *InsightTimeRange

SetEndTime sets the EndTime field's value.

func (*InsightTimeRange) SetStartTime

func (s *InsightTimeRange) SetStartTime(v time.Time) *InsightTimeRange

SetStartTime sets the StartTime field's value.

func (InsightTimeRange) String

func (s InsightTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServerException

type InternalServerException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    // The number of seconds after which the action that caused the internal server
    // exception can be retried.
    RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"`
    // contains filtered or unexported fields
}

An internal failure in an Amazon service occurred.

func (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

func (s InternalServerException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KMSServerSideEncryptionIntegration

type KMSServerSideEncryptionIntegration struct {

    // Describes the specified KMS key.
    //
    // To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN.
    // When using an alias name, prefix it with "alias/". If you specify a predefined
    // Amazon Web Services alias (an Amazon Web Services alias with no key ID),
    // Amazon Web Services KMS associates the alias with an Amazon Web Services
    // managed key and returns its KeyId and Arn in the response. To specify a KMS
    // key in a different Amazon Web Services account, you must use the key ARN
    // or alias ARN.
    //
    // For example:
    //
    // Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
    //
    // Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
    //
    // Alias name: alias/ExampleAlias
    //
    // Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
    KMSKeyId *string `min:"1" type:"string"`

    // Specifies if DevOps Guru is enabled for customer managed keys.
    OptInStatus *string `type:"string" enum:"OptInStatus"`

    // The type of KMS key used. Customer managed keys are the KMS keys that you
    // create. Amazon Web Services owned keys are keys that are owned and managed
    // by DevOps Guru.
    Type *string `type:"string" enum:"ServerSideEncryptionType"`
    // contains filtered or unexported fields
}

Information about the KMS encryption used with DevOps Guru.

func (KMSServerSideEncryptionIntegration) GoString

func (s KMSServerSideEncryptionIntegration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KMSServerSideEncryptionIntegration) SetKMSKeyId

func (s *KMSServerSideEncryptionIntegration) SetKMSKeyId(v string) *KMSServerSideEncryptionIntegration

SetKMSKeyId sets the KMSKeyId field's value.

func (*KMSServerSideEncryptionIntegration) SetOptInStatus

func (s *KMSServerSideEncryptionIntegration) SetOptInStatus(v string) *KMSServerSideEncryptionIntegration

SetOptInStatus sets the OptInStatus field's value.

func (*KMSServerSideEncryptionIntegration) SetType

func (s *KMSServerSideEncryptionIntegration) SetType(v string) *KMSServerSideEncryptionIntegration

SetType sets the Type field's value.

func (KMSServerSideEncryptionIntegration) String

func (s KMSServerSideEncryptionIntegration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KMSServerSideEncryptionIntegrationConfig

type KMSServerSideEncryptionIntegrationConfig struct {

    // Describes the specified KMS key.
    //
    // To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN.
    // When using an alias name, prefix it with "alias/". If you specify a predefined
    // Amazon Web Services alias (an Amazon Web Services alias with no key ID),
    // Amazon Web Services KMS associates the alias with an Amazon Web Services
    // managed key and returns its KeyId and Arn in the response. To specify a KMS
    // key in a different Amazon Web Services account, you must use the key ARN
    // or alias ARN.
    //
    // For example:
    //
    // Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
    //
    // Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
    //
    // Alias name: alias/ExampleAlias
    //
    // Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
    KMSKeyId *string `min:"1" type:"string"`

    // Specifies if DevOps Guru is enabled for KMS integration.
    OptInStatus *string `type:"string" enum:"OptInStatus"`

    // The type of KMS key used. Customer managed keys are the KMS keys that you
    // create. Amazon Web Services owned keys are keys that are owned and managed
    // by DevOps Guru.
    Type *string `type:"string" enum:"ServerSideEncryptionType"`
    // contains filtered or unexported fields
}

Information about whether DevOps Guru is configured to encrypt server-side data using KMS.

func (KMSServerSideEncryptionIntegrationConfig) GoString

func (s KMSServerSideEncryptionIntegrationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KMSServerSideEncryptionIntegrationConfig) SetKMSKeyId

func (s *KMSServerSideEncryptionIntegrationConfig) SetKMSKeyId(v string) *KMSServerSideEncryptionIntegrationConfig

SetKMSKeyId sets the KMSKeyId field's value.

func (*KMSServerSideEncryptionIntegrationConfig) SetOptInStatus

func (s *KMSServerSideEncryptionIntegrationConfig) SetOptInStatus(v string) *KMSServerSideEncryptionIntegrationConfig

SetOptInStatus sets the OptInStatus field's value.

func (*KMSServerSideEncryptionIntegrationConfig) SetType

func (s *KMSServerSideEncryptionIntegrationConfig) SetType(v string) *KMSServerSideEncryptionIntegrationConfig

SetType sets the Type field's value.

func (KMSServerSideEncryptionIntegrationConfig) String

func (s KMSServerSideEncryptionIntegrationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KMSServerSideEncryptionIntegrationConfig) Validate

func (s *KMSServerSideEncryptionIntegrationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnomaliesForInsightFilters

type ListAnomaliesForInsightFilters struct {

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`
    // contains filtered or unexported fields
}

Specifies one or more service names that are used to list anomalies.

func (ListAnomaliesForInsightFilters) GoString

func (s ListAnomaliesForInsightFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomaliesForInsightFilters) SetServiceCollection

func (s *ListAnomaliesForInsightFilters) SetServiceCollection(v *ServiceCollection) *ListAnomaliesForInsightFilters

SetServiceCollection sets the ServiceCollection field's value.

func (ListAnomaliesForInsightFilters) String

func (s ListAnomaliesForInsightFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAnomaliesForInsightInput

type ListAnomaliesForInsightInput struct {

    // The ID of the Amazon Web Services account.
    AccountId *string `min:"12" type:"string"`

    // Specifies one or more service names that are used to list anomalies.
    Filters *ListAnomaliesForInsightFilters `type:"structure"`

    // The ID of the insight. The returned anomalies belong to this insight.
    //
    // InsightId is a required field
    InsightId *string `location:"uri" locationName:"InsightId" min:"1" type:"string" required:"true"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`

    // A time range used to specify when the requested anomalies started. All returned
    // anomalies started during this time range.
    StartTimeRange *StartTimeRange `type:"structure"`
    // contains filtered or unexported fields
}

func (ListAnomaliesForInsightInput) GoString

func (s ListAnomaliesForInsightInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomaliesForInsightInput) SetAccountId

func (s *ListAnomaliesForInsightInput) SetAccountId(v string) *ListAnomaliesForInsightInput

SetAccountId sets the AccountId field's value.

func (*ListAnomaliesForInsightInput) SetFilters

func (s *ListAnomaliesForInsightInput) SetFilters(v *ListAnomaliesForInsightFilters) *ListAnomaliesForInsightInput

SetFilters sets the Filters field's value.

func (*ListAnomaliesForInsightInput) SetInsightId

func (s *ListAnomaliesForInsightInput) SetInsightId(v string) *ListAnomaliesForInsightInput

SetInsightId sets the InsightId field's value.

func (*ListAnomaliesForInsightInput) SetMaxResults

func (s *ListAnomaliesForInsightInput) SetMaxResults(v int64) *ListAnomaliesForInsightInput

SetMaxResults sets the MaxResults field's value.

func (*ListAnomaliesForInsightInput) SetNextToken

func (s *ListAnomaliesForInsightInput) SetNextToken(v string) *ListAnomaliesForInsightInput

SetNextToken sets the NextToken field's value.

func (*ListAnomaliesForInsightInput) SetStartTimeRange

func (s *ListAnomaliesForInsightInput) SetStartTimeRange(v *StartTimeRange) *ListAnomaliesForInsightInput

SetStartTimeRange sets the StartTimeRange field's value.

func (ListAnomaliesForInsightInput) String

func (s ListAnomaliesForInsightInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomaliesForInsightInput) Validate

func (s *ListAnomaliesForInsightInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnomaliesForInsightOutput

type ListAnomaliesForInsightOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // An array of ProactiveAnomalySummary objects that represent the requested
    // anomalies
    ProactiveAnomalies []*ProactiveAnomalySummary `type:"list"`

    // An array of ReactiveAnomalySummary objects that represent the requested anomalies
    ReactiveAnomalies []*ReactiveAnomalySummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListAnomaliesForInsightOutput) GoString

func (s ListAnomaliesForInsightOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomaliesForInsightOutput) SetNextToken

func (s *ListAnomaliesForInsightOutput) SetNextToken(v string) *ListAnomaliesForInsightOutput

SetNextToken sets the NextToken field's value.

func (*ListAnomaliesForInsightOutput) SetProactiveAnomalies

func (s *ListAnomaliesForInsightOutput) SetProactiveAnomalies(v []*ProactiveAnomalySummary) *ListAnomaliesForInsightOutput

SetProactiveAnomalies sets the ProactiveAnomalies field's value.

func (*ListAnomaliesForInsightOutput) SetReactiveAnomalies

func (s *ListAnomaliesForInsightOutput) SetReactiveAnomalies(v []*ReactiveAnomalySummary) *ListAnomaliesForInsightOutput

SetReactiveAnomalies sets the ReactiveAnomalies field's value.

func (ListAnomaliesForInsightOutput) String

func (s ListAnomaliesForInsightOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAnomalousLogGroupsInput

type ListAnomalousLogGroupsInput struct {

    // The ID of the insight containing the log groups.
    //
    // InsightId is a required field
    InsightId *string `min:"1" type:"string" required:"true"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListAnomalousLogGroupsInput) GoString

func (s ListAnomalousLogGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomalousLogGroupsInput) SetInsightId

func (s *ListAnomalousLogGroupsInput) SetInsightId(v string) *ListAnomalousLogGroupsInput

SetInsightId sets the InsightId field's value.

func (*ListAnomalousLogGroupsInput) SetMaxResults

func (s *ListAnomalousLogGroupsInput) SetMaxResults(v int64) *ListAnomalousLogGroupsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAnomalousLogGroupsInput) SetNextToken

func (s *ListAnomalousLogGroupsInput) SetNextToken(v string) *ListAnomalousLogGroupsInput

SetNextToken sets the NextToken field's value.

func (ListAnomalousLogGroupsInput) String

func (s ListAnomalousLogGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomalousLogGroupsInput) Validate

func (s *ListAnomalousLogGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnomalousLogGroupsOutput

type ListAnomalousLogGroupsOutput struct {

    // The list of Amazon CloudWatch log groups that are related to an insight.
    //
    // AnomalousLogGroups is a required field
    AnomalousLogGroups []*AnomalousLogGroup `type:"list" required:"true"`

    // The ID of the insight containing the log groups.
    //
    // InsightId is a required field
    InsightId *string `min:"1" type:"string" required:"true"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListAnomalousLogGroupsOutput) GoString

func (s ListAnomalousLogGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnomalousLogGroupsOutput) SetAnomalousLogGroups

func (s *ListAnomalousLogGroupsOutput) SetAnomalousLogGroups(v []*AnomalousLogGroup) *ListAnomalousLogGroupsOutput

SetAnomalousLogGroups sets the AnomalousLogGroups field's value.

func (*ListAnomalousLogGroupsOutput) SetInsightId

func (s *ListAnomalousLogGroupsOutput) SetInsightId(v string) *ListAnomalousLogGroupsOutput

SetInsightId sets the InsightId field's value.

func (*ListAnomalousLogGroupsOutput) SetNextToken

func (s *ListAnomalousLogGroupsOutput) SetNextToken(v string) *ListAnomalousLogGroupsOutput

SetNextToken sets the NextToken field's value.

func (ListAnomalousLogGroupsOutput) String

func (s ListAnomalousLogGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEventsFilters

type ListEventsFilters struct {

    // The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.
    DataSource *string `type:"string" enum:"EventDataSource"`

    // The class of the events you want to filter for, such as an infrastructure
    // change, a deployment, or a schema change.
    EventClass *string `type:"string" enum:"EventClass"`

    // The Amazon Web Services source that emitted the events you want to filter
    // for.
    EventSource *string `min:"10" type:"string"`

    // A time range during which you want the filtered events to have occurred.
    EventTimeRange *EventTimeRange `type:"structure"`

    // An ID of an insight that is related to the events you want to filter for.
    InsightId *string `min:"1" type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`
    // contains filtered or unexported fields
}

Filters you can use to specify which events are returned when ListEvents is called.

func (ListEventsFilters) GoString

func (s ListEventsFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventsFilters) SetDataSource

func (s *ListEventsFilters) SetDataSource(v string) *ListEventsFilters

SetDataSource sets the DataSource field's value.

func (*ListEventsFilters) SetEventClass

func (s *ListEventsFilters) SetEventClass(v string) *ListEventsFilters

SetEventClass sets the EventClass field's value.

func (*ListEventsFilters) SetEventSource

func (s *ListEventsFilters) SetEventSource(v string) *ListEventsFilters

SetEventSource sets the EventSource field's value.

func (*ListEventsFilters) SetEventTimeRange

func (s *ListEventsFilters) SetEventTimeRange(v *EventTimeRange) *ListEventsFilters

SetEventTimeRange sets the EventTimeRange field's value.

func (*ListEventsFilters) SetInsightId

func (s *ListEventsFilters) SetInsightId(v string) *ListEventsFilters

SetInsightId sets the InsightId field's value.

func (*ListEventsFilters) SetResourceCollection

func (s *ListEventsFilters) SetResourceCollection(v *ResourceCollection) *ListEventsFilters

SetResourceCollection sets the ResourceCollection field's value.

func (ListEventsFilters) String

func (s ListEventsFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventsFilters) Validate

func (s *ListEventsFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListEventsInput

type ListEventsInput struct {

    // The ID of the Amazon Web Services account.
    AccountId *string `min:"12" type:"string"`

    // A ListEventsFilters object used to specify which events to return.
    //
    // Filters is a required field
    Filters *ListEventsFilters `type:"structure" required:"true"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListEventsInput) GoString

func (s ListEventsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventsInput) SetAccountId

func (s *ListEventsInput) SetAccountId(v string) *ListEventsInput

SetAccountId sets the AccountId field's value.

func (*ListEventsInput) SetFilters

func (s *ListEventsInput) SetFilters(v *ListEventsFilters) *ListEventsInput

SetFilters sets the Filters field's value.

func (*ListEventsInput) SetMaxResults

func (s *ListEventsInput) SetMaxResults(v int64) *ListEventsInput

SetMaxResults sets the MaxResults field's value.

func (*ListEventsInput) SetNextToken

func (s *ListEventsInput) SetNextToken(v string) *ListEventsInput

SetNextToken sets the NextToken field's value.

func (ListEventsInput) String

func (s ListEventsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventsInput) Validate

func (s *ListEventsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListEventsOutput

type ListEventsOutput struct {

    // A list of the requested events.
    //
    // Events is a required field
    Events []*Event `type:"list" required:"true"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListEventsOutput) GoString

func (s ListEventsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventsOutput) SetEvents

func (s *ListEventsOutput) SetEvents(v []*Event) *ListEventsOutput

SetEvents sets the Events field's value.

func (*ListEventsOutput) SetNextToken

func (s *ListEventsOutput) SetNextToken(v string) *ListEventsOutput

SetNextToken sets the NextToken field's value.

func (ListEventsOutput) String

func (s ListEventsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListInsightsAnyStatusFilter

type ListInsightsAnyStatusFilter struct {

    // A time range used to specify when the behavior of the filtered insights started.
    //
    // StartTimeRange is a required field
    StartTimeRange *StartTimeRange `type:"structure" required:"true"`

    // Use to filter for either REACTIVE or PROACTIVE insights.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"InsightType"`
    // contains filtered or unexported fields
}

Used to filter for insights that have any status.

func (ListInsightsAnyStatusFilter) GoString

func (s ListInsightsAnyStatusFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsAnyStatusFilter) SetStartTimeRange

func (s *ListInsightsAnyStatusFilter) SetStartTimeRange(v *StartTimeRange) *ListInsightsAnyStatusFilter

SetStartTimeRange sets the StartTimeRange field's value.

func (*ListInsightsAnyStatusFilter) SetType

func (s *ListInsightsAnyStatusFilter) SetType(v string) *ListInsightsAnyStatusFilter

SetType sets the Type field's value.

func (ListInsightsAnyStatusFilter) String

func (s ListInsightsAnyStatusFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsAnyStatusFilter) Validate

func (s *ListInsightsAnyStatusFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInsightsClosedStatusFilter

type ListInsightsClosedStatusFilter struct {

    // A time range used to specify when the behavior of the filtered insights ended.
    //
    // EndTimeRange is a required field
    EndTimeRange *EndTimeRange `type:"structure" required:"true"`

    // Use to filter for either REACTIVE or PROACTIVE insights.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"InsightType"`
    // contains filtered or unexported fields
}

Used to filter for insights that have the status CLOSED.

func (ListInsightsClosedStatusFilter) GoString

func (s ListInsightsClosedStatusFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsClosedStatusFilter) SetEndTimeRange

func (s *ListInsightsClosedStatusFilter) SetEndTimeRange(v *EndTimeRange) *ListInsightsClosedStatusFilter

SetEndTimeRange sets the EndTimeRange field's value.

func (*ListInsightsClosedStatusFilter) SetType

func (s *ListInsightsClosedStatusFilter) SetType(v string) *ListInsightsClosedStatusFilter

SetType sets the Type field's value.

func (ListInsightsClosedStatusFilter) String

func (s ListInsightsClosedStatusFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsClosedStatusFilter) Validate

func (s *ListInsightsClosedStatusFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInsightsInput

type ListInsightsInput struct {

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`

    // A filter used to filter the returned insights by their status. You can specify
    // one status filter.
    //
    // StatusFilter is a required field
    StatusFilter *ListInsightsStatusFilter `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (ListInsightsInput) GoString

func (s ListInsightsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsInput) SetMaxResults

func (s *ListInsightsInput) SetMaxResults(v int64) *ListInsightsInput

SetMaxResults sets the MaxResults field's value.

func (*ListInsightsInput) SetNextToken

func (s *ListInsightsInput) SetNextToken(v string) *ListInsightsInput

SetNextToken sets the NextToken field's value.

func (*ListInsightsInput) SetStatusFilter

func (s *ListInsightsInput) SetStatusFilter(v *ListInsightsStatusFilter) *ListInsightsInput

SetStatusFilter sets the StatusFilter field's value.

func (ListInsightsInput) String

func (s ListInsightsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsInput) Validate

func (s *ListInsightsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInsightsOngoingStatusFilter

type ListInsightsOngoingStatusFilter struct {

    // Use to filter for either REACTIVE or PROACTIVE insights.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"InsightType"`
    // contains filtered or unexported fields
}

Used to filter for insights that have the status ONGOING.

func (ListInsightsOngoingStatusFilter) GoString

func (s ListInsightsOngoingStatusFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsOngoingStatusFilter) SetType

func (s *ListInsightsOngoingStatusFilter) SetType(v string) *ListInsightsOngoingStatusFilter

SetType sets the Type field's value.

func (ListInsightsOngoingStatusFilter) String

func (s ListInsightsOngoingStatusFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsOngoingStatusFilter) Validate

func (s *ListInsightsOngoingStatusFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInsightsOutput

type ListInsightsOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // The returned list of proactive insights.
    ProactiveInsights []*ProactiveInsightSummary `type:"list"`

    // The returned list of reactive insights.
    ReactiveInsights []*ReactiveInsightSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListInsightsOutput) GoString

func (s ListInsightsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsOutput) SetNextToken

func (s *ListInsightsOutput) SetNextToken(v string) *ListInsightsOutput

SetNextToken sets the NextToken field's value.

func (*ListInsightsOutput) SetProactiveInsights

func (s *ListInsightsOutput) SetProactiveInsights(v []*ProactiveInsightSummary) *ListInsightsOutput

SetProactiveInsights sets the ProactiveInsights field's value.

func (*ListInsightsOutput) SetReactiveInsights

func (s *ListInsightsOutput) SetReactiveInsights(v []*ReactiveInsightSummary) *ListInsightsOutput

SetReactiveInsights sets the ReactiveInsights field's value.

func (ListInsightsOutput) String

func (s ListInsightsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListInsightsStatusFilter

type ListInsightsStatusFilter struct {

    // A ListInsightsAnyStatusFilter that specifies insights of any status that
    // are either REACTIVE or PROACTIVE.
    Any *ListInsightsAnyStatusFilter `type:"structure"`

    // A ListInsightsClosedStatusFilter that specifies closed insights that are
    // either REACTIVE or PROACTIVE.
    Closed *ListInsightsClosedStatusFilter `type:"structure"`

    // A ListInsightsAnyStatusFilter that specifies ongoing insights that are either
    // REACTIVE or PROACTIVE.
    Ongoing *ListInsightsOngoingStatusFilter `type:"structure"`
    // contains filtered or unexported fields
}

A filter used by ListInsights to specify which insights to return.

func (ListInsightsStatusFilter) GoString

func (s ListInsightsStatusFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsStatusFilter) SetAny

func (s *ListInsightsStatusFilter) SetAny(v *ListInsightsAnyStatusFilter) *ListInsightsStatusFilter

SetAny sets the Any field's value.

func (*ListInsightsStatusFilter) SetClosed

func (s *ListInsightsStatusFilter) SetClosed(v *ListInsightsClosedStatusFilter) *ListInsightsStatusFilter

SetClosed sets the Closed field's value.

func (*ListInsightsStatusFilter) SetOngoing

func (s *ListInsightsStatusFilter) SetOngoing(v *ListInsightsOngoingStatusFilter) *ListInsightsStatusFilter

SetOngoing sets the Ongoing field's value.

func (ListInsightsStatusFilter) String

func (s ListInsightsStatusFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInsightsStatusFilter) Validate

func (s *ListInsightsStatusFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoredResourcesFilters

type ListMonitoredResourcesFilters struct {

    // The permission status of a resource.
    //
    // ResourcePermission is a required field
    ResourcePermission *string `type:"string" required:"true" enum:"ResourcePermission"`

    // The type of resource that you wish to retrieve, such as log groups.
    //
    // ResourceTypeFilters is a required field
    ResourceTypeFilters []*string `type:"list" required:"true" enum:"ResourceTypeFilter"`
    // contains filtered or unexported fields
}

Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.

func (ListMonitoredResourcesFilters) GoString

func (s ListMonitoredResourcesFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoredResourcesFilters) SetResourcePermission

func (s *ListMonitoredResourcesFilters) SetResourcePermission(v string) *ListMonitoredResourcesFilters

SetResourcePermission sets the ResourcePermission field's value.

func (*ListMonitoredResourcesFilters) SetResourceTypeFilters

func (s *ListMonitoredResourcesFilters) SetResourceTypeFilters(v []*string) *ListMonitoredResourcesFilters

SetResourceTypeFilters sets the ResourceTypeFilters field's value.

func (ListMonitoredResourcesFilters) String

func (s ListMonitoredResourcesFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoredResourcesFilters) Validate

func (s *ListMonitoredResourcesFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoredResourcesInput

type ListMonitoredResourcesInput struct {

    // Filters to determine which monitored resources you want to retrieve. You
    // can filter by resource type or resource permission status.
    Filters *ListMonitoredResourcesFilters `type:"structure"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListMonitoredResourcesInput) GoString

func (s ListMonitoredResourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoredResourcesInput) SetFilters

func (s *ListMonitoredResourcesInput) SetFilters(v *ListMonitoredResourcesFilters) *ListMonitoredResourcesInput

SetFilters sets the Filters field's value.

func (*ListMonitoredResourcesInput) SetMaxResults

func (s *ListMonitoredResourcesInput) SetMaxResults(v int64) *ListMonitoredResourcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListMonitoredResourcesInput) SetNextToken

func (s *ListMonitoredResourcesInput) SetNextToken(v string) *ListMonitoredResourcesInput

SetNextToken sets the NextToken field's value.

func (ListMonitoredResourcesInput) String

func (s ListMonitoredResourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoredResourcesInput) Validate

func (s *ListMonitoredResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoredResourcesOutput

type ListMonitoredResourcesOutput struct {

    // Information about the resource that is being monitored, including the name
    // of the resource, the type of resource, and whether or not permission is given
    // to DevOps Guru to access that resource.
    //
    // MonitoredResourceIdentifiers is a required field
    MonitoredResourceIdentifiers []*MonitoredResourceIdentifier `type:"list" required:"true"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListMonitoredResourcesOutput) GoString

func (s ListMonitoredResourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoredResourcesOutput) SetMonitoredResourceIdentifiers

func (s *ListMonitoredResourcesOutput) SetMonitoredResourceIdentifiers(v []*MonitoredResourceIdentifier) *ListMonitoredResourcesOutput

SetMonitoredResourceIdentifiers sets the MonitoredResourceIdentifiers field's value.

func (*ListMonitoredResourcesOutput) SetNextToken

func (s *ListMonitoredResourcesOutput) SetNextToken(v string) *ListMonitoredResourcesOutput

SetNextToken sets the NextToken field's value.

func (ListMonitoredResourcesOutput) String

func (s ListMonitoredResourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListNotificationChannelsInput

type ListNotificationChannelsInput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListNotificationChannelsInput) GoString

func (s ListNotificationChannelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotificationChannelsInput) SetNextToken

func (s *ListNotificationChannelsInput) SetNextToken(v string) *ListNotificationChannelsInput

SetNextToken sets the NextToken field's value.

func (ListNotificationChannelsInput) String

func (s ListNotificationChannelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotificationChannelsInput) Validate

func (s *ListNotificationChannelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListNotificationChannelsOutput

type ListNotificationChannelsOutput struct {

    // An array that contains the requested notification channels.
    Channels []*NotificationChannel `type:"list"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListNotificationChannelsOutput) GoString

func (s ListNotificationChannelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotificationChannelsOutput) SetChannels

func (s *ListNotificationChannelsOutput) SetChannels(v []*NotificationChannel) *ListNotificationChannelsOutput

SetChannels sets the Channels field's value.

func (*ListNotificationChannelsOutput) SetNextToken

func (s *ListNotificationChannelsOutput) SetNextToken(v string) *ListNotificationChannelsOutput

SetNextToken sets the NextToken field's value.

func (ListNotificationChannelsOutput) String

func (s ListNotificationChannelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListOrganizationInsightsInput

type ListOrganizationInsightsInput struct {

    // The ID of the Amazon Web Services account.
    AccountIds []*string `type:"list"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`

    // The ID of the organizational unit.
    OrganizationalUnitIds []*string `type:"list"`

    // A filter used by ListInsights to specify which insights to return.
    //
    // StatusFilter is a required field
    StatusFilter *ListInsightsStatusFilter `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (ListOrganizationInsightsInput) GoString

func (s ListOrganizationInsightsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOrganizationInsightsInput) SetAccountIds

func (s *ListOrganizationInsightsInput) SetAccountIds(v []*string) *ListOrganizationInsightsInput

SetAccountIds sets the AccountIds field's value.

func (*ListOrganizationInsightsInput) SetMaxResults

func (s *ListOrganizationInsightsInput) SetMaxResults(v int64) *ListOrganizationInsightsInput

SetMaxResults sets the MaxResults field's value.

func (*ListOrganizationInsightsInput) SetNextToken

func (s *ListOrganizationInsightsInput) SetNextToken(v string) *ListOrganizationInsightsInput

SetNextToken sets the NextToken field's value.

func (*ListOrganizationInsightsInput) SetOrganizationalUnitIds

func (s *ListOrganizationInsightsInput) SetOrganizationalUnitIds(v []*string) *ListOrganizationInsightsInput

SetOrganizationalUnitIds sets the OrganizationalUnitIds field's value.

func (*ListOrganizationInsightsInput) SetStatusFilter

func (s *ListOrganizationInsightsInput) SetStatusFilter(v *ListInsightsStatusFilter) *ListOrganizationInsightsInput

SetStatusFilter sets the StatusFilter field's value.

func (ListOrganizationInsightsInput) String

func (s ListOrganizationInsightsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOrganizationInsightsInput) Validate

func (s *ListOrganizationInsightsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListOrganizationInsightsOutput

type ListOrganizationInsightsOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account.
    ProactiveInsights []*ProactiveOrganizationInsightSummary `type:"list"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account.
    ReactiveInsights []*ReactiveOrganizationInsightSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListOrganizationInsightsOutput) GoString

func (s ListOrganizationInsightsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOrganizationInsightsOutput) SetNextToken

func (s *ListOrganizationInsightsOutput) SetNextToken(v string) *ListOrganizationInsightsOutput

SetNextToken sets the NextToken field's value.

func (*ListOrganizationInsightsOutput) SetProactiveInsights

func (s *ListOrganizationInsightsOutput) SetProactiveInsights(v []*ProactiveOrganizationInsightSummary) *ListOrganizationInsightsOutput

SetProactiveInsights sets the ProactiveInsights field's value.

func (*ListOrganizationInsightsOutput) SetReactiveInsights

func (s *ListOrganizationInsightsOutput) SetReactiveInsights(v []*ReactiveOrganizationInsightSummary) *ListOrganizationInsightsOutput

SetReactiveInsights sets the ReactiveInsights field's value.

func (ListOrganizationInsightsOutput) String

func (s ListOrganizationInsightsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRecommendationsInput

type ListRecommendationsInput struct {

    // The ID of the Amazon Web Services account.
    AccountId *string `min:"12" type:"string"`

    // The ID of the requested insight.
    //
    // InsightId is a required field
    InsightId *string `min:"1" type:"string" required:"true"`

    // A locale that specifies the language to use for recommendations.
    Locale *string `type:"string" enum:"Locale"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (ListRecommendationsInput) GoString

func (s ListRecommendationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecommendationsInput) SetAccountId

func (s *ListRecommendationsInput) SetAccountId(v string) *ListRecommendationsInput

SetAccountId sets the AccountId field's value.

func (*ListRecommendationsInput) SetInsightId

func (s *ListRecommendationsInput) SetInsightId(v string) *ListRecommendationsInput

SetInsightId sets the InsightId field's value.

func (*ListRecommendationsInput) SetLocale

func (s *ListRecommendationsInput) SetLocale(v string) *ListRecommendationsInput

SetLocale sets the Locale field's value.

func (*ListRecommendationsInput) SetNextToken

func (s *ListRecommendationsInput) SetNextToken(v string) *ListRecommendationsInput

SetNextToken sets the NextToken field's value.

func (ListRecommendationsInput) String

func (s ListRecommendationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecommendationsInput) Validate

func (s *ListRecommendationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRecommendationsOutput

type ListRecommendationsOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // An array of the requested recommendations.
    Recommendations []*Recommendation `type:"list"`
    // contains filtered or unexported fields
}

func (ListRecommendationsOutput) GoString

func (s ListRecommendationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecommendationsOutput) SetNextToken

func (s *ListRecommendationsOutput) SetNextToken(v string) *ListRecommendationsOutput

SetNextToken sets the NextToken field's value.

func (*ListRecommendationsOutput) SetRecommendations

func (s *ListRecommendationsOutput) SetRecommendations(v []*Recommendation) *ListRecommendationsOutput

SetRecommendations sets the Recommendations field's value.

func (ListRecommendationsOutput) String

func (s ListRecommendationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogAnomalyClass

type LogAnomalyClass struct {

    // The explanation for why the log event is considered an anomaly.
    Explanation *string `min:"1" type:"string"`

    // The token where the anomaly was detected. This may refer to an exception
    // or another location, or it may be blank for log anomalies such as format
    // anomalies.
    LogAnomalyToken *string `min:"1" type:"string"`

    // The type of log anomaly that has been detected.
    LogAnomalyType *string `type:"string" enum:"LogAnomalyType"`

    // The ID of the log event.
    LogEventId *string `min:"1" type:"string"`

    // The time of the first occurrence of the anomalous log event.
    LogEventTimestamp *time.Time `type:"timestamp"`

    // The name of the Amazon CloudWatch log stream that the anomalous log event
    // belongs to. A log stream is a sequence of log events that share the same
    // source.
    LogStreamName *string `min:"1" type:"string"`

    // The number of log lines where this anomalous log event occurs.
    NumberOfLogLinesOccurrences *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Information about an anomalous log event found within a log group.

func (LogAnomalyClass) GoString

func (s LogAnomalyClass) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogAnomalyClass) SetExplanation

func (s *LogAnomalyClass) SetExplanation(v string) *LogAnomalyClass

SetExplanation sets the Explanation field's value.

func (*LogAnomalyClass) SetLogAnomalyToken

func (s *LogAnomalyClass) SetLogAnomalyToken(v string) *LogAnomalyClass

SetLogAnomalyToken sets the LogAnomalyToken field's value.

func (*LogAnomalyClass) SetLogAnomalyType

func (s *LogAnomalyClass) SetLogAnomalyType(v string) *LogAnomalyClass

SetLogAnomalyType sets the LogAnomalyType field's value.

func (*LogAnomalyClass) SetLogEventId

func (s *LogAnomalyClass) SetLogEventId(v string) *LogAnomalyClass

SetLogEventId sets the LogEventId field's value.

func (*LogAnomalyClass) SetLogEventTimestamp

func (s *LogAnomalyClass) SetLogEventTimestamp(v time.Time) *LogAnomalyClass

SetLogEventTimestamp sets the LogEventTimestamp field's value.

func (*LogAnomalyClass) SetLogStreamName

func (s *LogAnomalyClass) SetLogStreamName(v string) *LogAnomalyClass

SetLogStreamName sets the LogStreamName field's value.

func (*LogAnomalyClass) SetNumberOfLogLinesOccurrences

func (s *LogAnomalyClass) SetNumberOfLogLinesOccurrences(v int64) *LogAnomalyClass

SetNumberOfLogLinesOccurrences sets the NumberOfLogLinesOccurrences field's value.

func (LogAnomalyClass) String

func (s LogAnomalyClass) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogAnomalyShowcase

type LogAnomalyShowcase struct {

    // A list of anomalous log events that may be related.
    LogAnomalyClasses []*LogAnomalyClass `type:"list"`
    // contains filtered or unexported fields
}

A cluster of similar anomalous log events found within a log group.

func (LogAnomalyShowcase) GoString

func (s LogAnomalyShowcase) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogAnomalyShowcase) SetLogAnomalyClasses

func (s *LogAnomalyShowcase) SetLogAnomalyClasses(v []*LogAnomalyClass) *LogAnomalyShowcase

SetLogAnomalyClasses sets the LogAnomalyClasses field's value.

func (LogAnomalyShowcase) String

func (s LogAnomalyShowcase) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogsAnomalyDetectionIntegration

type LogsAnomalyDetectionIntegration struct {

    // Specifies if DevOps Guru is configured to perform log anomaly detection on
    // CloudWatch log groups.
    OptInStatus *string `type:"string" enum:"OptInStatus"`
    // contains filtered or unexported fields
}

Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.

func (LogsAnomalyDetectionIntegration) GoString

func (s LogsAnomalyDetectionIntegration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogsAnomalyDetectionIntegration) SetOptInStatus

func (s *LogsAnomalyDetectionIntegration) SetOptInStatus(v string) *LogsAnomalyDetectionIntegration

SetOptInStatus sets the OptInStatus field's value.

func (LogsAnomalyDetectionIntegration) String

func (s LogsAnomalyDetectionIntegration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogsAnomalyDetectionIntegrationConfig

type LogsAnomalyDetectionIntegrationConfig struct {

    // Specifies if DevOps Guru is configured to perform log anomaly detection on
    // CloudWatch log groups.
    OptInStatus *string `type:"string" enum:"OptInStatus"`
    // contains filtered or unexported fields
}

Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.

func (LogsAnomalyDetectionIntegrationConfig) GoString

func (s LogsAnomalyDetectionIntegrationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogsAnomalyDetectionIntegrationConfig) SetOptInStatus

func (s *LogsAnomalyDetectionIntegrationConfig) SetOptInStatus(v string) *LogsAnomalyDetectionIntegrationConfig

SetOptInStatus sets the OptInStatus field's value.

func (LogsAnomalyDetectionIntegrationConfig) String

func (s LogsAnomalyDetectionIntegrationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoredResourceIdentifier

type MonitoredResourceIdentifier struct {

    // The time at which DevOps Guru last updated this resource.
    LastUpdated *time.Time `type:"timestamp"`

    // The name of the resource being monitored.
    MonitoredResourceName *string `min:"1" type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The permission status of a resource.
    ResourcePermission *string `type:"string" enum:"ResourcePermission"`

    // The type of resource being monitored.
    Type *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.

func (MonitoredResourceIdentifier) GoString

func (s MonitoredResourceIdentifier) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoredResourceIdentifier) SetLastUpdated

func (s *MonitoredResourceIdentifier) SetLastUpdated(v time.Time) *MonitoredResourceIdentifier

SetLastUpdated sets the LastUpdated field's value.

func (*MonitoredResourceIdentifier) SetMonitoredResourceName

func (s *MonitoredResourceIdentifier) SetMonitoredResourceName(v string) *MonitoredResourceIdentifier

SetMonitoredResourceName sets the MonitoredResourceName field's value.

func (*MonitoredResourceIdentifier) SetResourceCollection

func (s *MonitoredResourceIdentifier) SetResourceCollection(v *ResourceCollection) *MonitoredResourceIdentifier

SetResourceCollection sets the ResourceCollection field's value.

func (*MonitoredResourceIdentifier) SetResourcePermission

func (s *MonitoredResourceIdentifier) SetResourcePermission(v string) *MonitoredResourceIdentifier

SetResourcePermission sets the ResourcePermission field's value.

func (*MonitoredResourceIdentifier) SetType

func (s *MonitoredResourceIdentifier) SetType(v string) *MonitoredResourceIdentifier

SetType sets the Type field's value.

func (MonitoredResourceIdentifier) String

func (s MonitoredResourceIdentifier) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotificationChannel

type NotificationChannel struct {

    // A NotificationChannelConfig object that contains information about configured
    // notification channels.
    Config *NotificationChannelConfig `type:"structure"`

    // The ID of a notification channel.
    Id *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

Information about a notification channel. A notification channel is used to notify you when DevOps Guru creates an insight. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).

If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html).

If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html).

func (NotificationChannel) GoString

func (s NotificationChannel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationChannel) SetConfig

func (s *NotificationChannel) SetConfig(v *NotificationChannelConfig) *NotificationChannel

SetConfig sets the Config field's value.

func (*NotificationChannel) SetId

func (s *NotificationChannel) SetId(v string) *NotificationChannel

SetId sets the Id field's value.

func (NotificationChannel) String

func (s NotificationChannel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotificationChannelConfig

type NotificationChannelConfig struct {

    // The filter configurations for the Amazon SNS notification topic you use with
    // DevOps Guru. If you do not provide filter configurations, the default configurations
    // are to receive notifications for all message types of High or Medium severity.
    Filters *NotificationFilterConfig `type:"structure"`

    // Information about a notification channel configured in DevOps Guru to send
    // notifications when insights are created.
    //
    // If you use an Amazon SNS topic in another account, you must attach a policy
    // to it that grants DevOps Guru permission to send it notifications. DevOps
    // Guru adds the required policy on your behalf to send notifications using
    // Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
    // For more information, see Permissions for Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html).
    //
    // If you use an Amazon SNS topic that is encrypted by an Amazon Web Services
    // Key Management Service customer-managed key (CMK), then you must add permissions
    // to the CMK. For more information, see Permissions for Amazon Web Services
    // KMS–encrypted Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html).
    //
    // Sns is a required field
    Sns *SnsChannelConfig `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Information about notification channels you have configured with DevOps Guru. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).

func (NotificationChannelConfig) GoString

func (s NotificationChannelConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationChannelConfig) SetFilters

func (s *NotificationChannelConfig) SetFilters(v *NotificationFilterConfig) *NotificationChannelConfig

SetFilters sets the Filters field's value.

func (*NotificationChannelConfig) SetSns

func (s *NotificationChannelConfig) SetSns(v *SnsChannelConfig) *NotificationChannelConfig

SetSns sets the Sns field's value.

func (NotificationChannelConfig) String

func (s NotificationChannelConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationChannelConfig) Validate

func (s *NotificationChannelConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotificationFilterConfig

type NotificationFilterConfig struct {

    // The events that you want to receive notifications for. For example, you can
    // choose to receive notifications only when the severity level is upgraded
    // or a new insight is created.
    MessageTypes []*string `type:"list" enum:"NotificationMessageType"`

    // The severity levels that you want to receive notifications for. For example,
    // you can choose to receive notifications only for insights with HIGH and MEDIUM
    // severity levels. For more information, see Understanding insight severities
    // (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities).
    Severities []*string `type:"list" enum:"InsightSeverity"`
    // contains filtered or unexported fields
}

The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. You can choose to specify which events or message types to receive notifications for. You can also choose to specify which severity levels to receive notifications for.

func (NotificationFilterConfig) GoString

func (s NotificationFilterConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationFilterConfig) SetMessageTypes

func (s *NotificationFilterConfig) SetMessageTypes(v []*string) *NotificationFilterConfig

SetMessageTypes sets the MessageTypes field's value.

func (*NotificationFilterConfig) SetSeverities

func (s *NotificationFilterConfig) SetSeverities(v []*string) *NotificationFilterConfig

SetSeverities sets the Severities field's value.

func (NotificationFilterConfig) String

func (s NotificationFilterConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsCenterIntegration

type OpsCenterIntegration struct {

    // Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems
    // Manager OpsItem for each created insight.
    OptInStatus *string `type:"string" enum:"OptInStatus"`
    // contains filtered or unexported fields
}

Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.

func (OpsCenterIntegration) GoString

func (s OpsCenterIntegration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsCenterIntegration) SetOptInStatus

func (s *OpsCenterIntegration) SetOptInStatus(v string) *OpsCenterIntegration

SetOptInStatus sets the OptInStatus field's value.

func (OpsCenterIntegration) String

func (s OpsCenterIntegration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsCenterIntegrationConfig

type OpsCenterIntegrationConfig struct {

    // Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems
    // Manager OpsItem for each created insight.
    OptInStatus *string `type:"string" enum:"OptInStatus"`
    // contains filtered or unexported fields
}

Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight. You can use this to update the configuration.

func (OpsCenterIntegrationConfig) GoString

func (s OpsCenterIntegrationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsCenterIntegrationConfig) SetOptInStatus

func (s *OpsCenterIntegrationConfig) SetOptInStatus(v string) *OpsCenterIntegrationConfig

SetOptInStatus sets the OptInStatus field's value.

func (OpsCenterIntegrationConfig) String

func (s OpsCenterIntegrationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsMetricDimensionGroup

type PerformanceInsightsMetricDimensionGroup struct {

    // A list of specific dimensions from a dimension group. If this parameter is
    // not present, then it signifies that all of the dimensions in the group were
    // requested or are present in the response.
    //
    // Valid values for elements in the Dimensions array are:
    //
    //    * db.application.name - The name of the application that is connected
    //    to the database (only Aurora PostgreSQL and RDS PostgreSQL)
    //
    //    * db.host.id - The host ID of the connected client (all engines)
    //
    //    * db.host.name - The host name of the connected client (all engines)
    //
    //    * db.name - The name of the database to which the client is connected
    //    (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS
    //    MySQL, and MariaDB)
    //
    //    * db.session_type.name - The type of the current session (only Aurora
    //    PostgreSQL and RDS PostgreSQL)
    //
    //    * db.sql.id - The SQL ID generated by Performance Insights (all engines)
    //
    //    * db.sql.db_id - The SQL ID generated by the database (all engines)
    //
    //    * db.sql.statement - The SQL text that is being executed (all engines)
    //
    //    * db.sql.tokenized_id
    //
    //    * db.sql_tokenized.id - The SQL digest ID generated by Performance Insights
    //    (all engines)
    //
    //    * db.sql_tokenized.db_id - SQL digest ID generated by the database (all
    //    engines)
    //
    //    * db.sql_tokenized.statement - The SQL digest text (all engines)
    //
    //    * db.user.id - The ID of the user logged in to the database (all engines)
    //
    //    * db.user.name - The name of the user logged in to the database (all engines)
    //
    //    * db.wait_event.name - The event for which the backend is waiting (all
    //    engines)
    //
    //    * db.wait_event.type - The type of event for which the backend is waiting
    //    (all engines)
    //
    //    * db.wait_event_type.name - The name of the event type for which the backend
    //    is waiting (all engines)
    Dimensions []*string `type:"list"`

    // The name of the dimension group. Its valid values are:
    //
    //    * db - The name of the database to which the client is connected (only
    //    Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL,
    //    and MariaDB)
    //
    //    * db.application - The name of the application that is connected to the
    //    database (only Aurora PostgreSQL and RDS PostgreSQL)
    //
    //    * db.host - The host name of the connected client (all engines)
    //
    //    * db.session_type - The type of the current session (only Aurora PostgreSQL
    //    and RDS PostgreSQL)
    //
    //    * db.sql - The SQL that is currently executing (all engines)
    //
    //    * db.sql_tokenized - The SQL digest (all engines)
    //
    //    * db.wait_event - The event for which the database backend is waiting
    //    (all engines)
    //
    //    * db.wait_event_type - The type of event for which the database backend
    //    is waiting (all engines)
    //
    //    * db.user - The user logged in to the database (all engines)
    Group *string `type:"string"`

    // The maximum number of items to fetch for this dimension group.
    Limit *int64 `min:"1" type:"integer"`
    // contains filtered or unexported fields
}

A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions: db.sql.id, db.sql.db_id, db.sql.statement, and db.sql.tokenized_id.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

func (PerformanceInsightsMetricDimensionGroup) GoString

func (s PerformanceInsightsMetricDimensionGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsMetricDimensionGroup) SetDimensions

func (s *PerformanceInsightsMetricDimensionGroup) SetDimensions(v []*string) *PerformanceInsightsMetricDimensionGroup

SetDimensions sets the Dimensions field's value.

func (*PerformanceInsightsMetricDimensionGroup) SetGroup

func (s *PerformanceInsightsMetricDimensionGroup) SetGroup(v string) *PerformanceInsightsMetricDimensionGroup

SetGroup sets the Group field's value.

func (*PerformanceInsightsMetricDimensionGroup) SetLimit

func (s *PerformanceInsightsMetricDimensionGroup) SetLimit(v int64) *PerformanceInsightsMetricDimensionGroup

SetLimit sets the Limit field's value.

func (PerformanceInsightsMetricDimensionGroup) String

func (s PerformanceInsightsMetricDimensionGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsMetricQuery

type PerformanceInsightsMetricQuery struct {

    // One or more filters to apply to a Performance Insights GetResourceMetrics
    // API query. Restrictions:
    //
    //    * Any number of filters by the same dimension, as specified in the GroupBy
    //    parameter.
    //
    //    * A single filter for any other dimension in this dimension group.
    Filter map[string]*string `type:"map"`

    // The specification for how to aggregate the data points from a Performance
    // Insights GetResourceMetrics API query. The Performance Insights query returns
    // all of the dimensions within that group, unless you provide the names of
    // specific dimensions within that group. You can also request that Performance
    // Insights return a limited number of values for a dimension.
    GroupBy *PerformanceInsightsMetricDimensionGroup `type:"structure"`

    // The name of the meteric used used when querying an Performance Insights GetResourceMetrics
    // API for anomaly metrics.
    //
    // Valid values for Metric are:
    //
    //    * db.load.avg - a scaled representation of the number of active sessions
    //    for the database engine.
    //
    //    * db.sampledload.avg - the raw number of active sessions for the database
    //    engine.
    //
    // If the number of active sessions is less than an internal Performance Insights
    // threshold, db.load.avg and db.sampledload.avg are the same value. If the
    // number of active sessions is greater than the internal threshold, Performance
    // Insights samples the active sessions, with db.load.avg showing the scaled
    // values, db.sampledload.avg showing the raw values, and db.sampledload.avg
    // less than db.load.avg. For most use cases, you can query db.load.avg only.
    Metric *string `type:"string"`
    // contains filtered or unexported fields
}

A single query to be processed. Use these parameters to query the Performance Insights GetResourceMetrics API to retrieve the metrics for an anomaly. For more information, see GetResourceMetrics (https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_GetResourceMetrics.html) in the Amazon RDS Performance Insights API Reference.

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

func (PerformanceInsightsMetricQuery) GoString

func (s PerformanceInsightsMetricQuery) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsMetricQuery) SetFilter

func (s *PerformanceInsightsMetricQuery) SetFilter(v map[string]*string) *PerformanceInsightsMetricQuery

SetFilter sets the Filter field's value.

func (*PerformanceInsightsMetricQuery) SetGroupBy

func (s *PerformanceInsightsMetricQuery) SetGroupBy(v *PerformanceInsightsMetricDimensionGroup) *PerformanceInsightsMetricQuery

SetGroupBy sets the GroupBy field's value.

func (*PerformanceInsightsMetricQuery) SetMetric

func (s *PerformanceInsightsMetricQuery) SetMetric(v string) *PerformanceInsightsMetricQuery

SetMetric sets the Metric field's value.

func (PerformanceInsightsMetricQuery) String

func (s PerformanceInsightsMetricQuery) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsMetricsDetail

type PerformanceInsightsMetricsDetail struct {

    // The name used for a specific Performance Insights metric.
    MetricDisplayName *string `type:"string"`

    // A single query to be processed for the metric. For more information, see
    // PerformanceInsightsMetricQuery (https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsMetricQuery.html) .
    MetricQuery *PerformanceInsightsMetricQuery `type:"structure"`

    // For more information, see PerformanceInsightsReferenceData (https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceData.html) .
    ReferenceData []*PerformanceInsightsReferenceData `type:"list"`

    // The metric statistics during the anomalous period detected by DevOps Guru;
    StatsAtAnomaly []*PerformanceInsightsStat `type:"list"`

    // Typical metric statistics that are not considered anomalous. When DevOps
    // Guru analyzes metrics, it compares them to StatsAtBaseline to help determine
    // if they are anomalous.
    StatsAtBaseline []*PerformanceInsightsStat `type:"list"`

    // The unit of measure for a metric. For example, a session or a process.
    Unit *string `type:"string"`
    // contains filtered or unexported fields
}

Details about Performance Insights metrics.

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

func (PerformanceInsightsMetricsDetail) GoString

func (s PerformanceInsightsMetricsDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsMetricsDetail) SetMetricDisplayName

func (s *PerformanceInsightsMetricsDetail) SetMetricDisplayName(v string) *PerformanceInsightsMetricsDetail

SetMetricDisplayName sets the MetricDisplayName field's value.

func (*PerformanceInsightsMetricsDetail) SetMetricQuery

func (s *PerformanceInsightsMetricsDetail) SetMetricQuery(v *PerformanceInsightsMetricQuery) *PerformanceInsightsMetricsDetail

SetMetricQuery sets the MetricQuery field's value.

func (*PerformanceInsightsMetricsDetail) SetReferenceData

func (s *PerformanceInsightsMetricsDetail) SetReferenceData(v []*PerformanceInsightsReferenceData) *PerformanceInsightsMetricsDetail

SetReferenceData sets the ReferenceData field's value.

func (*PerformanceInsightsMetricsDetail) SetStatsAtAnomaly

func (s *PerformanceInsightsMetricsDetail) SetStatsAtAnomaly(v []*PerformanceInsightsStat) *PerformanceInsightsMetricsDetail

SetStatsAtAnomaly sets the StatsAtAnomaly field's value.

func (*PerformanceInsightsMetricsDetail) SetStatsAtBaseline

func (s *PerformanceInsightsMetricsDetail) SetStatsAtBaseline(v []*PerformanceInsightsStat) *PerformanceInsightsMetricsDetail

SetStatsAtBaseline sets the StatsAtBaseline field's value.

func (*PerformanceInsightsMetricsDetail) SetUnit

func (s *PerformanceInsightsMetricsDetail) SetUnit(v string) *PerformanceInsightsMetricsDetail

SetUnit sets the Unit field's value.

func (PerformanceInsightsMetricsDetail) String

func (s PerformanceInsightsMetricsDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsReferenceComparisonValues

type PerformanceInsightsReferenceComparisonValues struct {

    // A metric that DevOps Guru compares to actual metric values. This reference
    // metric is used to determine if an actual metric should be considered anomalous.
    ReferenceMetric *PerformanceInsightsReferenceMetric `type:"structure"`

    // A scalar value DevOps Guru for a metric that DevOps Guru compares to actual
    // metric values. This reference value is used to determine if an actual metric
    // value should be considered anomalous.
    ReferenceScalar *PerformanceInsightsReferenceScalar `type:"structure"`
    // contains filtered or unexported fields
}

Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.

func (PerformanceInsightsReferenceComparisonValues) GoString

func (s PerformanceInsightsReferenceComparisonValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsReferenceComparisonValues) SetReferenceMetric

func (s *PerformanceInsightsReferenceComparisonValues) SetReferenceMetric(v *PerformanceInsightsReferenceMetric) *PerformanceInsightsReferenceComparisonValues

SetReferenceMetric sets the ReferenceMetric field's value.

func (*PerformanceInsightsReferenceComparisonValues) SetReferenceScalar

func (s *PerformanceInsightsReferenceComparisonValues) SetReferenceScalar(v *PerformanceInsightsReferenceScalar) *PerformanceInsightsReferenceComparisonValues

SetReferenceScalar sets the ReferenceScalar field's value.

func (PerformanceInsightsReferenceComparisonValues) String

func (s PerformanceInsightsReferenceComparisonValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsReferenceData

type PerformanceInsightsReferenceData struct {

    // The specific reference values used to evaluate the Performance Insights.
    // For more information, see PerformanceInsightsReferenceComparisonValues (https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceComparisonValues.html) .
    ComparisonValues *PerformanceInsightsReferenceComparisonValues `type:"structure"`

    // The name of the reference data.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.

func (PerformanceInsightsReferenceData) GoString

func (s PerformanceInsightsReferenceData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsReferenceData) SetComparisonValues

func (s *PerformanceInsightsReferenceData) SetComparisonValues(v *PerformanceInsightsReferenceComparisonValues) *PerformanceInsightsReferenceData

SetComparisonValues sets the ComparisonValues field's value.

func (*PerformanceInsightsReferenceData) SetName

func (s *PerformanceInsightsReferenceData) SetName(v string) *PerformanceInsightsReferenceData

SetName sets the Name field's value.

func (PerformanceInsightsReferenceData) String

func (s PerformanceInsightsReferenceData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsReferenceMetric

type PerformanceInsightsReferenceMetric struct {

    // A query to be processed on the metric.
    MetricQuery *PerformanceInsightsMetricQuery `type:"structure"`
    // contains filtered or unexported fields
}

Information about a reference metric used to evaluate Performance Insights.

func (PerformanceInsightsReferenceMetric) GoString

func (s PerformanceInsightsReferenceMetric) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsReferenceMetric) SetMetricQuery

func (s *PerformanceInsightsReferenceMetric) SetMetricQuery(v *PerformanceInsightsMetricQuery) *PerformanceInsightsReferenceMetric

SetMetricQuery sets the MetricQuery field's value.

func (PerformanceInsightsReferenceMetric) String

func (s PerformanceInsightsReferenceMetric) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsReferenceScalar

type PerformanceInsightsReferenceScalar struct {

    // The reference value.
    Value *float64 `type:"double"`
    // contains filtered or unexported fields
}

A reference value to compare Performance Insights metrics against to determine if the metrics demonstrate anomalous behavior.

func (PerformanceInsightsReferenceScalar) GoString

func (s PerformanceInsightsReferenceScalar) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsReferenceScalar) SetValue

func (s *PerformanceInsightsReferenceScalar) SetValue(v float64) *PerformanceInsightsReferenceScalar

SetValue sets the Value field's value.

func (PerformanceInsightsReferenceScalar) String

func (s PerformanceInsightsReferenceScalar) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PerformanceInsightsStat

type PerformanceInsightsStat struct {

    // The statistic type.
    Type *string `type:"string"`

    // The value of the statistic.
    Value *float64 `type:"double"`
    // contains filtered or unexported fields
}

A statistic in a Performance Insights collection.

func (PerformanceInsightsStat) GoString

func (s PerformanceInsightsStat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PerformanceInsightsStat) SetType

func (s *PerformanceInsightsStat) SetType(v string) *PerformanceInsightsStat

SetType sets the Type field's value.

func (*PerformanceInsightsStat) SetValue

func (s *PerformanceInsightsStat) SetValue(v float64) *PerformanceInsightsStat

SetValue sets the Value field's value.

func (PerformanceInsightsStat) String

func (s PerformanceInsightsStat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PredictionTimeRange

type PredictionTimeRange struct {

    // The time when the behavior in a proactive insight is expected to end.
    EndTime *time.Time `type:"timestamp"`

    // The time range during which a metric limit is expected to be exceeded. This
    // applies to proactive insights only.
    //
    // StartTime is a required field
    StartTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.

func (PredictionTimeRange) GoString

func (s PredictionTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredictionTimeRange) SetEndTime

func (s *PredictionTimeRange) SetEndTime(v time.Time) *PredictionTimeRange

SetEndTime sets the EndTime field's value.

func (*PredictionTimeRange) SetStartTime

func (s *PredictionTimeRange) SetStartTime(v time.Time) *PredictionTimeRange

SetStartTime sets the StartTime field's value.

func (PredictionTimeRange) String

func (s PredictionTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProactiveAnomaly

type ProactiveAnomaly struct {

    // An AnomalyReportedTimeRange object that specifies the time range between
    // when the anomaly is opened and the time when it is closed.
    AnomalyReportedTimeRange *AnomalyReportedTimeRange `type:"structure"`

    // Information about a resource in which DevOps Guru detected anomalous behavior.
    AnomalyResources []*AnomalyResource `type:"list"`

    // A time range that specifies when the observed unusual behavior in an anomaly
    // started and ended. This is different from AnomalyReportedTimeRange, which
    // specifies the time range when DevOps Guru opens and then closes an anomaly.
    AnomalyTimeRange *AnomalyTimeRange `type:"structure"`

    // The ID of the insight that contains this anomaly. An insight is composed
    // of related anomalies.
    AssociatedInsightId *string `min:"1" type:"string"`

    // A description of the proactive anomaly.
    Description *string `type:"string"`

    // The ID of a proactive anomaly.
    Id *string `min:"1" type:"string"`

    // A threshold that was exceeded by behavior in analyzed resources. Exceeding
    // this threshold is related to the anomalous behavior that generated this anomaly.
    Limit *float64 `type:"double"`

    // The time range during which anomalous behavior in a proactive anomaly or
    // an insight is expected to occur.
    PredictionTimeRange *PredictionTimeRange `type:"structure"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The severity of the anomaly. The severity of anomalies that generate an insight
    // determine that insight's severity. For more information, see Understanding
    // insight severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"AnomalySeverity"`

    // Details about the source of the analyzed operational data that triggered
    // the anomaly. The one supported source is Amazon CloudWatch metrics.
    SourceDetails *AnomalySourceDetails `type:"structure"`

    // The metadata for the anomaly.
    SourceMetadata *AnomalySourceMetadata `type:"structure"`

    // The status of a proactive anomaly.
    Status *string `type:"string" enum:"AnomalyStatus"`

    // The time of the anomaly's most recent update.
    UpdateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Information about an anomaly. This object is returned by ListAnomalies.

func (ProactiveAnomaly) GoString

func (s ProactiveAnomaly) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProactiveAnomaly) SetAnomalyReportedTimeRange

func (s *ProactiveAnomaly) SetAnomalyReportedTimeRange(v *AnomalyReportedTimeRange) *ProactiveAnomaly

SetAnomalyReportedTimeRange sets the AnomalyReportedTimeRange field's value.

func (*ProactiveAnomaly) SetAnomalyResources

func (s *ProactiveAnomaly) SetAnomalyResources(v []*AnomalyResource) *ProactiveAnomaly

SetAnomalyResources sets the AnomalyResources field's value.

func (*ProactiveAnomaly) SetAnomalyTimeRange

func (s *ProactiveAnomaly) SetAnomalyTimeRange(v *AnomalyTimeRange) *ProactiveAnomaly

SetAnomalyTimeRange sets the AnomalyTimeRange field's value.

func (*ProactiveAnomaly) SetAssociatedInsightId

func (s *ProactiveAnomaly) SetAssociatedInsightId(v string) *ProactiveAnomaly

SetAssociatedInsightId sets the AssociatedInsightId field's value.

func (*ProactiveAnomaly) SetDescription

func (s *ProactiveAnomaly) SetDescription(v string) *ProactiveAnomaly

SetDescription sets the Description field's value.

func (*ProactiveAnomaly) SetId

func (s *ProactiveAnomaly) SetId(v string) *ProactiveAnomaly

SetId sets the Id field's value.

func (*ProactiveAnomaly) SetLimit

func (s *ProactiveAnomaly) SetLimit(v float64) *ProactiveAnomaly

SetLimit sets the Limit field's value.

func (*ProactiveAnomaly) SetPredictionTimeRange

func (s *ProactiveAnomaly) SetPredictionTimeRange(v *PredictionTimeRange) *ProactiveAnomaly

SetPredictionTimeRange sets the PredictionTimeRange field's value.

func (*ProactiveAnomaly) SetResourceCollection

func (s *ProactiveAnomaly) SetResourceCollection(v *ResourceCollection) *ProactiveAnomaly

SetResourceCollection sets the ResourceCollection field's value.

func (*ProactiveAnomaly) SetSeverity

func (s *ProactiveAnomaly) SetSeverity(v string) *ProactiveAnomaly

SetSeverity sets the Severity field's value.

func (*ProactiveAnomaly) SetSourceDetails

func (s *ProactiveAnomaly) SetSourceDetails(v *AnomalySourceDetails) *ProactiveAnomaly

SetSourceDetails sets the SourceDetails field's value.

func (*ProactiveAnomaly) SetSourceMetadata

func (s *ProactiveAnomaly) SetSourceMetadata(v *AnomalySourceMetadata) *ProactiveAnomaly

SetSourceMetadata sets the SourceMetadata field's value.

func (*ProactiveAnomaly) SetStatus

func (s *ProactiveAnomaly) SetStatus(v string) *ProactiveAnomaly

SetStatus sets the Status field's value.

func (*ProactiveAnomaly) SetUpdateTime

func (s *ProactiveAnomaly) SetUpdateTime(v time.Time) *ProactiveAnomaly

SetUpdateTime sets the UpdateTime field's value.

func (ProactiveAnomaly) String

func (s ProactiveAnomaly) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProactiveAnomalySummary

type ProactiveAnomalySummary struct {

    // An AnomalyReportedTimeRange object that specifies the time range between
    // when the anomaly is opened and the time when it is closed.
    AnomalyReportedTimeRange *AnomalyReportedTimeRange `type:"structure"`

    // Information about a resource in which DevOps Guru detected anomalous behavior.
    AnomalyResources []*AnomalyResource `type:"list"`

    // A time range that specifies when the observed unusual behavior in an anomaly
    // started and ended. This is different from AnomalyReportedTimeRange, which
    // specifies the time range when DevOps Guru opens and then closes an anomaly.
    AnomalyTimeRange *AnomalyTimeRange `type:"structure"`

    // The ID of the insight that contains this anomaly. An insight is composed
    // of related anomalies.
    AssociatedInsightId *string `min:"1" type:"string"`

    // A description of the proactive anomaly.
    Description *string `type:"string"`

    // The ID of the anomaly.
    Id *string `min:"1" type:"string"`

    // A threshold that was exceeded by behavior in analyzed resources. Exceeding
    // this threshold is related to the anomalous behavior that generated this anomaly.
    Limit *float64 `type:"double"`

    // The time range during which anomalous behavior in a proactive anomaly or
    // an insight is expected to occur.
    PredictionTimeRange *PredictionTimeRange `type:"structure"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The severity of the anomaly. The severity of anomalies that generate an insight
    // determine that insight's severity. For more information, see Understanding
    // insight severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"AnomalySeverity"`

    // Details about the source of the analyzed operational data that triggered
    // the anomaly. The one supported source is Amazon CloudWatch metrics.
    SourceDetails *AnomalySourceDetails `type:"structure"`

    // The metadata of the source which detects proactive anomalies.
    SourceMetadata *AnomalySourceMetadata `type:"structure"`

    // The status of the anomaly.
    Status *string `type:"string" enum:"AnomalyStatus"`

    // The time of the anomaly's most recent update.
    UpdateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Details about a proactive anomaly. This object is returned by DescribeAnomaly.

func (ProactiveAnomalySummary) GoString

func (s ProactiveAnomalySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProactiveAnomalySummary) SetAnomalyReportedTimeRange

func (s *ProactiveAnomalySummary) SetAnomalyReportedTimeRange(v *AnomalyReportedTimeRange) *ProactiveAnomalySummary

SetAnomalyReportedTimeRange sets the AnomalyReportedTimeRange field's value.

func (*ProactiveAnomalySummary) SetAnomalyResources

func (s *ProactiveAnomalySummary) SetAnomalyResources(v []*AnomalyResource) *ProactiveAnomalySummary

SetAnomalyResources sets the AnomalyResources field's value.

func (*ProactiveAnomalySummary) SetAnomalyTimeRange

func (s *ProactiveAnomalySummary) SetAnomalyTimeRange(v *AnomalyTimeRange) *ProactiveAnomalySummary

SetAnomalyTimeRange sets the AnomalyTimeRange field's value.

func (*ProactiveAnomalySummary) SetAssociatedInsightId

func (s *ProactiveAnomalySummary) SetAssociatedInsightId(v string) *ProactiveAnomalySummary

SetAssociatedInsightId sets the AssociatedInsightId field's value.

func (*ProactiveAnomalySummary) SetDescription

func (s *ProactiveAnomalySummary) SetDescription(v string) *ProactiveAnomalySummary

SetDescription sets the Description field's value.

func (*ProactiveAnomalySummary) SetId

func (s *ProactiveAnomalySummary) SetId(v string) *ProactiveAnomalySummary

SetId sets the Id field's value.

func (*ProactiveAnomalySummary) SetLimit

func (s *ProactiveAnomalySummary) SetLimit(v float64) *ProactiveAnomalySummary

SetLimit sets the Limit field's value.

func (*ProactiveAnomalySummary) SetPredictionTimeRange

func (s *ProactiveAnomalySummary) SetPredictionTimeRange(v *PredictionTimeRange) *ProactiveAnomalySummary

SetPredictionTimeRange sets the PredictionTimeRange field's value.

func (*ProactiveAnomalySummary) SetResourceCollection

func (s *ProactiveAnomalySummary) SetResourceCollection(v *ResourceCollection) *ProactiveAnomalySummary

SetResourceCollection sets the ResourceCollection field's value.

func (*ProactiveAnomalySummary) SetSeverity

func (s *ProactiveAnomalySummary) SetSeverity(v string) *ProactiveAnomalySummary

SetSeverity sets the Severity field's value.

func (*ProactiveAnomalySummary) SetSourceDetails

func (s *ProactiveAnomalySummary) SetSourceDetails(v *AnomalySourceDetails) *ProactiveAnomalySummary

SetSourceDetails sets the SourceDetails field's value.

func (*ProactiveAnomalySummary) SetSourceMetadata

func (s *ProactiveAnomalySummary) SetSourceMetadata(v *AnomalySourceMetadata) *ProactiveAnomalySummary

SetSourceMetadata sets the SourceMetadata field's value.

func (*ProactiveAnomalySummary) SetStatus

func (s *ProactiveAnomalySummary) SetStatus(v string) *ProactiveAnomalySummary

SetStatus sets the Status field's value.

func (*ProactiveAnomalySummary) SetUpdateTime

func (s *ProactiveAnomalySummary) SetUpdateTime(v time.Time) *ProactiveAnomalySummary

SetUpdateTime sets the UpdateTime field's value.

func (ProactiveAnomalySummary) String

func (s ProactiveAnomalySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProactiveInsight

type ProactiveInsight struct {

    // Describes the proactive insight.
    Description *string `type:"string"`

    // The ID of the proactive insight.
    Id *string `min:"1" type:"string"`

    // A time ranged that specifies when the observed behavior in an insight started
    // and ended.
    InsightTimeRange *InsightTimeRange `type:"structure"`

    // The name of the proactive insight.
    Name *string `min:"1" type:"string"`

    // The time range during which anomalous behavior in a proactive anomaly or
    // an insight is expected to occur.
    PredictionTimeRange *PredictionTimeRange `type:"structure"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The severity of the insight. For more information, see Understanding insight
    // severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"InsightSeverity"`

    // The ID of the Amazon Web Services System Manager OpsItem created for this
    // insight. You must enable the creation of OpstItems insights before they are
    // created for each insight.
    SsmOpsItemId *string `min:"1" type:"string"`

    // The status of the proactive insight.
    Status *string `type:"string" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Details about a proactive insight. This object is returned by ListInsights.

func (ProactiveInsight) GoString

func (s ProactiveInsight) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProactiveInsight) SetDescription

func (s *ProactiveInsight) SetDescription(v string) *ProactiveInsight

SetDescription sets the Description field's value.

func (*ProactiveInsight) SetId

func (s *ProactiveInsight) SetId(v string) *ProactiveInsight

SetId sets the Id field's value.

func (*ProactiveInsight) SetInsightTimeRange

func (s *ProactiveInsight) SetInsightTimeRange(v *InsightTimeRange) *ProactiveInsight

SetInsightTimeRange sets the InsightTimeRange field's value.

func (*ProactiveInsight) SetName

func (s *ProactiveInsight) SetName(v string) *ProactiveInsight

SetName sets the Name field's value.

func (*ProactiveInsight) SetPredictionTimeRange

func (s *ProactiveInsight) SetPredictionTimeRange(v *PredictionTimeRange) *ProactiveInsight

SetPredictionTimeRange sets the PredictionTimeRange field's value.

func (*ProactiveInsight) SetResourceCollection

func (s *ProactiveInsight) SetResourceCollection(v *ResourceCollection) *ProactiveInsight

SetResourceCollection sets the ResourceCollection field's value.

func (*ProactiveInsight) SetSeverity

func (s *ProactiveInsight) SetSeverity(v string) *ProactiveInsight

SetSeverity sets the Severity field's value.

func (*ProactiveInsight) SetSsmOpsItemId

func (s *ProactiveInsight) SetSsmOpsItemId(v string) *ProactiveInsight

SetSsmOpsItemId sets the SsmOpsItemId field's value.

func (*ProactiveInsight) SetStatus

func (s *ProactiveInsight) SetStatus(v string) *ProactiveInsight

SetStatus sets the Status field's value.

func (ProactiveInsight) String

func (s ProactiveInsight) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProactiveInsightSummary

type ProactiveInsightSummary struct {

    // The Amazon Resource Names (ARNs) of the Amazon Web Services resources that
    // generated this insight.
    AssociatedResourceArns []*string `type:"list"`

    // The ID of the proactive insight.
    Id *string `min:"1" type:"string"`

    // A time ranged that specifies when the observed behavior in an insight started
    // and ended.
    InsightTimeRange *InsightTimeRange `type:"structure"`

    // The name of the proactive insight.
    Name *string `min:"1" type:"string"`

    // The time range during which anomalous behavior in a proactive anomaly or
    // an insight is expected to occur.
    PredictionTimeRange *PredictionTimeRange `type:"structure"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`

    // The severity of the insight. For more information, see Understanding insight
    // severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"InsightSeverity"`

    // The status of the proactive insight.
    Status *string `type:"string" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Details about a proactive insight. This object is returned by DescribeInsight.

func (ProactiveInsightSummary) GoString

func (s ProactiveInsightSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProactiveInsightSummary) SetAssociatedResourceArns

func (s *ProactiveInsightSummary) SetAssociatedResourceArns(v []*string) *ProactiveInsightSummary

SetAssociatedResourceArns sets the AssociatedResourceArns field's value.

func (*ProactiveInsightSummary) SetId

func (s *ProactiveInsightSummary) SetId(v string) *ProactiveInsightSummary

SetId sets the Id field's value.

func (*ProactiveInsightSummary) SetInsightTimeRange

func (s *ProactiveInsightSummary) SetInsightTimeRange(v *InsightTimeRange) *ProactiveInsightSummary

SetInsightTimeRange sets the InsightTimeRange field's value.

func (*ProactiveInsightSummary) SetName

func (s *ProactiveInsightSummary) SetName(v string) *ProactiveInsightSummary

SetName sets the Name field's value.

func (*ProactiveInsightSummary) SetPredictionTimeRange

func (s *ProactiveInsightSummary) SetPredictionTimeRange(v *PredictionTimeRange) *ProactiveInsightSummary

SetPredictionTimeRange sets the PredictionTimeRange field's value.

func (*ProactiveInsightSummary) SetResourceCollection

func (s *ProactiveInsightSummary) SetResourceCollection(v *ResourceCollection) *ProactiveInsightSummary

SetResourceCollection sets the ResourceCollection field's value.

func (*ProactiveInsightSummary) SetServiceCollection

func (s *ProactiveInsightSummary) SetServiceCollection(v *ServiceCollection) *ProactiveInsightSummary

SetServiceCollection sets the ServiceCollection field's value.

func (*ProactiveInsightSummary) SetSeverity

func (s *ProactiveInsightSummary) SetSeverity(v string) *ProactiveInsightSummary

SetSeverity sets the Severity field's value.

func (*ProactiveInsightSummary) SetStatus

func (s *ProactiveInsightSummary) SetStatus(v string) *ProactiveInsightSummary

SetStatus sets the Status field's value.

func (ProactiveInsightSummary) String

func (s ProactiveInsightSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProactiveOrganizationInsightSummary

type ProactiveOrganizationInsightSummary struct {

    // The ID of the Amazon Web Services account.
    AccountId *string `min:"12" type:"string"`

    // The ID of the insight summary.
    Id *string `min:"1" type:"string"`

    // A time ranged that specifies when the observed behavior in an insight started
    // and ended.
    InsightTimeRange *InsightTimeRange `type:"structure"`

    // The name of the insight summary.
    Name *string `min:"1" type:"string"`

    // The ID of the organizational unit.
    OrganizationalUnitId *string `type:"string"`

    // The time range during which anomalous behavior in a proactive anomaly or
    // an insight is expected to occur.
    PredictionTimeRange *PredictionTimeRange `type:"structure"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`

    // An array of severity values used to search for insights. For more information,
    // see Understanding insight severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"InsightSeverity"`

    // An array of status values used to search for insights.
    Status *string `type:"string" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Details about a proactive insight. This object is returned by DescribeInsight.

func (ProactiveOrganizationInsightSummary) GoString

func (s ProactiveOrganizationInsightSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProactiveOrganizationInsightSummary) SetAccountId

func (s *ProactiveOrganizationInsightSummary) SetAccountId(v string) *ProactiveOrganizationInsightSummary

SetAccountId sets the AccountId field's value.

func (*ProactiveOrganizationInsightSummary) SetId

func (s *ProactiveOrganizationInsightSummary) SetId(v string) *ProactiveOrganizationInsightSummary

SetId sets the Id field's value.

func (*ProactiveOrganizationInsightSummary) SetInsightTimeRange

func (s *ProactiveOrganizationInsightSummary) SetInsightTimeRange(v *InsightTimeRange) *ProactiveOrganizationInsightSummary

SetInsightTimeRange sets the InsightTimeRange field's value.

func (*ProactiveOrganizationInsightSummary) SetName

func (s *ProactiveOrganizationInsightSummary) SetName(v string) *ProactiveOrganizationInsightSummary

SetName sets the Name field's value.

func (*ProactiveOrganizationInsightSummary) SetOrganizationalUnitId

func (s *ProactiveOrganizationInsightSummary) SetOrganizationalUnitId(v string) *ProactiveOrganizationInsightSummary

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (*ProactiveOrganizationInsightSummary) SetPredictionTimeRange

func (s *ProactiveOrganizationInsightSummary) SetPredictionTimeRange(v *PredictionTimeRange) *ProactiveOrganizationInsightSummary

SetPredictionTimeRange sets the PredictionTimeRange field's value.

func (*ProactiveOrganizationInsightSummary) SetResourceCollection

func (s *ProactiveOrganizationInsightSummary) SetResourceCollection(v *ResourceCollection) *ProactiveOrganizationInsightSummary

SetResourceCollection sets the ResourceCollection field's value.

func (*ProactiveOrganizationInsightSummary) SetServiceCollection

func (s *ProactiveOrganizationInsightSummary) SetServiceCollection(v *ServiceCollection) *ProactiveOrganizationInsightSummary

SetServiceCollection sets the ServiceCollection field's value.

func (*ProactiveOrganizationInsightSummary) SetSeverity

func (s *ProactiveOrganizationInsightSummary) SetSeverity(v string) *ProactiveOrganizationInsightSummary

SetSeverity sets the Severity field's value.

func (*ProactiveOrganizationInsightSummary) SetStatus

func (s *ProactiveOrganizationInsightSummary) SetStatus(v string) *ProactiveOrganizationInsightSummary

SetStatus sets the Status field's value.

func (ProactiveOrganizationInsightSummary) String

func (s ProactiveOrganizationInsightSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutFeedbackInput

type PutFeedbackInput struct {

    // The feedback from customers is about the recommendations in this insight.
    InsightFeedback *InsightFeedback `type:"structure"`
    // contains filtered or unexported fields
}

func (PutFeedbackInput) GoString

func (s PutFeedbackInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutFeedbackInput) SetInsightFeedback

func (s *PutFeedbackInput) SetInsightFeedback(v *InsightFeedback) *PutFeedbackInput

SetInsightFeedback sets the InsightFeedback field's value.

func (PutFeedbackInput) String

func (s PutFeedbackInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutFeedbackInput) Validate

func (s *PutFeedbackInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutFeedbackOutput

type PutFeedbackOutput struct {
    // contains filtered or unexported fields
}

func (PutFeedbackOutput) GoString

func (s PutFeedbackOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutFeedbackOutput) String

func (s PutFeedbackOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReactiveAnomaly

type ReactiveAnomaly struct {

    // An AnomalyReportedTimeRange object that specifies the time range between
    // when the anomaly is opened and the time when it is closed.
    AnomalyReportedTimeRange *AnomalyReportedTimeRange `type:"structure"`

    // The Amazon Web Services resources in which anomalous behavior was detected
    // by DevOps Guru.
    AnomalyResources []*AnomalyResource `type:"list"`

    // A time range that specifies when the observed unusual behavior in an anomaly
    // started and ended. This is different from AnomalyReportedTimeRange, which
    // specifies the time range when DevOps Guru opens and then closes an anomaly.
    AnomalyTimeRange *AnomalyTimeRange `type:"structure"`

    // The ID of the insight that contains this anomaly. An insight is composed
    // of related anomalies.
    AssociatedInsightId *string `min:"1" type:"string"`

    // The ID of the causal anomaly that is associated with this reactive anomaly.
    // The ID of a `CAUSAL` anomaly is always `NULL`.
    CausalAnomalyId *string `min:"1" type:"string"`

    // A description of the reactive anomaly.
    Description *string `type:"string"`

    // The ID of the reactive anomaly.
    Id *string `min:"1" type:"string"`

    // The name of the reactive anomaly.
    Name *string `type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The severity of the anomaly. The severity of anomalies that generate an insight
    // determine that insight's severity. For more information, see Understanding
    // insight severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"AnomalySeverity"`

    // Details about the source of the analyzed operational data that triggered
    // the anomaly. The one supported source is Amazon CloudWatch metrics.
    SourceDetails *AnomalySourceDetails `type:"structure"`

    // The status of the anomaly.
    Status *string `type:"string" enum:"AnomalyStatus"`

    // The type of the reactive anomaly. It can be one of the following types.
    //
    //    * CAUSAL - the anomaly can cause a new insight.
    //
    //    * CONTEXTUAL - the anomaly contains additional information about an insight
    //    or its causal anomaly.
    Type *string `type:"string" enum:"AnomalyType"`
    // contains filtered or unexported fields
}

Details about a reactive anomaly. This object is returned by ListAnomalies.

func (ReactiveAnomaly) GoString

func (s ReactiveAnomaly) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReactiveAnomaly) SetAnomalyReportedTimeRange

func (s *ReactiveAnomaly) SetAnomalyReportedTimeRange(v *AnomalyReportedTimeRange) *ReactiveAnomaly

SetAnomalyReportedTimeRange sets the AnomalyReportedTimeRange field's value.

func (*ReactiveAnomaly) SetAnomalyResources

func (s *ReactiveAnomaly) SetAnomalyResources(v []*AnomalyResource) *ReactiveAnomaly

SetAnomalyResources sets the AnomalyResources field's value.

func (*ReactiveAnomaly) SetAnomalyTimeRange

func (s *ReactiveAnomaly) SetAnomalyTimeRange(v *AnomalyTimeRange) *ReactiveAnomaly

SetAnomalyTimeRange sets the AnomalyTimeRange field's value.

func (*ReactiveAnomaly) SetAssociatedInsightId

func (s *ReactiveAnomaly) SetAssociatedInsightId(v string) *ReactiveAnomaly

SetAssociatedInsightId sets the AssociatedInsightId field's value.

func (*ReactiveAnomaly) SetCausalAnomalyId

func (s *ReactiveAnomaly) SetCausalAnomalyId(v string) *ReactiveAnomaly

SetCausalAnomalyId sets the CausalAnomalyId field's value.

func (*ReactiveAnomaly) SetDescription

func (s *ReactiveAnomaly) SetDescription(v string) *ReactiveAnomaly

SetDescription sets the Description field's value.

func (*ReactiveAnomaly) SetId

func (s *ReactiveAnomaly) SetId(v string) *ReactiveAnomaly

SetId sets the Id field's value.

func (*ReactiveAnomaly) SetName

func (s *ReactiveAnomaly) SetName(v string) *ReactiveAnomaly

SetName sets the Name field's value.

func (*ReactiveAnomaly) SetResourceCollection

func (s *ReactiveAnomaly) SetResourceCollection(v *ResourceCollection) *ReactiveAnomaly

SetResourceCollection sets the ResourceCollection field's value.

func (*ReactiveAnomaly) SetSeverity

func (s *ReactiveAnomaly) SetSeverity(v string) *ReactiveAnomaly

SetSeverity sets the Severity field's value.

func (*ReactiveAnomaly) SetSourceDetails

func (s *ReactiveAnomaly) SetSourceDetails(v *AnomalySourceDetails) *ReactiveAnomaly

SetSourceDetails sets the SourceDetails field's value.

func (*ReactiveAnomaly) SetStatus

func (s *ReactiveAnomaly) SetStatus(v string) *ReactiveAnomaly

SetStatus sets the Status field's value.

func (*ReactiveAnomaly) SetType

func (s *ReactiveAnomaly) SetType(v string) *ReactiveAnomaly

SetType sets the Type field's value.

func (ReactiveAnomaly) String

func (s ReactiveAnomaly) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReactiveAnomalySummary

type ReactiveAnomalySummary struct {

    // An AnomalyReportedTimeRange object that specifies the time range between
    // when the anomaly is opened and the time when it is closed.
    AnomalyReportedTimeRange *AnomalyReportedTimeRange `type:"structure"`

    // The Amazon Web Services resources in which anomalous behavior was detected
    // by DevOps Guru.
    AnomalyResources []*AnomalyResource `type:"list"`

    // A time range that specifies when the observed unusual behavior in an anomaly
    // started and ended. This is different from AnomalyReportedTimeRange, which
    // specifies the time range when DevOps Guru opens and then closes an anomaly.
    AnomalyTimeRange *AnomalyTimeRange `type:"structure"`

    // The ID of the insight that contains this anomaly. An insight is composed
    // of related anomalies.
    AssociatedInsightId *string `min:"1" type:"string"`

    // The ID of the causal anomaly that is associated with this reactive anomaly.
    // The ID of a `CAUSAL` anomaly is always `NULL`.
    CausalAnomalyId *string `min:"1" type:"string"`

    // A description of the reactive anomaly.
    Description *string `type:"string"`

    // The ID of the reactive anomaly.
    Id *string `min:"1" type:"string"`

    // The name of the reactive anomaly.
    Name *string `type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The severity of the anomaly. The severity of anomalies that generate an insight
    // determine that insight's severity. For more information, see Understanding
    // insight severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"AnomalySeverity"`

    // Details about the source of the analyzed operational data that triggered
    // the anomaly. The one supported source is Amazon CloudWatch metrics.
    SourceDetails *AnomalySourceDetails `type:"structure"`

    // The status of the reactive anomaly.
    Status *string `type:"string" enum:"AnomalyStatus"`

    // The type of the reactive anomaly. It can be one of the following types.
    //
    //    * CAUSAL - the anomaly can cause a new insight.
    //
    //    * CONTEXTUAL - the anomaly contains additional information about an insight
    //    or its causal anomaly.
    Type *string `type:"string" enum:"AnomalyType"`
    // contains filtered or unexported fields
}

Details about a reactive anomaly. This object is returned by DescribeAnomaly.

func (ReactiveAnomalySummary) GoString

func (s ReactiveAnomalySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReactiveAnomalySummary) SetAnomalyReportedTimeRange

func (s *ReactiveAnomalySummary) SetAnomalyReportedTimeRange(v *AnomalyReportedTimeRange) *ReactiveAnomalySummary

SetAnomalyReportedTimeRange sets the AnomalyReportedTimeRange field's value.

func (*ReactiveAnomalySummary) SetAnomalyResources

func (s *ReactiveAnomalySummary) SetAnomalyResources(v []*AnomalyResource) *ReactiveAnomalySummary

SetAnomalyResources sets the AnomalyResources field's value.

func (*ReactiveAnomalySummary) SetAnomalyTimeRange

func (s *ReactiveAnomalySummary) SetAnomalyTimeRange(v *AnomalyTimeRange) *ReactiveAnomalySummary

SetAnomalyTimeRange sets the AnomalyTimeRange field's value.

func (*ReactiveAnomalySummary) SetAssociatedInsightId

func (s *ReactiveAnomalySummary) SetAssociatedInsightId(v string) *ReactiveAnomalySummary

SetAssociatedInsightId sets the AssociatedInsightId field's value.

func (*ReactiveAnomalySummary) SetCausalAnomalyId

func (s *ReactiveAnomalySummary) SetCausalAnomalyId(v string) *ReactiveAnomalySummary

SetCausalAnomalyId sets the CausalAnomalyId field's value.

func (*ReactiveAnomalySummary) SetDescription

func (s *ReactiveAnomalySummary) SetDescription(v string) *ReactiveAnomalySummary

SetDescription sets the Description field's value.

func (*ReactiveAnomalySummary) SetId

func (s *ReactiveAnomalySummary) SetId(v string) *ReactiveAnomalySummary

SetId sets the Id field's value.

func (*ReactiveAnomalySummary) SetName

func (s *ReactiveAnomalySummary) SetName(v string) *ReactiveAnomalySummary

SetName sets the Name field's value.

func (*ReactiveAnomalySummary) SetResourceCollection

func (s *ReactiveAnomalySummary) SetResourceCollection(v *ResourceCollection) *ReactiveAnomalySummary

SetResourceCollection sets the ResourceCollection field's value.

func (*ReactiveAnomalySummary) SetSeverity

func (s *ReactiveAnomalySummary) SetSeverity(v string) *ReactiveAnomalySummary

SetSeverity sets the Severity field's value.

func (*ReactiveAnomalySummary) SetSourceDetails

func (s *ReactiveAnomalySummary) SetSourceDetails(v *AnomalySourceDetails) *ReactiveAnomalySummary

SetSourceDetails sets the SourceDetails field's value.

func (*ReactiveAnomalySummary) SetStatus

func (s *ReactiveAnomalySummary) SetStatus(v string) *ReactiveAnomalySummary

SetStatus sets the Status field's value.

func (*ReactiveAnomalySummary) SetType

func (s *ReactiveAnomalySummary) SetType(v string) *ReactiveAnomalySummary

SetType sets the Type field's value.

func (ReactiveAnomalySummary) String

func (s ReactiveAnomalySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReactiveInsight

type ReactiveInsight struct {

    // Describes the reactive insight.
    Description *string `type:"string"`

    // The ID of a reactive insight.
    Id *string `min:"1" type:"string"`

    // A time ranged that specifies when the observed behavior in an insight started
    // and ended.
    InsightTimeRange *InsightTimeRange `type:"structure"`

    // The name of a reactive insight.
    Name *string `min:"1" type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // The severity of the insight. For more information, see Understanding insight
    // severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"InsightSeverity"`

    // The ID of the Amazon Web Services System Manager OpsItem created for this
    // insight. You must enable the creation of OpstItems insights before they are
    // created for each insight.
    SsmOpsItemId *string `min:"1" type:"string"`

    // The status of a reactive insight.
    Status *string `type:"string" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Information about a reactive insight. This object is returned by ListInsights.

func (ReactiveInsight) GoString

func (s ReactiveInsight) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReactiveInsight) SetDescription

func (s *ReactiveInsight) SetDescription(v string) *ReactiveInsight

SetDescription sets the Description field's value.

func (*ReactiveInsight) SetId

func (s *ReactiveInsight) SetId(v string) *ReactiveInsight

SetId sets the Id field's value.

func (*ReactiveInsight) SetInsightTimeRange

func (s *ReactiveInsight) SetInsightTimeRange(v *InsightTimeRange) *ReactiveInsight

SetInsightTimeRange sets the InsightTimeRange field's value.

func (*ReactiveInsight) SetName

func (s *ReactiveInsight) SetName(v string) *ReactiveInsight

SetName sets the Name field's value.

func (*ReactiveInsight) SetResourceCollection

func (s *ReactiveInsight) SetResourceCollection(v *ResourceCollection) *ReactiveInsight

SetResourceCollection sets the ResourceCollection field's value.

func (*ReactiveInsight) SetSeverity

func (s *ReactiveInsight) SetSeverity(v string) *ReactiveInsight

SetSeverity sets the Severity field's value.

func (*ReactiveInsight) SetSsmOpsItemId

func (s *ReactiveInsight) SetSsmOpsItemId(v string) *ReactiveInsight

SetSsmOpsItemId sets the SsmOpsItemId field's value.

func (*ReactiveInsight) SetStatus

func (s *ReactiveInsight) SetStatus(v string) *ReactiveInsight

SetStatus sets the Status field's value.

func (ReactiveInsight) String

func (s ReactiveInsight) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReactiveInsightSummary

type ReactiveInsightSummary struct {

    // The Amazon Resource Names (ARNs) of the Amazon Web Services resources that
    // generated this insight.
    AssociatedResourceArns []*string `type:"list"`

    // The ID of a reactive summary.
    Id *string `min:"1" type:"string"`

    // A time ranged that specifies when the observed behavior in an insight started
    // and ended.
    InsightTimeRange *InsightTimeRange `type:"structure"`

    // The name of a reactive insight.
    Name *string `min:"1" type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`

    // The severity of the insight. For more information, see Understanding insight
    // severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"InsightSeverity"`

    // The status of a reactive insight.
    Status *string `type:"string" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Information about a reactive insight. This object is returned by DescribeInsight.

func (ReactiveInsightSummary) GoString

func (s ReactiveInsightSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReactiveInsightSummary) SetAssociatedResourceArns

func (s *ReactiveInsightSummary) SetAssociatedResourceArns(v []*string) *ReactiveInsightSummary

SetAssociatedResourceArns sets the AssociatedResourceArns field's value.

func (*ReactiveInsightSummary) SetId

func (s *ReactiveInsightSummary) SetId(v string) *ReactiveInsightSummary

SetId sets the Id field's value.

func (*ReactiveInsightSummary) SetInsightTimeRange

func (s *ReactiveInsightSummary) SetInsightTimeRange(v *InsightTimeRange) *ReactiveInsightSummary

SetInsightTimeRange sets the InsightTimeRange field's value.

func (*ReactiveInsightSummary) SetName

func (s *ReactiveInsightSummary) SetName(v string) *ReactiveInsightSummary

SetName sets the Name field's value.

func (*ReactiveInsightSummary) SetResourceCollection

func (s *ReactiveInsightSummary) SetResourceCollection(v *ResourceCollection) *ReactiveInsightSummary

SetResourceCollection sets the ResourceCollection field's value.

func (*ReactiveInsightSummary) SetServiceCollection

func (s *ReactiveInsightSummary) SetServiceCollection(v *ServiceCollection) *ReactiveInsightSummary

SetServiceCollection sets the ServiceCollection field's value.

func (*ReactiveInsightSummary) SetSeverity

func (s *ReactiveInsightSummary) SetSeverity(v string) *ReactiveInsightSummary

SetSeverity sets the Severity field's value.

func (*ReactiveInsightSummary) SetStatus

func (s *ReactiveInsightSummary) SetStatus(v string) *ReactiveInsightSummary

SetStatus sets the Status field's value.

func (ReactiveInsightSummary) String

func (s ReactiveInsightSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReactiveOrganizationInsightSummary

type ReactiveOrganizationInsightSummary struct {

    // The ID of the Amazon Web Services account.
    AccountId *string `min:"12" type:"string"`

    // The ID of the insight summary.
    Id *string `min:"1" type:"string"`

    // A time ranged that specifies when the observed behavior in an insight started
    // and ended.
    InsightTimeRange *InsightTimeRange `type:"structure"`

    // The name of the insight summary.
    Name *string `min:"1" type:"string"`

    // The ID of the organizational unit.
    OrganizationalUnitId *string `type:"string"`

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`

    // An array of severity values used to search for insights. For more information,
    // see Understanding insight severities (https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities)
    // in the Amazon DevOps Guru User Guide.
    Severity *string `type:"string" enum:"InsightSeverity"`

    // An array of status values used to search for insights.
    Status *string `type:"string" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Information about a reactive insight. This object is returned by DescribeInsight.

func (ReactiveOrganizationInsightSummary) GoString

func (s ReactiveOrganizationInsightSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReactiveOrganizationInsightSummary) SetAccountId

func (s *ReactiveOrganizationInsightSummary) SetAccountId(v string) *ReactiveOrganizationInsightSummary

SetAccountId sets the AccountId field's value.

func (*ReactiveOrganizationInsightSummary) SetId

func (s *ReactiveOrganizationInsightSummary) SetId(v string) *ReactiveOrganizationInsightSummary

SetId sets the Id field's value.

func (*ReactiveOrganizationInsightSummary) SetInsightTimeRange

func (s *ReactiveOrganizationInsightSummary) SetInsightTimeRange(v *InsightTimeRange) *ReactiveOrganizationInsightSummary

SetInsightTimeRange sets the InsightTimeRange field's value.

func (*ReactiveOrganizationInsightSummary) SetName

func (s *ReactiveOrganizationInsightSummary) SetName(v string) *ReactiveOrganizationInsightSummary

SetName sets the Name field's value.

func (*ReactiveOrganizationInsightSummary) SetOrganizationalUnitId

func (s *ReactiveOrganizationInsightSummary) SetOrganizationalUnitId(v string) *ReactiveOrganizationInsightSummary

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (*ReactiveOrganizationInsightSummary) SetResourceCollection

func (s *ReactiveOrganizationInsightSummary) SetResourceCollection(v *ResourceCollection) *ReactiveOrganizationInsightSummary

SetResourceCollection sets the ResourceCollection field's value.

func (*ReactiveOrganizationInsightSummary) SetServiceCollection

func (s *ReactiveOrganizationInsightSummary) SetServiceCollection(v *ServiceCollection) *ReactiveOrganizationInsightSummary

SetServiceCollection sets the ServiceCollection field's value.

func (*ReactiveOrganizationInsightSummary) SetSeverity

func (s *ReactiveOrganizationInsightSummary) SetSeverity(v string) *ReactiveOrganizationInsightSummary

SetSeverity sets the Severity field's value.

func (*ReactiveOrganizationInsightSummary) SetStatus

func (s *ReactiveOrganizationInsightSummary) SetStatus(v string) *ReactiveOrganizationInsightSummary

SetStatus sets the Status field's value.

func (ReactiveOrganizationInsightSummary) String

func (s ReactiveOrganizationInsightSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Recommendation

type Recommendation struct {

    // The category type of the recommendation.
    Category *string `type:"string"`

    // A description of the problem.
    Description *string `type:"string"`

    // A hyperlink to information to help you address the problem.
    Link *string `type:"string"`

    // The name of the recommendation.
    Name *string `type:"string"`

    // The reason DevOps Guru flagged the anomalous behavior as a problem.
    Reason *string `type:"string"`

    // Anomalies that are related to the problem. Use these Anomalies to learn more
    // about what's happening and to help address the issue.
    RelatedAnomalies []*RecommendationRelatedAnomaly `type:"list"`

    // Events that are related to the problem. Use these events to learn more about
    // what's happening and to help address the issue.
    RelatedEvents []*RecommendationRelatedEvent `type:"list"`
    // contains filtered or unexported fields
}

Recommendation information to help you remediate detected anomalous behavior that generated an insight.

func (Recommendation) GoString

func (s Recommendation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Recommendation) SetCategory

func (s *Recommendation) SetCategory(v string) *Recommendation

SetCategory sets the Category field's value.

func (*Recommendation) SetDescription

func (s *Recommendation) SetDescription(v string) *Recommendation

SetDescription sets the Description field's value.

func (s *Recommendation) SetLink(v string) *Recommendation

SetLink sets the Link field's value.

func (*Recommendation) SetName

func (s *Recommendation) SetName(v string) *Recommendation

SetName sets the Name field's value.

func (*Recommendation) SetReason

func (s *Recommendation) SetReason(v string) *Recommendation

SetReason sets the Reason field's value.

func (*Recommendation) SetRelatedAnomalies

func (s *Recommendation) SetRelatedAnomalies(v []*RecommendationRelatedAnomaly) *Recommendation

SetRelatedAnomalies sets the RelatedAnomalies field's value.

func (*Recommendation) SetRelatedEvents

func (s *Recommendation) SetRelatedEvents(v []*RecommendationRelatedEvent) *Recommendation

SetRelatedEvents sets the RelatedEvents field's value.

func (Recommendation) String

func (s Recommendation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationRelatedAnomaly

type RecommendationRelatedAnomaly struct {

    // The ID of an anomaly that generated the insight with this recommendation.
    AnomalyId *string `min:"1" type:"string"`

    // An array of objects that represent resources in which DevOps Guru detected
    // anomalous behavior. Each object contains the name and type of the resource.
    Resources []*RecommendationRelatedAnomalyResource `type:"list"`

    // Information about where the anomalous behavior related the recommendation
    // was found. For example, details in Amazon CloudWatch metrics.
    SourceDetails []*RecommendationRelatedAnomalySourceDetail `type:"list"`
    // contains filtered or unexported fields
}

Information about an anomaly that is related to a recommendation.

func (RecommendationRelatedAnomaly) GoString

func (s RecommendationRelatedAnomaly) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationRelatedAnomaly) SetAnomalyId

func (s *RecommendationRelatedAnomaly) SetAnomalyId(v string) *RecommendationRelatedAnomaly

SetAnomalyId sets the AnomalyId field's value.

func (*RecommendationRelatedAnomaly) SetResources

func (s *RecommendationRelatedAnomaly) SetResources(v []*RecommendationRelatedAnomalyResource) *RecommendationRelatedAnomaly

SetResources sets the Resources field's value.

func (*RecommendationRelatedAnomaly) SetSourceDetails

func (s *RecommendationRelatedAnomaly) SetSourceDetails(v []*RecommendationRelatedAnomalySourceDetail) *RecommendationRelatedAnomaly

SetSourceDetails sets the SourceDetails field's value.

func (RecommendationRelatedAnomaly) String

func (s RecommendationRelatedAnomaly) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationRelatedAnomalyResource

type RecommendationRelatedAnomalyResource struct {

    // The name of the resource.
    Name *string `type:"string"`

    // The type of the resource. Resource types take the same form that is used
    // by Amazon Web Services CloudFormation resource type identifiers, service-provider::service-name::data-type-name.
    // For example, AWS::RDS::DBCluster. For more information, see Amazon Web Services
    // resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
    // in the Amazon Web Services CloudFormation User Guide.
    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Information about a resource in which DevOps Guru detected anomalous behavior.

func (RecommendationRelatedAnomalyResource) GoString

func (s RecommendationRelatedAnomalyResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationRelatedAnomalyResource) SetName

func (s *RecommendationRelatedAnomalyResource) SetName(v string) *RecommendationRelatedAnomalyResource

SetName sets the Name field's value.

func (*RecommendationRelatedAnomalyResource) SetType

func (s *RecommendationRelatedAnomalyResource) SetType(v string) *RecommendationRelatedAnomalyResource

SetType sets the Type field's value.

func (RecommendationRelatedAnomalyResource) String

func (s RecommendationRelatedAnomalyResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationRelatedAnomalySourceDetail

type RecommendationRelatedAnomalySourceDetail struct {

    // An array of CloudWatchMetricsDetail objects that contains information about
    // the analyzed metrics that displayed anomalous behavior.
    CloudWatchMetrics []*RecommendationRelatedCloudWatchMetricsSourceDetail `type:"list"`
    // contains filtered or unexported fields
}

Contains an array of RecommendationRelatedCloudWatchMetricsSourceDetail objects that contain the name and namespace of an Amazon CloudWatch metric.

func (RecommendationRelatedAnomalySourceDetail) GoString

func (s RecommendationRelatedAnomalySourceDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationRelatedAnomalySourceDetail) SetCloudWatchMetrics

func (s *RecommendationRelatedAnomalySourceDetail) SetCloudWatchMetrics(v []*RecommendationRelatedCloudWatchMetricsSourceDetail) *RecommendationRelatedAnomalySourceDetail

SetCloudWatchMetrics sets the CloudWatchMetrics field's value.

func (RecommendationRelatedAnomalySourceDetail) String

func (s RecommendationRelatedAnomalySourceDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationRelatedCloudWatchMetricsSourceDetail

type RecommendationRelatedCloudWatchMetricsSourceDetail struct {

    // The name of the CloudWatch metric.
    MetricName *string `type:"string"`

    // The namespace of the CloudWatch metric. A namespace is a container for CloudWatch
    // metrics.
    Namespace *string `type:"string"`
    // contains filtered or unexported fields
}

Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.

func (RecommendationRelatedCloudWatchMetricsSourceDetail) GoString

func (s RecommendationRelatedCloudWatchMetricsSourceDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationRelatedCloudWatchMetricsSourceDetail) SetMetricName

func (s *RecommendationRelatedCloudWatchMetricsSourceDetail) SetMetricName(v string) *RecommendationRelatedCloudWatchMetricsSourceDetail

SetMetricName sets the MetricName field's value.

func (*RecommendationRelatedCloudWatchMetricsSourceDetail) SetNamespace

func (s *RecommendationRelatedCloudWatchMetricsSourceDetail) SetNamespace(v string) *RecommendationRelatedCloudWatchMetricsSourceDetail

SetNamespace sets the Namespace field's value.

func (RecommendationRelatedCloudWatchMetricsSourceDetail) String

func (s RecommendationRelatedCloudWatchMetricsSourceDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationRelatedEvent

type RecommendationRelatedEvent struct {

    // The name of the event. This corresponds to the Name field in an Event object.
    Name *string `type:"string"`

    // A ResourceCollection object that contains arrays of the names of Amazon Web
    // Services CloudFormation stacks. You can specify up to 500 Amazon Web Services
    // CloudFormation stacks.
    Resources []*RecommendationRelatedEventResource `type:"list"`
    // contains filtered or unexported fields
}

Information about an event that is related to a recommendation.

func (RecommendationRelatedEvent) GoString

func (s RecommendationRelatedEvent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationRelatedEvent) SetName

func (s *RecommendationRelatedEvent) SetName(v string) *RecommendationRelatedEvent

SetName sets the Name field's value.

func (*RecommendationRelatedEvent) SetResources

func (s *RecommendationRelatedEvent) SetResources(v []*RecommendationRelatedEventResource) *RecommendationRelatedEvent

SetResources sets the Resources field's value.

func (RecommendationRelatedEvent) String

func (s RecommendationRelatedEvent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationRelatedEventResource

type RecommendationRelatedEventResource struct {

    // The name of the resource that emitted the event. This corresponds to the
    // Name field in an EventResource object.
    Name *string `type:"string"`

    // The type of the resource that emitted the event. This corresponds to the
    // Type field in an EventResource object.
    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Information about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.

func (RecommendationRelatedEventResource) GoString

func (s RecommendationRelatedEventResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationRelatedEventResource) SetName

func (s *RecommendationRelatedEventResource) SetName(v string) *RecommendationRelatedEventResource

SetName sets the Name field's value.

func (*RecommendationRelatedEventResource) SetType

func (s *RecommendationRelatedEventResource) SetType(v string) *RecommendationRelatedEventResource

SetType sets the Type field's value.

func (RecommendationRelatedEventResource) String

func (s RecommendationRelatedEventResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RemoveNotificationChannelInput

type RemoveNotificationChannelInput struct {

    // The ID of the notification channel to be removed.
    //
    // Id is a required field
    Id *string `location:"uri" locationName:"Id" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveNotificationChannelInput) GoString

func (s RemoveNotificationChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveNotificationChannelInput) SetId

func (s *RemoveNotificationChannelInput) SetId(v string) *RemoveNotificationChannelInput

SetId sets the Id field's value.

func (RemoveNotificationChannelInput) String

func (s RemoveNotificationChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveNotificationChannelInput) Validate

func (s *RemoveNotificationChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveNotificationChannelOutput

type RemoveNotificationChannelOutput struct {
    // contains filtered or unexported fields
}

func (RemoveNotificationChannelOutput) GoString

func (s RemoveNotificationChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RemoveNotificationChannelOutput) String

func (s RemoveNotificationChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceCollection

type ResourceCollection struct {

    // An array of the names of Amazon Web Services CloudFormation stacks. The stacks
    // define Amazon Web Services resources that DevOps Guru analyzes. You can specify
    // up to 500 Amazon Web Services CloudFormation stacks.
    CloudFormation *CloudFormationCollection `type:"structure"`

    // The Amazon Web Services tags that are used by resources in the resource collection.
    //
    // Tags help you identify and organize your Amazon Web Services resources. Many
    // Amazon Web Services services support tagging, so you can assign the same
    // tag to resources from different services to indicate that the resources are
    // related. For example, you can assign the same tag to an Amazon DynamoDB table
    // resource that you assign to an Lambda function. For more information about
    // using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html)
    // whitepaper.
    //
    // Each Amazon Web Services tag has two parts.
    //
    //    * A tag key (for example, CostCenter, Environment, Project, or Secret).
    //    Tag keys are case-sensitive.
    //
    //    * An optional field known as a tag value (for example, 111122223333, Production,
    //    or a team name). Omitting the tag value is the same as using an empty
    //    string. Like tag keys, tag values are case-sensitive.
    //
    // Together these are known as key-value pairs.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    Tags []*TagCollection `type:"list"`
    // contains filtered or unexported fields
}

A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.

func (ResourceCollection) GoString

func (s ResourceCollection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceCollection) SetCloudFormation

func (s *ResourceCollection) SetCloudFormation(v *CloudFormationCollection) *ResourceCollection

SetCloudFormation sets the CloudFormation field's value.

func (*ResourceCollection) SetTags

func (s *ResourceCollection) SetTags(v []*TagCollection) *ResourceCollection

SetTags sets the Tags field's value.

func (ResourceCollection) String

func (s ResourceCollection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceCollection) Validate

func (s *ResourceCollection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceCollectionFilter

type ResourceCollectionFilter struct {

    // Information about Amazon Web Services CloudFormation stacks. You can use
    // up to 500 stacks to specify which Amazon Web Services resources in your account
    // to analyze. For more information, see Stacks (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html)
    // in the Amazon Web Services CloudFormation User Guide.
    CloudFormation *CloudFormationCollectionFilter `type:"structure"`

    // The Amazon Web Services tags used to filter the resources in the resource
    // collection.
    //
    // Tags help you identify and organize your Amazon Web Services resources. Many
    // Amazon Web Services services support tagging, so you can assign the same
    // tag to resources from different services to indicate that the resources are
    // related. For example, you can assign the same tag to an Amazon DynamoDB table
    // resource that you assign to an Lambda function. For more information about
    // using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html)
    // whitepaper.
    //
    // Each Amazon Web Services tag has two parts.
    //
    //    * A tag key (for example, CostCenter, Environment, Project, or Secret).
    //    Tag keys are case-sensitive.
    //
    //    * An optional field known as a tag value (for example, 111122223333, Production,
    //    or a team name). Omitting the tag value is the same as using an empty
    //    string. Like tag keys, tag values are case-sensitive.
    //
    // Together these are known as key-value pairs.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    Tags []*TagCollectionFilter `type:"list"`
    // contains filtered or unexported fields
}

Information about a filter used to specify which Amazon Web Services resources are analyzed for anomalous behavior by DevOps Guru.

func (ResourceCollectionFilter) GoString

func (s ResourceCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceCollectionFilter) SetCloudFormation

func (s *ResourceCollectionFilter) SetCloudFormation(v *CloudFormationCollectionFilter) *ResourceCollectionFilter

SetCloudFormation sets the CloudFormation field's value.

func (*ResourceCollectionFilter) SetTags

func (s *ResourceCollectionFilter) SetTags(v []*TagCollectionFilter) *ResourceCollectionFilter

SetTags sets the Tags field's value.

func (ResourceCollectionFilter) String

func (s ResourceCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    // The ID of the Amazon Web Services resource that could not be found.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The type of the Amazon Web Services resource that could not be found.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

A requested resource could not be found

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchInsightsFilters

type SearchInsightsFilters struct {

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`

    // An array of severity values used to search for insights.
    Severities []*string `type:"list" enum:"InsightSeverity"`

    // An array of status values used to search for insights.
    Statuses []*string `type:"list" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Specifies values used to filter responses when searching for insights. You can use a ResourceCollection, ServiceCollection, array of severities, and an array of status values. Each filter type contains one or more values to search for. If you specify multiple filter types, the filter types are joined with an AND, and the request returns only results that match all of the specified filters.

func (SearchInsightsFilters) GoString

func (s SearchInsightsFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInsightsFilters) SetResourceCollection

func (s *SearchInsightsFilters) SetResourceCollection(v *ResourceCollection) *SearchInsightsFilters

SetResourceCollection sets the ResourceCollection field's value.

func (*SearchInsightsFilters) SetServiceCollection

func (s *SearchInsightsFilters) SetServiceCollection(v *ServiceCollection) *SearchInsightsFilters

SetServiceCollection sets the ServiceCollection field's value.

func (*SearchInsightsFilters) SetSeverities

func (s *SearchInsightsFilters) SetSeverities(v []*string) *SearchInsightsFilters

SetSeverities sets the Severities field's value.

func (*SearchInsightsFilters) SetStatuses

func (s *SearchInsightsFilters) SetStatuses(v []*string) *SearchInsightsFilters

SetStatuses sets the Statuses field's value.

func (SearchInsightsFilters) String

func (s SearchInsightsFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInsightsFilters) Validate

func (s *SearchInsightsFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchInsightsInput

type SearchInsightsInput struct {

    // A SearchInsightsFilters object that is used to set the severity and status
    // filters on your insight search.
    Filters *SearchInsightsFilters `type:"structure"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`

    // The start of the time range passed in. Returned insights occurred after this
    // time.
    //
    // StartTimeRange is a required field
    StartTimeRange *StartTimeRange `type:"structure" required:"true"`

    // The type of insights you are searching for (REACTIVE or PROACTIVE).
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"InsightType"`
    // contains filtered or unexported fields
}

func (SearchInsightsInput) GoString

func (s SearchInsightsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInsightsInput) SetFilters

func (s *SearchInsightsInput) SetFilters(v *SearchInsightsFilters) *SearchInsightsInput

SetFilters sets the Filters field's value.

func (*SearchInsightsInput) SetMaxResults

func (s *SearchInsightsInput) SetMaxResults(v int64) *SearchInsightsInput

SetMaxResults sets the MaxResults field's value.

func (*SearchInsightsInput) SetNextToken

func (s *SearchInsightsInput) SetNextToken(v string) *SearchInsightsInput

SetNextToken sets the NextToken field's value.

func (*SearchInsightsInput) SetStartTimeRange

func (s *SearchInsightsInput) SetStartTimeRange(v *StartTimeRange) *SearchInsightsInput

SetStartTimeRange sets the StartTimeRange field's value.

func (*SearchInsightsInput) SetType

func (s *SearchInsightsInput) SetType(v string) *SearchInsightsInput

SetType sets the Type field's value.

func (SearchInsightsInput) String

func (s SearchInsightsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInsightsInput) Validate

func (s *SearchInsightsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchInsightsOutput

type SearchInsightsOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // The returned proactive insights.
    ProactiveInsights []*ProactiveInsightSummary `type:"list"`

    // The returned reactive insights.
    ReactiveInsights []*ReactiveInsightSummary `type:"list"`
    // contains filtered or unexported fields
}

func (SearchInsightsOutput) GoString

func (s SearchInsightsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInsightsOutput) SetNextToken

func (s *SearchInsightsOutput) SetNextToken(v string) *SearchInsightsOutput

SetNextToken sets the NextToken field's value.

func (*SearchInsightsOutput) SetProactiveInsights

func (s *SearchInsightsOutput) SetProactiveInsights(v []*ProactiveInsightSummary) *SearchInsightsOutput

SetProactiveInsights sets the ProactiveInsights field's value.

func (*SearchInsightsOutput) SetReactiveInsights

func (s *SearchInsightsOutput) SetReactiveInsights(v []*ReactiveInsightSummary) *SearchInsightsOutput

SetReactiveInsights sets the ReactiveInsights field's value.

func (SearchInsightsOutput) String

func (s SearchInsightsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchOrganizationInsightsFilters

type SearchOrganizationInsightsFilters struct {

    // A collection of Amazon Web Services resources supported by DevOps Guru. The
    // two types of Amazon Web Services resource collections supported are Amazon
    // Web Services CloudFormation stacks and Amazon Web Services resources that
    // contain the same Amazon Web Services tag. DevOps Guru can be configured to
    // analyze the Amazon Web Services resources that are defined in the stacks
    // or that are tagged using the same tag key. You can specify up to 500 Amazon
    // Web Services CloudFormation stacks.
    ResourceCollection *ResourceCollection `type:"structure"`

    // A collection of the names of Amazon Web Services services.
    ServiceCollection *ServiceCollection `type:"structure"`

    // An array of severity values used to search for insights.
    Severities []*string `type:"list" enum:"InsightSeverity"`

    // An array of status values used to search for insights.
    Statuses []*string `type:"list" enum:"InsightStatus"`
    // contains filtered or unexported fields
}

Filters you can use to specify which events are returned when ListEvents is called.

func (SearchOrganizationInsightsFilters) GoString

func (s SearchOrganizationInsightsFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchOrganizationInsightsFilters) SetResourceCollection

func (s *SearchOrganizationInsightsFilters) SetResourceCollection(v *ResourceCollection) *SearchOrganizationInsightsFilters

SetResourceCollection sets the ResourceCollection field's value.

func (*SearchOrganizationInsightsFilters) SetServiceCollection

func (s *SearchOrganizationInsightsFilters) SetServiceCollection(v *ServiceCollection) *SearchOrganizationInsightsFilters

SetServiceCollection sets the ServiceCollection field's value.

func (*SearchOrganizationInsightsFilters) SetSeverities

func (s *SearchOrganizationInsightsFilters) SetSeverities(v []*string) *SearchOrganizationInsightsFilters

SetSeverities sets the Severities field's value.

func (*SearchOrganizationInsightsFilters) SetStatuses

func (s *SearchOrganizationInsightsFilters) SetStatuses(v []*string) *SearchOrganizationInsightsFilters

SetStatuses sets the Statuses field's value.

func (SearchOrganizationInsightsFilters) String

func (s SearchOrganizationInsightsFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchOrganizationInsightsFilters) Validate

func (s *SearchOrganizationInsightsFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchOrganizationInsightsInput

type SearchOrganizationInsightsInput struct {

    // The ID of the Amazon Web Services account.
    //
    // AccountIds is a required field
    AccountIds []*string `min:"1" type:"list" required:"true"`

    // A SearchOrganizationInsightsFilters object that is used to set the severity
    // and status filters on your insight search.
    Filters *SearchOrganizationInsightsFilters `type:"structure"`

    // The maximum number of results to return with a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token to use to retrieve the next page of results for this
    // operation. If this value is null, it retrieves the first page.
    NextToken *string `min:"36" type:"string"`

    // A time range used to specify when the behavior of an insight or anomaly started.
    //
    // StartTimeRange is a required field
    StartTimeRange *StartTimeRange `type:"structure" required:"true"`

    // The type of insights you are searching for (REACTIVE or PROACTIVE).
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"InsightType"`
    // contains filtered or unexported fields
}

func (SearchOrganizationInsightsInput) GoString

func (s SearchOrganizationInsightsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchOrganizationInsightsInput) SetAccountIds

func (s *SearchOrganizationInsightsInput) SetAccountIds(v []*string) *SearchOrganizationInsightsInput

SetAccountIds sets the AccountIds field's value.

func (*SearchOrganizationInsightsInput) SetFilters

func (s *SearchOrganizationInsightsInput) SetFilters(v *SearchOrganizationInsightsFilters) *SearchOrganizationInsightsInput

SetFilters sets the Filters field's value.

func (*SearchOrganizationInsightsInput) SetMaxResults

func (s *SearchOrganizationInsightsInput) SetMaxResults(v int64) *SearchOrganizationInsightsInput

SetMaxResults sets the MaxResults field's value.

func (*SearchOrganizationInsightsInput) SetNextToken

func (s *SearchOrganizationInsightsInput) SetNextToken(v string) *SearchOrganizationInsightsInput

SetNextToken sets the NextToken field's value.

func (*SearchOrganizationInsightsInput) SetStartTimeRange

func (s *SearchOrganizationInsightsInput) SetStartTimeRange(v *StartTimeRange) *SearchOrganizationInsightsInput

SetStartTimeRange sets the StartTimeRange field's value.

func (*SearchOrganizationInsightsInput) SetType

func (s *SearchOrganizationInsightsInput) SetType(v string) *SearchOrganizationInsightsInput

SetType sets the Type field's value.

func (SearchOrganizationInsightsInput) String

func (s SearchOrganizationInsightsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchOrganizationInsightsInput) Validate

func (s *SearchOrganizationInsightsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchOrganizationInsightsOutput

type SearchOrganizationInsightsOutput struct {

    // The pagination token to use to retrieve the next page of results for this
    // operation. If there are no more pages, this value is null.
    NextToken *string `min:"36" type:"string"`

    // An integer that specifies the number of open proactive insights in your Amazon
    // Web Services account.
    ProactiveInsights []*ProactiveInsightSummary `type:"list"`

    // An integer that specifies the number of open reactive insights in your Amazon
    // Web Services account.
    ReactiveInsights []*ReactiveInsightSummary `type:"list"`
    // contains filtered or unexported fields
}

func (SearchOrganizationInsightsOutput) GoString

func (s SearchOrganizationInsightsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchOrganizationInsightsOutput) SetNextToken

func (s *SearchOrganizationInsightsOutput) SetNextToken(v string) *SearchOrganizationInsightsOutput

SetNextToken sets the NextToken field's value.

func (*SearchOrganizationInsightsOutput) SetProactiveInsights

func (s *SearchOrganizationInsightsOutput) SetProactiveInsights(v []*ProactiveInsightSummary) *SearchOrganizationInsightsOutput

SetProactiveInsights sets the ProactiveInsights field's value.

func (*SearchOrganizationInsightsOutput) SetReactiveInsights

func (s *SearchOrganizationInsightsOutput) SetReactiveInsights(v []*ReactiveInsightSummary) *SearchOrganizationInsightsOutput

SetReactiveInsights sets the ReactiveInsights field's value.

func (SearchOrganizationInsightsOutput) String

func (s SearchOrganizationInsightsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceCollection

type ServiceCollection struct {

    // An array of strings that each specifies the name of an Amazon Web Services
    // service.
    ServiceNames []*string `type:"list" enum:"ServiceName"`
    // contains filtered or unexported fields
}

A collection of the names of Amazon Web Services services.

func (ServiceCollection) GoString

func (s ServiceCollection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceCollection) SetServiceNames

func (s *ServiceCollection) SetServiceNames(v []*string) *ServiceCollection

SetServiceNames sets the ServiceNames field's value.

func (ServiceCollection) String

func (s ServiceCollection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceHealth

type ServiceHealth struct {

    // Number of resources that DevOps Guru is monitoring in an analyzed Amazon
    // Web Services service.
    AnalyzedResourceCount *int64 `type:"long"`

    // Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth
    // that contains the number of open proactive and reactive insights for this
    // service.
    Insight *ServiceInsightHealth `type:"structure"`

    // The name of the Amazon Web Services service.
    ServiceName *string `type:"string" enum:"ServiceName"`
    // contains filtered or unexported fields
}

Represents the health of an Amazon Web Services service.

func (ServiceHealth) GoString

func (s ServiceHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceHealth) SetAnalyzedResourceCount

func (s *ServiceHealth) SetAnalyzedResourceCount(v int64) *ServiceHealth

SetAnalyzedResourceCount sets the AnalyzedResourceCount field's value.

func (*ServiceHealth) SetInsight

func (s *ServiceHealth) SetInsight(v *ServiceInsightHealth) *ServiceHealth

SetInsight sets the Insight field's value.

func (*ServiceHealth) SetServiceName

func (s *ServiceHealth) SetServiceName(v string) *ServiceHealth

SetServiceName sets the ServiceName field's value.

func (ServiceHealth) String

func (s ServiceHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceInsightHealth

type ServiceInsightHealth struct {

    // The number of open proactive insights in the Amazon Web Services service
    OpenProactiveInsights *int64 `type:"integer"`

    // The number of open reactive insights in the Amazon Web Services service
    OpenReactiveInsights *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services service.

func (ServiceInsightHealth) GoString

func (s ServiceInsightHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceInsightHealth) SetOpenProactiveInsights

func (s *ServiceInsightHealth) SetOpenProactiveInsights(v int64) *ServiceInsightHealth

SetOpenProactiveInsights sets the OpenProactiveInsights field's value.

func (*ServiceInsightHealth) SetOpenReactiveInsights

func (s *ServiceInsightHealth) SetOpenReactiveInsights(v int64) *ServiceInsightHealth

SetOpenReactiveInsights sets the OpenReactiveInsights field's value.

func (ServiceInsightHealth) String

func (s ServiceInsightHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceIntegrationConfig

type ServiceIntegrationConfig struct {

    // Information about whether DevOps Guru is configured to encrypt server-side
    // data using KMS.
    KMSServerSideEncryption *KMSServerSideEncryptionIntegration `type:"structure"`

    // Information about whether DevOps Guru is configured to perform log anomaly
    // detection on Amazon CloudWatch log groups.
    LogsAnomalyDetection *LogsAnomalyDetectionIntegration `type:"structure"`

    // Information about whether DevOps Guru is configured to create an OpsItem
    // in Amazon Web Services Systems Manager OpsCenter for each created insight.
    OpsCenter *OpsCenterIntegration `type:"structure"`
    // contains filtered or unexported fields
}

Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager.

func (ServiceIntegrationConfig) GoString

func (s ServiceIntegrationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceIntegrationConfig) SetKMSServerSideEncryption

func (s *ServiceIntegrationConfig) SetKMSServerSideEncryption(v *KMSServerSideEncryptionIntegration) *ServiceIntegrationConfig

SetKMSServerSideEncryption sets the KMSServerSideEncryption field's value.

func (*ServiceIntegrationConfig) SetLogsAnomalyDetection

func (s *ServiceIntegrationConfig) SetLogsAnomalyDetection(v *LogsAnomalyDetectionIntegration) *ServiceIntegrationConfig

SetLogsAnomalyDetection sets the LogsAnomalyDetection field's value.

func (*ServiceIntegrationConfig) SetOpsCenter

func (s *ServiceIntegrationConfig) SetOpsCenter(v *OpsCenterIntegration) *ServiceIntegrationConfig

SetOpsCenter sets the OpsCenter field's value.

func (ServiceIntegrationConfig) String

func (s ServiceIntegrationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The request contains a value that exceeds a maximum quota.

func (*ServiceQuotaExceededException) Code

func (s *ServiceQuotaExceededException) Code() string

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (s *ServiceQuotaExceededException) Error() string

func (ServiceQuotaExceededException) GoString

func (s ServiceQuotaExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceQuotaExceededException) Message

func (s *ServiceQuotaExceededException) Message() string

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

func (s ServiceQuotaExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceResourceCost

type ServiceResourceCost struct {

    // The total estimated monthly cost to analyze the active resources for this
    // resource.
    Cost *float64 `type:"double"`

    // The number of active resources analyzed for this service to create a monthly
    // cost estimate.
    Count *int64 `type:"integer"`

    // The state of the resource. The resource is ACTIVE if it produces metrics,
    // events, or logs within an hour, otherwise it is INACTIVE. You pay for the
    // number of active Amazon Web Services resource hours analyzed for each resource.
    // Inactive resources are not charged.
    State *string `type:"string" enum:"CostEstimationServiceResourceState"`

    // The type of the Amazon Web Services resource.
    Type *string `min:"1" type:"string"`

    // The price per hour to analyze the resources in the service. For more information,
    // see Estimate your Amazon DevOps Guru costs (https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html)
    // and Amazon DevOps Guru pricing (http://aws.amazon.com/devops-guru/pricing/).
    UnitCost *float64 `type:"double"`
    // contains filtered or unexported fields
}

An object that contains information about the estimated monthly cost to analyze an Amazon Web Services resource. For more information, see Estimate your Amazon DevOps Guru costs (https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html) and Amazon DevOps Guru pricing (http://aws.amazon.com/devops-guru/pricing/).

func (ServiceResourceCost) GoString

func (s ServiceResourceCost) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceResourceCost) SetCost

func (s *ServiceResourceCost) SetCost(v float64) *ServiceResourceCost

SetCost sets the Cost field's value.

func (*ServiceResourceCost) SetCount

func (s *ServiceResourceCost) SetCount(v int64) *ServiceResourceCost

SetCount sets the Count field's value.

func (*ServiceResourceCost) SetState

func (s *ServiceResourceCost) SetState(v string) *ServiceResourceCost

SetState sets the State field's value.

func (*ServiceResourceCost) SetType

func (s *ServiceResourceCost) SetType(v string) *ServiceResourceCost

SetType sets the Type field's value.

func (*ServiceResourceCost) SetUnitCost

func (s *ServiceResourceCost) SetUnitCost(v float64) *ServiceResourceCost

SetUnitCost sets the UnitCost field's value.

func (ServiceResourceCost) String

func (s ServiceResourceCost) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnsChannelConfig

type SnsChannelConfig struct {

    // The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.
    TopicArn *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.

If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html).

If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html).

func (SnsChannelConfig) GoString

func (s SnsChannelConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnsChannelConfig) SetTopicArn

func (s *SnsChannelConfig) SetTopicArn(v string) *SnsChannelConfig

SetTopicArn sets the TopicArn field's value.

func (SnsChannelConfig) String

func (s SnsChannelConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnsChannelConfig) Validate

func (s *SnsChannelConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartCostEstimationInput

type StartCostEstimationInput struct {

    // The idempotency token used to identify each cost estimate request.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The collection of Amazon Web Services resources used to create a monthly
    // DevOps Guru cost estimate.
    //
    // ResourceCollection is a required field
    ResourceCollection *CostEstimationResourceCollectionFilter `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (StartCostEstimationInput) GoString

func (s StartCostEstimationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartCostEstimationInput) SetClientToken

func (s *StartCostEstimationInput) SetClientToken(v string) *StartCostEstimationInput

SetClientToken sets the ClientToken field's value.

func (*StartCostEstimationInput) SetResourceCollection

func (s *StartCostEstimationInput) SetResourceCollection(v *CostEstimationResourceCollectionFilter) *StartCostEstimationInput

SetResourceCollection sets the ResourceCollection field's value.

func (StartCostEstimationInput) String

func (s StartCostEstimationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartCostEstimationInput) Validate

func (s *StartCostEstimationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartCostEstimationOutput

type StartCostEstimationOutput struct {
    // contains filtered or unexported fields
}

func (StartCostEstimationOutput) GoString

func (s StartCostEstimationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartCostEstimationOutput) String

func (s StartCostEstimationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartTimeRange

type StartTimeRange struct {

    // The start time of the time range.
    FromTime *time.Time `type:"timestamp"`

    // The end time of the time range.
    ToTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

A time range used to specify when the behavior of an insight or anomaly started.

func (StartTimeRange) GoString

func (s StartTimeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartTimeRange) SetFromTime

func (s *StartTimeRange) SetFromTime(v time.Time) *StartTimeRange

SetFromTime sets the FromTime field's value.

func (*StartTimeRange) SetToTime

func (s *StartTimeRange) SetToTime(v time.Time) *StartTimeRange

SetToTime sets the ToTime field's value.

func (StartTimeRange) String

func (s StartTimeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagCollection

type TagCollection struct {

    // An Amazon Web Services tag key that is used to identify the Amazon Web Services
    // resources that DevOps Guru analyzes. All Amazon Web Services resources in
    // your account and Region tagged with this key make up your DevOps Guru application
    // and analysis boundary.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    //
    // AppBoundaryKey is a required field
    AppBoundaryKey *string `min:"1" type:"string" required:"true"`

    // The values in an Amazon Web Services tag collection.
    //
    // The tag's value is an optional field used to associate a string with the
    // tag key (for example, 111122223333, Production, or a team name). The key
    // and value are the tag's key pair. Omitting the tag value is the same as using
    // an empty string. Like tag keys, tag values are case-sensitive. You can specify
    // a maximum of 256 characters for a tag value.
    //
    // TagValues is a required field
    TagValues []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

A collection of Amazon Web Services tags.

Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html) whitepaper.

Each Amazon Web Services tag has two parts.

  • A tag key (for example, CostCenter, Environment, Project, or Secret). Tag keys are case-sensitive.

  • An optional field known as a tag value (for example, 111122223333, Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.

Together these are known as key-value pairs.

The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.

func (TagCollection) GoString

func (s TagCollection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagCollection) SetAppBoundaryKey

func (s *TagCollection) SetAppBoundaryKey(v string) *TagCollection

SetAppBoundaryKey sets the AppBoundaryKey field's value.

func (*TagCollection) SetTagValues

func (s *TagCollection) SetTagValues(v []*string) *TagCollection

SetTagValues sets the TagValues field's value.

func (TagCollection) String

func (s TagCollection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagCollection) Validate

func (s *TagCollection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagCollectionFilter

type TagCollectionFilter struct {

    // An Amazon Web Services tag key that is used to identify the Amazon Web Services
    // resources that DevOps Guru analyzes. All Amazon Web Services resources in
    // your account and Region tagged with this key make up your DevOps Guru application
    // and analysis boundary.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    //
    // AppBoundaryKey is a required field
    AppBoundaryKey *string `min:"1" type:"string" required:"true"`

    // The values in an Amazon Web Services tag collection.
    //
    // The tag's value is an optional field used to associate a string with the
    // tag key (for example, 111122223333, Production, or a team name). The key
    // and value are the tag's key pair. Omitting the tag value is the same as using
    // an empty string. Like tag keys, tag values are case-sensitive. You can specify
    // a maximum of 256 characters for a tag value.
    //
    // TagValues is a required field
    TagValues []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

A collection of Amazon Web Services tags used to filter insights. This is used to return insights generated from only resources that contain the tags in the tag collection.

func (TagCollectionFilter) GoString

func (s TagCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagCollectionFilter) SetAppBoundaryKey

func (s *TagCollectionFilter) SetAppBoundaryKey(v string) *TagCollectionFilter

SetAppBoundaryKey sets the AppBoundaryKey field's value.

func (*TagCollectionFilter) SetTagValues

func (s *TagCollectionFilter) SetTagValues(v []*string) *TagCollectionFilter

SetTagValues sets the TagValues field's value.

func (TagCollectionFilter) String

func (s TagCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagCostEstimationResourceCollectionFilter

type TagCostEstimationResourceCollectionFilter struct {

    // An Amazon Web Services tag key that is used to identify the Amazon Web Services
    // resources that DevOps Guru analyzes. All Amazon Web Services resources in
    // your account and Region tagged with this key make up your DevOps Guru application
    // and analysis boundary.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    //
    // AppBoundaryKey is a required field
    AppBoundaryKey *string `min:"1" type:"string" required:"true"`

    // The values in an Amazon Web Services tag collection.
    //
    // The tag's value is an optional field used to associate a string with the
    // tag key (for example, 111122223333, Production, or a team name). The key
    // and value are the tag's key pair. Omitting the tag value is the same as using
    // an empty string. Like tag keys, tag values are case-sensitive. You can specify
    // a maximum of 256 characters for a tag value.
    //
    // TagValues is a required field
    TagValues []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Information about a collection of Amazon Web Services resources that are identified by an Amazon Web Services tag. This collection of resources is used to create a monthly cost estimate for DevOps Guru to analyze Amazon Web Services resources. The maximum number of tags you can specify for a cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by the tag. For more information, see Stacks (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html) in the Amazon Web Services CloudFormation User Guide.

func (TagCostEstimationResourceCollectionFilter) GoString

func (s TagCostEstimationResourceCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagCostEstimationResourceCollectionFilter) SetAppBoundaryKey

func (s *TagCostEstimationResourceCollectionFilter) SetAppBoundaryKey(v string) *TagCostEstimationResourceCollectionFilter

SetAppBoundaryKey sets the AppBoundaryKey field's value.

func (*TagCostEstimationResourceCollectionFilter) SetTagValues

func (s *TagCostEstimationResourceCollectionFilter) SetTagValues(v []*string) *TagCostEstimationResourceCollectionFilter

SetTagValues sets the TagValues field's value.

func (TagCostEstimationResourceCollectionFilter) String

func (s TagCostEstimationResourceCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagCostEstimationResourceCollectionFilter) Validate

func (s *TagCostEstimationResourceCollectionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagHealth

type TagHealth struct {

    // Number of resources that DevOps Guru is monitoring in your account that are
    // specified by an Amazon Web Services tag.
    AnalyzedResourceCount *int64 `type:"long"`

    // An Amazon Web Services tag key that is used to identify the Amazon Web Services
    // resources that DevOps Guru analyzes. All Amazon Web Services resources in
    // your account and Region tagged with this key make up your DevOps Guru application
    // and analysis boundary.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    AppBoundaryKey *string `min:"1" type:"string"`

    // Information about the health of the Amazon Web Services resources in your
    // account that are specified by an Amazon Web Services tag, including the number
    // of open proactive, open reactive insights, and the Mean Time to Recover (MTTR)
    // of closed insights.
    Insight *InsightHealth `type:"structure"`

    // The value in an Amazon Web Services tag.
    //
    // The tag's value is an optional field used to associate a string with the
    // tag key (for example, 111122223333, Production, or a team name). The key
    // and value are the tag's key pair. Omitting the tag value is the same as using
    // an empty string. Like tag keys, tag values are case-sensitive. You can specify
    // a maximum of 256 characters for a tag value.
    TagValue *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services tag key.

func (TagHealth) GoString

func (s TagHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagHealth) SetAnalyzedResourceCount

func (s *TagHealth) SetAnalyzedResourceCount(v int64) *TagHealth

SetAnalyzedResourceCount sets the AnalyzedResourceCount field's value.

func (*TagHealth) SetAppBoundaryKey

func (s *TagHealth) SetAppBoundaryKey(v string) *TagHealth

SetAppBoundaryKey sets the AppBoundaryKey field's value.

func (*TagHealth) SetInsight

func (s *TagHealth) SetInsight(v *InsightHealth) *TagHealth

SetInsight sets the Insight field's value.

func (*TagHealth) SetTagValue

func (s *TagHealth) SetTagValue(v string) *TagHealth

SetTagValue sets the TagValue field's value.

func (TagHealth) String

func (s TagHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException

type ThrottlingException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    // The code of the quota that was exceeded, causing the throttling exception.
    QuotaCode *string `type:"string"`

    // The number of seconds after which the action that caused the throttling exception
    // can be retried.
    RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"`

    // The code of the service that caused the throttling exception.
    ServiceCode *string `type:"string"`
    // contains filtered or unexported fields
}

The request was denied due to a request throttling.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TimestampMetricValuePair

type TimestampMetricValuePair struct {

    // Value of the anomalous metric data point at respective Timestamp.
    MetricValue *float64 `type:"double"`

    // A Timestamp that specifies the time the event occurred.
    Timestamp *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

A pair that contains metric values at the respective timestamp.

func (TimestampMetricValuePair) GoString

func (s TimestampMetricValuePair) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimestampMetricValuePair) SetMetricValue

func (s *TimestampMetricValuePair) SetMetricValue(v float64) *TimestampMetricValuePair

SetMetricValue sets the MetricValue field's value.

func (*TimestampMetricValuePair) SetTimestamp

func (s *TimestampMetricValuePair) SetTimestamp(v time.Time) *TimestampMetricValuePair

SetTimestamp sets the Timestamp field's value.

func (TimestampMetricValuePair) String

func (s TimestampMetricValuePair) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateCloudFormationCollectionFilter

type UpdateCloudFormationCollectionFilter struct {

    // An array of the names of the Amazon Web Services CloudFormation stacks to
    // update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
    StackNames []*string `type:"list"`
    // contains filtered or unexported fields
}

Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.

func (UpdateCloudFormationCollectionFilter) GoString

func (s UpdateCloudFormationCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCloudFormationCollectionFilter) SetStackNames

func (s *UpdateCloudFormationCollectionFilter) SetStackNames(v []*string) *UpdateCloudFormationCollectionFilter

SetStackNames sets the StackNames field's value.

func (UpdateCloudFormationCollectionFilter) String

func (s UpdateCloudFormationCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateEventSourcesConfigInput

type UpdateEventSourcesConfigInput struct {

    // Configuration information about the integration of DevOps Guru as the Consumer
    // via EventBridge with another AWS Service.
    EventSources *EventSourcesConfig `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateEventSourcesConfigInput) GoString

func (s UpdateEventSourcesConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEventSourcesConfigInput) SetEventSources

func (s *UpdateEventSourcesConfigInput) SetEventSources(v *EventSourcesConfig) *UpdateEventSourcesConfigInput

SetEventSources sets the EventSources field's value.

func (UpdateEventSourcesConfigInput) String

func (s UpdateEventSourcesConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateEventSourcesConfigOutput

type UpdateEventSourcesConfigOutput struct {
    // contains filtered or unexported fields
}

func (UpdateEventSourcesConfigOutput) GoString

func (s UpdateEventSourcesConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateEventSourcesConfigOutput) String

func (s UpdateEventSourcesConfigOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateResourceCollectionFilter

type UpdateResourceCollectionFilter struct {

    // A collection of Amazon Web Services CloudFormation stacks. You can specify
    // up to 500 Amazon Web Services CloudFormation stacks.
    CloudFormation *UpdateCloudFormationCollectionFilter `type:"structure"`

    // The updated Amazon Web Services tags used to filter the resources in the
    // resource collection.
    //
    // Tags help you identify and organize your Amazon Web Services resources. Many
    // Amazon Web Services services support tagging, so you can assign the same
    // tag to resources from different services to indicate that the resources are
    // related. For example, you can assign the same tag to an Amazon DynamoDB table
    // resource that you assign to an Lambda function. For more information about
    // using tags, see the Tagging best practices (https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html)
    // whitepaper.
    //
    // Each Amazon Web Services tag has two parts.
    //
    //    * A tag key (for example, CostCenter, Environment, Project, or Secret).
    //    Tag keys are case-sensitive.
    //
    //    * An optional field known as a tag value (for example, 111122223333, Production,
    //    or a team name). Omitting the tag value is the same as using an empty
    //    string. Like tag keys, tag values are case-sensitive.
    //
    // Together these are known as key-value pairs.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    Tags []*UpdateTagCollectionFilter `type:"list"`
    // contains filtered or unexported fields
}

Contains information used to update a collection of Amazon Web Services resources.

func (UpdateResourceCollectionFilter) GoString

func (s UpdateResourceCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResourceCollectionFilter) SetCloudFormation

func (s *UpdateResourceCollectionFilter) SetCloudFormation(v *UpdateCloudFormationCollectionFilter) *UpdateResourceCollectionFilter

SetCloudFormation sets the CloudFormation field's value.

func (*UpdateResourceCollectionFilter) SetTags

func (s *UpdateResourceCollectionFilter) SetTags(v []*UpdateTagCollectionFilter) *UpdateResourceCollectionFilter

SetTags sets the Tags field's value.

func (UpdateResourceCollectionFilter) String

func (s UpdateResourceCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResourceCollectionFilter) Validate

func (s *UpdateResourceCollectionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceCollectionInput

type UpdateResourceCollectionInput struct {

    // Specifies if the resource collection in the request is added or deleted to
    // the resource collection.
    //
    // Action is a required field
    Action *string `type:"string" required:"true" enum:"UpdateResourceCollectionAction"`

    // Contains information used to update a collection of Amazon Web Services resources.
    //
    // ResourceCollection is a required field
    ResourceCollection *UpdateResourceCollectionFilter `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateResourceCollectionInput) GoString

func (s UpdateResourceCollectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResourceCollectionInput) SetAction

func (s *UpdateResourceCollectionInput) SetAction(v string) *UpdateResourceCollectionInput

SetAction sets the Action field's value.

func (*UpdateResourceCollectionInput) SetResourceCollection

func (s *UpdateResourceCollectionInput) SetResourceCollection(v *UpdateResourceCollectionFilter) *UpdateResourceCollectionInput

SetResourceCollection sets the ResourceCollection field's value.

func (UpdateResourceCollectionInput) String

func (s UpdateResourceCollectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResourceCollectionInput) Validate

func (s *UpdateResourceCollectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceCollectionOutput

type UpdateResourceCollectionOutput struct {
    // contains filtered or unexported fields
}

func (UpdateResourceCollectionOutput) GoString

func (s UpdateResourceCollectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateResourceCollectionOutput) String

func (s UpdateResourceCollectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateServiceIntegrationConfig

type UpdateServiceIntegrationConfig struct {

    // Information about whether DevOps Guru is configured to encrypt server-side
    // data using KMS.
    KMSServerSideEncryption *KMSServerSideEncryptionIntegrationConfig `type:"structure"`

    // Information about whether DevOps Guru is configured to perform log anomaly
    // detection on Amazon CloudWatch log groups.
    LogsAnomalyDetection *LogsAnomalyDetectionIntegrationConfig `type:"structure"`

    // Information about whether DevOps Guru is configured to create an OpsItem
    // in Amazon Web Services Systems Manager OpsCenter for each created insight.
    // You can use this to update the configuration.
    OpsCenter *OpsCenterIntegrationConfig `type:"structure"`
    // contains filtered or unexported fields
}

Information about updating the integration status of an Amazon Web Services service, such as Amazon Web Services Systems Manager, with DevOps Guru.

func (UpdateServiceIntegrationConfig) GoString

func (s UpdateServiceIntegrationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceIntegrationConfig) SetKMSServerSideEncryption

func (s *UpdateServiceIntegrationConfig) SetKMSServerSideEncryption(v *KMSServerSideEncryptionIntegrationConfig) *UpdateServiceIntegrationConfig

SetKMSServerSideEncryption sets the KMSServerSideEncryption field's value.

func (*UpdateServiceIntegrationConfig) SetLogsAnomalyDetection

func (s *UpdateServiceIntegrationConfig) SetLogsAnomalyDetection(v *LogsAnomalyDetectionIntegrationConfig) *UpdateServiceIntegrationConfig

SetLogsAnomalyDetection sets the LogsAnomalyDetection field's value.

func (*UpdateServiceIntegrationConfig) SetOpsCenter

func (s *UpdateServiceIntegrationConfig) SetOpsCenter(v *OpsCenterIntegrationConfig) *UpdateServiceIntegrationConfig

SetOpsCenter sets the OpsCenter field's value.

func (UpdateServiceIntegrationConfig) String

func (s UpdateServiceIntegrationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceIntegrationConfig) Validate

func (s *UpdateServiceIntegrationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceIntegrationInput

type UpdateServiceIntegrationInput struct {

    // An IntegratedServiceConfig object used to specify the integrated service
    // you want to update, and whether you want to update it to enabled or disabled.
    //
    // ServiceIntegration is a required field
    ServiceIntegration *UpdateServiceIntegrationConfig `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateServiceIntegrationInput) GoString

func (s UpdateServiceIntegrationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceIntegrationInput) SetServiceIntegration

func (s *UpdateServiceIntegrationInput) SetServiceIntegration(v *UpdateServiceIntegrationConfig) *UpdateServiceIntegrationInput

SetServiceIntegration sets the ServiceIntegration field's value.

func (UpdateServiceIntegrationInput) String

func (s UpdateServiceIntegrationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceIntegrationInput) Validate

func (s *UpdateServiceIntegrationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceIntegrationOutput

type UpdateServiceIntegrationOutput struct {
    // contains filtered or unexported fields
}

func (UpdateServiceIntegrationOutput) GoString

func (s UpdateServiceIntegrationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateServiceIntegrationOutput) String

func (s UpdateServiceIntegrationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTagCollectionFilter

type UpdateTagCollectionFilter struct {

    // An Amazon Web Services tag key that is used to identify the Amazon Web Services
    // resources that DevOps Guru analyzes. All Amazon Web Services resources in
    // your account and Region tagged with this key make up your DevOps Guru application
    // and analysis boundary.
    //
    // The string used for a key in a tag that you use to define your resource coverage
    // must begin with the prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application
    // or devops-guru-rds-application. When you create a key, the case of characters
    // in the key can be whatever you choose. After you create a key, it is case-sensitive.
    // For example, DevOps Guru works with a key named devops-guru-rds and a key
    // named DevOps-Guru-RDS, and these act as two different keys. Possible key/value
    // pairs in your application might be Devops-Guru-production-application/RDS
    // or Devops-Guru-production-application/containers.
    //
    // AppBoundaryKey is a required field
    AppBoundaryKey *string `min:"1" type:"string" required:"true"`

    // The values in an Amazon Web Services tag collection.
    //
    // The tag's value is an optional field used to associate a string with the
    // tag key (for example, 111122223333, Production, or a team name). The key
    // and value are the tag's key pair. Omitting the tag value is the same as using
    // an empty string. Like tag keys, tag values are case-sensitive. You can specify
    // a maximum of 256 characters for a tag value.
    //
    // TagValues is a required field
    TagValues []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

A new collection of Amazon Web Services resources that are defined by an Amazon Web Services tag or tag key/value pair.

func (UpdateTagCollectionFilter) GoString

func (s UpdateTagCollectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTagCollectionFilter) SetAppBoundaryKey

func (s *UpdateTagCollectionFilter) SetAppBoundaryKey(v string) *UpdateTagCollectionFilter

SetAppBoundaryKey sets the AppBoundaryKey field's value.

func (*UpdateTagCollectionFilter) SetTagValues

func (s *UpdateTagCollectionFilter) SetTagValues(v []*string) *UpdateTagCollectionFilter

SetTagValues sets the TagValues field's value.

func (UpdateTagCollectionFilter) String

func (s UpdateTagCollectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTagCollectionFilter) Validate

func (s *UpdateTagCollectionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ValidationException

type ValidationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // An array of fields that are associated with the validation exception.
    Fields []*ValidationExceptionField `type:"list"`

    // A message that describes the validation exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The reason the validation exception was thrown.
    Reason *string `type:"string" enum:"ValidationExceptionReason"`
    // contains filtered or unexported fields
}

Contains information about data passed in to a field during a request that is not valid.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationExceptionField

type ValidationExceptionField struct {

    // The message associated with the validation exception with information to
    // help determine its cause.
    //
    // Message is a required field
    Message *string `type:"string" required:"true"`

    // The name of the field.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The field associated with the validation exception.

func (ValidationExceptionField) GoString

func (s ValidationExceptionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationExceptionField) SetMessage

func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField

SetMessage sets the Message field's value.

func (*ValidationExceptionField) SetName

func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField

SetName sets the Name field's value.

func (ValidationExceptionField) String

func (s ValidationExceptionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".