{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-schema/openapi-delete-tls-inspection-configuration-response-schema.json", "title": "DeleteTLSInspectionConfigurationResponse", "description": "DeleteTLSInspectionConfigurationResponse schema from Amazon Network Firewall", "type": "object", "properties": { "TLSInspectionConfigurationResponse": { "allOf": [ { "$ref": "#/components/schemas/TLSInspectionConfigurationResponse" }, { "description": "The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration. " } ] } }, "required": [ "TLSInspectionConfigurationResponse" ] }