@pulumi/aws 6.79.0 → 6.79.1

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": "6.79.0",
3
+ "version": "6.79.1",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "aws",
27
- "version": "6.79.0"
27
+ "version": "6.79.1"
28
28
  }
29
29
  }
package/types/input.d.ts CHANGED
@@ -24955,10 +24955,6 @@ export declare namespace ec2 {
24955
24955
  */
24956
24956
  toPort: pulumi.Input<number>;
24957
24957
  }
24958
- /**
24959
- * securityGroupEgressProvideDefaults sets the appropriate defaults for SecurityGroupEgress
24960
- */
24961
- function securityGroupEgressProvideDefaults(val: SecurityGroupEgress): SecurityGroupEgress;
24962
24958
  interface SecurityGroupIngress {
24963
24959
  /**
24964
24960
  * List of CIDR blocks.
@@ -25001,10 +24997,6 @@ export declare namespace ec2 {
25001
24997
  */
25002
24998
  toPort: pulumi.Input<number>;
25003
24999
  }
25004
- /**
25005
- * securityGroupIngressProvideDefaults sets the appropriate defaults for SecurityGroupIngress
25006
- */
25007
- function securityGroupIngressProvideDefaults(val: SecurityGroupIngress): SecurityGroupIngress;
25008
25000
  interface SpotFleetRequestLaunchSpecification {
25009
25001
  ami: pulumi.Input<string>;
25010
25002
  associatePublicIpAddress?: pulumi.Input<boolean>;
package/types/input.js CHANGED
@@ -2,26 +2,7 @@
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 = exports.ec2 = void 0;
6
- var ec2;
7
- (function (ec2) {
8
- /**
9
- * securityGroupEgressProvideDefaults sets the appropriate defaults for SecurityGroupEgress
10
- */
11
- function securityGroupEgressProvideDefaults(val) {
12
- var _a;
13
- return Object.assign(Object.assign({}, val), { description: (_a = (val.description)) !== null && _a !== void 0 ? _a : "" });
14
- }
15
- ec2.securityGroupEgressProvideDefaults = securityGroupEgressProvideDefaults;
16
- /**
17
- * securityGroupIngressProvideDefaults sets the appropriate defaults for SecurityGroupIngress
18
- */
19
- function securityGroupIngressProvideDefaults(val) {
20
- var _a;
21
- return Object.assign(Object.assign({}, val), { description: (_a = (val.description)) !== null && _a !== void 0 ? _a : "" });
22
- }
23
- ec2.securityGroupIngressProvideDefaults = securityGroupIngressProvideDefaults;
24
- })(ec2 = exports.ec2 || (exports.ec2 = {}));
5
+ exports.rds = void 0;
25
6
  var rds;
26
7
  (function (rds) {
27
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAq5rBjF,IAAiB,GAAG,CAglKnB;AAhlKD,WAAiB,GAAG;IA2pIhB;;OAEG;IACH,SAAgB,kCAAkC,CAAC,GAAwB;;QACvE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,sCAAkC,qCAKjD,CAAA;IA4CD;;OAEG;IACH,SAAgB,mCAAmC,CAAC,GAAyB;;QACzE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,uCAAmC,sCAKlD,CAAA;AAy3BL,CAAC,EAhlKgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAglKnB;AAwrsCD,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;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;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
1
+ {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA2oiEjF,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;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;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
package/types/output.d.ts CHANGED
@@ -30484,7 +30484,7 @@ export declare namespace ec2 {
30484
30484
  /**
30485
30485
  * Description of this egress rule.
30486
30486
  */
30487
- description: string;
30487
+ description?: string;
30488
30488
  /**
30489
30489
  * Start port (or ICMP type number if protocol is `icmp`)
30490
30490
  */
@@ -30518,10 +30518,6 @@ export declare namespace ec2 {
30518
30518
  */
30519
30519
  toPort: number;
30520
30520
  }
30521
- /**
30522
- * securityGroupEgressProvideDefaults sets the appropriate defaults for SecurityGroupEgress
30523
- */
30524
- function securityGroupEgressProvideDefaults(val: SecurityGroupEgress): SecurityGroupEgress;
30525
30521
  interface SecurityGroupIngress {
30526
30522
  /**
30527
30523
  * List of CIDR blocks.
@@ -30530,7 +30526,7 @@ export declare namespace ec2 {
30530
30526
  /**
30531
30527
  * Description of this ingress rule.
30532
30528
  */
30533
- description: string;
30529
+ description?: string;
30534
30530
  /**
30535
30531
  * Start port (or ICMP type number if protocol is `icmp` or `icmpv6`).
30536
30532
  */
@@ -30564,10 +30560,6 @@ export declare namespace ec2 {
30564
30560
  */
30565
30561
  toPort: number;
30566
30562
  }
30567
- /**
30568
- * securityGroupIngressProvideDefaults sets the appropriate defaults for SecurityGroupIngress
30569
- */
30570
- function securityGroupIngressProvideDefaults(val: SecurityGroupIngress): SecurityGroupIngress;
30571
30563
  interface SpotFleetRequestLaunchSpecification {
30572
30564
  ami: string;
30573
30565
  associatePublicIpAddress?: boolean;
package/types/output.js CHANGED
@@ -2,26 +2,7 @@
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 = exports.ec2 = void 0;
6
- var ec2;
7
- (function (ec2) {
8
- /**
9
- * securityGroupEgressProvideDefaults sets the appropriate defaults for SecurityGroupEgress
10
- */
11
- function securityGroupEgressProvideDefaults(val) {
12
- var _a;
13
- return Object.assign(Object.assign({}, val), { description: (_a = (val.description)) !== null && _a !== void 0 ? _a : "" });
14
- }
15
- ec2.securityGroupEgressProvideDefaults = securityGroupEgressProvideDefaults;
16
- /**
17
- * securityGroupIngressProvideDefaults sets the appropriate defaults for SecurityGroupIngress
18
- */
19
- function securityGroupIngressProvideDefaults(val) {
20
- var _a;
21
- return Object.assign(Object.assign({}, val), { description: (_a = (val.description)) !== null && _a !== void 0 ? _a : "" });
22
- }
23
- ec2.securityGroupIngressProvideDefaults = securityGroupIngressProvideDefaults;
24
- })(ec2 = exports.ec2 || (exports.ec2 = {}));
5
+ exports.rds = void 0;
25
6
  var rds;
26
7
  (function (rds) {
27
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA8r1BjF,IAAiB,GAAG,CA2yMnB;AA3yMD,WAAiB,GAAG;IAq3KhB;;OAEG;IACH,SAAgB,kCAAkC,CAAC,GAAwB;;QACvE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,sCAAkC,qCAKjD,CAAA;IA4CD;;OAEG;IACH,SAAgB,mCAAmC,CAAC,GAAyB;;QACzE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,uCAAmC,sCAKlD,CAAA;AA03BL,CAAC,EA3yMgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA2yMnB;AA27xCD,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;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;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAk5zEjF,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;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;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}