cdk-comprehend-s3olap 2.0.118 → 2.0.119

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.
@@ -123,6 +123,14 @@ declare class QuickSight extends Service {
123
123
  * (Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight. A namespace allows you to isolate the Amazon QuickSight users and groups that are registered for that namespace. Users that access the namespace can share assets only with other users or groups in the same namespace. They can't see users and groups in other namespaces. You can create a namespace after your Amazon Web Services account is subscribed to Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with Amazon Web Services Support.
124
124
  */
125
125
  createNamespace(callback?: (err: AWSError, data: QuickSight.Types.CreateNamespaceResponse) => void): Request<QuickSight.Types.CreateNamespaceResponse, AWSError>;
126
+ /**
127
+ * Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.
128
+ */
129
+ createRefreshSchedule(params: QuickSight.Types.CreateRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateRefreshScheduleResponse) => void): Request<QuickSight.Types.CreateRefreshScheduleResponse, AWSError>;
130
+ /**
131
+ * Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.
132
+ */
133
+ createRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.CreateRefreshScheduleResponse) => void): Request<QuickSight.Types.CreateRefreshScheduleResponse, AWSError>;
126
134
  /**
127
135
  * Creates a template either from a TemplateDefinition or from an existing Amazon QuickSight analysis or template. You can use the resulting template to create additional dashboards, templates, or analyses. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.
128
136
  */
@@ -195,6 +203,14 @@ declare class QuickSight extends Service {
195
203
  * Deletes a dataset.
196
204
  */
197
205
  deleteDataSet(callback?: (err: AWSError, data: QuickSight.Types.DeleteDataSetResponse) => void): Request<QuickSight.Types.DeleteDataSetResponse, AWSError>;
206
+ /**
207
+ * Deletes the dataset refresh properties of the dataset.
208
+ */
209
+ deleteDataSetRefreshProperties(params: QuickSight.Types.DeleteDataSetRefreshPropertiesRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteDataSetRefreshPropertiesResponse) => void): Request<QuickSight.Types.DeleteDataSetRefreshPropertiesResponse, AWSError>;
210
+ /**
211
+ * Deletes the dataset refresh properties of the dataset.
212
+ */
213
+ deleteDataSetRefreshProperties(callback?: (err: AWSError, data: QuickSight.Types.DeleteDataSetRefreshPropertiesResponse) => void): Request<QuickSight.Types.DeleteDataSetRefreshPropertiesResponse, AWSError>;
198
214
  /**
199
215
  * Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.
200
216
  */
@@ -251,6 +267,14 @@ declare class QuickSight extends Service {
251
267
  * Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these assets, you use the API operations for the relevant asset.
252
268
  */
253
269
  deleteNamespace(callback?: (err: AWSError, data: QuickSight.Types.DeleteNamespaceResponse) => void): Request<QuickSight.Types.DeleteNamespaceResponse, AWSError>;
270
+ /**
271
+ * Deletes a refresh schedule from a dataset.
272
+ */
273
+ deleteRefreshSchedule(params: QuickSight.Types.DeleteRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteRefreshScheduleResponse) => void): Request<QuickSight.Types.DeleteRefreshScheduleResponse, AWSError>;
274
+ /**
275
+ * Deletes a refresh schedule from a dataset.
276
+ */
277
+ deleteRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.DeleteRefreshScheduleResponse) => void): Request<QuickSight.Types.DeleteRefreshScheduleResponse, AWSError>;
254
278
  /**
255
279
  * Deletes a template.
256
280
  */
@@ -387,6 +411,14 @@ declare class QuickSight extends Service {
387
411
  * Describes the permissions on a dataset. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.
388
412
  */
389
413
  describeDataSetPermissions(callback?: (err: AWSError, data: QuickSight.Types.DescribeDataSetPermissionsResponse) => void): Request<QuickSight.Types.DescribeDataSetPermissionsResponse, AWSError>;
414
+ /**
415
+ * Describes the refresh properties of a dataset.
416
+ */
417
+ describeDataSetRefreshProperties(params: QuickSight.Types.DescribeDataSetRefreshPropertiesRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeDataSetRefreshPropertiesResponse) => void): Request<QuickSight.Types.DescribeDataSetRefreshPropertiesResponse, AWSError>;
418
+ /**
419
+ * Describes the refresh properties of a dataset.
420
+ */
421
+ describeDataSetRefreshProperties(callback?: (err: AWSError, data: QuickSight.Types.DescribeDataSetRefreshPropertiesResponse) => void): Request<QuickSight.Types.DescribeDataSetRefreshPropertiesResponse, AWSError>;
390
422
  /**
391
423
  * Describes a data source.
392
424
  */
