@awsless/awsless 0.0.274 → 0.0.275

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/dist/bin.js CHANGED
@@ -697,7 +697,8 @@ var TypeSchema = z12.enum([
697
697
  "t4g.large",
698
698
  "t4g.xlarge",
699
699
  "t4g.2xlarge",
700
- "g4ad.xlarge"
700
+ "g4ad.xlarge",
701
+ "g4dn.xlarge"
701
702
  ]).describe(`The instance type.`);
702
703
  var CommandSchema = z12.string().describe(`The script you want to execute when the instance starts up.`);
703
704
  var CodeSchema = LocalDirectorySchema.describe(`The code directory that will be deployed to your instance.`);
@@ -468,7 +468,8 @@ var TypeSchema2 = z15.enum([
468
468
  "t4g.large",
469
469
  "t4g.xlarge",
470
470
  "t4g.2xlarge",
471
- "g4ad.xlarge"
471
+ "g4ad.xlarge",
472
+ "g4dn.xlarge"
472
473
  ]).describe(`The instance type.`);
473
474
  var CommandSchema = z15.string().describe(`The script you want to execute when the instance starts up.`);
474
475
  var CodeSchema = LocalDirectorySchema.describe(`The code directory that will be deployed to your instance.`);