aws_sdk_geomaps/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 `GetGlyphs` operation.
5pub mod get_glyphs;
6
7/// Types for the `GetSprites` operation.
8pub mod get_sprites;
9
10/// Types for the `GetStaticMap` operation.
11pub mod get_static_map;
12
13/// Types for the `GetStyleDescriptor` operation.
14pub mod get_style_descriptor;
15
16/// Types for the `GetTile` operation.
17pub mod get_tile;