@aws-sdk/client-quicksight 3.395.0 → 3.399.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.
Files changed (78) hide show
  1. package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
  2. package/dist-cjs/models/models_1.js +4 -22
  3. package/dist-cjs/models/models_2.js +26 -9
  4. package/dist-cjs/models/models_3.js +7 -6
  5. package/dist-cjs/models/models_4.js +6 -1
  6. package/dist-cjs/pagination/DescribeFolderPermissionsPaginator.js +29 -0
  7. package/dist-cjs/pagination/DescribeFolderResolvedPermissionsPaginator.js +29 -0
  8. package/dist-cjs/pagination/ListFolderMembersPaginator.js +29 -0
  9. package/dist-cjs/pagination/ListFoldersPaginator.js +29 -0
  10. package/dist-cjs/pagination/SearchFoldersPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +5 -0
  12. package/dist-cjs/protocols/Aws_restJson1.js +23 -0
  13. package/dist-cjs/runtimeExtensions.js +5 -5
  14. package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
  15. package/dist-es/models/models_1.js +1 -19
  16. package/dist-es/models/models_2.js +23 -6
  17. package/dist-es/models/models_3.js +6 -4
  18. package/dist-es/models/models_4.js +4 -0
  19. package/dist-es/pagination/DescribeFolderPermissionsPaginator.js +25 -0
  20. package/dist-es/pagination/DescribeFolderResolvedPermissionsPaginator.js +25 -0
  21. package/dist-es/pagination/ListFolderMembersPaginator.js +25 -0
  22. package/dist-es/pagination/ListFoldersPaginator.js +25 -0
  23. package/dist-es/pagination/SearchFoldersPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +5 -0
  25. package/dist-es/protocols/Aws_restJson1.js +23 -0
  26. package/dist-es/runtimeExtensions.js +5 -5
  27. package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -13
  28. package/dist-types/commands/CreateDashboardCommand.d.ts +19 -13
  29. package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
  30. package/dist-types/commands/CreateTemplateCommand.d.ts +19 -13
  31. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -13
  32. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -13
  33. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +7 -0
  37. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +7 -0
  38. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -13
  39. package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
  40. package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
  41. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
  42. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateAnalysisCommand.d.ts +20 -14
  44. package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -13
  45. package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -13
  46. package/dist-types/extensionConfiguration.d.ts +6 -0
  47. package/dist-types/models/models_0.d.ts +12 -21
  48. package/dist-types/models/models_1.d.ts +60 -65
  49. package/dist-types/models/models_2.d.ts +63 -118
  50. package/dist-types/models/models_3.d.ts +187 -119
  51. package/dist-types/models/models_4.d.ts +97 -0
  52. package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +7 -0
  53. package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +7 -0
  54. package/dist-types/pagination/ListFolderMembersPaginator.d.ts +7 -0
  55. package/dist-types/pagination/ListFoldersPaginator.d.ts +7 -0
  56. package/dist-types/pagination/SearchFoldersPaginator.d.ts +7 -0
  57. package/dist-types/pagination/index.d.ts +5 -0
  58. package/dist-types/runtimeExtensions.d.ts +2 -2
  59. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +2 -5
  63. package/dist-types/ts3.4/models/models_1.d.ts +24 -41
  64. package/dist-types/ts3.4/models/models_2.d.ts +34 -29
  65. package/dist-types/ts3.4/models/models_3.d.ts +51 -35
  66. package/dist-types/ts3.4/models/models_4.d.ts +24 -0
  67. package/dist-types/ts3.4/pagination/DescribeFolderPermissionsPaginator.d.ts +11 -0
  68. package/dist-types/ts3.4/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/ListFolderMembersPaginator.d.ts +11 -0
  70. package/dist-types/ts3.4/pagination/ListFoldersPaginator.d.ts +11 -0
  71. package/dist-types/ts3.4/pagination/SearchFoldersPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  73. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -2
  74. package/package.json +29 -29
  75. package/dist-types/clientConfiguration.d.ts +0 -6
  76. package/dist-types/ts3.4/clientConfiguration.d.ts +0 -3
  77. /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
  78. /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
