@aws-sdk/client-managedblockchain 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ManagedBlockchain.js +2 -9
- package/dist-cjs/ManagedBlockchainClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CreateMemberCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateNetworkCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateNodeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateProposalCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteMemberCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteNodeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetMemberCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetNetworkCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetNodeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetProposalCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListInvitationsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListMembersCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListNetworksCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListNodesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListProposalVotesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListProposalsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RejectInvitationCommand.js +2 -28
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateMemberCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateNodeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/VoteOnProposalCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -274
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListInvitationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListMembersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListNetworksPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListNodesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListProposalVotesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListProposalsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/ManagedBlockchain.js +3 -10
- package/{dist/es → dist-es}/ManagedBlockchainClient.js +2 -14
- package/{dist/es → dist-es}/commands/CreateMemberCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateNetworkCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateNodeCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateProposalCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteMemberCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteNodeCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetMemberCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetNetworkCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetNodeCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetProposalCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListInvitationsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListMembersCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListNetworksCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListNodesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListProposalVotesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListProposalsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/RejectInvitationCommand.js +4 -31
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateMemberCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateNodeCommand.js +4 -31
- package/{dist/es → dist-es}/commands/VoteOnProposalCommand.js +4 -31
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -274
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListInvitationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListMembersPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListNetworksPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListNodesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListProposalVotesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListProposalsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +721 -727
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/ManagedBlockchain.d.ts +3 -3
- package/{dist/types → dist-types}/ManagedBlockchainClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateMemberCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateNetworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteMemberCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetMemberCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetNetworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListInvitationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListMembersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListNetworksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListNodesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProposalVotesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProposalsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RejectInvitationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateMemberCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/VoteOnProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListMembersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListNetworksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListNodesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProposalVotesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProposalsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ManagedBlockchain.d.ts +27 -103
- package/{dist/types → dist-types}/ts3.4/ManagedBlockchainClient.d.ts +33 -101
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1171 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListMembersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListNetworksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListNodesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProposalVotesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProposalsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/ManagedBlockchain.ts +0 -774
- package/ManagedBlockchainClient.ts +0 -310
- package/commands/CreateMemberCommand.ts +0 -99
- package/commands/CreateNetworkCommand.ts +0 -99
- package/commands/CreateNodeCommand.ts +0 -99
- package/commands/CreateProposalCommand.ts +0 -99
- package/commands/DeleteMemberCommand.ts +0 -99
- package/commands/DeleteNodeCommand.ts +0 -99
- package/commands/GetMemberCommand.ts +0 -99
- package/commands/GetNetworkCommand.ts +0 -99
- package/commands/GetNodeCommand.ts +0 -99
- package/commands/GetProposalCommand.ts +0 -99
- package/commands/ListInvitationsCommand.ts +0 -99
- package/commands/ListMembersCommand.ts +0 -99
- package/commands/ListNetworksCommand.ts +0 -99
- package/commands/ListNodesCommand.ts +0 -99
- package/commands/ListProposalVotesCommand.ts +0 -99
- package/commands/ListProposalsCommand.ts +0 -99
- package/commands/ListTagsForResourceCommand.ts +0 -99
- package/commands/RejectInvitationCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -101
- package/commands/UntagResourceCommand.ts +0 -99
- package/commands/UpdateMemberCommand.ts +0 -99
- package/commands/UpdateNodeCommand.ts +0 -99
- package/commands/VoteOnProposalCommand.ts +0 -99
- package/dist/cjs/ManagedBlockchain.js.map +0 -1
- package/dist/cjs/ManagedBlockchainClient.js +0 -47
- package/dist/cjs/ManagedBlockchainClient.js.map +0 -1
- package/dist/cjs/commands/CreateMemberCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNetworkCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNodeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProposalCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMemberCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNodeCommand.js.map +0 -1
- package/dist/cjs/commands/GetMemberCommand.js.map +0 -1
- package/dist/cjs/commands/GetNetworkCommand.js.map +0 -1
- package/dist/cjs/commands/GetNodeCommand.js.map +0 -1
- package/dist/cjs/commands/GetProposalCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
- package/dist/cjs/commands/ListNetworksCommand.js.map +0 -1
- package/dist/cjs/commands/ListNodesCommand.js.map +0 -1
- package/dist/cjs/commands/ListProposalVotesCommand.js.map +0 -1
- package/dist/cjs/commands/ListProposalsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RejectInvitationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -64
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMemberCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNodeCommand.js.map +0 -1
- package/dist/cjs/commands/VoteOnProposalCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListNetworksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListNodesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProposalVotesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProposalsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ManagedBlockchain.js.map +0 -1
- package/dist/es/ManagedBlockchainClient.js.map +0 -1
- package/dist/es/commands/CreateMemberCommand.js.map +0 -1
- package/dist/es/commands/CreateNetworkCommand.js.map +0 -1
- package/dist/es/commands/CreateNodeCommand.js.map +0 -1
- package/dist/es/commands/CreateProposalCommand.js.map +0 -1
- package/dist/es/commands/DeleteMemberCommand.js.map +0 -1
- package/dist/es/commands/DeleteNodeCommand.js.map +0 -1
- package/dist/es/commands/GetMemberCommand.js.map +0 -1
- package/dist/es/commands/GetNetworkCommand.js.map +0 -1
- package/dist/es/commands/GetNodeCommand.js.map +0 -1
- package/dist/es/commands/GetProposalCommand.js.map +0 -1
- package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/es/commands/ListMembersCommand.js.map +0 -1
- package/dist/es/commands/ListNetworksCommand.js.map +0 -1
- package/dist/es/commands/ListNodesCommand.js.map +0 -1
- package/dist/es/commands/ListProposalVotesCommand.js.map +0 -1
- package/dist/es/commands/ListProposalsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RejectInvitationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -68
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateMemberCommand.js.map +0 -1
- package/dist/es/commands/UpdateNodeCommand.js.map +0 -1
- package/dist/es/commands/VoteOnProposalCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -34
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/es/pagination/ListNetworksPaginator.js.map +0 -1
- package/dist/es/pagination/ListNodesPaginator.js.map +0 -1
- package/dist/es/pagination/ListProposalVotesPaginator.js.map +0 -1
- package/dist/es/pagination/ListProposalsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateMemberCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateNetworkCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateNodeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateProposalCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteNodeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetMemberCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetNetworkCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetNodeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetProposalCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListNetworksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListNodesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListProposalVotesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListProposalsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateMemberCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateNodeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/VoteOnProposalCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2255
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2773
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListInvitationsPaginator.ts +0 -58
- package/pagination/ListMembersPaginator.ts +0 -54
- package/pagination/ListNetworksPaginator.ts +0 -58
- package/pagination/ListNodesPaginator.ts +0 -54
- package/pagination/ListProposalVotesPaginator.ts +0 -58
- package/pagination/ListProposalsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4005
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListInvitations = void 0;
|
|
4
|
+
const ListInvitationsCommand_1 = require("../commands/ListInvitationsCommand");
|
|
4
5
|
const ManagedBlockchain_1 = require("../ManagedBlockchain");
|
|
5
6
|
const ManagedBlockchainClient_1 = require("../ManagedBlockchainClient");
|
|
6
|
-
const ListInvitationsCommand_1 = require("../commands/ListInvitationsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListInvitationsCommand_1.ListInvitationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listInvitations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListInvitations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListInvitations(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListInvitations = paginateListInvitations;
|
|
46
|
-
//# sourceMappingURL=ListInvitationsPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListMembers = void 0;
|
|
4
|
+
const ListMembersCommand_1 = require("../commands/ListMembersCommand");
|
|
4
5
|
const ManagedBlockchain_1 = require("../ManagedBlockchain");
|
|
5
6
|
const ManagedBlockchainClient_1 = require("../ManagedBlockchainClient");
|
|
6
|
-
const ListMembersCommand_1 = require("../commands/ListMembersCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListMembersCommand_1.ListMembersCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listMembers(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListMembers(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListMembers(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListMembers = paginateListMembers;
|
|
46
|
-
//# sourceMappingURL=ListMembersPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListNetworks = void 0;
|
|
4
|
+
const ListNetworksCommand_1 = require("../commands/ListNetworksCommand");
|
|
4
5
|
const ManagedBlockchain_1 = require("../ManagedBlockchain");
|
|
5
6
|
const ManagedBlockchainClient_1 = require("../ManagedBlockchainClient");
|
|
6
|
-
const ListNetworksCommand_1 = require("../commands/ListNetworksCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListNetworksCommand_1.ListNetworksCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listNetworks(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListNetworks(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListNetworks(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListNetworks = paginateListNetworks;
|
|
46
|
-
//# sourceMappingURL=ListNetworksPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListNodes = void 0;
|
|
4
|
+
const ListNodesCommand_1 = require("../commands/ListNodesCommand");
|
|
4
5
|
const ManagedBlockchain_1 = require("../ManagedBlockchain");
|
|
5
6
|
const ManagedBlockchainClient_1 = require("../ManagedBlockchainClient");
|
|
6
|
-
const ListNodesCommand_1 = require("../commands/ListNodesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListNodesCommand_1.ListNodesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listNodes(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListNodes(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListNodes(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListNodes = paginateListNodes;
|
|
46
|
-
//# sourceMappingURL=ListNodesPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListProposalVotes = void 0;
|
|
4
|
+
const ListProposalVotesCommand_1 = require("../commands/ListProposalVotesCommand");
|
|
4
5
|
const ManagedBlockchain_1 = require("../ManagedBlockchain");
|
|
5
6
|
const ManagedBlockchainClient_1 = require("../ManagedBlockchainClient");
|
|
6
|
-
const ListProposalVotesCommand_1 = require("../commands/ListProposalVotesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListProposalVotesCommand_1.ListProposalVotesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listProposalVotes(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListProposalVotes(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListProposalVotes(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListProposalVotes = paginateListProposalVotes;
|
|
46
|
-
//# sourceMappingURL=ListProposalVotesPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListProposals = void 0;
|
|
4
|
+
const ListProposalsCommand_1 = require("../commands/ListProposalsCommand");
|
|
4
5
|
const ManagedBlockchain_1 = require("../ManagedBlockchain");
|
|
5
6
|
const ManagedBlockchainClient_1 = require("../ManagedBlockchainClient");
|
|
6
|
-
const ListProposalsCommand_1 = require("../commands/ListProposalsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListProposalsCommand_1.ListProposalsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listProposals(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListProposals(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListProposals(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListProposals = paginateListProposals;
|
|
46
|
-
//# sourceMappingURL=ListProposalsPaginator.js.map
|
|
@@ -47,7 +47,7 @@ const serializeAws_restJson1CreateNetworkCommand = async (input, context) => {
|
|
|
47
47
|
const headers = {
|
|
48
48
|
"content-type": "application/json",
|
|
49
49
|
};
|
|
50
|
-
|
|
50
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/networks";
|
|
51
51
|
let body;
|
|
52
52
|
body = JSON.stringify({
|
|
53
53
|
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
@@ -375,7 +375,7 @@ exports.serializeAws_restJson1GetProposalCommand = serializeAws_restJson1GetProp
|
|
|
375
375
|
const serializeAws_restJson1ListInvitationsCommand = async (input, context) => {
|
|
376
376
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
377
377
|
const headers = {};
|
|
378
|
-
|
|
378
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/invitations";
|
|
379
379
|
const query = {
|
|
380
380
|
...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
|
|
381
381
|
...(input.NextToken !== undefined && { nextToken: input.NextToken }),
|
|
@@ -430,7 +430,7 @@ exports.serializeAws_restJson1ListMembersCommand = serializeAws_restJson1ListMem
|
|
|
430
430
|
const serializeAws_restJson1ListNetworksCommand = async (input, context) => {
|
|
431
431
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
432
432
|
const headers = {};
|
|
433
|
-
|
|
433
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/networks";
|
|
434
434
|
const query = {
|
|
435
435
|
...(input.Name !== undefined && { name: input.Name }),
|
|
436
436
|
...(input.Framework !== undefined && { framework: input.Framework }),
|
|
@@ -3430,14 +3430,12 @@ const deserializeMetadata = (output) => {
|
|
|
3430
3430
|
cfId: output.headers["x-amz-cf-id"],
|
|
3431
3431
|
});
|
|
3432
3432
|
};
|
|
3433
|
-
// Collect low-level response body stream to Uint8Array.
|
|
3434
3433
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
3435
3434
|
if (streamBody instanceof Uint8Array) {
|
|
3436
3435
|
return Promise.resolve(streamBody);
|
|
3437
3436
|
}
|
|
3438
3437
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
3439
3438
|
};
|
|
3440
|
-
// Encode Uint8Array data into string with utf-8.
|
|
3441
3439
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
3442
3440
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
3443
3441
|
value !== null &&
|
|
@@ -3450,9 +3448,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
3450
3448
|
}
|
|
3451
3449
|
return {};
|
|
3452
3450
|
});
|
|
3453
|
-
/**
|
|
3454
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
3455
|
-
*/
|
|
3456
3451
|
const loadRestJsonErrorCode = (output, data) => {
|
|
3457
3452
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
3458
3453
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -3477,4 +3472,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3477
3472
|
}
|
|
3478
3473
|
return "";
|
|
3479
3474
|
};
|
|
3480
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
|
|
3
2
|
import { CreateMemberCommand, } from "./commands/CreateMemberCommand";
|
|
4
3
|
import { CreateNetworkCommand, } from "./commands/CreateNetworkCommand";
|
|
5
4
|
import { CreateNodeCommand } from "./commands/CreateNodeCommand";
|
|
@@ -14,8 +13,8 @@ import { ListInvitationsCommand, } from "./commands/ListInvitationsCommand";
|
|
|
14
13
|
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
15
14
|
import { ListNetworksCommand, } from "./commands/ListNetworksCommand";
|
|
16
15
|
import { ListNodesCommand } from "./commands/ListNodesCommand";
|
|
17
|
-
import { ListProposalVotesCommand, } from "./commands/ListProposalVotesCommand";
|
|
18
16
|
import { ListProposalsCommand, } from "./commands/ListProposalsCommand";
|
|
17
|
+
import { ListProposalVotesCommand, } from "./commands/ListProposalVotesCommand";
|
|
19
18
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
20
19
|
import { RejectInvitationCommand, } from "./commands/RejectInvitationCommand";
|
|
21
20
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
@@ -23,13 +22,8 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
23
22
|
import { UpdateMemberCommand, } from "./commands/UpdateMemberCommand";
|
|
24
23
|
import { UpdateNodeCommand } from "./commands/UpdateNodeCommand";
|
|
25
24
|
import { VoteOnProposalCommand, } from "./commands/VoteOnProposalCommand";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
* <p>Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.</p>
|
|
29
|
-
* <p>Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as <code>CreateMember</code> and <code>DeleteMember</code> do not apply to Ethereum.</p>
|
|
30
|
-
* <p>The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.</p>
|
|
31
|
-
*/
|
|
32
|
-
var ManagedBlockchain = /** @class */ (function (_super) {
|
|
25
|
+
import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
|
|
26
|
+
var ManagedBlockchain = (function (_super) {
|
|
33
27
|
__extends(ManagedBlockchain, _super);
|
|
34
28
|
function ManagedBlockchain() {
|
|
35
29
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -359,4 +353,3 @@ var ManagedBlockchain = /** @class */ (function (_super) {
|
|
|
359
353
|
return ManagedBlockchain;
|
|
360
354
|
}(ManagedBlockchainClient));
|
|
361
355
|
export { ManagedBlockchain };
|
|
362
|
-
//# sourceMappingURL=ManagedBlockchain.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,13 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
* <p>Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.</p>
|
|
14
|
-
* <p>Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as <code>CreateMember</code> and <code>DeleteMember</code> do not apply to Ethereum.</p>
|
|
15
|
-
* <p>The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.</p>
|
|
16
|
-
*/
|
|
17
|
-
var ManagedBlockchainClient = /** @class */ (function (_super) {
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var ManagedBlockchainClient = (function (_super) {
|
|
18
12
|
__extends(ManagedBlockchainClient, _super);
|
|
19
13
|
function ManagedBlockchainClient(configuration) {
|
|
20
14
|
var _this = this;
|
|
@@ -35,15 +29,9 @@ var ManagedBlockchainClient = /** @class */ (function (_super) {
|
|
|
35
29
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
36
30
|
return _this;
|
|
37
31
|
}
|
|
38
|
-
/**
|
|
39
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
40
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
41
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
42
|
-
*/
|
|
43
32
|
ManagedBlockchainClient.prototype.destroy = function () {
|
|
44
33
|
_super.prototype.destroy.call(this);
|
|
45
34
|
};
|
|
46
35
|
return ManagedBlockchainClient;
|
|
47
36
|
}(__Client));
|
|
48
37
|
export { ManagedBlockchainClient };
|
|
49
|
-
//# sourceMappingURL=ManagedBlockchainClient.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateMemberCommand, serializeAws_restJson1CreateMemberCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ManagedBlockchainClient, CreateMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
13
|
-
* // const { ManagedBlockchainClient, CreateMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
14
|
-
* const client = new ManagedBlockchainClient(config);
|
|
15
|
-
* const command = new CreateMemberCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateMemberCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateMemberCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateMemberCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateMemberCommand, serializeAws_restJson1CreateMemberCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateMemberCommand = (function (_super) {
|
|
25
7
|
__extends(CreateMemberCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateMemberCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateMemberCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateMemberCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return CreateMemberCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateMemberCommand };
|
|
66
|
-
//# sourceMappingURL=CreateMemberCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateNetworkCommand, serializeAws_restJson1CreateNetworkCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ManagedBlockchainClient, CreateNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
13
|
-
* // const { ManagedBlockchainClient, CreateNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
14
|
-
* const client = new ManagedBlockchainClient(config);
|
|
15
|
-
* const command = new CreateNetworkCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateNetworkCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateNetworkCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateNetworkCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateNetworkCommand, serializeAws_restJson1CreateNetworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateNetworkCommand = (function (_super) {
|
|
25
7
|
__extends(CreateNetworkCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateNetworkCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateNetworkCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateNetworkCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return CreateNetworkCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateNetworkCommand };
|
|
66
|
-
//# sourceMappingURL=CreateNetworkCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateNodeCommand, serializeAws_restJson1CreateNodeCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ManagedBlockchainClient, CreateNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
13
|
-
* // const { ManagedBlockchainClient, CreateNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
14
|
-
* const client = new ManagedBlockchainClient(config);
|
|
15
|
-
* const command = new CreateNodeCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateNodeCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateNodeCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateNodeCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateNodeCommand, serializeAws_restJson1CreateNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateNodeCommand = (function (_super) {
|
|
25
7
|
__extends(CreateNodeCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateNodeCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateNodeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateNodeCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return CreateNodeCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateNodeCommand };
|
|
66
|
-
//# sourceMappingURL=CreateNodeCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateProposalCommand, serializeAws_restJson1CreateProposalCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ManagedBlockchainClient, CreateProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
13
|
-
* // const { ManagedBlockchainClient, CreateProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
14
|
-
* const client = new ManagedBlockchainClient(config);
|
|
15
|
-
* const command = new CreateProposalCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateProposalCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateProposalCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateProposalCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateProposalCommand, serializeAws_restJson1CreateProposalCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateProposalCommand = (function (_super) {
|
|
25
7
|
__extends(CreateProposalCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateProposalCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateProposalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateProposalCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return CreateProposalCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateProposalCommand };
|
|
66
|
-
//# sourceMappingURL=CreateProposalCommand.js.map
|