diff --git a/clients/client-transfer/src/models/models_0.ts b/clients/client-transfer/src/models/models_0.ts index 15c482bf01b14..dd363e2df56a1 100644 --- a/clients/client-transfer/src/models/models_0.ts +++ b/clients/client-transfer/src/models/models_0.ts @@ -917,7 +917,7 @@ export class ThrottlingException extends __BaseException { export interface SftpConnectorConfig { /** * @public - *

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.

+ *

The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier must be the Amazon Resource Name (ARN) of the secret.

*/ UserSecretId?: string; @@ -925,17 +925,17 @@ export interface SftpConnectorConfig { * @public *

The public portion of the host key, or keys, that are used to identify the external server to which you are connecting. * You can use the ssh-keyscan command against the SFTP server to retrieve the necessary key.

- *

The three standard SSH public key format elements are , - * , and an optional , with spaces - * between each element. Specify only the and : do not enter the portion of the key.

+ *

The three standard SSH public key format elements are <key type>, + * <body base64>, and an optional <comment>, with spaces + * between each element. Specify only the <key type> and <body + * base64>: do not enter the <comment> portion of the key.

*

For the trusted host key, Transfer Family accepts RSA and ECDSA keys.

*