Skip to content

Commit bfa69d1

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 74d0b97 commit bfa69d1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Batch - Updated the documentation for AWS Batch.
5+
46
2.11.326 (2019-08-05)
57
------------------
68

aws-sdk-core/apis/batch/2016-08-10/docs-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,10 @@
474474
}
475475
},
476476
"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>",
478478
"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>"
481481
}
482482
},
483483
"ListJobsRequest": {
@@ -688,7 +688,7 @@
688688
"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>",
689689
"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>",
690690
"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>",
692692
"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>",
693693
"JobDefinition$jobDefinitionName": "<p>The name of the job definition. </p>",
694694
"JobDefinition$jobDefinitionArn": "<p>The Amazon Resource Name (ARN) for the job definition. </p>",

0 commit comments

Comments
 (0)