Skip to content

Commit 5654424

Browse files
committed
Update API DescribeInternetDnsLogs: update response param.
1 parent 4399b00 commit 5654424

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

alidns-20150109/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/alidns20150109",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@alicloud/tea-typescript": "^1.7.1",
23-
"@alicloud/tea-util": "^1.4.8",
24-
"@alicloud/openapi-client": "^0.4.10",
23+
"@alicloud/tea-util": "^1.4.9",
24+
"@alicloud/openapi-client": "^0.4.11",
2525
"@alicloud/openapi-util": "^0.3.2",
2626
"@alicloud/endpoint-util": "^0.0.1"
2727
},

alidns-20150109/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38463,6 +38463,7 @@ export class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
3846338463
* 1709196249000
3846438464
*/
3846538465
logTime?: number;
38466+
protocol?: string;
3846638467
/**
3846738468
* @example
3846838469
* example.com
@@ -38504,6 +38505,7 @@ export class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
3850438505
return {
3850538506
dnsMsgId: 'DnsMsgId',
3850638507
logTime: 'LogTime',
38508+
protocol: 'Protocol',
3850738509
queryName: 'QueryName',
3850838510
queryType: 'QueryType',
3850938511
rt: 'Rt',
@@ -38520,6 +38522,7 @@ export class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
3852038522
return {
3852138523
dnsMsgId: 'string',
3852238524
logTime: 'number',
38525+
protocol: 'string',
3852338526
queryName: 'string',
3852438527
queryType: 'string',
3852538528
rt: 'number',

0 commit comments

Comments
 (0)