Skip to content

Commit

Permalink
docs(client-transfer): Documentation updates for AWS Transfer Family
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 14, 2023
1 parent 0dc18f1 commit 2949ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions clients/client-transfer/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ export class ThrottlingException extends __BaseException {
export interface SftpConnectorConfig {
/**
* @public
* <p>The identifiers for the secrets (in Amazon Web Services Secrets Manager) that contain the SFTP user's private keys or passwords.</p>
* <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>
*/
UserSecretId?: string;

Expand Down Expand Up @@ -5396,15 +5396,15 @@ export interface StartFileTransferRequest {

/**
* @public
* <p>One or more source paths for the Transfer Family server. Each string represents a source
* <p>One or more source paths for the Amazon S3 storage. Each string represents a source
* file path for one outbound file transfer. For example,
* <code>
* <i>DOC-EXAMPLE-BUCKET</i>/<i>myfile.txt</i>
* </code>.</p>
* <note>
* <p>Replace <code>
* <i>DOC-EXAMPLE-BUCKET</i>
* </code>with one of your actual buckets.</p>
* </code> with one of your actual buckets.</p>
* </note>
*/
SendFilePaths?: string[];
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6379,7 +6379,7 @@
"UserSecretId": {
"target": "com.amazonaws.transfer#SecretId",
"traits": {
"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>"
"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>"
}
},
"TrustedHostKeys": {
Expand Down Expand Up @@ -6574,7 +6574,7 @@
"SendFilePaths": {
"target": "com.amazonaws.transfer#FilePaths",
"traits": {
"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>"
"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>"
}
},
"RetrieveFilePaths": {
Expand Down

0 comments on commit 2949ffe

Please sign in to comment.