cloudwatcheventsstub

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 ActivateEventSourceFuture

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

func (*ActivateEventSourceFuture) Get

type CancelReplayFuture

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

func (*CancelReplayFuture) Get

type Client

type Client interface {
	ActivateEventSource(ctx workflow.Context, input *cloudwatchevents.ActivateEventSourceInput) (*cloudwatchevents.ActivateEventSourceOutput, error)
	ActivateEventSourceAsync(ctx workflow.Context, input *cloudwatchevents.ActivateEventSourceInput) *ActivateEventSourceFuture

	CancelReplay(ctx workflow.Context, input *cloudwatchevents.CancelReplayInput) (*cloudwatchevents.CancelReplayOutput, error)
	CancelReplayAsync(ctx workflow.Context, input *cloudwatchevents.CancelReplayInput) *CancelReplayFuture

	CreateArchive(ctx workflow.Context, input *cloudwatchevents.CreateArchiveInput) (*cloudwatchevents.CreateArchiveOutput, error)
	CreateArchiveAsync(ctx workflow.Context, input *cloudwatchevents.CreateArchiveInput) *CreateArchiveFuture

	CreateEventBus(ctx workflow.Context, input *cloudwatchevents.CreateEventBusInput) (*cloudwatchevents.CreateEventBusOutput, error)
	CreateEventBusAsync(ctx workflow.Context, input *cloudwatchevents.CreateEventBusInput) *CreateEventBusFuture

	CreatePartnerEventSource(ctx workflow.Context, input *cloudwatchevents.CreatePartnerEventSourceInput) (*cloudwatchevents.CreatePartnerEventSourceOutput, error)
	CreatePartnerEventSourceAsync(ctx workflow.Context, input *cloudwatchevents.CreatePartnerEventSourceInput) *CreatePartnerEventSourceFuture

	DeactivateEventSource(ctx workflow.Context, input *cloudwatchevents.DeactivateEventSourceInput) (*cloudwatchevents.DeactivateEventSourceOutput, error)
	DeactivateEventSourceAsync(ctx workflow.Context, input *cloudwatchevents.DeactivateEventSourceInput) *DeactivateEventSourceFuture

	DeleteArchive(ctx workflow.Context, input *cloudwatchevents.DeleteArchiveInput) (*cloudwatchevents.DeleteArchiveOutput, error)
	DeleteArchiveAsync(ctx workflow.Context, input *cloudwatchevents.DeleteArchiveInput) *DeleteArchiveFuture

	DeleteEventBus(ctx workflow.Context, input *cloudwatchevents.DeleteEventBusInput) (*cloudwatchevents.DeleteEventBusOutput, error)
	DeleteEventBusAsync(ctx workflow.Context, input *cloudwatchevents.DeleteEventBusInput) *DeleteEventBusFuture

	DeletePartnerEventSource(ctx workflow.Context, input *cloudwatchevents.DeletePartnerEventSourceInput) (*cloudwatchevents.DeletePartnerEventSourceOutput, error)
	DeletePartnerEventSourceAsync(ctx workflow.Context, input *cloudwatchevents.DeletePartnerEventSourceInput) *DeletePartnerEventSourceFuture

	DeleteRule(ctx workflow.Context, input *cloudwatchevents.DeleteRuleInput) (*cloudwatchevents.DeleteRuleOutput, error)
	DeleteRuleAsync(ctx workflow.Context, input *cloudwatchevents.DeleteRuleInput) *DeleteRuleFuture

	DescribeArchive(ctx workflow.Context, input *cloudwatchevents.DescribeArchiveInput) (*cloudwatchevents.DescribeArchiveOutput, error)
	DescribeArchiveAsync(ctx workflow.Context, input *cloudwatchevents.DescribeArchiveInput) *DescribeArchiveFuture

	DescribeEventBus(ctx workflow.Context, input *cloudwatchevents.DescribeEventBusInput) (*cloudwatchevents.DescribeEventBusOutput, error)
	DescribeEventBusAsync(ctx workflow.Context, input *cloudwatchevents.DescribeEventBusInput) *DescribeEventBusFuture

	DescribeEventSource(ctx workflow.Context, input *cloudwatchevents.DescribeEventSourceInput) (*cloudwatchevents.DescribeEventSourceOutput, error)
	DescribeEventSourceAsync(ctx workflow.Context, input *cloudwatchevents.DescribeEventSourceInput) *DescribeEventSourceFuture

	DescribePartnerEventSource(ctx workflow.Context, input *cloudwatchevents.DescribePartnerEventSourceInput) (*cloudwatchevents.DescribePartnerEventSourceOutput, error)
	DescribePartnerEventSourceAsync(ctx workflow.Context, input *cloudwatchevents.DescribePartnerEventSourceInput) *DescribePartnerEventSourceFuture

	DescribeReplay(ctx workflow.Context, input *cloudwatchevents.DescribeReplayInput) (*cloudwatchevents.DescribeReplayOutput, error)
	DescribeReplayAsync(ctx workflow.Context, input *cloudwatchevents.DescribeReplayInput) *DescribeReplayFuture

	DescribeRule(ctx workflow.Context, input *cloudwatchevents.DescribeRuleInput) (*cloudwatchevents.DescribeRuleOutput, error)
	DescribeRuleAsync(ctx workflow.Context, input *cloudwatchevents.DescribeRuleInput) *DescribeRuleFuture

	DisableRule(ctx workflow.Context, input *cloudwatchevents.DisableRuleInput) (*cloudwatchevents.DisableRuleOutput, error)
	DisableRuleAsync(ctx workflow.Context, input *cloudwatchevents.DisableRuleInput) *DisableRuleFuture

	EnableRule(ctx workflow.Context, input *cloudwatchevents.EnableRuleInput) (*cloudwatchevents.EnableRuleOutput, error)
	EnableRuleAsync(ctx workflow.Context, input *cloudwatchevents.EnableRuleInput) *EnableRuleFuture

	ListArchives(ctx workflow.Context, input *cloudwatchevents.ListArchivesInput) (*cloudwatchevents.ListArchivesOutput, error)
	ListArchivesAsync(ctx workflow.Context, input *cloudwatchevents.ListArchivesInput) *ListArchivesFuture

	ListEventBuses(ctx workflow.Context, input *cloudwatchevents.ListEventBusesInput) (*cloudwatchevents.ListEventBusesOutput, error)
	ListEventBusesAsync(ctx workflow.Context, input *cloudwatchevents.ListEventBusesInput) *ListEventBusesFuture

	ListEventSources(ctx workflow.Context, input *cloudwatchevents.ListEventSourcesInput) (*cloudwatchevents.ListEventSourcesOutput, error)
	ListEventSourcesAsync(ctx workflow.Context, input *cloudwatchevents.ListEventSourcesInput) *ListEventSourcesFuture

	ListPartnerEventSourceAccounts(ctx workflow.Context, input *cloudwatchevents.ListPartnerEventSourceAccountsInput) (*cloudwatchevents.ListPartnerEventSourceAccountsOutput, error)
	ListPartnerEventSourceAccountsAsync(ctx workflow.Context, input *cloudwatchevents.ListPartnerEventSourceAccountsInput) *ListPartnerEventSourceAccountsFuture

	ListPartnerEventSources(ctx workflow.Context, input *cloudwatchevents.ListPartnerEventSourcesInput) (*cloudwatchevents.ListPartnerEventSourcesOutput, error)
	ListPartnerEventSourcesAsync(ctx workflow.Context, input *cloudwatchevents.ListPartnerEventSourcesInput) *ListPartnerEventSourcesFuture

	ListReplays(ctx workflow.Context, input *cloudwatchevents.ListReplaysInput) (*cloudwatchevents.ListReplaysOutput, error)
	ListReplaysAsync(ctx workflow.Context, input *cloudwatchevents.ListReplaysInput) *ListReplaysFuture

	ListRuleNamesByTarget(ctx workflow.Context, input *cloudwatchevents.ListRuleNamesByTargetInput) (*cloudwatchevents.ListRuleNamesByTargetOutput, error)
	ListRuleNamesByTargetAsync(ctx workflow.Context, input *cloudwatchevents.ListRuleNamesByTargetInput) *ListRuleNamesByTargetFuture

	ListRules(ctx workflow.Context, input *cloudwatchevents.ListRulesInput) (*cloudwatchevents.ListRulesOutput, error)
	ListRulesAsync(ctx workflow.Context, input *cloudwatchevents.ListRulesInput) *ListRulesFuture

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

	ListTargetsByRule(ctx workflow.Context, input *cloudwatchevents.ListTargetsByRuleInput) (*cloudwatchevents.ListTargetsByRuleOutput, error)
	ListTargetsByRuleAsync(ctx workflow.Context, input *cloudwatchevents.ListTargetsByRuleInput) *ListTargetsByRuleFuture

	PutEvents(ctx workflow.Context, input *cloudwatchevents.PutEventsInput) (*cloudwatchevents.PutEventsOutput, error)
	PutEventsAsync(ctx workflow.Context, input *cloudwatchevents.PutEventsInput) *PutEventsFuture

	PutPartnerEvents(ctx workflow.Context, input *cloudwatchevents.PutPartnerEventsInput) (*cloudwatchevents.PutPartnerEventsOutput, error)
	PutPartnerEventsAsync(ctx workflow.Context, input *cloudwatchevents.PutPartnerEventsInput) *PutPartnerEventsFuture

	PutPermission(ctx workflow.Context, input *cloudwatchevents.PutPermissionInput) (*cloudwatchevents.PutPermissionOutput, error)
	PutPermissionAsync(ctx workflow.Context, input *cloudwatchevents.PutPermissionInput) *PutPermissionFuture

	PutRule(ctx workflow.Context, input *cloudwatchevents.PutRuleInput) (*cloudwatchevents.PutRuleOutput, error)
	PutRuleAsync(ctx workflow.Context, input *cloudwatchevents.PutRuleInput) *PutRuleFuture

	PutTargets(ctx workflow.Context, input *cloudwatchevents.PutTargetsInput) (*cloudwatchevents.PutTargetsOutput, error)
	PutTargetsAsync(ctx workflow.Context, input *cloudwatchevents.PutTargetsInput) *PutTargetsFuture

	RemovePermission(ctx workflow.Context, input *cloudwatchevents.RemovePermissionInput) (*cloudwatchevents.RemovePermissionOutput, error)
	RemovePermissionAsync(ctx workflow.Context, input *cloudwatchevents.RemovePermissionInput) *RemovePermissionFuture

	RemoveTargets(ctx workflow.Context, input *cloudwatchevents.RemoveTargetsInput) (*cloudwatchevents.RemoveTargetsOutput, error)
	RemoveTargetsAsync(ctx workflow.Context, input *cloudwatchevents.RemoveTargetsInput) *RemoveTargetsFuture

	StartReplay(ctx workflow.Context, input *cloudwatchevents.StartReplayInput) (*cloudwatchevents.StartReplayOutput, error)
	StartReplayAsync(ctx workflow.Context, input *cloudwatchevents.StartReplayInput) *StartReplayFuture

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

	TestEventPattern(ctx workflow.Context, input *cloudwatchevents.TestEventPatternInput) (*cloudwatchevents.TestEventPatternOutput, error)
	TestEventPatternAsync(ctx workflow.Context, input *cloudwatchevents.TestEventPatternInput) *TestEventPatternFuture

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

	UpdateArchive(ctx workflow.Context, input *cloudwatchevents.UpdateArchiveInput) (*cloudwatchevents.UpdateArchiveOutput, error)
	UpdateArchiveAsync(ctx workflow.Context, input *cloudwatchevents.UpdateArchiveInput) *UpdateArchiveFuture
}

