Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ManagedBlockchain/ManagedBlockchainClient.php
Строк: 45
<?php
namespace AwsManagedBlockchain;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Managed Blockchain** service.
* @method AwsResult createMember(array $args = [])
* @method GuzzleHttpPromisePromise createMemberAsync(array $args = [])
* @method AwsResult createNetwork(array $args = [])
* @method GuzzleHttpPromisePromise createNetworkAsync(array $args = [])
* @method AwsResult createNode(array $args = [])
* @method GuzzleHttpPromisePromise createNodeAsync(array $args = [])
* @method AwsResult createProposal(array $args = [])
* @method GuzzleHttpPromisePromise createProposalAsync(array $args = [])
* @method AwsResult deleteMember(array $args = [])
* @method GuzzleHttpPromisePromise deleteMemberAsync(array $args = [])
* @method AwsResult deleteNode(array $args = [])
* @method GuzzleHttpPromisePromise deleteNodeAsync(array $args = [])
* @method AwsResult getMember(array $args = [])
* @method GuzzleHttpPromisePromise getMemberAsync(array $args = [])
* @method AwsResult getNetwork(array $args = [])
* @method GuzzleHttpPromisePromise getNetworkAsync(array $args = [])
* @method AwsResult getNode(array $args = [])
* @method GuzzleHttpPromisePromise getNodeAsync(array $args = [])
* @method AwsResult getProposal(array $args = [])
* @method GuzzleHttpPromisePromise getProposalAsync(array $args = [])
* @method AwsResult listInvitations(array $args = [])
* @method GuzzleHttpPromisePromise listInvitationsAsync(array $args = [])
* @method AwsResult listMembers(array $args = [])
* @method GuzzleHttpPromisePromise listMembersAsync(array $args = [])
* @method AwsResult listNetworks(array $args = [])
* @method GuzzleHttpPromisePromise listNetworksAsync(array $args = [])
* @method AwsResult listNodes(array $args = [])
* @method GuzzleHttpPromisePromise listNodesAsync(array $args = [])
* @method AwsResult listProposalVotes(array $args = [])
* @method GuzzleHttpPromisePromise listProposalVotesAsync(array $args = [])
* @method AwsResult listProposals(array $args = [])
* @method GuzzleHttpPromisePromise listProposalsAsync(array $args = [])
* @method AwsResult rejectInvitation(array $args = [])
* @method GuzzleHttpPromisePromise rejectInvitationAsync(array $args = [])
* @method AwsResult updateMember(array $args = [])
* @method GuzzleHttpPromisePromise updateMemberAsync(array $args = [])
* @method AwsResult updateNode(array $args = [])
* @method GuzzleHttpPromisePromise updateNodeAsync(array $args = [])
* @method AwsResult voteOnProposal(array $args = [])
* @method GuzzleHttpPromisePromise voteOnProposalAsync(array $args = [])
*/
class ManagedBlockchainClient extends AwsClient {}