tccli 3.0.1269.1__py2.py3-none-any.whl → 3.0.1270.1__py2.py3-none-any.whl

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.
Files changed (36) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -3
  3. tccli/services/aiart/v20221229/api.json +13 -13
  4. tccli/services/aiart/v20221229/examples.json +2 -2
  5. tccli/services/antiddos/v20200309/api.json +201 -132
  6. tccli/services/antiddos/v20200309/examples.json +12 -12
  7. tccli/services/apm/v20210622/api.json +13 -3
  8. tccli/services/cam/v20190116/api.json +8 -8
  9. tccli/services/cbs/cbs_client.py +220 -8
  10. tccli/services/cbs/v20170312/api.json +409 -2
  11. tccli/services/cbs/v20170312/examples.json +32 -0
  12. tccli/services/cdwdoris/v20211228/api.json +10 -1
  13. tccli/services/cls/v20201016/api.json +11 -0
  14. tccli/services/dlc/v20210125/api.json +24 -24
  15. tccli/services/dlc/v20210125/examples.json +2 -2
  16. tccli/services/dts/v20211206/api.json +1 -1
  17. tccli/services/gme/v20180711/api.json +29 -26
  18. tccli/services/gme/v20180711/examples.json +3 -3
  19. tccli/services/ocr/v20181119/api.json +73 -1
  20. tccli/services/ses/v20201002/api.json +15 -5
  21. tccli/services/svp/v20240125/api.json +6 -6
  22. tccli/services/teo/v20220901/api.json +38 -0
  23. tccli/services/trp/v20210515/api.json +549 -513
  24. tccli/services/trp/v20210515/examples.json +5 -5
  25. tccli/services/vpc/v20170312/api.json +124 -0
  26. tccli/services/vpc/v20170312/examples.json +16 -0
  27. tccli/services/vpc/vpc_client.py +106 -0
  28. {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  29. {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +32 -36
  30. tccli/services/aa/__init__.py +0 -4
  31. tccli/services/aa/aa_client.py +0 -207
  32. tccli/services/aa/v20200224/api.json +0 -397
  33. tccli/services/aa/v20200224/examples.json +0 -13
  34. {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  35. {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  36. {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -17101,6 +17101,26 @@
17101
17101
  "output_required": false,
17102
17102
  "type": "string",
17103
17103
  "value_allowed_null": false
17104
+ },
17105
+ {
17106
+ "disabled": false,
17107
+ "document": "云点播回源范围,当 OriginType = VOD 时该参数会返回值。取值有:<li>all:当前源站对应的云点播应用内所有文件,默认值为 all;</li> <li>bucket:当前源站对应的云点播应用下指定某一个存储桶内的文件。通过参数 VodBucketId 来指定存储桶。\n</li>",
17108
+ "example": "bucket",
17109
+ "member": "string",
17110
+ "name": "VodOriginScope",
17111
+ "output_required": false,
17112
+ "type": "string",
17113
+ "value_allowed_null": false
17114
+ },
17115
+ {
17116
+ "disabled": false,
17117
+ "document": "云点播存储桶 ID,该参数当 OriginType = VOD 且 VodOriginScope = bucket 时必填。数据来源:云点播专业版应用下存储桶的存储 ID 。",
17118
+ "example": "9lh4zav2ctts0ao",
17119
+ "member": "string",
17120
+ "name": "VodBucketId",
17121
+ "output_required": false,
17122
+ "type": "string",
17123
+ "value_allowed_null": false
17104
17124
  }
17105
17125
  ],
17106
17126
  "usage": "out"
@@ -17443,6 +17463,24 @@
17443
17463
  "name": "VodeoBucketId",
17444
17464
  "required": false,
17445
17465
  "type": "string"
17466
+ },
17467
+ {
17468
+ "disabled": false,
17469
+ "document": "云点播回源范围,该参数当 OriginType = VOD 时生效。取值有:<li>all:当前源站对应的云点播应用内所有文件,默认值为 all;</li><li>bucket:当前源站对应的云点播应用下指定某一个存储桶内的文件。通过参数 VodBucketId 来指定存储桶。\n</li>",
17470
+ "example": "bucket",
17471
+ "member": "string",
17472
+ "name": "VodOriginScope",
17473
+ "required": false,
17474
+ "type": "string"
17475
+ },
17476
+ {
17477
+ "disabled": false,
17478
+ "document": "VOD 存储桶 ID,该参数当 OriginType = VOD 且 VodOriginScope = bucket 时必填。数据来源:云点播专业版应用下存储桶的存储 ID 。",
17479
+ "example": "9lh4zav2ctts0ao",
17480
+ "member": "string",
17481
+ "name": "VodBucketId",
17482
+ "required": false,
17483
+ "type": "string"
17446
17484
  }
17447
17485
  ],
17448
17486
  "usage": "in"