UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

66 lines (65 loc) 2.44 kB
/** * All IAM policy actions for Amazon Managed Blockchain Query (MANAGEDBLOCKCHAIN-QUERY) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedblockchainquery.html * * 2025-02-24T21:48:44.459Z */ export declare enum AwsManagedblockchainQueryActions { /** * Grants permission to batch calls for GetTokenBalance API * * See ${APIReferenceDocPage}API_BatchGetTokenBalance.html */ BatchGetTokenBalance = "managedblockchain-query:BatchGetTokenBalance", /** * Grants permission to fetch information about a contract on the blockchain * * See ${APIReferenceDocPage}API_GetAssetContract.html */ GetAssetContract = "managedblockchain-query:GetAssetContract", /** * Grants permission to retrieve balance of a token for an address on the blockcha * in * * See ${APIReferenceDocPage}API_GetTokenBalance.html */ GetTokenBalance = "managedblockchain-query:GetTokenBalance", /** * Grants permission to retrieve a transaction on the blockchain * * See ${APIReferenceDocPage}API_GetTransaction.html */ GetTransaction = "managedblockchain-query:GetTransaction", /** * Grants permission to fetch multiple contracts on the blockchain * * See ${APIReferenceDocPage}API_ListAssetContracts.html */ ListAssetContracts = "managedblockchain-query:ListAssetContracts", /** * Grants permission to retrieve events on the blockchain with additional filters * * See ${APIReferenceDocPage}API_ListFilteredTransactionEvents.html */ ListFilteredTransactionEvents = "managedblockchain-query:ListFilteredTransactionEvents", /** * Grants permission to retrieve multiple balances on the blockchain * * See ${APIReferenceDocPage}API_ListTokenBalances.html */ ListTokenBalances = "managedblockchain-query:ListTokenBalances", /** * Grants permission to retrieve events in a transaction on the blockchain * * See ${APIReferenceDocPage}API_ListTransactionEvents.html */ ListTransactionEvents = "managedblockchain-query:ListTransactionEvents", /** * Grants permission to retrieve a multiple transactions on a blockchain * * See ${APIReferenceDocPage}API_ListTransactions.html */ ListTransactions = "managedblockchain-query:ListTransactions" }