/** * @public * @enum */ export declare const AcceptanceStateFilterValue: { readonly ACCEPTED: "ACCEPTED"; readonly PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE"; }; /** * @public */ export type AcceptanceStateFilterValue = (typeof AcceptanceStateFilterValue)[keyof typeof AcceptanceStateFilterValue]; /** * @public * @enum */ export declare const DataGrantAcceptanceState: { readonly ACCEPTED: "ACCEPTED"; readonly PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE"; }; /** * @public */ export type DataGrantAcceptanceState = (typeof DataGrantAcceptanceState)[keyof typeof DataGrantAcceptanceState]; /** * @public * @enum */ export declare const GrantDistributionScope: { readonly AWS_ORGANIZATION: "AWS_ORGANIZATION"; readonly NONE: "NONE"; }; /** * @public */ export type GrantDistributionScope = (typeof GrantDistributionScope)[keyof typeof GrantDistributionScope]; /** * @public * @enum */ export declare const ResourceType: { readonly ASSET: "ASSET"; readonly DATA_GRANT: "DATA_GRANT"; readonly DATA_SET: "DATA_SET"; readonly EVENT_ACTION: "EVENT_ACTION"; readonly JOB: "JOB"; readonly REVISION: "REVISION"; }; /** * @public */ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType]; /** * @public * @enum */ export declare const ExceptionCause: { readonly InsufficientS3BucketPolicy: "InsufficientS3BucketPolicy"; readonly S3AccessDenied: "S3AccessDenied"; }; /** * @public */ export type ExceptionCause = (typeof ExceptionCause)[keyof typeof ExceptionCause]; /** * @public * @enum */ export declare const ServerSideEncryptionTypes: { readonly AES256: "AES256"; readonly aws_kms: "aws:kms"; }; /** * @public */ export type ServerSideEncryptionTypes = (typeof ServerSideEncryptionTypes)[keyof typeof ServerSideEncryptionTypes]; /** * @public * @enum */ export declare const ProtocolType: { readonly REST: "REST"; }; /** * @public */ export type ProtocolType = (typeof ProtocolType)[keyof typeof ProtocolType]; /** * @public * @enum */ export declare const LFResourceType: { readonly DATABASE: "DATABASE"; readonly TABLE: "TABLE"; }; /** * @public */ export type LFResourceType = (typeof LFResourceType)[keyof typeof LFResourceType]; /** * @public * @enum */ export declare const LakeFormationDataPermissionType: { readonly LFTagPolicy: "LFTagPolicy"; }; /** * @public */ export type LakeFormationDataPermissionType = (typeof LakeFormationDataPermissionType)[keyof typeof LakeFormationDataPermissionType]; /** * @public * @enum */ export declare const LFPermission: { readonly DESCRIBE: "DESCRIBE"; readonly SELECT: "SELECT"; }; /** * @public */ export type LFPermission = (typeof LFPermission)[keyof typeof LFPermission]; /** * @public * @enum */ export declare const AssetType: { readonly API_GATEWAY_API: "API_GATEWAY_API"; readonly LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION"; readonly REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE"; readonly S3_DATA_ACCESS: "S3_DATA_ACCESS"; readonly S3_SNAPSHOT: "S3_SNAPSHOT"; }; /** * @public */ export type AssetType = (typeof AssetType)[keyof typeof AssetType]; /** * @public * @enum */ export declare const Code: { readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION"; readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION"; readonly MALWARE_DETECTED: "MALWARE_DETECTED"; readonly MALWARE_SCAN_ENCRYPTED_FILE: "MALWARE_SCAN_ENCRYPTED_FILE"; readonly RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION"; readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION"; readonly VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION"; }; /** * @public */ export type Code = (typeof Code)[keyof typeof Code]; /** * @public * @enum */ export declare const LimitName: { readonly AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision"; readonly Active_and_pending_data_grants: "Active and pending data grants"; readonly Amazon_API_Gateway_API_assets_per_revision: "Amazon API Gateway API assets per revision"; readonly Amazon_Redshift_datashare_assets_per_import_job_from_Redshift: "Amazon Redshift datashare assets per import job from Redshift"; readonly Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision"; readonly Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision"; readonly Asset_per_export_job_from_Amazon_S3: "Asset per export job from Amazon S3"; readonly Asset_size_in_GB: "Asset size in GB"; readonly Assets_per_import_job_from_Amazon_S3: "Assets per import job from Amazon S3"; readonly Assets_per_revision: "Assets per revision"; readonly Auto_export_event_actions_per_data_set: "Auto export event actions per data set"; readonly 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"; readonly Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3: "Concurrent in progress jobs to export assets to Amazon S3"; readonly Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL: "Concurrent in progress jobs to export assets to a signed URL"; readonly Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3: "Concurrent in progress jobs to export revisions to Amazon S3"; readonly Concurrent_in_progress_jobs_to_import_assets_from_Amazon_Redshift_datashares: "Concurrent in progress jobs to import assets from Amazon Redshift datashares"; readonly Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3: "Concurrent in progress jobs to import assets from Amazon S3"; readonly Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL: "Concurrent in progress jobs to import assets from a signed URL"; readonly Concurrent_in_progress_jobs_to_import_assets_from_an_API_Gateway_API: "Concurrent in progress jobs to import assets from an API Gateway API"; readonly 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"; readonly Data_sets_per_account: "Data sets per account"; readonly Data_sets_per_product: "Data sets per product"; readonly Event_actions_per_account: "Event actions per account"; readonly Pending_data_grants_per_consumer: "Pending data grants per consumer"; readonly Products_per_account: "Products per account"; readonly Revisions_per_AWS_Lake_Formation_data_permission_data_set: "Revisions per AWS Lake Formation data permission data set"; readonly Revisions_per_Amazon_API_Gateway_API_data_set: "Revisions per Amazon API Gateway API data set"; readonly Revisions_per_Amazon_Redshift_datashare_data_set: "Revisions per Amazon Redshift datashare data set"; readonly Revisions_per_Amazon_S3_data_access_data_set: "Revisions per Amazon S3 data access data set"; readonly Revisions_per_data_set: "Revisions per data set"; }; /** * @public */ export type LimitName = (typeof LimitName)[keyof typeof LimitName]; /** * @public * @enum */ export declare const Origin: { readonly ENTITLED: "ENTITLED"; readonly OWNED: "OWNED"; }; /** * @public */ export type Origin = (typeof Origin)[keyof typeof Origin]; /** * @public * @enum */ export declare const DatabaseLFTagPolicyPermission: { readonly DESCRIBE: "DESCRIBE"; }; /** * @public */ export type DatabaseLFTagPolicyPermission = (typeof DatabaseLFTagPolicyPermission)[keyof typeof DatabaseLFTagPolicyPermission]; /** * @public * @enum */ export declare const TableTagPolicyLFPermission: { readonly DESCRIBE: "DESCRIBE"; readonly SELECT: "SELECT"; }; /** * @public */ export type TableTagPolicyLFPermission = (typeof TableTagPolicyLFPermission)[keyof typeof TableTagPolicyLFPermission]; /** * @public * @enum */ export declare const Type: { readonly CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET: "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET"; readonly EXPORT_ASSETS_TO_S3: "EXPORT_ASSETS_TO_S3"; readonly EXPORT_ASSET_TO_SIGNED_URL: "EXPORT_ASSET_TO_SIGNED_URL"; readonly EXPORT_REVISIONS_TO_S3: "EXPORT_REVISIONS_TO_S3"; readonly IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY: "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY"; readonly IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES: "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES"; readonly IMPORT_ASSETS_FROM_S3: "IMPORT_ASSETS_FROM_S3"; readonly IMPORT_ASSET_FROM_API_GATEWAY_API: "IMPORT_ASSET_FROM_API_GATEWAY_API"; readonly IMPORT_ASSET_FROM_SIGNED_URL: "IMPORT_ASSET_FROM_SIGNED_URL"; }; /** * @public */ export type Type = (typeof Type)[keyof typeof Type]; /** * @public * @enum */ export declare const JobErrorLimitName: { readonly AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision"; readonly Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision"; readonly Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision"; readonly Asset_size_in_GB: "Asset size in GB"; readonly Assets_per_revision: "Assets per revision"; }; /** * @public */ export type JobErrorLimitName = (typeof JobErrorLimitName)[keyof typeof JobErrorLimitName]; /** * @public * @enum */ export declare const JobErrorResourceTypes: { readonly ASSET: "ASSET"; readonly DATA_SET: "DATA_SET"; readonly REVISION: "REVISION"; }; /** * @public */ export type JobErrorResourceTypes = (typeof JobErrorResourceTypes)[keyof typeof JobErrorResourceTypes]; /** * @public * @enum */ export declare const State: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly ERROR: "ERROR"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly TIMED_OUT: "TIMED_OUT"; readonly WAITING: "WAITING"; }; /** * @public */ export type State = (typeof State)[keyof typeof State]; /** * @public * @enum */ export declare const SchemaChangeType: { readonly ADD: "ADD"; readonly MODIFY: "MODIFY"; readonly REMOVE: "REMOVE"; }; /** * @public */ export type SchemaChangeType = (typeof SchemaChangeType)[keyof typeof SchemaChangeType]; /** * @public * @enum */ export declare const NotificationType: { readonly DATA_DELAY: "DATA_DELAY"; readonly DATA_UPDATE: "DATA_UPDATE"; readonly DEPRECATION: "DEPRECATION"; readonly SCHEMA_CHANGE: "SCHEMA_CHANGE"; }; /** * @public */ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];