@aws-sdk/client-quicksight 3.687.0 → 3.692.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 (121) hide show
  1. package/README.md +143 -7
  2. package/dist-cjs/index.js +1116 -216
  3. package/dist-es/QuickSight.js +34 -0
  4. package/dist-es/commands/CreateBrandCommand.js +22 -0
  5. package/dist-es/commands/CreateCustomPermissionsCommand.js +22 -0
  6. package/dist-es/commands/DeleteBrandAssignmentCommand.js +22 -0
  7. package/dist-es/commands/DeleteBrandCommand.js +22 -0
  8. package/dist-es/commands/DeleteCustomPermissionsCommand.js +22 -0
  9. package/dist-es/commands/DeleteUserCustomPermissionCommand.js +22 -0
  10. package/dist-es/commands/DescribeBrandAssignmentCommand.js +22 -0
  11. package/dist-es/commands/DescribeBrandCommand.js +22 -0
  12. package/dist-es/commands/DescribeBrandPublishedVersionCommand.js +22 -0
  13. package/dist-es/commands/DescribeCustomPermissionsCommand.js +22 -0
  14. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  15. package/dist-es/commands/DescribeTopicCommand.js +1 -1
  16. package/dist-es/commands/ListBrandsCommand.js +22 -0
  17. package/dist-es/commands/ListCustomPermissionsCommand.js +22 -0
  18. package/dist-es/commands/UpdateBrandAssignmentCommand.js +22 -0
  19. package/dist-es/commands/UpdateBrandCommand.js +22 -0
  20. package/dist-es/commands/UpdateBrandPublishedVersionCommand.js +22 -0
  21. package/dist-es/commands/UpdateCustomPermissionsCommand.js +22 -0
  22. package/dist-es/commands/UpdateUserCustomPermissionCommand.js +22 -0
  23. package/dist-es/commands/index.js +17 -0
  24. package/dist-es/models/models_2.js +52 -107
  25. package/dist-es/models/models_3.js +108 -29
  26. package/dist-es/models/models_4.js +30 -16
  27. package/dist-es/pagination/ListBrandsPaginator.js +4 -0
  28. package/dist-es/pagination/ListCustomPermissionsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_restJson1.js +540 -6
  31. package/dist-types/QuickSight.d.ts +119 -0
  32. package/dist-types/QuickSightClient.d.ts +19 -2
  33. package/dist-types/commands/CreateBrandCommand.d.ts +268 -0
  34. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +132 -0
  35. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +92 -0
  36. package/dist-types/commands/DeleteBrandCommand.d.ts +93 -0
  37. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +104 -0
  38. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +101 -0
  39. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +93 -0
  40. package/dist-types/commands/DescribeBrandCommand.d.ts +204 -0
  41. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +203 -0
  42. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +120 -0
  43. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -2
  59. package/dist-types/commands/ListBrandsCommand.d.ts +99 -0
  60. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +124 -0
  61. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +94 -0
  62. package/dist-types/commands/UpdateBrandCommand.d.ts +262 -0
  63. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +95 -0
  64. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +120 -0
  65. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +102 -0
  66. package/dist-types/commands/index.d.ts +17 -0
  67. package/dist-types/models/models_0.d.ts +525 -525
  68. package/dist-types/models/models_1.d.ts +743 -743
  69. package/dist-types/models/models_2.d.ts +1717 -1782
  70. package/dist-types/models/models_3.d.ts +4176 -4314
  71. package/dist-types/models/models_4.d.ts +2044 -678
  72. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +2 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  76. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  77. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  78. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  79. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  82. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  105. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +565 -525
  113. package/dist-types/ts3.4/models/models_1.d.ts +763 -743
  114. package/dist-types/ts3.4/models/models_2.d.ts +717 -814
  115. package/dist-types/ts3.4/models/models_3.d.ts +1079 -949
  116. package/dist-types/ts3.4/models/models_4.d.ts +1014 -676
  117. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  121. package/package.json +35 -35
@@ -10,12 +10,12 @@ import { QuickSightServiceException as __BaseException } from "./QuickSightServi
10
10
  export declare class AccessDeniedException extends __BaseException {
11
11
  readonly name: "AccessDeniedException";
12
12
  readonly $fault: "client";
13
- Message?: string;
13
+ Message?: string | undefined;
14
14
  /**
15
15
  * <p>The Amazon Web Services request ID for this request.</p>
16
16
  * @public
17
17
  */
18
- RequestId?: string;
18
+ RequestId?: string | undefined;
19
19
  /**
20
20
  * @internal
21
21
  */
@@ -30,12 +30,12 @@ export interface AccountCustomization {
30
30
  * <p>The default theme for this Amazon QuickSight subscription.</p>
31
31
  * @public
32
32
  */
33
- DefaultTheme?: string;
33
+ DefaultTheme?: string | undefined;
34
34
  /**
35
35
  * <p>The default email customization template.</p>
36
36
  * @public
37
37
  */
38
- DefaultEmailCustomizationTemplate?: string;
38
+ DefaultEmailCustomizationTemplate?: string | undefined;
39
39
  }
40
40
  /**
41
41
  * @public
@@ -80,32 +80,32 @@ export interface AccountInfo {
80
80
  * users sign in.</p>
81
81
  * @public
82
82
  */
83
- AccountName?: string;
83
+ AccountName?: string | undefined;
84
84
  /**
85
85
  * <p>The edition of your Amazon QuickSight account.</p>
86
86
  * @public
87
87
  */
88
- Edition?: Edition;
88
+ Edition?: Edition | undefined;
89
89
  /**
90
90
  * <p>The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.</p>
91
91
  * @public
92
92
  */
93
- NotificationEmail?: string;
93
+ NotificationEmail?: string | undefined;
94
94
  /**
95
95
  * <p>The way that your Amazon QuickSight account is authenticated.</p>
96
96
  * @public
97
97
  */
98
- AuthenticationType?: string;
98
+ AuthenticationType?: string | undefined;
99
99
  /**
100
100
  * <p>The status of your account subscription.</p>
101
101
  * @public
102
102
  */
103
- AccountSubscriptionStatus?: string;
103
+ AccountSubscriptionStatus?: string | undefined;
104
104
  /**
105
105
  * <p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>
106
106
  * @public
107
107
  */
108
- IAMIdentityCenterInstanceArn?: string;
108
+ IAMIdentityCenterInstanceArn?: string | undefined;
109
109
  }
110
110
  /**
111
111
  * <p>The Amazon QuickSight settings associated with your Amazon Web Services account.</p>
@@ -118,33 +118,33 @@ export interface AccountSettings {
118
118
  * it appears only when users sign in.</p>
119
119
  * @public
120
120
  */
121
- AccountName?: string;
121
+ AccountName?: string | undefined;
122
122
  /**
123
123
  * <p>The edition of Amazon QuickSight that you're currently subscribed to:
124
124
  * Enterprise edition or Standard edition.</p>
125
125
  * @public
126
126
  */
127
- Edition?: Edition;
127
+ Edition?: Edition | undefined;
128
128
  /**
129
129
  * <p>The default Amazon QuickSight namespace for your Amazon Web Services account. </p>
130
130
  * @public
131
131
  */
132
- DefaultNamespace?: string;
132
+ DefaultNamespace?: string | undefined;
133
133
  /**
134
134
  * <p>The main notification email for your Amazon QuickSight subscription.</p>
135
135
  * @public
136
136
  */
137
- NotificationEmail?: string;
137
+ NotificationEmail?: string | undefined;
138
138
  /**
139
139
  * <p>A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdatePublicSharingSettings.html">UpdatePublicSharingSettings</a>.</p>
140
140
  * @public
141
141
  */
142
- PublicSharingEnabled?: boolean;
142
+ PublicSharingEnabled?: boolean | undefined;
143
143
  /**
144
144
  * <p>A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubsctiption</code> request. A <code>False</code> value will allow the ccount to be deleted. </p>
145
145
  * @public
146
146
  */
147
- TerminationProtectionEnabled?: boolean;
147
+ TerminationProtectionEnabled?: boolean | undefined;
148
148
  }
149
149
  /**
150
150
  * <p>The active Identity and Access Management (IAM) policy assignment.</p>
@@ -155,12 +155,12 @@ export interface ActiveIAMPolicyAssignment {
155
155
  * <p>A name for the IAM policy assignment.</p>
156
156
  * @public
157
157
  */
158
- AssignmentName?: string;
158
+ AssignmentName?: string | undefined;
159
159
  /**
160
160
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
161
161
  * @public
162
162
  */
163
- PolicyArn?: string;
163
+ PolicyArn?: string | undefined;
164
164
  }
165
165
  /**
166
166
  * @public
@@ -183,7 +183,7 @@ export interface AdHocFilteringOption {
183
183
  * <p>Availability status.</p>
184
184
  * @public
185
185
  */
186
- AvailabilityStatus?: DashboardBehavior;
186
+ AvailabilityStatus?: DashboardBehavior | undefined;
187
187
  }
188
188
  /**
189
189
  * @public
@@ -242,22 +242,22 @@ export interface AggFunction {
242
242
  * <p>The aggregation of an Agg function.</p>
243
243
  * @public
244
244
  */
245
- Aggregation?: AggType;
245
+ Aggregation?: AggType | undefined;
246
246
  /**
247
247
  * <p>The aggregation parameters for an Agg function.</p>
248
248
  * @public
249
249
  */
250
- AggregationFunctionParameters?: Record<string, string>;
250
+ AggregationFunctionParameters?: Record<string, string> | undefined;
251
251
  /**
252
252
  * <p>The period of an Agg function.</p>
253
253
  * @public
254
254
  */
255
- Period?: TopicTimeGranularity;
255
+ Period?: TopicTimeGranularity | undefined;
256
256
  /**
257
257
  * <p>The period field for an Agg function.</p>
258
258
  * @public
259
259
  */
260
- PeriodField?: string;
260
+ PeriodField?: string | undefined;
261
261
  }
262
262
  /**
263
263
  * @public
@@ -285,12 +285,12 @@ export interface AttributeAggregationFunction {
285
285
  * </ul>
286
286
  * @public
287
287
  */
288
- SimpleAttributeAggregation?: SimpleAttributeAggregationFunction;
288
+ SimpleAttributeAggregation?: SimpleAttributeAggregationFunction | undefined;
289
289
  /**
290
290
  * <p>Used by the <code>UNIQUE_VALUE</code> aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.</p>
291
291
  * @public
292
292
  */
293
- ValueForMultipleValues?: string;
293
+ ValueForMultipleValues?: string | undefined;
294
294
  }
295
295
  /**
296
296
  * @public
@@ -327,7 +327,7 @@ export interface PercentileAggregation {
327
327
  * <p>The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.</p>
328
328
  * @public
329
329
  */
330
- PercentileValue?: number;
330
+ PercentileValue?: number | undefined;
331
331
  }
332
332
  /**
333
333
  * @public
@@ -405,12 +405,12 @@ export interface NumericalAggregationFunction {
405
405
  * </ul>
406
406
  * @public
407
407
  */
408
- SimpleNumericalAggregation?: SimpleNumericalAggregationFunction;
408
+ SimpleNumericalAggregation?: SimpleNumericalAggregationFunction | undefined;
409
409
  /**
410
410
  * <p>An aggregation based on the percentile of values in a dimension or measure.</p>
411
411
  * @public
412
412
  */
413
- PercentileAggregation?: PercentileAggregation;
413
+ PercentileAggregation?: PercentileAggregation | undefined;
414
414
  }
415
415
  /**
416
416
  * <p>An aggregation function aggregates values from a dimension or measure.</p>
@@ -422,7 +422,7 @@ export interface AggregationFunction {
422
422
  * <p>Aggregation for numerical values.</p>
423
423
  * @public
424
424
  */
425
- NumericalAggregationFunction?: NumericalAggregationFunction;
425
+ NumericalAggregationFunction?: NumericalAggregationFunction | undefined;
426
426
  /**
427
427
  * <p>Aggregation for categorical values.</p>
428
428
  * <ul>
@@ -437,7 +437,7 @@ export interface AggregationFunction {
437
437
  * </ul>
438
438
  * @public
439
439
  */
440
- CategoricalAggregationFunction?: CategoricalAggregationFunction;
440
+ CategoricalAggregationFunction?: CategoricalAggregationFunction | undefined;
441
441
  /**
442
442
  * <p>Aggregation for date values.</p>
443
443
  * <ul>
@@ -460,12 +460,12 @@ export interface AggregationFunction {
460
460
  * </ul>
461
461
  * @public
462
462
  */
463
- DateAggregationFunction?: DateAggregationFunction;
463
+ DateAggregationFunction?: DateAggregationFunction | undefined;
464
464
  /**
465
465
  * <p>Aggregation for attributes.</p>
466
466
  * @public
467
467
  */
468
- AttributeAggregationFunction?: AttributeAggregationFunction;
468
+ AttributeAggregationFunction?: AttributeAggregationFunction | undefined;
469
469
  }
470
470
  /**
471
471
  * @public
@@ -495,12 +495,12 @@ export interface AggregationPartitionBy {
495
495
  * <p>The field Name for an <code>AggregationPartitionBy</code>.</p>
496
496
  * @public
497
497
  */
498
- FieldName?: string;
498
+ FieldName?: string | undefined;
499
499
  /**
500
500
  * <p>The <code>TimeGranularity</code> for an <code>AggregationPartitionBy</code>.</p>
501
501
  * @public
502
502
  */
503
- TimeGranularity?: TimeGranularity;
503
+ TimeGranularity?: TimeGranularity | undefined;
504
504
  }
505
505
  /**
506
506
  * <p>A column of a data set.</p>
@@ -559,7 +559,7 @@ export interface AggregationSortConfiguration {
559
559
  * <p>The function that aggregates the values in <code>Column</code>.</p>
560
560
  * @public
561
561
  */
562
- AggregationFunction?: AggregationFunction;
562
+ AggregationFunction?: AggregationFunction | undefined;
563
563
  }
564
564
  /**
565
565
  * <p>An empty object that represents that the <code>AllSheets</code> option is the chosen value for the <code>FilterScopeConfiguration</code> parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.</p>
@@ -619,7 +619,7 @@ export interface Entity {
619
619
  * <p>The hierarchical path of the entity within the analysis, template, or dashboard definition tree.</p>
620
620
  * @public
621
621
  */
622
- Path?: string;
622
+ Path?: string | undefined;
623
623
  }
624
624
  /**
625
625
  * <p>Analysis error.</p>
@@ -630,17 +630,17 @@ export interface AnalysisError {
630
630
  * <p>The type of the analysis error.</p>
631
631
  * @public
632
632
  */
633
- Type?: AnalysisErrorType;
633
+ Type?: AnalysisErrorType | undefined;
634
634
  /**
635
635
  * <p>The message associated with the analysis error.</p>
636
636
  * @public
637
637
  */
638
- Message?: string;
638
+ Message?: string | undefined;
639
639
  /**
640
640
  * <p>Lists the violated entities that caused the analysis error</p>
641
641
  * @public
642
642
  */
643
- ViolatedEntities?: Entity[];
643
+ ViolatedEntities?: Entity[] | undefined;
644
644
  }
645
645
  /**
646
646
  * <p>A <i>sheet</i>, which is an object that contains a set of visuals that
@@ -655,13 +655,13 @@ export interface Sheet {
655
655
  * <p>The unique identifier associated with a sheet.</p>
656
656
  * @public
657
657
  */
658
- SheetId?: string;
658
+ SheetId?: string | undefined;
659
659
  /**
660
660
  * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
661
661
  * console.</p>
662
662
  * @public
663
663
  */
664
- Name?: string;
664
+ Name?: string | undefined;
665
665
  }
666
666
  /**
667
667
  * @public
@@ -689,52 +689,52 @@ export interface Analysis {
689
689
  * <p>The ID of the analysis.</p>
690
690
  * @public
691
691
  */
692
- AnalysisId?: string;
692
+ AnalysisId?: string | undefined;
693
693
  /**
694
694
  * <p>The Amazon Resource Name (ARN) of the analysis.</p>
695
695
  * @public
696
696
  */
697
- Arn?: string;
697
+ Arn?: string | undefined;
698
698
  /**
699
699
  * <p>The descriptive name of the analysis.</p>
700
700
  * @public
701
701
  */
702
- Name?: string;
702
+ Name?: string | undefined;
703
703
  /**
704
704
  * <p>Status associated with the analysis.</p>
705
705
  * @public
706
706
  */
707
- Status?: ResourceStatus;
707
+ Status?: ResourceStatus | undefined;
708
708
  /**
709
709
  * <p>Errors associated with the analysis.</p>
710
710
  * @public
711
711
  */
712
- Errors?: AnalysisError[];
712
+ Errors?: AnalysisError[] | undefined;
713
713
  /**
714
714
  * <p>The ARNs of the datasets of the analysis.</p>
715
715
  * @public
716
716
  */
717
- DataSetArns?: string[];
717
+ DataSetArns?: string[] | undefined;
718
718
  /**
719
719
  * <p>The ARN of the theme of the analysis.</p>
720
720
  * @public
721
721
  */
722
- ThemeArn?: string;
722
+ ThemeArn?: string | undefined;
723
723
  /**
724
724
  * <p>The time that the analysis was created.</p>
725
725
  * @public
726
726
  */
727
- CreatedTime?: Date;
727
+ CreatedTime?: Date | undefined;
728
728
  /**
729
729
  * <p>The time that the analysis was last updated.</p>
730
730
  * @public
731
731
  */
732
- LastUpdatedTime?: Date;
732
+ LastUpdatedTime?: Date | undefined;
733
733
  /**
734
734
  * <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
735
735
  * @public
736
736
  */
737
- Sheets?: Sheet[];
737
+ Sheets?: Sheet[] | undefined;
738
738
  }
739
739
  /**
740
740
  * <p>The options that determine the sizing of the canvas used in a free-form layout.</p>
@@ -756,7 +756,7 @@ export interface FreeFormLayoutCanvasSizeOptions {
756
756
  * <p>The options that determine the sizing of the canvas used in a free-form layout.</p>
757
757
  * @public
758
758
  */
759
- ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions;
759
+ ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions | undefined;
760
760
  }
761
761
  /**
762
762
  * <p>The options that determine the default settings of a free-form layout configuration.</p>
@@ -807,7 +807,7 @@ export interface GridLayoutScreenCanvasSizeOptions {
807
807
  * <p>The width that the view port will be optimized for when the layout renders.</p>
808
808
  * @public
809
809
  */
810
- OptimizedViewPortWidth?: string;
810
+ OptimizedViewPortWidth?: string | undefined;
811
811
  }
812
812
  /**
813
813
  * <p>Configuration options for the canvas of a grid layout.</p>
@@ -818,7 +818,7 @@ export interface GridLayoutCanvasSizeOptions {
818
818
  * <p>The options that determine the sizing of the canvas used in a grid layout.</p>
819
819
  * @public
820
820
  */
821
- ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions;
821
+ ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions | undefined;
822
822
  }
823
823
  /**
824
824
  * <p>The options that determine the default settings for a grid layout configuration.</p>
@@ -840,12 +840,12 @@ export interface DefaultInteractiveLayoutConfiguration {
840
840
  * <p>The options that determine the default settings for a grid layout configuration.</p>
841
841
  * @public
842
842
  */
843
- Grid?: DefaultGridLayoutConfiguration;
843
+ Grid?: DefaultGridLayoutConfiguration | undefined;
844
844
  /**
845
845
  * <p>The options that determine the default settings of a free-form layout configuration.</p>
846
846
  * @public
847
847
  */
848
- FreeForm?: DefaultFreeFormLayoutConfiguration;
848
+ FreeForm?: DefaultFreeFormLayoutConfiguration | undefined;
849
849
  }
850
850
  /**
851
851
  * <p>The configuration of spacing (often a margin or padding).</p>
@@ -856,22 +856,22 @@ export interface Spacing {
856
856
  * <p>Define the top spacing.</p>
857
857
  * @public
858
858
  */
859
- Top?: string;
859
+ Top?: string | undefined;
860
860
  /**
861
861
  * <p>Define the bottom spacing.</p>
862
862
  * @public
863
863
  */
864
- Bottom?: string;
864
+ Bottom?: string | undefined;
865
865
  /**
866
866
  * <p>Define the left spacing.</p>
867
867
  * @public
868
868
  */
869
- Left?: string;
869
+ Left?: string | undefined;
870
870
  /**
871
871
  * <p>Define the right spacing.</p>
872
872
  * @public
873
873
  */
874
- Right?: string;
874
+ Right?: string | undefined;
875
875
  }
876
876
  /**
877
877
  * @public
@@ -915,7 +915,7 @@ export interface SectionBasedLayoutPaperCanvasSizeOptions {
915
915
  * <p>The paper size that is used to define canvas dimensions.</p>
916
916
  * @public
917
917
  */
918
- PaperSize?: PaperSize;
918
+ PaperSize?: PaperSize | undefined;
919
919
  /**
920
920
  * <p>The paper orientation that
921
921
  * is used to define canvas dimensions. Choose one of the following
@@ -930,12 +930,12 @@ export interface SectionBasedLayoutPaperCanvasSizeOptions {
930
930
  * </ul>
931
931
  * @public
932
932
  */
933
- PaperOrientation?: PaperOrientation;
933
+ PaperOrientation?: PaperOrientation | undefined;
934
934
  /**
935
935
  * <p>Defines the spacing between the canvas content and the top, bottom, left, and right edges.</p>
936
936
  * @public
937
937
  */
938
- PaperMargin?: Spacing;
938
+ PaperMargin?: Spacing | undefined;
939
939
  }
940
940
  /**
941
941
  * <p>The options for the canvas of a section-based layout.</p>
@@ -946,7 +946,7 @@ export interface SectionBasedLayoutCanvasSizeOptions {
946
946
  * <p>The options for a paper canvas of a section-based layout.</p>
947
947
  * @public
948
948
  */
949
- PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions;
949
+ PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions | undefined;
950
950
  }
