tencentcloud-sdk-nodejs-intl-en 3.0.284 → 3.0.285
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 +1 -1
- package/tencentcloud/antiddos/v20200309/antiddos_client.js +47 -7
- package/tencentcloud/antiddos/v20200309/models.js +527 -17
- package/tencentcloud/ckafka/v20190819/ckafka_client.js +16 -2
- package/tencentcloud/ckafka/v20190819/models.js +173 -29
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/gaap/v20180529/models.js +147 -19
- package/tencentcloud/monitor/v20180724/models.js +7 -0
|
@@ -7676,6 +7676,12 @@ class DescribeAlarmNoticesRequest extends AbstractModel {
|
|
|
7676
7676
|
*/
|
|
7677
7677
|
this.GroupIds = null;
|
|
7678
7678
|
|
|
7679
|
+
/**
|
|
7680
|
+
* Filter by notification template ID. If an empty array is passed in or if this parameter is left empty, the filter operation will not be performed.
|
|
7681
|
+
* @type {Array.<string> || null}
|
|
7682
|
+
*/
|
|
7683
|
+
this.NoticeIds = null;
|
|
7684
|
+
|
|
7679
7685
|
}
|
|
7680
7686
|
|
|
7681
7687
|
/**
|
|
@@ -7694,6 +7700,7 @@ class DescribeAlarmNoticesRequest extends AbstractModel {
|
|
|
7694
7700
|
this.ReceiverType = 'ReceiverType' in params ? params.ReceiverType : null;
|
|
7695
7701
|
this.UserIds = 'UserIds' in params ? params.UserIds : null;
|
|
7696
7702
|
this.GroupIds = 'GroupIds' in params ? params.GroupIds : null;
|
|
7703
|
+
this.NoticeIds = 'NoticeIds' in params ? params.NoticeIds : null;
|
|
7697
7704
|
|
|
7698
7705
|
}
|
|
7699
7706
|
}
|