@@ -475,6 +507,14 @@ declare class QuickSight extends Service {
475
507
  * Describes the current namespace.
476
508
  */
477
509
  describeNamespace(callback?: (err: AWSError, data: QuickSight.Types.DescribeNamespaceResponse) => void): Request<QuickSight.Types.DescribeNamespaceResponse, AWSError>;
510
+ /**
511
+ * Provides a summary of a refresh schedule.
512
+ */
513
+ describeRefreshSchedule(params: QuickSight.Types.DescribeRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeRefreshScheduleResponse) => void): Request<QuickSight.Types.DescribeRefreshScheduleResponse, AWSError>;
514
+ /**
515
+ * Provides a summary of a refresh schedule.
516
+ */
517
+ describeRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.DescribeRefreshScheduleResponse) => void): Request<QuickSight.Types.DescribeRefreshScheduleResponse, AWSError>;
478
518
  /**
479
519
  * Describes a template's metadata.
480
520
  */
@@ -675,6 +715,14 @@ declare class QuickSight extends Service {
675
715
  * Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
676
716
  */
677
717
  listNamespaces(callback?: (err: AWSError, data: QuickSight.Types.ListNamespacesResponse) => void): Request<QuickSight.Types.ListNamespacesResponse, AWSError>;
718
+ /**
719
+ * Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules.
720
+ */
721
+ listRefreshSchedules(params: QuickSight.Types.ListRefreshSchedulesRequest, callback?: (err: AWSError, data: QuickSight.Types.ListRefreshSchedulesResponse) => void): Request<QuickSight.Types.ListRefreshSchedulesResponse, AWSError>;
722
+ /**
723
+ * Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules.
724
+ */
725
+ listRefreshSchedules(callback?: (err: AWSError, data: QuickSight.Types.ListRefreshSchedulesResponse) => void): Request<QuickSight.Types.ListRefreshSchedulesResponse, AWSError>;
678
726
  /**
679
727
  * Lists the tags assigned to a resource.
680
728
  */
@@ -747,6 +795,14 @@ declare class QuickSight extends Service {
747
795
  * Returns a list of all of the Amazon QuickSight users belonging to this account.
748
796
  */
749
797
  listUsers(callback?: (err: AWSError, data: QuickSight.Types.ListUsersResponse) => void): Request<QuickSight.Types.ListUsersResponse, AWSError>;
798
+ /**
799
+ * Creates or updates the dataset refresh properties for the dataset.
800
+ */
801
+ putDataSetRefreshProperties(params: QuickSight.Types.PutDataSetRefreshPropertiesRequest, callback?: (err: AWSError, data: QuickSight.Types.PutDataSetRefreshPropertiesResponse) => void): Request<QuickSight.Types.PutDataSetRefreshPropertiesResponse, AWSError>;
802
+ /**
803
+ * Creates or updates the dataset refresh properties for the dataset.
804
+ */
805
+ putDataSetRefreshProperties(callback?: (err: AWSError, data: QuickSight.Types.PutDataSetRefreshPropertiesResponse) => void): Request<QuickSight.Types.PutDataSetRefreshPropertiesResponse, AWSError>;
750
806
  /**
751
807
  * Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Amazon QuickSight API, Amazon QuickSight generates a registration URL. The user accesses this registration URL to create their account. Amazon QuickSight doesn't send a registration email to users who are registered from the Amazon QuickSight API. If you want new users to receive a registration email, then add those users in the Amazon QuickSight console. For more information on registering a new user in the Amazon QuickSight console, see Inviting users to access Amazon QuickSight.
752
808
  */
@@ -963,6 +1019,14 @@ declare class QuickSight extends Service {
963
1019
  * Use the UpdatePublicSharingSettings operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard. To use this operation, turn on session capacity pricing for your Amazon QuickSight account. Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see Using Amazon QuickSight with IAM in the Amazon QuickSight User Guide.
964
1020
  */
965
1021
  updatePublicSharingSettings(callback?: (err: AWSError, data: QuickSight.Types.UpdatePublicSharingSettingsResponse) => void): Request<QuickSight.Types.UpdatePublicSharingSettingsResponse, AWSError>;
1022
+ /**
1023
+ * Updates a refresh schedule for a dataset.
1024
+ */
1025
+ updateRefreshSchedule(params: QuickSight.Types.UpdateRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateRefreshScheduleResponse) => void): Request<QuickSight.Types.UpdateRefreshScheduleResponse, AWSError>;
1026
+ /**
1027
+ * Updates a refresh schedule for a dataset.
1028
+ */
1029
+ updateRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.UpdateRefreshScheduleResponse) => void): Request<QuickSight.Types.UpdateRefreshScheduleResponse, AWSError>;
966
1030
  /**
967
1031
  * Updates a template from an existing Amazon QuickSight analysis or another template.
968
1032
  */
