-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
42 lines (41 loc) · 2.06 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package batch provides the client and types for making API
// requests to AWS Batch.
//
// Using Batch, you can run batch computing workloads on the Amazon Web Services
// Cloud. Batch computing is a common means for developers, scientists, and
// engineers to access large amounts of compute resources. Batch uses the advantages
// of the batch computing to remove the undifferentiated heavy lifting of configuring
// and managing required infrastructure. At the same time, it also adopts a
// familiar batch computing software approach. You can use Batch to efficiently
// provision resources d, and work toward eliminating capacity constraints,
// reducing your overall compute costs, and delivering results more quickly.
//
// As a fully managed service, Batch can run batch computing workloads of any
// scale. Batch automatically provisions compute resources and optimizes workload
// distribution based on the quantity and scale of your specific workloads.
// With Batch, there's no need to install or manage batch computing software.
// This means that you can focus on analyzing results and solving your specific
// problems instead.
//
// See https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10 for more information on this service.
//
// See batch package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/batch/
//
// # Using the Client
//
// To contact AWS Batch with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the AWS Batch client Batch for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/batch/#New
package batch