@pulumi/aws 6.25.0 → 6.26.0-alpha.1709913577

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/aws",
3
- "version": "v6.25.0",
3
+ "version": "v6.26.0-alpha.1709913577+7410dc2b",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/output.d.ts CHANGED
@@ -32648,7 +32648,7 @@ export declare namespace iam {
32648
32648
  /**
32649
32649
  * Name of the role policy.
32650
32650
  */
32651
- name?: string;
32651
+ name: string;
32652
32652
  /**
32653
32653
  * Policy document as a JSON formatted string.
32654
32654
  */