951
951
  /**
952
952
  * <p>The options that determine the default settings for a section-based layout configuration.</p>
@@ -968,7 +968,7 @@ export interface DefaultPaginatedLayoutConfiguration {
968
968
  * <p>The options that determine the default settings for a section-based layout configuration.</p>
969
969
  * @public
970
970
  */
971
- SectionBased?: DefaultSectionBasedLayoutConfiguration;
971
+ SectionBased?: DefaultSectionBasedLayoutConfiguration | undefined;
972
972
  }
973
973
  /**
974
974
  * @public
@@ -991,17 +991,17 @@ export interface DefaultNewSheetConfiguration {
991
991
  * <p>The options that determine the default settings for interactive layout configuration.</p>
992
992
  * @public
993
993
  */
994
- InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration;
994
+ InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration | undefined;
995
995
  /**
996
996
  * <p>The options that determine the default settings for a paginated layout configuration.</p>
997
997
  * @public
998
998
  */
999
- PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration;
999
+ PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration | undefined;
1000
1000
  /**
1001
1001
  * <p>The option that determines the sheet content type.</p>
1002
1002
  * @public
1003
1003
  */
1004
- SheetContentType?: SheetContentType;
1004
+ SheetContentType?: SheetContentType | undefined;
1005
1005
  }
1006
1006
  /**
1007
1007
  * <p>The configuration for default analysis settings.</p>
@@ -1057,7 +1057,7 @@ export interface CustomColor {
1057
1057
  * <p>The data value that the color is applied to.</p>
1058
1058
  * @public
1059
1059
  */
1060
- FieldValue?: string;
1060
+ FieldValue?: string | undefined;
1061
1061
  /**
1062
1062
  * <p>The color that is applied to the data value.</p>
1063
1063
  * @public
@@ -1067,7 +1067,7 @@ export interface CustomColor {
1067
1067
  * <p>The value of a special data value.</p>
1068
1068
  * @public
1069
1069
  */
1070
- SpecialValue?: SpecialValue;
1070
+ SpecialValue?: SpecialValue | undefined;
1071
1071
  }
1072
1072
  /**
1073
1073
  * <p>The color configurations for a column.</p>
@@ -1078,7 +1078,7 @@ export interface ColorsConfiguration {
1078
1078
  * <p>A list of up to 50 custom colors.</p>
1079
1079
  * @public
1080
1080
  */
1081
- CustomColors?: CustomColor[];
1081
+ CustomColors?: CustomColor[] | undefined;
1082
1082
  }
1083
1083
  /**
1084
1084
  * <p>The options that determine the null value format configuration.</p>
@@ -1175,12 +1175,12 @@ export interface ThousandSeparatorOptions {
1175
1175
  * <p>Determines the thousands separator symbol.</p>
1176
1176
  * @public
1177
1177
  */
1178
- Symbol?: NumericSeparatorSymbol;
1178
+ Symbol?: NumericSeparatorSymbol | undefined;
1179
1179
  /**
1180
1180
  * <p>Determines the visibility of the thousands separator.</p>
1181
1181
  * @public
1182
1182
  */
1183
- Visibility?: Visibility;
1183
+ Visibility?: Visibility | undefined;
1184
1184
  }
1185
1185
  /**
1186
1186
  * <p>The options that determine the numeric separator configuration.</p>
@@ -1191,12 +1191,12 @@ export interface NumericSeparatorConfiguration {
1191
1191
  * <p>Determines the decimal separator.</p>
1192
1192
  * @public
1193
1193
  */
1194
- DecimalSeparator?: NumericSeparatorSymbol;
1194
+ DecimalSeparator?: NumericSeparatorSymbol | undefined;
1195
1195
  /**
1196
1196
  * <p>The options that determine the thousands separator configuration.</p>
1197
1197
  * @public
1198
1198
  */
1199
- ThousandsSeparator?: ThousandSeparatorOptions;
1199
+ ThousandsSeparator?: ThousandSeparatorOptions | undefined;
1200
1200
  }
1201
1201
  /**
1202
1202
  * <p>The options that determine the currency display format configuration.</p>
@@ -1207,42 +1207,42 @@ export interface CurrencyDisplayFormatConfiguration {
1207
1207
  * <p>Determines the prefix value of the currency format.</p>
1208
1208
  * @public
1209
1209
  */
1210
- Prefix?: string;
1210
+ Prefix?: string | undefined;
1211
1211
  /**
1212
1212
  * <p>Determines the suffix value of the currency format.</p>
1213
1213
  * @public
1214
1214
  */
1215
- Suffix?: string;
1215
+ Suffix?: string | undefined;
1216
1216
  /**
1217
1217
  * <p>The options that determine the numeric separator configuration.</p>
1218
1218
  * @public
1219
1219
  */
1220
- SeparatorConfiguration?: NumericSeparatorConfiguration;
1220
+ SeparatorConfiguration?: NumericSeparatorConfiguration | undefined;
1221
1221
  /**
1222
1222
  * <p>Determines the symbol for the currency format.</p>
1223
1223
  * @public
1224
1224
  */
1225
- Symbol?: string;
1225
+ Symbol?: string | undefined;
1226
1226
  /**
1227
1227
  * <p>The option that determines the decimal places configuration.</p>
1228
1228
  * @public
1229
1229
  */
1230
- DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
1230
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration | undefined;
1231
1231
  /**
1232
1232
  * <p>Determines the number scale value for the currency format.</p>
1233
1233
  * @public
1234
1234
  */
1235
- NumberScale?: NumberScale;
1235
+ NumberScale?: NumberScale | undefined;
1236
1236
  /**
1237
1237
  * <p>The options that determine the negative value configuration.</p>
1238
1238
  * @public
1239
1239
  */
1240
- NegativeValueConfiguration?: NegativeValueConfiguration;
1240
+ NegativeValueConfiguration?: NegativeValueConfiguration | undefined;
1241
1241
  /**
1242
1242
  * <p>The options that determine the null value format configuration.</p>
1243
1243
  * @public
1244
1244
  */
1245
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
1245
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
1246
1246
  }
1247
1247
  /**
1248
1248
  * <p>The options that determine the number display format configuration.</p>
@@ -1253,37 +1253,37 @@ export interface NumberDisplayFormatConfiguration {
1253
1253
  * <p>Determines the prefix value of the number format.</p>
1254
1254
  * @public
1255
1255
  */
1256
- Prefix?: string;
1256
+ Prefix?: string | undefined;
1257
1257
  /**
1258
1258
  * <p>Determines the suffix value of the number format.</p>
1259
1259
  * @public
1260
1260
  */
1261
- Suffix?: string;
1261
+ Suffix?: string | undefined;
1262
1262
  /**
1263
1263
  * <p>The options that determine the numeric separator configuration.</p>
1264
1264
  * @public
1265
1265
  */
1266
- SeparatorConfiguration?: NumericSeparatorConfiguration;
1266
+ SeparatorConfiguration?: NumericSeparatorConfiguration | undefined;
1267
1267
  /**
1268
1268
  * <p>The option that determines the decimal places configuration.</p>
1269
1269
  * @public
1270
1270
  */
1271
- DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
1271
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration | undefined;
1272
1272
  /**
1273
1273
  * <p>Determines the number scale value of the number format.</p>
1274
1274
  * @public
1275
1275
  */
1276
- NumberScale?: NumberScale;
1276
+ NumberScale?: NumberScale | undefined;
1277
1277
  /**
1278
1278
  * <p>The options that determine the negative value configuration.</p>
1279
1279
  * @public
1280
1280
  */
1281
- NegativeValueConfiguration?: NegativeValueConfiguration;
1281
+ NegativeValueConfiguration?: NegativeValueConfiguration | undefined;
1282
1282
  /**
1283
1283
  * <p>The options that determine the null value format configuration.</p>
1284
1284
  * @public
1285
1285
  */
1286
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
1286
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
1287
1287
  }
1288
1288
  /**
1289
1289
  * <p>The options that determine the percentage display format configuration.</p>
@@ -1294,32 +1294,32 @@ export interface PercentageDisplayFormatConfiguration {
1294
1294
  * <p>Determines the prefix value of the percentage format.</p>
1295
1295
  * @public
1296
1296
  */
1297
- Prefix?: string;
1297
+ Prefix?: string | undefined;
1298
1298
  /**
1299
1299
  * <p>Determines the suffix value of the percentage format.</p>
1300
1300
  * @public
1301
1301
  */
1302
- Suffix?: string;
1302
+ Suffix?: string | undefined;
1303
1303
  /**
1304
1304
  * <p>The options that determine the numeric separator configuration.</p>
1305
1305
  * @public
1306
1306
  */
1307
- SeparatorConfiguration?: NumericSeparatorConfiguration;
1307
+ SeparatorConfiguration?: NumericSeparatorConfiguration | undefined;
1308
1308
  /**
1309
1309
  * <p>The option that determines the decimal places configuration.</p>
1310
1310
  * @public
1311
1311
  */
1312
- DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
1312
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration | undefined;
1313
1313
  /**
1314
1314
  * <p>The options that determine the negative value configuration.</p>
1315
1315
  * @public
1316
1316
  */
1317
- NegativeValueConfiguration?: NegativeValueConfiguration;
1317
+ NegativeValueConfiguration?: NegativeValueConfiguration | undefined;
1318
1318
  /**
1319
1319
  * <p>The options that determine the null value format configuration.</p>
1320
1320
  * @public
1321
1321
  */
1322
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
1322
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
1323
1323
  }
1324
1324
  /**
1325
1325
  * <p>The options that determine the numeric format configuration.</p>
@@ -1331,17 +1331,17 @@ export interface NumericFormatConfiguration {
1331
1331
  * <p>The options that determine the number display format configuration.</p>
1332
1332
  * @public
1333
1333
  */
1334
- NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration;
1334
+ NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration | undefined;
1335
1335
  /**
1336
1336
  * <p>The options that determine the currency display format configuration.</p>
1337
1337
  * @public
1338
1338
  */
1339
- CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration;
1339
+ CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration | undefined;
1340
1340
  /**
1341
1341
  * <p>The options that determine the percentage display format configuration.</p>
1342
1342
  * @public
1343
1343
  */
1344
- PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration;
1344
+ PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration | undefined;
1345
1345
  }
1346
1346
  /**
1347
1347
  * <p>Formatting configuration for <code>DateTime</code> fields.</p>
@@ -1352,17 +1352,17 @@ export interface DateTimeFormatConfiguration {
1352
1352
  * <p>Determines the <code>DateTime</code> format.</p>
1353
1353
  * @public
1354
1354
  */
1355
- DateTimeFormat?: string;
1355
+ DateTimeFormat?: string | undefined;
1356
1356
  /**
1357
1357
  * <p>The options that determine the null value format configuration.</p>
1358
1358
  * @public
1359
1359
  */
1360
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
1360
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
1361
1361
  /**
1362
1362
  * <p>The formatting configuration for numeric <code>DateTime</code> fields.</p>
1363
1363
  * @public
1364
1364
  */
1365
- NumericFormatConfiguration?: NumericFormatConfiguration;
1365
+ NumericFormatConfiguration?: NumericFormatConfiguration | undefined;
1366
1366
  }
1367
1367
  /**
1368
1368
  * <p>Formatting configuration for number fields.</p>
@@ -1373,7 +1373,7 @@ export interface NumberFormatConfiguration {
1373
1373
  * <p>The options that determine the numeric format configuration.</p>
1374
1374
  * @public
1375
1375
  */
1376
- FormatConfiguration?: NumericFormatConfiguration;
1376
+ FormatConfiguration?: NumericFormatConfiguration | undefined;
1377
1377
  }
1378
1378
  /**
1379
1379
  * <p>Formatting configuration for string fields.</p>
@@ -1384,12 +1384,12 @@ export interface StringFormatConfiguration {
1384
1384
  * <p>The options that determine the null value format configuration.</p>
1385
1385
  * @public
1386
1386
  */
1387
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
1387
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
1388
1388
  /**
1389
1389
  * <p>The formatting configuration for numeric strings.</p>
1390
1390
  * @public
1391
1391
  */
1392
- NumericFormatConfiguration?: NumericFormatConfiguration;
1392
+ NumericFormatConfiguration?: NumericFormatConfiguration | undefined;
1393
1393
  }
1394
1394
  /**
1395
1395
  * <p>The formatting configuration for all types of field.</p>
@@ -1400,17 +1400,17 @@ export interface FormatConfiguration {
1400
1400
  * <p>Formatting configuration for string fields.</p>
1401
1401
  * @public
1402
1402
  */
1403
- StringFormatConfiguration?: StringFormatConfiguration;
1403
+ StringFormatConfiguration?: StringFormatConfiguration | undefined;
1404
1404
  /**
1405
1405
  * <p>Formatting configuration for number fields.</p>
1406
1406
  * @public
1407
1407
  */
1408
- NumberFormatConfiguration?: NumberFormatConfiguration;
1408
+ NumberFormatConfiguration?: NumberFormatConfiguration | undefined;
1409
1409
  /**
1410
1410
  * <p>Formatting configuration for <code>DateTime</code> fields.</p>
1411
1411
  * @public
1412
1412
  */
1413
- DateTimeFormatConfiguration?: DateTimeFormatConfiguration;
1413
+ DateTimeFormatConfiguration?: DateTimeFormatConfiguration | undefined;
1414
1414
  }
1415
1415
  /**
1416
1416
  * @public
@@ -1438,17 +1438,17 @@ export interface ColumnConfiguration {
1438
1438
  * <p>The format configuration of a column.</p>
1439
1439
  * @public
1440
1440
  */
1441
- FormatConfiguration?: FormatConfiguration;
1441
+ FormatConfiguration?: FormatConfiguration | undefined;
1442
1442
  /**
1443
1443
  * <p>The role of the column.</p>
1444
1444
  * @public
1445
1445
  */
1446
- Role?: ColumnRole;
1446
+ Role?: ColumnRole | undefined;
1447
1447
  /**
1448
1448
  * <p>The color configurations of the column.</p>
1449
1449
  * @public
1450
1450
  */
1451
- ColorsConfiguration?: ColorsConfiguration;
1451
+ ColorsConfiguration?: ColorsConfiguration | undefined;
1452
1452
  }
1453
1453
  /**
1454
1454
  * <p>A data set.</p>
@@ -1533,7 +1533,7 @@ export interface CustomFilterConfiguration {
1533
1533
  * <p>This field is mutually exclusive to <code>ParameterName</code>.</p>
1534
1534
  * @public
1535
1535
  */
1536
- CategoryValue?: string;
1536
+ CategoryValue?: string | undefined;
1537
1537
  /**
1538
1538
  * <p>Select all of the values. Null is not the assigned value of select all.</p>
1539
1539
  * <ul>
@@ -1545,13 +1545,13 @@ export interface CustomFilterConfiguration {
1545
1545
  * </ul>
1546
1546
  * @public
1547
1547
  */
1548
- SelectAllOptions?: CategoryFilterSelectAllOptions;
1548
+ SelectAllOptions?: CategoryFilterSelectAllOptions | undefined;
1549
1549
  /**
1550
1550
  * <p>The parameter whose value should be used for the filter value.</p>
1551
1551
  * <p>This field is mutually exclusive to <code>CategoryValue</code>.</p>
1552
1552
  * @public
1553
1553
  */
1554
- ParameterName?: string;
1554
+ ParameterName?: string | undefined;
1555
1555
  /**
1556
1556
  * <p>This option determines how null values should be treated when filtering data.</p>
1557
1557
  * <ul>
@@ -1586,7 +1586,7 @@ export interface CustomFilterListConfiguration {
1586
1586
  * <p>The list of category values for the filter.</p>
1587
1587
  * @public
1588
1588
  */
1589
- CategoryValues?: string[];
1589
+ CategoryValues?: string[] | undefined;
1590
1590
  /**
1591
1591
  * <p>Select all of the values. Null is not the assigned value of select all.</p>
1592
1592
  * <ul>
@@ -1598,7 +1598,7 @@ export interface CustomFilterListConfiguration {
1598
1598
  * </ul>
1599
1599
  * @public
1600
1600
  */
1601
- SelectAllOptions?: CategoryFilterSelectAllOptions;
1601
+ SelectAllOptions?: CategoryFilterSelectAllOptions | undefined;
1602
1602
  /**
1603
1603
  * <p>This option determines how null values should be treated when filtering data.</p>
1604
1604
  * <ul>
@@ -1633,7 +1633,7 @@ export interface FilterListConfiguration {
1633
1633
  * <p>The list of category values for the filter.</p>
1634
1634
  * @public
1635
1635
  */
1636
- CategoryValues?: string[];
1636
+ CategoryValues?: string[] | undefined;
1637
1637
  /**
1638
1638
  * <p>Select all of the values. Null is not the assigned value of select all.</p>
1639
1639
  * <ul>
@@ -1645,7 +1645,7 @@ export interface FilterListConfiguration {
1645
1645
  * </ul>
1646
1646
  * @public
1647
1647
  */
1648
- SelectAllOptions?: CategoryFilterSelectAllOptions;
1648
+ SelectAllOptions?: CategoryFilterSelectAllOptions | undefined;
1649
1649
  /**
1650
1650
  * <p>This option determines how null values should be treated when filtering data.</p>
1651
1651
  * <ul>
@@ -1664,7 +1664,7 @@ export interface FilterListConfiguration {
1664
1664
  * </ul>
1665
1665
  * @public
1666
1666
  */
1667
- NullOption?: FilterNullOption;
1667
+ NullOption?: FilterNullOption | undefined;
1668
1668
  }
1669
1669
  /**
1670
1670
  * <p>The configuration for a <code>CategoryFilter</code>.</p>
@@ -1676,17 +1676,17 @@ export interface CategoryFilterConfiguration {
1676
1676
  * <p>A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.</p>
1677
1677
  * @public
1678
1678
  */
1679
- FilterListConfiguration?: FilterListConfiguration;
1679
+ FilterListConfiguration?: FilterListConfiguration | undefined;
1680
1680
  /**
1681
1681
  * <p>A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.</p>
1682
1682
  * @public
1683
1683
  */
1684
- CustomFilterListConfiguration?: CustomFilterListConfiguration;
1684
+ CustomFilterListConfiguration?: CustomFilterListConfiguration | undefined;
1685
1685
  /**
1686
1686
  * <p>A custom filter that filters based on a single value. This filter can be partially matched.</p>
1687
1687
  * @public
1688
1688
  */
1689
- CustomFilterConfiguration?: CustomFilterConfiguration;
1689
+ CustomFilterConfiguration?: CustomFilterConfiguration | undefined;
1690
1690
  }
1691
1691
  /**
1692
1692
  * @public
@@ -1709,12 +1709,12 @@ export interface SheetControlInfoIconLabelOptions {
1709
1709
  * <p>The visibility configuration of info icon label options.</p>
1710
1710
  * @public
1711
1711
  */
1712
- Visibility?: Visibility;
1712
+ Visibility?: Visibility | undefined;
1713
1713
  /**
1714
1714
  * <p> The text content of info icon.</p>
1715
1715
  * @public
1716
1716
  */
1717
- InfoIconText?: string;
1717
+ InfoIconText?: string | undefined;
1718
1718
  }
1719
1719
  /**
1720
1720
  * @public
@@ -1752,7 +1752,7 @@ export interface FontSize {
1752
1752
  * <p>The lexical name for the text size, proportional to its surrounding context.</p>
1753
1753
  * @public
1754
1754
  */
1755
- Relative?: RelativeFontSize;
1755
+ Relative?: RelativeFontSize | undefined;
1756
1756
  }
1757
1757
  /**
1758
1758
  * @public
@@ -1787,7 +1787,7 @@ export interface FontWeight {
1787
1787
  * <p>The lexical name for the level of boldness of the text display.</p>
1788
1788
  * @public
1789
1789
  */
1790
- Name?: FontWeightName;
1790
+ Name?: FontWeightName | undefined;
1791
1791
  }
1792
1792
  /**
1793
1793
  * <p>Configures the display properties of the given text.</p>
@@ -1798,27 +1798,27 @@ export interface FontConfiguration {
1798
1798
  * <p>The option that determines the text display size.</p>
1799
1799
  * @public
1800
1800
  */
1801
- FontSize?: FontSize;
1801
+ FontSize?: FontSize | undefined;
1802
1802
  /**
1803
1803
  * <p>Determines the appearance of decorative lines on the text.</p>
1804
1804
  * @public
1805
1805
  */
1806
- FontDecoration?: FontDecoration;
1806
+ FontDecoration?: FontDecoration | undefined;
1807
1807
  /**
1808
1808
  * <p>Determines the color of the text.</p>
1809
1809
  * @public
1810
1810
  */
1811
- FontColor?: string;
1811
+ FontColor?: string | undefined;
1812
1812
  /**
1813
1813
  * <p>The option that determines the text display weight, or boldness.</p>
1814
1814
  * @public
1815
1815
  */
1816
- FontWeight?: FontWeight;
1816
+ FontWeight?: FontWeight | undefined;
1817
1817
  /**
1818
1818
  * <p>Determines the text display face that is inherited by the given font family.</p>
1819
1819
  * @public
1820
1820
  */
1821
- FontStyle?: FontStyle;
1821
+ FontStyle?: FontStyle | undefined;
1822
1822
  }
1823
1823
  /**
1824
1824
  * <p>The share label options for the labels.</p>
@@ -1829,17 +1829,17 @@ export interface LabelOptions {
1829
1829
  * <p>Determines whether or not the label is visible.</p>
1830
1830
  * @public
1831
1831
  */
1832
- Visibility?: Visibility;
1832
+ Visibility?: Visibility | undefined;
1833
1833
  /**
1834
1834
  * <p>The font configuration of the label.</p>
1835
1835
  * @public
1836
1836
  */
1837
- FontConfiguration?: FontConfiguration;
1837
+ FontConfiguration?: FontConfiguration | undefined;
1838
1838
  /**
1839
1839
  * <p>The text for the label.</p>
1840
1840
  * @public
1841
1841
  */
1842
- CustomLabel?: string;
1842
+ CustomLabel?: string | undefined;
1843
1843
  }
