cloudwatchlogsstub

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 AssociateKmsKeyFuture

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

func (*AssociateKmsKeyFuture) Get

type CancelExportTaskFuture

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

func (*CancelExportTaskFuture) Get

type Client

type Client interface {
	AssociateKmsKey(ctx workflow.Context, input *cloudwatchlogs.AssociateKmsKeyInput) (*cloudwatchlogs.AssociateKmsKeyOutput, error)
	AssociateKmsKeyAsync(ctx workflow.Context, input *cloudwatchlogs.AssociateKmsKeyInput) *AssociateKmsKeyFuture

	CancelExportTask(ctx workflow.Context, input *cloudwatchlogs.CancelExportTaskInput) (*cloudwatchlogs.CancelExportTaskOutput, error)
	CancelExportTaskAsync(ctx workflow.Context, input *cloudwatchlogs.CancelExportTaskInput) *CancelExportTaskFuture

	CreateExportTask(ctx workflow.Context, input *cloudwatchlogs.CreateExportTaskInput) (*cloudwatchlogs.CreateExportTaskOutput, error)
	CreateExportTaskAsync(ctx workflow.Context, input *cloudwatchlogs.CreateExportTaskInput) *CreateExportTaskFuture

	CreateLogGroup(ctx workflow.Context, input *cloudwatchlogs.CreateLogGroupInput) (*cloudwatchlogs.CreateLogGroupOutput, error)
	CreateLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.CreateLogGroupInput) *CreateLogGroupFuture

	CreateLogStream(ctx workflow.Context, input *cloudwatchlogs.CreateLogStreamInput) (*cloudwatchlogs.CreateLogStreamOutput, error)
	CreateLogStreamAsync(ctx workflow.Context, input *cloudwatchlogs.CreateLogStreamInput) *CreateLogStreamFuture

	DeleteDestination(ctx workflow.Context, input *cloudwatchlogs.DeleteDestinationInput) (*cloudwatchlogs.DeleteDestinationOutput, error)
	DeleteDestinationAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteDestinationInput) *DeleteDestinationFuture

	DeleteLogGroup(ctx workflow.Context, input *cloudwatchlogs.DeleteLogGroupInput) (*cloudwatchlogs.DeleteLogGroupOutput, error)
	DeleteLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteLogGroupInput) *DeleteLogGroupFuture

	DeleteLogStream(ctx workflow.Context, input *cloudwatchlogs.DeleteLogStreamInput) (*cloudwatchlogs.DeleteLogStreamOutput, error)
	DeleteLogStreamAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteLogStreamInput) *DeleteLogStreamFuture

	DeleteMetricFilter(ctx workflow.Context, input *cloudwatchlogs.DeleteMetricFilterInput) (*cloudwatchlogs.DeleteMetricFilterOutput, error)
	DeleteMetricFilterAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteMetricFilterInput) *DeleteMetricFilterFuture

	DeleteQueryDefinition(ctx workflow.Context, input *cloudwatchlogs.DeleteQueryDefinitionInput) (*cloudwatchlogs.DeleteQueryDefinitionOutput, error)
	DeleteQueryDefinitionAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteQueryDefinitionInput) *DeleteQueryDefinitionFuture

	DeleteResourcePolicy(ctx workflow.Context, input *cloudwatchlogs.DeleteResourcePolicyInput) (*cloudwatchlogs.DeleteResourcePolicyOutput, error)
	DeleteResourcePolicyAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteResourcePolicyInput) *DeleteResourcePolicyFuture

	DeleteRetentionPolicy(ctx workflow.Context, input *cloudwatchlogs.DeleteRetentionPolicyInput) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error)
	DeleteRetentionPolicyAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteRetentionPolicyInput) *DeleteRetentionPolicyFuture

	DeleteSubscriptionFilter(ctx workflow.Context, input *cloudwatchlogs.DeleteSubscriptionFilterInput) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error)
	DeleteSubscriptionFilterAsync(ctx workflow.Context, input *cloudwatchlogs.DeleteSubscriptionFilterInput) *DeleteSubscriptionFilterFuture

	DescribeDestinations(ctx workflow.Context, input *cloudwatchlogs.DescribeDestinationsInput) (*cloudwatchlogs.DescribeDestinationsOutput, error)
	DescribeDestinationsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeDestinationsInput) *DescribeDestinationsFuture

	DescribeExportTasks(ctx workflow.Context, input *cloudwatchlogs.DescribeExportTasksInput) (*cloudwatchlogs.DescribeExportTasksOutput, error)
	DescribeExportTasksAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeExportTasksInput) *DescribeExportTasksFuture

	DescribeLogGroups(ctx workflow.Context, input *cloudwatchlogs.DescribeLogGroupsInput) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
	DescribeLogGroupsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeLogGroupsInput) *DescribeLogGroupsFuture

	DescribeLogStreams(ctx workflow.Context, input *cloudwatchlogs.DescribeLogStreamsInput) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
	DescribeLogStreamsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeLogStreamsInput) *DescribeLogStreamsFuture

	DescribeMetricFilters(ctx workflow.Context, input *cloudwatchlogs.DescribeMetricFiltersInput) (*cloudwatchlogs.DescribeMetricFiltersOutput, error)
	DescribeMetricFiltersAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeMetricFiltersInput) *DescribeMetricFiltersFuture

	DescribeQueries(ctx workflow.Context, input *cloudwatchlogs.DescribeQueriesInput) (*cloudwatchlogs.DescribeQueriesOutput, error)
	DescribeQueriesAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeQueriesInput) *DescribeQueriesFuture

	DescribeQueryDefinitions(ctx workflow.Context, input *cloudwatchlogs.DescribeQueryDefinitionsInput) (*cloudwatchlogs.DescribeQueryDefinitionsOutput, error)
	DescribeQueryDefinitionsAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeQueryDefinitionsInput) *DescribeQueryDefinitionsFuture

	DescribeResourcePolicies(ctx workflow.Context, input *cloudwatchlogs.DescribeResourcePoliciesInput) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error)
	DescribeResourcePoliciesAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeResourcePoliciesInput) *DescribeResourcePoliciesFuture

	DescribeSubscriptionFilters(ctx workflow.Context, input *cloudwatchlogs.DescribeSubscriptionFiltersInput) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error)
	DescribeSubscriptionFiltersAsync(ctx workflow.Context, input *cloudwatchlogs.DescribeSubscriptionFiltersInput) *DescribeSubscriptionFiltersFuture

	DisassociateKmsKey(ctx workflow.Context, input *cloudwatchlogs.DisassociateKmsKeyInput) (*cloudwatchlogs.DisassociateKmsKeyOutput, error)
	DisassociateKmsKeyAsync(ctx workflow.Context, input *cloudwatchlogs.DisassociateKmsKeyInput) *DisassociateKmsKeyFuture

	FilterLogEvents(ctx workflow.Context, input *cloudwatchlogs.FilterLogEventsInput) (*cloudwatchlogs.FilterLogEventsOutput, error)
	FilterLogEventsAsync(ctx workflow.Context, input *cloudwatchlogs.FilterLogEventsInput) *FilterLogEventsFuture

	GetLogEvents(ctx workflow.Context, input *cloudwatchlogs.GetLogEventsInput) (*cloudwatchlogs.GetLogEventsOutput, error)
	GetLogEventsAsync(ctx workflow.Context, input *cloudwatchlogs.GetLogEventsInput) *GetLogEventsFuture

	GetLogGroupFields(ctx workflow.Context, input *cloudwatchlogs.GetLogGroupFieldsInput) (*cloudwatchlogs.GetLogGroupFieldsOutput, error)
	GetLogGroupFieldsAsync(ctx workflow.Context, input *cloudwatchlogs.GetLogGroupFieldsInput) *GetLogGroupFieldsFuture

	GetLogRecord(ctx workflow.Context, input *cloudwatchlogs.GetLogRecordInput) (*cloudwatchlogs.GetLogRecordOutput, error)
	GetLogRecordAsync(ctx workflow.Context, input *cloudwatchlogs.GetLogRecordInput) *GetLogRecordFuture

	GetQueryResults(ctx workflow.Context, input *cloudwatchlogs.GetQueryResultsInput) (*cloudwatchlogs.GetQueryResultsOutput, error)
	GetQueryResultsAsync(ctx workflow.Context, input *cloudwatchlogs.GetQueryResultsInput) *GetQueryResultsFuture

	ListTagsLogGroup(ctx workflow.Context, input *cloudwatchlogs.ListTagsLogGroupInput) (*cloudwatchlogs.ListTagsLogGroupOutput, error)
	ListTagsLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.ListTagsLogGroupInput) *ListTagsLogGroupFuture

	PutDestination(ctx workflow.Context, input *cloudwatchlogs.PutDestinationInput) (*cloudwatchlogs.PutDestinationOutput, error)
	PutDestinationAsync(ctx workflow.Context, input *cloudwatchlogs.PutDestinationInput) *PutDestinationFuture

	PutDestinationPolicy(ctx workflow.Context, input *cloudwatchlogs.PutDestinationPolicyInput) (*cloudwatchlogs.PutDestinationPolicyOutput, error)
	PutDestinationPolicyAsync(ctx workflow.Context, input *cloudwatchlogs.PutDestinationPolicyInput) *PutDestinationPolicyFuture

	PutLogEvents(ctx workflow.Context, input *cloudwatchlogs.PutLogEventsInput) (*cloudwatchlogs.PutLogEventsOutput, error)
	PutLogEventsAsync(ctx workflow.Context, input *cloudwatchlogs.PutLogEventsInput) *PutLogEventsFuture

	PutMetricFilter(ctx workflow.Context, input *cloudwatchlogs.PutMetricFilterInput) (*cloudwatchlogs.PutMetricFilterOutput, error)
	PutMetricFilterAsync(ctx workflow.Context, input *cloudwatchlogs.PutMetricFilterInput) *PutMetricFilterFuture

	PutQueryDefinition(ctx workflow.Context, input *cloudwatchlogs.PutQueryDefinitionInput) (*cloudwatchlogs.PutQueryDefinitionOutput, error)
	PutQueryDefinitionAsync(ctx workflow.Context, input *cloudwatchlogs.PutQueryDefinitionInput) *PutQueryDefinitionFuture

	PutResourcePolicy(ctx workflow.Context, input *cloudwatchlogs.PutResourcePolicyInput) (*cloudwatchlogs.PutResourcePolicyOutput, error)
	PutResourcePolicyAsync(ctx workflow.Context, input *cloudwatchlogs.PutResourcePolicyInput) *PutResourcePolicyFuture

	PutRetentionPolicy(ctx workflow.Context, input *cloudwatchlogs.PutRetentionPolicyInput) (*cloudwatchlogs.PutRetentionPolicyOutput, error)
	PutRetentionPolicyAsync(ctx workflow.Context, input *cloudwatchlogs.PutRetentionPolicyInput) *PutRetentionPolicyFuture

	PutSubscriptionFilter(ctx workflow.Context, input *cloudwatchlogs.PutSubscriptionFilterInput) (*cloudwatchlogs.PutSubscriptionFilterOutput, error)
	PutSubscriptionFilterAsync(ctx workflow.Context, input *cloudwatchlogs.PutSubscriptionFilterInput) *PutSubscriptionFilterFuture

	StartQuery(ctx workflow.Context, input *cloudwatchlogs.StartQueryInput) (*cloudwatchlogs.StartQueryOutput, error)
	StartQueryAsync(ctx workflow.Context, input *cloudwatchlogs.StartQueryInput) *StartQueryFuture

	StopQuery(ctx workflow.Context, input *cloudwatchlogs.StopQueryInput) (*cloudwatchlogs.StopQueryOutput, error)
	StopQueryAsync(ctx workflow.Context, input *cloudwatchlogs.StopQueryInput) *StopQueryFuture

	TagLogGroup(ctx workflow.Context, input *cloudwatchlogs.TagLogGroupInput) (*cloudwatchlogs.TagLogGroupOutput, error)
	TagLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.TagLogGroupInput) *TagLogGroupFuture

	TestMetricFilter(ctx workflow.Context, input *cloudwatchlogs.TestMetricFilterInput) (*cloudwatchlogs.TestMetricFilterOutput, error)
	TestMetricFilterAsync(ctx workflow.Context, input *cloudwatchlogs.TestMetricFilterInput) *TestMetricFilterFuture

	UntagLogGroup(ctx workflow.Context, input *cloudwatchlogs.UntagLogGroupInput) (*cloudwatchlogs.UntagLogGroupOutput, error)
	UntagLogGroupAsync(ctx workflow.Context, input *cloudwatchlogs.UntagLogGroupInput) *UntagLogGroupFuture
}

