@pulumi/aws 6.30.0 → 6.31.0-alpha.1712941150

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.30.0",
3
+ "version": "v6.31.0-alpha.1712941150+16ae22e5",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -56086,6 +56086,10 @@ export declare namespace rds {
56086
56086
  */
56087
56087
  value: pulumi.Input<string>;
56088
56088
  }
56089
+ /**
56090
+ * parameterGroupParameterProvideDefaults sets the appropriate defaults for ParameterGroupParameter
56091
+ */
56092
+ function parameterGroupParameterProvideDefaults(val: ParameterGroupParameter): ParameterGroupParameter;
56089
56093
  interface ProxyAuth {
56090
56094
  /**
56091
56095
  * The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of `SECRETS`.
package/types/input.js CHANGED
@@ -2,4 +2,16 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.rds = void 0;
6
+ var rds;
7
+ (function (rds) {
8
+ /**
9
+ * parameterGroupParameterProvideDefaults sets the appropriate defaults for ParameterGroupParameter
10
+ */
11
+ function parameterGroupParameterProvideDefaults(val) {
12
+ var _a;
13
+ return Object.assign(Object.assign({}, val), { applyMethod: (_a = (val.applyMethod)) !== null && _a !== void 0 ? _a : "immediate" });
14
+ }
15
+ rds.parameterGroupParameterProvideDefaults = parameterGroupParameterProvideDefaults;
16
+ })(rds = exports.rds || (exports.rds = {}));
5
17
  //# sourceMappingURL=input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}
1
+ {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAuy0DjF,IAAiB,GAAG,CAgZnB;AAhZD,WAAiB,GAAG;IAgVhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwDL,CAAC,EAhZgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAgZnB"}
package/types/output.d.ts CHANGED
@@ -61890,6 +61890,10 @@ export declare namespace rds {
61890
61890
  */
61891
61891
  value: string;
61892
61892
  }
61893
+ /**
61894
+ * parameterGroupParameterProvideDefaults sets the appropriate defaults for ParameterGroupParameter
61895
+ */
61896
+ function parameterGroupParameterProvideDefaults(val: ParameterGroupParameter): ParameterGroupParameter;
61893
61897
  interface ProxyAuth {
61894
61898
  /**
61895
61899
  * The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of `SECRETS`.
package/types/output.js CHANGED
@@ -2,4 +2,16 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.rds = void 0;
6
+ var rds;
7
+ (function (rds) {
8
+ /**
9
+ * parameterGroupParameterProvideDefaults sets the appropriate defaults for ParameterGroupParameter
10
+ */
11
+ function parameterGroupParameterProvideDefaults(val) {
12
+ var _a;
13
+ return Object.assign(Object.assign({}, val), { applyMethod: (_a = (val.applyMethod)) !== null && _a !== void 0 ? _a : "immediate" });
14
+ }
15
+ rds.parameterGroupParameterProvideDefaults = parameterGroupParameterProvideDefaults;
16
+ })(rds = exports.rds || (exports.rds = {}));
5
17
  //# sourceMappingURL=output.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA0rhEjF,IAAiB,GAAG,CAoZnB;AApZD,WAAiB,GAAG;IAmVhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAyDL,CAAC,EApZgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAoZnB"}