1844
1844
  /**
1845
1845
  * <p>The display options of a control.</p>
@@ -1850,27 +1850,27 @@ export interface DateTimePickerControlDisplayOptions {
1850
1850
  * <p>The options to configure the title visibility, name, and font size.</p>
1851
1851
  * @public
1852
1852
  */
1853
- TitleOptions?: LabelOptions;
1853
+ TitleOptions?: LabelOptions | undefined;
1854
1854
  /**
1855
1855
  * <p>Customize how dates are formatted in controls.</p>
1856
1856
  * @public
1857
1857
  */
1858
- DateTimeFormat?: string;
1858
+ DateTimeFormat?: string | undefined;
1859
1859
  /**
1860
1860
  * <p>The configuration of info icon label options.</p>
1861
1861
  * @public
1862
1862
  */
1863
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
1863
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
1864
1864
  /**
1865
1865
  * <p>The helper text visibility of the <code>DateTimePickerControlDisplayOptions</code>.</p>
1866
1866
  * @public
1867
1867
  */
1868
- HelperTextVisibility?: Visibility;
1868
+ HelperTextVisibility?: Visibility | undefined;
1869
1869
  /**
1870
1870
  * <p>The date icon visibility of the <code>DateTimePickerControlDisplayOptions</code>.</p>
1871
1871
  * @public
1872
1872
  */
1873
- DateIconVisibility?: Visibility;
1873
+ DateIconVisibility?: Visibility | undefined;
1874
1874
  }
1875
1875
  /**
1876
1876
  * @public
@@ -1903,17 +1903,17 @@ export interface DefaultDateTimePickerControlOptions {
1903
1903
  * </ul>
1904
1904
  * @public
1905
1905
  */
1906
- Type?: SheetControlDateTimePickerType;
1906
+ Type?: SheetControlDateTimePickerType | undefined;
1907
1907
  /**
1908
1908
  * <p>The display options of a control.</p>
1909
1909
  * @public
1910
1910
  */
1911
- DisplayOptions?: DateTimePickerControlDisplayOptions;
1911
+ DisplayOptions?: DateTimePickerControlDisplayOptions | undefined;
1912
1912
  /**
1913
1913
  * <p>The visibility configuration of the Apply button on a <code>DateTimePickerControl</code>.</p>
1914
1914
  * @public
1915
1915
  */
1916
- CommitMode?: CommitMode;
1916
+ CommitMode?: CommitMode | undefined;
1917
1917
  }
1918
1918
  /**
1919
1919
  * <p>The configuration of the <code>Select all</code> options in a list control.</p>
@@ -1924,7 +1924,7 @@ export interface ListControlSelectAllOptions {
1924
1924
  * <p>The visibility configuration of the <code>Select all</code> options in a list control.</p>
1925
1925
  * @public
1926
1926
  */
1927
- Visibility?: Visibility;
1927
+ Visibility?: Visibility | undefined;
1928
1928
  }
1929
1929
  /**
1930
1930
  * <p>The display options of a control.</p>
@@ -1936,17 +1936,17 @@ export interface DropDownControlDisplayOptions {
1936
1936
  * dropdown control.</p>
1937
1937
  * @public
1938
1938
  */
1939
- SelectAllOptions?: ListControlSelectAllOptions;
1939
+ SelectAllOptions?: ListControlSelectAllOptions | undefined;
1940
1940
  /**
1941
1941
  * <p>The options to configure the title visibility, name, and font size.</p>
1942
1942
  * @public
1943
1943
  */
1944
- TitleOptions?: LabelOptions;
1944
+ TitleOptions?: LabelOptions | undefined;
1945
1945
  /**
1946
1946
  * <p>The configuration of info icon label options.</p>
1947
1947
  * @public
1948
1948
  */
1949
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
1949
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
1950
1950
  }
1951
1951
  /**
1952
1952
  * <p>A list of selectable values that are used in a control.</p>
@@ -1957,7 +1957,7 @@ export interface FilterSelectableValues {
1957
1957
  * <p>The values that are used in the <code>FilterSelectableValues</code>.</p>
1958
1958
  * @public
1959
1959
  */
1960
- Values?: string[];
1960
+ Values?: string[] | undefined;
1961
1961
  }
1962
1962
  /**
1963
1963
  * @public
@@ -1980,7 +1980,7 @@ export interface DefaultFilterDropDownControlOptions {
1980
1980
  * <p>The display options of a control.</p>
1981
1981
  * @public
1982
1982
  */
1983
- DisplayOptions?: DropDownControlDisplayOptions;
1983
+ DisplayOptions?: DropDownControlDisplayOptions | undefined;
1984
1984
  /**
1985
1985
  * <p>The type of the <code>FilterDropDownControl</code>. Choose one of the following options:</p>
1986
1986
  * <ul>
@@ -1995,17 +1995,17 @@ export interface DefaultFilterDropDownControlOptions {
1995
1995
  * </ul>
1996
1996
  * @public
1997
1997
  */
1998
- Type?: SheetControlListType;
1998
+ Type?: SheetControlListType | undefined;
1999
1999
  /**
2000
2000
  * <p>A list of selectable values that are used in a control.</p>
2001
2001
  * @public
2002
2002
  */
2003
- SelectableValues?: FilterSelectableValues;
2003
+ SelectableValues?: FilterSelectableValues | undefined;
2004
2004
  /**
2005
2005
  * <p>The visibility configuration of the Apply button on a <code>FilterDropDownControl</code>.</p>
2006
2006
  * @public
2007
2007
  */
2008
- CommitMode?: CommitMode;
2008
+ CommitMode?: CommitMode | undefined;
2009
2009
  }
2010
2010
  /**
2011
2011
  * <p>The configuration of the search options in a list control.</p>
@@ -2016,7 +2016,7 @@ export interface ListControlSearchOptions {
2016
2016
  * <p>The visibility configuration of the search options in a list control.</p>
2017
2017
  * @public
2018
2018
  */
2019
- Visibility?: Visibility;
2019
+ Visibility?: Visibility | undefined;
2020
2020
  }
2021
2021
  /**
2022
2022
  * <p>The display options of a control.</p>
@@ -2027,22 +2027,22 @@ export interface ListControlDisplayOptions {
2027
2027
  * <p>The configuration of the search options in a list control.</p>
2028
2028
  * @public
2029
2029
  */
2030
- SearchOptions?: ListControlSearchOptions;
2030
+ SearchOptions?: ListControlSearchOptions | undefined;
2031
2031
  /**
2032
2032
  * <p>The configuration of the <code>Select all</code> options in a list control.</p>
2033
2033
  * @public
2034
2034
  */
2035
- SelectAllOptions?: ListControlSelectAllOptions;
2035
+ SelectAllOptions?: ListControlSelectAllOptions | undefined;
2036
2036
  /**
2037
2037
  * <p>The options to configure the title visibility, name, and font size.</p>
2038
2038
  * @public
2039
2039
  */
2040
- TitleOptions?: LabelOptions;
2040
+ TitleOptions?: LabelOptions | undefined;
2041
2041
  /**
2042
2042
  * <p>The configuration of info icon label options.</p>
2043
2043
  * @public
2044
2044
  */
2045
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2045
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
2046
2046
  }
2047
2047
  /**
2048
2048
  * <p>The default options that correspond to the <code>List</code> filter control type.</p>
@@ -2053,7 +2053,7 @@ export interface DefaultFilterListControlOptions {
2053
2053
  * <p>The display options of a control.</p>
2054
2054
  * @public
2055
2055
  */
2056
- DisplayOptions?: ListControlDisplayOptions;
2056
+ DisplayOptions?: ListControlDisplayOptions | undefined;
2057
2057
  /**
2058
2058
  * <p>The type of the <code>DefaultFilterListControlOptions</code>. Choose one of the following options:</p>
2059
2059
  * <ul>
@@ -2068,12 +2068,12 @@ export interface DefaultFilterListControlOptions {
2068
2068
  * </ul>
2069
2069
  * @public
2070
2070
  */
2071
- Type?: SheetControlListType;
2071
+ Type?: SheetControlListType | undefined;
2072
2072
  /**
2073
2073
  * <p>A list of selectable values that are used in a control.</p>
2074
2074
  * @public
2075
2075
  */
2076
- SelectableValues?: FilterSelectableValues;
2076
+ SelectableValues?: FilterSelectableValues | undefined;
2077
2077
  }
2078
2078
  /**
2079
2079
  * <p>The display options of a control.</p>
@@ -2084,17 +2084,17 @@ export interface RelativeDateTimeControlDisplayOptions {
2084
2084
  * <p>The options to configure the title visibility, name, and font size.</p>
2085
2085
  * @public
2086
2086
  */
2087
- TitleOptions?: LabelOptions;
2087
+ TitleOptions?: LabelOptions | undefined;
2088
2088
  /**
2089
2089
  * <p>Customize how dates are formatted in controls.</p>
2090
2090
  * @public
2091
2091
  */
2092
- DateTimeFormat?: string;
2092
+ DateTimeFormat?: string | undefined;
2093
2093
  /**
2094
2094
  * <p>The configuration of info icon label options.</p>
2095
2095
  * @public
2096
2096
  */
2097
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2097
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
2098
2098
  }
2099
2099
  /**
2100
2100
  * <p>The default options that correspond to the <code>RelativeDateTime</code> filter control type.</p>
@@ -2105,12 +2105,12 @@ export interface DefaultRelativeDateTimeControlOptions {
2105
2105
  * <p>The display options of a control.</p>
2106
2106
  * @public
2107
2107
  */
2108
- DisplayOptions?: RelativeDateTimeControlDisplayOptions;
2108
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions | undefined;
2109
2109
  /**
2110
2110
  * <p>The visibility configuration of the Apply button on a <code>RelativeDateTimeControl</code>.</p>
2111
2111
  * @public
2112
2112
  */
2113
- CommitMode?: CommitMode;
2113
+ CommitMode?: CommitMode | undefined;
2114
2114
  }
2115
2115
  /**
2116
2116
  * <p>The display options of a control.</p>
@@ -2121,12 +2121,12 @@ export interface SliderControlDisplayOptions {
2121
2121
  * <p>The options to configure the title visibility, name, and font size.</p>
2122
2122
  * @public
2123
2123
  */
2124
- TitleOptions?: LabelOptions;
2124
+ TitleOptions?: LabelOptions | undefined;
2125
2125
  /**
2126
2126
  * <p>The configuration of info icon label options.</p>
2127
2127
  * @public
2128
2128
  */
2129
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2129
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
2130
2130
  }
2131
2131
  /**
2132
2132
  * @public
@@ -2149,7 +2149,7 @@ export interface DefaultSliderControlOptions {
2149
2149
  * <p>The display options of a control.</p>
2150
2150
  * @public
2151
2151
  */
2152
- DisplayOptions?: SliderControlDisplayOptions;
2152
+ DisplayOptions?: SliderControlDisplayOptions | undefined;
2153
2153
  /**
2154
2154
  * <p>The type of the <code>DefaultSliderControlOptions</code>. Choose one of the following options:</p>
2155
2155
  * <ul>
@@ -2164,7 +2164,7 @@ export interface DefaultSliderControlOptions {
2164
2164
  * </ul>
2165
2165
  * @public
2166
2166
  */
2167
- Type?: SheetControlSliderType;
2167
+ Type?: SheetControlSliderType | undefined;
2168
2168
  /**
2169
2169
  * <p>The larger value that is displayed at the right of the slider.</p>
2170
2170
  * @public
@@ -2190,7 +2190,7 @@ export interface TextControlPlaceholderOptions {
2190
2190
  * <p>The visibility configuration of the placeholder options in a text control.</p>
2191
2191
  * @public
2192
2192
  */
2193
- Visibility?: Visibility;
2193
+ Visibility?: Visibility | undefined;
2194
2194
  }
2195
2195
  /**
2196
2196
  * <p>The display options of a control.</p>
@@ -2201,17 +2201,17 @@ export interface TextAreaControlDisplayOptions {
2201
2201
  * <p>The options to configure the title visibility, name, and font size.</p>
2202
2202
  * @public
2203
2203
  */
2204
- TitleOptions?: LabelOptions;
2204
+ TitleOptions?: LabelOptions | undefined;
2205
2205
  /**
2206
2206
  * <p>The configuration of the placeholder options in a text area control.</p>
2207
2207
  * @public
2208
2208
  */
2209
- PlaceholderOptions?: TextControlPlaceholderOptions;
2209
+ PlaceholderOptions?: TextControlPlaceholderOptions | undefined;
2210
2210
  /**
2211
2211
  * <p>The configuration of info icon label options.</p>
2212
2212
  * @public
2213
2213
  */
2214
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2214
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
2215
2215
  }
2216
2216
  /**
2217
2217
  * <p>The default options that correspond to the <code>TextArea</code> filter control type.</p>
@@ -2222,12 +2222,12 @@ export interface DefaultTextAreaControlOptions {
2222
2222
  * <p>The delimiter that is used to separate the lines in text.</p>
2223
2223
  * @public
2224
2224
  */
2225
- Delimiter?: string;
2225
+ Delimiter?: string | undefined;
2226
2226
  /**
2227
2227
  * <p>The display options of a control.</p>
2228
2228
  * @public
2229
2229
  */
2230
- DisplayOptions?: TextAreaControlDisplayOptions;
2230
+ DisplayOptions?: TextAreaControlDisplayOptions | undefined;
2231
2231
  }
2232
2232
  /**
2233
2233
  * <p>The display options of a control.</p>
@@ -2238,17 +2238,17 @@ export interface TextFieldControlDisplayOptions {
2238
2238
  * <p>The options to configure the title visibility, name, and font size.</p>
2239
2239
  * @public
2240
2240
  */
2241
- TitleOptions?: LabelOptions;
2241
+ TitleOptions?: LabelOptions | undefined;
2242
2242
  /**
2243
2243
  * <p>The configuration of the placeholder options in a text field control.</p>
2244
2244
  * @public
2245
2245
  */
2246
- PlaceholderOptions?: TextControlPlaceholderOptions;
2246
+ PlaceholderOptions?: TextControlPlaceholderOptions | undefined;
2247
2247
  /**
2248
2248
  * <p>The configuration of info icon label options.</p>
2249
2249
  * @public
2250
2250
  */
2251
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2251
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
2252
2252
  }
2253
2253
  /**
2254
2254
  * <p>The default options that correspond to the <code>TextField</code> filter control type.</p>
@@ -2259,7 +2259,7 @@ export interface DefaultTextFieldControlOptions {
2259
2259
  * <p>The display options of a control.</p>
2260
2260
  * @public
2261
2261
  */
2262
- DisplayOptions?: TextFieldControlDisplayOptions;
2262
+ DisplayOptions?: TextFieldControlDisplayOptions | undefined;
2263
2263
  }
2264
2264
  /**
2265
2265
  * <p>The option that corresponds to the control type of the filter.</p>
@@ -2270,37 +2270,37 @@ export interface DefaultFilterControlOptions {
2270
2270
  * <p>The default options that correspond to the filter control type of a <code>DateTimePicker</code>.</p>
2271
2271
  * @public
2272
2272
  */
2273
- DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions;
2273
+ DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions | undefined;
2274
2274
  /**
2275
2275
  * <p>The default options that correspond to the <code>List</code> filter control type.</p>
2276
2276
  * @public
2277
2277
  */
2278
- DefaultListOptions?: DefaultFilterListControlOptions;
2278
+ DefaultListOptions?: DefaultFilterListControlOptions | undefined;
2279
2279
  /**
2280
2280
  * <p>The default options that correspond to the <code>Dropdown</code> filter control type.</p>
2281
2281
  * @public
2282
2282
  */
2283
- DefaultDropdownOptions?: DefaultFilterDropDownControlOptions;
2283
+ DefaultDropdownOptions?: DefaultFilterDropDownControlOptions | undefined;
2284
2284
  /**
2285
2285
  * <p>The default options that correspond to the <code>TextField</code> filter control type.</p>
2286
2286
  * @public
2287
2287
  */
2288
- DefaultTextFieldOptions?: DefaultTextFieldControlOptions;
2288
+ DefaultTextFieldOptions?: DefaultTextFieldControlOptions | undefined;
2289
2289
  /**
2290
2290
  * <p>The default options that correspond to the <code>TextArea</code> filter control type.</p>
2291
2291
  * @public
2292
2292
  */
2293
- DefaultTextAreaOptions?: DefaultTextAreaControlOptions;
2293
+ DefaultTextAreaOptions?: DefaultTextAreaControlOptions | undefined;
2294
2294
  /**
2295
2295
  * <p>The default options that correspond to the <code>Slider</code> filter control type.</p>
2296
2296
  * @public
2297
2297
  */
2298
- DefaultSliderOptions?: DefaultSliderControlOptions;
2298
+ DefaultSliderOptions?: DefaultSliderControlOptions | undefined;
2299
2299
  /**
2300
2300
  * <p>The default options that correspond to the <code>RelativeDateTime</code> filter control type.</p>
2301
2301
  * @public
2302
2302
  */
2303
- DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions;
2303
+ DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions | undefined;
2304
2304
  }
2305
2305
  /**
2306
2306
  * <p>The default configuration for all dependent controls of the filter.</p>
@@ -2343,7 +2343,7 @@ export interface CategoryFilter {
2343
2343
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2344
2344
  * @public
2345
2345
  */
2346
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2346
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2347
2347
  }
2348
2348
  /**
2349
2349
  * <p>A <code>CategoryInnerFilter</code> filters text values for the <code>NestedFilter</code>.</p>
@@ -2365,7 +2365,7 @@ export interface CategoryInnerFilter {
2365
2365
  * <p>The default configuration for all dependent controls of the filter.</p>
2366
2366
  * @public
2367
2367
  */
2368
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2368
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2369
2369
  }
2370
2370
  /**
2371
2371
  * <p>The <code>InnerFilter</code> defines the subset of data to be used with the <code>NestedFilter</code>.</p>
@@ -2376,7 +2376,7 @@ export interface InnerFilter {
2376
2376
  * <p>A <code>CategoryInnerFilter</code> filters text values for the <code>NestedFilter</code>.</p>
2377
2377
  * @public
2378
2378
  */
2379
- CategoryInnerFilter?: CategoryInnerFilter;
2379
+ CategoryInnerFilter?: CategoryInnerFilter | undefined;
2380
2380
  }
2381
2381
  /**
2382
2382
  * <p>A <code>NestedFilter</code> filters data with a subset of data that is defined by the nested inner filter.</p>
@@ -2446,7 +2446,7 @@ export interface NumericEqualityFilter {
2446
2446
  * <p>The input value.</p>
2447
2447
  * @public
2448
2448
  */
2449
- Value?: number;
2449
+ Value?: number | undefined;
2450
2450
  /**
2451
2451
  * <p>Select all of the values. Null is not the assigned value of select all.</p>
2452
2452
  * <ul>
@@ -2458,7 +2458,7 @@ export interface NumericEqualityFilter {
2458
2458
  * </ul>
2459
2459
  * @public
2460
2460
  */
2461
- SelectAllOptions?: NumericFilterSelectAllOptions;
2461
+ SelectAllOptions?: NumericFilterSelectAllOptions | undefined;
2462
2462
  /**
2463
2463
  * <p>The match operator that is used to determine if a filter should be applied.</p>
2464
2464
  * @public
@@ -2468,12 +2468,12 @@ export interface NumericEqualityFilter {
2468
2468
  * <p>The aggregation function of the filter.</p>
2469
2469
  * @public
2470
2470
  */
2471
- AggregationFunction?: AggregationFunction;
2471
+ AggregationFunction?: AggregationFunction | undefined;
2472
2472
  /**
2473
2473
  * <p>The parameter whose value should be used for the filter value.</p>
2474
2474
  * @public
2475
2475
  */
2476
- ParameterName?: string;
2476
+ ParameterName?: string | undefined;
2477
2477
  /**
2478
2478
  * <p>This option determines how null values should be treated when filtering data.</p>
2479
2479
  * <ul>
@@ -2497,7 +2497,7 @@ export interface NumericEqualityFilter {
2497
2497
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2498
2498
  * @public
2499
2499
  */
2500
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2500
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2501
2501
  }
2502
2502
  /**
2503
2503
  * <p>The value input pf the numeric range filter.</p>
@@ -2508,12 +2508,12 @@ export interface NumericRangeFilterValue {
2508
2508
  * <p>The static value of the numeric range filter.</p>
2509
2509
  * @public
2510
2510
  */
2511
- StaticValue?: number;
2511
+ StaticValue?: number | undefined;
2512
2512
  /**
2513
2513
  * <p>The parameter that is used in the numeric range.</p>
2514
2514
  * @public
2515
2515
  */
2516
- Parameter?: string;
2516
+ Parameter?: string | undefined;
2517
2517
  }
2518
2518
  /**
2519
2519
  * <p>A <code>NumericRangeFilter</code> filters values that are within the value range.</p>
@@ -2534,22 +2534,22 @@ export interface NumericRangeFilter {
2534
2534
  * <p>Determines whether the minimum value in the filter value range should be included in the filtered results.</p>
2535
2535
  * @public
2536
2536
  */
2537
- IncludeMinimum?: boolean;
2537
+ IncludeMinimum?: boolean | undefined;
2538
2538
  /**
2539
2539
  * <p>Determines whether the maximum value in the filter value range should be included in the filtered results.</p>
2540
2540
  * @public
2541
2541
  */
2542
- IncludeMaximum?: boolean;
2542
+ IncludeMaximum?: boolean | undefined;
2543
2543
  /**
2544
2544
  * <p>The minimum value for the filter value range.</p>
2545
2545
  * @public
2546
2546
  */
2547
- RangeMinimum?: NumericRangeFilterValue;
2547
+ RangeMinimum?: NumericRangeFilterValue | undefined;
2548
2548
  /**
2549
2549
  * <p>The maximum value for the filter value range.</p>
2550
2550
  * @public
2551
2551
  */
