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.
- package/CHANGELOG.md +5 -1
- package/README.md +1 -1
- package/apis/mediapackage-2017-10-12.min.json +93 -87
- package/apis/omics-2022-11-28.min.json +742 -197
- package/apis/omics-2022-11-28.paginators.json +12 -0
- package/apis/omics-2022-11-28.waiters2.json +48 -0
- package/clients/mediapackage.d.ts +3 -2
- package/clients/omics.d.ts +582 -15
- package/clients/transfer.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/transfer.d.ts
CHANGED
@@ -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
|
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
|
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
|
/**
|