@aws-cdk/aws-ec2-alpha 2.172.0-alpha.0 → 2.173.0-alpha.0

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/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.172.0",
11
+ "aws-cdk-lib": "^2.173.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -1852,6 +1852,19 @@
1852
1852
  }
1853
1853
  }
1854
1854
  },
1855
+ "aws-cdk-lib.aws_invoicing": {
1856
+ "targets": {
1857
+ "dotnet": {
1858
+ "package": "Amazon.CDK.AWS.Invoicing"
1859
+ },
1860
+ "java": {
1861
+ "package": "software.amazon.awscdk.services.invoicing"
1862
+ },
1863
+ "python": {
1864
+ "module": "aws_cdk.aws_invoicing"
1865
+ }
1866
+ }
1867
+ },
1855
1868
  "aws-cdk-lib.aws_iot": {
1856
1869
  "targets": {
1857
1870
  "dotnet": {
@@ -9907,6 +9920,6 @@
9907
9920
  "symbolId": "lib/vpc-v2:VpcV2Props"
9908
9921
  }
9909
9922
  },
9910
- "version": "2.172.0-alpha.0",
9923
+ "version": "2.173.0-alpha.0",
9911
9924
  "fingerprint": "**********"
9912
9925
  }
package/lib/ipam.js CHANGED
@@ -236,7 +236,7 @@ class Ipam extends aws_cdk_lib_1.Resource {
236
236
  }
237
237
  exports.Ipam = Ipam;
238
238
  _a = JSII_RTTI_SYMBOL_1;
