codestarnotificationsstub

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 {
	CreateNotificationRule(ctx workflow.Context, input *codestarnotifications.CreateNotificationRuleInput) (*codestarnotifications.CreateNotificationRuleOutput, error)
	CreateNotificationRuleAsync(ctx workflow.Context, input *codestarnotifications.CreateNotificationRuleInput) *CreateNotificationRuleFuture

	DeleteNotificationRule(ctx workflow.Context, input *codestarnotifications.DeleteNotificationRuleInput) (*codestarnotifications.DeleteNotificationRuleOutput, error)
	DeleteNotificationRuleAsync(ctx workflow.Context, input *codestarnotifications.DeleteNotificationRuleInput) *DeleteNotificationRuleFuture

	DeleteTarget(ctx workflow.Context, input *codestarnotifications.DeleteTargetInput) (*codestarnotifications.DeleteTargetOutput, error)
	DeleteTargetAsync(ctx workflow.Context, input *codestarnotifications.DeleteTargetInput) *DeleteTargetFuture

	DescribeNotificationRule(ctx workflow.Context, input *codestarnotifications.DescribeNotificationRuleInput) (*codestarnotifications.DescribeNotificationRuleOutput, error)
	DescribeNotificationRuleAsync(ctx workflow.Context, input *codestarnotifications.DescribeNotificationRuleInput) *DescribeNotificationRuleFuture

	ListEventTypes(ctx workflow.Context, input *codestarnotifications.ListEventTypesInput) (*codestarnotifications.ListEventTypesOutput, error)
	ListEventTypesAsync(ctx workflow.Context, input *codestarnotifications.ListEventTypesInput) *ListEventTypesFuture

	ListNotificationRules(ctx workflow.Context, input *codestarnotifications.ListNotificationRulesInput) (*codestarnotifications.ListNotificationRulesOutput, error)
	ListNotificationRulesAsync(ctx workflow.Context, input *codestarnotifications.ListNotificationRulesInput) *ListNotificationRulesFuture

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

	ListTargets(ctx workflow.Context, input *codestarnotifications.ListTargetsInput) (*codestarnotifications.ListTargetsOutput, error)
	ListTargetsAsync(ctx workflow.Context, input *codestarnotifications.ListTargetsInput) *ListTargetsFuture

	Subscribe(ctx workflow.Context, input *codestarnotifications.SubscribeInput) (*codestarnotifications.SubscribeOutput, error)
	SubscribeAsync(ctx workflow.Context, input *codestarnotifications.SubscribeInput) *SubscribeFuture

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

	Unsubscribe(ctx workflow.Context, input *codestarnotifications.UnsubscribeInput) (*codestarnotifications.UnsubscribeOutput, error)
	UnsubscribeAsync(ctx workflow.Context, input *codestarnotifications.UnsubscribeInput) *UnsubscribeFuture

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

	UpdateNotificationRule(ctx workflow.Context, input *codestarnotifications.UpdateNotificationRuleInput) (*codestarnotifications.UpdateNotificationRuleOutput, error)
	UpdateNotificationRuleAsync(ctx workflow.Context, input *codestarnotifications.UpdateNotificationRuleInput) *UpdateNotificationRuleFuture
}

func NewClient

func NewClient() Client

type CreateNotificationRuleFuture

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

func (*CreateNotificationRuleFuture) Get

type DeleteNotificationRuleFuture

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

func (*DeleteNotificationRuleFuture) Get

type DeleteTargetFuture

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

func (*DeleteTargetFuture) Get

type DescribeNotificationRuleFuture

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

func (*DescribeNotificationRuleFuture) Get

type ListEventTypesFuture

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

func (*ListEventTypesFuture) Get

type ListNotificationRulesFuture

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

func (*ListNotificationRulesFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListTargetsFuture

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

func (*ListTargetsFuture) Get

type SubscribeFuture

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

func (*SubscribeFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UnsubscribeFuture

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

func (*UnsubscribeFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateNotificationRuleFuture

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

func (*UpdateNotificationRuleFuture) Get

Jump to

Keyboard shortcuts

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