File tree 3 files changed +26
-1
lines changed
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.38 - 2019-12-31
4
+ - Generated 2019-09-28 for ` reid ` .
5
+
6
+
3
7
## 1.8.37 - 2019-12-31
4
8
- Support DeleteDBCluster.
5
9
- Support ModifyDBCluster.
Original file line number Diff line number Diff line change 8
8
* @method DescribeBaseStatistics describeBaseStatistics(array $options = [])
9
9
* @method DescribeCursor describeCursor(array $options = [])
10
10
* @method DescribeCustomerFlowByLocation describeCustomerFlowByLocation(array $options = [])
11
+ * @method DescribeDevices describeDevices(array $options = [])
11
12
* @method DescribeHeatMap describeHeatMap(array $options = [])
12
13
* @method DescribeImageUrls describeImageUrls(array $options = [])
13
14
* @method DescribeOverviewData describeOverviewData(array $options = [])
@@ -266,6 +267,26 @@ public function withParentLocationIds($value)
266
267
}
267
268
}
268
269
270
+ /**
271
+ * @method string getStoreId()
272
+ */
273
+ class DescribeDevices extends Rpc
274
+ {
275
+
276
+ /**
277
+ * @param string $value
278
+ *
279
+ * @return $this
280
+ */
281
+ public function withStoreId ($ value )
282
+ {
283
+ $ this ->data ['StoreId ' ] = $ value ;
284
+ $ this ->options ['form_params ' ]['StoreId ' ] = $ value ;
285
+
286
+ return $ this ;
287
+ }
288
+ }
289
+
269
290
/**
270
291
* @method string getDate()
271
292
* @method string getStoreId()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.37 ' ;
19
+ const VERSION = '1.8.38 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments