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 5
5
### Added
6
6
7
7
- Support for CodeBuild
8
+ - Support for TimestreamQuery
9
+ - Support for TimestreamWrite
8
10
9
11
## 1.7.0
10
12
Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ public static function getAllServices(): array
125
125
'class ' => \AsyncAws \StepFunctions \StepFunctionsClient::class,
126
126
'package ' => 'async-aws/step-functions ' ,
127
127
],
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
+ ],
128
136
'x_ray ' => [
129
137
'class ' => \AsyncAws \XRay \XRayClient::class,
130
138
'package ' => 'async-aws/x-ray ' ,
You can’t perform that action at this time.
0 commit comments