@aws-sdk/client-glue 3.428.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.
@@ -4,6 +4,7 @@ import {
4
4
  Action,
5
5
  Blueprint,
6
6
  Column,
7
+ ConnectionPropertyKey,
7
8
  ConnectionsList,
8
9
  ConnectionType,
9
10
  Crawler,
@@ -55,7 +56,7 @@ export declare const TransformType: {
55
56
  };
56
57
  export type TransformType = (typeof TransformType)[keyof typeof TransformType];
57
58
  export interface TransformParameters {
58
- TransformType: TransformType | string | undefined;
59
+ TransformType: TransformType | undefined;
59
60
  FindMatchesParameters?: FindMatchesParameters;
60
61
  }
61
62
  export declare const MLUserDataEncryptionModeString: {
@@ -65,7 +66,7 @@ export declare const MLUserDataEncryptionModeString: {
65
66
  export type MLUserDataEncryptionModeString =
66
67
  (typeof MLUserDataEncryptionModeString)[keyof typeof MLUserDataEncryptionModeString];
67
68
  export interface MLUserDataEncryption {
68
- MlUserDataEncryptionMode: MLUserDataEncryptionModeString | string | undefined;
69
+ MlUserDataEncryptionMode: MLUserDataEncryptionModeString | undefined;
69
70
  KmsKeyId?: string;
70
71
  }
71
72
  export interface TransformEncryption {
@@ -80,7 +81,7 @@ export interface CreateMLTransformRequest {
80
81
  Role: string | undefined;
81
82
  GlueVersion?: string;
82
83
  MaxCapacity?: number;
83
- WorkerType?: WorkerType | string;
84
+ WorkerType?: WorkerType;
84
85
  NumberOfWorkers?: number;
85
86
  Timeout?: number;
86
87
  MaxRetries?: number;
@@ -137,8 +138,8 @@ export interface RegistryId {
137
138
  export interface CreateSchemaInput {
138
139
  RegistryId?: RegistryId;
139
140
  SchemaName: string | undefined;
140
- DataFormat: DataFormat | string | undefined;
141
- Compatibility?: Compatibility | string;
141
+ DataFormat: DataFormat | undefined;
142
+ Compatibility?: Compatibility;
142
143
  Description?: string;
143
144
  Tags?: Record<string, string>;
144
145
  SchemaDefinition?: string;
@@ -163,15 +164,15 @@ export interface CreateSchemaResponse {
163
164
  SchemaName?: string;
164
165
  SchemaArn?: string;
165
166
  Description?: string;
166
- DataFormat?: DataFormat | string;
167
- Compatibility?: Compatibility | string;
167
+ DataFormat?: DataFormat;
168
+ Compatibility?: Compatibility;
168
169
  SchemaCheckpoint?: number;
169
170
  LatestSchemaVersion?: number;
170
171
  NextSchemaVersion?: number;
171
- SchemaStatus?: SchemaStatus | string;
172
+ SchemaStatus?: SchemaStatus;
172
173
  Tags?: Record<string, string>;
173
174
  SchemaVersionId?: string;
174
- SchemaVersionStatus?: SchemaVersionStatus | string;
175
+ SchemaVersionStatus?: SchemaVersionStatus;
175
176
  }
176
177
  export interface CodeGenEdge {
177
178
  Source: string | undefined;
@@ -197,7 +198,7 @@ export type Language = (typeof Language)[keyof typeof Language];
197
198
  export interface CreateScriptRequest {
198
199
  DagNodes?: CodeGenNode[];
199
200
  DagEdges?: CodeGenEdge[];
200
- Language?: Language | string;
201
+ Language?: Language;
201
202
  }
202
203
  export interface CreateScriptResponse {
203
204
  PythonScript?: string;
@@ -210,7 +211,7 @@ export declare const CloudWatchEncryptionMode: {
210
211
  export type CloudWatchEncryptionMode =
211
212
  (typeof CloudWatchEncryptionMode)[keyof typeof CloudWatchEncryptionMode];
212
213
  export interface CloudWatchEncryption {
213
- CloudWatchEncryptionMode?: CloudWatchEncryptionMode | string;
214
+ CloudWatchEncryptionMode?: CloudWatchEncryptionMode;
214
215
  KmsKeyArn?: string;
215
216
  }
216
217
  export declare const JobBookmarksEncryptionMode: {
@@ -220,7 +221,7 @@ export declare const JobBookmarksEncryptionMode: {
220
221
  export type JobBookmarksEncryptionMode =
221
222
  (typeof JobBookmarksEncryptionMode)[keyof typeof JobBookmarksEncryptionMode];
222
223
  export interface JobBookmarksEncryption {
223
- JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode | string;
224
+ JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode;
224
225
  KmsKeyArn?: string;
225
226
  }
226
227
  export declare const S3EncryptionMode: {
@@ -231,7 +232,7 @@ export declare const S3EncryptionMode: {
231
232
  export type S3EncryptionMode =
232
233
  (typeof S3EncryptionMode)[keyof typeof S3EncryptionMode];
233
234
  export interface S3Encryption {
234
- S3EncryptionMode?: S3EncryptionMode | string;
235
+ S3EncryptionMode?: S3EncryptionMode;
235
236
  KmsKeyArn?: string;
236
237
  }
237
238
  export interface EncryptionConfiguration {
@@ -262,7 +263,7 @@ export interface CreateSessionRequest {
262
263
  Connections?: ConnectionsList;
263
264
  MaxCapacity?: number;
264
265
  NumberOfWorkers?: number;
265
- WorkerType?: WorkerType | string;
266
+ WorkerType?: WorkerType;
266
267
  SecurityConfiguration?: string;
267
268
  GlueVersion?: string;
268
269
  Tags?: Record<string, string>;
@@ -280,7 +281,7 @@ export type SessionStatus = (typeof SessionStatus)[keyof typeof SessionStatus];
280
281
  export interface Session {
281
282
  Id?: string;
282
283
  CreatedOn?: Date;
283
- Status?: SessionStatus | string;
284
+ Status?: SessionStatus;
284
285
  ErrorMessage?: string;
285
286
  Description?: string;
286
287
  Role?: string;
@@ -292,7 +293,7 @@ export interface Session {
292
293
  SecurityConfiguration?: string;
293
294
  GlueVersion?: string;
294
295
  NumberOfWorkers?: number;
295
- WorkerType?: WorkerType | string;
296
+ WorkerType?: WorkerType;
296
297
  CompletedOn?: Date;
297
298
  ExecutionTime?: number;
298
299
  DPUSeconds?: number;
@@ -307,7 +308,7 @@ export declare const MetadataOperation: {
307
308
  export type MetadataOperation =
308
309
  (typeof MetadataOperation)[keyof typeof MetadataOperation];
309
310
  export interface IcebergInput {
310
- MetadataOperation: MetadataOperation | string | undefined;
311
+ MetadataOperation: MetadataOperation | undefined;
311
312
  Version?: string;
312
313
  }
313
314
  export interface OpenTableFormatInput {
@@ -346,7 +347,7 @@ export interface CreateTableResponse {}
346
347
  export interface CreateTriggerRequest {
347
348
  Name: string | undefined;
348
349
  WorkflowName?: string;
349
- Type: TriggerType | string | undefined;
350
+ Type: TriggerType | undefined;
350
351
  Schedule?: string;
351
352
  Predicate?: Predicate;
352
353
  Actions: Action[] | undefined;
@@ -371,14 +372,14 @@ export declare const ResourceType: {
371
372
  };
372
373
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
373
374
  export interface ResourceUri {
374
- ResourceType?: ResourceType | string;
375
+ ResourceType?: ResourceType;
375
376
  Uri?: string;
376
377
  }
377
378
  export interface UserDefinedFunctionInput {
378
379
  FunctionName?: string;
379
380
  ClassName?: string;
380
381
  OwnerName?: string;
381
- OwnerType?: PrincipalType | string;
382
+ OwnerType?: PrincipalType;
382
383
  ResourceUris?: ResourceUri[];
383
384
  }
384
385
  export interface CreateUserDefinedFunctionRequest {
@@ -513,7 +514,7 @@ export type RegistryStatus =
513
514
  export interface DeleteRegistryResponse {
514
515
  RegistryName?: string;
515
516
  RegistryArn?: string;
516
- Status?: RegistryStatus | string;
517
+ Status?: RegistryStatus;
517
518
  }
518
519
  export declare class ConditionCheckFailureException extends __BaseException {
519
520
  readonly name: "ConditionCheckFailureException";
@@ -534,7 +535,7 @@ export interface DeleteSchemaInput {
534
535
  export interface DeleteSchemaResponse {
535
536
  SchemaArn?: string;
536
537
  SchemaName?: string;
537
- Status?: SchemaStatus | string;
538
+ Status?: SchemaStatus;
538
539
  }
539
540
  export interface DeleteSchemaVersionsInput {
540
541
  SchemaId: SchemaId | undefined;
@@ -618,7 +619,7 @@ export interface BlueprintRun {
618
619
  BlueprintName?: string;
619
620
  RunId?: string;
620
621
  WorkflowName?: string;
621
- State?: BlueprintRunState | string;
622
+ State?: BlueprintRunState;
622
623
  StartedOn?: Date;
623
624
  CompletedOn?: Date;
624
625
  ErrorMessage?: string;
@@ -659,13 +660,13 @@ export interface CsvClassifier {
659
660
  Version?: number;
660
661
  Delimiter?: string;
661
662
  QuoteSymbol?: string;
662
- ContainsHeader?: CsvHeaderOption | string;
663
+ ContainsHeader?: CsvHeaderOption;
663
664
  Header?: string[];
664
665
  DisableValueTrimming?: boolean;
665
666
  AllowSingleColumn?: boolean;
666
667
  CustomDatatypeConfigured?: boolean;
667
668
  CustomDatatypes?: string[];
668
- Serde?: CsvSerdeOption | string;
669
+ Serde?: CsvSerdeOption;
669
670
  }
670
671
  export interface GrokClassifier {
671
672
  Name: string | undefined;
@@ -771,7 +772,7 @@ export declare const ColumnStatisticsType: {
771
772
  export type ColumnStatisticsType =
772
773
  (typeof ColumnStatisticsType)[keyof typeof ColumnStatisticsType];
773
774
  export interface ColumnStatisticsData {
774
- Type: ColumnStatisticsType | string | undefined;
775
+ Type: ColumnStatisticsType | undefined;
775
776
  BooleanColumnStatisticsData?: BooleanColumnStatisticsData;
776
777
  DateColumnStatisticsData?: DateColumnStatisticsData;
777
778
  DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
@@ -812,9 +813,9 @@ export interface GetConnectionRequest {
812
813
  export interface Connection {
813
814
  Name?: string;
814
815
  Description?: string;
815
- ConnectionType?: ConnectionType | string;
816
+ ConnectionType?: ConnectionType;
816
817
  MatchCriteria?: string[];
817
- ConnectionProperties?: Record<string, string>;
818
+ ConnectionProperties?: Record<ConnectionPropertyKey, string>;
818
819
  PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
819
820
  CreationTime?: Date;
820
821
  LastUpdatedTime?: Date;
@@ -825,7 +826,7 @@ export interface GetConnectionResponse {
825
826
  }
826
827
  export interface GetConnectionsFilter {
827
828
  MatchCriteria?: string[];
828
- ConnectionType?: ConnectionType | string;
829
+ ConnectionType?: ConnectionType;
829
830
  }
830
831
  export interface GetConnectionsRequest {
831
832
  CatalogId?: string;
@@ -908,7 +909,7 @@ export interface GetDatabasesRequest {
908
909
  CatalogId?: string;
909
910
  NextToken?: string;
910
911
  MaxResults?: number;
911
- ResourceShareType?: ResourceShareType | string;
912
+ ResourceShareType?: ResourceShareType;
912
913
  }
913
914
  export interface GetDatabasesResponse {
914
915
  DatabaseList: Database[] | undefined;
@@ -928,7 +929,7 @@ export declare const CatalogEncryptionMode: {
928
929
  export type CatalogEncryptionMode =
929
930
  (typeof CatalogEncryptionMode)[keyof typeof CatalogEncryptionMode];
930
931
  export interface EncryptionAtRest {
931
- CatalogEncryptionMode: CatalogEncryptionMode | string | undefined;
932
+ CatalogEncryptionMode: CatalogEncryptionMode | undefined;
932
933
  SseAwsKmsKeyId?: string;
933
934
  }
934
935
  export interface DataCatalogEncryptionSettings {
@@ -970,7 +971,7 @@ export interface GetDataQualityRuleRecommendationRunResponse {
970
971
  Role?: string;
971
972
  NumberOfWorkers?: number;
972
973
  Timeout?: number;
973
- Status?: TaskStatusType | string;
974
+ Status?: TaskStatusType;
974
975
  ErrorString?: string;
975
976
  StartedOn?: Date;
976
977
  LastModifiedOn?: Date;
@@ -1005,7 +1006,7 @@ export interface GetDataQualityRulesetEvaluationRunResponse {
1005
1006
  NumberOfWorkers?: number;
1006
1007
  Timeout?: number;
1007
1008
  AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
1008
- Status?: TaskStatusType | string;
1009
+ Status?: TaskStatusType;
1009
1010
  ErrorString?: string;
1010
1011
  StartedOn?: Date;
1011
1012
  LastModifiedOn?: Date;
@@ -1122,7 +1123,7 @@ export declare const TaskType: {
1122
1123
  };
1123
1124
  export type TaskType = (typeof TaskType)[keyof typeof TaskType];
1124
1125
  export interface TaskRunProperties {
1125
- TaskType?: TaskType | string;
1126
+ TaskType?: TaskType;
1126
1127
  ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties;
1127
1128
  ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties;
1128
1129
  LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties;
@@ -1131,7 +1132,7 @@ export interface TaskRunProperties {
1131
1132
  export interface GetMLTaskRunResponse {
1132
1133
  TransformId?: string;
1133
1134
  TaskRunId?: string;
1134
- Status?: TaskStatusType | string;
1135
+ Status?: TaskStatusType;
1135
1136
  LogGroupName?: string;
1136
1137
  Properties?: TaskRunProperties;
1137
1138
  ErrorString?: string;
@@ -1141,8 +1142,8 @@ export interface GetMLTaskRunResponse {
1141
1142
  ExecutionTime?: number;
1142
1143
  }
1143
1144
  export interface TaskRunFilterCriteria {
1144
- TaskRunType?: TaskType | string;
1145
- Status?: TaskStatusType | string;
1145
+ TaskRunType?: TaskType;
1146
+ Status?: TaskStatusType;
1146
1147
  StartedBefore?: Date;
1147
1148
  StartedAfter?: Date;
1148
1149
  }
@@ -1160,8 +1161,8 @@ export declare const SortDirectionType: {
1160
1161
  export type SortDirectionType =
1161
1162
  (typeof SortDirectionType)[keyof typeof SortDirectionType];
1162
1163
  export interface TaskRunSortCriteria {
1163
- Column: TaskRunSortColumnType | string | undefined;
1164
- SortDirection: SortDirectionType | string | undefined;
1164
+ Column: TaskRunSortColumnType | undefined;
1165
+ SortDirection: SortDirectionType | undefined;
1165
1166
  }
1166
1167
  export interface GetMLTaskRunsRequest {
1167
1168
  TransformId: string | undefined;
@@ -1173,7 +1174,7 @@ export interface GetMLTaskRunsRequest {
1173
1174
  export interface TaskRun {
1174
1175
  TransformId?: string;
1175
1176
  TaskRunId?: string;
1176
- Status?: TaskStatusType | string;
1177
+ Status?: TaskStatusType;
1177
1178
  LogGroupName?: string;
1178
1179
  Properties?: TaskRunProperties;
1179
1180
  ErrorString?: string;
@@ -1208,7 +1209,7 @@ export interface FindMatchesMetrics {
1208
1209
  ColumnImportances?: ColumnImportance[];
1209
1210
  }
1210
1211
  export interface EvaluationMetrics {
1211
- TransformType: TransformType | string | undefined;
1212
+ TransformType: TransformType | undefined;
1212
1213
  FindMatchesMetrics?: FindMatchesMetrics;
1213
1214
  }
1214
1215
  export interface SchemaColumn {
@@ -1226,7 +1227,7 @@ export interface GetMLTransformResponse {
1226
1227
  TransformId?: string;
1227
1228
  Name?: string;
1228
1229
  Description?: string;
1229
- Status?: TransformStatusType | string;
1230
+ Status?: TransformStatusType;
1230
1231
  CreatedOn?: Date;
1231
1232
  LastModifiedOn?: Date;
1232
1233
  InputRecordTables?: GlueTable[];
@@ -1237,7 +1238,7 @@ export interface GetMLTransformResponse {
1237
1238
  Role?: string;
1238
1239
  GlueVersion?: string;
1239
1240
  MaxCapacity?: number;
1240
- WorkerType?: WorkerType | string;
1241
+ WorkerType?: WorkerType;
1241
1242
  NumberOfWorkers?: number;
1242
1243
  Timeout?: number;
1243
1244
  MaxRetries?: number;
@@ -1245,8 +1246,8 @@ export interface GetMLTransformResponse {
1245
1246
  }
1246
1247
  export interface TransformFilterCriteria {
1247
1248
  Name?: string;
1248
- TransformType?: TransformType | string;
1249
- Status?: TransformStatusType | string;
1249
+ TransformType?: TransformType;
1250
+ Status?: TransformStatusType;
1250
1251
  GlueVersion?: string;
1251
1252
  CreatedBefore?: Date;
1252
1253
  CreatedAfter?: Date;
@@ -1264,8 +1265,8 @@ export declare const TransformSortColumnType: {
1264
1265
  export type TransformSortColumnType =
1265
1266
  (typeof TransformSortColumnType)[keyof typeof TransformSortColumnType];
1266
1267
  export interface TransformSortCriteria {
1267
- Column: TransformSortColumnType | string | undefined;
1268
- SortDirection: SortDirectionType | string | undefined;
1268
+ Column: TransformSortColumnType | undefined;
1269
+ SortDirection: SortDirectionType | undefined;
1269
1270
  }
1270
1271
  export interface GetMLTransformsRequest {
1271
1272
  NextToken?: string;
@@ -1277,7 +1278,7 @@ export interface MLTransform {
1277
1278
  TransformId?: string;
1278
1279
  Name?: string;
1279
1280
  Description?: string;
1280
- Status?: TransformStatusType | string;
1281
+ Status?: TransformStatusType;
1281
1282
  CreatedOn?: Date;
1282
1283
  LastModifiedOn?: Date;
1283
1284
  InputRecordTables?: GlueTable[];
@@ -1288,7 +1289,7 @@ export interface MLTransform {
1288
1289
  Role?: string;
1289
1290
  GlueVersion?: string;
1290
1291
  MaxCapacity?: number;
1291
- WorkerType?: WorkerType | string;
1292
+ WorkerType?: WorkerType;
1292
1293
  NumberOfWorkers?: number;
1293
1294
  Timeout?: number;
1294
1295
  MaxRetries?: number;
@@ -1323,7 +1324,7 @@ export declare const BackfillErrorCode: {
1323
1324
  export type BackfillErrorCode =
1324
1325
  (typeof BackfillErrorCode)[keyof typeof BackfillErrorCode];
1325
1326
  export interface BackfillError {
1326
- Code?: BackfillErrorCode | string;
1327
+ Code?: BackfillErrorCode;
1327
1328
  Partitions?: PartitionValueList[];
1328
1329
  }
1329
1330
  export declare const PartitionIndexStatus: {
@@ -1341,7 +1342,7 @@ export interface KeySchemaElement {
1341
1342
  export interface PartitionIndexDescriptor {
1342
1343
  IndexName: string | undefined;
1343
1344
  Keys: KeySchemaElement[] | undefined;
1344
- IndexStatus: PartitionIndexStatus | string | undefined;
1345
+ IndexStatus: PartitionIndexStatus | undefined;
1345
1346
  BackfillErrors?: BackfillError[];
1346
1347
  }
1347
1348
  export interface GetPartitionIndexesResponse {
@@ -1373,7 +1374,7 @@ export interface GetPlanRequest {
1373
1374
  Source: CatalogEntry | undefined;
1374
1375
  Sinks?: CatalogEntry[];
1375
1376
  Location?: Location;
1376
- Language?: Language | string;
1377
+ Language?: Language;
1377
1378
  AdditionalPlanOptionsMap?: Record<string, string>;
1378
1379
  }
1379
1380
  export interface GetPlanResponse {
@@ -1387,7 +1388,7 @@ export interface GetRegistryResponse {
1387
1388
  RegistryName?: string;
1388
1389
  RegistryArn?: string;
1389
1390
  Description?: string;
1390
- Status?: RegistryStatus | string;
1391
+ Status?: RegistryStatus;
1391
1392
  CreatedTime?: string;
1392
1393
  UpdatedTime?: string;
1393
1394
  }
@@ -1423,12 +1424,12 @@ export interface GetSchemaResponse {
1423
1424
  SchemaName?: string;
1424
1425
  SchemaArn?: string;
1425
1426
  Description?: string;
1426
- DataFormat?: DataFormat | string;
1427
- Compatibility?: Compatibility | string;
1427
+ DataFormat?: DataFormat;
1428
+ Compatibility?: Compatibility;
1428
1429
  SchemaCheckpoint?: number;
1429
1430
  LatestSchemaVersion?: number;
1430
1431
  NextSchemaVersion?: number;
1431
- SchemaStatus?: SchemaStatus | string;
1432
+ SchemaStatus?: SchemaStatus;
1432
1433
  CreatedTime?: string;
1433
1434
  UpdatedTime?: string;
1434
1435
  }
@@ -1439,8 +1440,8 @@ export interface GetSchemaByDefinitionInput {
1439
1440
  export interface GetSchemaByDefinitionResponse {
1440
1441
  SchemaVersionId?: string;
1441
1442
  SchemaArn?: string;
1442
- DataFormat?: DataFormat | string;
1443
- Status?: SchemaVersionStatus | string;
1443
+ DataFormat?: DataFormat;
1444
+ Status?: SchemaVersionStatus;
1444
1445
  CreatedTime?: string;
1445
1446
  }
1446
1447
  export interface SchemaVersionNumber {
@@ -1455,10 +1456,10 @@ export interface GetSchemaVersionInput {
1455
1456
  export interface GetSchemaVersionResponse {
1456
1457
  SchemaVersionId?: string;
1457
1458
  SchemaDefinition?: string;
1458
- DataFormat?: DataFormat | string;
1459
+ DataFormat?: DataFormat;
1459
1460
  SchemaArn?: string;
1460
1461
  VersionNumber?: number;
1461
- Status?: SchemaVersionStatus | string;
1462
+ Status?: SchemaVersionStatus;
1462
1463
  CreatedTime?: string;
1463
1464
  }
1464
1465
  export declare const SchemaDiffType: {
@@ -1470,7 +1471,7 @@ export interface GetSchemaVersionsDiffInput {
1470
1471
  SchemaId: SchemaId | undefined;
1471
1472
  FirstSchemaVersionNumber: SchemaVersionNumber | undefined;
1472
1473
  SecondSchemaVersionNumber: SchemaVersionNumber | undefined;
1473
- SchemaDiffType: SchemaDiffType | string | undefined;
1474
+ SchemaDiffType: SchemaDiffType | undefined;
1474
1475
  }
1475
1476
  export interface GetSchemaVersionsDiffResponse {
1476
1477
  Diff?: string;
@@ -1522,7 +1523,7 @@ export type StatementState =
1522
1523
  export interface StatementOutput {
1523
1524
  Data?: StatementOutputData;
1524
1525
  ExecutionCount?: number;
1525
- Status?: StatementState | string;
1526
+ Status?: StatementState;
1526
1527
  ErrorName?: string;
1527
1528
  ErrorValue?: string;
1528
1529
  Traceback?: string[];
@@ -1530,7 +1531,7 @@ export interface StatementOutput {
1530
1531
  export interface Statement {
1531
1532
  Id?: number;
1532
1533
  Code?: string;
1533
- State?: StatementState | string;
1534
+ State?: StatementState;
1534
1535
  Output?: StatementOutput;
1535
1536
  Progress?: number;
1536
1537
  StartedOn?: number;