func NewClient

func NewClient() Client

type CreateExportTaskFuture

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

func (*CreateExportTaskFuture) Get

type CreateLogGroupFuture

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

func (*CreateLogGroupFuture) Get

type CreateLogStreamFuture

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

func (*CreateLogStreamFuture) Get

type DeleteDestinationFuture

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

func (*DeleteDestinationFuture) Get

type DeleteLogGroupFuture

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

func (*DeleteLogGroupFuture) Get

type DeleteLogStreamFuture

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

func (*DeleteLogStreamFuture) Get

type DeleteMetricFilterFuture

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

func (*DeleteMetricFilterFuture) Get

type DeleteQueryDefinitionFuture

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

func (*DeleteQueryDefinitionFuture) Get

type DeleteResourcePolicyFuture

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

func (*DeleteResourcePolicyFuture) Get

type DeleteRetentionPolicyFuture

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

func (*DeleteRetentionPolicyFuture) Get

type DeleteSubscriptionFilterFuture

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

func (*DeleteSubscriptionFilterFuture) Get

type DescribeDestinationsFuture

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

func (*DescribeDestinationsFuture) Get

type DescribeExportTasksFuture

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

func (*DescribeExportTasksFuture) Get

type DescribeLogGroupsFuture

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

func (*DescribeLogGroupsFuture) Get

