@awboost/cfntypes 0.100.289 → 0.100.290

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.
@@ -26101,7 +26101,7 @@ export type BedrockAgentCoreBrowserCustomProps = {
26101
26101
  export type BedrockAgentCoreBrowserCustomAttributes = {
26102
26102
  /**
26103
26103
  * The ARN of a Browser resource.
26104
- * @pattern `^arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser(-custom)?/(aws\.browser\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$`
26104
+ * @pattern `^arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser(-custom)?\/(aws\.browser\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$`
26105
26105
  */
26106
26106
  BrowserArn: string;
26107
26107
  /**
@@ -26212,7 +26212,7 @@ export type BedrockAgentCoreCodeInterpreterCustomProps = {
26212
26212
  export type BedrockAgentCoreCodeInterpreterCustomAttributes = {
26213
26213
  /**
26214
26214
  * The ARN of a CodeInterpreter resource.
26215
- * @pattern `^arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter(-custom)?/(aws\.codeinterpreter\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$`
26215
+ * @pattern `^arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter(-custom)?\/(aws\.codeinterpreter\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$`
26216
26216
  */
26217
26217
  CodeInterpreterArn: string;
26218
26218
  /**
@@ -105721,7 +105721,7 @@ export type LambdaFunctionProps = {
105721
105721
  Code: LambdaFunctionCode;
105722
105722
  /**
105723
105723
  * To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.
105724
- * @pattern `arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:code-signing-config:csc-[a-z0-9]{17}`
105724
+ * @pattern `arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:code-signing-config:csc-[a-z0-9]{17}`
105725
105725
  */
105726
105726
  CodeSigningConfigArn?: string;
105727
105727
  /**
@@ -105949,7 +105949,7 @@ export type LambdaFunctionFileSystemConfig = {
105949
105949
  /**
105950
105950
  * The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
105951
105951
  * @maxLength `200`
105952
- * @pattern `^arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:access-point/fsap-[a-f0-9]{17}$`
105952
+ * @pattern `^arn:aws[a-zA-Z-]*:elasticfilesystem:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:access-point/fsap-[a-f0-9]{17}$`
105953
105953
  */
105954
105954
  Arn: string;
105955
105955
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.289",
3
+ "version": "0.100.290",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"