|
31 | 31 | "ListAttributes": "<p>Lists the attributes for Amazon ECS resources within a specified target type and cluster. When you specify a target type and cluster, <code>ListAttributes</code> returns a list of attribute objects, one for each attribute on each resource. You can filter the list of results to a single attribute name to only return results that have that name. You can also filter the results by attribute name and value. You can do this, for example, to see which container instances in a cluster are running a Linux AMI (<code>ecs.os-type=linux</code>). </p>",
|
32 | 32 | "ListClusters": "<p>Returns a list of existing clusters.</p>",
|
33 | 33 | "ListContainerInstances": "<p>Returns a list of container instances in a specified cluster. You can filter the results of a <code>ListContainerInstances</code> operation with cluster query language statements inside the <code>filter</code> parameter. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html\">Cluster Query Language</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
|
34 |
| - "ListServiceDeployments": "<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <p>A service deployment happens when you release a softwre update for the service. You route traffic from the running service revisions to the new service revison and control the number of running tasks. </p> <p>This API returns the values that you use for the request parameters in <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html\">DescribeServiceRevisions</a>.</p>", |
| 34 | + "ListServiceDeployments": "<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <p>A service deployment happens when you release a software update for the service. You route traffic from the running service revisions to the new service revison and control the number of running tasks. </p> <p>This API returns the values that you use for the request parameters in <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html\">DescribeServiceRevisions</a>.</p>", |
35 | 35 | "ListServices": "<p>Returns a list of services. You can filter the results by cluster, launch type, and scheduling strategy.</p>",
|
36 | 36 | "ListServicesByNamespace": "<p>This operation lists all of the services that are associated with a Cloud Map namespace. This list might include services in different clusters. In contrast, <code>ListServices</code> can only list services in one cluster at a time. If you need to filter the list of services in a single cluster by various parameters, use <code>ListServices</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html\">Service Connect</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
|
37 | 37 | "ListTagsForResource": "<p>List the tags for an Amazon ECS resource.</p>",
|
|
2687 | 2687 | "StringList": {
|
2688 | 2688 | "base": null,
|
2689 | 2689 | "refs": {
|
2690 |
| - "AwsVpcConfiguration$subnets": "<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified per <code>awsvpcConfiguration</code>.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>", |
2691 |
| - "AwsVpcConfiguration$securityGroups": "<p>The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified per <code>awsvpcConfiguration</code>.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>", |
| 2690 | + "AwsVpcConfiguration$subnets": "<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>", |
| 2691 | + "AwsVpcConfiguration$securityGroups": "<p>The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>", |
2692 | 2692 | "Cluster$capacityProviders": "<p>The capacity providers associated with the cluster.</p>",
|
2693 | 2693 | "ContainerDefinition$links": "<p>The <code>links</code> parameter allows containers to communicate with each other without the need for port mappings. This parameter is only supported if the network mode of a task definition is <code>bridge</code>. The <code>name:internalName</code> construct is analogous to <code>name:alias</code> in Docker links. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.. This parameter maps to <code>Links</code> in the docker container create command and the <code>--link</code> option to docker run.</p> <note> <p>This parameter is not supported for Windows containers.</p> </note> <important> <p>Containers that are collocated on a single container instance may be able to communicate with each other without requiring links or host port mappings. Network isolation is achieved on the container instance using security groups and VPC settings.</p> </important>",
|
2694 | 2694 | "ContainerDefinition$entryPoint": "<important> <p>Early versions of the Amazon ECS container agent don't properly handle <code>entryPoint</code> parameters. If you have problems using <code>entryPoint</code>, update your container agent or enter your commands and arguments as <code>command</code> array items instead.</p> </important> <p>The entry point that's passed to the container. This parameter maps to <code>Entrypoint</code> in the docker container create command and the <code>--entrypoint</code> option to docker run.</p>",
|
|
0 commit comments