2552
- RangeMaximum?: NumericRangeFilterValue;
2552
+ RangeMaximum?: NumericRangeFilterValue | undefined;
2553
2553
  /**
2554
2554
  * <p>Select all of the values. Null is not the assigned value of select all.</p>
2555
2555
  * <ul>
@@ -2561,12 +2561,12 @@ export interface NumericRangeFilter {
2561
2561
  * </ul>
2562
2562
  * @public
2563
2563
  */
2564
- SelectAllOptions?: NumericFilterSelectAllOptions;
2564
+ SelectAllOptions?: NumericFilterSelectAllOptions | undefined;
2565
2565
  /**
2566
2566
  * <p>The aggregation function of the filter.</p>
2567
2567
  * @public
2568
2568
  */
2569
- AggregationFunction?: AggregationFunction;
2569
+ AggregationFunction?: AggregationFunction | undefined;
2570
2570
  /**
2571
2571
  * <p>This option determines how null values should be treated when filtering data.</p>
2572
2572
  * <ul>
@@ -2590,7 +2590,7 @@ export interface NumericRangeFilter {
2590
2590
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2591
2591
  * @public
2592
2592
  */
2593
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2593
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2594
2594
  }
2595
2595
  /**
2596
2596
  * @public
@@ -2619,12 +2619,12 @@ export interface AnchorDateConfiguration {
2619
2619
  * </ul>
2620
2620
  * @public
2621
2621
  */
2622
- AnchorOption?: AnchorOption;
2622
+ AnchorOption?: AnchorOption | undefined;
2623
2623
  /**
2624
2624
  * <p>The name of the parameter that is used for the anchor date configuration.</p>
2625
2625
  * @public
2626
2626
  */
2627
- ParameterName?: string;
2627
+ ParameterName?: string | undefined;
2628
2628
  }
2629
2629
  /**
2630
2630
  * @public
@@ -2669,7 +2669,7 @@ export interface ExcludePeriodConfiguration {
2669
2669
  * </ul>
2670
2670
  * @public
2671
2671
  */
2672
- Status?: WidgetStatus;
2672
+ Status?: WidgetStatus | undefined;
2673
2673
  }
2674
2674
  /**
2675
2675
  * @public
@@ -2710,7 +2710,7 @@ export interface RelativeDatesFilter {
2710
2710
  * <p>The minimum granularity (period granularity) of the relative dates filter.</p>
2711
2711
  * @public
2712
2712
  */
2713
- MinimumGranularity?: TimeGranularity;
2713
+ MinimumGranularity?: TimeGranularity | undefined;
2714
2714
  /**
2715
2715
  * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
2716
2716
  * @public
@@ -2752,12 +2752,12 @@ export interface RelativeDatesFilter {
2752
2752
  * <p>The date value of the filter.</p>
2753
2753
  * @public
2754
2754
  */
2755
- RelativeDateValue?: number;
2755
+ RelativeDateValue?: number | undefined;
2756
2756
  /**
2757
2757
  * <p>The parameter whose value should be used for the filter value.</p>
2758
2758
  * @public
2759
2759
  */
2760
- ParameterName?: string;
2760
+ ParameterName?: string | undefined;
2761
2761
  /**
2762
2762
  * <p>This option determines how null values should be treated when filtering data.</p>
2763
2763
  * <ul>
@@ -2781,12 +2781,12 @@ export interface RelativeDatesFilter {
2781
2781
  * <p>The configuration for the exclude period of the filter.</p>
2782
2782
  * @public
2783
2783
  */
2784
- ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
2784
+ ExcludePeriodConfiguration?: ExcludePeriodConfiguration | undefined;
2785
2785
  /**
2786
2786
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2787
2787
  * @public
2788
2788
  */
2789
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2789
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2790
2790
  }
2791
2791
  /**
2792
2792
  * <p>The rolling date configuration of a date time filter.</p>
@@ -2797,7 +2797,7 @@ export interface RollingDateConfiguration {
2797
2797
  * <p>The data set that is used in the rolling date configuration.</p>
2798
2798
  * @public
2799
2799
  */
2800
- DataSetIdentifier?: string;
2800
+ DataSetIdentifier?: string | undefined;
2801
2801
  /**
2802
2802
  * <p>The expression of the rolling date configuration.</p>
2803
2803
  * @public
@@ -2824,29 +2824,29 @@ export interface TimeEqualityFilter {
2824
2824
  * <p>This field is mutually exclusive to <code>RollingDate</code> and <code>ParameterName</code>.</p>
2825
2825
  * @public
2826
2826
  */
2827
- Value?: Date;
2827
+ Value?: Date | undefined;
2828
2828
  /**
2829
2829
  * <p>The parameter whose value should be used for the filter value.</p>
2830
2830
  * <p>This field is mutually exclusive to <code>Value</code> and <code>RollingDate</code>.</p>
2831
2831
  * @public
2832
2832
  */
2833
- ParameterName?: string;
2833
+ ParameterName?: string | undefined;
2834
2834
  /**
2835
2835
  * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
2836
2836
  * @public
2837
2837
  */
2838
- TimeGranularity?: TimeGranularity;
2838
+ TimeGranularity?: TimeGranularity | undefined;
2839
2839
  /**
2840
2840
  * <p>The rolling date input for the <code>TimeEquality</code> filter.</p>
2841
2841
  * <p>This field is mutually exclusive to <code>Value</code> and <code>ParameterName</code>.</p>
2842
2842
  * @public
2843
2843
  */
2844
- RollingDate?: RollingDateConfiguration;
2844
+ RollingDate?: RollingDateConfiguration | undefined;
2845
2845
  /**
2846
2846
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2847
2847
  * @public
2848
2848
  */
2849
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2849
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2850
2850
  }
2851
2851
  /**
2852
2852
  * <p>The value of a time range filter.</p>
@@ -2858,17 +2858,17 @@ export interface TimeRangeFilterValue {
2858
2858
  * <p>The static input value.</p>
2859
2859
  * @public
2860
2860
  */
2861
- StaticValue?: Date;
2861
+ StaticValue?: Date | undefined;
2862
2862
  /**
2863
2863
  * <p>The rolling date input value.</p>
2864
2864
  * @public
2865
2865
  */
2866
- RollingDate?: RollingDateConfiguration;
2866
+ RollingDate?: RollingDateConfiguration | undefined;
2867
2867
  /**
2868
2868
  * <p>The parameter type input value.</p>
2869
2869
  * @public
2870
2870
  */
2871
- Parameter?: string;
2871
+ Parameter?: string | undefined;
2872
2872
  }
2873
2873
  /**
2874
2874
  * <p>A <code>TimeRangeFilter</code> filters values that are between two specified values.</p>
@@ -2889,22 +2889,22 @@ export interface TimeRangeFilter {
2889
2889
  * <p>Determines whether the minimum value in the filter value range should be included in the filtered results.</p>
2890
2890
  * @public
2891
2891
  */
2892
- IncludeMinimum?: boolean;
2892
+ IncludeMinimum?: boolean | undefined;
2893
2893
  /**
2894
2894
  * <p>Determines whether the maximum value in the filter value range should be included in the filtered results.</p>
2895
2895
  * @public
2896
2896
  */
2897
- IncludeMaximum?: boolean;
2897
+ IncludeMaximum?: boolean | undefined;
2898
2898
  /**
2899
2899
  * <p>The minimum value for the filter value range.</p>
2900
2900
  * @public
2901
2901
  */
2902
- RangeMinimumValue?: TimeRangeFilterValue;
2902
+ RangeMinimumValue?: TimeRangeFilterValue | undefined;
2903
2903
  /**
2904
2904
  * <p>The maximum value for the filter value range.</p>
2905
2905
  * @public
2906
2906
  */
2907
- RangeMaximumValue?: TimeRangeFilterValue;
2907
+ RangeMaximumValue?: TimeRangeFilterValue | undefined;
2908
2908
  /**
2909
2909
  * <p>This option determines how null values should be treated when filtering data.</p>
2910
2910
  * <ul>
@@ -2928,17 +2928,17 @@ export interface TimeRangeFilter {
2928
2928
  * <p>The exclude period of the time range filter.</p>
2929
2929
  * @public
2930
2930
  */
2931
- ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
2931
+ ExcludePeriodConfiguration?: ExcludePeriodConfiguration | undefined;
2932
2932
  /**
2933
2933
  * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
2934
2934
  * @public
2935
2935
  */
2936
- TimeGranularity?: TimeGranularity;
2936
+ TimeGranularity?: TimeGranularity | undefined;
2937
2937
  /**
2938
2938
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2939
2939
  * @public
2940
2940
  */
2941
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2941
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2942
2942
  }
2943
2943
  /**
2944
2944
  * <p>A <code>TopBottomFilter</code> filters values that are at the top or the bottom.</p>
@@ -2959,7 +2959,7 @@ export interface TopBottomFilter {
2959
2959
  * <p>The number of items to include in the top bottom filter results.</p>
2960
2960
  * @public
2961
2961
  */
2962
- Limit?: number;
2962
+ Limit?: number | undefined;
2963
2963
  /**
2964
2964
  * <p>The aggregation and sort configuration of the top bottom filter.</p>
2965
2965
  * @public
@@ -2969,17 +2969,17 @@ export interface TopBottomFilter {
2969
2969
  * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
2970
2970
  * @public
2971
2971
  */
2972
- TimeGranularity?: TimeGranularity;
2972
+ TimeGranularity?: TimeGranularity | undefined;
2973
2973
  /**
2974
2974
  * <p>The parameter whose value should be used for the filter value.</p>
2975
2975
  * @public
2976
2976
  */
2977
- ParameterName?: string;
2977
+ ParameterName?: string | undefined;
2978
2978
  /**
2979
2979
  * <p>The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.</p>
2980
2980
  * @public
2981
2981
  */
2982
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
2982
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration | undefined;
2983
2983
  }
2984
2984
  /**
2985
2985
  * <p>With a <code>Filter</code>, you can remove portions of data from a particular visual or view.</p>
@@ -2992,43 +2992,43 @@ export interface Filter {
2992
2992
  * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html">Adding text filters</a> in the <i>Amazon QuickSight User Guide</i>.</p>
2993
2993
  * @public
2994
2994
  */
2995
- CategoryFilter?: CategoryFilter;
2995
+ CategoryFilter?: CategoryFilter | undefined;
2996
2996
  /**
2997
2997
  * <p>A <code>NumericRangeFilter</code> filters numeric values that are either inside or outside a given numeric range.</p>
2998
2998
  * @public
2999
2999
  */
3000
- NumericRangeFilter?: NumericRangeFilter;
3000
+ NumericRangeFilter?: NumericRangeFilter | undefined;
3001
3001
  /**
3002
3002
  * <p>A <code>NumericEqualityFilter</code> filters numeric values that equal or do not equal a given numeric value.</p>
3003
3003
  * @public
3004
3004
  */
3005
- NumericEqualityFilter?: NumericEqualityFilter;
3005
+ NumericEqualityFilter?: NumericEqualityFilter | undefined;
3006
3006
  /**
3007
3007
  * <p>A <code>TimeEqualityFilter</code> filters date-time values that equal or do not equal
3008
3008
  * a given date/time value.</p>
3009
3009
  * @public
3010
3010
  */
3011
- TimeEqualityFilter?: TimeEqualityFilter;
3011
+ TimeEqualityFilter?: TimeEqualityFilter | undefined;
3012
3012
  /**
3013
3013
  * <p>A <code>TimeRangeFilter</code> filters date-time values that are either inside or outside a given date/time range.</p>
3014
3014
  * @public
3015
3015
  */
3016
- TimeRangeFilter?: TimeRangeFilter;
3016
+ TimeRangeFilter?: TimeRangeFilter | undefined;
3017
3017
  /**
3018
3018
  * <p>A <code>RelativeDatesFilter</code> filters date values that are relative to a given date.</p>
3019
3019
  * @public
3020
3020
  */
3021
- RelativeDatesFilter?: RelativeDatesFilter;
3021
+ RelativeDatesFilter?: RelativeDatesFilter | undefined;
3022
3022
  /**
3023
3023
  * <p>A <code>TopBottomFilter</code> filters data to the top or bottom values for a given column.</p>
3024
3024
  * @public
3025
3025
  */
3026
- TopBottomFilter?: TopBottomFilter;
3026
+ TopBottomFilter?: TopBottomFilter | undefined;
3027
3027
  /**
3028
3028
  * <p>A <code>NestedFilter</code> filters data with a subset of data that is defined by the nested inner filter.</p>
3029
3029
  * @public
3030
3030
  */
3031
- NestedFilter?: NestedFilter;
3031
+ NestedFilter?: NestedFilter | undefined;
3032
3032
  }
3033
3033
  /**
3034
3034
  * @public
@@ -3073,7 +3073,7 @@ export interface SheetVisualScopingConfiguration {
3073
3073
  * <p>The selected visuals that the filter is applied to.</p>
3074
3074
  * @public
3075
3075
  */
3076
- VisualIds?: string[];
3076
+ VisualIds?: string[] | undefined;
3077
3077
  }
3078
3078
  /**
3079
3079
  * <p>The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.</p>
@@ -3085,7 +3085,7 @@ export interface SelectedSheetsFilterScopeConfiguration {
3085
3085
  * <p>The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.</p>
3086
3086
  * @public
3087
3087
  */
3088
- SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[];
3088
+ SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[] | undefined;
3089
3089
  }
3090
3090
  /**
3091
3091
  * <p>The scope configuration for a <code>FilterGroup</code>.</p>
@@ -3097,12 +3097,12 @@ export interface FilterScopeConfiguration {
3097
3097
  * <p>The configuration for applying a filter to specific sheets.</p>
3098
3098
  * @public
3099
3099
  */
3100
- SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
3100
+ SelectedSheets?: SelectedSheetsFilterScopeConfiguration | undefined;
3101
3101
  /**
3102
3102
  * <p>The configuration that applies a filter to all sheets. When you choose <code>AllSheets</code> as the value for a <code>FilterScopeConfiguration</code>, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The <code>AllSheetsFilterScopeConfiguration</code> is chosen.</p>
3103
3103
  * @public
3104
3104
  */
3105
- AllSheets?: AllSheetsFilterScopeConfiguration;
3105
+ AllSheets?: AllSheetsFilterScopeConfiguration | undefined;
3106
3106
  }
3107
3107
  /**
3108
3108
  * <p>A grouping of individual filters. Filter groups are applied to the same group of visuals.</p>
@@ -3130,7 +3130,7 @@ export interface FilterGroup {
3130
3130
  * <p>The status of the <code>FilterGroup</code>.</p>
3131
3131
  * @public
3132
3132
  */
3133
- Status?: WidgetStatus;
3133
+ Status?: WidgetStatus | undefined;
3134
3134
  /**
3135
3135
  * <p>The filter new feature which can apply filter group to all data sets. Choose one of the following options:</p>
3136
3136
  * <ul>
@@ -3175,12 +3175,12 @@ export interface AssetOptions {
3175
3175
  * <p>Determines the timezone for the analysis.</p>
3176
3176
  * @public
3177
3177
  */
3178
- Timezone?: string;
3178
+ Timezone?: string | undefined;
3179
3179
  /**
3180
3180
  * <p>Determines the week start day for an analysis.</p>
3181
3181
  * @public
3182
3182
  */
3183
- WeekStart?: DayOfTheWeek;
3183
+ WeekStart?: DayOfTheWeek | undefined;
3184
3184
  }
3185
3185
  /**
3186
3186
  * <p>Defines different defaults to the users or groups based on mapping.</p>
@@ -3191,12 +3191,12 @@ export interface DynamicDefaultValue {
3191
3191
  * <p>The column that contains the username.</p>
3192
3192
  * @public
3193
3193
  */
3194
- UserNameColumn?: ColumnIdentifier;
3194
+ UserNameColumn?: ColumnIdentifier | undefined;
3195
3195
  /**
3196
3196
  * <p>The column that contains the group name.</p>
3197
3197
  * @public
3198
3198
  */
3199
- GroupNameColumn?: ColumnIdentifier;
3199
+ GroupNameColumn?: ColumnIdentifier | undefined;
3200
3200
  /**
3201
3201
  * <p>The column that contains the default value of each user or group.</p>
3202
3202
  * @public
@@ -3212,17 +3212,17 @@ export interface DateTimeDefaultValues {
3212
3212
  * <p>The dynamic value of the <code>DataTimeDefaultValues</code>. Different defaults are displayed according to users, groups, and values mapping.</p>
3213
3213
  * @public
3214
3214
  */
3215
- DynamicValue?: DynamicDefaultValue;
3215
+ DynamicValue?: DynamicDefaultValue | undefined;
3216
3216
  /**
3217
3217
  * <p>The static values of the <code>DataTimeDefaultValues</code>.</p>
3218
3218
  * @public
3219
3219
  */
3220
- StaticValues?: Date[];
3220
+ StaticValues?: Date[] | undefined;
3221
3221
  /**
3222
3222
  * <p>The rolling date of the <code>DataTimeDefaultValues</code>. The date is determined from the dataset based on input expression.</p>
3223
3223
  * @public
3224
3224
  */
3225
- RollingDate?: RollingDateConfiguration;
3225
+ RollingDate?: RollingDateConfiguration | undefined;
3226
3226
  }
3227
3227
  /**
3228
3228
  * <p>A dataset parameter that is mapped to an analysis parameter.</p>
@@ -3271,12 +3271,12 @@ export interface DateTimeValueWhenUnsetConfiguration {
3271
3271
  * </ul>
3272
3272
  * @public
3273
3273
  */
3274
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
3274
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
3275
3275
  /**
3276
3276
  * <p>A custom value that's used when the value of a parameter isn't set.</p>
3277
3277
  * @public
3278
3278
  */
3279
- CustomValue?: Date;
3279
+ CustomValue?: Date | undefined;
3280
3280
  }
3281
3281
  /**
3282
3282
  * <p>A parameter declaration for the <code>DateTime</code> data type.</p>
@@ -3292,22 +3292,22 @@ export interface DateTimeParameterDeclaration {
3292
3292
  * <p>The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.</p>
3293
3293
  * @public
3294
3294
  */
3295
- DefaultValues?: DateTimeDefaultValues;
3295
+ DefaultValues?: DateTimeDefaultValues | undefined;
3296
3296
  /**
3297
3297
  * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
3298
3298
  * @public
3299
3299
  */
3300
- TimeGranularity?: TimeGranularity;
3300
+ TimeGranularity?: TimeGranularity | undefined;
3301
3301
  /**
3302
3302
  * <p>The configuration that defines the default value of a <code>DateTime</code> parameter when a value has not been set.</p>
3303
3303
  * @public
3304
3304
  */
3305
- ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
3305
+ ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration | undefined;
3306
3306
  /**
3307
3307
  * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
3308
3308
  * @public
3309
3309
  */
3310
- MappedDataSetParameters?: MappedDataSetParameter[];
3310
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
3311
3311
  }
3312
3312
  /**
3313
3313
  * <p>The default values of the <code>DecimalParameterDeclaration</code>.</p>
@@ -3318,12 +3318,12 @@ export interface DecimalDefaultValues {
3318
3318
  * <p>The dynamic value of the <code>DecimalDefaultValues</code>. Different defaults are displayed according to users, groups, and values mapping.</p>
3319
3319
  * @public
3320
3320
  */
3321
- DynamicValue?: DynamicDefaultValue;
3321
+ DynamicValue?: DynamicDefaultValue | undefined;
3322
3322
  /**
3323
3323
  * <p>The static values of the <code>DecimalDefaultValues</code>.</p>
3324
3324
  * @public
3325
3325
  */
3326
- StaticValues?: number[];
3326
+ StaticValues?: number[] | undefined;
3327
3327
  }
3328
3328
  /**
3329
3329
  * @public
@@ -3356,12 +3356,12 @@ export interface DecimalValueWhenUnsetConfiguration {
3356
3356
  * </ul>
3357
3357
  * @public
3358
3358
  */
3359
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
3359
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
3360
3360
  /**
3361
3361
  * <p>A custom value that's used when the value of a parameter isn't set.</p>
3362
3362
  * @public
3363
3363
  */
3364
- CustomValue?: number;
3364
+ CustomValue?: number | undefined;
3365
3365
  }
3366
3366
  /**
3367
3367
  * <p>A parameter declaration for the <code>Decimal</code> data type.</p>
@@ -3382,17 +3382,17 @@ export interface DecimalParameterDeclaration {
3382
3382
  * <p>The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.</p>
3383
3383
  * @public
3384
3384
  */
3385
- DefaultValues?: DecimalDefaultValues;
3385
+ DefaultValues?: DecimalDefaultValues | undefined;
3386
3386
  /**
3387
3387
  * <p>The configuration that defines the default value of a <code>Decimal</code> parameter when a value has not been set.</p>
3388
3388
  * @public
3389
3389
  */
3390
- ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
3390
+ ValueWhenUnset?: DecimalValueWhenUnsetConfiguration | undefined;
3391
3391
  /**
3392
3392
  * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
3393
3393
  * @public
3394
3394
  */
3395
- MappedDataSetParameters?: MappedDataSetParameter[];
3395
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
3396
3396
  }
3397
3397
  /**
3398
3398
  * <p>The default values of the <code>IntegerParameterDeclaration</code>.</p>
@@ -3403,12 +3403,12 @@ export interface IntegerDefaultValues {
3403
3403
  * <p>The dynamic value of the <code>IntegerDefaultValues</code>. Different defaults are displayed according to users, groups, and values mapping.</p>
3404
3404
  * @public
3405
3405
  */
3406
- DynamicValue?: DynamicDefaultValue;
3406
+ DynamicValue?: DynamicDefaultValue | undefined;
3407
3407
  /**
3408
3408
  * <p>The static values of the <code>IntegerDefaultValues</code>.</p>
3409
3409
  * @public
3410
3410
  */
3411
- StaticValues?: number[];
3411
+ StaticValues?: number[] | undefined;
3412
3412
  }
3413
3413
  /**
3414
3414
  * <p>A parameter declaration for the <code>Integer</code> data type.</p>
@@ -3430,12 +3430,12 @@ export interface IntegerValueWhenUnsetConfiguration {
3430
3430
  * </ul>
3431
3431
  * @public
3432
3432
  */
