devopsgurustub

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddNotificationChannelFuture

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

func (*AddNotificationChannelFuture) Get

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
}

func NewClient

func NewClient() Client

type DescribeAccountHealthFuture

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

func (*DescribeAccountHealthFuture) Get

type DescribeAccountOverviewFuture

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

func (*DescribeAccountOverviewFuture) Get

type DescribeAnomalyFuture

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

func (*DescribeAnomalyFuture) Get

type DescribeInsightFuture

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

func (*DescribeInsightFuture) Get

type DescribeResourceCollectionHealthFuture

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

func (*DescribeResourceCollectionHealthFuture) Get

type DescribeServiceIntegrationFuture

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

func (*DescribeServiceIntegrationFuture) Get

type GetResourceCollectionFuture

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

func (*GetResourceCollectionFuture) Get

type ListAnomaliesForInsightFuture

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

func (*ListAnomaliesForInsightFuture) Get

type ListEventsFuture

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

func (*ListEventsFuture) Get

type ListInsightsFuture

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

func (*ListInsightsFuture) Get

type ListNotificationChannelsFuture

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

func (*ListNotificationChannelsFuture) Get

type ListRecommendationsFuture

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

func (*ListRecommendationsFuture) Get

type PutFeedbackFuture

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

func (*PutFeedbackFuture) Get

type RemoveNotificationChannelFuture

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

func (*RemoveNotificationChannelFuture) Get

type SearchInsightsFuture

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

func (*SearchInsightsFuture) Get

type UpdateResourceCollectionFuture

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

func (*UpdateResourceCollectionFuture) Get

type UpdateServiceIntegrationFuture

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

func (*UpdateServiceIntegrationFuture) Get

Jump to

Keyboard shortcuts

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