@pulumi/spotinst 3.77.0-alpha.1714544527 → 3.77.0-alpha.1714766674

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.77.0-alpha.1714544527+d665fa8",
3
+ "version": "v3.77.0-alpha.1714766674+df2c9a9",
4
4
  "description": "A Pulumi package for creating and managing spotinst cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -3229,7 +3229,7 @@ export declare namespace organization {
3229
3229
  * A list of the accounts that the policy should be
3230
3230
  * enforced for the user.
3231
3231
  */
3232
- policyAccountIds: pulumi.Input<pulumi.Input<string>[]>;
3232
+ policyAccountIds?: pulumi.Input<pulumi.Input<string>[]>;
3233
3233
  /**
3234
3234
  * Policy ID the programmatic user will have access to.
3235
3235
  */
package/types/output.d.ts CHANGED
@@ -3228,7 +3228,7 @@ export declare namespace organization {
3228
3228
  * A list of the accounts that the policy should be
3229
3229
  * enforced for the user.
3230
3230
  */
3231
- policyAccountIds: string[];
3231
+ policyAccountIds?: string[];
3232
3232
  /**
3233
3233
  * Policy ID the programmatic user will have access to.
3234
3234
  */