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)

29 lines 1.16 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.PackageVersionStatus = exports.ApplicationInstanceStatus = exports.ApplicationInstanceHealthStatus = void 0; exports.ApplicationInstanceHealthStatus = { Running: "RUNNING", Error: "ERROR", NotAvailable: "NOT_AVAILABLE", }; exports.ApplicationInstanceStatus = { DeploymentPending: "DEPLOYMENT_PENDING", DeploymentRequested: "DEPLOYMENT_REQUESTED", DeploymentInProgress: "DEPLOYMENT_IN_PROGRESS", DeploymentError: "DEPLOYMENT_ERROR", DeploymentSucceeded: "DEPLOYMENT_SUCCEEDED", RemovalPending: "REMOVAL_PENDING", RemovalRequested: "REMOVAL_REQUESTED", RemovalInProgress: "REMOVAL_IN_PROGRESS", RemovalFailed: "REMOVAL_FAILED", RemovalSucceeded: "REMOVAL_SUCCEEDED", }; exports.PackageVersionStatus = { RegisterPending: "REGISTER_PENDING", RegisterCompleted: "REGISTER_COMPLETED", Failed: "FAILED", Deleting: "DELETING", }; //# sourceMappingURL=index.js.map