|
822 | 822 | "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>"
|
823 | 823 | }
|
824 | 824 | },
|
825 |
| - "documentation":"<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.</p>", |
| 825 | + "documentation":"<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>", |
826 | 826 | "union":true
|
827 | 827 | },
|
828 | 828 | "ActionGroupSignature":{
|
|
977 | 977 | "members":{
|
978 | 978 | "actionGroupExecutor":{
|
979 | 979 | "shape":"ActionGroupExecutor",
|
980 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>" |
| 980 | + "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>" |
981 | 981 | },
|
982 | 982 | "actionGroupId":{
|
983 | 983 | "shape":"Id",
|
|
1079 | 1079 | "shape":"Description",
|
1080 | 1080 | "documentation":"<p>The description of the alias of the agent.</p>"
|
1081 | 1081 | },
|
| 1082 | + "failureReasons":{ |
| 1083 | + "shape":"FailureReasons", |
| 1084 | + "documentation":"<p>Information on the failure of Provisioned Throughput assigned to an agent alias.</p>" |
| 1085 | + }, |
1082 | 1086 | "routingConfiguration":{
|
1083 | 1087 | "shape":"AgentAliasRoutingConfiguration",
|
1084 | 1088 | "documentation":"<p>Contains details about the routing configuration of the alias.</p>"
|
|
1134 | 1138 | },
|
1135 | 1139 | "AgentAliasRoutingConfigurationListItem":{
|
1136 | 1140 | "type":"structure",
|
1137 |
| - "required":["agentVersion"], |
1138 | 1141 | "members":{
|
1139 | 1142 | "agentVersion":{
|
1140 | 1143 | "shape":"Version",
|
1141 | 1144 | "documentation":"<p>The version of the agent with which the alias is associated.</p>"
|
| 1145 | + }, |
| 1146 | + "provisionedThroughput":{ |
| 1147 | + "shape":"ProvisionedModelIdentifier", |
| 1148 | + "documentation":"<p>Information on the Provisioned Throughput assigned to an agent alias.</p>" |
1142 | 1149 | }
|
1143 | 1150 | },
|
1144 | 1151 | "documentation":"<p>Contains details about the routing configuration of the alias.</p>"
|
|
1589 | 1596 | "members":{
|
1590 | 1597 | "actionGroupExecutor":{
|
1591 | 1598 | "shape":"ActionGroupExecutor",
|
1592 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>" |
| 1599 | + "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>" |
1593 | 1600 | },
|
1594 | 1601 | "actionGroupName":{
|
1595 | 1602 | "shape":"Name",
|
|
3755 | 3762 | "KNOWLEDGE_BASE_RESPONSE_GENERATION"
|
3756 | 3763 | ]
|
3757 | 3764 | },
|
| 3765 | + "ProvisionedModelIdentifier":{ |
| 3766 | + "type":"string", |
| 3767 | + "max":2048, |
| 3768 | + "min":1, |
| 3769 | + "pattern":"^((([0-9a-zA-Z][_-]?){1,63})|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))$" |
| 3770 | + }, |
3758 | 3771 | "RdsArn":{
|
3759 | 3772 | "type":"string",
|
3760 | 3773 | "pattern":"^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$"
|
|
4443 | 4456 | "members":{
|
4444 | 4457 | "dataDeletionPolicy":{
|
4445 | 4458 | "shape":"DataDeletionPolicy",
|
4446 |
| - "documentation":"<p>The data deletion policy assigned to the data source.</p>" |
| 4459 | + "documentation":"<p>The data deletion policy of the updated data source.</p>" |
4447 | 4460 | },
|
4448 | 4461 | "dataSourceConfiguration":{
|
4449 | 4462 | "shape":"DataSourceConfiguration",
|
|
0 commit comments