@pulumi/spotinst 3.49.0 → 3.50.0-alpha.1694121741

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/spotinst",
3
- "version": "v3.49.0",
3
+ "version": "v3.50.0-alpha.1694121741+021d8dff",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource spotinst v3.49.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource spotinst v3.50.0-alpha.1694121741+021d8dff"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/types/input.d.ts CHANGED
@@ -791,6 +791,15 @@ export declare namespace aws {
791
791
  * The number of periods over which data is compared to the specified threshold.
792
792
  */
793
793
  evaluationPeriods?: pulumi.Input<number>;
794
+ /**
795
+ * Represents the maximum percent to scale-down. Number between 1-100.
796
+ * Usage:
797
+ *
798
+ * ```typescript
799
+ * import * as pulumi from "@pulumi/pulumi";
800
+ * ```
801
+ */
802
+ maxScaleDownPercentage?: pulumi.Input<number>;
794
803
  }
795
804
  interface ElastigroupIntegrationKubernetesAutoscaleHeadroom {
796
805
  /**
package/types/output.d.ts CHANGED
@@ -790,6 +790,15 @@ export declare namespace aws {
790
790
  * The number of periods over which data is compared to the specified threshold.
791
791
  */
792
792
  evaluationPeriods?: number;
793
+ /**
794
+ * Represents the maximum percent to scale-down. Number between 1-100.
795
+ * Usage:
796
+ *
797
+ * ```typescript
798
+ * import * as pulumi from "@pulumi/pulumi";
799
+ * ```
800
+ */
801
+ maxScaleDownPercentage?: number;
793
802
  }
794
803
  interface ElastigroupIntegrationKubernetesAutoscaleHeadroom {
795
804
  /**