|
1954 | 1954 | {"shape":"UnsupportedUserEditionException"},
|
1955 | 1955 | {"shape":"InternalFailureException"}
|
1956 | 1956 | ],
|
1957 |
| - "documentation":"<p>Updates a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>" |
| 1957 | + "documentation":"<p>Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.</p>" |
1958 | 1958 | },
|
1959 | 1959 | "UpdateDataSetPermissions":{
|
1960 | 1960 | "name":"UpdateDataSetPermissions",
|
|
4834 | 4834 | "ErrorInfo":{
|
4835 | 4835 | "shape":"DataSourceErrorInfo",
|
4836 | 4836 | "documentation":"<p>Error information from the last update or the creation of the data source.</p>"
|
| 4837 | + }, |
| 4838 | + "SecretArn":{ |
| 4839 | + "shape":"SecretArn", |
| 4840 | + "documentation":"<p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>" |
4837 | 4841 | }
|
4838 | 4842 | },
|
4839 | 4843 | "documentation":"<p>The structure of a data source.</p>"
|
|
4848 | 4852 | "CopySourceArn":{
|
4849 | 4853 | "shape":"CopySourceArn",
|
4850 | 4854 | "documentation":"<p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When <code>CopySourceArn</code> is not null, the credential pair from the data source in the ARN is used as the credentials for the <code>DataSourceCredentials</code> structure.</p>"
|
| 4855 | + }, |
| 4856 | + "SecretArn":{ |
| 4857 | + "shape":"SecretArn", |
| 4858 | + "documentation":"<p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>" |
4851 | 4859 | }
|
4852 | 4860 | },
|
4853 | 4861 | "documentation":"<p>Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.</p>",
|
|
7476 | 7484 | "type":"structure",
|
7477 | 7485 | "required":[
|
7478 | 7486 | "Name",
|
7479 |
| - "CountryCode", |
7480 | 7487 | "Columns"
|
7481 | 7488 | ],
|
7482 | 7489 | "members":{
|
|
10657 | 10664 | }
|
10658 | 10665 | }
|
10659 | 10666 | },
|
| 10667 | + "SecretArn":{ |
| 10668 | + "type":"string", |
| 10669 | + "max":2048, |
| 10670 | + "min":1, |
| 10671 | + "pattern":"^arn:[-a-z0-9]*:secretsmanager:[-a-z0-9]*:[0-9]{12}:secret:.+" |
| 10672 | + }, |
10660 | 10673 | "ServiceNowParameters":{
|
10661 | 10674 | "type":"structure",
|
10662 | 10675 | "required":["SiteBaseUrl"],
|
|
13153 | 13166 | },
|
13154 | 13167 | "UserName":{
|
13155 | 13168 | "shape":"UserName",
|
13156 |
| - "documentation":"<p>The user's user name. In the output, the value for <code>UserName</code> is <code>N/A</code> when the value for <code>IdentityType</code> is <code>IAM</code> and the corresponding IAM user is deleted.</p>" |
| 13169 | + "documentation":"<p>The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for <code>UserName</code> is <code>N/A</code> when the value for <code>IdentityType</code> is <code>IAM</code> and the corresponding IAM user is deleted.</p>" |
13157 | 13170 | },
|
13158 | 13171 | "Email":{
|
13159 | 13172 | "shape":"String",
|
|
0 commit comments