3433
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
3433
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
3434
3434
  /**
3435
3435
  * <p>A custom value that's used when the value of a parameter isn't set.</p>
3436
3436
  * @public
3437
3437
  */
3438
- CustomValue?: number;
3438
+ CustomValue?: number | undefined;
3439
3439
  }
3440
3440
  /**
3441
3441
  * <p>A parameter declaration for the <code>Integer</code> data type.</p>
@@ -3456,17 +3456,17 @@ export interface IntegerParameterDeclaration {
3456
3456
  * <p>The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.</p>
3457
3457
  * @public
3458
3458
  */
3459
- DefaultValues?: IntegerDefaultValues;
3459
+ DefaultValues?: IntegerDefaultValues | undefined;
3460
3460
  /**
3461
3461
  * <p>A parameter declaration for the <code>Integer</code> data type.</p>
3462
3462
  * @public
3463
3463
  */
3464
- ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
3464
+ ValueWhenUnset?: IntegerValueWhenUnsetConfiguration | undefined;
3465
3465
  /**
3466
3466
  * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
3467
3467
  * @public
3468
3468
  */
3469
- MappedDataSetParameters?: MappedDataSetParameter[];
3469
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
3470
3470
  }
3471
3471
  /**
3472
3472
  * <p>The default values of the <code>StringParameterDeclaration</code>.</p>
@@ -3477,12 +3477,12 @@ export interface StringDefaultValues {
3477
3477
  * <p>The dynamic value of the <code>StringDefaultValues</code>. Different defaults displayed according to users, groups, and values mapping.</p>
3478
3478
  * @public
3479
3479
  */
3480
- DynamicValue?: DynamicDefaultValue;
3480
+ DynamicValue?: DynamicDefaultValue | undefined;
3481
3481
  /**
3482
3482
  * <p>The static values of the <code>DecimalDefaultValues</code>.</p>
3483
3483
  * @public
3484
3484
  */
3485
- StaticValues?: string[];
3485
+ StaticValues?: string[] | undefined;
3486
3486
  }
3487
3487
  /**
3488
3488
  * <p>The configuration that defines the default value of a <code>String</code> parameter when a value has not been set.</p>
@@ -3503,12 +3503,12 @@ export interface StringValueWhenUnsetConfiguration {
3503
3503
  * </ul>
3504
3504
  * @public
3505
3505
  */
3506
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
3506
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
3507
3507
  /**
3508
3508
  * <p>A custom value that's used when the value of a parameter isn't set.</p>
3509
3509
  * @public
3510
3510
  */
3511
- CustomValue?: string;
3511
+ CustomValue?: string | undefined;
3512
3512
  }
3513
3513
  /**
3514
3514
  * <p>A parameter declaration for the <code>String</code> data type.</p>
@@ -3529,17 +3529,17 @@ export interface StringParameterDeclaration {
3529
3529
  * <p>The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.</p>
3530
3530
  * @public
3531
3531
  */
3532
- DefaultValues?: StringDefaultValues;
3532
+ DefaultValues?: StringDefaultValues | undefined;
3533
3533
  /**
3534
3534
  * <p>The configuration that defines the default value of a <code>String</code> parameter when a value has not been set.</p>
3535
3535
  * @public
3536
3536
  */
3537
- ValueWhenUnset?: StringValueWhenUnsetConfiguration;
3537
+ ValueWhenUnset?: StringValueWhenUnsetConfiguration | undefined;
3538
3538
  /**
3539
3539
  * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
3540
3540
  * @public
3541
3541
  */
3542
- MappedDataSetParameters?: MappedDataSetParameter[];
3542
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
3543
3543
  }
3544
3544
  /**
3545
3545
  * <p>The declaration definition of a parameter.</p>
@@ -3552,22 +3552,22 @@ export interface ParameterDeclaration {
3552
3552
  * <p>A parameter declaration for the <code>String</code> data type.</p>
3553
3553
  * @public
3554
3554
  */
3555
- StringParameterDeclaration?: StringParameterDeclaration;
3555
+ StringParameterDeclaration?: StringParameterDeclaration | undefined;
3556
3556
  /**
3557
3557
  * <p>A parameter declaration for the <code>Decimal</code> data type.</p>
3558
3558
  * @public
3559
3559
  */
3560
- DecimalParameterDeclaration?: DecimalParameterDeclaration;
3560
+ DecimalParameterDeclaration?: DecimalParameterDeclaration | undefined;
3561
3561
  /**
3562
3562
  * <p>A parameter declaration for the <code>Integer</code> data type.</p>
3563
3563
  * @public
3564
3564
  */
3565
- IntegerParameterDeclaration?: IntegerParameterDeclaration;
3565
+ IntegerParameterDeclaration?: IntegerParameterDeclaration | undefined;
3566
3566
  /**
3567
3567
  * <p>A parameter declaration for the <code>DateTime</code> data type.</p>
3568
3568
  * @public
3569
3569
  */
3570
- DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
3570
+ DateTimeParameterDeclaration?: DateTimeParameterDeclaration | undefined;
3571
3571
  }
3572
3572
  /**
3573
3573
  * @public
@@ -3590,7 +3590,7 @@ export interface QueryExecutionOptions {
3590
3590
  * <p>A structure that describes the query execution mode.</p>
3591
3591
  * @public
3592
3592
  */
3593
- QueryExecutionMode?: QueryExecutionMode;
3593
+ QueryExecutionMode?: QueryExecutionMode | undefined;
3594
3594
  }
3595
3595
  /**
3596
3596
  * <p>The source controls that are used in a <code>CascadingControlConfiguration</code>.</p>
@@ -3601,12 +3601,12 @@ export interface CascadingControlSource {
3601
3601
  * <p>The source sheet control ID of a <code>CascadingControlSource</code>.</p>
3602
3602
  * @public
3603
3603
  */
3604
- SourceSheetControlId?: string;
3604
+ SourceSheetControlId?: string | undefined;
3605
3605
  /**
3606
3606
  * <p>The column identifier that determines which column to look up for the source sheet control.</p>
3607
3607
  * @public
3608
3608
  */
3609
- ColumnToMatch?: ColumnIdentifier;
3609
+ ColumnToMatch?: ColumnIdentifier | undefined;
3610
3610
  }
3611
3611
  /**
3612
3612
  * <p>The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.</p>
@@ -3617,7 +3617,7 @@ export interface CascadingControlConfiguration {
3617
3617
  * <p>A list of source controls that determine the values that are used in the current control.</p>
3618
3618
  * @public
3619
3619
  */
3620
- SourceControls?: CascadingControlSource[];
3620
+ SourceControls?: CascadingControlSource[] | undefined;
3621
3621
  }
3622
3622
  /**
3623
3623
  * <p>A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet</p>
@@ -3638,7 +3638,7 @@ export interface FilterCrossSheetControl {
3638
3638
  * <p>The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.</p>
3639
3639
  * @public
3640
3640
  */
3641
- CascadingControlConfiguration?: CascadingControlConfiguration;
3641
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
3642
3642
  }
3643
3643
  /**
3644
3644
  * <p>A control from a date filter that is used to specify date and time.</p>
@@ -3664,7 +3664,7 @@ export interface FilterDateTimePickerControl {
3664
3664
  * <p>The display options of a control.</p>
3665
3665
  * @public
3666
3666
  */
3667
- DisplayOptions?: DateTimePickerControlDisplayOptions;
3667
+ DisplayOptions?: DateTimePickerControlDisplayOptions | undefined;
3668
3668
  /**
3669
3669
  * <p>The type of the <code>FilterDropDownControl</code>. Choose one of the following options:</p>
3670
3670
  * <ul>
@@ -3679,12 +3679,12 @@ export interface FilterDateTimePickerControl {
3679
3679
  * </ul>
3680
3680
  * @public
3681
3681
  */
3682
- Type?: SheetControlDateTimePickerType;
3682
+ Type?: SheetControlDateTimePickerType | undefined;
3683
3683
  /**
3684
3684
  * <p>The visibility configurationof the Apply button on a <code>DateTimePickerControl</code>.</p>
3685
3685
  * @public
3686
3686
  */
3687
- CommitMode?: CommitMode;
3687
+ CommitMode?: CommitMode | undefined;
3688
3688
  }
3689
3689
  /**
3690
3690
  * <p>A control to display a dropdown list with buttons that are used to select a single value.</p>
@@ -3710,7 +3710,7 @@ export interface FilterDropDownControl {
3710
3710
  * <p>The display options of the <code>FilterDropDownControl</code>.</p>
3711
3711
  * @public
3712
3712
  */
3713
- DisplayOptions?: DropDownControlDisplayOptions;
3713
+ DisplayOptions?: DropDownControlDisplayOptions | undefined;
3714
3714
  /**
3715
3715
  * <p>The type of the <code>FilterDropDownControl</code>. Choose one of the following options:</p>
3716
3716
  * <ul>
@@ -3725,22 +3725,22 @@ export interface FilterDropDownControl {
3725
3725
  * </ul>
3726
3726
  * @public
3727
3727
  */
3728
- Type?: SheetControlListType;
3728
+ Type?: SheetControlListType | undefined;
3729
3729
  /**
3730
3730
  * <p>A list of selectable values that are used in a control.</p>
3731
3731
  * @public
3732
3732
  */
3733
- SelectableValues?: FilterSelectableValues;
3733
+ SelectableValues?: FilterSelectableValues | undefined;
3734
3734
  /**
3735
3735
  * <p>The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.</p>
3736
3736
  * @public
3737
3737
  */
3738
- CascadingControlConfiguration?: CascadingControlConfiguration;
3738
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
3739
3739
  /**
3740
3740
  * <p>The visibility configuration of the Apply button on a <code>FilterDropDownControl</code>.</p>
3741
3741
  * @public
3742
3742
  */
3743
- CommitMode?: CommitMode;
3743
+ CommitMode?: CommitMode | undefined;
3744
3744
  }
3745
3745
  /**
3746
3746
  * <p>A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.</p>
@@ -3766,7 +3766,7 @@ export interface FilterListControl {
3766
3766
  * <p>The display options of a control.</p>
3767
3767
  * @public
3768
3768
  */
3769
- DisplayOptions?: ListControlDisplayOptions;
3769
+ DisplayOptions?: ListControlDisplayOptions | undefined;
3770
3770
  /**
3771
3771
  * <p>The type of the <code>FilterListControl</code>. Choose one of the following options:</p>
3772
3772
  * <ul>
@@ -3781,17 +3781,17 @@ export interface FilterListControl {
3781
3781
  * </ul>
3782
3782
  * @public
3783
3783
  */
3784
- Type?: SheetControlListType;
3784
+ Type?: SheetControlListType | undefined;
3785
3785
  /**
3786
3786
  * <p>A list of selectable values that are used in a control.</p>
3787
3787
  * @public
3788
3788
  */
3789
- SelectableValues?: FilterSelectableValues;
3789
+ SelectableValues?: FilterSelectableValues | undefined;
3790
3790
  /**
3791
3791
  * <p>The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.</p>
3792
3792
  * @public
3793
3793
  */
3794
- CascadingControlConfiguration?: CascadingControlConfiguration;
3794
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
3795
3795
  }
3796
3796
  /**
3797
3797
  * <p>A control from a date filter that is used to specify the relative date.</p>
@@ -3817,12 +3817,12 @@ export interface FilterRelativeDateTimeControl {
3817
3817
  * <p>The display options of a control.</p>
3818
3818
  * @public
3819
3819
  */
3820
- DisplayOptions?: RelativeDateTimeControlDisplayOptions;
3820
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions | undefined;
3821
3821
  /**
3822
3822
  * <p>The visibility configuration of the Apply button on a <code>FilterRelativeDateTimeControl</code>.</p>
3823
3823
  * @public
3824
3824
  */
3825
- CommitMode?: CommitMode;
3825
+ CommitMode?: CommitMode | undefined;
3826
3826
  }
3827
3827
  /**
3828
3828
  * <p>A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.</p>
@@ -3848,7 +3848,7 @@ export interface FilterSliderControl {
3848
3848
  * <p>The display options of a control.</p>
3849
3849
  * @public
3850
3850
  */
3851
- DisplayOptions?: SliderControlDisplayOptions;
3851
+ DisplayOptions?: SliderControlDisplayOptions | undefined;
3852
3852
  /**
3853
3853
  * <p>The type of the <code>FilterSliderControl</code>. Choose one of the following options:</p>
3854
3854
  * <ul>
@@ -3863,7 +3863,7 @@ export interface FilterSliderControl {
3863
3863
  * </ul>
3864
3864
  * @public
3865
3865
  */
3866
- Type?: SheetControlSliderType;
3866
+ Type?: SheetControlSliderType | undefined;
3867
3867
  /**
3868
3868
  * <p>The larger value that is displayed at the right of the slider.</p>
3869
3869
  * @public
@@ -3904,12 +3904,12 @@ export interface FilterTextAreaControl {
3904
3904
  * <p>The delimiter that is used to separate the lines in text.</p>
3905
3905
  * @public
3906
3906
  */
3907
- Delimiter?: string;
3907
+ Delimiter?: string | undefined;
3908
3908
  /**
3909
3909
  * <p>The display options of a control.</p>
3910
3910
  * @public
3911
3911
  */
3912
- DisplayOptions?: TextAreaControlDisplayOptions;
3912
+ DisplayOptions?: TextAreaControlDisplayOptions | undefined;
3913
3913
  }
3914
3914
  /**
3915
3915
  * <p>A control to display a text box that is used to enter a single entry.</p>
@@ -3935,7 +3935,7 @@ export interface FilterTextFieldControl {
3935
3935
  * <p>The display options of a control.</p>
3936
3936
  * @public
3937
3937
  */
3938
- DisplayOptions?: TextFieldControlDisplayOptions;
3938
+ DisplayOptions?: TextFieldControlDisplayOptions | undefined;
3939
3939
  }
3940
3940
  /**
3941
3941
  * <p>The control of a filter that is used to interact with a dashboard or an analysis.</p>
@@ -3947,42 +3947,42 @@ export interface FilterControl {
3947
3947
  * <p>A control from a date filter that is used to specify date and time.</p>
3948
3948
  * @public
3949
3949
  */
3950
- DateTimePicker?: FilterDateTimePickerControl;
3950
+ DateTimePicker?: FilterDateTimePickerControl | undefined;
3951
3951
  /**
3952
3952
  * <p>A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.</p>
3953
3953
  * @public
3954
3954
  */
3955
- List?: FilterListControl;
3955
+ List?: FilterListControl | undefined;
3956
3956
  /**
3957
3957
  * <p>A control to display a dropdown list with buttons that are used to select a single value.</p>
3958
3958
  * @public
3959
3959
  */
3960
- Dropdown?: FilterDropDownControl;
3960
+ Dropdown?: FilterDropDownControl | undefined;
3961
3961
  /**
3962
3962
  * <p>A control to display a text box that is used to enter a single entry.</p>
3963
3963
  * @public
3964
3964
  */
3965
- TextField?: FilterTextFieldControl;
3965
+ TextField?: FilterTextFieldControl | undefined;
3966
3966
  /**
3967
3967
  * <p>A control to display a text box that is used to enter multiple entries.</p>
3968
3968
  * @public
3969
3969
  */
3970
- TextArea?: FilterTextAreaControl;
3970
+ TextArea?: FilterTextAreaControl | undefined;
3971
3971
  /**
3972
3972
  * <p>A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.</p>
3973
3973
  * @public
3974
3974
  */
3975
- Slider?: FilterSliderControl;
3975
+ Slider?: FilterSliderControl | undefined;
3976
3976
  /**
3977
3977
  * <p>A control from a date filter that is used to specify the relative date.</p>
3978
3978
  * @public
3979
3979
  */
3980
- RelativeDateTime?: FilterRelativeDateTimeControl;
3980
+ RelativeDateTime?: FilterRelativeDateTimeControl | undefined;
3981
3981
  /**
3982
3982
  * <p>A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet</p>
3983
3983
  * @public
3984
3984
  */
3985
- CrossSheet?: FilterCrossSheetControl;
3985
+ CrossSheet?: FilterCrossSheetControl | undefined;
3986
3986
  }
3987
3987
  /**
3988
3988
  * <p>The background style configuration of a free-form layout element.</p>
@@ -3993,12 +3993,12 @@ export interface FreeFormLayoutElementBackgroundStyle {
3993
3993
  * <p>The background visibility of a free-form layout element.</p>
3994
3994
  * @public
3995
3995
  */
3996
- Visibility?: Visibility;
3996
+ Visibility?: Visibility | undefined;
3997
3997
  /**
3998
3998
  * <p>The background color of a free-form layout element.</p>
3999
3999
  * @public
4000
4000
  */
4001
- Color?: string;
4001
+ Color?: string | undefined;
4002
4002
  }
4003
4003
  /**
4004
4004
  * <p>The background style configuration of a free-form layout element.</p>
@@ -4009,12 +4009,12 @@ export interface FreeFormLayoutElementBorderStyle {
4009
4009
  * <p>The border visibility of a free-form layout element.</p>
4010
4010
  * @public
4011
4011
  */
4012
- Visibility?: Visibility;
4012
+ Visibility?: Visibility | undefined;
4013
4013
  /**
4014
4014
  * <p>The border color of a free-form layout element.</p>
4015
4015
  * @public
4016
4016
  */
4017
- Color?: string;
4017
+ Color?: string | undefined;
4018
4018
  }
4019
4019
  /**
4020
4020
  * @public
@@ -4039,7 +4039,7 @@ export interface LoadingAnimation {
4039
4039
  * <p>The visibility configuration of <code>LoadingAnimation</code>.</p>
4040
4040
  * @public
4041
4041
  */
4042
- Visibility?: Visibility;
4042
+ Visibility?: Visibility | undefined;
4043
4043
  }
4044
4044
  /**
4045
4045
  * <p>The override configuration of the rendering rules of a sheet.</p>
@@ -4062,7 +4062,7 @@ export interface SheetElementConfigurationOverrides {
4062
4062
  * </ul>
4063
4063
  * @public
4064
4064
  */
4065
- Visibility?: Visibility;
4065
+ Visibility?: Visibility | undefined;
4066
4066
  }
4067
4067
  /**
4068
4068
  * <p>The rendering rules of a sheet that uses a free-form layout.</p>
@@ -4119,32 +4119,32 @@ export interface FreeFormLayoutElement {
4119
4119
  * <p>The visibility of an element within a free-form layout.</p>
4120
4120
  * @public
4121
4121
  */
4122
- Visibility?: Visibility;
4122
+ Visibility?: Visibility | undefined;
4123
4123
  /**
4124
4124
  * <p>The rendering rules that determine when an element should be displayed within a free-form layout.</p>
4125
4125
  * @public
4126
4126
  */
4127
- RenderingRules?: SheetElementRenderingRule[];
4127
+ RenderingRules?: SheetElementRenderingRule[] | undefined;
4128
4128
  /**
4129
4129
  * <p>The border style configuration of a free-form layout element.</p>
4130
4130
  * @public
4131
4131
  */
4132
- BorderStyle?: FreeFormLayoutElementBorderStyle;
4132
+ BorderStyle?: FreeFormLayoutElementBorderStyle | undefined;
4133
4133
  /**
4134
4134
  * <p>The border style configuration of a free-form layout element. This border style is used when the element is selected.</p>
4135
4135
  * @public
4136
4136
  */
4137
- SelectedBorderStyle?: FreeFormLayoutElementBorderStyle;
4137
+ SelectedBorderStyle?: FreeFormLayoutElementBorderStyle | undefined;
4138
4138
  /**
4139
4139
  * <p>The background style configuration of a free-form layout element.</p>
4140
4140
  * @public
4141
4141
  */
4142
- BackgroundStyle?: FreeFormLayoutElementBackgroundStyle;
4142
+ BackgroundStyle?: FreeFormLayoutElementBackgroundStyle | undefined;
4143
4143
  /**
4144
4144
  * <p>The loading animation configuration of a free-form layout element.</p>
4145
4145
  * @public
4146
4146
  */
4147
- LoadingAnimation?: LoadingAnimation;
4147
+ LoadingAnimation?: LoadingAnimation | undefined;
4148
4148
  }
4149
4149
  /**
4150
4150
  * <p>The configuration of a free-form layout.</p>
@@ -4160,7 +4160,7 @@ export interface FreeFormLayoutConfiguration {
4160
4160
  * <p>Configuration options for the canvas of a free-form layout.</p>
4161
4161
  * @public
4162
4162
  */
4163
- CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions;
4163
+ CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions | undefined;
4164
4164
  }
4165
4165
  /**
4166
4166
  * <p>An element within a grid layout.</p>
@@ -4181,7 +4181,7 @@ export interface GridLayoutElement {
4181
4181
  * <p>The column index for the upper left corner of an element.</p>
4182
4182
  * @public
4183
4183
  */
4184
- ColumnIndex?: number;
4184
+ ColumnIndex?: number | undefined;
4185
4185
  /**
4186
4186
  * <p>The width of a grid element expressed as a number of grid columns.</p>
4187
4187
  * @public
@@ -4191,7 +4191,7 @@ export interface GridLayoutElement {
4191
4191
  * <p>The row index for the upper left corner of an element.</p>
4192
4192
  * @public
4193
4193
  */
4194
- RowIndex?: number;
4194
+ RowIndex?: number | undefined;
4195
4195
  /**
4196
4196
  * <p>The height of a grid element expressed as a number of grid rows.</p>
4197
4197
  * @public
@@ -4213,7 +4213,7 @@ export interface GridLayoutConfiguration {
4213
4213
  * <p>Configuration options for the canvas of a grid layout.</p>
4214
4214
  * @public
4215
4215
  */
4216
- CanvasSizeOptions?: GridLayoutCanvasSizeOptions;
4216
+ CanvasSizeOptions?: GridLayoutCanvasSizeOptions | undefined;
4217
4217
  }
4218
4218
  /**
4219
4219
  * <p>The free-form layout configuration of a section.</p>
@@ -4246,7 +4246,7 @@ export interface BodySectionContent {
4246
4246
  * <p>The layout configuration of a body section.</p>
4247
4247
  * @public
4248
4248
  */