239
- Ipam[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.172.0-alpha.0" };
239
+ Ipam[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.173.0-alpha.0" };
240
240
  /**
241
241
  * Function to create IpamPool under scope
242
242
  * @internal
package/lib/route.js CHANGED
@@ -49,7 +49,7 @@ class EgressOnlyInternetGateway extends core_1.Resource {
49
49
  }
50
50
  exports.EgressOnlyInternetGateway = EgressOnlyInternetGateway;
51
51
  _a = JSII_RTTI_SYMBOL_1;
52
- EgressOnlyInternetGateway[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.172.0-alpha.0" };
52
+ EgressOnlyInternetGateway[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.173.0-alpha.0" };
53
53
  /**
54
54
  * Creates an internet gateway
55
55
  * @resource AWS::EC2::InternetGateway
@@ -79,7 +79,7 @@ class InternetGateway extends core_1.Resource {
79
79
  }
80
80
  exports.InternetGateway = InternetGateway;
81
81
  _b = JSII_RTTI_SYMBOL_1;
82
- InternetGateway[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.172.0-alpha.0" };
82
+ InternetGateway[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.173.0-alpha.0" };
83
83
  /**
84
84
  * Creates a virtual private gateway
85
85
  * @resource AWS::EC2::VPNGateway
@@ -127,7 +127,7 @@ class VPNGatewayV2 extends core_1.Resource {
127
127
  }
128
128
  exports.VPNGatewayV2 = VPNGatewayV2;
129
129
  _c = JSII_RTTI_SYMBOL_1;
130
- VPNGatewayV2[_c] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGatewayV2", version: "2.172.0-alpha.0" };
130
+ VPNGatewayV2[_c] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGatewayV2", version: "2.173.0-alpha.0" };
131
131
  /**
132
132
  * Creates a network address translation (NAT) gateway
133
133
  * @resource AWS::EC2::NatGateway
@@ -179,7 +179,7 @@ class NatGateway extends core_1.Resource {
179
179
  }
180
180
  exports.NatGateway = NatGateway;
181
181
  _d = JSII_RTTI_SYMBOL_1;
182
- NatGateway[_d] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.172.0-alpha.0" };
182
+ NatGateway[_d] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.173.0-alpha.0" };
183
183
  /**
184
184
  * Creates a peering connection between two VPCs
185
185
  * @resource AWS::EC2::VPCPeeringConnection
@@ -255,7 +255,7 @@ class VPCPeeringConnection extends core_1.Resource {
255
255
  }
256
256
  exports.VPCPeeringConnection = VPCPeeringConnection;
257
257
  _e = JSII_RTTI_SYMBOL_1;
258
- VPCPeeringConnection[_e] = { fqn: "@aws-cdk/aws-ec2-alpha.VPCPeeringConnection", version: "2.172.0-alpha.0" };
258
+ VPCPeeringConnection[_e] = { fqn: "@aws-cdk/aws-ec2-alpha.VPCPeeringConnection", version: "2.173.0-alpha.0" };
259
259
  /**
260
260
  * The gateway or endpoint targeted by the route.
261
261
  */
@@ -281,7 +281,7 @@ class RouteTargetType {
281
281
  }
282
282
  exports.RouteTargetType = RouteTargetType;
283
283
  _f = JSII_RTTI_SYMBOL_1;
284
- RouteTargetType[_f] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.172.0-alpha.0" };
284
+ RouteTargetType[_f] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.173.0-alpha.0" };
285
285
  /**
286
286
  * Creates a new route with added functionality.
287
287
  * @resource AWS::EC2::Route
@@ -335,7 +335,7 @@ class Route extends core_1.Resource {
335
335
  }
336
336
  exports.Route = Route;
337
337
  _g = JSII_RTTI_SYMBOL_1;
338
- Route[_g] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.172.0-alpha.0" };
338
+ Route[_g] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.173.0-alpha.0" };
339
339
  /**
340
340
  * Creates a route table for the specified VPC
341
341
  * @resource AWS::EC2::RouteTable
@@ -383,7 +383,7 @@ class RouteTable extends core_1.Resource {
383
383
  }
384
384
  exports.RouteTable = RouteTable;
385
385
  _h = JSII_RTTI_SYMBOL_1;
386
- RouteTable[_h] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.172.0-alpha.0" };
386
+ RouteTable[_h] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.173.0-alpha.0" };
387
387
  function routerTypeToPropName(routerType) {
388
388
  return ({
389
389
  [aws_ec2_1.RouterType.CARRIER_GATEWAY]: 'carrierGatewayId',
package/lib/subnet-v2.js CHANGED
@@ -19,7 +19,7 @@ class IpCidr {
19
19
  }
20
20
  exports.IpCidr = IpCidr;
21
21
  _a = JSII_RTTI_SYMBOL_1;
22
- IpCidr[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.172.0-alpha.0" };
22
+ IpCidr[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.173.0-alpha.0" };
23
23
  /**
24
24
  * The SubnetV2 class represents a subnet within a VPC (Virtual Private Cloud) in AWS.
25
25
  * It extends the Resource class and implements the ISubnet interface.
@@ -207,7 +207,7 @@ class SubnetV2 extends aws_cdk_lib_1.Resource {
207
207
  }
208
208
  exports.SubnetV2 = SubnetV2;
209
209
  _b = JSII_RTTI_SYMBOL_1;
210
- SubnetV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.172.0-alpha.0" };
210
+ SubnetV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.173.0-alpha.0" };
211
211
  const subnetTypeMap = {
212
212
  [aws_ec2_1.SubnetType.PRIVATE_ISOLATED]: (vpc, subnet) => vpc.isolatedSubnets.push(subnet),
213
213
  [aws_ec2_1.SubnetType.PUBLIC]: (vpc, subnet) => vpc.publicSubnets.push(subnet),
@@ -450,7 +450,7 @@ class VpcV2Base extends aws_cdk_lib_1.Resource {
450
450
  }
451
451
  exports.VpcV2Base = VpcV2Base;
452
452
  _a = JSII_RTTI_SYMBOL_1;
453
- VpcV2Base[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.172.0-alpha.0" };
453
+ VpcV2Base[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.173.0-alpha.0" };
454
454
  class CompositeDependable {
455
455
  constructor() {
456
456
  this.dependables = new Array();
package/lib/vpc-v2.js CHANGED
@@ -77,7 +77,7 @@ class IpAddresses {
77
77
  }
78
78
  exports.IpAddresses = IpAddresses;
79
79
  _a = JSII_RTTI_SYMBOL_1;
80
- IpAddresses[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.172.0-alpha.0" };
80
+ IpAddresses[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.173.0-alpha.0" };
81
81
  /**
82
82
  * This class provides a foundation for creating and configuring a VPC with advanced features such as IPAM (IP Address Management) and IPv6 support.
83
83
  *
@@ -273,7 +273,7 @@ class VpcV2 extends vpc_v2_base_1.VpcV2Base {
273
273
  }
274
274
  exports.VpcV2 = VpcV2;
275
275
  _b = JSII_RTTI_SYMBOL_1;
276
- VpcV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.172.0-alpha.0" };
276
+ VpcV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.173.0-alpha.0" };
277
277
  /**
278
278
  * Supports assigning IPv4 address to VPC
279
279
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-ec2-alpha",
3
3
  "private": false,
4
- "version": "2.172.0-alpha.0",
4
+ "version": "2.173.0-alpha.0",
5
5
  "description": "The CDK construct library for VPC V2",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -77,17 +77,17 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "@aws-cdk/cdk-build-tools": "2.172.0-alpha.0",
81
- "@aws-cdk/integ-runner": "2.172.0-alpha.0",
82
- "@aws-cdk/integ-tests-alpha": "^2.172.0-alpha.0",
83
- "@aws-cdk/pkglint": "2.172.0-alpha.0",
80
+ "@aws-cdk/cdk-build-tools": "2.173.0-alpha.0",
81
+ "@aws-cdk/integ-runner": "2.173.0-alpha.0",
82
+ "@aws-cdk/integ-tests-alpha": "^2.173.0-alpha.0",
83
+ "@aws-cdk/pkglint": "2.173.0-alpha.0",
84
84
  "@types/jest": "^29.5.14",
85
- "aws-cdk-lib": "2.172.0",
85
+ "aws-cdk-lib": "2.173.0",
86
86
  "jest": "^29.7.0"
87
87
  },
88
88
  "homepage": "https://github.com/aws/aws-cdk",
89
89
  "peerDependencies": {
90
- "aws-cdk-lib": "^2.172.0",
90
+ "aws-cdk-lib": "^2.173.0",
91
91
  "constructs": "^10.0.0"
92
92
  },
93
93
  "separate-module": false,