@aws-sdk/client-finspace-data 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.
@@ -210,7 +210,7 @@ export interface CreateChangesetRequest {
210
210
  * </li>
211
211
  * </ul>
212
212
  */
213
- changeType: ChangeType | string | undefined;
213
+ changeType: ChangeType | undefined;
214
214
  /**
215
215
  * @public
216
216
  * <p>Options that define the location of the data being ingested (<code>s3SourcePath</code>) and the source of the changeset (<code>sourceType</code>).</p>
@@ -475,7 +475,7 @@ export interface ColumnDefinition {
475
475
  * </li>
476
476
  * </ul>
477
477
  */
478
- dataType?: ColumnDataType | string;
478
+ dataType?: ColumnDataType;
479
479
  /**
480
480
  * @public
481
481
  * <p>The name of a column.</p>
@@ -543,7 +543,7 @@ export interface CreateDatasetRequest {
543
543
  * </li>
544
544
  * </ul>
545
545
  */
546
- kind: DatasetKind | string | undefined;
546
+ kind: DatasetKind | undefined;
547
547
  /**
548
548
  * @public
549
549
  * <p>Description of a Dataset.</p>
@@ -627,7 +627,7 @@ export interface DataViewDestinationTypeParams {
627
627
  * </li>
628
628
  * </ul>
629
629
  */
630
- s3DestinationExportFileFormat?: ExportFileFormat | string;
630
+ s3DestinationExportFileFormat?: ExportFileFormat;
631
631
  /**
632
632
  * @public
633
633
  * <p>Format Options for S3 Destination type.</p>
@@ -752,7 +752,7 @@ export interface CreatePermissionGroupRequest {
752
752
  * </li>
753
753
  * </ul>
754
754
  */
755
- applicationPermissions: (ApplicationPermission | string)[] | undefined;
755
+ applicationPermissions: ApplicationPermission[] | undefined;
756
756
  /**
757
757
  * @public
758
758
  * <p>A token that ensures idempotency. This token expires in 10 minutes.</p>
@@ -804,7 +804,7 @@ export interface CreateUserRequest {
804
804
  * </li>
805
805
  * </ul>
806
806
  */
807
- type: UserType | string | undefined;
807
+ type: UserType | undefined;
808
808
  /**
809
809
  * @public
810
810
  * <p>The first name of the user that you want to register.</p>
@@ -829,7 +829,7 @@ export interface CreateUserRequest {
829
829
  * </li>
830
830
  * </ul>
831
831
  */
832
- apiAccess?: ApiAccess | string;
832
+ apiAccess?: ApiAccess;
833
833
  /**
834
834
  * @public
835
835
  * <p>The ARN identifier of an AWS user or role that is allowed to call the <code>GetProgrammaticAccessCredentials</code> API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.</p>
@@ -1070,7 +1070,7 @@ export interface ChangesetErrorInfo {
1070
1070
  * </li>
1071
1071
  * </ul>
1072
1072
  */
1073
- errorCategory?: ErrorCategory | string;
1073
+ errorCategory?: ErrorCategory;
1074
1074
  }
1075
1075
  /**
1076
1076
  * @public
@@ -1125,7 +1125,7 @@ export interface GetChangesetResponse {
1125
1125
  * </li>
1126
1126
  * </ul>
1127
1127
  */
1128
- changeType?: ChangeType | string;
1128
+ changeType?: ChangeType;
1129
1129
  /**
1130
1130
  * @public
1131
1131
  * <p>Options that define the location of the data being ingested.</p>
@@ -1145,7 +1145,7 @@ export interface GetChangesetResponse {
1145
1145
  * @public
1146
1146
  * <p>The status of Changeset creation operation.</p>
1147
1147
  */
1148
- status?: IngestionStatus | string;
1148
+ status?: IngestionStatus;
1149
1149
  /**
1150
1150
  * @public
1151
1151
  * <p>The structure with error messages.</p>
@@ -1231,7 +1231,7 @@ export interface GetDatasetResponse {
1231
1231
  * </li>
1232
1232
  * </ul>
1233
1233
  */
1234
- kind?: DatasetKind | string;
1234
+ kind?: DatasetKind;
1235
1235
  /**
1236
1236
  * @public
1237
1237
  * <p>A description of the Dataset.</p>
@@ -1279,7 +1279,7 @@ export interface GetDatasetResponse {
1279
1279
  * </li>
1280
1280
  * </ul>
1281
1281
  */
