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,301 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 ecs provides the API client, operations, and parameter types for Amazon
// EC2 Container Service.
//
// # Amazon Elastic Container Service
//
// Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast,
// container management service. It makes it easy to run, stop, and manage Docker
// containers. You can host your cluster on a serverless infrastructure that's
// managed by Amazon ECS by launching your services or tasks on Fargate. For more
// control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud
// (Amazon EC2) or External (on-premises) instances that you manage.
//
// Amazon ECS makes it easy to launch and stop container-based applications with
// simple API calls. This makes it easy to get the state of your cluster from a
// centralized service, and gives you access to many familiar Amazon EC2 features.
//
// You can use Amazon ECS to schedule the placement of containers across your
// cluster based on your resource needs, isolation policies, and availability
// requirements. With Amazon ECS, you don't need to operate your own cluster
// management and configuration management systems. You also don't need to worry
// about scaling your management infrastructure.
package ecs