diff --git a/clients/client-transfer/src/commands/CreateConnectorCommand.ts b/clients/client-transfer/src/commands/CreateConnectorCommand.ts index 17c97efa3d77c..044e2654ac399 100644 --- a/clients/client-transfer/src/commands/CreateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/CreateConnectorCommand.ts @@ -36,9 +36,9 @@ export interface CreateConnectorCommandOutput extends CreateConnectorResponse, _ /** * @public - *

Creates the connector, which captures the parameters for an outbound connection for the - * AS2 or SFTP protocol. The connector is required for sending files to an externally hosted AS2 or SFTP server. - * For more details about AS2 connectors, see Create AS2 connectors.

+ *

Creates the connector, which captures the parameters for a connection for the + * AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server. + * For more details about connectors, see Create AS2 connectors and Create SFTP connectors.

* *

You must specify exactly one configuration object: either for AS2 (As2Config) or SFTP (SftpConfig).

*
diff --git a/clients/client-transfer/src/commands/StartFileTransferCommand.ts b/clients/client-transfer/src/commands/StartFileTransferCommand.ts index 693cbf1456a4c..065b01757c099 100644 --- a/clients/client-transfer/src/commands/StartFileTransferCommand.ts +++ b/clients/client-transfer/src/commands/StartFileTransferCommand.ts @@ -48,8 +48,8 @@ export interface StartFileTransferCommandOutput extends StartFileTransferRespons * you also specify the following items:

*