See: Description
Class | Description |
---|---|
Cluster |
A regional grouping of one or more container instances on which you
can run task requests.
|
Container |
A docker container that is part of a task.
|
ContainerDefinition |
Container definitions are used in task definitions to describe the
different containers that are launched as part of a task.
|
ContainerInstance |
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
ContainerOverride |
The overrides that should be sent to a container.
|
CreateClusterRequest |
Container for the parameters to the
CreateCluster operation . |
CreateClusterResult | |
CreateServiceRequest |
Container for the parameters to the
CreateService operation . |
CreateServiceResult | |
DeleteClusterRequest |
Container for the parameters to the
DeleteCluster operation . |
DeleteClusterResult | |
DeleteServiceRequest |
Container for the parameters to the
DeleteService operation . |
DeleteServiceResult | |
Deployment |
The details of an Amazon ECS service deployment.
|
DeregisterContainerInstanceRequest |
Container for the parameters to the
DeregisterContainerInstance operation . |
DeregisterContainerInstanceResult | |
DeregisterTaskDefinitionRequest |
Container for the parameters to the
DeregisterTaskDefinition operation . |
DeregisterTaskDefinitionResult | |
DescribeClustersRequest |
Container for the parameters to the
DescribeClusters operation . |
DescribeClustersResult | |
DescribeContainerInstancesRequest |
Container for the parameters to the
DescribeContainerInstances operation . |
DescribeContainerInstancesResult | |
DescribeServicesRequest |
Container for the parameters to the
DescribeServices operation . |
DescribeServicesResult | |
DescribeTaskDefinitionRequest |
Container for the parameters to the
DescribeTaskDefinition operation . |
DescribeTaskDefinitionResult | |
DescribeTasksRequest |
Container for the parameters to the
DescribeTasks operation . |
DescribeTasksResult | |
DiscoverPollEndpointRequest |
Container for the parameters to the
DiscoverPollEndpoint operation . |
DiscoverPollEndpointResult | |
Failure |
A failed resource.
|
HostVolumeProperties |
Details on a container instance host volume.
|
KeyValuePair |
A key and value pair object.
|
ListClustersRequest |
Container for the parameters to the
ListClusters operation . |
ListClustersResult | |
ListContainerInstancesRequest |
Container for the parameters to the
ListContainerInstances operation . |
ListContainerInstancesResult | |
ListServicesRequest |
Container for the parameters to the
ListServices operation . |
ListServicesResult | |
ListTaskDefinitionFamiliesRequest |
Container for the parameters to the
ListTaskDefinitionFamilies operation . |
ListTaskDefinitionFamiliesResult | |
ListTaskDefinitionsRequest |
Container for the parameters to the
ListTaskDefinitions operation . |
ListTaskDefinitionsResult | |
ListTasksRequest |
Container for the parameters to the
ListTasks operation . |
ListTasksResult | |
LoadBalancer |
Details on a load balancer that is used with a service.
|
MountPoint |
Details on a volume mount point that is used in a container
definition.
|
NetworkBinding |
Details on the network bindings between a container and its host
container instance.
|
PortMapping |
Port mappings allow containers to access ports on the host container
instance to send or receive traffic.
|
RegisterContainerInstanceRequest |
Container for the parameters to the
RegisterContainerInstance operation . |
RegisterContainerInstanceResult | |
RegisterTaskDefinitionRequest |
Container for the parameters to the
RegisterTaskDefinition operation . |
RegisterTaskDefinitionResult | |
Resource |
Describes the resources available for a container instance.
|
RunTaskRequest |
Container for the parameters to the
RunTask operation . |
RunTaskResult | |
Service |
Details on a service within a cluster
|
ServiceEvent |
Details on an event associated with a service.
|
StartTaskRequest |
Container for the parameters to the
StartTask operation . |
StartTaskResult | |
StopTaskRequest |
Container for the parameters to the
StopTask operation . |
StopTaskResult | |
SubmitContainerStateChangeRequest |
Container for the parameters to the
SubmitContainerStateChange operation . |
SubmitContainerStateChangeResult | |
SubmitTaskStateChangeRequest |
Container for the parameters to the
SubmitTaskStateChange operation . |
SubmitTaskStateChangeResult | |
Task |
Details on a task in a cluster.
|
TaskDefinition |
Details of a task definition.
|
TaskOverride |
The overrides associated with a task.
|
UpdateContainerAgentRequest |
Container for the parameters to the
UpdateContainerAgent operation . |
UpdateContainerAgentResult | |
UpdateServiceRequest |
Container for the parameters to the
UpdateService operation . |
UpdateServiceResult | |
VersionInfo |
The Docker and Amazon ECS container agent version information on a
container instance.
|
Volume |
A data volume used in a task definition.
|
VolumeFrom |
Details on a data volume from another container.
|
Enum | Description |
---|---|
AgentUpdateStatus |
Agent Update Status
|
DesiredStatus |
Desired Status
|
SortOrder |
Sort Order
|
TaskDefinitionStatus |
Task Definition Status
|
TransportProtocol |
Transport Protocol
|
Exception | Description |
---|---|
ClientException |
These errors are usually caused by something the client did, such as
use an action or resource on behalf of a user that doesn't have
permission to use the action or resource, or specify an identifier
that is not valid.
|
ClusterContainsContainerInstancesException |
You cannot delete a cluster that has registered container instances.
|
ClusterContainsServicesException |
You cannot delete a cluster that contains services.
|
ClusterNotFoundException |
The specified cluster could not be found.
|
InvalidParameterException |
The specified parameter is invalid.
|
MissingVersionException |
Amazon ECS is unable to determine the current version of the Amazon
ECS container agent on the container instance and does not have enough
information to proceed with an update.
|
NoUpdateAvailableException |
There is no update available for this Amazon ECS container agent.
|
ServerException |
These errors are usually caused by a server-side issue.
|
ServiceNotActiveException |
The specified service is not active.
|
ServiceNotFoundException |
The specified service could not be found.
|
UpdateInProgressException |
There is already a current Amazon ECS container agent update in
progress on the specified container instance.
|
Copyright © 2015. All rights reserved.