Skip to content

Commit 33fa220

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for redis-Node.js-2020-12-07-online-2224-2026_01_29_14_37_39
1 parent f669ad2 commit 33fa220

81 files changed

Lines changed: 4272 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.3",
3-
"meta_commit": "385b2aea45f7dfdfbcfcc72ae2d750db1ac370d0"
2+
"lasted": "1.0.4",
3+
"meta_commit": "f6f43211e417e9a83816b4364e767c99e62a09b9"
44
}

service/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volcengine/redis",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "swagger client for @volcengine/redis",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",

service/redis/src/api.ts

Lines changed: 532 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* redis
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AccountForListDBAccountOutput
20+
*/
21+
export interface AccountForListDBAccountOutput {
22+
23+
/**
24+
* @type {string}
25+
* @memberof AccountForListDBAccountOutput
26+
*/
27+
AccountName?: string;
28+
29+
/**
30+
* @type {string}
31+
* @memberof AccountForListDBAccountOutput
32+
*/
33+
AccountStatus?: string;
34+
35+
/**
36+
* @type {string}
37+
* @memberof AccountForListDBAccountOutput
38+
*/
39+
Description?: string;
40+
41+
/**
42+
* @type {string}
43+
* @memberof AccountForListDBAccountOutput
44+
*/
45+
InstanceId?: string;
46+
47+
/**
48+
* @type {string}
49+
* @memberof AccountForListDBAccountOutput
50+
*/
51+
RoleName?: string;
52+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* redis
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { TagForAddTagsToResourceInput } from './tag-for-add-tags-to-resource-input';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface AddTagsToResourceRequest
21+
*/
22+
export interface AddTagsToResourceRequest {
23+
24+
/**
25+
* @type {string}
26+
* @memberof AddTagsToResourceRequest
27+
*/
28+
ClientToken?: string;
29+
30+
/**
31+
* @type {Array<string>}
32+
* @memberof AddTagsToResourceRequest
33+
*/
34+
InstanceIds?: Array<string>;
35+
36+
/**
37+
* @type {Array<TagForAddTagsToResourceInput>}
38+
* @memberof AddTagsToResourceRequest
39+
*/
40+
Tags?: Array<TagForAddTagsToResourceInput>;
41+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* redis
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AddTagsToResourceResponse
20+
*/
21+
export interface AddTagsToResourceResponse {
22+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* redis
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface BackupPointDownloadUrlForDescribeBackupPointDownloadUrlsOutput
20+
*/
21+
export interface BackupPointDownloadUrlForDescribeBackupPointDownloadUrlsOutput {
22+
23+
/**
24+
* @type {string}
25+
* @memberof BackupPointDownloadUrlForDescribeBackupPointDownloadUrlsOutput
26+
*/
27+
PrivateDownloadUrl?: string;
28+
29+
/**
30+
* @type {string}
31+
* @memberof BackupPointDownloadUrlForDescribeBackupPointDownloadUrlsOutput
32+
*/
33+
PublicDownloadUrl?: string;
34+
35+
/**
36+
* @type {number}
37+
* @memberof BackupPointDownloadUrlForDescribeBackupPointDownloadUrlsOutput
38+
*/
39+
RdbFileSize?: number;
40+
41+
/**
42+
* @type {string}
43+
* @memberof BackupPointDownloadUrlForDescribeBackupPointDownloadUrlsOutput
44+
*/
45+
ShardId?: string;
46+
}
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* redis
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
20+
*/
21+
export interface BlueGreenDeploymentForCreateBlueGreenDeploymentOutput {
22+
23+
/**
24+
* @type {string}
25+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
26+
*/
27+
CreateTime?: string;
28+
29+
/**
30+
* @type {number}
31+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
32+
*/
33+
DataSyncProgress?: number;
34+
35+
/**
36+
* @type {string}
37+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
38+
*/
39+
EndTime?: string;
40+
41+
/**
42+
* @type {string}
43+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
44+
*/
45+
Name?: string;
46+
47+
/**
48+
* @type {string}
49+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
50+
*/
51+
SourceEngineVersion?: string;
52+
53+
/**
54+
* @type {string}
55+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
56+
*/
57+
SourceInstanceId?: string;
58+
59+
/**
60+
* @type {string}
61+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
62+
*/
63+
SourceInstanceName?: string;
64+
65+
/**
66+
* @type {string}
67+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
68+
*/
69+
Status?: BlueGreenDeploymentForCreateBlueGreenDeploymentOutputStatusEnum;
70+
71+
/**
72+
* @type {string}
73+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
74+
*/
75+
TargetEngineVersion?: string;
76+
77+
/**
78+
* @type {string}
79+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
80+
*/
81+
TargetInstanceId?: string;
82+
83+
/**
84+
* @type {string}
85+
* @memberof BlueGreenDeploymentForCreateBlueGreenDeploymentOutput
86+
*/
87+
TargetInstanceName?: string;
88+
}
89+
90+
/**
91+
* @export
92+
* @enum {string}
93+
*/
94+
export enum BlueGreenDeploymentForCreateBlueGreenDeploymentOutputStatusEnum {
95+
INIT = 'INIT',
96+
PROVISIONING = 'PROVISIONING',
97+
AVAILABLE = 'AVAILABLE',
98+
DATASYNCHRONIZING = 'DATA_SYNCHRONIZING',
99+
SWITCHOVERAVAILABLE = 'SWITCHOVER_AVAILABLE',
100+
SWITCHOVERINPROGRESS = 'SWITCHOVER_IN_PROGRESS',
101+
SWITCHOVERPENDING = 'SWITCHOVER_PENDING',
102+
SWITCHOVERCOMPLETED = 'SWITCHOVER_COMPLETED',
103+
SWITCHOVERFAILED = 'SWITCHOVER_FAILED',
104+
DELETING = 'DELETING',
105+
DELETECOMPLETED = 'DELETE_COMPLETED'
106+
}
107+
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* redis
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
20+
*/
21+
export interface BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput {
22+
23+
/**
24+
* @type {string}
25+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
26+
*/
27+
CreateTime?: string;
28+
29+
/**
30+
* @type {number}
31+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
32+
*/
33+
DataSyncProgress?: number;
34+
35+
/**
36+
* @type {string}
37+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
38+
*/
39+
EndTime?: string;
40+
41+
/**
42+
* @type {string}
43+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
44+
*/
45+
Name?: string;
46+
47+
/**
48+
* @type {string}
49+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
50+
*/
51+
SourceEngineVersion?: string;
52+
53+
/**
54+
* @type {string}
55+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
56+
*/
57+
SourceInstanceId?: string;
58+
59+
/**
60+
* @type {string}
61+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
62+
*/
63+
SourceInstanceName?: string;
64+
65+
/**
66+
* @type {string}
67+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
68+
*/
69+
Status?: BlueGreenDeploymentForDeleteBlueGreenDeploymentOutputStatusEnum;
70+
71+
/**
72+
* @type {string}
73+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
74+
*/
75+
TargetEngineVersion?: string;
76+
77+
/**
78+
* @type {string}
79+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
80+
*/
81+
TargetInstanceId?: string;
82+
83+
/**
84+
* @type {string}
85+
* @memberof BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput
86+
*/
87+
TargetInstanceName?: string;
88+
}
89+
90+
/**
91+
* @export
92+
* @enum {string}
93+
*/
94+
export enum BlueGreenDeploymentForDeleteBlueGreenDeploymentOutputStatusEnum {
95+
INIT = 'INIT',
96+
PROVISIONING = 'PROVISIONING',
97+
AVAILABLE = 'AVAILABLE',
98+
DATASYNCHRONIZING = 'DATA_SYNCHRONIZING',
99+
SWITCHOVERAVAILABLE = 'SWITCHOVER_AVAILABLE',
100+
SWITCHOVERINPROGRESS = 'SWITCHOVER_IN_PROGRESS',
101+
SWITCHOVERPENDING = 'SWITCHOVER_PENDING',
102+
SWITCHOVERCOMPLETED = 'SWITCHOVER_COMPLETED',
103+
SWITCHOVERFAILED = 'SWITCHOVER_FAILED',
104+
DELETING = 'DELETING',
105+
DELETECOMPLETED = 'DELETE_COMPLETED'
106+
}
107+

0 commit comments

Comments
 (0)