UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

33 lines 1.14 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.ProtectConfigurationCountryRuleProtectStatus = exports.PoolOptionalKeywordAction = exports.PhoneNumberOptionalKeywordAction = exports.PhoneNumberNumberType = exports.PhoneNumberNumberCapabilitiesItem = void 0; exports.PhoneNumberNumberCapabilitiesItem = { Sms: "SMS", Voice: "VOICE", Mms: "MMS", }; exports.PhoneNumberNumberType = { LongCode: "LONG_CODE", TollFree: "TOLL_FREE", TenDlc: "TEN_DLC", Simulator: "SIMULATOR", }; exports.PhoneNumberOptionalKeywordAction = { AutomaticResponse: "AUTOMATIC_RESPONSE", OptOut: "OPT_OUT", OptIn: "OPT_IN", }; exports.PoolOptionalKeywordAction = { AutomaticResponse: "AUTOMATIC_RESPONSE", OptOut: "OPT_OUT", OptIn: "OPT_IN", }; exports.ProtectConfigurationCountryRuleProtectStatus = { Allow: "ALLOW", Block: "BLOCK", Monitor: "MONITOR", Filter: "FILTER", }; //# sourceMappingURL=index.js.map