@pulumi/minio 0.16.0 → 0.17.0-alpha.1723819857

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/iamUser.d.ts CHANGED
@@ -47,7 +47,7 @@ export declare class IamUser extends pulumi.CustomResource {
47
47
  readonly secret: pulumi.Output<string>;
48
48
  readonly status: pulumi.Output<string>;
49
49
  readonly tags: pulumi.Output<{
50
- [key: string]: any;
50
+ [key: string]: string;
51
51
  } | undefined>;
52
52
  /**
53
53
  * Rotate Minio User Secret Key
@@ -75,7 +75,7 @@ export interface IamUserState {
75
75
  secret?: pulumi.Input<string>;
76
76
  status?: pulumi.Input<string>;
77
77
  tags?: pulumi.Input<{
78
- [key: string]: any;
78
+ [key: string]: pulumi.Input<string>;
79
79
  }>;
80
80
  /**
81
81
  * Rotate Minio User Secret Key
@@ -94,7 +94,7 @@ export interface IamUserArgs {
94
94
  name?: pulumi.Input<string>;
95
95
  secret?: pulumi.Input<string>;
96
96
  tags?: pulumi.Input<{
97
- [key: string]: any;
97
+ [key: string]: pulumi.Input<string>;
98
98
  }>;
99
99
  /**
100
100
  * Rotate Minio User Secret Key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/minio",
3
- "version": "0.16.0",
3
+ "version": "0.17.0-alpha.1723819857",
4
4
  "description": "A Pulumi package for creating and managing minio cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "minio",
26
- "version": "0.16.0"
26
+ "version": "0.17.0-alpha.1723819857"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -36,7 +36,7 @@ export interface IlmPolicyRule {
36
36
  noncurrentVersionExpirationDays?: pulumi.Input<number>;
37
37
  status?: pulumi.Input<string>;
38
38
  tags?: pulumi.Input<{
39
- [key: string]: any;
39
+ [key: string]: pulumi.Input<string>;
40
40
  }>;
41
41
  }
42
42
  export interface S3BucketNotificationQueue {
package/types/output.d.ts CHANGED
@@ -22,7 +22,7 @@ export interface IlmPolicyRule {
22
22
  noncurrentVersionExpirationDays?: number;
23
23
  status: string;
24
24
  tags?: {
25
- [key: string]: any;
25
+ [key: string]: string;
26
26
  };
27
27
  }
28
28
  export interface S3BucketNotificationQueue {