|
1545 | 1545 | },
|
1546 | 1546 | "ServerHostname":{
|
1547 | 1547 | "shape":"ServerHostname",
|
1548 |
| - "documentation":"<p>Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync agent connects to.</p>" |
| 1548 | + "documentation":"<p>Specifies the DNS name or IP version 4 address of the NFS file server that your DataSync agent connects to.</p>" |
1549 | 1549 | },
|
1550 | 1550 | "OnPremConfig":{
|
1551 | 1551 | "shape":"OnPremConfig",
|
|
1582 | 1582 | "members":{
|
1583 | 1583 | "ServerHostname":{
|
1584 | 1584 | "shape":"ServerHostname",
|
1585 |
| - "documentation":"<p>Specifies the domain name or IP address of the object storage server. A DataSync agent uses this hostname to mount the object storage server in a network.</p>" |
| 1585 | + "documentation":"<p>Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to.</p>" |
1586 | 1586 | },
|
1587 | 1587 | "ServerPort":{
|
1588 | 1588 | "shape":"ObjectStorageServerPort",
|
|
1688 | 1688 | },
|
1689 | 1689 | "ServerHostname":{
|
1690 | 1690 | "shape":"ServerHostname",
|
1691 |
| - "documentation":"<p>Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount.</p> <p>Remember the following when configuring this parameter:</p> <ul> <li> <p>You can't specify an IP version 6 (IPv6) address.</p> </li> <li> <p>If you're using Kerberos authentication, you must specify a domain name.</p> </li> </ul>" |
| 1691 | + "documentation":"<p>Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.</p> <p>Remember the following when configuring this parameter:</p> <ul> <li> <p>You can't specify an IP version 6 (IPv6) address.</p> </li> <li> <p>If you're using Kerberos authentication, you must specify a domain name.</p> </li> </ul>" |
1692 | 1692 | },
|
1693 | 1693 | "User":{
|
1694 | 1694 | "shape":"SmbUser",
|
|
1716 | 1716 | },
|
1717 | 1717 | "AuthenticationType":{
|
1718 | 1718 | "shape":"SmbAuthenticationType",
|
1719 |
| - "documentation":"<p>Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports <code>NTLM</code> (default) and <code>KERBEROS</code> authentication.</p>" |
| 1719 | + "documentation":"<p>Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports <code>NTLM</code> (default) and <code>KERBEROS</code> authentication.</p> <p>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>" |
1720 | 1720 | },
|
1721 | 1721 | "DnsIpAddresses":{
|
1722 | 1722 | "shape":"DnsIpList",
|
1723 | 1723 | "documentation":"<p>Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if <code>AuthenticationType</code> is set to <code>KERBEROS</code>.</p> <p>If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.</p>"
|
1724 | 1724 | },
|
1725 | 1725 | "KerberosPrincipal":{
|
1726 | 1726 | "shape":"KerberosPrincipal",
|
1727 |
| - "documentation":"<p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.</p> <p>A Kerberos principal might look like <code>HOST/kerberosuser@EXAMPLE.COM</code>.</p> <p>Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.</p>" |
| 1727 | + "documentation":"<p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.</p> <p>A Kerberos principal might look like <code>HOST/kerberosuser@MYDOMAIN.ORG</code>.</p> <p>Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.</p>" |
1728 | 1728 | },
|
1729 | 1729 | "KerberosKeytab":{
|
1730 | 1730 | "shape":"KerberosKeytabFile",
|
|
5429 | 5429 | "shape":"NfsSubdirectory",
|
5430 | 5430 | "documentation":"<p>Specifies the export path in your NFS file server that you want DataSync to mount.</p> <p>This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs\">Accessing NFS file servers</a>.</p>"
|
5431 | 5431 | },
|
| 5432 | + "ServerHostname":{ |
| 5433 | + "shape":"ServerHostname", |
| 5434 | + "documentation":"<p>Specifies the DNS name or IP version 4 (IPv4) address of the NFS file server that your DataSync agent connects to.</p>" |
| 5435 | + }, |
5432 | 5436 | "OnPremConfig":{"shape":"OnPremConfig"},
|
5433 | 5437 | "MountOptions":{"shape":"NfsMountOptions"}
|
5434 | 5438 | }
|
|
5458 | 5462 | "shape":"S3Subdirectory",
|
5459 | 5463 | "documentation":"<p>Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.</p>"
|
5460 | 5464 | },
|
| 5465 | + "ServerHostname":{ |
| 5466 | + "shape":"ServerHostname", |
| 5467 | + "documentation":"<p>Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to.</p>" |
| 5468 | + }, |
5461 | 5469 | "AccessKey":{
|
5462 | 5470 | "shape":"ObjectStorageAccessKey",
|
5463 | 5471 | "documentation":"<p>Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.</p>"
|
|
5517 | 5525 | "shape":"SmbSubdirectory",
|
5518 | 5526 | "documentation":"<p>Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, <code>/path/to/subdirectory</code>). Make sure that other SMB clients in your network can also mount this path.</p> <p>To copy all data in the specified subdirectory, DataSync must be able to mount 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>"
|
5519 | 5527 | },
|
| 5528 | + "ServerHostname":{ |
| 5529 | + "shape":"ServerHostname", |
| 5530 | + "documentation":"<p>Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.</p> <p>Remember the following when configuring this parameter:</p> <ul> <li> <p>You can't specify an IP version 6 (IPv6) address.</p> </li> <li> <p>If you're using Kerberos authentication, you must specify a domain name.</p> </li> </ul>" |
| 5531 | + }, |
5520 | 5532 | "User":{
|
5521 | 5533 | "shape":"SmbUser",
|
5522 | 5534 | "documentation":"<p>Specifies the user name that can mount your SMB file server and has permission to access the files and folders involved in your transfer. This parameter applies only if <code>AuthenticationType</code> is set to <code>NTLM</code>.</p> <p>For information about choosing a user with the right level of access for your transfer, 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>"
|
|
5536 | 5548 | "MountOptions":{"shape":"SmbMountOptions"},
|
5537 | 5549 | "AuthenticationType":{
|
5538 | 5550 | "shape":"SmbAuthenticationType",
|
5539 |
| - "documentation":"<p>Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports <code>NTLM</code> (default) and <code>KERBEROS</code> authentication.</p>" |
| 5551 | + "documentation":"<p>Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports <code>NTLM</code> (default) and <code>KERBEROS</code> authentication.</p> <p>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>" |
5540 | 5552 | },
|
5541 | 5553 | "DnsIpAddresses":{
|
5542 | 5554 | "shape":"DnsIpList",
|
5543 | 5555 | "documentation":"<p>Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if <code>AuthenticationType</code> is set to <code>KERBEROS</code>.</p> <p>If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server. </p>"
|
5544 | 5556 | },
|
5545 | 5557 | "KerberosPrincipal":{
|
5546 | 5558 | "shape":"KerberosPrincipal",
|
5547 |
| - "documentation":"<p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.</p> <p>A Kerberos principal might look like <code>HOST/kerberosuser@EXAMPLE.COM</code>.</p> <p>Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.</p>" |
| 5559 | + "documentation":"<p>Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.</p> <p>A Kerberos principal might look like <code>HOST/kerberosuser@MYDOMAIN.ORG</code>.</p> <p>Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.</p>" |
5548 | 5560 | },
|
5549 | 5561 | "KerberosKeytab":{
|
5550 | 5562 | "shape":"KerberosKeytabFile",
|
|
0 commit comments