@@ -875,6 +875,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
875
875
  * // Order: [ // FieldOrderList
876
876
  * // "STRING_VALUE",
877
877
  * // ],
878
+ * // PinnedFieldOptions: { // TablePinnedFieldOptions
879
+ * // PinnedLeftFields: [ // TableFieldOrderList
880
+ * // "STRING_VALUE",
881
+ * // ],
882
+ * // },
878
883
  * // },
879
884
  * // PaginatedReportOptions: { // TablePaginatedReportOptions
880
885
  * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
@@ -3773,7 +3778,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3773
3778
  * // TopBottomRanked: { // TopBottomRankedComputation
3774
3779
  * // ComputationId: "STRING_VALUE", // required
3775
3780
  * // Name: "STRING_VALUE",
3776
- * // Category: "<DimensionField>", // required
3781
+ * // Category: "<DimensionField>",
3777
3782
  * // Value: "<MeasureField>",
3778
3783
  * // ResultSize: Number("int"),
3779
3784
  * // Type: "TOP" || "BOTTOM", // required
@@ -3781,8 +3786,8 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3781
3786
  * // TopBottomMovers: { // TopBottomMoversComputation
3782
3787
  * // ComputationId: "STRING_VALUE", // required
3783
3788
  * // Name: "STRING_VALUE",
3784
- * // Time: "<DimensionField>", // required
3785
- * // Category: "<DimensionField>", // required
3789
+ * // Time: "<DimensionField>",
3790
+ * // Category: "<DimensionField>",
3786
3791
  * // Value: "<MeasureField>",
3787
3792
  * // MoverSize: Number("int"),
3788
3793
  * // SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
@@ -3791,51 +3796,51 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3791
3796
  * // TotalAggregation: { // TotalAggregationComputation
3792
3797
  * // ComputationId: "STRING_VALUE", // required
3793
3798
  * // Name: "STRING_VALUE",
3794
- * // Value: "<MeasureField>", // required
3799
+ * // Value: "<MeasureField>",
3795
3800
  * // },
3796
3801
  * // MaximumMinimum: { // MaximumMinimumComputation
3797
3802
  * // ComputationId: "STRING_VALUE", // required
3798
3803
  * // Name: "STRING_VALUE",
3799
- * // Time: "<DimensionField>", // required
3804
+ * // Time: "<DimensionField>",
3800
3805
  * // Value: "<MeasureField>",
3801
3806
  * // Type: "MAXIMUM" || "MINIMUM", // required
3802
3807
  * // },
3803
3808
  * // MetricComparison: { // MetricComparisonComputation
3804
3809
  * // ComputationId: "STRING_VALUE", // required
3805
3810
  * // Name: "STRING_VALUE",
3806
- * // Time: "<DimensionField>", // required
3807
- * // FromValue: "<MeasureField>", // required
3808
- * // TargetValue: "<MeasureField>", // required
3811
+ * // Time: "<DimensionField>",
3812
+ * // FromValue: "<MeasureField>",
3813
+ * // TargetValue: "<MeasureField>",
3809
3814
  * // },
3810
3815
  * // PeriodOverPeriod: { // PeriodOverPeriodComputation
3811
3816
  * // ComputationId: "STRING_VALUE", // required
3812
3817
  * // Name: "STRING_VALUE",
3813
- * // Time: "<DimensionField>", // required
3818
+ * // Time: "<DimensionField>",
3814
3819
  * // Value: "<MeasureField>",
3815
3820
  * // },
3816
3821
  * // PeriodToDate: { // PeriodToDateComputation
3817
3822
  * // ComputationId: "STRING_VALUE", // required
3818
3823
  * // Name: "STRING_VALUE",
3819
- * // Time: "<DimensionField>", // required
3824
+ * // Time: "<DimensionField>",
3820
3825
  * // Value: "<MeasureField>",