1282
- status?: DatasetStatus | string;
1282
+ status?: DatasetStatus;
1283
1283
  }
1284
1284
  /**
1285
1285
  * @public
@@ -1350,7 +1350,7 @@ export interface DataViewErrorInfo {
1350
1350
  * </li>
1351
1351
  * </ul>
1352
1352
  */
1353
- errorCategory?: ErrorCategory | string;
1353
+ errorCategory?: ErrorCategory;
1354
1354
  }
1355
1355
  /**
1356
1356
  * @public
@@ -1468,7 +1468,7 @@ export interface GetDataViewResponse {
1468
1468
  * </li>
1469
1469
  * </ul>
1470
1470
  */
1471
- status?: DataViewStatus | string;
1471
+ status?: DataViewStatus;
1472
1472
  }
1473
1473
  /**
1474
1474
  * @public
@@ -1596,7 +1596,7 @@ export interface PermissionGroup {
1596
1596
  * </li>
1597
1597
  * </ul>
1598
1598
  */
1599
- applicationPermissions?: (ApplicationPermission | string)[];
1599
+ applicationPermissions?: ApplicationPermission[];
1600
1600
  /**
1601
1601
  * @public
1602
1602
  * <p>The timestamp at which the group was created in FinSpace. The value is determined as epoch time in milliseconds.
@@ -1627,7 +1627,7 @@ export interface PermissionGroup {
1627
1627
  * </li>
1628
1628
  * </ul>
1629
1629
  */
1630
- membershipStatus?: PermissionGroupMembershipStatus | string;
1630
+ membershipStatus?: PermissionGroupMembershipStatus;
1631
1631
  }
1632
1632
  /**
1633
1633
  * @public
@@ -1742,7 +1742,7 @@ export interface GetUserResponse {
1742
1742
  * </li>
1743
1743
  * </ul>
1744
1744
  */
1745
- status?: UserStatus | string;
1745
+ status?: UserStatus;
1746
1746
  /**
1747
1747
  * @public
1748
1748
  * <p>The first name of the user.</p>
@@ -1774,7 +1774,7 @@ export interface GetUserResponse {
1774
1774
  * </li>
1775
1775
  * </ul>
1776
1776
  */
1777
- type?: UserType | string;
1777
+ type?: UserType;
1778
1778
  /**
1779
1779
  * @public
1780
1780
  * <p>Indicates whether the user can use the <code>GetProgrammaticAccessCredentials</code> API to obtain credentials that can then be used to access other FinSpace Data API operations. </p>
@@ -1789,7 +1789,7 @@ export interface GetUserResponse {
1789
1789
  * </li>
1790
1790
  * </ul>
1791
1791
  */
1792
- apiAccess?: ApiAccess | string;
1792
+ apiAccess?: ApiAccess;
1793
1793
  /**
1794
1794
  * @public
1795
1795
  * <p>The ARN identifier of an AWS user or role that is allowed to call the <code>GetProgrammaticAccessCredentials</code> API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.</p>
@@ -1853,7 +1853,7 @@ export interface GetWorkingLocationRequest {
1853
1853
  * </li>
1854
1854
  * </ul>
1855
1855
  */
1856
- locationType?: LocationType | string;
1856
+ locationType?: LocationType;
1857
1857
  }
1858
1858
  /**
1859
1859
  * @public
@@ -1937,7 +1937,7 @@ export interface ChangesetSummary {
1937
1937
  * </li>
1938
1938
  * </ul>
1939
1939
  */
1940
- changeType?: ChangeType | string;
1940
+ changeType?: ChangeType;
1941
1941
  /**
1942
1942
  * @public
1943
1943
  * <p>Options that define the location of the data being ingested.</p>
@@ -1979,7 +1979,7 @@ export interface ChangesetSummary {
1979
1979
  * </li>
1980
1980
  * </ul>
1981
1981
  */
1982
- status?: IngestionStatus | string;
1982
+ status?: IngestionStatus;
1983
1983
  /**
1984
1984
  * @public
1985
1985
  * <p>The structure with error messages.</p>
@@ -2072,7 +2072,7 @@ export interface Dataset {
2072
2072
  * </li>
2073
2073
  * </ul>
2074
2074
  */
