@aws-sdk/client-quicksight 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +140 -140
- package/dist-types/models/models_1.d.ts +98 -98
- package/dist-types/models/models_2.d.ts +105 -105
- package/dist-types/models/models_3.d.ts +62 -62
- package/dist-types/models/models_4.d.ts +11 -11
- package/dist-types/ts3.4/models/models_0.d.ts +140 -140
- package/dist-types/ts3.4/models/models_1.d.ts +98 -100
- package/dist-types/ts3.4/models/models_2.d.ts +105 -117
- package/dist-types/ts3.4/models/models_3.d.ts +62 -62
- package/dist-types/ts3.4/models/models_4.d.ts +11 -11
- package/package.json +31 -31
|
@@ -55,7 +55,7 @@ export interface AssetBundleExportJobAnalysisOverrideProperties {
|
|
|
55
55
|
* @public
|
|
56
56
|
* <p>A list of <code>Analysis</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
57
57
|
*/
|
|
58
|
-
Properties:
|
|
58
|
+
Properties: AssetBundleExportJobAnalysisPropertyToOverride[] | undefined;
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
61
|
* @public
|
|
@@ -82,7 +82,7 @@ export interface AssetBundleExportJobDashboardOverrideProperties {
|
|
|
82
82
|
* @public
|
|
83
83
|
* <p>A list of <code>Dashboard</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
84
84
|
*/
|
|
85
|
-
Properties:
|
|
85
|
+
Properties: AssetBundleExportJobDashboardPropertyToOverride[] | undefined;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* @public
|
|
@@ -109,7 +109,7 @@ export interface AssetBundleExportJobDataSetOverrideProperties {
|
|
|
109
109
|
* @public
|
|
110
110
|
* <p>A list of <code>DataSet</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
111
111
|
*/
|
|
112
|
-
Properties:
|
|
112
|
+
Properties: AssetBundleExportJobDataSetPropertyToOverride[] | undefined;
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* @public
|
|
@@ -152,7 +152,7 @@ export interface AssetBundleExportJobDataSourceOverrideProperties {
|
|
|
152
152
|
* @public
|
|
153
153
|
* <p>A list of <code>DataSource</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
154
154
|
*/
|
|
155
|
-
Properties:
|
|
155
|
+
Properties: AssetBundleExportJobDataSourcePropertyToOverride[] | undefined;
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* @public
|
|
@@ -179,7 +179,7 @@ export interface AssetBundleExportJobRefreshScheduleOverrideProperties {
|
|
|
179
179
|
* @public
|
|
180
180
|
* <p>A list of <code>RefreshSchedule</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
181
181
|
*/
|
|
182
|
-
Properties:
|
|
182
|
+
Properties: AssetBundleExportJobRefreshSchedulePropertyToOverride[] | undefined;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* @public
|
|
@@ -217,7 +217,7 @@ export interface AssetBundleExportJobThemeOverrideProperties {
|
|
|
217
217
|
* @public
|
|
218
218
|
* <p>A list of <code>Theme</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
219
219
|
*/
|
|
220
|
-
Properties:
|
|
220
|
+
Properties: AssetBundleExportJobThemePropertyToOverride[] | undefined;
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
223
|
* @public
|
|
@@ -246,7 +246,7 @@ export interface AssetBundleExportJobVPCConnectionOverrideProperties {
|
|
|
246
246
|
* @public
|
|
247
247
|
* <p>A list of <code>VPCConnection</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
248
248
|
*/
|
|
249
|
-
Properties:
|
|
249
|
+
Properties: AssetBundleExportJobVPCConnectionPropertyToOverride[] | undefined;
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* @public
|
|
@@ -350,7 +350,7 @@ export interface AssetBundleExportJobSummary {
|
|
|
350
350
|
* @public
|
|
351
351
|
* <p>The current status of the export job.</p>
|
|
352
352
|
*/
|
|
353
|
-
JobStatus?: AssetBundleExportJobStatus
|
|
353
|
+
JobStatus?: AssetBundleExportJobStatus;
|
|
354
354
|
/**
|
|
355
355
|
* @public
|
|
356
356
|
* <p>The ARN of the export job.</p>
|
|
@@ -375,7 +375,7 @@ export interface AssetBundleExportJobSummary {
|
|
|
375
375
|
* @public
|
|
376
376
|
* <p>The format for the export job.</p>
|
|
377
377
|
*/
|
|
378
|
-
ExportFormat?: AssetBundleExportFormat
|
|
378
|
+
ExportFormat?: AssetBundleExportFormat;
|
|
379
379
|
}
|
|
380
380
|
/**
|
|
381
381
|
* @public
|
|
@@ -1908,7 +1908,7 @@ export interface AssetBundleImportJobSummary {
|
|
|
1908
1908
|
* @public
|
|
1909
1909
|
* <p>The current status of the import job.</p>
|
|
1910
1910
|
*/
|
|
1911
|
-
JobStatus?: AssetBundleImportJobStatus
|
|
1911
|
+
JobStatus?: AssetBundleImportJobStatus;
|
|
1912
1912
|
/**
|
|
1913
1913
|
* @public
|
|
1914
1914
|
* <p>The ARN of the import job.</p>
|
|
@@ -1928,7 +1928,7 @@ export interface AssetBundleImportJobSummary {
|
|
|
1928
1928
|
* @public
|
|
1929
1929
|
* <p>The failure action for the import job.</p>
|
|
1930
1930
|
*/
|
|
1931
|
-
FailureAction?: AssetBundleImportFailureAction
|
|
1931
|
+
FailureAction?: AssetBundleImportFailureAction;
|
|
1932
1932
|
}
|
|
1933
1933
|
/**
|
|
1934
1934
|
* @public
|
|
@@ -2173,7 +2173,7 @@ export declare class ResourceExistsException extends __BaseException {
|
|
|
2173
2173
|
* @public
|
|
2174
2174
|
* <p>The resource type for this request.</p>
|
|
2175
2175
|
*/
|
|
2176
|
-
ResourceType?: ExceptionResourceType
|
|
2176
|
+
ResourceType?: ExceptionResourceType;
|
|
2177
2177
|
/**
|
|
2178
2178
|
* @public
|
|
2179
2179
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
@@ -2196,7 +2196,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
2196
2196
|
* @public
|
|
2197
2197
|
* <p>The resource type for this request.</p>
|
|
2198
2198
|
*/
|
|
2199
|
-
ResourceType?: ExceptionResourceType
|
|
2199
|
+
ResourceType?: ExceptionResourceType;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* @public
|
|
2202
2202
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
@@ -2253,7 +2253,7 @@ export interface CastColumnTypeOperation {
|
|
|
2253
2253
|
* @public
|
|
2254
2254
|
* <p>New column data type.</p>
|
|
2255
2255
|
*/
|
|
2256
|
-
NewColumnType: ColumnDataType |
|
|
2256
|
+
NewColumnType: ColumnDataType | undefined;
|
|
2257
2257
|
/**
|
|
2258
2258
|
* @public
|
|
2259
2259
|
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
@@ -2361,7 +2361,7 @@ export interface GeoSpatialColumnGroup {
|
|
|
2361
2361
|
* @public
|
|
2362
2362
|
* <p>Country code.</p>
|
|
2363
2363
|
*/
|
|
2364
|
-
CountryCode?: GeoSpatialCountryCode
|
|
2364
|
+
CountryCode?: GeoSpatialCountryCode;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* @public
|
|
2367
2367
|
* <p>Columns in this hierarchy.</p>
|
|
@@ -2495,7 +2495,7 @@ export interface ColumnTag {
|
|
|
2495
2495
|
* @public
|
|
2496
2496
|
* <p>A geospatial role for a column.</p>
|
|
2497
2497
|
*/
|
|
2498
|
-
ColumnGeographicRole?: GeoSpatialDataRole
|
|
2498
|
+
ColumnGeographicRole?: GeoSpatialDataRole;
|
|
2499
2499
|
/**
|
|
2500
2500
|
* @public
|
|
2501
2501
|
* <p>A description for a column.</p>
|
|
@@ -2535,7 +2535,7 @@ export interface ComparativeOrder {
|
|
|
2535
2535
|
* @public
|
|
2536
2536
|
* <p>The ordering type for a column. Valid values for this structure are <code>GREATER_IS_BETTER</code>, <code>LESSER_IS_BETTER</code> and <code>SPECIFIED</code>.</p>
|
|
2537
2537
|
*/
|
|
2538
|
-
UseOrdering?: ColumnOrderingType
|
|
2538
|
+
UseOrdering?: ColumnOrderingType;
|
|
2539
2539
|
/**
|
|
2540
2540
|
* @public
|
|
2541
2541
|
* <p>The list of columns to be used in the ordering.</p>
|
|
@@ -2545,7 +2545,7 @@ export interface ComparativeOrder {
|
|
|
2545
2545
|
* @public
|
|
2546
2546
|
* <p>The treat of undefined specified values. Valid values for this structure are <code>LEAST</code> and <code>MOST</code>.</p>
|
|
2547
2547
|
*/
|
|
2548
|
-
TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType
|
|
2548
|
+
TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType;
|
|
2549
2549
|
}
|
|
2550
2550
|
/**
|
|
2551
2551
|
* @public
|
|
@@ -2689,7 +2689,7 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
2689
2689
|
* @public
|
|
2690
2690
|
* <p>The resource type for this request.</p>
|
|
2691
2691
|
*/
|
|
2692
|
-
ResourceType?: ExceptionResourceType
|
|
2692
|
+
ResourceType?: ExceptionResourceType;
|
|
2693
2693
|
/**
|
|
2694
2694
|
* @public
|
|
2695
2695
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
@@ -2734,14 +2734,14 @@ export interface CreateAccountSubscriptionRequest {
|
|
|
2734
2734
|
* </li>
|
|
2735
2735
|
* </ul>
|
|
2736
2736
|
*/
|
|
2737
|
-
Edition: Edition |
|
|
2737
|
+
Edition: Edition | undefined;
|
|
2738
2738
|
/**
|
|
2739
2739
|
* @public
|
|
2740
2740
|
* <p>The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are <code>IAM_AND_QUICKSIGHT</code>, <code>IAM_ONLY</code>, and <code>ACTIVE_DIRECTORY</code>.</p>
|
|
2741
2741
|
* <p>If you choose <code>ACTIVE_DIRECTORY</code>, provide an <code>ActiveDirectoryName</code>
|
|
2742
2742
|
* and an <code>AdminGroup</code> associated with your Active Directory.</p>
|
|
2743
2743
|
*/
|
|
2744
|
-
AuthenticationMethod: AuthenticationMethodOption |
|
|
2744
|
+
AuthenticationMethod: AuthenticationMethodOption | undefined;
|
|
2745
2745
|
/**
|
|
2746
2746
|
* @public
|
|
2747
2747
|
* <p>The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.</p>
|
|
@@ -3035,7 +3035,7 @@ export interface ValidationStrategy {
|
|
|
3035
3035
|
* @public
|
|
3036
3036
|
* <p>The mode of validation for the asset to be creaed or updated. When you set this value to <code>STRICT</code>, strict validation for every error is enforced. When you set this value to <code>LENIENT</code>, validation is skipped for specific UI errors.</p>
|
|
3037
3037
|
*/
|
|
3038
|
-
Mode: ValidationStrategyMode |
|
|
3038
|
+
Mode: ValidationStrategyMode | undefined;
|
|
3039
3039
|
}
|
|
3040
3040
|
/**
|
|
3041
3041
|
* @public
|
|
@@ -3125,7 +3125,7 @@ export interface CreateAnalysisResponse {
|
|
|
3125
3125
|
* @public
|
|
3126
3126
|
* <p>The status of the creation of the analysis. </p>
|
|
3127
3127
|
*/
|
|
3128
|
-
CreationStatus?: ResourceStatus
|
|
3128
|
+
CreationStatus?: ResourceStatus;
|
|
3129
3129
|
/**
|
|
3130
3130
|
* @public
|
|
3131
3131
|
* <p>The HTTP status of the request.</p>
|
|
@@ -3149,7 +3149,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
3149
3149
|
* @public
|
|
3150
3150
|
* <p>Limit exceeded.</p>
|
|
3151
3151
|
*/
|
|
3152
|
-
ResourceType?: ExceptionResourceType
|
|
3152
|
+
ResourceType?: ExceptionResourceType;
|
|
3153
3153
|
/**
|
|
3154
3154
|
* @public
|
|
3155
3155
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
@@ -3202,7 +3202,7 @@ export interface DataPointDrillUpDownOption {
|
|
|
3202
3202
|
* @public
|
|
3203
3203
|
* <p>The status of the drill down options of data points.</p>
|
|
3204
3204
|
*/
|
|
3205
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3205
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3206
3206
|
}
|
|
3207
3207
|
/**
|
|
3208
3208
|
* @public
|
|
@@ -3213,7 +3213,7 @@ export interface DataPointMenuLabelOption {
|
|
|
3213
3213
|
* @public
|
|
3214
3214
|
* <p>The status of the data point menu options.</p>
|
|
3215
3215
|
*/
|
|
3216
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3216
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3217
3217
|
}
|
|
3218
3218
|
/**
|
|
3219
3219
|
* @public
|
|
@@ -3224,7 +3224,7 @@ export interface DataPointTooltipOption {
|
|
|
3224
3224
|
* @public
|
|
3225
3225
|
* <p>The status of the data point tool tip options.</p>
|
|
3226
3226
|
*/
|
|
3227
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3227
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3228
3228
|
}
|
|
3229
3229
|
/**
|
|
3230
3230
|
* @public
|
|
@@ -3235,7 +3235,7 @@ export interface ExportToCSVOption {
|
|
|
3235
3235
|
* @public
|
|
3236
3236
|
* <p>Availability status.</p>
|
|
3237
3237
|
*/
|
|
3238
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3238
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3239
3239
|
}
|
|
3240
3240
|
/**
|
|
3241
3241
|
* @public
|
|
@@ -3246,7 +3246,7 @@ export interface ExportWithHiddenFieldsOption {
|
|
|
3246
3246
|
* @public
|
|
3247
3247
|
* <p>The status of the export with hidden fields options.</p>
|
|
3248
3248
|
*/
|
|
3249
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3249
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3250
3250
|
}
|
|
3251
3251
|
/**
|
|
3252
3252
|
* @public
|
|
@@ -3269,7 +3269,7 @@ export interface SheetControlsOption {
|
|
|
3269
3269
|
* @public
|
|
3270
3270
|
* <p>Visibility state.</p>
|
|
3271
3271
|
*/
|
|
3272
|
-
VisibilityState?: DashboardUIState
|
|
3272
|
+
VisibilityState?: DashboardUIState;
|
|
3273
3273
|
}
|
|
3274
3274
|
/**
|
|
3275
3275
|
* @public
|
|
@@ -3280,7 +3280,7 @@ export interface SheetLayoutElementMaximizationOption {
|
|
|
3280
3280
|
* @public
|
|
3281
3281
|
* <p>The status of the sheet layout maximization options of a dashbaord.</p>
|
|
3282
3282
|
*/
|
|
3283
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3283
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3284
3284
|
}
|
|
3285
3285
|
/**
|
|
3286
3286
|
* @public
|
|
@@ -3291,7 +3291,7 @@ export interface VisualAxisSortOption {
|
|
|
3291
3291
|
* @public
|
|
3292
3292
|
* <p>The availaiblity status of a visual's axis sort options.</p>
|
|
3293
3293
|
*/
|
|
3294
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3294
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3295
3295
|
}
|
|
3296
3296
|
/**
|
|
3297
3297
|
* @public
|
|
@@ -3302,7 +3302,7 @@ export interface VisualMenuOption {
|
|
|
3302
3302
|
* @public
|
|
3303
3303
|
* <p>The availaiblity status of a visual's menu options.</p>
|
|
3304
3304
|
*/
|
|
3305
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3305
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3306
3306
|
}
|
|
3307
3307
|
/**
|
|
3308
3308
|
* @public
|
|
@@ -3313,7 +3313,7 @@ export interface ExportHiddenFieldsOption {
|
|
|
3313
3313
|
* @public
|
|
3314
3314
|
* <p>The status of the export hidden fields options of a dashbaord.</p>
|
|
3315
3315
|
*/
|
|
3316
|
-
AvailabilityStatus?: DashboardBehavior
|
|
3316
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
3317
3317
|
}
|
|
3318
3318
|
/**
|
|
3319
3319
|
* @public
|
|
@@ -3601,7 +3601,7 @@ export interface CreateDashboardResponse {
|
|
|
3601
3601
|
* @public
|
|
3602
3602
|
* <p>The status of the dashboard creation request.</p>
|
|
3603
3603
|
*/
|
|
3604
|
-
CreationStatus?: ResourceStatus
|
|
3604
|
+
CreationStatus?: ResourceStatus;
|
|
3605
3605
|
/**
|
|
3606
3606
|
* @public
|
|
3607
3607
|
* <p>The HTTP status of the request.</p>
|
|
@@ -3655,12 +3655,12 @@ export interface DateTimeDatasetParameter {
|
|
|
3655
3655
|
* @public
|
|
3656
3656
|
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
3657
3657
|
*/
|
|
3658
|
-
ValueType: DatasetParameterValueType |
|
|
3658
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
3659
3659
|
/**
|
|
3660
3660
|
* @public
|
|
3661
3661
|
* <p>The time granularity of the date time parameter.</p>
|
|
3662
3662
|
*/
|
|
3663
|
-
TimeGranularity?: TimeGranularity
|
|
3663
|
+
TimeGranularity?: TimeGranularity;
|
|
3664
3664
|
/**
|
|
3665
3665
|
* @public
|
|
3666
3666
|
* <p>A list of default values for a given date time parameter. This structure only accepts static values.</p>
|
|
@@ -3697,7 +3697,7 @@ export interface DecimalDatasetParameter {
|
|
|
3697
3697
|
* @public
|
|
3698
3698
|
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
3699
3699
|
*/
|
|
3700
|
-
ValueType: DatasetParameterValueType |
|
|
3700
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
3701
3701
|
/**
|
|
3702
3702
|
* @public
|
|
3703
3703
|
* <p>A list of default values for a given decimal parameter. This structure only accepts static values.</p>
|
|
@@ -3734,7 +3734,7 @@ export interface IntegerDatasetParameter {
|
|
|
3734
3734
|
* @public
|
|
3735
3735
|
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
3736
3736
|
*/
|
|
3737
|
-
ValueType: DatasetParameterValueType |
|
|
3737
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
3738
3738
|
/**
|
|
3739
3739
|
* @public
|
|
3740
3740
|
* <p>A list of default values for a given integer parameter. This structure only accepts static values.</p>
|
|
@@ -3771,7 +3771,7 @@ export interface StringDatasetParameter {
|
|
|
3771
3771
|
* @public
|
|
3772
3772
|
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
3773
3773
|
*/
|
|
3774
|
-
ValueType: DatasetParameterValueType |
|
|
3774
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
3775
3775
|
/**
|
|
3776
3776
|
* @public
|
|
3777
3777
|
* <p>A list of default values for a given string dataset parameter type. This structure only accepts static values.</p>
|
|
@@ -3968,7 +3968,7 @@ export interface UntagColumnOperation {
|
|
|
3968
3968
|
* @public
|
|
3969
3969
|
* <p>The column tags to remove from this column.</p>
|
|
3970
3970
|
*/
|
|
3971
|
-
TagNames:
|
|
3971
|
+
TagNames: ColumnTagName[] | undefined;
|
|
3972
3972
|
}
|
|
3973
3973
|
/**
|
|
3974
3974
|
* @public
|
|
@@ -4184,7 +4184,7 @@ export interface JoinInstruction {
|
|
|
4184
4184
|
* @public
|
|
4185
4185
|
* <p>The type of join that it is.</p>
|
|
4186
4186
|
*/
|
|
4187
|
-
Type: JoinType |
|
|
4187
|
+
Type: JoinType | undefined;
|
|
4188
4188
|
/**
|
|
4189
4189
|
* @public
|
|
4190
4190
|
* <p>The join instructions provided in the <code>ON</code> clause of a join.</p>
|
|
@@ -4268,7 +4268,7 @@ export interface InputColumn {
|
|
|
4268
4268
|
* @public
|
|
4269
4269
|
* <p>The data type of the column.</p>
|
|
4270
4270
|
*/
|
|
4271
|
-
Type: InputColumnDataType |
|
|
4271
|
+
Type: InputColumnDataType | undefined;
|
|
4272
4272
|
}
|
|
4273
4273
|
/**
|
|
4274
4274
|
* @public
|
|
@@ -4364,7 +4364,7 @@ export interface UploadSettings {
|
|
|
4364
4364
|
* @public
|
|
4365
4365
|
* <p>File format.</p>
|
|
4366
4366
|
*/
|
|
4367
|
-
Format?: FileFormat
|
|
4367
|
+
Format?: FileFormat;
|
|
4368
4368
|
/**
|
|
4369
4369
|
* @public
|
|
4370
4370
|
* <p>A row number to start reading data from.</p>
|
|
@@ -4379,7 +4379,7 @@ export interface UploadSettings {
|
|
|
4379
4379
|
* @public
|
|
4380
4380
|
* <p>Text qualifier.</p>
|
|
4381
4381
|
*/
|
|
4382
|
-
TextQualifier?: TextQualifier
|
|
4382
|
+
TextQualifier?: TextQualifier;
|
|
4383
4383
|
/**
|
|
4384
4384
|
* @public
|
|
4385
4385
|
* <p>The delimiter between values in the file.</p>
|
|
@@ -4529,18 +4529,18 @@ export interface RowLevelPermissionDataSet {
|
|
|
4529
4529
|
* <p>The type of permissions to use when interpreting the permissions for RLS. <code>DENY_ACCESS</code>
|
|
4530
4530
|
* is included for backward compatibility only.</p>
|
|
4531
4531
|
*/
|
|
4532
|
-
PermissionPolicy: RowLevelPermissionPolicy |
|
|
4532
|
+
PermissionPolicy: RowLevelPermissionPolicy | undefined;
|
|
4533
4533
|
/**
|
|
4534
4534
|
* @public
|
|
4535
4535
|
* <p>The user or group rules associated with the dataset that contains permissions for RLS.</p>
|
|
4536
4536
|
* <p>By default, <code>FormatVersion</code> is <code>VERSION_1</code>. When <code>FormatVersion</code> is <code>VERSION_1</code>, <code>UserName</code> and <code>GroupName</code> are required. When <code>FormatVersion</code> is <code>VERSION_2</code>, <code>UserARN</code> and <code>GroupARN</code> are required, and <code>Namespace</code> must not exist.</p>
|
|
4537
4537
|
*/
|
|
4538
|
-
FormatVersion?: RowLevelPermissionFormatVersion
|
|
4538
|
+
FormatVersion?: RowLevelPermissionFormatVersion;
|
|
4539
4539
|
/**
|
|
4540
4540
|
* @public
|
|
4541
4541
|
* <p>The status of the row-level security permission dataset. If enabled, the status is <code>ENABLED</code>. If disabled, the status is <code>DISABLED</code>.</p>
|
|
4542
4542
|
*/
|
|
4543
|
-
Status?: Status
|
|
4543
|
+
Status?: Status;
|
|
4544
4544
|
}
|
|
4545
4545
|
/**
|
|
4546
4546
|
* @public
|
|
@@ -4577,7 +4577,7 @@ export interface RowLevelPermissionTagConfiguration {
|
|
|
4577
4577
|
* @public
|
|
4578
4578
|
* <p>The status of row-level security tags. If enabled, the status is <code>ENABLED</code>. If disabled, the status is <code>DISABLED</code>.</p>
|
|
4579
4579
|
*/
|
|
4580
|
-
Status?: Status
|
|
4580
|
+
Status?: Status;
|
|
4581
4581
|
/**
|
|
4582
4582
|
* @public
|
|
4583
4583
|
* <p>A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.</p>
|
|
@@ -4622,7 +4622,7 @@ export interface CreateDataSetRequest {
|
|
|
4622
4622
|
* @public
|
|
4623
4623
|
* <p>Indicates whether you want to import the data into SPICE.</p>
|
|
4624
4624
|
*/
|
|
4625
|
-
ImportMode: DataSetImportMode |
|
|
4625
|
+
ImportMode: DataSetImportMode | undefined;
|
|
4626
4626
|
/**
|
|
4627
4627
|
* @public
|
|
4628
4628
|
* <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
@@ -4826,7 +4826,7 @@ export interface CreateDataSourceRequest {
|
|
|
4826
4826
|
* list of all data sources, use <code>ListDataSources</code>.</p>
|
|
4827
4827
|
* <p>Use <code>AMAZON_ELASTICSEARCH</code> for Amazon OpenSearch Service.</p>
|
|
4828
4828
|
*/
|
|
4829
|
-
Type: DataSourceType |
|
|
4829
|
+
Type: DataSourceType | undefined;
|
|
4830
4830
|
/**
|
|
4831
4831
|
* @public
|
|
4832
4832
|
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
|
|
@@ -4878,7 +4878,7 @@ export interface CreateDataSourceResponse {
|
|
|
4878
4878
|
* @public
|
|
4879
4879
|
* <p>The status of creating the data source.</p>
|
|
4880
4880
|
*/
|
|
4881
|
-
CreationStatus?: ResourceStatus
|
|
4881
|
+
CreationStatus?: ResourceStatus;
|
|
4882
4882
|
/**
|
|
4883
4883
|
* @public
|
|
4884
4884
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -4936,7 +4936,7 @@ export interface CreateFolderRequest {
|
|
|
4936
4936
|
* @public
|
|
4937
4937
|
* <p>The type of folder. By default, <code>folderType</code> is <code>SHARED</code>.</p>
|
|
4938
4938
|
*/
|
|
4939
|
-
FolderType?: FolderType
|
|
4939
|
+
FolderType?: FolderType;
|
|
4940
4940
|
/**
|
|
4941
4941
|
* @public
|
|
4942
4942
|
* <p>The Amazon Resource Name (ARN) for the parent folder.</p>
|
|
@@ -4959,7 +4959,7 @@ export interface CreateFolderRequest {
|
|
|
4959
4959
|
* @public
|
|
4960
4960
|
* <p>An optional parameter that determines the sharing scope of the folder. The default value for this parameter is <code>ACCOUNT</code>.</p>
|
|
4961
4961
|
*/
|
|
4962
|
-
SharingModel?: SharingModel
|
|
4962
|
+
SharingModel?: SharingModel;
|
|
4963
4963
|
}
|
|
4964
4964
|
/**
|
|
4965
4965
|
* @public
|
|
@@ -5024,7 +5024,7 @@ export interface CreateFolderMembershipRequest {
|
|
|
5024
5024
|
* @public
|
|
5025
5025
|
* <p>The member type of the asset that you want to add to a folder.</p>
|
|
5026
5026
|
*/
|
|
5027
|
-
MemberType: MemberType |
|
|
5027
|
+
MemberType: MemberType | undefined;
|
|
5028
5028
|
}
|
|
5029
5029
|
/**
|
|
5030
5030
|
* @public
|
|
@@ -5040,7 +5040,7 @@ export interface FolderMember {
|
|
|
5040
5040
|
* @public
|
|
5041
5041
|
* <p>The type of asset that it is.</p>
|
|
5042
5042
|
*/
|
|
5043
|
-
MemberType?: MemberType
|
|
5043
|
+
MemberType?: MemberType;
|
|
5044
5044
|
}
|
|
5045
5045
|
/**
|
|
5046
5046
|
* @public
|
|
@@ -5239,7 +5239,7 @@ export interface CreateIAMPolicyAssignmentRequest {
|
|
|
5239
5239
|
* </li>
|
|
5240
5240
|
* </ul>
|
|
5241
5241
|
*/
|
|
5242
|
-
AssignmentStatus: AssignmentStatus |
|
|
5242
|
+
AssignmentStatus: AssignmentStatus | undefined;
|
|
5243
5243
|
/**
|
|
5244
5244
|
* @public
|
|
5245
5245
|
* <p>The ARN for the IAM policy to apply to the Amazon QuickSight users and
|
|
@@ -5295,7 +5295,7 @@ export interface CreateIAMPolicyAssignmentResponse {
|
|
|
5295
5295
|
* </li>
|
|
5296
5296
|
* </ul>
|
|
5297
5297
|
*/
|
|
5298
|
-
AssignmentStatus?: AssignmentStatus
|
|
5298
|
+
AssignmentStatus?: AssignmentStatus;
|
|
5299
5299
|
/**
|
|
5300
5300
|
* @public
|
|
5301
5301
|
* <p>The ARN for the IAM policy that is applied to the Amazon QuickSight
|
|
@@ -5354,7 +5354,7 @@ export interface CreateIngestionRequest {
|
|
|
5354
5354
|
* @public
|
|
5355
5355
|
* <p>The type of ingestion that you want to create.</p>
|
|
5356
5356
|
*/
|
|
5357
|
-
IngestionType?: IngestionType
|
|
5357
|
+
IngestionType?: IngestionType;
|
|
5358
5358
|
}
|
|
5359
5359
|
/**
|
|
5360
5360
|
* @public
|
|
@@ -5390,7 +5390,7 @@ export interface CreateIngestionResponse {
|
|
|
5390
5390
|
* @public
|
|
5391
5391
|
* <p>The ingestion status.</p>
|
|
5392
5392
|
*/
|
|
5393
|
-
IngestionStatus?: IngestionStatus
|
|
5393
|
+
IngestionStatus?: IngestionStatus;
|
|
5394
5394
|
/**
|
|
5395
5395
|
* @public
|
|
5396
5396
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -5432,7 +5432,7 @@ export interface CreateNamespaceRequest {
|
|
|
5432
5432
|
* <p>Specifies the type of your user identity directory. Currently, this supports users
|
|
5433
5433
|
* with an identity type of <code>QUICKSIGHT</code>.</p>
|
|
5434
5434
|
*/
|
|
5435
|
-
IdentityStore: IdentityStore |
|
|
5435
|
+
IdentityStore: IdentityStore | undefined;
|
|
5436
5436
|
/**
|
|
5437
5437
|
* @public
|
|
5438
5438
|
* <p>The tags that you want to associate with the namespace that you're creating.</p>
|
|
@@ -5482,13 +5482,13 @@ export interface CreateNamespaceResponse {
|
|
|
5482
5482
|
* the case of a non-retryable error, refer to the error message for follow-up
|
|
5483
5483
|
* tasks.</p>
|
|
5484
5484
|
*/
|
|
5485
|
-
CreationStatus?: NamespaceStatus
|
|
5485
|
+
CreationStatus?: NamespaceStatus;
|
|
5486
5486
|
/**
|
|
5487
5487
|
* @public
|
|
5488
5488
|
* <p>Specifies the type of your user identity directory. Currently, this supports users
|
|
5489
5489
|
* with an identity type of <code>QUICKSIGHT</code>.</p>
|
|
5490
5490
|
*/
|
|
5491
|
-
IdentityStore?: IdentityStore
|
|
5491
|
+
IdentityStore?: IdentityStore;
|
|
5492
5492
|
/**
|
|
5493
5493
|
* @public
|
|
5494
5494
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -5542,7 +5542,7 @@ export interface ScheduleRefreshOnEntity {
|
|
|
5542
5542
|
* @public
|
|
5543
5543
|
* <p>The day of the week that you want to schedule a refresh on.</p>
|
|
5544
5544
|
*/
|
|
5545
|
-
DayOfWeek?: DayOfWeek
|
|
5545
|
+
DayOfWeek?: DayOfWeek;
|
|
5546
5546
|
/**
|
|
5547
5547
|
* @public
|
|
5548
5548
|
* <p>The day of the month that you want to schedule refresh on.</p>
|
|
@@ -5584,7 +5584,7 @@ export interface RefreshFrequency {
|
|
|
5584
5584
|
* </li>
|
|
5585
5585
|
* </ul>
|
|
5586
5586
|
*/
|
|
5587
|
-
Interval: RefreshInterval |
|
|
5587
|
+
Interval: RefreshInterval | undefined;
|
|
5588
5588
|
/**
|
|
5589
5589
|
* @public
|
|
5590
5590
|
* <p>The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.</p>
|
|
@@ -5636,7 +5636,7 @@ export interface RefreshSchedule {
|
|
|
5636
5636
|
* </ul>
|
|
5637
5637
|
* <p>For more information on full and incremental refreshes, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html">Refreshing SPICE data</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
5638
5638
|
*/
|
|
5639
|
-
RefreshType: IngestionType |
|
|
5639
|
+
RefreshType: IngestionType | undefined;
|
|
5640
5640
|
/**
|
|
5641
5641
|
* @public
|
|
5642
5642
|
* <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
|
|
@@ -5905,7 +5905,7 @@ export interface CreateTemplateResponse {
|
|
|
5905
5905
|
* @public
|
|
5906
5906
|
* <p>The template creation status.</p>
|
|
5907
5907
|
*/
|
|
5908
|
-
CreationStatus?: ResourceStatus
|
|
5908
|
+
CreationStatus?: ResourceStatus;
|
|
5909
5909
|
/**
|
|
5910
5910
|
* @public
|
|
5911
5911
|
* <p>The HTTP status of the request.</p>
|
|
@@ -6302,7 +6302,7 @@ export interface CreateThemeResponse {
|
|
|
6302
6302
|
* @public
|
|
6303
6303
|
* <p>The theme creation status.</p>
|
|
6304
6304
|
*/
|
|
6305
|
-
CreationStatus?: ResourceStatus
|
|
6305
|
+
CreationStatus?: ResourceStatus;
|
|
6306
6306
|
/**
|
|
6307
6307
|
* @public
|
|
6308
6308
|
* <p>The HTTP status of the request.</p>
|
|
@@ -6471,7 +6471,7 @@ export interface DisplayFormatOptions {
|
|
|
6471
6471
|
* @public
|
|
6472
6472
|
* <p>Determines the decimal separator.</p>
|
|
6473
6473
|
*/
|
|
6474
|
-
DecimalSeparator?: TopicNumericSeparatorSymbol
|
|
6474
|
+
DecimalSeparator?: TopicNumericSeparatorSymbol;
|
|
6475
6475
|
/**
|
|
6476
6476
|
* @public
|
|
6477
6477
|
* <p>Determines the grouping separator.</p>
|
|
@@ -6504,7 +6504,7 @@ export interface DisplayFormatOptions {
|
|
|
6504
6504
|
* <code>BILLIONS</code>,
|
|
6505
6505
|
* and <code>TRILLIONS</code>.</p>
|
|
6506
6506
|
*/
|
|
6507
|
-
UnitScaler?: NumberScale
|
|
6507
|
+
UnitScaler?: NumberScale;
|
|
6508
6508
|
/**
|
|
6509
6509
|
* @public
|
|
6510
6510
|
* <p>The negative format.</p>
|
|
@@ -6527,7 +6527,7 @@ export interface DefaultFormatting {
|
|
|
6527
6527
|
* <code>PERCENT</code>, <code>CURRENCY</code>, <code>NUMBER</code>, <code>DATE</code>, and
|
|
6528
6528
|
* <code>STRING</code>.</p>
|
|
6529
6529
|
*/
|
|
6530
|
-
DisplayFormat?: DisplayFormat
|
|
6530
|
+
DisplayFormat?: DisplayFormat;
|
|
6531
6531
|
/**
|
|
6532
6532
|
* @public
|
|
6533
6533
|
* <p>The additional options for display formatting.</p>
|
|
@@ -6632,12 +6632,12 @@ export interface TopicCalculatedField {
|
|
|
6632
6632
|
* @public
|
|
6633
6633
|
* <p>The column data role for a calculated field. Valid values for this structure are <code>DIMENSION</code> and <code>MEASURE</code>.</p>
|
|
6634
6634
|
*/
|
|
6635
|
-
ColumnDataRole?: ColumnDataRole
|
|
6635
|
+
ColumnDataRole?: ColumnDataRole;
|
|
6636
6636
|
/**
|
|
6637
6637
|
* @public
|
|
6638
6638
|
* <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
|
|
6639
6639
|
*/
|
|
6640
|
-
TimeGranularity?: TopicTimeGranularity
|
|
6640
|
+
TimeGranularity?: TopicTimeGranularity;
|
|
6641
6641
|
/**
|
|
6642
6642
|
* @public
|
|
6643
6643
|
* <p>The default formatting definition.</p>
|
|
@@ -6650,7 +6650,7 @@ export interface TopicCalculatedField {
|
|
|
6650
6650
|
* <code>DISTINCT_COUNT</code>,
|
|
6651
6651
|
* and <code>AVERAGE</code>.</p>
|
|
6652
6652
|
*/
|
|
6653
|
-
Aggregation?: DefaultAggregation
|
|
6653
|
+
Aggregation?: DefaultAggregation;
|
|
6654
6654
|
/**
|
|
6655
6655
|
* @public
|
|
6656
6656
|
* <p>The order in which data is displayed for the calculated field when
|
|
@@ -6670,7 +6670,7 @@ export interface TopicCalculatedField {
|
|
|
6670
6670
|
* <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
|
|
6671
6671
|
* <code>VARP</code>, and <code>PERCENTILE</code>.</p>
|
|
6672
6672
|
*/
|
|
6673
|
-
AllowedAggregations?:
|
|
6673
|
+
AllowedAggregations?: AuthorSpecifiedAggregation[];
|
|
6674
6674
|
/**
|
|
6675
6675
|
* @public
|
|
6676
6676
|
* <p>The list of aggregation types that are not allowed for the calculated field. Valid
|
|
@@ -6679,7 +6679,7 @@ export interface TopicCalculatedField {
|
|
|
6679
6679
|
* <code>AVERAGE</code>, <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
|
|
6680
6680
|
* <code>VARP</code>, and <code>PERCENTILE</code>.</p>
|
|
6681
6681
|
*/
|
|
6682
|
-
NotAllowedAggregations?:
|
|
6682
|
+
NotAllowedAggregations?: AuthorSpecifiedAggregation[];
|
|
6683
6683
|
/**
|
|
6684
6684
|
* @public
|
|
6685
6685
|
* <p>A Boolean value that indicates whether to never aggregate calculated field in filters.</p>
|
|
@@ -6726,13 +6726,13 @@ export interface TopicColumn {
|
|
|
6726
6726
|
* @public
|
|
6727
6727
|
* <p>The role of the column in the data. Valid values are <code>DIMENSION</code> and <code>MEASURE</code>.</p>
|
|
6728
6728
|
*/
|
|
6729
|
-
ColumnDataRole?: ColumnDataRole
|
|
6729
|
+
ColumnDataRole?: ColumnDataRole;
|
|
6730
6730
|
/**
|
|
6731
6731
|
* @public
|
|
6732
6732
|
* <p>The type of aggregation that is performed on the column data when
|
|
6733
6733
|
* it's queried.</p>
|
|
6734
6734
|
*/
|
|
6735
|
-
Aggregation?: DefaultAggregation
|
|
6735
|
+
Aggregation?: DefaultAggregation;
|
|
6736
6736
|
/**
|
|
6737
6737
|
* @public
|
|
6738
6738
|
* <p>A Boolean value that indicates whether the column is included in the query results.</p>
|
|
@@ -6758,7 +6758,7 @@ export interface TopicColumn {
|
|
|
6758
6758
|
* @public
|
|
6759
6759
|
* <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
|
|
6760
6760
|
*/
|
|
6761
|
-
TimeGranularity?: TopicTimeGranularity
|
|
6761
|
+
TimeGranularity?: TopicTimeGranularity;
|
|
6762
6762
|
/**
|
|
6763
6763
|
* @public
|
|
6764
6764
|
* <p>The list of aggregation types that are allowed for the column. Valid values for this
|
|
@@ -6768,7 +6768,7 @@ export interface TopicColumn {
|
|
|
6768
6768
|
* <code>VARP</code>,
|
|
6769
6769
|
* and <code>PERCENTILE</code>.</p>
|
|
6770
6770
|
*/
|
|
6771
|
-
AllowedAggregations?:
|
|
6771
|
+
AllowedAggregations?: AuthorSpecifiedAggregation[];
|
|
6772
6772
|
/**
|
|
6773
6773
|
* @public
|
|
6774
6774
|
* <p>The list of aggregation types that are not allowed for the column. Valid values for this
|
|
@@ -6778,7 +6778,7 @@ export interface TopicColumn {
|
|
|
6778
6778
|
* <code>VARP</code>,
|
|
6779
6779
|
* and <code>PERCENTILE</code>.</p>
|
|
6780
6780
|
*/
|
|
6781
|
-
NotAllowedAggregations?:
|
|
6781
|
+
NotAllowedAggregations?: AuthorSpecifiedAggregation[];
|
|
6782
6782
|
/**
|
|
6783
6783
|
* @public
|
|
6784
6784
|
* <p>The default formatting used for values in the column.</p>
|
|
@@ -6811,7 +6811,7 @@ export interface DataAggregation {
|
|
|
6811
6811
|
* @public
|
|
6812
6812
|
* <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
|
|
6813
6813
|
*/
|
|
6814
|
-
DatasetRowDateGranularity?: TopicTimeGranularity
|
|
6814
|
+
DatasetRowDateGranularity?: TopicTimeGranularity;
|
|
6815
6815
|
/**
|
|
6816
6816
|
* @public
|
|
6817
6817
|
* <p>The column name for the default date.</p>
|
|
@@ -6827,7 +6827,7 @@ export interface TopicCategoryFilterConstant {
|
|
|
6827
6827
|
* @public
|
|
6828
6828
|
* <p>The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are <code>SINGULAR</code> and <code>COLLECTIVE</code>.</p>
|
|
6829
6829
|
*/
|
|
6830
|
-
ConstantType?: ConstantType
|
|
6830
|
+
ConstantType?: ConstantType;
|
|
6831
6831
|
/**
|
|
6832
6832
|
* @public
|
|
6833
6833
|
* <p>A singular constant used in a category filter. This element is used to specify a single value for the constant.</p>
|
|
@@ -6848,12 +6848,12 @@ export interface TopicCategoryFilter {
|
|
|
6848
6848
|
* @public
|
|
6849
6849
|
* <p>The category filter function. Valid values for this structure are <code>EXACT</code> and <code>CONTAINS</code>.</p>
|
|
6850
6850
|
*/
|
|
6851
|
-
CategoryFilterFunction?: CategoryFilterFunction
|
|
6851
|
+
CategoryFilterFunction?: CategoryFilterFunction;
|
|
6852
6852
|
/**
|
|
6853
6853
|
* @public
|
|
6854
6854
|
* <p>The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.</p>
|
|
6855
6855
|
*/
|
|
6856
|
-
CategoryFilterType?: CategoryFilterType
|
|
6856
|
+
CategoryFilterType?: CategoryFilterType;
|
|
6857
6857
|
/**
|
|
6858
6858
|
* @public
|
|
6859
6859
|
* <p>The constant used in a category filter.</p>
|
|
@@ -6890,7 +6890,7 @@ export interface TopicRangeFilterConstant {
|
|
|
6890
6890
|
* @public
|
|
6891
6891
|
* <p>The data type of the constant value that is used in a range filter. Valid values for this structure are <code>RANGE</code>.</p>
|
|
6892
6892
|
*/
|
|
6893
|
-
ConstantType?: ConstantType
|
|
6893
|
+
ConstantType?: ConstantType;
|
|
6894
6894
|
/**
|
|
6895
6895
|
* @public
|
|
6896
6896
|
* <p>The value of the constant that is used to specify the endpoints of a range filter.</p>
|
|
@@ -6974,7 +6974,7 @@ export interface TopicSingularFilterConstant {
|
|
|
6974
6974
|
* @public
|
|
6975
6975
|
* <p>The type of the singular filter constant. Valid values for this structure are <code>SINGULAR</code>.</p>
|
|
6976
6976
|
*/
|
|
6977
|
-
ConstantType?: ConstantType
|
|
6977
|
+
ConstantType?: ConstantType;
|
|
6978
6978
|
/**
|
|
6979
6979
|
* @public
|
|
6980
6980
|
* <p>The value of the singular filter constant.</p>
|
|
@@ -7000,7 +7000,7 @@ export interface TopicNumericEqualityFilter {
|
|
|
7000
7000
|
* <code>VAR</code>,
|
|
7001
7001
|
* and <code>VARP</code>.</p>
|
|
7002
7002
|
*/
|
|
7003
|
-
Aggregation?: NamedFilterAggType
|
|
7003
|
+
Aggregation?: NamedFilterAggType;
|
|
7004
7004
|
}
|
|
7005
7005
|
/**
|
|
7006
7006
|
* @public
|
|
@@ -7030,7 +7030,7 @@ export interface TopicNumericRangeFilter {
|
|
|
7030
7030
|
* <code>VAR</code>,
|
|
7031
7031
|
* and <code>VARP</code>.</p>
|
|
7032
7032
|
*/
|
|
7033
|
-
Aggregation?: NamedFilterAggType
|
|
7033
|
+
Aggregation?: NamedFilterAggType;
|
|
7034
7034
|
}
|
|
7035
7035
|
/**
|
|
7036
7036
|
* @public
|
|
@@ -7056,12 +7056,12 @@ export interface TopicRelativeDateFilter {
|
|
|
7056
7056
|
* @public
|
|
7057
7057
|
* <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
|
|
7058
7058
|
*/
|
|
7059
|
-
TimeGranularity?: TopicTimeGranularity
|
|
7059
|
+
TimeGranularity?: TopicTimeGranularity;
|
|
7060
7060
|
/**
|
|
7061
7061
|
* @public
|
|
7062
7062
|
* <p>The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are <code>BEFORE</code>, <code>AFTER</code>, and <code>BETWEEN</code>.</p>
|
|
7063
7063
|
*/
|
|
7064
|
-
RelativeDateFilterFunction?: TopicRelativeDateFilterFunction
|
|
7064
|
+
RelativeDateFilterFunction?: TopicRelativeDateFilterFunction;
|
|
7065
7065
|
/**
|
|
7066
7066
|
* @public
|
|
7067
7067
|
* <p>The constant used in a
|
|
@@ -7086,7 +7086,7 @@ export interface TopicFilter {
|
|
|
7086
7086
|
* <code>CONDITIONAL_VALUE_FILTER</code>,
|
|
7087
7087
|
* and <code>NAMED_VALUE_FILTER</code>.</p>
|
|
7088
7088
|
*/
|
|
7089
|
-
FilterClass?: FilterClass
|
|
7089
|
+
FilterClass?: FilterClass;
|
|
7090
7090
|
/**
|
|
7091
7091
|
* @public
|
|
7092
7092
|
* <p>The name of the filter.</p>
|
|
@@ -7110,7 +7110,7 @@ export interface TopicFilter {
|
|
|
7110
7110
|
* <code>DATE_RANGE_FILTER</code>,
|
|
7111
7111
|
* and <code>RELATIVE_DATE_FILTER</code>.</p>
|
|
7112
7112
|
*/
|
|
7113
|
-
FilterType?: NamedFilterType
|
|
7113
|
+
FilterType?: NamedFilterType;
|
|
7114
7114
|
/**
|
|
7115
7115
|
* @public
|
|
7116
7116
|
* <p>The category filter that is associated with this filter.</p>
|
|
@@ -7174,7 +7174,7 @@ export interface NamedEntityDefinitionMetric {
|
|
|
7174
7174
|
* <code>MEDIAN</code>,
|
|
7175
7175
|
* and <code>CUSTOM</code>.</p>
|
|
7176
7176
|
*/
|
|
7177
|
-
Aggregation?: NamedEntityAggType
|
|
7177
|
+
Aggregation?: NamedEntityAggType;
|
|
7178
7178
|
/**
|
|
7179
7179
|
* @public
|
|
7180
7180
|
* <p>The additional parameters for an aggregation function.</p>
|
|
@@ -7225,14 +7225,14 @@ export interface NamedEntityDefinition {
|
|
|
7225
7225
|
* @public
|
|
7226
7226
|
* <p>The property role. Valid values for this structure are <code>PRIMARY</code> and <code>ID</code>.</p>
|
|
7227
7227
|
*/
|
|
7228
|
-
PropertyRole?: PropertyRole
|
|
7228
|
+
PropertyRole?: PropertyRole;
|
|
7229
7229
|
/**
|
|
7230
7230
|
* @public
|
|
7231
7231
|
* <p>The property usage. Valid values for this structure are <code>INHERIT</code>,
|
|
7232
7232
|
* <code>DIMENSION</code>,
|
|
7233
7233
|
* and <code>MEASURE</code>.</p>
|
|
7234
7234
|
*/
|
|
7235
|
-
PropertyUsage?: PropertyUsage
|
|
7235
|
+
PropertyUsage?: PropertyUsage;
|
|
7236
7236
|
/**
|
|
7237
7237
|
* @public
|
|
7238
7238
|
* <p>The definition of a metric.</p>
|
|
@@ -7469,7 +7469,7 @@ export interface TopicRefreshSchedule {
|
|
|
7469
7469
|
* <code>WEEKLY</code>,
|
|
7470
7470
|
* and <code>MONTHLY</code>.</p>
|
|
7471
7471
|
*/
|
|
7472
|
-
TopicScheduleType?: TopicScheduleType
|
|
7472
|
+
TopicScheduleType?: TopicScheduleType;
|
|
7473
7473
|
}
|
|
7474
7474
|
/**
|
|
7475
7475
|
* @public
|
|
@@ -7633,12 +7633,12 @@ export interface CreateVPCConnectionResponse {
|
|
|
7633
7633
|
* @public
|
|
7634
7634
|
* <p>The status of the creation of the VPC connection.</p>
|
|
7635
7635
|
*/
|
|
7636
|
-
CreationStatus?: VPCConnectionResourceStatus
|
|
7636
|
+
CreationStatus?: VPCConnectionResourceStatus;
|
|
7637
7637
|
/**
|
|
7638
7638
|
* @public
|
|
7639
7639
|
* <p>The availability status of the VPC connection.</p>
|
|
7640
7640
|
*/
|
|
7641
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus
|
|
7641
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
7642
7642
|
/**
|
|
7643
7643
|
* @public
|
|
7644
7644
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -7679,7 +7679,7 @@ export interface DashboardError {
|
|
|
7679
7679
|
* @public
|
|
7680
7680
|
* <p>Type.</p>
|
|
7681
7681
|
*/
|
|
7682
|
-
Type?: DashboardErrorType
|
|
7682
|
+
Type?: DashboardErrorType;
|
|
7683
7683
|
/**
|
|
7684
7684
|
* @public
|
|
7685
7685
|
* <p>Message.</p>
|
|
@@ -7715,7 +7715,7 @@ export interface DashboardVersion {
|
|
|
7715
7715
|
* @public
|
|
7716
7716
|
* <p>The HTTP status of the request.</p>
|
|
7717
7717
|
*/
|
|
7718
|
-
Status?: ResourceStatus
|
|
7718
|
+
Status?: ResourceStatus;
|
|
7719
7719
|
/**
|
|
7720
7720
|
* @public
|
|
7721
7721
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -7817,7 +7817,7 @@ export interface DashboardSearchFilter {
|
|
|
7817
7817
|
* <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose folders you want to search in the <code>"Value"</code> field. For example, <code>"Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
|
|
7818
7818
|
* <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"DASHBOARD_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>DASHBOARD_NAME</code>.</p>
|
|
7819
7819
|
*/
|
|
7820
|
-
Operator: FilterOperator |
|
|
7820
|
+
Operator: FilterOperator | undefined;
|
|
7821
7821
|
/**
|
|
7822
7822
|
* @public
|
|
7823
7823
|
* <p>The name of the value that you want to use as a filter, for example, <code>"Name":
|
|
@@ -7850,7 +7850,7 @@ export interface DashboardSearchFilter {
|
|
|
7850
7850
|
* </li>
|
|
7851
7851
|
* </ul>
|
|
7852
7852
|
*/
|
|
7853
|
-
Name?: DashboardFilterAttribute
|
|
7853
|
+
Name?: DashboardFilterAttribute;
|
|
7854
7854
|
/**
|
|
7855
7855
|
* @public
|
|
7856
7856
|
* <p>The value of the named item, in this case <code>QUICKSIGHT_USER</code>, that you want
|
|
@@ -7924,7 +7924,7 @@ export interface DashboardVersionSummary {
|
|
|
7924
7924
|
* @public
|
|
7925
7925
|
* <p>The HTTP status of the request.</p>
|
|
7926
7926
|
*/
|
|
7927
|
-
Status?: ResourceStatus
|
|
7927
|
+
Status?: ResourceStatus;
|
|
7928
7928
|
/**
|
|
7929
7929
|
* @public
|
|
7930
7930
|
* <p>Source entity ARN.</p>
|
|
@@ -7955,7 +7955,7 @@ export interface OutputColumn {
|
|
|
7955
7955
|
* @public
|
|
7956
7956
|
* <p>The type.</p>
|
|
7957
7957
|
*/
|
|
7958
|
-
Type?: ColumnDataType
|
|
7958
|
+
Type?: ColumnDataType;
|
|
7959
7959
|
}
|
|
7960
7960
|
/**
|
|
7961
7961
|
* @internal
|