func NewClient

func NewClient() Client

type CreateArchiveFuture

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

func (*CreateArchiveFuture) Get

type CreateEventBusFuture

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

func (*CreateEventBusFuture) Get

type CreatePartnerEventSourceFuture

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

func (*CreatePartnerEventSourceFuture) Get

type DeactivateEventSourceFuture

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

func (*DeactivateEventSourceFuture) Get

type DeleteArchiveFuture

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

func (*DeleteArchiveFuture) Get

type DeleteEventBusFuture

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

func (*DeleteEventBusFuture) Get

type DeletePartnerEventSourceFuture

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

func (*DeletePartnerEventSourceFuture) Get

type DeleteRuleFuture

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

func (*DeleteRuleFuture) Get

type DescribeArchiveFuture

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

func (*DescribeArchiveFuture) Get

type DescribeEventBusFuture

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

func (*DescribeEventBusFuture) Get

type DescribeEventSourceFuture

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

func (*DescribeEventSourceFuture) Get

type DescribePartnerEventSourceFuture

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

func (*DescribePartnerEventSourceFuture) Get

type DescribeReplayFuture

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

func (*DescribeReplayFuture) Get

type DescribeRuleFuture

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

func (*DescribeRuleFuture) Get

type DisableRuleFuture

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

func (*DisableRuleFuture) Get

