locationservicestub

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 AssociateTrackerConsumerFuture

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

func (*AssociateTrackerConsumerFuture) Get

type BatchDeleteGeofenceFuture

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

func (*BatchDeleteGeofenceFuture) Get

type BatchEvaluateGeofencesFuture

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

func (*BatchEvaluateGeofencesFuture) Get

type BatchGetDevicePositionFuture

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

func (*BatchGetDevicePositionFuture) Get

type BatchPutGeofenceFuture

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

func (*BatchPutGeofenceFuture) Get

type BatchUpdateDevicePositionFuture

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

func (*BatchUpdateDevicePositionFuture) Get

type Client

type Client interface {
	AssociateTrackerConsumer(ctx workflow.Context, input *locationservice.AssociateTrackerConsumerInput) (*locationservice.AssociateTrackerConsumerOutput, error)
	AssociateTrackerConsumerAsync(ctx workflow.Context, input *locationservice.AssociateTrackerConsumerInput) *AssociateTrackerConsumerFuture

	BatchDeleteGeofence(ctx workflow.Context, input *locationservice.BatchDeleteGeofenceInput) (*locationservice.BatchDeleteGeofenceOutput, error)
	BatchDeleteGeofenceAsync(ctx workflow.Context, input *locationservice.BatchDeleteGeofenceInput) *BatchDeleteGeofenceFuture

	BatchEvaluateGeofences(ctx workflow.Context, input *locationservice.BatchEvaluateGeofencesInput) (*locationservice.BatchEvaluateGeofencesOutput, error)
	BatchEvaluateGeofencesAsync(ctx workflow.Context, input *locationservice.BatchEvaluateGeofencesInput) *BatchEvaluateGeofencesFuture

	BatchGetDevicePosition(ctx workflow.Context, input *locationservice.BatchGetDevicePositionInput) (*locationservice.BatchGetDevicePositionOutput, error)
	BatchGetDevicePositionAsync(ctx workflow.Context, input *locationservice.BatchGetDevicePositionInput) *BatchGetDevicePositionFuture

	BatchPutGeofence(ctx workflow.Context, input *locationservice.BatchPutGeofenceInput) (*locationservice.BatchPutGeofenceOutput, error)
	BatchPutGeofenceAsync(ctx workflow.Context, input *locationservice.BatchPutGeofenceInput) *BatchPutGeofenceFuture

	BatchUpdateDevicePosition(ctx workflow.Context, input *locationservice.BatchUpdateDevicePositionInput) (*locationservice.BatchUpdateDevicePositionOutput, error)
	BatchUpdateDevicePositionAsync(ctx workflow.Context, input *locationservice.BatchUpdateDevicePositionInput) *BatchUpdateDevicePositionFuture

	CreateGeofenceCollection(ctx workflow.Context, input *locationservice.CreateGeofenceCollectionInput) (*locationservice.CreateGeofenceCollectionOutput, error)
	CreateGeofenceCollectionAsync(ctx workflow.Context, input *locationservice.CreateGeofenceCollectionInput) *CreateGeofenceCollectionFuture

	CreateMap(ctx workflow.Context, input *locationservice.CreateMapInput) (*locationservice.CreateMapOutput, error)
	CreateMapAsync(ctx workflow.Context, input *locationservice.CreateMapInput) *CreateMapFuture

	CreatePlaceIndex(ctx workflow.Context, input *locationservice.CreatePlaceIndexInput) (*locationservice.CreatePlaceIndexOutput, error)
	CreatePlaceIndexAsync(ctx workflow.Context, input *locationservice.CreatePlaceIndexInput) *CreatePlaceIndexFuture

	CreateTracker(ctx workflow.Context, input *locationservice.CreateTrackerInput) (*locationservice.CreateTrackerOutput, error)
	CreateTrackerAsync(ctx workflow.Context, input *locationservice.CreateTrackerInput) *CreateTrackerFuture

	DeleteGeofenceCollection(ctx workflow.Context, input *locationservice.DeleteGeofenceCollectionInput) (*locationservice.DeleteGeofenceCollectionOutput, error)
	DeleteGeofenceCollectionAsync(ctx workflow.Context, input *locationservice.DeleteGeofenceCollectionInput) *DeleteGeofenceCollectionFuture

	DeleteMap(ctx workflow.Context, input *locationservice.DeleteMapInput) (*locationservice.DeleteMapOutput, error)
	DeleteMapAsync(ctx workflow.Context, input *locationservice.DeleteMapInput) *DeleteMapFuture

	DeletePlaceIndex(ctx workflow.Context, input *locationservice.DeletePlaceIndexInput) (*locationservice.DeletePlaceIndexOutput, error)
	DeletePlaceIndexAsync(ctx workflow.Context, input *locationservice.DeletePlaceIndexInput) *DeletePlaceIndexFuture

	DeleteTracker(ctx workflow.Context, input *locationservice.DeleteTrackerInput) (*locationservice.DeleteTrackerOutput, error)
	DeleteTrackerAsync(ctx workflow.Context, input *locationservice.DeleteTrackerInput) *DeleteTrackerFuture

	DescribeGeofenceCollection(ctx workflow.Context, input *locationservice.DescribeGeofenceCollectionInput) (*locationservice.DescribeGeofenceCollectionOutput, error)
	DescribeGeofenceCollectionAsync(ctx workflow.Context, input *locationservice.DescribeGeofenceCollectionInput) *DescribeGeofenceCollectionFuture

	DescribeMap(ctx workflow.Context, input *locationservice.DescribeMapInput) (*locationservice.DescribeMapOutput, error)
	DescribeMapAsync(ctx workflow.Context, input *locationservice.DescribeMapInput) *DescribeMapFuture

	DescribePlaceIndex(ctx workflow.Context, input *locationservice.DescribePlaceIndexInput) (*locationservice.DescribePlaceIndexOutput, error)
	DescribePlaceIndexAsync(ctx workflow.Context, input *locationservice.DescribePlaceIndexInput) *DescribePlaceIndexFuture

	DescribeTracker(ctx workflow.Context, input *locationservice.DescribeTrackerInput) (*locationservice.DescribeTrackerOutput, error)
	DescribeTrackerAsync(ctx workflow.Context, input *locationservice.DescribeTrackerInput) *DescribeTrackerFuture

	DisassociateTrackerConsumer(ctx workflow.Context, input *locationservice.DisassociateTrackerConsumerInput) (*locationservice.DisassociateTrackerConsumerOutput, error)
	DisassociateTrackerConsumerAsync(ctx workflow.Context, input *locationservice.DisassociateTrackerConsumerInput) *DisassociateTrackerConsumerFuture

	GetDevicePosition(ctx workflow.Context, input *locationservice.GetDevicePositionInput) (*locationservice.GetDevicePositionOutput, error)
	GetDevicePositionAsync(ctx workflow.Context, input *locationservice.GetDevicePositionInput) *GetDevicePositionFuture

	GetDevicePositionHistory(ctx workflow.Context, input *locationservice.GetDevicePositionHistoryInput) (*locationservice.GetDevicePositionHistoryOutput, error)
	GetDevicePositionHistoryAsync(ctx workflow.Context, input *locationservice.GetDevicePositionHistoryInput) *GetDevicePositionHistoryFuture

	GetGeofence(ctx workflow.Context, input *locationservice.GetGeofenceInput) (*locationservice.GetGeofenceOutput, error)
	GetGeofenceAsync(ctx workflow.Context, input *locationservice.GetGeofenceInput) *GetGeofenceFuture

	GetMapGlyphs(ctx workflow.Context, input *locationservice.GetMapGlyphsInput) (*locationservice.GetMapGlyphsOutput, error)
	GetMapGlyphsAsync(ctx workflow.Context, input *locationservice.GetMapGlyphsInput) *GetMapGlyphsFuture

	GetMapSprites(ctx workflow.Context, input *locationservice.GetMapSpritesInput) (*locationservice.GetMapSpritesOutput, error)
	GetMapSpritesAsync(ctx workflow.Context, input *locationservice.GetMapSpritesInput) *GetMapSpritesFuture

	GetMapStyleDescriptor(ctx workflow.Context, input *locationservice.GetMapStyleDescriptorInput) (*locationservice.GetMapStyleDescriptorOutput, error)
	GetMapStyleDescriptorAsync(ctx workflow.Context, input *locationservice.GetMapStyleDescriptorInput) *GetMapStyleDescriptorFuture

	GetMapTile(ctx workflow.Context, input *locationservice.GetMapTileInput) (*locationservice.GetMapTileOutput, error)
	GetMapTileAsync(ctx workflow.Context, input *locationservice.GetMapTileInput) *GetMapTileFuture

	ListGeofenceCollections(ctx workflow.Context, input *locationservice.ListGeofenceCollectionsInput) (*locationservice.ListGeofenceCollectionsOutput, error)
	ListGeofenceCollectionsAsync(ctx workflow.Context, input *locationservice.ListGeofenceCollectionsInput) *ListGeofenceCollectionsFuture

	ListGeofences(ctx workflow.Context, input *locationservice.ListGeofencesInput) (*locationservice.ListGeofencesOutput, error)
	ListGeofencesAsync(ctx workflow.Context, input *locationservice.ListGeofencesInput) *ListGeofencesFuture

	ListMaps(ctx workflow.Context, input *locationservice.ListMapsInput) (*locationservice.ListMapsOutput, error)
	ListMapsAsync(ctx workflow.Context, input *locationservice.ListMapsInput) *ListMapsFuture

	ListPlaceIndexes(ctx workflow.Context, input *locationservice.ListPlaceIndexesInput) (*locationservice.ListPlaceIndexesOutput, error)
	ListPlaceIndexesAsync(ctx workflow.Context, input *locationservice.ListPlaceIndexesInput) *ListPlaceIndexesFuture

	ListTrackerConsumers(ctx workflow.Context, input *locationservice.ListTrackerConsumersInput) (*locationservice.ListTrackerConsumersOutput, error)
	ListTrackerConsumersAsync(ctx workflow.Context, input *locationservice.ListTrackerConsumersInput) *ListTrackerConsumersFuture

	ListTrackers(ctx workflow.Context, input *locationservice.ListTrackersInput) (*locationservice.ListTrackersOutput, error)
	ListTrackersAsync(ctx workflow.Context, input *locationservice.ListTrackersInput) *ListTrackersFuture

	PutGeofence(ctx workflow.Context, input *locationservice.PutGeofenceInput) (*locationservice.PutGeofenceOutput, error)
	PutGeofenceAsync(ctx workflow.Context, input *locationservice.PutGeofenceInput) *PutGeofenceFuture

	SearchPlaceIndexForPosition(ctx workflow.Context, input *locationservice.SearchPlaceIndexForPositionInput) (*locationservice.SearchPlaceIndexForPositionOutput, error)
	SearchPlaceIndexForPositionAsync(ctx workflow.Context, input *locationservice.SearchPlaceIndexForPositionInput) *SearchPlaceIndexForPositionFuture

	SearchPlaceIndexForText(ctx workflow.Context, input *locationservice.SearchPlaceIndexForTextInput) (*locationservice.SearchPlaceIndexForTextOutput, error)
	SearchPlaceIndexForTextAsync(ctx workflow.Context, input *locationservice.SearchPlaceIndexForTextInput) *SearchPlaceIndexForTextFuture
}

