/** * @public * @enum */ export declare const AdditionalArtifact: { readonly ATHENA: "ATHENA"; readonly QUICKSIGHT: "QUICKSIGHT"; readonly REDSHIFT: "REDSHIFT"; }; /** * @public */ export type AdditionalArtifact = (typeof AdditionalArtifact)[keyof typeof AdditionalArtifact]; /** * @public * @enum */ export declare const SchemaElement: { readonly MANUAL_DISCOUNT_COMPATIBILITY: "MANUAL_DISCOUNT_COMPATIBILITY"; readonly RESOURCES: "RESOURCES"; readonly SPLIT_COST_ALLOCATION_DATA: "SPLIT_COST_ALLOCATION_DATA"; }; /** * @public */ export type SchemaElement = (typeof SchemaElement)[keyof typeof SchemaElement]; /** * @public * @enum */ export declare const CompressionFormat: { readonly GZIP: "GZIP"; readonly Parquet: "Parquet"; readonly ZIP: "ZIP"; }; /** * @public */ export type CompressionFormat = (typeof CompressionFormat)[keyof typeof CompressionFormat]; /** * @public * @enum */ export declare const ReportFormat: { readonly CSV: "textORcsv"; readonly Parquet: "Parquet"; }; /** * @public */ export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat]; /** * @public * @enum */ export declare const LastStatus: { readonly ERROR_NO_BUCKET: "ERROR_NO_BUCKET"; readonly ERROR_PERMISSIONS: "ERROR_PERMISSIONS"; readonly SUCCESS: "SUCCESS"; }; /** * @public */ export type LastStatus = (typeof LastStatus)[keyof typeof LastStatus]; /** * @public * @enum */ export declare const ReportVersioning: { readonly CREATE_NEW_REPORT: "CREATE_NEW_REPORT"; readonly OVERWRITE_REPORT: "OVERWRITE_REPORT"; }; /** * @public */ export type ReportVersioning = (typeof ReportVersioning)[keyof typeof ReportVersioning]; /** * @public * @enum */ export declare const AWSRegion: { readonly BAHRAIN: "me-south-1"; readonly BEIJING: "cn-north-1"; readonly CANADA_CENTRAL: "ca-central-1"; readonly CAPE_TOWN: "af-south-1"; readonly FRANKFURT: "eu-central-1"; readonly HONG_KONG: "ap-east-1"; readonly HYDERABAD: "ap-south-2"; readonly IRELAND: "eu-west-1"; readonly JAKARTA: "ap-southeast-3"; readonly LONDON: "eu-west-2"; readonly MILANO: "eu-south-1"; readonly MUMBAI: "ap-south-1"; readonly NINGXIA: "cn-northwest-1"; readonly NORTHERN_CALIFORNIA: "us-west-1"; readonly OHIO: "us-east-2"; readonly OREGON: "us-west-2"; readonly OSAKA: "ap-northeast-3"; readonly PARIS: "eu-west-3"; readonly SAO_PAULO: "sa-east-1"; readonly SEOUL: "ap-northeast-2"; readonly SINGAPORE: "ap-southeast-1"; readonly SPAIN: "eu-south-2"; readonly STOCKHOLM: "eu-north-1"; readonly SYDNEY: "ap-southeast-2"; readonly TOKYO: "ap-northeast-1"; readonly UAE: "me-central-1"; readonly US_STANDARD: "us-east-1"; readonly ZURICH: "eu-central-2"; }; /** * @public */ export type AWSRegion = (typeof AWSRegion)[keyof typeof AWSRegion]; /** * @public * @enum */ export declare const TimeUnit: { readonly DAILY: "DAILY"; readonly HOURLY: "HOURLY"; readonly MONTHLY: "MONTHLY"; }; /** * @public */ export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];