aws-sdk-batch 1.119.0

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

/// Types for the `CancelJob` operation.
pub mod cancel_job;

/// Types for the `CreateComputeEnvironment` operation.
pub mod create_compute_environment;

/// Types for the `CreateConsumableResource` operation.
pub mod create_consumable_resource;

/// Types for the `CreateJobQueue` operation.
pub mod create_job_queue;

/// Types for the `CreateQuotaShare` operation.
pub mod create_quota_share;

/// Types for the `CreateSchedulingPolicy` operation.
pub mod create_scheduling_policy;

/// Types for the `CreateServiceEnvironment` operation.
pub mod create_service_environment;

/// Types for the `DeleteComputeEnvironment` operation.
pub mod delete_compute_environment;

/// Types for the `DeleteConsumableResource` operation.
pub mod delete_consumable_resource;

/// Types for the `DeleteJobQueue` operation.
pub mod delete_job_queue;

/// Types for the `DeleteQuotaShare` operation.
pub mod delete_quota_share;

/// Types for the `DeleteSchedulingPolicy` operation.
pub mod delete_scheduling_policy;

/// Types for the `DeleteServiceEnvironment` operation.
pub mod delete_service_environment;

/// Types for the `DeregisterJobDefinition` operation.
pub mod deregister_job_definition;

/// Types for the `DescribeComputeEnvironments` operation.
pub mod describe_compute_environments;

/// Types for the `DescribeConsumableResource` operation.
pub mod describe_consumable_resource;

/// Types for the `DescribeJobDefinitions` operation.
pub mod describe_job_definitions;

/// Types for the `DescribeJobQueues` operation.
pub mod describe_job_queues;

/// Types for the `DescribeJobs` operation.
pub mod describe_jobs;

/// Types for the `DescribeQuotaShare` operation.
pub mod describe_quota_share;

/// Types for the `DescribeSchedulingPolicies` operation.
pub mod describe_scheduling_policies;

/// Types for the `DescribeServiceEnvironments` operation.
pub mod describe_service_environments;

/// Types for the `DescribeServiceJob` operation.
pub mod describe_service_job;

/// Types for the `GetJobQueueSnapshot` operation.
pub mod get_job_queue_snapshot;

/// Types for the `ListConsumableResources` operation.
pub mod list_consumable_resources;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

/// Types for the `ListJobsByConsumableResource` operation.
pub mod list_jobs_by_consumable_resource;

/// Types for the `ListQuotaShares` operation.
pub mod list_quota_shares;

/// Types for the `ListSchedulingPolicies` operation.
pub mod list_scheduling_policies;

/// Types for the `ListServiceJobs` operation.
pub mod list_service_jobs;

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

/// Types for the `RegisterJobDefinition` operation.
pub mod register_job_definition;

/// Types for the `SubmitJob` operation.
pub mod submit_job;

/// Types for the `SubmitServiceJob` operation.
pub mod submit_service_job;

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

/// Types for the `TerminateJob` operation.
pub mod terminate_job;

/// Types for the `TerminateServiceJob` operation.
pub mod terminate_service_job;

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

/// Types for the `UpdateComputeEnvironment` operation.
pub mod update_compute_environment;

/// Types for the `UpdateConsumableResource` operation.
pub mod update_consumable_resource;

/// Types for the `UpdateJobQueue` operation.
pub mod update_job_queue;

/// Types for the `UpdateQuotaShare` operation.
pub mod update_quota_share;

/// Types for the `UpdateSchedulingPolicy` operation.
pub mod update_scheduling_policy;

/// Types for the `UpdateServiceEnvironment` operation.
pub mod update_service_environment;

/// Types for the `UpdateServiceJob` operation.
pub mod update_service_job;