@awboost/cfntypes 0.100.81 → 0.100.82

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.
@@ -120394,17 +120394,17 @@ export type QBusinessDataAccessorProps = {
120394
120394
  * @maxLength `36`
120395
120395
  * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
120396
120396
  */
120397
- ApplicationId?: string;
120397
+ ApplicationId: string;
120398
120398
  /**
120399
120399
  * @minLength `1`
120400
- * @maxLength `1000`
120400
+ * @maxLength `100`
120401
120401
  * @pattern `^[a-zA-Z0-9][a-zA-Z0-9_-]*$`
120402
120402
  */
120403
120403
  DisplayName: string;
120404
120404
  /**
120405
120405
  * @minLength `1`
120406
120406
  * @maxLength `1284`
120407
- * @pattern `^arn:aws:iam::[0-9]{12}:role/.+`
120407
+ * @pattern `^arn:aws:iam::[0-9]{12}:role/[a-zA-Z0-9_/+=,.@-]+$`
120408
120408
  */
120409
120409
  Principal: string;
120410
120410
  /**
@@ -120921,7 +120921,7 @@ export type QBusinessPermissionProps = {
120921
120921
  /**
120922
120922
  * @minLength `1`
120923
120923
  * @maxLength `1284`
120924
- * @pattern `^arn:aws:iam::[0-9]{12}:role/.+`
120924
+ * @pattern `^arn:aws:iam::[0-9]{12}:role/[a-zA-Z0-9_/+=,.@-]+$`
120925
120925
  */
120926
120926
  Principal: string;
120927
120927
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.81",
3
+ "version": "0.100.82",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"