cloudwatchstub

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 Client

type Client interface {
	DeleteAlarms(ctx workflow.Context, input *cloudwatch.DeleteAlarmsInput) (*cloudwatch.DeleteAlarmsOutput, error)
	DeleteAlarmsAsync(ctx workflow.Context, input *cloudwatch.DeleteAlarmsInput) *DeleteAlarmsFuture

	DeleteAnomalyDetector(ctx workflow.Context, input *cloudwatch.DeleteAnomalyDetectorInput) (*cloudwatch.DeleteAnomalyDetectorOutput, error)
	DeleteAnomalyDetectorAsync(ctx workflow.Context, input *cloudwatch.DeleteAnomalyDetectorInput) *DeleteAnomalyDetectorFuture

	DeleteDashboards(ctx workflow.Context, input *cloudwatch.DeleteDashboardsInput) (*cloudwatch.DeleteDashboardsOutput, error)
	DeleteDashboardsAsync(ctx workflow.Context, input *cloudwatch.DeleteDashboardsInput) *DeleteDashboardsFuture

	DeleteInsightRules(ctx workflow.Context, input *cloudwatch.DeleteInsightRulesInput) (*cloudwatch.DeleteInsightRulesOutput, error)
	DeleteInsightRulesAsync(ctx workflow.Context, input *cloudwatch.DeleteInsightRulesInput) *DeleteInsightRulesFuture

	DescribeAlarmHistory(ctx workflow.Context, input *cloudwatch.DescribeAlarmHistoryInput) (*cloudwatch.DescribeAlarmHistoryOutput, error)
	DescribeAlarmHistoryAsync(ctx workflow.Context, input *cloudwatch.DescribeAlarmHistoryInput) *DescribeAlarmHistoryFuture

	DescribeAlarms(ctx workflow.Context, input *cloudwatch.DescribeAlarmsInput) (*cloudwatch.DescribeAlarmsOutput, error)
	DescribeAlarmsAsync(ctx workflow.Context, input *cloudwatch.DescribeAlarmsInput) *DescribeAlarmsFuture

	DescribeAlarmsForMetric(ctx workflow.Context, input *cloudwatch.DescribeAlarmsForMetricInput) (*cloudwatch.DescribeAlarmsForMetricOutput, error)
	DescribeAlarmsForMetricAsync(ctx workflow.Context, input *cloudwatch.DescribeAlarmsForMetricInput) *DescribeAlarmsForMetricFuture

	DescribeAnomalyDetectors(ctx workflow.Context, input *cloudwatch.DescribeAnomalyDetectorsInput) (*cloudwatch.DescribeAnomalyDetectorsOutput, error)
	DescribeAnomalyDetectorsAsync(ctx workflow.Context, input *cloudwatch.DescribeAnomalyDetectorsInput) *DescribeAnomalyDetectorsFuture

	DescribeInsightRules(ctx workflow.Context, input *cloudwatch.DescribeInsightRulesInput) (*cloudwatch.DescribeInsightRulesOutput, error)
	DescribeInsightRulesAsync(ctx workflow.Context, input *cloudwatch.DescribeInsightRulesInput) *DescribeInsightRulesFuture

	DisableAlarmActions(ctx workflow.Context, input *cloudwatch.DisableAlarmActionsInput) (*cloudwatch.DisableAlarmActionsOutput, error)
	DisableAlarmActionsAsync(ctx workflow.Context, input *cloudwatch.DisableAlarmActionsInput) *DisableAlarmActionsFuture

	DisableInsightRules(ctx workflow.Context, input *cloudwatch.DisableInsightRulesInput) (*cloudwatch.DisableInsightRulesOutput, error)
	DisableInsightRulesAsync(ctx workflow.Context, input *cloudwatch.DisableInsightRulesInput) *DisableInsightRulesFuture

	EnableAlarmActions(ctx workflow.Context, input *cloudwatch.EnableAlarmActionsInput) (*cloudwatch.EnableAlarmActionsOutput, error)
	EnableAlarmActionsAsync(ctx workflow.Context, input *cloudwatch.EnableAlarmActionsInput) *EnableAlarmActionsFuture

	EnableInsightRules(ctx workflow.Context, input *cloudwatch.EnableInsightRulesInput) (*cloudwatch.EnableInsightRulesOutput, error)
	EnableInsightRulesAsync(ctx workflow.Context, input *cloudwatch.EnableInsightRulesInput) *EnableInsightRulesFuture

	GetDashboard(ctx workflow.Context, input *cloudwatch.GetDashboardInput) (*cloudwatch.GetDashboardOutput, error)
	GetDashboardAsync(ctx workflow.Context, input *cloudwatch.GetDashboardInput) *GetDashboardFuture

	GetInsightRuleReport(ctx workflow.Context, input *cloudwatch.GetInsightRuleReportInput) (*cloudwatch.GetInsightRuleReportOutput, error)
	GetInsightRuleReportAsync(ctx workflow.Context, input *cloudwatch.GetInsightRuleReportInput) *GetInsightRuleReportFuture

	GetMetricData(ctx workflow.Context, input *cloudwatch.GetMetricDataInput) (*cloudwatch.GetMetricDataOutput, error)
	GetMetricDataAsync(ctx workflow.Context, input *cloudwatch.GetMetricDataInput) *GetMetricDataFuture

	GetMetricStatistics(ctx workflow.Context, input *cloudwatch.GetMetricStatisticsInput) (*cloudwatch.GetMetricStatisticsOutput, error)
	GetMetricStatisticsAsync(ctx workflow.Context, input *cloudwatch.GetMetricStatisticsInput) *GetMetricStatisticsFuture

	GetMetricWidgetImage(ctx workflow.Context, input *cloudwatch.GetMetricWidgetImageInput) (*cloudwatch.GetMetricWidgetImageOutput, error)
	GetMetricWidgetImageAsync(ctx workflow.Context, input *cloudwatch.GetMetricWidgetImageInput) *GetMetricWidgetImageFuture

	ListDashboards(ctx workflow.Context, input *cloudwatch.ListDashboardsInput) (*cloudwatch.ListDashboardsOutput, error)
	ListDashboardsAsync(ctx workflow.Context, input *cloudwatch.ListDashboardsInput) *ListDashboardsFuture

	ListMetrics(ctx workflow.Context, input *cloudwatch.ListMetricsInput) (*cloudwatch.ListMetricsOutput, error)
	ListMetricsAsync(ctx workflow.Context, input *cloudwatch.ListMetricsInput) *ListMetricsFuture

	ListTagsForResource(ctx workflow.Context, input *cloudwatch.ListTagsForResourceInput) (*cloudwatch.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *cloudwatch.ListTagsForResourceInput) *ListTagsForResourceFuture

	PutAnomalyDetector(ctx workflow.Context, input *cloudwatch.PutAnomalyDetectorInput) (*cloudwatch.PutAnomalyDetectorOutput, error)
	PutAnomalyDetectorAsync(ctx workflow.Context, input *cloudwatch.PutAnomalyDetectorInput) *PutAnomalyDetectorFuture

	PutCompositeAlarm(ctx workflow.Context, input *cloudwatch.PutCompositeAlarmInput) (*cloudwatch.PutCompositeAlarmOutput, error)
	PutCompositeAlarmAsync(ctx workflow.Context, input *cloudwatch.PutCompositeAlarmInput) *PutCompositeAlarmFuture

	PutDashboard(ctx workflow.Context, input *cloudwatch.PutDashboardInput) (*cloudwatch.PutDashboardOutput, error)
	PutDashboardAsync(ctx workflow.Context, input *cloudwatch.PutDashboardInput) *PutDashboardFuture

	PutInsightRule(ctx workflow.Context, input *cloudwatch.PutInsightRuleInput) (*cloudwatch.PutInsightRuleOutput, error)
	PutInsightRuleAsync(ctx workflow.Context, input *cloudwatch.PutInsightRuleInput) *PutInsightRuleFuture

	PutMetricAlarm(ctx workflow.Context, input *cloudwatch.PutMetricAlarmInput) (*cloudwatch.PutMetricAlarmOutput, error)
	PutMetricAlarmAsync(ctx workflow.Context, input *cloudwatch.PutMetricAlarmInput) *PutMetricAlarmFuture

	PutMetricData(ctx workflow.Context, input *cloudwatch.PutMetricDataInput) (*cloudwatch.PutMetricDataOutput, error)
	PutMetricDataAsync(ctx workflow.Context, input *cloudwatch.PutMetricDataInput) *PutMetricDataFuture

	SetAlarmState(ctx workflow.Context, input *cloudwatch.SetAlarmStateInput) (*cloudwatch.SetAlarmStateOutput, error)
	SetAlarmStateAsync(ctx workflow.Context, input *cloudwatch.SetAlarmStateInput) *SetAlarmStateFuture

	TagResource(ctx workflow.Context, input *cloudwatch.TagResourceInput) (*cloudwatch.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *cloudwatch.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *cloudwatch.UntagResourceInput) (*cloudwatch.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *cloudwatch.UntagResourceInput) *UntagResourceFuture

	WaitUntilAlarmExists(ctx workflow.Context, input *cloudwatch.DescribeAlarmsInput) error
	WaitUntilAlarmExistsAsync(ctx workflow.Context, input *cloudwatch.DescribeAlarmsInput) *clients.VoidFuture

	WaitUntilCompositeAlarmExists(ctx workflow.Context, input *cloudwatch.DescribeAlarmsInput) error
	WaitUntilCompositeAlarmExistsAsync(ctx workflow.Context, input *cloudwatch.DescribeAlarmsInput) *clients.VoidFuture
}

