ManagedBlockchain module#
Index > ManagedBlockchain
Auto-generated documentation for ManagedBlockchain type annotations stubs module mypy-boto3-managedblockchain.
How to install#
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 boto3-stubs
for ManagedBlockchain
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[managedblockchain]'
# 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[managedblockchain]'
# standalone installation
python -m pip install mypy-boto3-managedblockchain
How to uninstall#
python -m pip uninstall -y mypy-boto3-managedblockchain
Usage#
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 mypy_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 mypy_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 mypy_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
- CreateAccessorInputRequestTypeDef
- ResponseMetadataTypeDef
- DeleteAccessorInputRequestTypeDef
- DeleteMemberInputRequestTypeDef
- DeleteNodeInputRequestTypeDef
- GetAccessorInputRequestTypeDef
- GetMemberInputRequestTypeDef
- GetNetworkInputRequestTypeDef
- GetNodeInputRequestTypeDef
- GetProposalInputRequestTypeDef
- NetworkSummaryTypeDef
- InviteActionTypeDef
- PaginatorConfigTypeDef
- ListAccessorsInputRequestTypeDef
- ListInvitationsInputRequestTypeDef
- ListMembersInputRequestTypeDef
- MemberSummaryTypeDef
- ListNetworksInputRequestTypeDef
- ListNodesInputRequestTypeDef
- NodeSummaryTypeDef
- ListProposalVotesInputRequestTypeDef
- VoteSummaryTypeDef
- ListProposalsInputRequestTypeDef
- ProposalSummaryTypeDef
- ListTagsForResourceRequestRequestTypeDef
- LogConfigurationTypeDef
- MemberFabricAttributesTypeDef
- MemberFabricConfigurationTypeDef
- NetworkEthereumAttributesTypeDef
- NetworkFabricAttributesTypeDef
- NetworkFabricConfigurationTypeDef
- NodeEthereumAttributesTypeDef
- NodeFabricAttributesTypeDef
- RemoveActionTypeDef
- RejectInvitationInputRequestTypeDef
- TagResourceRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- VoteOnProposalInputRequestTypeDef
- VotingPolicyTypeDef
- CreateAccessorOutputTypeDef
- CreateMemberOutputTypeDef
- CreateNetworkOutputTypeDef
- CreateNodeOutputTypeDef
- CreateProposalOutputTypeDef
- GetAccessorOutputTypeDef
- ListAccessorsOutputTypeDef
- ListTagsForResourceResponseTypeDef
- InvitationTypeDef
- ListNetworksOutputTypeDef
- ListAccessorsInputListAccessorsPaginateTypeDef
- ListMembersOutputTypeDef
- ListNodesOutputTypeDef
- ListProposalVotesOutputTypeDef
- ListProposalsOutputTypeDef
- LogConfigurationsTypeDef
- MemberFrameworkAttributesTypeDef
- MemberFrameworkConfigurationTypeDef
- NetworkFrameworkAttributesTypeDef
- NetworkFrameworkConfigurationTypeDef
- NodeFrameworkAttributesTypeDef
- ProposalActionsOutputTypeDef
- ProposalActionsTypeDef
- ListInvitationsOutputTypeDef
- MemberFabricLogPublishingConfigurationTypeDef
- NodeFabricLogPublishingConfigurationTypeDef
- NetworkTypeDef
- ProposalTypeDef
- CreateProposalInputRequestTypeDef
- MemberLogPublishingConfigurationTypeDef
- NodeLogPublishingConfigurationTypeDef
- GetNetworkOutputTypeDef
- GetProposalOutputTypeDef
- MemberConfigurationTypeDef
- MemberTypeDef
- UpdateMemberInputRequestTypeDef
- NodeConfigurationTypeDef
- NodeTypeDef
- UpdateNodeInputRequestTypeDef
- CreateMemberInputRequestTypeDef
- CreateNetworkInputRequestTypeDef
- GetMemberOutputTypeDef
- CreateNodeInputRequestTypeDef
- GetNodeOutputTypeDef