Documentation
¶
Index ¶
- type AssociateTrackerConsumerFuture
- type BatchDeleteGeofenceFuture
- type BatchEvaluateGeofencesFuture
- type BatchGetDevicePositionFuture
- type BatchPutGeofenceFuture
- type BatchUpdateDevicePositionFuture
- type Client
- type CreateGeofenceCollectionFuture
- type CreateMapFuture
- type CreatePlaceIndexFuture
- type CreateTrackerFuture
- type DeleteGeofenceCollectionFuture
- type DeleteMapFuture
- type DeletePlaceIndexFuture
- type DeleteTrackerFuture
- type DescribeGeofenceCollectionFuture
- type DescribeMapFuture
- type DescribePlaceIndexFuture
- type DescribeTrackerFuture
- type DisassociateTrackerConsumerFuture
- type GetDevicePositionFuture
- type GetDevicePositionHistoryFuture
- type GetGeofenceFuture
- type GetMapGlyphsFuture
- type GetMapSpritesFuture
- type GetMapStyleDescriptorFuture
- type GetMapTileFuture
- type ListGeofenceCollectionsFuture
- type ListGeofencesFuture
- type ListMapsFuture
- type ListPlaceIndexesFuture
- type ListTrackerConsumersFuture
- type ListTrackersFuture
- type PutGeofenceFuture
- type SearchPlaceIndexForPositionFuture
- type SearchPlaceIndexForTextFuture
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 ¶
func (r *AssociateTrackerConsumerFuture) Get(ctx workflow.Context) (*locationservice.AssociateTrackerConsumerOutput, error)
type BatchDeleteGeofenceFuture ¶
type BatchDeleteGeofenceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteGeofenceFuture) Get ¶
func (r *BatchDeleteGeofenceFuture) Get(ctx workflow.Context) (*locationservice.BatchDeleteGeofenceOutput, error)
type BatchEvaluateGeofencesFuture ¶
type BatchEvaluateGeofencesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchEvaluateGeofencesFuture) Get ¶
func (r *BatchEvaluateGeofencesFuture) Get(ctx workflow.Context) (*locationservice.BatchEvaluateGeofencesOutput, error)
type BatchGetDevicePositionFuture ¶
type BatchGetDevicePositionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetDevicePositionFuture) Get ¶
func (r *BatchGetDevicePositionFuture) Get(ctx workflow.Context) (*locationservice.BatchGetDevicePositionOutput, error)
type BatchPutGeofenceFuture ¶
type BatchPutGeofenceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchPutGeofenceFuture) Get ¶
func (r *BatchPutGeofenceFuture) Get(ctx workflow.Context) (*locationservice.BatchPutGeofenceOutput, error)
type BatchUpdateDevicePositionFuture ¶
type BatchUpdateDevicePositionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpdateDevicePositionFuture) Get ¶
func (r *BatchUpdateDevicePositionFuture) Get(ctx workflow.Context) (*locationservice.BatchUpdateDevicePositionOutput, error)
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 }
type CreateGeofenceCollectionFuture ¶
type CreateGeofenceCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGeofenceCollectionFuture) Get ¶
func (r *CreateGeofenceCollectionFuture) Get(ctx workflow.Context) (*locationservice.CreateGeofenceCollectionOutput, error)
type CreateMapFuture ¶
func (*CreateMapFuture) Get ¶
func (r *CreateMapFuture) Get(ctx workflow.Context) (*locationservice.CreateMapOutput, error)
type CreatePlaceIndexFuture ¶
type CreatePlaceIndexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePlaceIndexFuture) Get ¶
func (r *CreatePlaceIndexFuture) Get(ctx workflow.Context) (*locationservice.CreatePlaceIndexOutput, error)
type CreateTrackerFuture ¶
func (*CreateTrackerFuture) Get ¶
func (r *CreateTrackerFuture) Get(ctx workflow.Context) (*locationservice.CreateTrackerOutput, error)
type DeleteGeofenceCollectionFuture ¶
type DeleteGeofenceCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGeofenceCollectionFuture) Get ¶
func (r *DeleteGeofenceCollectionFuture) Get(ctx workflow.Context) (*locationservice.DeleteGeofenceCollectionOutput, error)
type DeleteMapFuture ¶
func (*DeleteMapFuture) Get ¶
func (r *DeleteMapFuture) Get(ctx workflow.Context) (*locationservice.DeleteMapOutput, error)
type DeletePlaceIndexFuture ¶
type DeletePlaceIndexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePlaceIndexFuture) Get ¶
func (r *DeletePlaceIndexFuture) Get(ctx workflow.Context) (*locationservice.DeletePlaceIndexOutput, error)
type DeleteTrackerFuture ¶
func (*DeleteTrackerFuture) Get ¶
func (r *DeleteTrackerFuture) Get(ctx workflow.Context) (*locationservice.DeleteTrackerOutput, error)
type DescribeGeofenceCollectionFuture ¶
type DescribeGeofenceCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeGeofenceCollectionFuture) Get ¶
func (r *DescribeGeofenceCollectionFuture) Get(ctx workflow.Context) (*locationservice.DescribeGeofenceCollectionOutput, error)
type DescribeMapFuture ¶
func (*DescribeMapFuture) Get ¶
func (r *DescribeMapFuture) Get(ctx workflow.Context) (*locationservice.DescribeMapOutput, error)
type DescribePlaceIndexFuture ¶
type DescribePlaceIndexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePlaceIndexFuture) Get ¶
func (r *DescribePlaceIndexFuture) Get(ctx workflow.Context) (*locationservice.DescribePlaceIndexOutput, error)
type DescribeTrackerFuture ¶
type DescribeTrackerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTrackerFuture) Get ¶
func (r *DescribeTrackerFuture) Get(ctx workflow.Context) (*locationservice.DescribeTrackerOutput, error)
type DisassociateTrackerConsumerFuture ¶
type DisassociateTrackerConsumerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateTrackerConsumerFuture) Get ¶
func (r *DisassociateTrackerConsumerFuture) Get(ctx workflow.Context) (*locationservice.DisassociateTrackerConsumerOutput, error)
type GetDevicePositionFuture ¶
type GetDevicePositionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDevicePositionFuture) Get ¶
func (r *GetDevicePositionFuture) Get(ctx workflow.Context) (*locationservice.GetDevicePositionOutput, error)
type GetDevicePositionHistoryFuture ¶
type GetDevicePositionHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDevicePositionHistoryFuture) Get ¶
func (r *GetDevicePositionHistoryFuture) Get(ctx workflow.Context) (*locationservice.GetDevicePositionHistoryOutput, error)
type GetGeofenceFuture ¶
func (*GetGeofenceFuture) Get ¶
func (r *GetGeofenceFuture) Get(ctx workflow.Context) (*locationservice.GetGeofenceOutput, error)
type GetMapGlyphsFuture ¶
func (*GetMapGlyphsFuture) Get ¶
func (r *GetMapGlyphsFuture) Get(ctx workflow.Context) (*locationservice.GetMapGlyphsOutput, error)
type GetMapSpritesFuture ¶
func (*GetMapSpritesFuture) Get ¶
func (r *GetMapSpritesFuture) Get(ctx workflow.Context) (*locationservice.GetMapSpritesOutput, error)
type GetMapStyleDescriptorFuture ¶
type GetMapStyleDescriptorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMapStyleDescriptorFuture) Get ¶
func (r *GetMapStyleDescriptorFuture) Get(ctx workflow.Context) (*locationservice.GetMapStyleDescriptorOutput, error)
type GetMapTileFuture ¶
func (*GetMapTileFuture) Get ¶
func (r *GetMapTileFuture) Get(ctx workflow.Context) (*locationservice.GetMapTileOutput, error)
type ListGeofenceCollectionsFuture ¶
type ListGeofenceCollectionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGeofenceCollectionsFuture) Get ¶
func (r *ListGeofenceCollectionsFuture) Get(ctx workflow.Context) (*locationservice.ListGeofenceCollectionsOutput, error)
type ListGeofencesFuture ¶
func (*ListGeofencesFuture) Get ¶
func (r *ListGeofencesFuture) Get(ctx workflow.Context) (*locationservice.ListGeofencesOutput, error)
type ListMapsFuture ¶
func (*ListMapsFuture) Get ¶
func (r *ListMapsFuture) Get(ctx workflow.Context) (*locationservice.ListMapsOutput, error)
type ListPlaceIndexesFuture ¶
type ListPlaceIndexesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPlaceIndexesFuture) Get ¶
func (r *ListPlaceIndexesFuture) Get(ctx workflow.Context) (*locationservice.ListPlaceIndexesOutput, error)
type ListTrackerConsumersFuture ¶
type ListTrackerConsumersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTrackerConsumersFuture) Get ¶
func (r *ListTrackerConsumersFuture) Get(ctx workflow.Context) (*locationservice.ListTrackerConsumersOutput, error)
type ListTrackersFuture ¶
func (*ListTrackersFuture) Get ¶
func (r *ListTrackersFuture) Get(ctx workflow.Context) (*locationservice.ListTrackersOutput, error)
type PutGeofenceFuture ¶
func (*PutGeofenceFuture) Get ¶
func (r *PutGeofenceFuture) Get(ctx workflow.Context) (*locationservice.PutGeofenceOutput, error)
type SearchPlaceIndexForPositionFuture ¶
type SearchPlaceIndexForPositionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchPlaceIndexForPositionFuture) Get ¶
func (r *SearchPlaceIndexForPositionFuture) Get(ctx workflow.Context) (*locationservice.SearchPlaceIndexForPositionOutput, error)
type SearchPlaceIndexForTextFuture ¶
type SearchPlaceIndexForTextFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchPlaceIndexForTextFuture) Get ¶
func (r *SearchPlaceIndexForTextFuture) Get(ctx workflow.Context) (*locationservice.SearchPlaceIndexForTextOutput, error)
Click to show internal directories.
Click to hide internal directories.