1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use aws_http::request_id::RequestId;
/// Types for the `AssociateGatewayToServer` operation.
pub mod associate_gateway_to_server;
/// Types for the `CreateGateway` operation.
pub mod create_gateway;
/// Types for the `DeleteGateway` operation.
pub mod delete_gateway;
/// Types for the `DeleteHypervisor` operation.
pub mod delete_hypervisor;
/// Types for the `DisassociateGatewayFromServer` operation.
pub mod disassociate_gateway_from_server;
/// Types for the `GetBandwidthRateLimitSchedule` operation.
pub mod get_bandwidth_rate_limit_schedule;
/// Types for the `GetGateway` operation.
pub mod get_gateway;
/// Types for the `GetHypervisor` operation.
pub mod get_hypervisor;
/// Types for the `GetHypervisorPropertyMappings` operation.
pub mod get_hypervisor_property_mappings;
/// Types for the `GetVirtualMachine` operation.
pub mod get_virtual_machine;
/// Types for the `ImportHypervisorConfiguration` operation.
pub mod import_hypervisor_configuration;
/// Types for the `ListGateways` operation.
pub mod list_gateways;
/// Types for the `ListHypervisors` operation.
pub mod list_hypervisors;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ListVirtualMachines` operation.
pub mod list_virtual_machines;
/// Types for the `PutBandwidthRateLimitSchedule` operation.
pub mod put_bandwidth_rate_limit_schedule;
/// Types for the `PutHypervisorPropertyMappings` operation.
pub mod put_hypervisor_property_mappings;
/// Types for the `PutMaintenanceStartTime` operation.
pub mod put_maintenance_start_time;
/// Types for the `StartVirtualMachinesMetadataSync` operation.
pub mod start_virtual_machines_metadata_sync;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `TestHypervisorConfiguration` operation.
pub mod test_hypervisor_configuration;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateGatewayInformation` operation.
pub mod update_gateway_information;
/// Types for the `UpdateGatewaySoftwareNow` operation.
pub mod update_gateway_software_now;
/// Types for the `UpdateHypervisor` operation.
pub mod update_hypervisor;