@alicloud/openapiexplorer20241130 1.2.1 → 1.2.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 +2 -2
- package/dist/client.js +2 -2
- package/dist/models/GenerateClicommandRequest.d.ts +12 -13
- package/dist/models/GenerateClicommandRequest.js.map +1 -1
- package/dist/models/GenerateClicommandResponseBody.d.ts +3 -2
- package/dist/models/GenerateClicommandResponseBody.js +2 -0
- package/dist/models/GenerateClicommandResponseBody.js.map +1 -1
- package/dist/models/GenerateClicommandShrinkRequest.d.ts +12 -13
- package/dist/models/GenerateClicommandShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2 -2
- package/src/models/GenerateClicommandRequest.ts +12 -13
- package/src/models/GenerateClicommandResponseBody.ts +5 -2
- package/src/models/GenerateClicommandShrinkRequest.ts +12 -13
package/dist/client.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export default class Client extends OpenApi {
|
|
|
63
63
|
*/
|
|
64
64
|
deleteApiMcpServer(request: $_model.DeleteApiMcpServerRequest): Promise<$_model.DeleteApiMcpServerResponse>;
|
|
65
65
|
/**
|
|
66
|
-
* Generates
|
|
66
|
+
* Generates an Alibaba Cloud CLI command dynamically.
|
|
67
67
|
*
|
|
68
68
|
* @param tmpReq - GenerateCLICommandRequest
|
|
69
69
|
* @param headers - map
|
|
@@ -74,7 +74,7 @@ export default class Client extends OpenApi {
|
|
|
74
74
|
[key: string]: string;
|
|
75
75
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateCLICommandResponse>;
|
|
76
76
|
/**
|
|
77
|
-
* Generates
|
|
77
|
+
* Generates an Alibaba Cloud CLI command dynamically.
|
|
78
78
|
*
|
|
79
79
|
* @param request - GenerateCLICommandRequest
|
|
80
80
|
* @returns GenerateCLICommandResponse
|
package/dist/client.js
CHANGED
|
@@ -243,7 +243,7 @@ class Client extends openapi_core_1.default {
|
|
|
243
243
|
return await this.deleteApiMcpServerWithOptions(request, headers, runtime);
|
|
244
244
|
}
|
|
245
245
|
/**
|
|
246
|
-
* Generates
|
|
246
|
+
* Generates an Alibaba Cloud CLI command dynamically.
|
|
247
247
|
*
|
|
248
248
|
* @param tmpReq - GenerateCLICommandRequest
|
|
249
249
|
* @param headers - map
|
|
@@ -297,7 +297,7 @@ class Client extends openapi_core_1.default {
|
|
|
297
297
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateCLICommandResponse({}));
|
|
298
298
|
}
|
|
299
299
|
/**
|
|
300
|
-
* Generates
|
|
300
|
+
* Generates an Alibaba Cloud CLI command dynamically.
|
|
301
301
|
*
|
|
302
302
|
* @param request - GenerateCLICommandRequest
|
|
303
303
|
* @returns GenerateCLICommandResponse
|
|
@@ -2,17 +2,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* Enable aggregation. If enabled, the CLI automatically reads full data using pagination and aggregates the results.
|
|
6
6
|
*
|
|
7
7
|
* >Warning:
|
|
8
8
|
*
|
|
9
|
-
*
|
|
9
|
+
* You can use this option only with List operations that support pagination.
|
|
10
10
|
*
|
|
11
11
|
*
|
|
12
12
|
*
|
|
13
|
-
* - true:
|
|
13
|
+
* - true: Enable
|
|
14
14
|
*
|
|
15
|
-
* - false:
|
|
15
|
+
* - false: Disable
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* true
|
|
@@ -20,7 +20,7 @@ export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
|
20
20
|
aggregatePagination?: boolean;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
*
|
|
23
|
+
* API name.
|
|
24
24
|
*
|
|
25
25
|
* This parameter is required.
|
|
26
26
|
*
|
|
@@ -30,7 +30,7 @@ export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
|
30
30
|
api?: string;
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
*
|
|
33
|
+
* Request parameters.
|
|
34
34
|
*
|
|
35
35
|
* @deprecated
|
|
36
36
|
*/
|
|
@@ -39,7 +39,7 @@ export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* @remarks
|
|
42
|
-
*
|
|
42
|
+
* API version.
|
|
43
43
|
*
|
|
44
44
|
* This parameter is required.
|
|
45
45
|
*
|
|
@@ -49,7 +49,7 @@ export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
|
49
49
|
apiVersion?: string;
|
|
50
50
|
/**
|
|
51
51
|
* @remarks
|
|
52
|
-
*
|
|
52
|
+
* API input parameters in JSON format. This parameter has lower priority than apiParams. If you set apiParams, this parameter is ignored.
|
|
53
53
|
*
|
|
54
54
|
* @example
|
|
55
55
|
* {
|
|
@@ -61,12 +61,11 @@ export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
|
61
61
|
jsonApiParams?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
*
|
|
64
|
+
* Product code.
|
|
65
65
|
*
|
|
66
|
-
* - Call the GetRequestLog operation
|
|
66
|
+
* - Call the GetRequestLog operation and get the product code from the response.
|
|
67
67
|
*
|
|
68
|
-
* - Find the product code in the
|
|
69
|
-
* <props="intl">the OpenAPI Portal URL for Short Message Service is https\\://api.alibabacloud.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi.
|
|
68
|
+
* - Find the product code in the OpenAPI portal URL. For example, the OpenAPI portal URL for Short Message Service is https\\://api.aliyun.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi. In international regions, the URL is https\\://api.alibabacloud.com/product/Dysmsapi. The product code remains Dysmsapi.
|
|
70
69
|
*
|
|
71
70
|
* This parameter is required.
|
|
72
71
|
*
|
|
@@ -76,7 +75,7 @@ export declare class GenerateCLICommandRequest extends $dara.Model {
|
|
|
76
75
|
product?: string;
|
|
77
76
|
/**
|
|
78
77
|
* @remarks
|
|
79
|
-
*
|
|
78
|
+
* Region ID.
|
|
80
79
|
*
|
|
81
80
|
* @example
|
|
82
81
|
* cn-hangzhou
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenerateClicommandRequest.js","sourceRoot":"","sources":["../../src/models/GenerateClicommandRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GenerateClicommandRequest.js","sourceRoot":"","sources":["../../src/models/GenerateClicommandRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAgFxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,GAAG,EAAE,KAAK;YACV,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,SAAS;YAC9B,GAAG,EAAE,QAAQ;YACb,SAAS,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YACrE,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;YACvB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,SAAS,EAAE,CAAC;YAClB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlHD,8DAkHC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GenerateCLICommandResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* CLI command.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* aliyun ecs DescribeRegions --ResourceType instance
|
|
@@ -10,12 +10,13 @@ export declare class GenerateCLICommandResponseBody extends $dara.Model {
|
|
|
10
10
|
cli?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* Request ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* A707AFA8-1A4C-5B2A-A165-8436C1EA38DB
|
|
17
17
|
*/
|
|
18
18
|
requestId?: string;
|
|
19
|
+
unifiedCli?: string;
|
|
19
20
|
static names(): {
|
|
20
21
|
[key: string]: string;
|
|
21
22
|
};
|
|
@@ -41,12 +41,14 @@ class GenerateCLICommandResponseBody extends $dara.Model {
|
|
|
41
41
|
return {
|
|
42
42
|
cli: 'cli',
|
|
43
43
|
requestId: 'requestId',
|
|
44
|
+
unifiedCli: 'unifiedCli',
|
|
44
45
|
};
|
|
45
46
|
}
|
|
46
47
|
static types() {
|
|
47
48
|
return {
|
|
48
49
|
cli: 'string',
|
|
49
50
|
requestId: 'string',
|
|
51
|
+
unifiedCli: 'string',
|
|
50
52
|
};
|
|
51
53
|
}
|
|
52
54
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenerateClicommandResponseBody.js","sourceRoot":"","sources":["../../src/models/GenerateClicommandResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GenerateClicommandResponseBody.js","sourceRoot":"","sources":["../../src/models/GenerateClicommandResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAkB7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzCD,wEAyCC"}
|
|
@@ -2,17 +2,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* Enable aggregation. If enabled, the CLI automatically reads full data using pagination and aggregates the results.
|
|
6
6
|
*
|
|
7
7
|
* >Warning:
|
|
8
8
|
*
|
|
9
|
-
*
|
|
9
|
+
* You can use this option only with List operations that support pagination.
|
|
10
10
|
*
|
|
11
11
|
*
|
|
12
12
|
*
|
|
13
|
-
* - true:
|
|
13
|
+
* - true: Enable
|
|
14
14
|
*
|
|
15
|
-
* - false:
|
|
15
|
+
* - false: Disable
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* true
|
|
@@ -20,7 +20,7 @@ export declare class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
20
20
|
aggregatePagination?: boolean;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
*
|
|
23
|
+
* API name.
|
|
24
24
|
*
|
|
25
25
|
* This parameter is required.
|
|
26
26
|
*
|
|
@@ -30,14 +30,14 @@ export declare class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
30
30
|
api?: string;
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
*
|
|
33
|
+
* Request parameters.
|
|
34
34
|
*
|
|
35
35
|
* @deprecated
|
|
36
36
|
*/
|
|
37
37
|
apiParamsShrink?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
*
|
|
40
|
+
* API version.
|
|
41
41
|
*
|
|
42
42
|
* This parameter is required.
|
|
43
43
|
*
|
|
@@ -47,7 +47,7 @@ export declare class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
47
47
|
apiVersion?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
*
|
|
50
|
+
* API input parameters in JSON format. This parameter has lower priority than apiParams. If you set apiParams, this parameter is ignored.
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* {
|
|
@@ -59,12 +59,11 @@ export declare class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
59
59
|
jsonApiParams?: string;
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
|
-
*
|
|
62
|
+
* Product code.
|
|
63
63
|
*
|
|
64
|
-
* - Call the GetRequestLog operation
|
|
64
|
+
* - Call the GetRequestLog operation and get the product code from the response.
|
|
65
65
|
*
|
|
66
|
-
* - Find the product code in the
|
|
67
|
-
* <props="intl">the OpenAPI Portal URL for Short Message Service is https\\://api.alibabacloud.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi.
|
|
66
|
+
* - Find the product code in the OpenAPI portal URL. For example, the OpenAPI portal URL for Short Message Service is https\\://api.aliyun.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi. In international regions, the URL is https\\://api.alibabacloud.com/product/Dysmsapi. The product code remains Dysmsapi.
|
|
68
67
|
*
|
|
69
68
|
* This parameter is required.
|
|
70
69
|
*
|
|
@@ -74,7 +73,7 @@ export declare class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
74
73
|
product?: string;
|
|
75
74
|
/**
|
|
76
75
|
* @remarks
|
|
77
|
-
*
|
|
76
|
+
* Region ID.
|
|
78
77
|
*
|
|
79
78
|
* @example
|
|
80
79
|
* cn-hangzhou
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenerateClicommandShrinkRequest.js","sourceRoot":"","sources":["../../src/models/GenerateClicommandShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GenerateClicommandShrinkRequest.js","sourceRoot":"","sources":["../../src/models/GenerateClicommandShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAgF9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,GAAG,EAAE,KAAK;YACV,eAAe,EAAE,WAAW;YAC5B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,SAAS;YAC9B,GAAG,EAAE,QAAQ;YACb,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;YACvB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/GD,0EA+GC"}
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -237,7 +237,7 @@ export default class Client extends OpenApi {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
/**
|
|
240
|
-
* Generates
|
|
240
|
+
* Generates an Alibaba Cloud CLI command dynamically.
|
|
241
241
|
*
|
|
242
242
|
* @param tmpReq - GenerateCLICommandRequest
|
|
243
243
|
* @param headers - map
|
|
@@ -300,7 +300,7 @@ export default class Client extends OpenApi {
|
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
/**
|
|
303
|
-
* Generates
|
|
303
|
+
* Generates an Alibaba Cloud CLI command dynamically.
|
|
304
304
|
*
|
|
305
305
|
* @param request - GenerateCLICommandRequest
|
|
306
306
|
* @returns GenerateCLICommandResponse
|
|
@@ -5,17 +5,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GenerateCLICommandRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* Enable aggregation. If enabled, the CLI automatically reads full data using pagination and aggregates the results.
|
|
9
9
|
*
|
|
10
10
|
* >Warning:
|
|
11
11
|
*
|
|
12
|
-
*
|
|
12
|
+
* You can use this option only with List operations that support pagination.
|
|
13
13
|
*
|
|
14
14
|
*
|
|
15
15
|
*
|
|
16
|
-
* - true:
|
|
16
|
+
* - true: Enable
|
|
17
17
|
*
|
|
18
|
-
* - false:
|
|
18
|
+
* - false: Disable
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* true
|
|
@@ -23,7 +23,7 @@ export class GenerateCLICommandRequest extends $dara.Model {
|
|
|
23
23
|
aggregatePagination?: boolean;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* API name.
|
|
27
27
|
*
|
|
28
28
|
* This parameter is required.
|
|
29
29
|
*
|
|
@@ -33,14 +33,14 @@ export class GenerateCLICommandRequest extends $dara.Model {
|
|
|
33
33
|
api?: string;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
*
|
|
36
|
+
* Request parameters.
|
|
37
37
|
*
|
|
38
38
|
* @deprecated
|
|
39
39
|
*/
|
|
40
40
|
apiParams?: { [key: string]: any };
|
|
41
41
|
/**
|
|
42
42
|
* @remarks
|
|
43
|
-
*
|
|
43
|
+
* API version.
|
|
44
44
|
*
|
|
45
45
|
* This parameter is required.
|
|
46
46
|
*
|
|
@@ -50,7 +50,7 @@ export class GenerateCLICommandRequest extends $dara.Model {
|
|
|
50
50
|
apiVersion?: string;
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
*
|
|
53
|
+
* API input parameters in JSON format. This parameter has lower priority than apiParams. If you set apiParams, this parameter is ignored.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* {
|
|
@@ -62,12 +62,11 @@ export class GenerateCLICommandRequest extends $dara.Model {
|
|
|
62
62
|
jsonApiParams?: string;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
*
|
|
65
|
+
* Product code.
|
|
66
66
|
*
|
|
67
|
-
* - Call the GetRequestLog operation
|
|
67
|
+
* - Call the GetRequestLog operation and get the product code from the response.
|
|
68
68
|
*
|
|
69
|
-
* - Find the product code in the
|
|
70
|
-
* <props="intl">the OpenAPI Portal URL for Short Message Service is https\\://api.alibabacloud.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi.
|
|
69
|
+
* - Find the product code in the OpenAPI portal URL. For example, the OpenAPI portal URL for Short Message Service is https\\://api.aliyun.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi. In international regions, the URL is https\\://api.alibabacloud.com/product/Dysmsapi. The product code remains Dysmsapi.
|
|
71
70
|
*
|
|
72
71
|
* This parameter is required.
|
|
73
72
|
*
|
|
@@ -77,7 +76,7 @@ export class GenerateCLICommandRequest extends $dara.Model {
|
|
|
77
76
|
product?: string;
|
|
78
77
|
/**
|
|
79
78
|
* @remarks
|
|
80
|
-
*
|
|
79
|
+
* Region ID.
|
|
81
80
|
*
|
|
82
81
|
* @example
|
|
83
82
|
* cn-hangzhou
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GenerateCLICommandResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* CLI command.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* aliyun ecs DescribeRegions --ResourceType instance
|
|
@@ -13,16 +13,18 @@ export class GenerateCLICommandResponseBody extends $dara.Model {
|
|
|
13
13
|
cli?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* Request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* A707AFA8-1A4C-5B2A-A165-8436C1EA38DB
|
|
20
20
|
*/
|
|
21
21
|
requestId?: string;
|
|
22
|
+
unifiedCli?: string;
|
|
22
23
|
static names(): { [key: string]: string } {
|
|
23
24
|
return {
|
|
24
25
|
cli: 'cli',
|
|
25
26
|
requestId: 'requestId',
|
|
27
|
+
unifiedCli: 'unifiedCli',
|
|
26
28
|
};
|
|
27
29
|
}
|
|
28
30
|
|
|
@@ -30,6 +32,7 @@ export class GenerateCLICommandResponseBody extends $dara.Model {
|
|
|
30
32
|
return {
|
|
31
33
|
cli: 'string',
|
|
32
34
|
requestId: 'string',
|
|
35
|
+
unifiedCli: 'string',
|
|
33
36
|
};
|
|
34
37
|
}
|
|
35
38
|
|
|
@@ -5,17 +5,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* Enable aggregation. If enabled, the CLI automatically reads full data using pagination and aggregates the results.
|
|
9
9
|
*
|
|
10
10
|
* >Warning:
|
|
11
11
|
*
|
|
12
|
-
*
|
|
12
|
+
* You can use this option only with List operations that support pagination.
|
|
13
13
|
*
|
|
14
14
|
*
|
|
15
15
|
*
|
|
16
|
-
* - true:
|
|
16
|
+
* - true: Enable
|
|
17
17
|
*
|
|
18
|
-
* - false:
|
|
18
|
+
* - false: Disable
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* true
|
|
@@ -23,7 +23,7 @@ export class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
23
23
|
aggregatePagination?: boolean;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* API name.
|
|
27
27
|
*
|
|
28
28
|
* This parameter is required.
|
|
29
29
|
*
|
|
@@ -33,14 +33,14 @@ export class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
33
33
|
api?: string;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
*
|
|
36
|
+
* Request parameters.
|
|
37
37
|
*
|
|
38
38
|
* @deprecated
|
|
39
39
|
*/
|
|
40
40
|
apiParamsShrink?: string;
|
|
41
41
|
/**
|
|
42
42
|
* @remarks
|
|
43
|
-
*
|
|
43
|
+
* API version.
|
|
44
44
|
*
|
|
45
45
|
* This parameter is required.
|
|
46
46
|
*
|
|
@@ -50,7 +50,7 @@ export class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
50
50
|
apiVersion?: string;
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
*
|
|
53
|
+
* API input parameters in JSON format. This parameter has lower priority than apiParams. If you set apiParams, this parameter is ignored.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* {
|
|
@@ -62,12 +62,11 @@ export class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
62
62
|
jsonApiParams?: string;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
*
|
|
65
|
+
* Product code.
|
|
66
66
|
*
|
|
67
|
-
* - Call the GetRequestLog operation
|
|
67
|
+
* - Call the GetRequestLog operation and get the product code from the response.
|
|
68
68
|
*
|
|
69
|
-
* - Find the product code in the
|
|
70
|
-
* <props="intl">the OpenAPI Portal URL for Short Message Service is https\\://api.alibabacloud.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi.
|
|
69
|
+
* - Find the product code in the OpenAPI portal URL. For example, the OpenAPI portal URL for Short Message Service is https\\://api.aliyun.com/product/Dysmsapi. The product code for Short Message Service is Dysmsapi. In international regions, the URL is https\\://api.alibabacloud.com/product/Dysmsapi. The product code remains Dysmsapi.
|
|
71
70
|
*
|
|
72
71
|
* This parameter is required.
|
|
73
72
|
*
|
|
@@ -77,7 +76,7 @@ export class GenerateCLICommandShrinkRequest extends $dara.Model {
|
|
|
77
76
|
product?: string;
|
|
78
77
|
/**
|
|
79
78
|
* @remarks
|
|
80
|
-
*
|
|
79
|
+
* Region ID.
|
|
81
80
|
*
|
|
82
81
|
* @example
|
|
83
82
|
* cn-hangzhou
|