@alicloud/rds20140815 13.1.0 → 14.0.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.
- package/dist/models/DescribeHistoryTasksRequest.d.ts +1 -1
- package/dist/models/DescribeHistoryTasksRequest.js +1 -1
- package/dist/models/DescribeHistoryTasksStatRequest.d.ts +1 -1
- package/dist/models/DescribeHistoryTasksStatRequest.js +1 -1
- package/package.json +1 -1
- package/src/models/DescribeHistoryTasksRequest.ts +2 -2
- package/src/models/DescribeHistoryTasksStatRequest.ts +2 -2
|
@@ -67,7 +67,7 @@ export declare class DescribeHistoryTasksRequest extends $dara.Model {
|
|
|
67
67
|
* rg-aekzbvctytru7ua
|
|
68
68
|
*/
|
|
69
69
|
resourceGroupId?: string;
|
|
70
|
-
resourceOwnerAccount?:
|
|
70
|
+
resourceOwnerAccount?: string;
|
|
71
71
|
resourceOwnerId?: number;
|
|
72
72
|
securityToken?: string;
|
|
73
73
|
/**
|
|
@@ -69,7 +69,7 @@ class DescribeHistoryTasksRequest extends $dara.Model {
|
|
|
69
69
|
pageSize: 'number',
|
|
70
70
|
regionId: 'string',
|
|
71
71
|
resourceGroupId: 'string',
|
|
72
|
-
resourceOwnerAccount: '
|
|
72
|
+
resourceOwnerAccount: 'string',
|
|
73
73
|
resourceOwnerId: 'number',
|
|
74
74
|
securityToken: 'string',
|
|
75
75
|
status: 'string',
|
|
@@ -63,7 +63,7 @@ class DescribeHistoryTasksStatRequest extends $dara.Model {
|
|
|
63
63
|
ownerId: 'number',
|
|
64
64
|
regionId: 'string',
|
|
65
65
|
resourceGroupId: 'string',
|
|
66
|
-
resourceOwnerAccount: '
|
|
66
|
+
resourceOwnerAccount: 'string',
|
|
67
67
|
resourceOwnerId: 'number',
|
|
68
68
|
securityToken: 'string',
|
|
69
69
|
status: 'string',
|
package/package.json
CHANGED
|
@@ -70,7 +70,7 @@ export class DescribeHistoryTasksRequest extends $dara.Model {
|
|
|
70
70
|
* rg-aekzbvctytru7ua
|
|
71
71
|
*/
|
|
72
72
|
resourceGroupId?: string;
|
|
73
|
-
resourceOwnerAccount?:
|
|
73
|
+
resourceOwnerAccount?: string;
|
|
74
74
|
resourceOwnerId?: number;
|
|
75
75
|
securityToken?: string;
|
|
76
76
|
/**
|
|
@@ -158,7 +158,7 @@ export class DescribeHistoryTasksRequest extends $dara.Model {
|
|
|
158
158
|
pageSize: 'number',
|
|
159
159
|
regionId: 'string',
|
|
160
160
|
resourceGroupId: 'string',
|
|
161
|
-
resourceOwnerAccount: '
|
|
161
|
+
resourceOwnerAccount: 'string',
|
|
162
162
|
resourceOwnerId: 'number',
|
|
163
163
|
securityToken: 'string',
|
|
164
164
|
status: 'string',
|
|
@@ -48,7 +48,7 @@ export class DescribeHistoryTasksStatRequest extends $dara.Model {
|
|
|
48
48
|
* rg-acfmy*****
|
|
49
49
|
*/
|
|
50
50
|
resourceGroupId?: string;
|
|
51
|
-
resourceOwnerAccount?:
|
|
51
|
+
resourceOwnerAccount?: string;
|
|
52
52
|
resourceOwnerId?: number;
|
|
53
53
|
securityToken?: string;
|
|
54
54
|
/**
|
|
@@ -130,7 +130,7 @@ export class DescribeHistoryTasksStatRequest extends $dara.Model {
|
|
|
130
130
|
ownerId: 'number',
|
|
131
131
|
regionId: 'string',
|
|
132
132
|
resourceGroupId: 'string',
|
|
133
|
-
resourceOwnerAccount: '
|
|
133
|
+
resourceOwnerAccount: 'string',
|
|
134
134
|
resourceOwnerId: 'number',
|
|
135
135
|
securityToken: 'string',
|
|
136
136
|
status: 'string',
|