Skip to content

Commit b34d3e1

Browse files
author
awstools
committed
docs(client-transfer): This release contains corrected HomeDirectoryMappings examples for several API functions: CreateAccess, UpdateAccess, CreateUser, and UpdateUser,.
1 parent e8b6d98 commit b34d3e1

File tree

2 files changed

+53
-27
lines changed

2 files changed

+53
-27
lines changed

clients/client-transfer/src/models/models_0.ts

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export namespace CopyStepDetails {
190190
* <code>HomeDirectoryMappings</code>.</p>
191191
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
192192
* <p>
193-
* <code>[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
193+
* <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
194194
* </p>
195195
*/
196196
export interface HomeDirectoryMapEntry {
@@ -286,7 +286,7 @@ export interface CreateAccessRequest {
286286
* <code>HomeDirectory</code> parameter value.</p>
287287
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
288288
* <p>
289-
* <code>[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
289+
* <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
290290
* </p>
291291
*/
292292
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
@@ -1105,7 +1105,7 @@ export interface CreateUserRequest {
11051105
* parameter value.</p>
11061106
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
11071107
* <p>
1108-
* <code>[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
1108+
* <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
11091109
* </p>
11101110
*/
11111111
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
@@ -1376,19 +1376,19 @@ export interface WorkflowStep {
13761376
* <ul>
13771377
* <li>
13781378
* <p>
1379-
* <i>Copy</i>: copy the file to another location</p>
1379+
* <i>COPY</i>: copy the file to another location</p>
13801380
* </li>
13811381
* <li>
13821382
* <p>
1383-
* <i>Custom</i>: custom step with a lambda target</p>
1383+
* <i>CUSTOM</i>: custom step with a lambda target</p>
13841384
* </li>
13851385
* <li>
13861386
* <p>
1387-
* <i>Delete</i>: delete the file</p>
1387+
* <i>DELETE</i>: delete the file</p>
13881388
* </li>
13891389
* <li>
13901390
* <p>
1391-
* <i>Tag</i>: add a tag to the file</p>
1391+
* <i>TAG</i>: add a tag to the file</p>
13921392
* </li>
13931393
* </ul>
13941394
*/
@@ -1457,19 +1457,19 @@ export interface CreateWorkflowRequest {
14571457
* <ul>
14581458
* <li>
14591459
* <p>
1460-
* <i>Copy</i>: copy the file to another location</p>
1460+
* <i>COPY</i>: copy the file to another location</p>
14611461
* </li>
14621462
* <li>
14631463
* <p>
1464-
* <i>Custom</i>: custom step with a lambda target</p>
1464+
* <i>CUSTOM</i>: custom step with a lambda target</p>
14651465
* </li>
14661466
* <li>
14671467
* <p>
1468-
* <i>Delete</i>: delete the file</p>
1468+
* <i>DELETE</i>: delete the file</p>
14691469
* </li>
14701470
* <li>
14711471
* <p>
1472-
* <i>Tag</i>: add a tag to the file</p>
1472+
* <i>TAG</i>: add a tag to the file</p>
14731473
* </li>
14741474
* </ul>
14751475
* <note>
@@ -1954,19 +1954,19 @@ export interface ExecutionStepResult {
19541954
* <ul>
19551955
* <li>
19561956
* <p>
1957-
* <i>Copy</i>: copy the file to another location</p>
1957+
* <i>COPY</i>: copy the file to another location</p>
19581958
* </li>
19591959
* <li>
19601960
* <p>
1961-
* <i>Custom</i>: custom step with a lambda target</p>
1961+
* <i>CUSTOM</i>: custom step with a lambda target</p>
19621962
* </li>
19631963
* <li>
19641964
* <p>
1965-
* <i>Delete</i>: delete the file</p>
1965+
* <i>DELETE</i>: delete the file</p>
19661966
* </li>
19671967
* <li>
19681968
* <p>
1969-
* <i>Tag</i>: add a tag to the file</p>
1969+
* <i>TAG</i>: add a tag to the file</p>
19701970
* </li>
19711971
* </ul>
19721972
*/
@@ -3721,7 +3721,7 @@ export interface UpdateAccessRequest {
37213721
* <code>HomeDirectory</code> parameter value.</p>
37223722
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
37233723
* <p>
3724-
* <code>[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
3724+
* <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
37253725
* </p>
37263726
*/
37273727
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
@@ -4064,8 +4064,7 @@ export interface UpdateUserRequest {
40644064
*
40654065
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example.</p>
40664066
* <p>
4067-
* <code>[ { "Entry": "/directory1", "Target":
4068-
* "/bucket_name/home/mydirectory" } ]</code>
4067+
* <code>[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory" } ]</code>
40694068
* </p>
40704069
*
40714070
* <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 {
40754074
*
40764075
* <p>The following is an <code>Entry</code> and <code>Target</code> pair example for <code>chroot</code>.</p>
40774076
* <p>
4078-
* <code>[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
4077+
* <code>[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]</code>
40794078
* </p>
40804079
*/
40814080
HomeDirectoryMappings?: HomeDirectoryMapEntry[];

0 commit comments

Comments
 (0)