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
@@ -3519,6 +3519,21 @@
3519
3519
  ],
3520
3520
  "usage": "in"
3521
3521
  },
3522
+ "McuCloudVod": {
3523
+ "document": "Mcu转推录制,点播相关参数。",
3524
+ "members": [
3525
+ {
3526
+ "disabled": false,
3527
+ "document": "腾讯云点播相关参数。\t",
3528
+ "example": "无",
3529
+ "member": "McuTencentVod",
3530
+ "name": "McuTencentVod",
3531
+ "required": false,
3532
+ "type": "object"
3533
+ }
3534
+ ],
3535
+ "usage": "in"
3536
+ },
3522
3537
  "McuCustomCrop": {
3523
3538
  "document": "混流自定义裁剪参数",
3524
3539
  "members": [
@@ -3748,13 +3763,12 @@
3748
3763
  "members": [
3749
3764
  {
3750
3765
  "disabled": false,
3751
- "document": "布局模式:动态布局(1:悬浮布局(默认),2:屏幕分享布局,3:九宫格布局),静态布局(4:自定义布局)。",
3766
+ "document": "布局模式:动态布局(1:悬浮布局(默认),2:屏幕分享布局,3:九宫格布局),静态布局(4:自定义布局)。最多支持混入16路音视频流,如果用户只上行音频,也会被算作一路;自定义布局中,如果子画面只设置占位图,也被算作一路。",
3752
3767
  "example": "4",
3753
3768
  "member": "uint64",
3754
3769
  "name": "MixLayoutMode",
3755
3770
  "required": false,
3756
- "type": "int",
3757
- "value_allowed_null": false
3771
+ "type": "int"
3758
3772
  },
3759
3773
  {
3760
3774
  "disabled": false,
@@ -3763,18 +3777,16 @@
3763
3777
  "member": "uint64",
3764
3778
  "name": "PureAudioHoldPlaceMode",
3765
3779
  "required": false,
3766
- "type": "int",
3767
- "value_allowed_null": false
3780
+ "type": "int"
3768
3781
  },
3769
3782
  {
3770
3783
  "disabled": false,
3771
- "document": "自定义模板中有效,指定用户视频在混合画面中的位置。",
3784
+ "document": "自定义模板中有效,指定用户视频在混合画面中的位置,最多支持设置16个输入流。",
3772
3785
  "example": "MixLayoutList",
3773
3786
  "member": "McuLayout",
3774
3787
  "name": "MixLayoutList",
3775
3788
  "required": false,
3776
- "type": "list",
3777
- "value_allowed_null": false
3789
+ "type": "list"
3778
3790
  },
3779
3791
  {
3780
3792
  "disabled": false,
@@ -3783,8 +3795,7 @@
3783
3795
  "member": "MaxVideoUser",
3784
3796
  "name": "MaxVideoUser",
3785
3797
  "required": false,
3786
- "type": "object",
3787
- "value_allowed_null": false
3798
+ "type": "object"
3788
3799
  },
3789
3800
  {
3790
3801
  "disabled": false,
@@ -3793,8 +3804,7 @@
3793
3804
  "member": "uint64",
3794
3805
  "name": "RenderMode",
3795
3806
  "required": false,
3796
- "type": "int",
3797
- "value_allowed_null": false
3807
+ "type": "int"
3798
3808
  }
3799
3809
  ],
3800
3810
  "usage": "in"
@@ -3920,6 +3930,84 @@
3920
3930
  ],
3921
3931
  "usage": "in"
3922
3932
  },
