|
51 | 51 | }
|
52 | 52 | },
|
53 | 53 | "traits": {
|
54 |
| - "smithy.api#documentation": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.</p>" |
| 54 | + "smithy.api#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>" |
55 | 55 | }
|
56 | 56 | },
|
57 | 57 | "com.amazonaws.bedrockagent#ActionGroupResource": {
|
|
346 | 346 | "actionGroupExecutor": {
|
347 | 347 | "target": "com.amazonaws.bedrockagent#ActionGroupExecutor",
|
348 | 348 | "traits": {
|
349 |
| - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>" |
| 349 | + "smithy.api#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>" |
350 | 350 | }
|
351 | 351 | },
|
352 | 352 | "apiSchema": {
|
|
449 | 449 | "smithy.api#documentation": "<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p>\n <ul>\n <li>\n <p>CREATING – The agent alias is being created.</p>\n </li>\n <li>\n <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p>\n </li>\n <li>\n <p>FAILED – The agent alias API operation failed.</p>\n </li>\n <li>\n <p>UPDATING – The agent alias is being updated.</p>\n </li>\n <li>\n <p>DELETING – The agent alias is being deleted.</p>\n </li>\n </ul>",
|
450 | 450 | "smithy.api#required": {}
|
451 | 451 | }
|
| 452 | + }, |
| 453 | + "failureReasons": { |
| 454 | + "target": "com.amazonaws.bedrockagent#FailureReasons", |
| 455 | + "traits": { |
| 456 | + "smithy.api#documentation": "<p>Information on the failure of Provisioned Throughput assigned to an agent alias.</p>" |
| 457 | + } |
452 | 458 | }
|
453 | 459 | },
|
454 | 460 | "traits": {
|
|
528 | 534 | "agentVersion": {
|
529 | 535 | "target": "com.amazonaws.bedrockagent#Version",
|
530 | 536 | "traits": {
|
531 |
| - "smithy.api#documentation": "<p>The version of the agent with which the alias is associated.</p>", |
532 |
| - "smithy.api#required": {} |
| 537 | + "smithy.api#documentation": "<p>The version of the agent with which the alias is associated.</p>" |
| 538 | + } |
| 539 | + }, |
| 540 | + "provisionedThroughput": { |
| 541 | + "target": "com.amazonaws.bedrockagent#ProvisionedModelIdentifier", |
| 542 | + "traits": { |
| 543 | + "smithy.api#documentation": "<p>Information on the Provisioned Throughput assigned to an agent alias.</p>" |
533 | 544 | }
|
534 | 545 | }
|
535 | 546 | },
|
|
2146 | 2157 | "actionGroupExecutor": {
|
2147 | 2158 | "target": "com.amazonaws.bedrockagent#ActionGroupExecutor",
|
2148 | 2159 | "traits": {
|
2149 |
| - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>" |
| 2160 | + "smithy.api#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>" |
2150 | 2161 | }
|
2151 | 2162 | },
|
2152 | 2163 | "apiSchema": {
|
|
6440 | 6451 | }
|
6441 | 6452 | }
|
6442 | 6453 | },
|
| 6454 | + "com.amazonaws.bedrockagent#ProvisionedModelIdentifier": { |
| 6455 | + "type": "string", |
| 6456 | + "traits": { |
| 6457 | + "smithy.api#length": { |
| 6458 | + "min": 1, |
| 6459 | + "max": 2048 |
| 6460 | + }, |
| 6461 | + "smithy.api#pattern": "^((([0-9a-zA-Z][_-]?){1,63})|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))$" |
| 6462 | + } |
| 6463 | + }, |
6443 | 6464 | "com.amazonaws.bedrockagent#RdsArn": {
|
6444 | 6465 | "type": "string",
|
6445 | 6466 | "traits": {
|
|
7787 | 7808 | "dataDeletionPolicy": {
|
7788 | 7809 | "target": "com.amazonaws.bedrockagent#DataDeletionPolicy",
|
7789 | 7810 | "traits": {
|
7790 |
| - "smithy.api#documentation": "<p>The data deletion policy assigned to the data source.</p>" |
| 7811 | + "smithy.api#documentation": "<p>The data deletion policy of the updated data source.</p>" |
7791 | 7812 | }
|
7792 | 7813 | },
|
7793 | 7814 | "serverSideEncryptionConfiguration": {
|
|
0 commit comments