@awboost/cfntypes 0.100.119 → 0.100.120

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.
@@ -67820,7 +67820,7 @@ export type FISExperimentTemplateExperimentTemplateExperimentReportConfiguration
67820
67820
  BucketName: string;
67821
67821
  /**
67822
67822
  * @minLength `1`
67823
- * @maxLength `1024`
67823
+ * @maxLength `256`
67824
67824
  */
67825
67825
  Prefix?: string;
67826
67826
  };
@@ -67852,7 +67852,7 @@ export type FISExperimentTemplateExperimentTemplateLogConfiguration = {
67852
67852
  BucketName: string;
67853
67853
  /**
67854
67854
  * @minLength `1`
67855
- * @maxLength `1024`
67855
+ * @maxLength `700`
67856
67856
  */
67857
67857
  Prefix?: string;
67858
67858
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.119",
3
+ "version": "0.100.120",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"