You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Before you begin, make sure that you understand how DataSync accesses SMB
39
+
* file servers. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">Providing DataSync access to SMB file servers</a>.</p>
41
40
* @example
42
41
* Use a bare-bones client and the command you need to make an API call.
* <code>/path/to/subdirectory</code>). Make sure that other SMB clients in your network can
1657
1671
* also mount this path.</p>
1658
1672
* <p>To copy all data in the subdirectory, DataSync must be able to mount the SMB
1659
-
* share and access all of its data. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
1673
+
* share and access all of its data. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">Providing DataSync access to SMB file servers</a>.</p>
1660
1674
* @public
1661
1675
*/
1662
1676
Subdirectory: string|undefined;
1663
1677
1664
1678
/**
1665
-
* <p>Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that
1666
-
* your DataSync agent will mount.</p>
1667
-
* <note>
1668
-
* <p>You can't specify an IP version 6 (IPv6) address.</p>
1669
-
* </note>
1679
+
* <p>Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount.</p>
1680
+
* <p>Remember the following when configuring this parameter:</p>
1681
+
* <ul>
1682
+
* <li>
1683
+
* <p>You can't specify an IP version 6 (IPv6) address.</p>
1684
+
* </li>
1685
+
* <li>
1686
+
* <p>If you're using Kerberos authentication, you must specify a domain name.</p>
1687
+
* </li>
1688
+
* </ul>
1670
1689
* @public
1671
1690
*/
1672
1691
ServerHostname: string|undefined;
1673
1692
1674
1693
/**
1675
1694
* <p>Specifies the user that can mount and access the files, folders, and file metadata in your
1676
-
* SMB file server.</p>
1695
+
* SMB file server. This parameter applies only if <code>AuthenticationType</code> is set to
1696
+
* <code>NTLM</code>.</p>
1677
1697
* <p>For information about choosing a user with the right level of access for your transfer,
1678
-
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
1698
+
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">Providing DataSync access to SMB file servers</a>.</p>
1679
1699
* @public
1680
1700
*/
1681
-
User: string|undefined;
1701
+
User?: string|undefined;
1682
1702
1683
1703
/**
1684
-
* <p>Specifies the name of the Active Directory domain that your SMB file server belongs to. </p>
1685
-
* <p>If you have multiple Active Directory domains in your environment, configuring this
1686
-
* parameter makes sure that DataSync connects to the right file server.</p>
1704
+
* <p>Specifies the Windows domain name that your SMB file server belongs to. This parameter
1705
+
* applies only if <code>AuthenticationType</code> is set to <code>NTLM</code>.</p>
1706
+
* <p>If you have multiple domains in your environment, configuring this parameter makes sure
1707
+
* that DataSync connects to the right file server.</p>
1687
1708
* @public
1688
1709
*/
1689
1710
Domain?: string|undefined;
1690
1711
1691
1712
/**
1692
1713
* <p>Specifies the password of the user who can mount your SMB file server and has permission
1693
-
* to access the files and folders involved in your transfer.</p>
1694
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
1714
+
* to access the files and folders involved in your transfer. This parameter applies only if
1715
+
* <code>AuthenticationType</code> is set to <code>NTLM</code>.</p>
1695
1716
* @public
1696
1717
*/
1697
-
Password: string|undefined;
1718
+
Password?: string|undefined;
1698
1719
1699
1720
/**
1700
1721
* <p>Specifies the DataSync agent (or agents) that can connect to your SMB file
* <code>/path/to/subdirectory</code>). Make sure that other SMB clients in your network can
6744
6842
* also mount this path.</p>
6745
6843
* <p>To copy all data in the specified subdirectory, DataSync must be able to mount
6746
-
* the SMB share and access all of its data. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
6844
+
* the SMB share and access all of its data. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">Providing DataSync access to SMB file servers</a>.</p>
6747
6845
* @public
6748
6846
*/
6749
6847
Subdirectory?: string|undefined;
6750
6848
6751
6849
/**
6752
6850
* <p>Specifies the user name that can mount your SMB file server and has permission to access
6753
-
* the files and folders involved in your transfer.</p>
6851
+
* the files and folders involved in your transfer. This parameter applies only if
6852
+
* <code>AuthenticationType</code> is set to <code>NTLM</code>.</p>
6754
6853
* <p>For information about choosing a user with the right level of access for your transfer,
6755
-
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
6854
+
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">Providing DataSync access to SMB file servers</a>.</p>
6756
6855
* @public
6757
6856
*/
6758
6857
User?: string|undefined;
6759
6858
6760
6859
/**
6761
-
* <p>Specifies the Windows domain name that your SMB file server belongs to. </p>
6860
+
* <p>Specifies the Windows domain name that your SMB file server belongs to. This parameter
6861
+
* applies only if <code>AuthenticationType</code> is set to <code>NTLM</code>.</p>
6762
6862
* <p>If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.</p>
6763
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
6764
6863
* @public
6765
6864
*/
6766
6865
Domain?: string|undefined;
6767
6866
6768
6867
/**
6769
6868
* <p>Specifies the password of the user who can mount your SMB file server and has permission
6770
-
* to access the files and folders involved in your transfer.</p>
6771
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions">required permissions</a> for SMB locations.</p>
6869
+
* to access the files and folders involved in your transfer. This parameter applies only if
6870
+
* <code>AuthenticationType</code> is set to <code>NTLM</code>.</p>
0 commit comments