@alicloud/gpdb20160503 3.4.0 → 3.5.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 +60 -0
- package/dist/client.js +195 -0
- package/dist/client.js.map +1 -1
- package/dist/models/GetSupabaseProjectResponseBody.d.ts +29 -0
- package/dist/models/GetSupabaseProjectResponseBody.js +2 -0
- package/dist/models/GetSupabaseProjectResponseBody.js.map +1 -1
- package/dist/models/ListSupabaseProjectTagsRequest.d.ts +55 -0
- package/dist/models/ListSupabaseProjectTagsRequest.js +93 -0
- package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -0
- package/dist/models/ListSupabaseProjectTagsResponse.d.ts +19 -0
- package/dist/models/ListSupabaseProjectTagsResponse.js +69 -0
- package/dist/models/ListSupabaseProjectTagsResponse.js.map +1 -0
- package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +59 -0
- package/dist/models/ListSupabaseProjectTagsResponseBody.js +90 -0
- package/dist/models/ListSupabaseProjectTagsResponseBody.js.map +1 -0
- package/dist/models/ListSupabaseProjectsRequest.d.ts +24 -0
- package/dist/models/ListSupabaseProjectsRequest.js.map +1 -1
- package/dist/models/ListSupabaseProjectsResponseBody.d.ts +9 -0
- package/dist/models/ListSupabaseProjectsResponseBody.js +2 -0
- package/dist/models/ListSupabaseProjectsResponseBody.js.map +1 -1
- package/dist/models/ModifySupabaseProjectDescriptionRequest.d.ts +28 -0
- package/dist/models/ModifySupabaseProjectDescriptionRequest.js +62 -0
- package/dist/models/ModifySupabaseProjectDescriptionRequest.js.map +1 -0
- package/dist/models/ModifySupabaseProjectDescriptionResponse.d.ts +19 -0
- package/dist/models/ModifySupabaseProjectDescriptionResponse.js +69 -0
- package/dist/models/ModifySupabaseProjectDescriptionResponse.js.map +1 -0
- package/dist/models/ModifySupabaseProjectDescriptionResponseBody.d.ts +21 -0
- package/dist/models/ModifySupabaseProjectDescriptionResponseBody.js +58 -0
- package/dist/models/ModifySupabaseProjectDescriptionResponseBody.js.map +1 -0
- package/dist/models/TagSupabaseProjectRequest.d.ts +47 -0
- package/dist/models/TagSupabaseProjectRequest.js +91 -0
- package/dist/models/TagSupabaseProjectRequest.js.map +1 -0
- package/dist/models/TagSupabaseProjectResponse.d.ts +19 -0
- package/dist/models/TagSupabaseProjectResponse.js +69 -0
- package/dist/models/TagSupabaseProjectResponse.js.map +1 -0
- package/dist/models/TagSupabaseProjectResponseBody.d.ts +21 -0
- package/dist/models/TagSupabaseProjectResponseBody.js +58 -0
- package/dist/models/TagSupabaseProjectResponseBody.js.map +1 -0
- package/dist/models/UntagSupabaseProjectRequest.d.ts +30 -0
- package/dist/models/UntagSupabaseProjectRequest.js +72 -0
- package/dist/models/UntagSupabaseProjectRequest.js.map +1 -0
- package/dist/models/UntagSupabaseProjectResponse.d.ts +19 -0
- package/dist/models/UntagSupabaseProjectResponse.js +69 -0
- package/dist/models/UntagSupabaseProjectResponse.js.map +1 -0
- package/dist/models/UntagSupabaseProjectResponseBody.d.ts +21 -0
- package/dist/models/UntagSupabaseProjectResponseBody.js +58 -0
- package/dist/models/UntagSupabaseProjectResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +15 -0
- package/dist/models/model.js +48 -18
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +220 -0
- package/src/models/GetSupabaseProjectResponseBody.ts +31 -0
- package/src/models/ListSupabaseProjectTagsRequest.ts +94 -0
- package/src/models/ListSupabaseProjectTagsResponse.ts +40 -0
- package/src/models/ListSupabaseProjectTagsResponseBody.ts +95 -0
- package/src/models/ListSupabaseProjectsRequest.ts +24 -0
- package/src/models/ListSupabaseProjectsResponseBody.ts +11 -0
- package/src/models/ModifySupabaseProjectDescriptionRequest.ts +45 -0
- package/src/models/ModifySupabaseProjectDescriptionResponse.ts +40 -0
- package/src/models/ModifySupabaseProjectDescriptionResponseBody.ts +34 -0
- package/src/models/TagSupabaseProjectRequest.ts +84 -0
- package/src/models/TagSupabaseProjectResponse.ts +40 -0
- package/src/models/TagSupabaseProjectResponseBody.ts +34 -0
- package/src/models/UntagSupabaseProjectRequest.ts +57 -0
- package/src/models/UntagSupabaseProjectResponse.ts +40 -0
- package/src/models/UntagSupabaseProjectResponseBody.ts +34 -0
- package/src/models/model.ts +15 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListSupabaseProjectTagsResponseBodyTagResources extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* spb-xxxxxxxxxx
|
|
9
|
+
*/
|
|
10
|
+
resourceId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* instance
|
|
14
|
+
*/
|
|
15
|
+
resourceType?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* TestKey
|
|
19
|
+
*/
|
|
20
|
+
tagKey?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* TestValue
|
|
24
|
+
*/
|
|
25
|
+
tagValue?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
resourceId: 'ResourceId',
|
|
29
|
+
resourceType: 'ResourceType',
|
|
30
|
+
tagKey: 'TagKey',
|
|
31
|
+
tagValue: 'TagValue',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
resourceId: 'string',
|
|
38
|
+
resourceType: 'string',
|
|
39
|
+
tagKey: 'string',
|
|
40
|
+
tagValue: '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 ListSupabaseProjectTagsResponseBody extends $dara.Model {
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* caeba0bbb2be03f84eb48b699f0a4883
|
|
57
|
+
*/
|
|
58
|
+
nextToken?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Id of the request
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* 34b32a0a-08ef-4a87-b6be-cdd9f56fc3ad
|
|
65
|
+
*/
|
|
66
|
+
requestId?: string;
|
|
67
|
+
tagResources?: ListSupabaseProjectTagsResponseBodyTagResources[];
|
|
68
|
+
static names(): { [key: string]: string } {
|
|
69
|
+
return {
|
|
70
|
+
nextToken: 'NextToken',
|
|
71
|
+
requestId: 'RequestId',
|
|
72
|
+
tagResources: 'TagResources',
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
static types(): { [key: string]: any } {
|
|
77
|
+
return {
|
|
78
|
+
nextToken: 'string',
|
|
79
|
+
requestId: 'string',
|
|
80
|
+
tagResources: { 'type': 'array', 'itemType': ListSupabaseProjectTagsResponseBodyTagResources },
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
validate() {
|
|
85
|
+
if(Array.isArray(this.tagResources)) {
|
|
86
|
+
$dara.Model.validateArray(this.tagResources);
|
|
87
|
+
}
|
|
88
|
+
super.validate();
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
constructor(map?: { [key: string]: any }) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
@@ -19,7 +19,15 @@ export class ListSupabaseProjectsRequest extends $dara.Model {
|
|
|
19
19
|
* caeba0bbb2be03f84eb48b699f0a****
|
|
20
20
|
*/
|
|
21
21
|
nextToken?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @example
|
|
24
|
+
* 1
|
|
25
|
+
*/
|
|
22
26
|
pageNumber?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @example
|
|
29
|
+
* 20
|
|
30
|
+
*/
|
|
23
31
|
pageSize?: number;
|
|
24
32
|
/**
|
|
25
33
|
* @remarks
|
|
@@ -31,9 +39,25 @@ export class ListSupabaseProjectsRequest extends $dara.Model {
|
|
|
31
39
|
* cn-hangzhou
|
|
32
40
|
*/
|
|
33
41
|
regionId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* ProjectId
|
|
45
|
+
*/
|
|
34
46
|
searchField?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @example
|
|
49
|
+
* gp-bp***************
|
|
50
|
+
*/
|
|
35
51
|
searchValue?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @example
|
|
54
|
+
* UpdatedDate
|
|
55
|
+
*/
|
|
36
56
|
sortField?: string;
|
|
57
|
+
/**
|
|
58
|
+
* @example
|
|
59
|
+
* desc
|
|
60
|
+
*/
|
|
37
61
|
sortOrder?: string;
|
|
38
62
|
static names(): { [key: string]: string } {
|
|
39
63
|
return {
|
|
@@ -3,6 +3,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListSupabaseProjectsResponseBodyItems extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* false
|
|
9
|
+
*/
|
|
6
10
|
autoScale?: string;
|
|
7
11
|
/**
|
|
8
12
|
* @remarks
|
|
@@ -52,6 +56,10 @@ export class ListSupabaseProjectsResponseBodyItems extends $dara.Model {
|
|
|
52
56
|
* 6.0
|
|
53
57
|
*/
|
|
54
58
|
engineVersion?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @example
|
|
61
|
+
* 2026-04-27T16:00:00Z
|
|
62
|
+
*/
|
|
55
63
|
expireTime?: string;
|
|
56
64
|
/**
|
|
57
65
|
* @remarks
|
|
@@ -73,6 +81,7 @@ export class ListSupabaseProjectsResponseBodyItems extends $dara.Model {
|
|
|
73
81
|
* 192.168.0.1
|
|
74
82
|
*/
|
|
75
83
|
privateConnectUrl?: string;
|
|
84
|
+
projectDescription?: string;
|
|
76
85
|
/**
|
|
77
86
|
* @remarks
|
|
78
87
|
* The Supabase project ID.
|
|
@@ -177,6 +186,7 @@ export class ListSupabaseProjectsResponseBodyItems extends $dara.Model {
|
|
|
177
186
|
expireTime: 'ExpireTime',
|
|
178
187
|
payType: 'PayType',
|
|
179
188
|
privateConnectUrl: 'PrivateConnectUrl',
|
|
189
|
+
projectDescription: 'ProjectDescription',
|
|
180
190
|
projectId: 'ProjectId',
|
|
181
191
|
projectName: 'ProjectName',
|
|
182
192
|
projectSpec: 'ProjectSpec',
|
|
@@ -203,6 +213,7 @@ export class ListSupabaseProjectsResponseBodyItems extends $dara.Model {
|
|
|
203
213
|
expireTime: 'string',
|
|
204
214
|
payType: 'string',
|
|
205
215
|
privateConnectUrl: 'string',
|
|
216
|
+
projectDescription: 'string',
|
|
206
217
|
projectId: 'string',
|
|
207
218
|
projectName: 'string',
|
|
208
219
|
projectSpec: 'string',
|
|
@@ -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 ModifySupabaseProjectDescriptionRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* for-test-project
|
|
9
|
+
*/
|
|
10
|
+
projectDescription?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* sbp-twmoe9bakow
|
|
14
|
+
*/
|
|
15
|
+
projectId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* cn-hangzhou
|
|
19
|
+
*/
|
|
20
|
+
regionId?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
projectDescription: 'ProjectDescription',
|
|
24
|
+
projectId: 'ProjectId',
|
|
25
|
+
regionId: 'RegionId',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
projectDescription: 'string',
|
|
32
|
+
projectId: 'string',
|
|
33
|
+
regionId: '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,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ModifySupabaseProjectDescriptionResponseBody } from "./ModifySupabaseProjectDescriptionResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ModifySupabaseProjectDescriptionResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ModifySupabaseProjectDescriptionResponseBody;
|
|
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: ModifySupabaseProjectDescriptionResponseBody,
|
|
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,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ModifySupabaseProjectDescriptionResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ABB39CC3-4488-4857-905D-2E4A051D0521
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
requestId: 'RequestId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
requestId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class TagSupabaseProjectRequestTag extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* test-key
|
|
9
|
+
*/
|
|
10
|
+
key?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* test-value
|
|
14
|
+
*/
|
|
15
|
+
value?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
key: 'Key',
|
|
19
|
+
value: 'Value',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
key: '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 TagSupabaseProjectRequest extends $dara.Model {
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* cn-hangzhou
|
|
43
|
+
*/
|
|
44
|
+
regionId?: string;
|
|
45
|
+
resourceId?: string[];
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* instance
|
|
49
|
+
*/
|
|
50
|
+
resourceType?: string;
|
|
51
|
+
tag?: TagSupabaseProjectRequestTag[];
|
|
52
|
+
static names(): { [key: string]: string } {
|
|
53
|
+
return {
|
|
54
|
+
regionId: 'RegionId',
|
|
55
|
+
resourceId: 'ResourceId',
|
|
56
|
+
resourceType: 'ResourceType',
|
|
57
|
+
tag: 'Tag',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
static types(): { [key: string]: any } {
|
|
62
|
+
return {
|
|
63
|
+
regionId: 'string',
|
|
64
|
+
resourceId: { 'type': 'array', 'itemType': 'string' },
|
|
65
|
+
resourceType: 'string',
|
|
66
|
+
tag: { 'type': 'array', 'itemType': TagSupabaseProjectRequestTag },
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
validate() {
|
|
71
|
+
if(Array.isArray(this.resourceId)) {
|
|
72
|
+
$dara.Model.validateArray(this.resourceId);
|
|
73
|
+
}
|
|
74
|
+
if(Array.isArray(this.tag)) {
|
|
75
|
+
$dara.Model.validateArray(this.tag);
|
|
76
|
+
}
|
|
77
|
+
super.validate();
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
constructor(map?: { [key: string]: any }) {
|
|
81
|
+
super(map);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { TagSupabaseProjectResponseBody } from "./TagSupabaseProjectResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class TagSupabaseProjectResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: TagSupabaseProjectResponseBody;
|
|
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: TagSupabaseProjectResponseBody,
|
|
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,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class TagSupabaseProjectResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* B4CAF581-2AC7-41AD-8940-D56DF7AADF5B
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
requestId: 'RequestId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
requestId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UntagSupabaseProjectRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* false
|
|
9
|
+
*/
|
|
10
|
+
all?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-hangzhou
|
|
14
|
+
*/
|
|
15
|
+
regionId?: string;
|
|
16
|
+
resourceId?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* @example
|
|
19
|
+
* instance
|
|
20
|
+
*/
|
|
21
|
+
resourceType?: string;
|
|
22
|
+
tagKey?: string[];
|
|
23
|
+
static names(): { [key: string]: string } {
|
|
24
|
+
return {
|
|
25
|
+
all: 'All',
|
|
26
|
+
regionId: 'RegionId',
|
|
27
|
+
resourceId: 'ResourceId',
|
|
28
|
+
resourceType: 'ResourceType',
|
|
29
|
+
tagKey: 'TagKey',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
static types(): { [key: string]: any } {
|
|
34
|
+
return {
|
|
35
|
+
all: 'boolean',
|
|
36
|
+
regionId: 'string',
|
|
37
|
+
resourceId: { 'type': 'array', 'itemType': 'string' },
|
|
38
|
+
resourceType: 'string',
|
|
39
|
+
tagKey: { 'type': 'array', 'itemType': 'string' },
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
validate() {
|
|
44
|
+
if(Array.isArray(this.resourceId)) {
|
|
45
|
+
$dara.Model.validateArray(this.resourceId);
|
|
46
|
+
}
|
|
47
|
+
if(Array.isArray(this.tagKey)) {
|
|
48
|
+
$dara.Model.validateArray(this.tagKey);
|
|
49
|
+
}
|
|
50
|
+
super.validate();
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
constructor(map?: { [key: string]: any }) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { UntagSupabaseProjectResponseBody } from "./UntagSupabaseProjectResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UntagSupabaseProjectResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UntagSupabaseProjectResponseBody;
|
|
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: UntagSupabaseProjectResponseBody,
|
|
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,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UntagSupabaseProjectResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 34b32a0a-08ef-4a87-b6be-cdd9f56fc3ad
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
requestId: 'RequestId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
requestId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -194,6 +194,8 @@ export { ListSlowSQLRecordsResponseBodyItems } from './ListSlowSqlrecordsRespons
|
|
|
194
194
|
export { ListStreamingDataServicesResponseBodyServiceItems } from './ListStreamingDataServicesResponseBody';
|
|
195
195
|
export { ListStreamingDataSourcesResponseBodyDataSourceItems } from './ListStreamingDataSourcesResponseBody';
|
|
196
196
|
export { ListStreamingJobsResponseBodyJobItems } from './ListStreamingJobsResponseBody';
|
|
197
|
+
export { ListSupabaseProjectTagsRequestTag } from './ListSupabaseProjectTagsRequest';
|
|
198
|
+
export { ListSupabaseProjectTagsResponseBodyTagResources } from './ListSupabaseProjectTagsResponseBody';
|
|
197
199
|
export { ListSupabaseProjectsResponseBodyItems } from './ListSupabaseProjectsResponseBody';
|
|
198
200
|
export { ListSupportModelsResponseBodyModelNames } from './ListSupportModelsResponseBody';
|
|
199
201
|
export { ListTablesResponseBodyTables } from './ListTablesResponseBody';
|
|
@@ -244,6 +246,7 @@ export { QueryKnowledgeBasesContentResponseBodyUsage } from './QueryKnowledgeBas
|
|
|
244
246
|
export { RerankResponseBodyResultsResults } from './RerankResponseBody';
|
|
245
247
|
export { RerankResponseBodyResults } from './RerankResponseBody';
|
|
246
248
|
export { TagResourcesRequestTag } from './TagResourcesRequest';
|
|
249
|
+
export { TagSupabaseProjectRequestTag } from './TagSupabaseProjectRequest';
|
|
247
250
|
export { TextEmbeddingResponseBodyResultsResultsEmbedding } from './TextEmbeddingResponseBody';
|
|
248
251
|
export { TextEmbeddingResponseBodyResultsResults } from './TextEmbeddingResponseBody';
|
|
249
252
|
export { TextEmbeddingResponseBodyResults } from './TextEmbeddingResponseBody';
|
|
@@ -814,6 +817,9 @@ export { ListStreamingDataSourcesResponse } from './ListStreamingDataSourcesResp
|
|
|
814
817
|
export { ListStreamingJobsRequest } from './ListStreamingJobsRequest';
|
|
815
818
|
export { ListStreamingJobsResponseBody } from './ListStreamingJobsResponseBody';
|
|
816
819
|
export { ListStreamingJobsResponse } from './ListStreamingJobsResponse';
|
|
820
|
+
export { ListSupabaseProjectTagsRequest } from './ListSupabaseProjectTagsRequest';
|
|
821
|
+
export { ListSupabaseProjectTagsResponseBody } from './ListSupabaseProjectTagsResponseBody';
|
|
822
|
+
export { ListSupabaseProjectTagsResponse } from './ListSupabaseProjectTagsResponse';
|
|
817
823
|
export { ListSupabaseProjectsRequest } from './ListSupabaseProjectsRequest';
|
|
818
824
|
export { ListSupabaseProjectsResponseBody } from './ListSupabaseProjectsResponseBody';
|
|
819
825
|
export { ListSupabaseProjectsResponse } from './ListSupabaseProjectsResponse';
|
|
@@ -906,6 +912,9 @@ export { ModifyStreamingJobResponse } from './ModifyStreamingJobResponse';
|
|
|
906
912
|
export { ModifySupabaseAutoScalePolicyRequest } from './ModifySupabaseAutoScalePolicyRequest';
|
|
907
913
|
export { ModifySupabaseAutoScalePolicyResponseBody } from './ModifySupabaseAutoScalePolicyResponseBody';
|
|
908
914
|
export { ModifySupabaseAutoScalePolicyResponse } from './ModifySupabaseAutoScalePolicyResponse';
|
|
915
|
+
export { ModifySupabaseProjectDescriptionRequest } from './ModifySupabaseProjectDescriptionRequest';
|
|
916
|
+
export { ModifySupabaseProjectDescriptionResponseBody } from './ModifySupabaseProjectDescriptionResponseBody';
|
|
917
|
+
export { ModifySupabaseProjectDescriptionResponse } from './ModifySupabaseProjectDescriptionResponse';
|
|
909
918
|
export { ModifySupabaseProjectResourceRequest } from './ModifySupabaseProjectResourceRequest';
|
|
910
919
|
export { ModifySupabaseProjectResourceResponseBody } from './ModifySupabaseProjectResourceResponseBody';
|
|
911
920
|
export { ModifySupabaseProjectResourceResponse } from './ModifySupabaseProjectResourceResponse';
|
|
@@ -981,6 +990,9 @@ export { SwitchDBInstanceNetTypeResponse } from './SwitchDbinstanceNetTypeRespon
|
|
|
981
990
|
export { TagResourcesRequest } from './TagResourcesRequest';
|
|
982
991
|
export { TagResourcesResponseBody } from './TagResourcesResponseBody';
|
|
983
992
|
export { TagResourcesResponse } from './TagResourcesResponse';
|
|
993
|
+
export { TagSupabaseProjectRequest } from './TagSupabaseProjectRequest';
|
|
994
|
+
export { TagSupabaseProjectResponseBody } from './TagSupabaseProjectResponseBody';
|
|
995
|
+
export { TagSupabaseProjectResponse } from './TagSupabaseProjectResponse';
|
|
984
996
|
export { TextEmbeddingRequest } from './TextEmbeddingRequest';
|
|
985
997
|
export { TextEmbeddingShrinkRequest } from './TextEmbeddingShrinkRequest';
|
|
986
998
|
export { TextEmbeddingResponseBody } from './TextEmbeddingResponseBody';
|
|
@@ -995,6 +1007,9 @@ export { UnloadSampleDataResponse } from './UnloadSampleDataResponse';
|
|
|
995
1007
|
export { UntagResourcesRequest } from './UntagResourcesRequest';
|
|
996
1008
|
export { UntagResourcesResponseBody } from './UntagResourcesResponseBody';
|
|
997
1009
|
export { UntagResourcesResponse } from './UntagResourcesResponse';
|
|
1010
|
+
export { UntagSupabaseProjectRequest } from './UntagSupabaseProjectRequest';
|
|
1011
|
+
export { UntagSupabaseProjectResponseBody } from './UntagSupabaseProjectResponseBody';
|
|
1012
|
+
export { UntagSupabaseProjectResponse } from './UntagSupabaseProjectResponse';
|
|
998
1013
|
export { UpdateCollectionDataMetadataRequest } from './UpdateCollectionDataMetadataRequest';
|
|
999
1014
|
export { UpdateCollectionDataMetadataShrinkRequest } from './UpdateCollectionDataMetadataShrinkRequest';
|
|
1000
1015
|
export { UpdateCollectionDataMetadataResponseBody } from './UpdateCollectionDataMetadataResponseBody';
|