@@ -3220,6 +3284,38 @@ declare namespace QuickSight {
3220
3284
  */
3221
3285
  Status?: StatusCode;
3222
3286
  }
3287
+ export interface CreateRefreshScheduleRequest {
3288
+ /**
3289
+ * The ID of the dataset.
3290
+ */
3291
+ DataSetId: ResourceId;
3292
+ /**
3293
+ * The Amazon Web Services account ID.
3294
+ */
3295
+ AwsAccountId: AwsAccountId;
3296
+ /**
3297
+ * The refresh schedule.
3298
+ */
3299
+ Schedule: RefreshSchedule;
3300
+ }
3301
+ export interface CreateRefreshScheduleResponse {
3302
+ /**
3303
+ * The HTTP status of the request.
3304
+ */
3305
+ Status?: StatusCode;
3306
+ /**
3307
+ * The Amazon Web Services request ID for this operation.
3308
+ */
3309
+ RequestId?: String;
3310
+ /**
3311
+ * The ID of the refresh schedule.
3312
+ */
3313
+ ScheduleId?: String;
3314
+ /**
3315
+ * The Amazon Resource Name (ARN) for the refresh schedule.
3316
+ */
3317
+ Arn?: Arn;
3318
+ }
3223
3319
  export interface CreateTemplateAliasRequest {
3224
3320
  /**
3225
3321
  * The ID of the Amazon Web Services account that contains the template that you creating an alias for.
@@ -4189,6 +4285,12 @@ declare namespace QuickSight {
4189
4285
  DataSetArn: Arn;
4190
4286
  }
4191
4287
  export type DataSetReferenceList = DataSetReference[];
4288
+ export interface DataSetRefreshProperties {
4289
+ /**
4290
+ * The refresh configuration for a dataset.
4291
+ */
4292
+ RefreshConfiguration: RefreshConfiguration;
4293
+ }
4192
4294
  export interface DataSetSchema {
4193
4295
  /**
4194
4296
  * A structure containing the list of column schemas.
@@ -4629,6 +4731,8 @@ declare namespace QuickSight {
4629
4731
  */
4630
4732
  CustomValue?: SensitiveTimestamp;
4631
4733
  }
4734
+ export type DayOfMonth = string;
4735
+ export type DayOfWeek = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|string;
4632
4736
  export type DecimalDefaultValueList = SensitiveDoubleObject[];
4633
4737
  export interface DecimalDefaultValues {
4634
4738
  /**
@@ -4842,6 +4946,26 @@ declare namespace QuickSight {
4842
4946
  */
4843
4947
  RequestId?: String;
4844
4948
  }
