It it possible to access streams defined by the DynamoDBStreams service with the Kinesis SDK? For example, using C++, is it possible to get info on a stream added by, say
$ aws dynamodb update-table --stream-specification ...
with
Aws::Kinesis::KinesisClient::DescribeStream()
? (This would mean "switching" the service Kinesis targets. AFAIK it is not possible since Kinesis and DynamoDBStreams services are disjunct, however, they have common conceptual points.)