@aws-sdk/client-datasync 3.738.0 → 3.742.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/dist-types/models/models_0.d.ts +28 -38
- package/package.json +2 -2
|
@@ -1563,35 +1563,30 @@ export interface CreateLocationSmbRequest {
|
|
|
1563
1563
|
*/
|
|
1564
1564
|
DnsIpAddresses?: string[] | undefined;
|
|
1565
1565
|
/**
|
|
1566
|
-
* <p>Specifies a
|
|
1567
|
-
*
|
|
1568
|
-
* <p>
|
|
1569
|
-
*
|
|
1570
|
-
*
|
|
1571
|
-
*
|
|
1566
|
+
* <p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has
|
|
1567
|
+
* permission to access the files, folders, and file metadata in your SMB file server.</p>
|
|
1568
|
+
* <p>A Kerberos principal might look like <code>HOST/kerberosuser@EXAMPLE.COM</code>.</p>
|
|
1569
|
+
* <p>Principal names are case sensitive. Your DataSync task execution will fail if
|
|
1570
|
+
* the principal that you specify for this parameter doesn’t exactly match the principal that you
|
|
1571
|
+
* use to create the keytab file.</p>
|
|
1572
1572
|
* @public
|
|
1573
1573
|
*/
|
|
1574
1574
|
KerberosPrincipal?: string | undefined;
|
|
1575
1575
|
/**
|
|
1576
1576
|
* <p>Specifies your Kerberos key table (keytab) file, which includes mappings between your
|
|
1577
|
-
*
|
|
1578
|
-
* <p>
|
|
1579
|
-
*
|
|
1580
|
-
*
|
|
1581
|
-
*
|
|
1582
|
-
* what you specify for <code>KerberosPrincipal</code> and in your <code>krb5.conf</code> file. </p>
|
|
1577
|
+
* Kerberos principal and encryption keys.</p>
|
|
1578
|
+
* <p>The file must be base64 encoded. If you're using the CLI, the encoding is
|
|
1579
|
+
* done for you.</p>
|
|
1580
|
+
* <p>To avoid task execution errors, make sure that the Kerberos principal that you use to
|
|
1581
|
+
* create the keytab file matches exactly what you specify for <code>KerberosPrincipal</code>. </p>
|
|
1583
1582
|
* @public
|
|
1584
1583
|
*/
|
|
1585
1584
|
KerberosKeytab?: Uint8Array | undefined;
|
|
1586
1585
|
/**
|
|
1587
1586
|
* <p>Specifies a Kerberos configuration file (<code>krb5.conf</code>) that defines your
|
|
1588
1587
|
* Kerberos realm configuration.</p>
|
|
1589
|
-
* <p>
|
|
1590
|
-
*
|
|
1591
|
-
* CLI, the encoding is done for you.</p>
|
|
1592
|
-
* <p>To avoid task execution errors, make sure that the service principal name (SPN) in the
|
|
1593
|
-
* <code>krb5.conf</code> file matches exactly what you specify for
|
|
1594
|
-
* <code>KerberosPrincipal</code> and in your keytab file.</p>
|
|
1588
|
+
* <p>The file must be base64 encoded. If you're using the CLI, the encoding is
|
|
1589
|
+
* done for you.</p>
|
|
1595
1590
|
* @public
|
|
1596
1591
|
*/
|
|
1597
1592
|
KerberosKrb5Conf?: Uint8Array | undefined;
|
|
@@ -3421,8 +3416,8 @@ export interface DescribeLocationSmbResponse {
|
|
|
3421
3416
|
*/
|
|
3422
3417
|
DnsIpAddresses?: string[] | undefined;
|
|
3423
3418
|
/**
|
|
3424
|
-
* <p>The Kerberos
|
|
3425
|
-
*
|
|
3419
|
+
* <p>The Kerberos principal that has permission to access the files, folders, and file metadata
|
|
3420
|
+
* in your SMB file server.</p>
|
|
3426
3421
|
* @public
|
|
3427
3422
|
*/
|
|
3428
3423
|
KerberosPrincipal?: string | undefined;
|
|
@@ -6152,35 +6147,30 @@ export interface UpdateLocationSmbRequest {
|
|
|
6152
6147
|
*/
|
|
6153
6148
|
DnsIpAddresses?: string[] | undefined;
|
|
6154
6149
|
/**
|
|
6155
|
-
* <p>Specifies a
|
|
6156
|
-
*
|
|
6157
|
-
* <p>
|
|
6158
|
-
*
|
|
6159
|
-
*
|
|
6160
|
-
*
|
|
6150
|
+
* <p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has
|
|
6151
|
+
* permission to access the files, folders, and file metadata in your SMB file server.</p>
|
|
6152
|
+
* <p>A Kerberos principal might look like <code>HOST/kerberosuser@EXAMPLE.COM</code>.</p>
|
|
6153
|
+
* <p>Principal names are case sensitive. Your DataSync task execution will fail if
|
|
6154
|
+
* the principal that you specify for this parameter doesn’t exactly match the principal that you
|
|
6155
|
+
* use to create the keytab file.</p>
|
|
6161
6156
|
* @public
|
|
6162
6157
|
*/
|
|
6163
6158
|
KerberosPrincipal?: string | undefined;
|
|
6164
6159
|
/**
|
|
6165
6160
|
* <p>Specifies your Kerberos key table (keytab) file, which includes mappings between your
|
|
6166
|
-
*
|
|
6167
|
-
* <p>
|
|
6168
|
-
*
|
|
6169
|
-
*
|
|
6170
|
-
*
|
|
6171
|
-
* what you specify for <code>KerberosPrincipal</code> and in your <code>krb5.conf</code> file.</p>
|
|
6161
|
+
* Kerberos principal and encryption keys.</p>
|
|
6162
|
+
* <p>The file must be base64 encoded. If you're using the CLI, the encoding is
|
|
6163
|
+
* done for you.</p>
|
|
6164
|
+
* <p>To avoid task execution errors, make sure that the Kerberos principal that you use to
|
|
6165
|
+
* create the keytab file matches exactly what you specify for <code>KerberosPrincipal</code>.</p>
|
|
6172
6166
|
* @public
|
|
6173
6167
|
*/
|
|
6174
6168
|
KerberosKeytab?: Uint8Array | undefined;
|
|
6175
6169
|
/**
|
|
6176
6170
|
* <p>Specifies a Kerberos configuration file (<code>krb5.conf</code>) that defines your
|
|
6177
6171
|
* Kerberos realm configuration.</p>
|
|
6178
|
-
* <p>
|
|
6179
|
-
*
|
|
6180
|
-
* CLI, the encoding is done for you.</p>
|
|
6181
|
-
* <p>To avoid task execution errors, make sure that the service principal name (SPN) in the
|
|
6182
|
-
* <code>krb5.conf</code> file matches exactly what you specify for
|
|
6183
|
-
* <code>KerberosPrincipal</code> and in your keytab file.</p>
|
|
6172
|
+
* <p>The file must be base64 encoded. If you're using the CLI, the encoding is
|
|
6173
|
+
* done for you.</p>
|
|
6184
6174
|
* @public
|
|
6185
6175
|
*/
|
|
6186
6176
|
KerberosKrb5Conf?: Uint8Array | undefined;
|
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.
|
|
4
|
+
"version": "3.742.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.734.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.741.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|