4249
- Layout?: SectionLayoutConfiguration;
4249
+ Layout?: SectionLayoutConfiguration | undefined;
4250
4250
  }
4251
4251
  /**
4252
4252
  * @public
@@ -4269,7 +4269,7 @@ export interface SectionAfterPageBreak {
4269
4269
  * <p>The option that enables or disables a page break at the end of a section.</p>
4270
4270
  * @public
4271
4271
  */
4272
- Status?: SectionPageBreakStatus;
4272
+ Status?: SectionPageBreakStatus | undefined;
4273
4273
  }
4274
4274
  /**
4275
4275
  * <p>The configuration of a page break for a section.</p>
@@ -4280,7 +4280,7 @@ export interface SectionPageBreakConfiguration {
4280
4280
  * <p>The configuration of a page break after a section.</p>
4281
4281
  * @public
4282
4282
  */
4283
- After?: SectionAfterPageBreak;
4283
+ After?: SectionAfterPageBreak | undefined;
4284
4284
  }
4285
4285
  /**
4286
4286
  * <p>The sort configuration for a column that is not used in a field well.</p>
@@ -4301,7 +4301,7 @@ export interface ColumnSort {
4301
4301
  * <p>The aggregation function that is defined in the column sort.</p>
4302
4302
  * @public
4303
4303
  */
4304
- AggregationFunction?: AggregationFunction;
4304
+ AggregationFunction?: AggregationFunction | undefined;
4305
4305
  }
4306
4306
  /**
4307
4307
  * <p>Describes the <b>Category</b> dataset column and constraints for the dynamic values used to repeat the contents of a section.</p>
@@ -4317,12 +4317,12 @@ export interface BodySectionDynamicCategoryDimensionConfiguration {
4317
4317
  * <p>Number of values to use from the column for repetition.</p>
4318
4318
  * @public
4319
4319
  */
4320
- Limit?: number;
4320
+ Limit?: number | undefined;
4321
4321
  /**
4322
4322
  * <p>Sort criteria on the column values that you use for repetition. </p>
4323
4323
  * @public
4324
4324
  */
4325
- SortByMetrics?: ColumnSort[];
4325
+ SortByMetrics?: ColumnSort[] | undefined;
4326
4326
  }
4327
4327
  /**
4328
4328
  * <p>Describes the <b>Numeric</b> dataset column and constraints for the dynamic values used to repeat the contents of a section.</p>
@@ -4338,12 +4338,12 @@ export interface BodySectionDynamicNumericDimensionConfiguration {
4338
4338
  * <p>Number of values to use from the column for repetition.</p>
4339
4339
  * @public
4340
4340
  */
4341
- Limit?: number;
4341
+ Limit?: number | undefined;
4342
4342
  /**
4343
4343
  * <p>Sort criteria on the column values that you use for repetition. </p>
4344
4344
  * @public
4345
4345
  */
4346
- SortByMetrics?: ColumnSort[];
4346
+ SortByMetrics?: ColumnSort[] | undefined;
4347
4347
  }
4348
4348
  /**
4349
4349
  * <p>Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section. The dataset column is either <b>Category</b> or <b>Numeric</b> column configuration</p>
@@ -4354,12 +4354,12 @@ export interface BodySectionRepeatDimensionConfiguration {
4354
4354
  * <p>Describes the <b>Category</b> dataset column and constraints around the dynamic values that will be used in repeating the section contents.</p>
4355
4355
  * @public
4356
4356
  */
4357
- DynamicCategoryDimensionConfiguration?: BodySectionDynamicCategoryDimensionConfiguration;
4357
+ DynamicCategoryDimensionConfiguration?: BodySectionDynamicCategoryDimensionConfiguration | undefined;
4358
4358
  /**
4359
4359
  * <p>Describes the <b>Numeric</b> dataset column and constraints around the dynamic values used to repeat the contents of a section.</p>
4360
4360
  * @public
4361
4361
  */
4362
- DynamicNumericDimensionConfiguration?: BodySectionDynamicNumericDimensionConfiguration;
4362
+ DynamicNumericDimensionConfiguration?: BodySectionDynamicNumericDimensionConfiguration | undefined;
4363
4363
  }
4364
4364
  /**
4365
4365
  * <p>The page break configuration to apply for each repeating instance.</p>
@@ -4370,7 +4370,7 @@ export interface BodySectionRepeatPageBreakConfiguration {
4370
4370
  * <p>The configuration of a page break after a section.</p>
4371
4371
  * @public
4372
4372
  */
4373
- After?: SectionAfterPageBreak;
4373
+ After?: SectionAfterPageBreak | undefined;
4374
4374
  }
4375
4375
  /**
4376
4376
  * <p>Describes the configurations that are required to declare a section as repeating.</p>
@@ -4381,17 +4381,17 @@ export interface BodySectionRepeatConfiguration {
4381
4381
  * <p>List of <code>BodySectionRepeatDimensionConfiguration</code> values that describe the dataset column and constraints for the column used to repeat the contents of a section.</p>
4382
4382
  * @public
4383
4383
  */
4384
- DimensionConfigurations?: BodySectionRepeatDimensionConfiguration[];
4384
+ DimensionConfigurations?: BodySectionRepeatDimensionConfiguration[] | undefined;
4385
4385
  /**
4386
4386
  * <p>Page break configuration to apply for each repeating instance.</p>
4387
4387
  * @public
4388
4388
  */
4389
- PageBreakConfiguration?: BodySectionRepeatPageBreakConfiguration;
4389
+ PageBreakConfiguration?: BodySectionRepeatPageBreakConfiguration | undefined;
4390
4390
  /**
4391
4391
  * <p>List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.</p>
4392
4392
  * @public
4393
4393
  */
4394
- NonRepeatingVisuals?: string[];
4394
+ NonRepeatingVisuals?: string[] | undefined;
4395
4395
  }
4396
4396
  /**
4397
4397
  * <p>The options that style a section.</p>
@@ -4403,13 +4403,13 @@ export interface SectionStyle {
4403
4403
  * <p>Heights can only be defined for header and footer sections. The default height margin is 0.5 inches. </p>
4404
4404
  * @public
4405
4405
  */
4406
- Height?: string;
4406
+ Height?: string | undefined;
4407
4407
  /**
4408
4408
  * <p>The spacing between section content and its top, bottom, left, and right edges.</p>
4409
4409
  * <p>There is no padding by default.</p>
4410
4410
  * @public
4411
4411
  */
4412
- Padding?: Spacing;
4412
+ Padding?: Spacing | undefined;
4413
4413
  }
4414
4414
  /**
4415
4415
  * <p>The configuration of a body section.</p>
@@ -4430,17 +4430,17 @@ export interface BodySectionConfiguration {
4430
4430
  * <p>The style options of a body section.</p>
4431
4431
  * @public
4432
4432
  */
4433
- Style?: SectionStyle;
4433
+ Style?: SectionStyle | undefined;
4434
4434
  /**
4435
4435
  * <p>The configuration of a page break for a section.</p>
4436
4436
  * @public
4437
4437
  */
4438
- PageBreakConfiguration?: SectionPageBreakConfiguration;
4438
+ PageBreakConfiguration?: SectionPageBreakConfiguration | undefined;
4439
4439
  /**
4440
4440
  * <p>Describes the configurations that are required to declare a section as repeating.</p>
4441
4441
  * @public
4442
4442
  */
4443
- RepeatConfiguration?: BodySectionRepeatConfiguration;
4443
+ RepeatConfiguration?: BodySectionRepeatConfiguration | undefined;
4444
4444
  }
4445
4445
  /**
4446
4446
  * <p>The configuration of a header or footer section.</p>
@@ -4461,7 +4461,7 @@ export interface HeaderFooterSectionConfiguration {
4461
4461
  * <p>The style options of a header or footer section.</p>
4462
4462
  * @public
4463
4463
  */
4464
- Style?: SectionStyle;
4464
+ Style?: SectionStyle | undefined;
4465
4465
  }
4466
4466
  /**
4467
4467
  * <p>The configuration for a
@@ -4500,17 +4500,17 @@ export interface LayoutConfiguration {
4500
4500
  * <p>A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: <code>FIXED</code> or <code>RESPONSIVE</code>.</p>
4501
4501
  * @public
4502
4502
  */
4503
- GridLayout?: GridLayoutConfiguration;
4503
+ GridLayout?: GridLayoutConfiguration | undefined;
4504
4504
  /**
4505
4505
  * <p>A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.</p>
4506
4506
  * @public
4507
4507
  */
4508
- FreeFormLayout?: FreeFormLayoutConfiguration;
4508
+ FreeFormLayout?: FreeFormLayoutConfiguration | undefined;
4509
4509
  /**
4510
4510
  * <p>A section based layout organizes visuals into multiple sections and has customized header, footer and page break.</p>
4511
4511
  * @public
4512
4512
  */
4513
- SectionBasedLayout?: SectionBasedLayoutConfiguration;
4513
+ SectionBasedLayout?: SectionBasedLayoutConfiguration | undefined;
4514
4514
  }
4515
4515
  /**
4516
4516
  * <p>A <code>Layout</code> defines the placement of elements within a sheet.</p>
@@ -4549,7 +4549,7 @@ export interface ParameterDateTimePickerControl {
4549
4549
  * <p>The display options of a control.</p>
4550
4550
  * @public
4551
4551
  */
4552
- DisplayOptions?: DateTimePickerControlDisplayOptions;
4552
+ DisplayOptions?: DateTimePickerControlDisplayOptions | undefined;
4553
4553
  }
4554
4554
  /**
4555
4555
  * <p>A list of selectable values that are used in a control.</p>
@@ -4560,12 +4560,12 @@ export interface ParameterSelectableValues {
4560
4560
  * <p>The values that are used in <code>ParameterSelectableValues</code>.</p>
4561
4561
  * @public
4562
4562
  */
4563
- Values?: string[];
4563
+ Values?: string[] | undefined;
4564
4564
  /**
4565
4565
  * <p>The column identifier that fetches values from the data set.</p>
4566
4566
  * @public
4567
4567
  */
4568
- LinkToDataSetColumn?: ColumnIdentifier;
4568
+ LinkToDataSetColumn?: ColumnIdentifier | undefined;
4569
4569
  }
4570
4570
  /**
4571
4571
  * <p>A control to display a dropdown list with buttons that are used to select a single value.</p>
@@ -4591,27 +4591,27 @@ export interface ParameterDropDownControl {
4591
4591
  * <p>The display options of a control.</p>
4592
4592
  * @public
4593
4593
  */
4594
- DisplayOptions?: DropDownControlDisplayOptions;
4594
+ DisplayOptions?: DropDownControlDisplayOptions | undefined;
4595
4595
  /**
4596
4596
  * <p>The type parameter name of the <code>ParameterDropDownControl</code>.</p>
4597
4597
  * @public
4598
4598
  */
4599
- Type?: SheetControlListType;
4599
+ Type?: SheetControlListType | undefined;
4600
4600
  /**
4601
4601
  * <p>A list of selectable values that are used in a control.</p>
4602
4602
  * @public
4603
4603
  */
4604
- SelectableValues?: ParameterSelectableValues;
4604
+ SelectableValues?: ParameterSelectableValues | undefined;
4605
4605
  /**
4606
4606
  * <p>The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.</p>
4607
4607
  * @public
4608
4608
  */
4609
- CascadingControlConfiguration?: CascadingControlConfiguration;
4609
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
4610
4610
  /**
4611
4611
  * <p>The visibility configuration of the Apply button on a <code>ParameterDropDownControl</code>.</p>
4612
4612
  * @public
4613
4613
  */
4614
- CommitMode?: CommitMode;
4614
+ CommitMode?: CommitMode | undefined;
4615
4615
  }
4616
4616
  /**
4617
4617
  * <p>A control to display a list with buttons or boxes that are used to select either a single value or multiple values.</p>
@@ -4637,22 +4637,22 @@ export interface ParameterListControl {
4637
4637
  * <p>The display options of a control.</p>
4638
4638
  * @public
4639
4639
  */
4640
- DisplayOptions?: ListControlDisplayOptions;
4640
+ DisplayOptions?: ListControlDisplayOptions | undefined;
4641
4641
  /**
4642
4642
  * <p>The type of <code>ParameterListControl</code>.</p>
4643
4643
  * @public
4644
4644
  */
4645
- Type?: SheetControlListType;
4645
+ Type?: SheetControlListType | undefined;
4646
4646
  /**
4647
4647
  * <p>A list of selectable values that are used in a control.</p>
4648
4648
  * @public
4649
4649
  */
4650
- SelectableValues?: ParameterSelectableValues;
4650
+ SelectableValues?: ParameterSelectableValues | undefined;
4651
4651
  /**
4652
4652
  * <p>The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.</p>
4653
4653
  * @public
4654
4654
  */
4655
- CascadingControlConfiguration?: CascadingControlConfiguration;
4655
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
4656
4656
  }
4657
4657
  /**
4658
4658
  * <p>A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.</p>
@@ -4678,7 +4678,7 @@ export interface ParameterSliderControl {
4678
4678
  * <p>The display options of a control.</p>
4679
4679
  * @public
4680
4680
  */
4681
- DisplayOptions?: SliderControlDisplayOptions;
4681
+ DisplayOptions?: SliderControlDisplayOptions | undefined;
4682
4682
  /**
4683
4683
  * <p>The larger value that is displayed at the right of the slider.</p>
4684
4684
  * @public
@@ -4719,12 +4719,12 @@ export interface ParameterTextAreaControl {
4719
4719
  * <p>The delimiter that is used to separate the lines in text.</p>
4720
4720
  * @public
4721
4721
  */
4722
- Delimiter?: string;
4722
+ Delimiter?: string | undefined;
4723
4723
  /**
4724
4724
  * <p>The display options of a control.</p>
4725
4725
  * @public
4726
4726
  */
4727
- DisplayOptions?: TextAreaControlDisplayOptions;
4727
+ DisplayOptions?: TextAreaControlDisplayOptions | undefined;
4728
4728
  }
4729
4729
  /**
4730
4730
  * <p>A control to display a text box that is used to enter a single entry.</p>
@@ -4750,7 +4750,7 @@ export interface ParameterTextFieldControl {
4750
4750
  * <p>The display options of a control.</p>
4751
4751
  * @public
4752
4752
  */
4753
- DisplayOptions?: TextFieldControlDisplayOptions;
4753
+ DisplayOptions?: TextFieldControlDisplayOptions | undefined;
4754
4754
  }
4755
4755
  /**
4756
4756
  * <p>The control of a parameter that users can interact with in a dashboard or an analysis.</p>
@@ -4762,32 +4762,32 @@ export interface ParameterControl {
4762
4762
  * <p>A control from a date parameter that specifies date and time.</p>
4763
4763
  * @public
4764
4764
  */
4765
- DateTimePicker?: ParameterDateTimePickerControl;
4765
+ DateTimePicker?: ParameterDateTimePickerControl | undefined;
4766
4766
  /**
4767
4767
  * <p>A control to display a list with buttons or boxes that are used to select either a single value or multiple values.</p>
4768
4768
  * @public
4769
4769
  */
4770
- List?: ParameterListControl;
4770
+ List?: ParameterListControl | undefined;
4771
4771
  /**
4772
4772
  * <p>A control to display a dropdown list with buttons that are used to select a single value.</p>
4773
4773
  * @public
4774
4774
  */
4775
- Dropdown?: ParameterDropDownControl;
4775
+ Dropdown?: ParameterDropDownControl | undefined;
4776
4776
  /**
4777
4777
  * <p>A control to display a text box that is used to enter a single entry.</p>
4778
4778
  * @public
4779
4779
  */
4780
- TextField?: ParameterTextFieldControl;
4780
+ TextField?: ParameterTextFieldControl | undefined;
4781
4781
  /**
4782
4782
  * <p>A control to display a text box that is used to enter multiple entries.</p>
4783
4783
  * @public
4784
4784
  */
4785
- TextArea?: ParameterTextAreaControl;
4785
+ TextArea?: ParameterTextAreaControl | undefined;
4786
4786
  /**
4787
4787
  * <p>A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.</p>
4788
4788
  * @public
4789
4789
  */
4790
- Slider?: ParameterSliderControl;
4790
+ Slider?: ParameterSliderControl | undefined;
4791
4791
  }
4792
4792
  /**
4793
4793
  * <p>The configuration that determines the elements and canvas size options of sheet control.</p>
@@ -4798,7 +4798,7 @@ export interface SheetControlLayoutConfiguration {
4798
4798
  * <p>The configuration that determines the elements and canvas size options of sheet control.</p>
4799
4799
  * @public
4800
4800
  */
4801
- GridLayout?: GridLayoutConfiguration;
4801
+ GridLayout?: GridLayoutConfiguration | undefined;
4802
4802
  }
4803
4803
  /**
4804
4804
  * <p>A grid layout to define the placement of sheet control.</p>
@@ -4825,7 +4825,7 @@ export interface SheetTextBox {
4825
4825
  * <p>The content that is displayed in the text box.</p>
4826
4826
  * @public
4827
4827
  */
4828
- Content?: string;
4828
+ Content?: string | undefined;
4829
4829
  }
4830
4830
  /**
4831
4831
  * @public
@@ -4848,7 +4848,7 @@ export interface FilterOperationSelectedFieldsConfiguration {
4848
4848
  * <p>Chooses the fields that are filtered in <code>CustomActionFilterOperation</code>.</p>
4849
4849
  * @public
4850
4850
  */
4851
- SelectedFields?: string[];
4851
+ SelectedFields?: string[] | undefined;
4852
4852
  /**
4853
4853
  * <p>A structure that contains the options that choose which fields are filtered in the <code>CustomActionFilterOperation</code>.</p>
4854
4854
  * <p>Valid values are defined as follows:</p>
@@ -4860,12 +4860,12 @@ export interface FilterOperationSelectedFieldsConfiguration {
4860
4860
  * </ul>
4861
4861
  * @public
4862
4862
  */
4863
- SelectedFieldOptions?: SelectedFieldOptions;
4863
+ SelectedFieldOptions?: SelectedFieldOptions | undefined;
4864
4864
  /**
4865
4865
  * <p>The selected columns of a dataset.</p>
4866
4866
  * @public
4867
4867
  */
4868
- SelectedColumns?: ColumnIdentifier[];
4868
+ SelectedColumns?: ColumnIdentifier[] | undefined;
4869
4869
  }
4870
4870
  /**
4871
4871
  * @public
@@ -4888,7 +4888,7 @@ export interface SameSheetTargetVisualConfiguration {
4888
4888
  * <p>A list of the target visual IDs that are located in the same sheet of the analysis.</p>
4889
4889
  * @public
4890
4890
  */
4891
- TargetVisuals?: string[];
4891
+ TargetVisuals?: string[] | undefined;
4892
4892
  /**
4893
4893
  * <p>The options that choose the target visual in the same sheet.</p>
4894
4894
  * <p>Valid values are defined as follows:</p>
@@ -4900,7 +4900,7 @@ export interface SameSheetTargetVisualConfiguration {
4900
4900
  * </ul>
4901
4901
  * @public
4902
4902
  */
4903
- TargetVisualOptions?: TargetVisualOptions;
4903
+ TargetVisualOptions?: TargetVisualOptions | undefined;
4904
4904
  }
4905
4905
  /**
4906
4906
  * <p>The configuration of target visuals that you want to be filtered.</p>
@@ -4912,7 +4912,7 @@ export interface FilterOperationTargetVisualsConfiguration {
4912
4912
  * <p>The configuration of the same-sheet target visuals that you want to be filtered.</p>
4913
4913
  * @public
4914
4914
  */
4915
- SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration;
4915
+ SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration | undefined;
4916
4916
  }
4917
4917
  /**
4918
4918
  * <p>The filter operation that filters data included in a visual or in an entire sheet.</p>
@@ -4951,7 +4951,7 @@ export interface CustomActionNavigationOperation {
4951
4951
  * <p>The configuration that chooses the navigation target.</p>
4952
4952
  * @public
4953
4953
  */
4954
- LocalNavigationConfiguration?: LocalNavigationConfiguration;
4954
+ LocalNavigationConfiguration?: LocalNavigationConfiguration | undefined;
4955
4955
  }
4956
4956
  /**
4957
4957
  * <p>The customized parameter values.</p>
@@ -4963,22 +4963,22 @@ export interface CustomParameterValues {
4963
4963
  * <p>A list of string-type parameter values.</p>
4964
4964
  * @public
4965
4965
  */
4966
- StringValues?: string[];
4966
+ StringValues?: string[] | undefined;
4967
4967
  /**
4968
4968
  * <p>A list of integer-type parameter values.</p>
4969
4969
  * @public
4970
4970
  */
4971
- IntegerValues?: number[];
4971
+ IntegerValues?: number[] | undefined;
4972
4972
  /**
4973
4973
  * <p>A list of decimal-type parameter values.</p>
4974
4974
  * @public
4975
4975
  */
4976
- DecimalValues?: number[];
4976
+ DecimalValues?: number[] | undefined;
4977
4977
  /**
4978
4978
  * <p>A list of datetime-type parameter values.</p>
4979
4979
  * @public
4980
4980
  */
4981
- DateTimeValues?: Date[];
4981
+ DateTimeValues?: Date[] | undefined;
4982
4982
  }
4983
4983
  /**
4984
4984
  * <p>The configuration of custom values for the destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>
@@ -4989,7 +4989,7 @@ export interface CustomValuesConfiguration {
4989
4989
  * <p>Includes the null value in custom action parameter values.</p>
4990
4990
  * @public
4991
4991
  */
4992
- IncludeNullValue?: boolean;
4992
+ IncludeNullValue?: boolean | undefined;
4993
4993
  /**
4994
4994
  * <p>The customized parameter values.</p>
4995
4995
  * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
@@ -5018,27 +5018,27 @@ export interface DestinationParameterValueConfiguration {
5018
5018
  * <p>The configuration of custom values for destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>
5019
5019
  * @public
5020
5020
  */
