@pulumi/spotinst 3.62.0-alpha.1702447968 → 3.62.0

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.
@@ -28,7 +28,7 @@ export declare class OceanNp extends pulumi.CustomResource {
28
28
  readonly fallbackToOndemand: pulumi.Output<boolean | undefined>;
29
29
  readonly filters: pulumi.Output<outputs.azure.OceanNpFilters | undefined>;
30
30
  readonly headrooms: pulumi.Output<outputs.azure.OceanNpHeadroom[] | undefined>;
31
- readonly health: pulumi.Output<outputs.azure.OceanNpHealth>;
31
+ readonly health: pulumi.Output<outputs.azure.OceanNpHealth | undefined>;
32
32
  readonly kubernetesVersion: pulumi.Output<string | undefined>;
33
33
  readonly labels: pulumi.Output<{
34
34
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/spotinst",
3
- "version": "v3.62.0-alpha.1702447968+24a19ec8",
3
+ "version": "v3.62.0",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/subscription.d.ts CHANGED
@@ -45,7 +45,7 @@ export declare class Subscription extends pulumi.CustomResource {
45
45
  */
46
46
  readonly endpoint: pulumi.Output<string>;
47
47
  /**
48
- * The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
48
+ * The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
49
49
  * `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
50
50
  * `"GROUP_UPDATED"`,
51
51
  * `"AWS_EMR_PROVISION_TIMEOUT"`,
@@ -96,7 +96,7 @@ export interface SubscriptionState {
96
96
  */
97
97
  endpoint?: pulumi.Input<string>;
98
98
  /**
99
- * The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
99
+ * The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
100
100
  * `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
101
101
  * `"GROUP_UPDATED"`,
102
102
  * `"AWS_EMR_PROVISION_TIMEOUT"`,
@@ -139,7 +139,7 @@ export interface SubscriptionArgs {
139
139
  */
140
140
  endpoint: pulumi.Input<string>;
141
141
  /**
142
- * The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
142
+ * The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
143
143
  * `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
144
144
  * `"GROUP_UPDATED"`,
145
145
  * `"AWS_EMR_PROVISION_TIMEOUT"`,
package/types/input.d.ts CHANGED
@@ -3347,6 +3347,7 @@ export declare namespace azure {
3347
3347
  automatic?: pulumi.Input<inputs.azure.OceanNpAutoscalerAutoscaleHeadroomAutomatic>;
3348
3348
  }
3349
3349
  interface OceanNpAutoscalerAutoscaleHeadroomAutomatic {
3350
+ isEnabled?: pulumi.Input<boolean>;
3350
3351
  percentage?: pulumi.Input<number>;
3351
3352
  }
3352
3353
  interface OceanNpAutoscalerResourceLimits {
package/types/output.d.ts CHANGED
@@ -3346,6 +3346,7 @@ export declare namespace azure {
3346
3346
  automatic?: outputs.azure.OceanNpAutoscalerAutoscaleHeadroomAutomatic;
3347
3347
  }
3348
3348
  interface OceanNpAutoscalerAutoscaleHeadroomAutomatic {
3349
+ isEnabled?: boolean;
3349
3350
  percentage?: number;
3350
3351
  }
3351
3352
  interface OceanNpAutoscalerResourceLimits {