Skip to content

Commit de45f90

Browse files
committed
Generated ts 2015-01-09 for Alidns.
1 parent 222573d commit de45f90

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

alidns-20150109/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/alidns20150109",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

alidns-20150109/src/client.ts

+15
Original file line numberDiff line numberDiff line change
@@ -21412,6 +21412,14 @@ export default class Client extends OpenApi {
2141221412
return await this.describeDomainNsWithOptions(request, runtime);
2141321413
}
2141421414

21415+
/**
21416+
* ## Debugging
21417+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
21418+
*
21419+
* @param request DescribeDomainRecordInfoRequest
21420+
* @param runtime runtime options for this request RuntimeOptions
21421+
* @return DescribeDomainRecordInfoResponse
21422+
*/
2141521423
async describeDomainRecordInfoWithOptions(request: DescribeDomainRecordInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainRecordInfoResponse> {
2141621424
Util.validateModel(request);
2141721425
let query = { };
@@ -21444,6 +21452,13 @@ export default class Client extends OpenApi {
2144421452
return $tea.cast<DescribeDomainRecordInfoResponse>(await this.callApi(params, req, runtime), new DescribeDomainRecordInfoResponse({}));
2144521453
}
2144621454

21455+
/**
21456+
* ## Debugging
21457+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
21458+
*
21459+
* @param request DescribeDomainRecordInfoRequest
21460+
* @return DescribeDomainRecordInfoResponse
21461+
*/
2144721462
async describeDomainRecordInfo(request: DescribeDomainRecordInfoRequest): Promise<DescribeDomainRecordInfoResponse> {
2144821463
let runtime = new $Util.RuntimeOptions({ });
2144921464
return await this.describeDomainRecordInfoWithOptions(request, runtime);

0 commit comments

Comments
 (0)