cdk-docker-image-deployment 0.0.89 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
  10. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
  13. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
  14. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
  15. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
  16. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
  17. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
  19. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
  20. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
  21. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
  23. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +14 -0
  25. package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
  27. package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
  28. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
  29. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
  30. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
  31. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
  32. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
  34. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
  35. package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
  36. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
  37. package/node_modules/aws-sdk/clients/all.d.ts +4 -0
  38. package/node_modules/aws-sdk/clients/all.js +5 -1
  39. package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
  40. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
  41. package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
  42. package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
  43. package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
  44. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
  45. package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
  46. package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
  47. package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
  48. package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
  49. package/node_modules/aws-sdk/clients/pipes.js +18 -0
  50. package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
  51. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
  52. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
  53. package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
  54. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
  55. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  56. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
  57. package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
  58. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  59. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
  60. package/node_modules/aws-sdk/lib/core.js +1 -1
  61. package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
  62. package/node_modules/aws-sdk/package.json +1 -1
  63. package/package.json +3 -3
@@ -297,7 +297,7 @@ declare namespace DataExchange {
297
297
  */
298
298
  AssetId: Id;
299
299
  /**
300
- * The S3 bucket that is the destination for the asset.
300
+ * The Amazon S3 bucket that is the destination for the asset.
301
301
  */
302
302
  Bucket: __string;
303
303
  /**
@@ -307,7 +307,7 @@ declare namespace DataExchange {
307
307
  }
308
308
  export interface AssetDetails {
309
309
  /**
310
- * The S3 object that is the asset.
310
+ * The Amazon S3 object that is the asset.
311
311
  */
312
312
  S3SnapshotAsset?: S3SnapshotAsset;
313
313
  /**
@@ -318,6 +318,14 @@ declare namespace DataExchange {
318
318
  * Information about the API Gateway API asset.
319
319
  */
320
320
  ApiGatewayApiAsset?: ApiGatewayApiAsset;
321
+ /**
322
+ * The Amazon S3 data access that is the asset.
323
+ */
324
+ S3DataAccessAsset?: S3DataAccessAsset;
325
+ /**
326
+ * The AWS Lake Formation data permission that is the asset.
327
+ */
328
+ LakeFormationDataPermissionAsset?: LakeFormationDataPermissionAsset;
321
329
  }
322
330
  export interface AssetEntry {
323
331
  /**
@@ -325,7 +333,7 @@ declare namespace DataExchange {
325
333
  */
326
334
  Arn: Arn;
327
335
  /**
328
- * Information about the asset.
336
+ * Details about the asset.
329
337
  */
330
338
  AssetDetails: AssetDetails;
331
339
  /**
@@ -345,7 +353,7 @@ declare namespace DataExchange {
345
353
  */
346
354
  Id: Id;
347
355
  /**
348
- * The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
356
+ * The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in LF-tag policy" or "Table(s) included in LF-tag policy" are used as the asset name.
349
357
  */
350
358
  Name: AssetName;
351
359
  /**
@@ -364,7 +372,7 @@ declare namespace DataExchange {
364
372
  export type AssetName = string;
365
373
  export interface AssetSourceEntry {
366
374
  /**
367
- * The S3 bucket that's part of the source of the asset.
375
+ * The Amazon S3 bucket that's part of the source of the asset.
368
376
  */
369
377
  Bucket: __string;
370
378
  /**
@@ -372,10 +380,10 @@ declare namespace DataExchange {
372
380
  */
373
381
  Key: __string;
374
382
  }
375
- export type AssetType = "S3_SNAPSHOT"|"REDSHIFT_DATA_SHARE"|"API_GATEWAY_API"|string;
383
+ export type AssetType = "S3_SNAPSHOT"|"REDSHIFT_DATA_SHARE"|"API_GATEWAY_API"|"S3_DATA_ACCESS"|"LAKE_FORMATION_DATA_PERMISSION"|string;
376
384
  export interface AutoExportRevisionDestinationEntry {
377
385
  /**
378
- * The S3 bucket that is the destination for the event action.
386
+ * The Amazon S3 bucket that is the destination for the event action.
379
387
  */
380
388
  Bucket: __string;
381
389
  /**
@@ -393,6 +401,7 @@ declare namespace DataExchange {
393
401
  */
394
402
  RevisionDestination: AutoExportRevisionDestinationEntry;
395
403
  }