2075
- kind?: DatasetKind | string;
2075
+ kind?: DatasetKind;
2076
2076
  /**
2077
2077
  * @public
2078
2078
  * <p>Description for a Dataset.</p>
@@ -2214,7 +2214,7 @@ export interface DataViewSummary {
2214
2214
  * </li>
2215
2215
  * </ul>
2216
2216
  */
2217
- status?: DataViewStatus | string;
2217
+ status?: DataViewStatus;
2218
2218
  /**
2219
2219
  * @public
2220
2220
  * <p>The structure with error messages.</p>
@@ -2339,7 +2339,7 @@ export interface PermissionGroupByUser {
2339
2339
  * </li>
2340
2340
  * </ul>
2341
2341
  */
2342
- membershipStatus?: PermissionGroupMembershipStatus | string;
2342
+ membershipStatus?: PermissionGroupMembershipStatus;
2343
2343
  }
2344
2344
  /**
2345
2345
  * @public
@@ -2399,7 +2399,7 @@ export interface User {
2399
2399
  * </li>
2400
2400
  * </ul>
2401
2401
  */
2402
- status?: UserStatus | string;
2402
+ status?: UserStatus;
2403
2403
  /**
2404
2404
  * @public
2405
2405
  * <p>The first name of the user.</p>
@@ -2429,7 +2429,7 @@ export interface User {
2429
2429
  * </li>
2430
2430
  * </ul>
2431
2431
  */
2432
- type?: UserType | string;
2432
+ type?: UserType;
2433
2433
  /**
2434
2434
  * @public
2435
2435
  * <p>Indicates whether the user can use the <code>GetProgrammaticAccessCredentials</code> API to obtain credentials that can then be used to access other FinSpace Data API operations.</p>
@@ -2444,7 +2444,7 @@ export interface User {
2444
2444
  * </li>
2445
2445
  * </ul>
2446
2446
  */
2447
- apiAccess?: ApiAccess | string;
2447
+ apiAccess?: ApiAccess;
2448
2448
  /**
2449
2449
  * @public
2450
2450
  * <p>The ARN identifier of an AWS user or role that is allowed to call the <code>GetProgrammaticAccessCredentials</code> API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.</p>
@@ -2542,7 +2542,7 @@ export interface UserByPermissionGroup {
2542
2542
  * </li>
2543
2543
  * </ul>
2544
2544
  */
2545
- status?: UserStatus | string;
2545
+ status?: UserStatus;
2546
2546
  /**
2547
2547
  * @public
2548
2548
  * <p>The first name of the user.</p>
@@ -2572,7 +2572,7 @@ export interface UserByPermissionGroup {
2572
2572
  * </li>
2573
2573
  * </ul>
2574
2574
  */
2575
- type?: UserType | string;
2575
+ type?: UserType;
2576
2576
  /**
2577
2577
  * @public
2578
2578
  * <p>Indicates whether the user can access FinSpace API operations.</p>
@@ -2587,7 +2587,7 @@ export interface UserByPermissionGroup {
2587
2587
  * </li>
2588
2588
  * </ul>
2589
2589
  */
2590
- apiAccess?: ApiAccess | string;
2590
+ apiAccess?: ApiAccess;
2591
2591
  /**
2592
2592
  * @public
2593
2593
  * <p>The IAM ARN identifier that is attached to FinSpace API calls.</p>
@@ -2611,7 +2611,7 @@ export interface UserByPermissionGroup {
2611
2611
  * </li>
2612
2612
  * </ul>
2613
2613
  */
2614
- membershipStatus?: PermissionGroupMembershipStatus | string;
2614
+ membershipStatus?: PermissionGroupMembershipStatus;
2615
2615
  }
2616
2616
  /**
2617
2617
  * @public
@@ -2795,7 +2795,7 @@ export interface UpdateDatasetRequest {
2795
2795
  * </li>
2796
2796
  * </ul>
2797
2797
  */
2798
- kind: DatasetKind | string | undefined;
2798
+ kind: DatasetKind | undefined;
2799
2799
  /**
2800
2800
  * @public
2801
2801
  * <p>A description for the Dataset.</p>
@@ -2879,7 +2879,7 @@ export interface UpdatePermissionGroupRequest {
2879
2879
  * </li>
2880
2880
  * </ul>
2881
2881
  */
