@alicloud/alidns20150109 4.1.0 → 4.2.0

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.
Files changed (41) hide show
  1. package/dist/client.d.ts +23 -0
  2. package/dist/client.js +56 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.d.ts +5 -0
  5. package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js +2 -0
  6. package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js.map +1 -1
  7. package/dist/models/DescribeInternetDnsLogsResponseBody.d.ts +3 -0
  8. package/dist/models/DescribeInternetDnsLogsResponseBody.js +6 -0
  9. package/dist/models/DescribeInternetDnsLogsResponseBody.js.map +1 -1
  10. package/dist/models/ListCloudGtmInstanceConfigsResponseBody.d.ts +5 -0
  11. package/dist/models/ListCloudGtmInstanceConfigsResponseBody.js +2 -0
  12. package/dist/models/ListCloudGtmInstanceConfigsResponseBody.js.map +1 -1
  13. package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.d.ts +5 -0
  14. package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.js +2 -0
  15. package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.js.map +1 -1
  16. package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.d.ts +40 -0
  17. package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.js +64 -0
  18. package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.js.map +1 -0
  19. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponse.d.ts +19 -0
  20. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponse.js +69 -0
  21. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponse.js.map +1 -0
  22. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.d.ts +23 -0
  23. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.js +60 -0
  24. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.js.map +1 -0
  25. package/dist/models/UpdateCloudGtmGlobalAlertRequest.d.ts +5 -0
  26. package/dist/models/UpdateCloudGtmGlobalAlertRequest.js +2 -0
  27. package/dist/models/UpdateCloudGtmGlobalAlertRequest.js.map +1 -1
  28. package/dist/models/model.d.ts +3 -0
  29. package/dist/models/model.js +11 -5
  30. package/dist/models/model.js.map +1 -1
  31. package/package.json +1 -1
  32. package/src/client.ts +62 -0
  33. package/src/models/DescribeCloudGtmGlobalAlertResponseBody.ts +7 -0
  34. package/src/models/DescribeInternetDnsLogsResponseBody.ts +9 -0
  35. package/src/models/ListCloudGtmInstanceConfigsResponseBody.ts +7 -0
  36. package/src/models/SearchCloudGtmInstanceConfigsResponseBody.ts +7 -0
  37. package/src/models/SetCloudGtmInstanceConfigLogSwitchRequest.ts +59 -0
  38. package/src/models/SetCloudGtmInstanceConfigLogSwitchResponse.ts +40 -0
  39. package/src/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.ts +38 -0
  40. package/src/models/UpdateCloudGtmGlobalAlertRequest.ts +7 -0
  41. package/src/models/model.ts +3 -0
@@ -51,12 +51,18 @@ export class UpdateCloudGtmGlobalAlertRequestAlertConfig extends $dara.Model {
51
51
  * true
52
52
  */
53
53
  smsNotice?: boolean;
54
+ /**
55
+ * @example
56
+ * 100
57
+ */
58
+ threshold?: number;
54
59
  static names(): { [key: string]: string } {
55
60
  return {
56
61
  dingtalkNotice: 'DingtalkNotice',
57
62
  emailNotice: 'EmailNotice',
58
63
  noticeType: 'NoticeType',
59
64
  smsNotice: 'SmsNotice',
65
+ threshold: 'Threshold',
60
66
  };
61
67
  }
62
68
 
@@ -66,6 +72,7 @@ export class UpdateCloudGtmGlobalAlertRequestAlertConfig extends $dara.Model {
66
72
  emailNotice: 'boolean',
67
73
  noticeType: 'string',
68
74
  smsNotice: 'boolean',
75
+ threshold: 'number',
69
76
  };
70
77
  }
71
78
 
@@ -829,6 +829,9 @@ export { SearchRecursionZonesRequest } from './SearchRecursionZonesRequest';
829
829
  export { SearchRecursionZonesShrinkRequest } from './SearchRecursionZonesShrinkRequest';
830
830
  export { SearchRecursionZonesResponseBody } from './SearchRecursionZonesResponseBody';
831
831
  export { SearchRecursionZonesResponse } from './SearchRecursionZonesResponse';
832
+ export { SetCloudGtmInstanceConfigLogSwitchRequest } from './SetCloudGtmInstanceConfigLogSwitchRequest';
833
+ export { SetCloudGtmInstanceConfigLogSwitchResponseBody } from './SetCloudGtmInstanceConfigLogSwitchResponseBody';
834
+ export { SetCloudGtmInstanceConfigLogSwitchResponse } from './SetCloudGtmInstanceConfigLogSwitchResponse';
832
835
  export { SetDNSSLBStatusRequest } from './SetDnsslbstatusRequest';
833
836
  export { SetDNSSLBStatusResponseBody } from './SetDnsslbstatusResponseBody';
834
837
  export { SetDNSSLBStatusResponse } from './SetDnsslbstatusResponse';