404
+ export type AwsAccountId = string;
396
405
  export interface CancelJobRequest {
397
406
  /**
398
407
  * The unique identifier for a job.
@@ -572,7 +581,7 @@ declare namespace DataExchange {
572
581
  */
573
582
  CreatedAt?: Timestamp;
574
583
  /**
575
- * The unique identifier for the data set associated with this revision.
584
+ * The unique identifier for the data set associated with the data set revision.
576
585
  */
577
586
  DataSetId?: Id;
578
587
  /**
@@ -608,6 +617,34 @@ declare namespace DataExchange {
608
617
  */
609
618
  RevokedAt?: Timestamp;
610
619
  }
620
+ export interface CreateS3DataAccessFromS3BucketRequestDetails {
621
+ /**
622
+ * Details about the S3 data access source asset.
623
+ */
624
+ AssetSource: S3DataAccessAssetSourceEntry;
625
+ /**
626
+ * The unique identifier for the data set associated with the creation of this Amazon S3 data access.
627
+ */
628
+ DataSetId: Id;
629
+ /**
630
+ * The unique identifier for a revision.
631
+ */
632
+ RevisionId: Id;
633
+ }
634
+ export interface CreateS3DataAccessFromS3BucketResponseDetails {
635
+ /**
636
+ * Details about the asset source from an Amazon S3 bucket.
637
+ */
638
+ AssetSource: S3DataAccessAssetSourceEntry;
639
+ /**
640
+ * The unique identifier for this data set.
641
+ */
642
+ DataSetId: Id;
643
+ /**
644
+ * The unique identifier for the revision.
645
+ */
646
+ RevisionId: Id;
647
+ }
611
648
  export interface DataSetEntry {
612
649
  /**
613
650
  * The ARN for the data set.
@@ -650,6 +687,23 @@ declare namespace DataExchange {
650
687
  */
651
688
  UpdatedAt: Timestamp;
652
689
  }
690
+ export interface DatabaseLFTagPolicy {
691
+ /**
692
+ * A list of LF-tag conditions that apply to database resources.
693
+ */
694
+ Expression: ListOfLFTags;
695
+ }
696
+ export interface DatabaseLFTagPolicyAndPermissions {
697
+ /**
698
+ * A list of LF-tag conditions that apply to database resources.
699
+ */
700
+ Expression: ListOfLFTags;
701
+ /**
702
+ * The permissions granted to subscribers on database resources.
703
+ */
704
+ Permissions: ListOfDatabaseLFTagPolicyPermissions;
705
+ }
706
+ export type DatabaseLFTagPolicyPermission = "DESCRIBE"|string;
653
707
  export interface DeleteAssetRequest {
654
708
  /**
655
709
  * The unique identifier for an asset.
@@ -693,7 +747,7 @@ declare namespace DataExchange {
693
747
  */
694
748
  ImportAssetFromSignedUrlJobErrorDetails?: ImportAssetFromSignedUrlJobErrorDetails;
695
749
  /**
696
- * Information about the job error.
750
+ * Details about the job error.
697
751
  */
698
752
  ImportAssetsFromS3JobErrorDetails?: ListOfAssetSourceEntry;
699
753
  }
@@ -863,7 +917,7 @@ declare namespace DataExchange {
863
917
  */
864
918
  Arn?: Arn;
865
919
  /**
866
- * Information about the asset.
920
+ * Details about the asset.
867
921
  */
868
922
  AssetDetails?: AssetDetails;
869
923
  /**
@@ -883,7 +937,7 @@ declare namespace DataExchange {
883
937
  */
884
938
  Id?: Id;
885
939
  /**
886
- * The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
940
+ * The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in the LF-tag policy" or "Table(s) included in the LF-tag policy" are used as the asset name.
887
941
  */
888
942
  Name?: AssetName;
889
943
  /**
@@ -1047,7 +1101,7 @@ declare namespace DataExchange {
1047
1101
  */
1048
1102
  CreatedAt?: Timestamp;
1049
1103
  /**
1050
- * The unique identifier for the data set associated with this revision.
1104
+ * The unique identifier for the data set associated with the data set revision.
1051
1105
  */
1052
1106
  DataSetId?: Id;
1053
1107
  /**
@@ -1170,13 +1224,13 @@ declare namespace DataExchange {
1170
1224
  }
1171
1225
  export interface ImportAssetFromSignedUrlJobErrorDetails {
1172
1226
  /**
1173
- * Information about the job error.
1227
+ * Details about the job error.
1174
1228
  */
1175
1229
  AssetName: AssetName;
1176
1230
  }
