tencentcloud-sdk-nodejs-tke 4.1.218 → 4.1.221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7230,6 +7230,10 @@ export interface KMSConfiguration {
|
|
|
7230
7230
|
* CreateRollOutSequence返回参数结构体
|
|
7231
7231
|
*/
|
|
7232
7232
|
export interface CreateRollOutSequenceResponse {
|
|
7233
|
+
/**
|
|
7234
|
+
* 发布序列ID
|
|
7235
|
+
*/
|
|
7236
|
+
ID?: number;
|
|
7233
7237
|
/**
|
|
7234
7238
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7235
7239
|
*/
|