Skip to content

Commit 57de198

Browse files
committed
Generated 2019-09-28 for reid.
1 parent da1163d commit 57de198

12 files changed

+862
-3
lines changed

CHANGELOG.md

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

3+
## 1.8.13 - 2019-12-19
4+
- Generated 2019-09-28 for `reid`.
5+
6+
37
## 1.8.12 - 2019-12-19
48
- DescribeNetworkInterfaces Supports NextToken.
59

SUPPORTED-EN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[简体中文](./SUPPORTED.md) | English
22

33
# Supported
4-
Alibaba Cloud SDK for PHP has supported quick access to 180 versions of 159 products, as listed below:
4+
Alibaba Cloud SDK for PHP has supported quick access to 181 versions of 160 products, as listed below:
55

66
| Products | Versions |
77
|----------|-------------|
@@ -132,6 +132,7 @@ Alibaba Cloud SDK for PHP has supported quick access to 180 versions of 159 prod
132132
| [ROS](https://packagist.org/packages/alibabacloud/ros) | V20150901, V20190910 |
133133
| [Ram](https://packagist.org/packages/alibabacloud/ram) | V20140214, V20150501, V20180302 |
134134
| [Rds](https://packagist.org/packages/alibabacloud/rds) | V20140815 |
135+
| [Reid](https://packagist.org/packages/alibabacloud/reid) | V20190928 |
135136
| [Retailcloud](https://packagist.org/packages/alibabacloud/retailcloud) | V20180313 |
136137
| [Rtc](https://packagist.org/packages/alibabacloud/rtc) | V20180111 |
137138
| [Saf](https://packagist.org/packages/alibabacloud/saf) | V20180919 |

SUPPORTED.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
简体中文 | [English](./SUPPORTED-EN.md)
22

33
# 支持
4-
Alibaba Cloud SDK for PHP 已经支持 159 个产品共 180 个版本的快捷访问,列表如下:
4+
Alibaba Cloud SDK for PHP 已经支持 160 个产品共 181 个版本的快捷访问,列表如下:
55

66
| 产品 | 版本 |
77
|----------|-------------|
@@ -132,6 +132,7 @@ Alibaba Cloud SDK for PHP 已经支持 159 个产品共 180 个版本的快捷
132132
| [ROS](https://packagist.org/packages/alibabacloud/ros) | V20150901, V20190910 |
133133
| [Ram](https://packagist.org/packages/alibabacloud/ram) | V20140214, V20150501, V20180302 |
134134
| [Rds](https://packagist.org/packages/alibabacloud/rds) | V20140815 |
135+
| [Reid](https://packagist.org/packages/alibabacloud/reid) | V20190928 |
135136
| [Retailcloud](https://packagist.org/packages/alibabacloud/retailcloud) | V20180313 |
136137
| [Rtc](https://packagist.org/packages/alibabacloud/rtc) | V20180111 |
137138
| [Saf](https://packagist.org/packages/alibabacloud/saf) | V20180919 |

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"alibabacloud/ros": "self.version",
170170
"alibabacloud/ram": "self.version",
171171
"alibabacloud/rds": "self.version",
172+
"alibabacloud/reid": "self.version",
172173
"alibabacloud/retailcloud": "self.version",
173174
"alibabacloud/rtc": "self.version",
174175
"alibabacloud/saf": "self.version",

src/IdeHelper.php

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
* @method static ROS\ROS rOS()
135135
* @method static Ram\Ram ram()
136136
* @method static Rds\Rds rds()
137+
* @method static Reid\Reid reid()
137138
* @method static Retailcloud\Retailcloud retailcloud()
138139
* @method static Rtc\Rtc rtc()
139140
* @method static Saf\Saf saf()

src/Reid/README-EN.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[¼òÌåÖÐÎÄ](./README.md) | English
2+
3+
<p align="center">
4+
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg"></a>
5+
</p>
6+
7+
<h1 align="center">Alibaba Cloud Reid SDK for PHP</h1>
8+
9+
If [Alibaba Cloud SDK for PHP][sdk] is installed, there is no need to install the product dependency package. This product dependency package is only part of the synchronization from [Alibaba Cloud SDK for PHP][sdk], and its namespace and usage are consistent with [Alibaba Cloud SDK for PHP][sdk].
10+
11+
If you don't care about file size, we recommend that you install [Alibaba Cloud SDK for PHP][sdk] and update it regularly so as to maintain the latest and most complete product support:
12+
```
13+
composer require alibabacloud/sdk
14+
```
15+
16+
The product can also be installed only:
17+
> The version of this product is always synchronized with [Alibaba Cloud SDK for PHP][sdk] to ensure that it can switch with [Alibaba Cloud SDK for PHP][sdk] at any time without changing the business code, although the code between different versions of this product may not change.
18+
```
19+
composer require alibabacloud/reid
20+
```
21+
22+
***
23+
Refer to document [Alibaba Cloud SDK for PHP][sdk] for more SDK usage.
24+
25+
[sdk]: https://github.com/aliyun/openapi-sdk-php

src/Reid/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
简体中文 | [English](./README-EN.md)
2+
3+
<p align="center">
4+
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/Aliyun.svg"></a>
5+
</p>
6+
7+
<h1 align="center">Alibaba Cloud Reid SDK for PHP</h1>
8+
9+
若已安装 [Alibaba Cloud SDK for PHP][sdk] 则无需安装本产品依赖包。本产品依赖包只是从 [Alibaba Cloud SDK for PHP][sdk] 中同步出来的一部分,其命名空间、用法与 [Alibaba Cloud SDK for PHP][sdk] 一致。
10+
11+
如果您不在乎文件体积,建议您安装 [Alibaba Cloud SDK for PHP][sdk] 并经常更新,以便保持最新、最全的产品支持:
12+
```
13+
composer require alibabacloud/sdk
14+
```
15+
16+
也可仅安装本产品:
17+
> 本产品的版本始终和 [Alibaba Cloud SDK for PHP][sdk] 保持同步,以保证在不改变业务代码的情况下随时和 [Alibaba Cloud SDK for PHP][sdk] 相互切换,尽管本产品不同版本之间的代码可能没有变化。
18+
```
19+
composer require alibabacloud/reid
20+
```
21+
22+
***
23+
更多 SDK 的使用请参考 [Alibaba Cloud SDK for PHP][sdk] 文档。
24+
25+
[sdk]: https://github.com/aliyun/openapi-sdk-php

src/Reid/Reid.php

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
namespace AlibabaCloud\Reid;
4+
5+
use AlibabaCloud\Client\Resolver\VersionResolver;
6+
7+
/**
8+
* @method static V20190928\ReidApiResolver v20190928()
9+
*/
10+
class Reid extends VersionResolver
11+
{
12+
}

0 commit comments

Comments
 (0)