aws-sdk 2.1435.0 → 2.1436.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2514,7 +2514,7 @@ declare namespace Transfer {
2514
2514
  export type SftpAuthenticationMethods = "PASSWORD"|"PUBLIC_KEY"|"PUBLIC_KEY_OR_PASSWORD"|"PUBLIC_KEY_AND_PASSWORD"|string;
2515
2515
  export interface SftpConnectorConfig {
2516
2516
  /**
2517
- * The identifiers for the secrets (in Amazon Web Services Secrets Manager) that contain the SFTP user's private keys or passwords.
2517
+ * 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.
2518
2518
  */
2519
2519
  UserSecretId?: SecretId;
2520
2520
  /**
@@ -2551,7 +2551,7 @@ declare namespace Transfer {
2551
2551
  */
2552
2552
  ConnectorId: ConnectorId;
2553
2553
  /**
2554
- * One or more source paths for the Transfer Family server. Each string represents a source file path for one outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt . Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.
2554
+ * One or more source paths for the Amazon S3 storage. Each string represents a source file path for one outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt . Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.
2555
2555
  */
2556
2556
  SendFilePaths?: FilePaths;
2557
2557
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1435.0',
86
+ VERSION: '2.1436.0',
87
87
 
88
88
  /**
89
89
  * @api private