aws_sdk_odb/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 `AcceptMarketplaceRegistration` operation.
5pub mod accept_marketplace_registration;
6
7/// Types for the `CreateCloudAutonomousVmCluster` operation.
8pub mod create_cloud_autonomous_vm_cluster;
9
10/// Types for the `CreateCloudExadataInfrastructure` operation.
11pub mod create_cloud_exadata_infrastructure;
12
13/// Types for the `CreateCloudVmCluster` operation.
14pub mod create_cloud_vm_cluster;
15
16/// Types for the `CreateOdbNetwork` operation.
17pub mod create_odb_network;
18
19/// Types for the `CreateOdbPeeringConnection` operation.
20pub mod create_odb_peering_connection;
21
22/// Types for the `DeleteCloudAutonomousVmCluster` operation.
23pub mod delete_cloud_autonomous_vm_cluster;
24
25/// Types for the `DeleteCloudExadataInfrastructure` operation.
26pub mod delete_cloud_exadata_infrastructure;
27
28/// Types for the `DeleteCloudVmCluster` operation.
29pub mod delete_cloud_vm_cluster;
30
31/// Types for the `DeleteOdbNetwork` operation.
32pub mod delete_odb_network;
33
34/// Types for the `DeleteOdbPeeringConnection` operation.
35pub mod delete_odb_peering_connection;
36
37/// Types for the `GetCloudAutonomousVmCluster` operation.
38pub mod get_cloud_autonomous_vm_cluster;
39
40/// Types for the `GetCloudExadataInfrastructure` operation.
41pub mod get_cloud_exadata_infrastructure;
42
43/// Types for the `GetCloudExadataInfrastructureUnallocatedResources` operation.
44pub mod get_cloud_exadata_infrastructure_unallocated_resources;
45
46/// Types for the `GetCloudVmCluster` operation.
47pub mod get_cloud_vm_cluster;
48
49/// Types for the `GetDbNode` operation.
50pub mod get_db_node;
51
52/// Types for the `GetDbServer` operation.
53pub mod get_db_server;
54
55/// Types for the `GetOciOnboardingStatus` operation.
56pub mod get_oci_onboarding_status;
57
58/// Types for the `GetOdbNetwork` operation.
59pub mod get_odb_network;
60
61/// Types for the `GetOdbPeeringConnection` operation.
62pub mod get_odb_peering_connection;
63
64/// Types for the `InitializeService` operation.
65pub mod initialize_service;
66
67/// Types for the `ListAutonomousVirtualMachines` operation.
68pub mod list_autonomous_virtual_machines;
69
70/// Types for the `ListCloudAutonomousVmClusters` operation.
71pub mod list_cloud_autonomous_vm_clusters;
72
73/// Types for the `ListCloudExadataInfrastructures` operation.
74pub mod list_cloud_exadata_infrastructures;
75
76/// Types for the `ListCloudVmClusters` operation.
77pub mod list_cloud_vm_clusters;
78
79/// Types for the `ListDbNodes` operation.
80pub mod list_db_nodes;
81
82/// Types for the `ListDbServers` operation.
83pub mod list_db_servers;
84
85/// Types for the `ListDbSystemShapes` operation.
86pub mod list_db_system_shapes;
87
88/// Types for the `ListGiVersions` operation.
89pub mod list_gi_versions;
90
91/// Types for the `ListOdbNetworks` operation.
92pub mod list_odb_networks;
93
94/// Types for the `ListOdbPeeringConnections` operation.
95pub mod list_odb_peering_connections;
96
97/// Types for the `ListSystemVersions` operation.
98pub mod list_system_versions;
99
100/// Types for the `ListTagsForResource` operation.
101pub mod list_tags_for_resource;
102
103/// Types for the `RebootDbNode` operation.
104pub mod reboot_db_node;
105
106/// Types for the `StartDbNode` operation.
107pub mod start_db_node;
108
109/// Types for the `StopDbNode` operation.
110pub mod stop_db_node;
111
112/// Types for the `TagResource` operation.
113pub mod tag_resource;
114
115/// Types for the `UntagResource` operation.
116pub mod untag_resource;
117
118/// Types for the `UpdateCloudExadataInfrastructure` operation.
119pub mod update_cloud_exadata_infrastructure;
120
121/// Types for the `UpdateOdbNetwork` operation.
122pub mod update_odb_network;