func NewClient

func NewClient() Client

type DeleteAlarmsFuture

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

func (*DeleteAlarmsFuture) Get

type DeleteAnomalyDetectorFuture

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

func (*DeleteAnomalyDetectorFuture) Get

type DeleteDashboardsFuture

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

func (*DeleteDashboardsFuture) Get

type DeleteInsightRulesFuture

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

func (*DeleteInsightRulesFuture) Get

type DescribeAlarmHistoryFuture

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

func (*DescribeAlarmHistoryFuture) Get

type DescribeAlarmsForMetricFuture

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

func (*DescribeAlarmsForMetricFuture) Get

type DescribeAlarmsFuture

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

func (*DescribeAlarmsFuture) Get

type DescribeAnomalyDetectorsFuture

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

func (*DescribeAnomalyDetectorsFuture) Get

type DescribeInsightRulesFuture

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

func (*DescribeInsightRulesFuture) Get

type DisableAlarmActionsFuture

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

func (*DisableAlarmActionsFuture) Get

type DisableInsightRulesFuture

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

func (*DisableInsightRulesFuture) Get

type EnableAlarmActionsFuture

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

func (*EnableAlarmActionsFuture) Get

type EnableInsightRulesFuture

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

func (*EnableInsightRulesFuture) Get

type GetDashboardFuture

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

func (*GetDashboardFuture) Get

type GetInsightRuleReportFuture

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

func (*GetInsightRuleReportFuture) Get

type GetMetricDataFuture

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

func (*GetMetricDataFuture) Get

type GetMetricStatisticsFuture

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

func (*GetMetricStatisticsFuture) Get

type GetMetricWidgetImageFuture

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

func (*GetMetricWidgetImageFuture) Get

type ListDashboardsFuture

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

func (*ListDashboardsFuture) Get

type ListMetricsFuture

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

func (*ListMetricsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PutAnomalyDetectorFuture

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

func (*PutAnomalyDetectorFuture) Get

type PutCompositeAlarmFuture

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

func (*PutCompositeAlarmFuture) Get

type PutDashboardFuture

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

func (*PutDashboardFuture) Get

type PutInsightRuleFuture

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

func (*PutInsightRuleFuture) Get

type PutMetricAlarmFuture

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

func (*PutMetricAlarmFuture) Get

type PutMetricDataFuture

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

func (*PutMetricDataFuture) Get

type SetAlarmStateFuture

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

func (*SetAlarmStateFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

Jump to

Keyboard shortcuts

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