Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Update Chap Credentials Output Structure

A JSON object containing the following fields:

Type: object Properties: 2
BackupFile StorageGatewayHybrid CloudStorage

UpdateChapCredentialsOutput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TargetARN InitiatorName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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-update-chap-credentials-output-structure.json",
  "name": "UpdateChapCredentialsOutput",
  "description": "A JSON object containing the following fields:",
  "properties": {
    "TargetARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the target. This is the same target specified in the request."
        }
      ]
    },
    "InitiatorName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IqnName"
        },
        {
          "description": "The iSCSI initiator that connects to the target. This is the same initiator name specified in the request."
        }
      ]
    }
  }
}