@@ -190,7 +190,7 @@ export namespace CopyStepDetails {
190
190
* <code>HomeDirectoryMappings</code>.</p>
191
191
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
192
192
* <p>
193
- * <code>[ { "Entry: ": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
193
+ * <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
194
194
* </p>
195
195
*/
196
196
export interface HomeDirectoryMapEntry {
@@ -286,7 +286,7 @@ export interface CreateAccessRequest {
286
286
* <code>HomeDirectory</code> parameter value.</p>
287
287
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
288
288
* <p>
289
- * <code>[ { "Entry: ": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
289
+ * <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
290
290
* </p>
291
291
*/
292
292
HomeDirectoryMappings ?: HomeDirectoryMapEntry [ ] ;
@@ -1105,7 +1105,7 @@ export interface CreateUserRequest {
1105
1105
* parameter value.</p>
1106
1106
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
1107
1107
* <p>
1108
- * <code>[ { "Entry: ": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
1108
+ * <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
1109
1109
* </p>
1110
1110
*/
1111
1111
HomeDirectoryMappings ?: HomeDirectoryMapEntry [ ] ;
@@ -1376,19 +1376,19 @@ export interface WorkflowStep {
1376
1376
* <ul>
1377
1377
* <li>
1378
1378
* <p>
1379
- * <i>Copy </i>: copy the file to another location</p>
1379
+ * <i>COPY </i>: copy the file to another location</p>
1380
1380
* </li>
1381
1381
* <li>
1382
1382
* <p>
1383
- * <i>Custom </i>: custom step with a lambda target</p>
1383
+ * <i>CUSTOM </i>: custom step with a lambda target</p>
1384
1384
* </li>
1385
1385
* <li>
1386
1386
* <p>
1387
- * <i>Delete </i>: delete the file</p>
1387
+ * <i>DELETE </i>: delete the file</p>
1388
1388
* </li>
1389
1389
* <li>
1390
1390
* <p>
1391
- * <i>Tag </i>: add a tag to the file</p>
1391
+ * <i>TAG </i>: add a tag to the file</p>
1392
1392
* </li>
1393
1393
* </ul>
1394
1394
*/
@@ -1457,19 +1457,19 @@ export interface CreateWorkflowRequest {
1457
1457
* <ul>
1458
1458
* <li>
1459
1459
* <p>
1460
- * <i>Copy </i>: copy the file to another location</p>
1460
+ * <i>COPY </i>: copy the file to another location</p>
1461
1461
* </li>
1462
1462
* <li>
1463
1463
* <p>
1464
- * <i>Custom </i>: custom step with a lambda target</p>
1464
+ * <i>CUSTOM </i>: custom step with a lambda target</p>
1465
1465
* </li>
1466
1466
* <li>
1467
1467
* <p>
1468
- * <i>Delete </i>: delete the file</p>
1468
+ * <i>DELETE </i>: delete the file</p>
1469
1469
* </li>
1470
1470
* <li>
1471
1471
* <p>
1472
- * <i>Tag </i>: add a tag to the file</p>
1472
+ * <i>TAG </i>: add a tag to the file</p>
1473
1473
* </li>
1474
1474
* </ul>
1475
1475
* <note>
@@ -1954,19 +1954,19 @@ export interface ExecutionStepResult {
1954
1954
* <ul>
1955
1955
* <li>
1956
1956
* <p>
1957
- * <i>Copy </i>: copy the file to another location</p>
1957
+ * <i>COPY </i>: copy the file to another location</p>
1958
1958
* </li>
1959
1959
* <li>
1960
1960
* <p>
1961
- * <i>Custom </i>: custom step with a lambda target</p>
1961
+ * <i>CUSTOM </i>: custom step with a lambda target</p>
1962
1962
* </li>
1963
1963
* <li>
1964
1964
* <p>
1965
- * <i>Delete </i>: delete the file</p>
1965
+ * <i>DELETE </i>: delete the file</p>
1966
1966
* </li>
1967
1967
* <li>
1968
1968
* <p>
1969
- * <i>Tag </i>: add a tag to the file</p>
1969
+ * <i>TAG </i>: add a tag to the file</p>
1970
1970
* </li>
1971
1971
* </ul>
1972
1972
*/
@@ -3721,7 +3721,7 @@ export interface UpdateAccessRequest {
3721
3721
* <code>HomeDirectory</code> parameter value.</p>
3722
3722
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
3723
3723
* <p>
3724
- * <code>[ { "Entry: ": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
3724
+ * <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
3725
3725
* </p>
3726
3726
*/
3727
3727
HomeDirectoryMappings ?: HomeDirectoryMapEntry [ ] ;
@@ -4064,8 +4064,7 @@ export interface UpdateUserRequest {
4064
4064
*
4065
4065
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example.</p>
4066
4066
* <p>
4067
- * <code>[ { "Entry": "/directory1", "Target":
4068
- * "/bucket_name/home/mydirectory" } ]</code>
4067
+ * <code>[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory" } ]</code>
4069
4068
* </p>
4070
4069
*
4071
4070
* <p>In most cases, you can use this value instead of the session policy to lock down your
@@ -4075,7 +4074,7 @@ export interface UpdateUserRequest {
4075
4074
*
4076
4075
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
4077
4076
* <p>
4078
- * <code>[ { "Entry: ": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
4077
+ * <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
4079
4078
* </p>
4080
4079
*/
4081
4080
HomeDirectoryMappings ?: HomeDirectoryMapEntry [ ] ;
0 commit comments