@pulumi/spotinst 3.87.0 → 3.88.0-alpha.1724220577
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/aws/mrScalar.d.ts +0 -88
- package/aws/mrScalar.js +0 -88
- package/aws/mrScalar.js.map +1 -1
- package/aws/oceanExtendedResourceDefinition.d.ts +3 -3
- package/azure/oceanNp.d.ts +6 -6
- package/azure/oceanNpVirtualNodeGroup.d.ts +6 -6
- package/package.json +2 -2
- package/statefulNodeAzure.d.ts +0 -497
- package/statefulNodeAzure.js +0 -497
- package/statefulNodeAzure.js.map +1 -1
- package/subscription.d.ts +3 -3
- package/types/input.d.ts +6 -6
- package/types/output.d.ts +6 -6
package/types/output.d.ts
CHANGED
|
@@ -198,10 +198,10 @@ export interface StatefulNodeAzureExtension {
|
|
|
198
198
|
minorVersionAutoUpgrade: boolean;
|
|
199
199
|
name: string;
|
|
200
200
|
protectedSettings: {
|
|
201
|
-
[key: string]:
|
|
201
|
+
[key: string]: string;
|
|
202
202
|
};
|
|
203
203
|
publicSettings: {
|
|
204
|
-
[key: string]:
|
|
204
|
+
[key: string]: string;
|
|
205
205
|
};
|
|
206
206
|
publisher: string;
|
|
207
207
|
type: string;
|
|
@@ -1640,7 +1640,7 @@ export declare namespace aws {
|
|
|
1640
1640
|
* A mapping of dimensions describing qualities of the metric.
|
|
1641
1641
|
*/
|
|
1642
1642
|
dimensions?: {
|
|
1643
|
-
[key: string]:
|
|
1643
|
+
[key: string]: string;
|
|
1644
1644
|
};
|
|
1645
1645
|
evaluationPeriods: number;
|
|
1646
1646
|
/**
|
|
@@ -1692,7 +1692,7 @@ export declare namespace aws {
|
|
|
1692
1692
|
* A mapping of dimensions describing qualities of the metric.
|
|
1693
1693
|
*/
|
|
1694
1694
|
dimensions?: {
|
|
1695
|
-
[key: string]:
|
|
1695
|
+
[key: string]: string;
|
|
1696
1696
|
};
|
|
1697
1697
|
evaluationPeriods: number;
|
|
1698
1698
|
/**
|
|
@@ -1819,7 +1819,7 @@ export declare namespace aws {
|
|
|
1819
1819
|
* A mapping of dimensions describing qualities of the metric.
|
|
1820
1820
|
*/
|
|
1821
1821
|
dimensions?: {
|
|
1822
|
-
[key: string]:
|
|
1822
|
+
[key: string]: string;
|
|
1823
1823
|
};
|
|
1824
1824
|
evaluationPeriods: number;
|
|
1825
1825
|
/**
|
|
@@ -1871,7 +1871,7 @@ export declare namespace aws {
|
|
|
1871
1871
|
* A mapping of dimensions describing qualities of the metric.
|
|
1872
1872
|
*/
|
|
1873
1873
|
dimensions?: {
|
|
1874
|
-
[key: string]:
|
|
1874
|
+
[key: string]: string;
|
|
1875
1875
|
};
|
|
1876
1876
|
evaluationPeriods: number;
|
|
1877
1877
|
/**
|