|
474 | 474 | } |
475 | 475 | }, |
476 | 476 | "LinuxParameters": { |
477 | | - "base": "<p>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>", |
| 477 | + "base": "<p>Linux-specific modifications that are applied to the container, such as details for device mappings.</p>", |
478 | 478 | "refs": { |
479 | | - "ContainerDetail$linuxParameters": "<p>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>", |
480 | | - "ContainerProperties$linuxParameters": "<p>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>" |
| 479 | + "ContainerDetail$linuxParameters": "<p>Linux-specific modifications that are applied to the container, such as details for device mappings.</p>", |
| 480 | + "ContainerProperties$linuxParameters": "<p>Linux-specific modifications that are applied to the container, such as details for device mappings.</p>" |
481 | 481 | } |
482 | 482 | }, |
483 | 483 | "ListJobsRequest": { |
|
688 | 688 | "DescribeJobQueuesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>DescribeJobQueues</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return.</p> <note> <p>This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.</p> </note>", |
689 | 689 | "DescribeJobQueuesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>DescribeJobQueues</code> request. When the results of a <code>DescribeJobQueues</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>", |
690 | 690 | "Device$hostPath": "<p>The path for the device on the host container instance.</p>", |
691 | | - "Device$containerPath": "<p>The path inside the container at which to expose the host device.</p>", |
| 691 | + "Device$containerPath": "<p>The path inside the container at which to expose the host device. By default the <code>hostPath</code> value is used.</p>", |
692 | 692 | "Host$sourcePath": "<p>The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If this parameter contains a file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the source path location does not exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.</p>", |
693 | 693 | "JobDefinition$jobDefinitionName": "<p>The name of the job definition. </p>", |
694 | 694 | "JobDefinition$jobDefinitionArn": "<p>The Amazon Resource Name (ARN) for the job definition. </p>", |
|
0 commit comments