aws_sdk_sagemakergeospatial/
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 `DeleteEarthObservationJob` operation.
5pub mod delete_earth_observation_job;
6
7/// Types for the `DeleteVectorEnrichmentJob` operation.
8pub mod delete_vector_enrichment_job;
9
10/// Types for the `ExportEarthObservationJob` operation.
11pub mod export_earth_observation_job;
12
13/// Types for the `ExportVectorEnrichmentJob` operation.
14pub mod export_vector_enrichment_job;
15
16/// Types for the `GetEarthObservationJob` operation.
17pub mod get_earth_observation_job;
18
19/// Types for the `GetRasterDataCollection` operation.
20pub mod get_raster_data_collection;
21
22/// Types for the `GetTile` operation.
23pub mod get_tile;
24
25/// Types for the `GetVectorEnrichmentJob` operation.
26pub mod get_vector_enrichment_job;
27
28/// Types for the `ListEarthObservationJobs` operation.
29pub mod list_earth_observation_jobs;
30
31/// Types for the `ListRasterDataCollections` operation.
32pub mod list_raster_data_collections;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `ListVectorEnrichmentJobs` operation.
38pub mod list_vector_enrichment_jobs;
39
40/// Types for the `SearchRasterDataCollection` operation.
41pub mod search_raster_data_collection;
42
43/// Types for the `StartEarthObservationJob` operation.
44pub mod start_earth_observation_job;
45
46/// Types for the `StartVectorEnrichmentJob` operation.
47pub mod start_vector_enrichment_job;
48
49/// Types for the `StopEarthObservationJob` operation.
50pub mod stop_earth_observation_job;
51
52/// Types for the `StopVectorEnrichmentJob` operation.
53pub mod stop_vector_enrichment_job;
54
55/// Types for the `TagResource` operation.
56pub mod tag_resource;
57
58/// Types for the `UntagResource` operation.
59pub mod untag_resource;