You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
2548
-
* These settings are used to create each Amazon EBS volume, with one volume created for each
2549
-
* task in the service.</p>
2548
+
* <p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. These
2549
+
* settings are used to create each Amazon EBS volume, with one volume created for each task in
2550
+
* the service. For information about the supported launch types and operating systems, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volumes-configuration">Supported operating systems and launch types</a>
2551
+
* in the<i> Amazon Elastic Container Service Developer Guide</i>.</p>
2550
2552
* <p>Many of these parameters map 1:1 with the Amazon EBS <code>CreateVolume</code> API request
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/ecs.json
+9-3
Original file line number
Diff line number
Diff line change
@@ -6261,7 +6261,7 @@
6261
6261
"command": {
6262
6262
"target": "com.amazonaws.ecs#StringList",
6263
6263
"traits": {
6264
-
"smithy.api#documentation": "<p>A string array representing the command that the container runs to determine if it is\n\t\t\thealthy. The string array must start with <code>CMD</code> to run the command arguments\n\t\t\tdirectly, or <code>CMD-SHELL</code> to run the command with the container's default\n\t\t\tshell. </p>\n <p> When you use the Amazon Web Services Management Console JSON panel, the Command Line Interface, or the APIs, enclose the list\n\t\t\tof commands in double quotes and brackets.</p>\n <p>\n <code>[ \"CMD-SHELL\", \"curl -f http://localhost/ || exit 1\" ]</code>\n </p>\n <p>You don't include the double quotes and brackets when you use the Amazon Web Services Management Console.</p>\n <p>\n <code> CMD-SHELL, curl -f http://localhost/ || exit 1</code>\n </p>\n <p>An exit code of 0 indicates success, and non-zero exit code indicates failure. For\n\t\t\tmore information, see <code>HealthCheck</code> in the docker container create command</p>",
6264
+
"smithy.api#documentation": "<p>A string array representing the command that the container runs to determine if it is\n\t\t\thealthy. The string array must start with <code>CMD</code> to run the command arguments\n\t\t\tdirectly, or <code>CMD-SHELL</code> to run the command with the container's default\n\t\t\tshell. </p>\n <p> When you use the Amazon Web Services Management Console JSON panel, the Command Line Interface, or the APIs, enclose the list\n\t\t\tof commands in double quotes and brackets.</p>\n <p>\n <code>[ \"CMD-SHELL\", \"curl -f http://localhost/ || exit 1\" ]</code>\n </p>\n <p>You don't include the double quotes and brackets when you use the Amazon Web Services Management Console.</p>\n <p>\n <code> CMD-SHELL, curl -f http://localhost/ || exit 1</code>\n </p>\n <p>An exit code of 0 indicates success, and non-zero exit code indicates failure. For\n\t\t\tmore information, see <code>HealthCheck</code> in the docker container create command.</p>",
6265
6265
"smithy.api#required": {}
6266
6266
}
6267
6267
},
@@ -10282,12 +10282,12 @@
10282
10282
"filesystemType": {
10283
10283
"target": "com.amazonaws.ecs#TaskFilesystemType",
10284
10284
"traits": {
10285
-
"smithy.api#documentation": "<p>The Linux filesystem type for the volume. For volumes created from a snapshot, you\n\t\t\tmust specify the same filesystem type that the volume was using when the snapshot was\n\t\t\tcreated. If there is a filesystem type mismatch, the task will fail to start.</p>\n <p>The available filesystem types are\u2028 <code>ext3</code>, <code>ext4</code>, and\n\t\t\t\t<code>xfs</code>. If no value is specified, the <code>xfs</code> filesystem type is\n\t\t\tused by default.</p>"
10285
+
"smithy.api#documentation": "<p>The filesystem type for the volume. For volumes created from a snapshot, you must specify\n\t\t\tthe same filesystem type that the volume was using when the snapshot was created. If\n\t\t\tthere is a filesystem type mismatch, the task will fail to start.</p>\n <p>The available Linux filesystem types are\u2028 <code>ext3</code>, <code>ext4</code>, and\n\t\t\t\t<code>xfs</code>. If no value is specified, the <code>xfs</code> filesystem type is\n\t\t\tused by default.</p>\n <p>The available Windows filesystem types are <code>NTFS</code>.</p>"
10286
10286
}
10287
10287
}
10288
10288
},
10289
10289
"traits": {
10290
-
"smithy.api#documentation": "<p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.\n\t\t\tThese settings are used to create each Amazon EBS volume, with one volume created for each\n\t\t\ttask in the service.</p>\n <p>Many of these parameters map 1:1 with the Amazon EBS <code>CreateVolume</code> API request\n\t\t\tparameters.</p>"
10290
+
"smithy.api#documentation": "<p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. These\n\t\t\tsettings are used to create each Amazon EBS volume, with one volume created for each task in\n\t\t\tthe service. For information about the supported launch types and operating systems, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volumes-configuration\">Supported operating systems and launch types</a>\n\t\t\tin the<i> Amazon Elastic Container Service Developer Guide</i>.</p>\n <p>Many of these parameters map 1:1 with the Amazon EBS <code>CreateVolume</code> API request\n\t\t\tparameters.</p>"
0 commit comments