Skip to content

Commit 28062a9

Browse files
author
AWS
committed
Amazon QuickSight Update: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
1 parent 32028e5 commit 28062a9

File tree

2 files changed

+94
-7
lines changed

2 files changed

+94
-7
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon QuickSight",
4+
"contributor": "",
5+
"description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter."
6+
}

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

Lines changed: 88 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@
23642364
{"shape":"ConflictException"},
23652365
{"shape":"ResourceNotFoundException"}
23662366
],
2367-
"documentation":"<p>Starts an Asset Bundle export job.</p> <p>An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a <code>DescribeAssetBundleExportJob</code> API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a <code>DescribeAssetBundleExportJob</code> API call. Each Amazon QuickSight account can run up to 10 export jobs concurrently.</p> <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>"
2367+
"documentation":"<p>Starts an Asset Bundle export job.</p> <p>An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a <code>DescribeAssetBundleExportJob</code> API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a <code>DescribeAssetBundleExportJob</code> API call. Each Amazon QuickSight account can run up to 5 export jobs concurrently.</p> <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>"
23682368
},
23692369
"StartAssetBundleImportJob":{
23702370
"name":"StartAssetBundleImportJob",
@@ -2383,7 +2383,7 @@
23832383
{"shape":"ConflictException"},
23842384
{"shape":"ResourceNotFoundException"}
23852385
],
2386-
"documentation":"<p>Starts an Asset Bundle import job.</p> <p>An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 10 import jobs concurrently.</p> <p>The API caller must have the necessary <code>\"create\"</code>, <code>\"describe\"</code>, and <code>\"update\"</code> permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.</p>"
2386+
"documentation":"<p>Starts an Asset Bundle import job.</p> <p>An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 5 import jobs concurrently.</p> <p>The API caller must have the necessary <code>\"create\"</code>, <code>\"describe\"</code>, and <code>\"update\"</code> permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.</p>"
23872387
},
23882388
"TagResource":{
23892389
"name":"TagResource",
@@ -3123,8 +3123,7 @@
31233123
"type":"structure",
31243124
"required":[
31253125
"Column",
3126-
"SortDirection",
3127-
"AggregationFunction"
3126+
"SortDirection"
31283127
],
31293128
"members":{
31303129
"Column":{
@@ -4258,7 +4257,7 @@
42584257
"documentation":"<p>The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller has read access to. The file must be a zip format file and can't exceed 20 MB.</p>"
42594258
}
42604259
},
4261-
"documentation":"<p>The source of the asset bundle zip file that contains the data that you want to import.</p>"
4260+
"documentation":"<p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.</p>"
42624261
},
42634262
"AssetBundleImportSourceDescription":{
42644263
"type":"structure",
@@ -5490,6 +5489,16 @@
54905489
"max":3,
54915490
"min":2
54925491
},
5492+
"ColorsConfiguration":{
5493+
"type":"structure",
5494+
"members":{
5495+
"CustomColors":{
5496+
"shape":"CustomColorsList",
5497+
"documentation":"<p>A list of up to 50 custom colors.</p>"
5498+
}
5499+
},
5500+
"documentation":"<p>The color configurations for a column.</p>"
5501+
},
54935502
"ColumnConfiguration":{
54945503
"type":"structure",
54955504
"required":["Column"],
@@ -5505,6 +5514,10 @@
55055514
"Role":{
55065515
"shape":"ColumnRole",
55075516
"documentation":"<p>The role of the column.</p>"
5517+
},
5518+
"ColorsConfiguration":{
5519+
"shape":"ColorsConfiguration",
5520+
"documentation":"<p>The color configurations of the column.</p>"
55085521
}
55095522
},
55105523
"documentation":"<p>The general configuration of a column.</p>"
@@ -7808,6 +7821,30 @@
78087821
},
78097822
"documentation":"<p>The URL operation that opens a link to another webpage.</p>"
78107823
},
7824+
"CustomColor":{
7825+
"type":"structure",
7826+
"required":["Color"],
7827+
"members":{
7828+
"FieldValue":{
7829+
"shape":"FieldValue",
7830+
"documentation":"<p>The data value that the color is applied to.</p>"
7831+
},
7832+
"Color":{
7833+
"shape":"HexColor",
7834+
"documentation":"<p>The color that is applied to the data value.</p>"
7835+
},
7836+
"SpecialValue":{
7837+
"shape":"SpecialValue",
7838+
"documentation":"<p>The value of a special data value.</p>"
7839+
}
7840+
},
7841+
"documentation":"<p>Determines the color that's applied to a particular data value in a column.</p>"
7842+
},
7843+
"CustomColorsList":{
7844+
"type":"list",
7845+
"member":{"shape":"CustomColor"},
7846+
"max":50
7847+
},
78117848
"CustomContentConfiguration":{
78127849
"type":"structure",
78137850
"members":{
@@ -11335,7 +11372,7 @@
1133511372
},
1133611373
"ExportFormat":{
1133711374
"shape":"AssetBundleExportFormat",
11338-
"documentation":"<p>The format of the export.</p>"
11375+
"documentation":"<p>The format of the exported asset bundle. A <code>QUICKSIGHT_JSON</code> formatted file can be used to make a <code>StartAssetBundleImportJob</code> API call. A <code>CLOUDFORMATION_JSON</code> formatted file can be used in the CloudFormation console and with the CloudFormation APIs.</p>"
1133911376
},
1134011377
"CloudFormationOverridePropertyConfiguration":{
1134111378
"shape":"AssetBundleCloudFormationOverridePropertyConfiguration",
@@ -23865,6 +23902,34 @@
2386523902
},
2386623903
"documentation":"<p>The display options of a control.</p>"
2386723904
},
23905+
"SmallMultiplesAxisPlacement":{
23906+
"type":"string",
23907+
"enum":[
23908+
"OUTSIDE",
23909+
"INSIDE"
23910+
]
23911+
},
23912+
"SmallMultiplesAxisProperties":{
23913+
"type":"structure",
23914+
"members":{
23915+
"Scale":{
23916+
"shape":"SmallMultiplesAxisScale",
23917+
"documentation":"<p>Determines whether scale of the axes are shared or independent. The default value is <code>SHARED</code>.</p>"
23918+
},
23919+
"Placement":{
23920+
"shape":"SmallMultiplesAxisPlacement",
23921+
"documentation":"<p>Defines the placement of the axis. By default, axes are rendered <code>OUTSIDE</code> of the panels. Axes with <code>INDEPENDENT</code> scale are rendered <code>INSIDE</code> the panels.</p>"
23922+
}
23923+
},
23924+
"documentation":"<p>Configures the properties of a chart's axes that are used by small multiples panels.</p>"
23925+
},
23926+
"SmallMultiplesAxisScale":{
23927+
"type":"string",
23928+
"enum":[
23929+
"SHARED",
23930+
"INDEPENDENT"
23931+
]
23932+
},
2386823933
"SmallMultiplesDimensionFieldList":{
2386923934
"type":"list",
2387023935
"member":{"shape":"DimensionField"},
@@ -23884,6 +23949,14 @@
2388423949
"PanelConfiguration":{
2388523950
"shape":"PanelConfiguration",
2388623951
"documentation":"<p>Configures the display options for each small multiples panel.</p>"
23952+
},
23953+
"XAxis":{
23954+
"shape":"SmallMultiplesAxisProperties",
23955+
"documentation":"<p>The properties of a small multiples X axis.</p>"
23956+
},
23957+
"YAxis":{
23958+
"shape":"SmallMultiplesAxisProperties",
23959+
"documentation":"<p>The properties of a small multiples Y axis.</p>"
2388723960
}
2388823961
},
2388923962
"documentation":"<p>Options that determine the layout and display options of a chart's small multiples.</p>"
@@ -23958,6 +24031,14 @@
2395824031
},
2395924032
"documentation":"<p>The parameters for Spark.</p>"
2396024033
},
24034+
"SpecialValue":{
24035+
"type":"string",
24036+
"enum":[
24037+
"EMPTY",
24038+
"NULL",
24039+
"OTHER"
24040+
]
24041+
},
2396124042
"SqlEndpointPath":{
2396224043
"type":"string",
2396324044
"max":4096,
@@ -24080,7 +24161,7 @@
2408024161
},
2408124162
"AssetBundleImportSource":{
2408224163
"shape":"AssetBundleImportSource",
24083-
"documentation":"<p>The source of the asset bundle zip file that contains the data that you want to import.</p>"
24164+
"documentation":"<p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format. </p>"
2408424165
},
2408524166
"OverrideParameters":{
2408624167
"shape":"AssetBundleImportJobOverrideParameters",

0 commit comments

Comments
 (0)