UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 556 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.AuthType=exports.HttpMethod=void 0;var HttpMethod;(function(HttpMethod2){HttpMethod2.GET="GET",HttpMethod2.POST="POST",HttpMethod2.PUT="PUT",HttpMethod2.DELETE="DELETE",HttpMethod2.PATCH="PATCH",HttpMethod2.HEAD="HEAD",HttpMethod2.OPTIONS="OPTIONS"})(HttpMethod||(exports.HttpMethod=HttpMethod={}));var AuthType;(function(AuthType2){AuthType2.NO_AUTH="NO_AUTH",AuthType2.IAM_ROLE="IAM_ROLE",AuthType2.RESOURCE_POLICY="RESOURCE_POLICY"})(AuthType||(exports.AuthType=AuthType={}));