github.com/aavshr/aws-sdk-go@v1.41.3/service/batch/doc.go (about) 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 Batch, you can run batch computing workloads on the Cloud. Batch computing 7 // is a common means for developers, scientists, and engineers to access large 8 // amounts of compute resources. Batch uses the advantages of this computing 9 // workload to remove the undifferentiated heavy lifting of configuring and 10 // managing required infrastructure. At the same time, it also adopts a familiar 11 // batch computing software approach. Given these advantages, Batch can help 12 // you to efficiently provision resources in response to jobs submitted, thus 13 // effectively helping you to eliminate capacity constraints, reduce compute 14 // costs, and deliver your results more quickly. 15 // 16 // As a fully managed service, Batch can run batch computing workloads of any 17 // scale. Batch automatically provisions compute resources and optimizes workload 18 // distribution based on the quantity and scale of your specific workloads. 19 // With 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 43 package batch