File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (24 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package batch provides the API client, operations, and parameter types for AWS
// Batch.
//
// # 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, 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.
package batch