@alicloud/rdsai20250507 1.1.2 → 1.3.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/client.d.ts +165 -0
- package/dist/client.js +510 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeInstanceRagconfigRequest.d.ts +26 -0
- package/dist/models/DescribeInstanceRagconfigRequest.js +60 -0
- package/dist/models/DescribeInstanceRagconfigRequest.js.map +1 -0
- package/dist/models/DescribeInstanceRagconfigResponse.d.ts +19 -0
- package/dist/models/DescribeInstanceRagconfigResponse.js +69 -0
- package/dist/models/DescribeInstanceRagconfigResponse.js.map +1 -0
- package/dist/models/DescribeInstanceRagconfigResponseBody.d.ts +51 -0
- package/dist/models/DescribeInstanceRagconfigResponseBody.js +88 -0
- package/dist/models/DescribeInstanceRagconfigResponseBody.js.map +1 -0
- package/dist/models/DescribeInstanceSslrequest.d.ts +26 -0
- package/dist/models/DescribeInstanceSslrequest.js +60 -0
- package/dist/models/DescribeInstanceSslrequest.js.map +1 -0
- package/dist/models/DescribeInstanceSslresponse.d.ts +19 -0
- package/dist/models/DescribeInstanceSslresponse.js +69 -0
- package/dist/models/DescribeInstanceSslresponse.js.map +1 -0
- package/dist/models/DescribeInstanceSslresponseBody.d.ts +43 -0
- package/dist/models/DescribeInstanceSslresponseBody.js +68 -0
- package/dist/models/DescribeInstanceSslresponseBody.js.map +1 -0
- package/dist/models/DescribeInstanceStorageConfigRequest.d.ts +26 -0
- package/dist/models/DescribeInstanceStorageConfigRequest.js +60 -0
- package/dist/models/DescribeInstanceStorageConfigRequest.js.map +1 -0
- package/dist/models/DescribeInstanceStorageConfigResponse.d.ts +19 -0
- package/dist/models/DescribeInstanceStorageConfigResponse.js +69 -0
- package/dist/models/DescribeInstanceStorageConfigResponse.js.map +1 -0
- package/dist/models/DescribeInstanceStorageConfigResponseBody.d.ts +46 -0
- package/dist/models/DescribeInstanceStorageConfigResponseBody.js +86 -0
- package/dist/models/DescribeInstanceStorageConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyInstanceAuthConfigRequest.d.ts +46 -0
- package/dist/models/ModifyInstanceAuthConfigRequest.js +86 -0
- package/dist/models/ModifyInstanceAuthConfigRequest.js.map +1 -0
- package/dist/models/ModifyInstanceAuthConfigResponse.d.ts +19 -0
- package/dist/models/ModifyInstanceAuthConfigResponse.js +69 -0
- package/dist/models/ModifyInstanceAuthConfigResponse.js.map +1 -0
- package/dist/models/ModifyInstanceAuthConfigResponseBody.d.ts +23 -0
- package/dist/models/ModifyInstanceAuthConfigResponseBody.js +60 -0
- package/dist/models/ModifyInstanceAuthConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyInstanceAuthConfigShrinkRequest.d.ts +24 -0
- package/dist/models/ModifyInstanceAuthConfigShrinkRequest.js +62 -0
- package/dist/models/ModifyInstanceAuthConfigShrinkRequest.js.map +1 -0
- package/dist/models/ModifyInstanceRagconfigRequest.d.ts +59 -0
- package/dist/models/ModifyInstanceRagconfigRequest.js +90 -0
- package/dist/models/ModifyInstanceRagconfigRequest.js.map +1 -0
- package/dist/models/ModifyInstanceRagconfigResponse.d.ts +19 -0
- package/dist/models/ModifyInstanceRagconfigResponse.js +69 -0
- package/dist/models/ModifyInstanceRagconfigResponse.js.map +1 -0
- package/dist/models/ModifyInstanceRagconfigResponseBody.d.ts +28 -0
- package/dist/models/ModifyInstanceRagconfigResponseBody.js +62 -0
- package/dist/models/ModifyInstanceRagconfigResponseBody.js.map +1 -0
- package/dist/models/ModifyInstanceRagconfigShrinkRequest.d.ts +37 -0
- package/dist/models/ModifyInstanceRagconfigShrinkRequest.js +66 -0
- package/dist/models/ModifyInstanceRagconfigShrinkRequest.js.map +1 -0
- package/dist/models/ModifyInstanceSslrequest.d.ts +49 -0
- package/dist/models/ModifyInstanceSslrequest.js +68 -0
- package/dist/models/ModifyInstanceSslrequest.js.map +1 -0
- package/dist/models/ModifyInstanceSslresponse.d.ts +19 -0
- package/dist/models/ModifyInstanceSslresponse.js +69 -0
- package/dist/models/ModifyInstanceSslresponse.js.map +1 -0
- package/dist/models/ModifyInstanceSslresponseBody.d.ts +23 -0
- package/dist/models/ModifyInstanceSslresponseBody.js +60 -0
- package/dist/models/ModifyInstanceSslresponseBody.js.map +1 -0
- package/dist/models/ModifyInstanceStorageConfigRequest.d.ts +54 -0
- package/dist/models/ModifyInstanceStorageConfigRequest.js +88 -0
- package/dist/models/ModifyInstanceStorageConfigRequest.js.map +1 -0
- package/dist/models/ModifyInstanceStorageConfigResponse.d.ts +19 -0
- package/dist/models/ModifyInstanceStorageConfigResponse.js +69 -0
- package/dist/models/ModifyInstanceStorageConfigResponse.js.map +1 -0
- package/dist/models/ModifyInstanceStorageConfigResponseBody.d.ts +23 -0
- package/dist/models/ModifyInstanceStorageConfigResponseBody.js +60 -0
- package/dist/models/ModifyInstanceStorageConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyInstanceStorageConfigShrinkRequest.d.ts +32 -0
- package/dist/models/ModifyInstanceStorageConfigShrinkRequest.js +64 -0
- package/dist/models/ModifyInstanceStorageConfigShrinkRequest.js.map +1 -0
- package/dist/models/ResetInstancePasswordRequest.d.ts +34 -0
- package/dist/models/ResetInstancePasswordRequest.js +62 -0
- package/dist/models/ResetInstancePasswordRequest.js.map +1 -0
- package/dist/models/ResetInstancePasswordResponse.d.ts +19 -0
- package/dist/models/ResetInstancePasswordResponse.js +69 -0
- package/dist/models/ResetInstancePasswordResponse.js.map +1 -0
- package/dist/models/ResetInstancePasswordResponseBody.d.ts +23 -0
- package/dist/models/ResetInstancePasswordResponseBody.js +60 -0
- package/dist/models/ResetInstancePasswordResponseBody.js.map +1 -0
- package/dist/models/RestartInstanceRequest.d.ts +26 -0
- package/dist/models/RestartInstanceRequest.js +60 -0
- package/dist/models/RestartInstanceRequest.js.map +1 -0
- package/dist/models/RestartInstanceResponse.d.ts +19 -0
- package/dist/models/RestartInstanceResponse.js +69 -0
- package/dist/models/RestartInstanceResponse.js.map +1 -0
- package/dist/models/RestartInstanceResponseBody.d.ts +23 -0
- package/dist/models/RestartInstanceResponseBody.js +60 -0
- package/dist/models/RestartInstanceResponseBody.js.map +1 -0
- package/dist/models/StartInstanceRequest.d.ts +23 -0
- package/dist/models/StartInstanceRequest.js +60 -0
- package/dist/models/StartInstanceRequest.js.map +1 -0
- package/dist/models/StartInstanceResponse.d.ts +19 -0
- package/dist/models/StartInstanceResponse.js +69 -0
- package/dist/models/StartInstanceResponse.js.map +1 -0
- package/dist/models/StartInstanceResponseBody.d.ts +23 -0
- package/dist/models/StartInstanceResponseBody.js +60 -0
- package/dist/models/StartInstanceResponseBody.js.map +1 -0
- package/dist/models/StopInstanceRequest.d.ts +26 -0
- package/dist/models/StopInstanceRequest.js +60 -0
- package/dist/models/StopInstanceRequest.js.map +1 -0
- package/dist/models/StopInstanceResponse.d.ts +19 -0
- package/dist/models/StopInstanceResponse.js +69 -0
- package/dist/models/StopInstanceResponse.js.map +1 -0
- package/dist/models/StopInstanceResponseBody.d.ts +23 -0
- package/dist/models/StopInstanceResponseBody.js +60 -0
- package/dist/models/StopInstanceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +41 -0
- package/dist/models/model.js +84 -1
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +568 -0
- package/src/models/DescribeInstanceRagconfigRequest.ts +41 -0
- package/src/models/DescribeInstanceRagconfigResponse.ts +40 -0
- package/src/models/DescribeInstanceRagconfigResponseBody.ts +85 -0
- package/src/models/DescribeInstanceSslrequest.ts +41 -0
- package/src/models/DescribeInstanceSslresponse.ts +40 -0
- package/src/models/DescribeInstanceSslresponseBody.ts +66 -0
- package/src/models/DescribeInstanceStorageConfigRequest.ts +41 -0
- package/src/models/DescribeInstanceStorageConfigResponse.ts +40 -0
- package/src/models/DescribeInstanceStorageConfigResponseBody.ts +78 -0
- package/src/models/ModifyInstanceAuthConfigRequest.ts +78 -0
- package/src/models/ModifyInstanceAuthConfigResponse.ts +40 -0
- package/src/models/ModifyInstanceAuthConfigResponseBody.ts +38 -0
- package/src/models/ModifyInstanceAuthConfigShrinkRequest.ts +41 -0
- package/src/models/ModifyInstanceRagconfigRequest.ts +95 -0
- package/src/models/ModifyInstanceRagconfigResponse.ts +40 -0
- package/src/models/ModifyInstanceRagconfigResponseBody.ts +45 -0
- package/src/models/ModifyInstanceRagconfigShrinkRequest.ts +58 -0
- package/src/models/ModifyInstanceSslrequest.ts +72 -0
- package/src/models/ModifyInstanceSslresponse.ts +40 -0
- package/src/models/ModifyInstanceSslresponseBody.ts +38 -0
- package/src/models/ModifyInstanceStorageConfigRequest.ts +88 -0
- package/src/models/ModifyInstanceStorageConfigResponse.ts +40 -0
- package/src/models/ModifyInstanceStorageConfigResponseBody.ts +38 -0
- package/src/models/ModifyInstanceStorageConfigShrinkRequest.ts +51 -0
- package/src/models/ResetInstancePasswordRequest.ts +51 -0
- package/src/models/ResetInstancePasswordResponse.ts +40 -0
- package/src/models/ResetInstancePasswordResponseBody.ts +38 -0
- package/src/models/RestartInstanceRequest.ts +41 -0
- package/src/models/RestartInstanceResponse.ts +40 -0
- package/src/models/RestartInstanceResponseBody.ts +38 -0
- package/src/models/StartInstanceRequest.ts +38 -0
- package/src/models/StartInstanceResponse.ts +40 -0
- package/src/models/StartInstanceResponseBody.ts +38 -0
- package/src/models/StopInstanceRequest.ts +41 -0
- package/src/models/StopInstanceResponse.ts +40 -0
- package/src/models/StopInstanceResponseBody.ts +38 -0
- package/src/models/model.ts +41 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ModifyInstanceRAGConfigResponseBody } from "./ModifyInstanceRagconfigResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ModifyInstanceRAGConfigResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ModifyInstanceRAGConfigResponseBody;
|
|
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: ModifyInstanceRAGConfigResponseBody,
|
|
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,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceRAGConfigResponseBody 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
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* true
|
|
19
|
+
*/
|
|
20
|
+
status?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
instanceName: 'InstanceName',
|
|
24
|
+
requestId: 'RequestId',
|
|
25
|
+
status: 'Status',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
instanceName: 'string',
|
|
32
|
+
requestId: 'string',
|
|
33
|
+
status: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceRAGConfigShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ETnLKlblzczshOTUbOCz****
|
|
9
|
+
*/
|
|
10
|
+
clientToken?: string;
|
|
11
|
+
configListShrink?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* This parameter is required.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ra-supabase-8moov5lxba****
|
|
18
|
+
*/
|
|
19
|
+
instanceName?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* cn-beijing
|
|
23
|
+
*/
|
|
24
|
+
regionId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @example
|
|
27
|
+
* true
|
|
28
|
+
*/
|
|
29
|
+
status?: boolean;
|
|
30
|
+
static names(): { [key: string]: string } {
|
|
31
|
+
return {
|
|
32
|
+
clientToken: 'ClientToken',
|
|
33
|
+
configListShrink: 'ConfigList',
|
|
34
|
+
instanceName: 'InstanceName',
|
|
35
|
+
regionId: 'RegionId',
|
|
36
|
+
status: 'Status',
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
static types(): { [key: string]: any } {
|
|
41
|
+
return {
|
|
42
|
+
clientToken: 'string',
|
|
43
|
+
configListShrink: 'string',
|
|
44
|
+
instanceName: 'string',
|
|
45
|
+
regionId: 'string',
|
|
46
|
+
status: 'boolean',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
constructor(map?: { [key: string]: any }) {
|
|
55
|
+
super(map);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceSSLRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* custom
|
|
9
|
+
*/
|
|
10
|
+
CAType?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* This parameter is required.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ra-supabase-8moov5lxba****
|
|
17
|
+
*/
|
|
18
|
+
instanceName?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* cn-beijing
|
|
22
|
+
*/
|
|
23
|
+
regionId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* This parameter is required.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* 1
|
|
30
|
+
*/
|
|
31
|
+
SSLEnabled?: number;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* -----BEGIN CERTIFICATE-----MIID*****QqEP-----END CERTIFICATE-----
|
|
35
|
+
*/
|
|
36
|
+
serverCert?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @example
|
|
39
|
+
* -----BEGIN PRIVATE KEY-----MIIE****ihfg==-----END PRIVATE KEY-----
|
|
40
|
+
*/
|
|
41
|
+
serverKey?: string;
|
|
42
|
+
static names(): { [key: string]: string } {
|
|
43
|
+
return {
|
|
44
|
+
CAType: 'CAType',
|
|
45
|
+
instanceName: 'InstanceName',
|
|
46
|
+
regionId: 'RegionId',
|
|
47
|
+
SSLEnabled: 'SSLEnabled',
|
|
48
|
+
serverCert: 'ServerCert',
|
|
49
|
+
serverKey: 'ServerKey',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
static types(): { [key: string]: any } {
|
|
54
|
+
return {
|
|
55
|
+
CAType: 'string',
|
|
56
|
+
instanceName: 'string',
|
|
57
|
+
regionId: 'string',
|
|
58
|
+
SSLEnabled: 'number',
|
|
59
|
+
serverCert: 'string',
|
|
60
|
+
serverKey: 'string',
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
validate() {
|
|
65
|
+
super.validate();
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
constructor(map?: { [key: string]: any }) {
|
|
69
|
+
super(map);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ModifyInstanceSSLResponseBody } from "./ModifyInstanceSslresponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ModifyInstanceSSLResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ModifyInstanceSSLResponseBody;
|
|
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: ModifyInstanceSSLResponseBody,
|
|
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,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceSSLResponseBody 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,88 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceStorageConfigRequestConfigList extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* TENANT_ID
|
|
9
|
+
*/
|
|
10
|
+
name?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* test-prefix
|
|
14
|
+
*/
|
|
15
|
+
value?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
name: 'Name',
|
|
19
|
+
value: 'Value',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
name: 'string',
|
|
26
|
+
value: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export class ModifyInstanceStorageConfigRequest extends $dara.Model {
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* ETnLKlblzczshOTUbOCz****
|
|
43
|
+
*/
|
|
44
|
+
clientToken?: string;
|
|
45
|
+
configList?: ModifyInstanceStorageConfigRequestConfigList[];
|
|
46
|
+
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* This parameter is required.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* ra-supabase-8moov5lxba****
|
|
52
|
+
*/
|
|
53
|
+
instanceName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* cn-beijing
|
|
57
|
+
*/
|
|
58
|
+
regionId?: string;
|
|
59
|
+
static names(): { [key: string]: string } {
|
|
60
|
+
return {
|
|
61
|
+
clientToken: 'ClientToken',
|
|
62
|
+
configList: 'ConfigList',
|
|
63
|
+
instanceName: 'InstanceName',
|
|
64
|
+
regionId: 'RegionId',
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
static types(): { [key: string]: any } {
|
|
69
|
+
return {
|
|
70
|
+
clientToken: 'string',
|
|
71
|
+
configList: { 'type': 'array', 'itemType': ModifyInstanceStorageConfigRequestConfigList },
|
|
72
|
+
instanceName: 'string',
|
|
73
|
+
regionId: 'string',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
validate() {
|
|
78
|
+
if(Array.isArray(this.configList)) {
|
|
79
|
+
$dara.Model.validateArray(this.configList);
|
|
80
|
+
}
|
|
81
|
+
super.validate();
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
constructor(map?: { [key: string]: any }) {
|
|
85
|
+
super(map);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ModifyInstanceStorageConfigResponseBody } from "./ModifyInstanceStorageConfigResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ModifyInstanceStorageConfigResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ModifyInstanceStorageConfigResponseBody;
|
|
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: ModifyInstanceStorageConfigResponseBody,
|
|
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,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceStorageConfigResponseBody 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,51 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifyInstanceStorageConfigShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ETnLKlblzczshOTUbOCz****
|
|
9
|
+
*/
|
|
10
|
+
clientToken?: string;
|
|
11
|
+
configListShrink?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* This parameter is required.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ra-supabase-8moov5lxba****
|
|
18
|
+
*/
|
|
19
|
+
instanceName?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* cn-beijing
|
|
23
|
+
*/
|
|
24
|
+
regionId?: string;
|
|
25
|
+
static names(): { [key: string]: string } {
|
|
26
|
+
return {
|
|
27
|
+
clientToken: 'ClientToken',
|
|
28
|
+
configListShrink: 'ConfigList',
|
|
29
|
+
instanceName: 'InstanceName',
|
|
30
|
+
regionId: 'RegionId',
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
static types(): { [key: string]: any } {
|
|
35
|
+
return {
|
|
36
|
+
clientToken: 'string',
|
|
37
|
+
configListShrink: 'string',
|
|
38
|
+
instanceName: 'string',
|
|
39
|
+
regionId: 'string',
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
validate() {
|
|
44
|
+
super.validate();
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
constructor(map?: { [key: string]: any }) {
|
|
48
|
+
super(map);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ResetInstancePasswordRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* test_Password
|
|
12
|
+
*/
|
|
13
|
+
dashboardPassword?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ra-supabase-8moov5lxba****
|
|
20
|
+
*/
|
|
21
|
+
instanceName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @example
|
|
24
|
+
* cn-beijing
|
|
25
|
+
*/
|
|
26
|
+
regionId?: string;
|
|
27
|
+
static names(): { [key: string]: string } {
|
|
28
|
+
return {
|
|
29
|
+
dashboardPassword: 'DashboardPassword',
|
|
30
|
+
instanceName: 'InstanceName',
|
|
31
|
+
regionId: 'RegionId',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
dashboardPassword: 'string',
|
|
38
|
+
instanceName: 'string',
|
|
39
|
+
regionId: 'string',
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
validate() {
|
|
44
|
+
super.validate();
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
constructor(map?: { [key: string]: any }) {
|
|
48
|
+
super(map);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ResetInstancePasswordResponseBody } from "./ResetInstancePasswordResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ResetInstancePasswordResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ResetInstancePasswordResponseBody;
|
|
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: ResetInstancePasswordResponseBody,
|
|
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,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ResetInstancePasswordResponseBody 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,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RestartInstanceRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ra-supabase-8moov5lxba****
|
|
12
|
+
*/
|
|
13
|
+
instanceName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* cn-beijing
|
|
17
|
+
*/
|
|
18
|
+
regionId?: string;
|
|
19
|
+
static names(): { [key: string]: string } {
|
|
20
|
+
return {
|
|
21
|
+
instanceName: 'InstanceName',
|
|
22
|
+
regionId: 'RegionId',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static types(): { [key: string]: any } {
|
|
27
|
+
return {
|
|
28
|
+
instanceName: 'string',
|
|
29
|
+
regionId: 'string',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
validate() {
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|