5021
- CustomValuesConfiguration?: CustomValuesConfiguration;
5021
+ CustomValuesConfiguration?: CustomValuesConfiguration | undefined;
5022
5022
  /**
5023
5023
  * <p>The configuration that selects all options.</p>
5024
5024
  * @public
5025
5025
  */
5026
- SelectAllValueOptions?: SelectAllValueOptions;
5026
+ SelectAllValueOptions?: SelectAllValueOptions | undefined;
5027
5027
  /**
5028
5028
  * <p>The source parameter name of the destination parameter.</p>
5029
5029
  * @public
5030
5030
  */
5031
- SourceParameterName?: string;
5031
+ SourceParameterName?: string | undefined;
5032
5032
  /**
5033
5033
  * <p>The source field ID of the destination parameter.</p>
5034
5034
  * @public
5035
5035
  */
5036
- SourceField?: string;
5036
+ SourceField?: string | undefined;
5037
5037
  /**
5038
5038
  * <p>A column of a data set.</p>
5039
5039
  * @public
5040
5040
  */
5041
- SourceColumn?: ColumnIdentifier;
5041
+ SourceColumn?: ColumnIdentifier | undefined;
5042
5042
  }
5043
5043
  /**
5044
5044
  * <p>The configuration of adding parameters in action.</p>
@@ -5122,22 +5122,22 @@ export interface VisualCustomActionOperation {
5122
5122
  * <p>The filter operation that filters data included in a visual or in an entire sheet.</p>
5123
5123
  * @public
5124
5124
  */
5125
- FilterOperation?: CustomActionFilterOperation;
5125
+ FilterOperation?: CustomActionFilterOperation | undefined;
5126
5126
  /**
5127
5127
  * <p>The navigation operation that navigates between different sheets in the same analysis.</p>
5128
5128
  * @public
5129
5129
  */
5130
- NavigationOperation?: CustomActionNavigationOperation;
5130
+ NavigationOperation?: CustomActionNavigationOperation | undefined;
5131
5131
  /**
5132
5132
  * <p>The URL operation that opens a link to another webpage.</p>
5133
5133
  * @public
5134
5134
  */
5135
- URLOperation?: CustomActionURLOperation;
5135
+ URLOperation?: CustomActionURLOperation | undefined;
5136
5136
  /**
5137
5137
  * <p>The set parameter operation that sets parameters in custom action.</p>
5138
5138
  * @public
5139
5139
  */
5140
- SetParametersOperation?: CustomActionSetParametersOperation;
5140
+ SetParametersOperation?: CustomActionSetParametersOperation | undefined;
5141
5141
  }
5142
5142
  /**
5143
5143
  * @public
@@ -5170,7 +5170,7 @@ export interface VisualCustomAction {
5170
5170
  * <p>The status of the <code>VisualCustomAction</code>.</p>
5171
5171
  * @public
5172
5172
  */
5173
- Status?: WidgetStatus;
5173
+ Status?: WidgetStatus | undefined;
5174
5174
  /**
5175
5175
  * <p>The trigger of the <code>VisualCustomAction</code>.</p>
5176
5176
  * <p>Valid values are defined as follows:</p>
@@ -5216,7 +5216,7 @@ export interface DateAxisOptions {
5216
5216
  * <p>Determines whether or not missing dates are displayed.</p>
5217
5217
  * @public
5218
5218
  */
5219
- MissingDateVisibility?: Visibility;
5219
+ MissingDateVisibility?: Visibility | undefined;
5220
5220
  }
5221
5221
  /**
5222
5222
  * <p>The options that are saved for future extension.</p>
@@ -5233,12 +5233,12 @@ export interface AxisDisplayMinMaxRange {
5233
5233
  * <p>The minimum setup for an axis display range.</p>
5234
5234
  * @public
5235
5235
  */
5236
- Minimum?: number;
5236
+ Minimum?: number | undefined;
5237
5237
  /**
5238
5238
  * <p>The maximum setup for an axis display range.</p>
5239
5239
  * @public
5240
5240
  */
5241
- Maximum?: number;
5241
+ Maximum?: number | undefined;
5242
5242
  }
5243
5243
  /**
5244
5244
  * <p>The range setup of a numeric axis display range.</p>
@@ -5250,12 +5250,12 @@ export interface AxisDisplayRange {
5250
5250
  * <p>The minimum and maximum setup of an axis display range.</p>
5251
5251
  * @public
5252
5252
  */
5253
- MinMax?: AxisDisplayMinMaxRange;
5253
+ MinMax?: AxisDisplayMinMaxRange | undefined;
5254
5254
  /**
5255
5255
  * <p>The data-driven setup of an axis display range.</p>
5256
5256
  * @public
5257
5257
  */
5258
- DataDriven?: AxisDisplayDataDrivenRange;
5258
+ DataDriven?: AxisDisplayDataDrivenRange | undefined;
5259
5259
  }
5260
5260
  /**
5261
5261
  * <p>The liner axis scale setup.</p>
@@ -5267,12 +5267,12 @@ export interface AxisLinearScale {
5267
5267
  * <p>The step count setup of a linear axis.</p>
5268
5268
  * @public
5269
5269
  */
5270
- StepCount?: number;
5270
+ StepCount?: number | undefined;
5271
5271
  /**
5272
5272
  * <p>The step size setup of a linear axis.</p>
5273
5273
  * @public
5274
5274
  */
5275
- StepSize?: number;
5275
+ StepSize?: number | undefined;
5276
5276
  }
5277
5277
  /**
5278
5278
  * <p>The logarithmic axis scale setup.</p>
@@ -5283,7 +5283,7 @@ export interface AxisLogarithmicScale {
5283
5283
  * <p>The base setup of a logarithmic axis scale.</p>
5284
5284
  * @public
5285
5285
  */
5286
- Base?: number;
5286
+ Base?: number | undefined;
5287
5287
  }
5288
5288
  /**
5289
5289
  * <p>The scale setup
@@ -5296,12 +5296,12 @@ export interface AxisScale {
5296
5296
  * <p>The linear axis scale setup.</p>
5297
5297
  * @public
5298
5298
  */
5299
- Linear?: AxisLinearScale;
5299
+ Linear?: AxisLinearScale | undefined;
5300
5300
  /**
5301
5301
  * <p>The logarithmic axis scale setup.</p>
5302
5302
  * @public
5303
5303
  */
5304
- Logarithmic?: AxisLogarithmicScale;
5304
+ Logarithmic?: AxisLogarithmicScale | undefined;
5305
5305
  }
5306
5306
  /**
5307
5307
  * <p>The options for an axis with a numeric field.</p>
@@ -5312,12 +5312,12 @@ export interface NumericAxisOptions {
5312
5312
  * <p>The scale setup of a numeric axis.</p>
5313
5313
  * @public
5314
5314
  */
5315
- Scale?: AxisScale;
5315
+ Scale?: AxisScale | undefined;
5316
5316
  /**
5317
5317
  * <p>The range setup of a numeric axis.</p>
5318
5318
  * @public
5319
5319
  */
5320
- Range?: AxisDisplayRange;
5320
+ Range?: AxisDisplayRange | undefined;
5321
5321
  }
5322
5322
  /**
5323
5323
  * <p>The data options for an axis.</p>
@@ -5329,12 +5329,12 @@ export interface AxisDataOptions {
5329
5329
  * <p>The options for an axis with a numeric field.</p>
5330
5330
  * @public
5331
5331
  */
5332
- NumericAxisOptions?: NumericAxisOptions;
5332
+ NumericAxisOptions?: NumericAxisOptions | undefined;
5333
5333
  /**
5334
5334
  * <p>The options for an axis with a date field.</p>
5335
5335
  * @public
5336
5336
  */
5337
- DateAxisOptions?: DateAxisOptions;
5337
+ DateAxisOptions?: DateAxisOptions | undefined;
5338
5338
  }
5339
5339
  /**
5340
5340
  * <p>The percent range in the visible range.</p>
@@ -5345,12 +5345,12 @@ export interface PercentVisibleRange {
5345
5345
  * <p>The lower bound of the range.</p>
5346
5346
  * @public
5347
5347
  */
5348
- From?: number;
5348
+ From?: number | undefined;
5349
5349
  /**
5350
5350
  * <p>The top bound of the range.</p>
5351
5351
  * @public
5352
5352
  */
5353
- To?: number;
5353
+ To?: number | undefined;
5354
5354
  }
5355
5355
  /**
5356
5356
  * <p>The range options for the data zoom scroll bar.</p>
@@ -5361,7 +5361,7 @@ export interface VisibleRangeOptions {
5361
5361
  * <p>The percent range in the visible range.</p>
5362
5362
  * @public
5363
5363
  */
5364
- PercentRange?: PercentVisibleRange;
5364
+ PercentRange?: PercentVisibleRange | undefined;
5365
5365
  }
5366
5366
  /**
5367
5367
  * <p>The visual display options for a data zoom scroll bar.</p>
@@ -5372,12 +5372,12 @@ export interface ScrollBarOptions {
5372
5372
  * <p>The visibility of the data zoom scroll bar.</p>
5373
5373
  * @public
5374
5374
  */
5375
- Visibility?: Visibility;
5375
+ Visibility?: Visibility | undefined;
5376
5376
  /**
5377
5377
  * <p>The visibility range for the data zoom scroll bar.</p>
5378
5378
  * @public
5379
5379
  */
5380
- VisibleRange?: VisibleRangeOptions;
5380
+ VisibleRange?: VisibleRangeOptions | undefined;
5381
5381
  }
5382
5382
  /**
5383
5383
  * <p>The tick label options of an axis.</p>
@@ -5388,12 +5388,12 @@ export interface AxisTickLabelOptions {
5388
5388
  * <p>Determines whether or not the axis ticks are visible.</p>
5389
5389
  * @public
5390
5390
  */
5391
- LabelOptions?: LabelOptions;
5391
+ LabelOptions?: LabelOptions | undefined;
5392
5392
  /**
5393
5393
  * <p>The rotation angle of the axis tick labels.</p>
5394
5394
  * @public
5395
5395
  */
5396
- RotationAngle?: number;
5396
+ RotationAngle?: number | undefined;
5397
5397
  }
5398
5398
  /**
5399
5399
  * <p>The display options for the axis label.</p>
@@ -5404,32 +5404,32 @@ export interface AxisDisplayOptions {
5404
5404
  * <p>The tick label options of an axis.</p>
5405
5405
  * @public
5406
5406
  */
5407
- TickLabelOptions?: AxisTickLabelOptions;
5407
+ TickLabelOptions?: AxisTickLabelOptions | undefined;
5408
5408
  /**
5409
5409
  * <p>Determines whether or not the axis line is visible.</p>
5410
5410
  * @public
5411
5411
  */
5412
- AxisLineVisibility?: Visibility;
5412
+ AxisLineVisibility?: Visibility | undefined;
5413
5413
  /**
5414
5414
  * <p>Determines whether or not the grid line is visible.</p>
5415
5415
  * @public
5416
5416
  */
5417
- GridLineVisibility?: Visibility;
5417
+ GridLineVisibility?: Visibility | undefined;
5418
5418
  /**
5419
5419
  * <p>The data options for an axis.</p>
5420
5420
  * @public
5421
5421
  */
5422
- DataOptions?: AxisDataOptions;
5422
+ DataOptions?: AxisDataOptions | undefined;
5423
5423
  /**
5424
5424
  * <p>The scroll bar options for an axis.</p>
5425
5425
  * @public
5426
5426
  */
5427
- ScrollbarOptions?: ScrollBarOptions;
5427
+ ScrollbarOptions?: ScrollBarOptions | undefined;
5428
5428
  /**
5429
5429
  * <p>The offset value that determines the starting placement of the axis within a visual's bounds.</p>
5430
5430
  * @public
5431
5431
  */
5432
- AxisOffset?: string;
5432
+ AxisOffset?: string | undefined;
5433
5433
  }
5434
5434
  /**
5435
5435
  * <p>The reference that specifies where the axis label is applied to.</p>
@@ -5456,17 +5456,17 @@ export interface AxisLabelOptions {
5456
5456
  * <p>The font configuration of the axis label.</p>
5457
5457
  * @public
5458
5458
  */
5459
- FontConfiguration?: FontConfiguration;
5459
+ FontConfiguration?: FontConfiguration | undefined;
5460
5460
  /**
5461
5461
  * <p>The text for the axis label.</p>
5462
5462
  * @public
5463
5463
  */
5464
- CustomLabel?: string;
5464
+ CustomLabel?: string | undefined;
5465
5465
  /**
5466
5466
  * <p>The options that indicate which field the label belongs to.</p>
5467
5467
  * @public
5468
5468
  */
5469
- ApplyTo?: AxisLabelReferenceOptions;
5469
+ ApplyTo?: AxisLabelReferenceOptions | undefined;
5470
5470
  }
5471
5471
  /**
5472
5472
  * <p>The label options for an axis on a chart.</p>
@@ -5487,17 +5487,17 @@ export interface ChartAxisLabelOptions {
5487
5487
  * </ul>
5488
5488
  * @public
5489
5489
  */
5490
- Visibility?: Visibility;
5490
+ Visibility?: Visibility | undefined;
5491
5491
  /**
5492
5492
  * <p>The visibility configuration of the sort icon on a chart's axis label.</p>
5493
5493
  * @public
5494
5494
  */
5495
- SortIconVisibility?: Visibility;
5495
+ SortIconVisibility?: Visibility | undefined;
5496
5496
  /**
5497
5497
  * <p>The label options for a chart axis.</p>
5498
5498
  * @public
5499
5499
  */
5500
- AxisLabelOptions?: AxisLabelOptions[];
5500
+ AxisLabelOptions?: AxisLabelOptions[] | undefined;
5501
5501
  }
5502
5502
  /**
5503
5503
  * <p>The contribution analysis visual display for a line, pie, or bar chart.</p>
@@ -5525,17 +5525,17 @@ export interface DataPathLabelType {
5525
5525
  * <p>The field ID of the field that the data label needs to be applied to.</p>
5526
5526
  * @public
5527
5527
  */
5528
- FieldId?: string;
5528
+ FieldId?: string | undefined;
5529
5529
  /**
5530
5530
  * <p>The actual value of the field that is labeled.</p>
5531
5531
  * @public
5532
5532
  */
5533
- FieldValue?: string;
5533
+ FieldValue?: string | undefined;
5534
5534
  /**
5535
5535
  * <p>The visibility of the data label.</p>
5536
5536
  * @public
5537
5537
  */
5538
- Visibility?: Visibility;
5538
+ Visibility?: Visibility | undefined;
5539
5539
  }
5540
5540
  /**
5541
5541
  * <p>The field label type.</p>
@@ -5547,12 +5547,12 @@ export interface FieldLabelType {
5547
5547
  * label.</p>
5548
5548
  * @public
5549
5549
  */
5550
- FieldId?: string;
5550
+ FieldId?: string | undefined;
5551
5551
  /**
5552
5552
  * <p>The visibility of the field label.</p>
5553
5553
  * @public
5554
5554
  */
5555
- Visibility?: Visibility;
5555
+ Visibility?: Visibility | undefined;
5556
5556
  }
5557
5557
  /**
5558
5558
  * <p>The maximum label of a data path label.</p>
@@ -5563,7 +5563,7 @@ export interface MaximumLabelType {
5563
5563
  * <p>The visibility of the maximum label.</p>
5564
5564
  * @public
5565
5565
  */
5566
- Visibility?: Visibility;
5566
+ Visibility?: Visibility | undefined;
5567
5567
  }
5568
5568
  /**
5569
5569
  * <p>The minimum label of a data path label.</p>
@@ -5574,7 +5574,7 @@ export interface MinimumLabelType {
5574
5574
  * <p>The visibility of the minimum label.</p>
5575
5575
  * @public
5576
5576
  */
5577
- Visibility?: Visibility;
5577
+ Visibility?: Visibility | undefined;
5578
5578
  }
5579
5579
  /**
5580
5580
  * <p>The range ends label type of a data path label.</p>
@@ -5585,7 +5585,7 @@ export interface RangeEndsLabelType {
5585
5585
  * <p>The visibility of the range ends label.</p>
5586
5586
  * @public
5587
5587
  */
5588
- Visibility?: Visibility;
5588
+ Visibility?: Visibility | undefined;
5589
5589
  }
5590
5590
  /**
5591
5591
  * <p>The option that determines the data label type.</p>
@@ -5597,27 +5597,27 @@ export interface DataLabelType {
5597
5597
  * <p>Determines the label configuration for the entire field.</p>
5598
5598
  * @public
5599
5599
  */
5600
- FieldLabelType?: FieldLabelType;
5600
+ FieldLabelType?: FieldLabelType | undefined;
5601
5601
  /**
5602
5602
  * <p>The option that specifies individual data values for labels.</p>
5603
5603
  * @public
5604
5604
  */
5605
- DataPathLabelType?: DataPathLabelType;
5605
+ DataPathLabelType?: DataPathLabelType | undefined;
5606
5606
  /**
5607
5607
  * <p>Determines the label configuration for range end value in a visual.</p>
5608
5608
  * @public
5609
5609
  */
5610
- RangeEndsLabelType?: RangeEndsLabelType;
5610
+ RangeEndsLabelType?: RangeEndsLabelType | undefined;
5611
5611
  /**
5612
5612
  * <p>Determines the label configuration for the minimum value in a visual.</p>
5613
5613
  * @public
5614
5614
  */
5615
- MinimumLabelType?: MinimumLabelType;
5615
+ MinimumLabelType?: MinimumLabelType | undefined;
5616
5616
  /**
5617
5617
  * <p>Determines the label configuration for the maximum value in a visual.</p>
5618
5618
  * @public
5619
5619
  */
5620
- MaximumLabelType?: MaximumLabelType;
5620
+ MaximumLabelType?: MaximumLabelType | undefined;
5621
5621
  }
5622
5622
  /**
5623
5623
  * @public
@@ -5669,52 +5669,52 @@ export interface DataLabelOptions {
5669
5669
  * <p>Determines the visibility of the data labels.</p>
5670
5670
  * @public
5671
5671
  */
5672
- Visibility?: Visibility;
5672
+ Visibility?: Visibility | undefined;
5673
5673
  /**
5674
5674
  * <p>Determines the visibility of the category field labels.</p>
5675
5675
  * @public
5676
5676
  */
5677
- CategoryLabelVisibility?: Visibility;
5677
+ CategoryLabelVisibility?: Visibility | undefined;
5678
5678
  /**
5679
5679
  * <p>Determines the visibility of the measure field labels.</p>
5680
5680
  * @public
5681
5681
  */
5682
- MeasureLabelVisibility?: Visibility;
5682
+ MeasureLabelVisibility?: Visibility | undefined;
5683
5683
  /**
5684
5684
  * <p>The option that determines the data label type.</p>
5685
5685
  * @public
5686
5686
  */
5687
- DataLabelTypes?: DataLabelType[];
5687
+ DataLabelTypes?: DataLabelType[] | undefined;
5688
5688
  /**
5689
5689
  * <p>Determines the position of the data labels.</p>
5690
5690
  * @public
5691
5691
  */
5692
- Position?: DataLabelPosition;
5692
+ Position?: DataLabelPosition | undefined;
5693
5693
  /**
5694
5694
  * <p>Determines the content of the data labels.</p>
5695
5695
  * @public
5696
5696
  */
5697
- LabelContent?: DataLabelContent;
5697
+ LabelContent?: DataLabelContent | undefined;
5698
5698
  /**
5699
5699
  * <p>Determines the font configuration of the data labels.</p>
5700
5700
  * @public
5701
5701
  */
5702
- LabelFontConfiguration?: FontConfiguration;
5702
+ LabelFontConfiguration?: FontConfiguration | undefined;
5703
5703
  /**
5704
5704
  * <p>Determines the color of the data labels.</p>
5705
5705
  * @public
5706
5706
  */
5707
- LabelColor?: string;
5707
+ LabelColor?: string | undefined;
5708
5708
  /**
5709
5709
  * <p>Determines whether overlap is enabled or disabled for the data labels.</p>
5710
5710
  * @public
5711
5711
  */
5712
- Overlap?: DataLabelOverlap;
5712
+ Overlap?: DataLabelOverlap | undefined;
5713
5713
  /**
5714
5714
  * <p>Determines the visibility of the total.</p>
5715
5715
  * @public
5716
5716
  */
5717
- TotalsVisibility?: Visibility;
5717
+ TotalsVisibility?: Visibility | undefined;
5718
5718
  }
5719
5719
  /**
5720
5720
  * <p>The dimension type field with categorical type columns..</p>
@@ -5735,12 +5735,12 @@ export interface CategoricalDimensionField {
5735
5735
  * <p>The custom hierarchy ID.</p>
5736
5736
  * @public
5737
5737
  */
5738
- HierarchyId?: string;
5738
+ HierarchyId?: string | undefined;
5739
5739
  /**
5740
5740
  * <p>The format configuration of the field.</p>
5741
5741
  * @public
5742
5742
  */
5743
- FormatConfiguration?: StringFormatConfiguration;
5743
+ FormatConfiguration?: StringFormatConfiguration | undefined;
5744
5744
  }
5745
5745
  /**
5746
5746
  * <p>The dimension type field with date type columns.</p>
@@ -5808,17 +5808,17 @@ export interface DateDimensionField {
5808
5808
  * </ul>
5809
5809
  * @public
5810
5810
  */
5811
- DateGranularity?: TimeGranularity;
5811
+ DateGranularity?: TimeGranularity | undefined;
5812
5812
  /**
5813
5813
  * <p>The custom hierarchy ID.</p>
5814
5814
  * @public
5815
5815
  */
5816
- HierarchyId?: string;
5816
+ HierarchyId?: string | undefined;
5817
5817
  /**
5818
5818
  * <p>The format configuration of the field.</p>
5819
5819
  * @public
5820
5820
  */
5821
- FormatConfiguration?: DateTimeFormatConfiguration;
5821
+ FormatConfiguration?: DateTimeFormatConfiguration | undefined;
5822
5822
  }