4949
+ export interface DeleteDataSetRefreshPropertiesRequest {
4950
+ /**
4951
+ * The Amazon Web Services account ID.
4952
+ */
4953
+ AwsAccountId: AwsAccountId;
4954
+ /**
4955
+ * The ID of the dataset.
4956
+ */
4957
+ DataSetId: ResourceId;
4958
+ }
4959
+ export interface DeleteDataSetRefreshPropertiesResponse {
4960
+ /**
4961
+ * The Amazon Web Services request ID for this operation.
4962
+ */
4963
+ RequestId?: String;
4964
+ /**
4965
+ * The HTTP status of the request.
4966
+ */
4967
+ Status?: StatusCode;
4968
+ }
4845
4969
  export interface DeleteDataSetRequest {
4846
4970
  /**
4847
4971
  * The Amazon Web Services account ID.
@@ -5054,6 +5178,38 @@ declare namespace QuickSight {
5054
5178
  */
5055
5179
  Status?: StatusCode;
5056
5180
  }
5181
+ export interface DeleteRefreshScheduleRequest {
5182
+ /**
5183
+ * The ID of the dataset.
5184
+ */
5185
+ DataSetId: ResourceId;
5186
+ /**
5187
+ * The Amazon Web Services account ID.
5188
+ */
5189
+ AwsAccountId: AwsAccountId;
5190
+ /**
5191
+ * The ID of the refresh schedule.
5192
+ */
5193
+ ScheduleId: String;
5194
+ }
5195
+ export interface DeleteRefreshScheduleResponse {
5196
+ /**
5197
+ * The HTTP status of the request.
5198
+ */
5199
+ Status?: StatusCode;
5200
+ /**
5201
+ * The Amazon Web Services request ID for this operation.
5202
+ */
5203
+ RequestId?: String;
5204
+ /**
5205
+ * The ID of the refresh schedule.
5206
+ */
5207
+ ScheduleId?: String;
5208
+ /**
5209
+ * The Amazon Resource Name (ARN) for the refresh schedule.
5210
+ */
5211
+ Arn?: Arn;
5212
+ }
5057
5213
  export interface DeleteTemplateAliasRequest {
5058
5214
  /**
5059
5215
  * The ID of the Amazon Web Services account that contains the item to delete.
@@ -5575,6 +5731,30 @@ declare namespace QuickSight {
5575
5731
  */
5576
5732
  Status?: StatusCode;
5577
5733
  }
5734
+ export interface DescribeDataSetRefreshPropertiesRequest {
5735
+ /**
5736
+ * The Amazon Web Services account ID.
5737
+ */
5738
+ AwsAccountId: AwsAccountId;
5739
+ /**
5740
+ * The ID of the dataset.
5741
+ */
5742
+ DataSetId: ResourceId;
5743
+ }
5744
+ export interface DescribeDataSetRefreshPropertiesResponse {
5745
+ /**
5746
+ * The Amazon Web Services request ID for this operation.
5747
+ */
5748
+ RequestId?: String;
5749
+ /**
5750
+ * The HTTP status of the request.
5751
+ */
5752
+ Status?: StatusCode;
5753
+ /**
5754
+ * The dataset refresh properties.
5755
+ */
5756
+ DataSetRefreshProperties?: DataSetRefreshProperties;
5757
+ }
5578
5758
  export interface DescribeDataSetRequest {
5579
5759
  /**
5580
5760
  * The Amazon Web Services account ID.
@@ -5908,6 +6088,38 @@ declare namespace QuickSight {
5908
6088
  */
5909
6089
  Status?: StatusCode;
5910
6090
  }
