aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
43 lines • 1.57 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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
*/
export 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 || (AwsApigatewayActions = {}));
//# sourceMappingURL=apigateway.js.map