aws-sdk-location 1.103.0

AWS SDK for Amazon Location Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateTrackerConsumer` operation.
pub mod associate_tracker_consumer;

/// Types for the `BatchDeleteDevicePositionHistory` operation.
pub mod batch_delete_device_position_history;

/// Types for the `BatchDeleteGeofence` operation.
pub mod batch_delete_geofence;

/// Types for the `BatchEvaluateGeofences` operation.
pub mod batch_evaluate_geofences;

/// Types for the `BatchGetDevicePosition` operation.
pub mod batch_get_device_position;

/// Types for the `BatchPutGeofence` operation.
pub mod batch_put_geofence;

/// Types for the `BatchUpdateDevicePosition` operation.
pub mod batch_update_device_position;

/// Types for the `CalculateRoute` operation.
pub mod calculate_route;

/// Types for the `CalculateRouteMatrix` operation.
pub mod calculate_route_matrix;

/// Types for the `CancelJob` operation.
pub mod cancel_job;

/// Types for the `CreateGeofenceCollection` operation.
pub mod create_geofence_collection;

/// Types for the `CreateKey` operation.
pub mod create_key;

/// Types for the `CreateMap` operation.
pub mod create_map;

/// Types for the `CreatePlaceIndex` operation.
pub mod create_place_index;

/// Types for the `CreateRouteCalculator` operation.
pub mod create_route_calculator;

/// Types for the `CreateTracker` operation.
pub mod create_tracker;

/// Types for the `DeleteGeofenceCollection` operation.
pub mod delete_geofence_collection;

/// Types for the `DeleteKey` operation.
pub mod delete_key;

/// Types for the `DeleteMap` operation.
pub mod delete_map;

/// Types for the `DeletePlaceIndex` operation.
pub mod delete_place_index;

/// Types for the `DeleteRouteCalculator` operation.
pub mod delete_route_calculator;

/// Types for the `DeleteTracker` operation.
pub mod delete_tracker;

/// Types for the `DescribeGeofenceCollection` operation.
pub mod describe_geofence_collection;

/// Types for the `DescribeKey` operation.
pub mod describe_key;

/// Types for the `DescribeMap` operation.
pub mod describe_map;

/// Types for the `DescribePlaceIndex` operation.
pub mod describe_place_index;

/// Types for the `DescribeRouteCalculator` operation.
pub mod describe_route_calculator;

/// Types for the `DescribeTracker` operation.
pub mod describe_tracker;

/// Types for the `DisassociateTrackerConsumer` operation.
pub mod disassociate_tracker_consumer;

/// Types for the `ForecastGeofenceEvents` operation.
pub mod forecast_geofence_events;

/// Types for the `GetDevicePosition` operation.
pub mod get_device_position;

/// Types for the `GetDevicePositionHistory` operation.
pub mod get_device_position_history;

/// Types for the `GetGeofence` operation.
pub mod get_geofence;

/// Types for the `GetJob` operation.
pub mod get_job;

/// Types for the `GetMapGlyphs` operation.
pub mod get_map_glyphs;

/// Types for the `GetMapSprites` operation.
pub mod get_map_sprites;

/// Types for the `GetMapStyleDescriptor` operation.
pub mod get_map_style_descriptor;

/// Types for the `GetMapTile` operation.
pub mod get_map_tile;

/// Types for the `GetPlace` operation.
pub mod get_place;

/// Types for the `ListDevicePositions` operation.
pub mod list_device_positions;

/// Types for the `ListGeofenceCollections` operation.
pub mod list_geofence_collections;

/// Types for the `ListGeofences` operation.
pub mod list_geofences;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

/// Types for the `ListKeys` operation.
pub mod list_keys;

/// Types for the `ListMaps` operation.
pub mod list_maps;

/// Types for the `ListPlaceIndexes` operation.
pub mod list_place_indexes;

/// Types for the `ListRouteCalculators` operation.
pub mod list_route_calculators;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTrackerConsumers` operation.
pub mod list_tracker_consumers;

/// Types for the `ListTrackers` operation.
pub mod list_trackers;

/// Types for the `PutGeofence` operation.
pub mod put_geofence;

/// Types for the `SearchPlaceIndexForPosition` operation.
pub mod search_place_index_for_position;

/// Types for the `SearchPlaceIndexForSuggestions` operation.
pub mod search_place_index_for_suggestions;

/// Types for the `SearchPlaceIndexForText` operation.
pub mod search_place_index_for_text;

/// Types for the `StartJob` operation.
pub mod start_job;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateGeofenceCollection` operation.
pub mod update_geofence_collection;

/// Types for the `UpdateKey` operation.
pub mod update_key;

/// Types for the `UpdateMap` operation.
pub mod update_map;

/// Types for the `UpdatePlaceIndex` operation.
pub mod update_place_index;

/// Types for the `UpdateRouteCalculator` operation.
pub mod update_route_calculator;

/// Types for the `UpdateTracker` operation.
pub mod update_tracker;

/// Types for the `VerifyDevicePosition` operation.
pub mod verify_device_position;