UNPKG

aws-iam-policy-types

Version:

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

71 lines 3.14 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsManagedblockchainQueryActions = void 0; /** * 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 */ var AwsManagedblockchainQueryActions; (function (AwsManagedblockchainQueryActions) { /** * Grants permission to batch calls for GetTokenBalance API * * See ${APIReferenceDocPage}API_BatchGetTokenBalance.html */ AwsManagedblockchainQueryActions["BatchGetTokenBalance"] = "managedblockchain-query:BatchGetTokenBalance"; /** * Grants permission to fetch information about a contract on the blockchain * * See ${APIReferenceDocPage}API_GetAssetContract.html */ AwsManagedblockchainQueryActions["GetAssetContract"] = "managedblockchain-query:GetAssetContract"; /** * Grants permission to retrieve balance of a token for an address on the blockcha * in * * See ${APIReferenceDocPage}API_GetTokenBalance.html */ AwsManagedblockchainQueryActions["GetTokenBalance"] = "managedblockchain-query:GetTokenBalance"; /** * Grants permission to retrieve a transaction on the blockchain * * See ${APIReferenceDocPage}API_GetTransaction.html */ AwsManagedblockchainQueryActions["GetTransaction"] = "managedblockchain-query:GetTransaction"; /** * Grants permission to fetch multiple contracts on the blockchain * * See ${APIReferenceDocPage}API_ListAssetContracts.html */ AwsManagedblockchainQueryActions["ListAssetContracts"] = "managedblockchain-query:ListAssetContracts"; /** * Grants permission to retrieve events on the blockchain with additional filters * * See ${APIReferenceDocPage}API_ListFilteredTransactionEvents.html */ AwsManagedblockchainQueryActions["ListFilteredTransactionEvents"] = "managedblockchain-query:ListFilteredTransactionEvents"; /** * Grants permission to retrieve multiple balances on the blockchain * * See ${APIReferenceDocPage}API_ListTokenBalances.html */ AwsManagedblockchainQueryActions["ListTokenBalances"] = "managedblockchain-query:ListTokenBalances"; /** * Grants permission to retrieve events in a transaction on the blockchain * * See ${APIReferenceDocPage}API_ListTransactionEvents.html */ AwsManagedblockchainQueryActions["ListTransactionEvents"] = "managedblockchain-query:ListTransactionEvents"; /** * Grants permission to retrieve a multiple transactions on a blockchain * * See ${APIReferenceDocPage}API_ListTransactions.html */ AwsManagedblockchainQueryActions["ListTransactions"] = "managedblockchain-query:ListTransactions"; })(AwsManagedblockchainQueryActions = exports.AwsManagedblockchainQueryActions || (exports.AwsManagedblockchainQueryActions = {})); //# sourceMappingURL=managedblockchain-query.js.map