tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -14,6 +14,13 @@
|
|
14
14
|
"output": "CreateAliasResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
|
+
"CreateCustomDomain": {
|
18
|
+
"document": "创建自定义域名",
|
19
|
+
"input": "CreateCustomDomainRequest",
|
20
|
+
"name": "创建云函数自定义域名",
|
21
|
+
"output": "CreateCustomDomainResponse",
|
22
|
+
"status": "online"
|
23
|
+
},
|
17
24
|
"CreateFunction": {
|
18
25
|
"document": "该接口根据传入参数创建新的函数。",
|
19
26
|
"input": "CreateFunctionRequest",
|
@@ -42,6 +49,13 @@
|
|
42
49
|
"output": "DeleteAliasResponse",
|
43
50
|
"status": "online"
|
44
51
|
},
|
52
|
+
"DeleteCustomDomain": {
|
53
|
+
"document": "删除自定义域名",
|
54
|
+
"input": "DeleteCustomDomainRequest",
|
55
|
+
"name": "删除云函数自定义域名",
|
56
|
+
"output": "DeleteCustomDomainResponse",
|
57
|
+
"status": "online"
|
58
|
+
},
|
45
59
|
"DeleteFunction": {
|
46
60
|
"document": "该接口根据传入参数删除函数。",
|
47
61
|
"input": "DeleteFunctionRequest",
|
@@ -105,6 +119,13 @@
|
|
105
119
|
"output": "GetAsyncEventStatusResponse",
|
106
120
|
"status": "online"
|
107
121
|
},
|
122
|
+
"GetCustomDomain": {
|
123
|
+
"document": "查看云函数自定义域名详情",
|
124
|
+
"input": "GetCustomDomainRequest",
|
125
|
+
"name": "查看云函数自定义域名详情",
|
126
|
+
"output": "GetCustomDomainResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
108
129
|
"GetFunction": {
|
109
130
|
"document": "该接口获取某个函数的详细信息,包括名称、代码、处理方法、关联触发器和超时时间等字段。",
|
110
131
|
"input": "GetFunctionRequest",
|
@@ -189,6 +210,13 @@
|
|
189
210
|
"output": "ListAsyncEventsResponse",
|
190
211
|
"status": "online"
|
191
212
|
},
|
213
|
+
"ListCustomDomains": {
|
214
|
+
"document": "遍历域名列表信息",
|
215
|
+
"input": "ListCustomDomainsRequest",
|
216
|
+
"name": "获取云函数自定义域名列表",
|
217
|
+
"output": "ListCustomDomainsResponse",
|
218
|
+
"status": "online"
|
219
|
+
},
|
192
220
|
"ListFunctions": {
|
193
221
|
"document": "该接口根据传入的查询参数返回相关函数信息。",
|
194
222
|
"input": "ListFunctionsRequest",
|
@@ -280,6 +308,13 @@
|
|
280
308
|
"output": "UpdateAliasResponse",
|
281
309
|
"status": "online"
|
282
310
|
},
|
311
|
+
"UpdateCustomDomain": {
|
312
|
+
"document": "更新自定义域名相关配置",
|
313
|
+
"input": "UpdateCustomDomainRequest",
|
314
|
+
"name": "更新云函数自定义域名",
|
315
|
+
"output": "UpdateCustomDomainResponse",
|
316
|
+
"status": "online"
|
317
|
+
},
|
283
318
|
"UpdateFunctionCode": {
|
284
319
|
"document": "该接口根据传入参数更新函数代码。",
|
285
320
|
"input": "UpdateFunctionCodeRequest",
|
@@ -550,6 +585,23 @@
|
|
550
585
|
],
|
551
586
|
"usage": "both"
|
552
587
|
},
|
588
|
+
"CertConf": {
|
589
|
+
"document": "证书配置",
|
590
|
+
"members": [
|
591
|
+
{
|
592
|
+
"disabled": false,
|
593
|
+
"document": "ssl证书ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
594
|
+
"example": "无",
|
595
|
+
"member": "string",
|
596
|
+
"name": "CertificateId",
|
597
|
+
"output_required": false,
|
598
|
+
"required": false,
|
599
|
+
"type": "string",
|
600
|
+
"value_allowed_null": true
|
601
|
+
}
|
602
|
+
],
|
603
|
+
"usage": "both"
|
604
|
+
},
|
553
605
|
"CfsConfig": {
|
554
606
|
"document": "文件系统(cfs)配置描述",
|
555
607
|
"members": [
|
@@ -989,6 +1041,69 @@
|
|
989
1041
|
],
|
990
1042
|
"type": "object"
|
991
1043
|
},
|
1044
|
+
"CreateCustomDomainRequest": {
|
1045
|
+
"document": "CreateCustomDomain请求参数结构体",
|
1046
|
+
"members": [
|
1047
|
+
{
|
1048
|
+
"disabled": false,
|
1049
|
+
"document": "域名,不支持泛域名",
|
1050
|
+
"example": "www.xxx.com",
|
1051
|
+
"member": "string",
|
1052
|
+
"name": "Domain",
|
1053
|
+
"required": true,
|
1054
|
+
"type": "string"
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"disabled": false,
|
1058
|
+
"document": "协议,取值范围:HTTP, HTTPS, HTTP&HTTPS",
|
1059
|
+
"example": "无",
|
1060
|
+
"member": "string",
|
1061
|
+
"name": "Protocol",
|
1062
|
+
"required": true,
|
1063
|
+
"type": "string"
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
"disabled": false,
|
1067
|
+
"document": "路由配置",
|
1068
|
+
"example": "无",
|
1069
|
+
"member": "EndpointsConf",
|
1070
|
+
"name": "EndpointsConfig",
|
1071
|
+
"required": true,
|
1072
|
+
"type": "list"
|
1073
|
+
},
|
1074
|
+
{
|
1075
|
+
"disabled": false,
|
1076
|
+
"document": "证书配置信息,HTTPS协议必穿",
|
1077
|
+
"example": "无",
|
1078
|
+
"member": "CertConf",
|
1079
|
+
"name": "CertConfig",
|
1080
|
+
"required": false,
|
1081
|
+
"type": "object"
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"disabled": false,
|
1085
|
+
"document": "web 应用防火墙配置",
|
1086
|
+
"example": "无",
|
1087
|
+
"member": "WafConf",
|
1088
|
+
"name": "WafConfig",
|
1089
|
+
"required": false,
|
1090
|
+
"type": "object"
|
1091
|
+
}
|
1092
|
+
],
|
1093
|
+
"type": "object"
|
1094
|
+
},
|
1095
|
+
"CreateCustomDomainResponse": {
|
1096
|
+
"document": "CreateCustomDomain返回参数结构体",
|
1097
|
+
"members": [
|
1098
|
+
{
|
1099
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1100
|
+
"member": "string",
|
1101
|
+
"name": "RequestId",
|
1102
|
+
"type": "string"
|
1103
|
+
}
|
1104
|
+
],
|
1105
|
+
"type": "object"
|
1106
|
+
},
|
992
1107
|
"CreateFunctionRequest": {
|
993
1108
|
"document": "CreateFunction请求参数结构体",
|
994
1109
|
"members": [
|
@@ -1521,6 +1636,33 @@
|
|
1521
1636
|
],
|
1522
1637
|
"type": "object"
|
1523
1638
|
},
|
1639
|
+
"DeleteCustomDomainRequest": {
|
1640
|
+
"document": "DeleteCustomDomain请求参数结构体",
|
1641
|
+
"members": [
|
1642
|
+
{
|
1643
|
+
"disabled": false,
|
1644
|
+
"document": "域名",
|
1645
|
+
"example": "无",
|
1646
|
+
"member": "string",
|
1647
|
+
"name": "Domain",
|
1648
|
+
"required": false,
|
1649
|
+
"type": "string"
|
1650
|
+
}
|
1651
|
+
],
|
1652
|
+
"type": "object"
|
1653
|
+
},
|
1654
|
+
"DeleteCustomDomainResponse": {
|
1655
|
+
"document": "DeleteCustomDomain返回参数结构体",
|
1656
|
+
"members": [
|
1657
|
+
{
|
1658
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1659
|
+
"member": "string",
|
1660
|
+
"name": "RequestId",
|
1661
|
+
"type": "string"
|
1662
|
+
}
|
1663
|
+
],
|
1664
|
+
"type": "object"
|
1665
|
+
},
|
1524
1666
|
"DeleteFunctionRequest": {
|
1525
1667
|
"document": "DeleteFunction请求参数结构体",
|
1526
1668
|
"members": [
|
@@ -1782,6 +1924,67 @@
|
|
1782
1924
|
],
|
1783
1925
|
"type": "object"
|
1784
1926
|
},
|
1927
|
+
"DomainInfo": {
|
1928
|
+
"document": "云函数自定义域名详情",
|
1929
|
+
"members": [
|
1930
|
+
{
|
1931
|
+
"disabled": false,
|
1932
|
+
"document": "域名,不支持泛域名",
|
1933
|
+
"example": "无",
|
1934
|
+
"member": "string",
|
1935
|
+
"name": "Domain",
|
1936
|
+
"output_required": false,
|
1937
|
+
"required": true,
|
1938
|
+
"type": "string",
|
1939
|
+
"value_allowed_null": false
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
"disabled": false,
|
1943
|
+
"document": "协议,取值范围:HTTP, HTTPS, HTTP&HTTPS",
|
1944
|
+
"example": "无",
|
1945
|
+
"member": "string",
|
1946
|
+
"name": "Protocol",
|
1947
|
+
"output_required": false,
|
1948
|
+
"required": false,
|
1949
|
+
"type": "string",
|
1950
|
+
"value_allowed_null": false
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"disabled": false,
|
1954
|
+
"document": "路由配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1955
|
+
"example": "无",
|
1956
|
+
"member": "EndpointsConf",
|
1957
|
+
"name": "EndpointsConfig",
|
1958
|
+
"output_required": false,
|
1959
|
+
"required": false,
|
1960
|
+
"type": "list",
|
1961
|
+
"value_allowed_null": true
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
"disabled": false,
|
1965
|
+
"document": "证书配置信息,HTTPS协议必传路由配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
1966
|
+
"example": "无",
|
1967
|
+
"member": "CertConf",
|
1968
|
+
"name": "CertConfig",
|
1969
|
+
"output_required": false,
|
1970
|
+
"required": false,
|
1971
|
+
"type": "object",
|
1972
|
+
"value_allowed_null": true
|
1973
|
+
},
|
1974
|
+
{
|
1975
|
+
"disabled": false,
|
1976
|
+
"document": "web 应用防火墙配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
1977
|
+
"example": "无",
|
1978
|
+
"member": "WafConf",
|
1979
|
+
"name": "WafConfig",
|
1980
|
+
"output_required": false,
|
1981
|
+
"required": false,
|
1982
|
+
"type": "object",
|
1983
|
+
"value_allowed_null": true
|
1984
|
+
}
|
1985
|
+
],
|
1986
|
+
"usage": "both"
|
1987
|
+
},
|
1785
1988
|
"EipConfigIn": {
|
1786
1989
|
"document": "公网访问固定ip配置",
|
1787
1990
|
"members": [
|
@@ -1850,6 +2053,67 @@
|
|
1850
2053
|
],
|
1851
2054
|
"usage": "out"
|
1852
2055
|
},
|
2056
|
+
"EndpointsConf": {
|
2057
|
+
"document": "后端路由配置信息",
|
2058
|
+
"members": [
|
2059
|
+
{
|
2060
|
+
"disabled": false,
|
2061
|
+
"document": "函数命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2062
|
+
"example": "无",
|
2063
|
+
"member": "string",
|
2064
|
+
"name": "Namespace",
|
2065
|
+
"output_required": false,
|
2066
|
+
"required": true,
|
2067
|
+
"type": "string",
|
2068
|
+
"value_allowed_null": true
|
2069
|
+
},
|
2070
|
+
{
|
2071
|
+
"disabled": false,
|
2072
|
+
"document": "函数名\n注意:此字段可能返回 null,表示取不到有效值。",
|
2073
|
+
"example": "无",
|
2074
|
+
"member": "string",
|
2075
|
+
"name": "FunctionName",
|
2076
|
+
"output_required": false,
|
2077
|
+
"required": true,
|
2078
|
+
"type": "string",
|
2079
|
+
"value_allowed_null": true
|
2080
|
+
},
|
2081
|
+
{
|
2082
|
+
"disabled": false,
|
2083
|
+
"document": "函数别名或版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
2084
|
+
"example": "无",
|
2085
|
+
"member": "string",
|
2086
|
+
"name": "Qualifier",
|
2087
|
+
"output_required": false,
|
2088
|
+
"required": true,
|
2089
|
+
"type": "string",
|
2090
|
+
"value_allowed_null": true
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"disabled": false,
|
2094
|
+
"document": "路径,取值规范:/,/*,/xxx,/xxx/a,/xxx/*\"\n注意:此字段可能返回 null,表示取不到有效值。",
|
2095
|
+
"example": "无",
|
2096
|
+
"member": "string",
|
2097
|
+
"name": "PathMatch",
|
2098
|
+
"output_required": false,
|
2099
|
+
"required": true,
|
2100
|
+
"type": "string",
|
2101
|
+
"value_allowed_null": true
|
2102
|
+
},
|
2103
|
+
{
|
2104
|
+
"disabled": false,
|
2105
|
+
"document": "路径重写策略\n注意:此字段可能返回 null,表示取不到有效值。",
|
2106
|
+
"example": "无",
|
2107
|
+
"member": "PathRewriteRule",
|
2108
|
+
"name": "PathRewrite",
|
2109
|
+
"output_required": false,
|
2110
|
+
"required": false,
|
2111
|
+
"type": "list",
|
2112
|
+
"value_allowed_null": true
|
2113
|
+
}
|
2114
|
+
],
|
2115
|
+
"usage": "both"
|
2116
|
+
},
|
1853
2117
|
"Environment": {
|
1854
2118
|
"document": "函数的环境变量参数",
|
1855
2119
|
"members": [
|
@@ -2428,6 +2692,83 @@
|
|
2428
2692
|
],
|
2429
2693
|
"type": "object"
|
2430
2694
|
},
|
2695
|
+
"GetCustomDomainRequest": {
|
2696
|
+
"document": "GetCustomDomain请求参数结构体",
|
2697
|
+
"members": [
|
2698
|
+
{
|
2699
|
+
"disabled": false,
|
2700
|
+
"document": "域名",
|
2701
|
+
"example": "无",
|
2702
|
+
"member": "string",
|
2703
|
+
"name": "Domain",
|
2704
|
+
"required": false,
|
2705
|
+
"type": "string"
|
2706
|
+
}
|
2707
|
+
],
|
2708
|
+
"type": "object"
|
2709
|
+
},
|
2710
|
+
"GetCustomDomainResponse": {
|
2711
|
+
"document": "GetCustomDomain返回参数结构体",
|
2712
|
+
"members": [
|
2713
|
+
{
|
2714
|
+
"disabled": false,
|
2715
|
+
"document": "域名",
|
2716
|
+
"example": "无",
|
2717
|
+
"member": "string",
|
2718
|
+
"name": "Domain",
|
2719
|
+
"output_required": false,
|
2720
|
+
"type": "string",
|
2721
|
+
"value_allowed_null": false
|
2722
|
+
},
|
2723
|
+
{
|
2724
|
+
"disabled": false,
|
2725
|
+
"document": "协议",
|
2726
|
+
"example": "无",
|
2727
|
+
"member": "string",
|
2728
|
+
"name": "Protocol",
|
2729
|
+
"output_required": false,
|
2730
|
+
"type": "string",
|
2731
|
+
"value_allowed_null": false
|
2732
|
+
},
|
2733
|
+
{
|
2734
|
+
"disabled": false,
|
2735
|
+
"document": "路由配置",
|
2736
|
+
"example": "无",
|
2737
|
+
"member": "EndpointsConf",
|
2738
|
+
"name": "EndpointsConfig",
|
2739
|
+
"output_required": false,
|
2740
|
+
"type": "list",
|
2741
|
+
"value_allowed_null": false
|
2742
|
+
},
|
2743
|
+
{
|
2744
|
+
"disabled": false,
|
2745
|
+
"document": "证书配置信息",
|
2746
|
+
"example": "无",
|
2747
|
+
"member": "CertConf",
|
2748
|
+
"name": "CertConfig",
|
2749
|
+
"output_required": false,
|
2750
|
+
"type": "object",
|
2751
|
+
"value_allowed_null": false
|
2752
|
+
},
|
2753
|
+
{
|
2754
|
+
"disabled": false,
|
2755
|
+
"document": "web 应用防火墙配置",
|
2756
|
+
"example": "无",
|
2757
|
+
"member": "WafConf",
|
2758
|
+
"name": "WafConfig",
|
2759
|
+
"output_required": false,
|
2760
|
+
"type": "object",
|
2761
|
+
"value_allowed_null": false
|
2762
|
+
},
|
2763
|
+
{
|
2764
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2765
|
+
"member": "string",
|
2766
|
+
"name": "RequestId",
|
2767
|
+
"type": "string"
|
2768
|
+
}
|
2769
|
+
],
|
2770
|
+
"type": "object"
|
2771
|
+
},
|
2431
2772
|
"GetFunctionAddressRequest": {
|
2432
2773
|
"document": "GetFunctionAddress请求参数结构体",
|
2433
2774
|
"members": [
|
@@ -4342,6 +4683,89 @@
|
|
4342
4683
|
],
|
4343
4684
|
"type": "object"
|
4344
4685
|
},
|
4686
|
+
"ListCustomDomainsRequest": {
|
4687
|
+
"document": "ListCustomDomains请求参数结构体",
|
4688
|
+
"members": [
|
4689
|
+
{
|
4690
|
+
"disabled": false,
|
4691
|
+
"document": "偏移量,默认0",
|
4692
|
+
"example": "无",
|
4693
|
+
"member": "uint64",
|
4694
|
+
"name": "Offset",
|
4695
|
+
"required": false,
|
4696
|
+
"type": "int"
|
4697
|
+
},
|
4698
|
+
{
|
4699
|
+
"disabled": false,
|
4700
|
+
"document": "容量,默认20",
|
4701
|
+
"example": "无",
|
4702
|
+
"member": "uint64",
|
4703
|
+
"name": "Limit",
|
4704
|
+
"required": false,
|
4705
|
+
"type": "int"
|
4706
|
+
},
|
4707
|
+
{
|
4708
|
+
"disabled": false,
|
4709
|
+
"document": "取值范围:AddTime,ModTime, 默认AddTime",
|
4710
|
+
"example": "无",
|
4711
|
+
"member": "string",
|
4712
|
+
"name": "OrderBy",
|
4713
|
+
"required": false,
|
4714
|
+
"type": "string"
|
4715
|
+
},
|
4716
|
+
{
|
4717
|
+
"disabled": false,
|
4718
|
+
"document": "取值范围:DESC, ASC 默认DESC",
|
4719
|
+
"example": "无",
|
4720
|
+
"member": "string",
|
4721
|
+
"name": "Order",
|
4722
|
+
"required": false,
|
4723
|
+
"type": "string"
|
4724
|
+
},
|
4725
|
+
{
|
4726
|
+
"disabled": false,
|
4727
|
+
"document": "过滤条件",
|
4728
|
+
"example": "无",
|
4729
|
+
"member": "Filter",
|
4730
|
+
"name": "Filters",
|
4731
|
+
"required": false,
|
4732
|
+
"type": "list"
|
4733
|
+
}
|
4734
|
+
],
|
4735
|
+
"type": "object"
|
4736
|
+
},
|
4737
|
+
"ListCustomDomainsResponse": {
|
4738
|
+
"document": "ListCustomDomains返回参数结构体",
|
4739
|
+
"members": [
|
4740
|
+
{
|
4741
|
+
"disabled": false,
|
4742
|
+
"document": "总数",
|
4743
|
+
"example": "1",
|
4744
|
+
"member": "uint64",
|
4745
|
+
"name": "Total",
|
4746
|
+
"output_required": false,
|
4747
|
+
"type": "int",
|
4748
|
+
"value_allowed_null": false
|
4749
|
+
},
|
4750
|
+
{
|
4751
|
+
"disabled": false,
|
4752
|
+
"document": "域名列表信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4753
|
+
"example": "无",
|
4754
|
+
"member": "DomainInfo",
|
4755
|
+
"name": "Domains",
|
4756
|
+
"output_required": false,
|
4757
|
+
"type": "list",
|
4758
|
+
"value_allowed_null": true
|
4759
|
+
},
|
4760
|
+
{
|
4761
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4762
|
+
"member": "string",
|
4763
|
+
"name": "RequestId",
|
4764
|
+
"type": "string"
|
4765
|
+
}
|
4766
|
+
],
|
4767
|
+
"type": "object"
|
4768
|
+
},
|
4345
4769
|
"ListFunctionsRequest": {
|
4346
4770
|
"document": "ListFunctions请求参数结构体",
|
4347
4771
|
"members": [
|
@@ -5255,6 +5679,45 @@
|
|
5255
5679
|
],
|
5256
5680
|
"usage": "out"
|
5257
5681
|
},
|
5682
|
+
"PathRewriteRule": {
|
5683
|
+
"document": "路径路由重写规则",
|
5684
|
+
"members": [
|
5685
|
+
{
|
5686
|
+
"disabled": false,
|
5687
|
+
"document": "需要重路由的路径,取值规范:/,/*,/xxx,/xxx/a,/xxx/*\n注意:此字段可能返回 null,表示取不到有效值。",
|
5688
|
+
"example": "/aa/",
|
5689
|
+
"member": "string",
|
5690
|
+
"name": "Path",
|
5691
|
+
"output_required": false,
|
5692
|
+
"required": true,
|
5693
|
+
"type": "string",
|
5694
|
+
"value_allowed_null": true
|
5695
|
+
},
|
5696
|
+
{
|
5697
|
+
"disabled": false,
|
5698
|
+
"document": "匹配规,取值范围: WildcardRules 通配符匹配, ExactRules 精确匹配\n注意:此字段可能返回 null,表示取不到有效值。",
|
5699
|
+
"example": "ExactRules",
|
5700
|
+
"member": "string",
|
5701
|
+
"name": "Type",
|
5702
|
+
"output_required": false,
|
5703
|
+
"required": true,
|
5704
|
+
"type": "string",
|
5705
|
+
"value_allowed_null": true
|
5706
|
+
},
|
5707
|
+
{
|
5708
|
+
"disabled": false,
|
5709
|
+
"document": "替换值:比如/, /$\n注意:此字段可能返回 null,表示取不到有效值。",
|
5710
|
+
"example": "/",
|
5711
|
+
"member": "string",
|
5712
|
+
"name": "Rewrite",
|
5713
|
+
"output_required": false,
|
5714
|
+
"required": true,
|
5715
|
+
"type": "string",
|
5716
|
+
"value_allowed_null": true
|
5717
|
+
}
|
5718
|
+
],
|
5719
|
+
"usage": "both"
|
5720
|
+
},
|
5258
5721
|
"ProtocolParams": {
|
5259
5722
|
"document": "HTTP函数支持其他访问协议的参数",
|
5260
5723
|
"members": [
|
@@ -6600,6 +7063,69 @@
|
|
6600
7063
|
],
|
6601
7064
|
"type": "object"
|
6602
7065
|
},
|
7066
|
+
"UpdateCustomDomainRequest": {
|
7067
|
+
"document": "UpdateCustomDomain请求参数结构体",
|
7068
|
+
"members": [
|
7069
|
+
{
|
7070
|
+
"disabled": false,
|
7071
|
+
"document": "自定义域名",
|
7072
|
+
"example": "无",
|
7073
|
+
"member": "string",
|
7074
|
+
"name": "Domain",
|
7075
|
+
"required": true,
|
7076
|
+
"type": "string"
|
7077
|
+
},
|
7078
|
+
{
|
7079
|
+
"disabled": false,
|
7080
|
+
"document": "协议,取值范围:HTTP, HTTPS, HTTP&HTTPS",
|
7081
|
+
"example": "无",
|
7082
|
+
"member": "string",
|
7083
|
+
"name": "Protocol",
|
7084
|
+
"required": false,
|
7085
|
+
"type": "string"
|
7086
|
+
},
|
7087
|
+
{
|
7088
|
+
"disabled": false,
|
7089
|
+
"document": "证书配置信息,HTTPS协议必穿",
|
7090
|
+
"example": "无",
|
7091
|
+
"member": "CertConf",
|
7092
|
+
"name": "CertConfig",
|
7093
|
+
"required": false,
|
7094
|
+
"type": "object"
|
7095
|
+
},
|
7096
|
+
{
|
7097
|
+
"disabled": false,
|
7098
|
+
"document": "web 应用防火墙配置",
|
7099
|
+
"example": "无",
|
7100
|
+
"member": "WafConf",
|
7101
|
+
"name": "WafConfig",
|
7102
|
+
"required": false,
|
7103
|
+
"type": "object"
|
7104
|
+
},
|
7105
|
+
{
|
7106
|
+
"disabled": false,
|
7107
|
+
"document": "\t路由配置",
|
7108
|
+
"example": "无",
|
7109
|
+
"member": "EndpointsConf",
|
7110
|
+
"name": "EndpointsConfig",
|
7111
|
+
"required": false,
|
7112
|
+
"type": "list"
|
7113
|
+
}
|
7114
|
+
],
|
7115
|
+
"type": "object"
|
7116
|
+
},
|
7117
|
+
"UpdateCustomDomainResponse": {
|
7118
|
+
"document": "UpdateCustomDomain返回参数结构体",
|
7119
|
+
"members": [
|
7120
|
+
{
|
7121
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7122
|
+
"member": "string",
|
7123
|
+
"name": "RequestId",
|
7124
|
+
"type": "string"
|
7125
|
+
}
|
7126
|
+
],
|
7127
|
+
"type": "object"
|
7128
|
+
},
|
6603
7129
|
"UpdateFunctionCodeRequest": {
|
6604
7130
|
"document": "UpdateFunctionCode请求参数结构体",
|
6605
7131
|
"members": [
|
@@ -7484,6 +8010,34 @@
|
|
7484
8010
|
}
|
7485
8011
|
],
|
7486
8012
|
"usage": "both"
|
8013
|
+
},
|
8014
|
+
"WafConf": {
|
8015
|
+
"document": "web应用防火墙配置信息",
|
8016
|
+
"members": [
|
8017
|
+
{
|
8018
|
+
"disabled": false,
|
8019
|
+
"document": "web应用防火墙是否打开, 取值范围:OPEN, CLOSE\n注意:此字段可能返回 null,表示取不到有效值。",
|
8020
|
+
"example": "无",
|
8021
|
+
"member": "string",
|
8022
|
+
"name": "WafOpen",
|
8023
|
+
"output_required": false,
|
8024
|
+
"required": false,
|
8025
|
+
"type": "string",
|
8026
|
+
"value_allowed_null": true
|
8027
|
+
},
|
8028
|
+
{
|
8029
|
+
"disabled": false,
|
8030
|
+
"document": "web应用防火墙实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
8031
|
+
"example": "无",
|
8032
|
+
"member": "string",
|
8033
|
+
"name": "WafInstanceId",
|
8034
|
+
"output_required": false,
|
8035
|
+
"required": false,
|
8036
|
+
"type": "string",
|
8037
|
+
"value_allowed_null": true
|
8038
|
+
}
|
8039
|
+
],
|
8040
|
+
"usage": "both"
|
7487
8041
|
}
|
7488
8042
|
},
|
7489
8043
|
"version": "1.0"
|