{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-delete-chap-credentials-input-structure.json", "name": "DeleteChapCredentialsInput", "description": "
A JSON object containing one or more of the following fields:
", "properties": { "TargetARN": { "allOf": [ { "$ref": "#/components/schemas/TargetARN" }, { "description": "The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN." } ] }, "InitiatorName": { "allOf": [ { "$ref": "#/components/schemas/IqnName" }, { "description": "The iSCSI initiator that connects to the target." } ] } }, "required": [ "TargetARN", "InitiatorName" ] }