$AWS.SDK method types return Date in step functions, but are actually a string.
DescribeStacks
"CreationTime": "2013-08-23T01:02:15.422Z",
$AWS.SDK.CloudFormation.describeStacks
export type CreationTime = Date;
/**
* The time at which the stack was created.
*/
CreationTime: CreationTime;