type DescribeLogStreamsFuture

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

func (*DescribeLogStreamsFuture) Get

type DescribeMetricFiltersFuture

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

func (*DescribeMetricFiltersFuture) Get

type DescribeQueriesFuture

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

func (*DescribeQueriesFuture) Get

type DescribeQueryDefinitionsFuture

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

func (*DescribeQueryDefinitionsFuture) Get

type DescribeResourcePoliciesFuture

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

func (*DescribeResourcePoliciesFuture) Get

type DescribeSubscriptionFiltersFuture

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

func (*DescribeSubscriptionFiltersFuture) Get

type DisassociateKmsKeyFuture

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

func (*DisassociateKmsKeyFuture) Get

type FilterLogEventsFuture

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

func (*FilterLogEventsFuture) Get

type GetLogEventsFuture

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

func (*GetLogEventsFuture) Get

type GetLogGroupFieldsFuture

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

func (*GetLogGroupFieldsFuture) Get

type GetLogRecordFuture

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

func (*GetLogRecordFuture) Get

type GetQueryResultsFuture

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

func (*GetQueryResultsFuture) Get

type ListTagsLogGroupFuture

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

func (*ListTagsLogGroupFuture) Get

type PutDestinationFuture

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

func (*PutDestinationFuture) Get

type PutDestinationPolicyFuture

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

func (*PutDestinationPolicyFuture) Get

type PutLogEventsFuture

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

func (*PutLogEventsFuture) Get

type PutMetricFilterFuture

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

func (*PutMetricFilterFuture) Get

type PutQueryDefinitionFuture

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

func (*PutQueryDefinitionFuture) Get

type PutResourcePolicyFuture

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

func (*PutResourcePolicyFuture) Get

type PutRetentionPolicyFuture

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

func (*PutRetentionPolicyFuture) Get

type PutSubscriptionFilterFuture

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

func (*PutSubscriptionFilterFuture) Get

type StartQueryFuture

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

func (*StartQueryFuture) Get

type StopQueryFuture

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

func (*StopQueryFuture) Get

type TagLogGroupFuture

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

func (*TagLogGroupFuture) Get

type TestMetricFilterFuture

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

func (*TestMetricFilterFuture) Get

type UntagLogGroupFuture

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

func (*UntagLogGroupFuture) Get

Jump to

Keyboard shortcuts

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