6091
+ export interface DescribeRefreshScheduleRequest {
6092
+ /**
6093
+ * The Amazon Web Services account ID.
6094
+ */
6095
+ AwsAccountId: AwsAccountId;
6096
+ /**
6097
+ * The ID of the dataset.
6098
+ */
6099
+ DataSetId: ResourceId;
6100
+ /**
6101
+ * The ID of the refresh schedule.
6102
+ */
6103
+ ScheduleId: String;
6104
+ }
6105
+ export interface DescribeRefreshScheduleResponse {
6106
+ /**
6107
+ * The refresh schedule.
6108
+ */
6109
+ RefreshSchedule?: RefreshSchedule;
6110
+ /**
6111
+ * The HTTP status of the request.
6112
+ */
6113
+ Status?: StatusCode;
6114
+ /**
6115
+ * The Amazon Web Services request ID for this operation.
6116
+ */
6117
+ RequestId?: String;
6118
+ /**
6119
+ * The Amazon Resource Name (ARN) for the refresh schedule.
6120
+ */
6121
+ Arn?: Arn;
6122
+ }
5911
6123
  export interface DescribeTemplateAliasRequest {
5912
6124
  /**
5913
6125
  * The ID of the Amazon Web Services account that contains the template alias that you're describing.
@@ -8121,6 +8333,12 @@ declare namespace QuickSight {
8121
8333
  export type IdentityNameList = IdentityName[];
8122
8334
  export type IdentityStore = "QUICKSIGHT"|string;
8123
8335
  export type IdentityType = "IAM"|"QUICKSIGHT"|string;
8336
+ export interface IncrementalRefresh {
8337
+ /**
8338
+ * The lookback window setup for an incremental refresh configuration.
8339
+ */
8340
+ LookbackWindow: LookbackWindow;
8341
+ }
8124
8342
  export interface Ingestion {
8125
8343
  /**
8126
8344
  * The Amazon Resource Name (ARN) of the resource.
@@ -8161,7 +8379,7 @@ declare namespace QuickSight {
8161
8379
  */
8162
8380
  RequestType?: IngestionRequestType;
8163
8381
  }
8164
- export type IngestionErrorType = "FAILURE_TO_ASSUME_ROLE"|"INGESTION_SUPERSEDED"|"INGESTION_CANCELED"|"DATA_SET_DELETED"|"DATA_SET_NOT_SPICE"|"S3_UPLOADED_FILE_DELETED"|"S3_MANIFEST_ERROR"|"DATA_TOLERANCE_EXCEPTION"|"SPICE_TABLE_NOT_FOUND"|"DATA_SET_SIZE_LIMIT_EXCEEDED"|"ROW_SIZE_LIMIT_EXCEEDED"|"ACCOUNT_CAPACITY_LIMIT_EXCEEDED"|"CUSTOMER_ERROR"|"DATA_SOURCE_NOT_FOUND"|"IAM_ROLE_NOT_AVAILABLE"|"CONNECTION_FAILURE"|"SQL_TABLE_NOT_FOUND"|"PERMISSION_DENIED"|"SSL_CERTIFICATE_VALIDATION_FAILURE"|"OAUTH_TOKEN_FAILURE"|"SOURCE_API_LIMIT_EXCEEDED_FAILURE"|"PASSWORD_AUTHENTICATION_FAILURE"|"SQL_SCHEMA_MISMATCH_ERROR"|"INVALID_DATE_FORMAT"|"INVALID_DATAPREP_SYNTAX"|"SOURCE_RESOURCE_LIMIT_EXCEEDED"|"SQL_INVALID_PARAMETER_VALUE"|"QUERY_TIMEOUT"|"SQL_NUMERIC_OVERFLOW"|"UNRESOLVABLE_HOST"|"UNROUTABLE_HOST"|"SQL_EXCEPTION"|"S3_FILE_INACCESSIBLE"|"IOT_FILE_NOT_FOUND"|"IOT_DATA_SET_FILE_EMPTY"|"INVALID_DATA_SOURCE_CONFIG"|"DATA_SOURCE_AUTH_FAILED"|"DATA_SOURCE_CONNECTION_FAILED"|"FAILURE_TO_PROCESS_JSON_FILE"|"INTERNAL_SERVICE_ERROR"|"REFRESH_SUPPRESSED_BY_EDIT"|"PERMISSION_NOT_FOUND"|"ELASTICSEARCH_CURSOR_NOT_ENABLED"|"CURSOR_NOT_ENABLED"|string;
8382
+ export type IngestionErrorType = "FAILURE_TO_ASSUME_ROLE"|"INGESTION_SUPERSEDED"|"INGESTION_CANCELED"|"DATA_SET_DELETED"|"DATA_SET_NOT_SPICE"|"S3_UPLOADED_FILE_DELETED"|"S3_MANIFEST_ERROR"|"DATA_TOLERANCE_EXCEPTION"|"SPICE_TABLE_NOT_FOUND"|"DATA_SET_SIZE_LIMIT_EXCEEDED"|"ROW_SIZE_LIMIT_EXCEEDED"|"ACCOUNT_CAPACITY_LIMIT_EXCEEDED"|"CUSTOMER_ERROR"|"DATA_SOURCE_NOT_FOUND"|"IAM_ROLE_NOT_AVAILABLE"|"CONNECTION_FAILURE"|"SQL_TABLE_NOT_FOUND"|"PERMISSION_DENIED"|"SSL_CERTIFICATE_VALIDATION_FAILURE"|"OAUTH_TOKEN_FAILURE"|"SOURCE_API_LIMIT_EXCEEDED_FAILURE"|"PASSWORD_AUTHENTICATION_FAILURE"|"SQL_SCHEMA_MISMATCH_ERROR"|"INVALID_DATE_FORMAT"|"INVALID_DATAPREP_SYNTAX"|"SOURCE_RESOURCE_LIMIT_EXCEEDED"|"SQL_INVALID_PARAMETER_VALUE"|"QUERY_TIMEOUT"|"SQL_NUMERIC_OVERFLOW"|"UNRESOLVABLE_HOST"|"UNROUTABLE_HOST"|"SQL_EXCEPTION"|"S3_FILE_INACCESSIBLE"|"IOT_FILE_NOT_FOUND"|"IOT_DATA_SET_FILE_EMPTY"|"INVALID_DATA_SOURCE_CONFIG"|"DATA_SOURCE_AUTH_FAILED"|"DATA_SOURCE_CONNECTION_FAILED"|"FAILURE_TO_PROCESS_JSON_FILE"|"INTERNAL_SERVICE_ERROR"|"REFRESH_SUPPRESSED_BY_EDIT"|"PERMISSION_NOT_FOUND"|"ELASTICSEARCH_CURSOR_NOT_ENABLED"|"CURSOR_NOT_ENABLED"|"DUPLICATE_COLUMN_NAMES_FOUND"|string;
8165
8383
  export type IngestionId = string;
