@alicloud/rdsai20250507 1.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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +116 -0
- package/dist/client.js +411 -0
- package/dist/client.js.map +1 -0
- package/dist/models/CreateAppInstanceRequest.d.ts +68 -0
- package/dist/models/CreateAppInstanceRequest.js +78 -0
- package/dist/models/CreateAppInstanceRequest.js.map +1 -0
- package/dist/models/CreateAppInstanceResponse.d.ts +19 -0
- package/dist/models/CreateAppInstanceResponse.js +69 -0
- package/dist/models/CreateAppInstanceResponse.js.map +1 -0
- package/dist/models/CreateAppInstanceResponseBody.d.ts +23 -0
- package/dist/models/CreateAppInstanceResponseBody.js +60 -0
- package/dist/models/CreateAppInstanceResponseBody.js.map +1 -0
- package/dist/models/DeleteAppInstanceRequest.d.ts +28 -0
- package/dist/models/DeleteAppInstanceRequest.js +62 -0
- package/dist/models/DeleteAppInstanceRequest.js.map +1 -0
- package/dist/models/DeleteAppInstanceResponse.d.ts +19 -0
- package/dist/models/DeleteAppInstanceResponse.js +69 -0
- package/dist/models/DeleteAppInstanceResponse.js.map +1 -0
- package/dist/models/DeleteAppInstanceResponseBody.d.ts +23 -0
- package/dist/models/DeleteAppInstanceResponseBody.js +60 -0
- package/dist/models/DeleteAppInstanceResponseBody.js.map +1 -0
- package/dist/models/DescribeAppInstanceAttributeRequest.d.ts +23 -0
- package/dist/models/DescribeAppInstanceAttributeRequest.js +60 -0
- package/dist/models/DescribeAppInstanceAttributeRequest.js.map +1 -0
- package/dist/models/DescribeAppInstanceAttributeResponse.d.ts +19 -0
- package/dist/models/DescribeAppInstanceAttributeResponse.js +69 -0
- package/dist/models/DescribeAppInstanceAttributeResponse.js.map +1 -0
- package/dist/models/DescribeAppInstanceAttributeResponseBody.d.ts +78 -0
- package/dist/models/DescribeAppInstanceAttributeResponseBody.js +82 -0
- package/dist/models/DescribeAppInstanceAttributeResponseBody.js.map +1 -0
- package/dist/models/DescribeAppInstancesRequest.d.ts +38 -0
- package/dist/models/DescribeAppInstancesRequest.js +66 -0
- package/dist/models/DescribeAppInstancesRequest.js.map +1 -0
- package/dist/models/DescribeAppInstancesResponse.d.ts +19 -0
- package/dist/models/DescribeAppInstancesResponse.js +69 -0
- package/dist/models/DescribeAppInstancesResponse.js.map +1 -0
- package/dist/models/DescribeAppInstancesResponseBody.d.ts +108 -0
- package/dist/models/DescribeAppInstancesResponseBody.js +112 -0
- package/dist/models/DescribeAppInstancesResponseBody.js.map +1 -0
- package/dist/models/DescribeInstanceEndpointsRequest.d.ts +23 -0
- package/dist/models/DescribeInstanceEndpointsRequest.js +60 -0
- package/dist/models/DescribeInstanceEndpointsRequest.js.map +1 -0
- package/dist/models/DescribeInstanceEndpointsResponse.d.ts +19 -0
- package/dist/models/DescribeInstanceEndpointsResponse.js +69 -0
- package/dist/models/DescribeInstanceEndpointsResponse.js.map +1 -0
- package/dist/models/DescribeInstanceEndpointsResponseBody.d.ts +56 -0
- package/dist/models/DescribeInstanceEndpointsResponseBody.js +90 -0
- package/dist/models/DescribeInstanceEndpointsResponseBody.js.map +1 -0
- package/dist/models/DescribeInstanceIpWhitelistRequest.d.ts +23 -0
- package/dist/models/DescribeInstanceIpWhitelistRequest.js +60 -0
- package/dist/models/DescribeInstanceIpWhitelistRequest.js.map +1 -0
- package/dist/models/DescribeInstanceIpWhitelistResponse.d.ts +19 -0
- package/dist/models/DescribeInstanceIpWhitelistResponse.js +69 -0
- package/dist/models/DescribeInstanceIpWhitelistResponse.js.map +1 -0
- package/dist/models/DescribeInstanceIpWhitelistResponseBody.d.ts +46 -0
- package/dist/models/DescribeInstanceIpWhitelistResponseBody.js +86 -0
- package/dist/models/DescribeInstanceIpWhitelistResponseBody.js.map +1 -0
- package/dist/models/ModifyInstanceIpWhitelistRequest.d.ts +43 -0
- package/dist/models/ModifyInstanceIpWhitelistRequest.js +68 -0
- package/dist/models/ModifyInstanceIpWhitelistRequest.js.map +1 -0
- package/dist/models/ModifyInstanceIpWhitelistResponse.d.ts +19 -0
- package/dist/models/ModifyInstanceIpWhitelistResponse.js +69 -0
- package/dist/models/ModifyInstanceIpWhitelistResponse.js.map +1 -0
- package/dist/models/ModifyInstanceIpWhitelistResponseBody.d.ts +23 -0
- package/dist/models/ModifyInstanceIpWhitelistResponseBody.js +60 -0
- package/dist/models/ModifyInstanceIpWhitelistResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +24 -0
- package/dist/models/model.js +52 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +29 -0
- package/src/client.ts +422 -0
- package/src/models/CreateAppInstanceRequest.ts +101 -0
- package/src/models/CreateAppInstanceResponse.ts +40 -0
- package/src/models/CreateAppInstanceResponseBody.ts +38 -0
- package/src/models/DeleteAppInstanceRequest.ts +45 -0
- package/src/models/DeleteAppInstanceResponse.ts +40 -0
- package/src/models/DeleteAppInstanceResponseBody.ts +38 -0
- package/src/models/DescribeAppInstanceAttributeRequest.ts +38 -0
- package/src/models/DescribeAppInstanceAttributeResponse.ts +40 -0
- package/src/models/DescribeAppInstanceAttributeResponseBody.ts +115 -0
- package/src/models/DescribeAppInstancesRequest.ts +59 -0
- package/src/models/DescribeAppInstancesResponse.ts +40 -0
- package/src/models/DescribeAppInstancesResponseBody.ts +164 -0
- package/src/models/DescribeInstanceEndpointsRequest.ts +38 -0
- package/src/models/DescribeInstanceEndpointsResponse.ts +40 -0
- package/src/models/DescribeInstanceEndpointsResponseBody.ts +92 -0
- package/src/models/DescribeInstanceIpWhitelistRequest.ts +38 -0
- package/src/models/DescribeInstanceIpWhitelistResponse.ts +40 -0
- package/src/models/DescribeInstanceIpWhitelistResponseBody.ts +78 -0
- package/src/models/ModifyInstanceIpWhitelistRequest.ts +66 -0
- package/src/models/ModifyInstanceIpWhitelistResponse.ts +40 -0
- package/src/models/ModifyInstanceIpWhitelistResponseBody.ts +38 -0
- package/src/models/model.ts +24 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteAppInstanceResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ra-supabase-8moov5lxba***
|
|
9
|
+
*/
|
|
10
|
+
instanceName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* FE9C65D7-930F-57A5-A207-8C396329241C
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
instanceName: 'InstanceName',
|
|
19
|
+
requestId: 'RequestId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
instanceName: 'string',
|
|
26
|
+
requestId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeAppInstanceAttributeRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ra-supabase-8moov5lxba****
|
|
9
|
+
*/
|
|
10
|
+
instanceName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-beijing
|
|
14
|
+
*/
|
|
15
|
+
regionId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
instanceName: 'InstanceName',
|
|
19
|
+
regionId: 'RegionId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
instanceName: 'string',
|
|
26
|
+
regionId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeAppInstanceAttributeResponseBody } from "./DescribeAppInstanceAttributeResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeAppInstanceAttributeResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeAppInstanceAttributeResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeAppInstanceAttributeResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeAppInstanceAttributeResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* test-supabase
|
|
9
|
+
*/
|
|
10
|
+
appName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* supabase
|
|
14
|
+
*/
|
|
15
|
+
appType?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* pgm-2ze49qv594vi****
|
|
19
|
+
*/
|
|
20
|
+
DBInstanceName?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* rdsai.supabase.basic
|
|
24
|
+
*/
|
|
25
|
+
instanceClass?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 20241231
|
|
29
|
+
*/
|
|
30
|
+
instanceMinorVersion?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* ra-supabase-8moov5lxba****
|
|
34
|
+
*/
|
|
35
|
+
instanceName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* 8.152. XXX.XXX:8000
|
|
39
|
+
*/
|
|
40
|
+
publicConnectionString?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* cn-beijing
|
|
44
|
+
*/
|
|
45
|
+
regionId?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* FE9C65D7-930F-57A5-A207-8C396329241C
|
|
49
|
+
*/
|
|
50
|
+
requestId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @example
|
|
53
|
+
* Running
|
|
54
|
+
*/
|
|
55
|
+
status?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* vsw-2zeaepb8k4ku05ov2****
|
|
59
|
+
*/
|
|
60
|
+
vSwitchId?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @example
|
|
63
|
+
* 172.16.XXX.XXX:8000
|
|
64
|
+
*/
|
|
65
|
+
vpcConnectionString?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @example
|
|
68
|
+
* cn-beijing-i
|
|
69
|
+
*/
|
|
70
|
+
zoneId?: string;
|
|
71
|
+
static names(): { [key: string]: string } {
|
|
72
|
+
return {
|
|
73
|
+
appName: 'AppName',
|
|
74
|
+
appType: 'AppType',
|
|
75
|
+
DBInstanceName: 'DBInstanceName',
|
|
76
|
+
instanceClass: 'InstanceClass',
|
|
77
|
+
instanceMinorVersion: 'InstanceMinorVersion',
|
|
78
|
+
instanceName: 'InstanceName',
|
|
79
|
+
publicConnectionString: 'PublicConnectionString',
|
|
80
|
+
regionId: 'RegionId',
|
|
81
|
+
requestId: 'RequestId',
|
|
82
|
+
status: 'Status',
|
|
83
|
+
vSwitchId: 'VSwitchId',
|
|
84
|
+
vpcConnectionString: 'VpcConnectionString',
|
|
85
|
+
zoneId: 'ZoneId',
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
static types(): { [key: string]: any } {
|
|
90
|
+
return {
|
|
91
|
+
appName: 'string',
|
|
92
|
+
appType: 'string',
|
|
93
|
+
DBInstanceName: 'string',
|
|
94
|
+
instanceClass: 'string',
|
|
95
|
+
instanceMinorVersion: 'string',
|
|
96
|
+
instanceName: 'string',
|
|
97
|
+
publicConnectionString: 'string',
|
|
98
|
+
regionId: 'string',
|
|
99
|
+
requestId: 'string',
|
|
100
|
+
status: 'string',
|
|
101
|
+
vSwitchId: 'string',
|
|
102
|
+
vpcConnectionString: 'string',
|
|
103
|
+
zoneId: 'string',
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
validate() {
|
|
108
|
+
super.validate();
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
constructor(map?: { [key: string]: any }) {
|
|
112
|
+
super(map);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeAppInstancesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* supabase
|
|
9
|
+
*/
|
|
10
|
+
appType?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* pgm-2ze49qv594vi****
|
|
14
|
+
*/
|
|
15
|
+
DBInstanceName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 1
|
|
19
|
+
*/
|
|
20
|
+
pageNumber?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 10
|
|
24
|
+
*/
|
|
25
|
+
pageSize?: number;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* cn-beijing
|
|
29
|
+
*/
|
|
30
|
+
regionId?: string;
|
|
31
|
+
static names(): { [key: string]: string } {
|
|
32
|
+
return {
|
|
33
|
+
appType: 'AppType',
|
|
34
|
+
DBInstanceName: 'DBInstanceName',
|
|
35
|
+
pageNumber: 'PageNumber',
|
|
36
|
+
pageSize: 'PageSize',
|
|
37
|
+
regionId: 'RegionId',
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static types(): { [key: string]: any } {
|
|
42
|
+
return {
|
|
43
|
+
appType: 'string',
|
|
44
|
+
DBInstanceName: 'string',
|
|
45
|
+
pageNumber: 'number',
|
|
46
|
+
pageSize: 'number',
|
|
47
|
+
regionId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
validate() {
|
|
52
|
+
super.validate();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
constructor(map?: { [key: string]: any }) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeAppInstancesResponseBody } from "./DescribeAppInstancesResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeAppInstancesResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeAppInstancesResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeAppInstancesResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
export class DescribeAppInstancesResponseBodyInstances extends $dara.Model {
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* test-supabase
|
|
11
|
+
*/
|
|
12
|
+
appName?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* supabase
|
|
16
|
+
*/
|
|
17
|
+
appType?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* pgm-2ze49qv594vi****
|
|
21
|
+
*/
|
|
22
|
+
DBInstanceName?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* rdsai.supabase.basic
|
|
26
|
+
*/
|
|
27
|
+
instanceClass?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* 20241231
|
|
31
|
+
*/
|
|
32
|
+
instanceMinorVersion?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* ra-supabase-8moov5lxba****
|
|
36
|
+
*/
|
|
37
|
+
instanceName?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* 8.152. XXX.XXX:8000
|
|
41
|
+
*/
|
|
42
|
+
publicConnectionString?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* cn-beijing
|
|
46
|
+
*/
|
|
47
|
+
regionId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* Running
|
|
51
|
+
*/
|
|
52
|
+
status?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @example
|
|
55
|
+
* vsw-2zeaepb8k4ku05ov2****
|
|
56
|
+
*/
|
|
57
|
+
vSwitchId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* 172.16.XXX.XXX:8000
|
|
61
|
+
*/
|
|
62
|
+
vpcConnectionString?: string;
|
|
63
|
+
static names(): { [key: string]: string } {
|
|
64
|
+
return {
|
|
65
|
+
appName: 'AppName',
|
|
66
|
+
appType: 'AppType',
|
|
67
|
+
DBInstanceName: 'DBInstanceName',
|
|
68
|
+
instanceClass: 'InstanceClass',
|
|
69
|
+
instanceMinorVersion: 'InstanceMinorVersion',
|
|
70
|
+
instanceName: 'InstanceName',
|
|
71
|
+
publicConnectionString: 'PublicConnectionString',
|
|
72
|
+
regionId: 'RegionId',
|
|
73
|
+
status: 'Status',
|
|
74
|
+
vSwitchId: 'VSwitchId',
|
|
75
|
+
vpcConnectionString: 'VpcConnectionString',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
static types(): { [key: string]: any } {
|
|
80
|
+
return {
|
|
81
|
+
appName: 'string',
|
|
82
|
+
appType: 'string',
|
|
83
|
+
DBInstanceName: 'string',
|
|
84
|
+
instanceClass: 'string',
|
|
85
|
+
instanceMinorVersion: 'string',
|
|
86
|
+
instanceName: 'string',
|
|
87
|
+
publicConnectionString: 'string',
|
|
88
|
+
regionId: 'string',
|
|
89
|
+
status: 'string',
|
|
90
|
+
vSwitchId: 'string',
|
|
91
|
+
vpcConnectionString: 'string',
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
validate() {
|
|
96
|
+
super.validate();
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
constructor(map?: { [key: string]: any }) {
|
|
100
|
+
super(map);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export class DescribeAppInstancesResponseBody extends $dara.Model {
|
|
105
|
+
instances?: DescribeAppInstancesResponseBodyInstances[];
|
|
106
|
+
/**
|
|
107
|
+
* @example
|
|
108
|
+
* None
|
|
109
|
+
*/
|
|
110
|
+
maxResults?: number;
|
|
111
|
+
/**
|
|
112
|
+
* @example
|
|
113
|
+
* 1
|
|
114
|
+
*/
|
|
115
|
+
pageNumber?: number;
|
|
116
|
+
/**
|
|
117
|
+
* @example
|
|
118
|
+
* 10
|
|
119
|
+
*/
|
|
120
|
+
pageSize?: number;
|
|
121
|
+
/**
|
|
122
|
+
* @example
|
|
123
|
+
* 32DEFB4A-861F-5D1D-ADD5-918E4FD7AB8C
|
|
124
|
+
*/
|
|
125
|
+
requestId?: string;
|
|
126
|
+
/**
|
|
127
|
+
* @example
|
|
128
|
+
* 20
|
|
129
|
+
*/
|
|
130
|
+
totalCount?: number;
|
|
131
|
+
static names(): { [key: string]: string } {
|
|
132
|
+
return {
|
|
133
|
+
instances: 'Instances',
|
|
134
|
+
maxResults: 'MaxResults',
|
|
135
|
+
pageNumber: 'PageNumber',
|
|
136
|
+
pageSize: 'PageSize',
|
|
137
|
+
requestId: 'RequestId',
|
|
138
|
+
totalCount: 'TotalCount',
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
static types(): { [key: string]: any } {
|
|
143
|
+
return {
|
|
144
|
+
instances: { 'type': 'array', 'itemType': DescribeAppInstancesResponseBodyInstances },
|
|
145
|
+
maxResults: 'number',
|
|
146
|
+
pageNumber: 'number',
|
|
147
|
+
pageSize: 'number',
|
|
148
|
+
requestId: 'string',
|
|
149
|
+
totalCount: 'number',
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
validate() {
|
|
154
|
+
if(Array.isArray(this.instances)) {
|
|
155
|
+
$dara.Model.validateArray(this.instances);
|
|
156
|
+
}
|
|
157
|
+
super.validate();
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
constructor(map?: { [key: string]: any }) {
|
|
161
|
+
super(map);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeInstanceEndpointsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ra-supabase-8moov5lxba****
|
|
9
|
+
*/
|
|
10
|
+
instanceName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-beijing
|
|
14
|
+
*/
|
|
15
|
+
regionId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
instanceName: 'InstanceName',
|
|
19
|
+
regionId: 'RegionId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
instanceName: 'string',
|
|
26
|
+
regionId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeInstanceEndpointsResponseBody } from "./DescribeInstanceEndpointsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeInstanceEndpointsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeInstanceEndpointsResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeInstanceEndpointsResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeInstanceEndpointsResponseBodyInstanceEndpoints extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 8.152.XXX.XXX:8000
|
|
9
|
+
*/
|
|
10
|
+
connectionString?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 8.152.XXX.XXX
|
|
14
|
+
*/
|
|
15
|
+
IP?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* public
|
|
19
|
+
*/
|
|
20
|
+
ipType?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 8000
|
|
24
|
+
*/
|
|
25
|
+
port?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
connectionString: 'ConnectionString',
|
|
29
|
+
IP: 'IP',
|
|
30
|
+
ipType: 'IpType',
|
|
31
|
+
port: 'Port',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
connectionString: 'string',
|
|
38
|
+
IP: 'string',
|
|
39
|
+
ipType: 'string',
|
|
40
|
+
port: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export class DescribeInstanceEndpointsResponseBody extends $dara.Model {
|
|
54
|
+
instanceEndpoints?: DescribeInstanceEndpointsResponseBodyInstanceEndpoints[];
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* ra-supabase-8moov5lxba****
|
|
58
|
+
*/
|
|
59
|
+
instanceName?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @example
|
|
62
|
+
* 32DEFB4A-861F-5D1D-ADD5-918E4FD7AB8C
|
|
63
|
+
*/
|
|
64
|
+
requestId?: string;
|
|
65
|
+
static names(): { [key: string]: string } {
|
|
66
|
+
return {
|
|
67
|
+
instanceEndpoints: 'InstanceEndpoints',
|
|
68
|
+
instanceName: 'InstanceName',
|
|
69
|
+
requestId: 'RequestId',
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
static types(): { [key: string]: any } {
|
|
74
|
+
return {
|
|
75
|
+
instanceEndpoints: { 'type': 'array', 'itemType': DescribeInstanceEndpointsResponseBodyInstanceEndpoints },
|
|
76
|
+
instanceName: 'string',
|
|
77
|
+
requestId: 'string',
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
validate() {
|
|
82
|
+
if(Array.isArray(this.instanceEndpoints)) {
|
|
83
|
+
$dara.Model.validateArray(this.instanceEndpoints);
|
|
84
|
+
}
|
|
85
|
+
super.validate();
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
constructor(map?: { [key: string]: any }) {
|
|
89
|
+
super(map);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeInstanceIpWhitelistRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ra-supabase-8moov5lxba****
|
|
9
|
+
*/
|
|
10
|
+
instanceName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-beijing
|
|
14
|
+
*/
|
|
15
|
+
regionId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
instanceName: 'InstanceName',
|
|
19
|
+
regionId: 'RegionId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
instanceName: 'string',
|
|
26
|
+
regionId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|