ManagedBlockchain module#
Index > ManagedBlockchain
Auto-generated documentation for ManagedBlockchain type annotations stubs module types-boto3-managedblockchain.
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.40.63' mypy-boto3-builder
- Select boto3AWS SDK.
- Add ManagedBlockchainservice.
- 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 ManagedBlockchain.
From PyPI with pip#
Install types-boto3 for ManagedBlockchain service.
# install with boto3 type annotations
python -m pip install 'types-boto3[managedblockchain]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[managedblockchain]'
# standalone installation
python -m pip install types-boto3-managedblockchainHow to uninstall#
python -m pip uninstall -y types-boto3-managedblockchainUsage#
Code samples can be found in Examples.
ManagedBlockchainClient#
Type annotations and code completion for  boto3.client("managedblockchain") as ManagedBlockchainClient
 boto3 documentation
# ManagedBlockchainClient usage example
from boto3.session import Session
from types_boto3_managedblockchain.client import ManagedBlockchainClient
def get_client() -> ManagedBlockchainClient:
    return Session().client("managedblockchain")Paginators#
Type annotations and code completion for paginators
from boto3.client("managedblockchain").get_paginator("...").
# ListAccessorsPaginator usage example
from boto3.session import Session
from types_boto3_managedblockchain.paginator import ListAccessorsPaginator
def get_list_accessors_paginator() -> ListAccessorsPaginator:
    return Session().client("managedblockchain").get_paginator("list_accessors"))Literals#
Type annotations for literals used in methods and schema.
# AccessorNetworkTypeType usage example
from types_boto3_managedblockchain.literals import AccessorNetworkTypeType
def get_value() -> AccessorNetworkTypeType:
    return "ETHEREUM_GOERLI"- AccessorNetworkTypeType
- AccessorStatusType
- AccessorTypeType
- EditionType
- FrameworkType
- InvitationStatusType
- ListAccessorsPaginatorName
- MemberStatusType
- NetworkStatusType
- NodeStatusType
- ProposalStatusType
- StateDBTypeType
- ThresholdComparatorType
- VoteValueType
- ManagedBlockchainServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AccessorSummaryTypeDef
- AccessorTypeDef
- ApprovalThresholdPolicyTypeDef
- CreateAccessorInputTypeDef
- ResponseMetadataTypeDef
- DeleteAccessorInputTypeDef
- DeleteMemberInputTypeDef
- DeleteNodeInputTypeDef
- GetAccessorInputTypeDef
- GetMemberInputTypeDef
- GetNetworkInputTypeDef
- GetNodeInputTypeDef
- GetProposalInputTypeDef
- NetworkSummaryTypeDef
- InviteActionTypeDef
- PaginatorConfigTypeDef
- ListAccessorsInputTypeDef
- ListInvitationsInputTypeDef
- ListMembersInputTypeDef
- MemberSummaryTypeDef
- ListNetworksInputTypeDef
- ListNodesInputTypeDef
- NodeSummaryTypeDef
- ListProposalVotesInputTypeDef
- VoteSummaryTypeDef
- ListProposalsInputTypeDef
- ProposalSummaryTypeDef
- ListTagsForResourceRequestTypeDef
- LogConfigurationTypeDef
- MemberFabricAttributesTypeDef
- MemberFabricConfigurationTypeDef
- NetworkEthereumAttributesTypeDef
- NetworkFabricAttributesTypeDef
- NetworkFabricConfigurationTypeDef
- NodeEthereumAttributesTypeDef
- NodeFabricAttributesTypeDef
- RemoveActionTypeDef
- RejectInvitationInputTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- VoteOnProposalInputTypeDef
- VotingPolicyTypeDef
- CreateAccessorOutputTypeDef
- CreateMemberOutputTypeDef
- CreateNetworkOutputTypeDef
- CreateNodeOutputTypeDef
- CreateProposalOutputTypeDef
- GetAccessorOutputTypeDef
- ListAccessorsOutputTypeDef
- ListTagsForResourceResponseTypeDef
- InvitationTypeDef
- ListNetworksOutputTypeDef
- ListAccessorsInputPaginateTypeDef
- ListMembersOutputTypeDef
- ListNodesOutputTypeDef
- ListProposalVotesOutputTypeDef
- ListProposalsOutputTypeDef
- LogConfigurationsTypeDef
- MemberFrameworkAttributesTypeDef
- MemberFrameworkConfigurationTypeDef
- NetworkFrameworkAttributesTypeDef
- NetworkFrameworkConfigurationTypeDef
- NodeFrameworkAttributesTypeDef
- ProposalActionsOutputTypeDef
- ProposalActionsTypeDef
- ListInvitationsOutputTypeDef
- MemberFabricLogPublishingConfigurationTypeDef
- NodeFabricLogPublishingConfigurationTypeDef
- NetworkTypeDef
- ProposalTypeDef
- ProposalActionsUnionTypeDef
- MemberLogPublishingConfigurationTypeDef
- NodeLogPublishingConfigurationTypeDef
- GetNetworkOutputTypeDef
- GetProposalOutputTypeDef
- CreateProposalInputTypeDef
- MemberConfigurationTypeDef
- MemberTypeDef
- UpdateMemberInputTypeDef
- NodeConfigurationTypeDef
- NodeTypeDef
- UpdateNodeInputTypeDef
- CreateMemberInputTypeDef
- CreateNetworkInputTypeDef
- GetMemberOutputTypeDef
- CreateNodeInputTypeDef
- GetNodeOutputTypeDef