ManagedBlockchain module#
Index > ManagedBlockchain
Auto-generated documentation for ManagedBlockchain type annotations stubs module types-aiobotocore-managedblockchain.
How to install#
Generate locally (recommended)#
You can generate type annotations for aiobotocore
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aiobotocore==2.23.0' mypy-boto3-builder
- Select
aiobotocore
AWS SDK. - Add
ManagedBlockchain
service. - Use provided commands to install generated packages.
From PyPI with pip#
Install types-aiobotocore
for ManagedBlockchain
service.
# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[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-aiobotocore-lite[managedblockchain]'
# standalone installation
python -m pip install types-aiobotocore-managedblockchain
How to uninstall#
python -m pip uninstall -y types-aiobotocore-managedblockchain
Usage#
Code samples can be found in Examples.
ManagedBlockchainClient#
Type annotations and code completion for session.create_client("managedblockchain")
as ManagedBlockchainClient
boto3 documentation
# ManagedBlockchainClient usage example
from aiobotocore.session import get_session
from types_aiobotocore_managedblockchain.client import ManagedBlockchainClient
session = get_session()
async with session.create_client("managedblockchain") as client:
client: ManagedBlockchainClient
Paginators#
Type annotations and code completion for
paginators
from session.create_client("managedblockchain").get_paginator("...")
.
# ListAccessorsPaginator usage example
from types_aiobotocore_managedblockchain.paginator import ListAccessorsPaginator
def get_list_accessors_paginator() -> ListAccessorsPaginator:
return client.get_paginator("list_accessors"))
Literals#
Type annotations for literals used in methods and schema.
# AccessorNetworkTypeType usage example
from types_aiobotocore_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