tccli 3.0.1215.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.
Files changed (99) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/configure.py +46 -1
  3. tccli/services/__init__.py +0 -3
  4. tccli/services/apm/v20210622/api.json +20 -0
  5. tccli/services/asr/v20190614/api.json +3 -3
  6. tccli/services/bi/v20220105/api.json +32 -4
  7. tccli/services/bi/v20220105/examples.json +1 -1
  8. tccli/services/billing/billing_client.py +53 -0
  9. tccli/services/billing/v20180709/api.json +304 -0
  10. tccli/services/billing/v20180709/examples.json +8 -0
  11. tccli/services/bsca/v20210811/api.json +222 -17
  12. tccli/services/bsca/v20210811/examples.json +4 -4
  13. tccli/services/ccc/ccc_client.py +53 -0
  14. tccli/services/ccc/v20200210/api.json +167 -18
  15. tccli/services/ccc/v20200210/examples.json +11 -3
  16. tccli/services/cdb/v20170320/api.json +13 -4
  17. tccli/services/cdb/v20170320/examples.json +1 -1
  18. tccli/services/cdn/v20180606/api.json +5 -3
  19. tccli/services/cdwdoris/v20211228/api.json +12 -2
  20. tccli/services/cfw/v20190904/api.json +81 -47
  21. tccli/services/cfw/v20190904/examples.json +46 -40
  22. tccli/services/ciam/v20220331/api.json +316 -315
  23. tccli/services/ciam/v20220331/examples.json +49 -49
  24. tccli/services/cloudaudit/cloudaudit_client.py +30 -30
  25. tccli/services/cloudaudit/v20190319/api.json +215 -186
  26. tccli/services/cloudaudit/v20190319/examples.json +13 -13
  27. tccli/services/cls/v20201016/api.json +365 -66
  28. tccli/services/cls/v20201016/examples.json +9 -3
  29. tccli/services/csip/v20221121/api.json +4 -4
  30. tccli/services/cvm/v20170312/api.json +42 -0
  31. tccli/services/cwp/v20180228/api.json +217 -163
  32. tccli/services/cwp/v20180228/examples.json +53 -65
  33. tccli/services/cynosdb/v20190107/api.json +77 -29
  34. tccli/services/cynosdb/v20190107/examples.json +22 -22
  35. tccli/services/dasb/v20191018/api.json +77 -0
  36. tccli/services/dasb/v20191018/examples.json +5 -5
  37. tccli/services/domain/v20180808/api.json +3 -3
  38. tccli/services/domain/v20180808/examples.json +3 -3
  39. tccli/services/eb/v20210416/api.json +15 -15
  40. tccli/services/eb/v20210416/examples.json +1 -1
  41. tccli/services/es/es_client.py +249 -37
  42. tccli/services/es/v20180416/api.json +521 -0
  43. tccli/services/es/v20180416/examples.json +32 -0
  44. tccli/services/ess/ess_client.py +53 -0
  45. tccli/services/ess/v20201111/api.json +145 -9
  46. tccli/services/ess/v20201111/examples.json +15 -1
  47. tccli/services/essbasic/essbasic_client.py +106 -0
  48. tccli/services/essbasic/v20210526/api.json +234 -12
  49. tccli/services/essbasic/v20210526/examples.json +22 -0
  50. tccli/services/gaap/v20180529/api.json +44 -26
  51. tccli/services/gaap/v20180529/examples.json +24 -30
  52. tccli/services/iotexplorer/v20190423/api.json +40 -0
  53. tccli/services/live/v20180801/api.json +35 -9
  54. tccli/services/mongodb/v20190725/api.json +6 -8
  55. tccli/services/ocr/v20181119/api.json +2 -2
  56. tccli/services/organization/organization_client.py +352 -34
  57. tccli/services/organization/v20210331/api.json +451 -0
  58. tccli/services/organization/v20210331/examples.json +48 -0
  59. tccli/services/region/v20220627/api.json +1 -1
  60. tccli/services/scf/scf_client.py +269 -4
  61. tccli/services/scf/v20180416/api.json +554 -0
  62. tccli/services/scf/v20180416/examples.json +46 -0
  63. tccli/services/ssl/v20191205/api.json +1 -1
  64. tccli/services/tat/v20201028/api.json +27 -25
  65. tccli/services/tat/v20201028/examples.json +4 -4
  66. tccli/services/tcss/v20201101/api.json +13 -13
  67. tccli/services/tcss/v20201101/examples.json +5 -5
  68. tccli/services/tdmq/v20200217/api.json +64 -63
  69. tccli/services/tdmq/v20200217/examples.json +2 -2
  70. tccli/services/tem/v20210701/api.json +144 -103
  71. tccli/services/tem/v20210701/examples.json +27 -27
  72. tccli/services/teo/teo_client.py +277 -12
  73. tccli/services/teo/v20220901/api.json +1020 -143
  74. tccli/services/teo/v20220901/examples.json +71 -1
  75. tccli/services/tke/tke_client.py +53 -0
  76. tccli/services/tke/v20180525/api.json +43 -0
  77. tccli/services/tke/v20180525/examples.json +8 -0
  78. tccli/services/tms/tms_client.py +4 -57
  79. tccli/services/tms/v20201229/api.json +0 -354
  80. tccli/services/tms/v20201229/examples.json +0 -8
  81. tccli/services/trtc/v20190722/api.json +221 -22
  82. tccli/services/vpc/v20170312/api.json +105 -30
  83. tccli/services/vpc/v20170312/examples.json +10 -2
  84. tccli/services/vpc/vpc_client.py +107 -54
  85. tccli/services/waf/v20180125/api.json +61 -0
  86. tccli/services/waf/v20180125/examples.json +8 -0
  87. tccli/services/waf/waf_client.py +53 -0
  88. tccli/services/wedata/v20210820/api.json +686 -0
  89. tccli/services/wedata/v20210820/examples.json +16 -0
  90. tccli/services/wedata/wedata_client.py +106 -0
  91. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
  92. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +95 -99
  93. tccli/services/cr/__init__.py +0 -4
  94. tccli/services/cr/cr_client.py +0 -1626
  95. tccli/services/cr/v20180321/api.json +0 -2829
  96. tccli/services/cr/v20180321/examples.json +0 -235
  97. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
  98. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
  99. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -1939,6 +1939,13 @@
