@aws-sdk/client-dataexchange 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.
@@ -43,7 +43,7 @@ export interface ExportServerSideEncryption {
43
43
  * @public
44
44
  * <p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>
45
45
  */
46
- Type: ServerSideEncryptionTypes | string | undefined;
46
+ Type: ServerSideEncryptionTypes | undefined;
47
47
  }
48
48
  /**
49
49
  * @public
@@ -143,7 +143,7 @@ export interface ApiGatewayApiAsset {
143
143
  * @public
144
144
  * <p>The protocol type of the API asset.</p>
145
145
  */
146
- ProtocolType?: ProtocolType | string;
146
+ ProtocolType?: ProtocolType;
147
147
  /**
148
148
  * @public
149
149
  * <p>The stage of the API asset.</p>
@@ -251,7 +251,7 @@ export interface LFTagPolicyDetails {
251
251
  * @public
252
252
  * <p>The resource type for which the LF-tag policy applies.</p>
253
253
  */
254
- ResourceType: LFResourceType | string | undefined;
254
+ ResourceType: LFResourceType | undefined;
255
255
  /**
256
256
  * @public
257
257
  * <p>Details for the Lake Formation Resources included in the LF-tag policy.</p>
@@ -306,12 +306,12 @@ export interface LakeFormationDataPermissionAsset {
306
306
  * @public
307
307
  * <p>The data permission type.</p>
308
308
  */
309
- LakeFormationDataPermissionType: LakeFormationDataPermissionType | string | undefined;
309
+ LakeFormationDataPermissionType: LakeFormationDataPermissionType | undefined;
310
310
  /**
311
311
  * @public
312
312
  * <p>The permissions granted to the subscribers on the resource.</p>
313
313
  */
314
- Permissions: (LFPermission | string)[] | undefined;
314
+ Permissions: LFPermission[] | undefined;
315
315
  /**
316
316
  * @public
317
317
  * <p>The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.</p>
@@ -465,7 +465,7 @@ export interface AssetEntry {
465
465
  * @public
466
466
  * <p>The type of asset that is added to a data set.</p>
467
467
  */
468
- AssetType: AssetType | string | undefined;
468
+ AssetType: AssetType | undefined;
469
469
  /**
470
470
  * @public
471
471
  * <p>The date and time that the asset was created, in ISO 8601 format.</p>
@@ -570,7 +570,7 @@ export declare class ConflictException extends __BaseException {
570
570
  * @public
571
571
  * <p>The type of the resource with the conflict.</p>
572
572
  */
573
- ResourceType?: ResourceType | string;
573
+ ResourceType?: ResourceType;
574
574
  /**
575
575
  * @internal
576
576
  */
