aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
46 lines • 1.72 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsApigatewayActions = void 0;
/**
* All IAM policy actions for Amazon API Gateway Management V2 (APIGATEWAY)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigatewaymanagementv2.html
*
* 2025-02-24T21:46:38.177Z
*/
var AwsApigatewayActions;
(function (AwsApigatewayActions) {
/**
* Grants permission to delete a particular resource
*
* See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_DELETE.html
*/
AwsApigatewayActions["DELETE"] = "apigateway:DELETE";
/**
* Grants permission to read a particular resource
*
* See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_GET.html
*/
AwsApigatewayActions["GET"] = "apigateway:GET";
/**
* Grants permission to update a particular resource
*
* See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_PATCH.html
*/
AwsApigatewayActions["PATCH"] = "apigateway:PATCH";
/**
* Grants permission to create a particular resource
*
* See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_POST.html
*/
AwsApigatewayActions["POST"] = "apigateway:POST";
/**
* Grants permission to update a particular resource
*
* See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_PUT.html
*/
AwsApigatewayActions["PUT"] = "apigateway:PUT";
})(AwsApigatewayActions = exports.AwsApigatewayActions || (exports.AwsApigatewayActions = {}));
//# sourceMappingURL=apigateway.js.map