8166
8384
  export type IngestionMaxResults = number;
8167
8385
  export type IngestionRequestSource = "MANUAL"|"SCHEDULED"|string;
@@ -9220,6 +9438,30 @@ declare namespace QuickSight {
9220
9438
  */
9221
9439
  Status?: StatusCode;
9222
9440
  }
9441
+ export interface ListRefreshSchedulesRequest {
9442
+ /**
9443
+ * The Amazon Web Services account ID.
9444
+ */
9445
+ AwsAccountId: AwsAccountId;
9446
+ /**
9447
+ * The ID of the dataset.
9448
+ */
9449
+ DataSetId: ResourceId;
9450
+ }
9451
+ export interface ListRefreshSchedulesResponse {
9452
+ /**
9453
+ * The list of refresh schedules for the dataset.
9454
+ */
9455
+ RefreshSchedules?: RefreshSchedules;
9456
+ /**
9457
+ * The HTTP status of the request.
9458
+ */
9459
+ Status?: StatusCode;
9460
+ /**
9461
+ * The Amazon Web Services request ID for this operation.
9462
+ */
9463
+ RequestId?: String;
9464
+ }
9223
9465
  export interface ListTagsForResourceRequest {
9224
9466
  /**
9225
9467
  * The Amazon Resource Name (ARN) of the resource that you want a list of tags for.
@@ -9585,6 +9827,21 @@ declare namespace QuickSight {
9585
9827
  export type LongPlainText = string;
9586
9828
  export type LongRichText = string;
9587
9829
  export type Longitude = number;
9830
+ export interface LookbackWindow {
9831
+ /**
9832
+ * The name of the lookback window column.
9833
+ */
9834
+ ColumnName: String;
9835
+ /**
9836
+ * The lookback window column size.
9837
+ */
9838
+ Size: PositiveLong;
9839
+ /**
9840
+ * The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.
9841
+ */
9842
+ SizeUnit: LookbackWindowSizeUnit;
9843
+ }
9844
+ export type LookbackWindowSizeUnit = "HOUR"|"DAY"|"WEEK"|string;
9588
9845
  export interface ManifestFileLocation {
9589
9846
  /**
9590
9847
  * Amazon S3 bucket.
@@ -10816,6 +11073,7 @@ declare namespace QuickSight {
10816
11073
  export type PixelLength = string;
10817
11074
  export type Port = number;
10818
11075
  export type PositiveInteger = number;
11076
+ export type PositiveLong = number;
10819
11077
  export interface PostgreSqlParameters {
10820
11078
  /**
10821
11079
  * Host.
@@ -10877,6 +11135,30 @@ declare namespace QuickSight {
10877
11135
  ProjectedColumns: ProjectedColumnList;
10878
11136
  }
10879
11137
  export type ProjectedColumnList = String[];
11138
+ export interface PutDataSetRefreshPropertiesRequest {
11139
+ /**
11140
+ * The Amazon Web Services account ID.
11141
+ */
11142
+ AwsAccountId: AwsAccountId;
11143
+ /**
11144
+ * The ID of the dataset.
11145
+ */
11146
+ DataSetId: ResourceId;
11147
+ /**
11148
+ * The dataset refresh properties.
11149
+ */
11150
+ DataSetRefreshProperties: DataSetRefreshProperties;
11151
+ }
11152
+ export interface PutDataSetRefreshPropertiesResponse {
11153
+ /**
11154
+ * The Amazon Web Services request ID for this operation.
11155
+ */
11156
+ RequestId?: String;
11157
+ /**
11158
+ * The HTTP status of the request.
11159
+ */
11160
+ Status?: StatusCode;
11161
+ }
10880
11162
  export type Query = string;
