tencentcloud-sdk-nodejs-intl-en 3.0.1423 → 3.0.1424
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
|
@@ -16684,7 +16684,7 @@ class ModifyDashboardRequest extends AbstractModel {
|
|
|
16684
16684
|
super();
|
|
16685
16685
|
|
|
16686
16686
|
/**
|
|
16687
|
-
* Dashboard id.
|
|
16687
|
+
* Dashboard id.
|
|
16688
16688
|
* @type {string || null}
|
|
16689
16689
|
*/
|
|
16690
16690
|
this.DashboardId = null;
|
|
@@ -17186,7 +17186,7 @@ Each request can have up to 10 Filters. The upper limit of Filter.Values is 100.
|
|
|
17186
17186
|
/**
|
|
17187
17187
|
* Filter is performed by topicId and regionId.
|
|
17188
17188
|
-topicId: Log topic id.
|
|
17189
|
-
- Obtain the log topic Id through [Get Log Topic List](https://www.tencentcloud.com/document/
|
|
17189
|
+
- Obtain the log topic Id through [Get Log Topic List](https://www.tencentcloud.com/document/api/614/42783).
|
|
17190
17190
|
-Example value: 439a5304-08f9-484b-9c4d-46ff57133816
|
|
17191
17191
|
- regionId
|
|
17192
17192
|
- 1: Guangzhou
|
|
@@ -17209,7 +17209,7 @@ Each request can have up to 10 Filters. The upper limit of Filter.Values is 100.
|
|
|
17209
17209
|
-39: Taipei (China)
|
|
17210
17210
|
- 46: Beijing Finance
|
|
17211
17211
|
-72: Jakarta
|
|
17212
|
-
-74:
|
|
17212
|
+
-74: Sao Paulo
|
|
17213
17213
|
-78: Shanghai Autonomous Driving Cloud
|
|
17214
17214
|
|
|
17215
17215
|
* @type {Array.<TopicIdAndRegion> || null}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1424";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1484,7 +1484,7 @@ class SendMultiStatus extends AbstractModel {
|
|
|
1484
1484
|
this.SessionContext = null;
|
|
1485
1485
|
|
|
1486
1486
|
/**
|
|
1487
|
-
* SMS request error code. For specific meanings, see [Error Codes](https://
|
|
1487
|
+
* SMS request error code. For specific meanings, see [Error Codes](https://www.tencentcloud.com/zh/document/product/382/79029#6.-Error-Code). `Ok` will be returned for successful delivery.
|
|
1488
1488
|
* @type {string || null}
|
|
1489
1489
|
*/
|
|
1490
1490
|
this.Code = null;
|
|
@@ -1496,7 +1496,7 @@ class SendMultiStatus extends AbstractModel {
|
|
|
1496
1496
|
this.Message = null;
|
|
1497
1497
|
|
|
1498
1498
|
/**
|
|
1499
|
-
* Country/Region code, such as US and MY. For unrecognized country/region codes, `DEF` is returned by default. For the specific list of supported values, please see [Global SMS Price Overview](https://
|
|
1499
|
+
* Country/Region code, such as US and MY. For unrecognized country/region codes, `DEF` is returned by default. For the specific list of supported values, please see [Global SMS Price Overview](https://www.tencentcloud.com/zh/document/product/382/8414).
|
|
1500
1500
|
* @type {string || null}
|
|
1501
1501
|
*/
|
|
1502
1502
|
this.IsoCode = null;
|
|
@@ -2630,7 +2630,7 @@ class SendStatus extends AbstractModel {
|
|
|
2630
2630
|
this.SessionContext = null;
|
|
2631
2631
|
|
|
2632
2632
|
/**
|
|
2633
|
-
* SMS request error code. For specific meanings, see [Error Codes](https://
|
|
2633
|
+
* SMS request error code. For specific meanings, see [Error Codes](https://www.tencentcloud.com/zh/document/product/382/40536#6.-Error-Code). `Ok` will be returned for successful delivery.
|
|
2634
2634
|
* @type {string || null}
|
|
2635
2635
|
*/
|
|
2636
2636
|
this.Code = null;
|
|
@@ -2642,7 +2642,7 @@ class SendStatus extends AbstractModel {
|
|
|
2642
2642
|
this.Message = null;
|
|
2643
2643
|
|
|
2644
2644
|
/**
|
|
2645
|
-
* Country/Region code, such as US and MY. For unrecognized country/region codes, `DEF` is returned by default. For the specific list of supported values, please see [Global SMS Price Overview](https://
|
|
2645
|
+
* Country/Region code, such as US and MY. For unrecognized country/region codes, `DEF` is returned by default. For the specific list of supported values, please see [Global SMS Price Overview](https://www.tencentcloud.com/zh/document/product/382/8414).
|
|
2646
2646
|
* @type {string || null}
|
|
2647
2647
|
*/
|
|
2648
2648
|
this.IsoCode = null;
|