2882
- applicationPermissions?: (ApplicationPermission | string)[];
2882
+ applicationPermissions?: ApplicationPermission[];
2883
2883
  /**
2884
2884
  * @public
2885
2885
  * <p>A token that ensures idempotency. This token expires in 10 minutes.</p>
@@ -2919,7 +2919,7 @@ export interface UpdateUserRequest {
2919
2919
  * </li>
2920
2920
  * </ul>
2921
2921
  */
2922
- type?: UserType | string;
2922
+ type?: UserType;
2923
2923
  /**
2924
2924
  * @public
2925
2925
  * <p>The first name of the user.</p>
@@ -2944,7 +2944,7 @@ export interface UpdateUserRequest {
2944
2944
  * </li>
2945
2945
  * </ul>
2946
2946
  */
2947
- apiAccess?: ApiAccess | string;
2947
+ apiAccess?: ApiAccess;
2948
2948
  /**
2949
2949
  * @public
2950
2950
  * <p>The ARN identifier of an AWS user or role that is allowed to call the <code>GetProgrammaticAccessCredentials</code> API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.</p>
@@ -82,7 +82,7 @@ export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
82
82
  export interface CreateChangesetRequest {
83
83
  clientToken?: string;
84
84
  datasetId: string | undefined;
85
- changeType: ChangeType | string | undefined;
85
+ changeType: ChangeType | undefined;
86
86
  sourceParams: Record<string, string> | undefined;
87
87
  formatParams: Record<string, string> | undefined;
88
88
  }
@@ -131,7 +131,7 @@ export declare const ColumnDataType: {
131
131
  export type ColumnDataType =
132
132
  (typeof ColumnDataType)[keyof typeof ColumnDataType];
133
133
  export interface ColumnDefinition {
134
- dataType?: ColumnDataType | string;
134
+ dataType?: ColumnDataType;
135
135
  columnName?: string;
136
136
  columnDescription?: string;
137
137
  }
@@ -145,7 +145,7 @@ export interface SchemaUnion {
145
145
  export interface CreateDatasetRequest {
146
146
  clientToken?: string;
147
147
  datasetTitle: string | undefined;
148
- kind: DatasetKind | string | undefined;
148
+ kind: DatasetKind | undefined;
149
149
  datasetDescription?: string;
150
150
  ownerInfo?: DatasetOwnerInfo;
151
151
  permissionGroupParams: PermissionGroupParams | undefined;
@@ -163,7 +163,7 @@ export type ExportFileFormat =
163
163
  (typeof ExportFileFormat)[keyof typeof ExportFileFormat];
164
164
  export interface DataViewDestinationTypeParams {
165
165
  destinationType: string | undefined;
166
- s3DestinationExportFileFormat?: ExportFileFormat | string;
166
+ s3DestinationExportFileFormat?: ExportFileFormat;
167
167
  s3DestinationExportFileFormatOptions?: Record<string, string>;
168
168
  }
169
169
  export interface CreateDataViewRequest {
@@ -182,7 +182,7 @@ export interface CreateDataViewResponse {
182
182
  export interface CreatePermissionGroupRequest {
183
183
  name: string | undefined;
184
184
  description?: string;
185
- applicationPermissions: (ApplicationPermission | string)[] | undefined;
185
+ applicationPermissions: ApplicationPermission[] | undefined;
186
186
  clientToken?: string;
187
187
  }
188
188
  export interface CreatePermissionGroupResponse {
@@ -195,10 +195,10 @@ export declare const UserType: {
195
195
  export type UserType = (typeof UserType)[keyof typeof UserType];
196
196
  export interface CreateUserRequest {
197
197
  emailAddress: string | undefined;
198
- type: UserType | string | undefined;
198
+ type: UserType | undefined;
199
199
  firstName?: string;
200
200
  lastName?: string;
201
- apiAccess?: ApiAccess | string;
201
+ apiAccess?: ApiAccess;
202
202
  apiAccessPrincipalArn?: string;
203
203
  clientToken?: string;
204
204
  }
@@ -258,7 +258,7 @@ export declare const ErrorCategory: {
258
258
  export type ErrorCategory = (typeof ErrorCategory)[keyof typeof ErrorCategory];
259
259
  export interface ChangesetErrorInfo {
260
260
  errorMessage?: string;
261
- errorCategory?: ErrorCategory | string;
261
+ errorCategory?: ErrorCategory;
262
262
  }
263
263
  export declare const IngestionStatus: {
264
264
  readonly FAILED: "FAILED";
@@ -273,11 +273,11 @@ export interface GetChangesetResponse {
273
273
  changesetId?: string;
274
274
  changesetArn?: string;
275
275
  datasetId?: string;
276
- changeType?: ChangeType | string;
276
+ changeType?: ChangeType;
277
277
  sourceParams?: Record<string, string>;
278
278
  formatParams?: Record<string, string>;
279
279
  createTime?: number;
280
- status?: IngestionStatus | string;
280
+ status?: IngestionStatus;
281
281
  errorInfo?: ChangesetErrorInfo;
282
282
  activeUntilTimestamp?: number;
283
283
  activeFromTimestamp?: number;
@@ -298,13 +298,13 @@ export interface GetDatasetResponse {
298
298
  datasetId?: string;
299
299
  datasetArn?: string;
300
300
  datasetTitle?: string;
301
- kind?: DatasetKind | string;
301
+ kind?: DatasetKind;
302
302
  datasetDescription?: string;
303
303
  createTime?: number;
304
304
  lastModifiedTime?: number;
305
305
  schemaDefinition?: SchemaUnion;
306
306
  alias?: string;
307
- status?: DatasetStatus | string;
307
+ status?: DatasetStatus;
308
308
  }
309
309
  export interface GetDataViewRequest {
310
310
  dataViewId: string | undefined;
@@ -312,7 +312,7 @@ export interface GetDataViewRequest {
312
312
  }
313
313
  export interface DataViewErrorInfo {
314
314
  errorMessage?: string;
315
- errorCategory?: ErrorCategory | string;
315
+ errorCategory?: ErrorCategory;
316
316
  }
317
317
  export declare const DataViewStatus: {
318
318
  readonly CANCELLED: "CANCELLED";
@@ -338,7 +338,7 @@ export interface GetDataViewResponse {
338
338
  dataViewId?: string;
339
339
  dataViewArn?: string;
340
340
  destinationTypeParams?: DataViewDestinationTypeParams;
341
- status?: DataViewStatus | string;
341
+ status?: DataViewStatus;
342
342
  }
343
343
  export interface GetExternalDataViewAccessDetailsRequest {
344
344
  dataViewId: string | undefined;
@@ -366,10 +366,10 @@ export interface PermissionGroup {
366
366
  permissionGroupId?: string;
367
367
  name?: string;
368
368
  description?: string;
369
- applicationPermissions?: (ApplicationPermission | string)[];
369
+ applicationPermissions?: ApplicationPermission[];
370
370
  createTime?: number;
371
371
  lastModifiedTime?: number;
372
- membershipStatus?: PermissionGroupMembershipStatus | string;
372
+ membershipStatus?: PermissionGroupMembershipStatus;
373
373
  }
374
374
  export interface GetPermissionGroupResponse {
375
375
  permissionGroup?: PermissionGroup;
@@ -398,12 +398,12 @@ export declare const UserStatus: {
398
398
  export type UserStatus = (typeof UserStatus)[keyof typeof UserStatus];
399
399
  export interface GetUserResponse {
400
400
  userId?: string;
401
- status?: UserStatus | string;
401
+ status?: UserStatus;
402
402
  firstName?: string;
403
403
  lastName?: string;
404
404
  emailAddress?: string;
405
- type?: UserType | string;
406
- apiAccess?: ApiAccess | string;
405
+ type?: UserType;
406
+ apiAccess?: ApiAccess;
407
407
  apiAccessPrincipalArn?: string;
408
408
  createTime?: number;
409
409
  lastEnabledTime?: number;
@@ -417,7 +417,7 @@ export declare const LocationType: {
417
417
  };
418
418
  export type LocationType = (typeof LocationType)[keyof typeof LocationType];
419
419
  export interface GetWorkingLocationRequest {
420
- locationType?: LocationType | string;
420
+ locationType?: LocationType;
421
421
  }
422
422
  export interface GetWorkingLocationResponse {
423
423
  s3Uri?: string;
@@ -433,11 +433,11 @@ export interface ChangesetSummary {
433
433
  changesetId?: string;
434
434
  changesetArn?: string;
435
435
  datasetId?: string;
436
- changeType?: ChangeType | string;
436
+ changeType?: ChangeType;
437
437
  sourceParams?: Record<string, string>;
438
438
  formatParams?: Record<string, string>;
439
439
  createTime?: number;
440
- status?: IngestionStatus | string;
440
+ status?: IngestionStatus;
441
441
  errorInfo?: ChangesetErrorInfo;
442
442
  activeUntilTimestamp?: number;
443
443
  activeFromTimestamp?: number;
@@ -456,7 +456,7 @@ export interface Dataset {
456
456
  datasetId?: string;
457
457
  datasetArn?: string;
458
458
  datasetTitle?: string;
459
- kind?: DatasetKind | string;
459
+ kind?: DatasetKind;
460
460
  datasetDescription?: string;
461
461
  ownerInfo?: DatasetOwnerInfo;
462
462
  createTime?: number;
@@ -480,7 +480,7 @@ export interface DataViewSummary {
480
480
  asOfTimestamp?: number;
481
481
  partitionColumns?: string[];
482
482
  sortColumns?: string[];
483
- status?: DataViewStatus | string;
483
+ status?: DataViewStatus;
484
484
  errorInfo?: DataViewErrorInfo;
485
485
  destinationTypeProperties?: DataViewDestinationTypeParams;
486
486
  autoUpdate?: boolean;
@@ -507,7 +507,7 @@ export interface ListPermissionGroupsByUserRequest {
507
507
  export interface PermissionGroupByUser {
508
508
  permissionGroupId?: string;
509
509
  name?: string;
510
- membershipStatus?: PermissionGroupMembershipStatus | string;
510
+ membershipStatus?: PermissionGroupMembershipStatus;
511
511
  }
512
512
  export interface ListPermissionGroupsByUserResponse {
513
513
  permissionGroups?: PermissionGroupByUser[];
@@ -519,12 +519,12 @@ export interface ListUsersRequest {
519
519
  }
520
520
  export interface User {
521
521
  userId?: string;
522
- status?: UserStatus | string;
522
+ status?: UserStatus;
523
523
  firstName?: string;
524
524
  lastName?: string;
525
525
  emailAddress?: string;
526
- type?: UserType | string;
527
- apiAccess?: ApiAccess | string;
526
+ type?: UserType;
527
+ apiAccess?: ApiAccess;
528
528
  apiAccessPrincipalArn?: string;
529
529
  createTime?: number;
530
530
  lastEnabledTime?: number;
@@ -543,14 +543,14 @@ export interface ListUsersByPermissionGroupRequest {
543
543
  }
544
544
  export interface UserByPermissionGroup {
545
545
  userId?: string;
546
- status?: UserStatus | string;
546
+ status?: UserStatus;
547
547
  firstName?: string;
548
548
  lastName?: string;
549
549
  emailAddress?: string;
550
- type?: UserType | string;
551
- apiAccess?: ApiAccess | string;
550
+ type?: UserType;
551
+ apiAccess?: ApiAccess;
552
552
  apiAccessPrincipalArn?: string;
553
- membershipStatus?: PermissionGroupMembershipStatus | string;
553
+ membershipStatus?: PermissionGroupMembershipStatus;
554
554
  }
555
555
  export interface ListUsersByPermissionGroupResponse {
556
556
  users?: UserByPermissionGroup[];
@@ -579,7 +579,7 @@ export interface UpdateDatasetRequest {
579
579
  clientToken?: string;
580
580
  datasetId: string | undefined;
581
581
  datasetTitle: string | undefined;
582
- kind: DatasetKind | string | undefined;
582
+ kind: DatasetKind | undefined;
583
583
  datasetDescription?: string;
584
584
  alias?: string;
585
585
  schemaDefinition?: SchemaUnion;
@@ -591,7 +591,7 @@ export interface UpdatePermissionGroupRequest {
591
591
  permissionGroupId: string | undefined;
592
592
  name?: string;
593
593
  description?: string;
594
- applicationPermissions?: (ApplicationPermission | string)[];
594
+ applicationPermissions?: ApplicationPermission[];
595
595
  clientToken?: string;
596
596
  }
597
597
  export interface UpdatePermissionGroupResponse {
@@ -599,10 +599,10 @@ export interface UpdatePermissionGroupResponse {
599
599
  }
600
600
  export interface UpdateUserRequest {
601
601
  userId: string | undefined;
602
- type?: UserType | string;
602
+ type?: UserType;
603
603
  firstName?: string;
604
604
  lastName?: string;
605
- apiAccess?: ApiAccess | string;
605
+ apiAccess?: ApiAccess;
606
606
  apiAccessPrincipalArn?: string;
607
607
  clientToken?: string;
608
608
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace-data",
3
3
  "description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",