@pulumi/spotinst 3.22.0 → 3.23.0-alpha.1657853259
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 +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +4 -0
- package/types/output.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/spotinst",
|
|
3
|
-
"version": "v3.
|
|
3
|
+
"version": "v3.23.0-alpha.1657853259+ee9b0e22",
|
|
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.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource spotinst v3.23.0-alpha.1657853259+ee9b0e22"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/spotinst",
|
|
3
|
-
"version": "v3.
|
|
3
|
+
"version": "v3.23.0-alpha.1657853259+ee9b0e22",
|
|
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.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource spotinst v3.23.0-alpha.1657853259+ee9b0e22"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/types/input.d.ts
CHANGED
|
@@ -2747,6 +2747,10 @@ export declare namespace aws {
|
|
|
2747
2747
|
* List of virtual node group identifiers to be rolled.
|
|
2748
2748
|
*/
|
|
2749
2749
|
launchSpecIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2750
|
+
/**
|
|
2751
|
+
* During the roll, if the parameter is set to True we honor PDB during the instance replacement.
|
|
2752
|
+
*/
|
|
2753
|
+
respectPdb?: pulumi.Input<boolean>;
|
|
2750
2754
|
}
|
|
2751
2755
|
interface SuspensionSuspension {
|
|
2752
2756
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -2746,6 +2746,10 @@ export declare namespace aws {
|
|
|
2746
2746
|
* List of virtual node group identifiers to be rolled.
|
|
2747
2747
|
*/
|
|
2748
2748
|
launchSpecIds?: string[];
|
|
2749
|
+
/**
|
|
2750
|
+
* During the roll, if the parameter is set to True we honor PDB during the instance replacement.
|
|
2751
|
+
*/
|
|
2752
|
+
respectPdb?: boolean;
|
|
2749
2753
|
}
|
|
2750
2754
|
interface SuspensionSuspension {
|
|
2751
2755
|
/**
|