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