1939
1939
  "output": "ModifyAddressesBandwidthResponse",
1940
1940
  "status": "online"
1941
1941
  },
1942
+ "ModifyAddressesRenewFlag": {
1943
+ "document": "调整EIP续费标识",
1944
+ "input": "ModifyAddressesRenewFlagRequest",
1945
+ "name": "调整包月IP续费标识",
1946
+ "output": "ModifyAddressesRenewFlagResponse",
1947
+ "status": "online"
1948
+ },
1942
1949
  "ModifyAssistantCidr": {
1943
1950
  "document": "本接口(ModifyAssistantCidr)用于批量修改辅助CIDR,支持新增和删除。",
1944
1951
  "input": "ModifyAssistantCidrRequest",
@@ -11319,6 +11326,15 @@
11319
11326
  "name": "RouteIds",
11320
11327
  "required": true,
11321
11328
  "type": "list"
11329
+ },
11330
+ {
11331
+ "disabled": false,
11332
+ "document": "地址类型,支持:IPv4、IPv6。默认IPv4。",
11333
+ "example": "IPv4",
11334
+ "member": "string",
11335
+ "name": "AddressType",
11336
+ "required": false,
11337
+ "type": "string"
11322
11338
  }
11323
11339
  ],
11324
11340
  "type": "object"
@@ -14353,6 +14369,15 @@
14353
14369
  "required": false,
14354
14370
  "type": "string"
14355
14371
  },
14372
+ {
14373
+ "disabled": false,
14374
+ "document": "地址类型,支持:IPv4、IPv6。默认IPv4。",
14375
+ "example": "IPv4",
14376
+ "member": "string",
14377
+ "name": "AddressType",
14378
+ "required": false,
14379
+ "type": "string"
14380
+ },
14356
14381
  {
14357
14382
  "disabled": false,
14358
14383
  "document": "偏移量。",
@@ -14383,7 +14408,7 @@
14383
14408
  "example": "2",
14384
14409
  "member": "uint64",
14385
14410
  "name": "TotalCount",
14386
- "required": true,
14411
+ "output_required": true,
14387
14412
  "type": "int",
14388
14413
  "value_allowed_null": false
14389
14414
  },
