{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ServiceSummary", "description": "

Provides summary information for an App Runner service.

This type contains limited information about a service. It doesn't include configuration details. It's returned by the ListServices action. Complete service information is returned by the CreateService, DescribeService, and DeleteService actions using the Service type.

", "type": "object", "properties": { "ServiceName": {}, "ServiceId": {}, "ServiceArn": {}, "ServiceUrl": {}, "CreatedAt": {}, "UpdatedAt": {}, "Status": {} } }