File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55### Added
66
77- Support for CodeBuild
8+ - Support for TimestreamQuery
9+ - Support for TimestreamWrite
810
911## 1.7.0
1012
Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ public static function getAllServices(): array
125125 'class ' => \AsyncAws \StepFunctions \StepFunctionsClient::class,
126126 'package ' => 'async-aws/step-functions ' ,
127127 ],
128+ 'timestream_query ' => [
129+ 'class ' => \AsyncAws \TimestreamQuery \TimestreamQueryClient::class,
130+ 'package ' => 'async-aws/timestream-query ' ,
131+ ],
132+ 'timestream_write ' => [
133+ 'class ' => \AsyncAws \TimestreamWrite \TimestreamWriteClient::class,
134+ 'package ' => 'async-aws/timestream-write ' ,
135+ ],
128136 'x_ray ' => [
129137 'class ' => \AsyncAws \XRay \XRayClient::class,
130138 'package ' => 'async-aws/x-ray ' ,
You can’t perform that action at this time.
0 commit comments