|
1724 | 1724 | },
|
1725 | 1725 | "KerberosPrincipal":{
|
1726 | 1726 | "shape":"KerberosPrincipal",
|
1727 |
| - "documentation": "<p>Specifies a service principal name (SPN), 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>SPNs are case sensitive and must include a prepended <code>cifs/</code>. For example, an SPN might look like <code>cifs/[email protected]</code>.</p> <p>Your task execution will fail if the SPN that you provide for this parameter doesn’t match what’s exactly in your keytab or <code>krb5.conf</code> files. </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/[email protected]</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",
|
1731 |
| - "documentation":"<p>Specifies your Kerberos key table (keytab) file, which includes mappings between your service principal name (SPN) and encryption keys.</p> <p>You can specify the keytab using a file path (for example, <code>file://path/to/file.keytab</code>). The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To avoid task execution errors, make sure that the SPN in the keytab file matches exactly what you specify for <code>KerberosPrincipal</code> and in your <code>krb5.conf</code> file. </p>" |
| 1731 | + "documentation":"<p>Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys.</p> <p>The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To avoid task execution errors, make sure that the Kerberos principal that you use to create the keytab file matches exactly what you specify for <code>KerberosPrincipal</code>. </p>" |
1732 | 1732 | },
|
1733 | 1733 | "KerberosKrb5Conf":{
|
1734 | 1734 | "shape":"KerberosKrb5ConfFile",
|
1735 |
| - "documentation":"<p>Specifies a Kerberos configuration file (<code>krb5.conf</code>) that defines your Kerberos realm configuration.</p> <p>You can specify the <code>krb5.conf</code> using a file path (for example, <code>file://path/to/krb5.conf</code>). The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To avoid task execution errors, make sure that the service principal name (SPN) in the <code>krb5.conf</code> file matches exactly what you specify for <code>KerberosPrincipal</code> and in your keytab file.</p>" |
| 1735 | + "documentation":"<p>Specifies a Kerberos configuration file (<code>krb5.conf</code>) that defines your Kerberos realm configuration.</p> <p>The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p>" |
1736 | 1736 | }
|
1737 | 1737 | },
|
1738 | 1738 | "documentation":"<p>CreateLocationSmbRequest</p>"
|
|
2431 | 2431 | },
|
2432 | 2432 | "KerberosPrincipal":{
|
2433 | 2433 | "shape":"KerberosPrincipal",
|
2434 |
| - "documentation":"<p>The Kerberos service principal name (SPN) that has permission to access the files, folders, and file metadata in your SMB file server.</p>" |
| 2434 | + "documentation":"<p>The Kerberos principal that has permission to access the files, folders, and file metadata in your SMB file server.</p>" |
2435 | 2435 | },
|
2436 | 2436 | "AuthenticationType":{
|
2437 | 2437 | "shape":"SmbAuthenticationType",
|
|
5544 | 5544 | },
|
5545 | 5545 | "KerberosPrincipal":{
|
5546 | 5546 | "shape":"KerberosPrincipal",
|
5547 |
| - "documentation": "<p>Specifies a service principal name (SPN), 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>SPNs are case sensitive and must include a prepended <code>cifs/</code>. For example, an SPN might look like <code>cifs/[email protected]</code>.</p> <p>Your task execution will fail if the SPN that you provide for this parameter doesn’t match what’s exactly in your keytab or <code>krb5.conf</code> files.</p>" |
| 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/[email protected]</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 | 5548 | },
|
5549 | 5549 | "KerberosKeytab":{
|
5550 | 5550 | "shape":"KerberosKeytabFile",
|
5551 |
| - "documentation":"<p>Specifies your Kerberos key table (keytab) file, which includes mappings between your service principal name (SPN) and encryption keys.</p> <p>You can specify the keytab using a file path (for example, <code>file://path/to/file.keytab</code>). The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To avoid task execution errors, make sure that the SPN in the keytab file matches exactly what you specify for <code>KerberosPrincipal</code> and in your <code>krb5.conf</code> file.</p>" |
| 5551 | + "documentation":"<p>Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys.</p> <p>The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To avoid task execution errors, make sure that the Kerberos principal that you use to create the keytab file matches exactly what you specify for <code>KerberosPrincipal</code>.</p>" |
5552 | 5552 | },
|
5553 | 5553 | "KerberosKrb5Conf":{
|
5554 | 5554 | "shape":"KerberosKrb5ConfFile",
|
5555 |
| - "documentation":"<p>Specifies a Kerberos configuration file (<code>krb5.conf</code>) that defines your Kerberos realm configuration.</p> <p>You can specify the <code>krb5.conf</code> using a file path (for example, <code>file://path/to/krb5.conf</code>). The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p> <p>To avoid task execution errors, make sure that the service principal name (SPN) in the <code>krb5.conf</code> file matches exactly what you specify for <code>KerberosPrincipal</code> and in your keytab file.</p>" |
| 5555 | + "documentation":"<p>Specifies a Kerberos configuration file (<code>krb5.conf</code>) that defines your Kerberos realm configuration.</p> <p>The file must be base64 encoded. If you're using the CLI, the encoding is done for you.</p>" |
5556 | 5556 | }
|
5557 | 5557 | }
|
5558 | 5558 | },
|
|
0 commit comments