Skip to content

Commit fff107e

Browse files
Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress.
1 parent 3a145ef commit fff107e

File tree

75 files changed

+10891
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+10891
-14
lines changed

generator/ServiceModels/bedrock-agent-runtime/bedrock-agent-runtime-2023-07-26.api.json

Lines changed: 664 additions & 0 deletions
Large diffs are not rendered by default.

generator/ServiceModels/bedrock-agent-runtime/bedrock-agent-runtime-2023-07-26.docs.json

Lines changed: 347 additions & 8 deletions
Large diffs are not rendered by default.

generator/ServiceModels/bedrock-agent-runtime/bedrock-agent-runtime-2023-07-26.normal.json

Lines changed: 934 additions & 4 deletions
Large diffs are not rendered by default.

generator/ServiceModels/bedrock-agent-runtime/bedrock-agent-runtime-2023-07-26.paginators.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
"limit_key": "maxItems",
77
"result_key": "memoryContents"
88
},
9+
"ListFlowExecutionEvents": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "flowExecutionEvents"
14+
},
15+
"ListFlowExecutions": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "flowExecutionSummaries"
20+
},
921
"ListInvocationSteps": {
1022
"input_token": "nextToken",
1123
"output_token": "nextToken",

sdk/code-analysis/ServiceAnalysis/BedrockAgentRuntime/Generated/PropertyValueRules.xml

Lines changed: 270 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,96 @@
110110
<max>2048</max>
111111
<pattern>^\S*$</pattern>
112112
</property-value-rule>
113+
<property-value-rule>
114+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotRequest.ExecutionIdentifier</property>
115+
<min>0</min>
116+
<max>2048</max>
117+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
118+
</property-value-rule>
119+
<property-value-rule>
120+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotRequest.FlowAliasIdentifier</property>
121+
<min>0</min>
122+
<max>2048</max>
123+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
124+
</property-value-rule>
125+
<property-value-rule>
126+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotRequest.FlowIdentifier</property>
127+
<min>0</min>
128+
<max>2048</max>
129+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
130+
</property-value-rule>
131+
<property-value-rule>
132+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotResponse.CustomerEncryptionKeyArn</property>
133+
<min>1</min>
134+
<max>2048</max>
135+
<pattern>^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$</pattern>
136+
</property-value-rule>
137+
<property-value-rule>
138+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotResponse.ExecutionRoleArn</property>
139+
<min>0</min>
140+
<max>2048</max>
141+
<pattern>^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/(service-role/)?.+$</pattern>
142+
</property-value-rule>
143+
<property-value-rule>
144+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotResponse.FlowAliasIdentifier</property>
145+
<min>0</min>
146+
<max>2048</max>
147+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
148+
</property-value-rule>
149+
<property-value-rule>
150+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotResponse.FlowIdentifier</property>
151+
<min>0</min>
152+
<max>2048</max>
153+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
154+
</property-value-rule>
155+
<property-value-rule>
156+
<property>Amazon.BedrockAgentRuntime.Model.GetExecutionFlowSnapshotResponse.FlowVersion</property>
157+
<min>1</min>
158+
<max>5</max>
159+
<pattern>^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$</pattern>
160+
</property-value-rule>
161+
<property-value-rule>
162+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionRequest.ExecutionIdentifier</property>
163+
<min>0</min>
164+
<max>2048</max>
165+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
166+
</property-value-rule>
167+
<property-value-rule>
168+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionRequest.FlowAliasIdentifier</property>
169+
<min>0</min>
170+
<max>2048</max>
171+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
172+
</property-value-rule>
173+
<property-value-rule>
174+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionRequest.FlowIdentifier</property>
175+
<min>0</min>
176+
<max>2048</max>
177+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
178+
</property-value-rule>
179+
<property-value-rule>
180+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionResponse.ExecutionArn</property>
181+
<min>0</min>
182+
<max>2048</max>
183+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
184+
</property-value-rule>
185+
<property-value-rule>
186+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionResponse.FlowAliasIdentifier</property>
187+
<min>0</min>
188+
<max>2048</max>
189+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
190+
</property-value-rule>
191+
<property-value-rule>
192+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionResponse.FlowIdentifier</property>
193+
<min>0</min>
194+
<max>2048</max>
195+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
196+
</property-value-rule>
197+
<property-value-rule>
198+
<property>Amazon.BedrockAgentRuntime.Model.GetFlowExecutionResponse.FlowVersion</property>
199+
<min>1</min>
200+
<max>5</max>
201+
<pattern>^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$</pattern>
202+
</property-value-rule>
113203
<property-value-rule>
114204
<property>Amazon.BedrockAgentRuntime.Model.GetInvocationStepRequest.InvocationIdentifier</property>
115205
<pattern>^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$</pattern>
@@ -253,6 +343,70 @@
253343
<max>100</max>
254344
<pattern>^[0-9a-zA-Z._:-]+$</pattern>
255345
</property-value-rule>
346+
<property-value-rule>
347+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionEventsRequest.ExecutionIdentifier</property>
348+
<min>0</min>
349+
<max>2048</max>
350+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
351+
</property-value-rule>
352+
<property-value-rule>
353+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionEventsRequest.FlowAliasIdentifier</property>
354+
<min>0</min>
355+
<max>2048</max>
356+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
357+
</property-value-rule>
358+
<property-value-rule>
359+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionEventsRequest.FlowIdentifier</property>
360+
<min>0</min>
361+
<max>2048</max>
362+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
363+
</property-value-rule>
364+
<property-value-rule>
365+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionEventsRequest.MaxResults</property>
366+
<min>1</min>
367+
<max>1000</max>
368+
</property-value-rule>
369+
<property-value-rule>
370+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionEventsRequest.NextToken</property>
371+
<min>1</min>
372+
<max>2048</max>
373+
<pattern>^\S*$</pattern>
374+
</property-value-rule>
375+
<property-value-rule>
376+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionEventsResponse.NextToken</property>
377+
<min>1</min>
378+
<max>2048</max>
379+
<pattern>^\S*$</pattern>
380+
</property-value-rule>
381+
<property-value-rule>
382+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionsRequest.FlowAliasIdentifier</property>
383+
<min>0</min>
384+
<max>2048</max>
385+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
386+
</property-value-rule>
387+
<property-value-rule>
388+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionsRequest.FlowIdentifier</property>
389+
<min>0</min>
390+
<max>2048</max>
391+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
392+
</property-value-rule>
393+
<property-value-rule>
394+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionsRequest.MaxResults</property>
395+
<min>1</min>
396+
<max>1000</max>
397+
</property-value-rule>
398+
<property-value-rule>
399+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionsRequest.NextToken</property>
400+
<min>1</min>
401+
<max>2048</max>
402+
<pattern>^\S*$</pattern>
403+
</property-value-rule>
404+
<property-value-rule>
405+
<property>Amazon.BedrockAgentRuntime.Model.ListFlowExecutionsResponse.NextToken</property>
406+
<min>1</min>
407+
<max>2048</max>
408+
<pattern>^\S*$</pattern>
409+
</property-value-rule>
256410
<property-value-rule>
257411
<property>Amazon.BedrockAgentRuntime.Model.ListInvocationsRequest.MaxResults</property>
258412
<min>1</min>
@@ -398,6 +552,54 @@
398552
<max>100</max>
399553
<pattern>^[0-9a-zA-Z._:-]+$</pattern>
400554
</property-value-rule>
555+
<property-value-rule>
556+
<property>Amazon.BedrockAgentRuntime.Model.StartFlowExecutionRequest.FlowAliasIdentifier</property>
557+
<min>0</min>
558+
<max>2048</max>
559+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
560+
</property-value-rule>
561+
<property-value-rule>
562+
<property>Amazon.BedrockAgentRuntime.Model.StartFlowExecutionRequest.FlowExecutionName</property>
563+
<min>0</min>
564+
<max>36</max>
565+
<pattern>^[a-zA-Z0-9-]{1,36}$</pattern>
566+
</property-value-rule>
567+
<property-value-rule>
568+
<property>Amazon.BedrockAgentRuntime.Model.StartFlowExecutionRequest.FlowIdentifier</property>
569+
<min>0</min>
570+
<max>2048</max>
571+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
572+
</property-value-rule>
573+
<property-value-rule>
574+
<property>Amazon.BedrockAgentRuntime.Model.StartFlowExecutionResponse.ExecutionArn</property>
575+
<min>0</min>
576+
<max>2048</max>
577+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
578+
</property-value-rule>
579+
<property-value-rule>
580+
<property>Amazon.BedrockAgentRuntime.Model.StopFlowExecutionRequest.ExecutionIdentifier</property>
581+
<min>0</min>
582+
<max>2048</max>
583+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
584+
</property-value-rule>
585+
<property-value-rule>
586+
<property>Amazon.BedrockAgentRuntime.Model.StopFlowExecutionRequest.FlowAliasIdentifier</property>
587+
<min>0</min>
588+
<max>2048</max>
589+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
590+
</property-value-rule>
591+
<property-value-rule>
592+
<property>Amazon.BedrockAgentRuntime.Model.StopFlowExecutionRequest.FlowIdentifier</property>
593+
<min>0</min>
594+
<max>2048</max>
595+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
596+
</property-value-rule>
597+
<property-value-rule>
598+
<property>Amazon.BedrockAgentRuntime.Model.StopFlowExecutionResponse.ExecutionArn</property>
599+
<min>0</min>
600+
<max>2048</max>
601+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
602+
</property-value-rule>
401603
<property-value-rule>
402604
<property>Amazon.BedrockAgentRuntime.Model.TagResourceRequest.ResourceArn</property>
403605
<min>20</min>
@@ -537,6 +739,10 @@
537739
<property>Amazon.BedrockAgentRuntime.Model.CollaboratorConfiguration.CollaboratorName</property>
538740
<pattern>^([0-9a-zA-Z][_-]?){1,100}$</pattern>
539741
</property-value-rule>
742+
<property-value-rule>
743+
<property>Amazon.BedrockAgentRuntime.Model.ConditionResultEvent.NodeName</property>
744+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
745+
</property-value-rule>
540746
<property-value-rule>
541747
<property>Amazon.BedrockAgentRuntime.Model.CustomOrchestrationTrace.TraceId</property>
542748
<min>2</min>
@@ -567,6 +773,42 @@
567773
<min>1</min>
568774
<max>100</max>
569775
</property-value-rule>
776+
<property-value-rule>
777+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionError.NodeName</property>
778+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
779+
</property-value-rule>
780+
<property-value-rule>
781+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionInputEvent.NodeName</property>
782+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
783+
</property-value-rule>
784+
<property-value-rule>
785+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionOutputEvent.NodeName</property>
786+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
787+
</property-value-rule>
788+
<property-value-rule>
789+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionSummary.ExecutionArn</property>
790+
<min>0</min>
791+
<max>2048</max>
792+
<pattern>^[a-zA-Z0-9-]{1,36}$|^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}/execution/[a-zA-Z0-9-]{1,36})$</pattern>
793+
</property-value-rule>
794+
<property-value-rule>
795+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionSummary.FlowAliasIdentifier</property>
796+
<min>0</min>
797+
<max>2048</max>
798+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10})|(\bTSTALIASID\b|[0-9a-zA-Z]+)$</pattern>
799+
</property-value-rule>
800+
<property-value-rule>
801+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionSummary.FlowIdentifier</property>
802+
<min>0</min>
803+
<max>2048</max>
804+
<pattern>^(arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10})|([0-9a-zA-Z]{10})$</pattern>
805+
</property-value-rule>
806+
<property-value-rule>
807+
<property>Amazon.BedrockAgentRuntime.Model.FlowExecutionSummary.FlowVersion</property>
808+
<min>1</min>
809+
<max>5</max>
810+
<pattern>^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$</pattern>
811+
</property-value-rule>
570812
<property-value-rule>
571813
<property>Amazon.BedrockAgentRuntime.Model.FlowInput.NodeInputName</property>
572814
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
@@ -579,6 +821,10 @@
579821
<property>Amazon.BedrockAgentRuntime.Model.FlowInput.NodeOutputName</property>
580822
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
581823
</property-value-rule>
824+
<property-value-rule>
825+
<property>Amazon.BedrockAgentRuntime.Model.FlowInputField.Name</property>
826+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
827+
</property-value-rule>
582828
<property-value-rule>
583829
<property>Amazon.BedrockAgentRuntime.Model.FlowMultiTurnInputRequestEvent.NodeName</property>
584830
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
@@ -587,6 +833,10 @@
587833
<property>Amazon.BedrockAgentRuntime.Model.FlowOutputEvent.NodeName</property>
588834
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
589835
</property-value-rule>
836+
<property-value-rule>
837+
<property>Amazon.BedrockAgentRuntime.Model.FlowOutputField.Name</property>
838+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
839+
</property-value-rule>
590840
<property-value-rule>
591841
<property>Amazon.BedrockAgentRuntime.Model.FlowTraceConditionNodeResultEvent.NodeName</property>
592842
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
@@ -818,6 +1068,26 @@
8181068
<min>2</min>
8191069
<max>16</max>
8201070
</property-value-rule>
1071+
<property-value-rule>
1072+
<property>Amazon.BedrockAgentRuntime.Model.NodeFailureEvent.NodeName</property>
1073+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
1074+
</property-value-rule>
1075+
<property-value-rule>
1076+
<property>Amazon.BedrockAgentRuntime.Model.NodeInputEvent.NodeName</property>
1077+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
1078+
</property-value-rule>
1079+
<property-value-rule>
1080+
<property>Amazon.BedrockAgentRuntime.Model.NodeInputField.Name</property>
1081+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
1082+
</property-value-rule>
1083+
<property-value-rule>
1084+
<property>Amazon.BedrockAgentRuntime.Model.NodeOutputEvent.NodeName</property>
1085+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
1086+
</property-value-rule>
1087+
<property-value-rule>
1088+
<property>Amazon.BedrockAgentRuntime.Model.NodeOutputField.Name</property>
1089+
<pattern>^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$</pattern>
1090+
</property-value-rule>
8211091
<property-value-rule>
8221092
<property>Amazon.BedrockAgentRuntime.Model.Observation.TraceId</property>
8231093
<min>2</min>

0 commit comments

Comments
 (0)