@awboost/cfntypes 0.100.89 → 0.100.90

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.
@@ -181520,7 +181520,7 @@ export type VpcLatticeResourceConfigurationProps = {
181520
181520
  } | {
181521
181521
  /**
181522
181522
  * @maxLength `1224`
181523
- * @pattern `^arn:[a-z0-9][-.a-z0-9]{0,62}:vpc-lattice:([a-z0-9][-.a-z0-9]{0,62})?:\d{12}?:[^/].{0,1023}$`
181523
+ * @pattern `^arn.*`
181524
181524
  */
181525
181525
  ArnResource: string;
181526
181526
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.89",
3
+ "version": "0.100.90",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"