3933
+ "McuRecordParams": {
3934
+ "document": "转推录制参数",
3935
+ "members": [
3936
+ {
3937
+ "disabled": false,
3938
+ "document": "转推录制模式, \n0/不填: 暂不支持,行为未定义;\n1: 不开启录制;\n2: 开启录制(使用控制台自动录制模板参数,参考:[跳转文档](https://cloud.tencent.com/document/product/647/111748#.E5.BD.95.E5.88.B6.E6.8E.A7.E5.88.B6.E6.96.B9.E6.A1.88));\n3: 开启录制(使用API指定参数)。",
3939
+ "example": "无",
3940
+ "member": "uint64",
3941
+ "name": "UniRecord",
3942
+ "required": false,
3943
+ "type": "int"
3944
+ },
3945
+ {
3946
+ "disabled": false,
3947
+ "document": "录制任务 key,标识一个录制任务;您可以通过该参数,将多个转推任务录制成一个文件。不指定该参数时,只录制当前转推任务。\n【限制长度为128字节,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)及下划线(_)和连词符(-)】",
3948
+ "example": "无",
3949
+ "member": "string",
3950
+ "name": "RecordKey",
3951
+ "required": false,
3952
+ "type": "string"
3953
+ },
3954
+ {
3955
+ "disabled": false,
3956
+ "document": "【仅当UniRecord=3时此参数有效】\n续录等待时间,对应录制模板“续录等待时长”,单位:秒。该值需大于等于 5,且小于等于 86400(24小时),默认值为 30。启用续录时,录制任务空闲超过RecordWaitTime的时长,自动结束。",
3957
+ "example": "无",
3958
+ "member": "uint64",
3959
+ "name": "RecordWaitTime",
3960
+ "required": false,
3961
+ "type": "int"
3962
+ },
3963
+ {
3964
+ "disabled": false,
3965
+ "document": "【仅当UniRecord=3时此参数有效】\n录制输出文件格式列表,对应录制模板“文件格式”,支持“hls”、\"mp4\"、\"aac\"三种格式,默认值为\"mp4\"。其中\"mp4\"和\"aac\"格式,不能同时指定。\n只录制 mp4格式,示例值:[\"mp4\"]。同时录制mp4 和 HLS 格式,示例值:[\"mp4\",\"hls\"]。",
3966
+ "example": "[\"mp4\",\"hls\"]",
3967
+ "member": "string",
3968
+ "name": "RecordFormat",
3969
+ "required": false,
3970
+ "type": "list"
3971
+ },
3972
+ {
3973
+ "disabled": false,
3974
+ "document": "【仅当UniRecord=3时此参数有效】\n单个文件录制时长,对应录制模板“单个录制文件时长”,单位:分钟。该值需大于等于 1,且小于等于 1440(24小时),默认值为 1440。只对\"mp4\"或\"aac\"格式生效。实际单文件录制时长还受单文件大小不超过 2G 限制,超过2G则强制拆分。",
3975
+ "example": "无",
3976
+ "member": "uint64",
3977
+ "name": "MaxMediaFileDuration",
3978
+ "required": false,
3979
+ "type": "int"
3980
+ },
3981
+ {
3982
+ "disabled": false,
3983
+ "document": "【仅当UniRecord=3时此参数有效】\n录制的音视频类型,对应录制模板“录制格式”,0:音视频,1:纯音频,2:纯视频。最终录制文件内容是录制指定类型和转推内容的交集。",
3984
+ "example": "0",
3985
+ "member": "uint64",
3986
+ "name": "StreamType",
3987
+ "required": false,
3988
+ "type": "int"
3989
+ },
3990
+ {
3991
+ "disabled": false,
3992
+ "document": "录制文件名前缀,不超过64字符。只有存储为vod时生效。\n【限制长度为64字节,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)及下划线(_)和连词符(-)】",
3993
+ "example": "\"\"",
3994
+ "member": "string",
3995
+ "name": "UserDefineRecordPrefix",
3996
+ "required": false,
3997
+ "type": "string"
3998
+ },
3999
+ {
4000
+ "disabled": false,
4001
+ "document": "【仅当UniRecord=3时此参数有效】\n录制文件存储参数,对应控制台“存储位置”及相关参数。目前支持云点播VOD和对象存储COS两种存储方式,只能填写一种。",
4002
+ "example": "无",
4003
+ "member": "McuStorageParams",
4004
+ "name": "McuStorageParams",
4005
+ "required": false,
4006
+ "type": "object"
4007
+ }
4008
+ ],
4009
+ "usage": "in"
4010
+ },
3923
4011
  "McuSeiParams": {
3924
4012
  "document": "混流SEI参数",
3925
4013
  "members": [
@@ -3946,6 +4034,99 @@
3946
4034
  ],
3947
4035
  "usage": "in"
3948
4036
  },
