kb-cloud-client-typescript 2.2.96 → 2.2.98
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/adminapi/apis/account-api.d.ts +406 -0
- package/dist/adminapi/apis/account-api.d.ts.map +1 -1
- package/dist/adminapi/apis/account-api.js +427 -0
- package/dist/adminapi/apis/account-api.js.map +1 -1
- package/dist/adminapi/apis/rdbms-api.d.ts +406 -0
- package/dist/adminapi/apis/rdbms-api.d.ts.map +1 -1
- package/dist/adminapi/apis/rdbms-api.js +427 -0
- package/dist/adminapi/apis/rdbms-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +406 -0
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +427 -0
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/dms-service-account-create-request.d.ts +55 -0
- package/dist/adminapi/models/dms-service-account-create-request.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account-create-request.js +16 -0
- package/dist/adminapi/models/dms-service-account-create-request.js.map +1 -0
- package/dist/adminapi/models/dms-service-account-status.d.ts +22 -0
- package/dist/adminapi/models/dms-service-account-status.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account-status.js +26 -0
- package/dist/adminapi/models/dms-service-account-status.js.map +1 -0
- package/dist/adminapi/models/dms-service-account-update-request.d.ts +32 -0
- package/dist/adminapi/models/dms-service-account-update-request.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account-update-request.js +16 -0
- package/dist/adminapi/models/dms-service-account-update-request.js.map +1 -0
- package/dist/adminapi/models/dms-service-account.d.ts +73 -0
- package/dist/adminapi/models/dms-service-account.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account.js +16 -0
- package/dist/adminapi/models/dms-service-account.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +4 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +4 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/account-api.d.ts +406 -0
- package/dist/openapi/apis/account-api.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.js +427 -0
- package/dist/openapi/apis/account-api.js.map +1 -1
- package/dist/openapi/apis/rdbms-api.d.ts +406 -0
- package/dist/openapi/apis/rdbms-api.d.ts.map +1 -1
- package/dist/openapi/apis/rdbms-api.js +427 -0
- package/dist/openapi/apis/rdbms-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +406 -0
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +427 -0
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/dms-service-account-create-request.d.ts +55 -0
- package/dist/openapi/models/dms-service-account-create-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-create-request.js +16 -0
- package/dist/openapi/models/dms-service-account-create-request.js.map +1 -0
- package/dist/openapi/models/dms-service-account-status.d.ts +22 -0
- package/dist/openapi/models/dms-service-account-status.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-status.js +26 -0
- package/dist/openapi/models/dms-service-account-status.js.map +1 -0
- package/dist/openapi/models/dms-service-account-update-request.d.ts +32 -0
- package/dist/openapi/models/dms-service-account-update-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-update-request.js +16 -0
- package/dist/openapi/models/dms-service-account-update-request.js.map +1 -0
- package/dist/openapi/models/dms-service-account.d.ts +73 -0
- package/dist/openapi/models/dms-service-account.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account.js +16 -0
- package/dist/openapi/models/dms-service-account.js.map +1 -0
- package/dist/openapi/models/index.d.ts +4 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +4 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +4 -0
- package/src/adminapi/apis/account-api.ts +703 -0
- package/src/adminapi/apis/rdbms-api.ts +703 -0
- package/src/adminapi/apis/shared-api.ts +703 -0
- package/src/adminapi/models/dms-service-account-create-request.ts +60 -0
- package/src/adminapi/models/dms-service-account-status.ts +31 -0
- package/src/adminapi/models/dms-service-account-update-request.ts +41 -0
- package/src/adminapi/models/dms-service-account.ts +78 -0
- package/src/adminapi/models/index.ts +4 -0
- package/src/adminapi.yaml +330 -0
- package/src/openapi/.openapi-generator/FILES +4 -0
- package/src/openapi/apis/account-api.ts +703 -0
- package/src/openapi/apis/rdbms-api.ts +703 -0
- package/src/openapi/apis/shared-api.ts +703 -0
- package/src/openapi/models/dms-service-account-create-request.ts +60 -0
- package/src/openapi/models/dms-service-account-status.ts +31 -0
- package/src/openapi/models/dms-service-account-update-request.ts +41 -0
- package/src/openapi/models/dms-service-account.ts +78 -0
- package/src/openapi/models/index.ts +4 -0
- package/src/openapi.yaml +330 -0
|
@@ -76,6 +76,9 @@ import type { DmsQueryHistory } from '../models';
|
|
|
76
76
|
import type { DmsQueryRequest } from '../models';
|
|
77
77
|
import type { DmsQueryResponse } from '../models';
|
|
78
78
|
import type { DmsResult } from '../models';
|
|
79
|
+
import type { DmsServiceAccount } from '../models';
|
|
80
|
+
import type { DmsServiceAccountCreateRequest } from '../models';
|
|
81
|
+
import type { DmsServiceAccountUpdateRequest } from '../models';
|
|
79
82
|
import type { DmsSession } from '../models';
|
|
80
83
|
import type { DmsTaskInfo } from '../models';
|
|
81
84
|
import type { DmsTaskList } from '../models';
|
|
@@ -485,6 +488,17 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
485
488
|
* @throws {RequiredError}
|
|
486
489
|
*/
|
|
487
490
|
createRole: (orgName: string, roleCreate: RoleCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
491
|
+
/**
|
|
492
|
+
* create a MinIO service account access key
|
|
493
|
+
* @summary Create MinIO access key
|
|
494
|
+
* @param {string} engineName name of the engine
|
|
495
|
+
* @param {string} orgName name of the organization
|
|
496
|
+
* @param {string} clusterName name of the cluster
|
|
497
|
+
* @param {DmsServiceAccountCreateRequest} body
|
|
498
|
+
* @param {*} [options] Override http request option.
|
|
499
|
+
* @throws {RequiredError}
|
|
500
|
+
*/
|
|
501
|
+
createServiceAccount: (engineName: string, orgName: string, clusterName: string, body: DmsServiceAccountCreateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
488
502
|
/**
|
|
489
503
|
* create tag
|
|
490
504
|
* @summary Create cluster tags
|
|
@@ -827,6 +841,17 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
827
841
|
* @throws {RequiredError}
|
|
828
842
|
*/
|
|
829
843
|
deleteRoleByName: (orgName: string, roleName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
844
|
+
/**
|
|
845
|
+
* delete a MinIO service account access key
|
|
846
|
+
* @summary Delete MinIO access key
|
|
847
|
+
* @param {string} engineName name of the engine
|
|
848
|
+
* @param {string} orgName name of the organization
|
|
849
|
+
* @param {string} clusterName name of the cluster
|
|
850
|
+
* @param {string} accessKey MinIO access key
|
|
851
|
+
* @param {*} [options] Override http request option.
|
|
852
|
+
* @throws {RequiredError}
|
|
853
|
+
*/
|
|
854
|
+
deleteServiceAccount: (engineName: string, orgName: string, clusterName: string, accessKey: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
830
855
|
/**
|
|
831
856
|
* delete cluster tag
|
|
832
857
|
* @summary Delete tag
|
|
@@ -1421,6 +1446,17 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1421
1446
|
* @throws {RequiredError}
|
|
1422
1447
|
*/
|
|
1423
1448
|
getSchemaList: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1449
|
+
/**
|
|
1450
|
+
* get a MinIO service account access key
|
|
1451
|
+
* @summary Get MinIO access key
|
|
1452
|
+
* @param {string} engineName name of the engine
|
|
1453
|
+
* @param {string} orgName name of the organization
|
|
1454
|
+
* @param {string} clusterName name of the cluster
|
|
1455
|
+
* @param {string} accessKey MinIO access key
|
|
1456
|
+
* @param {*} [options] Override http request option.
|
|
1457
|
+
* @throws {RequiredError}
|
|
1458
|
+
*/
|
|
1459
|
+
getServiceAccount: (engineName: string, orgName: string, clusterName: string, accessKey: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1424
1460
|
/**
|
|
1425
1461
|
* Get statistics summary for slow logs of a cluster
|
|
1426
1462
|
* @summary Get cluster slow log statistics
|
|
@@ -1999,6 +2035,17 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1999
2035
|
* @throws {RequiredError}
|
|
2000
2036
|
*/
|
|
2001
2037
|
listRoles: (orgName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2038
|
+
/**
|
|
2039
|
+
* list MinIO service account access keys
|
|
2040
|
+
* @summary List MinIO access keys
|
|
2041
|
+
* @param {string} engineName name of the engine
|
|
2042
|
+
* @param {string} orgName name of the organization
|
|
2043
|
+
* @param {string} clusterName name of the cluster
|
|
2044
|
+
* @param {string} [userName] MinIO user that owns the service accounts
|
|
2045
|
+
* @param {*} [options] Override http request option.
|
|
2046
|
+
* @throws {RequiredError}
|
|
2047
|
+
*/
|
|
2048
|
+
listServiceAccounts: (engineName: string, orgName: string, clusterName: string, userName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2002
2049
|
/**
|
|
2003
2050
|
* list the service version of the engine
|
|
2004
2051
|
* @summary list the service version of the engine
|
|
@@ -2808,6 +2855,18 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2808
2855
|
* @throws {RequiredError}
|
|
2809
2856
|
*/
|
|
2810
2857
|
updateRoleByName: (orgName: string, roleName: string, roleUpdate: RoleUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2858
|
+
/**
|
|
2859
|
+
* update a MinIO service account access key
|
|
2860
|
+
* @summary Update MinIO access key
|
|
2861
|
+
* @param {string} engineName name of the engine
|
|
2862
|
+
* @param {string} orgName name of the organization
|
|
2863
|
+
* @param {string} clusterName name of the cluster
|
|
2864
|
+
* @param {string} accessKey MinIO access key
|
|
2865
|
+
* @param {DmsServiceAccountUpdateRequest} body
|
|
2866
|
+
* @param {*} [options] Override http request option.
|
|
2867
|
+
* @throws {RequiredError}
|
|
2868
|
+
*/
|
|
2869
|
+
updateServiceAccount: (engineName: string, orgName: string, clusterName: string, accessKey: string, body: DmsServiceAccountUpdateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2811
2870
|
/**
|
|
2812
2871
|
* Enable or disable SQL audit log for a cluster component
|
|
2813
2872
|
* @summary Update SQL audit log status
|
|
@@ -3163,6 +3222,17 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3163
3222
|
* @throws {RequiredError}
|
|
3164
3223
|
*/
|
|
3165
3224
|
createRole(orgName: string, roleCreate: RoleCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Role>>;
|
|
3225
|
+
/**
|
|
3226
|
+
* create a MinIO service account access key
|
|
3227
|
+
* @summary Create MinIO access key
|
|
3228
|
+
* @param {string} engineName name of the engine
|
|
3229
|
+
* @param {string} orgName name of the organization
|
|
3230
|
+
* @param {string} clusterName name of the cluster
|
|
3231
|
+
* @param {DmsServiceAccountCreateRequest} body
|
|
3232
|
+
* @param {*} [options] Override http request option.
|
|
3233
|
+
* @throws {RequiredError}
|
|
3234
|
+
*/
|
|
3235
|
+
createServiceAccount(engineName: string, orgName: string, clusterName: string, body: DmsServiceAccountCreateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsServiceAccount>>;
|
|
3166
3236
|
/**
|
|
3167
3237
|
* create tag
|
|
3168
3238
|
* @summary Create cluster tags
|
|
@@ -3505,6 +3575,17 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3505
3575
|
* @throws {RequiredError}
|
|
3506
3576
|
*/
|
|
3507
3577
|
deleteRoleByName(orgName: string, roleName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3578
|
+
/**
|
|
3579
|
+
* delete a MinIO service account access key
|
|
3580
|
+
* @summary Delete MinIO access key
|
|
3581
|
+
* @param {string} engineName name of the engine
|
|
3582
|
+
* @param {string} orgName name of the organization
|
|
3583
|
+
* @param {string} clusterName name of the cluster
|
|
3584
|
+
* @param {string} accessKey MinIO access key
|
|
3585
|
+
* @param {*} [options] Override http request option.
|
|
3586
|
+
* @throws {RequiredError}
|
|
3587
|
+
*/
|
|
3588
|
+
deleteServiceAccount(engineName: string, orgName: string, clusterName: string, accessKey: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3508
3589
|
/**
|
|
3509
3590
|
* delete cluster tag
|
|
3510
3591
|
* @summary Delete tag
|
|
@@ -4101,6 +4182,17 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4101
4182
|
* @throws {RequiredError}
|
|
4102
4183
|
*/
|
|
4103
4184
|
getSchemaList(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
4185
|
+
/**
|
|
4186
|
+
* get a MinIO service account access key
|
|
4187
|
+
* @summary Get MinIO access key
|
|
4188
|
+
* @param {string} engineName name of the engine
|
|
4189
|
+
* @param {string} orgName name of the organization
|
|
4190
|
+
* @param {string} clusterName name of the cluster
|
|
4191
|
+
* @param {string} accessKey MinIO access key
|
|
4192
|
+
* @param {*} [options] Override http request option.
|
|
4193
|
+
* @throws {RequiredError}
|
|
4194
|
+
*/
|
|
4195
|
+
getServiceAccount(engineName: string, orgName: string, clusterName: string, accessKey: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsServiceAccount>>;
|
|
4104
4196
|
/**
|
|
4105
4197
|
* Get statistics summary for slow logs of a cluster
|
|
4106
4198
|
* @summary Get cluster slow log statistics
|
|
@@ -4685,6 +4777,17 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4685
4777
|
* @throws {RequiredError}
|
|
4686
4778
|
*/
|
|
4687
4779
|
listRoles(orgName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleList>>;
|
|
4780
|
+
/**
|
|
4781
|
+
* list MinIO service account access keys
|
|
4782
|
+
* @summary List MinIO access keys
|
|
4783
|
+
* @param {string} engineName name of the engine
|
|
4784
|
+
* @param {string} orgName name of the organization
|
|
4785
|
+
* @param {string} clusterName name of the cluster
|
|
4786
|
+
* @param {string} [userName] MinIO user that owns the service accounts
|
|
4787
|
+
* @param {*} [options] Override http request option.
|
|
4788
|
+
* @throws {RequiredError}
|
|
4789
|
+
*/
|
|
4790
|
+
listServiceAccounts(engineName: string, orgName: string, clusterName: string, userName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsServiceAccount>>>;
|
|
4688
4791
|
/**
|
|
4689
4792
|
* list the service version of the engine
|
|
4690
4793
|
* @summary list the service version of the engine
|
|
@@ -5494,6 +5597,18 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
5494
5597
|
* @throws {RequiredError}
|
|
5495
5598
|
*/
|
|
5496
5599
|
updateRoleByName(orgName: string, roleName: string, roleUpdate: RoleUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Role>>;
|
|
5600
|
+
/**
|
|
5601
|
+
* update a MinIO service account access key
|
|
5602
|
+
* @summary Update MinIO access key
|
|
5603
|
+
* @param {string} engineName name of the engine
|
|
5604
|
+
* @param {string} orgName name of the organization
|
|
5605
|
+
* @param {string} clusterName name of the cluster
|
|
5606
|
+
* @param {string} accessKey MinIO access key
|
|
5607
|
+
* @param {DmsServiceAccountUpdateRequest} body
|
|
5608
|
+
* @param {*} [options] Override http request option.
|
|
5609
|
+
* @throws {RequiredError}
|
|
5610
|
+
*/
|
|
5611
|
+
updateServiceAccount(engineName: string, orgName: string, clusterName: string, accessKey: string, body: DmsServiceAccountUpdateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsServiceAccount>>;
|
|
5497
5612
|
/**
|
|
5498
5613
|
* Enable or disable SQL audit log for a cluster component
|
|
5499
5614
|
* @summary Update SQL audit log status
|
|
@@ -5775,6 +5890,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5775
5890
|
* @throws {RequiredError}
|
|
5776
5891
|
*/
|
|
5777
5892
|
createRole(requestParameters: SharedApiCreateRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<Role>;
|
|
5893
|
+
/**
|
|
5894
|
+
* create a MinIO service account access key
|
|
5895
|
+
* @summary Create MinIO access key
|
|
5896
|
+
* @param {SharedApiCreateServiceAccountRequest} requestParameters Request parameters.
|
|
5897
|
+
* @param {*} [options] Override http request option.
|
|
5898
|
+
* @throws {RequiredError}
|
|
5899
|
+
*/
|
|
5900
|
+
createServiceAccount(requestParameters: SharedApiCreateServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsServiceAccount>;
|
|
5778
5901
|
/**
|
|
5779
5902
|
* create tag
|
|
5780
5903
|
* @summary Create cluster tags
|
|
@@ -6055,6 +6178,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6055
6178
|
* @throws {RequiredError}
|
|
6056
6179
|
*/
|
|
6057
6180
|
deleteRoleByName(requestParameters: SharedApiDeleteRoleByNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6181
|
+
/**
|
|
6182
|
+
* delete a MinIO service account access key
|
|
6183
|
+
* @summary Delete MinIO access key
|
|
6184
|
+
* @param {SharedApiDeleteServiceAccountRequest} requestParameters Request parameters.
|
|
6185
|
+
* @param {*} [options] Override http request option.
|
|
6186
|
+
* @throws {RequiredError}
|
|
6187
|
+
*/
|
|
6188
|
+
deleteServiceAccount(requestParameters: SharedApiDeleteServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6058
6189
|
/**
|
|
6059
6190
|
* delete cluster tag
|
|
6060
6191
|
* @summary Delete tag
|
|
@@ -6520,6 +6651,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6520
6651
|
* @throws {RequiredError}
|
|
6521
6652
|
*/
|
|
6522
6653
|
getSchemaList(requestParameters: SharedApiGetSchemaListRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
6654
|
+
/**
|
|
6655
|
+
* get a MinIO service account access key
|
|
6656
|
+
* @summary Get MinIO access key
|
|
6657
|
+
* @param {SharedApiGetServiceAccountRequest} requestParameters Request parameters.
|
|
6658
|
+
* @param {*} [options] Override http request option.
|
|
6659
|
+
* @throws {RequiredError}
|
|
6660
|
+
*/
|
|
6661
|
+
getServiceAccount(requestParameters: SharedApiGetServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsServiceAccount>;
|
|
6523
6662
|
/**
|
|
6524
6663
|
* Get statistics summary for slow logs of a cluster
|
|
6525
6664
|
* @summary Get cluster slow log statistics
|
|
@@ -6988,6 +7127,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6988
7127
|
* @throws {RequiredError}
|
|
6989
7128
|
*/
|
|
6990
7129
|
listRoles(requestParameters: SharedApiListRolesRequest, options?: RawAxiosRequestConfig): AxiosPromise<RoleList>;
|
|
7130
|
+
/**
|
|
7131
|
+
* list MinIO service account access keys
|
|
7132
|
+
* @summary List MinIO access keys
|
|
7133
|
+
* @param {SharedApiListServiceAccountsRequest} requestParameters Request parameters.
|
|
7134
|
+
* @param {*} [options] Override http request option.
|
|
7135
|
+
* @throws {RequiredError}
|
|
7136
|
+
*/
|
|
7137
|
+
listServiceAccounts(requestParameters: SharedApiListServiceAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DmsServiceAccount>>;
|
|
6991
7138
|
/**
|
|
6992
7139
|
* list the service version of the engine
|
|
6993
7140
|
* @summary list the service version of the engine
|
|
@@ -7587,6 +7734,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
7587
7734
|
* @throws {RequiredError}
|
|
7588
7735
|
*/
|
|
7589
7736
|
updateRoleByName(requestParameters: SharedApiUpdateRoleByNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<Role>;
|
|
7737
|
+
/**
|
|
7738
|
+
* update a MinIO service account access key
|
|
7739
|
+
* @summary Update MinIO access key
|
|
7740
|
+
* @param {SharedApiUpdateServiceAccountRequest} requestParameters Request parameters.
|
|
7741
|
+
* @param {*} [options] Override http request option.
|
|
7742
|
+
* @throws {RequiredError}
|
|
7743
|
+
*/
|
|
7744
|
+
updateServiceAccount(requestParameters: SharedApiUpdateServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsServiceAccount>;
|
|
7590
7745
|
/**
|
|
7591
7746
|
* Enable or disable SQL audit log for a cluster component
|
|
7592
7747
|
* @summary Update SQL audit log status
|
|
@@ -7885,6 +8040,15 @@ export interface SharedApiInterface {
|
|
|
7885
8040
|
* @memberof SharedApiInterface
|
|
7886
8041
|
*/
|
|
7887
8042
|
createRole(requestParameters: SharedApiCreateRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<Role>;
|
|
8043
|
+
/**
|
|
8044
|
+
* create a MinIO service account access key
|
|
8045
|
+
* @summary Create MinIO access key
|
|
8046
|
+
* @param {SharedApiCreateServiceAccountRequest} requestParameters Request parameters.
|
|
8047
|
+
* @param {*} [options] Override http request option.
|
|
8048
|
+
* @throws {RequiredError}
|
|
8049
|
+
* @memberof SharedApiInterface
|
|
8050
|
+
*/
|
|
8051
|
+
createServiceAccount(requestParameters: SharedApiCreateServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsServiceAccount>;
|
|
7888
8052
|
/**
|
|
7889
8053
|
* create tag
|
|
7890
8054
|
* @summary Create cluster tags
|
|
@@ -8200,6 +8364,15 @@ export interface SharedApiInterface {
|
|
|
8200
8364
|
* @memberof SharedApiInterface
|
|
8201
8365
|
*/
|
|
8202
8366
|
deleteRoleByName(requestParameters: SharedApiDeleteRoleByNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
8367
|
+
/**
|
|
8368
|
+
* delete a MinIO service account access key
|
|
8369
|
+
* @summary Delete MinIO access key
|
|
8370
|
+
* @param {SharedApiDeleteServiceAccountRequest} requestParameters Request parameters.
|
|
8371
|
+
* @param {*} [options] Override http request option.
|
|
8372
|
+
* @throws {RequiredError}
|
|
8373
|
+
* @memberof SharedApiInterface
|
|
8374
|
+
*/
|
|
8375
|
+
deleteServiceAccount(requestParameters: SharedApiDeleteServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
8203
8376
|
/**
|
|
8204
8377
|
* delete cluster tag
|
|
8205
8378
|
* @summary Delete tag
|
|
@@ -8723,6 +8896,15 @@ export interface SharedApiInterface {
|
|
|
8723
8896
|
* @memberof SharedApiInterface
|
|
8724
8897
|
*/
|
|
8725
8898
|
getSchemaList(requestParameters: SharedApiGetSchemaListRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
8899
|
+
/**
|
|
8900
|
+
* get a MinIO service account access key
|
|
8901
|
+
* @summary Get MinIO access key
|
|
8902
|
+
* @param {SharedApiGetServiceAccountRequest} requestParameters Request parameters.
|
|
8903
|
+
* @param {*} [options] Override http request option.
|
|
8904
|
+
* @throws {RequiredError}
|
|
8905
|
+
* @memberof SharedApiInterface
|
|
8906
|
+
*/
|
|
8907
|
+
getServiceAccount(requestParameters: SharedApiGetServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsServiceAccount>;
|
|
8726
8908
|
/**
|
|
8727
8909
|
* Get statistics summary for slow logs of a cluster
|
|
8728
8910
|
* @summary Get cluster slow log statistics
|
|
@@ -9249,6 +9431,15 @@ export interface SharedApiInterface {
|
|
|
9249
9431
|
* @memberof SharedApiInterface
|
|
9250
9432
|
*/
|
|
9251
9433
|
listRoles(requestParameters: SharedApiListRolesRequest, options?: RawAxiosRequestConfig): AxiosPromise<RoleList>;
|
|
9434
|
+
/**
|
|
9435
|
+
* list MinIO service account access keys
|
|
9436
|
+
* @summary List MinIO access keys
|
|
9437
|
+
* @param {SharedApiListServiceAccountsRequest} requestParameters Request parameters.
|
|
9438
|
+
* @param {*} [options] Override http request option.
|
|
9439
|
+
* @throws {RequiredError}
|
|
9440
|
+
* @memberof SharedApiInterface
|
|
9441
|
+
*/
|
|
9442
|
+
listServiceAccounts(requestParameters: SharedApiListServiceAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DmsServiceAccount>>;
|
|
9252
9443
|
/**
|
|
9253
9444
|
* list the service version of the engine
|
|
9254
9445
|
* @summary list the service version of the engine
|
|
@@ -9923,6 +10114,15 @@ export interface SharedApiInterface {
|
|
|
9923
10114
|
* @memberof SharedApiInterface
|
|
9924
10115
|
*/
|
|
9925
10116
|
updateRoleByName(requestParameters: SharedApiUpdateRoleByNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<Role>;
|
|
10117
|
+
/**
|
|
10118
|
+
* update a MinIO service account access key
|
|
10119
|
+
* @summary Update MinIO access key
|
|
10120
|
+
* @param {SharedApiUpdateServiceAccountRequest} requestParameters Request parameters.
|
|
10121
|
+
* @param {*} [options] Override http request option.
|
|
10122
|
+
* @throws {RequiredError}
|
|
10123
|
+
* @memberof SharedApiInterface
|
|
10124
|
+
*/
|
|
10125
|
+
updateServiceAccount(requestParameters: SharedApiUpdateServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsServiceAccount>;
|
|
9926
10126
|
/**
|
|
9927
10127
|
* Enable or disable SQL audit log for a cluster component
|
|
9928
10128
|
* @summary Update SQL audit log status
|
|
@@ -10772,6 +10972,37 @@ export interface SharedApiCreateRoleRequest {
|
|
|
10772
10972
|
*/
|
|
10773
10973
|
readonly roleCreate: RoleCreate;
|
|
10774
10974
|
}
|
|
10975
|
+
/**
|
|
10976
|
+
* Request parameters for createServiceAccount operation in SharedApi.
|
|
10977
|
+
* @export
|
|
10978
|
+
* @interface SharedApiCreateServiceAccountRequest
|
|
10979
|
+
*/
|
|
10980
|
+
export interface SharedApiCreateServiceAccountRequest {
|
|
10981
|
+
/**
|
|
10982
|
+
* name of the engine
|
|
10983
|
+
* @type {string}
|
|
10984
|
+
* @memberof SharedApiCreateServiceAccount
|
|
10985
|
+
*/
|
|
10986
|
+
readonly engineName: string;
|
|
10987
|
+
/**
|
|
10988
|
+
* name of the organization
|
|
10989
|
+
* @type {string}
|
|
10990
|
+
* @memberof SharedApiCreateServiceAccount
|
|
10991
|
+
*/
|
|
10992
|
+
readonly orgName: string;
|
|
10993
|
+
/**
|
|
10994
|
+
* name of the cluster
|
|
10995
|
+
* @type {string}
|
|
10996
|
+
* @memberof SharedApiCreateServiceAccount
|
|
10997
|
+
*/
|
|
10998
|
+
readonly clusterName: string;
|
|
10999
|
+
/**
|
|
11000
|
+
*
|
|
11001
|
+
* @type {DmsServiceAccountCreateRequest}
|
|
11002
|
+
* @memberof SharedApiCreateServiceAccount
|
|
11003
|
+
*/
|
|
11004
|
+
readonly body: DmsServiceAccountCreateRequest;
|
|
11005
|
+
}
|
|
10775
11006
|
/**
|
|
10776
11007
|
* Request parameters for createTag operation in SharedApi.
|
|
10777
11008
|
* @export
|
|
@@ -11599,6 +11830,37 @@ export interface SharedApiDeleteRoleByNameRequest {
|
|
|
11599
11830
|
*/
|
|
11600
11831
|
readonly roleName: string;
|
|
11601
11832
|
}
|
|
11833
|
+
/**
|
|
11834
|
+
* Request parameters for deleteServiceAccount operation in SharedApi.
|
|
11835
|
+
* @export
|
|
11836
|
+
* @interface SharedApiDeleteServiceAccountRequest
|
|
11837
|
+
*/
|
|
11838
|
+
export interface SharedApiDeleteServiceAccountRequest {
|
|
11839
|
+
/**
|
|
11840
|
+
* name of the engine
|
|
11841
|
+
* @type {string}
|
|
11842
|
+
* @memberof SharedApiDeleteServiceAccount
|
|
11843
|
+
*/
|
|
11844
|
+
readonly engineName: string;
|
|
11845
|
+
/**
|
|
11846
|
+
* name of the organization
|
|
11847
|
+
* @type {string}
|
|
11848
|
+
* @memberof SharedApiDeleteServiceAccount
|
|
11849
|
+
*/
|
|
11850
|
+
readonly orgName: string;
|
|
11851
|
+
/**
|
|
11852
|
+
* name of the cluster
|
|
11853
|
+
* @type {string}
|
|
11854
|
+
* @memberof SharedApiDeleteServiceAccount
|
|
11855
|
+
*/
|
|
11856
|
+
readonly clusterName: string;
|
|
11857
|
+
/**
|
|
11858
|
+
* MinIO access key
|
|
11859
|
+
* @type {string}
|
|
11860
|
+
* @memberof SharedApiDeleteServiceAccount
|
|
11861
|
+
*/
|
|
11862
|
+
readonly accessKey: string;
|
|
11863
|
+
}
|
|
11602
11864
|
/**
|
|
11603
11865
|
* Request parameters for deleteTag operation in SharedApi.
|
|
11604
11866
|
* @export
|
|
@@ -13139,6 +13401,37 @@ export interface SharedApiGetSchemaListRequest {
|
|
|
13139
13401
|
*/
|
|
13140
13402
|
readonly id: string;
|
|
13141
13403
|
}
|
|
13404
|
+
/**
|
|
13405
|
+
* Request parameters for getServiceAccount operation in SharedApi.
|
|
13406
|
+
* @export
|
|
13407
|
+
* @interface SharedApiGetServiceAccountRequest
|
|
13408
|
+
*/
|
|
13409
|
+
export interface SharedApiGetServiceAccountRequest {
|
|
13410
|
+
/**
|
|
13411
|
+
* name of the engine
|
|
13412
|
+
* @type {string}
|
|
13413
|
+
* @memberof SharedApiGetServiceAccount
|
|
13414
|
+
*/
|
|
13415
|
+
readonly engineName: string;
|
|
13416
|
+
/**
|
|
13417
|
+
* name of the organization
|
|
13418
|
+
* @type {string}
|
|
13419
|
+
* @memberof SharedApiGetServiceAccount
|
|
13420
|
+
*/
|
|
13421
|
+
readonly orgName: string;
|
|
13422
|
+
/**
|
|
13423
|
+
* name of the cluster
|
|
13424
|
+
* @type {string}
|
|
13425
|
+
* @memberof SharedApiGetServiceAccount
|
|
13426
|
+
*/
|
|
13427
|
+
readonly clusterName: string;
|
|
13428
|
+
/**
|
|
13429
|
+
* MinIO access key
|
|
13430
|
+
* @type {string}
|
|
13431
|
+
* @memberof SharedApiGetServiceAccount
|
|
13432
|
+
*/
|
|
13433
|
+
readonly accessKey: string;
|
|
13434
|
+
}
|
|
13142
13435
|
/**
|
|
13143
13436
|
* Request parameters for getSlowLogStats operation in SharedApi.
|
|
13144
13437
|
* @export
|
|
@@ -14563,6 +14856,37 @@ export interface SharedApiListRolesRequest {
|
|
|
14563
14856
|
*/
|
|
14564
14857
|
readonly orgName: string;
|
|
14565
14858
|
}
|
|
14859
|
+
/**
|
|
14860
|
+
* Request parameters for listServiceAccounts operation in SharedApi.
|
|
14861
|
+
* @export
|
|
14862
|
+
* @interface SharedApiListServiceAccountsRequest
|
|
14863
|
+
*/
|
|
14864
|
+
export interface SharedApiListServiceAccountsRequest {
|
|
14865
|
+
/**
|
|
14866
|
+
* name of the engine
|
|
14867
|
+
* @type {string}
|
|
14868
|
+
* @memberof SharedApiListServiceAccounts
|
|
14869
|
+
*/
|
|
14870
|
+
readonly engineName: string;
|
|
14871
|
+
/**
|
|
14872
|
+
* name of the organization
|
|
14873
|
+
* @type {string}
|
|
14874
|
+
* @memberof SharedApiListServiceAccounts
|
|
14875
|
+
*/
|
|
14876
|
+
readonly orgName: string;
|
|
14877
|
+
/**
|
|
14878
|
+
* name of the cluster
|
|
14879
|
+
* @type {string}
|
|
14880
|
+
* @memberof SharedApiListServiceAccounts
|
|
14881
|
+
*/
|
|
14882
|
+
readonly clusterName: string;
|
|
14883
|
+
/**
|
|
14884
|
+
* MinIO user that owns the service accounts
|
|
14885
|
+
* @type {string}
|
|
14886
|
+
* @memberof SharedApiListServiceAccounts
|
|
14887
|
+
*/
|
|
14888
|
+
readonly userName?: string;
|
|
14889
|
+
}
|
|
14566
14890
|
/**
|
|
14567
14891
|
* Request parameters for listServiceVersion operation in SharedApi.
|
|
14568
14892
|
* @export
|
|
@@ -16762,6 +17086,43 @@ export interface SharedApiUpdateRoleByNameRequest {
|
|
|
16762
17086
|
*/
|
|
16763
17087
|
readonly roleUpdate: RoleUpdate;
|
|
16764
17088
|
}
|
|
17089
|
+
/**
|
|
17090
|
+
* Request parameters for updateServiceAccount operation in SharedApi.
|
|
17091
|
+
* @export
|
|
17092
|
+
* @interface SharedApiUpdateServiceAccountRequest
|
|
17093
|
+
*/
|
|
17094
|
+
export interface SharedApiUpdateServiceAccountRequest {
|
|
17095
|
+
/**
|
|
17096
|
+
* name of the engine
|
|
17097
|
+
* @type {string}
|
|
17098
|
+
* @memberof SharedApiUpdateServiceAccount
|
|
17099
|
+
*/
|
|
17100
|
+
readonly engineName: string;
|
|
17101
|
+
/**
|
|
17102
|
+
* name of the organization
|
|
17103
|
+
* @type {string}
|
|
17104
|
+
* @memberof SharedApiUpdateServiceAccount
|
|
17105
|
+
*/
|
|
17106
|
+
readonly orgName: string;
|
|
17107
|
+
/**
|
|
17108
|
+
* name of the cluster
|
|
17109
|
+
* @type {string}
|
|
17110
|
+
* @memberof SharedApiUpdateServiceAccount
|
|
17111
|
+
*/
|
|
17112
|
+
readonly clusterName: string;
|
|
17113
|
+
/**
|
|
17114
|
+
* MinIO access key
|
|
17115
|
+
* @type {string}
|
|
17116
|
+
* @memberof SharedApiUpdateServiceAccount
|
|
17117
|
+
*/
|
|
17118
|
+
readonly accessKey: string;
|
|
17119
|
+
/**
|
|
17120
|
+
*
|
|
17121
|
+
* @type {DmsServiceAccountUpdateRequest}
|
|
17122
|
+
* @memberof SharedApiUpdateServiceAccount
|
|
17123
|
+
*/
|
|
17124
|
+
readonly body: DmsServiceAccountUpdateRequest;
|
|
17125
|
+
}
|
|
16765
17126
|
/**
|
|
16766
17127
|
* Request parameters for updateSqlAudit operation in SharedApi.
|
|
16767
17128
|
* @export
|
|
@@ -17157,6 +17518,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
17157
17518
|
* @memberof SharedApi
|
|
17158
17519
|
*/
|
|
17159
17520
|
createRole(requestParameters: SharedApiCreateRoleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Role, any, {}>>;
|
|
17521
|
+
/**
|
|
17522
|
+
* create a MinIO service account access key
|
|
17523
|
+
* @summary Create MinIO access key
|
|
17524
|
+
* @param {SharedApiCreateServiceAccountRequest} requestParameters Request parameters.
|
|
17525
|
+
* @param {*} [options] Override http request option.
|
|
17526
|
+
* @throws {RequiredError}
|
|
17527
|
+
* @memberof SharedApi
|
|
17528
|
+
*/
|
|
17529
|
+
createServiceAccount(requestParameters: SharedApiCreateServiceAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DmsServiceAccount, any, {}>>;
|
|
17160
17530
|
/**
|
|
17161
17531
|
* create tag
|
|
17162
17532
|
* @summary Create cluster tags
|
|
@@ -17472,6 +17842,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
17472
17842
|
* @memberof SharedApi
|
|
17473
17843
|
*/
|
|
17474
17844
|
deleteRoleByName(requestParameters: SharedApiDeleteRoleByNameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
17845
|
+
/**
|
|
17846
|
+
* delete a MinIO service account access key
|
|
17847
|
+
* @summary Delete MinIO access key
|
|
17848
|
+
* @param {SharedApiDeleteServiceAccountRequest} requestParameters Request parameters.
|
|
17849
|
+
* @param {*} [options] Override http request option.
|
|
17850
|
+
* @throws {RequiredError}
|
|
17851
|
+
* @memberof SharedApi
|
|
17852
|
+
*/
|
|
17853
|
+
deleteServiceAccount(requestParameters: SharedApiDeleteServiceAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
17475
17854
|
/**
|
|
17476
17855
|
* delete cluster tag
|
|
17477
17856
|
* @summary Delete tag
|
|
@@ -17995,6 +18374,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
17995
18374
|
* @memberof SharedApi
|
|
17996
18375
|
*/
|
|
17997
18376
|
getSchemaList(requestParameters: SharedApiGetSchemaListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}>>;
|
|
18377
|
+
/**
|
|
18378
|
+
* get a MinIO service account access key
|
|
18379
|
+
* @summary Get MinIO access key
|
|
18380
|
+
* @param {SharedApiGetServiceAccountRequest} requestParameters Request parameters.
|
|
18381
|
+
* @param {*} [options] Override http request option.
|
|
18382
|
+
* @throws {RequiredError}
|
|
18383
|
+
* @memberof SharedApi
|
|
18384
|
+
*/
|
|
18385
|
+
getServiceAccount(requestParameters: SharedApiGetServiceAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DmsServiceAccount, any, {}>>;
|
|
17998
18386
|
/**
|
|
17999
18387
|
* Get statistics summary for slow logs of a cluster
|
|
18000
18388
|
* @summary Get cluster slow log statistics
|
|
@@ -18521,6 +18909,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
18521
18909
|
* @memberof SharedApi
|
|
18522
18910
|
*/
|
|
18523
18911
|
listRoles(requestParameters: SharedApiListRolesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleList, any, {}>>;
|
|
18912
|
+
/**
|
|
18913
|
+
* list MinIO service account access keys
|
|
18914
|
+
* @summary List MinIO access keys
|
|
18915
|
+
* @param {SharedApiListServiceAccountsRequest} requestParameters Request parameters.
|
|
18916
|
+
* @param {*} [options] Override http request option.
|
|
18917
|
+
* @throws {RequiredError}
|
|
18918
|
+
* @memberof SharedApi
|
|
18919
|
+
*/
|
|
18920
|
+
listServiceAccounts(requestParameters: SharedApiListServiceAccountsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DmsServiceAccount[], any, {}>>;
|
|
18524
18921
|
/**
|
|
18525
18922
|
* list the service version of the engine
|
|
18526
18923
|
* @summary list the service version of the engine
|
|
@@ -19195,6 +19592,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
19195
19592
|
* @memberof SharedApi
|
|
19196
19593
|
*/
|
|
19197
19594
|
updateRoleByName(requestParameters: SharedApiUpdateRoleByNameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Role, any, {}>>;
|
|
19595
|
+
/**
|
|
19596
|
+
* update a MinIO service account access key
|
|
19597
|
+
* @summary Update MinIO access key
|
|
19598
|
+
* @param {SharedApiUpdateServiceAccountRequest} requestParameters Request parameters.
|
|
19599
|
+
* @param {*} [options] Override http request option.
|
|
19600
|
+
* @throws {RequiredError}
|
|
19601
|
+
* @memberof SharedApi
|
|
19602
|
+
*/
|
|
19603
|
+
updateServiceAccount(requestParameters: SharedApiUpdateServiceAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DmsServiceAccount, any, {}>>;
|
|
19198
19604
|
/**
|
|
19199
19605
|
* Enable or disable SQL audit log for a cluster component
|
|
19200
19606
|
* @summary Update SQL audit log status
|