@pulumi/aws 4.37.2 → 4.37.3

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": "v4.37.2",
3
+ "version": "v4.37.3",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aws v4.37.2"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aws v4.37.3"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v4.37.2",
3
+ "version": "v4.37.3",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aws v4.37.2"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aws v4.37.3"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",
@@ -46,7 +46,7 @@ export declare class SmsPreferences extends pulumi.CustomResource {
46
46
  /**
47
47
  * The maximum amount in USD that you are willing to spend each month to send SMS messages.
48
48
  */
49
- readonly monthlySpendLimit: pulumi.Output<string>;
49
+ readonly monthlySpendLimit: pulumi.Output<number>;
50
50
  /**
51
51
  * The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.
52
52
  */
@@ -83,7 +83,7 @@ export interface SmsPreferencesState {
83
83
  /**
84
84
  * The maximum amount in USD that you are willing to spend each month to send SMS messages.
85
85
  */
86
- monthlySpendLimit?: pulumi.Input<string>;
86
+ monthlySpendLimit?: pulumi.Input<number>;
87
87
  /**
88
88
  * The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.
89
89
  */
@@ -112,7 +112,7 @@ export interface SmsPreferencesArgs {
112
112
  /**
113
113
  * The maximum amount in USD that you are willing to spend each month to send SMS messages.
114
114
  */
115
- monthlySpendLimit?: pulumi.Input<string>;
115
+ monthlySpendLimit?: pulumi.Input<number>;
116
116
  /**
117
117
  * The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.
118
118
  */