xraystub

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 BatchGetTracesFuture

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

func (*BatchGetTracesFuture) Get

type Client

type Client interface {
	BatchGetTraces(ctx workflow.Context, input *xray.BatchGetTracesInput) (*xray.BatchGetTracesOutput, error)
	BatchGetTracesAsync(ctx workflow.Context, input *xray.BatchGetTracesInput) *BatchGetTracesFuture

	CreateGroup(ctx workflow.Context, input *xray.CreateGroupInput) (*xray.CreateGroupOutput, error)
	CreateGroupAsync(ctx workflow.Context, input *xray.CreateGroupInput) *CreateGroupFuture

	CreateSamplingRule(ctx workflow.Context, input *xray.CreateSamplingRuleInput) (*xray.CreateSamplingRuleOutput, error)
	CreateSamplingRuleAsync(ctx workflow.Context, input *xray.CreateSamplingRuleInput) *CreateSamplingRuleFuture

	DeleteGroup(ctx workflow.Context, input *xray.DeleteGroupInput) (*xray.DeleteGroupOutput, error)
	DeleteGroupAsync(ctx workflow.Context, input *xray.DeleteGroupInput) *DeleteGroupFuture

	DeleteSamplingRule(ctx workflow.Context, input *xray.DeleteSamplingRuleInput) (*xray.DeleteSamplingRuleOutput, error)
	DeleteSamplingRuleAsync(ctx workflow.Context, input *xray.DeleteSamplingRuleInput) *DeleteSamplingRuleFuture

	GetEncryptionConfig(ctx workflow.Context, input *xray.GetEncryptionConfigInput) (*xray.GetEncryptionConfigOutput, error)
	GetEncryptionConfigAsync(ctx workflow.Context, input *xray.GetEncryptionConfigInput) *GetEncryptionConfigFuture

	GetGroup(ctx workflow.Context, input *xray.GetGroupInput) (*xray.GetGroupOutput, error)
	GetGroupAsync(ctx workflow.Context, input *xray.GetGroupInput) *GetGroupFuture

	GetGroups(ctx workflow.Context, input *xray.GetGroupsInput) (*xray.GetGroupsOutput, error)
	GetGroupsAsync(ctx workflow.Context, input *xray.GetGroupsInput) *GetGroupsFuture

	GetInsight(ctx workflow.Context, input *xray.GetInsightInput) (*xray.GetInsightOutput, error)
	GetInsightAsync(ctx workflow.Context, input *xray.GetInsightInput) *GetInsightFuture

	GetInsightEvents(ctx workflow.Context, input *xray.GetInsightEventsInput) (*xray.GetInsightEventsOutput, error)
	GetInsightEventsAsync(ctx workflow.Context, input *xray.GetInsightEventsInput) *GetInsightEventsFuture

	GetInsightImpactGraph(ctx workflow.Context, input *xray.GetInsightImpactGraphInput) (*xray.GetInsightImpactGraphOutput, error)
	GetInsightImpactGraphAsync(ctx workflow.Context, input *xray.GetInsightImpactGraphInput) *GetInsightImpactGraphFuture

	GetInsightSummaries(ctx workflow.Context, input *xray.GetInsightSummariesInput) (*xray.GetInsightSummariesOutput, error)
	GetInsightSummariesAsync(ctx workflow.Context, input *xray.GetInsightSummariesInput) *GetInsightSummariesFuture

	GetSamplingRules(ctx workflow.Context, input *xray.GetSamplingRulesInput) (*xray.GetSamplingRulesOutput, error)
	GetSamplingRulesAsync(ctx workflow.Context, input *xray.GetSamplingRulesInput) *GetSamplingRulesFuture

	GetSamplingStatisticSummaries(ctx workflow.Context, input *xray.GetSamplingStatisticSummariesInput) (*xray.GetSamplingStatisticSummariesOutput, error)
	GetSamplingStatisticSummariesAsync(ctx workflow.Context, input *xray.GetSamplingStatisticSummariesInput) *GetSamplingStatisticSummariesFuture

	GetSamplingTargets(ctx workflow.Context, input *xray.GetSamplingTargetsInput) (*xray.GetSamplingTargetsOutput, error)
	GetSamplingTargetsAsync(ctx workflow.Context, input *xray.GetSamplingTargetsInput) *GetSamplingTargetsFuture

	GetServiceGraph(ctx workflow.Context, input *xray.GetServiceGraphInput) (*xray.GetServiceGraphOutput, error)
	GetServiceGraphAsync(ctx workflow.Context, input *xray.GetServiceGraphInput) *GetServiceGraphFuture

	GetTimeSeriesServiceStatistics(ctx workflow.Context, input *xray.GetTimeSeriesServiceStatisticsInput) (*xray.GetTimeSeriesServiceStatisticsOutput, error)
	GetTimeSeriesServiceStatisticsAsync(ctx workflow.Context, input *xray.GetTimeSeriesServiceStatisticsInput) *GetTimeSeriesServiceStatisticsFuture

	GetTraceGraph(ctx workflow.Context, input *xray.GetTraceGraphInput) (*xray.GetTraceGraphOutput, error)
	GetTraceGraphAsync(ctx workflow.Context, input *xray.GetTraceGraphInput) *GetTraceGraphFuture

	GetTraceSummaries(ctx workflow.Context, input *xray.GetTraceSummariesInput) (*xray.GetTraceSummariesOutput, error)
	GetTraceSummariesAsync(ctx workflow.Context, input *xray.GetTraceSummariesInput) *GetTraceSummariesFuture

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

	PutEncryptionConfig(ctx workflow.Context, input *xray.PutEncryptionConfigInput) (*xray.PutEncryptionConfigOutput, error)
	PutEncryptionConfigAsync(ctx workflow.Context, input *xray.PutEncryptionConfigInput) *PutEncryptionConfigFuture

	PutTelemetryRecords(ctx workflow.Context, input *xray.PutTelemetryRecordsInput) (*xray.PutTelemetryRecordsOutput, error)
	PutTelemetryRecordsAsync(ctx workflow.Context, input *xray.PutTelemetryRecordsInput) *PutTelemetryRecordsFuture

	PutTraceSegments(ctx workflow.Context, input *xray.PutTraceSegmentsInput) (*xray.PutTraceSegmentsOutput, error)
	PutTraceSegmentsAsync(ctx workflow.Context, input *xray.PutTraceSegmentsInput) *PutTraceSegmentsFuture

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

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

	UpdateGroup(ctx workflow.Context, input *xray.UpdateGroupInput) (*xray.UpdateGroupOutput, error)
	UpdateGroupAsync(ctx workflow.Context, input *xray.UpdateGroupInput) *UpdateGroupFuture

	UpdateSamplingRule(ctx workflow.Context, input *xray.UpdateSamplingRuleInput) (*xray.UpdateSamplingRuleOutput, error)
	UpdateSamplingRuleAsync(ctx workflow.Context, input *xray.UpdateSamplingRuleInput) *UpdateSamplingRuleFuture
}

