@alicloud/rds20140815 4.0.1 → 4.0.2
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 +0 -244
- package/dist/client.js +22 -526
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +0 -648
package/dist/client.d.ts
CHANGED
|
@@ -1963,90 +1963,6 @@ export declare class CreateOnlineDatabaseTaskResponse extends $tea.Model {
|
|
|
1963
1963
|
[key: string]: any;
|
|
1964
1964
|
});
|
|
1965
1965
|
}
|
|
1966
|
-
export declare class CreateOrderForCreateDBNodesRequest extends $tea.Model {
|
|
1967
|
-
autoPay?: boolean;
|
|
1968
|
-
businessInfo?: string;
|
|
1969
|
-
clientToken?: string;
|
|
1970
|
-
commodityCode?: string;
|
|
1971
|
-
DBInstanceId?: string;
|
|
1972
|
-
DBNode?: CreateOrderForCreateDBNodesRequestDBNode[];
|
|
1973
|
-
engineVersion?: string;
|
|
1974
|
-
nodeType?: string;
|
|
1975
|
-
ownerId?: number;
|
|
1976
|
-
promotionCode?: string;
|
|
1977
|
-
regionId?: string;
|
|
1978
|
-
resource?: string;
|
|
1979
|
-
resourceGroupId?: string;
|
|
1980
|
-
resourceOwnerAccount?: string;
|
|
1981
|
-
resourceOwnerId?: number;
|
|
1982
|
-
zoneId?: string;
|
|
1983
|
-
static names(): {
|
|
1984
|
-
[key: string]: string;
|
|
1985
|
-
};
|
|
1986
|
-
static types(): {
|
|
1987
|
-
[key: string]: any;
|
|
1988
|
-
};
|
|
1989
|
-
constructor(map?: {
|
|
1990
|
-
[key: string]: any;
|
|
1991
|
-
});
|
|
1992
|
-
}
|
|
1993
|
-
export declare class CreateOrderForCreateDBNodesShrinkRequest extends $tea.Model {
|
|
1994
|
-
autoPay?: boolean;
|
|
1995
|
-
businessInfo?: string;
|
|
1996
|
-
clientToken?: string;
|
|
1997
|
-
commodityCode?: string;
|
|
1998
|
-
DBInstanceId?: string;
|
|
1999
|
-
DBNodeShrink?: string;
|
|
2000
|
-
engineVersion?: string;
|
|
2001
|
-
nodeType?: string;
|
|
2002
|
-
ownerId?: number;
|
|
2003
|
-
promotionCode?: string;
|
|
2004
|
-
regionId?: string;
|
|
2005
|
-
resource?: string;
|
|
2006
|
-
resourceGroupId?: string;
|
|
2007
|
-
resourceOwnerAccount?: string;
|
|
2008
|
-
resourceOwnerId?: number;
|
|
2009
|
-
zoneId?: string;
|
|
2010
|
-
static names(): {
|
|
2011
|
-
[key: string]: string;
|
|
2012
|
-
};
|
|
2013
|
-
static types(): {
|
|
2014
|
-
[key: string]: any;
|
|
2015
|
-
};
|
|
2016
|
-
constructor(map?: {
|
|
2017
|
-
[key: string]: any;
|
|
2018
|
-
});
|
|
2019
|
-
}
|
|
2020
|
-
export declare class CreateOrderForCreateDBNodesResponseBody extends $tea.Model {
|
|
2021
|
-
DBInstanceId?: string;
|
|
2022
|
-
orderId?: number;
|
|
2023
|
-
requestId?: string;
|
|
2024
|
-
static names(): {
|
|
2025
|
-
[key: string]: string;
|
|
2026
|
-
};
|
|
2027
|
-
static types(): {
|
|
2028
|
-
[key: string]: any;
|
|
2029
|
-
};
|
|
2030
|
-
constructor(map?: {
|
|
2031
|
-
[key: string]: any;
|
|
2032
|
-
});
|
|
2033
|
-
}
|
|
2034
|
-
export declare class CreateOrderForCreateDBNodesResponse extends $tea.Model {
|
|
2035
|
-
headers?: {
|
|
2036
|
-
[key: string]: string;
|
|
2037
|
-
};
|
|
2038
|
-
statusCode?: number;
|
|
2039
|
-
body?: CreateOrderForCreateDBNodesResponseBody;
|
|
2040
|
-
static names(): {
|
|
2041
|
-
[key: string]: string;
|
|
2042
|
-
};
|
|
2043
|
-
static types(): {
|
|
2044
|
-
[key: string]: any;
|
|
2045
|
-
};
|
|
2046
|
-
constructor(map?: {
|
|
2047
|
-
[key: string]: any;
|
|
2048
|
-
});
|
|
2049
|
-
}
|
|
2050
1966
|
export declare class CreateOrderForDeleteDBNodesRequest extends $tea.Model {
|
|
2051
1967
|
autoPay?: boolean;
|
|
2052
1968
|
businessInfo?: string;
|
|
@@ -12955,88 +12871,6 @@ export declare class ModifyWhitelistTemplateResponse extends $tea.Model {
|
|
|
12955
12871
|
[key: string]: any;
|
|
12956
12872
|
});
|
|
12957
12873
|
}
|
|
12958
|
-
export declare class PreCheckCreateOrderForCreateDBNodesRequest extends $tea.Model {
|
|
12959
|
-
autoPay?: boolean;
|
|
12960
|
-
businessInfo?: string;
|
|
12961
|
-
clientToken?: string;
|
|
12962
|
-
commodityCode?: string;
|
|
12963
|
-
DBInstanceId?: string;
|
|
12964
|
-
DBNode?: PreCheckCreateOrderForCreateDBNodesRequestDBNode[];
|
|
12965
|
-
engineVersion?: string;
|
|
12966
|
-
nodeType?: string;
|
|
12967
|
-
ownerId?: number;
|
|
12968
|
-
promotionCode?: string;
|
|
12969
|
-
regionId?: string;
|
|
12970
|
-
resource?: string;
|
|
12971
|
-
resourceOwnerAccount?: string;
|
|
12972
|
-
resourceOwnerId?: number;
|
|
12973
|
-
zoneId?: string;
|
|
12974
|
-
static names(): {
|
|
12975
|
-
[key: string]: string;
|
|
12976
|
-
};
|
|
12977
|
-
static types(): {
|
|
12978
|
-
[key: string]: any;
|
|
12979
|
-
};
|
|
12980
|
-
constructor(map?: {
|
|
12981
|
-
[key: string]: any;
|
|
12982
|
-
});
|
|
12983
|
-
}
|
|
12984
|
-
export declare class PreCheckCreateOrderForCreateDBNodesShrinkRequest extends $tea.Model {
|
|
12985
|
-
autoPay?: boolean;
|
|
12986
|
-
businessInfo?: string;
|
|
12987
|
-
clientToken?: string;
|
|
12988
|
-
commodityCode?: string;
|
|
12989
|
-
DBInstanceId?: string;
|
|
12990
|
-
DBNodeShrink?: string;
|
|
12991
|
-
engineVersion?: string;
|
|
12992
|
-
nodeType?: string;
|
|
12993
|
-
ownerId?: number;
|
|
12994
|
-
promotionCode?: string;
|
|
12995
|
-
regionId?: string;
|
|
12996
|
-
resource?: string;
|
|
12997
|
-
resourceOwnerAccount?: string;
|
|
12998
|
-
resourceOwnerId?: number;
|
|
12999
|
-
zoneId?: string;
|
|
13000
|
-
static names(): {
|
|
13001
|
-
[key: string]: string;
|
|
13002
|
-
};
|
|
13003
|
-
static types(): {
|
|
13004
|
-
[key: string]: any;
|
|
13005
|
-
};
|
|
13006
|
-
constructor(map?: {
|
|
13007
|
-
[key: string]: any;
|
|
13008
|
-
});
|
|
13009
|
-
}
|
|
13010
|
-
export declare class PreCheckCreateOrderForCreateDBNodesResponseBody extends $tea.Model {
|
|
13011
|
-
failures?: PreCheckCreateOrderForCreateDBNodesResponseBodyFailures;
|
|
13012
|
-
preCheckResult?: boolean;
|
|
13013
|
-
requestId?: string;
|
|
13014
|
-
static names(): {
|
|
13015
|
-
[key: string]: string;
|
|
13016
|
-
};
|
|
13017
|
-
static types(): {
|
|
13018
|
-
[key: string]: any;
|
|
13019
|
-
};
|
|
13020
|
-
constructor(map?: {
|
|
13021
|
-
[key: string]: any;
|
|
13022
|
-
});
|
|
13023
|
-
}
|
|
13024
|
-
export declare class PreCheckCreateOrderForCreateDBNodesResponse extends $tea.Model {
|
|
13025
|
-
headers?: {
|
|
13026
|
-
[key: string]: string;
|
|
13027
|
-
};
|
|
13028
|
-
statusCode?: number;
|
|
13029
|
-
body?: PreCheckCreateOrderForCreateDBNodesResponseBody;
|
|
13030
|
-
static names(): {
|
|
13031
|
-
[key: string]: string;
|
|
13032
|
-
};
|
|
13033
|
-
static types(): {
|
|
13034
|
-
[key: string]: any;
|
|
13035
|
-
};
|
|
13036
|
-
constructor(map?: {
|
|
13037
|
-
[key: string]: any;
|
|
13038
|
-
});
|
|
13039
|
-
}
|
|
13040
12874
|
export declare class PreCheckCreateOrderForDeleteDBNodesRequest extends $tea.Model {
|
|
13041
12875
|
autoPay?: boolean;
|
|
13042
12876
|
businessInfo?: string;
|
|
@@ -15099,20 +14933,6 @@ export declare class CreateGadInstanceMemberResponseBodyResult extends $tea.Mode
|
|
|
15099
14933
|
[key: string]: any;
|
|
15100
14934
|
});
|
|
15101
14935
|
}
|
|
15102
|
-
export declare class CreateOrderForCreateDBNodesRequestDBNode extends $tea.Model {
|
|
15103
|
-
classCode?: string;
|
|
15104
|
-
vswId?: string;
|
|
15105
|
-
zoneId?: string;
|
|
15106
|
-
static names(): {
|
|
15107
|
-
[key: string]: string;
|
|
15108
|
-
};
|
|
15109
|
-
static types(): {
|
|
15110
|
-
[key: string]: any;
|
|
15111
|
-
};
|
|
15112
|
-
constructor(map?: {
|
|
15113
|
-
[key: string]: any;
|
|
15114
|
-
});
|
|
15115
|
-
}
|
|
15116
14936
|
export declare class DeleteBackupFileResponseBodyDeletedBaksetIds extends $tea.Model {
|
|
15117
14937
|
deletedBaksetIds?: number[];
|
|
15118
14938
|
static names(): {
|
|
@@ -19468,45 +19288,6 @@ export declare class ModifyWhitelistTemplateResponseBodyData extends $tea.Model
|
|
|
19468
19288
|
[key: string]: any;
|
|
19469
19289
|
});
|
|
19470
19290
|
}
|
|
19471
|
-
export declare class PreCheckCreateOrderForCreateDBNodesRequestDBNode extends $tea.Model {
|
|
19472
|
-
classCode?: string;
|
|
19473
|
-
vswId?: string;
|
|
19474
|
-
zoneId?: string;
|
|
19475
|
-
static names(): {
|
|
19476
|
-
[key: string]: string;
|
|
19477
|
-
};
|
|
19478
|
-
static types(): {
|
|
19479
|
-
[key: string]: any;
|
|
19480
|
-
};
|
|
19481
|
-
constructor(map?: {
|
|
19482
|
-
[key: string]: any;
|
|
19483
|
-
});
|
|
19484
|
-
}
|
|
19485
|
-
export declare class PreCheckCreateOrderForCreateDBNodesResponseBodyFailuresFailures extends $tea.Model {
|
|
19486
|
-
code?: string;
|
|
19487
|
-
message?: string;
|
|
19488
|
-
static names(): {
|
|
19489
|
-
[key: string]: string;
|
|
19490
|
-
};
|
|
19491
|
-
static types(): {
|
|
19492
|
-
[key: string]: any;
|
|
19493
|
-
};
|
|
19494
|
-
constructor(map?: {
|
|
19495
|
-
[key: string]: any;
|
|
19496
|
-
});
|
|
19497
|
-
}
|
|
19498
|
-
export declare class PreCheckCreateOrderForCreateDBNodesResponseBodyFailures extends $tea.Model {
|
|
19499
|
-
failures?: PreCheckCreateOrderForCreateDBNodesResponseBodyFailuresFailures[];
|
|
19500
|
-
static names(): {
|
|
19501
|
-
[key: string]: string;
|
|
19502
|
-
};
|
|
19503
|
-
static types(): {
|
|
19504
|
-
[key: string]: any;
|
|
19505
|
-
};
|
|
19506
|
-
constructor(map?: {
|
|
19507
|
-
[key: string]: any;
|
|
19508
|
-
});
|
|
19509
|
-
}
|
|
19510
19291
|
export declare class PreCheckCreateOrderForDeleteDBNodesResponseBodyFailuresFailures extends $tea.Model {
|
|
19511
19292
|
code?: string;
|
|
19512
19293
|
message?: string;
|
|
@@ -20561,29 +20342,6 @@ export default class Client extends OpenApi {
|
|
|
20561
20342
|
* @return CreateOnlineDatabaseTaskResponse
|
|
20562
20343
|
*/
|
|
20563
20344
|
createOnlineDatabaseTask(request: CreateOnlineDatabaseTaskRequest): Promise<CreateOnlineDatabaseTaskResponse>;
|
|
20564
|
-
/**
|
|
20565
|
-
* ### [](#)Supported database engines
|
|
20566
|
-
* MySQL
|
|
20567
|
-
* ### [](#)References
|
|
20568
|
-
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
20569
|
-
* [Add a node to an ApsaraDB RDS for MySQL cluster](~~464129~~)
|
|
20570
|
-
*
|
|
20571
|
-
* @param tmpReq CreateOrderForCreateDBNodesRequest
|
|
20572
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20573
|
-
* @return CreateOrderForCreateDBNodesResponse
|
|
20574
|
-
*/
|
|
20575
|
-
createOrderForCreateDBNodesWithOptions(tmpReq: CreateOrderForCreateDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrderForCreateDBNodesResponse>;
|
|
20576
|
-
/**
|
|
20577
|
-
* ### [](#)Supported database engines
|
|
20578
|
-
* MySQL
|
|
20579
|
-
* ### [](#)References
|
|
20580
|
-
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
20581
|
-
* [Add a node to an ApsaraDB RDS for MySQL cluster](~~464129~~)
|
|
20582
|
-
*
|
|
20583
|
-
* @param request CreateOrderForCreateDBNodesRequest
|
|
20584
|
-
* @return CreateOrderForCreateDBNodesResponse
|
|
20585
|
-
*/
|
|
20586
|
-
createOrderForCreateDBNodes(request: CreateOrderForCreateDBNodesRequest): Promise<CreateOrderForCreateDBNodesResponse>;
|
|
20587
20345
|
/**
|
|
20588
20346
|
* ### [](#)Supported database engines
|
|
20589
20347
|
* MySQL
|
|
@@ -25313,8 +25071,6 @@ export default class Client extends OpenApi {
|
|
|
25313
25071
|
* @return ModifyWhitelistTemplateResponse
|
|
25314
25072
|
*/
|
|
25315
25073
|
modifyWhitelistTemplate(request: ModifyWhitelistTemplateRequest): Promise<ModifyWhitelistTemplateResponse>;
|
|
25316
|
-
preCheckCreateOrderForCreateDBNodesWithOptions(tmpReq: PreCheckCreateOrderForCreateDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<PreCheckCreateOrderForCreateDBNodesResponse>;
|
|
25317
|
-
preCheckCreateOrderForCreateDBNodes(request: PreCheckCreateOrderForCreateDBNodesRequest): Promise<PreCheckCreateOrderForCreateDBNodesResponse>;
|
|
25318
25074
|
preCheckCreateOrderForDeleteDBNodesWithOptions(tmpReq: PreCheckCreateOrderForDeleteDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<PreCheckCreateOrderForDeleteDBNodesResponse>;
|
|
25319
25075
|
preCheckCreateOrderForDeleteDBNodes(request: PreCheckCreateOrderForDeleteDBNodesRequest): Promise<PreCheckCreateOrderForDeleteDBNodesResponse>;
|
|
25320
25076
|
/**
|