Documentation ¶
Index ¶
- type AddNotificationChannelFuture
- type Client
- type DescribeAccountHealthFuture
- type DescribeAccountOverviewFuture
- type DescribeAnomalyFuture
- type DescribeInsightFuture
- type DescribeResourceCollectionHealthFuture
- type DescribeServiceIntegrationFuture
- type GetResourceCollectionFuture
- type ListAnomaliesForInsightFuture
- type ListEventsFuture
- type ListInsightsFuture
- type ListNotificationChannelsFuture
- type ListRecommendationsFuture
- type PutFeedbackFuture
- type RemoveNotificationChannelFuture
- type SearchInsightsFuture
- type UpdateResourceCollectionFuture
- type UpdateServiceIntegrationFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddNotificationChannelFuture ¶
type AddNotificationChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddNotificationChannelFuture) Get ¶
func (r *AddNotificationChannelFuture) Get(ctx workflow.Context) (*devopsguru.AddNotificationChannelOutput, error)
type Client ¶
type Client interface { AddNotificationChannel(ctx workflow.Context, input *devopsguru.AddNotificationChannelInput) (*devopsguru.AddNotificationChannelOutput, error) AddNotificationChannelAsync(ctx workflow.Context, input *devopsguru.AddNotificationChannelInput) *AddNotificationChannelFuture DescribeAccountHealth(ctx workflow.Context, input *devopsguru.DescribeAccountHealthInput) (*devopsguru.DescribeAccountHealthOutput, error) DescribeAccountHealthAsync(ctx workflow.Context, input *devopsguru.DescribeAccountHealthInput) *DescribeAccountHealthFuture DescribeAccountOverview(ctx workflow.Context, input *devopsguru.DescribeAccountOverviewInput) (*devopsguru.DescribeAccountOverviewOutput, error) DescribeAccountOverviewAsync(ctx workflow.Context, input *devopsguru.DescribeAccountOverviewInput) *DescribeAccountOverviewFuture DescribeAnomaly(ctx workflow.Context, input *devopsguru.DescribeAnomalyInput) (*devopsguru.DescribeAnomalyOutput, error) DescribeAnomalyAsync(ctx workflow.Context, input *devopsguru.DescribeAnomalyInput) *DescribeAnomalyFuture DescribeInsight(ctx workflow.Context, input *devopsguru.DescribeInsightInput) (*devopsguru.DescribeInsightOutput, error) DescribeInsightAsync(ctx workflow.Context, input *devopsguru.DescribeInsightInput) *DescribeInsightFuture DescribeResourceCollectionHealth(ctx workflow.Context, input *devopsguru.DescribeResourceCollectionHealthInput) (*devopsguru.DescribeResourceCollectionHealthOutput, error) DescribeResourceCollectionHealthAsync(ctx workflow.Context, input *devopsguru.DescribeResourceCollectionHealthInput) *DescribeResourceCollectionHealthFuture DescribeServiceIntegration(ctx workflow.Context, input *devopsguru.DescribeServiceIntegrationInput) (*devopsguru.DescribeServiceIntegrationOutput, error) DescribeServiceIntegrationAsync(ctx workflow.Context, input *devopsguru.DescribeServiceIntegrationInput) *DescribeServiceIntegrationFuture GetResourceCollection(ctx workflow.Context, input *devopsguru.GetResourceCollectionInput) (*devopsguru.GetResourceCollectionOutput, error) GetResourceCollectionAsync(ctx workflow.Context, input *devopsguru.GetResourceCollectionInput) *GetResourceCollectionFuture ListAnomaliesForInsight(ctx workflow.Context, input *devopsguru.ListAnomaliesForInsightInput) (*devopsguru.ListAnomaliesForInsightOutput, error) ListAnomaliesForInsightAsync(ctx workflow.Context, input *devopsguru.ListAnomaliesForInsightInput) *ListAnomaliesForInsightFuture ListEvents(ctx workflow.Context, input *devopsguru.ListEventsInput) (*devopsguru.ListEventsOutput, error) ListEventsAsync(ctx workflow.Context, input *devopsguru.ListEventsInput) *ListEventsFuture ListInsights(ctx workflow.Context, input *devopsguru.ListInsightsInput) (*devopsguru.ListInsightsOutput, error) ListInsightsAsync(ctx workflow.Context, input *devopsguru.ListInsightsInput) *ListInsightsFuture ListNotificationChannels(ctx workflow.Context, input *devopsguru.ListNotificationChannelsInput) (*devopsguru.ListNotificationChannelsOutput, error) ListNotificationChannelsAsync(ctx workflow.Context, input *devopsguru.ListNotificationChannelsInput) *ListNotificationChannelsFuture ListRecommendations(ctx workflow.Context, input *devopsguru.ListRecommendationsInput) (*devopsguru.ListRecommendationsOutput, error) ListRecommendationsAsync(ctx workflow.Context, input *devopsguru.ListRecommendationsInput) *ListRecommendationsFuture PutFeedback(ctx workflow.Context, input *devopsguru.PutFeedbackInput) (*devopsguru.PutFeedbackOutput, error) PutFeedbackAsync(ctx workflow.Context, input *devopsguru.PutFeedbackInput) *PutFeedbackFuture RemoveNotificationChannel(ctx workflow.Context, input *devopsguru.RemoveNotificationChannelInput) (*devopsguru.RemoveNotificationChannelOutput, error) RemoveNotificationChannelAsync(ctx workflow.Context, input *devopsguru.RemoveNotificationChannelInput) *RemoveNotificationChannelFuture SearchInsights(ctx workflow.Context, input *devopsguru.SearchInsightsInput) (*devopsguru.SearchInsightsOutput, error) SearchInsightsAsync(ctx workflow.Context, input *devopsguru.SearchInsightsInput) *SearchInsightsFuture UpdateResourceCollection(ctx workflow.Context, input *devopsguru.UpdateResourceCollectionInput) (*devopsguru.UpdateResourceCollectionOutput, error) UpdateResourceCollectionAsync(ctx workflow.Context, input *devopsguru.UpdateResourceCollectionInput) *UpdateResourceCollectionFuture UpdateServiceIntegration(ctx workflow.Context, input *devopsguru.UpdateServiceIntegrationInput) (*devopsguru.UpdateServiceIntegrationOutput, error) UpdateServiceIntegrationAsync(ctx workflow.Context, input *devopsguru.UpdateServiceIntegrationInput) *UpdateServiceIntegrationFuture }
type DescribeAccountHealthFuture ¶
type DescribeAccountHealthFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAccountHealthFuture) Get ¶
func (r *DescribeAccountHealthFuture) Get(ctx workflow.Context) (*devopsguru.DescribeAccountHealthOutput, error)
type DescribeAccountOverviewFuture ¶
type DescribeAccountOverviewFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAccountOverviewFuture) Get ¶
func (r *DescribeAccountOverviewFuture) Get(ctx workflow.Context) (*devopsguru.DescribeAccountOverviewOutput, error)
type DescribeAnomalyFuture ¶
type DescribeAnomalyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAnomalyFuture) Get ¶
func (r *DescribeAnomalyFuture) Get(ctx workflow.Context) (*devopsguru.DescribeAnomalyOutput, error)
type DescribeInsightFuture ¶
type DescribeInsightFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInsightFuture) Get ¶
func (r *DescribeInsightFuture) Get(ctx workflow.Context) (*devopsguru.DescribeInsightOutput, error)
type DescribeResourceCollectionHealthFuture ¶
type DescribeResourceCollectionHealthFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeResourceCollectionHealthFuture) Get ¶
func (r *DescribeResourceCollectionHealthFuture) Get(ctx workflow.Context) (*devopsguru.DescribeResourceCollectionHealthOutput, error)
type DescribeServiceIntegrationFuture ¶
type DescribeServiceIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServiceIntegrationFuture) Get ¶
func (r *DescribeServiceIntegrationFuture) Get(ctx workflow.Context) (*devopsguru.DescribeServiceIntegrationOutput, error)
type GetResourceCollectionFuture ¶
type GetResourceCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetResourceCollectionFuture) Get ¶
func (r *GetResourceCollectionFuture) Get(ctx workflow.Context) (*devopsguru.GetResourceCollectionOutput, error)
type ListAnomaliesForInsightFuture ¶
type ListAnomaliesForInsightFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAnomaliesForInsightFuture) Get ¶
func (r *ListAnomaliesForInsightFuture) Get(ctx workflow.Context) (*devopsguru.ListAnomaliesForInsightOutput, error)
type ListEventsFuture ¶
func (*ListEventsFuture) Get ¶
func (r *ListEventsFuture) Get(ctx workflow.Context) (*devopsguru.ListEventsOutput, error)
type ListInsightsFuture ¶
func (*ListInsightsFuture) Get ¶
func (r *ListInsightsFuture) Get(ctx workflow.Context) (*devopsguru.ListInsightsOutput, error)
type ListNotificationChannelsFuture ¶
type ListNotificationChannelsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListNotificationChannelsFuture) Get ¶
func (r *ListNotificationChannelsFuture) Get(ctx workflow.Context) (*devopsguru.ListNotificationChannelsOutput, error)
type ListRecommendationsFuture ¶
type ListRecommendationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRecommendationsFuture) Get ¶
func (r *ListRecommendationsFuture) Get(ctx workflow.Context) (*devopsguru.ListRecommendationsOutput, error)
type PutFeedbackFuture ¶
func (*PutFeedbackFuture) Get ¶
func (r *PutFeedbackFuture) Get(ctx workflow.Context) (*devopsguru.PutFeedbackOutput, error)
type RemoveNotificationChannelFuture ¶
type RemoveNotificationChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveNotificationChannelFuture) Get ¶
func (r *RemoveNotificationChannelFuture) Get(ctx workflow.Context) (*devopsguru.RemoveNotificationChannelOutput, error)
type SearchInsightsFuture ¶
func (*SearchInsightsFuture) Get ¶
func (r *SearchInsightsFuture) Get(ctx workflow.Context) (*devopsguru.SearchInsightsOutput, error)
type UpdateResourceCollectionFuture ¶
type UpdateResourceCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateResourceCollectionFuture) Get ¶
func (r *UpdateResourceCollectionFuture) Get(ctx workflow.Context) (*devopsguru.UpdateResourceCollectionOutput, error)
type UpdateServiceIntegrationFuture ¶
type UpdateServiceIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateServiceIntegrationFuture) Get ¶
func (r *UpdateServiceIntegrationFuture) Get(ctx workflow.Context) (*devopsguru.UpdateServiceIntegrationOutput, error)
Click to show internal directories.
Click to hide internal directories.