aws-sdk-memorydb 1.46.0

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

/// Types for the `BatchUpdateCluster` operation.
pub mod batch_update_cluster;

/// Types for the `CopySnapshot` operation.
pub mod copy_snapshot;

/// Types for the `CreateACL` operation.
pub mod create_acl;

/// Types for the `CreateCluster` operation.
pub mod create_cluster;

/// Types for the `CreateParameterGroup` operation.
pub mod create_parameter_group;

/// Types for the `CreateSnapshot` operation.
pub mod create_snapshot;

/// Types for the `CreateSubnetGroup` operation.
pub mod create_subnet_group;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `DeleteACL` operation.
pub mod delete_acl;

/// Types for the `DeleteCluster` operation.
pub mod delete_cluster;

/// Types for the `DeleteParameterGroup` operation.
pub mod delete_parameter_group;

/// Types for the `DeleteSnapshot` operation.
pub mod delete_snapshot;

/// Types for the `DeleteSubnetGroup` operation.
pub mod delete_subnet_group;

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DescribeACLs` operation.
pub mod describe_acls;

/// Types for the `DescribeClusters` operation.
pub mod describe_clusters;

/// Types for the `DescribeEngineVersions` operation.
pub mod describe_engine_versions;

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

/// Types for the `DescribeParameterGroups` operation.
pub mod describe_parameter_groups;

/// Types for the `DescribeParameters` operation.
pub mod describe_parameters;

/// Types for the `DescribeReservedNodes` operation.
pub mod describe_reserved_nodes;

/// Types for the `DescribeReservedNodesOfferings` operation.
pub mod describe_reserved_nodes_offerings;

/// Types for the `DescribeServiceUpdates` operation.
pub mod describe_service_updates;

/// Types for the `DescribeSnapshots` operation.
pub mod describe_snapshots;

/// Types for the `DescribeSubnetGroups` operation.
pub mod describe_subnet_groups;

/// Types for the `DescribeUsers` operation.
pub mod describe_users;

/// Types for the `FailoverShard` operation.
pub mod failover_shard;

/// Types for the `ListAllowedNodeTypeUpdates` operation.
pub mod list_allowed_node_type_updates;

/// Types for the `ListTags` operation.
pub mod list_tags;

/// Types for the `PurchaseReservedNodesOffering` operation.
pub mod purchase_reserved_nodes_offering;

/// Types for the `ResetParameterGroup` operation.
pub mod reset_parameter_group;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateACL` operation.
pub mod update_acl;

/// Types for the `UpdateCluster` operation.
pub mod update_cluster;

/// Types for the `UpdateParameterGroup` operation.
pub mod update_parameter_group;

/// Types for the `UpdateSubnetGroup` operation.
pub mod update_subnet_group;

/// Types for the `UpdateUser` operation.
pub mod update_user;