3821
3826
  * // PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3822
3827
  * // },
3823
3828
  * // GrowthRate: { // GrowthRateComputation
3824
3829
  * // ComputationId: "STRING_VALUE", // required
3825
3830
  * // Name: "STRING_VALUE",
3826
- * // Time: "<DimensionField>", // required
3831
+ * // Time: "<DimensionField>",
3827
3832
  * // Value: "<MeasureField>",
3828
3833
  * // PeriodSize: Number("int"),
3829
3834
  * // },
3830
3835
  * // UniqueValues: { // UniqueValuesComputation
3831
3836
  * // ComputationId: "STRING_VALUE", // required
3832
3837
  * // Name: "STRING_VALUE",
3833
- * // Category: "<DimensionField>", // required
3838
+ * // Category: "<DimensionField>",
3834
3839
  * // },
3835
3840
  * // Forecast: { // ForecastComputation
3836
3841
  * // ComputationId: "STRING_VALUE", // required
3837
3842
  * // Name: "STRING_VALUE",
3838
- * // Time: "<DimensionField>", // required
3843
+ * // Time: "<DimensionField>",
3839
3844
  * // Value: "<MeasureField>",
3840
3845
  * // PeriodsForward: Number("int"),
3841
3846
  * // PeriodsBackward: Number("int"),
@@ -4390,6 +4395,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
4390
4395
  * // },
4391
4396
  * // ],
4392
4397
  * // },
4398
+ * // AllSheets: {},
4393
4399
  * // },
4394
4400
  * // Status: "ENABLED" || "DISABLED",
4395
4401
  * // CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
@@ -877,6 +877,11 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
877
877
  * // Order: [ // FieldOrderList
878
878
  * // "STRING_VALUE",
879
879
  * // ],
880
+ * // PinnedFieldOptions: { // TablePinnedFieldOptions
881
+ * // PinnedLeftFields: [ // TableFieldOrderList
882
+ * // "STRING_VALUE",
883
+ * // ],
884
+ * // },
880
885
  * // },
881
886
  * // PaginatedReportOptions: { // TablePaginatedReportOptions
882
887
  * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
@@ -3775,7 +3780,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3775
3780
  * // TopBottomRanked: { // TopBottomRankedComputation
3776
3781
  * // ComputationId: "STRING_VALUE", // required
3777
3782
  * // Name: "STRING_VALUE",
3778
- * // Category: "<DimensionField>", // required
3783
+ * // Category: "<DimensionField>",
3779
3784
  * // Value: "<MeasureField>",
3780
3785
  * // ResultSize: Number("int"),
3781
3786
  * // Type: "TOP" || "BOTTOM", // required
@@ -3783,8 +3788,8 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3783
3788
  * // TopBottomMovers: { // TopBottomMoversComputation
3784
3789
  * // ComputationId: "STRING_VALUE", // required
3785
3790
  * // Name: "STRING_VALUE",
3786
- * // Time: "<DimensionField>", // required
3787
- * // Category: "<DimensionField>", // required
3791
+ * // Time: "<DimensionField>",
3792
+ * // Category: "<DimensionField>",
3788
3793
  * // Value: "<MeasureField>",
3789
3794
  * // MoverSize: Number("int"),
3790
3795
  * // SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
@@ -3793,51 +3798,51 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3793
3798
  * // TotalAggregation: { // TotalAggregationComputation
3794
3799
  * // ComputationId: "STRING_VALUE", // required
3795
3800
  * // Name: "STRING_VALUE",
3796
- * // Value: "<MeasureField>", // required
3801
+ * // Value: "<MeasureField>",
3797
3802
  * // },
3798
3803
  * // MaximumMinimum: { // MaximumMinimumComputation
3799
3804
  * // ComputationId: "STRING_VALUE", // required
3800
3805
  * // Name: "STRING_VALUE",
