@pulumi/spotinst 3.76.1 → 3.76.2
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 +1 -1
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
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
|
|
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
|
|
3231
|
+
policyAccountIds?: string[];
|
|
3232
3232
|
/**
|
|
3233
3233
|
* Policy ID the programmatic user will have access to.
|
|
3234
3234
|
*/
|