@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
623 lines • 22 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataSourceParsingModality = exports.DataSourceEnrichmentStrategyMethod = exports.DataSourceEnabledOrDisabledState = exports.DataSourceDataDeletionPolicy = exports.DataSourceCrawlFilterConfigurationType = exports.DataSourceContextEnrichmentType = exports.DataSourceConfluenceSourceConfigurationHostType = exports.DataSourceConfluenceSourceConfigurationAuthType = exports.DataSourceChunkingStrategy = exports.DataAutomationProjectVideoStandardGenerativeFieldType = exports.DataAutomationProjectVideoExtractionCategoryType = exports.DataAutomationProjectStatus = exports.DataAutomationProjectState = exports.DataAutomationProjectStage = exports.DataAutomationProjectSensitiveDataDetectionScope = exports.DataAutomationProjectSensitiveDataDetectionMode = exports.DataAutomationProjectProjectType = exports.DataAutomationProjectPiiRedactionMaskMode = exports.DataAutomationProjectPiiEntityTypes = exports.DataAutomationProjectLanguage = exports.DataAutomationProjectImageStandardGenerativeFieldType = exports.DataAutomationProjectImageExtractionCategoryType = exports.DataAutomationProjectDocumentOutputTextFormatType = exports.DataAutomationProjectDocumentExtractionGranularityType = exports.DataAutomationProjectDesiredModality = exports.DataAutomationProjectBlueprintStage = exports.DataAutomationProjectAudioStandardGenerativeFieldType = exports.DataAutomationProjectAudioGenerativeOutputLanguage = exports.DataAutomationProjectAudioExtractionCategoryType = exports.DataAutomationLibraryStatus = exports.DataAutomationLibraryEntityType = exports.BlueprintType = exports.BlueprintStage = exports.ApplicationInferenceProfileInferenceProfileType = exports.ApplicationInferenceProfileInferenceProfileStatus = exports.AgentType = exports.AgentStatus = exports.AgentRequireConfirmation = exports.AgentRelayConversationHistory = exports.AgentPromptType = exports.AgentPromptState = exports.AgentOrchestrationType = exports.AgentMemoryType = exports.AgentKnowledgeBaseState = exports.AgentCustomControlMethod = exports.AgentCreationMode = exports.AgentCollaboration = exports.AgentAliasStatus = exports.AgentActionGroupState = exports.AgentActionGroupSignature = void 0;
exports.KnowledgeBaseEmbeddingModelType = exports.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType = exports.IntelligentPromptRouterPromptRouterType = exports.IntelligentPromptRouterPromptRouterStatus = exports.GuardrailWordAction = exports.GuardrailTopicsTierName = exports.GuardrailTopicType = exports.GuardrailTopicAction = exports.GuardrailStatus = exports.GuardrailSensitiveInformationAction = exports.GuardrailPiiEntityType = exports.GuardrailModality = exports.GuardrailManagedWordsType = exports.GuardrailFilterStrength = exports.GuardrailContextualGroundingFilterType = exports.GuardrailContextualGroundingAction = exports.GuardrailContentFiltersTierName = exports.GuardrailContentFilterType = exports.GuardrailContentFilterAction = exports.FlowVersionVectorSearchRerankingConfigurationType = exports.FlowVersionSupportedLanguages = exports.FlowVersionRerankingMetadataSelectionMode = exports.FlowVersionPromptTemplateType = exports.FlowVersionPerformanceConfigurationLatency = exports.FlowVersionFlowStatus = exports.FlowVersionFlowNodeType = exports.FlowVersionFlowNodeIoDataType = exports.FlowVersionFlowConnectionType = exports.FlowVectorSearchRerankingConfigurationType = exports.FlowSupportedLanguages = exports.FlowStatus = exports.FlowRerankingMetadataSelectionMode = exports.FlowPromptTemplateType = exports.FlowPerformanceConfigurationLatency = exports.FlowNodeType = exports.FlowNodeIoDataType = exports.FlowNodeInputCategory = exports.FlowConnectionType = exports.FlowAliasConcurrencyType = exports.EnforcedGuardrailConfigurationSelectiveContentGuardingSystem = exports.EnforcedGuardrailConfigurationSelectiveContentGuardingMessages = exports.EnforcedGuardrailConfigurationConfigOwner = exports.DataSourceWebScopeType = exports.DataSourceType = exports.DataSourceTransformationStepToApply = exports.DataSourceStatus = exports.DataSourceSharePointSourceConfigurationHostType = exports.DataSourceSharePointSourceConfigurationAuthType = exports.DataSourceSalesforceSourceConfigurationAuthType = exports.DataSourceParsingStrategy = void 0;
exports.PromptVersionPromptTemplateType = exports.PromptVersionConversationRole = exports.PromptVersionCachePointType = exports.PromptTemplateType = exports.PromptConversationRole = exports.PromptCachePointType = exports.KnowledgeBaseType = exports.KnowledgeBaseSupplementalDataStorageLocationType = exports.KnowledgeBaseStorageType = exports.KnowledgeBaseStatus = exports.KnowledgeBaseRedshiftServerlessAuthType = exports.KnowledgeBaseRedshiftQueryEngineType = exports.KnowledgeBaseRedshiftQueryEngineStorageType = exports.KnowledgeBaseRedshiftProvisionedAuthType = exports.KnowledgeBaseQueryEngineType = exports.KnowledgeBaseInclusionType = void 0;
exports.AgentActionGroupSignature = {
AmazonUserInput: "AMAZON.UserInput",
AmazonCodeInterpreter: "AMAZON.CodeInterpreter",
};
exports.AgentActionGroupState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.AgentAliasStatus = {
Creating: "CREATING",
Prepared: "PREPARED",
Failed: "FAILED",
Updating: "UPDATING",
Deleting: "DELETING",
};
exports.AgentCollaboration = {
Disabled: "DISABLED",
Supervisor: "SUPERVISOR",
SupervisorRouter: "SUPERVISOR_ROUTER",
};
exports.AgentCreationMode = {
Default: "DEFAULT",
Overridden: "OVERRIDDEN",
};
exports.AgentCustomControlMethod = {
ReturnControl: "RETURN_CONTROL",
};
exports.AgentKnowledgeBaseState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.AgentMemoryType = {
SessionSummary: "SESSION_SUMMARY",
};
exports.AgentOrchestrationType = {
Default: "DEFAULT",
CustomOrchestration: "CUSTOM_ORCHESTRATION",
};
exports.AgentPromptState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.AgentPromptType = {
PreProcessing: "PRE_PROCESSING",
Orchestration: "ORCHESTRATION",
PostProcessing: "POST_PROCESSING",
RoutingClassifier: "ROUTING_CLASSIFIER",
MemorySummarization: "MEMORY_SUMMARIZATION",
KnowledgeBaseResponseGeneration: "KNOWLEDGE_BASE_RESPONSE_GENERATION",
};
exports.AgentRelayConversationHistory = {
ToCollaborator: "TO_COLLABORATOR",
Disabled: "DISABLED",
};
exports.AgentRequireConfirmation = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.AgentStatus = {
Creating: "CREATING",
Preparing: "PREPARING",
Prepared: "PREPARED",
NotPrepared: "NOT_PREPARED",
Deleting: "DELETING",
Failed: "FAILED",
Versioning: "VERSIONING",
Updating: "UPDATING",
};
exports.AgentType = {
String: "string",
Number: "number",
Integer: "integer",
Boolean: "boolean",
Array: "array",
};
exports.ApplicationInferenceProfileInferenceProfileStatus = {
Active: "ACTIVE",
};
exports.ApplicationInferenceProfileInferenceProfileType = {
Application: "APPLICATION",
SystemDefined: "SYSTEM_DEFINED",
};
exports.BlueprintStage = {
Development: "DEVELOPMENT",
Live: "LIVE",
};
exports.BlueprintType = {
Document: "DOCUMENT",
Image: "IMAGE",
Audio: "AUDIO",
Video: "VIDEO",
};
exports.DataAutomationLibraryEntityType = {
Vocabulary: "VOCABULARY",
};
exports.DataAutomationLibraryStatus = {
Active: "ACTIVE",
Deleting: "DELETING",
};
exports.DataAutomationProjectAudioExtractionCategoryType = {
AudioContentModeration: "AUDIO_CONTENT_MODERATION",
Transcript: "TRANSCRIPT",
TopicContentModeration: "TOPIC_CONTENT_MODERATION",
};
exports.DataAutomationProjectAudioGenerativeOutputLanguage = {
Default: "DEFAULT",
En: "EN",
};
exports.DataAutomationProjectAudioStandardGenerativeFieldType = {
AudioSummary: "AUDIO_SUMMARY",
Iab: "IAB",
TopicSummary: "TOPIC_SUMMARY",
};
exports.DataAutomationProjectBlueprintStage = {
Development: "DEVELOPMENT",
Live: "LIVE",
};
exports.DataAutomationProjectDesiredModality = {
Document: "DOCUMENT",
Image: "IMAGE",
Video: "VIDEO",
Audio: "AUDIO",
};
exports.DataAutomationProjectDocumentExtractionGranularityType = {
Document: "DOCUMENT",
Page: "PAGE",
Element: "ELEMENT",
Word: "WORD",
Line: "LINE",
};
exports.DataAutomationProjectDocumentOutputTextFormatType = {
PlainText: "PLAIN_TEXT",
Markdown: "MARKDOWN",
Html: "HTML",
Csv: "CSV",
};
exports.DataAutomationProjectImageExtractionCategoryType = {
ContentModeration: "CONTENT_MODERATION",
TextDetection: "TEXT_DETECTION",
Logos: "LOGOS",
};
exports.DataAutomationProjectImageStandardGenerativeFieldType = {
ImageSummary: "IMAGE_SUMMARY",
Iab: "IAB",
};
exports.DataAutomationProjectLanguage = {
En: "EN",
De: "DE",
Es: "ES",
Fr: "FR",
It: "IT",
Pt: "PT",
Ja: "JA",
Ko: "KO",
Cn: "CN",
Tw: "TW",
Hk: "HK",
};
exports.DataAutomationProjectPiiEntityTypes = {
All: "ALL",
Address: "ADDRESS",
Age: "AGE",
Name: "NAME",
Email: "EMAIL",
Phone: "PHONE",
Username: "USERNAME",
Password: "PASSWORD",
DriverId: "DRIVER_ID",
LicensePlate: "LICENSE_PLATE",
VehicleIdentificationNumber: "VEHICLE_IDENTIFICATION_NUMBER",
CreditDebitCardCvv: "CREDIT_DEBIT_CARD_CVV",
CreditDebitCardExpiry: "CREDIT_DEBIT_CARD_EXPIRY",
CreditDebitCardNumber: "CREDIT_DEBIT_CARD_NUMBER",
Pin: "PIN",
InternationalBankAccountNumber: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
SwiftCode: "SWIFT_CODE",
IpAddress: "IP_ADDRESS",
MacAddress: "MAC_ADDRESS",
Url: "URL",
AwsAccessKey: "AWS_ACCESS_KEY",
AwsSecretKey: "AWS_SECRET_KEY",
UsBankAccountNumber: "US_BANK_ACCOUNT_NUMBER",
UsBankRoutingNumber: "US_BANK_ROUTING_NUMBER",
UsIndividualTaxIdentificationNumber: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
UsPassportNumber: "US_PASSPORT_NUMBER",
UsSocialSecurityNumber: "US_SOCIAL_SECURITY_NUMBER",
CaHealthNumber: "CA_HEALTH_NUMBER",
CaSocialInsuranceNumber: "CA_SOCIAL_INSURANCE_NUMBER",
UkNationalHealthServiceNumber: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
UkNationalInsuranceNumber: "UK_NATIONAL_INSURANCE_NUMBER",
UkUniqueTaxpayerReferenceNumber: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
};
exports.DataAutomationProjectPiiRedactionMaskMode = {
Pii: "PII",
EntityType: "ENTITY_TYPE",
};
exports.DataAutomationProjectProjectType = {
Async: "ASYNC",
Sync: "SYNC",
};
exports.DataAutomationProjectSensitiveDataDetectionMode = {
Detection: "DETECTION",
DetectionAndRedaction: "DETECTION_AND_REDACTION",
};
exports.DataAutomationProjectSensitiveDataDetectionScope = {
Standard: "STANDARD",
Custom: "CUSTOM",
};
exports.DataAutomationProjectStage = {
Development: "DEVELOPMENT",
Live: "LIVE",
};
exports.DataAutomationProjectState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.DataAutomationProjectStatus = {
Completed: "COMPLETED",
InProgress: "IN_PROGRESS",
Failed: "FAILED",
};
exports.DataAutomationProjectVideoExtractionCategoryType = {
ContentModeration: "CONTENT_MODERATION",
TextDetection: "TEXT_DETECTION",
Transcript: "TRANSCRIPT",
Logos: "LOGOS",
};
exports.DataAutomationProjectVideoStandardGenerativeFieldType = {
VideoSummary: "VIDEO_SUMMARY",
Iab: "IAB",
ChapterSummary: "CHAPTER_SUMMARY",
};
exports.DataSourceChunkingStrategy = {
FixedSize: "FIXED_SIZE",
None: "NONE",
Hierarchical: "HIERARCHICAL",
Semantic: "SEMANTIC",
};
exports.DataSourceConfluenceSourceConfigurationAuthType = {
Basic: "BASIC",
Oauth2ClientCredentials: "OAUTH2_CLIENT_CREDENTIALS",
};
exports.DataSourceConfluenceSourceConfigurationHostType = {
Saas: "SAAS",
};
exports.DataSourceContextEnrichmentType = {
BedrockFoundationModel: "BEDROCK_FOUNDATION_MODEL",
};
exports.DataSourceCrawlFilterConfigurationType = {
Pattern: "PATTERN",
};
exports.DataSourceDataDeletionPolicy = {
Retain: "RETAIN",
Delete: "DELETE",
};
exports.DataSourceEnabledOrDisabledState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.DataSourceEnrichmentStrategyMethod = {
ChunkEntityExtraction: "CHUNK_ENTITY_EXTRACTION",
};
exports.DataSourceParsingModality = {
Multimodal: "MULTIMODAL",
};
exports.DataSourceParsingStrategy = {
BedrockFoundationModel: "BEDROCK_FOUNDATION_MODEL",
BedrockDataAutomation: "BEDROCK_DATA_AUTOMATION",
SmartParsing: "SMART_PARSING",
};
exports.DataSourceSalesforceSourceConfigurationAuthType = {
Oauth2ClientCredentials: "OAUTH2_CLIENT_CREDENTIALS",
};
exports.DataSourceSharePointSourceConfigurationAuthType = {
Oauth2ClientCredentials: "OAUTH2_CLIENT_CREDENTIALS",
Oauth2SharepointAppOnlyClientCredentials: "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS",
};
exports.DataSourceSharePointSourceConfigurationHostType = {
Online: "ONLINE",
};
exports.DataSourceStatus = {
Available: "AVAILABLE",
Deleting: "DELETING",
DeleteUnsuccessful: "DELETE_UNSUCCESSFUL",
Creating: "CREATING",
Updating: "UPDATING",
Failed: "FAILED",
};
exports.DataSourceTransformationStepToApply = {
PostChunking: "POST_CHUNKING",
};
exports.DataSourceType = {
S3: "S3",
Confluence: "CONFLUENCE",
Salesforce: "SALESFORCE",
Sharepoint: "SHAREPOINT",
Web: "WEB",
Custom: "CUSTOM",
RedshiftMetadata: "REDSHIFT_METADATA",
ManagedKnowledgeBaseConnector: "MANAGED_KNOWLEDGE_BASE_CONNECTOR",
};
exports.DataSourceWebScopeType = {
HostOnly: "HOST_ONLY",
Subdomains: "SUBDOMAINS",
};
exports.EnforcedGuardrailConfigurationConfigOwner = {
Account: "ACCOUNT",
};
exports.EnforcedGuardrailConfigurationSelectiveContentGuardingMessages = {
Selective: "SELECTIVE",
Comprehensive: "COMPREHENSIVE",
};
exports.EnforcedGuardrailConfigurationSelectiveContentGuardingSystem = {
Selective: "SELECTIVE",
Comprehensive: "COMPREHENSIVE",
};
exports.FlowAliasConcurrencyType = {
Automatic: "Automatic",
Manual: "Manual",
};
exports.FlowConnectionType = {
Data: "Data",
Conditional: "Conditional",
};
exports.FlowNodeInputCategory = {
LoopCondition: "LoopCondition",
ReturnValueToLoopStart: "ReturnValueToLoopStart",
ExitLoop: "ExitLoop",
};
exports.FlowNodeIoDataType = {
String: "String",
Number: "Number",
Boolean: "Boolean",
Object: "Object",
Array: "Array",
};
exports.FlowNodeType = {
InputType: "Input",
OutputType: "Output",
KnowledgeBase: "KnowledgeBase",
Condition: "Condition",
Lex: "Lex",
Prompt: "Prompt",
LambdaFunction: "LambdaFunction",
Agent: "Agent",
Storage: "Storage",
Retrieval: "Retrieval",
Iterator: "Iterator",
Collector: "Collector",
InlineCode: "InlineCode",
Loop: "Loop",
LoopInput: "LoopInput",
LoopController: "LoopController",
};
exports.FlowPerformanceConfigurationLatency = {
Standard: "standard",
Optimized: "optimized",
};
exports.FlowPromptTemplateType = {
Text: "TEXT",
};
exports.FlowRerankingMetadataSelectionMode = {
Selective: "SELECTIVE",
All: "ALL",
};
exports.FlowStatus = {
Failed: "Failed",
Prepared: "Prepared",
Preparing: "Preparing",
NotPrepared: "NotPrepared",
};
exports.FlowSupportedLanguages = {
Python3: "Python_3",
};
exports.FlowVectorSearchRerankingConfigurationType = {
BedrockRerankingModel: "BEDROCK_RERANKING_MODEL",
};
exports.FlowVersionFlowConnectionType = {
Data: "Data",
Conditional: "Conditional",
};
exports.FlowVersionFlowNodeIoDataType = {
String: "String",
Number: "Number",
Boolean: "Boolean",
Object: "Object",
Array: "Array",
};
exports.FlowVersionFlowNodeType = {
InputType: "Input",
OutputType: "Output",
KnowledgeBase: "KnowledgeBase",
Condition: "Condition",
Lex: "Lex",
Prompt: "Prompt",
LambdaFunction: "LambdaFunction",
Agent: "Agent",
Iterator: "Iterator",
Collector: "Collector",
Storage: "Storage",
Retrieval: "Retrieval",
InlineCode: "InlineCode",
Loop: "Loop",
LoopInput: "LoopInput",
LoopController: "LoopController",
};
exports.FlowVersionFlowStatus = {
Failed: "Failed",
Prepared: "Prepared",
Preparing: "Preparing",
NotPrepared: "NotPrepared",
};
exports.FlowVersionPerformanceConfigurationLatency = {
Standard: "standard",
Optimized: "optimized",
};
exports.FlowVersionPromptTemplateType = {
Text: "TEXT",
};
exports.FlowVersionRerankingMetadataSelectionMode = {
Selective: "SELECTIVE",
All: "ALL",
};
exports.FlowVersionSupportedLanguages = {
Python3: "Python_3",
};
exports.FlowVersionVectorSearchRerankingConfigurationType = {
BedrockRerankingModel: "BEDROCK_RERANKING_MODEL",
};
exports.GuardrailContentFilterAction = {
Block: "BLOCK",
None: "NONE",
};
exports.GuardrailContentFilterType = {
Sexual: "SEXUAL",
Violence: "VIOLENCE",
Hate: "HATE",
Insults: "INSULTS",
Misconduct: "MISCONDUCT",
PromptAttack: "PROMPT_ATTACK",
};
exports.GuardrailContentFiltersTierName = {
Classic: "CLASSIC",
Standard: "STANDARD",
};
exports.GuardrailContextualGroundingAction = {
Block: "BLOCK",
None: "NONE",
};
exports.GuardrailContextualGroundingFilterType = {
Grounding: "GROUNDING",
Relevance: "RELEVANCE",
};
exports.GuardrailFilterStrength = {
None: "NONE",
Low: "LOW",
Medium: "MEDIUM",
High: "HIGH",
};
exports.GuardrailManagedWordsType = {
Profanity: "PROFANITY",
};
exports.GuardrailModality = {
Text: "TEXT",
Image: "IMAGE",
};
exports.GuardrailPiiEntityType = {
Address: "ADDRESS",
Age: "AGE",
AwsAccessKey: "AWS_ACCESS_KEY",
AwsSecretKey: "AWS_SECRET_KEY",
CaHealthNumber: "CA_HEALTH_NUMBER",
CaSocialInsuranceNumber: "CA_SOCIAL_INSURANCE_NUMBER",
CreditDebitCardCvv: "CREDIT_DEBIT_CARD_CVV",
CreditDebitCardExpiry: "CREDIT_DEBIT_CARD_EXPIRY",
CreditDebitCardNumber: "CREDIT_DEBIT_CARD_NUMBER",
DriverId: "DRIVER_ID",
Email: "EMAIL",
InternationalBankAccountNumber: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
IpAddress: "IP_ADDRESS",
LicensePlate: "LICENSE_PLATE",
MacAddress: "MAC_ADDRESS",
Name: "NAME",
Password: "PASSWORD",
Phone: "PHONE",
Pin: "PIN",
SwiftCode: "SWIFT_CODE",
UkNationalHealthServiceNumber: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
UkNationalInsuranceNumber: "UK_NATIONAL_INSURANCE_NUMBER",
UkUniqueTaxpayerReferenceNumber: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
Url: "URL",
Username: "USERNAME",
UsBankAccountNumber: "US_BANK_ACCOUNT_NUMBER",
UsBankRoutingNumber: "US_BANK_ROUTING_NUMBER",
UsIndividualTaxIdentificationNumber: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
UsPassportNumber: "US_PASSPORT_NUMBER",
UsSocialSecurityNumber: "US_SOCIAL_SECURITY_NUMBER",
VehicleIdentificationNumber: "VEHICLE_IDENTIFICATION_NUMBER",
};
exports.GuardrailSensitiveInformationAction = {
Block: "BLOCK",
Anonymize: "ANONYMIZE",
None: "NONE",
};
exports.GuardrailStatus = {
Creating: "CREATING",
Updating: "UPDATING",
Versioning: "VERSIONING",
Ready: "READY",
Failed: "FAILED",
Deleting: "DELETING",
};
exports.GuardrailTopicAction = {
Block: "BLOCK",
None: "NONE",
};
exports.GuardrailTopicType = {
Deny: "DENY",
};
exports.GuardrailTopicsTierName = {
Classic: "CLASSIC",
Standard: "STANDARD",
};
exports.GuardrailWordAction = {
Block: "BLOCK",
None: "NONE",
};
exports.IntelligentPromptRouterPromptRouterStatus = {
Available: "AVAILABLE",
};
exports.IntelligentPromptRouterPromptRouterType = {
Custom: "custom",
Default: "default",
};
exports.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType = {
Float32: "FLOAT32",
Binary: "BINARY",
};
exports.KnowledgeBaseEmbeddingModelType = {
Custom: "CUSTOM",
Managed: "MANAGED",
};
exports.KnowledgeBaseInclusionType = {
Include: "INCLUDE",
Exclude: "EXCLUDE",
};
exports.KnowledgeBaseQueryEngineType = {
Redshift: "REDSHIFT",
};
exports.KnowledgeBaseRedshiftProvisionedAuthType = {
Iam: "IAM",
UsernamePassword: "USERNAME_PASSWORD",
Username: "USERNAME",
};
exports.KnowledgeBaseRedshiftQueryEngineStorageType = {
Redshift: "REDSHIFT",
AwsDataCatalog: "AWS_DATA_CATALOG",
};
exports.KnowledgeBaseRedshiftQueryEngineType = {
Serverless: "SERVERLESS",
Provisioned: "PROVISIONED",
};
exports.KnowledgeBaseRedshiftServerlessAuthType = {
Iam: "IAM",
UsernamePassword: "USERNAME_PASSWORD",
};
exports.KnowledgeBaseStatus = {
Creating: "CREATING",
Active: "ACTIVE",
Deleting: "DELETING",
Updating: "UPDATING",
Failed: "FAILED",
DeleteUnsuccessful: "DELETE_UNSUCCESSFUL",
UpdateUnsuccessful: "UPDATE_UNSUCCESSFUL",
};
exports.KnowledgeBaseStorageType = {
OpensearchServerless: "OPENSEARCH_SERVERLESS",
Pinecone: "PINECONE",
Rds: "RDS",
MongoDbAtlas: "MONGO_DB_ATLAS",
NeptuneAnalytics: "NEPTUNE_ANALYTICS",
S3Vectors: "S3_VECTORS",
OpensearchManagedCluster: "OPENSEARCH_MANAGED_CLUSTER",
};
exports.KnowledgeBaseSupplementalDataStorageLocationType = {
S3: "S3",
};
exports.KnowledgeBaseType = {
Vector: "VECTOR",
Kendra: "KENDRA",
Sql: "SQL",
Managed: "MANAGED",
};
exports.PromptCachePointType = {
Default: "default",
};
exports.PromptConversationRole = {
User: "user",
Assistant: "assistant",
};
exports.PromptTemplateType = {
Text: "TEXT",
Chat: "CHAT",
};
exports.PromptVersionCachePointType = {
Default: "default",
};
exports.PromptVersionConversationRole = {
User: "user",
Assistant: "assistant",
};
exports.PromptVersionPromptTemplateType = {
Text: "TEXT",
Chat: "CHAT",
};
//# sourceMappingURL=index.js.map