export declare const IntegrationStatusInput: { readonly NOT_CONFIGURED: "NOT_CONFIGURED"; }; export type IntegrationStatusInput = (typeof IntegrationStatusInput)[keyof typeof IntegrationStatusInput]; export declare const AccountJiraIssueManagementStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type AccountJiraIssueManagementStatus = (typeof AccountJiraIssueManagementStatus)[keyof typeof AccountJiraIssueManagementStatus]; export declare const IssueManagementType: { readonly AUTO: "AUTO"; readonly MANUAL: "MANUAL"; }; export type IssueManagementType = (typeof IssueManagementType)[keyof typeof IssueManagementType]; export declare const IntegrationStatus: { readonly CONFIGURED: "CONFIGURED"; readonly NOT_CONFIGURED: "NOT_CONFIGURED"; }; export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus]; export declare const CheckStatus: { readonly ERROR: "ERROR"; readonly FETCH_FAILED: "FETCH_FAILED"; readonly NOT_AVAILABLE: "NOT_AVAILABLE"; readonly OKAY: "OKAY"; readonly WARNING: "WARNING"; }; export type CheckStatus = (typeof CheckStatus)[keyof typeof CheckStatus]; export declare const AdditionalResourceType: { readonly HELPFUL_RESOURCE: "HELPFUL_RESOURCE"; readonly IMPROVEMENT_PLAN: "IMPROVEMENT_PLAN"; }; export type AdditionalResourceType = (typeof AdditionalResourceType)[keyof typeof AdditionalResourceType]; export declare const Pillar: { readonly COST_OPTIMIZATION: "COST_OPTIMIZATION"; readonly OPERATIONAL_EXCELLENCE: "OPERATIONAL_EXCELLENCE"; readonly PERFORMANCE: "PERFORMANCE"; readonly RESILIENCE: "RESILIENCE"; readonly SECURITY: "SECURITY"; }; export type Pillar = (typeof Pillar)[keyof typeof Pillar]; export declare const GenerationStatus: { readonly COMPLETED: "COMPLETED"; readonly ERROR: "ERROR"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly QUEUED: "QUEUED"; }; export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus]; export declare const RecommendationItemType: { readonly AWS_RESOURCE: "AWS_RESOURCE"; readonly RECOMMENDATION: "RECOMMENDATION"; }; export type RecommendationItemType = (typeof RecommendationItemType)[keyof typeof RecommendationItemType]; export declare const RemediationType: { readonly AUTO_REMEDIATION: "AUTO_REMEDIATION"; readonly CLI: "CLI"; readonly CONSOLE: "CONSOLE"; readonly IAC: "IAC"; readonly MCP: "MCP"; readonly SDK: "SDK"; }; export type RemediationType = (typeof RemediationType)[keyof typeof RemediationType]; export declare const Effort: { readonly LARGE: "LARGE"; readonly MEDIUM: "MEDIUM"; readonly SMALL: "SMALL"; }; export type Effort = (typeof Effort)[keyof typeof Effort]; export declare const ImpactCategory: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type ImpactCategory = (typeof ImpactCategory)[keyof typeof ImpactCategory]; export declare const Priority: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type Priority = (typeof Priority)[keyof typeof Priority]; export declare const RecommendationState: { readonly CLOSED: "CLOSED"; readonly OPEN: "OPEN"; }; export type RecommendationState = (typeof RecommendationState)[keyof typeof RecommendationState]; export declare const RecommendationStatus: { readonly ACTIVE: "ACTIVE"; readonly COMPLETED: "COMPLETED"; readonly SUPPRESSED: "SUPPRESSED"; }; export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof RecommendationStatus]; export declare const RecommendationType: { readonly APPLICATION: "APPLICATION"; readonly ARCHITECTURE: "ARCHITECTURE"; readonly RESOURCE: "RESOURCE"; }; export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType]; export declare const ChoiceReason: { readonly ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS"; readonly BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES"; readonly NONE: "NONE"; readonly OTHER: "OTHER"; readonly OUT_OF_SCOPE: "OUT_OF_SCOPE"; }; export type ChoiceReason = (typeof ChoiceReason)[keyof typeof ChoiceReason]; export declare const ChoiceStatus: { readonly NOT_APPLICABLE: "NOT_APPLICABLE"; readonly SELECTED: "SELECTED"; readonly UNSELECTED: "UNSELECTED"; }; export type ChoiceStatus = (typeof ChoiceStatus)[keyof typeof ChoiceStatus]; export declare const AnswerReason: { readonly ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS"; readonly BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES"; readonly NONE: "NONE"; readonly OTHER: "OTHER"; readonly OUT_OF_SCOPE: "OUT_OF_SCOPE"; }; export type AnswerReason = (typeof AnswerReason)[keyof typeof AnswerReason]; export declare const Risk: { readonly HIGH: "HIGH"; readonly MEDIUM: "MEDIUM"; readonly NONE: "NONE"; readonly NOT_APPLICABLE: "NOT_APPLICABLE"; readonly UNANSWERED: "UNANSWERED"; }; export type Risk = (typeof Risk)[keyof typeof Risk]; export declare const QuestionType: { readonly NON_PRIORITIZED: "NON_PRIORITIZED"; readonly PRIORITIZED: "PRIORITIZED"; }; export type QuestionType = (typeof QuestionType)[keyof typeof QuestionType]; export declare const ApplicationType: { readonly DESKTOP_APPLICATION: "DESKTOP_APPLICATION"; readonly OTHER: "OTHER"; readonly SAS: "SAS"; }; export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType]; export declare const ValidationExceptionReason: { readonly CANNOT_PARSE: "CANNOT_PARSE"; readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED"; readonly OTHER: "OTHER"; readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const CheckProvider: { readonly TRUSTED_ADVISOR: "TRUSTED_ADVISOR"; }; export type CheckProvider = (typeof CheckProvider)[keyof typeof CheckProvider]; export declare const CheckFailureReason: { readonly ACCESS_DENIED: "ACCESS_DENIED"; readonly ASSUME_ROLE_ERROR: "ASSUME_ROLE_ERROR"; readonly PREMIUM_SUPPORT_REQUIRED: "PREMIUM_SUPPORT_REQUIRED"; readonly UNKNOWN_ERROR: "UNKNOWN_ERROR"; }; export type CheckFailureReason = (typeof CheckFailureReason)[keyof typeof CheckFailureReason]; export declare const MetricType: { readonly WORKLOAD: "WORKLOAD"; }; export type MetricType = (typeof MetricType)[keyof typeof MetricType]; export declare const Criticality: { readonly BUSINESS_CRITICAL: "BUSINESS_CRITICAL"; readonly MISSION_CRITICAL: "MISSION_CRITICAL"; readonly NON_CRITICAL: "NON_CRITICAL"; readonly TEST_DEVELOPMENT: "TEST_DEVELOPMENT"; }; export type Criticality = (typeof Criticality)[keyof typeof Criticality]; export declare const ContextType: { readonly APPLICATION: "APPLICATION"; }; export type ContextType = (typeof ContextType)[keyof typeof ContextType]; export declare const TrustedAdvisorIntegrationStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type TrustedAdvisorIntegrationStatus = (typeof TrustedAdvisorIntegrationStatus)[keyof typeof TrustedAdvisorIntegrationStatus]; export declare const DefinitionType: { readonly APP_REGISTRY: "APP_REGISTRY"; readonly WORKLOAD_METADATA: "WORKLOAD_METADATA"; }; export type DefinitionType = (typeof DefinitionType)[keyof typeof DefinitionType]; export declare const WorkloadEnvironment: { readonly PREPRODUCTION: "PREPRODUCTION"; readonly PRODUCTION: "PRODUCTION"; }; export type WorkloadEnvironment = (typeof WorkloadEnvironment)[keyof typeof WorkloadEnvironment]; export declare const WorkloadIssueManagementStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; readonly INHERIT: "INHERIT"; }; export type WorkloadIssueManagementStatus = (typeof WorkloadIssueManagementStatus)[keyof typeof WorkloadIssueManagementStatus]; export declare const PermissionType: { readonly CONTRIBUTOR: "CONTRIBUTOR"; readonly READONLY: "READONLY"; }; export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType]; export declare const LensStatusType: { readonly ALL: "ALL"; readonly DRAFT: "DRAFT"; readonly PUBLISHED: "PUBLISHED"; }; export type LensStatusType = (typeof LensStatusType)[keyof typeof LensStatusType]; export declare const DifferenceStatus: { readonly DELETED: "DELETED"; readonly NEW: "NEW"; readonly UPDATED: "UPDATED"; }; export type DifferenceStatus = (typeof DifferenceStatus)[keyof typeof DifferenceStatus]; export declare const DiscoveryIntegrationStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type DiscoveryIntegrationStatus = (typeof DiscoveryIntegrationStatus)[keyof typeof DiscoveryIntegrationStatus]; export declare const FeedbackCategory: { readonly OTHER: "OTHER"; readonly RECOMMENDATION_INCORRECT: "RECOMMENDATION_INCORRECT"; readonly RECOMMENDATION_NOT_RELEVANT: "RECOMMENDATION_NOT_RELEVANT"; readonly RESOURCE_NOT_IMPORTANT: "RESOURCE_NOT_IMPORTANT"; readonly RESOURCE_TYPE_NOT_IMPORTANT: "RESOURCE_TYPE_NOT_IMPORTANT"; }; export type FeedbackCategory = (typeof FeedbackCategory)[keyof typeof FeedbackCategory]; export declare const RecommendationSource: { readonly CLOUDWATCH: "CLOUDWATCH"; readonly COST_EXPLORER: "COST_EXPLORER"; readonly CUSTOMER_IAC: "CUSTOMER_IAC"; readonly TRUSTED_ADVISOR: "TRUSTED_ADVISOR"; readonly WELL_ARCHITECTED_AGENT: "WELL_ARCHITECTED_AGENT"; readonly WELL_ARCHITECTED_TOOL: "WELL_ARCHITECTED_TOOL"; }; export type RecommendationSource = (typeof RecommendationSource)[keyof typeof RecommendationSource]; export declare const RiskRating: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type RiskRating = (typeof RiskRating)[keyof typeof RiskRating]; export declare const ReportFormat: { readonly JSON: "JSON"; readonly PDF: "PDF"; }; export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat]; export declare const OrganizationSharingStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type OrganizationSharingStatus = (typeof OrganizationSharingStatus)[keyof typeof OrganizationSharingStatus]; export declare const LensStatus: { readonly CURRENT: "CURRENT"; readonly DELETED: "DELETED"; readonly DEPRECATED: "DEPRECATED"; readonly NOT_CURRENT: "NOT_CURRENT"; readonly UNSHARED: "UNSHARED"; }; export type LensStatus = (typeof LensStatus)[keyof typeof LensStatus]; export declare const WorkloadImprovementStatus: { readonly COMPLETE: "COMPLETE"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly NOT_APPLICABLE: "NOT_APPLICABLE"; readonly NOT_STARTED: "NOT_STARTED"; readonly RISK_ACKNOWLEDGED: "RISK_ACKNOWLEDGED"; }; export type WorkloadImprovementStatus = (typeof WorkloadImprovementStatus)[keyof typeof WorkloadImprovementStatus]; export declare const Question: { readonly ANSWERED: "ANSWERED"; readonly UNANSWERED: "UNANSWERED"; }; export type Question = (typeof Question)[keyof typeof Question]; export declare const ReviewTemplateUpdateStatus: { readonly CURRENT: "CURRENT"; readonly LENS_NOT_CURRENT: "LENS_NOT_CURRENT"; }; export type ReviewTemplateUpdateStatus = (typeof ReviewTemplateUpdateStatus)[keyof typeof ReviewTemplateUpdateStatus]; export declare const ReviewTemplateAnswerStatus: { readonly ANSWERED: "ANSWERED"; readonly UNANSWERED: "UNANSWERED"; }; export type ReviewTemplateAnswerStatus = (typeof ReviewTemplateAnswerStatus)[keyof typeof ReviewTemplateAnswerStatus]; export declare const ImportLensStatus: { readonly COMPLETE: "COMPLETE"; readonly ERROR: "ERROR"; readonly IN_PROGRESS: "IN_PROGRESS"; }; export type ImportLensStatus = (typeof ImportLensStatus)[keyof typeof ImportLensStatus]; export declare const IntegratingService: { readonly JIRA: "JIRA"; }; export type IntegratingService = (typeof IntegratingService)[keyof typeof IntegratingService]; export declare const ShareStatus: { readonly ACCEPTED: "ACCEPTED"; readonly ASSOCIATED: "ASSOCIATED"; readonly ASSOCIATING: "ASSOCIATING"; readonly EXPIRED: "EXPIRED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly REJECTED: "REJECTED"; readonly REVOKED: "REVOKED"; }; export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus]; export declare const LensType: { readonly AWS_OFFICIAL: "AWS_OFFICIAL"; readonly CUSTOM_SELF: "CUSTOM_SELF"; readonly CUSTOM_SHARED: "CUSTOM_SHARED"; }; export type LensType = (typeof LensType)[keyof typeof LensType]; export declare const QuestionPriority: { readonly NONE: "NONE"; readonly PRIORITIZED: "PRIORITIZED"; }; export type QuestionPriority = (typeof QuestionPriority)[keyof typeof QuestionPriority]; export declare const NotificationType: { readonly LENS_VERSION_DEPRECATED: "LENS_VERSION_DEPRECATED"; readonly LENS_VERSION_UPGRADED: "LENS_VERSION_UPGRADED"; }; export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType]; export declare const ProfileNotificationType: { readonly PROFILE_ANSWERS_UPDATED: "PROFILE_ANSWERS_UPDATED"; readonly PROFILE_DELETED: "PROFILE_DELETED"; }; export type ProfileNotificationType = (typeof ProfileNotificationType)[keyof typeof ProfileNotificationType]; export declare const ProfileOwnerType: { readonly SELF: "SELF"; readonly SHARED: "SHARED"; }; export type ProfileOwnerType = (typeof ProfileOwnerType)[keyof typeof ProfileOwnerType]; export declare const ShareResourceType: { readonly LENS: "LENS"; readonly PROFILE: "PROFILE"; readonly TEMPLATE: "TEMPLATE"; readonly WORKLOAD: "WORKLOAD"; }; export type ShareResourceType = (typeof ShareResourceType)[keyof typeof ShareResourceType]; export declare const RecommendationFeedbackType: { readonly NOT_USEFUL: "NOT_USEFUL"; readonly USEFUL: "USEFUL"; }; export type RecommendationFeedbackType = (typeof RecommendationFeedbackType)[keyof typeof RecommendationFeedbackType]; export declare const ShareInvitationAction: { readonly ACCEPT: "ACCEPT"; readonly REJECT: "REJECT"; }; export type ShareInvitationAction = (typeof ShareInvitationAction)[keyof typeof ShareInvitationAction];