@@ -14393,7 +14418,7 @@
14393
14418
  "example": "无",
14394
14419
  "member": "DirectConnectGatewayCcnRoute",
14395
14420
  "name": "RouteSet",
14396
- "required": true,
14421
+ "output_required": true,
14397
14422
  "type": "list",
14398
14423
  "value_allowed_null": false
14399
14424
  },
@@ -20158,7 +20183,8 @@
20158
20183
  "example": "dcr-xxxxxxx",
20159
20184
  "member": "string",
20160
20185
  "name": "RouteId",
20161
- "required": true,
20186
+ "output_required": true,
20187
+ "required": false,
20162
20188
  "type": "string",
20163
20189
  "value_allowed_null": false
20164
20190
  },
@@ -20168,7 +20194,8 @@
20168
20194
  "example": "192.168.1.0/24",
20169
20195
  "member": "string",
20170
20196
  "name": "DestinationCidrBlock",
20171
- "required": true,
20197
+ "output_required": true,
20198
+ "required": false,
20172
20199
  "type": "string",
20173
20200
  "value_allowed_null": false
20174
20201
  },
@@ -20178,7 +20205,8 @@
20178
20205
  "example": "['2342', '342']",
20179
20206
  "member": "string",
20180
20207
  "name": "ASPath",
20181
- "required": true,
20208
+ "output_required": true,
20209
+ "required": false,
20182
20210
  "type": "list",
20183
20211
  "value_allowed_null": false
20184
20212
  },
@@ -20188,7 +20216,8 @@
20188
20216
  "example": "备注",
20189
20217
  "member": "string",
20190
20218
  "name": "Description",
20191
- "required": true,
20219
+ "output_required": true,
20220
+ "required": false,
20192
20221
  "type": "string",
20193
20222
  "value_allowed_null": false
20194
20223
  },
@@ -20198,12 +20227,13 @@
20198
20227
  "example": "2021-01-01 00:00:00",
20199
20228
  "member": "string",
20200
20229
  "name": "UpdateTime",
20201
- "required": true,
20230
+ "output_required": true,
20231
+ "required": false,
20202
20232
  "type": "string",
20203
20233
  "value_allowed_null": false
20204
20234
  }
20205
20235
  ],
20206
- "usage": "out"
20236
+ "usage": "both"
20207
20237
  },
20208
20238
  "DirectConnectSubnet": {
20209
20239
  "document": "IDC子网信息",
@@ -24165,6 +24195,42 @@
24165
24195
  ],
24166
24196
  "type": "object"
24167
24197
  },
