Literals#
Index > AgentsforBedrock > Literals
Auto-generated documentation for AgentsforBedrock type annotations stubs module mypy-boto3-bedrock-agent.
ActionGroupSignatureType#
# ActionGroupSignatureType usage example
from mypy_boto3_bedrock_agent.literals import ActionGroupSignatureType
def get_value() -> ActionGroupSignatureType:
return "AMAZON.CodeInterpreter"
# ActionGroupSignatureType definition
ActionGroupSignatureType = Literal[
"AMAZON.CodeInterpreter",
"AMAZON.UserInput",
]
ActionGroupStateType#
# ActionGroupStateType usage example
from mypy_boto3_bedrock_agent.literals import ActionGroupStateType
def get_value() -> ActionGroupStateType:
return "DISABLED"
# ActionGroupStateType definition
ActionGroupStateType = Literal[
"DISABLED",
"ENABLED",
]
AgentAliasStatusType#
# AgentAliasStatusType usage example
from mypy_boto3_bedrock_agent.literals import AgentAliasStatusType
def get_value() -> AgentAliasStatusType:
return "CREATING"
# AgentAliasStatusType definition
AgentAliasStatusType = Literal[
"CREATING",
"DELETING",
"FAILED",
"PREPARED",
"UPDATING",
]
AgentStatusType#
# AgentStatusType usage example
from mypy_boto3_bedrock_agent.literals import AgentStatusType
def get_value() -> AgentStatusType:
return "CREATING"
# AgentStatusType definition
AgentStatusType = Literal[
"CREATING",
"DELETING",
"FAILED",
"NOT_PREPARED",
"PREPARED",
"PREPARING",
"UPDATING",
"VERSIONING",
]
ChunkingStrategyType#
# ChunkingStrategyType usage example
from mypy_boto3_bedrock_agent.literals import ChunkingStrategyType
def get_value() -> ChunkingStrategyType:
return "FIXED_SIZE"
# ChunkingStrategyType definition
ChunkingStrategyType = Literal[
"FIXED_SIZE",
"HIERARCHICAL",
"NONE",
"SEMANTIC",
]
ConfluenceAuthTypeType#
# ConfluenceAuthTypeType usage example
from mypy_boto3_bedrock_agent.literals import ConfluenceAuthTypeType
def get_value() -> ConfluenceAuthTypeType:
return "BASIC"
# ConfluenceAuthTypeType definition
ConfluenceAuthTypeType = Literal[
"BASIC",
"OAUTH2_CLIENT_CREDENTIALS",
]
ConfluenceHostTypeType#
# ConfluenceHostTypeType usage example
from mypy_boto3_bedrock_agent.literals import ConfluenceHostTypeType
def get_value() -> ConfluenceHostTypeType:
return "SAAS"
# ConfluenceHostTypeType definition
ConfluenceHostTypeType = Literal[
"SAAS",
]
ConversationRoleType#
# ConversationRoleType usage example
from mypy_boto3_bedrock_agent.literals import ConversationRoleType
def get_value() -> ConversationRoleType:
return "assistant"
# ConversationRoleType definition
ConversationRoleType = Literal[
"assistant",
"user",
]
CrawlFilterConfigurationTypeType#
# CrawlFilterConfigurationTypeType usage example
from mypy_boto3_bedrock_agent.literals import CrawlFilterConfigurationTypeType
def get_value() -> CrawlFilterConfigurationTypeType:
return "PATTERN"
# CrawlFilterConfigurationTypeType definition
CrawlFilterConfigurationTypeType = Literal[
"PATTERN",
]
CreationModeType#
# CreationModeType usage example
from mypy_boto3_bedrock_agent.literals import CreationModeType
def get_value() -> CreationModeType:
return "DEFAULT"
# CreationModeType definition
CreationModeType = Literal[
"DEFAULT",
"OVERRIDDEN",
]
CustomControlMethodType#
# CustomControlMethodType usage example
from mypy_boto3_bedrock_agent.literals import CustomControlMethodType
def get_value() -> CustomControlMethodType:
return "RETURN_CONTROL"
# CustomControlMethodType definition
CustomControlMethodType = Literal[
"RETURN_CONTROL",
]
DataDeletionPolicyType#
# DataDeletionPolicyType usage example
from mypy_boto3_bedrock_agent.literals import DataDeletionPolicyType
def get_value() -> DataDeletionPolicyType:
return "DELETE"
# DataDeletionPolicyType definition
DataDeletionPolicyType = Literal[
"DELETE",
"RETAIN",
]
DataSourceStatusType#
# DataSourceStatusType usage example
from mypy_boto3_bedrock_agent.literals import DataSourceStatusType
def get_value() -> DataSourceStatusType:
return "AVAILABLE"
# DataSourceStatusType definition
DataSourceStatusType = Literal[
"AVAILABLE",
"DELETE_UNSUCCESSFUL",
"DELETING",
]
DataSourceTypeType#
# DataSourceTypeType usage example
from mypy_boto3_bedrock_agent.literals import DataSourceTypeType
def get_value() -> DataSourceTypeType:
return "CONFLUENCE"
# DataSourceTypeType definition
DataSourceTypeType = Literal[
"CONFLUENCE",
"S3",
"SALESFORCE",
"SHAREPOINT",
"WEB",
]
FlowConnectionTypeType#
# FlowConnectionTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowConnectionTypeType
def get_value() -> FlowConnectionTypeType:
return "Conditional"
# FlowConnectionTypeType definition
FlowConnectionTypeType = Literal[
"Conditional",
"Data",
]
FlowNodeIODataTypeType#
# FlowNodeIODataTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowNodeIODataTypeType
def get_value() -> FlowNodeIODataTypeType:
return "Array"
# FlowNodeIODataTypeType definition
FlowNodeIODataTypeType = Literal[
"Array",
"Boolean",
"Number",
"Object",
"String",
]
FlowNodeTypeType#
# FlowNodeTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowNodeTypeType
def get_value() -> FlowNodeTypeType:
return "Agent"
# FlowNodeTypeType definition
FlowNodeTypeType = Literal[
"Agent",
"Collector",
"Condition",
"Input",
"Iterator",
"KnowledgeBase",
"LambdaFunction",
"Lex",
"Output",
"Prompt",
"Retrieval",
"Storage",
]
FlowStatusType#
# FlowStatusType usage example
from mypy_boto3_bedrock_agent.literals import FlowStatusType
def get_value() -> FlowStatusType:
return "Failed"
# FlowStatusType definition
FlowStatusType = Literal[
"Failed",
"NotPrepared",
"Prepared",
"Preparing",
]
FlowValidationSeverityType#
# FlowValidationSeverityType usage example
from mypy_boto3_bedrock_agent.literals import FlowValidationSeverityType
def get_value() -> FlowValidationSeverityType:
return "Error"
# FlowValidationSeverityType definition
FlowValidationSeverityType = Literal[
"Error",
"Warning",
]
FlowValidationTypeType#
# FlowValidationTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowValidationTypeType
def get_value() -> FlowValidationTypeType:
return "CyclicConnection"
# FlowValidationTypeType definition
FlowValidationTypeType = Literal[
"CyclicConnection",
"DuplicateConditionExpression",
"DuplicateConnections",
"IncompatibleConnectionDataType",
"MalformedConditionExpression",
"MalformedNodeInputExpression",
"MismatchedNodeInputType",
"MismatchedNodeOutputType",
"MissingConnectionConfiguration",
"MissingDefaultCondition",
"MissingEndingNodes",
"MissingNodeConfiguration",
"MissingNodeInput",
"MissingNodeOutput",
"MissingStartingNodes",
"MultipleNodeInputConnections",
"UnfulfilledNodeInput",
"UnknownConnectionCondition",
"UnknownConnectionSource",
"UnknownConnectionSourceOutput",
"UnknownConnectionTarget",
"UnknownConnectionTargetInput",
"UnreachableNode",
"UnsatisfiedConnectionConditions",
"Unspecified",
]
IngestionJobFilterAttributeType#
# IngestionJobFilterAttributeType usage example
from mypy_boto3_bedrock_agent.literals import IngestionJobFilterAttributeType
def get_value() -> IngestionJobFilterAttributeType:
return "STATUS"
# IngestionJobFilterAttributeType definition
IngestionJobFilterAttributeType = Literal[
"STATUS",
]
IngestionJobFilterOperatorType#
# IngestionJobFilterOperatorType usage example
from mypy_boto3_bedrock_agent.literals import IngestionJobFilterOperatorType
def get_value() -> IngestionJobFilterOperatorType:
return "EQ"
# IngestionJobFilterOperatorType definition
IngestionJobFilterOperatorType = Literal[
"EQ",
]
IngestionJobSortByAttributeType#
# IngestionJobSortByAttributeType usage example
from mypy_boto3_bedrock_agent.literals import IngestionJobSortByAttributeType
def get_value() -> IngestionJobSortByAttributeType:
return "STARTED_AT"
# IngestionJobSortByAttributeType definition
IngestionJobSortByAttributeType = Literal[
"STARTED_AT",
"STATUS",
]
IngestionJobStatusType#
# IngestionJobStatusType usage example
from mypy_boto3_bedrock_agent.literals import IngestionJobStatusType
def get_value() -> IngestionJobStatusType:
return "COMPLETE"
# IngestionJobStatusType definition
IngestionJobStatusType = Literal[
"COMPLETE",
"FAILED",
"IN_PROGRESS",
"STARTING",
"STOPPED",
"STOPPING",
]
KnowledgeBaseStateType#
# KnowledgeBaseStateType usage example
from mypy_boto3_bedrock_agent.literals import KnowledgeBaseStateType
def get_value() -> KnowledgeBaseStateType:
return "DISABLED"
# KnowledgeBaseStateType definition
KnowledgeBaseStateType = Literal[
"DISABLED",
"ENABLED",
]
KnowledgeBaseStatusType#
# KnowledgeBaseStatusType usage example
from mypy_boto3_bedrock_agent.literals import KnowledgeBaseStatusType
def get_value() -> KnowledgeBaseStatusType:
return "ACTIVE"
# KnowledgeBaseStatusType definition
KnowledgeBaseStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETE_UNSUCCESSFUL",
"DELETING",
"FAILED",
"UPDATING",
]
KnowledgeBaseStorageTypeType#
# KnowledgeBaseStorageTypeType usage example
from mypy_boto3_bedrock_agent.literals import KnowledgeBaseStorageTypeType
def get_value() -> KnowledgeBaseStorageTypeType:
return "MONGO_DB_ATLAS"
# KnowledgeBaseStorageTypeType definition
KnowledgeBaseStorageTypeType = Literal[
"MONGO_DB_ATLAS",
"OPENSEARCH_SERVERLESS",
"PINECONE",
"RDS",
"REDIS_ENTERPRISE_CLOUD",
]
KnowledgeBaseTypeType#
# KnowledgeBaseTypeType usage example
from mypy_boto3_bedrock_agent.literals import KnowledgeBaseTypeType
def get_value() -> KnowledgeBaseTypeType:
return "VECTOR"
# KnowledgeBaseTypeType definition
KnowledgeBaseTypeType = Literal[
"VECTOR",
]
ListAgentActionGroupsPaginatorName#
# ListAgentActionGroupsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListAgentActionGroupsPaginatorName
def get_value() -> ListAgentActionGroupsPaginatorName:
return "list_agent_action_groups"
# ListAgentActionGroupsPaginatorName definition
ListAgentActionGroupsPaginatorName = Literal[
"list_agent_action_groups",
]
ListAgentAliasesPaginatorName#
# ListAgentAliasesPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListAgentAliasesPaginatorName
def get_value() -> ListAgentAliasesPaginatorName:
return "list_agent_aliases"
# ListAgentAliasesPaginatorName definition
ListAgentAliasesPaginatorName = Literal[
"list_agent_aliases",
]
ListAgentKnowledgeBasesPaginatorName#
# ListAgentKnowledgeBasesPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListAgentKnowledgeBasesPaginatorName
def get_value() -> ListAgentKnowledgeBasesPaginatorName:
return "list_agent_knowledge_bases"
# ListAgentKnowledgeBasesPaginatorName definition
ListAgentKnowledgeBasesPaginatorName = Literal[
"list_agent_knowledge_bases",
]
ListAgentVersionsPaginatorName#
# ListAgentVersionsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListAgentVersionsPaginatorName
def get_value() -> ListAgentVersionsPaginatorName:
return "list_agent_versions"
# ListAgentVersionsPaginatorName definition
ListAgentVersionsPaginatorName = Literal[
"list_agent_versions",
]
ListAgentsPaginatorName#
# ListAgentsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListAgentsPaginatorName
def get_value() -> ListAgentsPaginatorName:
return "list_agents"
# ListAgentsPaginatorName definition
ListAgentsPaginatorName = Literal[
"list_agents",
]
ListDataSourcesPaginatorName#
# ListDataSourcesPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListDataSourcesPaginatorName
def get_value() -> ListDataSourcesPaginatorName:
return "list_data_sources"
# ListDataSourcesPaginatorName definition
ListDataSourcesPaginatorName = Literal[
"list_data_sources",
]
ListFlowAliasesPaginatorName#
# ListFlowAliasesPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListFlowAliasesPaginatorName
def get_value() -> ListFlowAliasesPaginatorName:
return "list_flow_aliases"
# ListFlowAliasesPaginatorName definition
ListFlowAliasesPaginatorName = Literal[
"list_flow_aliases",
]
ListFlowVersionsPaginatorName#
# ListFlowVersionsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListFlowVersionsPaginatorName
def get_value() -> ListFlowVersionsPaginatorName:
return "list_flow_versions"
# ListFlowVersionsPaginatorName definition
ListFlowVersionsPaginatorName = Literal[
"list_flow_versions",
]
ListFlowsPaginatorName#
# ListFlowsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListFlowsPaginatorName
def get_value() -> ListFlowsPaginatorName:
return "list_flows"
# ListFlowsPaginatorName definition
ListFlowsPaginatorName = Literal[
"list_flows",
]
ListIngestionJobsPaginatorName#
# ListIngestionJobsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListIngestionJobsPaginatorName
def get_value() -> ListIngestionJobsPaginatorName:
return "list_ingestion_jobs"
# ListIngestionJobsPaginatorName definition
ListIngestionJobsPaginatorName = Literal[
"list_ingestion_jobs",
]
ListKnowledgeBasesPaginatorName#
# ListKnowledgeBasesPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListKnowledgeBasesPaginatorName
def get_value() -> ListKnowledgeBasesPaginatorName:
return "list_knowledge_bases"
# ListKnowledgeBasesPaginatorName definition
ListKnowledgeBasesPaginatorName = Literal[
"list_knowledge_bases",
]
ListPromptsPaginatorName#
# ListPromptsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListPromptsPaginatorName
def get_value() -> ListPromptsPaginatorName:
return "list_prompts"
# ListPromptsPaginatorName definition
ListPromptsPaginatorName = Literal[
"list_prompts",
]
MemoryTypeType#
# MemoryTypeType usage example
from mypy_boto3_bedrock_agent.literals import MemoryTypeType
def get_value() -> MemoryTypeType:
return "SESSION_SUMMARY"
# MemoryTypeType definition
MemoryTypeType = Literal[
"SESSION_SUMMARY",
]
ParsingStrategyType#
# ParsingStrategyType usage example
from mypy_boto3_bedrock_agent.literals import ParsingStrategyType
def get_value() -> ParsingStrategyType:
return "BEDROCK_FOUNDATION_MODEL"
# ParsingStrategyType definition
ParsingStrategyType = Literal[
"BEDROCK_FOUNDATION_MODEL",
]
PromptStateType#
# PromptStateType usage example
from mypy_boto3_bedrock_agent.literals import PromptStateType
def get_value() -> PromptStateType:
return "DISABLED"
# PromptStateType definition
PromptStateType = Literal[
"DISABLED",
"ENABLED",
]
PromptTemplateTypeType#
# PromptTemplateTypeType usage example
from mypy_boto3_bedrock_agent.literals import PromptTemplateTypeType
def get_value() -> PromptTemplateTypeType:
return "CHAT"
# PromptTemplateTypeType definition
PromptTemplateTypeType = Literal[
"CHAT",
"TEXT",
]
PromptTypeType#
# PromptTypeType usage example
from mypy_boto3_bedrock_agent.literals import PromptTypeType
def get_value() -> PromptTypeType:
return "KNOWLEDGE_BASE_RESPONSE_GENERATION"
# PromptTypeType definition
PromptTypeType = Literal[
"KNOWLEDGE_BASE_RESPONSE_GENERATION",
"ORCHESTRATION",
"POST_PROCESSING",
"PRE_PROCESSING",
]
RequireConfirmationType#
# RequireConfirmationType usage example
from mypy_boto3_bedrock_agent.literals import RequireConfirmationType
def get_value() -> RequireConfirmationType:
return "DISABLED"
# RequireConfirmationType definition
RequireConfirmationType = Literal[
"DISABLED",
"ENABLED",
]
SalesforceAuthTypeType#
# SalesforceAuthTypeType usage example
from mypy_boto3_bedrock_agent.literals import SalesforceAuthTypeType
def get_value() -> SalesforceAuthTypeType:
return "OAUTH2_CLIENT_CREDENTIALS"
# SalesforceAuthTypeType definition
SalesforceAuthTypeType = Literal[
"OAUTH2_CLIENT_CREDENTIALS",
]
SharePointAuthTypeType#
# SharePointAuthTypeType usage example
from mypy_boto3_bedrock_agent.literals import SharePointAuthTypeType
def get_value() -> SharePointAuthTypeType:
return "OAUTH2_CLIENT_CREDENTIALS"
# SharePointAuthTypeType definition
SharePointAuthTypeType = Literal[
"OAUTH2_CLIENT_CREDENTIALS",
]
SharePointHostTypeType#
# SharePointHostTypeType usage example
from mypy_boto3_bedrock_agent.literals import SharePointHostTypeType
def get_value() -> SharePointHostTypeType:
return "ONLINE"
# SharePointHostTypeType definition
SharePointHostTypeType = Literal[
"ONLINE",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_bedrock_agent.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASCENDING"
# SortOrderType definition
SortOrderType = Literal[
"ASCENDING",
"DESCENDING",
]
StepTypeType#
# StepTypeType usage example
from mypy_boto3_bedrock_agent.literals import StepTypeType
def get_value() -> StepTypeType:
return "POST_CHUNKING"
# StepTypeType definition
StepTypeType = Literal[
"POST_CHUNKING",
]
TypeType#
# TypeType usage example
from mypy_boto3_bedrock_agent.literals import TypeType
def get_value() -> TypeType:
return "array"
# TypeType definition
TypeType = Literal[
"array",
"boolean",
"integer",
"number",
"string",
]
WebScopeTypeType#
# WebScopeTypeType usage example
from mypy_boto3_bedrock_agent.literals import WebScopeTypeType
def get_value() -> WebScopeTypeType:
return "HOST_ONLY"
# WebScopeTypeType definition
WebScopeTypeType = Literal[
"HOST_ONLY",
"SUBDOMAINS",
]
AgentsforBedrockServiceName#
# AgentsforBedrockServiceName usage example
from mypy_boto3_bedrock_agent.literals import AgentsforBedrockServiceName
def get_value() -> AgentsforBedrockServiceName:
return "bedrock-agent"
# AgentsforBedrockServiceName definition
AgentsforBedrockServiceName = Literal[
"bedrock-agent",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_bedrock_agent.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"billingconductor",
"braket",
"budgets",
"ce",
"chatbot",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cleanroomsml",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudfront-keyvaluestore",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector-scan",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"launch-wizard",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"lookoutmetrics",
"lookoutvision",
"m2",
"machinelearning",
"macie2",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"medical-imaging",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_bedrock_agent.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_bedrock_agent.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_agent_action_groups"
# PaginatorName definition
PaginatorName = Literal[
"list_agent_action_groups",
"list_agent_aliases",
"list_agent_knowledge_bases",
"list_agent_versions",
"list_agents",
"list_data_sources",
"list_flow_aliases",
"list_flow_versions",
"list_flows",
"list_ingestion_jobs",
"list_knowledge_bases",
"list_prompts",
]