Skip to content

Commit 2949ffe

Browse files
author
awstools
committed
docs(client-transfer): Documentation updates for AWS Transfer Family
1 parent 0dc18f1 commit 2949ffe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ export class ThrottlingException extends __BaseException {
906906
export interface SftpConnectorConfig {
907907
/**
908908
* @public
909-
* <p>The identifiers for the secrets (in Amazon Web Services Secrets Manager) that contain the SFTP user's private keys or passwords.</p>
909+
* <p>The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier can be either the Amazon Resource Name (ARN) or the name of the secret.</p>
910910
*/
911911
UserSecretId?: string;
912912

@@ -5396,15 +5396,15 @@ export interface StartFileTransferRequest {
53965396

53975397
/**
53985398
* @public
5399-
* <p>One or more source paths for the Transfer Family server. Each string represents a source
5399+
* <p>One or more source paths for the Amazon S3 storage. Each string represents a source
54005400
* file path for one outbound file transfer. For example,
54015401
* <code>
54025402
* <i>DOC-EXAMPLE-BUCKET</i>/<i>myfile.txt</i>
54035403
* </code>.</p>
54045404
* <note>
54055405
* <p>Replace <code>
54065406
* <i>DOC-EXAMPLE-BUCKET</i>
5407-
* </code>with one of your actual buckets.</p>
5407+
* </code> with one of your actual buckets.</p>
54085408
* </note>
54095409
*/
54105410
SendFilePaths?: string[];

codegen/sdk-codegen/aws-models/transfer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6379,7 +6379,7 @@
63796379
"UserSecretId": {
63806380
"target": "com.amazonaws.transfer#SecretId",
63816381
"traits": {
6382-
"smithy.api#documentation": "<p>The identifiers for the secrets (in Amazon Web Services Secrets Manager) that contain the SFTP user's private keys or passwords.</p>"
6382+
"smithy.api#documentation": "<p>The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier can be either the Amazon Resource Name (ARN) or the name of the secret.</p>"
63836383
}
63846384
},
63856385
"TrustedHostKeys": {
@@ -6574,7 +6574,7 @@
65746574
"SendFilePaths": {
65756575
"target": "com.amazonaws.transfer#FilePaths",
65766576
"traits": {
6577-
"smithy.api#documentation": "<p>One or more source paths for the Transfer Family server. Each string represents a source\n file path for one outbound file transfer. For example,\n <code>\n <i>DOC-EXAMPLE-BUCKET</i>/<i>myfile.txt</i>\n </code>.</p>\n <note>\n <p>Replace <code>\n <i>DOC-EXAMPLE-BUCKET</i>\n </code>with one of your actual buckets.</p>\n </note>"
6577+
"smithy.api#documentation": "<p>One or more source paths for the Amazon S3 storage. Each string represents a source\n file path for one outbound file transfer. For example,\n <code>\n <i>DOC-EXAMPLE-BUCKET</i>/<i>myfile.txt</i>\n </code>.</p>\n <note>\n <p>Replace <code>\n <i>DOC-EXAMPLE-BUCKET</i>\n </code> with one of your actual buckets.</p>\n </note>"
65786578
}
65796579
},
65806580
"RetrieveFilePaths": {

0 commit comments

Comments
 (0)