@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.
@@ -42,9 +42,7 @@ export type AssetBundleExportJobAnalysisPropertyToOverride =
42
42
  (typeof AssetBundleExportJobAnalysisPropertyToOverride)[keyof typeof AssetBundleExportJobAnalysisPropertyToOverride];
43
43
  export interface AssetBundleExportJobAnalysisOverrideProperties {
44
44
  Arn?: string;
45
- Properties:
46
- | (AssetBundleExportJobAnalysisPropertyToOverride | string)[]
47
- | undefined;
45
+ Properties: AssetBundleExportJobAnalysisPropertyToOverride[] | undefined;
48
46
  }
49
47
  export declare const AssetBundleExportJobDashboardPropertyToOverride: {
50
48
  readonly NAME: "Name";
@@ -53,9 +51,7 @@ export type AssetBundleExportJobDashboardPropertyToOverride =
53
51
  (typeof AssetBundleExportJobDashboardPropertyToOverride)[keyof typeof AssetBundleExportJobDashboardPropertyToOverride];
54
52
  export interface AssetBundleExportJobDashboardOverrideProperties {
55
53
  Arn?: string;
56
- Properties:
57
- | (AssetBundleExportJobDashboardPropertyToOverride | string)[]
58
- | undefined;
54
+ Properties: AssetBundleExportJobDashboardPropertyToOverride[] | undefined;
59
55
  }
60
56
  export declare const AssetBundleExportJobDataSetPropertyToOverride: {
61
57
  readonly NAME: "Name";
@@ -64,9 +60,7 @@ export type AssetBundleExportJobDataSetPropertyToOverride =
64
60
  (typeof AssetBundleExportJobDataSetPropertyToOverride)[keyof typeof AssetBundleExportJobDataSetPropertyToOverride];
65
61
  export interface AssetBundleExportJobDataSetOverrideProperties {
66
62
  Arn?: string;
67
- Properties:
68
- | (AssetBundleExportJobDataSetPropertyToOverride | string)[]
69
- | undefined;
63
+ Properties: AssetBundleExportJobDataSetPropertyToOverride[] | undefined;
70
64
  }
71
65
  export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
72
66
  readonly CATALOG: "Catalog";
@@ -91,9 +85,7 @@ export type AssetBundleExportJobDataSourcePropertyToOverride =
91
85
  (typeof AssetBundleExportJobDataSourcePropertyToOverride)[keyof typeof AssetBundleExportJobDataSourcePropertyToOverride];
92
86
  export interface AssetBundleExportJobDataSourceOverrideProperties {
93
87
  Arn?: string;
94
- Properties:
95
- | (AssetBundleExportJobDataSourcePropertyToOverride | string)[]
96
- | undefined;
88
+ Properties: AssetBundleExportJobDataSourcePropertyToOverride[] | undefined;
97
89
  }
98
90
  export declare const AssetBundleExportJobRefreshSchedulePropertyToOverride: {
99
91
  readonly START_AFTER_DATE_TIME: "StartAfterDateTime";
@@ -103,7 +95,7 @@ export type AssetBundleExportJobRefreshSchedulePropertyToOverride =
103
95
  export interface AssetBundleExportJobRefreshScheduleOverrideProperties {
104
96
  Arn?: string;
105
97
  Properties:
106
- | (AssetBundleExportJobRefreshSchedulePropertyToOverride | string)[]
98
+ | AssetBundleExportJobRefreshSchedulePropertyToOverride[]
107
99
  | undefined;
108
100
  }
109
101
  export interface AssetBundleExportJobResourceIdOverrideConfiguration {
@@ -116,9 +108,7 @@ export type AssetBundleExportJobThemePropertyToOverride =
116
108
  (typeof AssetBundleExportJobThemePropertyToOverride)[keyof typeof AssetBundleExportJobThemePropertyToOverride];
117
109
  export interface AssetBundleExportJobThemeOverrideProperties {
118
110
  Arn?: string;
119
- Properties:
120
- | (AssetBundleExportJobThemePropertyToOverride | string)[]
121
- | undefined;
111
+ Properties: AssetBundleExportJobThemePropertyToOverride[] | undefined;
122
112
  }
123
113
  export declare const AssetBundleExportJobVPCConnectionPropertyToOverride: {
124
114
  readonly DNS_RESOLVERS: "DnsResolvers";
@@ -129,9 +119,7 @@ export type AssetBundleExportJobVPCConnectionPropertyToOverride =
129
119
  (typeof AssetBundleExportJobVPCConnectionPropertyToOverride)[keyof typeof AssetBundleExportJobVPCConnectionPropertyToOverride];
130
120
  export interface AssetBundleExportJobVPCConnectionOverrideProperties {
131
121
  Arn?: string;
132
- Properties:
133
- | (AssetBundleExportJobVPCConnectionPropertyToOverride | string)[]
134
- | undefined;
122
+ Properties: AssetBundleExportJobVPCConnectionPropertyToOverride[] | undefined;
135
123
  }
136
124
  export interface AssetBundleCloudFormationOverridePropertyConfiguration {
137
125
  ResourceIdOverrideConfiguration?: AssetBundleExportJobResourceIdOverrideConfiguration;
@@ -163,12 +151,12 @@ export declare const AssetBundleExportJobStatus: {
163
151
  export type AssetBundleExportJobStatus =
164
152
  (typeof AssetBundleExportJobStatus)[keyof typeof AssetBundleExportJobStatus];
165
153
  export interface AssetBundleExportJobSummary {
166
- JobStatus?: AssetBundleExportJobStatus | string;
154
+ JobStatus?: AssetBundleExportJobStatus;
167
155
  Arn?: string;
168
156
  CreatedTime?: Date;
169
157
  AssetBundleExportJobId?: string;
170
158
  IncludeAllDependencies?: boolean;
171
- ExportFormat?: AssetBundleExportFormat | string;
159
+ ExportFormat?: AssetBundleExportFormat;
172
160
  }
173
161
  export declare const AssetBundleImportFailureAction: {
174
162
  readonly DO_NOTHING: "DO_NOTHING";
@@ -1040,11 +1028,11 @@ export declare const AssetBundleImportJobStatus: {
1040
1028
  export type AssetBundleImportJobStatus =
1041
1029
  (typeof AssetBundleImportJobStatus)[keyof typeof AssetBundleImportJobStatus];
1042
1030
  export interface AssetBundleImportJobSummary {
1043
- JobStatus?: AssetBundleImportJobStatus | string;
1031
+ JobStatus?: AssetBundleImportJobStatus;
1044
1032
  Arn?: string;
1045
1033
  CreatedTime?: Date;
1046
1034
  AssetBundleImportJobId?: string;
1047
- FailureAction?: AssetBundleImportFailureAction | string;
1035
+ FailureAction?: AssetBundleImportFailureAction;
1048
1036
  }
1049
1037
  export interface AssetBundleImportSource {
1050
1038
  Body?: Uint8Array;
@@ -1142,7 +1130,7 @@ export declare class ResourceExistsException extends __BaseException {
1142
1130
  readonly name: "ResourceExistsException";
1143
1131
  readonly $fault: "client";
1144
1132
  Message?: string;
1145
- ResourceType?: ExceptionResourceType | string;
1133
+ ResourceType?: ExceptionResourceType;
1146
1134
  RequestId?: string;
1147
1135
  constructor(
1148
1136
  opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
@@ -1152,7 +1140,7 @@ export declare class ResourceNotFoundException extends __BaseException {
1152
1140
  readonly name: "ResourceNotFoundException";
1153
1141
  readonly $fault: "client";
1154
1142
  Message?: string;
1155
- ResourceType?: ExceptionResourceType | string;
1143
+ ResourceType?: ExceptionResourceType;
1156
1144
  RequestId?: string;
1157
1145
  constructor(
1158
1146
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
@@ -1177,7 +1165,7 @@ export type ColumnDataType =
1177
1165
  (typeof ColumnDataType)[keyof typeof ColumnDataType];
1178
1166
  export interface CastColumnTypeOperation {
1179
1167
  ColumnName: string | undefined;
1180
- NewColumnType: ColumnDataType | string | undefined;
1168
+ NewColumnType: ColumnDataType | undefined;
1181
1169
  Format?: string;
1182
1170
  }
1183
1171
  export declare const CategoryFilterFunction: {
@@ -1216,7 +1204,7 @@ export type GeoSpatialCountryCode =
1216
1204
  (typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
1217
1205
  export interface GeoSpatialColumnGroup {
1218
1206
  Name: string | undefined;
1219
- CountryCode?: GeoSpatialCountryCode | string;
1207
+ CountryCode?: GeoSpatialCountryCode;
1220
1208
  Columns: string[] | undefined;
1221
1209
  }
1222
1210
  export interface ColumnGroup {
@@ -1257,7 +1245,7 @@ export declare const GeoSpatialDataRole: {
1257
1245
  export type GeoSpatialDataRole =
1258
1246
  (typeof GeoSpatialDataRole)[keyof typeof GeoSpatialDataRole];
1259
1247
  export interface ColumnTag {
1260
- ColumnGeographicRole?: GeoSpatialDataRole | string;
1248
+ ColumnGeographicRole?: GeoSpatialDataRole;
1261
1249
  ColumnDescription?: ColumnDescription;
1262
1250
  }
1263
1251
  export declare const ColumnTagName: {
@@ -1272,9 +1260,9 @@ export declare const UndefinedSpecifiedValueType: {
1272
1260
  export type UndefinedSpecifiedValueType =
1273
1261
  (typeof UndefinedSpecifiedValueType)[keyof typeof UndefinedSpecifiedValueType];
1274
1262
  export interface ComparativeOrder {
1275
- UseOrdering?: ColumnOrderingType | string;
1263
+ UseOrdering?: ColumnOrderingType;
1276
1264
  SpecifedOrder?: string[];
1277
- TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType | string;
1265
+ TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType;
1278
1266
  }
1279
1267
  export declare class ConcurrentUpdatingException extends __BaseException {
1280
1268
  readonly name: "ConcurrentUpdatingException";
@@ -1320,15 +1308,15 @@ export declare class ResourceUnavailableException extends __BaseException {
1320
1308
  readonly name: "ResourceUnavailableException";
1321
1309
  readonly $fault: "server";
1322
1310
  Message?: string;
1323
- ResourceType?: ExceptionResourceType | string;
1311
+ ResourceType?: ExceptionResourceType;
1324
1312
  RequestId?: string;
1325
1313
  constructor(
1326
1314
  opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
1327
1315
  );
1328
1316
  }
1329
1317
  export interface CreateAccountSubscriptionRequest {
1330
- Edition: Edition | string | undefined;
1331
- AuthenticationMethod: AuthenticationMethodOption | string | undefined;
1318
+ Edition: Edition | undefined;
1319
+ AuthenticationMethod: AuthenticationMethodOption | undefined;
1332
1320
  AwsAccountId: string | undefined;
1333
1321
  AccountName: string | undefined;
1334
1322
  NotificationEmail: string | undefined;
@@ -1396,7 +1384,7 @@ export declare const ValidationStrategyMode: {
1396
1384
  export type ValidationStrategyMode =
1397
1385
  (typeof ValidationStrategyMode)[keyof typeof ValidationStrategyMode];
1398
1386
  export interface ValidationStrategy {
1399
- Mode: ValidationStrategyMode | string | undefined;
1387
+ Mode: ValidationStrategyMode | undefined;
1400
1388
  }
1401
1389
  export interface CreateAnalysisRequest {
1402
1390
  AwsAccountId: string | undefined;
@@ -1413,7 +1401,7 @@ export interface CreateAnalysisRequest {
1413
1401
  export interface CreateAnalysisResponse {
1414
1402
  Arn?: string;
1415
1403
  AnalysisId?: string;
1416
- CreationStatus?: ResourceStatus | string;
1404
+ CreationStatus?: ResourceStatus;
1417
1405
  Status?: number;
1418
1406
  RequestId?: string;
1419
1407
  }
@@ -1421,7 +1409,7 @@ export declare class LimitExceededException extends __BaseException {
1421
1409
  readonly name: "LimitExceededException";
1422
1410
  readonly $fault: "client";
1423
1411
  Message?: string;
1424
- ResourceType?: ExceptionResourceType | string;
1412
+ ResourceType?: ExceptionResourceType;
1425
1413
  RequestId?: string;
1426
1414
  constructor(
1427
1415
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
@@ -1443,19 +1431,19 @@ export interface CreateColumnsOperation {
1443
1431
  Columns: CalculatedColumn[] | undefined;
1444
1432
  }
1445
1433
  export interface DataPointDrillUpDownOption {
1446
- AvailabilityStatus?: DashboardBehavior | string;
1434
+ AvailabilityStatus?: DashboardBehavior;
1447
1435
  }
1448
1436
  export interface DataPointMenuLabelOption {
1449
- AvailabilityStatus?: DashboardBehavior | string;
1437
+ AvailabilityStatus?: DashboardBehavior;
1450
1438
  }
1451
1439
  export interface DataPointTooltipOption {
1452
- AvailabilityStatus?: DashboardBehavior | string;
1440
+ AvailabilityStatus?: DashboardBehavior;
1453
1441
  }
1454
1442
  export interface ExportToCSVOption {
1455
- AvailabilityStatus?: DashboardBehavior | string;
1443
+ AvailabilityStatus?: DashboardBehavior;
1456
1444
  }
1457
1445
  export interface ExportWithHiddenFieldsOption {
1458
- AvailabilityStatus?: DashboardBehavior | string;
1446
+ AvailabilityStatus?: DashboardBehavior;
1459
1447
  }
1460
1448
  export declare const DashboardUIState: {
1461
1449
  readonly COLLAPSED: "COLLAPSED";
@@ -1464,19 +1452,19 @@ export declare const DashboardUIState: {
1464
1452
  export type DashboardUIState =
1465
1453
  (typeof DashboardUIState)[keyof typeof DashboardUIState];
1466
1454
  export interface SheetControlsOption {
1467
- VisibilityState?: DashboardUIState | string;
1455
+ VisibilityState?: DashboardUIState;
1468
1456
  }
1469
1457
  export interface SheetLayoutElementMaximizationOption {
1470
- AvailabilityStatus?: DashboardBehavior | string;
1458
+ AvailabilityStatus?: DashboardBehavior;
1471
1459
  }
1472
1460
  export interface VisualAxisSortOption {
1473
- AvailabilityStatus?: DashboardBehavior | string;
1461
+ AvailabilityStatus?: DashboardBehavior;
1474
1462
  }
1475
1463
  export interface VisualMenuOption {
1476
- AvailabilityStatus?: DashboardBehavior | string;
1464
+ AvailabilityStatus?: DashboardBehavior;
1477
1465
  }
1478
1466
  export interface ExportHiddenFieldsOption {
1479
- AvailabilityStatus?: DashboardBehavior | string;
1467
+ AvailabilityStatus?: DashboardBehavior;
1480
1468
  }
1481
1469
  export interface DashboardVisualPublishOptions {
1482
1470
  ExportHiddenFieldsOption?: ExportHiddenFieldsOption;
@@ -1528,7 +1516,7 @@ export interface CreateDashboardResponse {
1528
1516
  Arn?: string;
1529
1517
  VersionArn?: string;
1530
1518
  DashboardId?: string;
1531
- CreationStatus?: ResourceStatus | string;
1519
+ CreationStatus?: ResourceStatus;
1532
1520
  Status?: number;
1533
1521
  RequestId?: string;
1534
1522
  }
@@ -1544,8 +1532,8 @@ export type DatasetParameterValueType =
1544
1532
  export interface DateTimeDatasetParameter {
1545
1533
  Id: string | undefined;
1546
1534
  Name: string | undefined;
1547
- ValueType: DatasetParameterValueType | string | undefined;
1548
- TimeGranularity?: TimeGranularity | string;
1535
+ ValueType: DatasetParameterValueType | undefined;
1536
+ TimeGranularity?: TimeGranularity;
1549
1537
  DefaultValues?: DateTimeDatasetParameterDefaultValues;
1550
1538
  }
1551
1539
  export interface DecimalDatasetParameterDefaultValues {
@@ -1554,7 +1542,7 @@ export interface DecimalDatasetParameterDefaultValues {
1554
1542
  export interface DecimalDatasetParameter {
1555
1543
  Id: string | undefined;
1556
1544
  Name: string | undefined;
1557
- ValueType: DatasetParameterValueType | string | undefined;
1545
+ ValueType: DatasetParameterValueType | undefined;
1558
1546
  DefaultValues?: DecimalDatasetParameterDefaultValues;
1559
1547
  }
1560
1548
  export interface IntegerDatasetParameterDefaultValues {
@@ -1563,7 +1551,7 @@ export interface IntegerDatasetParameterDefaultValues {
1563
1551
  export interface IntegerDatasetParameter {
1564
1552
  Id: string | undefined;
1565
1553
  Name: string | undefined;
1566
- ValueType: DatasetParameterValueType | string | undefined;
1554
+ ValueType: DatasetParameterValueType | undefined;
1567
1555
  DefaultValues?: IntegerDatasetParameterDefaultValues;
1568
1556
  }
1569
1557
  export interface StringDatasetParameterDefaultValues {
@@ -1572,7 +1560,7 @@ export interface StringDatasetParameterDefaultValues {
1572
1560
  export interface StringDatasetParameter {
1573
1561
  Id: string | undefined;
1574
1562
  Name: string | undefined;
1575
- ValueType: DatasetParameterValueType | string | undefined;
1563
+ ValueType: DatasetParameterValueType | undefined;
1576
1564
  DefaultValues?: StringDatasetParameterDefaultValues;
1577
1565
  }
1578
1566
  export interface DatasetParameter {
@@ -1622,7 +1610,7 @@ export interface TagColumnOperation {
1622
1610
  }
1623
1611
  export interface UntagColumnOperation {
1624
1612
  ColumnName: string | undefined;
1625
- TagNames: (ColumnTagName | string)[] | undefined;
1613
+ TagNames: ColumnTagName[] | undefined;
1626
1614
  }
1627
1615
  export type TransformOperation =
1628
1616
  | TransformOperation.CastColumnTypeOperationMember
@@ -1764,7 +1752,7 @@ export interface JoinInstruction {
1764
1752
  RightOperand: string | undefined;
1765
1753
  LeftJoinKeyProperties?: JoinKeyProperties;
1766
1754
  RightJoinKeyProperties?: JoinKeyProperties;
1767
- Type: JoinType | string | undefined;
1755
+ Type: JoinType | undefined;
1768
1756
  OnClause: string | undefined;
1769
1757
  }
1770
1758
  export interface LogicalTableSource {
@@ -1790,7 +1778,7 @@ export type InputColumnDataType =
1790
1778
  (typeof InputColumnDataType)[keyof typeof InputColumnDataType];
1791
1779
  export interface InputColumn {
1792
1780
  Name: string | undefined;
1793
- Type: InputColumnDataType | string | undefined;
1781
+ Type: InputColumnDataType | undefined;
1794
1782
  }
1795
1783
  export interface CustomSql {
1796
1784
  DataSourceArn: string | undefined;
@@ -1820,10 +1808,10 @@ export declare const TextQualifier: {
1820
1808
  };
1821
1809
  export type TextQualifier = (typeof TextQualifier)[keyof typeof TextQualifier];
1822
1810
  export interface UploadSettings {
1823
- Format?: FileFormat | string;
1811
+ Format?: FileFormat;
1824
1812
  StartFromRow?: number;
1825
1813
  ContainsHeader?: boolean;
1826
- TextQualifier?: TextQualifier | string;
1814
+ TextQualifier?: TextQualifier;
1827
1815
  Delimiter?: string;
1828
1816
  }
1829
1817
  export interface S3Source {
@@ -1889,9 +1877,9 @@ export type Status = (typeof Status)[keyof typeof Status];
1889
1877
  export interface RowLevelPermissionDataSet {
1890
1878
  Namespace?: string;
1891
1879
  Arn: string | undefined;
1892
- PermissionPolicy: RowLevelPermissionPolicy | string | undefined;
1893
- FormatVersion?: RowLevelPermissionFormatVersion | string;
1894
- Status?: Status | string;
1880
+ PermissionPolicy: RowLevelPermissionPolicy | undefined;
1881
+ FormatVersion?: RowLevelPermissionFormatVersion;
1882
+ Status?: Status;
1895
1883
  }
1896
1884
  export interface RowLevelPermissionTagRule {
1897
1885
  TagKey: string | undefined;
@@ -1900,7 +1888,7 @@ export interface RowLevelPermissionTagRule {
1900
1888
  MatchAllValue?: string;
1901
1889
  }
1902
1890
  export interface RowLevelPermissionTagConfiguration {
1903
- Status?: Status | string;
1891
+ Status?: Status;
1904
1892
  TagRules: RowLevelPermissionTagRule[] | undefined;
1905
1893
  TagRuleConfigurations?: string[][];
1906
1894
  }
@@ -1910,7 +1898,7 @@ export interface CreateDataSetRequest {
1910
1898
  Name: string | undefined;
1911
1899
  PhysicalTableMap: Record<string, PhysicalTable> | undefined;
1912
1900
  LogicalTableMap?: Record<string, LogicalTable>;
1913
- ImportMode: DataSetImportMode | string | undefined;
1901
+ ImportMode: DataSetImportMode | undefined;
1914
1902
  ColumnGroups?: ColumnGroup[];
1915
1903
  FieldFolders?: Record<string, FieldFolder>;
1916
1904
  Permissions?: ResourcePermission[];
@@ -1973,7 +1961,7 @@ export interface CreateDataSourceRequest {
1973
1961
  AwsAccountId: string | undefined;
1974
1962
  DataSourceId: string | undefined;
1975
1963
  Name: string | undefined;
1976
- Type: DataSourceType | string | undefined;
1964
+ Type: DataSourceType | undefined;
1977
1965
  DataSourceParameters?: DataSourceParameters;
1978
1966
  Credentials?: DataSourceCredentials;
1979
1967
  Permissions?: ResourcePermission[];
@@ -1984,7 +1972,7 @@ export interface CreateDataSourceRequest {
1984
1972
  export interface CreateDataSourceResponse {
1985
1973
  Arn?: string;
1986
1974
  DataSourceId?: string;
1987
- CreationStatus?: ResourceStatus | string;
1975
+ CreationStatus?: ResourceStatus;
1988
1976
  RequestId?: string;
1989
1977
  Status?: number;
1990
1978
  }
@@ -2001,11 +1989,11 @@ export interface CreateFolderRequest {
2001
1989
  AwsAccountId: string | undefined;
2002
1990
  FolderId: string | undefined;
2003
1991
  Name?: string;
2004
- FolderType?: FolderType | string;
1992
+ FolderType?: FolderType;
2005
1993
  ParentFolderArn?: string;
2006
1994
  Permissions?: ResourcePermission[];
2007
1995
  Tags?: Tag[];
2008
- SharingModel?: SharingModel | string;
1996
+ SharingModel?: SharingModel;
2009
1997
  }
2010
1998
  export interface CreateFolderResponse {
2011
1999
  Status?: number;
@@ -2025,11 +2013,11 @@ export interface CreateFolderMembershipRequest {
2025
2013
  AwsAccountId: string | undefined;
2026
2014
  FolderId: string | undefined;
2027
2015
  MemberId: string | undefined;
2028
- MemberType: MemberType | string | undefined;
2016
+ MemberType: MemberType | undefined;
2029
2017
  }
2030
2018
  export interface FolderMember {
2031
2019
  MemberId?: string;
2032
- MemberType?: MemberType | string;
2020
+ MemberType?: MemberType;
2033
2021
  }
2034
2022
  export interface CreateFolderMembershipResponse {
2035
2023
  Status?: number;
@@ -2071,7 +2059,7 @@ export interface CreateGroupMembershipResponse {
2071
2059
  export interface CreateIAMPolicyAssignmentRequest {
2072
2060
  AwsAccountId: string | undefined;
2073
2061
  AssignmentName: string | undefined;
2074
- AssignmentStatus: AssignmentStatus | string | undefined;
2062
+ AssignmentStatus: AssignmentStatus | undefined;
2075
2063
  PolicyArn?: string;
2076
2064
  Identities?: Record<string, string[]>;
2077
2065
  Namespace: string | undefined;
@@ -2079,7 +2067,7 @@ export interface CreateIAMPolicyAssignmentRequest {
2079
2067
  export interface CreateIAMPolicyAssignmentResponse {
2080
2068
  AssignmentName?: string;
2081
2069
  AssignmentId?: string;
2082
- AssignmentStatus?: AssignmentStatus | string;
2070
+ AssignmentStatus?: AssignmentStatus;
2083
2071
  PolicyArn?: string;
2084
2072
  Identities?: Record<string, string[]>;
2085
2073
  RequestId?: string;
@@ -2094,7 +2082,7 @@ export interface CreateIngestionRequest {
2094
2082
  DataSetId: string | undefined;
2095
2083
  IngestionId: string | undefined;
2096
2084
  AwsAccountId: string | undefined;
2097
- IngestionType?: IngestionType | string;
2085
+ IngestionType?: IngestionType;
2098
2086
  }
2099
2087
  export declare const IngestionStatus: {
2100
2088
  readonly CANCELLED: "CANCELLED";
@@ -2109,7 +2097,7 @@ export type IngestionStatus =
2109
2097
  export interface CreateIngestionResponse {
2110
2098
  Arn?: string;
2111
2099
  IngestionId?: string;
2112
- IngestionStatus?: IngestionStatus | string;
2100
+ IngestionStatus?: IngestionStatus;
2113
2101
  RequestId?: string;
2114
2102
  Status?: number;
2115
2103
  }
@@ -2120,7 +2108,7 @@ export type IdentityStore = (typeof IdentityStore)[keyof typeof IdentityStore];
2120
2108
  export interface CreateNamespaceRequest {
2121
2109
  AwsAccountId: string | undefined;
2122
2110
  Namespace: string | undefined;
2123
- IdentityStore: IdentityStore | string | undefined;
2111
+ IdentityStore: IdentityStore | undefined;
2124
2112
  Tags?: Tag[];
2125
2113
  }
2126
2114
  export declare const NamespaceStatus: {
@@ -2136,8 +2124,8 @@ export interface CreateNamespaceResponse {
2136
2124
  Arn?: string;
2137
2125
  Name?: string;
2138
2126
  CapacityRegion?: string;
2139
- CreationStatus?: NamespaceStatus | string;
2140
- IdentityStore?: IdentityStore | string;
2127
+ CreationStatus?: NamespaceStatus;
2128
+ IdentityStore?: IdentityStore;
2141
2129
  RequestId?: string;
2142
2130
  Status?: number;
2143
2131
  }
@@ -2162,11 +2150,11 @@ export declare const DayOfWeek: {
2162
2150
  };
2163
2151
  export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
2164
2152
  export interface ScheduleRefreshOnEntity {
2165
- DayOfWeek?: DayOfWeek | string;
2153
+ DayOfWeek?: DayOfWeek;
2166
2154
  DayOfMonth?: string;
2167
2155
  }
2168
2156
  export interface RefreshFrequency {
2169
- Interval: RefreshInterval | string | undefined;
2157
+ Interval: RefreshInterval | undefined;
2170
2158
  RefreshOnDay?: ScheduleRefreshOnEntity;
2171
2159
  Timezone?: string;
2172
2160
  TimeOfTheDay?: string;
@@ -2175,7 +2163,7 @@ export interface RefreshSchedule {
2175
2163
  ScheduleId: string | undefined;
2176
2164
  ScheduleFrequency: RefreshFrequency | undefined;
2177
2165
  StartAfterDateTime?: Date;
2178
- RefreshType: IngestionType | string | undefined;
2166
+ RefreshType: IngestionType | undefined;
2179
2167
  Arn?: string;
2180
2168
  }
2181
2169
  export interface CreateRefreshScheduleRequest {
@@ -2232,7 +2220,7 @@ export interface CreateTemplateResponse {
2232
2220
  Arn?: string;
2233
2221
  VersionArn?: string;
2234
2222
  TemplateId?: string;
2235
- CreationStatus?: ResourceStatus | string;
2223
+ CreationStatus?: ResourceStatus;
2236
2224
  Status?: number;
2237
2225
  RequestId?: string;
2238
2226
  }
@@ -2318,7 +2306,7 @@ export interface CreateThemeResponse {
2318
2306
  Arn?: string;
2319
2307
  VersionArn?: string;
2320
2308
  ThemeId?: string;
2321
- CreationStatus?: ResourceStatus | string;
2309
+ CreationStatus?: ResourceStatus;
2322
2310
  Status?: number;
2323
2311
  RequestId?: string;
2324
2312
  }
@@ -2376,18 +2364,18 @@ export interface DisplayFormatOptions {
2376
2364
  UseBlankCellFormat?: boolean;
2377
2365
  BlankCellFormat?: string;
2378
2366
  DateFormat?: string;
2379
- DecimalSeparator?: TopicNumericSeparatorSymbol | string;
2367
+ DecimalSeparator?: TopicNumericSeparatorSymbol;
2380
2368
  GroupingSeparator?: string;
2381
2369
  UseGrouping?: boolean;
2382
2370
  FractionDigits?: number;
2383
2371
  Prefix?: string;
2384
2372
  Suffix?: string;
2385
- UnitScaler?: NumberScale | string;
2373
+ UnitScaler?: NumberScale;
2386
2374
  NegativeFormat?: NegativeFormat;
2387
2375
  CurrencySymbol?: string;
2388
2376
  }
2389
2377
  export interface DefaultFormatting {
2390
- DisplayFormat?: DisplayFormat | string;
2378
+ DisplayFormat?: DisplayFormat;
2391
2379
  DisplayFormatOptions?: DisplayFormatOptions;
2392
2380
  }
2393
2381
  export interface SemanticType {
@@ -2418,14 +2406,14 @@ export interface TopicCalculatedField {
2418
2406
  CalculatedFieldSynonyms?: string[];
2419
2407
  IsIncludedInTopic?: boolean;
2420
2408
  DisableIndexing?: boolean;
2421
- ColumnDataRole?: ColumnDataRole | string;
2422
- TimeGranularity?: TopicTimeGranularity | string;
2409
+ ColumnDataRole?: ColumnDataRole;
2410
+ TimeGranularity?: TopicTimeGranularity;
2423
2411
  DefaultFormatting?: DefaultFormatting;
2424
- Aggregation?: DefaultAggregation | string;
2412
+ Aggregation?: DefaultAggregation;
2425
2413
  ComparativeOrder?: ComparativeOrder;
2426
2414
  SemanticType?: SemanticType;
2427
- AllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
2428
- NotAllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
2415
+ AllowedAggregations?: AuthorSpecifiedAggregation[];
2416
+ NotAllowedAggregations?: AuthorSpecifiedAggregation[];
2429
2417
  NeverAggregateInFilter?: boolean;
2430
2418
  CellValueSynonyms?: CellValueSynonym[];
2431
2419
  NonAdditive?: boolean;
@@ -2435,32 +2423,32 @@ export interface TopicColumn {
2435
2423
  ColumnFriendlyName?: string;
2436
2424
  ColumnDescription?: string;
2437
2425
  ColumnSynonyms?: string[];
2438
- ColumnDataRole?: ColumnDataRole | string;
2439
- Aggregation?: DefaultAggregation | string;
2426
+ ColumnDataRole?: ColumnDataRole;
2427
+ Aggregation?: DefaultAggregation;
2440
2428
  IsIncludedInTopic?: boolean;
2441
2429
  DisableIndexing?: boolean;
2442
2430
  ComparativeOrder?: ComparativeOrder;
2443
2431
  SemanticType?: SemanticType;
2444
- TimeGranularity?: TopicTimeGranularity | string;
2445
- AllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
2446
- NotAllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
2432
+ TimeGranularity?: TopicTimeGranularity;
2433
+ AllowedAggregations?: AuthorSpecifiedAggregation[];
2434
+ NotAllowedAggregations?: AuthorSpecifiedAggregation[];
2447
2435
  DefaultFormatting?: DefaultFormatting;
2448
2436
  NeverAggregateInFilter?: boolean;
2449
2437
  CellValueSynonyms?: CellValueSynonym[];
2450
2438
  NonAdditive?: boolean;
2451
2439
  }
2452
2440
  export interface DataAggregation {
2453
- DatasetRowDateGranularity?: TopicTimeGranularity | string;
2441
+ DatasetRowDateGranularity?: TopicTimeGranularity;
2454
2442
  DefaultDateColumnName?: string;
2455
2443
  }
2456
2444
  export interface TopicCategoryFilterConstant {
2457
- ConstantType?: ConstantType | string;
2445
+ ConstantType?: ConstantType;
2458
2446
  SingularConstant?: string;
2459
2447
  CollectiveConstant?: CollectiveConstant;
2460
2448
  }
2461
2449
  export interface TopicCategoryFilter {
2462
- CategoryFilterFunction?: CategoryFilterFunction | string;
2463
- CategoryFilterType?: CategoryFilterType | string;
2450
+ CategoryFilterFunction?: CategoryFilterFunction;
2451
+ CategoryFilterType?: CategoryFilterType;
2464
2452
  Constant?: TopicCategoryFilterConstant;
2465
2453
  Inverse?: boolean;
2466
2454
  }
@@ -2469,7 +2457,7 @@ export interface RangeConstant {
2469
2457
  Maximum?: string;
2470
2458
  }
2471
2459
  export interface TopicRangeFilterConstant {
2472
- ConstantType?: ConstantType | string;
2460
+ ConstantType?: ConstantType;
2473
2461
  RangeConstant?: RangeConstant;
2474
2462
  }
2475
2463
  export interface TopicDateRangeFilter {
@@ -2508,17 +2496,17 @@ export declare const NamedFilterAggType: {
2508
2496
  export type NamedFilterAggType =
2509
2497
  (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
2510
2498
  export interface TopicSingularFilterConstant {
2511
- ConstantType?: ConstantType | string;
2499
+ ConstantType?: ConstantType;
2512
2500
  SingularConstant?: string;
2513
2501
  }
2514
2502
  export interface TopicNumericEqualityFilter {
2515
2503
  Constant?: TopicSingularFilterConstant;
2516
- Aggregation?: NamedFilterAggType | string;
2504
+ Aggregation?: NamedFilterAggType;
2517
2505
  }
2518
2506
  export interface TopicNumericRangeFilter {
2519
2507
  Inclusive?: boolean;
2520
2508
  Constant?: TopicRangeFilterConstant;
2521
- Aggregation?: NamedFilterAggType | string;
2509
+ Aggregation?: NamedFilterAggType;
2522
2510
  }
2523
2511
  export declare const TopicRelativeDateFilterFunction: {
2524
2512
  readonly LAST: "LAST";
@@ -2530,17 +2518,17 @@ export declare const TopicRelativeDateFilterFunction: {
2530
2518
  export type TopicRelativeDateFilterFunction =
2531
2519
  (typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
2532
2520
  export interface TopicRelativeDateFilter {
2533
- TimeGranularity?: TopicTimeGranularity | string;
2534
- RelativeDateFilterFunction?: TopicRelativeDateFilterFunction | string;
2521
+ TimeGranularity?: TopicTimeGranularity;
2522
+ RelativeDateFilterFunction?: TopicRelativeDateFilterFunction;
2535
2523
  Constant?: TopicSingularFilterConstant;
2536
2524
  }
2537
2525
  export interface TopicFilter {
2538
2526
  FilterDescription?: string;
2539
- FilterClass?: FilterClass | string;
2527
+ FilterClass?: FilterClass;
2540
2528
  FilterName: string | undefined;
2541
2529
  FilterSynonyms?: string[];
2542
2530
  OperandFieldName: string | undefined;
2543
- FilterType?: NamedFilterType | string;
2531
+ FilterType?: NamedFilterType;
2544
2532
  CategoryFilter?: TopicCategoryFilter;
2545
2533
  NumericEqualityFilter?: TopicNumericEqualityFilter;
2546
2534
  NumericRangeFilter?: TopicNumericRangeFilter;
@@ -2565,7 +2553,7 @@ export declare const NamedEntityAggType: {
2565
2553
  export type NamedEntityAggType =
2566
2554
  (typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
2567
2555
  export interface NamedEntityDefinitionMetric {
2568
- Aggregation?: NamedEntityAggType | string;
2556
+ Aggregation?: NamedEntityAggType;
2569
2557
  AggregationFunctionParameters?: Record<string, string>;
2570
2558
  }
2571
2559
  export declare const PropertyRole: {
@@ -2582,8 +2570,8 @@ export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
2582
2570
  export interface NamedEntityDefinition {
2583
2571
  FieldName?: string;
2584
2572
  PropertyName?: string;
2585
- PropertyRole?: PropertyRole | string;
2586
- PropertyUsage?: PropertyUsage | string;
2573
+ PropertyRole?: PropertyRole;
2574
+ PropertyUsage?: PropertyUsage;
2587
2575
  Metric?: NamedEntityDefinitionMetric;
2588
2576
  }
2589
2577
  export interface SemanticEntityType {
@@ -2640,7 +2628,7 @@ export interface TopicRefreshSchedule {
2640
2628
  StartingAt?: Date;
2641
2629
  Timezone?: string;
2642
2630
  RepeatAt?: string;
2643
- TopicScheduleType?: TopicScheduleType | string;
2631
+ TopicScheduleType?: TopicScheduleType;
2644
2632
  }
2645
2633
  export interface CreateTopicRefreshScheduleRequest {
2646
2634
  AwsAccountId: string | undefined;
@@ -2689,8 +2677,8 @@ export type VPCConnectionResourceStatus =
2689
2677
  export interface CreateVPCConnectionResponse {
2690
2678
  Arn?: string;
2691
2679
  VPCConnectionId?: string;
2692
- CreationStatus?: VPCConnectionResourceStatus | string;
2693
- AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
2680
+ CreationStatus?: VPCConnectionResourceStatus;
2681
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus;
2694
2682
  RequestId?: string;
2695
2683
  Status?: number;
2696
2684
  }
@@ -2709,7 +2697,7 @@ export declare const DashboardErrorType: {
2709
2697
  export type DashboardErrorType =
2710
2698
  (typeof DashboardErrorType)[keyof typeof DashboardErrorType];
2711
2699
  export interface DashboardError {
2712
- Type?: DashboardErrorType | string;
2700
+ Type?: DashboardErrorType;
2713
2701
  Message?: string;
2714
2702
  ViolatedEntities?: Entity[];
2715
2703
  }
@@ -2717,7 +2705,7 @@ export interface DashboardVersion {
2717
2705
  CreatedTime?: Date;
2718
2706
  Errors?: DashboardError[];
2719
2707
  VersionNumber?: number;
2720
- Status?: ResourceStatus | string;
2708
+ Status?: ResourceStatus;
2721
2709
  Arn?: string;
2722
2710
  SourceEntityArn?: string;
2723
2711
  DataSetArns?: string[];
@@ -2746,8 +2734,8 @@ export declare const DashboardFilterAttribute: {
2746
2734
  export type DashboardFilterAttribute =
2747
2735
  (typeof DashboardFilterAttribute)[keyof typeof DashboardFilterAttribute];
2748
2736
  export interface DashboardSearchFilter {
2749
- Operator: FilterOperator | string | undefined;
2750
- Name?: DashboardFilterAttribute | string;
2737
+ Operator: FilterOperator | undefined;
2738
+ Name?: DashboardFilterAttribute;
2751
2739
  Value?: string;
2752
2740
  }
2753
2741
  export interface DashboardSummary {
@@ -2763,14 +2751,14 @@ export interface DashboardVersionSummary {
2763
2751
  Arn?: string;
2764
2752
  CreatedTime?: Date;
2765
2753
  VersionNumber?: number;
2766
- Status?: ResourceStatus | string;
2754
+ Status?: ResourceStatus;
2767
2755
  SourceEntityArn?: string;
2768
2756
  Description?: string;
2769
2757
  }
2770
2758
  export interface OutputColumn {
2771
2759
  Name?: string;
2772
2760
  Description?: string;
2773
- Type?: ColumnDataType | string;
2761
+ Type?: ColumnDataType;
2774
2762
  }
2775
2763
  export declare const SnapshotJobResultFileGroupFilterSensitiveLog: (
2776
2764
  obj: SnapshotJobResultFileGroup