4037
+ "McuStorageParams": {
4038
+ "document": "Mcu转推录制,第三方存储参数。",
4039
+ "members": [
4040
+ {
4041
+ "disabled": false,
4042
+ "document": "第三方云存储的账号信息(特别说明:若您选择存储至对象存储COS将会收取录制文件投递至COS的费用,详见云端录制收费说明,存储至VOD将不收取此项费用。)。",
4043
+ "example": "无",
4044
+ "member": "CloudStorage",
4045
+ "name": "CloudStorage",
4046
+ "required": false,
4047
+ "type": "object"
4048
+ },
4049
+ {
4050
+ "disabled": false,
4051
+ "document": "腾讯云云点播的账号信息。",
4052
+ "example": "无",
4053
+ "member": "McuCloudVod",
4054
+ "name": "McuCloudVod",
4055
+ "required": false,
4056
+ "type": "object"
4057
+ }
4058
+ ],
4059
+ "usage": "in"
4060
+ },
4061
+ "McuTencentVod": {
4062
+ "document": "Mcu转推录制,腾讯云点播相关参数。",
4063
+ "members": [
4064
+ {
4065
+ "disabled": false,
4066
+ "document": "媒体后续任务处理操作,即完成媒体上传后,可自动发起任务流操作。参数值为任务流模板名,云点播支持 创建任务流模板 并为模板命名。",
4067
+ "example": "\"\"",
4068
+ "member": "string",
4069
+ "name": "Procedure",
4070
+ "required": false,
4071
+ "type": "string"
4072
+ },
4073
+ {
4074
+ "disabled": false,
4075
+ "document": "媒体文件过期时间,为当前时间的绝对过期时间;保存一天,就填\"86400\",永久保存就填\"0\",默认永久保存。",
4076
+ "example": "86400",
4077
+ "member": "uint64",
4078
+ "name": "ExpireTime",
4079
+ "required": false,
4080
+ "type": "int"
4081
+ },
4082
+ {
4083
+ "disabled": false,
4084
+ "document": "指定上传园区,仅适用于对上传地域有特殊需求的用户。",
4085
+ "example": "ap-shanghai",
4086
+ "member": "string",
4087
+ "name": "StorageRegion",
4088
+ "required": false,
4089
+ "type": "string"
4090
+ },
4091
+ {
4092
+ "disabled": false,
4093
+ "document": "分类ID,用于对媒体进行分类管理,可通过 创建分类 接口,创建分类,获得分类 ID。\n默认值:0,表示其他分类。",
4094
+ "example": "0",
4095
+ "member": "uint64",
4096
+ "name": "ClassId",
4097
+ "required": false,
4098
+ "type": "int"
4099
+ },
4100
+ {
4101
+ "disabled": false,
4102
+ "document": "点播 子应用 ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。",
4103
+ "example": "0",
4104
+ "member": "uint64",
4105
+ "name": "SubAppId",
4106
+ "required": false,
4107
+ "type": "int"
4108
+ },
4109
+ {
4110
+ "disabled": false,
4111
+ "document": "任务流上下文,任务完成回调时透传。",
4112
+ "example": "\"\"",
4113
+ "member": "string",
4114
+ "name": "SessionContext",
4115
+ "required": false,
4116
+ "type": "string"
4117
+ },
4118
+ {
4119
+ "disabled": false,
4120
+ "document": "上传上下文,上传完成回调时透传。",
4121
+ "example": "\"\"",
4122
+ "member": "string",
4123
+ "name": "SourceContext",
4124
+ "required": false,
4125
+ "type": "string"
4126
+ }
4127
+ ],
4128
+ "usage": "in"
4129
+ },
3949
4130
  "McuUserInfoParams": {
3950
4131
  "document": "混流用户参数",
3951
4132
  "members": [
@@ -6073,7 +6254,7 @@
6073
6254
  },
6074
6255
  {
6075
6256
  "disabled": false,
6076
- "document": "转推的CDN参数。和回推房间参数必须要有一个。",
6257
+ "document": "转推的CDN参数,一个任务最多支持10个推流URL。和回推房间参数必须要有一个。",
6077
6258
  "example": "PublishCdnParams",
6078
6259
  "member": "McuPublishCdnParam",
6079
6260
  "name": "PublishCdnParams",
@@ -6091,12 +6272,21 @@
6091
6272
  },
6092
6273
  {
6093
6274
  "disabled": false,
6094
- "document": "回推房间信息,和转推CDN参数必须要有一个。注:回推房间需使用10.4及以上SDK版本,如您有需求,请联系腾讯云技术支持。",
6275
+ "document": "回推房间信息,一个任务最多支持回推10个房间,和转推CDN参数必须要有一个。注:回推房间需使用10.4及以上SDK版本,如您有需求,请联系腾讯云技术支持。",
6095
6276
  "example": "FeedBackRoomParams",
6096
6277
  "member": "McuFeedBackRoomParams",
6097
6278
  "name": "FeedBackRoomParams",
6098
6279
  "required": false,
6099
6280
  "type": "list"
6281
+ },
6282
+ {
6283
+ "disabled": false,
6284
+ "document": "转推录制参数,[参考文档](https://cloud.tencent.com/document/product/647/111748)。",
6285
+ "example": "RecordParams",
6286
+ "member": "McuRecordParams",
6287
+ "name": "RecordParams",
6288
+ "required": false,
6289
+ "type": "object"
6100
6290
  }
6101
6291
  ],
