aws-sdk-pcs 1.70.1

AWS SDK for AWS Parallel Computing Service
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 `CreateComputeNodeGroup` operation.
pub mod create_compute_node_group;

/// Types for the `CreateQueue` operation.
pub mod create_queue;

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

/// Types for the `DeleteComputeNodeGroup` operation.
pub mod delete_compute_node_group;

/// Types for the `DeleteQueue` operation.
pub mod delete_queue;

/// Types for the `GetCluster` operation.
pub mod get_cluster;

/// Types for the `GetComputeNodeGroup` operation.
pub mod get_compute_node_group;

/// Types for the `GetQueue` operation.
pub mod get_queue;

/// Types for the `ListClusters` operation.
pub mod list_clusters;

/// Types for the `ListComputeNodeGroups` operation.
pub mod list_compute_node_groups;

/// Types for the `ListQueues` operation.
pub mod list_queues;

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

/// Types for the `RegisterComputeNodeGroupInstance` operation.
pub mod register_compute_node_group_instance;

/// 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 `UpdateComputeNodeGroup` operation.
pub mod update_compute_node_group;

/// Types for the `UpdateQueue` operation.
pub mod update_queue;