1177
1231
  export interface ImportAssetFromSignedUrlRequestDetails {
1178
1232
  /**
1179
- * The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.
1233
+ * The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
1180
1234
  */
1181
1235
  AssetName: AssetName;
1182
1236
  /**
@@ -1218,6 +1272,58 @@ declare namespace DataExchange {
1218
1272
  */
1219
1273
  SignedUrlExpiresAt?: Timestamp;
1220
1274
  }
1275
+ export interface ImportAssetsFromLakeFormationTagPolicyRequestDetails {
1276
+ /**
1277
+ * The identifier for the AWS Glue Data Catalog.
1278
+ */
1279
+ CatalogId: AwsAccountId;
1280
+ /**
1281
+ * A structure for the database object.
1282
+ */
1283
+ Database?: DatabaseLFTagPolicyAndPermissions;
1284
+ /**
1285
+ * A structure for the table object.
1286
+ */
1287
+ Table?: TableLFTagPolicyAndPermissions;
1288
+ /**
1289
+ * The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions of subscribers to AWS Lake Formation data permissions.
1290
+ */
1291
+ RoleArn: RoleArn;
1292
+ /**
1293
+ * The unique identifier for the data set associated with this import job.
1294
+ */
1295
+ DataSetId: Id;
1296
+ /**
1297
+ * The unique identifier for the revision associated with this import job.
1298
+ */
1299
+ RevisionId: Id;
1300
+ }
1301
+ export interface ImportAssetsFromLakeFormationTagPolicyResponseDetails {
1302
+ /**
1303
+ * The identifier for the AWS Glue Data Catalog.
1304
+ */
1305
+ CatalogId: AwsAccountId;
1306
+ /**
1307
+ * A structure for the database object.
1308
+ */
1309
+ Database?: DatabaseLFTagPolicyAndPermissions;
1310
+ /**
1311
+ * A structure for the table object.
1312
+ */
1313
+ Table?: TableLFTagPolicyAndPermissions;
1314
+ /**
1315
+ * 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.
1316
+ */
1317
+ RoleArn: RoleArn;
1318
+ /**
1319
+ * The unique identifier for the data set associated with this import job.
1320
+ */
1321
+ DataSetId: Id;
1322
+ /**
1323
+ * The unique identifier for the revision associated with this import job.
1324
+ */
1325
+ RevisionId: Id;
1326
+ }
1221
1327
  export interface ImportAssetsFromRedshiftDataSharesRequestDetails {
1222
1328
  /**
1223
1329
  * A list of Amazon Redshift datashare assets.
@@ -1248,7 +1354,7 @@ declare namespace DataExchange {
1248
1354
  }
1249
1355
  export interface ImportAssetsFromS3RequestDetails {
1250
1356
  /**
1251
- * Is a list of S3 bucket and object key pairs.
1357
+ * Is a list of Amazon S3 bucket and object key pairs.
1252
1358
  */
1253
1359
  AssetSources: ListOfAssetSourceEntry;
1254
1360
  /**
@@ -1338,8 +1444,69 @@ declare namespace DataExchange {
1338
1444
  */
1339
1445
  ResourceType?: JobErrorResourceTypes;
1340
1446
  }
1341
- export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|"Amazon Redshift datashare assets per revision"|string;
1447
+ export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|"Amazon Redshift datashare assets per revision"|"AWS Lake Formation data permission assets per revision"|"Amazon S3 data access assets per revision"|string;
1342
1448
  export type JobErrorResourceTypes = "REVISION"|"ASSET"|"DATA_SET"|string;
