Skip to content

Commit 2ff6479

Browse files
author
AWS
committed
Amazon QuickSight Update: Amazon QuickSight now supports SecretsManager Secret ARN in place of CredentialPair for DataSource creation and update. This release also has some minor documentation updates and removes CountryCode as a required parameter in GeoSpatialColumnGroup
1 parent 92e48e4 commit 2ff6479

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon QuickSight",
4+
"contributor": "",
5+
"description": "Amazon QuickSight now supports SecretsManager Secret ARN in place of CredentialPair for DataSource creation and update. This release also has some minor documentation updates and removes CountryCode as a required parameter in GeoSpatialColumnGroup"
6+
}

services/quicksight/src/main/resources/codegen-resources/service-2.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@
19541954
{"shape":"UnsupportedUserEditionException"},
19551955
{"shape":"InternalFailureException"}
19561956
],
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>"
19581958
},
19591959
"UpdateDataSetPermissions":{
19601960
"name":"UpdateDataSetPermissions",
@@ -4834,6 +4834,10 @@
48344834
"ErrorInfo":{
48354835
"shape":"DataSourceErrorInfo",
48364836
"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>"
48374841
}
48384842
},
48394843
"documentation":"<p>The structure of a data source.</p>"
@@ -4848,6 +4852,10 @@
48484852
"CopySourceArn":{
48494853
"shape":"CopySourceArn",
48504854
"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>"
48514859
}
48524860
},
48534861
"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,7 +7484,6 @@
74767484
"type":"structure",
74777485
"required":[
74787486
"Name",
7479-
"CountryCode",
74807487
"Columns"
74817488
],
74827489
"members":{
@@ -10657,6 +10664,12 @@
1065710664
}
1065810665
}
1065910666
},
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+
},
1066010673
"ServiceNowParameters":{
1066110674
"type":"structure",
1066210675
"required":["SiteBaseUrl"],
@@ -13153,7 +13166,7 @@
1315313166
},
1315413167
"UserName":{
1315513168
"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>"
1315713170
},
1315813171
"Email":{
1315913172
"shape":"String",

0 commit comments

Comments
 (0)