BedrockAgentCoreDataPlaneFrontingLayer module#
Index > BedrockAgentCoreDataPlaneFrontingLayer
Auto-generated documentation for BedrockAgentCoreDataPlaneFrontingLayer type annotations stubs module mypy-boto3-bedrock-agentcore.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.39.7' mypy-boto3-builder
- Select
boto3-stubs
AWS SDK. - Add
BedrockAgentCoreDataPlaneFrontingLayer
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and BedrockAgentCoreDataPlaneFrontingLayer
.
From PyPI with pip#
Install boto3-stubs
for BedrockAgentCoreDataPlaneFrontingLayer
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[bedrock-agentcore]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[bedrock-agentcore]'
# standalone installation
python -m pip install mypy-boto3-bedrock-agentcore
How to uninstall#
python -m pip uninstall -y mypy-boto3-bedrock-agentcore
Usage#
Code samples can be found in Examples.
BedrockAgentCoreDataPlaneFrontingLayerClient#
Type annotations and code completion for boto3.client("bedrock-agentcore")
as BedrockAgentCoreDataPlaneFrontingLayerClient
boto3 documentation
# BedrockAgentCoreDataPlaneFrontingLayerClient usage example
from boto3.session import Session
from mypy_boto3_bedrock_agentcore.client import BedrockAgentCoreDataPlaneFrontingLayerClient
def get_client() -> BedrockAgentCoreDataPlaneFrontingLayerClient:
return Session().client("bedrock-agentcore")
Paginators#
Type annotations and code completion for paginators
from boto3.client("bedrock-agentcore").get_paginator("...")
.
# ListActorsPaginator usage example
from boto3.session import Session
from mypy_boto3_bedrock_agentcore.paginator import ListActorsPaginator
def get_list_actors_paginator() -> ListActorsPaginator:
return Session().client("bedrock-agentcore").get_paginator("list_actors"))
- ListActorsPaginator
- ListEventsPaginator
- ListMemoryRecordsPaginator
- ListSessionsPaginator
- RetrieveMemoryRecordsPaginator
Literals#
Type annotations for literals used in methods and schema.
# AutomationStreamStatusType usage example
from mypy_boto3_bedrock_agentcore.literals import AutomationStreamStatusType
def get_value() -> AutomationStreamStatusType:
return "DISABLED"
- AutomationStreamStatusType
- BrowserSessionStatusType
- CodeInterpreterSessionStatusType
- ContentBlockTypeType
- ListActorsPaginatorName
- ListEventsPaginatorName
- ListMemoryRecordsPaginatorName
- ListSessionsPaginatorName
- Oauth2FlowTypeType
- ProgrammingLanguageType
- ResourceContentTypeType
- RetrieveMemoryRecordsPaginatorName
- RoleType
- TaskStatusType
- ToolNameType
- ValidationExceptionReasonType
- BedrockAgentCoreDataPlaneFrontingLayerServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AccessDeniedExceptionTypeDef
- ActorSummaryTypeDef
- AutomationStreamTypeDef
- AutomationStreamUpdateTypeDef
- BlobTypeDef
- BranchFilterTypeDef
- BranchTypeDef
- LiveViewStreamTypeDef
- BrowserSessionSummaryTypeDef
- ToolResultStructuredContentTypeDef
- CodeInterpreterSessionSummaryTypeDef
- ConflictExceptionTypeDef
- InternalServerExceptionTypeDef
- ResourceNotFoundExceptionTypeDef
- ServiceQuotaExceededExceptionTypeDef
- ThrottlingExceptionTypeDef
- ResourceContentTypeDef
- ContentTypeDef
- TimestampTypeDef
- ResponseMetadataTypeDef
- DeleteEventInputTypeDef
- DeleteMemoryRecordInputTypeDef
- GetBrowserSessionRequestTypeDef
- ViewPortTypeDef
- GetCodeInterpreterSessionRequestTypeDef
- GetEventInputTypeDef
- GetMemoryRecordInputTypeDef
- GetResourceApiKeyRequestTypeDef
- GetResourceOauth2TokenRequestTypeDef
- GetWorkloadAccessTokenForJWTRequestTypeDef
- GetWorkloadAccessTokenForUserIdRequestTypeDef
- GetWorkloadAccessTokenRequestTypeDef
- PaginatorConfigTypeDef
- ListActorsInputTypeDef
- ListBrowserSessionsRequestTypeDef
- ListCodeInterpreterSessionsRequestTypeDef
- ListMemoryRecordsInputTypeDef
- ListSessionsInputTypeDef
- SessionSummaryTypeDef
- MemoryContentTypeDef
- SearchCriteriaTypeDef
- StartCodeInterpreterSessionRequestTypeDef
- StopBrowserSessionRequestTypeDef
- StopCodeInterpreterSessionRequestTypeDef
- ValidationExceptionFieldTypeDef
- StreamUpdateTypeDef
- InputContentBlockTypeDef
- InvokeAgentRuntimeRequestTypeDef
- FilterInputTypeDef
- BrowserSessionStreamTypeDef
- ContentBlockTypeDef
- ConversationalTypeDef
- DeleteEventOutputTypeDef
- DeleteMemoryRecordOutputTypeDef
- GetCodeInterpreterSessionResponseTypeDef
- GetResourceApiKeyResponseTypeDef
- GetResourceOauth2TokenResponseTypeDef
- GetWorkloadAccessTokenForJWTResponseTypeDef
- GetWorkloadAccessTokenForUserIdResponseTypeDef
- GetWorkloadAccessTokenResponseTypeDef
- InvokeAgentRuntimeResponseTypeDef
- ListActorsOutputTypeDef
- ListBrowserSessionsResponseTypeDef
- ListCodeInterpreterSessionsResponseTypeDef
- StartCodeInterpreterSessionResponseTypeDef
- StopBrowserSessionResponseTypeDef
- StopCodeInterpreterSessionResponseTypeDef
- StartBrowserSessionRequestTypeDef
- ListActorsInputPaginateTypeDef
- ListMemoryRecordsInputPaginateTypeDef
- ListSessionsInputPaginateTypeDef
- ListSessionsOutputTypeDef
- MemoryRecordSummaryTypeDef
- MemoryRecordTypeDef
- RetrieveMemoryRecordsInputPaginateTypeDef
- RetrieveMemoryRecordsInputTypeDef
- ValidationExceptionTypeDef
- UpdateBrowserStreamRequestTypeDef
- ToolArgumentsTypeDef
- ListEventsInputPaginateTypeDef
- ListEventsInputTypeDef
- GetBrowserSessionResponseTypeDef
- StartBrowserSessionResponseTypeDef
- UpdateBrowserStreamResponseTypeDef
- CodeInterpreterResultTypeDef
- PayloadTypeOutputTypeDef
- PayloadTypeTypeDef
- ListMemoryRecordsOutputTypeDef
- RetrieveMemoryRecordsOutputTypeDef
- GetMemoryRecordOutputTypeDef
- InvokeCodeInterpreterRequestTypeDef
- CodeInterpreterStreamOutputTypeDef
- EventTypeDef
- PayloadTypeUnionTypeDef
- InvokeCodeInterpreterResponseTypeDef
- CreateEventOutputTypeDef
- GetEventOutputTypeDef
- ListEventsOutputTypeDef
- CreateEventInputTypeDef