@awboost/cfntypes 0.100.270 → 0.100.271

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.
@@ -175938,7 +175938,7 @@ export type SageMakerClusterClusterInstanceGroup = {
175938
175938
  ExecutionRole: string;
175939
175939
  /**
175940
175940
  * AMI Id to be used for launching EC2 instances - HyperPodPublicAmiId or CustomAmiId
175941
- * @minLength `12`
175941
+ * @minLength `7`
175942
175942
  * @maxLength `21`
175943
175943
  * @pattern `^ami-[0-9a-fA-F]{8,17}|default$`
175944
175944
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.270",
3
+ "version": "0.100.271",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"