type EnableRuleFuture

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

func (*EnableRuleFuture) Get

type ListArchivesFuture

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

func (*ListArchivesFuture) Get

type ListEventBusesFuture

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

func (*ListEventBusesFuture) Get

type ListEventSourcesFuture

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

func (*ListEventSourcesFuture) Get

type ListPartnerEventSourceAccountsFuture

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

func (*ListPartnerEventSourceAccountsFuture) Get

type ListPartnerEventSourcesFuture

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

func (*ListPartnerEventSourcesFuture) Get

type ListReplaysFuture

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

func (*ListReplaysFuture) Get

type ListRuleNamesByTargetFuture

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

func (*ListRuleNamesByTargetFuture) Get

type ListRulesFuture

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

func (*ListRulesFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListTargetsByRuleFuture

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

func (*ListTargetsByRuleFuture) Get

type PutEventsFuture

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

func (*PutEventsFuture) Get

type PutPartnerEventsFuture

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

func (*PutPartnerEventsFuture) Get

type PutPermissionFuture

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

func (*PutPermissionFuture) Get

type PutRuleFuture

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

func (*PutRuleFuture) Get

type PutTargetsFuture

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

func (*PutTargetsFuture) Get

type RemovePermissionFuture

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

func (*RemovePermissionFuture) Get

type RemoveTargetsFuture

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

func (*RemoveTargetsFuture) Get

type StartReplayFuture

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

func (*StartReplayFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type TestEventPatternFuture

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

func (*TestEventPatternFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateArchiveFuture

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

func (*UpdateArchiveFuture) Get

Jump to

Keyboard shortcuts

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