1449
+ export type LFPermission = "DESCRIBE"|"SELECT"|string;
1450
+ export interface LFResourceDetails {
1451
+ /**
1452
+ * Details about the database resource included in the AWS Lake Formation data permission.
1453
+ */
1454
+ Database?: DatabaseLFTagPolicy;
1455
+ /**
1456
+ * Details about the table resource included in the AWS Lake Formation data permission.
1457
+ */
1458
+ Table?: TableLFTagPolicy;
1459
+ }
1460
+ export type LFResourceType = "TABLE"|"DATABASE"|string;
1461
+ export interface LFTag {
1462
+ /**
1463
+ * The key name for the LF-tag.
1464
+ */
1465
+ TagKey: String;
1466
+ /**
1467
+ * A list of LF-tag values.
1468
+ */
1469
+ TagValues: ListOfLFTagValues;
1470
+ }
1471
+ export interface LFTagPolicyDetails {
1472
+ /**
1473
+ * The identifier for the AWS Glue Data Catalog.
1474
+ */
1475
+ CatalogId: AwsAccountId;
1476
+ /**
1477
+ * The resource type for which the LF-tag policy applies.
1478
+ */
1479
+ ResourceType: LFResourceType;
1480
+ /**
1481
+ * Details for the Lake Formation Resources included in the LF-tag policy.
1482
+ */
1483
+ ResourceDetails: LFResourceDetails;
1484
+ }
1485
+ export interface LakeFormationDataPermissionAsset {
1486
+ /**
1487
+ * Details about the AWS Lake Formation data permission.
1488
+ */
1489
+ LakeFormationDataPermissionDetails: LakeFormationDataPermissionDetails;
1490
+ /**
1491
+ * The data permission type.
1492
+ */
1493
+ LakeFormationDataPermissionType: LakeFormationDataPermissionType;
1494
+ /**
1495
+ * The permissions granted to the subscribers on the resource.
1496
+ */
1497
+ Permissions: ListOfLFPermissions;
1498
+ /**
1499
+ * 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.
1500
+ */
1501
+ RoleArn?: RoleArn;
1502
+ }
1503
+ export interface LakeFormationDataPermissionDetails {
1504
+ /**
1505
+ * Details about the LF-tag policy.
1506
+ */
1507
+ LFTagPolicy?: LFTagPolicyDetails;
1508
+ }
1509
+ export type LakeFormationDataPermissionType = "LFTagPolicy"|string;
1343
1510
  export interface ListDataSetRevisionsRequest {
1344
1511
  /**
1345
1512
  * The unique identifier for a data set.
@@ -1444,12 +1611,17 @@ declare namespace DataExchange {
1444
1611
  export type ListOfAssetEntry = AssetEntry[];
1445
1612
  export type ListOfAssetSourceEntry = AssetSourceEntry[];
1446
1613
  export type ListOfDataSetEntry = DataSetEntry[];
1614
+ export type ListOfDatabaseLFTagPolicyPermissions = DatabaseLFTagPolicyPermission[];
1447
1615
  export type ListOfEventActionEntry = EventActionEntry[];
1448
1616
  export type ListOfJobEntry = JobEntry[];
1449
1617
  export type ListOfJobError = JobError[];
1618
+ export type ListOfLFPermissions = LFPermission[];
1619
+ export type ListOfLFTagValues = String[];
1620
+ export type ListOfLFTags = LFTag[];
1450
1621
  export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
1451
1622
  export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
1452
1623
  export type ListOfRevisionEntry = RevisionEntry[];
1624
+ export type ListOfTableTagPolicyLFPermissions = TableTagPolicyLFPermission[];
1453
1625
  export type ListOf__string = __string[];
1454
1626
  export interface ListRevisionAssetsRequest {
1455
1627
  /**
@@ -1533,7 +1705,7 @@ declare namespace DataExchange {
1533
1705
  */
1534
1706
  ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
1535
1707
  /**
1536
- * Information about the import asset from API Gateway API request.
1708
+ * Details about the import asset from API Gateway API request.
1537
1709
  */
1538
1710
  ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
1539
1711
  /**
@@ -1544,6 +1716,14 @@ declare namespace DataExchange {
1544
1716
  * Details about the import from signed URL request.
1545
1717
  */
1546
1718
  ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
1719
+ /**
1720
+ * Details of the request to create S3 data access from the Amazon S3 bucket.
1721
+ */
1722
+ CreateS3DataAccessFromS3Bucket?: CreateS3DataAccessFromS3BucketRequestDetails;
1723
+ /**
1724
+ * Request details for the ImportAssetsFromLakeFormationTagPolicy job.
1725
+ */
1726
+ ImportAssetsFromLakeFormationTagPolicy?: ImportAssetsFromLakeFormationTagPolicyRequestDetails;
1547
1727
  }