24198
+ "ModifyAddressesRenewFlagRequest": {
24199
+ "document": "ModifyAddressesRenewFlag请求参数结构体",
24200
+ "members": [
24201
+ {
24202
+ "disabled": false,
24203
+ "document": "EIP唯一标识ID列表,形如'eip-xxxx'",
24204
+ "example": "[\"eip-alfxy9c8\"]",
24205
+ "member": "string",
24206
+ "name": "AddressIds",
24207
+ "required": true,
24208
+ "type": "list"
24209
+ },
24210
+ {
24211
+ "disabled": false,
24212
+ "document": "自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费 DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费 若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。 示例值:NOTIFY_AND_AUTO_RENEW",
24213
+ "example": "NOTIFY_AND_AUTO_RENEW",
24214
+ "member": "string",
24215
+ "name": "RenewFlag",
24216
+ "required": true,
24217
+ "type": "string"
24218
+ }
24219
+ ],
24220
+ "type": "object"
24221
+ },
24222
+ "ModifyAddressesRenewFlagResponse": {
24223
+ "document": "ModifyAddressesRenewFlag返回参数结构体",
24224
+ "members": [
24225
+ {
24226
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
24227
+ "member": "string",
24228
+ "name": "RequestId",
24229
+ "type": "string"
24230
+ }
24231
+ ],
24232
+ "type": "object"
24233
+ },
24168
24234
  "ModifyAssistantCidrRequest": {
24169
24235
  "document": "ModifyAssistantCidr请求参数结构体",
24170
24236
  "members": [
@@ -27241,90 +27307,90 @@
27241
27307
  {
27242
27308
  "disabled": false,
27243
27309
  "document": "网络协议,可选值:`TCP`、`UDP`。",
27244
- "example": "",
27310
+ "example": "TCP",
27245
27311
  "member": "string",
27246
27312
  "name": "IpProtocol",
27247
- "required": false,
27313
+ "output_required": true,
27248
27314
  "type": "string",
27249
27315
  "value_allowed_null": false
27250
27316
  },
27251
27317
  {
27252
27318
  "disabled": false,
27253
- "document": "弹性IP。",
27254
- "example": "",
27319
+ "document": "弹性公网IP。",
27320
+ "example": "123.123.123.123",
27255
27321
  "member": "string",
27256
27322
  "name": "PublicIpAddress",
27257
- "required": true,
27323
+ "output_required": true,
27258
27324
  "type": "string",
27259
27325
  "value_allowed_null": false
27260
27326
  },
27261
27327
  {
27262
27328
  "disabled": false,
27263
27329
  "document": "公网端口。",
27264
- "example": "",
27330
+ "example": "443",
27265
27331
  "member": "uint64",
27266
27332
  "name": "PublicPort",
27267
- "required": true,
27333
+ "output_required": true,
27268
27334
  "type": "int",
27269
27335
  "value_allowed_null": false
27270
27336
  },
27271
27337
  {
27272
27338
  "disabled": false,
27273
27339
  "document": "内网地址。",
27274
- "example": "",
27340
+ "example": "192.168.1.2",
27275
27341
  "member": "string",
27276
27342
  "name": "PrivateIpAddress",
27277
- "required": true,
27343
+ "output_required": true,
27278
27344
  "type": "string",
27279
27345
  "value_allowed_null": false
27280
27346
  },
27281
27347
  {
27282
27348
  "disabled": false,
27283
27349
  "document": "内网端口。",
27284
- "example": "",
27350
+ "example": "443",
27285
27351
  "member": "uint64",
27286
27352
  "name": "PrivatePort",
27287
- "required": true,
27353
+ "output_required": true,
27288
27354
  "type": "int",
27289
27355
  "value_allowed_null": false
27290
27356
  },
27291
27357
  {
27292
27358
  "disabled": false,
27293
27359
  "document": "NAT网关转发规则描述。",
27294
- "example": "",
27360
+ "example": "端口转发样例",
27295
27361
  "member": "string",
27296
27362
  "name": "Description",
27297
- "required": false,
27363
+ "output_required": true,
27298
27364
  "type": "string",
27299
27365
  "value_allowed_null": false
27300
27366
  },
27301
27367
  {
27302
27368
  "disabled": false,
27303
27369
  "document": "NAT网关的ID。\n注意:此字段可能返回 null,表示取不到有效值。",
27304
- "example": "",
27370
+ "example": "nat-3isn9hr0",
27305
27371
  "member": "string",
27306
27372
  "name": "NatGatewayId",
27307
- "required": true,
27373
+ "output_required": true,
27308
27374
  "type": "string",
27309
27375
  "value_allowed_null": true
27310
27376
  },
27311
27377
  {
27312
27378
  "disabled": false,
27313
27379
  "document": "私有网络VPC的ID。\n注意:此字段可能返回 null,表示取不到有效值。",
27314
- "example": "",
27380
+ "example": "vpc-abcdefgh\t",
27315
27381
  "member": "string",
27316
27382
  "name": "VpcId",
27317
- "required": true,
27383
+ "output_required": true,
27318
27384
  "type": "string",
27319
27385
  "value_allowed_null": true
27320
27386
  },
27321
27387
  {
27322
27388
  "disabled": false,
27323
27389
  "document": "NAT网关转发规则创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
27324
- "example": "",
27390
+ "example": "\"2021-05-24 19:28:31\"",
27325
27391
  "member": "string",
27326
27392
  "name": "CreatedTime",
27327
- "required": true,
27393
+ "output_required": true,
27328
27394
  "type": "string",
27329
27395
  "value_allowed_null": true
27330
27396
  }
@@ -29453,7 +29519,7 @@
29453
29519
  {
29454
29520
  "disabled": false,
29455
29521
  "document": "专线网关ID,形如:dcg-prpqlmg1",
29456
- "example": "",
29522
+ "example": "dcg-xxxxxxxx",
29457
29523
  "member": "string",
29458
29524
  "name": "DirectConnectGatewayId",
29459
29525
  "required": true,
@@ -29462,11 +29528,20 @@
29462
29528
  {
29463
29529
  "disabled": false,
29464
29530
  "document": "需要连通的IDC网段列表",
29465
- "example": "",
29531
+ "example": "[]",
29466
29532
  "member": "DirectConnectGatewayCcnRoute",
29467
29533
  "name": "Routes",
29468
29534
  "required": true,
29469
29535
  "type": "list"
29536
+ },
29537
+ {
29538
+ "disabled": false,
29539
+ "document": "地址类型,支持:IPv4、IPv6。默认IPv4。",
29540
+ "example": "IPv4",
29541
+ "member": "string",
29542
+ "name": "AddressType",
29543
+ "required": false,
29544
+ "type": "string"
29470
29545
  }
29471
29546
  ],
29472
29547
  "type": "object"
@@ -31405,7 +31480,7 @@
31405
31480
  },
31406
31481
  {
31407
31482
  "disabled": false,
31408
- "document": "安全组规则描述。\n注意:此字段可能返回 null,表示取不到有效值。",
31483
+ "document": "安全组规则描述。作为入参时,当未传递该参数或值为空,且参数CidrBlock或Ipv6CidrBlock值为MY_PUBLIC_IP时,该参数的值将会被自动填充为Replaced-From-MY_PUBLIC_IP。\n注意:此字段可能返回 null,表示取不到有效值。",
31409
31484
  "example": "Desc",
31410
31485
  "member": "string",
31411
31486
  "name": "PolicyDescription",
@@ -1470,7 +1470,7 @@
1470
1470
  {
1471
1471
  "document": "",
1472
1472
  "input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&<公共请求参数>",
1473
- "output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"xx\",\n \"Description\": \"xx\",\n \"ASPath\": [\n \"1000\",\n \"2000\",\n \"3000\"\n ]\n },\n {\n \"RouteId\": \"ccnr-oc61so0o\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"UpdateTime\": \"xx\",\n \"Description\": \"xx\",\n \"ASPath\": []\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
1473
+ "output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"2024-01-01 10:18:12\",\n \"Description\": \"描述内容\",\n \"ASPath\": [\n \"1000\",\n \"2000\",\n \"3000\"\n ]\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
1474
1474
  "title": "查询专线网关云联网路由"
1475
1475
  }
1476
1476
  ],
@@ -2540,6 +2540,14 @@
2540
2540
  "title": "调整后付费带宽"
2541
2541
  }