func NewClient

func NewClient() Client

type CreateGeofenceCollectionFuture

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

func (*CreateGeofenceCollectionFuture) Get

type CreateMapFuture

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

func (*CreateMapFuture) Get

type CreatePlaceIndexFuture

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

func (*CreatePlaceIndexFuture) Get

type CreateTrackerFuture

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

func (*CreateTrackerFuture) Get

type DeleteGeofenceCollectionFuture

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

func (*DeleteGeofenceCollectionFuture) Get

type DeleteMapFuture

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

func (*DeleteMapFuture) Get

type DeletePlaceIndexFuture

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

func (*DeletePlaceIndexFuture) Get

type DeleteTrackerFuture

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

func (*DeleteTrackerFuture) Get

type DescribeGeofenceCollectionFuture

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

func (*DescribeGeofenceCollectionFuture) Get

type DescribeMapFuture

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

func (*DescribeMapFuture) Get

type DescribePlaceIndexFuture

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

func (*DescribePlaceIndexFuture) Get

type DescribeTrackerFuture

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

func (*DescribeTrackerFuture) Get

type DisassociateTrackerConsumerFuture

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

func (*DisassociateTrackerConsumerFuture) Get

type GetDevicePositionFuture

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

func (*GetDevicePositionFuture) Get

type GetDevicePositionHistoryFuture

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