3801
- * // Time: "<DimensionField>", // required
3806
+ * // Time: "<DimensionField>",
3802
3807
  * // Value: "<MeasureField>",
3803
3808
  * // Type: "MAXIMUM" || "MINIMUM", // required
3804
3809
  * // },
3805
3810
  * // MetricComparison: { // MetricComparisonComputation
3806
3811
  * // ComputationId: "STRING_VALUE", // required
3807
3812
  * // Name: "STRING_VALUE",
3808
- * // Time: "<DimensionField>", // required
3809
- * // FromValue: "<MeasureField>", // required
3810
- * // TargetValue: "<MeasureField>", // required
3813
+ * // Time: "<DimensionField>",
3814
+ * // FromValue: "<MeasureField>",
3815
+ * // TargetValue: "<MeasureField>",
3811
3816
  * // },
3812
3817
  * // PeriodOverPeriod: { // PeriodOverPeriodComputation
3813
3818
  * // ComputationId: "STRING_VALUE", // required
3814
3819
  * // Name: "STRING_VALUE",
3815
- * // Time: "<DimensionField>", // required
3820
+ * // Time: "<DimensionField>",
3816
3821
  * // Value: "<MeasureField>",
3817
3822
  * // },
3818
3823
  * // PeriodToDate: { // PeriodToDateComputation
3819
3824
  * // ComputationId: "STRING_VALUE", // required
3820
3825
  * // Name: "STRING_VALUE",
3821
- * // Time: "<DimensionField>", // required
3826
+ * // Time: "<DimensionField>",
3822
3827
  * // Value: "<MeasureField>",
3823
3828
  * // PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3824
3829
  * // },
3825
3830
  * // GrowthRate: { // GrowthRateComputation
3826
3831
  * // ComputationId: "STRING_VALUE", // required
3827
3832
  * // Name: "STRING_VALUE",
3828
- * // Time: "<DimensionField>", // required
3833
+ * // Time: "<DimensionField>",
3829
3834
  * // Value: "<MeasureField>",
3830
3835
  * // PeriodSize: Number("int"),
3831
3836
  * // },
3832
3837
  * // UniqueValues: { // UniqueValuesComputation
3833
3838
  * // ComputationId: "STRING_VALUE", // required
3834
3839
  * // Name: "STRING_VALUE",
3835
- * // Category: "<DimensionField>", // required
3840
+ * // Category: "<DimensionField>",
3836
3841
  * // },
3837
3842
  * // Forecast: { // ForecastComputation
3838
3843
  * // ComputationId: "STRING_VALUE", // required
3839
3844
  * // Name: "STRING_VALUE",
3840
- * // Time: "<DimensionField>", // required
3845
+ * // Time: "<DimensionField>",
3841
3846
  * // Value: "<MeasureField>",
3842
3847
  * // PeriodsForward: Number("int"),
3843
3848
  * // PeriodsBackward: Number("int"),
@@ -4392,6 +4397,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
4392
4397
  * // },
4393
4398
  * // ],
4394
4399
  * // },
4400
+ * // AllSheets: {},
4395
4401
  * // },
4396
4402
  * // Status: "ENABLED" || "DISABLED",
4397
4403
  * // CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
@@ -65,7 +65,7 @@ export interface DescribeDashboardSnapshotJobCommandOutput extends DescribeDashb
65
65
  * // ],
66
66
  * // },
67
67
  * // ],
68
- * // FormatType: "CSV" || "PDF", // required
68
+ * // FormatType: "CSV" || "PDF" || "EXCEL", // required
69
69
  * // },
70
70
  * // ],
71
71
  * // },
@@ -60,7 +60,7 @@ export interface DescribeDashboardSnapshotJobResultCommandOutput extends Describ
60
60
  * // ],
61
61
  * // },
62
62
  * // ],
63
- * // FormatType: "CSV" || "PDF", // required
63
+ * // FormatType: "CSV" || "PDF" || "EXCEL", // required
64
64
  * // },
65
65
  * // ],
