{
  "version": "2.0",
  "service": "<p>Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.</p>",
  "operations": {
    "BatchDeleteEvaluationJob": "<p>Deletes a batch of evaluation jobs. An evaluation job can only be deleted if it has following status <code>FAILED</code>, <code>COMPLETED</code>, and <code>STOPPED</code>. You can request up to 25 model evaluation jobs be deleted in a single request.</p>",
    "CancelAutomatedReasoningPolicyBuildWorkflow": "<p>Cancels a running Automated Reasoning policy build workflow. This stops the policy generation process and prevents further processing of the source documents.</p>",
    "CreateAutomatedReasoningPolicy": "<p>Creates an Automated Reasoning policy for Amazon Bedrock Guardrails. Automated Reasoning policies use mathematical techniques to detect hallucinations, suggest corrections, and highlight unstated assumptions in the responses of your GenAI application.</p> <p>To create a policy, you upload a source document that describes the rules that you're encoding. Automated Reasoning extracts important concepts from the source document that will become variables in the policy and infers policy rules.</p>",
    "CreateAutomatedReasoningPolicyTestCase": "<p>Creates a test for an Automated Reasoning policy. Tests validate that your policy works as expected by providing sample inputs and expected outcomes. Use tests to verify policy behavior before deploying to production.</p>",
    "CreateAutomatedReasoningPolicyVersion": "<p>Creates a new version of an existing Automated Reasoning policy. This allows you to iterate on your policy rules while maintaining previous versions for rollback or comparison purposes.</p>",
    "CreateCustomModel": "<p>Creates a new custom model in Amazon Bedrock. After the model is active, you can use it for inference.</p> <p>To use the model for inference, you must purchase Provisioned Throughput for it. You can't use On-demand inference with these custom models. For more information about Provisioned Throughput, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a>.</p> <p>The model appears in <code>ListCustomModels</code> with a <code>customizationType</code> of <code>imported</code>. To track the status of the new model, you use the <code>GetCustomModel</code> API operation. The model can be in the following states:</p> <ul> <li> <p> <code>Creating</code> - Initial state during validation and registration</p> </li> <li> <p> <code>Active</code> - Model is ready for use in inference</p> </li> <li> <p> <code>Failed</code> - Creation process encountered an error</p> </li> </ul> <p> <b>Related APIs</b> </p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetCustomModel.html\">GetCustomModel</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModels.html\">ListCustomModels</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteCustomModel.html\">DeleteCustomModel</a> </p> </li> </ul>",
    "CreateCustomModelDeployment": "<p>Deploys a custom model for on-demand inference in Amazon Bedrock. After you deploy your custom model, you use the deployment's Amazon Resource Name (ARN) as the <code>modelId</code> parameter when you submit prompts and generate responses with model inference.</p> <p> For more information about setting up on-demand inference for custom models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html\">Set up inference for a custom model</a>. </p> <p>The following actions are related to the <code>CreateCustomModelDeployment</code> operation:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetCustomModelDeployment.html\">GetCustomModelDeployment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModelDeployments.html\">ListCustomModelDeployments</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteCustomModelDeployment.html\">DeleteCustomModelDeployment</a> </p> </li> </ul>",
    "CreateEvaluationJob": "<p>Creates an evaluation job.</p>",
    "CreateFoundationModelAgreement": "<p>Request a model access agreement for the specified model.</p>",
    "CreateGuardrail": "<p>Creates a guardrail to block topics and to implement safeguards for your generative AI applications.</p> <p>You can configure the following policies in a guardrail to avoid undesirable and harmful content, filter out denied topics and words, and remove sensitive information for privacy protection.</p> <ul> <li> <p> <b>Content filters</b> - Adjust filter strengths to block input prompts or model responses containing harmful content.</p> </li> <li> <p> <b>Denied topics</b> - Define a set of topics that are undesirable in the context of your application. These topics will be blocked if detected in user queries or model responses.</p> </li> <li> <p> <b>Word filters</b> - Configure filters to block undesirable words, phrases, and profanity. Such words can include offensive terms, competitor names etc.</p> </li> <li> <p> <b>Sensitive information filters</b> - Block or mask sensitive information such as personally identifiable information (PII) or custom regex in user inputs and model responses.</p> </li> </ul> <p>In addition to the above policies, you can also configure the messages to be returned to the user if a user input or model response is in violation of the policies defined in the guardrail.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html\">Amazon Bedrock Guardrails</a> in the <i>Amazon Bedrock User Guide</i>.</p>",
    "CreateGuardrailVersion": "<p>Creates a version of the guardrail. Use this API to create a snapshot of the guardrail when you are satisfied with a configuration, or to compare the configuration with another version.</p>",
    "CreateInferenceProfile": "<p>Creates an application inference profile to track metrics and costs when invoking a model. To create an application inference profile for a foundation model in one region, specify the ARN of the model in that region. To create an application inference profile for a foundation model across multiple regions, specify the ARN of the system-defined inference profile that contains the regions that you want to route requests to. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">Increase throughput and resilience with cross-region inference in Amazon Bedrock</a>. in the Amazon Bedrock User Guide.</p>",
    "CreateMarketplaceModelEndpoint": "<p>Creates an endpoint for a model from Amazon Bedrock Marketplace. The endpoint is hosted by Amazon SageMaker.</p>",
    "CreateModelCopyJob": "<p>Copies a model to another region so that it can be used there. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html\">Copy models to be used in other regions</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "CreateModelCustomizationJob": "<p>Creates a fine-tuning job to customize a base model.</p> <p>You specify the base foundation model and the location of the training data. After the model-customization job completes successfully, your custom model resource will be ready to use. Amazon Bedrock returns validation loss metrics and output generations after the job completes. </p> <p>For information on the format of training and validation data, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-prepare.html\">Prepare the datasets</a>.</p> <p> Model-customization jobs are asynchronous and the completion time depends on the base model and the training/validation data size. To monitor a job, use the <code>GetModelCustomizationJob</code> operation to retrieve the job status.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "CreateModelImportJob": "<p>Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html\">Import a customized model</a> </p>",
    "CreateModelInvocationJob": "<p>Creates a batch inference job to invoke a model on multiple prompts. Format your data according to <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data\">Format your inference data</a> and upload it to an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference.html\">Process multiple prompts with batch inference</a>.</p> <p>The response returns a <code>jobArn</code> that you can use to stop or get details about the job.</p>",
    "CreatePromptRouter": "<p>Creates a prompt router that manages the routing of requests between multiple foundation models based on the routing criteria.</p>",
    "CreateProvisionedModelThroughput": "<p>Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see <a href=\"http://aws.amazon.com/bedrock/pricing/\">Amazon Bedrock Pricing</a>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "DeleteAutomatedReasoningPolicy": "<p>Deletes an Automated Reasoning policy or policy version. This operation is idempotent. If you delete a policy more than once, each call succeeds. Deleting a policy removes it permanently and cannot be undone.</p>",
    "DeleteAutomatedReasoningPolicyBuildWorkflow": "<p>Deletes an Automated Reasoning policy build workflow and its associated artifacts. This permanently removes the workflow history and any generated assets.</p>",
    "DeleteAutomatedReasoningPolicyTestCase": "<p>Deletes an Automated Reasoning policy test. This operation is idempotent; if you delete a test more than once, each call succeeds.</p>",
    "DeleteCustomModel": "<p>Deletes a custom model that you created earlier. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "DeleteCustomModelDeployment": "<p>Deletes a custom model deployment. This operation stops the deployment and removes it from your account. After deletion, the deployment ARN can no longer be used for inference requests.</p> <p>The following actions are related to the <code>DeleteCustomModelDeployment</code> operation:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModelDeployment.html\">CreateCustomModelDeployment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetCustomModelDeployment.html\">GetCustomModelDeployment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModelDeployments.html\">ListCustomModelDeployments</a> </p> </li> </ul>",
    "DeleteFoundationModelAgreement": "<p>Delete the model access agreement for the specified model.</p>",
    "DeleteGuardrail": "<p>Deletes a guardrail.</p> <ul> <li> <p>To delete a guardrail, only specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field. If you delete a guardrail, all of its versions will be deleted.</p> </li> <li> <p>To delete a version of a guardrail, specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field and the version in the <code>guardrailVersion</code> field.</p> </li> </ul>",
    "DeleteImportedModel": "<p>Deletes a custom model that you imported earlier. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html\">Import a customized model</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>. </p>",
    "DeleteInferenceProfile": "<p>Deletes an application inference profile. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">Increase throughput and resilience with cross-region inference in Amazon Bedrock</a>. in the Amazon Bedrock User Guide.</p>",
    "DeleteMarketplaceModelEndpoint": "<p>Deletes an endpoint for a model from Amazon Bedrock Marketplace.</p>",
    "DeleteModelInvocationLoggingConfiguration": "<p>Delete the invocation logging. </p>",
    "DeletePromptRouter": "<p>Deletes a specified prompt router. This action cannot be undone.</p>",
    "DeleteProvisionedModelThroughput": "<p>Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "DeregisterMarketplaceModelEndpoint": "<p>Deregisters an endpoint for a model from Amazon Bedrock Marketplace. This operation removes the endpoint's association with Amazon Bedrock but does not delete the underlying Amazon SageMaker endpoint.</p>",
    "ExportAutomatedReasoningPolicyVersion": "<p>Exports the policy definition for an Automated Reasoning policy version. Returns the complete policy definition including rules, variables, and custom variable types in a structured format.</p>",
    "GetAutomatedReasoningPolicy": "<p>Retrieves details about an Automated Reasoning policy or policy version. Returns information including the policy definition, metadata, and timestamps.</p>",
    "GetAutomatedReasoningPolicyAnnotations": "<p>Retrieves the current annotations for an Automated Reasoning policy build workflow. Annotations contain corrections to the rules, variables and types to be applied to the policy.</p>",
    "GetAutomatedReasoningPolicyBuildWorkflow": "<p>Retrieves detailed information about an Automated Reasoning policy build workflow, including its status, configuration, and metadata.</p>",
    "GetAutomatedReasoningPolicyBuildWorkflowResultAssets": "<p>Retrieves the resulting assets from a completed Automated Reasoning policy build workflow, including build logs, quality reports, and generated policy artifacts.</p>",
    "GetAutomatedReasoningPolicyNextScenario": "<p>Retrieves the next test scenario for validating an Automated Reasoning policy. This is used during the interactive policy refinement process to test policy behavior.</p>",
    "GetAutomatedReasoningPolicyTestCase": "<p>Retrieves details about a specific Automated Reasoning policy test.</p>",
    "GetAutomatedReasoningPolicyTestResult": "<p>Retrieves the test result for a specific Automated Reasoning policy test. Returns detailed validation findings and execution status.</p>",
    "GetCustomModel": "<p>Get the properties associated with a Amazon Bedrock custom model that you have created. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "GetCustomModelDeployment": "<p>Retrieves information about a custom model deployment, including its status, configuration, and metadata. Use this operation to monitor the deployment status and retrieve details needed for inference requests.</p> <p>The following actions are related to the <code>GetCustomModelDeployment</code> operation:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModelDeployment.html\">CreateCustomModelDeployment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModelDeployments.html\">ListCustomModelDeployments</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteCustomModelDeployment.html\">DeleteCustomModelDeployment</a> </p> </li> </ul>",
    "GetEvaluationJob": "<p>Gets information about an evaluation job, such as the status of the job.</p>",
    "GetFoundationModel": "<p>Get details about a Amazon Bedrock foundation model.</p>",
    "GetFoundationModelAvailability": "<p>Get information about the Foundation model availability.</p>",
    "GetGuardrail": "<p>Gets details about a guardrail. If you don't specify a version, the response returns details for the <code>DRAFT</code> version.</p>",
    "GetImportedModel": "<p>Gets properties associated with a customized model you imported. </p>",
    "GetInferenceProfile": "<p>Gets information about an inference profile. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">Increase throughput and resilience with cross-region inference in Amazon Bedrock</a>. in the Amazon Bedrock User Guide.</p>",
    "GetMarketplaceModelEndpoint": "<p>Retrieves details about a specific endpoint for a model from Amazon Bedrock Marketplace.</p>",
    "GetModelCopyJob": "<p>Retrieves information about a model copy job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html\">Copy models to be used in other regions</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "GetModelCustomizationJob": "<p>Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "GetModelImportJob": "<p>Retrieves the properties associated with import model job, including the status of the job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html\">Import a customized model</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "GetModelInvocationJob": "<p>Gets details about a batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-monitor\">Monitor batch inference jobs</a> </p>",
    "GetModelInvocationLoggingConfiguration": "<p>Get the current configuration values for model invocation logging.</p>",
    "GetPromptRouter": "<p>Retrieves details about a prompt router.</p>",
    "GetProvisionedModelThroughput": "<p>Returns details for a Provisioned Throughput. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "GetUseCaseForModelAccess": "<p>Get usecase for model access.</p>",
    "ListAutomatedReasoningPolicies": "<p>Lists all Automated Reasoning policies in your account, with optional filtering by policy ARN. This helps you manage and discover existing policies.</p>",
    "ListAutomatedReasoningPolicyBuildWorkflows": "<p>Lists all build workflows for an Automated Reasoning policy, showing the history of policy creation and modification attempts.</p>",
    "ListAutomatedReasoningPolicyTestCases": "<p>Lists tests for an Automated Reasoning policy. We recommend using pagination to ensure that the operation returns quickly and successfully.</p>",
    "ListAutomatedReasoningPolicyTestResults": "<p>Lists test results for an Automated Reasoning policy, showing how the policy performed against various test scenarios and validation checks.</p>",
    "ListCustomModelDeployments": "<p>Lists custom model deployments in your account. You can filter the results by creation time, name, status, and associated model. Use this operation to manage and monitor your custom model deployments.</p> <p>We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>The following actions are related to the <code>ListCustomModelDeployments</code> operation:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModelDeployment.html\">CreateCustomModelDeployment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetCustomModelDeployment.html\">GetCustomModelDeployment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteCustomModelDeployment.html\">DeleteCustomModelDeployment</a> </p> </li> </ul>",
    "ListCustomModels": "<p>Returns a list of the custom models that you have created with the <code>CreateModelCustomizationJob</code> operation.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListEvaluationJobs": "<p>Lists all existing evaluation jobs.</p>",
    "ListFoundationModelAgreementOffers": "<p>Get the offers associated with the specified model.</p>",
    "ListFoundationModels": "<p>Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/foundation-models.html\">Foundation models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListGuardrails": "<p>Lists details about all the guardrails in an account. To list the <code>DRAFT</code> version of all your guardrails, don't specify the <code>guardrailIdentifier</code> field. To list all versions of a guardrail, specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field.</p> <p>You can set the maximum number of results to return in a response in the <code>maxResults</code> field. If there are more results than the number you set, the response returns a <code>nextToken</code> that you can send in another <code>ListGuardrails</code> request to see the next batch of results.</p>",
    "ListImportedModels": "<p>Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html\">Import a customized model</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListInferenceProfiles": "<p>Returns a list of inference profiles that you can use. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">Increase throughput and resilience with cross-region inference in Amazon Bedrock</a>. in the Amazon Bedrock User Guide.</p>",
    "ListMarketplaceModelEndpoints": "<p>Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account.</p>",
    "ListModelCopyJobs": "<p>Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html\">Copy models to be used in other regions</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListModelCustomizationJobs": "<p>Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on one or more criteria.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListModelImportJobs": "<p>Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html\">Import a customized model</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListModelInvocationJobs": "<p>Lists all batch inference jobs in the account. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-view.html\">View details about a batch inference job</a>.</p>",
    "ListPromptRouters": "<p>Retrieves a list of prompt routers.</p>",
    "ListProvisionedModelThroughputs": "<p>Lists the Provisioned Throughputs in the account. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "ListTagsForResource": "<p>List the tags associated with the specified resource.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Tagging resources</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "PutModelInvocationLoggingConfiguration": "<p>Set the configuration values for model invocation logging.</p>",
    "PutUseCaseForModelAccess": "<p>Put usecase for model access.</p>",
    "RegisterMarketplaceModelEndpoint": "<p>Registers an existing Amazon SageMaker endpoint with Amazon Bedrock Marketplace, allowing it to be used with Amazon Bedrock APIs.</p>",
    "StartAutomatedReasoningPolicyBuildWorkflow": "<p>Starts a new build workflow for an Automated Reasoning policy. This initiates the process of analyzing source documents and generating policy rules, variables, and types.</p>",
    "StartAutomatedReasoningPolicyTestWorkflow": "<p>Initiates a test workflow to validate Automated Reasoning policy tests. The workflow executes the specified tests against the policy and generates validation results.</p>",
    "StopEvaluationJob": "<p>Stops an evaluation job that is current being created or running.</p>",
    "StopModelCustomizationJob": "<p>Stops an active model customization job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "StopModelInvocationJob": "<p>Stops a batch inference job. You're only charged for tokens that were already processed. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-stop.html\">Stop a batch inference job</a>.</p>",
    "TagResource": "<p>Associate tags with a resource. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Tagging resources</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "UntagResource": "<p>Remove one or more tags from a resource. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Tagging resources</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
    "UpdateAutomatedReasoningPolicy": "<p>Updates an existing Automated Reasoning policy with new rules, variables, or configuration. This creates a new version of the policy while preserving the previous version.</p>",
    "UpdateAutomatedReasoningPolicyAnnotations": "<p>Updates the annotations for an Automated Reasoning policy build workflow. This allows you to modify extracted rules, variables, and types before finalizing the policy.</p>",
    "UpdateAutomatedReasoningPolicyTestCase": "<p>Updates an existing Automated Reasoning policy test. You can modify the content, query, expected result, and confidence threshold.</p>",
    "UpdateGuardrail": "<p>Updates a guardrail with the values you specify.</p> <ul> <li> <p>Specify a <code>name</code> and optional <code>description</code>.</p> </li> <li> <p>Specify messages for when the guardrail successfully blocks a prompt or a model response in the <code>blockedInputMessaging</code> and <code>blockedOutputsMessaging</code> fields.</p> </li> <li> <p>Specify topics for the guardrail to deny in the <code>topicPolicyConfig</code> object. Each <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailTopicConfig.html\">GuardrailTopicConfig</a> object in the <code>topicsConfig</code> list pertains to one topic.</p> <ul> <li> <p>Give a <code>name</code> and <code>description</code> so that the guardrail can properly identify the topic.</p> </li> <li> <p>Specify <code>DENY</code> in the <code>type</code> field.</p> </li> <li> <p>(Optional) Provide up to five prompts that you would categorize as belonging to the topic in the <code>examples</code> list.</p> </li> </ul> </li> <li> <p>Specify filter strengths for the harmful categories defined in Amazon Bedrock in the <code>contentPolicyConfig</code> object. Each <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html\">GuardrailContentFilterConfig</a> object in the <code>filtersConfig</code> list pertains to a harmful category. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-content-filters\">Content filters</a>. For more information about the fields in a content filter, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html\">GuardrailContentFilterConfig</a>.</p> <ul> <li> <p>Specify the category in the <code>type</code> field.</p> </li> <li> <p>Specify the strength of the filter for prompts in the <code>inputStrength</code> field and for model responses in the <code>strength</code> field of the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html\">GuardrailContentFilterConfig</a>.</p> </li> </ul> </li> <li> <p>(Optional) For security, include the ARN of a KMS key in the <code>kmsKeyId</code> field.</p> </li> </ul>",
    "UpdateMarketplaceModelEndpoint": "<p>Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.</p>",
    "UpdateProvisionedModelThroughput": "<p>Updates the name or associated model for a Provisioned Throughput. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>"
  },
  "shapes": {
    "AcceptEula": {
      "base": null,
      "refs": {
        "CreateMarketplaceModelEndpointRequest$acceptEula": "<p>Indicates whether you accept the end-user license agreement (EULA) for the model. Set to <code>true</code> to accept the EULA.</p>"
      }
    },
    "AccessDeniedException": {
      "base": "<p>The request is denied because of missing access permissions.</p>",
      "refs": {
      }
    },
    "AccountId": {
      "base": null,
      "refs": {
        "CustomModelSummary$ownerAccountId": "<p>The unique identifier of the account that owns the model.</p>",
        "GetModelCopyJobResponse$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>",
        "ListModelCopyJobsRequest$sourceAccountEquals": "<p>Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.</p>",
        "ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>",
        "ModelInvocationJobS3InputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>",
        "ModelInvocationJobS3OutputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>"
      }
    },
    "AcknowledgementFormDataBody": {
      "base": null,
      "refs": {
        "GetUseCaseForModelAccessResponse$formData": "<p>Get customer profile Response.</p>",
        "PutUseCaseForModelAccessRequest$formData": "<p>Put customer profile Request.</p>"
      }
    },
    "AdditionalModelRequestFields": {
      "base": null,
      "refs": {
        "ExternalSourcesGenerationConfiguration$additionalModelRequestFields": "<p>Additional model parameters and their corresponding values not included in the text inference configuration for an external source. Takes in custom model parameters specific to the language model being used.</p>",
        "GenerationConfiguration$additionalModelRequestFields": "<p>Additional model parameters and corresponding values not included in the <code>textInferenceConfig</code> structure for a knowledge base. This allows you to provide custom model parameters specific to the language model being used.</p>",
        "VectorSearchBedrockRerankingModelConfiguration$additionalModelRequestFields": "<p>A list of additional fields to include in the model request during reranking. These fields provide extra context or configuration options specific to the selected foundation model.</p>"
      }
    },
    "AdditionalModelRequestFieldsKey": {
      "base": null,
      "refs": {
        "AdditionalModelRequestFields$key": null
      }
    },
    "AdditionalModelRequestFieldsValue": {
      "base": null,
      "refs": {
        "AdditionalModelRequestFields$value": null
      }
    },
    "AgreementAvailability": {
      "base": "<p>Information about the agreement availability</p>",
      "refs": {
        "GetFoundationModelAvailabilityResponse$agreementAvailability": "<p>Agreement availability. </p>"
      }
    },
    "AgreementStatus": {
      "base": null,
      "refs": {
        "AgreementAvailability$status": "<p>Status of the agreement.</p>"
      }
    },
    "ApplicationType": {
      "base": null,
      "refs": {
        "CreateEvaluationJobRequest$applicationType": "<p>Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).</p>",
        "EvaluationSummary$applicationType": "<p>Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).</p>",
        "GetEvaluationJobResponse$applicationType": "<p>Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).</p>",
        "ListEvaluationJobsRequest$applicationTypeEquals": "<p>A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.</p>"
      }
    },
    "Arn": {
      "base": null,
      "refs": {
        "DeleteMarketplaceModelEndpointRequest$endpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint you want to delete.</p>",
        "DeregisterMarketplaceModelEndpointRequest$endpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint you want to deregister.</p>",
        "GetMarketplaceModelEndpointRequest$endpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint you want to get information about.</p>",
        "MarketplaceModelEndpoint$endpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
        "MarketplaceModelEndpointSummary$endpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
        "RegisterMarketplaceModelEndpointRequest$endpointIdentifier": "<p>The ARN of the Amazon SageMaker endpoint you want to register with Amazon Bedrock Marketplace.</p>",
        "UpdateMarketplaceModelEndpointRequest$endpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint you want to update.</p>"
      }
    },
    "AttributeType": {
      "base": null,
      "refs": {
        "MetadataAttributeSchema$type": "<p>The data type of the metadata attribute. The type determines how the attribute can be used in filter expressions and reranking.</p>"
      }
    },
    "AuthorizationStatus": {
      "base": null,
      "refs": {
        "GetFoundationModelAvailabilityResponse$authorizationStatus": "<p>Authorization status.</p>"
      }
    },
    "AutomatedEvaluationConfig": {
      "base": "<p>The configuration details of an automated evaluation job. The <code>EvaluationDatasetMetricConfig</code> object is used to specify the prompt datasets, task type, and metric names.</p>",
      "refs": {
        "EvaluationConfig$automated": "<p>Contains the configuration details of an automated evaluation job that computes metrics.</p>"
      }
    },
    "AutomatedEvaluationCustomMetricConfig": {
      "base": "<p>Defines the configuration of custom metrics to be used in an evaluation job. To learn more about using custom metrics in Amazon Bedrock evaluation jobs, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation-custom-metrics-prompt-formats.html\">Create a prompt for a custom metrics (LLM-as-a-judge model evaluations)</a> and <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-evaluation-custom-metrics-prompt-formats.html\">Create a prompt for a custom metrics (RAG evaluations)</a>.</p>",
      "refs": {
        "AutomatedEvaluationConfig$customMetricConfig": "<p>Defines the configuration of custom metrics to be used in an evaluation job.</p>"
      }
    },
    "AutomatedEvaluationCustomMetricSource": {
      "base": "<p>An array item definining a single custom metric for use in an Amazon Bedrock evaluation job.</p>",
      "refs": {
        "AutomatedEvaluationCustomMetrics$member": null
      }
    },
    "AutomatedEvaluationCustomMetrics": {
      "base": null,
      "refs": {
        "AutomatedEvaluationCustomMetricConfig$customMetrics": "<p>Defines a list of custom metrics to be used in an Amazon Bedrock evaluation job.</p>"
      }
    },
    "AutomatedReasoningCheckDifferenceScenarioList": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckTranslationAmbiguousFinding$differenceScenarios": "<p>Scenarios showing how the different translation options differ in meaning.</p>"
      }
    },
    "AutomatedReasoningCheckFinding": {
      "base": "<p>Represents the result of an Automated Reasoning validation check, indicating whether the content is logically valid, invalid, or falls into other categories based on the policy rules.</p>",
      "refs": {
        "AutomatedReasoningCheckFindingList$member": null
      }
    },
    "AutomatedReasoningCheckFindingList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyTestResult$testFindings": "<p>Detailed findings from the test run, including any issues, violations, or unexpected behaviors discovered.</p>"
      }
    },
    "AutomatedReasoningCheckImpossibleFinding": {
      "base": "<p>Indicates that no valid claims can be made due to logical contradictions in the premises or rules.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$impossible": "<p>Indicates that Automated Reasoning cannot make a statement about the claims. This can happen if the premises are logically incorrect, or if there is a conflict within the Automated Reasoning policy itself.</p>"
      }
    },
    "AutomatedReasoningCheckInputTextReference": {
      "base": "<p>References a portion of the original input text that corresponds to logical elements.</p>",
      "refs": {
        "AutomatedReasoningCheckInputTextReferenceList$member": null
      }
    },
    "AutomatedReasoningCheckInputTextReferenceList": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckTranslation$untranslatedPremises": "<p>References to portions of the original input text that correspond to the premises but could not be fully translated.</p>",
        "AutomatedReasoningCheckTranslation$untranslatedClaims": "<p>References to portions of the original input text that correspond to the claims but could not be fully translated.</p>"
      }
    },
    "AutomatedReasoningCheckInvalidFinding": {
      "base": "<p>Indicates that the claims are logically false and contradictory to the established rules or premises.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$invalid": "<p>Indicates that the claims are false. The claims are not implied by the premises and Automated Reasoning policy. Furthermore, there exist different claims that are consistent with the premises and Automated Reasoning policy.</p>"
      }
    },
    "AutomatedReasoningCheckLogicWarning": {
      "base": "<p>Identifies logical issues in the translated statements that exist independent of any policy rules, such as statements that are always true or always false.</p>",
      "refs": {
        "AutomatedReasoningCheckImpossibleFinding$logicWarning": "<p>Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.</p>",
        "AutomatedReasoningCheckInvalidFinding$logicWarning": "<p>Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.</p>",
        "AutomatedReasoningCheckSatisfiableFinding$logicWarning": "<p>Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.</p>",
        "AutomatedReasoningCheckValidFinding$logicWarning": "<p>Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.</p>"
      }
    },
    "AutomatedReasoningCheckLogicWarningType": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckLogicWarning$type": "<p>The category of the detected logical issue, such as statements that are always true or always false.</p>"
      }
    },
    "AutomatedReasoningCheckNoTranslationsFinding": {
      "base": "<p>Indicates that no relevant logical information could be extracted from the input for validation.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$noTranslations": "<p>Identifies that some or all of the input prompt wasn't translated into logic. This can happen if the input isn't relevant to the Automated Reasoning policy, or if the policy doesn't have variables to model relevant input.</p>"
      }
    },
    "AutomatedReasoningCheckResult": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyScenario$expectedResult": "<p>The expected outcome when this scenario is evaluated against the policy (e.g., PASS, FAIL, VIOLATION).</p>",
        "AutomatedReasoningPolicyTestCase$expectedAggregatedFindingsResult": "<p>The expected result of the Automated Reasoning check for this test.</p>",
        "AutomatedReasoningPolicyTestResult$aggregatedTestFindingsResult": "<p>A summary of all test findings, aggregated to provide an overall assessment of policy quality and correctness.</p>",
        "CreateAutomatedReasoningPolicyTestCaseRequest$expectedAggregatedFindingsResult": "<p>The expected result of the Automated Reasoning check. Valid values include: , TOO_COMPLEX, and NO_TRANSLATIONS.</p> <ul> <li> <p> <code>VALID</code> - The claims are true. The claims are implied by the premises and the Automated Reasoning policy. Given the Automated Reasoning policy and premises, it is not possible for these claims to be false. In other words, there are no alternative answers that are true that contradict the claims.</p> </li> <li> <p> <code>INVALID</code> - The claims are false. The claims are not implied by the premises and Automated Reasoning policy. Furthermore, there exists different claims that are consistent with the premises and Automated Reasoning policy.</p> </li> <li> <p> <code>SATISFIABLE</code> - The claims can be true or false. It depends on what assumptions are made for the claim to be implied from the premises and Automated Reasoning policy rules. In this situation, different assumptions can make input claims false and alternative claims true.</p> </li> <li> <p> <code>IMPOSSIBLE</code> - Automated Reasoning can’t make a statement about the claims. This can happen if the premises are logically incorrect, or if there is a conflict within the Automated Reasoning policy itself.</p> </li> <li> <p> <code>TRANSLATION_AMBIGUOUS</code> - Detected an ambiguity in the translation meant it would be unsound to continue with validity checking. Additional context or follow-up questions might be needed to get translation to succeed.</p> </li> <li> <p> <code>TOO_COMPLEX</code> - The input contains too much information for Automated Reasoning to process within its latency limits.</p> </li> <li> <p> <code>NO_TRANSLATIONS</code> - Identifies that some or all of the input prompt wasn't translated into logic. This can happen if the input isn't relevant to the Automated Reasoning policy, or if the policy doesn't have variables to model relevant input. If Automated Reasoning can't translate anything, you get a single <code>NO_TRANSLATIONS</code> finding. You might also see a <code>NO_TRANSLATIONS</code> (along with other findings) if some part of the validation isn't translated.</p> </li> </ul>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$expectedAggregatedFindingsResult": "<p>The updated expected result of the Automated Reasoning check.</p>"
      }
    },
    "AutomatedReasoningCheckRule": {
      "base": "<p>References a specific automated reasoning policy rule that was applied during evaluation.</p>",
      "refs": {
        "AutomatedReasoningCheckRuleList$member": null
      }
    },
    "AutomatedReasoningCheckRuleList": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckImpossibleFinding$contradictingRules": "<p>The automated reasoning policy rules that contradict the claims and/or premises in the input.</p>",
        "AutomatedReasoningCheckInvalidFinding$contradictingRules": "<p>The automated reasoning policy rules that contradict the claims in the input.</p>",
        "AutomatedReasoningCheckValidFinding$supportingRules": "<p>The automated reasoning policy rules that support why this result is considered valid.</p>"
      }
    },
    "AutomatedReasoningCheckSatisfiableFinding": {
      "base": "<p>Indicates that the claims could be either true or false depending on additional assumptions not provided in the input.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$satisfiable": "<p>Indicates that the claims can be true or false. It depends on what assumptions are made for the claim to be implied from the premises and Automated Reasoning policy rules. In this situation, different assumptions can make input claims false and alternative claims true.</p>"
      }
    },
    "AutomatedReasoningCheckScenario": {
      "base": "<p>Represents a logical scenario where claims can be evaluated as true or false, containing specific logical assignments.</p>",
      "refs": {
        "AutomatedReasoningCheckDifferenceScenarioList$member": null,
        "AutomatedReasoningCheckSatisfiableFinding$claimsTrueScenario": "<p>An example scenario demonstrating how the claims could be logically true.</p>",
        "AutomatedReasoningCheckSatisfiableFinding$claimsFalseScenario": "<p>An example scenario demonstrating how the claims could be logically false.</p>",
        "AutomatedReasoningCheckValidFinding$claimsTrueScenario": "<p>An example scenario demonstrating how the claims are logically true.</p>"
      }
    },
    "AutomatedReasoningCheckTooComplexFinding": {
      "base": "<p>Indicates that the input exceeds the processing capacity due to the volume or complexity of the logical information.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$tooComplex": "<p>Indicates that the input contains too much information for Automated Reasoning to process within its latency limits.</p>"
      }
    },
    "AutomatedReasoningCheckTranslation": {
      "base": "<p>Contains the logical translation of natural language input into formal logical statements, including premises, claims, and confidence scores.</p>",
      "refs": {
        "AutomatedReasoningCheckImpossibleFinding$translation": "<p>The logical translation of the input that this finding evaluates.</p>",
        "AutomatedReasoningCheckInvalidFinding$translation": "<p>The logical translation of the input that this finding invalidates.</p>",
        "AutomatedReasoningCheckSatisfiableFinding$translation": "<p>The logical translation of the input that this finding evaluates.</p>",
        "AutomatedReasoningCheckTranslationList$member": null,
        "AutomatedReasoningCheckValidFinding$translation": "<p>The logical translation of the input that this finding validates.</p>"
      }
    },
    "AutomatedReasoningCheckTranslationAmbiguousFinding": {
      "base": "<p>Indicates that the input has multiple valid logical interpretations, requiring additional context or clarification.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$translationAmbiguous": "<p>Indicates that an ambiguity was detected in the translation, making it unsound to continue with validity checking. Additional context or follow-up questions might be needed to get translation to succeed.</p>"
      }
    },
    "AutomatedReasoningCheckTranslationConfidence": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckTranslation$confidence": "<p>A confidence score between 0 and 1 indicating how certain the system is about the logical translation.</p>",
        "AutomatedReasoningPolicyTestCase$confidenceThreshold": "<p>The minimum confidence level for logic validation. Content meeting this threshold is considered high-confidence and can be validated.</p>",
        "CreateAutomatedReasoningPolicyTestCaseRequest$confidenceThreshold": "<p>The minimum confidence level for logic validation. Content that meets the threshold is considered a high-confidence finding that can be validated.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$confidenceThreshold": "<p>The updated minimum confidence level for logic validation. If null is provided, the threshold will be removed.</p>"
      }
    },
    "AutomatedReasoningCheckTranslationList": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckTranslationOption$translations": "<p>Different logical interpretations that were detected during translation of the input.</p>"
      }
    },
    "AutomatedReasoningCheckTranslationOption": {
      "base": "<p>Represents one possible logical interpretation of ambiguous input content.</p>",
      "refs": {
        "AutomatedReasoningCheckTranslationOptionList$member": null
      }
    },
    "AutomatedReasoningCheckTranslationOptionList": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckTranslationAmbiguousFinding$options": "<p>Different logical interpretations that were detected during translation of the input.</p>"
      }
    },
    "AutomatedReasoningCheckValidFinding": {
      "base": "<p>Indicates that the claims are definitively true and logically implied by the premises, with no possible alternative interpretations.</p>",
      "refs": {
        "AutomatedReasoningCheckFinding$valid": "<p>Indicates that the claims are true. The claims are implied by the premises and the Automated Reasoning policy. Given the Automated Reasoning policy and premises, it is not possible for these claims to be false.</p>"
      }
    },
    "AutomatedReasoningConfidenceFilterThreshold": {
      "base": null,
      "refs": {
        "GuardrailAutomatedReasoningPolicy$confidenceThreshold": "<p>The minimum confidence level required for Automated Reasoning policy violations to trigger guardrail actions. Values range from 0.0 to 1.0.</p>",
        "GuardrailAutomatedReasoningPolicyConfig$confidenceThreshold": "<p>The confidence threshold for triggering guardrail actions based on Automated Reasoning policy violations.</p>"
      }
    },
    "AutomatedReasoningLogicStatement": {
      "base": "<p>Represents a logical statement that can be expressed both in formal logic notation and natural language, providing dual representations for better understanding and validation.</p>",
      "refs": {
        "AutomatedReasoningLogicStatementList$member": null
      }
    },
    "AutomatedReasoningLogicStatementContent": {
      "base": null,
      "refs": {
        "AutomatedReasoningLogicStatement$logic": "<p>The formal logic representation of the statement using mathematical notation and logical operators.</p>"
      }
    },
    "AutomatedReasoningLogicStatementList": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckLogicWarning$premises": "<p>The logical statements that serve as premises under which the claims are validated.</p>",
        "AutomatedReasoningCheckLogicWarning$claims": "<p>The logical statements that are validated while assuming the policy and premises.</p>",
        "AutomatedReasoningCheckScenario$statements": "<p>List of logical assignments and statements that define this scenario.</p>",
        "AutomatedReasoningCheckTranslation$premises": "<p>The logical statements that serve as the foundation or assumptions for the claims.</p>",
        "AutomatedReasoningCheckTranslation$claims": "<p>The logical statements that are being validated against the premises and policy rules.</p>"
      }
    },
    "AutomatedReasoningNaturalLanguageStatementContent": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckInputTextReference$text": "<p>The specific text from the original input that this reference points to.</p>",
        "AutomatedReasoningLogicStatement$naturalLanguage": "<p>The natural language representation of the logical statement, providing a human-readable interpretation of the formal logic.</p>"
      }
    },
    "AutomatedReasoningPolicyAddRuleAnnotation": {
      "base": "<p>An annotation for adding a new rule to an Automated Reasoning policy using a formal logical expression.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$addRule": "<p>An operation to add a new logical rule to the policy using formal mathematical expressions.</p>"
      }
    },
    "AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation": {
      "base": "<p>An annotation for adding a new rule to the policy by converting a natural language description into a formal logical expression.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$addRuleFromNaturalLanguage": "<p>An operation to add a new rule by converting natural language descriptions into formal logical expressions.</p>"
      }
    },
    "AutomatedReasoningPolicyAddRuleMutation": {
      "base": "<p>A mutation operation that adds a new rule to the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$addRule": "<p>A mutation to add a new rule to the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyAddTypeAnnotation": {
      "base": "<p>An annotation for adding a new custom type to an Automated Reasoning policy, defining a set of possible values for variables.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$addType": "<p>An operation to add a new custom type to the policy, defining a set of possible values for policy variables.</p>"
      }
    },
    "AutomatedReasoningPolicyAddTypeMutation": {
      "base": "<p>A mutation operation that adds a new custom type to the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$addType": "<p>A mutation to add a new custom type to the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyAddTypeValue": {
      "base": "<p>Represents a single value that can be added to an existing custom type in the policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyTypeValueAnnotation$addTypeValue": "<p>An operation to add a new value to an existing custom type.</p>"
      }
    },
    "AutomatedReasoningPolicyAddVariableAnnotation": {
      "base": "<p>An annotation for adding a new variable to an Automated Reasoning policy, which can be used in rule expressions.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$addVariable": "<p>An operation to add a new variable to the policy, which can be used in rule expressions to represent dynamic values.</p>"
      }
    },
    "AutomatedReasoningPolicyAddVariableMutation": {
      "base": "<p>A mutation operation that adds a new variable to the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$addVariable": "<p>A mutation to add a new variable to the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyAnnotation": {
      "base": "<p>Contains the various operations that can be performed on an Automated Reasoning policy, including adding, updating, and deleting rules, variables, and types.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotationList$member": null,
        "AutomatedReasoningPolicyBuildLogEntry$annotation": "<p>The annotation or operation that was being processed when this log entry was created.</p>"
      }
    },
    "AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation$feedback": "<p>The feedback information about rule performance, including suggestions for improvements or corrections.</p>",
        "AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation$feedback": "<p>The feedback information about scenario performance, including any issues or improvements identified.</p>"
      }
    },
    "AutomatedReasoningPolicyAnnotationIngestContent": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyIngestContentAnnotation$content": "<p>The new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.</p>"
      }
    },
    "AutomatedReasoningPolicyAnnotationList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowRepairContent$annotations": "<p>Specific annotations or modifications to apply during the policy repair process, such as rule corrections or variable updates.</p>",
        "GetAutomatedReasoningPolicyAnnotationsResponse$annotations": "<p>The current set of annotations containing rules, variables, and types extracted from the source documents. These can be modified before finalizing the policy.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsRequest$annotations": "<p>The updated annotations containing modified rules, variables, and types for the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyAnnotationRuleNaturalLanguage": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation$naturalLanguage": "<p>The natural language description of the rule that should be converted into a formal logical expression.</p>"
      }
    },
    "AutomatedReasoningPolicyAnnotationStatus": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildLogEntry$status": "<p>The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).</p>"
      }
    },
    "AutomatedReasoningPolicyArn": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckRule$policyVersionArn": "<p>The ARN of the automated reasoning policy version that contains this rule.</p>",
        "AutomatedReasoningPolicyBuildWorkflowSummary$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.</p>",
        "AutomatedReasoningPolicySummary$policyArn": "<p>The Amazon Resource Name (ARN) of the policy.</p>",
        "AutomatedReasoningPolicyTestResult$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy that was tested.</p>",
        "CancelAutomatedReasoningPolicyBuildWorkflowRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to cancel.</p>",
        "CreateAutomatedReasoningPolicyResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.</p>",
        "CreateAutomatedReasoningPolicyTestCaseRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create the test.</p>",
        "CreateAutomatedReasoningPolicyTestCaseResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the policy for which the test was created.</p>",
        "CreateAutomatedReasoningPolicyVersionRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create a version.</p>",
        "CreateAutomatedReasoningPolicyVersionResponse$policyArn": "<p>The versioned Amazon Resource Name (ARN) of the policy version.</p>",
        "DeleteAutomatedReasoningPolicyBuildWorkflowRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to delete.</p>",
        "DeleteAutomatedReasoningPolicyRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy to delete.</p>",
        "DeleteAutomatedReasoningPolicyTestCaseRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.</p>",
        "ExportAutomatedReasoningPolicyVersionRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy to export. Can be either the unversioned ARN for the draft policy or a versioned ARN for a specific policy version.</p>",
        "GetAutomatedReasoningPolicyAnnotationsRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to retrieve.</p>",
        "GetAutomatedReasoningPolicyAnnotationsResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to retrieve.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow assets you want to retrieve.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "GetAutomatedReasoningPolicyNextScenarioRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy for which you want to get the next test scenario.</p>",
        "GetAutomatedReasoningPolicyNextScenarioResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "GetAutomatedReasoningPolicyRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy to retrieve. Can be either the unversioned ARN for the draft policy or an ARN for a specific policy version.</p>",
        "GetAutomatedReasoningPolicyResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the policy.</p>",
        "GetAutomatedReasoningPolicyTestCaseRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.</p>",
        "GetAutomatedReasoningPolicyTestCaseResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the policy that contains the test.</p>",
        "GetAutomatedReasoningPolicyTestResultRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "GuardrailAutomatedReasoningPolicyConfigPoliciesList$member": null,
        "GuardrailAutomatedReasoningPolicyPoliciesList$member": null,
        "ListAutomatedReasoningPoliciesRequest$policyArn": "<p>Optional filter to list only the policy versions with the specified Amazon Resource Name (ARN). If not provided, the DRAFT versions for all policies are listed.</p>",
        "ListAutomatedReasoningPolicyBuildWorkflowsRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflows you want to list.</p>",
        "ListAutomatedReasoningPolicyTestCasesRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to list tests.</p>",
        "ListAutomatedReasoningPolicyTestResultsRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose test results you want to list.</p>",
        "StartAutomatedReasoningPolicyBuildWorkflowRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to start the build workflow.</p>",
        "StartAutomatedReasoningPolicyBuildWorkflowResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "StartAutomatedReasoningPolicyTestWorkflowRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy to test.</p>",
        "StartAutomatedReasoningPolicyTestWorkflowResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the policy for which the test workflow was started.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to update.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy.</p>",
        "UpdateAutomatedReasoningPolicyRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy to update. This must be the ARN of a draft policy.</p>",
        "UpdateAutomatedReasoningPolicyResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the updated policy.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$policyArn": "<p>The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseResponse$policyArn": "<p>The Amazon Resource Name (ARN) of the policy that contains the updated test.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildDocumentContentType": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowDocument$documentContentType": "<p>The MIME type of the document content (e.g., text/plain, application/pdf, text/markdown).</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$documentContentType": "<p>The content type of the source document (e.g., text/plain, application/pdf).</p>"
      }
    },
    "AutomatedReasoningPolicyBuildDocumentDescription": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowDocument$documentDescription": "<p>A detailed description of the document's content and how it should be used in the policy generation process.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$documentDescription": "<p>A detailed description of the document's content and how it should be used in the policy generation process.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildDocumentName": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowDocument$documentName": "<p>A descriptive name for the document that helps identify its purpose and content.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$documentName": "<p>The name of the source document used in the build workflow.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildLog": {
      "base": "<p>Contains detailed logging information about the policy build process, including steps taken, decisions made, and any issues encountered.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildResultAssets$buildLog": "<p>The complete build log containing detailed information about each step in the policy generation process.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildLogEntry": {
      "base": "<p>Represents a single entry in the policy build log, containing information about a specific step or event in the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildLogEntryList$member": null
      }
    },
    "AutomatedReasoningPolicyBuildLogEntryList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildLog$entries": "<p>A list of log entries documenting each step in the policy build process, including timestamps, status, and detailed messages.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildMessageType": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildStepMessage$messageType": "<p>The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildResultAssetType": {
      "base": null,
      "refs": {
        "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest$assetType": "<p>The type of asset to retrieve (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION).</p>"
      }
    },
    "AutomatedReasoningPolicyBuildResultAssets": {
      "base": "<p>Contains the various assets generated during a policy build workflow, including logs, quality reports, and the final policy definition.</p>",
      "refs": {
        "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse$buildWorkflowAssets": "<p>The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildStep": {
      "base": "<p>Represents a single step in the policy build process, containing context about what was being processed and any messages or results.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildStepList$member": null
      }
    },
    "AutomatedReasoningPolicyBuildStepContext": {
      "base": "<p>Provides context about what type of operation was being performed during a build step.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildStep$context": "<p>Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildStepList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildLogEntry$buildSteps": "<p>Detailed information about the specific build steps that were executed, including any sub-operations or transformations.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildStepMessage": {
      "base": "<p>Represents a message generated during a build step, providing information about what happened or any issues encountered.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildStepMessageList$member": null
      }
    },
    "AutomatedReasoningPolicyBuildStepMessageList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildStep$messages": "<p>A list of messages generated during this build step, including informational messages, warnings, and error details.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowDocument": {
      "base": "<p>Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowDocumentList$member": null
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowDocument$document": "<p>The actual content of the source document that will be analyzed to extract policy rules and concepts.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowDocumentList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyWorkflowTypeContent$documents": "<p>The list of documents to be processed in a document ingestion workflow.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowId": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowSummary$buildWorkflowId": "<p>The unique identifier of the build workflow.</p>",
        "CancelAutomatedReasoningPolicyBuildWorkflowRequest$buildWorkflowId": "<p>The unique identifier of the build workflow to cancel. You can get this ID from the StartAutomatedReasoningPolicyBuildWorkflow response or by listing build workflows.</p>",
        "DeleteAutomatedReasoningPolicyBuildWorkflowRequest$buildWorkflowId": "<p>The unique identifier of the build workflow to delete.</p>",
        "GetAutomatedReasoningPolicyAnnotationsRequest$buildWorkflowId": "<p>The unique identifier of the build workflow whose annotations you want to retrieve.</p>",
        "GetAutomatedReasoningPolicyAnnotationsResponse$buildWorkflowId": "<p>The unique identifier of the build workflow.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowRequest$buildWorkflowId": "<p>The unique identifier of the build workflow to retrieve.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$buildWorkflowId": "<p>The unique identifier of the build workflow.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest$buildWorkflowId": "<p>The unique identifier of the build workflow whose result assets you want to retrieve.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse$buildWorkflowId": "<p>The unique identifier of the build workflow.</p>",
        "GetAutomatedReasoningPolicyNextScenarioRequest$buildWorkflowId": "<p>The unique identifier of the build workflow associated with the test scenarios.</p>",
        "GetAutomatedReasoningPolicyTestResultRequest$buildWorkflowId": "<p>The build workflow identifier. The build workflow must display a <code>COMPLETED</code> status to get results.</p>",
        "ListAutomatedReasoningPolicyTestResultsRequest$buildWorkflowId": "<p>The unique identifier of the build workflow whose test results you want to list.</p>",
        "StartAutomatedReasoningPolicyBuildWorkflowResponse$buildWorkflowId": "<p>The unique identifier of the newly started build workflow. Use this ID to track the workflow's progress and retrieve its results.</p>",
        "StartAutomatedReasoningPolicyTestWorkflowRequest$buildWorkflowId": "<p>The build workflow identifier. The build workflow must show a <code>COMPLETED</code> status before running tests.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsRequest$buildWorkflowId": "<p>The unique identifier of the build workflow whose annotations you want to update.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsResponse$buildWorkflowId": "<p>The unique identifier of the build workflow.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowRepairContent": {
      "base": "<p>Contains content and instructions for repairing or improving an existing Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyWorkflowTypeContent$policyRepairAssets": "<p>The assets and instructions needed for a policy repair workflow, including repair annotations and guidance.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowSource": {
      "base": "<p>Defines the source content for a policy build workflow, which can include documents, repair instructions, or other input materials.</p>",
      "refs": {
        "StartAutomatedReasoningPolicyBuildWorkflowRequest$sourceContent": "<p>The source content for the build workflow, such as documents to analyze or repair instructions for existing policies.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowStatus": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowSummary$status": "<p>The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$status": "<p>The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowSummaries": {
      "base": null,
      "refs": {
        "ListAutomatedReasoningPolicyBuildWorkflowsResponse$automatedReasoningPolicyBuildWorkflowSummaries": "<p>A list of build workflow summaries, each containing key information about a build workflow including its status and timestamps.</p>"
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowSummary": {
      "base": "<p>Provides a summary of a policy build workflow, including its current status, timing information, and key identifiers.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowSummaries$member": null
      }
    },
    "AutomatedReasoningPolicyBuildWorkflowType": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowSummary$buildWorkflowType": "<p>The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$buildWorkflowType": "<p>The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).</p>",
        "StartAutomatedReasoningPolicyBuildWorkflowRequest$buildWorkflowType": "<p>The type of build workflow to start (e.g., DOCUMENT_INGESTION for processing new documents, POLICY_REPAIR for fixing existing policies).</p>"
      }
    },
    "AutomatedReasoningPolicyConflictedRuleIdList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionQualityReport$conflictingRules": "<p>A list of rules that may conflict with each other, potentially leading to inconsistent policy behavior.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinition": {
      "base": "<p>Contains the formal logic rules, variables, and custom variable types that define an Automated Reasoning policy. The policy definition specifies the constraints used to validate foundation model responses for accuracy and logical consistency.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildResultAssets$policyDefinition": "<p>The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.</p>",
        "AutomatedReasoningPolicyBuildWorkflowSource$policyDefinition": "<p>An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.</p>",
        "CreateAutomatedReasoningPolicyRequest$policyDefinition": "<p>The policy definition that contains the formal logic rules, variables, and custom variable types used to validate foundation model responses in your application.</p>",
        "ExportAutomatedReasoningPolicyVersionResponse$policyDefinition": "<p>The exported policy definition containing the formal logic rules, variables, and custom variable types.</p>",
        "UpdateAutomatedReasoningPolicyRequest$policyDefinition": "<p>The updated policy definition containing the formal logic rules, variables, and types.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionElement": {
      "base": "<p>Represents a single element in an Automated Reasoning policy definition, such as a rule, variable, or type definition.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildStep$priorElement": "<p>Reference to the previous element or step in the build process, helping to trace the sequence of operations.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionQualityReport": {
      "base": "<p>Provides a comprehensive analysis of the quality and completeness of an Automated Reasoning policy definition, highlighting potential issues and optimization opportunities.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildResultAssets$qualityReport": "<p>A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionRule": {
      "base": "<p>Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.</p>",
      "refs": {
        "AutomatedReasoningPolicyAddRuleMutation$rule": "<p>The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.</p>",
        "AutomatedReasoningPolicyDefinitionElement$policyDefinitionRule": "<p>A rule element within the policy definition that contains a formal logical expression used for validation.</p>",
        "AutomatedReasoningPolicyDefinitionRuleList$member": null,
        "AutomatedReasoningPolicyUpdateRuleMutation$rule": "<p>The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionRuleAlternateExpression": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionRule$alternateExpression": "<p>The human-readable form of the rule expression, often in natural language or simplified notation.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionRuleExpression": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddRuleAnnotation$expression": "<p>The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.</p>",
        "AutomatedReasoningPolicyDefinitionRule$expression": "<p>The formal logic expression of the rule.</p>",
        "AutomatedReasoningPolicyUpdateRuleAnnotation$expression": "<p>The new formal logical expression for the rule, replacing the previous expression.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionRuleId": {
      "base": null,
      "refs": {
        "AutomatedReasoningCheckRule$id": "<p>The unique identifier of the automated reasoning rule.</p>",
        "AutomatedReasoningPolicyConflictedRuleIdList$member": null,
        "AutomatedReasoningPolicyDefinitionRule$id": "<p>The unique identifier of the rule within the policy.</p>",
        "AutomatedReasoningPolicyDefinitionRuleIdList$member": null,
        "AutomatedReasoningPolicyDeleteRuleAnnotation$ruleId": "<p>The unique identifier of the rule to delete from the policy.</p>",
        "AutomatedReasoningPolicyDeleteRuleMutation$id": "<p>The unique identifier of the rule to delete.</p>",
        "AutomatedReasoningPolicyDisjointedRuleIdList$member": null,
        "AutomatedReasoningPolicyUpdateRuleAnnotation$ruleId": "<p>The unique identifier of the rule to update.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionRuleIdList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyScenario$ruleIds": "<p>The list of rule identifiers that are expected to be triggered or evaluated by this test scenario.</p>",
        "AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation$ruleIds": "<p>The list of rule identifiers that the feedback applies to.</p>",
        "AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation$ruleIds": "<p>The list of rule identifiers that were involved in the scenario being evaluated.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionRuleList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinition$rules": "<p>The formal logic rules extracted from the source document. Rules define the logical constraints that determine whether model responses are valid, invalid, or satisfiable.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionType": {
      "base": "<p>Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.</p>",
      "refs": {
        "AutomatedReasoningPolicyAddTypeMutation$type": "<p>The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.</p>",
        "AutomatedReasoningPolicyDefinitionElement$policyDefinitionType": "<p>A custom type element within the policy definition that defines a set of possible values for variables.</p>",
        "AutomatedReasoningPolicyDefinitionTypeList$member": null,
        "AutomatedReasoningPolicyUpdateTypeMutation$type": "<p>The updated type definition containing the modified name, description, or values for the existing custom type.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeDescription": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddTypeAnnotation$description": "<p>A description of what the custom type represents and how it should be used in the policy.</p>",
        "AutomatedReasoningPolicyDefinitionType$description": "<p>The description of what the custom type represents.</p>",
        "AutomatedReasoningPolicyUpdateTypeAnnotation$description": "<p>The new description for the custom type, replacing the previous description.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinition$types": "<p>The custom user-defined vairable types used in the policy. Types are enum-based variable types that provide additional context beyond the predefined variable types.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeName": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddTypeAnnotation$name": "<p>The name of the new custom type. This name will be used to reference the type in variable definitions and rules.</p>",
        "AutomatedReasoningPolicyAddVariableAnnotation$type": "<p>The type of the variable, which can be a built-in type (like string or number) or a custom type defined in the policy.</p>",
        "AutomatedReasoningPolicyDefinitionType$name": "<p>The name of the custom type.</p>",
        "AutomatedReasoningPolicyDefinitionTypeNameList$member": null,
        "AutomatedReasoningPolicyDefinitionTypeValuePair$typeName": "<p>The name of the custom type that contains the referenced value.</p>",
        "AutomatedReasoningPolicyDefinitionVariable$type": "<p>The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.</p>",
        "AutomatedReasoningPolicyDeleteTypeAnnotation$name": "<p>The name of the custom type to delete from the policy. The type must not be referenced by any variables or rules.</p>",
        "AutomatedReasoningPolicyDeleteTypeMutation$name": "<p>The name of the custom type to delete.</p>",
        "AutomatedReasoningPolicyUpdateTypeAnnotation$name": "<p>The current name of the custom type to update.</p>",
        "AutomatedReasoningPolicyUpdateTypeAnnotation$newName": "<p>The new name for the custom type, if you want to rename it. If not provided, the name remains unchanged.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeNameList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionQualityReport$unusedTypes": "<p>A list of custom types that are defined but not referenced by any variables or rules, suggesting they may be unnecessary.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeValue": {
      "base": "<p>Represents a single value within a custom type definition, including its identifier and description.</p>",
      "refs": {
        "AutomatedReasoningPolicyDefinitionTypeValueList$member": null
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeValueDescription": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddTypeValue$description": "<p>A description of what this new type value represents and when it should be used.</p>",
        "AutomatedReasoningPolicyDefinitionTypeValue$description": "<p>A human-readable description explaining what this type value represents and when it should be used.</p>",
        "AutomatedReasoningPolicyUpdateTypeValue$description": "<p>The new description for the type value, replacing the previous description.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeValueList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddTypeAnnotation$values": "<p>The list of possible values that variables of this type can take, each with its own description and identifier.</p>",
        "AutomatedReasoningPolicyDefinitionType$values": "<p>The possible values for this enum-based type, each with its own description.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeValueName": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddTypeValue$value": "<p>The identifier or name of the new value to add to the type.</p>",
        "AutomatedReasoningPolicyDefinitionTypeValue$value": "<p>The actual value or identifier for this type value.</p>",
        "AutomatedReasoningPolicyDefinitionTypeValuePair$valueName": "<p>The name of the specific value within the type.</p>",
        "AutomatedReasoningPolicyDeleteTypeValue$value": "<p>The identifier or name of the value to remove from the type.</p>",
        "AutomatedReasoningPolicyUpdateTypeValue$value": "<p>The current identifier or name of the type value to update.</p>",
        "AutomatedReasoningPolicyUpdateTypeValue$newValue": "<p>The new identifier or name for the type value, if you want to rename it.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeValuePair": {
      "base": "<p>Associates a type name with a specific value name, used for referencing type values in rules and other policy elements.</p>",
      "refs": {
        "AutomatedReasoningPolicyDefinitionTypeValuePairList$member": null
      }
    },
    "AutomatedReasoningPolicyDefinitionTypeValuePairList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionQualityReport$unusedTypeValues": "<p>A list of type values that are defined but never used in any rules, indicating potential cleanup opportunities.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionVariable": {
      "base": "<p>Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.</p>",
      "refs": {
        "AutomatedReasoningPolicyAddVariableMutation$variable": "<p>The variable definition that specifies the name, type, and description for the new variable being added to the policy.</p>",
        "AutomatedReasoningPolicyDefinitionElement$policyDefinitionVariable": "<p>A variable element within the policy definition that represents a concept used in logical expressions and rules.</p>",
        "AutomatedReasoningPolicyDefinitionVariableList$member": null,
        "AutomatedReasoningPolicyUpdateVariableMutation$variable": "<p>The updated variable definition containing the modified name, type, or description for the existing variable.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionVariableDescription": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddVariableAnnotation$description": "<p>A description of what the variable represents and how it should be used in rules.</p>",
        "AutomatedReasoningPolicyDefinitionVariable$description": "<p>The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.</p>",
        "AutomatedReasoningPolicyUpdateVariableAnnotation$description": "<p>The new description for the variable, replacing the previous description.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionVariableList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinition$variables": "<p>The variables that represent concepts in the policy. Variables can have values assigned when translating natural language into formal logic. Their descriptions are crucial for accurate translation.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionVariableName": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyAddVariableAnnotation$name": "<p>The name of the new variable. This name will be used to reference the variable in rule expressions.</p>",
        "AutomatedReasoningPolicyDefinitionVariable$name": "<p>The name of the variable. Use descriptive names that clearly indicate the concept being represented.</p>",
        "AutomatedReasoningPolicyDefinitionVariableNameList$member": null,
        "AutomatedReasoningPolicyDeleteVariableAnnotation$name": "<p>The name of the variable to delete from the policy. The variable must not be referenced by any rules.</p>",
        "AutomatedReasoningPolicyDeleteVariableMutation$name": "<p>The name of the variable to delete.</p>",
        "AutomatedReasoningPolicyUpdateVariableAnnotation$name": "<p>The current name of the variable to update.</p>",
        "AutomatedReasoningPolicyUpdateVariableAnnotation$newName": "<p>The new name for the variable, if you want to rename it. If not provided, the name remains unchanged.</p>"
      }
    },
    "AutomatedReasoningPolicyDefinitionVariableNameList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionQualityReport$unusedVariables": "<p>A list of variables that are defined but not referenced by any rules, suggesting they may be unnecessary.</p>",
        "AutomatedReasoningPolicyDisjointRuleSet$variables": "<p>The set of variables that are used by the rules in this disjoint set.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteRuleAnnotation": {
      "base": "<p>An annotation for removing a rule from an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$deleteRule": "<p>An operation to remove a rule from the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteRuleMutation": {
      "base": "<p>A mutation operation that removes a rule from the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$deleteRule": "<p>A mutation to remove a rule from the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteTypeAnnotation": {
      "base": "<p>An annotation for removing a custom type from an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$deleteType": "<p>An operation to remove a custom type from the policy. The type must not be referenced by any variables or rules.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteTypeMutation": {
      "base": "<p>A mutation operation that removes a custom type from the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$deleteType": "<p>A mutation to remove a custom type from the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteTypeValue": {
      "base": "<p>Represents a value to be removed from an existing custom type in the policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyTypeValueAnnotation$deleteTypeValue": "<p>An operation to remove a value from an existing custom type.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteVariableAnnotation": {
      "base": "<p>An annotation for removing a variable from an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$deleteVariable": "<p>An operation to remove a variable from the policy. The variable must not be referenced by any rules.</p>"
      }
    },
    "AutomatedReasoningPolicyDeleteVariableMutation": {
      "base": "<p>A mutation operation that removes a variable from the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$deleteVariable": "<p>A mutation to remove a variable from the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyDescription": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicySummary$description": "<p>The description of the policy.</p>",
        "CreateAutomatedReasoningPolicyRequest$description": "<p>A description of the Automated Reasoning policy. Use this to provide context about the policy's purpose and the types of validations it performs.</p>",
        "CreateAutomatedReasoningPolicyResponse$description": "<p>The description of the Automated Reasoning policy.</p>",
        "CreateAutomatedReasoningPolicyVersionResponse$description": "<p>The description of the policy version.</p>",
        "GetAutomatedReasoningPolicyResponse$description": "<p>The description of the policy.</p>",
        "UpdateAutomatedReasoningPolicyRequest$description": "<p>The updated description for the Automated Reasoning policy.</p>"
      }
    },
    "AutomatedReasoningPolicyDisjointRuleSet": {
      "base": "<p>Represents a set of rules that operate on completely separate variables, indicating they address different concerns or domains within the policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyDisjointRuleSetList$member": null
      }
    },
    "AutomatedReasoningPolicyDisjointRuleSetList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionQualityReport$disjointRuleSets": "<p>Groups of rules that operate on completely separate sets of variables, indicating the policy may be addressing multiple unrelated concerns.</p>"
      }
    },
    "AutomatedReasoningPolicyDisjointedRuleIdList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDisjointRuleSet$rules": "<p>The list of rules that form this disjoint set, all operating on the same set of variables.</p>"
      }
    },
    "AutomatedReasoningPolicyFormatVersion": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinition$version": "<p>The version of the policy definition format.</p>"
      }
    },
    "AutomatedReasoningPolicyHash": {
      "base": null,
      "refs": {
        "CreateAutomatedReasoningPolicyResponse$definitionHash": "<p>The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.</p>",
        "CreateAutomatedReasoningPolicyVersionRequest$lastUpdatedDefinitionHash": "<p>The hash of the current policy definition used as a concurrency token to ensure the policy hasn't been modified since you last retrieved it.</p>",
        "CreateAutomatedReasoningPolicyVersionResponse$definitionHash": "<p>The hash of the policy definition for this version.</p>",
        "GetAutomatedReasoningPolicyAnnotationsResponse$annotationSetHash": "<p>A hash value representing the current state of the annotations. This is used for optimistic concurrency control when updating annotations.</p>",
        "GetAutomatedReasoningPolicyResponse$definitionHash": "<p>The hash of the policy definition used as a concurrency token.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsRequest$lastUpdatedAnnotationSetHash": "<p>The hash value of the annotation set that you're updating. This is used for optimistic concurrency control to prevent conflicting updates.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsResponse$annotationSetHash": "<p>The new hash value representing the updated state of the annotations.</p>",
        "UpdateAutomatedReasoningPolicyResponse$definitionHash": "<p>The hash of the updated policy definition.</p>"
      }
    },
    "AutomatedReasoningPolicyId": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicySummary$policyId": "<p>The unique identifier of the policy.</p>",
        "GetAutomatedReasoningPolicyResponse$policyId": "<p>The unique identifier of the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyIngestContentAnnotation": {
      "base": "<p>An annotation for processing and incorporating new content into an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$ingestContent": "<p>An operation to process and incorporate new content into the policy, extracting additional rules and concepts.</p>"
      }
    },
    "AutomatedReasoningPolicyMutation": {
      "base": "<p>A container for various mutation operations that can be applied to an Automated Reasoning policy, including adding, updating, and deleting policy elements.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildStepContext$mutation": "<p>Indicates that this build step involved modifying the policy structure, such as adding or updating rules, variables, or types.</p>"
      }
    },
    "AutomatedReasoningPolicyName": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicySummary$name": "<p>The name of the policy.</p>",
        "CreateAutomatedReasoningPolicyRequest$name": "<p>A unique name for the Automated Reasoning policy. The name must be between 1 and 63 characters and can contain letters, numbers, hyphens, and underscores.</p>",
        "CreateAutomatedReasoningPolicyResponse$name": "<p>The name of the Automated Reasoning policy.</p>",
        "CreateAutomatedReasoningPolicyVersionResponse$name": "<p>The name of the policy version.</p>",
        "GetAutomatedReasoningPolicyAnnotationsResponse$name": "<p>The name of the Automated Reasoning policy.</p>",
        "GetAutomatedReasoningPolicyResponse$name": "<p>The name of the policy.</p>",
        "UpdateAutomatedReasoningPolicyRequest$name": "<p>The updated name for the Automated Reasoning policy.</p>",
        "UpdateAutomatedReasoningPolicyResponse$name": "<p>The updated name of the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyPlanning": {
      "base": "<p>Represents the planning phase of policy build workflow, where the system analyzes source content and determines what operations to perform.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildStepContext$planning": "<p>Indicates that this build step was part of the planning phase, where the system determines what operations to perform.</p>"
      }
    },
    "AutomatedReasoningPolicyScenario": {
      "base": "<p>Represents a test scenario used to validate an Automated Reasoning policy, including the test conditions and expected outcomes.</p>",
      "refs": {
        "GetAutomatedReasoningPolicyNextScenarioResponse$scenario": "<p>The next test scenario to validate, including the test expression and expected results.</p>"
      }
    },
    "AutomatedReasoningPolicyScenarioAlternateExpression": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyScenario$alternateExpression": "<p>An alternative way to express the same test scenario, used for validation and comparison purposes.</p>"
      }
    },
    "AutomatedReasoningPolicyScenarioExpression": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyScenario$expression": "<p>The logical expression or condition that defines this test scenario.</p>",
        "AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation$scenarioExpression": "<p>The logical expression that defines the test scenario that generated this feedback.</p>"
      }
    },
    "AutomatedReasoningPolicySummaries": {
      "base": null,
      "refs": {
        "ListAutomatedReasoningPoliciesResponse$automatedReasoningPolicySummaries": "<p>A list of Automated Reasoning policy summaries.</p>"
      }
    },
    "AutomatedReasoningPolicySummary": {
      "base": "<p>Contains summary information about an Automated Reasoning policy, including metadata and timestamps.</p>",
      "refs": {
        "AutomatedReasoningPolicySummaries$member": null
      }
    },
    "AutomatedReasoningPolicyTestCase": {
      "base": "<p>Represents a test for validating an Automated Reasoning policy. tests contain sample inputs and expected outcomes to verify policy behavior.</p>",
      "refs": {
        "AutomatedReasoningPolicyTestCaseList$member": null,
        "AutomatedReasoningPolicyTestResult$testCase": "<p>The test case that was executed, including the input content, expected results, and configuration parameters used during validation.</p>",
        "GetAutomatedReasoningPolicyTestCaseResponse$testCase": "<p>The test details including the content, query, expected result, and metadata.</p>"
      }
    },
    "AutomatedReasoningPolicyTestCaseId": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyTestCase$testCaseId": "<p>The unique identifier of the test.</p>",
        "AutomatedReasoningPolicyTestCaseIdList$member": null,
        "CreateAutomatedReasoningPolicyTestCaseResponse$testCaseId": "<p>The unique identifier of the created test.</p>",
        "DeleteAutomatedReasoningPolicyTestCaseRequest$testCaseId": "<p>The unique identifier of the test to delete.</p>",
        "GetAutomatedReasoningPolicyTestCaseRequest$testCaseId": "<p>The unique identifier of the test to retrieve.</p>",
        "GetAutomatedReasoningPolicyTestResultRequest$testCaseId": "<p>The unique identifier of the test for which to retrieve results.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$testCaseId": "<p>The unique identifier of the test to update.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseResponse$testCaseId": "<p>The unique identifier of the updated test.</p>"
      }
    },
    "AutomatedReasoningPolicyTestCaseIdList": {
      "base": null,
      "refs": {
        "StartAutomatedReasoningPolicyTestWorkflowRequest$testCaseIds": "<p>The list of test identifiers to run. If not provided, all tests for the policy are run.</p>"
      }
    },
    "AutomatedReasoningPolicyTestCaseList": {
      "base": null,
      "refs": {
        "ListAutomatedReasoningPolicyTestCasesResponse$testCases": "<p>A list of tests for the specified policy.</p>"
      }
    },
    "AutomatedReasoningPolicyTestGuardContent": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyTestCase$guardContent": "<p>The output content to be validated by the policy, typically representing a foundation model response.</p>",
        "CreateAutomatedReasoningPolicyTestCaseRequest$guardContent": "<p>The output content that's validated by the Automated Reasoning policy. This represents the foundation model response that will be checked for accuracy.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$guardContent": "<p>The updated content to be validated by the Automated Reasoning policy.</p>"
      }
    },
    "AutomatedReasoningPolicyTestList": {
      "base": null,
      "refs": {
        "ListAutomatedReasoningPolicyTestResultsResponse$testResults": "<p>A list of test results, each containing information about how the policy performed on specific test scenarios.</p>"
      }
    },
    "AutomatedReasoningPolicyTestQueryContent": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyTestCase$queryContent": "<p>The input query or prompt that generated the content. This provides context for the validation.</p>",
        "CreateAutomatedReasoningPolicyTestCaseRequest$queryContent": "<p>The input query or prompt that generated the content. This provides context for the validation.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$queryContent": "<p>The updated input query or prompt that generated the content.</p>"
      }
    },
    "AutomatedReasoningPolicyTestResult": {
      "base": "<p>Contains the results of testing an Automated Reasoning policy against various scenarios and validation checks.</p>",
      "refs": {
        "AutomatedReasoningPolicyTestList$member": null,
        "GetAutomatedReasoningPolicyTestResultResponse$testResult": "<p>The test result containing validation findings, execution status, and detailed analysis.</p>"
      }
    },
    "AutomatedReasoningPolicyTestRunResult": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyTestResult$testRunResult": "<p>The overall result of the test run, indicating whether the policy passed or failed validation.</p>"
      }
    },
    "AutomatedReasoningPolicyTestRunStatus": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyTestResult$testRunStatus": "<p>The overall status of the test run (e.g., COMPLETED, FAILED, IN_PROGRESS).</p>"
      }
    },
    "AutomatedReasoningPolicyTypeValueAnnotation": {
      "base": "<p>An annotation for managing values within custom types, including adding, updating, or removing specific type values.</p>",
      "refs": {
        "AutomatedReasoningPolicyTypeValueAnnotationList$member": null
      }
    },
    "AutomatedReasoningPolicyTypeValueAnnotationList": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyUpdateTypeAnnotation$values": "<p>The updated list of values for the custom type, which can include additions, modifications, or removals.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation": {
      "base": "<p>An annotation for updating the policy based on feedback about how specific rules performed during testing or real-world usage.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$updateFromRulesFeedback": "<p>An operation to update the policy based on feedback about how specific rules performed during testing or validation.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation": {
      "base": "<p>An annotation for updating the policy based on feedback about how it performed on specific test scenarios.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$updateFromScenarioFeedback": "<p>An operation to update the policy based on feedback about how it performed on specific test scenarios.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateRuleAnnotation": {
      "base": "<p>An annotation for modifying an existing rule in an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$updateRule": "<p>An operation to modify an existing rule in the policy, such as changing its logical expression or conditions.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateRuleMutation": {
      "base": "<p>A mutation operation that modifies an existing rule in the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$updateRule": "<p>A mutation to modify an existing rule in the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateTypeAnnotation": {
      "base": "<p>An annotation for modifying an existing custom type in an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$updateType": "<p>An operation to modify an existing custom type in the policy, such as changing its name, description, or allowed values.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateTypeMutation": {
      "base": "<p>A mutation operation that modifies an existing custom type in the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$updateType": "<p>A mutation to modify an existing custom type in the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateTypeValue": {
      "base": "<p>Represents a modification to a value within an existing custom type.</p>",
      "refs": {
        "AutomatedReasoningPolicyTypeValueAnnotation$updateTypeValue": "<p>An operation to modify an existing value within a custom type.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateVariableAnnotation": {
      "base": "<p>An annotation for modifying an existing variable in an Automated Reasoning policy.</p>",
      "refs": {
        "AutomatedReasoningPolicyAnnotation$updateVariable": "<p>An operation to modify an existing variable in the policy, such as changing its name, type, or description.</p>"
      }
    },
    "AutomatedReasoningPolicyUpdateVariableMutation": {
      "base": "<p>A mutation operation that modifies an existing variable in the policy definition during the build process.</p>",
      "refs": {
        "AutomatedReasoningPolicyMutation$updateVariable": "<p>A mutation to modify an existing variable in the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyVersion": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicySummary$version": "<p>The version of the policy.</p>",
        "CreateAutomatedReasoningPolicyResponse$version": "<p>The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.</p>",
        "CreateAutomatedReasoningPolicyVersionResponse$version": "<p>The version number of the policy version.</p>",
        "GetAutomatedReasoningPolicyResponse$version": "<p>The version of the policy.</p>"
      }
    },
    "AutomatedReasoningPolicyWorkflowTypeContent": {
      "base": "<p>Defines the content and configuration for different types of policy build workflows.</p>",
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowSource$workflowContent": "<p>The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.</p>"
      }
    },
    "BaseModelIdentifier": {
      "base": null,
      "refs": {
        "CreateModelCustomizationJobRequest$baseModelIdentifier": "<p>Name of the base model.</p>"
      }
    },
    "BatchDeleteEvaluationJobError": {
      "base": "<p>A JSON array that provides the status of the evaluation jobs being deleted.</p>",
      "refs": {
        "BatchDeleteEvaluationJobErrors$member": null
      }
    },
    "BatchDeleteEvaluationJobErrors": {
      "base": null,
      "refs": {
        "BatchDeleteEvaluationJobResponse$errors": "<p>A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.</p>"
      }
    },
    "BatchDeleteEvaluationJobItem": {
      "base": "<p>An evaluation job for deletion, and it’s current status.</p>",
      "refs": {
        "BatchDeleteEvaluationJobItems$member": null
      }
    },
    "BatchDeleteEvaluationJobItems": {
      "base": null,
      "refs": {
        "BatchDeleteEvaluationJobResponse$evaluationJobs": "<p>The list of evaluation jobs for deletion.</p>"
      }
    },
    "BatchDeleteEvaluationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "BatchDeleteEvaluationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "BedrockEvaluatorModel": {
      "base": "<p>The evaluator model used in knowledge base evaluation job or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.</p>",
      "refs": {
        "BedrockEvaluatorModels$member": null
      }
    },
    "BedrockEvaluatorModels": {
      "base": null,
      "refs": {
        "EvaluatorModelConfig$bedrockEvaluatorModels": "<p>The evaluator model used in knowledge base evaluation job or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.</p>"
      }
    },
    "BedrockModelArn": {
      "base": null,
      "refs": {
        "ExternalSourcesRetrieveAndGenerateConfiguration$modelArn": "<p>The Amazon Resource Name (ARN) of the foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> used to generate responses. </p>",
        "ImplicitFilterConfiguration$modelArn": "<p>The Amazon Resource Name (ARN) of the foundation model used for implicit filtering. This model processes the query to extract relevant filtering criteria.</p>",
        "KnowledgeBaseRetrieveAndGenerateConfiguration$modelArn": "<p>The Amazon Resource Name (ARN) of the foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> used to generate responses.</p>"
      }
    },
    "BedrockModelId": {
      "base": null,
      "refs": {
        "CreateFoundationModelAgreementRequest$modelId": "<p>Model Id of the model for the access request.</p>",
        "CreateFoundationModelAgreementResponse$modelId": "<p>Model Id of the model for the access request.</p>",
        "DeleteFoundationModelAgreementRequest$modelId": "<p>Model Id of the model access to delete.</p>",
        "FoundationModelDetails$modelId": "<p>The model identifier.</p>",
        "FoundationModelSummary$modelId": "<p>The model ID of the foundation model.</p>",
        "GetFoundationModelAvailabilityRequest$modelId": "<p>The model Id of the foundation model.</p>",
        "GetFoundationModelAvailabilityResponse$modelId": "<p>The model Id of the foundation model.</p>",
        "ListFoundationModelAgreementOffersRequest$modelId": "<p>Model Id of the foundation model.</p>",
        "ListFoundationModelAgreementOffersResponse$modelId": "<p>Model Id of the foundation model.</p>"
      }
    },
    "BedrockRerankingModelArn": {
      "base": null,
      "refs": {
        "VectorSearchBedrockRerankingModelConfiguration$modelArn": "<p>The Amazon Resource Name (ARN) of the foundation model to use for reranking. This model processes the query and search results to determine a more relevant ordering.</p>"
      }
    },
    "Boolean": {
      "base": null,
      "refs": {
        "FoundationModelDetails$responseStreamingSupported": "<p>Indicates whether the model supports streaming.</p>",
        "FoundationModelSummary$responseStreamingSupported": "<p>Indicates whether the model supports streaming.</p>",
        "GuardrailContentFilter$inputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailContentFilter$outputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailContentFilterConfig$inputEnabled": "<p>Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailContentFilterConfig$outputEnabled": "<p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailContextualGroundingFilter$enabled": "<p>Indicates whether contextual grounding is enabled for evaluation. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailContextualGroundingFilterConfig$enabled": "<p>Specifies whether to enable contextual grounding evaluation. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailManagedWords$inputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailManagedWords$outputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailManagedWordsConfig$inputEnabled": "<p>Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailManagedWordsConfig$outputEnabled": "<p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailPiiEntity$inputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailPiiEntity$outputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailPiiEntityConfig$inputEnabled": "<p>Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailPiiEntityConfig$outputEnabled": "<p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailRegex$inputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailRegex$outputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailRegexConfig$inputEnabled": "<p>Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailRegexConfig$outputEnabled": "<p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailTopic$inputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailTopic$outputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailTopicConfig$inputEnabled": "<p>Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailTopicConfig$outputEnabled": "<p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailWord$inputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailWord$outputEnabled": "<p>Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailWordConfig$inputEnabled": "<p>Specifies whether to enable guardrail evaluation on the intput. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "GuardrailWordConfig$outputEnabled": "<p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>",
        "ListCustomModelsRequest$isOwned": "<p>Return custom models depending on if the current account owns them (<code>true</code>) or if they were shared with the current account (<code>false</code>).</p>",
        "LoggingConfig$textDataDeliveryEnabled": "<p>Set to include text data in the log delivery.</p>",
        "LoggingConfig$imageDataDeliveryEnabled": "<p>Set to include image data in the log delivery.</p>",
        "LoggingConfig$embeddingDataDeliveryEnabled": "<p>Set to include embeddings data in the log delivery.</p>",
        "LoggingConfig$videoDataDeliveryEnabled": "<p>Set to include video data in the log delivery.</p>"
      }
    },
    "BrandedName": {
      "base": null,
      "refs": {
        "FoundationModelDetails$modelName": "<p>The model name.</p>",
        "FoundationModelDetails$providerName": "<p>The model's provider name.</p>",
        "FoundationModelSummary$modelName": "<p>The name of the model.</p>",
        "FoundationModelSummary$providerName": "<p>The model's provider name.</p>"
      }
    },
    "BucketName": {
      "base": null,
      "refs": {
        "S3Config$bucketName": "<p>S3 bucket name.</p>"
      }
    },
    "ByteContentBlob": {
      "base": null,
      "refs": {
        "ByteContentDoc$data": "<p>The byte value of the file to upload, encoded as a Base-64 string.</p>"
      }
    },
    "ByteContentDoc": {
      "base": "<p>Contains the document contained in the wrapper object, along with its attributes/fields.</p>",
      "refs": {
        "ExternalSource$byteContent": "<p>The identifier, content type, and data of the external source wrapper object.</p>"
      }
    },
    "CancelAutomatedReasoningPolicyBuildWorkflowRequest": {
      "base": null,
      "refs": {
      }
    },
    "CancelAutomatedReasoningPolicyBuildWorkflowResponse": {
      "base": null,
      "refs": {
      }
    },
    "CloudWatchConfig": {
      "base": "<p>CloudWatch logging configuration.</p>",
      "refs": {
        "LoggingConfig$cloudWatchConfig": "<p>CloudWatch logging configuration.</p>"
      }
    },
    "CommitmentDuration": {
      "base": null,
      "refs": {
        "CreateProvisionedModelThroughputRequest$commitmentDuration": "<p>The commitment duration requested for the Provisioned Throughput. Billing occurs hourly and is discounted for longer commitment terms. To request a no-commit Provisioned Throughput, omit this field.</p> <p>Custom models support all levels of commitment. To see which base models support no commitment, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/pt-supported.html\">Supported regions and models for Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a> </p>",
        "GetProvisionedModelThroughputResponse$commitmentDuration": "<p>Commitment duration of the Provisioned Throughput.</p>",
        "ProvisionedModelSummary$commitmentDuration": "<p>The duration for which the Provisioned Throughput was committed.</p>"
      }
    },
    "ConflictException": {
      "base": "<p>Error occurred because of a conflict while performing an operation.</p>",
      "refs": {
      }
    },
    "ContentType": {
      "base": null,
      "refs": {
        "ByteContentDoc$contentType": "<p>The MIME type of the document contained in the wrapper object.</p>"
      }
    },
    "CreateAutomatedReasoningPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAutomatedReasoningPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateAutomatedReasoningPolicyTestCaseRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAutomatedReasoningPolicyTestCaseResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateAutomatedReasoningPolicyVersionRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAutomatedReasoningPolicyVersionResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateCustomModelDeploymentRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateCustomModelDeploymentResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateCustomModelRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateCustomModelResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateEvaluationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateEvaluationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateFoundationModelAgreementRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateFoundationModelAgreementResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateGuardrailRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateGuardrailResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateGuardrailVersionRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateGuardrailVersionResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateInferenceProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateInferenceProfileResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateMarketplaceModelEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateMarketplaceModelEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelCopyJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelCopyJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelCustomizationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelCustomizationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelImportJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelImportJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelInvocationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateModelInvocationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreatePromptRouterRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreatePromptRouterResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateProvisionedModelThroughputRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateProvisionedModelThroughputResponse": {
      "base": null,
      "refs": {
      }
    },
    "CustomMetricBedrockEvaluatorModel": {
      "base": "<p>Defines the model you want to evaluate custom metrics in an Amazon Bedrock evaluation job.</p>",
      "refs": {
        "CustomMetricBedrockEvaluatorModels$member": null
      }
    },
    "CustomMetricBedrockEvaluatorModels": {
      "base": null,
      "refs": {
        "CustomMetricEvaluatorModelConfig$bedrockEvaluatorModels": "<p>Defines the model you want to evaluate custom metrics in an Amazon Bedrock evaluation job.</p>"
      }
    },
    "CustomMetricDefinition": {
      "base": "<p>The definition of a custom metric for use in an Amazon Bedrock evaluation job. A custom metric definition includes a metric name, prompt (instructions) and optionally, a rating scale. Your prompt must include a task description and input variables. The required input variables are different for model-as-a-judge and RAG evaluations.</p> <p>For more information about how to define a custom metric in Amazon Bedrock, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation-custom-metrics-prompt-formats.html\">Create a prompt for a custom metrics (LLM-as-a-judge model evaluations)</a> and <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-evaluation-custom-metrics-prompt-formats.html\">Create a prompt for a custom metrics (RAG evaluations)</a>.</p>",
      "refs": {
        "AutomatedEvaluationCustomMetricSource$customMetricDefinition": "<p>The definition of a custom metric for use in an Amazon Bedrock evaluation job.</p>"
      }
    },
    "CustomMetricEvaluatorModelConfig": {
      "base": "<p>Configuration of the evaluator model you want to use to evaluate custom metrics in an Amazon Bedrock evaluation job.</p>",
      "refs": {
        "AutomatedEvaluationCustomMetricConfig$evaluatorModelConfig": "<p>Configuration of the evaluator model you want to use to evaluate custom metrics in an Amazon Bedrock evaluation job.</p>"
      }
    },
    "CustomMetricInstructions": {
      "base": null,
      "refs": {
        "CustomMetricDefinition$instructions": "<p>The prompt for a custom metric that instructs the evaluator model how to rate the model or RAG source under evaluation.</p>"
      }
    },
    "CustomModelArn": {
      "base": null,
      "refs": {
        "CreateCustomModelDeploymentRequest$modelArn": "<p>The Amazon Resource Name (ARN) of the custom model to deploy for on-demand inference. The custom model must be in the <code>Active</code> state.</p>",
        "CustomModelSummary$modelArn": "<p>The Amazon Resource Name (ARN) of the custom model.</p>",
        "GetCustomModelDeploymentResponse$modelArn": "<p>The Amazon Resource Name (ARN) of the custom model associated with this deployment.</p>",
        "GetModelCopyJobResponse$targetModelArn": "<p>The Amazon Resource Name (ARN) of the copied model.</p>",
        "GetModelCustomizationJobResponse$outputModelArn": "<p>The Amazon Resource Name (ARN) of the output model.</p>",
        "ListCustomModelDeploymentsRequest$modelArnEquals": "<p>Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.</p>",
        "ModelCopyJobSummary$targetModelArn": "<p>The Amazon Resource Name (ARN) of the copied model.</p>",
        "ModelCustomizationJobSummary$customModelArn": "<p>Amazon Resource Name (ARN) of the custom model.</p>"
      }
    },
    "CustomModelDeploymentArn": {
      "base": null,
      "refs": {
        "CreateCustomModelDeploymentResponse$customModelDeploymentArn": "<p>The Amazon Resource Name (ARN) of the custom model deployment. Use this ARN as the <code>modelId</code> parameter when invoking the model with the <code>InvokeModel</code> or <code>Converse</code> operations.</p>",
        "CustomModelDeploymentSummary$customModelDeploymentArn": "<p>The Amazon Resource Name (ARN) of the custom model deployment.</p>",
        "GetCustomModelDeploymentResponse$customModelDeploymentArn": "<p>The Amazon Resource Name (ARN) of the custom model deployment.</p>"
      }
    },
    "CustomModelDeploymentDescription": {
      "base": null,
      "refs": {
        "CreateCustomModelDeploymentRequest$description": "<p>A description for the custom model deployment to help you identify its purpose.</p>",
        "GetCustomModelDeploymentResponse$description": "<p>The description of the custom model deployment.</p>"
      }
    },
    "CustomModelDeploymentIdentifier": {
      "base": null,
      "refs": {
        "DeleteCustomModelDeploymentRequest$customModelDeploymentIdentifier": "<p>The Amazon Resource Name (ARN) or name of the custom model deployment to delete.</p>",
        "GetCustomModelDeploymentRequest$customModelDeploymentIdentifier": "<p>The Amazon Resource Name (ARN) or name of the custom model deployment to retrieve information about.</p>"
      }
    },
    "CustomModelDeploymentStatus": {
      "base": null,
      "refs": {
        "CustomModelDeploymentSummary$status": "<p>The status of the custom model deployment. Possible values are <code>CREATING</code>, <code>ACTIVE</code>, and <code>FAILED</code>.</p>",
        "GetCustomModelDeploymentResponse$status": "<p>The status of the custom model deployment. Possible values are:</p> <ul> <li> <p> <code>CREATING</code> - The deployment is being set up and prepared for inference.</p> </li> <li> <p> <code>ACTIVE</code> - The deployment is ready and available for inference requests.</p> </li> <li> <p> <code>FAILED</code> - The deployment failed to be created or became unavailable.</p> </li> </ul>",
        "ListCustomModelDeploymentsRequest$statusEquals": "<p>Filters deployments by status. Valid values are <code>CREATING</code>, <code>ACTIVE</code>, and <code>FAILED</code>.</p>"
      }
    },
    "CustomModelDeploymentSummary": {
      "base": "<p>Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.</p>",
      "refs": {
        "CustomModelDeploymentSummaryList$member": null
      }
    },
    "CustomModelDeploymentSummaryList": {
      "base": null,
      "refs": {
        "ListCustomModelDeploymentsResponse$modelDeploymentSummaries": "<p>A list of custom model deployment summaries.</p>"
      }
    },
    "CustomModelName": {
      "base": null,
      "refs": {
        "CreateCustomModelRequest$modelName": "<p>A unique name for the custom model.</p>",
        "CreateModelCopyJobRequest$targetModelName": "<p>A name for the copied model.</p>",
        "CreateModelCustomizationJobRequest$customModelName": "<p>A name for the resulting custom model.</p>",
        "CustomModelSummary$modelName": "<p>The name of the custom model.</p>",
        "GetCustomModelResponse$modelName": "<p>Model name associated with this model.</p>",
        "GetModelCopyJobResponse$targetModelName": "<p>The name of the copied model.</p>",
        "GetModelCopyJobResponse$sourceModelName": "<p>The name of the original model being copied.</p>",
        "GetModelCustomizationJobResponse$outputModelName": "<p>The name of the output model.</p>",
        "ListCustomModelsRequest$nameContains": "<p>Return custom models only if the job name contains these characters.</p>",
        "ListModelCopyJobsRequest$targetModelNameContains": "<p>Filters for model copy jobs in which the name of the copied model contains the string that you specify.</p>",
        "ModelCopyJobSummary$targetModelName": "<p>The name of the copied model.</p>",
        "ModelCopyJobSummary$sourceModelName": "<p>The name of the original model being copied.</p>",
        "ModelCustomizationJobSummary$customModelName": "<p>Name of the custom model.</p>"
      }
    },
    "CustomModelSummary": {
      "base": "<p>Summary information for a custom model.</p>",
      "refs": {
        "CustomModelSummaryList$member": null
      }
    },
    "CustomModelSummaryList": {
      "base": null,
      "refs": {
        "ListCustomModelsResponse$modelSummaries": "<p>Model summaries.</p>"
      }
    },
    "CustomModelUnits": {
      "base": "<p>A <code>CustomModelUnit</code> (CMU) is an abstract view of the hardware utilization that Amazon Bedrock needs to host a single copy of your custom model. A model copy represents a single instance of your imported model that is ready to serve inference requests. Amazon Bedrock determines the number of custom model units that a model copy needs when you import the custom model. </p> <p>You can use <code>CustomModelUnits</code> to estimate the cost of running your custom model. For more information, see Calculate the cost of running a custom model in the Amazon Bedrock user guide. </p>",
      "refs": {
        "GetImportedModelResponse$customModelUnits": "<p>Information about the hardware utilization for a single copy of the model.</p>"
      }
    },
    "CustomModelUnitsVersion": {
      "base": null,
      "refs": {
        "CustomModelUnits$customModelUnitsVersion": "<p>The version of the custom model unit. Use to determine the billing rate for the custom model unit.</p>"
      }
    },
    "CustomizationConfig": {
      "base": "<p>A model customization configuration</p>",
      "refs": {
        "CreateModelCustomizationJobRequest$customizationConfig": "<p>The customization configuration for the model customization job.</p>",
        "GetCustomModelResponse$customizationConfig": "<p>The customization configuration for the custom model.</p>",
        "GetModelCustomizationJobResponse$customizationConfig": "<p>The customization configuration for the model customization job.</p>"
      }
    },
    "CustomizationType": {
      "base": null,
      "refs": {
        "CreateModelCustomizationJobRequest$customizationType": "<p>The customization type.</p>",
        "CustomModelSummary$customizationType": "<p>Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a>.</p>",
        "GetCustomModelResponse$customizationType": "<p>The type of model customization.</p>",
        "GetModelCustomizationJobResponse$customizationType": "<p>The type of model customization.</p>",
        "ModelCustomizationJobSummary$customizationType": "<p>Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a>.</p>"
      }
    },
    "DataProcessingDetails": {
      "base": "<p>For a Distillation job, the status details for the data processing sub-task of the job.</p>",
      "refs": {
        "StatusDetails$dataProcessingDetails": "<p>The status details for the data processing sub-task of the job.</p>"
      }
    },
    "DeleteAutomatedReasoningPolicyBuildWorkflowRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAutomatedReasoningPolicyBuildWorkflowResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAutomatedReasoningPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAutomatedReasoningPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAutomatedReasoningPolicyTestCaseRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAutomatedReasoningPolicyTestCaseResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteCustomModelDeploymentRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteCustomModelDeploymentResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteCustomModelRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteCustomModelResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteFoundationModelAgreementRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteFoundationModelAgreementResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteGuardrailRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteGuardrailResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImportedModelRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImportedModelResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteInferenceProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteInferenceProfileResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteMarketplaceModelEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteMarketplaceModelEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteModelInvocationLoggingConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteModelInvocationLoggingConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeletePromptRouterRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeletePromptRouterResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteProvisionedModelThroughputRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteProvisionedModelThroughputResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeregisterMarketplaceModelEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeregisterMarketplaceModelEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "DimensionalPriceRate": {
      "base": "<p>Dimensional price rate.</p>",
      "refs": {
        "RateCard$member": null
      }
    },
    "DistillationConfig": {
      "base": "<p>Settings for distilling a foundation model into a smaller and more efficient model.</p>",
      "refs": {
        "CustomizationConfig$distillationConfig": "<p>The Distillation configuration for the custom model.</p>"
      }
    },
    "EndpointConfig": {
      "base": "<p>Specifies the configuration for the endpoint.</p>",
      "refs": {
        "CreateMarketplaceModelEndpointRequest$endpointConfig": "<p>The configuration for the endpoint, including the number and type of instances to use.</p>",
        "MarketplaceModelEndpoint$endpointConfig": "<p>The configuration of the endpoint, including the number and type of instances used.</p>",
        "UpdateMarketplaceModelEndpointRequest$endpointConfig": "<p>The new configuration for the endpoint, including the number and type of instances to use.</p>"
      }
    },
    "EndpointName": {
      "base": null,
      "refs": {
        "CreateMarketplaceModelEndpointRequest$endpointName": "<p>The name of the endpoint. This name must be unique within your Amazon Web Services account and region.</p>"
      }
    },
    "EntitlementAvailability": {
      "base": null,
      "refs": {
        "GetFoundationModelAvailabilityResponse$entitlementAvailability": "<p>Entitlement availability. </p>"
      }
    },
    "ErrorMessage": {
      "base": null,
      "refs": {
        "CustomModelDeploymentSummary$failureMessage": "<p>If the deployment status is <code>FAILED</code>, this field contains a message describing the failure reason.</p>",
        "ErrorMessages$member": null,
        "GetCustomModelDeploymentResponse$failureMessage": "<p>If the deployment status is <code>FAILED</code>, this field contains a message describing the failure reason.</p>",
        "GetCustomModelResponse$failureMessage": "<p>A failure message for any issues that occurred when creating the custom model. This is included for only a failed CreateCustomModel operation.</p>",
        "GetModelCopyJobResponse$failureMessage": "<p>An error message for why the model copy job failed.</p>",
        "GetModelCustomizationJobResponse$failureMessage": "<p>Information about why the job failed.</p>",
        "GetModelImportJobResponse$failureMessage": "<p>Information about why the import job failed.</p>",
        "GetProvisionedModelThroughputResponse$failureMessage": "<p>A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.</p>",
        "ModelCopyJobSummary$failureMessage": "<p>If a model fails to be copied, a message describing why the job failed is included here.</p>"
      }
    },
    "ErrorMessages": {
      "base": null,
      "refs": {
        "GetEvaluationJobResponse$failureMessages": "<p>A list of strings that specify why the evaluation job failed to create.</p>"
      }
    },
    "EvaluationBedrockKnowledgeBaseIdentifiers": {
      "base": null,
      "refs": {
        "EvaluationRagConfigSummary$bedrockKnowledgeBaseIdentifiers": "<p>The Amazon Resource Names (ARNs) of the Knowledge Base resources used for a Knowledge Base evaluation job where Amazon Bedrock invokes the Knowledge Base for you.</p>",
        "EvaluationSummary$ragIdentifiers": "<p>The Amazon Resource Names (ARNs) of the knowledge base resources used for a knowledge base evaluation job.</p>"
      }
    },
    "EvaluationBedrockModel": {
      "base": "<p>Contains the ARN of the Amazon Bedrock model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> specified in your evaluation job. Each Amazon Bedrock model supports different <code>inferenceParams</code>. To learn more about supported inference parameters for Amazon Bedrock models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference parameters for foundation models</a>.</p> <p>The <code>inferenceParams</code> are specified using JSON. To successfully insert JSON as string make sure that all quotations are properly escaped. For example, <code>\"temperature\":\"0.25\"</code> key value pair would need to be formatted as <code>\\\"temperature\\\":\\\"0.25\\\"</code> to successfully accepted in the request.</p>",
      "refs": {
        "EvaluationModelConfig$bedrockModel": "<p>Defines the Amazon Bedrock model or inference profile and inference parameters you want used.</p>"
      }
    },
    "EvaluationBedrockModelIdentifier": {
      "base": null,
      "refs": {
        "EvaluationBedrockModel$modelIdentifier": "<p>The ARN of the Amazon Bedrock model or inference profile specified.</p>",
        "EvaluationBedrockModelIdentifiers$member": null
      }
    },
    "EvaluationBedrockModelIdentifiers": {
      "base": null,
      "refs": {
        "EvaluationModelConfigSummary$bedrockModelIdentifiers": "<p>The Amazon Resource Names (ARNs) of the models used for the evaluation job.</p>",
        "EvaluationSummary$modelIdentifiers": "<p>The Amazon Resource Names (ARNs) of the model(s) used for the evaluation job.</p>"
      }
    },
    "EvaluationConfig": {
      "base": "<p>The configuration details of either an automated or human-based evaluation job.</p>",
      "refs": {
        "CreateEvaluationJobRequest$evaluationConfig": "<p>Contains the configuration details of either an automated or human-based evaluation job.</p>",
        "GetEvaluationJobResponse$evaluationConfig": "<p>Contains the configuration details of either an automated or human-based evaluation job.</p>"
      }
    },
    "EvaluationDataset": {
      "base": "<p>Used to specify the name of a built-in prompt dataset and optionally, the Amazon S3 bucket where a custom prompt dataset is saved.</p>",
      "refs": {
        "EvaluationDatasetMetricConfig$dataset": "<p>Specifies the prompt dataset.</p>"
      }
    },
    "EvaluationDatasetLocation": {
      "base": "<p>The location in Amazon S3 where your prompt dataset is stored.</p>",
      "refs": {
        "EvaluationDataset$datasetLocation": "<p>For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.</p>"
      }
    },
    "EvaluationDatasetMetricConfig": {
      "base": "<p>Defines the prompt datasets, built-in metric names and custom metric names, and the task type.</p>",
      "refs": {
        "EvaluationDatasetMetricConfigs$member": null
      }
    },
    "EvaluationDatasetMetricConfigs": {
      "base": null,
      "refs": {
        "AutomatedEvaluationConfig$datasetMetricConfigs": "<p>Configuration details of the prompt datasets and metrics you want to use for your evaluation job.</p>",
        "HumanEvaluationConfig$datasetMetricConfigs": "<p>Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.</p>"
      }
    },
    "EvaluationDatasetName": {
      "base": null,
      "refs": {
        "EvaluationDataset$name": "<p>Used to specify supported built-in prompt datasets. Valid values are <code>Builtin.Bold</code>, <code>Builtin.BoolQ</code>, <code>Builtin.NaturalQuestions</code>, <code>Builtin.Gigaword</code>, <code>Builtin.RealToxicityPrompts</code>, <code>Builtin.TriviaQA</code>, <code>Builtin.T-Rex</code>, <code>Builtin.WomensEcommerceClothingReviews</code> and <code>Builtin.Wikitext2</code>.</p>"
      }
    },
    "EvaluationInferenceConfig": {
      "base": "<p>The configuration details of the inference model for an evaluation job.</p> <p>For automated model evaluation jobs, only a single model is supported.</p> <p>For human-based model evaluation jobs, your annotator can compare the responses for up to two different models.</p>",
      "refs": {
        "CreateEvaluationJobRequest$inferenceConfig": "<p>Contains the configuration details of the inference model for the evaluation job.</p> <p>For model evaluation jobs, automated jobs support a single model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a>, and jobs that use human workers support two models or inference profiles.</p>",
        "GetEvaluationJobResponse$inferenceConfig": "<p>Contains the configuration details of the inference model used for the evaluation job. </p>"
      }
    },
    "EvaluationInferenceConfigSummary": {
      "base": "<p>Identifies the models, Knowledge Bases, or other RAG sources evaluated in a model or Knowledge Base evaluation job.</p>",
      "refs": {
        "EvaluationSummary$inferenceConfigSummary": "<p>Identifies the models, Knowledge Bases, or other RAG sources evaluated in a model or Knowledge Base evaluation job.</p>"
      }
    },
    "EvaluationJobArn": {
      "base": null,
      "refs": {
        "CreateEvaluationJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the evaluation job.</p>",
        "EvaluationSummary$jobArn": "<p>The Amazon Resource Name (ARN) of the evaluation job.</p>",
        "GetEvaluationJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the evaluation job.</p>"
      }
    },
    "EvaluationJobDescription": {
      "base": null,
      "refs": {
        "CreateEvaluationJobRequest$jobDescription": "<p>A description of the evaluation job.</p>",
        "GetEvaluationJobResponse$jobDescription": "<p>The description of the evaluation job.</p>"
      }
    },
    "EvaluationJobIdentifier": {
      "base": null,
      "refs": {
        "BatchDeleteEvaluationJobError$jobIdentifier": "<p>The ARN of the evaluation job being deleted.</p>",
        "BatchDeleteEvaluationJobItem$jobIdentifier": "<p>The Amazon Resource Name (ARN) of the evaluation job for deletion.</p>",
        "EvaluationJobIdentifiers$member": null,
        "GetEvaluationJobRequest$jobIdentifier": "<p>The Amazon Resource Name (ARN) of the evaluation job you want get information on.</p>",
        "StopEvaluationJobRequest$jobIdentifier": "<p>The Amazon Resource Name (ARN) of the evaluation job you want to stop.</p>"
      }
    },
    "EvaluationJobIdentifiers": {
      "base": null,
      "refs": {
        "BatchDeleteEvaluationJobRequest$jobIdentifiers": "<p>A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete.</p>"
      }
    },
    "EvaluationJobName": {
      "base": null,
      "refs": {
        "CreateEvaluationJobRequest$jobName": "<p>A name for the evaluation job. Names must unique with your Amazon Web Services account, and your account's Amazon Web Services region.</p>",
        "EvaluationSummary$jobName": "<p>The name for the evaluation job.</p>",
        "GetEvaluationJobResponse$jobName": "<p>The name for the evaluation job.</p>",
        "ListEvaluationJobsRequest$nameContains": "<p>A filter to only list evaluation jobs that contain a specified string in the job name.</p>"
      }
    },
    "EvaluationJobStatus": {
      "base": null,
      "refs": {
        "BatchDeleteEvaluationJobItem$jobStatus": "<p>The status of the evaluation job for deletion.</p>",
        "EvaluationSummary$status": "<p>The current status of the evaluation job.</p>",
        "GetEvaluationJobResponse$status": "<p>The current status of the evaluation job.</p>",
        "ListEvaluationJobsRequest$statusEquals": "<p>A filter to only list evaluation jobs that are of a certain status.</p>"
      }
    },
    "EvaluationJobType": {
      "base": null,
      "refs": {
        "EvaluationSummary$jobType": "<p>Specifies whether the evaluation job is automated or human-based.</p>",
        "GetEvaluationJobResponse$jobType": "<p>Specifies whether the evaluation job is automated or human-based.</p>"
      }
    },
    "EvaluationMetricDescription": {
      "base": null,
      "refs": {
        "HumanEvaluationCustomMetric$description": "<p>An optional description of the metric. Use this parameter to provide more details about the metric.</p>"
      }
    },
    "EvaluationMetricName": {
      "base": null,
      "refs": {
        "EvaluationMetricNames$member": null,
        "HumanEvaluationCustomMetric$name": "<p>The name of the metric. Your human evaluators will see this name in the evaluation UI.</p>"
      }
    },
    "EvaluationMetricNames": {
      "base": null,
      "refs": {
        "EvaluationDatasetMetricConfig$metricNames": "<p>The names of the metrics you want to use for your evaluation job.</p> <p>For knowledge base evaluation jobs that evaluate retrieval only, valid values are \"<code>Builtin.ContextRelevance</code>\", \"<code>Builtin.ContextCoverage</code>\".</p> <p>For knowledge base evaluation jobs that evaluate retrieval with response generation, valid values are \"<code>Builtin.Correctness</code>\", \"<code>Builtin.Completeness</code>\", \"<code>Builtin.Helpfulness</code>\", \"<code>Builtin.LogicalCoherence</code>\", \"<code>Builtin.Faithfulness</code>\", \"<code>Builtin.Harmfulness</code>\", \"<code>Builtin.Stereotyping</code>\", \"<code>Builtin.Refusal</code>\".</p> <p>For automated model evaluation jobs, valid values are \"<code>Builtin.Accuracy</code>\", \"<code>Builtin.Robustness</code>\", and \"<code>Builtin.Toxicity</code>\". In model evaluation jobs that use a LLM as judge you can specify \"<code>Builtin.Correctness</code>\", \"<code>Builtin.Completeness\"</code>, \"<code>Builtin.Faithfulness\"</code>, \"<code>Builtin.Helpfulness</code>\", \"<code>Builtin.Coherence</code>\", \"<code>Builtin.Relevance</code>\", \"<code>Builtin.FollowingInstructions</code>\", \"<code>Builtin.ProfessionalStyleAndTone</code>\", You can also specify the following responsible AI related metrics only for model evaluation job that use a LLM as judge \"<code>Builtin.Harmfulness</code>\", \"<code>Builtin.Stereotyping</code>\", and \"<code>Builtin.Refusal</code>\".</p> <p>For human-based model evaluation jobs, the list of strings must match the <code>name</code> parameter specified in <code>HumanEvaluationCustomMetric</code>.</p>"
      }
    },
    "EvaluationModelConfig": {
      "base": "<p>Defines the models used in the model evaluation job.</p>",
      "refs": {
        "EvaluationModelConfigs$member": null
      }
    },
    "EvaluationModelConfigSummary": {
      "base": "<p>A summary of the models used in an Amazon Bedrock model evaluation job. These resources can be models in Amazon Bedrock or models outside of Amazon Bedrock that you use to generate your own inference response data.</p>",
      "refs": {
        "EvaluationInferenceConfigSummary$modelConfigSummary": "<p>A summary of the models used in an Amazon Bedrock model evaluation job. These resources can be models in Amazon Bedrock or models outside of Amazon Bedrock that you use to generate your own inference response data.</p>"
      }
    },
    "EvaluationModelConfigs": {
      "base": null,
      "refs": {
        "EvaluationInferenceConfig$models": "<p>Specifies the inference models.</p>"
      }
    },
    "EvaluationModelInferenceParams": {
      "base": null,
      "refs": {
        "EvaluationBedrockModel$inferenceParams": "<p>Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.</p>"
      }
    },
    "EvaluationOutputDataConfig": {
      "base": "<p>The Amazon S3 location where the results of your evaluation job are saved.</p>",
      "refs": {
        "CreateEvaluationJobRequest$outputDataConfig": "<p>Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.</p>",
        "GetEvaluationJobResponse$outputDataConfig": "<p>Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.</p>"
      }
    },
    "EvaluationPrecomputedInferenceSource": {
      "base": "<p>A summary of a model used for a model evaluation job where you provide your own inference response data.</p>",
      "refs": {
        "EvaluationModelConfig$precomputedInferenceSource": "<p>Defines the model used to generate inference response data for a model evaluation job where you provide your own inference response data.</p>"
      }
    },
    "EvaluationPrecomputedInferenceSourceIdentifier": {
      "base": null,
      "refs": {
        "EvaluationPrecomputedInferenceSource$inferenceSourceIdentifier": "<p>A label that identifies a model used in a model evaluation job where you provide your own inference response data.</p>",
        "EvaluationPrecomputedInferenceSourceIdentifiers$member": null
      }
    },
    "EvaluationPrecomputedInferenceSourceIdentifiers": {
      "base": null,
      "refs": {
        "EvaluationModelConfigSummary$precomputedInferenceSourceIdentifiers": "<p>A label that identifies the models used for a model evaluation job where you provide your own inference response data.</p>"
      }
    },
    "EvaluationPrecomputedRagSourceConfig": {
      "base": "<p>A summary of a RAG source used for a Knowledge Base evaluation job where you provide your own inference response data.</p>",
      "refs": {
        "RAGConfig$precomputedRagSourceConfig": "<p>Contains configuration details about the RAG source used to generate inference response data for a Knowledge Base evaluation job.</p>"
      }
    },
    "EvaluationPrecomputedRagSourceIdentifier": {
      "base": null,
      "refs": {
        "EvaluationPrecomputedRagSourceIdentifiers$member": null,
        "EvaluationPrecomputedRetrieveAndGenerateSourceConfig$ragSourceIdentifier": "<p>A label that identifies the RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.</p>",
        "EvaluationPrecomputedRetrieveSourceConfig$ragSourceIdentifier": "<p>A label that identifies the RAG source used for a retrieve-only Knowledge Base evaluation job where you provide your own inference response data.</p>"
      }
    },
    "EvaluationPrecomputedRagSourceIdentifiers": {
      "base": null,
      "refs": {
        "EvaluationRagConfigSummary$precomputedRagSourceIdentifiers": "<p>A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.</p>"
      }
    },
    "EvaluationPrecomputedRetrieveAndGenerateSourceConfig": {
      "base": "<p>A summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.</p>",
      "refs": {
        "EvaluationPrecomputedRagSourceConfig$retrieveAndGenerateSourceConfig": "<p>A summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.</p>"
      }
    },
    "EvaluationPrecomputedRetrieveSourceConfig": {
      "base": "<p>A summary of a RAG source used for a retrieve-only Knowledge Base evaluation job where you provide your own inference response data.</p>",
      "refs": {
        "EvaluationPrecomputedRagSourceConfig$retrieveSourceConfig": "<p>A summary of a RAG source used for a retrieve-only Knowledge Base evaluation job where you provide your own inference response data.</p>"
      }
    },
    "EvaluationRagConfigSummary": {
      "base": "<p>A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job. These resources can be Knowledge Bases in Amazon Bedrock or RAG sources outside of Amazon Bedrock that you use to generate your own inference response data.</p>",
      "refs": {
        "EvaluationInferenceConfigSummary$ragConfigSummary": "<p>A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job. These resources can be Knowledge Bases in Amazon Bedrock or RAG sources outside of Amazon Bedrock that you use to generate your own inference response data.</p>"
      }
    },
    "EvaluationRatingMethod": {
      "base": null,
      "refs": {
        "HumanEvaluationCustomMetric$ratingMethod": "<p>Choose how you want your human workers to evaluation your model. Valid values for rating methods are <code>ThumbsUpDown</code>, <code>IndividualLikertScale</code>,<code>ComparisonLikertScale</code>, <code>ComparisonChoice</code>, and <code>ComparisonRank</code> </p>"
      }
    },
    "EvaluationSummaries": {
      "base": null,
      "refs": {
        "ListEvaluationJobsResponse$jobSummaries": "<p>A list of summaries of the evaluation jobs.</p>"
      }
    },
    "EvaluationSummary": {
      "base": "<p>Summary information of an evaluation job.</p>",
      "refs": {
        "EvaluationSummaries$member": null
      }
    },
    "EvaluationTaskType": {
      "base": null,
      "refs": {
        "EvaluationDatasetMetricConfig$taskType": "<p>The the type of task you want to evaluate for your evaluation job. This applies only to model evaluation jobs and is ignored for knowledge base evaluation jobs.</p>",
        "EvaluationTaskTypes$member": null
      }
    },
    "EvaluationTaskTypes": {
      "base": null,
      "refs": {
        "EvaluationSummary$evaluationTaskTypes": "<p>The type of task for model evaluation.</p>"
      }
    },
    "EvaluatorModelConfig": {
      "base": "<p>Specifies the model configuration for the evaluator model. <code>EvaluatorModelConfig</code> is required for evaluation jobs that use a knowledge base or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.</p>",
      "refs": {
        "AutomatedEvaluationConfig$evaluatorModelConfig": "<p>Contains the evaluator model configuration details. <code>EvaluatorModelConfig</code> is required for evaluation jobs that use a knowledge base or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.</p>"
      }
    },
    "EvaluatorModelIdentifier": {
      "base": null,
      "refs": {
        "BedrockEvaluatorModel$modelIdentifier": "<p>The Amazon Resource Name (ARN) of the evaluator model used used in knowledge base evaluation job or in model evaluation job that use a model as judge.</p>",
        "CustomMetricBedrockEvaluatorModel$modelIdentifier": "<p>The Amazon Resource Name (ARN) of the evaluator model for custom metrics. For a list of supported evaluator models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/evaluation-judge.html\">Evaluate model performance using another LLM as a judge</a> and <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/evaluation-kb.html\">Evaluate the performance of RAG sources using Amazon Bedrock evaluations</a>.</p>",
        "EvaluatorModelIdentifiers$member": null
      }
    },
    "EvaluatorModelIdentifiers": {
      "base": null,
      "refs": {
        "EvaluationSummary$evaluatorModelIdentifiers": "<p>The Amazon Resource Names (ARNs) of the models used to compute the metrics for a knowledge base evaluation job.</p>",
        "EvaluationSummary$customMetricsEvaluatorModelIdentifiers": "<p>The Amazon Resource Names (ARNs) of the models used to compute custom metrics in an Amazon Bedrock evaluation job.</p>"
      }
    },
    "ExportAutomatedReasoningPolicyVersionRequest": {
      "base": null,
      "refs": {
      }
    },
    "ExportAutomatedReasoningPolicyVersionResponse": {
      "base": null,
      "refs": {
      }
    },
    "ExternalSource": {
      "base": "<p>The unique external source of the content contained in the wrapper object.</p>",
      "refs": {
        "ExternalSources$member": null
      }
    },
    "ExternalSourceType": {
      "base": null,
      "refs": {
        "ExternalSource$sourceType": "<p>The source type of the external source wrapper object.</p>"
      }
    },
    "ExternalSources": {
      "base": null,
      "refs": {
        "ExternalSourcesRetrieveAndGenerateConfiguration$sources": "<p>The document for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>"
      }
    },
    "ExternalSourcesGenerationConfiguration": {
      "base": "<p>The response generation configuration of the external source wrapper object.</p>",
      "refs": {
        "ExternalSourcesRetrieveAndGenerateConfiguration$generationConfiguration": "<p>Contains configurations details for response generation based on retrieved text chunks.</p>"
      }
    },
    "ExternalSourcesRetrieveAndGenerateConfiguration": {
      "base": "<p>The configuration of the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>",
      "refs": {
        "RetrieveAndGenerateConfiguration$externalSourcesConfiguration": "<p>The configuration for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>"
      }
    },
    "FieldForReranking": {
      "base": "<p>Specifies a field to be used during the reranking process in a Knowledge Base vector search. This structure identifies metadata fields that should be considered when reordering search results to improve relevance.</p>",
      "refs": {
        "FieldsForReranking$member": null
      }
    },
    "FieldForRerankingFieldNameString": {
      "base": null,
      "refs": {
        "FieldForReranking$fieldName": "<p>The name of the metadata field to be used during the reranking process.</p>"
      }
    },
    "FieldsForReranking": {
      "base": null,
      "refs": {
        "RerankingMetadataSelectiveModeConfiguration$fieldsToInclude": "<p>A list of metadata field names to explicitly include in the reranking process. Only these fields will be considered when reordering search results. This parameter cannot be used together with fieldsToExclude.</p>",
        "RerankingMetadataSelectiveModeConfiguration$fieldsToExclude": "<p>A list of metadata field names to explicitly exclude from the reranking process. All metadata fields except these will be considered when reordering search results. This parameter cannot be used together with fieldsToInclude.</p>"
      }
    },
    "FilterAttribute": {
      "base": "<p>Specifies the name of the metadata attribute/field to apply filters. You must match the name of the attribute/field in your data source/document metadata.</p>",
      "refs": {
        "RetrievalFilter$equals": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value matches the value in this object.</p> <p>The following example would return data sources with an animal attribute whose value is 'cat': <code>\"equals\": { \"key\": \"animal\", \"value\": \"cat\" }</code> </p>",
        "RetrievalFilter$notEquals": "<p>Knowledge base data sources that contain a metadata attribute whose name matches the key and whose value doesn't match the value in this object are returned.</p> <p>The following example would return data sources that don't contain an animal attribute whose value is 'cat': <code>\"notEquals\": { \"key\": \"animal\", \"value\": \"cat\" }</code> </p>",
        "RetrievalFilter$greaterThan": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than the value in this object.</p> <p>The following example would return data sources with an year attribute whose value is greater than '1989': <code>\"greaterThan\": { \"key\": \"year\", \"value\": 1989 }</code> </p>",
        "RetrievalFilter$greaterThanOrEquals": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than or equal to the value in this object.</p> <p>The following example would return data sources with an year attribute whose value is greater than or equal to '1989': <code>\"greaterThanOrEquals\": { \"key\": \"year\", \"value\": 1989 }</code> </p>",
        "RetrievalFilter$lessThan": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than the value in this object.</p> <p>The following example would return data sources with an year attribute whose value is less than to '1989': <code>\"lessThan\": { \"key\": \"year\", \"value\": 1989 }</code> </p>",
        "RetrievalFilter$lessThanOrEquals": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than or equal to the value in this object.</p> <p>The following example would return data sources with an year attribute whose value is less than or equal to '1989': <code>\"lessThanOrEquals\": { \"key\": \"year\", \"value\": 1989 }</code> </p>",
        "RetrievalFilter$in": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is in the list specified in the value in this object.</p> <p>The following example would return data sources with an animal attribute that is either 'cat' or 'dog': <code>\"in\": { \"key\": \"animal\", \"value\": [\"cat\", \"dog\"] }</code> </p>",
        "RetrievalFilter$notIn": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value isn't in the list specified in the value in this object.</p> <p>The following example would return data sources whose animal attribute is neither 'cat' nor 'dog': <code>\"notIn\": { \"key\": \"animal\", \"value\": [\"cat\", \"dog\"] }</code> </p>",
        "RetrievalFilter$startsWith": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value starts with the value in this object. This filter is currently only supported for Amazon OpenSearch Serverless vector stores.</p> <p>The following example would return data sources with an animal attribute starts with 'ca' (for example, 'cat' or 'camel'). <code>\"startsWith\": { \"key\": \"animal\", \"value\": \"ca\" }</code> </p>",
        "RetrievalFilter$listContains": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.</p> <p>The following example would return data sources with an animals attribute that is a list containing a cat member (for example, <code>[\"dog\", \"cat\"]</code>): <code>\"listContains\": { \"key\": \"animals\", \"value\": \"cat\" }</code> </p>",
        "RetrievalFilter$stringContains": "<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is one of the following:</p> <p>A string that contains the value as a substring. The following example would return data sources with an animal attribute that contains the substring at (for example, 'cat'): <code>\"stringContains\": { \"key\": \"animal\", \"value\": \"at\" }</code> </p> <p>A list with a member that contains the value as a substring. The following example would return data sources with an animals attribute that is a list containing a member that contains the substring at (for example, <code>[\"dog\", \"cat\"]</code>): <code>\"stringContains\": { \"key\": \"animals\", \"value\": \"at\" }</code> </p>"
      }
    },
    "FilterKey": {
      "base": null,
      "refs": {
        "FilterAttribute$key": "<p>The name of metadata attribute/field, which must match the name in your data source/document metadata.</p>"
      }
    },
    "FilterValue": {
      "base": null,
      "refs": {
        "FilterAttribute$value": "<p>The value of the metadata attribute/field.</p>"
      }
    },
    "FineTuningJobStatus": {
      "base": null,
      "refs": {
        "ListModelCustomizationJobsRequest$statusEquals": "<p>Return customization jobs with the specified status. </p>"
      }
    },
    "Float": {
      "base": null,
      "refs": {
        "RatingScaleItemValue$floatValue": "<p>A floating point number representing the value for a rating in a custom metric rating scale.</p>"
      }
    },
    "FoundationModelArn": {
      "base": null,
      "refs": {
        "FoundationModelDetails$modelArn": "<p>The model Amazon Resource Name (ARN).</p>",
        "FoundationModelSummary$modelArn": "<p>The Amazon Resource Name (ARN) of the foundation model.</p>",
        "GetModelCustomizationJobResponse$baseModelArn": "<p>Amazon Resource Name (ARN) of the base model.</p>",
        "GetProvisionedModelThroughputResponse$foundationModelArn": "<p>The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.</p>",
        "InferenceProfileModel$modelArn": "<p>The Amazon Resource Name (ARN) of the model.</p>",
        "ListCustomModelsRequest$foundationModelArnEquals": "<p>Return custom models only if the foundation model Amazon Resource Name (ARN) matches this parameter.</p>",
        "ProvisionedModelSummary$foundationModelArn": "<p>The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.</p>"
      }
    },
    "FoundationModelDetails": {
      "base": "<p>Information about a foundation model.</p>",
      "refs": {
        "GetFoundationModelResponse$modelDetails": "<p>Information about the foundation model.</p>"
      }
    },
    "FoundationModelLifecycle": {
      "base": "<p>Details about whether a model version is available or deprecated.</p>",
      "refs": {
        "FoundationModelDetails$modelLifecycle": "<p>Contains details about whether a model version is available or deprecated</p>",
        "FoundationModelSummary$modelLifecycle": "<p>Contains details about whether a model version is available or deprecated.</p>"
      }
    },
    "FoundationModelLifecycleStatus": {
      "base": null,
      "refs": {
        "FoundationModelLifecycle$status": "<p>Specifies whether a model version is available (<code>ACTIVE</code>) or deprecated (<code>LEGACY</code>.</p>"
      }
    },
    "FoundationModelSummary": {
      "base": "<p>Summary information for a foundation model.</p>",
      "refs": {
        "FoundationModelSummaryList$member": null
      }
    },
    "FoundationModelSummaryList": {
      "base": null,
      "refs": {
        "ListFoundationModelsResponse$modelSummaries": "<p>A list of Amazon Bedrock foundation models.</p>"
      }
    },
    "GenerationConfiguration": {
      "base": "<p>The configuration details for response generation based on retrieved text chunks.</p>",
      "refs": {
        "KnowledgeBaseRetrieveAndGenerateConfiguration$generationConfiguration": "<p>Contains configurations details for response generation based on retrieved text chunks.</p>"
      }
    },
    "GetAutomatedReasoningPolicyAnnotationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyAnnotationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyBuildWorkflowRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyBuildWorkflowResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyNextScenarioRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyNextScenarioResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyTestCaseRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyTestCaseResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyTestResultRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAutomatedReasoningPolicyTestResultResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetCustomModelDeploymentRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetCustomModelDeploymentResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetCustomModelRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetCustomModelResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetEvaluationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetEvaluationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetFoundationModelAvailabilityRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetFoundationModelAvailabilityResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetFoundationModelRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetFoundationModelResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetGuardrailRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetGuardrailResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetImportedModelRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetImportedModelResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetInferenceProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetInferenceProfileResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetMarketplaceModelEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetMarketplaceModelEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetModelCopyJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetModelCopyJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetModelCustomizationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetModelCustomizationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetModelImportJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetModelImportJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetModelInvocationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetModelInvocationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetModelInvocationLoggingConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetModelInvocationLoggingConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetPromptRouterRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetPromptRouterResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetProvisionedModelThroughputRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetProvisionedModelThroughputResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetUseCaseForModelAccessRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetUseCaseForModelAccessResponse": {
      "base": null,
      "refs": {
      }
    },
    "GuardrailArn": {
      "base": null,
      "refs": {
        "CreateGuardrailResponse$guardrailArn": "<p>The ARN of the guardrail.</p>",
        "GetGuardrailResponse$guardrailArn": "<p>The ARN of the guardrail.</p>",
        "GuardrailSummary$arn": "<p>The ARN of the guardrail.</p>",
        "UpdateGuardrailResponse$guardrailArn": "<p>The ARN of the guardrail.</p>"
      }
    },
    "GuardrailAutomatedReasoningPolicy": {
      "base": "<p>Represents the configuration of Automated Reasoning policies within a Amazon Bedrock Guardrail, including the policies to apply and confidence thresholds.</p>",
      "refs": {
        "GetGuardrailResponse$automatedReasoningPolicy": "<p>The current Automated Reasoning policy configuration for the guardrail, if any is configured.</p>"
      }
    },
    "GuardrailAutomatedReasoningPolicyConfig": {
      "base": "<p>Configuration settings for integrating Automated Reasoning policies with Amazon Bedrock Guardrails.</p>",
      "refs": {
        "CreateGuardrailRequest$automatedReasoningPolicyConfig": "<p>Optional configuration for integrating Automated Reasoning policies with the new guardrail.</p>",
        "UpdateGuardrailRequest$automatedReasoningPolicyConfig": "<p>Updated configuration for Automated Reasoning policies associated with the guardrail.</p>"
      }
    },
    "GuardrailAutomatedReasoningPolicyConfigPoliciesList": {
      "base": null,
      "refs": {
        "GuardrailAutomatedReasoningPolicyConfig$policies": "<p>The list of Automated Reasoning policy ARNs to include in the guardrail configuration.</p>"
      }
    },
    "GuardrailAutomatedReasoningPolicyPoliciesList": {
      "base": null,
      "refs": {
        "GuardrailAutomatedReasoningPolicy$policies": "<p>The list of Automated Reasoning policy ARNs that should be applied as part of this guardrail configuration.</p>"
      }
    },
    "GuardrailBlockedMessaging": {
      "base": null,
      "refs": {
        "CreateGuardrailRequest$blockedInputMessaging": "<p>The message to return when the guardrail blocks a prompt.</p>",
        "CreateGuardrailRequest$blockedOutputsMessaging": "<p>The message to return when the guardrail blocks a model response.</p>",
        "GetGuardrailResponse$blockedInputMessaging": "<p>The message that the guardrail returns when it blocks a prompt.</p>",
        "GetGuardrailResponse$blockedOutputsMessaging": "<p>The message that the guardrail returns when it blocks a model response.</p>",
        "UpdateGuardrailRequest$blockedInputMessaging": "<p>The message to return when the guardrail blocks a prompt.</p>",
        "UpdateGuardrailRequest$blockedOutputsMessaging": "<p>The message to return when the guardrail blocks a model response.</p>"
      }
    },
    "GuardrailConfiguration": {
      "base": "<p>The configuration details for the guardrail.</p>",
      "refs": {
        "ExternalSourcesGenerationConfiguration$guardrailConfiguration": "<p>Configuration details for the guardrail.</p>",
        "GenerationConfiguration$guardrailConfiguration": "<p>Contains configuration details for the guardrail.</p>"
      }
    },
    "GuardrailConfigurationGuardrailIdString": {
      "base": null,
      "refs": {
        "GuardrailConfiguration$guardrailId": "<p>The unique identifier for the guardrail.</p>"
      }
    },
    "GuardrailConfigurationGuardrailVersionString": {
      "base": null,
      "refs": {
        "GuardrailConfiguration$guardrailVersion": "<p>The version of the guardrail.</p>"
      }
    },
    "GuardrailContentFilter": {
      "base": "<p>Contains filter strengths for harmful content. Guardrails support the following content filters to detect and filter harmful user inputs and FM-generated outputs.</p> <ul> <li> <p> <b>Hate</b> – Describes language or a statement that discriminates, criticizes, insults, denounces, or dehumanizes a person or group on the basis of an identity (such as race, ethnicity, gender, religion, sexual orientation, ability, and national origin).</p> </li> <li> <p> <b>Insults</b> – Describes language or a statement that includes demeaning, humiliating, mocking, insulting, or belittling language. This type of language is also labeled as bullying.</p> </li> <li> <p> <b>Sexual</b> – Describes language or a statement that indicates sexual interest, activity, or arousal using direct or indirect references to body parts, physical traits, or sex.</p> </li> <li> <p> <b>Violence</b> – Describes language or a statement that includes glorification of or threats to inflict physical pain, hurt, or injury toward a person, group or thing.</p> </li> </ul> <p>Content filtering depends on the confidence classification of user inputs and FM responses across each of the four harmful categories. All input and output statements are classified into one of four confidence levels (NONE, LOW, MEDIUM, HIGH) for each harmful category. For example, if a statement is classified as <i>Hate</i> with HIGH confidence, the likelihood of the statement representing hateful content is high. A single statement can be classified across multiple categories with varying confidence levels. For example, a single statement can be classified as <i>Hate</i> with HIGH confidence, <i>Insults</i> with LOW confidence, <i>Sexual</i> with NONE confidence, and <i>Violence</i> with MEDIUM confidence.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-filters.html\">Guardrails content filters</a>.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetGuardrail.html#API_GetGuardrail_ResponseSyntax\">GetGuardrail response body</a> </p> </li> </ul>",
      "refs": {
        "GuardrailContentFilters$member": null
      }
    },
    "GuardrailContentFilterAction": {
      "base": null,
      "refs": {
        "GuardrailContentFilter$inputAction": "<p>The action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailContentFilter$outputAction": "<p>The action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailContentFilterConfig$inputAction": "<p>Specifies the action to take when harmful content is detected. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailContentFilterConfig$outputAction": "<p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>"
      }
    },
    "GuardrailContentFilterConfig": {
      "base": "<p>Contains filter strengths for harmful content. Guardrails support the following content filters to detect and filter harmful user inputs and FM-generated outputs.</p> <ul> <li> <p> <b>Hate</b> – Describes language or a statement that discriminates, criticizes, insults, denounces, or dehumanizes a person or group on the basis of an identity (such as race, ethnicity, gender, religion, sexual orientation, ability, and national origin).</p> </li> <li> <p> <b>Insults</b> – Describes language or a statement that includes demeaning, humiliating, mocking, insulting, or belittling language. This type of language is also labeled as bullying.</p> </li> <li> <p> <b>Sexual</b> – Describes language or a statement that indicates sexual interest, activity, or arousal using direct or indirect references to body parts, physical traits, or sex.</p> </li> <li> <p> <b>Violence</b> – Describes language or a statement that includes glorification of or threats to inflict physical pain, hurt, or injury toward a person, group or thing.</p> </li> </ul> <p>Content filtering depends on the confidence classification of user inputs and FM responses across each of the four harmful categories. All input and output statements are classified into one of four confidence levels (NONE, LOW, MEDIUM, HIGH) for each harmful category. For example, if a statement is classified as <i>Hate</i> with HIGH confidence, the likelihood of the statement representing hateful content is high. A single statement can be classified across multiple categories with varying confidence levels. For example, a single statement can be classified as <i>Hate</i> with HIGH confidence, <i>Insults</i> with LOW confidence, <i>Sexual</i> with NONE confidence, and <i>Violence</i> with MEDIUM confidence.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-filters.html\">Guardrails content filters</a>.</p>",
      "refs": {
        "GuardrailContentFiltersConfig$member": null
      }
    },
    "GuardrailContentFilterType": {
      "base": null,
      "refs": {
        "GuardrailContentFilter$type": "<p>The harmful category that the content filter is applied to.</p>",
        "GuardrailContentFilterConfig$type": "<p>The harmful category that the content filter is applied to.</p>"
      }
    },
    "GuardrailContentFilters": {
      "base": null,
      "refs": {
        "GuardrailContentPolicy$filters": "<p>Contains the type of the content filter and how strongly it should apply to prompts and model responses.</p>"
      }
    },
    "GuardrailContentFiltersConfig": {
      "base": null,
      "refs": {
        "GuardrailContentPolicyConfig$filtersConfig": "<p>Contains the type of the content filter and how strongly it should apply to prompts and model responses.</p>"
      }
    },
    "GuardrailContentFiltersTier": {
      "base": "<p>The tier that your guardrail uses for content filters.</p>",
      "refs": {
        "GuardrailContentPolicy$tier": "<p>The tier that your guardrail uses for content filters.</p>"
      }
    },
    "GuardrailContentFiltersTierConfig": {
      "base": "<p>The tier that your guardrail uses for content filters. Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.</p>",
      "refs": {
        "GuardrailContentPolicyConfig$tierConfig": "<p>The tier that your guardrail uses for content filters.</p>"
      }
    },
    "GuardrailContentFiltersTierName": {
      "base": null,
      "refs": {
        "GuardrailContentFiltersTier$tierName": "<p>The tier that your guardrail uses for content filters. Valid values include:</p> <ul> <li> <p> <code>CLASSIC</code> tier – Provides established guardrails functionality supporting English, French, and Spanish languages.</p> </li> <li> <p> <code>STANDARD</code> tier – Provides a more robust solution than the <code>CLASSIC</code> tier and has more comprehensive language support. This tier requires that your guardrail use <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">cross-Region inference</a>.</p> </li> </ul>",
        "GuardrailContentFiltersTierConfig$tierName": "<p>The tier that your guardrail uses for content filters. Valid values include:</p> <ul> <li> <p> <code>CLASSIC</code> tier – Provides established guardrails functionality supporting English, French, and Spanish languages.</p> </li> <li> <p> <code>STANDARD</code> tier – Provides a more robust solution than the <code>CLASSIC</code> tier and has more comprehensive language support. This tier requires that your guardrail use <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">cross-Region inference</a>.</p> </li> </ul>"
      }
    },
    "GuardrailContentPolicy": {
      "base": "<p>Contains details about how to handle harmful content.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetGuardrail.html#API_GetGuardrail_ResponseSyntax\">GetGuardrail response body</a> </p> </li> </ul>",
      "refs": {
        "GetGuardrailResponse$contentPolicy": "<p>The content policy that was configured for the guardrail.</p>"
      }
    },
    "GuardrailContentPolicyConfig": {
      "base": "<p>Contains details about how to handle harmful content.</p>",
      "refs": {
        "CreateGuardrailRequest$contentPolicyConfig": "<p>The content filter policies to configure for the guardrail.</p>",
        "UpdateGuardrailRequest$contentPolicyConfig": "<p>The content policy to configure for the guardrail.</p>"
      }
    },
    "GuardrailContextualGroundingAction": {
      "base": null,
      "refs": {
        "GuardrailContextualGroundingFilter$action": "<p>The action to take when content fails the contextual grounding evaluation. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailContextualGroundingFilterConfig$action": "<p>Specifies the action to take when content fails the contextual grounding evaluation. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>"
      }
    },
    "GuardrailContextualGroundingFilter": {
      "base": "<p>The details for the guardrails contextual grounding filter.</p>",
      "refs": {
        "GuardrailContextualGroundingFilters$member": null
      }
    },
    "GuardrailContextualGroundingFilterConfig": {
      "base": "<p>The filter configuration details for the guardrails contextual grounding filter.</p>",
      "refs": {
        "GuardrailContextualGroundingFiltersConfig$member": null
      }
    },
    "GuardrailContextualGroundingFilterConfigThresholdDouble": {
      "base": null,
      "refs": {
        "GuardrailContextualGroundingFilterConfig$threshold": "<p>The threshold details for the guardrails contextual grounding filter.</p>"
      }
    },
    "GuardrailContextualGroundingFilterThresholdDouble": {
      "base": null,
      "refs": {
        "GuardrailContextualGroundingFilter$threshold": "<p>The threshold details for the guardrails contextual grounding filter.</p>"
      }
    },
    "GuardrailContextualGroundingFilterType": {
      "base": null,
      "refs": {
        "GuardrailContextualGroundingFilter$type": "<p>The filter type details for the guardrails contextual grounding filter.</p>",
        "GuardrailContextualGroundingFilterConfig$type": "<p>The filter details for the guardrails contextual grounding filter.</p>"
      }
    },
    "GuardrailContextualGroundingFilters": {
      "base": null,
      "refs": {
        "GuardrailContextualGroundingPolicy$filters": "<p>The filter details for the guardrails contextual grounding policy.</p>"
      }
    },
    "GuardrailContextualGroundingFiltersConfig": {
      "base": null,
      "refs": {
        "GuardrailContextualGroundingPolicyConfig$filtersConfig": "<p>The filter configuration details for the guardrails contextual grounding policy.</p>"
      }
    },
    "GuardrailContextualGroundingPolicy": {
      "base": "<p>The details for the guardrails contextual grounding policy.</p>",
      "refs": {
        "GetGuardrailResponse$contextualGroundingPolicy": "<p>The contextual grounding policy used in the guardrail.</p>"
      }
    },
    "GuardrailContextualGroundingPolicyConfig": {
      "base": "<p>The policy configuration details for the guardrails contextual grounding policy.</p>",
      "refs": {
        "CreateGuardrailRequest$contextualGroundingPolicyConfig": "<p>The contextual grounding policy configuration used to create a guardrail.</p>",
        "UpdateGuardrailRequest$contextualGroundingPolicyConfig": "<p>The contextual grounding policy configuration used to update a guardrail.</p>"
      }
    },
    "GuardrailCrossRegionConfig": {
      "base": "<p>The system-defined guardrail profile that you're using with your guardrail. Guardrail profiles define the destination Amazon Web Services Regions where guardrail inference requests can be automatically routed. Using guardrail profiles helps maintain guardrail performance and reliability when demand increases.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">Amazon Bedrock User Guide</a>.</p>",
      "refs": {
        "CreateGuardrailRequest$crossRegionConfig": "<p>The system-defined guardrail profile that you're using with your guardrail. Guardrail profiles define the destination Amazon Web Services Regions where guardrail inference requests can be automatically routed.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">Amazon Bedrock User Guide</a>.</p>",
        "UpdateGuardrailRequest$crossRegionConfig": "<p>The system-defined guardrail profile that you're using with your guardrail. Guardrail profiles define the destination Amazon Web Services Regions where guardrail inference requests can be automatically routed.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">Amazon Bedrock User Guide</a>.</p>"
      }
    },
    "GuardrailCrossRegionDetails": {
      "base": "<p>Contains details about the system-defined guardrail profile that you're using with your guardrail for cross-Region inference.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">Amazon Bedrock User Guide</a>.</p>",
      "refs": {
        "GetGuardrailResponse$crossRegionDetails": "<p>Details about the system-defined guardrail profile that you're using with your guardrail, including the guardrail profile ID and Amazon Resource Name (ARN).</p>",
        "GuardrailSummary$crossRegionDetails": "<p>Details about the system-defined guardrail profile that you're using with your guardrail, including the guardrail profile ID and Amazon Resource Name (ARN).</p>"
      }
    },
    "GuardrailCrossRegionGuardrailProfileArn": {
      "base": null,
      "refs": {
        "GuardrailCrossRegionDetails$guardrailProfileArn": "<p>The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.</p>"
      }
    },
    "GuardrailCrossRegionGuardrailProfileId": {
      "base": null,
      "refs": {
        "GuardrailCrossRegionDetails$guardrailProfileId": "<p>The ID of the guardrail profile that your guardrail is using. Profile availability depends on your current Amazon Web Services Region. For more information, see the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region-support.html\">Amazon Bedrock User Guide</a>.</p>"
      }
    },
    "GuardrailCrossRegionGuardrailProfileIdentifier": {
      "base": null,
      "refs": {
        "GuardrailCrossRegionConfig$guardrailProfileIdentifier": "<p>The ID or Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. Guardrail profile availability depends on your current Amazon Web Services Region. For more information, see the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region-support.html\">Amazon Bedrock User Guide</a>.</p>"
      }
    },
    "GuardrailDescription": {
      "base": null,
      "refs": {
        "CreateGuardrailRequest$description": "<p>A description of the guardrail.</p>",
        "CreateGuardrailVersionRequest$description": "<p>A description of the guardrail version.</p>",
        "GetGuardrailResponse$description": "<p>The description of the guardrail.</p>",
        "GuardrailSummary$description": "<p>A description of the guardrail.</p>",
        "UpdateGuardrailRequest$description": "<p>A description of the guardrail.</p>"
      }
    },
    "GuardrailDraftVersion": {
      "base": null,
      "refs": {
        "CreateGuardrailResponse$version": "<p>The version of the guardrail that was created. This value will always be <code>DRAFT</code>.</p>",
        "UpdateGuardrailResponse$version": "<p>The version of the guardrail.</p>"
      }
    },
    "GuardrailFailureRecommendation": {
      "base": null,
      "refs": {
        "GuardrailFailureRecommendations$member": null
      }
    },
    "GuardrailFailureRecommendations": {
      "base": null,
      "refs": {
        "GetGuardrailResponse$failureRecommendations": "<p>Appears if the <code>status</code> of the guardrail is <code>FAILED</code>. A list of recommendations to carry out before retrying the request.</p>"
      }
    },
    "GuardrailFilterStrength": {
      "base": null,
      "refs": {
        "GuardrailContentFilter$inputStrength": "<p>The strength of the content filter to apply to prompts. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.</p>",
        "GuardrailContentFilter$outputStrength": "<p>The strength of the content filter to apply to model responses. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.</p>",
        "GuardrailContentFilterConfig$inputStrength": "<p>The strength of the content filter to apply to prompts. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.</p>",
        "GuardrailContentFilterConfig$outputStrength": "<p>The strength of the content filter to apply to model responses. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.</p>"
      }
    },
    "GuardrailId": {
      "base": null,
      "refs": {
        "CreateGuardrailResponse$guardrailId": "<p>The unique identifier of the guardrail that was created.</p>",
        "CreateGuardrailVersionResponse$guardrailId": "<p>The unique identifier of the guardrail.</p>",
        "GetGuardrailResponse$guardrailId": "<p>The unique identifier of the guardrail.</p>",
        "GuardrailSummary$id": "<p>The unique identifier of the guardrail.</p>",
        "UpdateGuardrailResponse$guardrailId": "<p>The unique identifier of the guardrail</p>"
      }
    },
    "GuardrailIdentifier": {
      "base": null,
      "refs": {
        "CreateGuardrailVersionRequest$guardrailIdentifier": "<p>The unique identifier of the guardrail. This can be an ID or the ARN.</p>",
        "DeleteGuardrailRequest$guardrailIdentifier": "<p>The unique identifier of the guardrail. This can be an ID or the ARN.</p>",
        "GetGuardrailRequest$guardrailIdentifier": "<p>The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.</p>",
        "ListGuardrailsRequest$guardrailIdentifier": "<p>The unique identifier of the guardrail. This can be an ID or the ARN.</p>",
        "UpdateGuardrailRequest$guardrailIdentifier": "<p>The unique identifier of the guardrail. This can be an ID or the ARN.</p>"
      }
    },
    "GuardrailManagedWordLists": {
      "base": null,
      "refs": {
        "GuardrailWordPolicy$managedWordLists": "<p>A list of managed words configured for the guardrail.</p>"
      }
    },
    "GuardrailManagedWordListsConfig": {
      "base": null,
      "refs": {
        "GuardrailWordPolicyConfig$managedWordListsConfig": "<p>A list of managed words to configure for the guardrail.</p>"
      }
    },
    "GuardrailManagedWords": {
      "base": "<p>The managed word list that was configured for the guardrail. (This is a list of words that are pre-defined and managed by guardrails only.)</p>",
      "refs": {
        "GuardrailManagedWordLists$member": null
      }
    },
    "GuardrailManagedWordsConfig": {
      "base": "<p>The managed word list to configure for the guardrail.</p>",
      "refs": {
        "GuardrailManagedWordListsConfig$member": null
      }
    },
    "GuardrailManagedWordsType": {
      "base": null,
      "refs": {
        "GuardrailManagedWords$type": "<p>ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)</p>",
        "GuardrailManagedWordsConfig$type": "<p>The managed word type to configure for the guardrail.</p>"
      }
    },
    "GuardrailModalities": {
      "base": null,
      "refs": {
        "GuardrailContentFilter$inputModalities": "<p>The input modalities selected for the guardrail content filter.</p>",
        "GuardrailContentFilter$outputModalities": "<p>The output modalities selected for the guardrail content filter.</p>",
        "GuardrailContentFilterConfig$inputModalities": "<p>The input modalities selected for the guardrail content filter configuration.</p>",
        "GuardrailContentFilterConfig$outputModalities": "<p>The output modalities selected for the guardrail content filter configuration.</p>"
      }
    },
    "GuardrailModality": {
      "base": null,
      "refs": {
        "GuardrailModalities$member": null
      }
    },
    "GuardrailName": {
      "base": null,
      "refs": {
        "CreateGuardrailRequest$name": "<p>The name to give the guardrail.</p>",
        "GetGuardrailResponse$name": "<p>The name of the guardrail.</p>",
        "GuardrailSummary$name": "<p>The name of the guardrail.</p>",
        "UpdateGuardrailRequest$name": "<p>A name for the guardrail.</p>"
      }
    },
    "GuardrailNumericalVersion": {
      "base": null,
      "refs": {
        "CreateGuardrailVersionResponse$version": "<p>The number of the version of the guardrail.</p>",
        "DeleteGuardrailRequest$guardrailVersion": "<p>The version of the guardrail.</p>"
      }
    },
    "GuardrailPiiEntities": {
      "base": null,
      "refs": {
        "GuardrailSensitiveInformationPolicy$piiEntities": "<p>The list of PII entities configured for the guardrail.</p>"
      }
    },
    "GuardrailPiiEntitiesConfig": {
      "base": null,
      "refs": {
        "GuardrailSensitiveInformationPolicyConfig$piiEntitiesConfig": "<p>A list of PII entities to configure to the guardrail.</p>"
      }
    },
    "GuardrailPiiEntity": {
      "base": "<p>The PII entity configured for the guardrail.</p>",
      "refs": {
        "GuardrailPiiEntities$member": null
      }
    },
    "GuardrailPiiEntityConfig": {
      "base": "<p>The PII entity to configure for the guardrail.</p>",
      "refs": {
        "GuardrailPiiEntitiesConfig$member": null
      }
    },
    "GuardrailPiiEntityType": {
      "base": null,
      "refs": {
        "GuardrailPiiEntity$type": "<p>The type of PII entity. For example, Social Security Number.</p>",
        "GuardrailPiiEntityConfig$type": "<p>Configure guardrail type when the PII entity is detected.</p> <p>The following PIIs are used to block or mask sensitive information:</p> <ul> <li> <p> <b>General</b> </p> <ul> <li> <p> <b>ADDRESS</b> </p> <p>A physical address, such as \"100 Main Street, Anytown, USA\" or \"Suite #12, Building 123\". An address can include information such as the street, building, location, city, state, country, county, zip code, precinct, and neighborhood. </p> </li> <li> <p> <b>AGE</b> </p> <p>An individual's age, including the quantity and unit of time. For example, in the phrase \"I am 40 years old,\" Guardrails recognizes \"40 years\" as an age. </p> </li> <li> <p> <b>NAME</b> </p> <p>An individual's name. This entity type does not include titles, such as Dr., Mr., Mrs., or Miss. guardrails doesn't apply this entity type to names that are part of organizations or addresses. For example, guardrails recognizes the \"John Doe Organization\" as an organization, and it recognizes \"Jane Doe Street\" as an address. </p> </li> <li> <p> <b>EMAIL</b> </p> <p>An email address, such as <i>marymajor@email.com</i>.</p> </li> <li> <p> <b>PHONE</b> </p> <p>A phone number. This entity type also includes fax and pager numbers. </p> </li> <li> <p> <b>USERNAME</b> </p> <p>A user name that identifies an account, such as a login name, screen name, nick name, or handle. </p> </li> <li> <p> <b>PASSWORD</b> </p> <p>An alphanumeric string that is used as a password, such as \"*<i>very20special#pass*</i>\". </p> </li> <li> <p> <b>DRIVER_ID</b> </p> <p>The number assigned to a driver's license, which is an official document permitting an individual to operate one or more motorized vehicles on a public road. A driver's license number consists of alphanumeric characters. </p> </li> <li> <p> <b>LICENSE_PLATE</b> </p> <p>A license plate for a vehicle is issued by the state or country where the vehicle is registered. The format for passenger vehicles is typically five to eight digits, consisting of upper-case letters and numbers. The format varies depending on the location of the issuing state or country. </p> </li> <li> <p> <b>VEHICLE_IDENTIFICATION_NUMBER</b> </p> <p>A Vehicle Identification Number (VIN) uniquely identifies a vehicle. VIN content and format are defined in the <i>ISO 3779</i> specification. Each country has specific codes and formats for VINs. </p> </li> </ul> </li> <li> <p> <b>Finance</b> </p> <ul> <li> <p> <b>CREDIT_DEBIT_CARD_CVV</b> </p> <p>A three-digit card verification code (CVV) that is present on VISA, MasterCard, and Discover credit and debit cards. For American Express credit or debit cards, the CVV is a four-digit numeric code. </p> </li> <li> <p> <b>CREDIT_DEBIT_CARD_EXPIRY</b> </p> <p>The expiration date for a credit or debit card. This number is usually four digits long and is often formatted as <i>month/year</i> or <i>MM/YY</i>. Guardrails recognizes expiration dates such as <i>01/21</i>, <i>01/2021</i>, and <i>Jan 2021</i>. </p> </li> <li> <p> <b>CREDIT_DEBIT_CARD_NUMBER</b> </p> <p>The number for a credit or debit card. These numbers can vary from 13 to 16 digits in length. However, Amazon Comprehend also recognizes credit or debit card numbers when only the last four digits are present. </p> </li> <li> <p> <b>PIN</b> </p> <p>A four-digit personal identification number (PIN) with which you can access your bank account. </p> </li> <li> <p> <b>INTERNATIONAL_BANK_ACCOUNT_NUMBER</b> </p> <p>An International Bank Account Number has specific formats in each country. For more information, see <a href=\"https://www.iban.com/structure\">www.iban.com/structure</a>.</p> </li> <li> <p> <b>SWIFT_CODE</b> </p> <p>A SWIFT code is a standard format of Bank Identifier Code (BIC) used to specify a particular bank or branch. Banks use these codes for money transfers such as international wire transfers.</p> <p>SWIFT codes consist of eight or 11 characters. The 11-digit codes refer to specific branches, while eight-digit codes (or 11-digit codes ending in 'XXX') refer to the head or primary office.</p> </li> </ul> </li> <li> <p> <b>IT</b> </p> <ul> <li> <p> <b>IP_ADDRESS</b> </p> <p>An IPv4 address, such as <i>198.51.100.0</i>. </p> </li> <li> <p> <b>MAC_ADDRESS</b> </p> <p>A <i>media access control</i> (MAC) address is a unique identifier assigned to a network interface controller (NIC). </p> </li> <li> <p> <b>URL</b> </p> <p>A web address, such as <i>www.example.com</i>. </p> </li> <li> <p> <b>AWS_ACCESS_KEY</b> </p> <p>A unique identifier that's associated with a secret access key; you use the access key ID and secret access key to sign programmatic Amazon Web Services requests cryptographically. </p> </li> <li> <p> <b>AWS_SECRET_KEY</b> </p> <p>A unique identifier that's associated with an access key. You use the access key ID and secret access key to sign programmatic Amazon Web Services requests cryptographically. </p> </li> </ul> </li> <li> <p> <b>USA specific</b> </p> <ul> <li> <p> <b>US_BANK_ACCOUNT_NUMBER</b> </p> <p>A US bank account number, which is typically 10 to 12 digits long. </p> </li> <li> <p> <b>US_BANK_ROUTING_NUMBER</b> </p> <p>A US bank account routing number. These are typically nine digits long, </p> </li> <li> <p> <b>US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER</b> </p> <p>A US Individual Taxpayer Identification Number (ITIN) is a nine-digit number that starts with a \"9\" and contain a \"7\" or \"8\" as the fourth digit. An ITIN can be formatted with a space or a dash after the third and forth digits. </p> </li> <li> <p> <b>US_PASSPORT_NUMBER</b> </p> <p>A US passport number. Passport numbers range from six to nine alphanumeric characters. </p> </li> <li> <p> <b>US_SOCIAL_SECURITY_NUMBER</b> </p> <p>A US Social Security Number (SSN) is a nine-digit number that is issued to US citizens, permanent residents, and temporary working residents. </p> </li> </ul> </li> <li> <p> <b>Canada specific</b> </p> <ul> <li> <p> <b>CA_HEALTH_NUMBER</b> </p> <p>A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits. </p> </li> <li> <p> <b>CA_SOCIAL_INSURANCE_NUMBER</b> </p> <p>A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits.</p> <p>The SIN is formatted as three groups of three digits, such as <i>123-456-789</i>. A SIN can be validated through a simple check-digit process called the <a href=\"https://www.wikipedia.org/wiki/Luhn_algorithm\">Luhn algorithm</a>.</p> </li> </ul> </li> <li> <p> <b>UK Specific</b> </p> <ul> <li> <p> <b>UK_NATIONAL_HEALTH_SERVICE_NUMBER</b> </p> <p>A UK National Health Service Number is a 10-17 digit number, such as <i>485 777 3456</i>. The current system formats the 10-digit number with spaces after the third and sixth digits. The final digit is an error-detecting checksum.</p> </li> <li> <p> <b>UK_NATIONAL_INSURANCE_NUMBER</b> </p> <p>A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits. It is also used for some purposes in the UK tax system.</p> <p>The number is nine digits long and starts with two letters, followed by six numbers and one letter. A NINO can be formatted with a space or a dash after the two letters and after the second, forth, and sixth digits.</p> </li> <li> <p> <b>UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER</b> </p> <p>A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business. </p> </li> </ul> </li> <li> <p> <b>Custom</b> </p> <ul> <li> <p> <b>Regex filter</b> - You can use a regular expressions to define patterns for a guardrail to recognize and act upon such as serial number, booking ID etc..</p> </li> </ul> </li> </ul>"
      }
    },
    "GuardrailRegex": {
      "base": "<p>The regular expression configured for the guardrail.</p>",
      "refs": {
        "GuardrailRegexes$member": null
      }
    },
    "GuardrailRegexConfig": {
      "base": "<p>The regular expression to configure for the guardrail.</p>",
      "refs": {
        "GuardrailRegexesConfig$member": null
      }
    },
    "GuardrailRegexConfigDescriptionString": {
      "base": null,
      "refs": {
        "GuardrailRegexConfig$description": "<p>The description of the regular expression to configure for the guardrail.</p>"
      }
    },
    "GuardrailRegexConfigNameString": {
      "base": null,
      "refs": {
        "GuardrailRegexConfig$name": "<p>The name of the regular expression to configure for the guardrail.</p>"
      }
    },
    "GuardrailRegexConfigPatternString": {
      "base": null,
      "refs": {
        "GuardrailRegexConfig$pattern": "<p>The regular expression pattern to configure for the guardrail.</p>"
      }
    },
    "GuardrailRegexDescriptionString": {
      "base": null,
      "refs": {
        "GuardrailRegex$description": "<p>The description of the regular expression for the guardrail.</p>"
      }
    },
    "GuardrailRegexNameString": {
      "base": null,
      "refs": {
        "GuardrailRegex$name": "<p>The name of the regular expression for the guardrail.</p>"
      }
    },
    "GuardrailRegexPatternString": {
      "base": null,
      "refs": {
        "GuardrailRegex$pattern": "<p>The pattern of the regular expression configured for the guardrail.</p>"
      }
    },
    "GuardrailRegexes": {
      "base": null,
      "refs": {
        "GuardrailSensitiveInformationPolicy$regexes": "<p>The list of regular expressions configured for the guardrail.</p>"
      }
    },
    "GuardrailRegexesConfig": {
      "base": null,
      "refs": {
        "GuardrailSensitiveInformationPolicyConfig$regexesConfig": "<p>A list of regular expressions to configure to the guardrail.</p>"
      }
    },
    "GuardrailSensitiveInformationAction": {
      "base": null,
      "refs": {
        "GuardrailPiiEntity$action": "<p>The configured guardrail action when PII entity is detected.</p>",
        "GuardrailPiiEntity$inputAction": "<p>The action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>ANONYMIZE</code> – Mask the content and replace it with identifier tags.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailPiiEntity$outputAction": "<p>The action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>ANONYMIZE</code> – Mask the content and replace it with identifier tags.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailPiiEntityConfig$action": "<p>Configure guardrail action when the PII entity is detected.</p>",
        "GuardrailPiiEntityConfig$inputAction": "<p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>ANONYMIZE</code> – Mask the content and replace it with identifier tags.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailPiiEntityConfig$outputAction": "<p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>ANONYMIZE</code> – Mask the content and replace it with identifier tags.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailRegex$action": "<p>The action taken when a match to the regular expression is detected.</p>",
        "GuardrailRegex$inputAction": "<p>The action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailRegex$outputAction": "<p>The action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailRegexConfig$action": "<p>The guardrail action to configure when matching regular expression is detected.</p>",
        "GuardrailRegexConfig$inputAction": "<p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailRegexConfig$outputAction": "<p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>"
      }
    },
    "GuardrailSensitiveInformationPolicy": {
      "base": "<p>Contains details about PII entities and regular expressions configured for the guardrail.</p>",
      "refs": {
        "GetGuardrailResponse$sensitiveInformationPolicy": "<p>The sensitive information policy that was configured for the guardrail.</p>"
      }
    },
    "GuardrailSensitiveInformationPolicyConfig": {
      "base": "<p>Contains details about PII entities and regular expressions to configure for the guardrail.</p>",
      "refs": {
        "CreateGuardrailRequest$sensitiveInformationPolicyConfig": "<p>The sensitive information policy to configure for the guardrail.</p>",
        "UpdateGuardrailRequest$sensitiveInformationPolicyConfig": "<p>The sensitive information policy to configure for the guardrail.</p>"
      }
    },
    "GuardrailStatus": {
      "base": null,
      "refs": {
        "GetGuardrailResponse$status": "<p>The status of the guardrail.</p>",
        "GuardrailSummary$status": "<p>The status of the guardrail.</p>"
      }
    },
    "GuardrailStatusReason": {
      "base": null,
      "refs": {
        "GuardrailStatusReasons$member": null
      }
    },
    "GuardrailStatusReasons": {
      "base": null,
      "refs": {
        "GetGuardrailResponse$statusReasons": "<p>Appears if the <code>status</code> is <code>FAILED</code>. A list of reasons for why the guardrail failed to be created, updated, versioned, or deleted.</p>"
      }
    },
    "GuardrailSummaries": {
      "base": null,
      "refs": {
        "ListGuardrailsResponse$guardrails": "<p>A list of objects, each of which contains details about a guardrail.</p>"
      }
    },
    "GuardrailSummary": {
      "base": "<p>Contains details about a guardrail.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListGuardrails.html#API_ListGuardrails_ResponseSyntax\">ListGuardrails response body</a> </p> </li> </ul>",
      "refs": {
        "GuardrailSummaries$member": null
      }
    },
    "GuardrailTopic": {
      "base": "<p>Details about topics for the guardrail to identify and deny.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetGuardrail.html#API_GetGuardrail_ResponseSyntax\">GetGuardrail response body</a> </p> </li> </ul>",
      "refs": {
        "GuardrailTopics$member": null
      }
    },
    "GuardrailTopicAction": {
      "base": null,
      "refs": {
        "GuardrailTopic$inputAction": "<p>The action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailTopic$outputAction": "<p>The action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailTopicConfig$inputAction": "<p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailTopicConfig$outputAction": "<p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>"
      }
    },
    "GuardrailTopicConfig": {
      "base": "<p>Details about topics for the guardrail to identify and deny.</p>",
      "refs": {
        "GuardrailTopicsConfig$member": null
      }
    },
    "GuardrailTopicDefinition": {
      "base": null,
      "refs": {
        "GuardrailTopic$definition": "<p>A definition of the topic to deny.</p>",
        "GuardrailTopicConfig$definition": "<p>A definition of the topic to deny.</p>"
      }
    },
    "GuardrailTopicExample": {
      "base": null,
      "refs": {
        "GuardrailTopicExamples$member": null
      }
    },
    "GuardrailTopicExamples": {
      "base": null,
      "refs": {
        "GuardrailTopic$examples": "<p>A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.</p>",
        "GuardrailTopicConfig$examples": "<p>A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.</p>"
      }
    },
    "GuardrailTopicName": {
      "base": null,
      "refs": {
        "GuardrailTopic$name": "<p>The name of the topic to deny.</p>",
        "GuardrailTopicConfig$name": "<p>The name of the topic to deny.</p>"
      }
    },
    "GuardrailTopicPolicy": {
      "base": "<p>Contains details about topics that the guardrail should identify and deny.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetGuardrail.html#API_GetGuardrail_ResponseSyntax\">GetGuardrail response body</a> </p> </li> </ul>",
      "refs": {
        "GetGuardrailResponse$topicPolicy": "<p>The topic policy that was configured for the guardrail.</p>"
      }
    },
    "GuardrailTopicPolicyConfig": {
      "base": "<p>Contains details about topics that the guardrail should identify and deny.</p>",
      "refs": {
        "CreateGuardrailRequest$topicPolicyConfig": "<p>The topic policies to configure for the guardrail.</p>",
        "UpdateGuardrailRequest$topicPolicyConfig": "<p>The topic policy to configure for the guardrail.</p>"
      }
    },
    "GuardrailTopicType": {
      "base": null,
      "refs": {
        "GuardrailTopic$type": "<p>Specifies to deny the topic.</p>",
        "GuardrailTopicConfig$type": "<p>Specifies to deny the topic.</p>"
      }
    },
    "GuardrailTopics": {
      "base": null,
      "refs": {
        "GuardrailTopicPolicy$topics": "<p>A list of policies related to topics that the guardrail should deny.</p>"
      }
    },
    "GuardrailTopicsConfig": {
      "base": null,
      "refs": {
        "GuardrailTopicPolicyConfig$topicsConfig": "<p>A list of policies related to topics that the guardrail should deny.</p>"
      }
    },
    "GuardrailTopicsTier": {
      "base": "<p>The tier that your guardrail uses for denied topic filters.</p>",
      "refs": {
        "GuardrailTopicPolicy$tier": "<p>The tier that your guardrail uses for denied topic filters.</p>"
      }
    },
    "GuardrailTopicsTierConfig": {
      "base": "<p>The tier that your guardrail uses for denied topic filters. Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.</p>",
      "refs": {
        "GuardrailTopicPolicyConfig$tierConfig": "<p>The tier that your guardrail uses for denied topic filters.</p>"
      }
    },
    "GuardrailTopicsTierName": {
      "base": null,
      "refs": {
        "GuardrailTopicsTier$tierName": "<p>The tier that your guardrail uses for denied topic filters. Valid values include:</p> <ul> <li> <p> <code>CLASSIC</code> tier – Provides established guardrails functionality supporting English, French, and Spanish languages.</p> </li> <li> <p> <code>STANDARD</code> tier – Provides a more robust solution than the <code>CLASSIC</code> tier and has more comprehensive language support. This tier requires that your guardrail use <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">cross-Region inference</a>.</p> </li> </ul>",
        "GuardrailTopicsTierConfig$tierName": "<p>The tier that your guardrail uses for denied topic filters. Valid values include:</p> <ul> <li> <p> <code>CLASSIC</code> tier – Provides established guardrails functionality supporting English, French, and Spanish languages.</p> </li> <li> <p> <code>STANDARD</code> tier – Provides a more robust solution than the <code>CLASSIC</code> tier and has more comprehensive language support. This tier requires that your guardrail use <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html\">cross-Region inference</a>.</p> </li> </ul>"
      }
    },
    "GuardrailVersion": {
      "base": null,
      "refs": {
        "GetGuardrailRequest$guardrailVersion": "<p>The version of the guardrail for which to get details. If you don't specify a version, the response returns details for the <code>DRAFT</code> version.</p>",
        "GetGuardrailResponse$version": "<p>The version of the guardrail.</p>",
        "GuardrailSummary$version": "<p>The version of the guardrail.</p>"
      }
    },
    "GuardrailWord": {
      "base": "<p>A word configured for the guardrail.</p>",
      "refs": {
        "GuardrailWords$member": null
      }
    },
    "GuardrailWordAction": {
      "base": null,
      "refs": {
        "GuardrailManagedWords$inputAction": "<p>The action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailManagedWords$outputAction": "<p>The action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailManagedWordsConfig$inputAction": "<p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailManagedWordsConfig$outputAction": "<p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailWord$inputAction": "<p>The action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailWord$outputAction": "<p>The action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailWordConfig$inputAction": "<p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>",
        "GuardrailWordConfig$outputAction": "<p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>"
      }
    },
    "GuardrailWordConfig": {
      "base": "<p>A word to configure for the guardrail.</p>",
      "refs": {
        "GuardrailWordsConfig$member": null
      }
    },
    "GuardrailWordConfigTextString": {
      "base": null,
      "refs": {
        "GuardrailWordConfig$text": "<p>Text of the word configured for the guardrail to block.</p>"
      }
    },
    "GuardrailWordPolicy": {
      "base": "<p>Contains details about the word policy configured for the guardrail.</p>",
      "refs": {
        "GetGuardrailResponse$wordPolicy": "<p>The word policy that was configured for the guardrail.</p>"
      }
    },
    "GuardrailWordPolicyConfig": {
      "base": "<p>Contains details about the word policy to configured for the guardrail.</p>",
      "refs": {
        "CreateGuardrailRequest$wordPolicyConfig": "<p>The word policy you configure for the guardrail.</p>",
        "UpdateGuardrailRequest$wordPolicyConfig": "<p>The word policy to configure for the guardrail.</p>"
      }
    },
    "GuardrailWordTextString": {
      "base": null,
      "refs": {
        "GuardrailWord$text": "<p>Text of the word configured for the guardrail to block.</p>"
      }
    },
    "GuardrailWords": {
      "base": null,
      "refs": {
        "GuardrailWordPolicy$words": "<p>A list of words configured for the guardrail.</p>"
      }
    },
    "GuardrailWordsConfig": {
      "base": null,
      "refs": {
        "GuardrailWordPolicyConfig$wordsConfig": "<p>A list of words to configure for the guardrail.</p>"
      }
    },
    "HumanEvaluationConfig": {
      "base": "<p>Specifies the custom metrics, how tasks will be rated, the flow definition ARN, and your custom prompt datasets. Model evaluation jobs use human workers <i>only</i> support the use of custom prompt datasets. To learn more about custom prompt datasets and the required format, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation-prompt-datasets-custom.html\">Custom prompt datasets</a>.</p> <p>When you create custom metrics in <code>HumanEvaluationCustomMetric</code> you must specify the metric's <code>name</code>. The list of <code>names</code> specified in the <code>HumanEvaluationCustomMetric</code> array, must match the <code>metricNames</code> array of strings specified in <code>EvaluationDatasetMetricConfig</code>. For example, if in the <code>HumanEvaluationCustomMetric</code> array your specified the names <code>\"accuracy\", \"toxicity\", \"readability\"</code> as custom metrics <i>then</i> the <code>metricNames</code> array would need to look like the following <code>[\"accuracy\", \"toxicity\", \"readability\"]</code> in <code>EvaluationDatasetMetricConfig</code>.</p>",
      "refs": {
        "EvaluationConfig$human": "<p>Contains the configuration details of an evaluation job that uses human workers.</p>"
      }
    },
    "HumanEvaluationCustomMetric": {
      "base": "<p>In a model evaluation job that uses human workers you must define the name of the metric, and how you want that metric rated <code>ratingMethod</code>, and an optional description of the metric.</p>",
      "refs": {
        "HumanEvaluationCustomMetrics$member": null
      }
    },
    "HumanEvaluationCustomMetrics": {
      "base": null,
      "refs": {
        "HumanEvaluationConfig$customMetrics": "<p>A <code>HumanEvaluationCustomMetric</code> object. It contains the names the metrics, how the metrics are to be evaluated, an optional description.</p>"
      }
    },
    "HumanTaskInstructions": {
      "base": null,
      "refs": {
        "HumanWorkflowConfig$instructions": "<p>Instructions for the flow definition</p>"
      }
    },
    "HumanWorkflowConfig": {
      "base": "<p>Contains <code>SageMakerFlowDefinition</code> object. The object is used to specify the prompt dataset, task type, rating method and metric names.</p>",
      "refs": {
        "HumanEvaluationConfig$humanWorkflowConfig": "<p>The parameters of the human workflow.</p>"
      }
    },
    "IdempotencyToken": {
      "base": null,
      "refs": {
        "CreateAutomatedReasoningPolicyRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request but doesn't return an error.</p>",
        "CreateAutomatedReasoningPolicyTestCaseRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.</p>",
        "CreateAutomatedReasoningPolicyVersionRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.</p>",
        "CreateCustomModelDeploymentRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-idempotency.html\">Ensuring idempotency</a>.</p>",
        "CreateCustomModelRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "CreateEvaluationJobRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "CreateGuardrailRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a> in the <i>Amazon S3 User Guide</i>.</p>",
        "CreateGuardrailVersionRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a> in the <i>Amazon S3 User Guide</i>.</p>",
        "CreateInferenceProfileRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "CreateMarketplaceModelEndpointRequest$clientRequestToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.</p>",
        "CreateModelCopyJobRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "CreateModelCustomizationJobRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "CreateModelImportJobRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "CreatePromptRouterRequest$clientRequestToken": "<p>A unique, case-sensitive identifier that you provide to ensure idempotency of your requests. If not specified, the Amazon Web Services SDK automatically generates one for you.</p>",
        "CreateProvisionedModelThroughputRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a> in the Amazon S3 User Guide.</p>",
        "GetModelCustomizationJobResponse$clientRequestToken": "<p>The token that you specified in the <code>CreateCustomizationJob</code> request.</p>",
        "StartAutomatedReasoningPolicyBuildWorkflowRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request but doesn't return an error.</p>",
        "StartAutomatedReasoningPolicyTestWorkflowRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request but doesn't return an error.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.</p>",
        "UpdateMarketplaceModelEndpointRequest$clientRequestToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.</p>"
      }
    },
    "Identifier": {
      "base": null,
      "refs": {
        "ByteContentDoc$identifier": "<p>The file name of the document contained in the wrapper object.</p>"
      }
    },
    "ImplicitFilterConfiguration": {
      "base": "<p>Configuration for implicit filtering in Knowledge Base vector searches. Implicit filtering allows you to automatically filter search results based on metadata attributes without requiring explicit filter expressions in each query.</p>",
      "refs": {
        "KnowledgeBaseVectorSearchConfiguration$implicitFilterConfiguration": "<p>Configuration for implicit filtering in Knowledge Base vector searches. This allows the system to automatically apply filters based on the query context without requiring explicit filter expressions.</p>"
      }
    },
    "ImportedModelArn": {
      "base": null,
      "refs": {
        "GetImportedModelResponse$modelArn": "<p>The Amazon Resource Name (ARN) associated with this imported model.</p>",
        "GetModelImportJobResponse$importedModelArn": "<p>The Amazon Resource Name (ARN) of the imported model.</p>",
        "ImportedModelSummary$modelArn": "<p>The Amazon Resource Name (ARN) of the imported model.</p>",
        "ModelImportJobSummary$importedModelArn": "<p>The Amazon resource Name (ARN) of the imported model.</p>"
      }
    },
    "ImportedModelIdentifier": {
      "base": null,
      "refs": {
        "DeleteImportedModelRequest$modelIdentifier": "<p>Name of the imported model to delete.</p>",
        "GetImportedModelRequest$modelIdentifier": "<p>Name or Amazon Resource Name (ARN) of the imported model.</p>"
      }
    },
    "ImportedModelName": {
      "base": null,
      "refs": {
        "CreateModelImportJobRequest$importedModelName": "<p>The name of the imported model.</p>",
        "GetImportedModelResponse$modelName": "<p>The name of the imported model.</p>",
        "GetModelImportJobResponse$importedModelName": "<p>The name of the imported model.</p>",
        "ImportedModelSummary$modelName": "<p>Name of the imported model.</p>",
        "ListImportedModelsRequest$nameContains": "<p>Return imported models only if the model name contains these characters.</p>",
        "ModelImportJobSummary$importedModelName": "<p>The name of the imported model.</p>"
      }
    },
    "ImportedModelSummary": {
      "base": "<p>Information about the imported model.</p>",
      "refs": {
        "ImportedModelSummaryList$member": null
      }
    },
    "ImportedModelSummaryList": {
      "base": null,
      "refs": {
        "ListImportedModelsResponse$modelSummaries": "<p>Model summaries.</p>"
      }
    },
    "InferenceProfileArn": {
      "base": null,
      "refs": {
        "CreateInferenceProfileResponse$inferenceProfileArn": "<p>The ARN of the inference profile that you created.</p>",
        "GetInferenceProfileResponse$inferenceProfileArn": "<p>The Amazon Resource Name (ARN) of the inference profile.</p>",
        "InferenceProfileSummary$inferenceProfileArn": "<p>The Amazon Resource Name (ARN) of the inference profile.</p>"
      }
    },
    "InferenceProfileDescription": {
      "base": null,
      "refs": {
        "CreateInferenceProfileRequest$description": "<p>A description for the inference profile.</p>",
        "GetInferenceProfileResponse$description": "<p>The description of the inference profile.</p>",
        "InferenceProfileSummary$description": "<p>The description of the inference profile.</p>"
      }
    },
    "InferenceProfileId": {
      "base": null,
      "refs": {
        "GetInferenceProfileResponse$inferenceProfileId": "<p>The unique identifier of the inference profile.</p>",
        "InferenceProfileSummary$inferenceProfileId": "<p>The unique identifier of the inference profile.</p>"
      }
    },
    "InferenceProfileIdentifier": {
      "base": null,
      "refs": {
        "DeleteInferenceProfileRequest$inferenceProfileIdentifier": "<p>The Amazon Resource Name (ARN) or ID of the application inference profile to delete.</p>",
        "GetInferenceProfileRequest$inferenceProfileIdentifier": "<p>The ID or Amazon Resource Name (ARN) of the inference profile.</p>"
      }
    },
    "InferenceProfileModel": {
      "base": "<p>Contains information about a model.</p>",
      "refs": {
        "InferenceProfileModels$member": null
      }
    },
    "InferenceProfileModelSource": {
      "base": "<p>Contains information about the model or system-defined inference profile that is the source for an inference profile..</p>",
      "refs": {
        "CreateInferenceProfileRequest$modelSource": "<p>The foundation model or system-defined inference profile that the inference profile will track metrics and costs for.</p>"
      }
    },
    "InferenceProfileModelSourceArn": {
      "base": null,
      "refs": {
        "InferenceProfileModelSource$copyFrom": "<p>The ARN of the model or system-defined inference profile that is the source for the inference profile.</p>"
      }
    },
    "InferenceProfileModels": {
      "base": null,
      "refs": {
        "GetInferenceProfileResponse$models": "<p>A list of information about each model in the inference profile.</p>",
        "InferenceProfileSummary$models": "<p>A list of information about each model in the inference profile.</p>"
      }
    },
    "InferenceProfileName": {
      "base": null,
      "refs": {
        "CreateInferenceProfileRequest$inferenceProfileName": "<p>A name for the inference profile.</p>",
        "GetInferenceProfileResponse$inferenceProfileName": "<p>The name of the inference profile.</p>",
        "InferenceProfileSummary$inferenceProfileName": "<p>The name of the inference profile.</p>"
      }
    },
    "InferenceProfileStatus": {
      "base": null,
      "refs": {
        "CreateInferenceProfileResponse$status": "<p>The status of the inference profile. <code>ACTIVE</code> means that the inference profile is ready to be used.</p>",
        "GetInferenceProfileResponse$status": "<p>The status of the inference profile. <code>ACTIVE</code> means that the inference profile is ready to be used.</p>",
        "InferenceProfileSummary$status": "<p>The status of the inference profile. <code>ACTIVE</code> means that the inference profile is ready to be used.</p>"
      }
    },
    "InferenceProfileSummaries": {
      "base": null,
      "refs": {
        "ListInferenceProfilesResponse$inferenceProfileSummaries": "<p>A list of information about each inference profile that you can use.</p>"
      }
    },
    "InferenceProfileSummary": {
      "base": "<p>Contains information about an inference profile.</p>",
      "refs": {
        "InferenceProfileSummaries$member": null
      }
    },
    "InferenceProfileType": {
      "base": null,
      "refs": {
        "GetInferenceProfileResponse$type": "<p>The type of the inference profile. The following types are possible:</p> <ul> <li> <p> <code>SYSTEM_DEFINED</code> – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.</p> </li> <li> <p> <code>APPLICATION</code> – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.</p> </li> </ul>",
        "InferenceProfileSummary$type": "<p>The type of the inference profile. The following types are possible:</p> <ul> <li> <p> <code>SYSTEM_DEFINED</code> – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.</p> </li> <li> <p> <code>APPLICATION</code> – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.</p> </li> </ul>",
        "ListInferenceProfilesRequest$typeEquals": "<p>Filters for inference profiles that match the type you specify.</p> <ul> <li> <p> <code>SYSTEM_DEFINED</code> – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.</p> </li> <li> <p> <code>APPLICATION</code> – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.</p> </li> </ul>"
      }
    },
    "InferenceType": {
      "base": null,
      "refs": {
        "InferenceTypeList$member": null,
        "ListFoundationModelsRequest$byInferenceType": "<p>Return models that support the inference type that you specify. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html\">Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>"
      }
    },
    "InferenceTypeList": {
      "base": null,
      "refs": {
        "FoundationModelDetails$inferenceTypesSupported": "<p>The inference types that the model supports.</p>",
        "FoundationModelSummary$inferenceTypesSupported": "<p>The inference types that the model supports.</p>"
      }
    },
    "InstanceCount": {
      "base": null,
      "refs": {
        "SageMakerEndpoint$initialInstanceCount": "<p>The number of Amazon EC2 compute instances to deploy for initial endpoint creation.</p>"
      }
    },
    "InstanceType": {
      "base": null,
      "refs": {
        "SageMakerEndpoint$instanceType": "<p>The Amazon EC2 compute instance type to deploy for hosting the model.</p>"
      }
    },
    "InstructSupported": {
      "base": null,
      "refs": {
        "GetImportedModelResponse$instructSupported": "<p>Specifies if the imported model supports converse.</p>",
        "ImportedModelSummary$instructSupported": "<p>Specifies if the imported model supports converse.</p>"
      }
    },
    "Integer": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyDefinitionQualityReport$typeCount": "<p>The total number of custom types defined in the policy.</p>",
        "AutomatedReasoningPolicyDefinitionQualityReport$variableCount": "<p>The total number of variables defined in the policy.</p>",
        "AutomatedReasoningPolicyDefinitionQualityReport$ruleCount": "<p>The total number of rules defined in the policy.</p>",
        "CustomModelUnits$customModelUnitsPerModelCopy": "<p>The number of custom model units used to host a model copy. </p>",
        "TeacherModelConfig$maxResponseLengthForInference": "<p>The maximum number of tokens requested when the customization job invokes the teacher model.</p>"
      }
    },
    "InternalServerException": {
      "base": "<p>An internal server error occurred. Retry your request.</p>",
      "refs": {
      }
    },
    "InvocationLogSource": {
      "base": "<p>A storage location for invocation logs.</p>",
      "refs": {
        "InvocationLogsConfig$invocationLogSource": "<p>The source of the invocation logs.</p>"
      }
    },
    "InvocationLogsConfig": {
      "base": "<p>Settings for using invocation logs to customize a model.</p>",
      "refs": {
        "TrainingDataConfig$invocationLogsConfig": "<p>Settings for using invocation logs to customize a model.</p>"
      }
    },
    "JobName": {
      "base": null,
      "refs": {
        "CreateModelCustomizationJobRequest$jobName": "<p>A name for the fine-tuning job.</p>",
        "CreateModelImportJobRequest$jobName": "<p>The name of the import job.</p>",
        "GetCustomModelResponse$jobName": "<p>Job name associated with this model.</p>",
        "GetImportedModelResponse$jobName": "<p>Job name associated with the imported model.</p>",
        "GetModelCustomizationJobResponse$jobName": "<p>The name of the customization job.</p>",
        "GetModelImportJobResponse$jobName": "<p>The name of the import job.</p>",
        "ListModelCustomizationJobsRequest$nameContains": "<p>Return customization jobs only if the job name contains these characters.</p>",
        "ListModelImportJobsRequest$nameContains": "<p>Return imported jobs only if the job name contains these characters.</p>",
        "ModelCustomizationJobSummary$jobName": "<p>Name of the customization job.</p>",
        "ModelImportJobSummary$jobName": "<p>The name of the import job.</p>"
      }
    },
    "JobStatusDetails": {
      "base": null,
      "refs": {
        "DataProcessingDetails$status": "<p>The status of the data processing sub-task of the job.</p>",
        "TrainingDetails$status": "<p>The status of the training sub-task of the job.</p>",
        "ValidationDetails$status": "<p>The status of the validation sub-task of the job.</p>"
      }
    },
    "KbInferenceConfig": {
      "base": "<p>Contains configuration details of the inference for knowledge base retrieval and response generation.</p>",
      "refs": {
        "ExternalSourcesGenerationConfiguration$kbInferenceConfig": "<p>Configuration details for inference when using <code>RetrieveAndGenerate</code> to generate responses while using an external source.</p>",
        "GenerationConfiguration$kbInferenceConfig": "<p>Contains configuration details for inference for knowledge base retrieval and response generation.</p>"
      }
    },
    "KeyPrefix": {
      "base": null,
      "refs": {
        "S3Config$keyPrefix": "<p>S3 prefix. </p>"
      }
    },
    "KmsKeyArn": {
      "base": null,
      "refs": {
        "CreateCustomModelRequest$modelKmsKeyArn": "<p>The Amazon Resource Name (ARN) of the customer managed KMS key to encrypt the custom model. If you don't provide a KMS key, Amazon Bedrock uses an Amazon Web Services-managed KMS key to encrypt the model. </p> <p>If you provide a customer managed KMS key, your Amazon Bedrock service role must have permissions to use it. For more information see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/encryption-import-model.html\">Encryption of imported models</a>. </p>",
        "GetCustomModelResponse$modelKmsKeyArn": "<p>The custom model is encrypted at rest using this key.</p>",
        "GetGuardrailResponse$kmsKeyArn": "<p>The ARN of the KMS key that encrypts the guardrail.</p>",
        "GetImportedModelResponse$modelKmsKeyArn": "<p>The imported model is encrypted at rest using this key.</p>",
        "GetModelCopyJobResponse$targetModelKmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.</p>",
        "GetModelCustomizationJobResponse$outputModelKmsKeyArn": "<p>The custom model is encrypted at rest using this key.</p>",
        "GetModelImportJobResponse$importedModelKmsKeyArn": "<p>The imported model is encrypted at rest using this key.</p>",
        "ModelCopyJobSummary$targetModelKmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied model.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$kmsKeyArn": "<p>The KMS key ARN for encrypting the test at rest. If not provided, the key will not be updated. Use <code>DISCARD</code> to remove the key.</p>"
      }
    },
    "KmsKeyId": {
      "base": null,
      "refs": {
        "CreateEvaluationJobRequest$customerEncryptionKeyId": "<p>Specify your customer managed encryption key Amazon Resource Name (ARN) that will be used to encrypt your evaluation job.</p>",
        "CreateGuardrailRequest$kmsKeyId": "<p>The ARN of the KMS key that you use to encrypt the guardrail.</p>",
        "CreateModelCopyJobRequest$modelKmsKeyId": "<p>The ARN of the KMS key that you use to encrypt the model copy.</p>",
        "CreateModelCustomizationJobRequest$customModelKmsKeyId": "<p>The custom model is encrypted at rest using this key.</p>",
        "CreateModelImportJobRequest$importedModelKmsKeyId": "<p>The imported model is encrypted at rest using this key.</p>",
        "GetEvaluationJobResponse$customerEncryptionKeyId": "<p>The Amazon Resource Name (ARN) of the customer managed encryption key specified when the evaluation job was created.</p>",
        "ModelInvocationJobS3OutputDataConfig$s3EncryptionKeyId": "<p>The unique identifier of the key that encrypts the S3 location of the output data.</p>",
        "SageMakerEndpoint$kmsEncryptionKey": "<p>The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the Amazon EC2 compute instance that hosts the endpoint.</p>",
        "UpdateGuardrailRequest$kmsKeyId": "<p>The ARN of the KMS key with which to encrypt the guardrail.</p>"
      }
    },
    "KnowledgeBaseConfig": {
      "base": "<p>The configuration details for retrieving information from a knowledge base and generating responses.</p>",
      "refs": {
        "RAGConfig$knowledgeBaseConfig": "<p>Contains configuration details for knowledge base retrieval and response generation.</p>"
      }
    },
    "KnowledgeBaseId": {
      "base": null,
      "refs": {
        "EvaluationBedrockKnowledgeBaseIdentifiers$member": null,
        "KnowledgeBaseRetrieveAndGenerateConfiguration$knowledgeBaseId": "<p>The unique identifier of the knowledge base.</p>",
        "RetrieveConfig$knowledgeBaseId": "<p>The unique identifier of the knowledge base.</p>"
      }
    },
    "KnowledgeBaseRetrievalConfiguration": {
      "base": "<p>Contains configuration details for retrieving information from a knowledge base.</p>",
      "refs": {
        "KnowledgeBaseRetrieveAndGenerateConfiguration$retrievalConfiguration": "<p>Contains configuration details for retrieving text chunks.</p>",
        "RetrieveConfig$knowledgeBaseRetrievalConfiguration": "<p>Contains configuration details for knowledge base retrieval.</p>"
      }
    },
    "KnowledgeBaseRetrieveAndGenerateConfiguration": {
      "base": "<p>Contains configuration details for retrieving information from a knowledge base and generating responses.</p>",
      "refs": {
        "RetrieveAndGenerateConfiguration$knowledgeBaseConfiguration": "<p>Contains configuration details for the knowledge base retrieval and response generation.</p>"
      }
    },
    "KnowledgeBaseVectorSearchConfiguration": {
      "base": "<p>The configuration details for returning the results from the knowledge base vector search.</p>",
      "refs": {
        "KnowledgeBaseRetrievalConfiguration$vectorSearchConfiguration": "<p>Contains configuration details for returning the results from the vector search.</p>"
      }
    },
    "KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger": {
      "base": null,
      "refs": {
        "KnowledgeBaseVectorSearchConfiguration$numberOfResults": "<p>The number of text chunks to retrieve; the number of results to return.</p>"
      }
    },
    "LegalTerm": {
      "base": "<p>The legal term of the agreement.</p>",
      "refs": {
        "TermDetails$legalTerm": "<p>Describes the legal terms.</p>"
      }
    },
    "ListAutomatedReasoningPoliciesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPoliciesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPolicyBuildWorkflowsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPolicyBuildWorkflowsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPolicyTestCasesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPolicyTestCasesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPolicyTestResultsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAutomatedReasoningPolicyTestResultsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListCustomModelDeploymentsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListCustomModelDeploymentsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListCustomModelsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListCustomModelsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListEvaluationJobsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListEvaluationJobsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListFoundationModelAgreementOffersRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListFoundationModelAgreementOffersResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListFoundationModelsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListFoundationModelsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListGuardrailsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListGuardrailsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListImportedModelsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListImportedModelsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListInferenceProfilesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListInferenceProfilesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListMarketplaceModelEndpointsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListMarketplaceModelEndpointsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListModelCopyJobsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListModelCopyJobsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListModelCustomizationJobsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListModelCustomizationJobsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListModelImportJobsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListModelImportJobsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListModelInvocationJobsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListModelInvocationJobsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListPromptRoutersRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListPromptRoutersResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListProvisionedModelThroughputsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListProvisionedModelThroughputsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "LogGroupName": {
      "base": null,
      "refs": {
        "CloudWatchConfig$logGroupName": "<p>The log group name.</p>"
      }
    },
    "LoggingConfig": {
      "base": "<p>Configuration fields for invocation logging.</p>",
      "refs": {
        "GetModelInvocationLoggingConfigurationResponse$loggingConfig": "<p>The current configuration values.</p>",
        "PutModelInvocationLoggingConfigurationRequest$loggingConfig": "<p>The logging configuration values to set.</p>"
      }
    },
    "MarketplaceModelEndpoint": {
      "base": "<p>Contains details about an endpoint for a model from Amazon Bedrock Marketplace.</p>",
      "refs": {
        "CreateMarketplaceModelEndpointResponse$marketplaceModelEndpoint": "<p>Details about the created endpoint.</p>",
        "GetMarketplaceModelEndpointResponse$marketplaceModelEndpoint": "<p>Details about the requested endpoint.</p>",
        "RegisterMarketplaceModelEndpointResponse$marketplaceModelEndpoint": "<p>Details about the registered endpoint.</p>",
        "UpdateMarketplaceModelEndpointResponse$marketplaceModelEndpoint": "<p>Details about the updated endpoint.</p>"
      }
    },
    "MarketplaceModelEndpointSummaries": {
      "base": null,
      "refs": {
        "ListMarketplaceModelEndpointsResponse$marketplaceModelEndpoints": "<p>An array of endpoint summaries.</p>"
      }
    },
    "MarketplaceModelEndpointSummary": {
      "base": "<p>Provides a summary of an endpoint for a model from Amazon Bedrock Marketplace.</p>",
      "refs": {
        "MarketplaceModelEndpointSummaries$member": null
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListAutomatedReasoningPoliciesRequest$maxResults": "<p>The maximum number of policies to return in a single call.</p>",
        "ListAutomatedReasoningPolicyBuildWorkflowsRequest$maxResults": "<p>The maximum number of build workflows to return in a single response. Valid range is 1-100.</p>",
        "ListAutomatedReasoningPolicyTestCasesRequest$maxResults": "<p>The maximum number of tests to return in a single call.</p>",
        "ListAutomatedReasoningPolicyTestResultsRequest$maxResults": "<p>The maximum number of test results to return in a single response. Valid range is 1-100.</p>",
        "ListCustomModelDeploymentsRequest$maxResults": "<p>The maximum number of results to return in a single call.</p>",
        "ListCustomModelsRequest$maxResults": "<p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>",
        "ListEvaluationJobsRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListGuardrailsRequest$maxResults": "<p>The maximum number of results to return in the response.</p>",
        "ListImportedModelsRequest$maxResults": "<p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>",
        "ListInferenceProfilesRequest$maxResults": "<p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>",
        "ListMarketplaceModelEndpointsRequest$maxResults": "<p>The maximum number of results to return in a single call. If more results are available, the operation returns a <code>NextToken</code> value.</p>",
        "ListModelCopyJobsRequest$maxResults": "<p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>",
        "ListModelCustomizationJobsRequest$maxResults": "<p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>",
        "ListModelImportJobsRequest$maxResults": "<p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>",
        "ListModelInvocationJobsRequest$maxResults": "<p>The maximum number of results to return. If there are more results than the number that you specify, a <code>nextToken</code> value is returned. Use the <code>nextToken</code> in a request to return the next batch of results.</p>",
        "ListPromptRoutersRequest$maxResults": "<p>The maximum number of prompt routers to return in one page of results.</p>",
        "ListProvisionedModelThroughputsRequest$maxResults": "<p>THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a <code>nextToken</code> value. To see the next batch of results, send the <code>nextToken</code> value in another list request.</p>"
      }
    },
    "MaxTokens": {
      "base": null,
      "refs": {
        "TextInferenceConfig$maxTokens": "<p>The maximum number of tokens to generate in the output text. Do not use the minimum of 0 or the maximum of 65536. The limit values described here are arbitrary values, for actual values consult the limits defined by your specific model.</p>"
      }
    },
    "Message": {
      "base": null,
      "refs": {
        "GetModelInvocationJobResponse$message": "<p>If the batch inference job failed, this field contains a message describing why the job failed.</p>",
        "ModelInvocationJobSummary$message": "<p>If the batch inference job failed, this field contains a message describing why the job failed.</p>"
      }
    },
    "MetadataAttributeSchema": {
      "base": "<p>Defines the schema for a metadata attribute used in Knowledge Base vector searches. Metadata attributes provide additional context for documents and can be used for filtering and reranking search results.</p>",
      "refs": {
        "MetadataAttributeSchemaList$member": null
      }
    },
    "MetadataAttributeSchemaDescriptionString": {
      "base": null,
      "refs": {
        "MetadataAttributeSchema$description": "<p>An optional description of the metadata attribute that provides additional context about its purpose and usage.</p>"
      }
    },
    "MetadataAttributeSchemaKeyString": {
      "base": null,
      "refs": {
        "MetadataAttributeSchema$key": "<p>The unique identifier for the metadata attribute. This key is used to reference the attribute in filter expressions and reranking configurations.</p>"
      }
    },
    "MetadataAttributeSchemaList": {
      "base": null,
      "refs": {
        "ImplicitFilterConfiguration$metadataAttributes": "<p>A list of metadata attribute schemas that define the structure and properties of metadata fields used for implicit filtering. Each attribute defines a key, type, and optional description.</p>"
      }
    },
    "MetadataConfigurationForReranking": {
      "base": "<p>Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.</p>",
      "refs": {
        "VectorSearchBedrockRerankingConfiguration$metadataConfiguration": "<p>Configuration for how document metadata should be used during the reranking process. This determines which metadata fields are included when reordering search results.</p>"
      }
    },
    "MetricFloat": {
      "base": null,
      "refs": {
        "TrainingMetrics$trainingLoss": "<p>Loss metric associated with the custom job.</p>",
        "ValidatorMetric$validationLoss": "<p>The validation loss associated with this validator.</p>"
      }
    },
    "MetricName": {
      "base": null,
      "refs": {
        "CustomMetricDefinition$name": "<p>The name for a custom metric. Names must be unique in your Amazon Web Services region.</p>"
      }
    },
    "ModelArchitecture": {
      "base": null,
      "refs": {
        "ImportedModelSummary$modelArchitecture": "<p>The architecture of the imported model.</p>"
      }
    },
    "ModelArn": {
      "base": null,
      "refs": {
        "CreateCustomModelResponse$modelArn": "<p>The Amazon Resource Name (ARN) of the new custom model.</p>",
        "CreateModelCopyJobRequest$sourceModelArn": "<p>The Amazon Resource Name (ARN) of the model to be copied.</p>",
        "CustomModelDeploymentSummary$modelArn": "<p>The Amazon Resource Name (ARN) of the custom model associated with this deployment.</p>",
        "CustomModelSummary$baseModelArn": "<p>The base model Amazon Resource Name (ARN).</p>",
        "GetCustomModelResponse$modelArn": "<p>Amazon Resource Name (ARN) associated with this model.</p>",
        "GetCustomModelResponse$baseModelArn": "<p>Amazon Resource Name (ARN) of the base model.</p>",
        "GetModelCopyJobResponse$sourceModelArn": "<p>The Amazon Resource Name (ARN) of the original model being copied.</p>",
        "GetProvisionedModelThroughputResponse$modelArn": "<p>The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.</p>",
        "GetProvisionedModelThroughputResponse$desiredModelArn": "<p>The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the <code>modelArn</code> if updating hasn't completed.</p>",
        "ListCustomModelsRequest$baseModelArnEquals": "<p>Return custom models only if the base model Amazon Resource Name (ARN) matches this parameter.</p>",
        "ListModelCopyJobsRequest$sourceModelArnEquals": "<p>Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source model to is equal to the value that you specify.</p>",
        "ListProvisionedModelThroughputsRequest$modelArnEquals": "<p>A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.</p>",
        "ModelCopyJobSummary$sourceModelArn": "<p>The Amazon Resource Name (ARN) of the original model being copied.</p>",
        "ModelCustomizationJobSummary$baseModelArn": "<p>Amazon Resource Name (ARN) of the base model.</p>",
        "ProvisionedModelSummary$modelArn": "<p>The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.</p>",
        "ProvisionedModelSummary$desiredModelArn": "<p>The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the <code>modelArn</code> if updating hasn't completed.</p>"
      }
    },
    "ModelCopyJobArn": {
      "base": null,
      "refs": {
        "CreateModelCopyJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the model copy job.</p>",
        "GetModelCopyJobRequest$jobArn": "<p>The Amazon Resource Name (ARN) of the model copy job.</p>",
        "GetModelCopyJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the model copy job.</p>",
        "ModelCopyJobSummary$jobArn": "<p>The Amazon Resoource Name (ARN) of the model copy job.</p>"
      }
    },
    "ModelCopyJobStatus": {
      "base": null,
      "refs": {
        "GetModelCopyJobResponse$status": "<p>The status of the model copy job.</p>",
        "ListModelCopyJobsRequest$statusEquals": "<p>Filters for model copy jobs whose status matches the value that you specify.</p>",
        "ModelCopyJobSummary$status": "<p>The status of the model copy job.</p>"
      }
    },
    "ModelCopyJobSummaries": {
      "base": null,
      "refs": {
        "ListModelCopyJobsResponse$modelCopyJobSummaries": "<p>A list of information about each model copy job.</p>"
      }
    },
    "ModelCopyJobSummary": {
      "base": "<p>Contains details about each model copy job.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListModelCopyJobs.html#API_ListModelCopyJobs_ResponseSyntax\">ListModelCopyJobs response</a> </p> </li> </ul>",
      "refs": {
        "ModelCopyJobSummaries$member": null
      }
    },
    "ModelCustomization": {
      "base": null,
      "refs": {
        "ListFoundationModelsRequest$byCustomizationType": "<p>Return models that support the customization type that you specify. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html\">Custom models</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
        "ModelCustomizationList$member": null
      }
    },
    "ModelCustomizationHyperParameters": {
      "base": null,
      "refs": {
        "CreateModelCustomizationJobRequest$hyperParameters": "<p>Parameters related to tuning the model. For details on the format for different models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html\">Custom model hyperparameters</a>.</p>",
        "GetCustomModelResponse$hyperParameters": "<p>Hyperparameter values associated with this model. For details on the format for different models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html\">Custom model hyperparameters</a>.</p>",
        "GetModelCustomizationJobResponse$hyperParameters": "<p>The hyperparameter values for the job. For details on the format for different models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html\">Custom model hyperparameters</a>.</p>"
      }
    },
    "ModelCustomizationJobArn": {
      "base": null,
      "refs": {
        "CreateModelCustomizationJobResponse$jobArn": "<p>Amazon Resource Name (ARN) of the fine tuning job</p>",
        "GetCustomModelResponse$jobArn": "<p>Job Amazon Resource Name (ARN) associated with this model. For models that you create with the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModel.html\">CreateCustomModel</a> API operation, this is <code>NULL</code>.</p>",
        "GetModelCustomizationJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the customization job.</p>",
        "ModelCustomizationJobSummary$jobArn": "<p>Amazon Resource Name (ARN) of the customization job.</p>"
      }
    },
    "ModelCustomizationJobIdentifier": {
      "base": null,
      "refs": {
        "GetModelCustomizationJobRequest$jobIdentifier": "<p>Identifier for the customization job.</p>",
        "StopModelCustomizationJobRequest$jobIdentifier": "<p>Job identifier of the job to stop.</p>"
      }
    },
    "ModelCustomizationJobStatus": {
      "base": null,
      "refs": {
        "GetModelCustomizationJobResponse$status": "<p>The status of the job. A successful job transitions from in-progress to completed when the output model is ready to use. If the job failed, the failure message contains information about why the job failed.</p>",
        "ModelCustomizationJobSummary$status": "<p>Status of the customization job. </p>"
      }
    },
    "ModelCustomizationJobSummaries": {
      "base": null,
      "refs": {
        "ListModelCustomizationJobsResponse$modelCustomizationJobSummaries": "<p>Job summaries.</p>"
      }
    },
    "ModelCustomizationJobSummary": {
      "base": "<p>Information about one customization job</p>",
      "refs": {
        "ModelCustomizationJobSummaries$member": null
      }
    },
    "ModelCustomizationList": {
      "base": null,
      "refs": {
        "FoundationModelDetails$customizationsSupported": "<p>The customization that the model supports.</p>",
        "FoundationModelSummary$customizationsSupported": "<p>Whether the model supports fine-tuning or continual pre-training.</p>"
      }
    },
    "ModelDataSource": {
      "base": "<p>The data source of the model to import.</p>",
      "refs": {
        "CreateCustomModelRequest$modelSourceConfig": "<p>The data source for the model. The Amazon S3 URI in the model source must be for the Amazon-managed Amazon S3 bucket containing your model artifacts.</p>",
        "CreateModelImportJobRequest$modelDataSource": "<p>The data source for the imported model.</p>",
        "GetImportedModelResponse$modelDataSource": "<p>The data source for this imported model.</p>",
        "GetModelImportJobResponse$modelDataSource": "<p>The data source for the imported model.</p>"
      }
    },
    "ModelDeploymentName": {
      "base": null,
      "refs": {
        "CreateCustomModelDeploymentRequest$modelDeploymentName": "<p>The name for the custom model deployment. The name must be unique within your Amazon Web Services account and Region.</p>",
        "CustomModelDeploymentSummary$customModelDeploymentName": "<p>The name of the custom model deployment.</p>",
        "GetCustomModelDeploymentResponse$modelDeploymentName": "<p>The name of the custom model deployment.</p>",
        "ListCustomModelDeploymentsRequest$nameContains": "<p>Filters deployments whose names contain the specified string. </p>"
      }
    },
    "ModelId": {
      "base": null,
      "refs": {
        "CreateModelInvocationJobRequest$modelId": "<p>The unique identifier of the foundation model to use for the batch inference job.</p>",
        "GetModelInvocationJobResponse$modelId": "<p>The unique identifier of the foundation model used for model inference.</p>",
        "ModelInvocationJobSummary$modelId": "<p>The unique identifier of the foundation model used for model inference.</p>"
      }
    },
    "ModelIdentifier": {
      "base": null,
      "refs": {
        "CreateProvisionedModelThroughputRequest$modelId": "<p>The Amazon Resource Name (ARN) or name of the model to associate with this Provisioned Throughput. For a list of models for which you can purchase Provisioned Throughput, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#prov-throughput-models\">Amazon Bedrock model IDs for purchasing Provisioned Throughput</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
        "DeleteCustomModelRequest$modelIdentifier": "<p>Name of the model to delete.</p>",
        "GetCustomModelRequest$modelIdentifier": "<p>Name or Amazon Resource Name (ARN) of the custom model.</p>",
        "GetFoundationModelRequest$modelIdentifier": "<p>The model identifier. </p>",
        "UpdateProvisionedModelThroughputRequest$desiredModelId": "<p>The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.</p> <p>If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:</p> <ul> <li> <p>The base model from which the custom model was customized.</p> </li> <li> <p>Another custom model that was customized from the same base model as the custom model.</p> </li> </ul>"
      }
    },
    "ModelImportJobArn": {
      "base": null,
      "refs": {
        "CreateModelImportJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the model import job.</p>",
        "GetImportedModelResponse$jobArn": "<p>Job Amazon Resource Name (ARN) associated with the imported model.</p>",
        "GetModelImportJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the import job.</p>",
        "ModelImportJobSummary$jobArn": "<p>The Amazon Resource Name (ARN) of the import job.</p>"
      }
    },
    "ModelImportJobIdentifier": {
      "base": null,
      "refs": {
        "GetModelImportJobRequest$jobIdentifier": "<p>The identifier of the import job.</p>"
      }
    },
    "ModelImportJobStatus": {
      "base": null,
      "refs": {
        "GetModelImportJobResponse$status": "<p>The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.</p>",
        "ListModelImportJobsRequest$statusEquals": "<p>Return imported jobs with the specified status.</p>",
        "ModelImportJobSummary$status": "<p>The status of the imported job. </p>"
      }
    },
    "ModelImportJobSummaries": {
      "base": null,
      "refs": {
        "ListModelImportJobsResponse$modelImportJobSummaries": "<p>Import job summaries.</p>"
      }
    },
    "ModelImportJobSummary": {
      "base": "<p>Information about the import job.</p>",
      "refs": {
        "ModelImportJobSummaries$member": null
      }
    },
    "ModelInvocationIdempotencyToken": {
      "base": null,
      "refs": {
        "CreateModelInvocationJobRequest$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "GetModelInvocationJobResponse$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>",
        "ModelInvocationJobSummary$clientRequestToken": "<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not 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>"
      }
    },
    "ModelInvocationJobArn": {
      "base": null,
      "refs": {
        "CreateModelInvocationJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the batch inference job.</p>",
        "GetModelInvocationJobResponse$jobArn": "<p>The Amazon Resource Name (ARN) of the batch inference job.</p>",
        "ModelInvocationJobSummary$jobArn": "<p>The Amazon Resource Name (ARN) of the batch inference job.</p>"
      }
    },
    "ModelInvocationJobIdentifier": {
      "base": null,
      "refs": {
        "GetModelInvocationJobRequest$jobIdentifier": "<p>The Amazon Resource Name (ARN) of the batch inference job.</p>",
        "StopModelInvocationJobRequest$jobIdentifier": "<p>The Amazon Resource Name (ARN) of the batch inference job to stop.</p>"
      }
    },
    "ModelInvocationJobInputDataConfig": {
      "base": "<p>Details about the location of the input to the batch inference job.</p>",
      "refs": {
        "CreateModelInvocationJobRequest$inputDataConfig": "<p>Details about the location of the input to the batch inference job.</p>",
        "GetModelInvocationJobResponse$inputDataConfig": "<p>Details about the location of the input to the batch inference job.</p>",
        "ModelInvocationJobSummary$inputDataConfig": "<p>Details about the location of the input to the batch inference job.</p>"
      }
    },
    "ModelInvocationJobName": {
      "base": null,
      "refs": {
        "CreateModelInvocationJobRequest$jobName": "<p>A name to give the batch inference job.</p>",
        "GetModelInvocationJobResponse$jobName": "<p>The name of the batch inference job.</p>",
        "ListModelInvocationJobsRequest$nameContains": "<p>Specify a string to filter for batch inference jobs whose names contain the string.</p>",
        "ModelInvocationJobSummary$jobName": "<p>The name of the batch inference job.</p>"
      }
    },
    "ModelInvocationJobOutputDataConfig": {
      "base": "<p>Contains the configuration of the S3 location of the output data.</p>",
      "refs": {
        "CreateModelInvocationJobRequest$outputDataConfig": "<p>Details about the location of the output of the batch inference job.</p>",
        "GetModelInvocationJobResponse$outputDataConfig": "<p>Details about the location of the output of the batch inference job.</p>",
        "ModelInvocationJobSummary$outputDataConfig": "<p>Details about the location of the output of the batch inference job.</p>"
      }
    },
    "ModelInvocationJobS3InputDataConfig": {
      "base": "<p>Contains the configuration of the S3 location of the input data.</p>",
      "refs": {
        "ModelInvocationJobInputDataConfig$s3InputDataConfig": "<p>Contains the configuration of the S3 location of the input data.</p>"
      }
    },
    "ModelInvocationJobS3OutputDataConfig": {
      "base": "<p>Contains the configuration of the S3 location of the output data.</p>",
      "refs": {
        "ModelInvocationJobOutputDataConfig$s3OutputDataConfig": "<p>Contains the configuration of the S3 location of the output data.</p>"
      }
    },
    "ModelInvocationJobStatus": {
      "base": null,
      "refs": {
        "GetModelInvocationJobResponse$status": "<p>The status of the batch inference job.</p> <p>The following statuses are possible:</p> <ul> <li> <p>Submitted – This job has been submitted to a queue for validation.</p> </li> <li> <p>Validating – This job is being validated for the requirements described in <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html\">Format and upload your batch inference data</a>. The criteria include the following:</p> <ul> <li> <p>Your IAM service role has access to the Amazon S3 buckets containing your files.</p> </li> <li> <p>Your files are .jsonl files and each individual record is a JSON object in the correct format. Note that validation doesn't check if the <code>modelInput</code> value matches the request body for the model.</p> </li> <li> <p>Your files fulfill the requirements for file size and number of records. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html\">Quotas for Amazon Bedrock</a>.</p> </li> </ul> </li> <li> <p>Scheduled – This job has been validated and is now in a queue. The job will automatically start when it reaches its turn.</p> </li> <li> <p>Expired – This job timed out because it was scheduled but didn't begin before the set timeout duration. Submit a new job request.</p> </li> <li> <p>InProgress – This job has begun. You can start viewing the results in the output S3 location.</p> </li> <li> <p>Completed – This job has successfully completed. View the output files in the output S3 location.</p> </li> <li> <p>PartiallyCompleted – This job has partially completed. Not all of your records could be processed in time. View the output files in the output S3 location.</p> </li> <li> <p>Failed – This job has failed. Check the failure message for any further details. For further assistance, reach out to the <a href=\"https://console.aws.amazon.com/support/home/\">Amazon Web ServicesSupport Center</a>.</p> </li> <li> <p>Stopped – This job was stopped by a user.</p> </li> <li> <p>Stopping – This job is being stopped by a user.</p> </li> </ul>",
        "ListModelInvocationJobsRequest$statusEquals": "<p>Specify a status to filter for batch inference jobs whose statuses match the string you specify.</p> <p>The following statuses are possible:</p> <ul> <li> <p>Submitted – This job has been submitted to a queue for validation.</p> </li> <li> <p>Validating – This job is being validated for the requirements described in <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html\">Format and upload your batch inference data</a>. The criteria include the following:</p> <ul> <li> <p>Your IAM service role has access to the Amazon S3 buckets containing your files.</p> </li> <li> <p>Your files are .jsonl files and each individual record is a JSON object in the correct format. Note that validation doesn't check if the <code>modelInput</code> value matches the request body for the model.</p> </li> <li> <p>Your files fulfill the requirements for file size and number of records. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html\">Quotas for Amazon Bedrock</a>.</p> </li> </ul> </li> <li> <p>Scheduled – This job has been validated and is now in a queue. The job will automatically start when it reaches its turn.</p> </li> <li> <p>Expired – This job timed out because it was scheduled but didn't begin before the set timeout duration. Submit a new job request.</p> </li> <li> <p>InProgress – This job has begun. You can start viewing the results in the output S3 location.</p> </li> <li> <p>Completed – This job has successfully completed. View the output files in the output S3 location.</p> </li> <li> <p>PartiallyCompleted – This job has partially completed. Not all of your records could be processed in time. View the output files in the output S3 location.</p> </li> <li> <p>Failed – This job has failed. Check the failure message for any further details. For further assistance, reach out to the <a href=\"https://console.aws.amazon.com/support/home/\">Amazon Web ServicesSupport Center</a>.</p> </li> <li> <p>Stopped – This job was stopped by a user.</p> </li> <li> <p>Stopping – This job is being stopped by a user.</p> </li> </ul>",
        "ModelInvocationJobSummary$status": "<p>The status of the batch inference job.</p> <p>The following statuses are possible:</p> <ul> <li> <p>Submitted – This job has been submitted to a queue for validation.</p> </li> <li> <p>Validating – This job is being validated for the requirements described in <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html\">Format and upload your batch inference data</a>. The criteria include the following:</p> <ul> <li> <p>Your IAM service role has access to the Amazon S3 buckets containing your files.</p> </li> <li> <p>Your files are .jsonl files and each individual record is a JSON object in the correct format. Note that validation doesn't check if the <code>modelInput</code> value matches the request body for the model.</p> </li> <li> <p>Your files fulfill the requirements for file size and number of records. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html\">Quotas for Amazon Bedrock</a>.</p> </li> </ul> </li> <li> <p>Scheduled – This job has been validated and is now in a queue. The job will automatically start when it reaches its turn.</p> </li> <li> <p>Expired – This job timed out because it was scheduled but didn't begin before the set timeout duration. Submit a new job request.</p> </li> <li> <p>InProgress – This job has begun. You can start viewing the results in the output S3 location.</p> </li> <li> <p>Completed – This job has successfully completed. View the output files in the output S3 location.</p> </li> <li> <p>PartiallyCompleted – This job has partially completed. Not all of your records could be processed in time. View the output files in the output S3 location.</p> </li> <li> <p>Failed – This job has failed. Check the failure message for any further details. For further assistance, reach out to the <a href=\"https://console.aws.amazon.com/support/home/\">Amazon Web ServicesSupport Center</a>.</p> </li> <li> <p>Stopped – This job was stopped by a user.</p> </li> <li> <p>Stopping – This job is being stopped by a user.</p> </li> </ul>"
      }
    },
    "ModelInvocationJobSummaries": {
      "base": null,
      "refs": {
        "ListModelInvocationJobsResponse$invocationJobSummaries": "<p>A list of items, each of which contains a summary about a batch inference job.</p>"
      }
    },
    "ModelInvocationJobSummary": {
      "base": "<p>A summary of a batch inference job.</p>",
      "refs": {
        "ModelInvocationJobSummaries$member": null
      }
    },
    "ModelInvocationJobTimeoutDurationInHours": {
      "base": null,
      "refs": {
        "CreateModelInvocationJobRequest$timeoutDurationInHours": "<p>The number of hours after which to force the batch inference job to time out.</p>",
        "GetModelInvocationJobResponse$timeoutDurationInHours": "<p>The number of hours after which batch inference job was set to time out.</p>",
        "ModelInvocationJobSummary$timeoutDurationInHours": "<p>The number of hours after which the batch inference job was set to time out.</p>"
      }
    },
    "ModelModality": {
      "base": null,
      "refs": {
        "ListFoundationModelsRequest$byOutputModality": "<p>Return models that support the output modality that you specify.</p>",
        "ModelModalityList$member": null
      }
    },
    "ModelModalityList": {
      "base": null,
      "refs": {
        "FoundationModelDetails$inputModalities": "<p>The input modalities that the model supports.</p>",
        "FoundationModelDetails$outputModalities": "<p>The output modalities that the model supports.</p>",
        "FoundationModelSummary$inputModalities": "<p>The input modalities that the model supports.</p>",
        "FoundationModelSummary$outputModalities": "<p>The output modalities that the model supports.</p>"
      }
    },
    "ModelName": {
      "base": null,
      "refs": {
        "CustomModelSummary$baseModelName": "<p>The base model name.</p>"
      }
    },
    "ModelSourceIdentifier": {
      "base": null,
      "refs": {
        "CreateMarketplaceModelEndpointRequest$modelSourceIdentifier": "<p>The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint.</p>",
        "ListMarketplaceModelEndpointsRequest$modelSourceEquals": "<p>If specified, only endpoints for the given model source identifier are returned.</p>",
        "MarketplaceModelEndpoint$modelSourceIdentifier": "<p>The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.</p>",
        "MarketplaceModelEndpointSummary$modelSourceIdentifier": "<p>The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.</p>",
        "RegisterMarketplaceModelEndpointRequest$modelSourceIdentifier": "<p>The ARN of the model from Amazon Bedrock Marketplace that is deployed on the endpoint.</p>"
      }
    },
    "ModelStatus": {
      "base": null,
      "refs": {
        "CustomModelSummary$modelStatus": "<p>The current status of the custom model. Possible values include:</p> <ul> <li> <p> <code>Creating</code> - The model is being created and validated.</p> </li> <li> <p> <code>Active</code> - The model has been successfully created and is ready for use.</p> </li> <li> <p> <code>Failed</code> - The model creation process failed.</p> </li> </ul>",
        "GetCustomModelResponse$modelStatus": "<p>The current status of the custom model. Possible values include:</p> <ul> <li> <p> <code>Creating</code> - The model is being created and validated.</p> </li> <li> <p> <code>Active</code> - The model has been successfully created and is ready for use.</p> </li> <li> <p> <code>Failed</code> - The model creation process failed. Check the <code>failureMessage</code> field for details.</p> </li> </ul>",
        "ListCustomModelsRequest$modelStatus": "<p>The status of them model to filter results by. Possible values include:</p> <ul> <li> <p> <code>Creating</code> - Include only models that are currently being created and validated.</p> </li> <li> <p> <code>Active</code> - Include only models that have been successfully created and are ready for use.</p> </li> <li> <p> <code>Failed</code> - Include only models where the creation process failed.</p> </li> </ul> <p>If you don't specify a status, the API returns models in all states.</p>"
      }
    },
    "NonBlankString": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": null,
        "ConflictException$message": null,
        "InternalServerException$message": null,
        "ResourceInUseException$message": null,
        "ResourceNotFoundException$message": null,
        "ServiceQuotaExceededException$message": null,
        "ServiceUnavailableException$message": null,
        "ThrottlingException$message": null,
        "TooManyTagsException$message": null,
        "ValidationException$message": null
      }
    },
    "Offer": {
      "base": "<p>An offer dictates usage terms for the model.</p>",
      "refs": {
        "Offers$member": null
      }
    },
    "OfferId": {
      "base": null,
      "refs": {
        "Offer$offerId": "<p>Offer Id for a model offer.</p>"
      }
    },
    "OfferToken": {
      "base": null,
      "refs": {
        "CreateFoundationModelAgreementRequest$offerToken": "<p>An offer token encapsulates the information for an offer.</p>",
        "Offer$offerToken": "<p>Offer token.</p>"
      }
    },
    "OfferType": {
      "base": null,
      "refs": {
        "ListFoundationModelAgreementOffersRequest$offerType": "<p>Type of offer associated with the model.</p>"
      }
    },
    "Offers": {
      "base": null,
      "refs": {
        "ListFoundationModelAgreementOffersResponse$offers": "<p>List of the offers associated with the specified model.</p>"
      }
    },
    "OrchestrationConfiguration": {
      "base": "<p>The configuration details for the model to process the prompt prior to retrieval and response generation.</p>",
      "refs": {
        "KnowledgeBaseRetrieveAndGenerateConfiguration$orchestrationConfiguration": "<p>Contains configuration details for the model to process the prompt prior to retrieval and response generation.</p>"
      }
    },
    "OutputDataConfig": {
      "base": "<p>S3 Location of the output data.</p>",
      "refs": {
        "CreateModelCustomizationJobRequest$outputDataConfig": "<p>S3 location for the output data.</p>",
        "GetCustomModelResponse$outputDataConfig": "<p>Output data configuration associated with this custom model.</p>",
        "GetModelCustomizationJobResponse$outputDataConfig": "<p>Output data configuration </p>"
      }
    },
    "PaginationToken": {
      "base": null,
      "refs": {
        "ListAutomatedReasoningPoliciesRequest$nextToken": "<p>The pagination token from a previous request to retrieve the next page of results.</p>",
        "ListAutomatedReasoningPoliciesResponse$nextToken": "<p>The pagination token to use in a subsequent request to retrieve the next page of results.</p>",
        "ListAutomatedReasoningPolicyBuildWorkflowsRequest$nextToken": "<p>A pagination token from a previous request to continue listing build workflows from where the previous request left off.</p>",
        "ListAutomatedReasoningPolicyBuildWorkflowsResponse$nextToken": "<p>A pagination token to use in subsequent requests to retrieve additional build workflows.</p>",
        "ListAutomatedReasoningPolicyTestCasesRequest$nextToken": "<p>The pagination token from a previous request to retrieve the next page of results.</p>",
        "ListAutomatedReasoningPolicyTestCasesResponse$nextToken": "<p>The pagination token to use in a subsequent request to retrieve the next page of results.</p>",
        "ListAutomatedReasoningPolicyTestResultsRequest$nextToken": "<p>A pagination token from a previous request to continue listing test results from where the previous request left off.</p>",
        "ListAutomatedReasoningPolicyTestResultsResponse$nextToken": "<p>A pagination token to use in subsequent requests to retrieve additional test results.</p>",
        "ListCustomModelDeploymentsRequest$nextToken": "<p>The token for the next set of results. Use this token to retrieve additional results when the response is truncated.</p>",
        "ListCustomModelDeploymentsResponse$nextToken": "<p>The token for the next set of results. This value is null when there are no more results to return.</p>",
        "ListCustomModelsRequest$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListCustomModelsResponse$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>",
        "ListEvaluationJobsRequest$nextToken": "<p>Continuation token from the previous response, for Amazon Bedrock to list the next set of results.</p>",
        "ListEvaluationJobsResponse$nextToken": "<p>Continuation token from the previous response, for Amazon Bedrock to list the next set of results.</p>",
        "ListGuardrailsRequest$nextToken": "<p>If there are more results than were returned in the response, the response returns a <code>nextToken</code> that you can send in another <code>ListGuardrails</code> request to see the next batch of results.</p>",
        "ListGuardrailsResponse$nextToken": "<p>If there are more results than were returned in the response, the response returns a <code>nextToken</code> that you can send in another <code>ListGuardrails</code> request to see the next batch of results.</p>",
        "ListImportedModelsRequest$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListImportedModelsResponse$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>",
        "ListInferenceProfilesRequest$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListInferenceProfilesResponse$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>",
        "ListMarketplaceModelEndpointsRequest$nextToken": "<p>The token for the next set of results. You receive this token from a previous <code>ListMarketplaceModelEndpoints</code> call.</p>",
        "ListMarketplaceModelEndpointsResponse$nextToken": "<p>The token for the next set of results. Use this token to get the next set of results.</p>",
        "ListModelCopyJobsRequest$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListModelCopyJobsResponse$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>",
        "ListModelCustomizationJobsRequest$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListModelCustomizationJobsResponse$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>",
        "ListModelImportJobsRequest$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListModelImportJobsResponse$nextToken": "<p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>",
        "ListModelInvocationJobsRequest$nextToken": "<p>If there were more results than the value you specified in the <code>maxResults</code> field in a previous <code>ListModelInvocationJobs</code> request, the response would have returned a <code>nextToken</code> value. To see the next batch of results, send the <code>nextToken</code> value in another request.</p>",
        "ListModelInvocationJobsResponse$nextToken": "<p>If there are more results than can fit in the response, a <code>nextToken</code> is returned. Use the <code>nextToken</code> in a request to return the next batch of results.</p>",
        "ListPromptRoutersRequest$nextToken": "<p>Specify the pagination token from a previous request to retrieve the next page of results.</p>",
        "ListPromptRoutersResponse$nextToken": "<p>Specify the pagination token from a previous request to retrieve the next page of results.</p>",
        "ListProvisionedModelThroughputsRequest$nextToken": "<p>If there are more results than the number you specified in the <code>maxResults</code> field, the response returns a <code>nextToken</code> value. To see the next batch of results, specify the <code>nextToken</code> value in this field.</p>",
        "ListProvisionedModelThroughputsResponse$nextToken": "<p>If there are more results than the number you specified in the <code>maxResults</code> field, this value is returned. To see the next batch of results, include this value in the <code>nextToken</code> field in another list request.</p>"
      }
    },
    "PerformanceConfigLatency": {
      "base": null,
      "refs": {
        "PerformanceConfiguration$latency": "<p>Specifies whether to use the latency-optimized or standard version of a model or inference profile.</p>"
      }
    },
    "PerformanceConfiguration": {
      "base": "<p>Contains performance settings for a model.</p>",
      "refs": {
        "EvaluationBedrockModel$performanceConfig": "<p>Specifies performance settings for the model or inference profile.</p>"
      }
    },
    "PositiveInteger": {
      "base": null,
      "refs": {
        "CreateProvisionedModelThroughputRequest$modelUnits": "<p>Number of model units to allocate. A model unit delivers a specific throughput level for the specified model. The throughput level of a model unit specifies the total number of input and output tokens that it can process and generate within a span of one minute. By default, your account has no model units for purchasing Provisioned Throughputs with commitment. You must first visit the <a href=\"https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase\">Amazon Web Services support center</a> to request MUs.</p> <p>For model unit quotas, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html#prov-thru-quotas\">Provisioned Throughput quotas</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p> <p>For more information about what an MU specifies, contact your Amazon Web Services account manager.</p>",
        "GetProvisionedModelThroughputResponse$modelUnits": "<p>The number of model units allocated to this Provisioned Throughput.</p>",
        "GetProvisionedModelThroughputResponse$desiredModelUnits": "<p>The number of model units that was requested for this Provisioned Throughput.</p>",
        "ProvisionedModelSummary$modelUnits": "<p>The number of model units allocated to the Provisioned Throughput.</p>",
        "ProvisionedModelSummary$desiredModelUnits": "<p>The number of model units that was requested to be allocated to the Provisioned Throughput.</p>"
      }
    },
    "PricingTerm": {
      "base": "<p>Describes the usage-based pricing term.</p>",
      "refs": {
        "TermDetails$usageBasedPricingTerm": null
      }
    },
    "PromptRouterArn": {
      "base": null,
      "refs": {
        "CreatePromptRouterResponse$promptRouterArn": "<p>The Amazon Resource Name (ARN) that uniquely identifies the prompt router.</p>",
        "DeletePromptRouterRequest$promptRouterArn": "<p>The Amazon Resource Name (ARN) of the prompt router to delete.</p>",
        "GetPromptRouterRequest$promptRouterArn": "<p>The prompt router's ARN</p>",
        "GetPromptRouterResponse$promptRouterArn": "<p>The prompt router's ARN</p>",
        "PromptRouterSummary$promptRouterArn": "<p>The router's ARN.</p>"
      }
    },
    "PromptRouterDescription": {
      "base": null,
      "refs": {
        "CreatePromptRouterRequest$description": "<p>An optional description of the prompt router to help identify its purpose.</p>",
        "GetPromptRouterResponse$description": "<p>The router's description.</p>",
        "PromptRouterSummary$description": "<p>The router's description.</p>"
      }
    },
    "PromptRouterName": {
      "base": null,
      "refs": {
        "CreatePromptRouterRequest$promptRouterName": "<p>The name of the prompt router. The name must be unique within your Amazon Web Services account in the current region.</p>",
        "GetPromptRouterResponse$promptRouterName": "<p>The router's name.</p>",
        "PromptRouterSummary$promptRouterName": "<p>The router's name.</p>"
      }
    },
    "PromptRouterStatus": {
      "base": null,
      "refs": {
        "GetPromptRouterResponse$status": "<p>The router's status.</p>",
        "PromptRouterSummary$status": "<p>The router's status.</p>"
      }
    },
    "PromptRouterSummaries": {
      "base": null,
      "refs": {
        "ListPromptRoutersResponse$promptRouterSummaries": "<p>A list of prompt router summaries.</p>"
      }
    },
    "PromptRouterSummary": {
      "base": "<p>Details about a prompt router.</p>",
      "refs": {
        "PromptRouterSummaries$member": null
      }
    },
    "PromptRouterTargetModel": {
      "base": "<p>The target model for a prompt router.</p>",
      "refs": {
        "CreatePromptRouterRequest$fallbackModel": "<p>The default model to use when the routing criteria is not met.</p>",
        "GetPromptRouterResponse$fallbackModel": "<p>The router's fallback model.</p>",
        "PromptRouterSummary$fallbackModel": "<p>The router's fallback model.</p>",
        "PromptRouterTargetModels$member": null
      }
    },
    "PromptRouterTargetModelArn": {
      "base": null,
      "refs": {
        "PromptRouterTargetModel$modelArn": "<p>The target model's ARN.</p>"
      }
    },
    "PromptRouterTargetModels": {
      "base": null,
      "refs": {
        "CreatePromptRouterRequest$models": "<p>A list of foundation models that the prompt router can route requests to. At least one model must be specified.</p>",
        "GetPromptRouterResponse$models": "<p>The router's models.</p>",
        "PromptRouterSummary$models": "<p>The router's models.</p>"
      }
    },
    "PromptRouterType": {
      "base": null,
      "refs": {
        "GetPromptRouterResponse$type": "<p>The router's type.</p>",
        "ListPromptRoutersRequest$type": "<p>The type of the prompt routers, such as whether it's default or custom.</p>",
        "PromptRouterSummary$type": "<p>The summary's type.</p>"
      }
    },
    "PromptTemplate": {
      "base": "<p>The template for the prompt that's sent to the model for response generation.</p>",
      "refs": {
        "ExternalSourcesGenerationConfiguration$promptTemplate": "<p>Contains the template for the prompt for the external source wrapper object.</p>",
        "GenerationConfiguration$promptTemplate": "<p>Contains the template for the prompt that's sent to the model for response generation.</p>"
      }
    },
    "Provider": {
      "base": null,
      "refs": {
        "ListFoundationModelsRequest$byProvider": "<p>Return models belonging to the model provider that you specify.</p>"
      }
    },
    "ProvisionedModelArn": {
      "base": null,
      "refs": {
        "CreateProvisionedModelThroughputResponse$provisionedModelArn": "<p>The Amazon Resource Name (ARN) for this Provisioned Throughput.</p>",
        "GetProvisionedModelThroughputResponse$provisionedModelArn": "<p>The Amazon Resource Name (ARN) of the Provisioned Throughput.</p>",
        "ProvisionedModelSummary$provisionedModelArn": "<p>The Amazon Resource Name (ARN) of the Provisioned Throughput.</p>"
      }
    },
    "ProvisionedModelId": {
      "base": null,
      "refs": {
        "DeleteProvisionedModelThroughputRequest$provisionedModelId": "<p>The Amazon Resource Name (ARN) or name of the Provisioned Throughput.</p>",
        "GetProvisionedModelThroughputRequest$provisionedModelId": "<p>The Amazon Resource Name (ARN) or name of the Provisioned Throughput.</p>",
        "UpdateProvisionedModelThroughputRequest$provisionedModelId": "<p>The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.</p>"
      }
    },
    "ProvisionedModelName": {
      "base": null,
      "refs": {
        "CreateProvisionedModelThroughputRequest$provisionedModelName": "<p>The name for this Provisioned Throughput.</p>",
        "GetProvisionedModelThroughputResponse$provisionedModelName": "<p>The name of the Provisioned Throughput.</p>",
        "ListProvisionedModelThroughputsRequest$nameContains": "<p>A filter that returns Provisioned Throughputs if their name contains the expression that you specify.</p>",
        "ProvisionedModelSummary$provisionedModelName": "<p>The name of the Provisioned Throughput.</p>",
        "UpdateProvisionedModelThroughputRequest$desiredProvisionedModelName": "<p>The new name for this Provisioned Throughput.</p>"
      }
    },
    "ProvisionedModelStatus": {
      "base": null,
      "refs": {
        "GetProvisionedModelThroughputResponse$status": "<p>The status of the Provisioned Throughput. </p>",
        "ListProvisionedModelThroughputsRequest$statusEquals": "<p>A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.</p>",
        "ProvisionedModelSummary$status": "<p>The status of the Provisioned Throughput.</p>"
      }
    },
    "ProvisionedModelSummaries": {
      "base": null,
      "refs": {
        "ListProvisionedModelThroughputsResponse$provisionedModelSummaries": "<p>A list of summaries, one for each Provisioned Throughput in the response.</p>"
      }
    },
    "ProvisionedModelSummary": {
      "base": "<p>A summary of information about a Provisioned Throughput.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListProvisionedModelThroughputs.html#API_ListProvisionedModelThroughputs_ResponseSyntax\">ListProvisionedThroughputs response</a> </p> </li> </ul>",
      "refs": {
        "ProvisionedModelSummaries$member": null
      }
    },
    "PutModelInvocationLoggingConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "PutModelInvocationLoggingConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "PutUseCaseForModelAccessRequest": {
      "base": null,
      "refs": {
      }
    },
    "PutUseCaseForModelAccessResponse": {
      "base": null,
      "refs": {
      }
    },
    "QueryTransformationConfiguration": {
      "base": "<p>The configuration details for transforming the prompt.</p>",
      "refs": {
        "OrchestrationConfiguration$queryTransformationConfiguration": "<p>Contains configuration details for transforming the prompt.</p>"
      }
    },
    "QueryTransformationType": {
      "base": null,
      "refs": {
        "QueryTransformationConfiguration$type": "<p>The type of transformation to apply to the prompt.</p>"
      }
    },
    "RAGConfig": {
      "base": "<p>Contains configuration details for retrieval of information and response generation.</p>",
      "refs": {
        "RagConfigs$member": null
      }
    },
    "RAGStopSequences": {
      "base": null,
      "refs": {
        "TextInferenceConfig$stopSequences": "<p>A list of sequences of characters that, if generated, will cause the model to stop generating further tokens. Do not use a minimum length of 1 or a maximum length of 1000. The limit values described here are arbitrary values, for actual values consult the limits defined by your specific model.</p>"
      }
    },
    "RAGStopSequencesMemberString": {
      "base": null,
      "refs": {
        "RAGStopSequences$member": null
      }
    },
    "RagConfigs": {
      "base": null,
      "refs": {
        "EvaluationInferenceConfig$ragConfigs": "<p>Contains the configuration details of the inference for a knowledge base evaluation job, including either the retrieval only configuration or the retrieval with response generation configuration.</p>"
      }
    },
    "RateCard": {
      "base": null,
      "refs": {
        "PricingTerm$rateCard": "<p>Describes a usage price for each dimension.</p>"
      }
    },
    "RatingScale": {
      "base": null,
      "refs": {
        "CustomMetricDefinition$ratingScale": "<p>Defines the rating scale to be used for a custom metric. We recommend that you always define a ratings scale when creating a custom metric. If you don't define a scale, Amazon Bedrock won't be able to visually display the results of the evaluation in the console or calculate average values of numerical scores. For more information on specifying a rating scale, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation-custom-metrics-prompt-formats.html#model-evaluation-custom-metrics-prompt-formats-schema\">Specifying an output schema (rating scale)</a>.</p>"
      }
    },
    "RatingScaleItem": {
      "base": "<p>Defines the value and corresponding definition for one rating in a custom metric rating scale.</p>",
      "refs": {
        "RatingScale$member": null
      }
    },
    "RatingScaleItemDefinition": {
      "base": null,
      "refs": {
        "RatingScaleItem$definition": "<p>Defines the definition for one rating in a custom metric rating scale.</p>"
      }
    },
    "RatingScaleItemValue": {
      "base": "<p>Defines the value for one rating in a custom metric rating scale.</p>",
      "refs": {
        "RatingScaleItem$value": "<p>Defines the value for one rating in a custom metric rating scale.</p>"
      }
    },
    "RatingScaleItemValueStringValueString": {
      "base": null,
      "refs": {
        "RatingScaleItemValue$stringValue": "<p>A string representing the value for a rating in a custom metric rating scale.</p>"
      }
    },
    "RegionAvailability": {
      "base": null,
      "refs": {
        "GetFoundationModelAvailabilityResponse$regionAvailability": "<p>Region availability. </p>"
      }
    },
    "RegisterMarketplaceModelEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "RegisterMarketplaceModelEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "RequestMetadataBaseFilters": {
      "base": "<p>A mapping of a metadata key to a value that it should or should not equal.</p>",
      "refs": {
        "RequestMetadataFiltersList$member": null
      }
    },
    "RequestMetadataFilters": {
      "base": "<p>Rules for filtering invocation logs. A filter can be a mapping of a metadata key to a value that it should or should not equal (a base filter), or a list of base filters that are all applied with <code>AND</code> or <code>OR</code> logical operators</p>",
      "refs": {
        "InvocationLogsConfig$requestMetadataFilters": "<p>Rules for filtering invocation logs based on request metadata.</p>"
      }
    },
    "RequestMetadataFiltersList": {
      "base": null,
      "refs": {
        "RequestMetadataFilters$andAll": "<p>Include results where all of the based filters match.</p>",
        "RequestMetadataFilters$orAll": "<p>Include results where any of the base filters match.</p>"
      }
    },
    "RequestMetadataMap": {
      "base": null,
      "refs": {
        "RequestMetadataBaseFilters$equals": "<p>Include results where the key equals the value.</p>",
        "RequestMetadataBaseFilters$notEquals": "<p>Include results where the key does not equal the value.</p>",
        "RequestMetadataFilters$equals": "<p>Include results where the key equals the value.</p>",
        "RequestMetadataFilters$notEquals": "<p>Include results where the key does not equal the value.</p>"
      }
    },
    "RequestMetadataMapKeyString": {
      "base": null,
      "refs": {
        "RequestMetadataMap$key": null
      }
    },
    "RequestMetadataMapValueString": {
      "base": null,
      "refs": {
        "RequestMetadataMap$value": null
      }
    },
    "RerankingMetadataSelectionMode": {
      "base": null,
      "refs": {
        "MetadataConfigurationForReranking$selectionMode": "<p>The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).</p>"
      }
    },
    "RerankingMetadataSelectiveModeConfiguration": {
      "base": "<p>Configuration for selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.</p>",
      "refs": {
        "MetadataConfigurationForReranking$selectiveModeConfiguration": "<p>Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.</p>"
      }
    },
    "ResourceInUseException": {
      "base": "<p>Thrown when attempting to delete or modify a resource that is currently being used by other resources or operations. For example, trying to delete an Automated Reasoning policy that is referenced by an active guardrail.</p>",
      "refs": {
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>",
      "refs": {
      }
    },
    "RetrievalFilter": {
      "base": "<p>Specifies the filters to use on the metadata attributes/fields in the knowledge base data sources before returning results.</p>",
      "refs": {
        "KnowledgeBaseVectorSearchConfiguration$filter": "<p>Specifies the filters to use on the metadata fields in the knowledge base data sources before returning results.</p>",
        "RetrievalFilterList$member": null
      }
    },
    "RetrievalFilterList": {
      "base": null,
      "refs": {
        "RetrievalFilter$andAll": "<p>Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.</p>",
        "RetrievalFilter$orAll": "<p>Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.</p>"
      }
    },
    "RetrieveAndGenerateConfiguration": {
      "base": "<p>Contains configuration details for a knowledge base retrieval and response generation.</p>",
      "refs": {
        "KnowledgeBaseConfig$retrieveAndGenerateConfig": "<p>Contains configuration details for retrieving information from a knowledge base and generating responses.</p>"
      }
    },
    "RetrieveAndGenerateType": {
      "base": null,
      "refs": {
        "RetrieveAndGenerateConfiguration$type": "<p>The type of resource that contains your data for retrieving information and generating responses.</p> <p>If you choose to use <code>EXTERNAL_SOURCES</code>, then currently only Claude 3 Sonnet models for knowledge bases are supported.</p>"
      }
    },
    "RetrieveConfig": {
      "base": "<p>The configuration details for retrieving information from a knowledge base.</p>",
      "refs": {
        "KnowledgeBaseConfig$retrieveConfig": "<p>Contains configuration details for retrieving information from a knowledge base.</p>"
      }
    },
    "RoleArn": {
      "base": "<p>ARN of a IAM role</p>",
      "refs": {
        "CloudWatchConfig$roleArn": "<p>The role Amazon Resource Name (ARN).</p>",
        "CreateCustomModelRequest$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock assumes to perform tasks on your behalf. This role must have permissions to access the Amazon S3 bucket containing your model artifacts and the KMS key (if specified). For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-import-iam-role.html\">Setting up an IAM service role for importing models</a> in the Amazon Bedrock User Guide.</p>",
        "CreateEvaluationJobRequest$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock can assume to perform tasks on your behalf. To learn more about the required permissions, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation-security.html\">Required permissions for model evaluations</a>.</p>",
        "CreateModelCustomizationJobRequest$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock can assume to perform tasks on your behalf. For example, during model training, Amazon Bedrock needs your permission to read input data from an S3 bucket, write model artifacts to an S3 bucket. To pass this role to Amazon Bedrock, the caller of this API must have the <code>iam:PassRole</code> permission. </p>",
        "CreateModelImportJobRequest$roleArn": "<p>The Amazon Resource Name (ARN) of the model import job.</p>",
        "CreateModelInvocationJobRequest$roleArn": "<p>The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html\">Create a service role for batch inference</a>.</p>",
        "GetEvaluationJobResponse$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role used in the evaluation job.</p>",
        "GetModelCustomizationJobResponse$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM role.</p>",
        "GetModelImportJobResponse$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with this job.</p>",
        "GetModelInvocationJobResponse$roleArn": "<p>The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html\">Create a service role for batch inference</a>.</p>",
        "ModelInvocationJobSummary$roleArn": "<p>The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html\">Create a service role for batch inference</a>.</p>",
        "SageMakerEndpoint$executionRole": "<p>The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on Amazon EC2 compute instances or for batch transform jobs.</p>"
      }
    },
    "RoutingCriteria": {
      "base": "<p>Routing criteria for a prompt router.</p>",
      "refs": {
        "CreatePromptRouterRequest$routingCriteria": "<p>The criteria, which is the response quality difference, used to determine how incoming requests are routed to different models.</p>",
        "GetPromptRouterResponse$routingCriteria": "<p>The router's routing criteria.</p>",
        "PromptRouterSummary$routingCriteria": "<p>The router's routing criteria.</p>"
      }
    },
    "RoutingCriteriaResponseQualityDifferenceDouble": {
      "base": null,
      "refs": {
        "RoutingCriteria$responseQualityDifference": "<p>The criteria's response quality difference.</p>"
      }
    },
    "S3Config": {
      "base": "<p>S3 configuration for storing log data.</p>",
      "refs": {
        "CloudWatchConfig$largeDataDeliveryS3Config": "<p>S3 configuration for delivering a large amount of data.</p>",
        "LoggingConfig$s3Config": "<p>S3 configuration for storing log data.</p>"
      }
    },
    "S3DataSource": {
      "base": "<p>The Amazon S3 data source of the model to import. </p>",
      "refs": {
        "ModelDataSource$s3DataSource": "<p>The Amazon S3 data source of the model to import.</p>"
      }
    },
    "S3InputFormat": {
      "base": null,
      "refs": {
        "ModelInvocationJobS3InputDataConfig$s3InputFormat": "<p>The format of the input data.</p>"
      }
    },
    "S3ObjectDoc": {
      "base": "<p>The unique wrapper object of the document from the S3 location.</p>",
      "refs": {
        "ExternalSource$s3Location": "<p>The S3 location of the external source wrapper object.</p>"
      }
    },
    "S3Uri": {
      "base": null,
      "refs": {
        "EvaluationDatasetLocation$s3Uri": "<p>The S3 URI of the S3 bucket specified in the job.</p>",
        "EvaluationOutputDataConfig$s3Uri": "<p>The Amazon S3 URI where the results of the evaluation job are saved.</p>",
        "InvocationLogSource$s3Uri": "<p>The URI of an invocation log in a bucket.</p>",
        "ModelInvocationJobS3InputDataConfig$s3Uri": "<p>The S3 location of the input data.</p>",
        "ModelInvocationJobS3OutputDataConfig$s3Uri": "<p>The S3 location of the output data.</p>",
        "OutputDataConfig$s3Uri": "<p>The S3 URI where the output data is stored.</p>",
        "S3DataSource$s3Uri": "<p>The URI of the Amazon S3 data source.</p>",
        "TrainingDataConfig$s3Uri": "<p>The S3 URI where the training data is stored.</p>",
        "Validator$s3Uri": "<p>The S3 URI where the validation data is stored.</p>"
      }
    },
    "SageMakerEndpoint": {
      "base": "<p>Specifies the configuration for a Amazon SageMaker endpoint.</p>",
      "refs": {
        "EndpointConfig$sageMaker": "<p>The configuration specific to Amazon SageMaker for the endpoint.</p>"
      }
    },
    "SageMakerFlowDefinitionArn": {
      "base": null,
      "refs": {
        "HumanWorkflowConfig$flowDefinitionArn": "<p>The Amazon Resource Number (ARN) for the flow definition</p>"
      }
    },
    "SearchType": {
      "base": null,
      "refs": {
        "KnowledgeBaseVectorSearchConfiguration$overrideSearchType": "<p>By default, Amazon Bedrock decides a search strategy for you. If you're using an Amazon OpenSearch Serverless vector store that contains a filterable text field, you can specify whether to query the knowledge base with a <code>HYBRID</code> search using both vector embeddings and raw text, or <code>SEMANTIC</code> search using only vector embeddings. For other vector store configurations, only <code>SEMANTIC</code> search is available.</p>"
      }
    },
    "SecurityGroupId": {
      "base": null,
      "refs": {
        "SecurityGroupIds$member": null
      }
    },
    "SecurityGroupIds": {
      "base": null,
      "refs": {
        "VpcConfig$securityGroupIds": "<p>An array of IDs for each security group in the VPC to use.</p>"
      }
    },
    "ServiceQuotaExceededException": {
      "base": "<p>The number of requests exceeds the service quota. Resubmit your request later.</p>",
      "refs": {
      }
    },
    "ServiceUnavailableException": {
      "base": "<p>Returned if the service cannot complete the request.</p>",
      "refs": {
      }
    },
    "SortByProvisionedModels": {
      "base": null,
      "refs": {
        "ListProvisionedModelThroughputsRequest$sortBy": "<p>The field by which to sort the returned list of Provisioned Throughputs.</p>"
      }
    },
    "SortJobsBy": {
      "base": null,
      "refs": {
        "ListEvaluationJobsRequest$sortBy": "<p>Specifies a creation time to sort the list of evaluation jobs by when they were created.</p>",
        "ListModelCopyJobsRequest$sortBy": "<p>The field to sort by in the returned list of model copy jobs.</p>",
        "ListModelCustomizationJobsRequest$sortBy": "<p>The field to sort by in the returned list of jobs.</p>",
        "ListModelImportJobsRequest$sortBy": "<p>The field to sort by in the returned list of imported jobs.</p>",
        "ListModelInvocationJobsRequest$sortBy": "<p>An attribute by which to sort the results.</p>"
      }
    },
    "SortModelsBy": {
      "base": null,
      "refs": {
        "ListCustomModelDeploymentsRequest$sortBy": "<p>The field to sort the results by. The only supported value is <code>CreationTime</code>.</p>",
        "ListCustomModelsRequest$sortBy": "<p>The field to sort by in the returned list of models.</p>",
        "ListImportedModelsRequest$sortBy": "<p>The field to sort by in the returned list of imported models.</p>"
      }
    },
    "SortOrder": {
      "base": null,
      "refs": {
        "ListCustomModelDeploymentsRequest$sortOrder": "<p>The sort order for the results. Valid values are <code>Ascending</code> and <code>Descending</code>. Default is <code>Descending</code>.</p>",
        "ListCustomModelsRequest$sortOrder": "<p>The sort order of the results.</p>",
        "ListEvaluationJobsRequest$sortOrder": "<p>Specifies whether to sort the list of evaluation jobs by either ascending or descending order.</p>",
        "ListImportedModelsRequest$sortOrder": "<p>Specifies whetehr to sort the results in ascending or descending order.</p>",
        "ListModelCopyJobsRequest$sortOrder": "<p>Specifies whether to sort the results in ascending or descending order.</p>",
        "ListModelCustomizationJobsRequest$sortOrder": "<p>The sort order of the results.</p>",
        "ListModelImportJobsRequest$sortOrder": "<p>Specifies whether to sort the results in ascending or descending order.</p>",
        "ListModelInvocationJobsRequest$sortOrder": "<p>Specifies whether to sort the results by ascending or descending order.</p>",
        "ListProvisionedModelThroughputsRequest$sortOrder": "<p>The sort order of the results.</p>"
      }
    },
    "StartAutomatedReasoningPolicyBuildWorkflowRequest": {
      "base": null,
      "refs": {
      }
    },
    "StartAutomatedReasoningPolicyBuildWorkflowResponse": {
      "base": null,
      "refs": {
      }
    },
    "StartAutomatedReasoningPolicyTestWorkflowRequest": {
      "base": null,
      "refs": {
      }
    },
    "StartAutomatedReasoningPolicyTestWorkflowResponse": {
      "base": null,
      "refs": {
      }
    },
    "Status": {
      "base": null,
      "refs": {
        "MarketplaceModelEndpoint$status": "<p>The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).</p>",
        "MarketplaceModelEndpointSummary$status": "<p>The overall status of the endpoint in Amazon Bedrock Marketplace.</p>"
      }
    },
    "StatusDetails": {
      "base": "<p>For a Distillation job, the status details for sub-tasks of the job. Possible statuses for each sub-task include the following:</p> <ul> <li> <p>NotStarted</p> </li> <li> <p>InProgress</p> </li> <li> <p>Completed</p> </li> <li> <p>Stopping</p> </li> <li> <p>Stopped</p> </li> <li> <p>Failed</p> </li> </ul>",
      "refs": {
        "GetModelCustomizationJobResponse$statusDetails": "<p>For a Distillation job, the details about the statuses of the sub-tasks of the customization job. </p>",
        "ModelCustomizationJobSummary$statusDetails": "<p>Details about the status of the data processing sub-task of the job.</p>"
      }
    },
    "StopEvaluationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "StopEvaluationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "StopModelCustomizationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "StopModelCustomizationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "StopModelInvocationJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "StopModelInvocationJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "String": {
      "base": null,
      "refs": {
        "AgreementAvailability$errorMessage": "<p>Error message.</p>",
        "AutomatedReasoningPolicyBuildStepMessage$message": "<p>The content of the message, describing what occurred during the build step.</p>",
        "BatchDeleteEvaluationJobError$code": "<p>A HTTP status code of the evaluation job being deleted.</p>",
        "BatchDeleteEvaluationJobError$message": "<p>A status message about the evaluation job deletion.</p>",
        "DimensionalPriceRate$dimension": "<p>Dimension for the price rate.</p>",
        "DimensionalPriceRate$price": "<p>Single-dimensional rate information.</p>",
        "DimensionalPriceRate$description": "<p>Description of the price rate.</p>",
        "DimensionalPriceRate$unit": "<p>Unit associated with the price.</p>",
        "GetImportedModelResponse$modelArchitecture": "<p>The architecture of the imported model.</p>",
        "LegalTerm$url": "<p>URL to the legal term document.</p>",
        "MarketplaceModelEndpoint$statusMessage": "<p>Additional information about the overall status, if available.</p>",
        "MarketplaceModelEndpoint$endpointStatus": "<p>The current status of the endpoint (e.g., Creating, InService, Updating, Failed).</p>",
        "MarketplaceModelEndpoint$endpointStatusMessage": "<p>Additional information about the endpoint status, if available.</p>",
        "MarketplaceModelEndpointSummary$statusMessage": "<p>Additional information about the overall status, if available.</p>",
        "ModelCustomizationHyperParameters$key": null,
        "ModelCustomizationHyperParameters$value": null,
        "SupportTerm$refundPolicyDescription": "<p>Describes the refund policy.</p>",
        "ValidityTerm$agreementDuration": "<p>Describes the agreement duration.</p>"
      }
    },
    "SubnetId": {
      "base": null,
      "refs": {
        "SubnetIds$member": null
      }
    },
    "SubnetIds": {
      "base": null,
      "refs": {
        "VpcConfig$subnetIds": "<p>An array of IDs for each subnet in the VPC to use.</p>"
      }
    },
    "SupportTerm": {
      "base": "<p>Describes a support term.</p>",
      "refs": {
        "TermDetails$supportTerm": "<p>Describes the support terms.</p>"
      }
    },
    "Tag": {
      "base": "<p>Definition of the key/value pair for a tag.</p>",
      "refs": {
        "TagList$member": null
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "Tag$key": "<p>Key for the tag.</p>",
        "TagKeyList$member": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$tagKeys": "<p>Tag keys of the tags to remove from the resource.</p>"
      }
    },
    "TagList": {
      "base": null,
      "refs": {
        "CreateAutomatedReasoningPolicyRequest$tags": "<p>A list of tags to associate with the Automated Reasoning policy. Tags help you organize and manage your policies.</p>",
        "CreateAutomatedReasoningPolicyVersionRequest$tags": "<p>A list of tags to associate with the policy version.</p>",
        "CreateCustomModelDeploymentRequest$tags": "<p>Tags to assign to the custom model deployment. You can use tags to organize and track your Amazon Web Services resources for cost allocation and management purposes.</p>",
        "CreateCustomModelRequest$modelTags": "<p>A list of key-value pairs to associate with the custom model resource. You can use these tags to organize and identify your resources.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html\">Tagging resources</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
        "CreateEvaluationJobRequest$jobTags": "<p>Tags to attach to the model evaluation job.</p>",
        "CreateGuardrailRequest$tags": "<p>The tags that you want to attach to the guardrail. </p>",
        "CreateInferenceProfileRequest$tags": "<p>An array of objects, each of which contains a tag and its value. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Tagging resources</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
        "CreateMarketplaceModelEndpointRequest$tags": "<p>An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint. You can use these tags to organize and identify your Amazon Web Services resources.</p>",
        "CreateModelCopyJobRequest$targetModelTags": "<p>Tags to associate with the target model. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html\">Tag resources</a> in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html\">Amazon Bedrock User Guide</a>.</p>",
        "CreateModelCustomizationJobRequest$jobTags": "<p>Tags to attach to the job.</p>",
        "CreateModelCustomizationJobRequest$customModelTags": "<p>Tags to attach to the resulting custom model.</p>",
        "CreateModelImportJobRequest$jobTags": "<p>Tags to attach to this import job. </p>",
        "CreateModelImportJobRequest$importedModelTags": "<p>Tags to attach to the imported model.</p>",
        "CreateModelInvocationJobRequest$tags": "<p>Any tags to associate with the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html\">Tagging Amazon Bedrock resources</a>.</p>",
        "CreatePromptRouterRequest$tags": "<p>An array of key-value pairs to apply to this resource as tags. You can use tags to categorize and manage your Amazon Web Services resources.</p>",
        "CreateProvisionedModelThroughputRequest$tags": "<p>Tags to associate with this Provisioned Throughput.</p>",
        "GetModelCopyJobResponse$targetModelTags": "<p>The tags associated with the copied model.</p>",
        "ListTagsForResourceResponse$tags": "<p>An array of the tags associated with this resource.</p>",
        "ModelCopyJobSummary$targetModelTags": "<p>Tags associated with the copied model.</p>",
        "TagResourceRequest$tags": "<p>Tags to associate with the resource.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "Tag$value": "<p>Value for the tag.</p>"
      }
    },
    "TaggableResourcesArn": {
      "base": null,
      "refs": {
        "ListTagsForResourceRequest$resourceARN": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "TagResourceRequest$resourceARN": "<p>The Amazon Resource Name (ARN) of the resource to tag.</p>",
        "TooManyTagsException$resourceName": "<p>The name of the resource with too many tags.</p>",
        "UntagResourceRequest$resourceARN": "<p>The Amazon Resource Name (ARN) of the resource to untag.</p>"
      }
    },
    "TeacherModelConfig": {
      "base": "<p>Details about a teacher model used for model customization.</p>",
      "refs": {
        "DistillationConfig$teacherModelConfig": "<p>The teacher model configuration.</p>"
      }
    },
    "TeacherModelIdentifier": {
      "base": null,
      "refs": {
        "TeacherModelConfig$teacherModelIdentifier": "<p>The identifier of the teacher model.</p>"
      }
    },
    "Temperature": {
      "base": null,
      "refs": {
        "TextInferenceConfig$temperature": "<p>Controls the random-ness of text generated by the language model, influencing how much the model sticks to the most predictable next words versus exploring more surprising options. A lower temperature value (e.g. 0.2 or 0.3) makes model outputs more deterministic or predictable, while a higher temperature (e.g. 0.8 or 0.9) makes the outputs more creative or unpredictable.</p>"
      }
    },
    "TermDetails": {
      "base": "<p>Describes the usage terms of an offer.</p>",
      "refs": {
        "Offer$termDetails": "<p>Details about the terms of the offer.</p>"
      }
    },
    "TextInferenceConfig": {
      "base": "<p>The configuration details for text generation using a language model via the <code>RetrieveAndGenerate</code> function.</p>",
      "refs": {
        "KbInferenceConfig$textInferenceConfig": "<p>Contains configuration details for text generation using a language model via the <code>RetrieveAndGenerate</code> function.</p>"
      }
    },
    "TextPromptTemplate": {
      "base": null,
      "refs": {
        "PromptTemplate$textPromptTemplate": "<p>The template for the prompt that's sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-test-config.html\">Knowledge base prompt template</a> and <a href=\"https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/use-xml-tags\">Use XML tags with Anthropic Claude models</a>.</p>"
      }
    },
    "ThrottlingException": {
      "base": "<p>The number of requests exceeds the limit. Resubmit your request later.</p>",
      "refs": {
      }
    },
    "Timestamp": {
      "base": null,
      "refs": {
        "AutomatedReasoningPolicyBuildWorkflowSummary$createdAt": "<p>The timestamp when the build workflow was created.</p>",
        "AutomatedReasoningPolicyBuildWorkflowSummary$updatedAt": "<p>The timestamp when the build workflow was last updated.</p>",
        "AutomatedReasoningPolicySummary$createdAt": "<p>The timestamp when the policy was created.</p>",
        "AutomatedReasoningPolicySummary$updatedAt": "<p>The timestamp when the policy was last updated.</p>",
        "AutomatedReasoningPolicyTestCase$createdAt": "<p>The timestamp when the test was created.</p>",
        "AutomatedReasoningPolicyTestCase$updatedAt": "<p>The timestamp when the test was last updated.</p>",
        "AutomatedReasoningPolicyTestResult$updatedAt": "<p>The timestamp when the test results were last updated.</p>",
        "CreateAutomatedReasoningPolicyResponse$createdAt": "<p>The timestamp when the policy was created.</p>",
        "CreateAutomatedReasoningPolicyResponse$updatedAt": "<p>The timestamp when the policy was last updated.</p>",
        "CreateAutomatedReasoningPolicyVersionResponse$createdAt": "<p>The timestamp when the policy version was created.</p>",
        "CreateGuardrailResponse$createdAt": "<p>The time at which the guardrail was created.</p>",
        "CustomModelDeploymentSummary$createdAt": "<p>The date and time when the custom model deployment was created.</p>",
        "CustomModelDeploymentSummary$lastUpdatedAt": "<p>The date and time when the custom model deployment was last modified.</p>",
        "CustomModelSummary$creationTime": "<p>Creation time of the model.</p>",
        "DataProcessingDetails$creationTime": "<p>The start time of the data processing sub-task of the job.</p>",
        "DataProcessingDetails$lastModifiedTime": "<p>The latest update to the data processing sub-task of the job.</p>",
        "DeleteAutomatedReasoningPolicyBuildWorkflowRequest$lastUpdatedAt": "<p>The timestamp when the build workflow was last updated. This is used for optimistic concurrency control to prevent accidental deletion of workflows that have been modified.</p>",
        "DeleteAutomatedReasoningPolicyTestCaseRequest$lastUpdatedAt": "<p>The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications.</p>",
        "EvaluationSummary$creationTime": "<p>The time the evaluation job was created.</p>",
        "GetAutomatedReasoningPolicyAnnotationsResponse$updatedAt": "<p>The timestamp when the annotations were last updated.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$createdAt": "<p>The timestamp when the build workflow was created.</p>",
        "GetAutomatedReasoningPolicyBuildWorkflowResponse$updatedAt": "<p>The timestamp when the build workflow was last updated.</p>",
        "GetAutomatedReasoningPolicyResponse$createdAt": "<p>The timestamp when the policy was created.</p>",
        "GetAutomatedReasoningPolicyResponse$updatedAt": "<p>The timestamp when the policy was last updated.</p>",
        "GetCustomModelDeploymentResponse$createdAt": "<p>The date and time when the custom model deployment was created.</p>",
        "GetCustomModelDeploymentResponse$lastUpdatedAt": "<p>The date and time when the custom model deployment was last updated.</p>",
        "GetCustomModelResponse$creationTime": "<p>Creation time of the model.</p>",
        "GetEvaluationJobResponse$creationTime": "<p>The time the evaluation job was created.</p>",
        "GetEvaluationJobResponse$lastModifiedTime": "<p>The time the evaluation job was last modified.</p>",
        "GetGuardrailResponse$createdAt": "<p>The date and time at which the guardrail was created.</p>",
        "GetGuardrailResponse$updatedAt": "<p>The date and time at which the guardrail was updated.</p>",
        "GetImportedModelResponse$creationTime": "<p>Creation time of the imported model.</p>",
        "GetInferenceProfileResponse$createdAt": "<p>The time at which the inference profile was created.</p>",
        "GetInferenceProfileResponse$updatedAt": "<p>The time at which the inference profile was last updated.</p>",
        "GetModelCopyJobResponse$creationTime": "<p>The time at which the model copy job was created.</p>",
        "GetModelCustomizationJobResponse$creationTime": "<p>Time that the resource was created.</p>",
        "GetModelCustomizationJobResponse$lastModifiedTime": "<p>Time that the resource was last modified.</p>",
        "GetModelCustomizationJobResponse$endTime": "<p>Time that the resource transitioned to terminal state.</p>",
        "GetModelImportJobResponse$creationTime": "<p>The time the resource was created.</p>",
        "GetModelImportJobResponse$lastModifiedTime": "<p>Time the resource was last modified.</p>",
        "GetModelImportJobResponse$endTime": "<p>Time that the resource transitioned to terminal state.</p>",
        "GetModelInvocationJobResponse$submitTime": "<p>The time at which the batch inference job was submitted.</p>",
        "GetModelInvocationJobResponse$lastModifiedTime": "<p>The time at which the batch inference job was last modified.</p>",
        "GetModelInvocationJobResponse$endTime": "<p>The time at which the batch inference job ended.</p>",
        "GetModelInvocationJobResponse$jobExpirationTime": "<p>The time at which the batch inference job times or timed out.</p>",
        "GetPromptRouterResponse$createdAt": "<p>When the router was created.</p>",
        "GetPromptRouterResponse$updatedAt": "<p>When the router was updated.</p>",
        "GetProvisionedModelThroughputResponse$creationTime": "<p>The timestamp of the creation time for this Provisioned Throughput. </p>",
        "GetProvisionedModelThroughputResponse$lastModifiedTime": "<p>The timestamp of the last time that this Provisioned Throughput was modified. </p>",
        "GetProvisionedModelThroughputResponse$commitmentExpirationTime": "<p>The timestamp for when the commitment term for the Provisioned Throughput expires.</p>",
        "GuardrailSummary$createdAt": "<p>The date and time at which the guardrail was created.</p>",
        "GuardrailSummary$updatedAt": "<p>The date and time at which the guardrail was last updated.</p>",
        "ImportedModelSummary$creationTime": "<p>Creation time of the imported model.</p>",
        "InferenceProfileSummary$createdAt": "<p>The time at which the inference profile was created.</p>",
        "InferenceProfileSummary$updatedAt": "<p>The time at which the inference profile was last updated.</p>",
        "ListCustomModelDeploymentsRequest$createdBefore": "<p>Filters deployments created before the specified date and time.</p>",
        "ListCustomModelDeploymentsRequest$createdAfter": "<p>Filters deployments created after the specified date and time.</p>",
        "ListCustomModelsRequest$creationTimeBefore": "<p>Return custom models created before the specified time. </p>",
        "ListCustomModelsRequest$creationTimeAfter": "<p>Return custom models created after the specified time. </p>",
        "ListEvaluationJobsRequest$creationTimeAfter": "<p>A filter to only list evaluation jobs created after a specified time.</p>",
        "ListEvaluationJobsRequest$creationTimeBefore": "<p>A filter to only list evaluation jobs created before a specified time.</p>",
        "ListImportedModelsRequest$creationTimeBefore": "<p>Return imported models that created before the specified time.</p>",
        "ListImportedModelsRequest$creationTimeAfter": "<p>Return imported models that were created after the specified time.</p>",
        "ListModelCopyJobsRequest$creationTimeAfter": "<p>Filters for model copy jobs created after the specified time.</p>",
        "ListModelCopyJobsRequest$creationTimeBefore": "<p>Filters for model copy jobs created before the specified time. </p>",
        "ListModelCustomizationJobsRequest$creationTimeAfter": "<p>Return customization jobs created after the specified time. </p>",
        "ListModelCustomizationJobsRequest$creationTimeBefore": "<p>Return customization jobs created before the specified time. </p>",
        "ListModelImportJobsRequest$creationTimeAfter": "<p>Return import jobs that were created after the specified time.</p>",
        "ListModelImportJobsRequest$creationTimeBefore": "<p>Return import jobs that were created before the specified time.</p>",
        "ListModelInvocationJobsRequest$submitTimeAfter": "<p>Specify a time to filter for batch inference jobs that were submitted after the time you specify.</p>",
        "ListModelInvocationJobsRequest$submitTimeBefore": "<p>Specify a time to filter for batch inference jobs that were submitted before the time you specify.</p>",
        "ListProvisionedModelThroughputsRequest$creationTimeAfter": "<p>A filter that returns Provisioned Throughputs created after the specified time. </p>",
        "ListProvisionedModelThroughputsRequest$creationTimeBefore": "<p>A filter that returns Provisioned Throughputs created before the specified time. </p>",
        "MarketplaceModelEndpoint$createdAt": "<p>The timestamp when the endpoint was registered.</p>",
        "MarketplaceModelEndpoint$updatedAt": "<p>The timestamp when the endpoint was last updated.</p>",
        "MarketplaceModelEndpointSummary$createdAt": "<p>The timestamp when the endpoint was created.</p>",
        "MarketplaceModelEndpointSummary$updatedAt": "<p>The timestamp when the endpoint was last updated.</p>",
        "ModelCopyJobSummary$creationTime": "<p>The time that the model copy job was created.</p>",
        "ModelCustomizationJobSummary$lastModifiedTime": "<p>Time that the customization job was last modified.</p>",
        "ModelCustomizationJobSummary$creationTime": "<p>Creation time of the custom model. </p>",
        "ModelCustomizationJobSummary$endTime": "<p>Time that the customization job ended.</p>",
        "ModelImportJobSummary$lastModifiedTime": "<p>The time when the import job was last modified.</p>",
        "ModelImportJobSummary$creationTime": "<p>The time import job was created.</p>",
        "ModelImportJobSummary$endTime": "<p>The time when import job ended.</p>",
        "ModelInvocationJobSummary$submitTime": "<p>The time at which the batch inference job was submitted.</p>",
        "ModelInvocationJobSummary$lastModifiedTime": "<p>The time at which the batch inference job was last modified.</p>",
        "ModelInvocationJobSummary$endTime": "<p>The time at which the batch inference job ended.</p>",
        "ModelInvocationJobSummary$jobExpirationTime": "<p>The time at which the batch inference job times or timed out.</p>",
        "PromptRouterSummary$createdAt": "<p>When the router was created.</p>",
        "PromptRouterSummary$updatedAt": "<p>When the router was updated.</p>",
        "ProvisionedModelSummary$commitmentExpirationTime": "<p>The timestamp for when the commitment term of the Provisioned Throughput expires.</p>",
        "ProvisionedModelSummary$creationTime": "<p>The time that the Provisioned Throughput was created. </p>",
        "ProvisionedModelSummary$lastModifiedTime": "<p>The time that the Provisioned Throughput was last modified. </p>",
        "TrainingDetails$creationTime": "<p>The start time of the training sub-task of the job.</p>",
        "TrainingDetails$lastModifiedTime": "<p>The latest update to the training sub-task of the job.</p>",
        "UpdateAutomatedReasoningPolicyAnnotationsResponse$updatedAt": "<p>The timestamp when the annotations were updated.</p>",
        "UpdateAutomatedReasoningPolicyResponse$updatedAt": "<p>The timestamp when the policy was last updated.</p>",
        "UpdateAutomatedReasoningPolicyTestCaseRequest$lastUpdatedAt": "<p>The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications.</p>",
        "UpdateGuardrailResponse$updatedAt": "<p>The date and time at which the guardrail was updated.</p>",
        "ValidationDetails$creationTime": "<p>The start time of the validation sub-task of the job.</p>",
        "ValidationDetails$lastModifiedTime": "<p>The latest update to the validation sub-task of the job.</p>"
      }
    },
    "TooManyTagsException": {
      "base": "<p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>",
      "refs": {
      }
    },
    "TopP": {
      "base": null,
      "refs": {
        "TextInferenceConfig$topP": "<p>A probability distribution threshold which controls what the model considers for the set of possible next tokens. The model will only consider the top p% of the probability distribution when generating the next token.</p>"
      }
    },
    "TrainingDataConfig": {
      "base": "<p>S3 Location of the training data.</p>",
      "refs": {
        "CreateModelCustomizationJobRequest$trainingDataConfig": "<p>Information about the training dataset.</p>",
        "GetCustomModelResponse$trainingDataConfig": "<p>Contains information about the training dataset.</p>",
        "GetModelCustomizationJobResponse$trainingDataConfig": "<p>Contains information about the training dataset.</p>"
      }
    },
    "TrainingDetails": {
      "base": "<p>For a Distillation job, the status details for the training sub-task of the job.</p>",
      "refs": {
        "StatusDetails$trainingDetails": "<p>The status details for the training sub-task of the job.</p>"
      }
    },
    "TrainingMetrics": {
      "base": "<p>Metrics associated with the custom job.</p>",
      "refs": {
        "GetCustomModelResponse$trainingMetrics": "<p>Contains training metrics from the job creation.</p>",
        "GetModelCustomizationJobResponse$trainingMetrics": "<p>Contains training metrics from the job creation.</p>"
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UntagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAutomatedReasoningPolicyAnnotationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAutomatedReasoningPolicyAnnotationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAutomatedReasoningPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAutomatedReasoningPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAutomatedReasoningPolicyTestCaseRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAutomatedReasoningPolicyTestCaseResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateGuardrailRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateGuardrailResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateMarketplaceModelEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateMarketplaceModelEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateProvisionedModelThroughputRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateProvisionedModelThroughputResponse": {
      "base": null,
      "refs": {
      }
    },
    "UsePromptResponse": {
      "base": null,
      "refs": {
        "InvocationLogsConfig$usePromptResponse": "<p>Whether to use the model's response for training, or just the prompt. The default value is <code>False</code>.</p>"
      }
    },
    "ValidationDataConfig": {
      "base": "<p>Array of up to 10 validators.</p>",
      "refs": {
        "CreateModelCustomizationJobRequest$validationDataConfig": "<p>Information about the validation dataset. </p>",
        "GetCustomModelResponse$validationDataConfig": "<p>Contains information about the validation dataset.</p>",
        "GetModelCustomizationJobResponse$validationDataConfig": "<p>Contains information about the validation dataset.</p>"
      }
    },
    "ValidationDetails": {
      "base": "<p>For a Distillation job, the status details for the validation sub-task of the job.</p>",
      "refs": {
        "StatusDetails$validationDetails": "<p>The status details for the validation sub-task of the job.</p>"
      }
    },
    "ValidationException": {
      "base": "<p>Input validation failed. Check your request parameters and retry the request.</p>",
      "refs": {
      }
    },
    "ValidationMetrics": {
      "base": null,
      "refs": {
        "GetCustomModelResponse$validationMetrics": "<p>The validation metrics from the job creation.</p>",
        "GetModelCustomizationJobResponse$validationMetrics": "<p>The loss metric for each validator that you provided in the createjob request.</p>"
      }
    },
    "Validator": {
      "base": "<p>Information about a validator.</p>",
      "refs": {
        "Validators$member": null
      }
    },
    "ValidatorMetric": {
      "base": "<p>The metric for the validator.</p>",
      "refs": {
        "ValidationMetrics$member": null
      }
    },
    "Validators": {
      "base": null,
      "refs": {
        "ValidationDataConfig$validators": "<p>Information about the validators.</p>"
      }
    },
    "ValidityTerm": {
      "base": "<p>Describes the validity terms.</p>",
      "refs": {
        "TermDetails$validityTerm": "<p>Describes the validity terms.</p>"
      }
    },
    "VectorSearchBedrockRerankingConfiguration": {
      "base": "<p>Configuration for using Amazon Bedrock foundation models to rerank Knowledge Base vector search results. This enables more sophisticated relevance ranking using large language models.</p>",
      "refs": {
        "VectorSearchRerankingConfiguration$bedrockRerankingConfiguration": "<p>Configuration for using Amazon Bedrock foundation models to rerank search results. This is required when the reranking type is set to BEDROCK.</p>"
      }
    },
    "VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger": {
      "base": null,
      "refs": {
        "VectorSearchBedrockRerankingConfiguration$numberOfRerankedResults": "<p>The maximum number of results to rerank. This limits how many of the initial vector search results will be processed by the reranking model. A smaller number improves performance but may exclude potentially relevant results.</p>"
      }
    },
    "VectorSearchBedrockRerankingModelConfiguration": {
      "base": "<p>Configuration for the Amazon Bedrock foundation model used for reranking vector search results. This specifies which model to use and any additional parameters required by the model.</p>",
      "refs": {
        "VectorSearchBedrockRerankingConfiguration$modelConfiguration": "<p>Configuration for the Amazon Bedrock foundation model used for reranking. This includes the model ARN and any additional request fields required by the model.</p>"
      }
    },
    "VectorSearchRerankingConfiguration": {
      "base": "<p>Configuration for reranking vector search results to improve relevance. Reranking applies additional relevance models to reorder the initial vector search results based on more sophisticated criteria.</p>",
      "refs": {
        "KnowledgeBaseVectorSearchConfiguration$rerankingConfiguration": "<p>Configuration for reranking search results in Knowledge Base vector searches. Reranking improves search relevance by reordering initial vector search results using more sophisticated relevance models.</p>"
      }
    },
    "VectorSearchRerankingConfigurationType": {
      "base": null,
      "refs": {
        "VectorSearchRerankingConfiguration$type": "<p>The type of reranking to apply to vector search results. Currently, the only supported value is BEDROCK, which uses Amazon Bedrock foundation models for reranking.</p>"
      }
    },
    "VpcConfig": {
      "base": "<p>The configuration of a virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/usingVPC.html\">Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink</a>.</p>",
      "refs": {
        "CreateModelCustomizationJobRequest$vpcConfig": "<p>The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/vpc-model-customization.html\">Protect your model customization jobs using a VPC</a>.</p>",
        "CreateModelImportJobRequest$vpcConfig": "<p>VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.</p>",
        "CreateModelInvocationJobRequest$vpcConfig": "<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-vpc\">Protect batch inference jobs using a VPC</a>.</p>",
        "GetModelCustomizationJobResponse$vpcConfig": "<p>VPC configuration for the custom model job.</p>",
        "GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>",
        "GetModelInvocationJobResponse$vpcConfig": "<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-vpc\">Protect batch inference jobs using a VPC</a>.</p>",
        "ModelInvocationJobSummary$vpcConfig": "<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-vpc\">Protect batch inference jobs using a VPC</a>.</p>",
        "SageMakerEndpoint$vpc": "<p>The VPC configuration for the endpoint.</p>"
      }
    },
    "kBS3Uri": {
      "base": null,
      "refs": {
        "S3ObjectDoc$uri": "<p>The S3 URI location for the wrapper object of the document.</p>"
      }
    }
  }
}
