aws_sdk_geoplaces/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `Autocomplete` operation.
5pub mod autocomplete;
6
7/// Types for the `Geocode` operation.
8pub mod geocode;
9
10/// Types for the `GetPlace` operation.
11pub mod get_place;
12
13/// Types for the `ReverseGeocode` operation.
14pub mod reverse_geocode;
15
16/// Types for the `SearchNearby` operation.
17pub mod search_nearby;
18
19/// Types for the `SearchText` operation.
20pub mod search_text;
21
22/// Types for the `Suggest` operation.
23pub mod suggest;