Skip to content

Commit 1406929

Browse files
committed
Generated 2019-09-28 for reid.
1 parent 4e84d63 commit 1406929

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.38 - 2019-12-31
4+
- Generated 2019-09-28 for `reid`.
5+
6+
37
## 1.8.37 - 2019-12-31
48
- Support DeleteDBCluster.
59
- Support ModifyDBCluster.

src/Reid/V20190928/ReidApiResolver.php

+21
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @method DescribeBaseStatistics describeBaseStatistics(array $options = [])
99
* @method DescribeCursor describeCursor(array $options = [])
1010
* @method DescribeCustomerFlowByLocation describeCustomerFlowByLocation(array $options = [])
11+
* @method DescribeDevices describeDevices(array $options = [])
1112
* @method DescribeHeatMap describeHeatMap(array $options = [])
1213
* @method DescribeImageUrls describeImageUrls(array $options = [])
1314
* @method DescribeOverviewData describeOverviewData(array $options = [])
@@ -266,6 +267,26 @@ public function withParentLocationIds($value)
266267
}
267268
}
268269

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+
269290
/**
270291
* @method string getDate()
271292
* @method string getStoreId()

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.37';
19+
const VERSION = '1.8.38';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)