import * as __aws_sdk_types from "@aws-sdk/types"; /** * DescribeActivityOutput shape */ export interface DescribeActivityOutput extends __aws_sdk_types.MetadataBearer { /** *
The Amazon Resource Name (ARN) that identifies the activity.
*/ activityArn: string; /** *The name of the activity.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
The date the activity is created.
*/ creationDate: Date; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }