UNPKG

aws-iam-policy-types

Version:

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

50 lines 2.1 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsOpensearchActions = void 0; /** * All IAM policy actions for Amazon OpenSearch (OPENSEARCH) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearch.html * * 2025-02-24T21:49:04.524Z */ var AwsOpensearchActions; (function (AwsOpensearchActions) { /** * Grants permission to access OpenSearch Application * * See https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ */ AwsOpensearchActions["ApplicationAccessAll"] = "opensearch:ApplicationAccessAll"; /** * Grants permission to cancel the query that is submitted on the OpenSearch DataS * ource resource * * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_CancelDirectQuery.html */ AwsOpensearchActions["CancelDirectQuery"] = "opensearch:CancelDirectQuery"; /** * Grants permission to get the query status that are performed on the OpenSearch * DataSource resource * * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDirectQuery.html */ AwsOpensearchActions["GetDirectQuery"] = "opensearch:GetDirectQuery"; /** * Grants permission to get the results of a query that is performed on the OpenSe * arch DataSource resource * * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDirectQueryResult.html */ AwsOpensearchActions["GetDirectQueryResult"] = "opensearch:GetDirectQueryResult"; /** * Grants permission to start a direct query on the provided OpenSearch DataSource * arns * * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_StartDirectQuery.html */ AwsOpensearchActions["StartDirectQuery"] = "opensearch:StartDirectQuery"; })(AwsOpensearchActions = exports.AwsOpensearchActions || (exports.AwsOpensearchActions = {})); //# sourceMappingURL=opensearch.js.map