10881
11163
  export interface QueueInfo {
10882
11164
  /**
@@ -11171,6 +11453,54 @@ declare namespace QuickSight {
11171
11453
  FormatConfiguration?: NumericFormatConfiguration;
11172
11454
  }
11173
11455
  export type ReferenceLineValueLabelRelativePosition = "BEFORE_CUSTOM_LABEL"|"AFTER_CUSTOM_LABEL"|string;
11456
+ export interface RefreshConfiguration {
11457
+ /**
11458
+ * The incremental refresh for the dataset.
11459
+ */
11460
+ IncrementalRefresh: IncrementalRefresh;
11461
+ }
11462
+ export interface RefreshFrequency {
11463
+ /**
11464
+ * The interval between scheduled refreshes. Valid values are as follows: MINUTE15: The dataset refreshes every 15 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset. MINUTE30:The dataset refreshes every 30 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset. HOURLY: The dataset refreshes every hour. This interval can only be used for one schedule per dataset. DAILY: The dataset refreshes every day. WEEKLY: The dataset refreshes every week. MONTHLY: The dataset refreshes every month.
11465
+ */
11466
+ Interval: RefreshInterval;
11467
+ /**
11468
+ * The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.
11469
+ */
11470
+ RefreshOnDay?: ScheduleRefreshOnEntity;
11471
+ /**
11472
+ * The timezone that you want the refresh schedule to use. The timezone ID must match a corresponding ID found on java.util.time.getAvailableIDs().
11473
+ */
11474
+ Timezone?: String;
11475
+ /**
11476
+ * The time of day that you want the datset to refresh. This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.
11477
+ */
11478
+ TimeOfTheDay?: String;
11479
+ }
11480
+ export type RefreshInterval = "MINUTE15"|"MINUTE30"|"HOURLY"|"DAILY"|"WEEKLY"|"MONTHLY"|string;
11481
+ export interface RefreshSchedule {
11482
+ /**
11483
+ * An identifier for the refresh schedule.
11484
+ */
11485
+ ScheduleId: String;
11486
+ /**
11487
+ * The frequency for the refresh schedule.
11488
+ */
11489
+ ScheduleFrequency: RefreshFrequency;
11490
+ /**
11491
+ * Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.
11492
+ */
11493
+ StartAfterDateTime?: Timestamp;
11494
+ /**
11495
+ * The type of refresh that a datset undergoes. Valid values are as follows: FULL_REFRESH: A complete refresh of a dataset. INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified. For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
11496
+ */
11497
+ RefreshType: IngestionType;
11498
+ /**
11499
+ * The Amazon Resource Name (ARN) for the refresh schedule.
11500
+ */
11501
+ Arn?: Arn;
11502
+ }
11503
+ export type RefreshSchedules = RefreshSchedule[];
11174
11504
  export interface RegisterUserRequest {
11175
11505
  /**
11176
11506
  * Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts two values: IAM: A user whose identity maps to an existing IAM user or role. QUICKSIGHT: A user whose identity is owned and managed internally by Amazon QuickSight.
@@ -11505,6 +11835,10 @@ declare namespace QuickSight {
11505
11835
  * A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
11506
11836
  */
11507
11837
  TagRules: RowLevelPermissionTagRuleList;
11838
+ /**
11839
+ * A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.
11840
+ */
11841
+ TagRuleConfigurations?: RowLevelPermissionTagRuleConfigurationList;
11508
11842
  }
