eventbridgestub

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 *eventbridge.ActivateEventSourceInput) (*eventbridge.ActivateEventSourceOutput, error)
	ActivateEventSourceAsync(ctx workflow.Context, input *eventbridge.ActivateEventSourceInput) *ActivateEventSourceFuture

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	UpdateArchive(ctx workflow.Context, input *eventbridge.UpdateArchiveInput) (*eventbridge.UpdateArchiveOutput, error)
	UpdateArchiveAsync(ctx workflow.Context, input *eventbridge.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