aws-sdk-docdb 1.106.0

AWS SDK for Amazon DocumentDB with MongoDB compatibility
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddSourceIdentifierToSubscription` operation.
pub mod add_source_identifier_to_subscription;

/// Types for the `AddTagsToResource` operation.
pub mod add_tags_to_resource;

/// Types for the `ApplyPendingMaintenanceAction` operation.
pub mod apply_pending_maintenance_action;

/// Types for the `CopyDBClusterParameterGroup` operation.
pub mod copy_db_cluster_parameter_group;

/// Types for the `CopyDBClusterSnapshot` operation.
pub mod copy_db_cluster_snapshot;

/// Types for the `CreateDBCluster` operation.
pub mod create_db_cluster;

/// Types for the `CreateDBClusterParameterGroup` operation.
pub mod create_db_cluster_parameter_group;

/// Types for the `CreateDBClusterSnapshot` operation.
pub mod create_db_cluster_snapshot;

/// Types for the `CreateDBInstance` operation.
pub mod create_db_instance;

/// Types for the `CreateDBSubnetGroup` operation.
pub mod create_db_subnet_group;

/// Types for the `CreateEventSubscription` operation.
pub mod create_event_subscription;

/// Types for the `CreateGlobalCluster` operation.
pub mod create_global_cluster;

/// Types for the `DeleteDBCluster` operation.
pub mod delete_db_cluster;

/// Types for the `DeleteDBClusterParameterGroup` operation.
pub mod delete_db_cluster_parameter_group;

/// Types for the `DeleteDBClusterSnapshot` operation.
pub mod delete_db_cluster_snapshot;

/// Types for the `DeleteDBInstance` operation.
pub mod delete_db_instance;

/// Types for the `DeleteDBSubnetGroup` operation.
pub mod delete_db_subnet_group;

/// Types for the `DeleteEventSubscription` operation.
pub mod delete_event_subscription;

/// Types for the `DeleteGlobalCluster` operation.
pub mod delete_global_cluster;

/// Types for the `DescribeCertificates` operation.
pub mod describe_certificates;

/// Types for the `DescribeDBClusterParameterGroups` operation.
pub mod describe_db_cluster_parameter_groups;

/// Types for the `DescribeDBClusterParameters` operation.
pub mod describe_db_cluster_parameters;

/// Types for the `DescribeDBClusterSnapshotAttributes` operation.
pub mod describe_db_cluster_snapshot_attributes;

/// Types for the `DescribeDBClusterSnapshots` operation.
pub mod describe_db_cluster_snapshots;

/// Types for the `DescribeDBClusters` operation.
pub mod describe_db_clusters;

/// Types for the `DescribeDBEngineVersions` operation.
pub mod describe_db_engine_versions;

/// Types for the `DescribeDBInstances` operation.
pub mod describe_db_instances;

/// Types for the `DescribeDBSubnetGroups` operation.
pub mod describe_db_subnet_groups;

/// Types for the `DescribeEngineDefaultClusterParameters` operation.
pub mod describe_engine_default_cluster_parameters;

/// Types for the `DescribeEventCategories` operation.
pub mod describe_event_categories;

/// Types for the `DescribeEventSubscriptions` operation.
pub mod describe_event_subscriptions;

/// Types for the `DescribeEvents` operation.
pub mod describe_events;

/// Types for the `DescribeGlobalClusters` operation.
pub mod describe_global_clusters;

/// Types for the `DescribeOrderableDBInstanceOptions` operation.
pub mod describe_orderable_db_instance_options;

/// Types for the `DescribePendingMaintenanceActions` operation.
pub mod describe_pending_maintenance_actions;

/// Types for the `FailoverDBCluster` operation.
pub mod failover_db_cluster;

/// Types for the `FailoverGlobalCluster` operation.
pub mod failover_global_cluster;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ModifyDBCluster` operation.
pub mod modify_db_cluster;

/// Types for the `ModifyDBClusterParameterGroup` operation.
pub mod modify_db_cluster_parameter_group;

/// Types for the `ModifyDBClusterSnapshotAttribute` operation.
pub mod modify_db_cluster_snapshot_attribute;

/// Types for the `ModifyDBInstance` operation.
pub mod modify_db_instance;

/// Types for the `ModifyDBSubnetGroup` operation.
pub mod modify_db_subnet_group;

/// Types for the `ModifyEventSubscription` operation.
pub mod modify_event_subscription;

/// Types for the `ModifyGlobalCluster` operation.
pub mod modify_global_cluster;

/// Types for the `RebootDBInstance` operation.
pub mod reboot_db_instance;

/// Types for the `RemoveFromGlobalCluster` operation.
pub mod remove_from_global_cluster;

/// Types for the `RemoveSourceIdentifierFromSubscription` operation.
pub mod remove_source_identifier_from_subscription;

/// Types for the `RemoveTagsFromResource` operation.
pub mod remove_tags_from_resource;

/// Types for the `ResetDBClusterParameterGroup` operation.
pub mod reset_db_cluster_parameter_group;

/// Types for the `RestoreDBClusterFromSnapshot` operation.
pub mod restore_db_cluster_from_snapshot;

/// Types for the `RestoreDBClusterToPointInTime` operation.
pub mod restore_db_cluster_to_point_in_time;

/// Types for the `StartDBCluster` operation.
pub mod start_db_cluster;

/// Types for the `StopDBCluster` operation.
pub mod stop_db_cluster;

/// Types for the `SwitchoverGlobalCluster` operation.
pub mod switchover_global_cluster;