@@ -614,7 +614,7 @@ export declare class ResourceNotFoundException extends __BaseException {
614
614
  * @public
615
615
  * <p>The type of resource that couldn't be found.</p>
616
616
  */
617
- ResourceType?: ResourceType | string;
617
+ ResourceType?: ResourceType;
618
618
  /**
619
619
  * @internal
620
620
  */
@@ -665,7 +665,7 @@ export declare class ValidationException extends __BaseException {
665
665
  * @public
666
666
  * <p>The unique identifier for the resource that couldn't be found.</p>
667
667
  */
668
- ExceptionCause?: ExceptionCause | string;
668
+ ExceptionCause?: ExceptionCause;
669
669
  /**
670
670
  * @internal
671
671
  */
@@ -696,7 +696,7 @@ export interface CreateDataSetRequest {
696
696
  * @public
697
697
  * <p>The type of asset that is added to a data set.</p>
698
698
  */
699
- AssetType: AssetType | string | undefined;
699
+ AssetType: AssetType | undefined;
700
700
  /**
701
701
  * @public
702
702
  * <p>A description for the data set. This value can be up to 16,348 characters long.</p>
@@ -749,7 +749,7 @@ export interface CreateDataSetResponse {
749
749
  * @public
750
750
  * <p>The type of asset that is added to a data set.</p>
751
751
  */
752
- AssetType?: AssetType | string;
752
+ AssetType?: AssetType;
753
753
  /**
754
754
  * @public
755
755
  * <p>The date and time that the data set was created, in ISO 8601 format.</p>
@@ -774,7 +774,7 @@ export interface CreateDataSetResponse {
774
774
  * @public
775
775
  * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
776
776
  */
777
- Origin?: Origin | string;
777
+ Origin?: Origin;
778
778
  /**
779
779
  * @public
780
780
  * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
@@ -845,7 +845,7 @@ export declare class ServiceLimitExceededException extends __BaseException {
845
845
  * @public
846
846
  * <p>The name of the limit that was reached.</p>
847
847
  */
848
- LimitName?: LimitName | string;
848
+ LimitName?: LimitName;
849
849
  /**
850
850
  * @public
851
851
  * <p>The value of the exceeded limit.</p>
@@ -1109,7 +1109,7 @@ export interface ImportAssetFromApiGatewayApiRequestDetails {
1109
1109
  * @public
1110
1110
  * <p>The protocol type.</p>
1111
1111
  */
1112
- ProtocolType: ProtocolType | string | undefined;
1112
+ ProtocolType: ProtocolType | undefined;
1113
1113
  /**
1114
1114
  * @public
1115
1115
  * <p>The revision ID.</p>
@@ -1172,7 +1172,7 @@ export interface DatabaseLFTagPolicyAndPermissions {
1172
1172
  * @public
1173
1173
  * <p>The permissions granted to subscribers on database resources.</p>
1174
1174
  */
1175
- Permissions: (DatabaseLFTagPolicyPermission | string)[] | undefined;
1175
+ Permissions: DatabaseLFTagPolicyPermission[] | undefined;
1176
1176
  }
1177
1177
  /**
1178
1178
  * @public
@@ -1200,7 +1200,7 @@ export interface TableLFTagPolicyAndPermissions {
1200
1200
  * @public
1201
1201
  * <p>The permissions granted to subscribers on table resources.</p>
1202
1202
  */
1203
- Permissions: (TableTagPolicyLFPermission | string)[] | undefined;
1203
+ Permissions: TableTagPolicyLFPermission[] | undefined;
1204
1204
  }
1205
1205
  /**
1206
1206
  * @public
@@ -1374,7 +1374,7 @@ export interface CreateJobRequest {
1374
1374
  * @public
1375
1375
  * <p>The type of job to be created.</p>
1376
1376
  */
1377
- Type: Type | string | undefined;
1377
+ Type: Type | undefined;
1378
1378
  }
1379
1379
  /**
1380
1380
  * @public
@@ -1529,7 +1529,7 @@ export interface ImportAssetFromApiGatewayApiResponseDetails {
1529
1529
  * @public
1530
1530
  * <p>The protocol type.</p>
1531
1531
  */
1532
- ProtocolType: ProtocolType | string | undefined;
1532
+ ProtocolType: ProtocolType | undefined;
1533
1533
  /**
1534
1534
  * @public
1535
1535
  * <p>The revision ID.</p>
@@ -1770,7 +1770,7 @@ export interface JobError {
1770
1770
  * @public
1771
1771
  * <p>The code for the job error.</p>
1772
1772
  */
1773
- Code: Code | string | undefined;
1773
+ Code: Code | undefined;
1774
1774
  /**
1775
1775
  * @public
1776
1776
  * <p>The details about the job error.</p>
@@ -1780,7 +1780,7 @@ export interface JobError {
1780
1780
  * @public
1781
1781
  * <p>The name of the limit that was reached.</p>
1782
1782
  */
1783
- LimitName?: JobErrorLimitName | string;
1783
+ LimitName?: JobErrorLimitName;
1784
1784
  /**
1785
1785
  * @public
1786
1786
  * <p>The value of the exceeded limit.</p>
@@ -1800,7 +1800,7 @@ export interface JobError {
1800
1800
  * @public
1801
1801
  * <p>The type of resource related to the error.</p>
1802
1802
  */
1803
- ResourceType?: JobErrorResourceTypes | string;
1803
+ ResourceType?: JobErrorResourceTypes;
1804
1804
  }
1805
1805
  /**
1806
1806
  * @public
@@ -1851,12 +1851,12 @@ export interface CreateJobResponse {
1851
1851
  * @public
1852
1852
  * <p>The state of the job.</p>
1853
1853
  */
1854
- State?: State | string;
1854
+ State?: State;
1855
1855
  /**
1856
1856
  * @public
1857
1857
  * <p>The job type.</p>
1858
1858
  */
