@aws-sdk/client-quicksight 3.363.0 → 3.367.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +29 -25
- package/dist-cjs/models/models_1.js +25 -12
- package/dist-cjs/models/models_2.js +12 -4
- package/dist-es/models/models_0.js +24 -18
- package/dist-es/models/models_1.js +18 -7
- package/dist-es/models/models_2.js +7 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +31 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +31 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +31 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +31 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +31 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +31 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +31 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +31 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +31 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -2
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +97 -164
- package/dist-types/models/models_1.d.ts +159 -89
- package/dist-types/models/models_2.d.ts +94 -107
- package/dist-types/models/models_3.d.ts +113 -148
- package/dist-types/models/models_4.d.ts +147 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +38 -53
- package/dist-types/ts3.4/models/models_1.d.ts +54 -34
- package/dist-types/ts3.4/models/models_2.d.ts +31 -36
- package/dist-types/ts3.4/models/models_3.d.ts +32 -40
- package/dist-types/ts3.4/models/models_4.d.ts +43 -0
- package/package.json +1 -1
|
@@ -1639,6 +1639,14 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1639
1639
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1640
1640
|
* // BackgroundColor: "STRING_VALUE",
|
|
1641
1641
|
* // },
|
|
1642
|
+
* // XAxis: { // SmallMultiplesAxisProperties
|
|
1643
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
1644
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
1645
|
+
* // },
|
|
1646
|
+
* // YAxis: {
|
|
1647
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
1648
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
1649
|
+
* // },
|
|
1642
1650
|
* // },
|
|
1643
1651
|
* // CategoryAxis: { // AxisDisplayOptions
|
|
1644
1652
|
* // TickLabelOptions: { // AxisTickLabelOptions
|
|
@@ -2353,6 +2361,14 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
2353
2361
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2354
2362
|
* // BackgroundColor: "STRING_VALUE",
|
|
2355
2363
|
* // },
|
|
2364
|
+
* // XAxis: {
|
|
2365
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2366
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2367
|
+
* // },
|
|
2368
|
+
* // YAxis: {
|
|
2369
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2370
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2371
|
+
* // },
|
|
2356
2372
|
* // },
|
|
2357
2373
|
* // CategoryLabelOptions: {
|
|
2358
2374
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2750,6 +2766,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
2750
2766
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2751
2767
|
* // BackgroundColor: "STRING_VALUE",
|
|
2752
2768
|
* // },
|
|
2769
|
+
* // XAxis: {
|
|
2770
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2771
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2772
|
+
* // },
|
|
2773
|
+
* // YAxis: "<SmallMultiplesAxisProperties>",
|
|
2753
2774
|
* // },
|
|
2754
2775
|
* // XAxisDisplayOptions: {
|
|
2755
2776
|
* // TickLabelOptions: {
|
|
@@ -4283,7 +4304,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
4283
4304
|
* // { // AggregationSortConfiguration
|
|
4284
4305
|
* // Column: "<ColumnIdentifier>", // required
|
|
4285
4306
|
* // SortDirection: "ASC" || "DESC", // required
|
|
4286
|
-
* // AggregationFunction: "<AggregationFunction>",
|
|
4307
|
+
* // AggregationFunction: "<AggregationFunction>",
|
|
4287
4308
|
* // },
|
|
4288
4309
|
* // ],
|
|
4289
4310
|
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
@@ -4317,6 +4338,15 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
4317
4338
|
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4318
4339
|
* // },
|
|
4319
4340
|
* // Role: "DIMENSION" || "MEASURE",
|
|
4341
|
+
* // ColorsConfiguration: { // ColorsConfiguration
|
|
4342
|
+
* // CustomColors: [ // CustomColorsList
|
|
4343
|
+
* // { // CustomColor
|
|
4344
|
+
* // FieldValue: "STRING_VALUE",
|
|
4345
|
+
* // Color: "STRING_VALUE", // required
|
|
4346
|
+
* // SpecialValue: "EMPTY" || "NULL" || "OTHER",
|
|
4347
|
+
* // },
|
|
4348
|
+
* // ],
|
|
4349
|
+
* // },
|
|
4320
4350
|
* // },
|
|
4321
4351
|
* // ],
|
|
4322
4352
|
* // AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -1641,6 +1641,14 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1641
1641
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1642
1642
|
* // BackgroundColor: "STRING_VALUE",
|
|
1643
1643
|
* // },
|
|
1644
|
+
* // XAxis: { // SmallMultiplesAxisProperties
|
|
1645
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
1646
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
1647
|
+
* // },
|
|
1648
|
+
* // YAxis: {
|
|
1649
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
1650
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
1651
|
+
* // },
|
|
1644
1652
|
* // },
|
|
1645
1653
|
* // CategoryAxis: { // AxisDisplayOptions
|
|
1646
1654
|
* // TickLabelOptions: { // AxisTickLabelOptions
|
|
@@ -2355,6 +2363,14 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
2355
2363
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2356
2364
|
* // BackgroundColor: "STRING_VALUE",
|
|
2357
2365
|
* // },
|
|
2366
|
+
* // XAxis: {
|
|
2367
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2368
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2369
|
+
* // },
|
|
2370
|
+
* // YAxis: {
|
|
2371
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2372
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2373
|
+
* // },
|
|
2358
2374
|
* // },
|
|
2359
2375
|
* // CategoryLabelOptions: {
|
|
2360
2376
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2752,6 +2768,11 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
2752
2768
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2753
2769
|
* // BackgroundColor: "STRING_VALUE",
|
|
2754
2770
|
* // },
|
|
2771
|
+
* // XAxis: {
|
|
2772
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2773
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2774
|
+
* // },
|
|
2775
|
+
* // YAxis: "<SmallMultiplesAxisProperties>",
|
|
2755
2776
|
* // },
|
|
2756
2777
|
* // XAxisDisplayOptions: {
|
|
2757
2778
|
* // TickLabelOptions: {
|
|
@@ -4285,7 +4306,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
4285
4306
|
* // { // AggregationSortConfiguration
|
|
4286
4307
|
* // Column: "<ColumnIdentifier>", // required
|
|
4287
4308
|
* // SortDirection: "ASC" || "DESC", // required
|
|
4288
|
-
* // AggregationFunction: "<AggregationFunction>",
|
|
4309
|
+
* // AggregationFunction: "<AggregationFunction>",
|
|
4289
4310
|
* // },
|
|
4290
4311
|
* // ],
|
|
4291
4312
|
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
@@ -4319,6 +4340,15 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
4319
4340
|
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4320
4341
|
* // },
|
|
4321
4342
|
* // Role: "DIMENSION" || "MEASURE",
|
|
4343
|
+
* // ColorsConfiguration: { // ColorsConfiguration
|
|
4344
|
+
* // CustomColors: [ // CustomColorsList
|
|
4345
|
+
* // { // CustomColor
|
|
4346
|
+
* // FieldValue: "STRING_VALUE",
|
|
4347
|
+
* // Color: "STRING_VALUE", // required
|
|
4348
|
+
* // SpecialValue: "EMPTY" || "NULL" || "OTHER",
|
|
4349
|
+
* // },
|
|
4350
|
+
* // ],
|
|
4351
|
+
* // },
|
|
4322
4352
|
* // },
|
|
4323
4353
|
* // ],
|
|
4324
4354
|
* // AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -1659,6 +1659,14 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1659
1659
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1660
1660
|
* // BackgroundColor: "STRING_VALUE",
|
|
1661
1661
|
* // },
|
|
1662
|
+
* // XAxis: { // SmallMultiplesAxisProperties
|
|
1663
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
1664
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
1665
|
+
* // },
|
|
1666
|
+
* // YAxis: {
|
|
1667
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
1668
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
1669
|
+
* // },
|
|
1662
1670
|
* // },
|
|
1663
1671
|
* // CategoryAxis: { // AxisDisplayOptions
|
|
1664
1672
|
* // TickLabelOptions: { // AxisTickLabelOptions
|
|
@@ -2373,6 +2381,14 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
2373
2381
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2374
2382
|
* // BackgroundColor: "STRING_VALUE",
|
|
2375
2383
|
* // },
|
|
2384
|
+
* // XAxis: {
|
|
2385
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2386
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2387
|
+
* // },
|
|
2388
|
+
* // YAxis: {
|
|
2389
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2390
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2391
|
+
* // },
|
|
2376
2392
|
* // },
|
|
2377
2393
|
* // CategoryLabelOptions: {
|
|
2378
2394
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2770,6 +2786,11 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
2770
2786
|
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2771
2787
|
* // BackgroundColor: "STRING_VALUE",
|
|
2772
2788
|
* // },
|
|
2789
|
+
* // XAxis: {
|
|
2790
|
+
* // Scale: "SHARED" || "INDEPENDENT",
|
|
2791
|
+
* // Placement: "OUTSIDE" || "INSIDE",
|
|
2792
|
+
* // },
|
|
2793
|
+
* // YAxis: "<SmallMultiplesAxisProperties>",
|
|
2773
2794
|
* // },
|
|
2774
2795
|
* // XAxisDisplayOptions: {
|
|
2775
2796
|
* // TickLabelOptions: {
|
|
@@ -4303,7 +4324,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
4303
4324
|
* // { // AggregationSortConfiguration
|
|
4304
4325
|
* // Column: "<ColumnIdentifier>", // required
|
|
4305
4326
|
* // SortDirection: "ASC" || "DESC", // required
|
|
4306
|
-
* // AggregationFunction: "<AggregationFunction>",
|
|
4327
|
+
* // AggregationFunction: "<AggregationFunction>",
|
|
4307
4328
|
* // },
|
|
4308
4329
|
* // ],
|
|
4309
4330
|
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
@@ -4337,6 +4358,15 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
4337
4358
|
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4338
4359
|
* // },
|
|
4339
4360
|
* // Role: "DIMENSION" || "MEASURE",
|
|
4361
|
+
* // ColorsConfiguration: { // ColorsConfiguration
|
|
4362
|
+
* // CustomColors: [ // CustomColorsList
|
|
4363
|
+
* // { // CustomColor
|
|
4364
|
+
* // FieldValue: "STRING_VALUE",
|
|
4365
|
+
* // Color: "STRING_VALUE", // required
|
|
4366
|
+
* // SpecialValue: "EMPTY" || "NULL" || "OTHER",
|
|
4367
|
+
* // },
|
|
4368
|
+
* // ],
|
|
4369
|
+
* // },
|
|
4340
4370
|
* // },
|
|
4341
4371
|
* // ],
|
|
4342
4372
|
* // AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -24,7 +24,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Starts an Asset Bundle export job.</p>
|
|
27
|
-
* <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
|
|
27
|
+
* <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>
|
|
28
28
|
* <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,7 +24,7 @@ export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundle
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Starts an Asset Bundle import job.</p>
|
|
27
|
-
* <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
|
|
27
|
+
* <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>
|
|
28
28
|
* <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>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1659,6 +1659,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1659
1659
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1660
1660
|
* BackgroundColor: "STRING_VALUE",
|
|
1661
1661
|
* },
|
|
1662
|
+
* XAxis: { // SmallMultiplesAxisProperties
|
|
1663
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
1664
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
1665
|
+
* },
|
|
1666
|
+
* YAxis: {
|
|
1667
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
1668
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
1669
|
+
* },
|
|
1662
1670
|
* },
|
|
1663
1671
|
* CategoryAxis: { // AxisDisplayOptions
|
|
1664
1672
|
* TickLabelOptions: { // AxisTickLabelOptions
|
|
@@ -2373,6 +2381,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
2373
2381
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2374
2382
|
* BackgroundColor: "STRING_VALUE",
|
|
2375
2383
|
* },
|
|
2384
|
+
* XAxis: {
|
|
2385
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2386
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2387
|
+
* },
|
|
2388
|
+
* YAxis: {
|
|
2389
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2390
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2391
|
+
* },
|
|
2376
2392
|
* },
|
|
2377
2393
|
* CategoryLabelOptions: {
|
|
2378
2394
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2770,6 +2786,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
2770
2786
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2771
2787
|
* BackgroundColor: "STRING_VALUE",
|
|
2772
2788
|
* },
|
|
2789
|
+
* XAxis: {
|
|
2790
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2791
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2792
|
+
* },
|
|
2793
|
+
* YAxis: "<SmallMultiplesAxisProperties>",
|
|
2773
2794
|
* },
|
|
2774
2795
|
* XAxisDisplayOptions: {
|
|
2775
2796
|
* TickLabelOptions: {
|
|
@@ -4303,7 +4324,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
4303
4324
|
* { // AggregationSortConfiguration
|
|
4304
4325
|
* Column: "<ColumnIdentifier>", // required
|
|
4305
4326
|
* SortDirection: "ASC" || "DESC", // required
|
|
4306
|
-
* AggregationFunction: "<AggregationFunction>",
|
|
4327
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
4307
4328
|
* },
|
|
4308
4329
|
* ],
|
|
4309
4330
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
@@ -4337,6 +4358,15 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
4337
4358
|
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4338
4359
|
* },
|
|
4339
4360
|
* Role: "DIMENSION" || "MEASURE",
|
|
4361
|
+
* ColorsConfiguration: { // ColorsConfiguration
|
|
4362
|
+
* CustomColors: [ // CustomColorsList
|
|
4363
|
+
* { // CustomColor
|
|
4364
|
+
* FieldValue: "STRING_VALUE",
|
|
4365
|
+
* Color: "STRING_VALUE", // required
|
|
4366
|
+
* SpecialValue: "EMPTY" || "NULL" || "OTHER",
|
|
4367
|
+
* },
|
|
4368
|
+
* ],
|
|
4369
|
+
* },
|
|
4340
4370
|
* },
|
|
4341
4371
|
* ],
|
|
4342
4372
|
* AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -1704,6 +1704,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1704
1704
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1705
1705
|
* BackgroundColor: "STRING_VALUE",
|
|
1706
1706
|
* },
|
|
1707
|
+
* XAxis: { // SmallMultiplesAxisProperties
|
|
1708
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
1709
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
1710
|
+
* },
|
|
1711
|
+
* YAxis: {
|
|
1712
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
1713
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
1714
|
+
* },
|
|
1707
1715
|
* },
|
|
1708
1716
|
* CategoryAxis: { // AxisDisplayOptions
|
|
1709
1717
|
* TickLabelOptions: { // AxisTickLabelOptions
|
|
@@ -2418,6 +2426,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2418
2426
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2419
2427
|
* BackgroundColor: "STRING_VALUE",
|
|
2420
2428
|
* },
|
|
2429
|
+
* XAxis: {
|
|
2430
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2431
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2432
|
+
* },
|
|
2433
|
+
* YAxis: {
|
|
2434
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2435
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2436
|
+
* },
|
|
2421
2437
|
* },
|
|
2422
2438
|
* CategoryLabelOptions: {
|
|
2423
2439
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2815,6 +2831,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2815
2831
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2816
2832
|
* BackgroundColor: "STRING_VALUE",
|
|
2817
2833
|
* },
|
|
2834
|
+
* XAxis: {
|
|
2835
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2836
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2837
|
+
* },
|
|
2838
|
+
* YAxis: "<SmallMultiplesAxisProperties>",
|
|
2818
2839
|
* },
|
|
2819
2840
|
* XAxisDisplayOptions: {
|
|
2820
2841
|
* TickLabelOptions: {
|
|
@@ -4348,7 +4369,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4348
4369
|
* { // AggregationSortConfiguration
|
|
4349
4370
|
* Column: "<ColumnIdentifier>", // required
|
|
4350
4371
|
* SortDirection: "ASC" || "DESC", // required
|
|
4351
|
-
* AggregationFunction: "<AggregationFunction>",
|
|
4372
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
4352
4373
|
* },
|
|
4353
4374
|
* ],
|
|
4354
4375
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
@@ -4382,6 +4403,15 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4382
4403
|
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4383
4404
|
* },
|
|
4384
4405
|
* Role: "DIMENSION" || "MEASURE",
|
|
4406
|
+
* ColorsConfiguration: { // ColorsConfiguration
|
|
4407
|
+
* CustomColors: [ // CustomColorsList
|
|
4408
|
+
* { // CustomColor
|
|
4409
|
+
* FieldValue: "STRING_VALUE",
|
|
4410
|
+
* Color: "STRING_VALUE", // required
|
|
4411
|
+
* SpecialValue: "EMPTY" || "NULL" || "OTHER",
|
|
4412
|
+
* },
|
|
4413
|
+
* ],
|
|
4414
|
+
* },
|
|
4385
4415
|
* },
|
|
4386
4416
|
* ],
|
|
4387
4417
|
* AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { UpdateTemplateAliasRequest
|
|
4
|
+
import { UpdateTemplateAliasRequest } from "../models/models_3";
|
|
5
|
+
import { UpdateTemplateAliasResponse } from "../models/models_4";
|
|
5
6
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1646,6 +1646,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1646
1646
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1647
1647
|
* BackgroundColor: "STRING_VALUE",
|
|
1648
1648
|
* },
|
|
1649
|
+
* XAxis: { // SmallMultiplesAxisProperties
|
|
1650
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
1651
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
1652
|
+
* },
|
|
1653
|
+
* YAxis: {
|
|
1654
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
1655
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
1656
|
+
* },
|
|
1649
1657
|
* },
|
|
1650
1658
|
* CategoryAxis: { // AxisDisplayOptions
|
|
1651
1659
|
* TickLabelOptions: { // AxisTickLabelOptions
|
|
@@ -2360,6 +2368,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2360
2368
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2361
2369
|
* BackgroundColor: "STRING_VALUE",
|
|
2362
2370
|
* },
|
|
2371
|
+
* XAxis: {
|
|
2372
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2373
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2374
|
+
* },
|
|
2375
|
+
* YAxis: {
|
|
2376
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2377
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2378
|
+
* },
|
|
2363
2379
|
* },
|
|
2364
2380
|
* CategoryLabelOptions: {
|
|
2365
2381
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2757,6 +2773,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2757
2773
|
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2758
2774
|
* BackgroundColor: "STRING_VALUE",
|
|
2759
2775
|
* },
|
|
2776
|
+
* XAxis: {
|
|
2777
|
+
* Scale: "SHARED" || "INDEPENDENT",
|
|
2778
|
+
* Placement: "OUTSIDE" || "INSIDE",
|
|
2779
|
+
* },
|
|
2780
|
+
* YAxis: "<SmallMultiplesAxisProperties>",
|
|
2760
2781
|
* },
|
|
2761
2782
|
* XAxisDisplayOptions: {
|
|
2762
2783
|
* TickLabelOptions: {
|
|
@@ -4290,7 +4311,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4290
4311
|
* { // AggregationSortConfiguration
|
|
4291
4312
|
* Column: "<ColumnIdentifier>", // required
|
|
4292
4313
|
* SortDirection: "ASC" || "DESC", // required
|
|
4293
|
-
* AggregationFunction: "<AggregationFunction>",
|
|
4314
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
4294
4315
|
* },
|
|
4295
4316
|
* ],
|
|
4296
4317
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
@@ -4324,6 +4345,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4324
4345
|
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4325
4346
|
* },
|
|
4326
4347
|
* Role: "DIMENSION" || "MEASURE",
|
|
4348
|
+
* ColorsConfiguration: { // ColorsConfiguration
|
|
4349
|
+
* CustomColors: [ // CustomColorsList
|
|
4350
|
+
* { // CustomColor
|
|
4351
|
+
* FieldValue: "STRING_VALUE",
|
|
4352
|
+
* Color: "STRING_VALUE", // required
|
|
4353
|
+
* SpecialValue: "EMPTY" || "NULL" || "OTHER",
|
|
4354
|
+
* },
|
|
4355
|
+
* ],
|
|
4356
|
+
* },
|
|
4327
4357
|
* },
|
|
4328
4358
|
* ],
|
|
4329
4359
|
* AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { UpdateThemeAliasRequest } from "../models/
|
|
5
|
-
import { UpdateThemeAliasResponse } from "../models/models_4";
|
|
4
|
+
import { UpdateThemeAliasRequest, UpdateThemeAliasResponse } from "../models/models_4";
|
|
6
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/
|
|
4
|
+
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|