mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-13 01:42:41 +00:00
44 lines
2.2 KiB
Go
44 lines
2.2 KiB
Go
// 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.
|
|
//
|
|
// AWS Batch enables you to run batch computing workloads on the AWS Cloud.
|
|
// Batch computing is a common way for developers, scientists, and engineers
|
|
// to access large amounts of compute resources, and AWS Batch removes the undifferentiated
|
|
// heavy lifting of configuring and managing the required infrastructure. AWS
|
|
// Batch will be familiar to users of traditional batch computing software.
|
|
// This service can efficiently provision resources in response to jobs submitted
|
|
// in order to eliminate capacity constraints, reduce compute costs, and deliver
|
|
// results quickly.
|
|
//
|
|
// As a fully managed service, AWS Batch enables developers, scientists, and
|
|
// engineers to run batch computing workloads of any scale. AWS Batch automatically
|
|
// provisions compute resources and optimizes the workload distribution based
|
|
// on the quantity and scale of the workloads. With AWS Batch, there is no need
|
|
// to install or manage batch computing software, which allows you to focus
|
|
// on analyzing results and solving problems. AWS Batch reduces operational
|
|
// complexities, saves time, and reduces costs, which makes it easy for developers,
|
|
// scientists, and engineers to run their batch jobs in the AWS Cloud.
|
|
//
|
|
// 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
|