budgetsstub

package
v0.0.0-...-eb62eed Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: MIT 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 {
	CreateBudget(ctx workflow.Context, input *budgets.CreateBudgetInput) (*budgets.CreateBudgetOutput, error)
	CreateBudgetAsync(ctx workflow.Context, input *budgets.CreateBudgetInput) *CreateBudgetFuture

	CreateNotification(ctx workflow.Context, input *budgets.CreateNotificationInput) (*budgets.CreateNotificationOutput, error)
	CreateNotificationAsync(ctx workflow.Context, input *budgets.CreateNotificationInput) *CreateNotificationFuture

	CreateSubscriber(ctx workflow.Context, input *budgets.CreateSubscriberInput) (*budgets.CreateSubscriberOutput, error)
	CreateSubscriberAsync(ctx workflow.Context, input *budgets.CreateSubscriberInput) *CreateSubscriberFuture

	DeleteBudget(ctx workflow.Context, input *budgets.DeleteBudgetInput) (*budgets.DeleteBudgetOutput, error)
	DeleteBudgetAsync(ctx workflow.Context, input *budgets.DeleteBudgetInput) *DeleteBudgetFuture

	DeleteNotification(ctx workflow.Context, input *budgets.DeleteNotificationInput) (*budgets.DeleteNotificationOutput, error)
	DeleteNotificationAsync(ctx workflow.Context, input *budgets.DeleteNotificationInput) *DeleteNotificationFuture

	DeleteSubscriber(ctx workflow.Context, input *budgets.DeleteSubscriberInput) (*budgets.DeleteSubscriberOutput, error)
	DeleteSubscriberAsync(ctx workflow.Context, input *budgets.DeleteSubscriberInput) *DeleteSubscriberFuture

	DescribeBudget(ctx workflow.Context, input *budgets.DescribeBudgetInput) (*budgets.DescribeBudgetOutput, error)
	DescribeBudgetAsync(ctx workflow.Context, input *budgets.DescribeBudgetInput) *DescribeBudgetFuture

	DescribeBudgetPerformanceHistory(ctx workflow.Context, input *budgets.DescribeBudgetPerformanceHistoryInput) (*budgets.DescribeBudgetPerformanceHistoryOutput, error)
	DescribeBudgetPerformanceHistoryAsync(ctx workflow.Context, input *budgets.DescribeBudgetPerformanceHistoryInput) *DescribeBudgetPerformanceHistoryFuture

	DescribeBudgets(ctx workflow.Context, input *budgets.DescribeBudgetsInput) (*budgets.DescribeBudgetsOutput, error)
	DescribeBudgetsAsync(ctx workflow.Context, input *budgets.DescribeBudgetsInput) *DescribeBudgetsFuture

	DescribeNotificationsForBudget(ctx workflow.Context, input *budgets.DescribeNotificationsForBudgetInput) (*budgets.DescribeNotificationsForBudgetOutput, error)
	DescribeNotificationsForBudgetAsync(ctx workflow.Context, input *budgets.DescribeNotificationsForBudgetInput) *DescribeNotificationsForBudgetFuture

	DescribeSubscribersForNotification(ctx workflow.Context, input *budgets.DescribeSubscribersForNotificationInput) (*budgets.DescribeSubscribersForNotificationOutput, error)
	DescribeSubscribersForNotificationAsync(ctx workflow.Context, input *budgets.DescribeSubscribersForNotificationInput) *DescribeSubscribersForNotificationFuture

	UpdateBudget(ctx workflow.Context, input *budgets.UpdateBudgetInput) (*budgets.UpdateBudgetOutput, error)
	UpdateBudgetAsync(ctx workflow.Context, input *budgets.UpdateBudgetInput) *UpdateBudgetFuture

	UpdateNotification(ctx workflow.Context, input *budgets.UpdateNotificationInput) (*budgets.UpdateNotificationOutput, error)
	UpdateNotificationAsync(ctx workflow.Context, input *budgets.UpdateNotificationInput) *UpdateNotificationFuture

	UpdateSubscriber(ctx workflow.Context, input *budgets.UpdateSubscriberInput) (*budgets.UpdateSubscriberOutput, error)
	UpdateSubscriberAsync(ctx workflow.Context, input *budgets.UpdateSubscriberInput) *UpdateSubscriberFuture
}

func NewClient

func NewClient() Client

type CreateBudgetFuture

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

func (*CreateBudgetFuture) Get

type CreateNotificationFuture

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

func (*CreateNotificationFuture) Get

type CreateSubscriberFuture

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

func (*CreateSubscriberFuture) Get

type DeleteBudgetFuture

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

func (*DeleteBudgetFuture) Get

type DeleteNotificationFuture

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

func (*DeleteNotificationFuture) Get

type DeleteSubscriberFuture

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

func (*DeleteSubscriberFuture) Get

type DescribeBudgetFuture

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

func (*DescribeBudgetFuture) Get

type DescribeBudgetPerformanceHistoryFuture

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

func (*DescribeBudgetPerformanceHistoryFuture) Get

type DescribeBudgetsFuture

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

func (*DescribeBudgetsFuture) Get

type DescribeNotificationsForBudgetFuture

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

func (*DescribeNotificationsForBudgetFuture) Get

type DescribeSubscribersForNotificationFuture

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

func (*DescribeSubscribersForNotificationFuture) Get

type UpdateBudgetFuture

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

func (*UpdateBudgetFuture) Get

type UpdateNotificationFuture

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

func (*UpdateNotificationFuture) Get

type UpdateSubscriberFuture

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

func (*UpdateSubscriberFuture) Get

Jump to

Keyboard shortcuts

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