@aws-sdk/client-dataexchange 3.936.0 → 3.939.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.
- package/dist-cjs/index.js +166 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +143 -0
- package/dist-es/models/models_0.js +1 -143
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +319 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -319
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +178 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -178
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -2552,6 +2552,150 @@ const paginateListReceivedDataGrants = core.createPaginator(DataExchangeClient,
|
|
|
2552
2552
|
|
|
2553
2553
|
const paginateListRevisionAssets = core.createPaginator(DataExchangeClient, ListRevisionAssetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2554
2554
|
|
|
2555
|
+
const AcceptanceStateFilterValue = {
|
|
2556
|
+
ACCEPTED: "ACCEPTED",
|
|
2557
|
+
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE",
|
|
2558
|
+
};
|
|
2559
|
+
const DataGrantAcceptanceState = {
|
|
2560
|
+
ACCEPTED: "ACCEPTED",
|
|
2561
|
+
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE",
|
|
2562
|
+
};
|
|
2563
|
+
const GrantDistributionScope = {
|
|
2564
|
+
AWS_ORGANIZATION: "AWS_ORGANIZATION",
|
|
2565
|
+
NONE: "NONE",
|
|
2566
|
+
};
|
|
2567
|
+
const ResourceType = {
|
|
2568
|
+
ASSET: "ASSET",
|
|
2569
|
+
DATA_GRANT: "DATA_GRANT",
|
|
2570
|
+
DATA_SET: "DATA_SET",
|
|
2571
|
+
EVENT_ACTION: "EVENT_ACTION",
|
|
2572
|
+
JOB: "JOB",
|
|
2573
|
+
REVISION: "REVISION",
|
|
2574
|
+
};
|
|
2575
|
+
const ExceptionCause = {
|
|
2576
|
+
InsufficientS3BucketPolicy: "InsufficientS3BucketPolicy",
|
|
2577
|
+
S3AccessDenied: "S3AccessDenied",
|
|
2578
|
+
};
|
|
2579
|
+
const ServerSideEncryptionTypes = {
|
|
2580
|
+
AES256: "AES256",
|
|
2581
|
+
aws_kms: "aws:kms",
|
|
2582
|
+
};
|
|
2583
|
+
const ProtocolType = {
|
|
2584
|
+
REST: "REST",
|
|
2585
|
+
};
|
|
2586
|
+
const LFResourceType = {
|
|
2587
|
+
DATABASE: "DATABASE",
|
|
2588
|
+
TABLE: "TABLE",
|
|
2589
|
+
};
|
|
2590
|
+
const LakeFormationDataPermissionType = {
|
|
2591
|
+
LFTagPolicy: "LFTagPolicy",
|
|
2592
|
+
};
|
|
2593
|
+
const LFPermission = {
|
|
2594
|
+
DESCRIBE: "DESCRIBE",
|
|
2595
|
+
SELECT: "SELECT",
|
|
2596
|
+
};
|
|
2597
|
+
const AssetType = {
|
|
2598
|
+
API_GATEWAY_API: "API_GATEWAY_API",
|
|
2599
|
+
LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION",
|
|
2600
|
+
REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE",
|
|
2601
|
+
S3_DATA_ACCESS: "S3_DATA_ACCESS",
|
|
2602
|
+
S3_SNAPSHOT: "S3_SNAPSHOT",
|
|
2603
|
+
};
|
|
2604
|
+
const Code = {
|
|
2605
|
+
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
2606
|
+
INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
|
|
2607
|
+
MALWARE_DETECTED: "MALWARE_DETECTED",
|
|
2608
|
+
MALWARE_SCAN_ENCRYPTED_FILE: "MALWARE_SCAN_ENCRYPTED_FILE",
|
|
2609
|
+
RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION",
|
|
2610
|
+
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
2611
|
+
VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION",
|
|
2612
|
+
};
|
|
2613
|
+
const LimitName = {
|
|
2614
|
+
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
2615
|
+
Active_and_pending_data_grants: "Active and pending data grants",
|
|
2616
|
+
Amazon_API_Gateway_API_assets_per_revision: "Amazon API Gateway API assets per revision",
|
|
2617
|
+
Amazon_Redshift_datashare_assets_per_import_job_from_Redshift: "Amazon Redshift datashare assets per import job from Redshift",
|
|
2618
|
+
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
2619
|
+
Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision",
|
|
2620
|
+
Asset_per_export_job_from_Amazon_S3: "Asset per export job from Amazon S3",
|
|
2621
|
+
Asset_size_in_GB: "Asset size in GB",
|
|
2622
|
+
Assets_per_import_job_from_Amazon_S3: "Assets per import job from Amazon S3",
|
|
2623
|
+
Assets_per_revision: "Assets per revision",
|
|
2624
|
+
Auto_export_event_actions_per_data_set: "Auto export event actions per data set",
|
|
2625
|
+
Concurrent_in_progress_jobs_to_create_Amazon_S3_data_access_assets_from_S3_buckets: "Concurrent in progress jobs to create Amazon S3 data access assets from S3 buckets",
|
|
2626
|
+
Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3: "Concurrent in progress jobs to export assets to Amazon S3",
|
|
2627
|
+
Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL: "Concurrent in progress jobs to export assets to a signed URL",
|
|
2628
|
+
Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3: "Concurrent in progress jobs to export revisions to Amazon S3",
|
|
2629
|
+
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_Redshift_datashares: "Concurrent in progress jobs to import assets from Amazon Redshift datashares",
|
|
2630
|
+
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3: "Concurrent in progress jobs to import assets from Amazon S3",
|
|
2631
|
+
Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL: "Concurrent in progress jobs to import assets from a signed URL",
|
|
2632
|
+
Concurrent_in_progress_jobs_to_import_assets_from_an_API_Gateway_API: "Concurrent in progress jobs to import assets from an API Gateway API",
|
|
2633
|
+
Concurrent_in_progress_jobs_to_import_assets_from_an_AWS_Lake_Formation_tag_policy: "Concurrent in progress jobs to import assets from an AWS Lake Formation tag policy",
|
|
2634
|
+
Data_sets_per_account: "Data sets per account",
|
|
2635
|
+
Data_sets_per_product: "Data sets per product",
|
|
2636
|
+
Event_actions_per_account: "Event actions per account",
|
|
2637
|
+
Pending_data_grants_per_consumer: "Pending data grants per consumer",
|
|
2638
|
+
Products_per_account: "Products per account",
|
|
2639
|
+
Revisions_per_AWS_Lake_Formation_data_permission_data_set: "Revisions per AWS Lake Formation data permission data set",
|
|
2640
|
+
Revisions_per_Amazon_API_Gateway_API_data_set: "Revisions per Amazon API Gateway API data set",
|
|
2641
|
+
Revisions_per_Amazon_Redshift_datashare_data_set: "Revisions per Amazon Redshift datashare data set",
|
|
2642
|
+
Revisions_per_Amazon_S3_data_access_data_set: "Revisions per Amazon S3 data access data set",
|
|
2643
|
+
Revisions_per_data_set: "Revisions per data set",
|
|
2644
|
+
};
|
|
2645
|
+
const Origin = {
|
|
2646
|
+
ENTITLED: "ENTITLED",
|
|
2647
|
+
OWNED: "OWNED",
|
|
2648
|
+
};
|
|
2649
|
+
const DatabaseLFTagPolicyPermission = {
|
|
2650
|
+
DESCRIBE: "DESCRIBE",
|
|
2651
|
+
};
|
|
2652
|
+
const TableTagPolicyLFPermission = {
|
|
2653
|
+
DESCRIBE: "DESCRIBE",
|
|
2654
|
+
SELECT: "SELECT",
|
|
2655
|
+
};
|
|
2656
|
+
const Type = {
|
|
2657
|
+
CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET: "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET",
|
|
2658
|
+
EXPORT_ASSETS_TO_S3: "EXPORT_ASSETS_TO_S3",
|
|
2659
|
+
EXPORT_ASSET_TO_SIGNED_URL: "EXPORT_ASSET_TO_SIGNED_URL",
|
|
2660
|
+
EXPORT_REVISIONS_TO_S3: "EXPORT_REVISIONS_TO_S3",
|
|
2661
|
+
IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY: "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY",
|
|
2662
|
+
IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES: "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES",
|
|
2663
|
+
IMPORT_ASSETS_FROM_S3: "IMPORT_ASSETS_FROM_S3",
|
|
2664
|
+
IMPORT_ASSET_FROM_API_GATEWAY_API: "IMPORT_ASSET_FROM_API_GATEWAY_API",
|
|
2665
|
+
IMPORT_ASSET_FROM_SIGNED_URL: "IMPORT_ASSET_FROM_SIGNED_URL",
|
|
2666
|
+
};
|
|
2667
|
+
const JobErrorLimitName = {
|
|
2668
|
+
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
2669
|
+
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
2670
|
+
Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision",
|
|
2671
|
+
Asset_size_in_GB: "Asset size in GB",
|
|
2672
|
+
Assets_per_revision: "Assets per revision",
|
|
2673
|
+
};
|
|
2674
|
+
const JobErrorResourceTypes = {
|
|
2675
|
+
ASSET: "ASSET",
|
|
2676
|
+
DATA_SET: "DATA_SET",
|
|
2677
|
+
REVISION: "REVISION",
|
|
2678
|
+
};
|
|
2679
|
+
const State = {
|
|
2680
|
+
CANCELLED: "CANCELLED",
|
|
2681
|
+
COMPLETED: "COMPLETED",
|
|
2682
|
+
ERROR: "ERROR",
|
|
2683
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
2684
|
+
TIMED_OUT: "TIMED_OUT",
|
|
2685
|
+
WAITING: "WAITING",
|
|
2686
|
+
};
|
|
2687
|
+
const SchemaChangeType = {
|
|
2688
|
+
ADD: "ADD",
|
|
2689
|
+
MODIFY: "MODIFY",
|
|
2690
|
+
REMOVE: "REMOVE",
|
|
2691
|
+
};
|
|
2692
|
+
const NotificationType = {
|
|
2693
|
+
DATA_DELAY: "DATA_DELAY",
|
|
2694
|
+
DATA_UPDATE: "DATA_UPDATE",
|
|
2695
|
+
DEPRECATION: "DEPRECATION",
|
|
2696
|
+
SCHEMA_CHANGE: "SCHEMA_CHANGE",
|
|
2697
|
+
};
|
|
2698
|
+
|
|
2555
2699
|
Object.defineProperty(exports, "$Command", {
|
|
2556
2700
|
enumerable: true,
|
|
2557
2701
|
get: function () { return smithyClient.Command; }
|
|
@@ -2561,8 +2705,11 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2561
2705
|
get: function () { return smithyClient.Client; }
|
|
2562
2706
|
});
|
|
2563
2707
|
exports.AcceptDataGrantCommand = AcceptDataGrantCommand;
|
|
2708
|
+
exports.AcceptanceStateFilterValue = AcceptanceStateFilterValue;
|
|
2564
2709
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2710
|
+
exports.AssetType = AssetType;
|
|
2565
2711
|
exports.CancelJobCommand = CancelJobCommand;
|
|
2712
|
+
exports.Code = Code;
|
|
2566
2713
|
exports.ConflictException = ConflictException$1;
|
|
2567
2714
|
exports.CreateDataGrantCommand = CreateDataGrantCommand;
|
|
2568
2715
|
exports.CreateDataSetCommand = CreateDataSetCommand;
|
|
@@ -2572,11 +2719,14 @@ exports.CreateRevisionCommand = CreateRevisionCommand;
|
|
|
2572
2719
|
exports.DataExchange = DataExchange;
|
|
2573
2720
|
exports.DataExchangeClient = DataExchangeClient;
|
|
2574
2721
|
exports.DataExchangeServiceException = DataExchangeServiceException$1;
|
|
2722
|
+
exports.DataGrantAcceptanceState = DataGrantAcceptanceState;
|
|
2723
|
+
exports.DatabaseLFTagPolicyPermission = DatabaseLFTagPolicyPermission;
|
|
2575
2724
|
exports.DeleteAssetCommand = DeleteAssetCommand;
|
|
2576
2725
|
exports.DeleteDataGrantCommand = DeleteDataGrantCommand;
|
|
2577
2726
|
exports.DeleteDataSetCommand = DeleteDataSetCommand;
|
|
2578
2727
|
exports.DeleteEventActionCommand = DeleteEventActionCommand;
|
|
2579
2728
|
exports.DeleteRevisionCommand = DeleteRevisionCommand;
|
|
2729
|
+
exports.ExceptionCause = ExceptionCause;
|
|
2580
2730
|
exports.GetAssetCommand = GetAssetCommand;
|
|
2581
2731
|
exports.GetDataGrantCommand = GetDataGrantCommand;
|
|
2582
2732
|
exports.GetDataSetCommand = GetDataSetCommand;
|
|
@@ -2584,7 +2734,14 @@ exports.GetEventActionCommand = GetEventActionCommand;
|
|
|
2584
2734
|
exports.GetJobCommand = GetJobCommand;
|
|
2585
2735
|
exports.GetReceivedDataGrantCommand = GetReceivedDataGrantCommand;
|
|
2586
2736
|
exports.GetRevisionCommand = GetRevisionCommand;
|
|
2737
|
+
exports.GrantDistributionScope = GrantDistributionScope;
|
|
2587
2738
|
exports.InternalServerException = InternalServerException$1;
|
|
2739
|
+
exports.JobErrorLimitName = JobErrorLimitName;
|
|
2740
|
+
exports.JobErrorResourceTypes = JobErrorResourceTypes;
|
|
2741
|
+
exports.LFPermission = LFPermission;
|
|
2742
|
+
exports.LFResourceType = LFResourceType;
|
|
2743
|
+
exports.LakeFormationDataPermissionType = LakeFormationDataPermissionType;
|
|
2744
|
+
exports.LimitName = LimitName;
|
|
2588
2745
|
exports.ListDataGrantsCommand = ListDataGrantsCommand;
|
|
2589
2746
|
exports.ListDataSetRevisionsCommand = ListDataSetRevisionsCommand;
|
|
2590
2747
|
exports.ListDataSetsCommand = ListDataSetsCommand;
|
|
@@ -2593,14 +2750,23 @@ exports.ListJobsCommand = ListJobsCommand;
|
|
|
2593
2750
|
exports.ListReceivedDataGrantsCommand = ListReceivedDataGrantsCommand;
|
|
2594
2751
|
exports.ListRevisionAssetsCommand = ListRevisionAssetsCommand;
|
|
2595
2752
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2753
|
+
exports.NotificationType = NotificationType;
|
|
2754
|
+
exports.Origin = Origin;
|
|
2755
|
+
exports.ProtocolType = ProtocolType;
|
|
2596
2756
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2757
|
+
exports.ResourceType = ResourceType;
|
|
2597
2758
|
exports.RevokeRevisionCommand = RevokeRevisionCommand;
|
|
2759
|
+
exports.SchemaChangeType = SchemaChangeType;
|
|
2598
2760
|
exports.SendApiAssetCommand = SendApiAssetCommand;
|
|
2599
2761
|
exports.SendDataSetNotificationCommand = SendDataSetNotificationCommand;
|
|
2762
|
+
exports.ServerSideEncryptionTypes = ServerSideEncryptionTypes;
|
|
2600
2763
|
exports.ServiceLimitExceededException = ServiceLimitExceededException$1;
|
|
2601
2764
|
exports.StartJobCommand = StartJobCommand;
|
|
2765
|
+
exports.State = State;
|
|
2766
|
+
exports.TableTagPolicyLFPermission = TableTagPolicyLFPermission;
|
|
2602
2767
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2603
2768
|
exports.ThrottlingException = ThrottlingException$1;
|
|
2769
|
+
exports.Type = Type;
|
|
2604
2770
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2605
2771
|
exports.UpdateAssetCommand = UpdateAssetCommand;
|
|
2606
2772
|
exports.UpdateDataSetCommand = UpdateDataSetCommand;
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./DataExchangeClient";
|
|
|
2
2
|
export * from "./DataExchange";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { DataExchangeServiceException } from "./models/DataExchangeServiceException";
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export const AcceptanceStateFilterValue = {
|
|
2
|
+
ACCEPTED: "ACCEPTED",
|
|
3
|
+
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE",
|
|
4
|
+
};
|
|
5
|
+
export const DataGrantAcceptanceState = {
|
|
6
|
+
ACCEPTED: "ACCEPTED",
|
|
7
|
+
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE",
|
|
8
|
+
};
|
|
9
|
+
export const GrantDistributionScope = {
|
|
10
|
+
AWS_ORGANIZATION: "AWS_ORGANIZATION",
|
|
11
|
+
NONE: "NONE",
|
|
12
|
+
};
|
|
13
|
+
export const ResourceType = {
|
|
14
|
+
ASSET: "ASSET",
|
|
15
|
+
DATA_GRANT: "DATA_GRANT",
|
|
16
|
+
DATA_SET: "DATA_SET",
|
|
17
|
+
EVENT_ACTION: "EVENT_ACTION",
|
|
18
|
+
JOB: "JOB",
|
|
19
|
+
REVISION: "REVISION",
|
|
20
|
+
};
|
|
21
|
+
export const ExceptionCause = {
|
|
22
|
+
InsufficientS3BucketPolicy: "InsufficientS3BucketPolicy",
|
|
23
|
+
S3AccessDenied: "S3AccessDenied",
|
|
24
|
+
};
|
|
25
|
+
export const ServerSideEncryptionTypes = {
|
|
26
|
+
AES256: "AES256",
|
|
27
|
+
aws_kms: "aws:kms",
|
|
28
|
+
};
|
|
29
|
+
export const ProtocolType = {
|
|
30
|
+
REST: "REST",
|
|
31
|
+
};
|
|
32
|
+
export const LFResourceType = {
|
|
33
|
+
DATABASE: "DATABASE",
|
|
34
|
+
TABLE: "TABLE",
|
|
35
|
+
};
|
|
36
|
+
export const LakeFormationDataPermissionType = {
|
|
37
|
+
LFTagPolicy: "LFTagPolicy",
|
|
38
|
+
};
|
|
39
|
+
export const LFPermission = {
|
|
40
|
+
DESCRIBE: "DESCRIBE",
|
|
41
|
+
SELECT: "SELECT",
|
|
42
|
+
};
|
|
43
|
+
export const AssetType = {
|
|
44
|
+
API_GATEWAY_API: "API_GATEWAY_API",
|
|
45
|
+
LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION",
|
|
46
|
+
REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE",
|
|
47
|
+
S3_DATA_ACCESS: "S3_DATA_ACCESS",
|
|
48
|
+
S3_SNAPSHOT: "S3_SNAPSHOT",
|
|
49
|
+
};
|
|
50
|
+
export const Code = {
|
|
51
|
+
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
52
|
+
INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
|
|
53
|
+
MALWARE_DETECTED: "MALWARE_DETECTED",
|
|
54
|
+
MALWARE_SCAN_ENCRYPTED_FILE: "MALWARE_SCAN_ENCRYPTED_FILE",
|
|
55
|
+
RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION",
|
|
56
|
+
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
57
|
+
VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION",
|
|
58
|
+
};
|
|
59
|
+
export const LimitName = {
|
|
60
|
+
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
61
|
+
Active_and_pending_data_grants: "Active and pending data grants",
|
|
62
|
+
Amazon_API_Gateway_API_assets_per_revision: "Amazon API Gateway API assets per revision",
|
|
63
|
+
Amazon_Redshift_datashare_assets_per_import_job_from_Redshift: "Amazon Redshift datashare assets per import job from Redshift",
|
|
64
|
+
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
65
|
+
Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision",
|
|
66
|
+
Asset_per_export_job_from_Amazon_S3: "Asset per export job from Amazon S3",
|
|
67
|
+
Asset_size_in_GB: "Asset size in GB",
|
|
68
|
+
Assets_per_import_job_from_Amazon_S3: "Assets per import job from Amazon S3",
|
|
69
|
+
Assets_per_revision: "Assets per revision",
|
|
70
|
+
Auto_export_event_actions_per_data_set: "Auto export event actions per data set",
|
|
71
|
+
Concurrent_in_progress_jobs_to_create_Amazon_S3_data_access_assets_from_S3_buckets: "Concurrent in progress jobs to create Amazon S3 data access assets from S3 buckets",
|
|
72
|
+
Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3: "Concurrent in progress jobs to export assets to Amazon S3",
|
|
73
|
+
Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL: "Concurrent in progress jobs to export assets to a signed URL",
|
|
74
|
+
Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3: "Concurrent in progress jobs to export revisions to Amazon S3",
|
|
75
|
+
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_Redshift_datashares: "Concurrent in progress jobs to import assets from Amazon Redshift datashares",
|
|
76
|
+
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3: "Concurrent in progress jobs to import assets from Amazon S3",
|
|
77
|
+
Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL: "Concurrent in progress jobs to import assets from a signed URL",
|
|
78
|
+
Concurrent_in_progress_jobs_to_import_assets_from_an_API_Gateway_API: "Concurrent in progress jobs to import assets from an API Gateway API",
|
|
79
|
+
Concurrent_in_progress_jobs_to_import_assets_from_an_AWS_Lake_Formation_tag_policy: "Concurrent in progress jobs to import assets from an AWS Lake Formation tag policy",
|
|
80
|
+
Data_sets_per_account: "Data sets per account",
|
|
81
|
+
Data_sets_per_product: "Data sets per product",
|
|
82
|
+
Event_actions_per_account: "Event actions per account",
|
|
83
|
+
Pending_data_grants_per_consumer: "Pending data grants per consumer",
|
|
84
|
+
Products_per_account: "Products per account",
|
|
85
|
+
Revisions_per_AWS_Lake_Formation_data_permission_data_set: "Revisions per AWS Lake Formation data permission data set",
|
|
86
|
+
Revisions_per_Amazon_API_Gateway_API_data_set: "Revisions per Amazon API Gateway API data set",
|
|
87
|
+
Revisions_per_Amazon_Redshift_datashare_data_set: "Revisions per Amazon Redshift datashare data set",
|
|
88
|
+
Revisions_per_Amazon_S3_data_access_data_set: "Revisions per Amazon S3 data access data set",
|
|
89
|
+
Revisions_per_data_set: "Revisions per data set",
|
|
90
|
+
};
|
|
91
|
+
export const Origin = {
|
|
92
|
+
ENTITLED: "ENTITLED",
|
|
93
|
+
OWNED: "OWNED",
|
|
94
|
+
};
|
|
95
|
+
export const DatabaseLFTagPolicyPermission = {
|
|
96
|
+
DESCRIBE: "DESCRIBE",
|
|
97
|
+
};
|
|
98
|
+
export const TableTagPolicyLFPermission = {
|
|
99
|
+
DESCRIBE: "DESCRIBE",
|
|
100
|
+
SELECT: "SELECT",
|
|
101
|
+
};
|
|
102
|
+
export const Type = {
|
|
103
|
+
CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET: "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET",
|
|
104
|
+
EXPORT_ASSETS_TO_S3: "EXPORT_ASSETS_TO_S3",
|
|
105
|
+
EXPORT_ASSET_TO_SIGNED_URL: "EXPORT_ASSET_TO_SIGNED_URL",
|
|
106
|
+
EXPORT_REVISIONS_TO_S3: "EXPORT_REVISIONS_TO_S3",
|
|
107
|
+
IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY: "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY",
|
|
108
|
+
IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES: "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES",
|
|
109
|
+
IMPORT_ASSETS_FROM_S3: "IMPORT_ASSETS_FROM_S3",
|
|
110
|
+
IMPORT_ASSET_FROM_API_GATEWAY_API: "IMPORT_ASSET_FROM_API_GATEWAY_API",
|
|
111
|
+
IMPORT_ASSET_FROM_SIGNED_URL: "IMPORT_ASSET_FROM_SIGNED_URL",
|
|
112
|
+
};
|
|
113
|
+
export const JobErrorLimitName = {
|
|
114
|
+
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
115
|
+
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
116
|
+
Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision",
|
|
117
|
+
Asset_size_in_GB: "Asset size in GB",
|
|
118
|
+
Assets_per_revision: "Assets per revision",
|
|
119
|
+
};
|
|
120
|
+
export const JobErrorResourceTypes = {
|
|
121
|
+
ASSET: "ASSET",
|
|
122
|
+
DATA_SET: "DATA_SET",
|
|
123
|
+
REVISION: "REVISION",
|
|
124
|
+
};
|
|
125
|
+
export const State = {
|
|
126
|
+
CANCELLED: "CANCELLED",
|
|
127
|
+
COMPLETED: "COMPLETED",
|
|
128
|
+
ERROR: "ERROR",
|
|
129
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
130
|
+
TIMED_OUT: "TIMED_OUT",
|
|
131
|
+
WAITING: "WAITING",
|
|
132
|
+
};
|
|
133
|
+
export const SchemaChangeType = {
|
|
134
|
+
ADD: "ADD",
|
|
135
|
+
MODIFY: "MODIFY",
|
|
136
|
+
REMOVE: "REMOVE",
|
|
137
|
+
};
|
|
138
|
+
export const NotificationType = {
|
|
139
|
+
DATA_DELAY: "DATA_DELAY",
|
|
140
|
+
DATA_UPDATE: "DATA_UPDATE",
|
|
141
|
+
DEPRECATION: "DEPRECATION",
|
|
142
|
+
SCHEMA_CHANGE: "SCHEMA_CHANGE",
|
|
143
|
+
};
|
|
@@ -1,143 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
ACCEPTED: "ACCEPTED",
|
|
3
|
-
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE",
|
|
4
|
-
};
|
|
5
|
-
export const DataGrantAcceptanceState = {
|
|
6
|
-
ACCEPTED: "ACCEPTED",
|
|
7
|
-
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE",
|
|
8
|
-
};
|
|
9
|
-
export const GrantDistributionScope = {
|
|
10
|
-
AWS_ORGANIZATION: "AWS_ORGANIZATION",
|
|
11
|
-
NONE: "NONE",
|
|
12
|
-
};
|
|
13
|
-
export const ResourceType = {
|
|
14
|
-
ASSET: "ASSET",
|
|
15
|
-
DATA_GRANT: "DATA_GRANT",
|
|
16
|
-
DATA_SET: "DATA_SET",
|
|
17
|
-
EVENT_ACTION: "EVENT_ACTION",
|
|
18
|
-
JOB: "JOB",
|
|
19
|
-
REVISION: "REVISION",
|
|
20
|
-
};
|
|
21
|
-
export const ExceptionCause = {
|
|
22
|
-
InsufficientS3BucketPolicy: "InsufficientS3BucketPolicy",
|
|
23
|
-
S3AccessDenied: "S3AccessDenied",
|
|
24
|
-
};
|
|
25
|
-
export const ServerSideEncryptionTypes = {
|
|
26
|
-
AES256: "AES256",
|
|
27
|
-
aws_kms: "aws:kms",
|
|
28
|
-
};
|
|
29
|
-
export const ProtocolType = {
|
|
30
|
-
REST: "REST",
|
|
31
|
-
};
|
|
32
|
-
export const LFResourceType = {
|
|
33
|
-
DATABASE: "DATABASE",
|
|
34
|
-
TABLE: "TABLE",
|
|
35
|
-
};
|
|
36
|
-
export const LakeFormationDataPermissionType = {
|
|
37
|
-
LFTagPolicy: "LFTagPolicy",
|
|
38
|
-
};
|
|
39
|
-
export const LFPermission = {
|
|
40
|
-
DESCRIBE: "DESCRIBE",
|
|
41
|
-
SELECT: "SELECT",
|
|
42
|
-
};
|
|
43
|
-
export const AssetType = {
|
|
44
|
-
API_GATEWAY_API: "API_GATEWAY_API",
|
|
45
|
-
LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION",
|
|
46
|
-
REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE",
|
|
47
|
-
S3_DATA_ACCESS: "S3_DATA_ACCESS",
|
|
48
|
-
S3_SNAPSHOT: "S3_SNAPSHOT",
|
|
49
|
-
};
|
|
50
|
-
export const Code = {
|
|
51
|
-
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
52
|
-
INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
|
|
53
|
-
MALWARE_DETECTED: "MALWARE_DETECTED",
|
|
54
|
-
MALWARE_SCAN_ENCRYPTED_FILE: "MALWARE_SCAN_ENCRYPTED_FILE",
|
|
55
|
-
RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION",
|
|
56
|
-
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
57
|
-
VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION",
|
|
58
|
-
};
|
|
59
|
-
export const LimitName = {
|
|
60
|
-
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
61
|
-
Active_and_pending_data_grants: "Active and pending data grants",
|
|
62
|
-
Amazon_API_Gateway_API_assets_per_revision: "Amazon API Gateway API assets per revision",
|
|
63
|
-
Amazon_Redshift_datashare_assets_per_import_job_from_Redshift: "Amazon Redshift datashare assets per import job from Redshift",
|
|
64
|
-
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
65
|
-
Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision",
|
|
66
|
-
Asset_per_export_job_from_Amazon_S3: "Asset per export job from Amazon S3",
|
|
67
|
-
Asset_size_in_GB: "Asset size in GB",
|
|
68
|
-
Assets_per_import_job_from_Amazon_S3: "Assets per import job from Amazon S3",
|
|
69
|
-
Assets_per_revision: "Assets per revision",
|
|
70
|
-
Auto_export_event_actions_per_data_set: "Auto export event actions per data set",
|
|
71
|
-
Concurrent_in_progress_jobs_to_create_Amazon_S3_data_access_assets_from_S3_buckets: "Concurrent in progress jobs to create Amazon S3 data access assets from S3 buckets",
|
|
72
|
-
Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3: "Concurrent in progress jobs to export assets to Amazon S3",
|
|
73
|
-
Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL: "Concurrent in progress jobs to export assets to a signed URL",
|
|
74
|
-
Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3: "Concurrent in progress jobs to export revisions to Amazon S3",
|
|
75
|
-
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_Redshift_datashares: "Concurrent in progress jobs to import assets from Amazon Redshift datashares",
|
|
76
|
-
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3: "Concurrent in progress jobs to import assets from Amazon S3",
|
|
77
|
-
Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL: "Concurrent in progress jobs to import assets from a signed URL",
|
|
78
|
-
Concurrent_in_progress_jobs_to_import_assets_from_an_API_Gateway_API: "Concurrent in progress jobs to import assets from an API Gateway API",
|
|
79
|
-
Concurrent_in_progress_jobs_to_import_assets_from_an_AWS_Lake_Formation_tag_policy: "Concurrent in progress jobs to import assets from an AWS Lake Formation tag policy",
|
|
80
|
-
Data_sets_per_account: "Data sets per account",
|
|
81
|
-
Data_sets_per_product: "Data sets per product",
|
|
82
|
-
Event_actions_per_account: "Event actions per account",
|
|
83
|
-
Pending_data_grants_per_consumer: "Pending data grants per consumer",
|
|
84
|
-
Products_per_account: "Products per account",
|
|
85
|
-
Revisions_per_AWS_Lake_Formation_data_permission_data_set: "Revisions per AWS Lake Formation data permission data set",
|
|
86
|
-
Revisions_per_Amazon_API_Gateway_API_data_set: "Revisions per Amazon API Gateway API data set",
|
|
87
|
-
Revisions_per_Amazon_Redshift_datashare_data_set: "Revisions per Amazon Redshift datashare data set",
|
|
88
|
-
Revisions_per_Amazon_S3_data_access_data_set: "Revisions per Amazon S3 data access data set",
|
|
89
|
-
Revisions_per_data_set: "Revisions per data set",
|
|
90
|
-
};
|
|
91
|
-
export const Origin = {
|
|
92
|
-
ENTITLED: "ENTITLED",
|
|
93
|
-
OWNED: "OWNED",
|
|
94
|
-
};
|
|
95
|
-
export const DatabaseLFTagPolicyPermission = {
|
|
96
|
-
DESCRIBE: "DESCRIBE",
|
|
97
|
-
};
|
|
98
|
-
export const TableTagPolicyLFPermission = {
|
|
99
|
-
DESCRIBE: "DESCRIBE",
|
|
100
|
-
SELECT: "SELECT",
|
|
101
|
-
};
|
|
102
|
-
export const Type = {
|
|
103
|
-
CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET: "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET",
|
|
104
|
-
EXPORT_ASSETS_TO_S3: "EXPORT_ASSETS_TO_S3",
|
|
105
|
-
EXPORT_ASSET_TO_SIGNED_URL: "EXPORT_ASSET_TO_SIGNED_URL",
|
|
106
|
-
EXPORT_REVISIONS_TO_S3: "EXPORT_REVISIONS_TO_S3",
|
|
107
|
-
IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY: "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY",
|
|
108
|
-
IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES: "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES",
|
|
109
|
-
IMPORT_ASSETS_FROM_S3: "IMPORT_ASSETS_FROM_S3",
|
|
110
|
-
IMPORT_ASSET_FROM_API_GATEWAY_API: "IMPORT_ASSET_FROM_API_GATEWAY_API",
|
|
111
|
-
IMPORT_ASSET_FROM_SIGNED_URL: "IMPORT_ASSET_FROM_SIGNED_URL",
|
|
112
|
-
};
|
|
113
|
-
export const JobErrorLimitName = {
|
|
114
|
-
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
115
|
-
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
116
|
-
Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision",
|
|
117
|
-
Asset_size_in_GB: "Asset size in GB",
|
|
118
|
-
Assets_per_revision: "Assets per revision",
|
|
119
|
-
};
|
|
120
|
-
export const JobErrorResourceTypes = {
|
|
121
|
-
ASSET: "ASSET",
|
|
122
|
-
DATA_SET: "DATA_SET",
|
|
123
|
-
REVISION: "REVISION",
|
|
124
|
-
};
|
|
125
|
-
export const State = {
|
|
126
|
-
CANCELLED: "CANCELLED",
|
|
127
|
-
COMPLETED: "COMPLETED",
|
|
128
|
-
ERROR: "ERROR",
|
|
129
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
130
|
-
TIMED_OUT: "TIMED_OUT",
|
|
131
|
-
WAITING: "WAITING",
|
|
132
|
-
};
|
|
133
|
-
export const SchemaChangeType = {
|
|
134
|
-
ADD: "ADD",
|
|
135
|
-
MODIFY: "MODIFY",
|
|
136
|
-
REMOVE: "REMOVE",
|
|
137
|
-
};
|
|
138
|
-
export const NotificationType = {
|
|
139
|
-
DATA_DELAY: "DATA_DELAY",
|
|
140
|
-
DATA_UPDATE: "DATA_UPDATE",
|
|
141
|
-
DEPRECATION: "DEPRECATION",
|
|
142
|
-
SCHEMA_CHANGE: "SCHEMA_CHANGE",
|
|
143
|
-
};
|
|
1
|
+
export {};
|
package/dist-types/index.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
27
27
|
export type { DataExchangeExtensionConfiguration } from "./extensionConfiguration";
|
|
28
28
|
export * from "./commands";
|
|
29
29
|
export * from "./pagination";
|
|
30
|
+
export * from "./models/enums";
|
|
30
31
|
export * from "./models/errors";
|
|
31
32
|
export type * from "./models/models_0";
|
|
32
33
|
export { DataExchangeServiceException } from "./models/DataExchangeServiceException";
|