66
66
  * // S3Results: [ // SnapshotJobS3ResultList
@@ -48,6 +48,7 @@ export interface DescribeFolderCommandOutput extends DescribeFolderResponse, __M
48
48
  * // ],
49
49
  * // CreatedTime: new Date("TIMESTAMP"),
50
50
  * // LastUpdatedTime: new Date("TIMESTAMP"),
51
+ * // SharingModel: "ACCOUNT" || "NAMESPACE",
51
52
  * // },
52
53
  * // RequestId: "STRING_VALUE",
53
54
  * // };
@@ -33,6 +33,9 @@ export interface DescribeFolderPermissionsCommandOutput extends DescribeFolderPe
33
33
  * const input = { // DescribeFolderPermissionsRequest
34
34
  * AwsAccountId: "STRING_VALUE", // required
35
35
  * FolderId: "STRING_VALUE", // required
36
+ * Namespace: "STRING_VALUE",
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
36
39
  * };
37
40
  * const command = new DescribeFolderPermissionsCommand(input);
38
41
  * const response = await client.send(command);
@@ -49,6 +52,7 @@ export interface DescribeFolderPermissionsCommandOutput extends DescribeFolderPe
49
52
  * // },
50
53
  * // ],
51
54
  * // RequestId: "STRING_VALUE",
55
+ * // NextToken: "STRING_VALUE",
52
56
  * // };
53
57
  *
54
58
  * ```
@@ -68,6 +72,9 @@ export interface DescribeFolderPermissionsCommandOutput extends DescribeFolderPe
68
72
  * @throws {@link InternalFailureException} (server fault)
69
73
  * <p>An internal failure occurred.</p>
70
74
  *
75
+ * @throws {@link InvalidNextTokenException} (client fault)
76
+ * <p>The <code>NextToken</code> value isn't valid.</p>
77
+ *
71
78
  * @throws {@link InvalidParameterValueException} (client fault)
72
79
  * <p>One or more parameters has a value that isn't valid.</p>
73
80
  *
@@ -33,6 +33,9 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
33
33
  * const input = { // DescribeFolderResolvedPermissionsRequest
34
34
  * AwsAccountId: "STRING_VALUE", // required
35
35
  * FolderId: "STRING_VALUE", // required
36
+ * Namespace: "STRING_VALUE",
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
36
39
  * };
37
40
  * const command = new DescribeFolderResolvedPermissionsCommand(input);
38
41
  * const response = await client.send(command);
@@ -49,6 +52,7 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
49
52
  * // },
50
53
  * // ],
51
54
  * // RequestId: "STRING_VALUE",
55
+ * // NextToken: "STRING_VALUE",
52
56
  * // };
53
57
  *
54
58
  * ```
@@ -68,6 +72,9 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
68
72
  * @throws {@link InternalFailureException} (server fault)
69
73
  * <p>An internal failure occurred.</p>
70
74
  *
75
+ * @throws {@link InvalidNextTokenException} (client fault)
76
+ * <p>The <code>NextToken</code> value isn't valid.</p>
77
+ *
71
78
  * @throws {@link InvalidParameterValueException} (client fault)
72
79
  * <p>One or more parameters has a value that isn't valid.</p>
73
80
  *
@@ -895,6 +895,11 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
895
895
  * // Order: [ // FieldOrderList
896
896
  * // "STRING_VALUE",
897
897
  * // ],
898
+ * // PinnedFieldOptions: { // TablePinnedFieldOptions
899
+ * // PinnedLeftFields: [ // TableFieldOrderList
900
+ * // "STRING_VALUE",
901
+ * // ],
902
+ * // },
898
903
  * // },
899
904
  * // PaginatedReportOptions: { // TablePaginatedReportOptions
900
905
  * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
@@ -3793,7 +3798,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
3793
3798
  * // TopBottomRanked: { // TopBottomRankedComputation
3794
3799
  * // ComputationId: "STRING_VALUE", // required
