{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-migration-hub/refs/heads/main/json-structure/migration-hub-api-progress-update-stream-summary-structure.json", "name": "ProgressUpdateStreamSummary", "type": "object", "description": "Summary of the AWS resource used for access control that is implicitly linked to your AWS account.", "properties": { "ProgressUpdateStreamName": { "allOf": [ { "$ref": "#/components/schemas/ProgressUpdateStream" }, { "description": "The name of the ProgressUpdateStream. Do not store personal data in this field. " } ] } } }