1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package ecs provides the client and types for making API
4// requests to Amazon EC2 Container Service.
5//
6// Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast,
7// container management service that makes it easy to run, stop, and manage
8// Docker containers on a cluster. You can host your cluster on a serverless
9// infrastructure that is managed by Amazon ECS by launching your services or
10// tasks using the Fargate launch type. For more control, you can host your
11// tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) instances
12// that you manage by using the EC2 launch type. For more information about
13// launch types, see Amazon ECS Launch Types (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html).
14//
15// Amazon ECS lets you launch and stop container-based applications with simple
16// API calls, allows you to get the state of your cluster from a centralized
17// service, and gives you access to many familiar Amazon EC2 features.
18//
19// You can use Amazon ECS to schedule the placement of containers across your
20// cluster based on your resource needs, isolation policies, and availability
21// requirements. Amazon ECS eliminates the need for you to operate your own
22// cluster management and configuration management systems or worry about scaling
23// your management infrastructure.
24//
25// See https://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13 for more information on this service.
26//
27// See ecs package documentation for more information.
28// https://docs.aws.amazon.com/sdk-for-go/api/service/ecs/
29//
30// Using the Client
31//
32// To contact Amazon EC2 Container Service with the SDK use the New function to create
33// a new service client. With that client you can make API requests to the service.
34// These clients are safe to use concurrently.
35//
36// See the SDK's documentation for more information on how to use the SDK.
37// https://docs.aws.amazon.com/sdk-for-go/api/
38//
39// See aws.Config documentation for more information on configuring SDK clients.
40// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
41//
42// See the Amazon EC2 Container Service client ECS for more
43// information on creating client for this service.
44// https://docs.aws.amazon.com/sdk-for-go/api/service/ecs/#New
45package ecs
46