func (*GetDevicePositionHistoryFuture) Get

type GetGeofenceFuture

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

func (*GetGeofenceFuture) Get

type GetMapGlyphsFuture

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

func (*GetMapGlyphsFuture) Get

type GetMapSpritesFuture

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

func (*GetMapSpritesFuture) Get

type GetMapStyleDescriptorFuture

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

func (*GetMapStyleDescriptorFuture) Get

type GetMapTileFuture

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

func (*GetMapTileFuture) Get

type ListGeofenceCollectionsFuture

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

func (*ListGeofenceCollectionsFuture) Get

type ListGeofencesFuture

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

func (*ListGeofencesFuture) Get

type ListMapsFuture

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

func (*ListMapsFuture) Get

type ListPlaceIndexesFuture

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

func (*ListPlaceIndexesFuture) Get

type ListTrackerConsumersFuture

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

func (*ListTrackerConsumersFuture) Get

type ListTrackersFuture

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

func (*ListTrackersFuture) Get

type PutGeofenceFuture

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

func (*PutGeofenceFuture) Get

type SearchPlaceIndexForPositionFuture

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

func (*SearchPlaceIndexForPositionFuture) Get

type SearchPlaceIndexForTextFuture

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

func (*SearchPlaceIndexForTextFuture) Get

Jump to

Keyboard shortcuts

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