cdk-spot-one
Advanced tools
Comparing version 2.0.321 to 2.0.322
@@ -15,3 +15,3 @@ "use strict"; | ||
_a = JSII_RTTI_SYMBOL_1; | ||
AmazonMachineImage[_a] = { fqn: "cdk-spot-one.AmazonMachineImage", version: "2.0.321" }; | ||
AmazonMachineImage[_a] = { fqn: "cdk-spot-one.AmazonMachineImage", version: "2.0.322" }; | ||
AmazonMachineImage.AMAZON_LINUX = aws_cdk_lib_1.aws_ec2.MachineImage.latestAmazonLinux(); | ||
@@ -18,0 +18,0 @@ AmazonMachineImage.AMAZON_LINUX_2 = aws_cdk_lib_1.aws_ec2.MachineImage.latestAmazonLinux({ generation: aws_cdk_lib_1.aws_ec2.AmazonLinuxGeneration.AMAZON_LINUX_2 }); |
@@ -22,3 +22,3 @@ "use strict"; | ||
_a = JSII_RTTI_SYMBOL_1; | ||
VpcProvider[_a] = { fqn: "cdk-spot-one.VpcProvider", version: "2.0.321" }; | ||
VpcProvider[_a] = { fqn: "cdk-spot-one.VpcProvider", version: "2.0.322" }; | ||
var BlockDuration; | ||
@@ -72,3 +72,3 @@ (function (BlockDuration) { | ||
_b = JSII_RTTI_SYMBOL_1; | ||
LaunchTemplate[_b] = { fqn: "cdk-spot-one.LaunchTemplate", version: "2.0.321" }; | ||
LaunchTemplate[_b] = { fqn: "cdk-spot-one.LaunchTemplate", version: "2.0.322" }; | ||
class SpotOne extends constructs_1.Construct { | ||
@@ -138,3 +138,3 @@ constructor(scope, id, props) { | ||
_c = JSII_RTTI_SYMBOL_1; | ||
SpotOne[_c] = { fqn: "cdk-spot-one.SpotOne", version: "2.0.321" }; | ||
SpotOne[_c] = { fqn: "cdk-spot-one.SpotOne", version: "2.0.322" }; | ||
class SpotInstance extends SpotOne { | ||
@@ -196,3 +196,3 @@ constructor(scope, id, props = {}) { | ||
_d = JSII_RTTI_SYMBOL_1; | ||
SpotInstance[_d] = { fqn: "cdk-spot-one.SpotInstance", version: "2.0.321" }; | ||
SpotInstance[_d] = { fqn: "cdk-spot-one.SpotInstance", version: "2.0.322" }; | ||
class SpotFleet extends SpotOne { | ||
@@ -298,3 +298,3 @@ constructor(scope, id, props = {}) { | ||
_e = JSII_RTTI_SYMBOL_1; | ||
SpotFleet[_e] = { fqn: "cdk-spot-one.SpotFleet", version: "2.0.321" }; | ||
SpotFleet[_e] = { fqn: "cdk-spot-one.SpotFleet", version: "2.0.322" }; | ||
class LaunchTemplateResource extends constructs_1.Construct { | ||
@@ -339,3 +339,3 @@ constructor(scope, id, props = {}) { | ||
_f = JSII_RTTI_SYMBOL_1; | ||
LaunchTemplateResource[_f] = { fqn: "cdk-spot-one.LaunchTemplateResource", version: "2.0.321" }; | ||
LaunchTemplateResource[_f] = { fqn: "cdk-spot-one.LaunchTemplateResource", version: "2.0.322" }; | ||
const GRAVITON_INSTANCETYPES = ['a1']; | ||
@@ -342,0 +342,0 @@ const GRAVITON2_INSTANCETYPES = ['c6g', 'm6g', 'r6g', 'x2gd']; |
@@ -48,3 +48,3 @@ { | ||
"@typescript-eslint/parser": "^5", | ||
"aws-cdk": "^1.196.0", | ||
"aws-cdk": "^1.197.0", | ||
"aws-cdk-lib": "2.1.0", | ||
@@ -63,3 +63,3 @@ "constructs": "10.0.5", | ||
"npm-check-updates": "^16", | ||
"projen": "^0.67.85", | ||
"projen": "^0.68.1", | ||
"standard-version": "^9", | ||
@@ -81,3 +81,3 @@ "ts-jest": "^27", | ||
"license": "Apache-2.0", | ||
"version": "2.0.321", | ||
"version": "2.0.322", | ||
"jest": { | ||
@@ -84,0 +84,0 @@ "testMatch": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301293