"smithy.api#documentation": "<p> The evaluation level that determines the scope of evaluation. Valid values are <code>TOOL_CALL</code> for individual tool invocations, <code>TRACE</code> for single request-response interactions, or <code>SESSION</code> for entire conversation sessions. </p>",
"smithy.api#documentation": "<p>A map of tag keys and values to assign to an AgentCore Evaluator. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>"
}
}
},
"traits": {
@@ -3898,6 +3904,12 @@
"smithy.api#documentation": "<p> Whether to enable the online evaluation configuration immediately upon creation. If true, evaluation begins automatically. </p>",
"smithy.api#documentation": "<p>A map of tag keys and values to assign to an AgentCore Online Evaluation Config. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>"
"smithy.api#documentation": "<p>Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose <code>dualstack</code> to help optimize reliability.</p>"
"smithy.api#documentation": "<p>Configures mutual TLS authentication between CloudFront and your origin server.</p>"
}
}
},
"traits": {
@@ -19007,6 +19013,21 @@
}
}
},
"com.amazonaws.cloudfront#OriginMtlsConfig": {
"type": "structure",
"members": {
"ClientCertificateArn": {
"target": "com.amazonaws.cloudfront#string",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the client certificate stored in Amazon Web Services Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Configures mutual TLS authentication between CloudFront and your origin server.</p>"