1859
- Type?: Type | string;
1859
+ Type?: Type;
1860
1860
  /**
1861
1861
  * @public
1862
1862
  * <p>The date and time that the job was last updated, in ISO 8601 format.</p>
@@ -2041,7 +2041,7 @@ export interface GetAssetResponse {
2041
2041
  * @public
2042
2042
  * <p>The type of asset that is added to a data set.</p>
2043
2043
  */
2044
- AssetType?: AssetType | string;
2044
+ AssetType?: AssetType;
2045
2045
  /**
2046
2046
  * @public
2047
2047
  * <p>The date and time that the asset was created, in ISO 8601 format.</p>
@@ -2107,7 +2107,7 @@ export interface GetDataSetResponse {
2107
2107
  * @public
2108
2108
  * <p>The type of asset that is added to a data set.</p>
2109
2109
  */
2110
- AssetType?: AssetType | string;
2110
+ AssetType?: AssetType;
2111
2111
  /**
2112
2112
  * @public
2113
2113
  * <p>The date and time that the data set was created, in ISO 8601 format.</p>
@@ -2132,7 +2132,7 @@ export interface GetDataSetResponse {
2132
2132
  * @public
2133
2133
  * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
2134
2134
  */
2135
- Origin?: Origin | string;
2135
+ Origin?: Origin;
2136
2136
  /**
2137
2137
  * @public
2138
2138
  * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
@@ -2242,12 +2242,12 @@ export interface GetJobResponse {
2242
2242
  * @public
2243
2243
  * <p>The state of the job.</p>
2244
2244
  */
2245
- State?: State | string;
2245
+ State?: State;
2246
2246
  /**
2247
2247
  * @public
2248
2248
  * <p>The job type.</p>
2249
2249
  */
2250
- Type?: Type | string;
2250
+ Type?: Type;
2251
2251
  /**
2252
2252
  * @public
2253
2253
  * <p>The date and time that the job was last updated, in ISO 8601 format.</p>
@@ -2464,7 +2464,7 @@ export interface DataSetEntry {
2464
2464
  * @public
2465
2465
  * <p>The type of asset that is added to a data set.</p>
2466
2466
  */
2467
- AssetType: AssetType | string | undefined;
2467
+ AssetType: AssetType | undefined;
2468
2468
  /**
2469
2469
  * @public
2470
2470
  * <p>The date and time that the data set was created, in ISO 8601 format.</p>
@@ -2489,7 +2489,7 @@ export interface DataSetEntry {
2489
2489
  * @public
2490
2490
  * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
2491
2491
  */
2492
- Origin: Origin | string | undefined;
2492
+ Origin: Origin | undefined;
2493
2493
  /**
2494
2494
  * @public
2495
2495
  * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
@@ -2651,12 +2651,12 @@ export interface JobEntry {
2651
2651
  * @public
2652
2652
  * <p>The state of the job.</p>
2653
2653
  */
2654
- State: State | string | undefined;
2654
+ State: State | undefined;
2655
2655
  /**
2656
2656
  * @public
2657
2657
  * <p>The job type.</p>
2658
2658
  */
2659
- Type: Type | string | undefined;
2659
+ Type: Type | undefined;
2660
2660
  /**
2661
2661
  * @public
2662
2662
  * <p>The date and time that the job was last updated, in ISO 8601 format.</p>
@@ -2972,7 +2972,7 @@ export interface UpdateAssetResponse {
2972
2972
  * @public
2973
2973
  * <p>The type of asset that is added to a data set.</p>
2974
2974
  */
2975
- AssetType?: AssetType | string;
2975
+ AssetType?: AssetType;
2976
2976
  /**
2977
2977
  * @public
2978
2978
  * <p>The date and time that the asset was created, in ISO 8601 format.</p>
@@ -3048,7 +3048,7 @@ export interface UpdateDataSetResponse {
3048
3048
  * @public
3049
3049
  * <p>The type of asset that is added to a data set.</p>
3050
3050
  */
3051
- AssetType?: AssetType | string;
3051
+ AssetType?: AssetType;
3052
3052
  /**
3053
3053
  * @public
3054
3054
  * <p>The date and time that the data set was created, in ISO 8601 format.</p>
@@ -3073,7 +3073,7 @@ export interface UpdateDataSetResponse {
3073
3073
  * @public
3074
3074
  * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
3075
3075
  */
