export declare const CloudAutonomousVmClusterComputeModel: {
    readonly Ecpu: "ECPU";
    readonly Ocpu: "OCPU";
};
/**
 * The compute model of the Autonomous VM cluster: ECPU or OCPU.
 */
export type CloudAutonomousVmClusterComputeModel = (typeof CloudAutonomousVmClusterComputeModel)[keyof typeof CloudAutonomousVmClusterComputeModel];
export declare const CloudAutonomousVmClusterLicenseModel: {
    readonly BringYourOwnLicense: "BRING_YOUR_OWN_LICENSE";
    readonly LicenseIncluded: "LICENSE_INCLUDED";
};
/**
 * The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
 */
export type CloudAutonomousVmClusterLicenseModel = (typeof CloudAutonomousVmClusterLicenseModel)[keyof typeof CloudAutonomousVmClusterLicenseModel];
export declare const CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem: {
    readonly Monday: "MONDAY";
    readonly Tuesday: "TUESDAY";
    readonly Wednesday: "WEDNESDAY";
    readonly Thursday: "THURSDAY";
    readonly Friday: "FRIDAY";
    readonly Saturday: "SATURDAY";
    readonly Sunday: "SUNDAY";
};
export type CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem = (typeof CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem)[keyof typeof CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem];
export declare const CloudAutonomousVmClusterMaintenanceWindowMonthsItem: {
    readonly January: "JANUARY";
    readonly February: "FEBRUARY";
    readonly March: "MARCH";
    readonly April: "APRIL";
    readonly May: "MAY";
    readonly June: "JUNE";
    readonly July: "JULY";
    readonly August: "AUGUST";
    readonly September: "SEPTEMBER";
    readonly October: "OCTOBER";
    readonly November: "NOVEMBER";
    readonly December: "DECEMBER";
};
export type CloudAutonomousVmClusterMaintenanceWindowMonthsItem = (typeof CloudAutonomousVmClusterMaintenanceWindowMonthsItem)[keyof typeof CloudAutonomousVmClusterMaintenanceWindowMonthsItem];
export declare const CloudAutonomousVmClusterMaintenanceWindowPreference: {
    readonly NoPreference: "NO_PREFERENCE";
    readonly CustomPreference: "CUSTOM_PREFERENCE";
};
/**
 * The preference for the maintenance window scheduling.
 */
export type CloudAutonomousVmClusterMaintenanceWindowPreference = (typeof CloudAutonomousVmClusterMaintenanceWindowPreference)[keyof typeof CloudAutonomousVmClusterMaintenanceWindowPreference];
export declare const CloudExadataInfrastructureMaintenanceWindowDaysOfWeekItem: {
    readonly Monday: "MONDAY";
    readonly Tuesday: "TUESDAY";
    readonly Wednesday: "WEDNESDAY";
    readonly Thursday: "THURSDAY";
    readonly Friday: "FRIDAY";
    readonly Saturday: "SATURDAY";
    readonly Sunday: "SUNDAY";
};
export type CloudExadataInfrastructureMaintenanceWindowDaysOfWeekItem = (typeof CloudExadataInfrastructureMaintenanceWindowDaysOfWeekItem)[keyof typeof CloudExadataInfrastructureMaintenanceWindowDaysOfWeekItem];
export declare const CloudExadataInfrastructureMaintenanceWindowMonthsItem: {
    readonly January: "JANUARY";
    readonly February: "FEBRUARY";
    readonly March: "MARCH";
    readonly April: "APRIL";
    readonly May: "MAY";
    readonly June: "JUNE";
    readonly July: "JULY";
    readonly August: "AUGUST";
    readonly September: "SEPTEMBER";
    readonly October: "OCTOBER";
    readonly November: "NOVEMBER";
    readonly December: "DECEMBER";
};
export type CloudExadataInfrastructureMaintenanceWindowMonthsItem = (typeof CloudExadataInfrastructureMaintenanceWindowMonthsItem)[keyof typeof CloudExadataInfrastructureMaintenanceWindowMonthsItem];
export declare const CloudVmClusterLicenseModel: {
    readonly BringYourOwnLicense: "BRING_YOUR_OWN_LICENSE";
    readonly LicenseIncluded: "LICENSE_INCLUDED";
};
/**
 * The Oracle license model applied to the VM cluster.
 */
export type CloudVmClusterLicenseModel = (typeof CloudVmClusterLicenseModel)[keyof typeof CloudVmClusterLicenseModel];
export declare const OdbNetworkKmsAccess: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * The AWS Key Management Service (KMS) access configuration for the ODB network.
 */
export type OdbNetworkKmsAccess = (typeof OdbNetworkKmsAccess)[keyof typeof OdbNetworkKmsAccess];
export declare const OdbNetworkManagedResourceStatus: {
    readonly Enabled: "ENABLED";
    readonly Enabling: "ENABLING";
    readonly Disabled: "DISABLED";
    readonly Disabling: "DISABLING";
};
/**
 * The status of the managed resource access.
 */
export type OdbNetworkManagedResourceStatus = (typeof OdbNetworkManagedResourceStatus)[keyof typeof OdbNetworkManagedResourceStatus];
export declare const OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType: {
    readonly Servicenetwork: "SERVICENETWORK";
};
/**
 * The type of the VPC endpoint.
 */
export type OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType = (typeof OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType)[keyof typeof OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType];
export declare const OdbNetworkS3Access: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * Specifies the configuration for Amazon S3 access from the ODB network.
 */
export type OdbNetworkS3Access = (typeof OdbNetworkS3Access)[keyof typeof OdbNetworkS3Access];
export declare const OdbNetworkStsAccess: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * The AWS Security Token Service (STS) access configuration for the ODB network.
 */
export type OdbNetworkStsAccess = (typeof OdbNetworkStsAccess)[keyof typeof OdbNetworkStsAccess];
export declare const OdbNetworkZeroEtlAccess: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * Specifies the configuration for Zero-ETL access from the ODB network.
 */
export type OdbNetworkZeroEtlAccess = (typeof OdbNetworkZeroEtlAccess)[keyof typeof OdbNetworkZeroEtlAccess];