5823
5823
  /**
5824
5824
  * <p>The dimension type field with numerical type columns.</p>
@@ -5839,12 +5839,12 @@ export interface NumericalDimensionField {
5839
5839
  * <p>The custom hierarchy ID.</p>
5840
5840
  * @public
5841
5841
  */
5842
- HierarchyId?: string;
5842
+ HierarchyId?: string | undefined;
5843
5843
  /**
5844
5844
  * <p>The format configuration of the field.</p>
5845
5845
  * @public
5846
5846
  */
5847
- FormatConfiguration?: NumberFormatConfiguration;
5847
+ FormatConfiguration?: NumberFormatConfiguration | undefined;
5848
5848
  }
5849
5849
  /**
5850
5850
  * <p>The dimension type field.</p>
@@ -5855,17 +5855,17 @@ export interface DimensionField {
5855
5855
  * <p>The dimension type field with numerical type columns.</p>
5856
5856
  * @public
5857
5857
  */
5858
- NumericalDimensionField?: NumericalDimensionField;
5858
+ NumericalDimensionField?: NumericalDimensionField | undefined;
5859
5859
  /**
5860
5860
  * <p>The dimension type field with categorical type columns.</p>
5861
5861
  * @public
5862
5862
  */
5863
- CategoricalDimensionField?: CategoricalDimensionField;
5863
+ CategoricalDimensionField?: CategoricalDimensionField | undefined;
5864
5864
  /**
5865
5865
  * <p>The dimension type field with date type columns.</p>
5866
5866
  * @public
5867
5867
  */
5868
- DateDimensionField?: DateDimensionField;
5868
+ DateDimensionField?: DateDimensionField | undefined;
5869
5869
  }
5870
5870
  /**
5871
5871
  * <p>The table calculation measure field for pivot tables.</p>
@@ -5902,12 +5902,12 @@ export interface CategoricalMeasureField {
5902
5902
  * <p>The aggregation function of the measure field.</p>
5903
5903
  * @public
5904
5904
  */
5905
- AggregationFunction?: CategoricalAggregationFunction;
5905
+ AggregationFunction?: CategoricalAggregationFunction | undefined;
5906
5906
  /**
5907
5907
  * <p>The format configuration of the field.</p>
5908
5908
  * @public
5909
5909
  */
5910
- FormatConfiguration?: StringFormatConfiguration;
5910
+ FormatConfiguration?: StringFormatConfiguration | undefined;
5911
5911
  }
5912
5912
  /**
5913
5913
  * <p>The measure type field with date type columns.</p>
@@ -5928,12 +5928,12 @@ export interface DateMeasureField {
5928
5928
  * <p>The aggregation function of the measure field.</p>
5929
5929
  * @public
5930
5930
  */
5931
- AggregationFunction?: DateAggregationFunction;
5931
+ AggregationFunction?: DateAggregationFunction | undefined;
5932
5932
  /**
5933
5933
  * <p>The format configuration of the field.</p>
5934
5934
  * @public
5935
5935
  */
5936
- FormatConfiguration?: DateTimeFormatConfiguration;
5936
+ FormatConfiguration?: DateTimeFormatConfiguration | undefined;
5937
5937
  }
5938
5938
  /**
5939
5939
  * <p>The measure type field with numerical type columns.</p>
@@ -5954,12 +5954,12 @@ export interface NumericalMeasureField {
5954
5954
  * <p>The aggregation function of the measure field.</p>
5955
5955
  * @public
5956
5956
  */
5957
- AggregationFunction?: NumericalAggregationFunction;
5957
+ AggregationFunction?: NumericalAggregationFunction | undefined;
5958
5958
  /**
5959
5959
  * <p>The format configuration of the field.</p>
5960
5960
  * @public
5961
5961
  */
5962
- FormatConfiguration?: NumberFormatConfiguration;
5962
+ FormatConfiguration?: NumberFormatConfiguration | undefined;
5963
5963
  }
5964
5964
  /**
5965
5965
  * <p>The measure (metric) type field.</p>
@@ -5970,22 +5970,22 @@ export interface MeasureField {
5970
5970
  * <p>The measure type field with numerical type columns.</p>
5971
5971
  * @public
5972
5972
  */
5973
- NumericalMeasureField?: NumericalMeasureField;
5973
+ NumericalMeasureField?: NumericalMeasureField | undefined;
5974
5974
  /**
5975
5975
  * <p>The measure type field with categorical type columns.</p>
5976
5976
  * @public
5977
5977
  */
5978
- CategoricalMeasureField?: CategoricalMeasureField;
5978
+ CategoricalMeasureField?: CategoricalMeasureField | undefined;
5979
5979
  /**
5980
5980
  * <p>The measure type field with date type columns.</p>
5981
5981
  * @public
5982
5982
  */
5983
- DateMeasureField?: DateMeasureField;
5983
+ DateMeasureField?: DateMeasureField | undefined;
5984
5984
  /**
5985
5985
  * <p>The calculated measure field only used in pivot tables.</p>
5986
5986
  * @public
5987
5987
  */
5988
- CalculatedMeasureField?: CalculatedMeasureField;
5988
+ CalculatedMeasureField?: CalculatedMeasureField | undefined;
5989
5989
  }
5990
5990
  /**
5991
5991
  * <p>The aggregated field wells of a bar chart.</p>
@@ -5996,23 +5996,23 @@ export interface BarChartAggregatedFieldWells {
5996
5996
  * <p>The category (y-axis) field well of a bar chart.</p>
5997
5997
  * @public
5998
5998
  */
5999
- Category?: DimensionField[];
5999
+ Category?: DimensionField[] | undefined;
6000
6000
  /**
6001
6001
  * <p>The value field wells of a bar chart. Values are aggregated by
6002
6002
  * category.</p>
6003
6003
  * @public
6004
6004
  */
6005
- Values?: MeasureField[];
6005
+ Values?: MeasureField[] | undefined;
6006
6006
  /**
6007
6007
  * <p>The color (group/color) field well of a bar chart.</p>
6008
6008
  * @public
6009
6009
  */
6010
- Colors?: DimensionField[];
6010
+ Colors?: DimensionField[] | undefined;
6011
6011
  /**
6012
6012
  * <p>The small multiples field well of a bar chart.</p>
6013
6013
  * @public
6014
6014
  */
6015
- SmallMultiples?: DimensionField[];
6015
+ SmallMultiples?: DimensionField[] | undefined;
6016
6016
  }
6017
6017
  /**
6018
6018
  * <p>The field wells of a <code>BarChartVisual</code>.</p>
@@ -6024,7 +6024,7 @@ export interface BarChartFieldWells {
6024
6024
  * <p>The aggregated field wells of a bar chart.</p>
6025
6025
  * @public
6026
6026
  */
6027
- BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells;
6027
+ BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells | undefined;
6028
6028
  }
6029
6029
  /**
6030
6030
  * <p>The context menu options for a visual's interactions.</p>
@@ -6035,7 +6035,7 @@ export interface ContextMenuOption {
6035
6035
  * <p>The availability status of the context menu options. If the value of this property is set to <code>ENABLED</code>, dashboard readers can interact with the context menu.</p>
6036
6036
  * @public
6037
6037
  */
6038
- AvailabilityStatus?: DashboardBehavior;
6038
+ AvailabilityStatus?: DashboardBehavior | undefined;
6039
6039
  }
6040
6040
  /**
6041
6041
  * <p>The menu options for a visual.</p>
@@ -6046,7 +6046,7 @@ export interface VisualMenuOption {
6046
6046
  * <p>The availaiblity status of a visual's menu options.</p>
6047
6047
  * @public
6048
6048
  */
6049
- AvailabilityStatus?: DashboardBehavior;
6049
+ AvailabilityStatus?: DashboardBehavior | undefined;
6050
6050
  }
6051
6051
  /**
6052
6052
  * <p>The general visual interactions setup for visual publish options</p>
@@ -6057,12 +6057,12 @@ export interface VisualInteractionOptions {
6057
6057
  * <p>The on-visual menu options for a visual.</p>
6058
6058
  * @public
6059
6059
  */
6060
- VisualMenuOption?: VisualMenuOption;
6060
+ VisualMenuOption?: VisualMenuOption | undefined;
6061
6061
  /**
6062
6062
  * <p>The context menu options for a visual.</p>
6063
6063
  * @public
6064
6064
  */
6065
- ContextMenuOption?: ContextMenuOption;
6065
+ ContextMenuOption?: ContextMenuOption | undefined;
6066
6066
  }
6067
6067
  /**
6068
6068
  * @public
@@ -6087,12 +6087,12 @@ export interface LegendOptions {
6087
6087
  * <p>Determines whether or not the legend is visible.</p>
6088
6088
  * @public
6089
6089
  */
6090
- Visibility?: Visibility;
6090
+ Visibility?: Visibility | undefined;
6091
6091
  /**
6092
6092
  * <p>The custom title for the legend.</p>
6093
6093
  * @public
6094
6094
  */
6095
- Title?: LabelOptions;
6095
+ Title?: LabelOptions | undefined;
6096
6096
  /**
6097
6097
  * <p>The positions for the legend. Choose one of the following
6098
6098
  * options:</p>
@@ -6120,18 +6120,18 @@ export interface LegendOptions {
6120
6120
  * </ul>
6121
6121
  * @public
6122
6122
  */
6123
- Position?: LegendPosition;
6123
+ Position?: LegendPosition | undefined;
6124
6124
  /**
6125
6125
  * <p>The width of the legend. If this value is omitted, a default width is used when rendering.</p>
6126
6126
  * @public
6127
6127
  */
6128
- Width?: string;
6128
+ Width?: string | undefined;
6129
6129
  /**
6130
6130
  * <p>The height of the legend. If this value is omitted, a default height is used when
6131
6131
  * rendering.</p>
6132
6132
  * @public
6133
6133
  */
6134
- Height?: string;
6134
+ Height?: string | undefined;
6135
6135
  }
6136
6136
  /**
6137
6137
  * @public
@@ -6171,7 +6171,7 @@ export interface ReferenceLineDynamicDataConfiguration {
6171
6171
  * <p>The aggregation function that is used in the dynamic data.</p>
6172
6172
  * @public
6173
6173
  */
6174
- MeasureAggregationFunction?: AggregationFunction;
6174
+ MeasureAggregationFunction?: AggregationFunction | undefined;
6175
6175
  /**
6176
6176
  * <p>The calculation that is used in the dynamic data.</p>
6177
6177
  * @public
@@ -6210,12 +6210,12 @@ export interface ReferenceLineDataConfiguration {
6210
6210
  * <p>The static data configuration of the reference line data configuration.</p>
6211
6211
  * @public
6212
6212
  */
6213
- StaticConfiguration?: ReferenceLineStaticDataConfiguration;
6213
+ StaticConfiguration?: ReferenceLineStaticDataConfiguration | undefined;
6214
6214
  /**
6215
6215
  * <p>The dynamic configuration of the reference line data configuration.</p>
6216
6216
  * @public
6217
6217
  */
6218
- DynamicConfiguration?: ReferenceLineDynamicDataConfiguration;
6218
+ DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | undefined;
6219
6219
  /**
6220
6220
  * <p>The axis binding type of the reference line. Choose one of the following options:</p>
6221
6221
  * <ul>
@@ -6232,7 +6232,7 @@ export interface ReferenceLineDataConfiguration {
6232
6232
  * </ul>
6233
6233
  * @public
6234
6234
  */
6235
- AxisBinding?: AxisBinding;
6235
+ AxisBinding?: AxisBinding | undefined;
6236
6236
  /**
6237
6237
  * <p>The series type of the reference line data configuration. Choose one of the following options:</p>
6238
6238
  * <ul>
@@ -6249,7 +6249,7 @@ export interface ReferenceLineDataConfiguration {
6249
6249
  * </ul>
6250
6250
  * @public
6251
6251
  */
6252
- SeriesType?: ReferenceLineSeriesType;
6252
+ SeriesType?: ReferenceLineSeriesType | undefined;
6253
6253
  }
6254
6254
  /**
6255
6255
  * <p>The configuration for a custom label on a <code>ReferenceLine</code>.</p>
@@ -6308,12 +6308,12 @@ export interface ReferenceLineValueLabelConfiguration {
6308
6308
  * </ul>
6309
6309
  * @public
6310
6310
  */
6311
- RelativePosition?: ReferenceLineValueLabelRelativePosition;
6311
+ RelativePosition?: ReferenceLineValueLabelRelativePosition | undefined;
6312
6312
  /**
6313
6313
  * <p>The format configuration of the value label.</p>
6314
6314
  * @public
6315
6315
  */
6316
- FormatConfiguration?: NumericFormatConfiguration;
6316
+ FormatConfiguration?: NumericFormatConfiguration | undefined;
6317
6317
  }
6318
6318
  /**
6319
6319
  * @public
@@ -6336,22 +6336,22 @@ export interface ReferenceLineLabelConfiguration {
6336
6336
  * <p>The value label configuration of the label in a reference line.</p>
6337
6337
  * @public
6338
6338
  */
6339
- ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration;
6339
+ ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration | undefined;
6340
6340
  /**
6341
6341
  * <p>The custom label configuration of the label in a reference line.</p>
6342
6342
  * @public
6343
6343
  */
6344
- CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration;
6344
+ CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration | undefined;
6345
6345
  /**
6346
6346
  * <p>The font configuration of the label in a reference line.</p>
6347
6347
  * @public
6348
6348
  */
6349
- FontConfiguration?: FontConfiguration;
6349
+ FontConfiguration?: FontConfiguration | undefined;
6350
6350
  /**
6351
6351
  * <p>The font color configuration of the label in a reference line.</p>
6352
6352
  * @public
6353
6353
  */
6354
- FontColor?: string;
6354
+ FontColor?: string | undefined;
6355
6355
  /**
6356
6356
  * <p>The horizontal position configuration of the label in a reference line. Choose one of
6357
6357
  * the following options:</p>
@@ -6374,7 +6374,7 @@ export interface ReferenceLineLabelConfiguration {
6374
6374
  * </ul>
6375
6375
  * @public
6376
6376
  */
6377
- HorizontalPosition?: ReferenceLineLabelHorizontalPosition;
6377
+ HorizontalPosition?: ReferenceLineLabelHorizontalPosition | undefined;
6378
6378
  /**
6379
6379
  * <p>The vertical position configuration of the label in a reference line. Choose one of the following options:</p>
6380
6380
  * <ul>
@@ -6391,7 +6391,7 @@ export interface ReferenceLineLabelConfiguration {
6391
6391
  * </ul>
6392
6392
  * @public
6393
6393
  */
6394
- VerticalPosition?: ReferenceLineLabelVerticalPosition;
6394
+ VerticalPosition?: ReferenceLineLabelVerticalPosition | undefined;
6395
6395
  }
6396
6396
  /**
6397
6397
  * @public
@@ -6433,12 +6433,12 @@ export interface ReferenceLineStyleConfiguration {
6433
6433
  * </ul>
6434
6434
  * @public
6435
6435
  */
6436
- Pattern?: ReferenceLinePatternType;
6436
+ Pattern?: ReferenceLinePatternType | undefined;
6437
6437
  /**
6438
6438
  * <p>The hex color of the reference line.</p>
6439
6439
  * @public
6440
6440
  */
6441
- Color?: string;
6441
+ Color?: string | undefined;
6442
6442
  }
6443
6443
  /**
6444
6444
  * <p>The reference line visual display options.</p>
@@ -6461,7 +6461,7 @@ export interface ReferenceLine {
6461
6461
  * </ul>
6462
6462
  * @public
6463
6463
  */
6464
- Status?: WidgetStatus;
6464
+ Status?: WidgetStatus | undefined;
6465
6465
  /**
6466
6466
  * <p>The data configuration of the reference line.</p>
6467
6467
  * @public
@@ -6471,12 +6471,12 @@ export interface ReferenceLine {
6471
6471
  * <p>The style configuration of the reference line.</p>
6472
6472
  * @public
6473
6473
  */
6474
- StyleConfiguration?: ReferenceLineStyleConfiguration;
6474
+ StyleConfiguration?: ReferenceLineStyleConfiguration | undefined;
6475
6475
  /**
6476
6476
  * <p>The label configuration of the reference line.</p>
6477
6477
  * @public
6478
6478
  */
6479
- LabelConfiguration?: ReferenceLineLabelConfiguration;
6479
+ LabelConfiguration?: ReferenceLineLabelConfiguration | undefined;
6480
6480
  }
6481
6481
  /**
6482
6482
  * @public
@@ -6515,17 +6515,17 @@ export interface PanelTitleOptions {
6515
6515
  * <p>Determines whether or not panel titles are displayed.</p>
6516
6516
  * @public
6517
6517
  */
6518
- Visibility?: Visibility;
6518
+ Visibility?: Visibility | undefined;
6519
6519
  /**
6520
6520
  * <p>Configures the display properties of the given text.</p>
6521
6521
  * @public
6522
6522
  */
6523
- FontConfiguration?: FontConfiguration;
6523
+ FontConfiguration?: FontConfiguration | undefined;
6524
6524
  /**
6525
6525
  * <p>Sets the horizontal text alignment of the title within each panel.</p>
6526
6526
  * @public
6527
6527
  */
6528
- HorizontalTextAlignment?: HorizontalTextAlignment;
6528
+ HorizontalTextAlignment?: HorizontalTextAlignment | undefined;
6529
6529
  }
6530
6530
  /**
6531
6531
  * <p>A collection of options that configure how each panel displays in a small multiples chart.</p>
@@ -6536,47 +6536,47 @@ export interface PanelConfiguration {
6536
6536
  * <p>Configures the title display within each small multiples panel.</p>
6537
6537
  * @public
6538
6538
  */
6539
- Title?: PanelTitleOptions;
6539
+ Title?: PanelTitleOptions | undefined;
6540
6540
  /**
6541
6541
  * <p>Determines whether or not each panel displays a border.</p>
6542
6542
  * @public
6543
6543
  */
6544
- BorderVisibility?: Visibility;
6544
+ BorderVisibility?: Visibility | undefined;
6545
6545
  /**
6546
6546
  * <p>Sets the line thickness of panel borders.</p>
6547
6547
  * @public
6548
6548
  */
6549
- BorderThickness?: string;
6549
+ BorderThickness?: string | undefined;
6550
6550
  /**
6551
6551
  * <p>Sets the line style of panel borders.</p>
6552
6552
  * @public
6553
6553
  */
6554
- BorderStyle?: PanelBorderStyle;
6554
+ BorderStyle?: PanelBorderStyle | undefined;
6555
6555
  /**
6556
6556
  * <p>Sets the line color of panel borders.</p>
6557
6557
  * @public
6558
6558
  */
6559
- BorderColor?: string;
6559
+ BorderColor?: string | undefined;
6560
6560
  /**
6561
6561
  * <p>Determines whether or not negative space between sibling panels is rendered.</p>
6562
6562
  * @public
6563
6563
  */
6564
- GutterVisibility?: Visibility;
6564
+ GutterVisibility?: Visibility | undefined;
6565
6565
  /**
6566
6566
  * <p>Sets the total amount of negative space to display between sibling panels.</p>
6567
6567
  * @public
6568
6568
  */
6569
- GutterSpacing?: string;
6569
+ GutterSpacing?: string | undefined;
6570
6570
  /**
6571
6571
  * <p>Determines whether or not a background for each small multiples panel is rendered.</p>
6572
6572
  * @public
6573
6573
  */
6574
- BackgroundVisibility?: Visibility;
6574
+ BackgroundVisibility?: Visibility | undefined;
6575
6575
  /**
6576
6576
  * <p>Sets the background color for each panel.</p>
6577
6577
  * @public
6578
6578
  */
6579
- BackgroundColor?: string;
6579
+ BackgroundColor?: string | undefined;
6580
6580
  }
6581
6581
  /**
6582
6582
  * @public
@@ -6611,12 +6611,12 @@ export interface SmallMultiplesAxisProperties {
6611
6611
  * <p>Determines whether scale of the axes are shared or independent. The default value is <code>SHARED</code>.</p>
6612
6612
  * @public
6613
6613
  */
6614
- Scale?: SmallMultiplesAxisScale;
6614
+ Scale?: SmallMultiplesAxisScale | undefined;
6615
6615
  /**
6616
6616
  * <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>
6617
6617
  * @public
6618
6618
  */
6619
- Placement?: SmallMultiplesAxisPlacement;
6619
+ Placement?: SmallMultiplesAxisPlacement | undefined;
6620
6620
  }
6621
6621
  /**
6622
6622
  * <p>Options that determine the layout and display options of a chart's small multiples.</p>
@@ -6630,28 +6630,28 @@ export interface SmallMultiplesOptions {
6630
6630
  * to fit the overall layout and size of the given chart.</p>
6631
6631
  * @public
6632
6632
  */
6633
- MaxVisibleRows?: number;
6633
+ MaxVisibleRows?: number | undefined;
6634
6634
  /**
6635
6635
  * <p>Sets the maximum number of visible columns to display in the grid of small multiples panels.</p>
6636
6636
  * <p>The default is <code>Auto</code>, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.</p>
6637
6637
  * @public
6638
6638
  */
6639
- MaxVisibleColumns?: number;
6639
+ MaxVisibleColumns?: number | undefined;
6640
6640
  /**
6641
6641
  * <p>Configures the display options for each small multiples panel.</p>
6642
6642
  * @public
6643
6643
  */
6644
- PanelConfiguration?: PanelConfiguration;
6644
+ PanelConfiguration?: PanelConfiguration | undefined;
6645
6645
  /**
6646
6646
  * <p>The properties of a small multiples X axis.</p>
6647
6647
  * @public
6648
6648
  */
6649
- XAxis?: SmallMultiplesAxisProperties;
6649
+ XAxis?: SmallMultiplesAxisProperties | undefined;
6650
6650
  /**
6651
6651
  * <p>The properties of a small multiples Y axis.</p>
6652
6652
  * @public
6653
6653
  */
6654
- YAxis?: SmallMultiplesAxisProperties;
6654
+ YAxis?: SmallMultiplesAxisProperties | undefined;
6655
6655
  }
6656
6656
  /**
6657
6657
  * @internal