3795
3800
  * // Name: "STRING_VALUE",
3796
- * // Category: "<DimensionField>", // required
3801
+ * // Category: "<DimensionField>",
3797
3802
  * // Value: "<MeasureField>",
3798
3803
  * // ResultSize: Number("int"),
3799
3804
  * // Type: "TOP" || "BOTTOM", // required
@@ -3801,8 +3806,8 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
3801
3806
  * // TopBottomMovers: { // TopBottomMoversComputation
3802
3807
  * // ComputationId: "STRING_VALUE", // required
3803
3808
  * // Name: "STRING_VALUE",
3804
- * // Time: "<DimensionField>", // required
3805
- * // Category: "<DimensionField>", // required
3809
+ * // Time: "<DimensionField>",
3810
+ * // Category: "<DimensionField>",
3806
3811
  * // Value: "<MeasureField>",
3807
3812
  * // MoverSize: Number("int"),
3808
3813
  * // SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
@@ -3811,51 +3816,51 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
3811
3816
  * // TotalAggregation: { // TotalAggregationComputation
3812
3817
  * // ComputationId: "STRING_VALUE", // required
3813
3818
  * // Name: "STRING_VALUE",
3814
- * // Value: "<MeasureField>", // required
3819
+ * // Value: "<MeasureField>",
3815
3820
  * // },
3816
3821
  * // MaximumMinimum: { // MaximumMinimumComputation
3817
3822
  * // ComputationId: "STRING_VALUE", // required
3818
3823
  * // Name: "STRING_VALUE",
3819
- * // Time: "<DimensionField>", // required
3824
+ * // Time: "<DimensionField>",
3820
3825
  * // Value: "<MeasureField>",
3821
3826
  * // Type: "MAXIMUM" || "MINIMUM", // required
3822
3827
  * // },
3823
3828
  * // MetricComparison: { // MetricComparisonComputation
3824
3829
  * // ComputationId: "STRING_VALUE", // required
3825
3830
  * // Name: "STRING_VALUE",
3826
- * // Time: "<DimensionField>", // required
3827
- * // FromValue: "<MeasureField>", // required
3828
- * // TargetValue: "<MeasureField>", // required
3831
+ * // Time: "<DimensionField>",
3832
+ * // FromValue: "<MeasureField>",
3833
+ * // TargetValue: "<MeasureField>",
3829
3834
  * // },
3830
3835
  * // PeriodOverPeriod: { // PeriodOverPeriodComputation
3831
3836
  * // ComputationId: "STRING_VALUE", // required
3832
3837
  * // Name: "STRING_VALUE",
3833
- * // Time: "<DimensionField>", // required
3838
+ * // Time: "<DimensionField>",
3834
3839
  * // Value: "<MeasureField>",
3835
3840
  * // },
3836
3841
  * // PeriodToDate: { // PeriodToDateComputation
3837
3842
  * // ComputationId: "STRING_VALUE", // required
3838
3843
  * // Name: "STRING_VALUE",
3839
- * // Time: "<DimensionField>", // required
3844
+ * // Time: "<DimensionField>",
3840
3845
  * // Value: "<MeasureField>",
3841
3846
  * // PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3842
3847
  * // },
3843
3848
  * // GrowthRate: { // GrowthRateComputation
3844
3849
  * // ComputationId: "STRING_VALUE", // required
3845
3850
  * // Name: "STRING_VALUE",
3846
- * // Time: "<DimensionField>", // required
3851
+ * // Time: "<DimensionField>",
3847
3852
  * // Value: "<MeasureField>",
3848
3853
  * // PeriodSize: Number("int"),
3849
3854
  * // },
3850
3855
  * // UniqueValues: { // UniqueValuesComputation
3851
3856
  * // ComputationId: "STRING_VALUE", // required
3852
3857
  * // Name: "STRING_VALUE",
3853
- * // Category: "<DimensionField>", // required
3858
+ * // Category: "<DimensionField>",
3854
3859
  * // },