2542
2542
  ],
2543
+ "ModifyAddressesRenewFlag": [
2544
+ {
2545
+ "document": "",
2546
+ "input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressesRenewFlag\n&AddressIds.0=eip-cpfph9t4\n&RenewFlag=NOTIFY_AND_MANUAL_RENEW\n&<公共请求参数>",
2547
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c89a8c84-6943-45ad-9342-36f599d77754\"\n }\n}",
2548
+ "title": "调整EIP续费标识"
2549
+ }
2550
+ ],
2543
2551
  "ModifyAssistantCidr": [
2544
2552
  {
2545
2553
  "document": "添加辅助CIDR:172.16.1.0/24。",
@@ -3147,7 +3155,7 @@
3147
3155
  "ReplaceDirectConnectGatewayCcnRoutes": [
3148
3156
  {
3149
3157
  "document": "",
3150
- "input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\r\n&<公共请求参数>\r\n&DirectConnectGatewayId=dcg-prpqlmg1\r\n&Routes.0.RouteId=ccnr-bvipc87w\r\n&Routes.0.DestinationCidrBlock=10.2.2.0/24\r\n&Routes.1.RouteId=ccnr-oc61so0o\r\n&Routes.1.DestinationCidrBlock=10.2.3.0/24",
3158
+ "input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&Routes.0.RouteId=dcr-bvipc87w\n&Routes.0.DestinationCidrBlock=10.2.2.0/24\n&<公共请求参数>",
3151
3159
  "output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
3152
3160
  "title": "替换专线网关云联网路由"
3153
3161
  }