@pulumi/spotinst 3.91.0-alpha.1725948505 → 3.91.0-alpha.1725974108

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": "3.91.0-alpha.1725948505",
3
+ "version": "3.91.0-alpha.1725974108",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "spotinst",
26
- "version": "3.91.0-alpha.1725948505"
26
+ "version": "3.91.0-alpha.1725974108"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -9,12 +9,20 @@ export interface DataIntegrationS3 {
9
9
  }
10
10
  export interface ElastigroupAzureV3Image {
11
11
  customs?: pulumi.Input<pulumi.Input<inputs.ElastigroupAzureV3ImageCustom>[]>;
12
+ galleryImages?: pulumi.Input<pulumi.Input<inputs.ElastigroupAzureV3ImageGalleryImage>[]>;
12
13
  marketplaces?: pulumi.Input<pulumi.Input<inputs.ElastigroupAzureV3ImageMarketplace>[]>;
13
14
  }
14
15
  export interface ElastigroupAzureV3ImageCustom {
15
16
  imageName: pulumi.Input<string>;
16
17
  resourceGroupName: pulumi.Input<string>;
17
18
  }
19
+ export interface ElastigroupAzureV3ImageGalleryImage {
20
+ galleryName: pulumi.Input<string>;
21
+ imageName: pulumi.Input<string>;
22
+ resourceGroupName: pulumi.Input<string>;
23
+ spotAccountId?: pulumi.Input<string>;
24
+ version: pulumi.Input<string>;
25
+ }
18
26
  export interface ElastigroupAzureV3ImageMarketplace {
19
27
  offer: pulumi.Input<string>;
20
28
  publisher: pulumi.Input<string>;
package/types/output.d.ts CHANGED
@@ -8,12 +8,20 @@ export interface DataIntegrationS3 {
8
8
  }
9
9
  export interface ElastigroupAzureV3Image {
10
10
  customs?: outputs.ElastigroupAzureV3ImageCustom[];
11
+ galleryImages?: outputs.ElastigroupAzureV3ImageGalleryImage[];
11
12
  marketplaces?: outputs.ElastigroupAzureV3ImageMarketplace[];
12
13
  }
13
14
  export interface ElastigroupAzureV3ImageCustom {
14
15
  imageName: string;
15
16
  resourceGroupName: string;
16
17
  }
18
+ export interface ElastigroupAzureV3ImageGalleryImage {
19
+ galleryName: string;
20
+ imageName: string;
21
+ resourceGroupName: string;
22
+ spotAccountId?: string;
23
+ version: string;
24
+ }
17
25
  export interface ElastigroupAzureV3ImageMarketplace {
18
26
  offer: string;
19
27
  publisher: string;