3855
3860
  * // Forecast: { // ForecastComputation
3856
3861
  * // ComputationId: "STRING_VALUE", // required
3857
3862
  * // Name: "STRING_VALUE",
3858
- * // Time: "<DimensionField>", // required
3863
+ * // Time: "<DimensionField>",
3859
3864
  * // Value: "<MeasureField>",
3860
3865
  * // PeriodsForward: Number("int"),
3861
3866
  * // PeriodsBackward: Number("int"),
@@ -4410,6 +4415,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
4410
4415
  * // },
4411
4416
  * // ],
4412
4417
  * // },
4418
+ * // AllSheets: {},
4413
4419
  * // },
4414
4420
  * // Status: "ENABLED" || "DISABLED",
4415
4421
  * // CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
@@ -47,6 +47,7 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
47
47
  * // FolderType: "SHARED",
48
48
  * // CreatedTime: new Date("TIMESTAMP"),
49
49
  * // LastUpdatedTime: new Date("TIMESTAMP"),
50
+ * // SharingModel: "ACCOUNT" || "NAMESPACE",
50
51
  * // },
51
52
  * // ],
52
53
  * // NextToken: "STRING_VALUE",
@@ -54,6 +54,7 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
54
54
  * // FolderType: "SHARED",
55
55
  * // CreatedTime: new Date("TIMESTAMP"),
56
56
  * // LastUpdatedTime: new Date("TIMESTAMP"),
57
+ * // SharingModel: "ACCOUNT" || "NAMESPACE",
57
58
  * // },
58
59
  * // ],
59
60
  * // NextToken: "STRING_VALUE",
@@ -29,6 +29,9 @@ export interface StartDashboardSnapshotJobCommandOutput extends StartDashboardSn
29
29
  * <p>1 paginated PDF</p>
30
30
  * </li>
31
31
  * <li>
32
+ * <p>1 Excel workbook</p>
33
+ * </li>
34
+ * <li>
32
35
  * <p>5 CSVs</p>
33
36
  * </li>
34
37
  * </ul>
@@ -69,7 +72,7 @@ export interface StartDashboardSnapshotJobCommandOutput extends StartDashboardSn
69
72
  * ],
70
73
  * },
71
74
  * ],
72
- * FormatType: "CSV" || "PDF", // required
75
+ * FormatType: "CSV" || "PDF" || "EXCEL", // required
73
76
  * },
74
77
  * ],
75
78
  * },
