@aws-sdk/client-quicksight 3.451.0 → 3.453.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 (112) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
  9. package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
  10. package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/models_0.js +10 -10
  13. package/dist-cjs/models/models_2.js +17 -104
  14. package/dist-cjs/models/models_3.js +112 -1
  15. package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +1 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +488 -10
  18. package/dist-es/QuickSight.js +12 -0
  19. package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
  20. package/dist-es/commands/CreateTopicCommand.js +1 -1
  21. package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
  22. package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  24. package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
  25. package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
  26. package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/models/models_0.js +9 -9
  29. package/dist-es/models/models_2.js +14 -94
  30. package/dist-es/models/models_3.js +102 -1
  31. package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +1 -0
  33. package/dist-es/protocols/Aws_restJson1.js +469 -3
  34. package/dist-types/QuickSight.d.ts +42 -0
  35. package/dist-types/QuickSightClient.d.ts +8 -2
  36. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  37. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  38. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
  39. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
  43. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
  44. package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
  45. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
  46. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
  47. package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
  50. package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
  51. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
  52. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  53. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
  54. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
  61. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  62. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  64. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  65. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  66. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
  67. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  68. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
  69. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  71. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
  72. package/dist-types/commands/index.d.ts +6 -0
  73. package/dist-types/models/models_0.d.ts +33 -38
  74. package/dist-types/models/models_2.d.ts +573 -773
  75. package/dist-types/models/models_3.d.ts +3973 -4050
  76. package/dist-types/models/models_4.d.ts +1012 -4
  77. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  80. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  81. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
  103. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +14 -15
  106. package/dist-types/ts3.4/models/models_2.d.ts +177 -206
  107. package/dist-types/ts3.4/models/models_3.d.ts +264 -201
  108. package/dist-types/ts3.4/models/models_4.d.ts +229 -4
  109. package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  111. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  112. package/package.json +1 -1
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DescribeRoleCustomPermissionRequest,
11
+ DescribeRoleCustomPermissionResponse,
12
+ } from "../models/models_3";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeRoleCustomPermissionCommandInput
20
+ extends DescribeRoleCustomPermissionRequest {}
21
+ export interface DescribeRoleCustomPermissionCommandOutput
22
+ extends DescribeRoleCustomPermissionResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeRoleCustomPermissionCommand extends $Command<
25
+ DescribeRoleCustomPermissionCommandInput,
26
+ DescribeRoleCustomPermissionCommandOutput,
27
+ QuickSightClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeRoleCustomPermissionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeRoleCustomPermissionCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: QuickSightClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeRoleCustomPermissionCommandInput,
38
+ DescribeRoleCustomPermissionCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ListRoleMembershipsRequest,
11
+ ListRoleMembershipsResponse,
12
+ } from "../models/models_3";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListRoleMembershipsCommandInput
20
+ extends ListRoleMembershipsRequest {}
21
+ export interface ListRoleMembershipsCommandOutput
22
+ extends ListRoleMembershipsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListRoleMembershipsCommand extends $Command<
25
+ ListRoleMembershipsCommandInput,
26
+ ListRoleMembershipsCommandOutput,
27
+ QuickSightClientResolvedConfig
28
+ > {
29
+ readonly input: ListRoleMembershipsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListRoleMembershipsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: QuickSightClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListThemeVersionsRequest,
11
11
  ListThemeVersionsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { ListThemesRequest, ListThemesResponse } from "../models/models_3";
9
+ import { ListThemesRequest, ListThemesResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListTopicRefreshSchedulesRequest,
11
11
  ListTopicRefreshSchedulesResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { ListTopicsRequest, ListTopicsResponse } from "../models/models_3";
9
+ import { ListTopicsRequest, ListTopicsResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListUserGroupsRequest,
11
11
  ListUserGroupsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { ListUsersRequest, ListUsersResponse } from "../models/models_3";
9
+ import { ListUsersRequest, ListUsersResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListVPCConnectionsRequest,
11
11
  ListVPCConnectionsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  PutDataSetRefreshPropertiesRequest,
11
11
  PutDataSetRefreshPropertiesResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { RegisterUserRequest, RegisterUserResponse } from "../models/models_3";
9
+ import { RegisterUserRequest, RegisterUserResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  RestoreAnalysisRequest,
11
11
  RestoreAnalysisResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  SearchAnalysesRequest,
11
11
  SearchAnalysesResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  SearchDashboardsRequest,
11
11
  SearchDashboardsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { SearchDataSetsRequest } from "../models/models_3";
10
- import { SearchDataSetsResponse } from "../models/models_4";
9
+ import {
10
+ SearchDataSetsRequest,
11
+ SearchDataSetsResponse,
12
+ } from "../models/models_4";
11
13
  import {
12
14
  QuickSightClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ UpdateRoleCustomPermissionRequest,
11
+ UpdateRoleCustomPermissionResponse,
12
+ } from "../models/models_4";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateRoleCustomPermissionCommandInput
20
+ extends UpdateRoleCustomPermissionRequest {}
21
+ export interface UpdateRoleCustomPermissionCommandOutput
22
+ extends UpdateRoleCustomPermissionResponse,
23
+ __MetadataBearer {}
24
+ export declare class UpdateRoleCustomPermissionCommand extends $Command<
25
+ UpdateRoleCustomPermissionCommandInput,
26
+ UpdateRoleCustomPermissionCommandOutput,
27
+ QuickSightClientResolvedConfig
28
+ > {
29
+ readonly input: UpdateRoleCustomPermissionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: UpdateRoleCustomPermissionCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: QuickSightClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ UpdateRoleCustomPermissionCommandInput,
38
+ UpdateRoleCustomPermissionCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -13,6 +13,7 @@ export * from "./CreateIAMPolicyAssignmentCommand";
13
13
  export * from "./CreateIngestionCommand";
14
14
  export * from "./CreateNamespaceCommand";
15
15
  export * from "./CreateRefreshScheduleCommand";
16
+ export * from "./CreateRoleMembershipCommand";
16
17
  export * from "./CreateTemplateAliasCommand";
17
18
  export * from "./CreateTemplateCommand";
18
19
  export * from "./CreateThemeAliasCommand";
@@ -34,6 +35,8 @@ export * from "./DeleteGroupMembershipCommand";
34
35
  export * from "./DeleteIAMPolicyAssignmentCommand";
35
36
  export * from "./DeleteNamespaceCommand";
36
37
  export * from "./DeleteRefreshScheduleCommand";
38
+ export * from "./DeleteRoleCustomPermissionCommand";
39
+ export * from "./DeleteRoleMembershipCommand";
37
40
  export * from "./DeleteTemplateAliasCommand";
38
41
  export * from "./DeleteTemplateCommand";
39
42
  export * from "./DeleteThemeAliasCommand";
@@ -71,6 +74,7 @@ export * from "./DescribeIngestionCommand";
71
74
  export * from "./DescribeIpRestrictionCommand";
72
75
  export * from "./DescribeNamespaceCommand";
73
76
  export * from "./DescribeRefreshScheduleCommand";
77
+ export * from "./DescribeRoleCustomPermissionCommand";
74
78
  export * from "./DescribeTemplateAliasCommand";
75
79
  export * from "./DescribeTemplateCommand";
76
80
  export * from "./DescribeTemplateDefinitionCommand";
@@ -104,6 +108,7 @@ export * from "./ListIAMPolicyAssignmentsForUserCommand";
104
108
  export * from "./ListIngestionsCommand";
105
109
  export * from "./ListNamespacesCommand";
106
110
  export * from "./ListRefreshSchedulesCommand";
111
+ export * from "./ListRoleMembershipsCommand";
107
112
  export * from "./ListTagsForResourceCommand";
108
113
  export * from "./ListTemplateAliasesCommand";
109
114
  export * from "./ListTemplateVersionsCommand";
@@ -148,6 +153,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
148
153
  export * from "./UpdateIpRestrictionCommand";
149
154
  export * from "./UpdatePublicSharingSettingsCommand";
150
155
  export * from "./UpdateRefreshScheduleCommand";
156
+ export * from "./UpdateRoleCustomPermissionCommand";
151
157
  export * from "./UpdateTemplateAliasCommand";
152
158
  export * from "./UpdateTemplateCommand";
153
159
  export * from "./UpdateTemplatePermissionsCommand";
@@ -142,20 +142,6 @@ export interface AnalysisError {
142
142
  Message?: string;
143
143
  ViolatedEntities?: Entity[];
144
144
  }
145
- export declare const DayOfTheWeek: {
146
- readonly FRIDAY: "FRIDAY";
147
- readonly MONDAY: "MONDAY";
148
- readonly SATURDAY: "SATURDAY";
149
- readonly SUNDAY: "SUNDAY";
150
- readonly THURSDAY: "THURSDAY";
151
- readonly TUESDAY: "TUESDAY";
152
- readonly WEDNESDAY: "WEDNESDAY";
153
- };
154
- export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
155
- export interface AssetOptions {
156
- Timezone?: string;
157
- WeekStart?: DayOfTheWeek;
158
- }
159
145
  export interface Sheet {
160
146
  SheetId?: string;
161
147
  Name?: string;
@@ -182,7 +168,6 @@ export interface Analysis {
182
168
  CreatedTime?: Date;
183
169
  LastUpdatedTime?: Date;
184
170
  Sheets?: Sheet[];
185
- Options?: AssetOptions;
186
171
  }
187
172
  export interface FreeFormLayoutScreenCanvasSizeOptions {
188
173
  OptimizedViewPortWidth: string | undefined;
@@ -608,6 +593,20 @@ export interface FilterGroup {
608
593
  Status?: WidgetStatus;
609
594
  CrossDataset: CrossDatasetTypes | undefined;
610
595
  }
596
+ export declare const DayOfTheWeek: {
597
+ readonly FRIDAY: "FRIDAY";
598
+ readonly MONDAY: "MONDAY";
599
+ readonly SATURDAY: "SATURDAY";
600
+ readonly SUNDAY: "SUNDAY";
601
+ readonly THURSDAY: "THURSDAY";
602
+ readonly TUESDAY: "TUESDAY";
603
+ readonly WEDNESDAY: "WEDNESDAY";
604
+ };
605
+ export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
606
+ export interface AssetOptions {
607
+ Timezone?: string;
608
+ WeekStart?: DayOfTheWeek;
609
+ }
611
610
  export interface DynamicDefaultValue {
612
611
  UserNameColumn?: ColumnIdentifier;
613
612
  GroupNameColumn?: ColumnIdentifier;