aws_sdk_outposts/
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 `CancelCapacityTask` operation.
5pub mod cancel_capacity_task;
6
7/// Types for the `CancelOrder` operation.
8pub mod cancel_order;
9
10/// Types for the `CreateOrder` operation.
11pub mod create_order;
12
13/// Types for the `CreateOutpost` operation.
14pub mod create_outpost;
15
16/// Types for the `CreateSite` operation.
17pub mod create_site;
18
19/// Types for the `DeleteOutpost` operation.
20pub mod delete_outpost;
21
22/// Types for the `DeleteSite` operation.
23pub mod delete_site;
24
25/// Types for the `GetCapacityTask` operation.
26pub mod get_capacity_task;
27
28/// Types for the `GetCatalogItem` operation.
29pub mod get_catalog_item;
30
31/// Types for the `GetConnection` operation.
32pub mod get_connection;
33
34/// Types for the `GetOrder` operation.
35pub mod get_order;
36
37/// Types for the `GetOutpost` operation.
38pub mod get_outpost;
39
40/// Types for the `GetOutpostBillingInformation` operation.
41pub mod get_outpost_billing_information;
42
43/// Types for the `GetOutpostInstanceTypes` operation.
44pub mod get_outpost_instance_types;
45
46/// Types for the `GetOutpostSupportedInstanceTypes` operation.
47pub mod get_outpost_supported_instance_types;
48
49/// Types for the `GetSite` operation.
50pub mod get_site;
51
52/// Types for the `GetSiteAddress` operation.
53pub mod get_site_address;
54
55/// Types for the `ListAssetInstances` operation.
56pub mod list_asset_instances;
57
58/// Types for the `ListAssets` operation.
59pub mod list_assets;
60
61/// Types for the `ListBlockingInstancesForCapacityTask` operation.
62pub mod list_blocking_instances_for_capacity_task;
63
64/// Types for the `ListCapacityTasks` operation.
65pub mod list_capacity_tasks;
66
67/// Types for the `ListCatalogItems` operation.
68pub mod list_catalog_items;
69
70/// Types for the `ListOrders` operation.
71pub mod list_orders;
72
73/// Types for the `ListOutposts` operation.
74pub mod list_outposts;
75
76/// Types for the `ListSites` operation.
77pub mod list_sites;
78
79/// Types for the `ListTagsForResource` operation.
80pub mod list_tags_for_resource;
81
82/// Types for the `StartCapacityTask` operation.
83pub mod start_capacity_task;
84
85/// Types for the `StartConnection` operation.
86pub mod start_connection;
87
88/// Types for the `TagResource` operation.
89pub mod tag_resource;
90
91/// Types for the `UntagResource` operation.
92pub mod untag_resource;
93
94/// Types for the `UpdateOutpost` operation.
95pub mod update_outpost;
96
97/// Types for the `UpdateSite` operation.
98pub mod update_site;
99
100/// Types for the `UpdateSiteAddress` operation.
101pub mod update_site_address;
102
103/// Types for the `UpdateSiteRackPhysicalProperties` operation.
104pub mod update_site_rack_physical_properties;