@@ -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 { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_3";
4
+ import { UpdateAccountSettingsRequest } from "../models/models_3";
5
+ import { UpdateAccountSettingsResponse } from "../models/models_4";
5
6
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
7
  /**
7
8
  * @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 { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_3";
4
+ import { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -895,6 +895,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
895
895
  * Order: [ // FieldOrderList
896
896
  * "STRING_VALUE",
897
897
  * ],
898
+ * PinnedFieldOptions: { // TablePinnedFieldOptions
899
+ * PinnedLeftFields: [ // TableFieldOrderList
900
+ * "STRING_VALUE",
901
+ * ],
902
+ * },
898
903
  * },
899
904
  * PaginatedReportOptions: { // TablePaginatedReportOptions
900
905
  * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
@@ -3793,7 +3798,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3793
3798
  * TopBottomRanked: { // TopBottomRankedComputation
3794
3799
  * ComputationId: "STRING_VALUE", // required
3795
3800
  * Name: "STRING_VALUE",
3796
- * Category: "<DimensionField>", // required
3801
+ * Category: "<DimensionField>",
3797
3802
  * Value: "<MeasureField>",
3798
3803
  * ResultSize: Number("int"),
3799
3804
  * Type: "TOP" || "BOTTOM", // required
@@ -3801,8 +3806,8 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3801
3806
  * TopBottomMovers: { // TopBottomMoversComputation
3802
3807
  * ComputationId: "STRING_VALUE", // required
3803
3808
  * Name: "STRING_VALUE",
3804
- * Time: "<DimensionField>", // required
3805
- * Category: "<DimensionField>", // required
3809
+ * Time: "<DimensionField>",
3810
+ * Category: "<DimensionField>",
3806
3811
  * Value: "<MeasureField>",
3807
3812
  * MoverSize: Number("int"),
3808
3813
  * SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
@@ -3811,51 +3816,51 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3811
3816
  * TotalAggregation: { // TotalAggregationComputation
3812
3817
  * ComputationId: "STRING_VALUE", // required
3813
3818
  * Name: "STRING_VALUE",
3814
- * Value: "<MeasureField>", // required
3819
+ * Value: "<MeasureField>",
3815
3820
  * },
3816
3821
  * MaximumMinimum: { // MaximumMinimumComputation
3817
3822
  * ComputationId: "STRING_VALUE", // required
3818
3823
  * Name: "STRING_VALUE",
3819
- * Time: "<DimensionField>", // required
3824
+ * Time: "<DimensionField>",
3820
3825
  * Value: "<MeasureField>",
3821
3826
  * Type: "MAXIMUM" || "MINIMUM", // required
3822
3827
  * },
3823
3828
  * MetricComparison: { // MetricComparisonComputation
3824
3829
  * ComputationId: "STRING_VALUE", // required
3825
3830
  * Name: "STRING_VALUE",
3826
- * Time: "<DimensionField>", // required
3827
- * FromValue: "<MeasureField>", // required
3828
- * TargetValue: "<MeasureField>", // required
3831
+ * Time: "<DimensionField>",
3832
+ * FromValue: "<MeasureField>",
3833
+ * TargetValue: "<MeasureField>",
3829
3834
  * },
3830
3835
  * PeriodOverPeriod: { // PeriodOverPeriodComputation
3831
3836
  * ComputationId: "STRING_VALUE", // required
3832
3837
  * Name: "STRING_VALUE",
3833
- * Time: "<DimensionField>", // required
3838
+ * Time: "<DimensionField>",
3834
3839
  * Value: "<MeasureField>",
3835
3840
  * },
3836
3841
  * PeriodToDate: { // PeriodToDateComputation
3837
3842
  * ComputationId: "STRING_VALUE", // required
3838
3843
  * Name: "STRING_VALUE",
3839
- * Time: "<DimensionField>", // required
3844
+ * Time: "<DimensionField>",
3840
3845
  * Value: "<MeasureField>",
3841
3846
  * PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3842
3847
  * },
3843
3848
  * GrowthRate: { // GrowthRateComputation
3844
3849
  * ComputationId: "STRING_VALUE", // required
3845
3850
  * Name: "STRING_VALUE",
3846
- * Time: "<DimensionField>", // required
3851
+ * Time: "<DimensionField>",
3847
3852
  * Value: "<MeasureField>",
3848
3853
  * PeriodSize: Number("int"),
3849
3854
  * },
3850
3855
  * UniqueValues: { // UniqueValuesComputation
3851
3856
  * ComputationId: "STRING_VALUE", // required
3852
3857
  * Name: "STRING_VALUE",
3853
- * Category: "<DimensionField>", // required
3858
+ * Category: "<DimensionField>",
3854
3859
  * },
3855
3860
  * Forecast: { // ForecastComputation
3856
3861
  * ComputationId: "STRING_VALUE", // required
3857
3862
  * Name: "STRING_VALUE",
3858
- * Time: "<DimensionField>", // required
3863
+ * Time: "<DimensionField>",
3859
3864
  * Value: "<MeasureField>",
3860
3865
  * PeriodsForward: Number("int"),
3861
3866
  * PeriodsBackward: Number("int"),
@@ -4410,6 +4415,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4410
4415
  * },
4411
4416
  * ],
4412
4417
  * },
4418
+ * AllSheets: {},
4413
4419
  * },
4414
4420
  * Status: "ENABLED" || "DISABLED",
4415
4421
  * CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required