3076
- Origin?: Origin | string;
3076
+ Origin?: Origin;
3077
3077
  /**
3078
3078
  * @public
3079
3079
  * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
@@ -16,7 +16,7 @@ export type ServerSideEncryptionTypes =
16
16
  (typeof ServerSideEncryptionTypes)[keyof typeof ServerSideEncryptionTypes];
17
17
  export interface ExportServerSideEncryption {
18
18
  KmsKeyArn?: string;
19
- Type: ServerSideEncryptionTypes | string | undefined;
19
+ Type: ServerSideEncryptionTypes | undefined;
20
20
  }
21
21
  export interface AutoExportRevisionDestinationEntry {
22
22
  Bucket: string | undefined;
@@ -41,7 +41,7 @@ export interface ApiGatewayApiAsset {
41
41
  ApiName?: string;
42
42
  ApiSpecificationDownloadUrl?: string;
43
43
  ApiSpecificationDownloadUrlExpiresAt?: Date;
44
- ProtocolType?: ProtocolType | string;
44
+ ProtocolType?: ProtocolType;
45
45
  Stage?: string;
46
46
  }
47
47
  export interface AssetDestinationEntry {
@@ -71,7 +71,7 @@ export type LFResourceType =
71
71
  (typeof LFResourceType)[keyof typeof LFResourceType];
72
72
  export interface LFTagPolicyDetails {
73
73
  CatalogId: string | undefined;
74
- ResourceType: LFResourceType | string | undefined;
74
+ ResourceType: LFResourceType | undefined;
75
75
  ResourceDetails: LFResourceDetails | undefined;
76
76
  }
77
77
  export interface LakeFormationDataPermissionDetails {
@@ -91,11 +91,8 @@ export interface LakeFormationDataPermissionAsset {
91
91
  LakeFormationDataPermissionDetails:
92
92
  | LakeFormationDataPermissionDetails
93
93
  | undefined;
94
- LakeFormationDataPermissionType:
95
- | LakeFormationDataPermissionType
96
- | string
97
- | undefined;
98
- Permissions: (LFPermission | string)[] | undefined;
94
+ LakeFormationDataPermissionType: LakeFormationDataPermissionType | undefined;
95
+ Permissions: LFPermission[] | undefined;
99
96
  RoleArn?: string;
100
97
  }
101
98
  export interface RedshiftDataShareAsset {
@@ -133,7 +130,7 @@ export type AssetType = (typeof AssetType)[keyof typeof AssetType];
133
130
  export interface AssetEntry {
134
131
  Arn: string | undefined;
135
132
  AssetDetails: AssetDetails | undefined;
136
- AssetType: AssetType | string | undefined;
133
+ AssetType: AssetType | undefined;
137
134
  CreatedAt: Date | undefined;
138
135
  DataSetId: string | undefined;
139
136
  Id: string | undefined;
@@ -162,7 +159,7 @@ export declare class ConflictException extends __BaseException {
162
159
  readonly $fault: "client";
163
160
  Message: string | undefined;
164
161
  ResourceId?: string;
165
- ResourceType?: ResourceType | string;
162
+ ResourceType?: ResourceType;
166
163
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
167
164
  }
168
165
  export declare class InternalServerException extends __BaseException {
@@ -178,7 +175,7 @@ export declare class ResourceNotFoundException extends __BaseException {
178
175
  readonly $fault: "client";
179
176
  Message: string | undefined;
180
177
  ResourceId?: string;
181
- ResourceType?: ResourceType | string;
178
+ ResourceType?: ResourceType;
182
179
  constructor(
183
180
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
184
181
  );
@@ -201,7 +198,7 @@ export declare class ValidationException extends __BaseException {
201
198
  readonly name: "ValidationException";
202
199
  readonly $fault: "client";
203
200
  Message: string | undefined;
204
- ExceptionCause?: ExceptionCause | string;
201
+ ExceptionCause?: ExceptionCause;
205
202
  constructor(
206
203
  opts: __ExceptionOptionType<ValidationException, __BaseException>
207
204
  );
@@ -217,7 +214,7 @@ export declare const Code: {
217
214
  };
218
215
  export type Code = (typeof Code)[keyof typeof Code];
219
216
  export interface CreateDataSetRequest {
220
- AssetType: AssetType | string | undefined;
217
+ AssetType: AssetType | undefined;
221
218
  Description: string | undefined;
222
219
  Name: string | undefined;
223
220
  Tags?: Record<string, string>;
@@ -232,12 +229,12 @@ export interface OriginDetails {
232
229
  }
233
230
  export interface CreateDataSetResponse {
234
231
  Arn?: string;
235
- AssetType?: AssetType | string;
232
+ AssetType?: AssetType;
236
233
  CreatedAt?: Date;
237
234
  Description?: string;
238
235
  Id?: string;
239
236
  Name?: string;
240
- Origin?: Origin | string;
237
+ Origin?: Origin;
241
238
  OriginDetails?: OriginDetails;
242
239
  SourceId?: string;
243
240
  Tags?: Record<string, string>;
@@ -277,7 +274,7 @@ export type LimitName = (typeof LimitName)[keyof typeof LimitName];
277
274
  export declare class ServiceLimitExceededException extends __BaseException {
278
275
  readonly name: "ServiceLimitExceededException";
279
276
  readonly $fault: "client";
280
- LimitName?: LimitName | string;
277
+ LimitName?: LimitName;
281
278
  LimitValue?: number;
282
279
  Message: string | undefined;
283
280
  constructor(
@@ -341,7 +338,7 @@ export interface ImportAssetFromApiGatewayApiRequestDetails {
341
338
  ApiName: string | undefined;
342
339
  ApiSpecificationMd5Hash: string | undefined;
343
340
  DataSetId: string | undefined;
344
- ProtocolType: ProtocolType | string | undefined;
341
+ ProtocolType: ProtocolType | undefined;
345
342
  RevisionId: string | undefined;
346
343
  Stage: string | undefined;
347
344
  }
@@ -358,7 +355,7 @@ export type DatabaseLFTagPolicyPermission =
358
355
  (typeof DatabaseLFTagPolicyPermission)[keyof typeof DatabaseLFTagPolicyPermission];
359
356
  export interface DatabaseLFTagPolicyAndPermissions {
360
357
  Expression: LFTag[] | undefined;
361
- Permissions: (DatabaseLFTagPolicyPermission | string)[] | undefined;
358
+ Permissions: DatabaseLFTagPolicyPermission[] | undefined;
362
359
  }
363
360
  export declare const TableTagPolicyLFPermission: {
364
361
  readonly DESCRIBE: "DESCRIBE";
@@ -368,7 +365,7 @@ export type TableTagPolicyLFPermission =
368
365
  (typeof TableTagPolicyLFPermission)[keyof typeof TableTagPolicyLFPermission];
369
366
  export interface TableLFTagPolicyAndPermissions {
370
367
  Expression: LFTag[] | undefined;
371
- Permissions: (TableTagPolicyLFPermission | string)[] | undefined;
368
+ Permissions: TableTagPolicyLFPermission[] | undefined;
372
369
  }
373
370
  export interface ImportAssetsFromLakeFormationTagPolicyRequestDetails {
374
371
  CatalogId: string | undefined;
@@ -416,7 +413,7 @@ export declare const Type: {
416
413
  export type Type = (typeof Type)[keyof typeof Type];
417
414
  export interface CreateJobRequest {
418
415
  Details: RequestDetails | undefined;
419
- Type: Type | string | undefined;
416
+ Type: Type | undefined;
420
417
  }
421
418
  export interface CreateS3DataAccessFromS3BucketResponseDetails {
422
419
  AssetSource: S3DataAccessAssetSourceEntry | undefined;
@@ -451,7 +448,7 @@ export interface ImportAssetFromApiGatewayApiResponseDetails {
451
448
  ApiSpecificationUploadUrl: string | undefined;
452
449
  ApiSpecificationUploadUrlExpiresAt: Date | undefined;
453
450
  DataSetId: string | undefined;
454
- ProtocolType: ProtocolType | string | undefined;
451
+ ProtocolType: ProtocolType | undefined;
455
452
  RevisionId: string | undefined;
456
453
  Stage: string | undefined;
457
454
  }
@@ -516,13 +513,13 @@ export declare const JobErrorResourceTypes: {
516
513
  export type JobErrorResourceTypes =
517
514
  (typeof JobErrorResourceTypes)[keyof typeof JobErrorResourceTypes];
518
515
  export interface JobError {
519
- Code: Code | string | undefined;
516
+ Code: Code | undefined;
520
517
  Details?: Details;
521
- LimitName?: JobErrorLimitName | string;
518
+ LimitName?: JobErrorLimitName;
522
519
  LimitValue?: number;
523
520
  Message: string | undefined;
524
521
  ResourceId?: string;
525
- ResourceType?: JobErrorResourceTypes | string;
522
+ ResourceType?: JobErrorResourceTypes;
526
523
  }
527
524
  export declare const State: {
528
525
  readonly CANCELLED: "CANCELLED";
@@ -539,8 +536,8 @@ export interface CreateJobResponse {
539
536
  Details?: ResponseDetails;
540
537
  Errors?: JobError[];
541
538
  Id?: string;
542
- State?: State | string;
543
- Type?: Type | string;
539
+ State?: State;
540
+ Type?: Type;
544
541
  UpdatedAt?: Date;
545
542
  }
546
543
  export interface CreateRevisionRequest {
@@ -585,7 +582,7 @@ export interface GetAssetRequest {
585
582
  export interface GetAssetResponse {
586
583
  Arn?: string;
587
584
  AssetDetails?: AssetDetails;
588
- AssetType?: AssetType | string;
585
+ AssetType?: AssetType;
589
586
  CreatedAt?: Date;
590
587
  DataSetId?: string;
591
588
  Id?: string;
@@ -599,12 +596,12 @@ export interface GetDataSetRequest {
599
596
  }
600
597
  export interface GetDataSetResponse {
601
598
  Arn?: string;
602
- AssetType?: AssetType | string;
599
+ AssetType?: AssetType;
603
600
  CreatedAt?: Date;
604
601
  Description?: string;
605
602
  Id?: string;
606
603
  Name?: string;
607
- Origin?: Origin | string;
604
+ Origin?: Origin;
608
605
  OriginDetails?: OriginDetails;
609
606
  SourceId?: string;
610
607
  Tags?: Record<string, string>;
@@ -630,8 +627,8 @@ export interface GetJobResponse {
630
627
  Details?: ResponseDetails;
631
628
  Errors?: JobError[];
632
629
  Id?: string;
633
- State?: State | string;
634
- Type?: Type | string;
630
+ State?: State;
631
+ Type?: Type;
635
632
  UpdatedAt?: Date;
636
633
  }
637
634
  export interface GetRevisionRequest {
@@ -681,12 +678,12 @@ export interface ListDataSetsRequest {
681
678
  }
682
679
  export interface DataSetEntry {
683
680
  Arn: string | undefined;
684
- AssetType: AssetType | string | undefined;
681
+ AssetType: AssetType | undefined;
685
682
  CreatedAt: Date | undefined;
686
683
  Description: string | undefined;
687
684
  Id: string | undefined;
688
685
  Name: string | undefined;
689
- Origin: Origin | string | undefined;
686
+ Origin: Origin | undefined;
690
687
  OriginDetails?: OriginDetails;
691
688
  SourceId?: string;
692
689
  UpdatedAt: Date | undefined;
@@ -724,8 +721,8 @@ export interface JobEntry {
724
721
  Details: ResponseDetails | undefined;
725
722
  Errors?: JobError[];
726
723
  Id: string | undefined;
727
- State: State | string | undefined;
728
- Type: Type | string | undefined;
724
+ State: State | undefined;
725
+ Type: Type | undefined;
729
726
  UpdatedAt: Date | undefined;
730
727
  }
731
728
  export interface ListJobsResponse {
@@ -801,7 +798,7 @@ export interface UpdateAssetRequest {
801
798
  export interface UpdateAssetResponse {
802
799
  Arn?: string;
803
800
  AssetDetails?: AssetDetails;
804
- AssetType?: AssetType | string;
801
+ AssetType?: AssetType;
805
802
  CreatedAt?: Date;
806
803
  DataSetId?: string;
807
804
  Id?: string;
@@ -817,12 +814,12 @@ export interface UpdateDataSetRequest {
817
814
  }
818
815
  export interface UpdateDataSetResponse {
819
816
  Arn?: string;
820
- AssetType?: AssetType | string;
817
+ AssetType?: AssetType;
821
818
  CreatedAt?: Date;
822
819
  Description?: string;
823
820
  Id?: string;
824
821
  Name?: string;
825
- Origin?: Origin | string;
822
+ Origin?: Origin;
826
823
  OriginDetails?: OriginDetails;
827
824
  SourceId?: string;
828
825
  UpdatedAt?: Date;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dataexchange",
3
3
  "description": "AWS SDK for JavaScript Dataexchange 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",