func NewClient

func NewClient() Client

type CreateGroupFuture

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

func (*CreateGroupFuture) Get

type CreateSamplingRuleFuture

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

func (*CreateSamplingRuleFuture) Get

type DeleteGroupFuture

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

func (*DeleteGroupFuture) Get

type DeleteSamplingRuleFuture

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

func (*DeleteSamplingRuleFuture) Get

type GetEncryptionConfigFuture

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

func (*GetEncryptionConfigFuture) Get

type GetGroupFuture

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

func (*GetGroupFuture) Get

type GetGroupsFuture

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

func (*GetGroupsFuture) Get

type GetInsightEventsFuture

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

func (*GetInsightEventsFuture) Get

type GetInsightFuture

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

func (*GetInsightFuture) Get

type GetInsightImpactGraphFuture

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

func (*GetInsightImpactGraphFuture) Get

type GetInsightSummariesFuture

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

func (*GetInsightSummariesFuture) Get

type GetSamplingRulesFuture

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

func (*GetSamplingRulesFuture) Get

type GetSamplingStatisticSummariesFuture

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

func (*GetSamplingStatisticSummariesFuture) Get

type GetSamplingTargetsFuture

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

func (*GetSamplingTargetsFuture) Get

type GetServiceGraphFuture

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

func (*GetServiceGraphFuture) Get

type GetTimeSeriesServiceStatisticsFuture

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

func (*GetTimeSeriesServiceStatisticsFuture) Get

type GetTraceGraphFuture

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

func (*GetTraceGraphFuture) Get

type GetTraceSummariesFuture

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

func (*GetTraceSummariesFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PutEncryptionConfigFuture

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

func (*PutEncryptionConfigFuture) Get

type PutTelemetryRecordsFuture

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

func (*PutTelemetryRecordsFuture) Get

type PutTraceSegmentsFuture

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

func (*PutTraceSegmentsFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateGroupFuture

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

func (*UpdateGroupFuture) Get

type UpdateSamplingRuleFuture

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

func (*UpdateSamplingRuleFuture) Get

Jump to

Keyboard shortcuts

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