@aws-sdk/client-datasync 3.846.0 → 3.847.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.
@@ -1168,7 +1168,7 @@ export interface CreateLocationNfsRequest {
1168
1168
  */
1169
1169
  Subdirectory: string | undefined;
1170
1170
  /**
1171
- * <p>Specifies the DNS name or IP version 4 address of the NFS file server that your DataSync agent connects to.</p>
1171
+ * <p>Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.</p>
1172
1172
  * @public
1173
1173
  */
1174
1174
  ServerHostname: string | undefined;
@@ -1220,7 +1220,7 @@ export type ObjectStorageServerProtocol = (typeof ObjectStorageServerProtocol)[k
1220
1220
  */
1221
1221
  export interface CreateLocationObjectStorageRequest {
1222
1222
  /**
1223
- * <p>Specifies the domain name or IP version 4 (IPv4) address of the object storage server that
1223
+ * <p>Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that
1224
1224
  * your DataSync agent connects to.</p>
1225
1225
  * @public
1226
1226
  */
@@ -1232,7 +1232,8 @@ export interface CreateLocationObjectStorageRequest {
1232
1232
  */
1233
1233
  ServerPort?: number | undefined;
1234
1234
  /**
1235
- * <p>Specifies the protocol that your object storage server uses to communicate.</p>
1235
+ * <p>Specifies the protocol that your object storage server uses to communicate. If not specified, the default
1236
+ * value is <code>HTTPS</code>.</p>
1236
1237
  * @public
1237
1238
  */
1238
1239
  ServerProtocol?: ObjectStorageServerProtocol | undefined;
@@ -1257,6 +1258,11 @@ export interface CreateLocationObjectStorageRequest {
1257
1258
  /**
1258
1259
  * <p>Specifies the secret key (for example, a password) if credentials are required to
1259
1260
  * authenticate with the object storage server.</p>
1261
+ * <note>
1262
+ * <p>If you provide a secret using <code>SecretKey</code>, but do not provide secret
1263
+ * configuration details using <code>CmkSecretConfig</code> or <code>CustomSecretConfig</code>,
1264
+ * then DataSync stores the token using your Amazon Web Services account's Secrets Manager secret.</p>
1265
+ * </note>
1260
1266
  * @public
1261
1267
  */
1262
1268
  SecretKey?: string | undefined;
@@ -1502,16 +1508,10 @@ export interface CreateLocationSmbRequest {
1502
1508
  */
1503
1509
  Subdirectory: string | undefined;
1504
1510
  /**
1505
- * <p>Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.</p>
1506
- * <p>Remember the following when configuring this parameter:</p>
1507
- * <ul>
1508
- * <li>
1509
- * <p>You can't specify an IP version 6 (IPv6) address.</p>
1510
- * </li>
1511
- * <li>
1512
- * <p>If you're using Kerberos authentication, you must specify a domain name.</p>
1513
- * </li>
1514
- * </ul>
1511
+ * <p>Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to.</p>
1512
+ * <note>
1513
+ * <p>If you're using Kerberos authentication, you must specify a domain name.</p>
1514
+ * </note>
1515
1515
  * @public
1516
1516
  */
1517
1517
  ServerHostname: string | undefined;
@@ -1566,7 +1566,7 @@ export interface CreateLocationSmbRequest {
1566
1566
  */
1567
1567
  AuthenticationType?: SmbAuthenticationType | undefined;
1568
1568
  /**
1569
- * <p>Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to.
1569
+ * <p>Specifies the IPv4 or IPv6 addresses for the DNS servers that your SMB file server belongs to.
1570
1570
  * This parameter applies only if <code>AuthenticationType</code> is set to
1571
1571
  * <code>KERBEROS</code>.</p>
1572
1572
  * <p>If you have multiple domains in your environment, configuring this parameter makes sure
@@ -1575,7 +1575,7 @@ export interface CreateLocationSmbRequest {
1575
1575
  */
1576
1576
  DnsIpAddresses?: string[] | undefined;
1577
1577
  /**
1578
- * <p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has
1578
+ * <p>Specifies a Kerberos principal, which is an identity in your Kerberos realm that has
1579
1579
  * permission to access the files, folders, and file metadata in your SMB file server.</p>
1580
1580
  * <p>A Kerberos principal might look like <code>HOST/kerberosuser@MYDOMAIN.ORG</code>.</p>
1581
1581
  * <p>Principal names are case sensitive. Your DataSync task execution will fail if
@@ -3447,7 +3447,7 @@ export interface DescribeLocationSmbResponse {
3447
3447
  */
3448
3448
  CreationTime?: Date | undefined;
3449
3449
  /**
3450
- * <p>The IPv4 addresses for the DNS servers that your SMB file server belongs to. This element
3450
+ * <p>The IPv4 or IPv6 addresses for the DNS servers that your SMB file server belongs to. This element
3451
3451
  * applies only if <code>AuthenticationType</code> is set to <code>KERBEROS</code>.</p>
3452
3452
  * @public
3453
3453
  */
@@ -4243,8 +4243,8 @@ export interface ListLocationsRequest {
4243
4243
  */
4244
4244
  export interface LocationListEntry {
4245
4245
  /**
4246
- * <p>The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon
4247
- * EFS, the location is the export path. For Amazon S3, the location is the prefix path that you
4246
+ * <p>The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon EFS,
4247
+ * the location is the export path. For Amazon S3, the location is the prefix path that you
4248
4248
  * want to mount and use as the root of the location.</p>
4249
4249
  * @public
4250
4250
  */
@@ -4258,8 +4258,8 @@ export interface LocationListEntry {
4258
4258
  * <code>s3</code>).</p>
4259
4259
  * <p>GLOBAL_ID is the globally unique identifier of the resource that backs the location. An
4260
4260
  * example for EFS is <code>us-east-2.fs-abcd1234</code>. An example for Amazon S3 is the bucket
4261
- * name, such as <code>myBucket</code>. An example for NFS is a valid IPv4 address or a hostname
4262
- * that is compliant with Domain Name Service (DNS).</p>
4261
+ * name, such as <code>myBucket</code>. An example for NFS is a valid IPv4 or IPv6 address or a hostname
4262
+ * that is compliant with DNS.</p>
4263
4263
  * <p>SUBDIR is a valid file system path, delimited by forward slashes as is the *nix
4264
4264
  * convention. For NFS and Amazon EFS, it's the export path to mount the location. For
4265
4265
  * Amazon S3, it's the prefix path that you mount to and treat as the root of the
@@ -5060,7 +5060,7 @@ export interface UpdateLocationNfsRequest {
5060
5060
  */
5061
5061
  Subdirectory?: string | undefined;
5062
5062
  /**
5063
- * <p>Specifies the DNS name or IP version 4 (IPv4) address of the NFS file server that your
5063
+ * <p>Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your
5064
5064
  * DataSync agent connects to.</p>
5065
5065
  * @public
5066
5066
  */
@@ -5110,7 +5110,7 @@ export interface UpdateLocationObjectStorageRequest {
5110
5110
  */
5111
5111
  Subdirectory?: string | undefined;
5112
5112
  /**
5113
- * <p>Specifies the domain name or IP version 4 (IPv4) address of the object storage server that
5113
+ * <p>Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that
5114
5114
  * your DataSync agent connects to.</p>
5115
5115
  * @public
5116
5116
  */
@@ -5124,6 +5124,11 @@ export interface UpdateLocationObjectStorageRequest {
5124
5124
  /**
5125
5125
  * <p>Specifies the secret key (for example, a password) if credentials are required to
5126
5126
  * authenticate with the object storage server.</p>
5127
+ * <note>
5128
+ * <p>If you provide a secret using <code>SecretKey</code>, but do not provide secret
5129
+ * configuration details using <code>CmkSecretConfig</code> or <code>CustomSecretConfig</code>,
5130
+ * then DataSync stores the token using your Amazon Web Services account's Secrets Manager secret.</p>
5131
+ * </note>
5127
5132
  * @public
5128
5133
  */
5129
5134
  SecretKey?: string | undefined;
@@ -5274,16 +5279,10 @@ export interface UpdateLocationSmbRequest {
5274
5279
  */
5275
5280
  Subdirectory?: string | undefined;
5276
5281
  /**
5277
- * <p>Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.</p>
5278
- * <p>Remember the following when configuring this parameter:</p>
5279
- * <ul>
5280
- * <li>
5281
- * <p>You can't specify an IP version 6 (IPv6) address.</p>
5282
- * </li>
5283
- * <li>
5284
- * <p>If you're using Kerberos authentication, you must specify a domain name.</p>
5285
- * </li>
5286
- * </ul>
5282
+ * <p>Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to.</p>
5283
+ * <note>
5284
+ * <p>If you're using Kerberos authentication, you must specify a domain name.</p>
5285
+ * </note>
5287
5286
  * @public
5288
5287
  */
5289
5288
  ServerHostname?: string | undefined;
@@ -5331,7 +5330,7 @@ export interface UpdateLocationSmbRequest {
5331
5330
  */
5332
5331
  AuthenticationType?: SmbAuthenticationType | undefined;
5333
5332
  /**
5334
- * <p>Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to.
5333
+ * <p>Specifies the IP addresses (IPv4 or IPv6) for the DNS servers that your SMB file server belongs to.
5335
5334
  * This parameter applies only if <code>AuthenticationType</code> is set to
5336
5335
  * <code>KERBEROS</code>.</p>
5337
5336
  * <p>If you have multiple domains in your environment, configuring this parameter makes sure
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.846.0",
4
+ "version": "3.847.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-datasync",