| 
72 | 72 |         "UpdateAgentRuntimeEndpointRequest$description": "<p>The updated description of the AgentCore Runtime endpoint.</p>"  | 
73 | 73 |       }  | 
74 | 74 |     },  | 
 | 75 | +    "AgentManagedRuntimeType": {  | 
 | 76 | +      "base": null,  | 
 | 77 | +      "refs": {  | 
 | 78 | +        "CodeConfiguration$runtime": "<p>The runtime environment for executing the code (for example, Python 3.9 or Node.js 18).</p>"  | 
 | 79 | +      }  | 
 | 80 | +    },  | 
75 | 81 |     "AgentRuntime": {  | 
76 | 82 |       "base": "<p>Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.</p>",  | 
77 | 83 |       "refs": {  | 
 | 
473 | 479 |         "CreateGatewayRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",  | 
474 | 480 |         "CreateGatewayTargetRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",  | 
475 | 481 |         "DeleteAgentRuntimeEndpointRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>",  | 
 | 482 | +        "DeleteAgentRuntimeRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request but does not return an error.</p>",  | 
476 | 483 |         "DeleteBrowserRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>",  | 
477 | 484 |         "DeleteCodeInterpreterRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>",  | 
478 | 485 |         "UpdateAgentRuntimeEndpointRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>",  | 
479 | 486 |         "UpdateAgentRuntimeRequest$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>"  | 
480 | 487 |       }  | 
481 | 488 |     },  | 
 | 489 | +    "Code": {  | 
 | 490 | +      "base": "<p>The source code configuration that specifies the location and details of the code to be executed.</p>",  | 
 | 491 | +      "refs": {  | 
 | 492 | +        "CodeConfiguration$code": "<p>The source code location and configuration details.</p>"  | 
 | 493 | +      }  | 
 | 494 | +    },  | 
 | 495 | +    "CodeConfiguration": {  | 
 | 496 | +      "base": "<p>The configuration for the source code that defines how the agent runtime code should be executed, including the code location, runtime environment, and entry point.</p>",  | 
 | 497 | +      "refs": {  | 
 | 498 | +        "AgentRuntimeArtifact$codeConfiguration": "<p>The code configuration for the agent runtime artifact, including the source code location and execution settings.</p>"  | 
 | 499 | +      }  | 
 | 500 | +    },  | 
 | 501 | +    "CodeConfigurationEntryPointList": {  | 
 | 502 | +      "base": null,  | 
 | 503 | +      "refs": {  | 
 | 504 | +        "CodeConfiguration$entryPoint": "<p>The entry point for the code execution, specifying the function or method that should be invoked when the code runs.</p>"  | 
 | 505 | +      }  | 
 | 506 | +    },  | 
482 | 507 |     "CodeInterpreterArn": {  | 
483 | 508 |       "base": null,  | 
484 | 509 |       "refs": {  | 
 | 
2038 | 2063 |     "S3Location": {  | 
2039 | 2064 |       "base": "<p>The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.</p>",  | 
2040 | 2065 |       "refs": {  | 
 | 2066 | +        "Code$s3": "<p>The Amazon Amazon S3 object that contains the source code for the agent runtime.</p>",  | 
2041 | 2067 |         "RecordingConfig$s3Location": "<p>The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.</p>"  | 
2042 | 2068 |       }  | 
2043 | 2069 |     },  | 
 | 
2053 | 2079 |         "S3Location$prefix": "<p>The prefix for objects in the Amazon S3 bucket. This prefix is added to the object keys to organize the data.</p>"  | 
2054 | 2080 |       }  | 
2055 | 2081 |     },  | 
 | 2082 | +    "S3LocationVersionIdString": {  | 
 | 2083 | +      "base": null,  | 
 | 2084 | +      "refs": {  | 
 | 2085 | +        "S3Location$versionId": "<p>The version ID of the Amazon Amazon S3 object. If not specified, the latest version of the object is used.</p>"  | 
 | 2086 | +      }  | 
 | 2087 | +    },  | 
2056 | 2088 |     "SalesforceOauth2ProviderConfigInput": {  | 
2057 | 2089 |       "base": "<p>Input configuration for a Salesforce OAuth2 provider.</p>",  | 
2058 | 2090 |       "refs": {  | 
 | 
2839 | 2871 |       "refs": {  | 
2840 | 2872 |         "WorkloadIdentityList$member": null  | 
2841 | 2873 |       }  | 
 | 2874 | +    },  | 
 | 2875 | +    "entryPoint": {  | 
 | 2876 | +      "base": null,  | 
 | 2877 | +      "refs": {  | 
 | 2878 | +        "CodeConfigurationEntryPointList$member": null  | 
 | 2879 | +      }  | 
2842 | 2880 |     }  | 
2843 | 2881 |   }  | 
2844 | 2882 | }  | 
0 commit comments