Documentation ¶
Index ¶
- type Client
- type CreateBudgetFuture
- type CreateNotificationFuture
- type CreateSubscriberFuture
- type DeleteBudgetFuture
- type DeleteNotificationFuture
- type DeleteSubscriberFuture
- type DescribeBudgetFuture
- type DescribeBudgetPerformanceHistoryFuture
- type DescribeBudgetsFuture
- type DescribeNotificationsForBudgetFuture
- type DescribeSubscribersForNotificationFuture
- type UpdateBudgetFuture
- type UpdateNotificationFuture
- type UpdateSubscriberFuture
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 }
type CreateBudgetFuture ¶
func (*CreateBudgetFuture) Get ¶
func (r *CreateBudgetFuture) Get(ctx workflow.Context) (*budgets.CreateBudgetOutput, error)
type CreateNotificationFuture ¶
type CreateNotificationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateNotificationFuture) Get ¶
func (r *CreateNotificationFuture) Get(ctx workflow.Context) (*budgets.CreateNotificationOutput, error)
type CreateSubscriberFuture ¶
type CreateSubscriberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSubscriberFuture) Get ¶
func (r *CreateSubscriberFuture) Get(ctx workflow.Context) (*budgets.CreateSubscriberOutput, error)
type DeleteBudgetFuture ¶
func (*DeleteBudgetFuture) Get ¶
func (r *DeleteBudgetFuture) Get(ctx workflow.Context) (*budgets.DeleteBudgetOutput, error)
type DeleteNotificationFuture ¶
type DeleteNotificationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNotificationFuture) Get ¶
func (r *DeleteNotificationFuture) Get(ctx workflow.Context) (*budgets.DeleteNotificationOutput, error)
type DeleteSubscriberFuture ¶
type DeleteSubscriberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSubscriberFuture) Get ¶
func (r *DeleteSubscriberFuture) Get(ctx workflow.Context) (*budgets.DeleteSubscriberOutput, error)
type DescribeBudgetFuture ¶
func (*DescribeBudgetFuture) Get ¶
func (r *DescribeBudgetFuture) Get(ctx workflow.Context) (*budgets.DescribeBudgetOutput, error)
type DescribeBudgetPerformanceHistoryFuture ¶
type DescribeBudgetPerformanceHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBudgetPerformanceHistoryFuture) Get ¶
func (r *DescribeBudgetPerformanceHistoryFuture) Get(ctx workflow.Context) (*budgets.DescribeBudgetPerformanceHistoryOutput, error)
type DescribeBudgetsFuture ¶
type DescribeBudgetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBudgetsFuture) Get ¶
func (r *DescribeBudgetsFuture) Get(ctx workflow.Context) (*budgets.DescribeBudgetsOutput, error)
type DescribeNotificationsForBudgetFuture ¶
type DescribeNotificationsForBudgetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeNotificationsForBudgetFuture) Get ¶
func (r *DescribeNotificationsForBudgetFuture) Get(ctx workflow.Context) (*budgets.DescribeNotificationsForBudgetOutput, error)
type DescribeSubscribersForNotificationFuture ¶
type DescribeSubscribersForNotificationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSubscribersForNotificationFuture) Get ¶
func (r *DescribeSubscribersForNotificationFuture) Get(ctx workflow.Context) (*budgets.DescribeSubscribersForNotificationOutput, error)
type UpdateBudgetFuture ¶
func (*UpdateBudgetFuture) Get ¶
func (r *UpdateBudgetFuture) Get(ctx workflow.Context) (*budgets.UpdateBudgetOutput, error)
type UpdateNotificationFuture ¶
type UpdateNotificationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateNotificationFuture) Get ¶
func (r *UpdateNotificationFuture) Get(ctx workflow.Context) (*budgets.UpdateNotificationOutput, error)
type UpdateSubscriberFuture ¶
type UpdateSubscriberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSubscriberFuture) Get ¶
func (r *UpdateSubscriberFuture) Get(ctx workflow.Context) (*budgets.UpdateSubscriberOutput, error)
Click to show internal directories.
Click to hide internal directories.