1548
1728
  export interface ResponseDetails {
1549
1729
  /**
@@ -1574,10 +1754,18 @@ declare namespace DataExchange {
1574
1754
  * The response details.
1575
1755
  */
1576
1756
  ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiResponseDetails;
1757
+ /**
1758
+ * Response details from the CreateS3DataAccessFromS3Bucket job.
1759
+ */
1760
+ CreateS3DataAccessFromS3Bucket?: CreateS3DataAccessFromS3BucketResponseDetails;
1761
+ /**
1762
+ * Response details from the ImportAssetsFromLakeFormationTagPolicy job.
1763
+ */
1764
+ ImportAssetsFromLakeFormationTagPolicy?: ImportAssetsFromLakeFormationTagPolicyResponseDetails;
1577
1765
  }
1578
1766
  export interface RevisionDestinationEntry {
1579
1767
  /**
1580
- * The S3 bucket that is the destination for the assets in the revision.
1768
+ * The Amazon S3 bucket that is the destination for the assets in the revision.
1581
1769
  */
1582
1770
  Bucket: __string;
1583
1771
  /**
@@ -1603,7 +1791,7 @@ declare namespace DataExchange {
1603
1791
  */
1604
1792
  CreatedAt: Timestamp;
1605
1793
  /**
1606
- * The unique identifier for the data set associated with this revision.
1794
+ * The unique identifier for the data set associated with the data set revision.
1607
1795
  */
1608
1796
  DataSetId: Id;
1609
1797
  /**
@@ -1669,7 +1857,7 @@ declare namespace DataExchange {
1669
1857
  */
1670
1858
  CreatedAt?: Timestamp;
1671
1859
  /**
1672
- * The unique identifier for the data set associated with this revision.
1860
+ * The unique identifier for the data set associated with the data set revision.
1673
1861
  */
1674
1862
  DataSetId?: Id;
1675
1863
  /**
@@ -1701,9 +1889,46 @@ declare namespace DataExchange {
1701
1889
  */
1702
1890
  RevokedAt?: Timestamp;
1703
1891
  }
1892
+ export type RoleArn = string;
1893
+ export interface S3DataAccessAsset {
1894
+ /**
1895
+ * The Amazon S3 bucket hosting data to be shared in the S3 data access.
1896
+ */
1897
+ Bucket: __string;
1898
+ /**
1899
+ * The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.
1900
+ */
1901
+ KeyPrefixes?: ListOf__string;
1902
+ /**
1903
+ * S3 keys made available using this asset.
1904
+ */
1905
+ Keys?: ListOf__string;
1906
+ /**
1907
+ * The automatically-generated bucket-style alias for your Amazon S3 Access Point. Customers can access their entitled data using the S3 Access Point alias.
1908
+ */
1909
+ S3AccessPointAlias?: __string;
1910
+ /**
1911
+ * The ARN for your Amazon S3 Access Point. Customers can also access their entitled data using the S3 Access Point ARN.
1912
+ */
1913
+ S3AccessPointArn?: __string;
1914
+ }
1915
+ export interface S3DataAccessAssetSourceEntry {
1916
+ /**
1917
+ * The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.
1918
+ */
1919
+ Bucket: __string;
1920
+ /**
1921
+ * Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.
1922
+ */
1923
+ KeyPrefixes?: ListOf__string;
1924
+ /**
1925
+ * The keys used to create the Amazon S3 data access.
1926
+ */
1927
+ Keys?: ListOf__string;
1928
+ }
1704
1929
  export interface S3SnapshotAsset {
1705
1930
  /**
1706
- * The size of the S3 object that is the object.
1931
+ * The size of the Amazon S3 object that is the object.
1707
1932
  */
1708
1933
  Size: __doubleMin0;
1709
1934
  }
