cloudtrailstub

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 AddTagsFuture

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

func (*AddTagsFuture) Get

type Client

type Client interface {
	AddTags(ctx workflow.Context, input *cloudtrail.AddTagsInput) (*cloudtrail.AddTagsOutput, error)
	AddTagsAsync(ctx workflow.Context, input *cloudtrail.AddTagsInput) *AddTagsFuture

	CreateTrail(ctx workflow.Context, input *cloudtrail.CreateTrailInput) (*cloudtrail.CreateTrailOutput, error)
	CreateTrailAsync(ctx workflow.Context, input *cloudtrail.CreateTrailInput) *CreateTrailFuture

	DeleteTrail(ctx workflow.Context, input *cloudtrail.DeleteTrailInput) (*cloudtrail.DeleteTrailOutput, error)
	DeleteTrailAsync(ctx workflow.Context, input *cloudtrail.DeleteTrailInput) *DeleteTrailFuture

	DescribeTrails(ctx workflow.Context, input *cloudtrail.DescribeTrailsInput) (*cloudtrail.DescribeTrailsOutput, error)
	DescribeTrailsAsync(ctx workflow.Context, input *cloudtrail.DescribeTrailsInput) *DescribeTrailsFuture

	GetEventSelectors(ctx workflow.Context, input *cloudtrail.GetEventSelectorsInput) (*cloudtrail.GetEventSelectorsOutput, error)
	GetEventSelectorsAsync(ctx workflow.Context, input *cloudtrail.GetEventSelectorsInput) *GetEventSelectorsFuture

	GetInsightSelectors(ctx workflow.Context, input *cloudtrail.GetInsightSelectorsInput) (*cloudtrail.GetInsightSelectorsOutput, error)
	GetInsightSelectorsAsync(ctx workflow.Context, input *cloudtrail.GetInsightSelectorsInput) *GetInsightSelectorsFuture

	GetTrail(ctx workflow.Context, input *cloudtrail.GetTrailInput) (*cloudtrail.GetTrailOutput, error)
	GetTrailAsync(ctx workflow.Context, input *cloudtrail.GetTrailInput) *GetTrailFuture

	GetTrailStatus(ctx workflow.Context, input *cloudtrail.GetTrailStatusInput) (*cloudtrail.GetTrailStatusOutput, error)
	GetTrailStatusAsync(ctx workflow.Context, input *cloudtrail.GetTrailStatusInput) *GetTrailStatusFuture

	ListPublicKeys(ctx workflow.Context, input *cloudtrail.ListPublicKeysInput) (*cloudtrail.ListPublicKeysOutput, error)
	ListPublicKeysAsync(ctx workflow.Context, input *cloudtrail.ListPublicKeysInput) *ListPublicKeysFuture

	ListTags(ctx workflow.Context, input *cloudtrail.ListTagsInput) (*cloudtrail.ListTagsOutput, error)
	ListTagsAsync(ctx workflow.Context, input *cloudtrail.ListTagsInput) *ListTagsFuture

	ListTrails(ctx workflow.Context, input *cloudtrail.ListTrailsInput) (*cloudtrail.ListTrailsOutput, error)
	ListTrailsAsync(ctx workflow.Context, input *cloudtrail.ListTrailsInput) *ListTrailsFuture

	LookupEvents(ctx workflow.Context, input *cloudtrail.LookupEventsInput) (*cloudtrail.LookupEventsOutput, error)
	LookupEventsAsync(ctx workflow.Context, input *cloudtrail.LookupEventsInput) *LookupEventsFuture

	PutEventSelectors(ctx workflow.Context, input *cloudtrail.PutEventSelectorsInput) (*cloudtrail.PutEventSelectorsOutput, error)
	PutEventSelectorsAsync(ctx workflow.Context, input *cloudtrail.PutEventSelectorsInput) *PutEventSelectorsFuture

	PutInsightSelectors(ctx workflow.Context, input *cloudtrail.PutInsightSelectorsInput) (*cloudtrail.PutInsightSelectorsOutput, error)
	PutInsightSelectorsAsync(ctx workflow.Context, input *cloudtrail.PutInsightSelectorsInput) *PutInsightSelectorsFuture

	RemoveTags(ctx workflow.Context, input *cloudtrail.RemoveTagsInput) (*cloudtrail.RemoveTagsOutput, error)
	RemoveTagsAsync(ctx workflow.Context, input *cloudtrail.RemoveTagsInput) *RemoveTagsFuture

	StartLogging(ctx workflow.Context, input *cloudtrail.StartLoggingInput) (*cloudtrail.StartLoggingOutput, error)
	StartLoggingAsync(ctx workflow.Context, input *cloudtrail.StartLoggingInput) *StartLoggingFuture

	StopLogging(ctx workflow.Context, input *cloudtrail.StopLoggingInput) (*cloudtrail.StopLoggingOutput, error)
	StopLoggingAsync(ctx workflow.Context, input *cloudtrail.StopLoggingInput) *StopLoggingFuture

	UpdateTrail(ctx workflow.Context, input *cloudtrail.UpdateTrailInput) (*cloudtrail.UpdateTrailOutput, error)
	UpdateTrailAsync(ctx workflow.Context, input *cloudtrail.UpdateTrailInput) *UpdateTrailFuture
}

func NewClient

func NewClient() Client

type CreateTrailFuture

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

func (*CreateTrailFuture) Get

type DeleteTrailFuture

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

func (*DeleteTrailFuture) Get

type DescribeTrailsFuture

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

func (*DescribeTrailsFuture) Get

type GetEventSelectorsFuture

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

func (*GetEventSelectorsFuture) Get

type GetInsightSelectorsFuture

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

func (*GetInsightSelectorsFuture) Get

type GetTrailFuture

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

func (*GetTrailFuture) Get

type GetTrailStatusFuture

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

func (*GetTrailStatusFuture) Get

type ListPublicKeysFuture

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

func (*ListPublicKeysFuture) Get

type ListTagsFuture

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

func (*ListTagsFuture) Get

type ListTrailsFuture

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

func (*ListTrailsFuture) Get

type LookupEventsFuture

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

func (*LookupEventsFuture) Get

type PutEventSelectorsFuture

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

func (*PutEventSelectorsFuture) Get

type PutInsightSelectorsFuture

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

func (*PutInsightSelectorsFuture) Get

type RemoveTagsFuture

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

func (*RemoveTagsFuture) Get

type StartLoggingFuture

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

func (*StartLoggingFuture) Get

type StopLoggingFuture

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

func (*StopLoggingFuture) Get

type UpdateTrailFuture

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

func (*UpdateTrailFuture) Get

Jump to

Keyboard shortcuts

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