export declare const EnvironmentAccountConnectionStatus: { readonly CONNECTED: "CONNECTED"; readonly PENDING: "PENDING"; readonly REJECTED: "REJECTED"; }; export type EnvironmentAccountConnectionStatus = (typeof EnvironmentAccountConnectionStatus)[keyof typeof EnvironmentAccountConnectionStatus]; export declare const RepositoryProvider: { readonly BITBUCKET: "BITBUCKET"; readonly GITHUB: "GITHUB"; readonly GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE"; }; export type RepositoryProvider = (typeof RepositoryProvider)[keyof typeof RepositoryProvider]; export declare const DeploymentStatus: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly DELETE_COMPLETE: "DELETE_COMPLETE"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus]; export declare const Provisioning: { readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED"; }; export type Provisioning = (typeof Provisioning)[keyof typeof Provisioning]; export declare const ProvisionedResourceEngine: { readonly CLOUDFORMATION: "CLOUDFORMATION"; readonly TERRAFORM: "TERRAFORM"; }; export type ProvisionedResourceEngine = (typeof ProvisionedResourceEngine)[keyof typeof ProvisionedResourceEngine]; export declare const ComponentDeploymentUpdateType: { readonly CURRENT_VERSION: "CURRENT_VERSION"; readonly NONE: "NONE"; }; export type ComponentDeploymentUpdateType = (typeof ComponentDeploymentUpdateType)[keyof typeof ComponentDeploymentUpdateType]; export declare const DeploymentTargetResourceType: { readonly COMPONENT: "COMPONENT"; readonly ENVIRONMENT: "ENVIRONMENT"; readonly SERVICE_INSTANCE: "SERVICE_INSTANCE"; readonly SERVICE_PIPELINE: "SERVICE_PIPELINE"; }; export type DeploymentTargetResourceType = (typeof DeploymentTargetResourceType)[keyof typeof DeploymentTargetResourceType]; export declare const EnvironmentAccountConnectionRequesterAccountType: { readonly ENVIRONMENT_ACCOUNT: "ENVIRONMENT_ACCOUNT"; readonly MANAGEMENT_ACCOUNT: "MANAGEMENT_ACCOUNT"; }; export type EnvironmentAccountConnectionRequesterAccountType = (typeof EnvironmentAccountConnectionRequesterAccountType)[keyof typeof EnvironmentAccountConnectionRequesterAccountType]; export declare const DeploymentUpdateType: { readonly CURRENT_VERSION: "CURRENT_VERSION"; readonly MAJOR_VERSION: "MAJOR_VERSION"; readonly MINOR_VERSION: "MINOR_VERSION"; readonly NONE: "NONE"; }; export type DeploymentUpdateType = (typeof DeploymentUpdateType)[keyof typeof DeploymentUpdateType]; export declare const TemplateVersionStatus: { readonly DRAFT: "DRAFT"; readonly PUBLISHED: "PUBLISHED"; readonly REGISTRATION_FAILED: "REGISTRATION_FAILED"; readonly REGISTRATION_IN_PROGRESS: "REGISTRATION_IN_PROGRESS"; }; export type TemplateVersionStatus = (typeof TemplateVersionStatus)[keyof typeof TemplateVersionStatus]; export declare const SyncType: { readonly SERVICE_SYNC: "SERVICE_SYNC"; readonly TEMPLATE_SYNC: "TEMPLATE_SYNC"; }; export type SyncType = (typeof SyncType)[keyof typeof SyncType]; export declare const RepositorySyncStatus: { readonly FAILED: "FAILED"; readonly INITIATED: "INITIATED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly QUEUED: "QUEUED"; readonly SUCCEEDED: "SUCCEEDED"; }; export type RepositorySyncStatus = (typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus]; export declare const ResourceSyncStatus: { readonly FAILED: "FAILED"; readonly INITIATED: "INITIATED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type ResourceSyncStatus = (typeof ResourceSyncStatus)[keyof typeof ResourceSyncStatus]; export declare const TemplateType: { readonly ENVIRONMENT: "ENVIRONMENT"; readonly SERVICE: "SERVICE"; }; export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType]; export declare const ResourceDeploymentStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type ResourceDeploymentStatus = (typeof ResourceDeploymentStatus)[keyof typeof ResourceDeploymentStatus]; export declare const ListServiceInstancesFilterBy: { readonly CREATED_AT_AFTER: "createdAtAfter"; readonly CREATED_AT_BEFORE: "createdAtBefore"; readonly DEPLOYED_TEMPLATE_VERSION_STATUS: "deployedTemplateVersionStatus"; readonly DEPLOYMENT_STATUS: "deploymentStatus"; readonly ENVIRONMENT_NAME: "environmentName"; readonly LAST_DEPLOYMENT_ATTEMPTED_AT_AFTER: "lastDeploymentAttemptedAtAfter"; readonly LAST_DEPLOYMENT_ATTEMPTED_AT_BEFORE: "lastDeploymentAttemptedAtBefore"; readonly NAME: "name"; readonly SERVICE_NAME: "serviceName"; readonly TEMPLATE_NAME: "templateName"; }; export type ListServiceInstancesFilterBy = (typeof ListServiceInstancesFilterBy)[keyof typeof ListServiceInstancesFilterBy]; export declare const ListServiceInstancesSortBy: { readonly CREATED_AT: "createdAt"; readonly DEPLOYMENT_STATUS: "deploymentStatus"; readonly ENVIRONMENT_NAME: "environmentName"; readonly LAST_DEPLOYMENT_ATTEMPTED_AT: "lastDeploymentAttemptedAt"; readonly NAME: "name"; readonly SERVICE_NAME: "serviceName"; readonly TEMPLATE_NAME: "templateName"; }; export type ListServiceInstancesSortBy = (typeof ListServiceInstancesSortBy)[keyof typeof ListServiceInstancesSortBy]; export declare const SortOrder: { readonly ASCENDING: "ASCENDING"; readonly DESCENDING: "DESCENDING"; }; export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder]; export declare const ServiceStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_FAILED_CLEANUP_COMPLETE: "CREATE_FAILED_CLEANUP_COMPLETE"; readonly CREATE_FAILED_CLEANUP_FAILED: "CREATE_FAILED_CLEANUP_FAILED"; readonly CREATE_FAILED_CLEANUP_IN_PROGRESS: "CREATE_FAILED_CLEANUP_IN_PROGRESS"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly UPDATE_COMPLETE_CLEANUP_FAILED: "UPDATE_COMPLETE_CLEANUP_FAILED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATE_FAILED_CLEANUP_COMPLETE: "UPDATE_FAILED_CLEANUP_COMPLETE"; readonly UPDATE_FAILED_CLEANUP_FAILED: "UPDATE_FAILED_CLEANUP_FAILED"; readonly UPDATE_FAILED_CLEANUP_IN_PROGRESS: "UPDATE_FAILED_CLEANUP_IN_PROGRESS"; readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS"; }; export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus]; export declare const BlockerStatus: { readonly ACTIVE: "ACTIVE"; readonly RESOLVED: "RESOLVED"; }; export type BlockerStatus = (typeof BlockerStatus)[keyof typeof BlockerStatus]; export declare const BlockerType: { readonly AUTOMATED: "AUTOMATED"; }; export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType]; export declare const ServiceTemplateSupportedComponentSourceType: { readonly DIRECTLY_DEFINED: "DIRECTLY_DEFINED"; }; export type ServiceTemplateSupportedComponentSourceType = (typeof ServiceTemplateSupportedComponentSourceType)[keyof typeof ServiceTemplateSupportedComponentSourceType];