@@ -1761,6 +1986,24 @@ declare namespace DataExchange {
1761
1986
  export interface StartJobResponse {
1762
1987
  }
1763
1988
  export type State = "WAITING"|"IN_PROGRESS"|"ERROR"|"COMPLETED"|"CANCELLED"|"TIMED_OUT"|string;
1989
+ export type String = string;
1990
+ export interface TableLFTagPolicy {
1991
+ /**
1992
+ * A list of LF-tag conditions that apply to table resources.
1993
+ */
1994
+ Expression: ListOfLFTags;
1995
+ }
1996
+ export interface TableLFTagPolicyAndPermissions {
1997
+ /**
1998
+ * A list of LF-tag conditions that apply to table resources.
1999
+ */
2000
+ Expression: ListOfLFTags;
2001
+ /**
2002
+ * The permissions granted to subscribers on table resources.
2003
+ */
2004
+ Permissions: ListOfTableTagPolicyLFPermissions;
2005
+ }
2006
+ export type TableTagPolicyLFPermission = "DESCRIBE"|"SELECT"|string;
1764
2007
  export interface TagResourceRequest {
1765
2008
  /**
1766
2009
  * An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
@@ -1772,7 +2015,7 @@ declare namespace DataExchange {
1772
2015
  Tags: MapOf__string;
1773
2016
  }
1774
2017
  export type Timestamp = Date;
1775
- export type Type = "IMPORT_ASSETS_FROM_S3"|"IMPORT_ASSET_FROM_SIGNED_URL"|"EXPORT_ASSETS_TO_S3"|"EXPORT_ASSET_TO_SIGNED_URL"|"EXPORT_REVISIONS_TO_S3"|"IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES"|"IMPORT_ASSET_FROM_API_GATEWAY_API"|string;
2018
+ export type Type = "IMPORT_ASSETS_FROM_S3"|"IMPORT_ASSET_FROM_SIGNED_URL"|"EXPORT_ASSETS_TO_S3"|"EXPORT_ASSET_TO_SIGNED_URL"|"EXPORT_REVISIONS_TO_S3"|"IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES"|"IMPORT_ASSET_FROM_API_GATEWAY_API"|"CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET"|"IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY"|string;
1776
2019
  export interface UntagResourceRequest {
1777
2020
  /**
1778
2021
  * An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
@@ -1793,7 +2036,7 @@ declare namespace DataExchange {
1793
2036
  */
1794
2037
  DataSetId: __string;
1795
2038
  /**
1796
- * The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
2039
+ * The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in the LF-tag policy" or "Table(s) included in LF-tag policy" are used as the name.
1797
2040
  */
1798
2041
  Name: AssetName;
1799
2042
  /**
@@ -1807,7 +2050,7 @@ declare namespace DataExchange {
1807
2050
  */
1808
2051
  Arn?: Arn;
1809
2052
  /**
1810
- * Information about the asset.
2053
+ * Details about the asset.
1811
2054
  */
1812
2055
  AssetDetails?: AssetDetails;
1813
2056
  /**
@@ -1827,7 +2070,7 @@ declare namespace DataExchange {
1827
2070
  */
1828
2071
  Id?: Id;
1829
2072
  /**
1830
- * The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
2073
+ * The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in the LF-tag policy"- or "Table(s) included in LF-tag policy" are used as the asset name.
1831
2074
  */
1832
2075
  Name?: AssetName;
1833
2076
  /**
@@ -1967,7 +2210,7 @@ declare namespace DataExchange {
1967
2210
  */
1968
2211
  CreatedAt?: Timestamp;
1969
2212
  /**
1970
- * The unique identifier for the data set associated with this revision.
2213
+ * The unique identifier for the data set associated with the data set revision.
1971
2214
  */
1972
2215
  DataSetId?: Id;
1973
2216
  /**