6102
6292
  "type": "object"
@@ -6107,7 +6297,7 @@
6107
6297
  {
6108
6298
  "disabled": false,
6109
6299
  "document": "用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskiD参数。",
6110
- "example": "5df46eb2-8e4b-490e-9c3c-dbd3b84faefc",
6300
+ "example": "\"\"",
6111
6301
  "member": "string",
6112
6302
  "name": "TaskId",
6113
6303
  "output_required": true,
@@ -6518,11 +6708,20 @@
6518
6708
  {
6519
6709
  "disabled": false,
6520
6710
  "document": "唯一标识转推任务。",
6521
- "example": "xxxx",
6711
+ "example": "\"\"",
6522
6712
  "member": "string",
6523
6713
  "name": "TaskId",
6524
6714
  "required": true,
6525
6715
  "type": "string"
6716
+ },
6717
+ {
6718
+ "disabled": false,
6719
+ "document": "录制任务 key,标识一个录制任务,对应转推任务发起时指定 RecordKey;\n如果填写该参数,表示调用者希望立即结束该录制任务。当RecordKey 指定的录制任务正在录制当前转推任务时,录制任务立即结束,否则录制任务不受影响。\n如果没有填写该参数,但是转推任务发起时填写了 RecordKey,则表示在续录等待时间结束后才结束录制任务,续录等待期间可以使用相同的 RecordKey 发起新的转推任务,和当前转推任务录制到同一文件。",
6720
+ "example": "\"\"",
6721
+ "member": "string",
6722
+ "name": "RecordKey",
6723
+ "required": false,
6724
+ "type": "string"
6526
6725
  }
6527
6726
  ],
6528
6727
  "type": "object"
@@ -6533,7 +6732,7 @@
6533
6732
  {
6534
6733
  "disabled": false,
6535
6734
  "document": "转推任务唯一的String Id",
6536
- "example": "xxxxx",
6735
+ "example": "\"\"",
6537
6736
  "member": "string",
6538
6737
  "name": "TaskId",
6539
6738
  "output_required": true,
@@ -6823,7 +7022,7 @@
6823
7022
  {
6824
7023
  "disabled": false,
6825
7024
  "document": "媒体后续任务处理操作,即完成媒体上传后,可自动发起任务流操作。参数值为任务流模板名,云点播支持 创建任务流模板 并为模板命名。",
6826
- "example": "xxx",
7025
+ "example": "LongVideoPreset",
6827
7026
  "member": "string",
6828
7027
  "name": "Procedure",
6829
7028
  "required": false,
@@ -6859,7 +7058,7 @@
6859
7058
  {
6860
7059
  "disabled": false,
6861
7060
  "document": "点播 子应用 ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。",
6862
- "example": "0",
7061
+ "example": "1",
6863
7062
  "member": "uint64",
6864
7063
  "name": "SubAppId",
6865
7064
  "required": false,
@@ -6868,7 +7067,7 @@
6868
7067
  {
6869
7068
  "disabled": false,
6870
7069
  "document": "任务流上下文,任务完成回调时透传。",
6871
- "example": "xxx",
7070
+ "example": "\"\"",
6872
7071
  "member": "string",
6873
7072
  "name": "SessionContext",
6874
7073
  "required": false,
@@ -6877,7 +7076,7 @@
6877
7076
  {
6878
7077
  "disabled": false,
6879
7078
  "document": "上传上下文,上传完成回调时透传。",
6880
- "example": "xxx",
7079
+ "example": "\"\"",
6881
7080
  "member": "string",
6882
7081
  "name": "SourceContext",
6883
7082
  "required": false,
@@ -6895,7 +7094,7 @@
6895
7094
  {
6896
7095
  "disabled": false,
6897
7096
  "document": "仅支持API录制上传vod,该参数表示用户可以自定义录制文件名前缀,【限制长度为64字节,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)及下划线和连词符】。前缀与自动生成的录制文件名之间用`__UserDefine_u_` 分开。",
6898
- "example": "xxx",
7097
+ "example": "\"\"",
6899
7098
  "member": "string",
6900
7099
  "name": "UserDefineRecordId",
6901
7100
  "required": false,