/** * @public * @enum */ export declare const CertificateValidationRecordStatus: { readonly FAILED: "FAILED"; readonly PENDING_VALIDATION: "PENDING_VALIDATION"; readonly SUCCESS: "SUCCESS"; }; /** * @public */ export type CertificateValidationRecordStatus = (typeof CertificateValidationRecordStatus)[keyof typeof CertificateValidationRecordStatus]; /** * @public * @enum */ export declare const CustomDomainAssociationStatus: { readonly ACTIVE: "ACTIVE"; readonly BINDING_CERTIFICATE: "BINDING_CERTIFICATE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETING: "DELETING"; readonly PENDING_CERTIFICATE_DNS_VALIDATION: "PENDING_CERTIFICATE_DNS_VALIDATION"; }; /** * @public */ export type CustomDomainAssociationStatus = (typeof CustomDomainAssociationStatus)[keyof typeof CustomDomainAssociationStatus]; /** * @public * @enum */ export declare const AutoScalingConfigurationStatus: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type AutoScalingConfigurationStatus = (typeof AutoScalingConfigurationStatus)[keyof typeof AutoScalingConfigurationStatus]; /** * @public * @enum */ export declare const ProviderType: { readonly BITBUCKET: "BITBUCKET"; readonly GITHUB: "GITHUB"; }; /** * @public */ export type ProviderType = (typeof ProviderType)[keyof typeof ProviderType]; /** * @public * @enum */ export declare const ConnectionStatus: { readonly AVAILABLE: "AVAILABLE"; readonly DELETED: "DELETED"; readonly ERROR: "ERROR"; readonly PENDING_HANDSHAKE: "PENDING_HANDSHAKE"; }; /** * @public */ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus]; /** * @public * @enum */ export declare const TracingVendor: { readonly AWSXRAY: "AWSXRAY"; }; /** * @public */ export type TracingVendor = (typeof TracingVendor)[keyof typeof TracingVendor]; /** * @public * @enum */ export declare const ObservabilityConfigurationStatus: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type ObservabilityConfigurationStatus = (typeof ObservabilityConfigurationStatus)[keyof typeof ObservabilityConfigurationStatus]; /** * @public * @enum */ export declare const HealthCheckProtocol: { readonly HTTP: "HTTP"; readonly TCP: "TCP"; }; /** * @public */ export type HealthCheckProtocol = (typeof HealthCheckProtocol)[keyof typeof HealthCheckProtocol]; /** * @public * @enum */ export declare const EgressType: { readonly DEFAULT: "DEFAULT"; readonly VPC: "VPC"; }; /** * @public */ export type EgressType = (typeof EgressType)[keyof typeof EgressType]; /** * @public * @enum */ export declare const IpAddressType: { readonly DUAL_STACK: "DUAL_STACK"; readonly IPV4: "IPV4"; }; /** * @public */ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType]; /** * @public * @enum */ export declare const Runtime: { readonly CORRETTO_11: "CORRETTO_11"; readonly CORRETTO_8: "CORRETTO_8"; readonly DOTNET_6: "DOTNET_6"; readonly GO_1: "GO_1"; readonly NODEJS_12: "NODEJS_12"; readonly NODEJS_14: "NODEJS_14"; readonly NODEJS_16: "NODEJS_16"; readonly NODEJS_18: "NODEJS_18"; readonly NODEJS_22: "NODEJS_22"; readonly PHP_81: "PHP_81"; readonly PYTHON_3: "PYTHON_3"; readonly PYTHON_311: "PYTHON_311"; readonly RUBY_31: "RUBY_31"; }; /** * @public */ export type Runtime = (typeof Runtime)[keyof typeof Runtime]; /** * @public * @enum */ export declare const ConfigurationSource: { readonly API: "API"; readonly REPOSITORY: "REPOSITORY"; }; /** * @public */ export type ConfigurationSource = (typeof ConfigurationSource)[keyof typeof ConfigurationSource]; /** * @public * @enum */ export declare const SourceCodeVersionType: { readonly BRANCH: "BRANCH"; }; /** * @public */ export type SourceCodeVersionType = (typeof SourceCodeVersionType)[keyof typeof SourceCodeVersionType]; /** * @public * @enum */ export declare const ImageRepositoryType: { readonly ECR: "ECR"; readonly ECR_PUBLIC: "ECR_PUBLIC"; }; /** * @public */ export type ImageRepositoryType = (typeof ImageRepositoryType)[keyof typeof ImageRepositoryType]; /** * @public * @enum */ export declare const ServiceStatus: { readonly CREATE_FAILED: "CREATE_FAILED"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly OPERATION_IN_PROGRESS: "OPERATION_IN_PROGRESS"; readonly PAUSED: "PAUSED"; readonly RUNNING: "RUNNING"; }; /** * @public */ export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus]; /** * @public * @enum */ export declare const VpcConnectorStatus: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type VpcConnectorStatus = (typeof VpcConnectorStatus)[keyof typeof VpcConnectorStatus]; /** * @public * @enum */ export declare const VpcIngressConnectionStatus: { readonly AVAILABLE: "AVAILABLE"; readonly DELETED: "DELETED"; readonly FAILED_CREATION: "FAILED_CREATION"; readonly FAILED_DELETION: "FAILED_DELETION"; readonly FAILED_UPDATE: "FAILED_UPDATE"; readonly PENDING_CREATION: "PENDING_CREATION"; readonly PENDING_DELETION: "PENDING_DELETION"; readonly PENDING_UPDATE: "PENDING_UPDATE"; }; /** * @public */ export type VpcIngressConnectionStatus = (typeof VpcIngressConnectionStatus)[keyof typeof VpcIngressConnectionStatus]; /** * @public * @enum */ export declare const OperationStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly PENDING: "PENDING"; readonly ROLLBACK_FAILED: "ROLLBACK_FAILED"; readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS"; readonly ROLLBACK_SUCCEEDED: "ROLLBACK_SUCCEEDED"; readonly SUCCEEDED: "SUCCEEDED"; }; /** * @public */ export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus]; /** * @public * @enum */ export declare const OperationType: { readonly CREATE_SERVICE: "CREATE_SERVICE"; readonly DELETE_SERVICE: "DELETE_SERVICE"; readonly PAUSE_SERVICE: "PAUSE_SERVICE"; readonly RESUME_SERVICE: "RESUME_SERVICE"; readonly START_DEPLOYMENT: "START_DEPLOYMENT"; readonly UPDATE_SERVICE: "UPDATE_SERVICE"; }; /** * @public */ export type OperationType = (typeof OperationType)[keyof typeof OperationType];