aws-sdk-dax 1.103.0

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

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

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

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

/// Types for the `DecreaseReplicationFactor` operation.
pub mod decrease_replication_factor;

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

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

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

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

/// Types for the `DescribeDefaultParameters` operation.
pub mod describe_default_parameters;

/// 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 `DescribeSubnetGroups` operation.
pub mod describe_subnet_groups;

/// Types for the `IncreaseReplicationFactor` operation.
pub mod increase_replication_factor;

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

/// Types for the `RebootNode` operation.
pub mod reboot_node;

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

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

/// 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;