11509
11843
  export type RowLevelPermissionTagDelimiter = string;
11510
11844
  export interface RowLevelPermissionTagRule {
@@ -11525,6 +11859,8 @@ declare namespace QuickSight {
11525
11859
  */
11526
11860
  MatchAllValue?: SessionTagValue;
11527
11861
  }
11862
+ export type RowLevelPermissionTagRuleConfiguration = SessionTagKey[];
11863
+ export type RowLevelPermissionTagRuleConfigurationList = RowLevelPermissionTagRuleConfiguration[];
11528
11864
  export type RowLevelPermissionTagRuleList = RowLevelPermissionTagRule[];
11529
11865
  export type RowSortList = FieldSortOptions[];
11530
11866
  export type S3Bucket = string;
@@ -11739,6 +12075,16 @@ declare namespace QuickSight {
11739
12075
  */
11740
12076
  ColumnHierarchies?: ColumnHierarchyList;
11741
12077
  }
12078
+ export interface ScheduleRefreshOnEntity {
12079
+ /**
12080
+ * The day of the week that you want to schedule a refresh on.
12081
+ */
12082
+ DayOfWeek?: DayOfWeek;
12083
+ /**
12084
+ * The day of the month that you want to schedule refresh on.
12085
+ */
12086
+ DayOfMonth?: DayOfMonth;
12087
+ }
11742
12088
  export interface ScrollBarOptions {
11743
12089
  /**
11744
12090
  * The visibility of the data zoom scroll bar.
@@ -14563,6 +14909,38 @@ declare namespace QuickSight {
14563
14909
  */
14564
14910
  Status?: StatusCode;
14565
14911
  }
14912
+ export interface UpdateRefreshScheduleRequest {
14913
+ /**
14914
+ * The ID of the dataset.
14915
+ */
14916
+ DataSetId: ResourceId;
14917
+ /**
14918
+ * The Amazon Web Services account ID.
14919
+ */
14920
+ AwsAccountId: AwsAccountId;
14921
+ /**
14922
+ * The refresh schedule.
14923
+ */
14924
+ Schedule: RefreshSchedule;
14925
+ }
14926
+ export interface UpdateRefreshScheduleResponse {
14927
+ /**
14928
+ * The HTTP status of the request.
14929
+ */
14930
+ Status?: StatusCode;
14931
+ /**
14932
+ * The Amazon Web Services request ID for this operation.
14933
+ */
14934
+ RequestId?: String;
14935
+ /**
14936
+ * The ID of the refresh schedule.
14937
+ */
14938
+ ScheduleId?: String;
14939
+ /**
14940
+ * The Amazon Resource Name (ARN) for the refresh schedule.
14941
+ */
14942
+ Arn?: Arn;
14943
+ }
14566
14944
  export type UpdateResourcePermissionList = ResourcePermission[];
14567
14945
  export interface UpdateTemplateAliasRequest {
14568
14946
  /**