1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package batch provides the client and types for making API
4// requests to AWS Batch.
5//
6// Using AWS Batch, you can run batch computing workloads on the AWS Cloud.
7// Batch computing is a common means for developers, scientists, and engineers
8// to access large amounts of compute resources. AWS Batch utilizes the advantages
9// of this computing workload to remove the undifferentiated heavy lifting of
10// configuring and managing required infrastructure, while also adopting a familiar
11// batch computing software approach. Given these advantages, AWS Batch can
12// help you to efficiently provision resources in response to jobs submitted,
13// thus effectively helping to eliminate capacity constraints, reduce compute
14// costs, and deliver your results more quickly.
15//
16// As a fully managed service, AWS Batch can run batch computing workloads of
17// any scale. AWS Batch automatically provisions compute resources and optimizes
18// workload distribution based on the quantity and scale of your specific workloads.
19// With AWS Batch, there's no need to install or manage batch computing software.
20// This means that you can focus your time and energy on analyzing results and
21// solving your specific problems.
22//
23// See https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10 for more information on this service.
24//
25// See batch package documentation for more information.
26// https://docs.aws.amazon.com/sdk-for-go/api/service/batch/
27//
28// Using the Client
29//
30// To contact AWS Batch with the SDK use the New function to create
31// a new service client. With that client you can make API requests to the service.
32// These clients are safe to use concurrently.
33//
34// See the SDK's documentation for more information on how to use the SDK.
35// https://docs.aws.amazon.com/sdk-for-go/api/
36//
37// See aws.Config documentation for more information on configuring SDK clients.
38// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
39//
40// See the AWS Batch client Batch for more
41// information on creating client for this service.
42// https://docs.aws.amazon.com/sdk-for-go/api/service/batch/#New
43package batch
44