tccli 3.0.1374.1__py2.py3-none-any.whl → 3.0.1376.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.
- tccli/__init__.py +1 -1
- tccli/services/cbs/v20170312/api.json +11 -2
- tccli/services/ccc/v20200210/api.json +17 -8
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +31 -1
- tccli/services/cfs/v20190719/api.json +10 -1
- tccli/services/chc/v20230418/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +20 -0
- tccli/services/cls/v20201016/api.json +8 -8
- tccli/services/csip/v20221121/api.json +3 -3
- tccli/services/ctem/v20231128/api.json +22 -3
- tccli/services/ctem/v20231128/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +5 -5
- tccli/services/dlc/dlc_client.py +399 -28
- tccli/services/dlc/v20210125/api.json +557 -0
- tccli/services/dlc/v20210125/examples.json +56 -0
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/v20201111/api.json +23 -5
- tccli/services/essbasic/v20210526/api.json +40 -2
- tccli/services/ioa/v20220601/api.json +95 -39
- tccli/services/ioa/v20220601/examples.json +4 -10
- tccli/services/iss/iss_client.py +53 -0
- tccli/services/iss/v20230517/api.json +60 -0
- tccli/services/iss/v20230517/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +34 -6
- tccli/services/oceanus/v20190422/api.json +5 -5
- tccli/services/omics/v20221128/api.json +1 -1
- tccli/services/organization/organization_client.py +69 -16
- tccli/services/organization/v20210331/api.json +216 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/partners/v20180321/api.json +2 -2
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/smh/v20210712/api.json +43 -12
- tccli/services/smh/v20210712/examples.json +1 -1
- tccli/services/tbaas/v20180416/api.json +30 -30
- tccli/services/tbaas/v20180416/examples.json +4 -4
- tccli/services/tcaplusdb/v20190823/api.json +926 -900
- tccli/services/tcaplusdb/v20190823/examples.json +56 -56
- tccli/services/tcss/v20201101/api.json +4 -4
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +35 -11
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/trocket/v20230308/api.json +2 -2
- tccli/services/tse/v20201207/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +105 -105
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +11 -11
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/license_files/LICENSE +0 -0
@@ -499,8 +499,8 @@
|
|
499
499
|
"DeployContainerApplication": [
|
500
500
|
{
|
501
501
|
"document": "",
|
502
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"ApplicationId\": \"application-xx\",\n \"ObservabilityConfig\": {\n \"BusinessLogConfigIdList\": [\n \"log-xx\"\n ],\n \"BusinessLogDeliveryConfigIdList\": [\n \"log-xx\"\n ]\n },\n \"ClusterId\": \"cluster-xx\",\n \"GroupId\": \"group-xx\",\n \"Envs\": [\n {\n \"Name\": \"key\",\n \"Value\": \"val\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"path\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"ref\"\n },\n \"ConfigMapKeyRef\": {\n \"Name\": \"name\",\n \"Key\": \"key\"\n },\n \"SecretKeyRef\": {\n \"Name\": \"test\",\n \"Key\": \"test\"\n }\n }\n }\n ],\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"mount-name\",\n \"VolumeMountPath\": \"path\",\n \"VolumeMountSubPath\": \"sub-path\",\n \"ReadOrWrite\": \"1\"\n }\n ],\n \"LifeCycleHookList\": [\n {\n \"HookType\": \"PostStart\",\n \"ExecMode\": \"execCommand\",\n \"ExecCommandContent\": \"sleep xx\",\n \"HttpGetOption\": {\n \"Host\": \"host.com\",\n \"Path\": \"path\",\n \"Port\": \"port\",\n \"Scheme\": \"HTTP\"\n }\n }\n ],\n \"AdditionalContainerList\": [\n {\n \"Name\": \"add\",\n \"ContainerId\": \"c-id\",\n \"Status\": \"test\",\n \"Reason\": \"test\",\n \"Image\": \"test\",\n \"IsBusinessMainContainer\": true,\n \"Server\": \"test\",\n \"RepoName\": \"test\",\n \"RepoType\": \"test\",\n \"TcrRepoInfo\": {\n \"Region\": \"test\",\n \"RegistryId\": \"test\",\n \"RegistryName\": \"test\",\n \"Namespace\": \"test\",\n \"RepoName\": \"test\"\n },\n \"SecretName\": \"test\",\n \"TagName\": \"test\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"test\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"test\",\n \"Port\": 1,\n \"Path\": \"test\",\n \"Command\": [\n \"test\"\n ],\n \"Type\": \"test\"\n },\n \"ReadinessProbe\": {\n \"ActionType\": \"test\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"test\",\n \"Port\": 1,\n \"Path\": \"test\",\n \"Command\": [\n \"test\"\n ],\n \"Type\": \"test\"\n }\n },\n \"CpuRequest\": \"test\",\n \"CpuLimit\": \"test\",\n \"MemRequest\": \"test\",\n \"MemLimit\": \"test\",\n \"Envs\": [\n {\n \"Name\": \"test\",\n \"Value\": \"test\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"test\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"test\"\n },\n \"ConfigMapKeyRef\": {\n \"Name\": \"test\",\n \"Key\": \"test\"\n }\n }\n }\n ],\n \"UserEnvs\": [\n {\n \"Name\": \"test\",\n \"Value\": \"test\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"test\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"test\"\n }\n }\n }\n ],\n \"JvmOpts\": \"test\",\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"test\",\n \"VolumeMountPath\": \"test\",\n \"VolumeMountSubPath\": \"test\",\n \"ReadOrWrite\": \"test\"\n }\n ],\n \"InitContainerEnable\": true,\n \"LifeCycleHookList\": [\n {\n \"HookType\": \"test\",\n \"ExecMode\": \"test\",\n \"ExecCommandContent\": \"test\",\n \"HttpGetOption\": {\n \"Host\": \"test\",\n \"Path\": \"test\",\n \"Port\": \"test\",\n \"Scheme\": \"test\"\n }\n }\n ],\n \"PrivilegeContainerEnable\": true,\n \"RunCommand\": \"test\",\n \"RunArg\": \"test\",\n \"ContainerName\": \"test\"\n }\n ],\n \"VolumeInfoList\": [\n {\n \"VolumeType\": \"test\",\n \"VolumeName\": \"test\",\n \"VolumeConfig\": \"test\",\n \"ConfigMapOptions\": [\n {\n \"Key\": \"test\",\n \"Path\": \"test\",\n \"Mode\": \"test\"\n }\n ],\n \"EmptyDirOption\": {\n \"EnableMemory\": true,\n \"StorageCapacity\": 0,\n \"StorageUnit\": \"test\",\n \"SizeLimit\": \"test\"\n }\n }\n ],\n \"ServiceSettingList\": [\n {\n \"AccessType\": 0,\n \"ProtocolPorts\": [\n {\n \"Protocol\": \"test\",\n \"Port\": 0,\n \"TargetPort\": 0,\n \"NodePort\": 0,\n \"Name\": \"test\"\n }\n ],\n \"SubnetId\": \"test\",\n \"DisableService\": true,\n \"HeadlessService\": true,\n \"AllowDeleteService\": true,\n \"OpenSessionAffinity\": true,\n \"SessionAffinityTimeoutSeconds\": 0,\n \"ServiceName\": \"test\",\n \"ExternalTrafficStrategy\": \"test\",\n \"ExternalTrafficPolicy\": \"test\",\n \"LoadBalancerProvisioner\": \"test\",\n \"LoadBalancingType\": \"test\",\n \"ClusterIp\": \"test\",\n \"DisableServiceInt\": 1,\n \"OpenSessionAffinityInt\": 1,\n \"HeadlessServiceInt\": 1,\n \"Name\": \"test\",\n \"VpcId\": \"test\",\n \"LoadBalancingIp\": \"test\",\n \"LoadBalancerId\": \"test\"\n }\n ],\n \"Alias\": \"test\",\n \"GroupName\": \"test\",\n \"Tags\": [\n {\n \"TagKey\": \"test\",\n \"TagValue\": \"test\"\n }\n ],\n \"ContainerKind\": \"test\",\n \"Server\": \"test\",\n \"RepoName\": \"test\",\n \"RepoType\": \"test\",\n \"TcrRepoInfo\": {\n \"Region\": \"test\",\n \"RegistryId\": \"test\",\n \"RegistryName\": \"test\",\n \"Namespace\": \"test\",\n \"RepoName\": \"test\"\n },\n \"SecretName\": \"test\",\n \"TagName\": \"test\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"test\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"test\",\n \"Port\": 1,\n \"Path\": \"test\",\n \"Command\": [\n \"test\"\n ],\n \"Type\": \"test\"\n }\n },\n \"CpuRequest\": \"test\",\n \"CpuLimit\": \"test\",\n \"MemRequest\": \"test\",\n \"MemLimit\": \"test\",\n \"JvmOpts\": \"test\",\n \"InitContainerEnable\": true,\n \"PrivilegeContainerEnable\": true,\n \"RunCommand\": \"test\",\n \"RunArg\": \"test\",\n \"InstanceNum\": 0,\n \"SchedulingStrategy\": {\n \"Type\": \"test\",\n \"NodeScheduleStrategyType\": \"test\",\n \"NodeScheduleOptions\": [\n {\n \"LabelName\": \"test\",\n \"Operator\": \"test\",\n \"LabelValue\": \"test\"\n }\n ],\n \"StrongAffinityList\": [\n {\n \"LabelName\": \"test\",\n \"Operator\": \"test\",\n \"LabelValue\": \"test\"\n }\n ],\n \"WeakAffinityList\": [\n {\n \"LabelName\": \"test\",\n \"Operator\": \"test\",\n \"LabelValue\": \"test\"\n }\n ],\n \"WeakAffinityWeight\": 0,\n \"AvailableZoneScatterScheduleType\": \"test\",\n \"AvailableZoneScatterScheduleRules\": [\n {\n \"ScatterDimension\": \"test\",\n \"MaxUnbalanceQuantity\": 0,\n \"IsForceSchedule\": true\n }\n ],\n \"PodScheduleStrategyType\": \"test\",\n \"CustomPodSchedule\": {\n \"ForceSchedule\": {\n \"AffinityList\": [\n {\n \"Scope\": \"test\",\n \"Weight\": \"test\"\n }\n ],\n \"AntiAffinityList\": [\n {\n \"Scope\": \"test\",\n \"Weight\": \"test\"\n }\n ]\n },\n \"TrySchedule\": {\n \"AffinityList\": [\n {\n \"Scope\": \"test\",\n \"Weight\": \"test\"\n }\n ]\n }\n },\n \"TolerateScheduleType\": \"test\",\n \"CustomTolerateSchedules\": [\n {\n \"Key\": \"test\",\n \"Operator\": \"test\",\n \"Value\": \"test\",\n \"Effect\": \"test\",\n \"TolerationSeconds\": 0\n }\n ]\n },\n \"RestartPolicy\": \"test\",\n \"ServiceSpecEncode\": \"test\",\n \"IstioMemRequest\": \"test\",\n \"IstioCpuRequest\": \"test\",\n \"IstioMemLimit\": \"test\",\n \"IstioCpuLimit\": \"test\",\n \"ServiceGovernanceConfig\": {\n \"EnableGovernance\": true,\n \"ServiceConfigList\": [\n {\n \"Name\": \"test\",\n \"Ports\": [\n {\n \"TargetPort\": 1,\n \"Protocol\": \"test\"\n }\n ],\n \"HealthCheck\": {\n \"Path\": \"test\"\n }\n }\n ],\n \"ExclusiveInstances\": [\n {\n \"CenterType\": \"test\",\n \"InstanceId\": \"test\",\n \"InstanceType\": \"test\",\n \"InstanceName\": \"test\",\n \"RegionId\": \"test\",\n \"InstanceNamespaceId\": \"test\"\n }\n ],\n \"GovernanceType\": \"test\"\n },\n \"AgentMemRequest\": \"test\",\n \"AgentCpuRequest\": \"test\",\n \"AgentMemLimit\": \"test\",\n \"AgentCpuLimit\": \"test\",\n \"UpdateType\": 0,\n \"UpdateIvl\": 0,\n \"MaxSurge\": \"test\",\n \"MaxUnavailable\": \"test\",\n \"WarmupSetting\": {\n \"Enabled\": true,\n \"WarmupTime\": 1,\n \"Curvature\": 1,\n \"EnabledProtection\": true\n },\n \"ConfigTemplateId\": \"test\",\n \"ConfigTemplateVersion\": 0,\n \"VolumeClean\": true,\n \"NamespaceId\": \"test\",\n \"DeployAgent\": true,\n \"AgentProfileList\": [\n {\n \"AgentType\": \"test\",\n \"AgentVersion\": \"test\"\n }\n ]\n}",
|
503
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"GroupId\": \"group-
|
502
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"ApplicationId\": \"application-6ym5kebd\",\n \"GroupName\": \"test-group-1\",\n \"ClusterId\": \"cls-23iwxs1l\",\n \"Alias\": \"app remark\",\n \"NamespaceId\": \"namespace-by8mg4xs\",\n \"Tags\": [\n {\n \"TagKey\": \"tke-clusterId\",\n \"TagValue\": \"cls-23iwxs1l\"\n }\n ],\n \"ContainerKind\": \"Deployment\",\n \"InstanceNum\": 1,\n \"SchedulingStrategy\": {\n \"Type\": \"NONE\",\n \"NodeScheduleStrategyType\": \"Default\",\n \"AvailableZoneScatterScheduleType\": \"None\",\n \"PodScheduleStrategyType\": \"None\",\n \"TolerateScheduleType\": \"None\"\n },\n \"ServiceSettingList\": [\n {\n \"LoadBalancingType\": \"Intranet\",\n \"ExternalTrafficStrategy\": \"Local\",\n \"ExternalTrafficPolicy\": \"Local\",\n \"ServiceName\": \"test-svc-1\",\n \"HeadlessService\": true,\n \"AccessType\": 1,\n \"SubnetId\": \"subnet-d15zonly\",\n \"OpenSessionAffinity\": false,\n \"SessionAffinityTimeoutSeconds\": 10800,\n \"ProtocolPorts\": [\n {\n \"Protocol\": \"TCP\",\n \"TargetPort\": 80,\n \"Port\": 80,\n \"Name\": \"svc-1\"\n }\n ]\n }\n ],\n \"ServiceClean\": false,\n \"EnvClean\": true,\n \"RestartPolicy\": \"Always\",\n \"CpuRequest\": \"0.25\",\n \"MemRequest\": \"120\",\n \"MemLimit\": \"1280\",\n \"CpuLimit\": \"0.5\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"RepoName\": \"tsf_700001025656/test-sts-1\",\n \"TagName\": \"nginx-v1\",\n \"Envs\": [\n {\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.name\"\n }\n },\n \"Name\": \"env1\"\n },\n {\n \"ValueFrom\": {\n \"ResourceFieldRef\": {\n \"Resource\": \"limits.memory\"\n }\n },\n \"Name\": \"env2\"\n },\n {\n \"ValueFrom\": {\n \"ConfigMapKeyRef\": {\n \"Name\": \"kube-root-ca.crt\",\n \"Key\": \"ca.crt\"\n }\n },\n \"Name\": \"env3\"\n },\n {\n \"ValueFrom\": {\n \"SecretKeyRef\": {\n \"Name\": \"qcloudregistrykey\",\n \"Key\": \".dockercfg\"\n }\n },\n \"Name\": \"env4\"\n }\n ],\n \"RepoType\": \"personal\",\n \"PrivilegeContainerEnable\": true,\n \"RunCommand\": \"/bin/sh\",\n \"RunArg\": \"-c\\nwhile true; do echo hello; sleep 10; done\",\n \"InitContainerEnable\": false,\n \"LifeCycleHookList\": [\n {\n \"HookType\": \"postStart\",\n \"ExecMode\": \"httpGet\",\n \"HttpGetOption\": {\n \"Scheme\": \"HTTP\",\n \"Host\": \"host.com\",\n \"Path\": \"/tmp\",\n \"Port\": \"7998\"\n }\n },\n {\n \"HookType\": \"preStop\",\n \"ExecMode\": \"none\",\n \"HttpGetOption\": {\n \"Scheme\": \"HTTP\"\n }\n }\n ],\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"Type\": \"K8S_NATIVE\",\n \"ActionType\": \"HTTP\",\n \"InitialDelaySeconds\": 0,\n \"TimeoutSeconds\": 3,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Port\": \"30000\",\n \"Scheme\": \"HTTP\",\n \"Path\": \"/\"\n },\n \"ReadinessProbe\": {\n \"Type\": \"TSF_DEFAULT\"\n }\n },\n \"JvmOpts\": \"-Xms128m -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m\",\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountPath\": \"/tmp\",\n \"VolumeMountSubPath\": \"/\",\n \"ReadOrWrite\": \"1\",\n \"VolumeMountName\": \"test-data-emptydir\"\n }\n ],\n \"AgentCpuRequest\": \"0.1\",\n \"AgentCpuLimit\": \"0.2\",\n \"AgentMemRequest\": \"125\",\n \"AgentMemLimit\": \"400\",\n \"DeployAgent\": true,\n \"AdditionalContainerList\": [\n {\n \"CpuRequest\": \"0.25\",\n \"MemRequest\": \"120\",\n \"MemLimit\": \"1280\",\n \"CpuLimit\": \"0.5\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"RepoName\": \"tsf_700001025656/test-ns\",\n \"TagName\": \"polaris-1\",\n \"Envs\": [],\n \"RepoType\": \"personal\",\n \"PrivilegeContainerEnable\": false,\n \"InitContainerEnable\": false,\n \"LifeCycleHookList\": [\n {\n \"HookType\": \"postStart\",\n \"ExecMode\": \"none\",\n \"HttpGetOption\": {\n \"Scheme\": \"HTTP\"\n }\n },\n {\n \"HookType\": \"preStop\",\n \"ExecMode\": \"none\",\n \"HttpGetOption\": {\n \"Scheme\": \"HTTP\"\n }\n }\n ],\n \"HealthCheckSettings\": {},\n \"JvmOpts\": \"-Xms128m -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m\",\n \"VolumeMountInfoList\": []\n }\n ],\n \"VolumeInfoList\": [\n {\n \"VolumeName\": \"test-data-emptydir\",\n \"VolumeType\": \"emptyDir\",\n \"ConfigMapOptions\": [],\n \"EmptyDirOption\": {\n \"StorageCapacity\": 1,\n \"StorageUnit\": \"Gi\",\n \"EnableMemory\": true\n }\n }\n ],\n \"VolumeClean\": true,\n \"ServiceGovernanceConfig\": {\n \"GovernanceType\": \"SHARE\",\n \"EnableGovernance\": true\n },\n \"ObservabilityConfig\": {\n \"BusinessLogConfigIdList\": [\n \"apm-busi-log-cfg-lba2povk\",\n \"apm-busi-log-cfg-2vz5nm9v\"\n ],\n \"BusinessLogDeliveryConfigIdList\": []\n },\n \"WarmupSetting\": {\n \"Enabled\": true,\n \"WarmupTime\": 60,\n \"Curvature\": 2,\n \"EnabledProtection\": true\n },\n \"AgentProfileList\": [\n {\n \"AgentType\": \"OT_AGENT\",\n \"AgentVersion\": \"\"\n }\n ],\n \"UpdateType\": 1,\n \"UpdateIvl\": 10,\n \"MaxSurge\": \"25%\",\n \"MaxUnavailable\": \"0\"\n}",
|
503
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"GroupId\": \"group-oydjq4my\",\n \"TaskId\": \"task-2.0-gvko6ona\"\n },\n \"RequestId\": \"a187dea0-773a-4076-a06b-ac6482f6f679\"\n }\n}",
|
504
504
|
"title": "部署容器应用"
|
505
505
|
}
|
506
506
|
],
|
@@ -7192,7 +7192,7 @@
|
|
7192
7192
|
{
|
7193
7193
|
"disabled": false,
|
7194
7194
|
"document": "存储桶,用于上传接口 URL 的 bucket_name。",
|
7195
|
-
"example": "
|
7195
|
+
"example": "xadacq111211-100922",
|
7196
7196
|
"member": "string",
|
7197
7197
|
"name": "StorageBucket",
|
7198
7198
|
"output_required": true,
|
@@ -7202,7 +7202,7 @@
|
|
7202
7202
|
{
|
7203
7203
|
"disabled": false,
|
7204
7204
|
"document": "存储园区,用于上传接口 Host 的 Region。",
|
7205
|
-
"example": "ap-
|
7205
|
+
"example": "ap-chongqing",
|
7206
7206
|
"member": "string",
|
7207
7207
|
"name": "StorageRegion",
|
7208
7208
|
"output_required": true,
|
@@ -10992,7 +10992,7 @@
|
|
10992
10992
|
},
|
10993
10993
|
{
|
10994
10994
|
"disabled": false,
|
10995
|
-
"document": "MPS 创建模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧创建用户自定义的 MPS 任务模板。\n目前仅支持通过此方式创建以下任务类型的模板:\n1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig
|
10995
|
+
"document": "MPS 创建模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧创建用户自定义的 MPS 任务模板。\n目前仅支持通过此方式创建以下任务类型的模板:\n1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig 此处必填,且 Container 目前暂不支持 hls。\n\n目前模板中仅支持配置以上参数,其他参数无需填写。若包含其它参数,系统将自动忽略。以上透传参数以JSON形式表示。\n",
|
10996
10996
|
"example": "{\"Container\":\"mp4\",\"Name\":\"test\",\"RemoveAudio\":1,\"VideoTemplate\":{\"Codec\":\"h264\",\"Fps\":0,\"Bitrate\":0},\"EnhanceConfig\":{\"VideoEnhance\":{\"FrameRate\":{\"Switch\":\"ON\",\"Fps\":50}}}}",
|
10997
10997
|
"member": "string",
|
10998
10998
|
"name": "MPSCreateTemplateParams",
|
@@ -22138,8 +22138,8 @@
|
|
22138
22138
|
},
|
22139
22139
|
{
|
22140
22140
|
"disabled": false,
|
22141
|
-
"document": "MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON
|
22142
|
-
"example": "\"
|
22141
|
+
"document": "MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON 格式返回。",
|
22142
|
+
"example": "{\"Definition\": 24}",
|
22143
22143
|
"member": "string",
|
22144
22144
|
"name": "Input",
|
22145
22145
|
"output_required": true,
|
@@ -22190,8 +22190,8 @@
|
|
22190
22190
|
},
|
22191
22191
|
{
|
22192
22192
|
"disabled": false,
|
22193
|
-
"document": "MPS
|
22194
|
-
"example": "\"{}\"",
|
22193
|
+
"document": "MPS 任务模板详情内容。",
|
22194
|
+
"example": "{\"Definition\":24214,\"Name\":\"test\",\"Comment\":\"\",\"Type\":\"Preset\",\"EnhanceConfig\":{\"VideoEnhance\":{\"FrameRate\":{\"Switch\":\"ON\",\"Fps\":50},\"SuperResolution\":{\"Switch\":\"ON\",\"Type\":\"lq\"}}}}",
|
22195
22195
|
"member": "string",
|
22196
22196
|
"name": "MPSTemplateInfo",
|
22197
22197
|
"output_required": false,
|
@@ -26609,8 +26609,8 @@
|
|
26609
26609
|
},
|
26610
26610
|
{
|
26611
26611
|
"disabled": false,
|
26612
|
-
"document": "MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。\n 目前仅支持通过此方式修改以下任务类型的模板:\n1. 音视频增强:仅支持填写“[修改转码模板](https://cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig
|
26613
|
-
"example": "\"{}\"",
|
26612
|
+
"document": "MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。\n 目前仅支持通过此方式修改以下任务类型的模板:\n1. 音视频增强:仅支持填写“[修改转码模板](https://cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。",
|
26613
|
+
"example": "{\"Definition\":24214,\"Container\":\"mp4\",\"Name\":\"test\",\"RemoveAudio\":1,\"VideoTemplate\":{\"Codec\":\"h264\",\"Fps\":0,\"Bitrate\":0},\"EnhanceConfig\":{\"VideoEnhance\":{\"FrameRate\":{\"Switch\":\"ON\",\"Fps\":50}}}}",
|
26614
26614
|
"member": "string",
|
26615
26615
|
"name": "MPSModifyTemplateParams",
|
26616
26616
|
"required": true,
|
@@ -30076,8 +30076,8 @@
|
|
30076
30076
|
},
|
30077
30077
|
{
|
30078
30078
|
"disabled": false,
|
30079
|
-
"document": "该参数用于透传至媒体处理服务(MPS),以便从云点播侧发起 MPS 视频处理任务。\n视频处理参数详情请参考:[MPS 发起媒体处理](https://cloud.tencent.com/document/api/862/37578)。\n填写说明:\n1. 目前仅需要配置 MPS “发起媒体处理”接口中任务配置相关的参数,如 AiAnalysisTask 与 MediaProcessTask,其他参数无需填写。若包含其它参数,系统将自动忽略;\n2. 当前仅支持通过此方式发起智能擦除及音视频增强任务。若配置了其他任务类型的相关参数,系统将自动忽略这些参数;\n3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](document/product/266/
|
30080
|
-
"example": "\"{
|
30079
|
+
"document": "该参数用于透传至媒体处理服务(MPS),以便从云点播侧发起 MPS 视频处理任务。\n视频处理参数详情请参考:[MPS 发起媒体处理](https://cloud.tencent.com/document/api/862/37578)。\n填写说明:\n1. 目前仅需要配置 MPS “发起媒体处理”接口中任务配置相关的参数,如 AiAnalysisTask 与 MediaProcessTask,其他参数无需填写。若包含其它参数,系统将自动忽略;\n2. 当前仅支持通过此方式发起智能擦除及音视频增强任务。若配置了其他任务类型的相关参数,系统将自动忽略这些参数;\n3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](https://cloud.tencent.com/document/product/266/122580) 接口创建自定义模板。",
|
30080
|
+
"example": "{\"AiAnalysisTask\":{\"Definition\":25,\"ExtendedParameter\":\"\"}}",
|
30081
30081
|
"member": "string",
|
30082
30082
|
"name": "MPSProcessMediaParams",
|
30083
30083
|
"required": true,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1376.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1376
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=OgFII0magk6QmxFyyF85q-nfl4CPYxTb4_J1T-nsWSw,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -219,15 +219,15 @@ tccli/services/cat/v20180409/api.json,sha256=fvCc8yS7O8RWUwzxjzAyA6GJ4x4v8xOCQSW
|
|
219
219
|
tccli/services/cat/v20180409/examples.json,sha256=WTukR4wmqTf4R8DhxL1Z3MjOghfZ1fXP52o0SJ-ZJN4,21729
|
220
220
|
tccli/services/cbs/__init__.py,sha256=84vgEy9HuiN7UhVYSIgf35_93-5b5lrrr64enpdRRQw,85
|
221
221
|
tccli/services/cbs/cbs_client.py,sha256=DexZFrvtonGqGSHnBL-GDkbrOjIqXTLNajJRMkb4lu4,148773
|
222
|
-
tccli/services/cbs/v20170312/api.json,sha256=
|
222
|
+
tccli/services/cbs/v20170312/api.json,sha256=3_xEs27k08rmsrcMvkjgynTSxcSCUMUe-rCgpwAiGvc,212599
|
223
223
|
tccli/services/cbs/v20170312/examples.json,sha256=d7WYXsZWyZ40Sd0Ji_znNNSpKWNATAXuu3ebdlOc9zY,49630
|
224
224
|
tccli/services/ccc/__init__.py,sha256=wR36QP35wizc6U55yXrZrY_2HiEVnzYPRWgGN_kkLxo,85
|
225
225
|
tccli/services/ccc/ccc_client.py,sha256=IEpsODWNqq0JtqBuAHajhdYW67o9hqWtNVQbeAB9DyU,235974
|
226
|
-
tccli/services/ccc/v20200210/api.json,sha256=
|
226
|
+
tccli/services/ccc/v20200210/api.json,sha256=q5hM9TjJIVJDmysxYwjeeYruV-IhG4ne36utJB9fR04,351521
|
227
227
|
tccli/services/ccc/v20200210/examples.json,sha256=nGnqIng26kFuWrMTqJrSTsW1_vZCN0sd0Rr06qtj5fE,69514
|
228
228
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
229
229
|
tccli/services/cdb/cdb_client.py,sha256=rLfti6Jlog4Pf-uDHtlB4iXeou6S1cHFILS0-MQtWco,545519
|
230
|
-
tccli/services/cdb/v20170320/api.json,sha256=
|
230
|
+
tccli/services/cdb/v20170320/api.json,sha256=uyt2-t_GN5qyqMwym4acYMyF8VsXJA-NL20DicmouaA,801204
|
231
231
|
tccli/services/cdb/v20170320/examples.json,sha256=gHvP0F8ZD30TDSQmCWWpUJYY3_IAGQF7MggPXQo0N6c,169401
|
232
232
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
233
233
|
tccli/services/cdc/cdc_client.py,sha256=vm_lqOzTBqCIgnOgFnvJofiuYgix_WuRB5Zjrgjm5b8,77997
|
@@ -247,7 +247,7 @@ tccli/services/cdwch/v20200915/api.json,sha256=DDX7WRO6fyu9kSC334edjzm7vNGk2By35
|
|
247
247
|
tccli/services/cdwch/v20200915/examples.json,sha256=g9q6xESE4mO4BPs4ukvpBlCniCIikjgrnHceXb2rzps,50714
|
248
248
|
tccli/services/cdwdoris/__init__.py,sha256=rIQBmZynEI3sojHPPC3vLhdJ9YAOx5QnDIxvObAi2w4,95
|
249
249
|
tccli/services/cdwdoris/cdwdoris_client.py,sha256=VG0cvF_atNfPkzFnHI2yTkTFAkgWnnIeDEs7i4O-5E0,192546
|
250
|
-
tccli/services/cdwdoris/v20211228/api.json,sha256=
|
250
|
+
tccli/services/cdwdoris/v20211228/api.json,sha256=vZwPRfI1KtCFc4LdErqEdaY-oZFHI5Meg8vE5IyWljk,282725
|
251
251
|
tccli/services/cdwdoris/v20211228/examples.json,sha256=nguiB4YVl8VbnPsBP4BB-FWOn43FeWHZg1vSMO6eVuo,57044
|
252
252
|
tccli/services/cdwpg/__init__.py,sha256=Vls5x8VLkhT0eXbX41lUKDOUN0u8oUZjX8skg5C_k_Y,89
|
253
253
|
tccli/services/cdwpg/cdwpg_client.py,sha256=LwBZ9bjqN5BT4V_b-Q5W9Hv44ieXhqIaceZqjO2EMps,80286
|
@@ -263,7 +263,7 @@ tccli/services/cfg/v20210820/api.json,sha256=O9cmyIQkOHvP1J_PFzQdLDnuHhCCDpRsOfB
|
|
263
263
|
tccli/services/cfg/v20210820/examples.json,sha256=st5Yex-2oqxK6fhH6xc9ErSS3v7dzUHnn7Js3YrMb_E,66763
|
264
264
|
tccli/services/cfs/__init__.py,sha256=VecrEhD_8cXfLCyCp9tLj9wbK9uN67huo5TyZPczt3w,85
|
265
265
|
tccli/services/cfs/cfs_client.py,sha256=WtQvlRdcDNbivYRkjA4tpPKSF81irIujSLpowZhTrss,185902
|
266
|
-
tccli/services/cfs/v20190719/api.json,sha256=
|
266
|
+
tccli/services/cfs/v20190719/api.json,sha256=rZl2B-lnTRMv-VMz4UdAsCcpP0lopX_LvN8AcGaACBE,218813
|
267
267
|
tccli/services/cfs/v20190719/examples.json,sha256=2KuRaEBYd3Uegh_143r2A5TkCafz7w4PlawpOBk3oyg,49191
|
268
268
|
tccli/services/cfw/__init__.py,sha256=2hNwXcNofHJCalk9HHEbOcgYz6XKuYmZk_iBroa5YsY,85
|
269
269
|
tccli/services/cfw/cfw_client.py,sha256=FP8rRaf-NlWqoIjIaPVMuCopaT5kA2drqMdVbjqq3xY,353440
|
@@ -272,7 +272,7 @@ tccli/services/cfw/v20190904/examples.json,sha256=4nzuQWf4uOAxy6E5AExO-hEOvTKYoP
|
|
272
272
|
tccli/services/chc/__init__.py,sha256=UWne7MToL8NcA1uG6VeyDvmqYliQtx85YfzTfpHai7g,85
|
273
273
|
tccli/services/chc/chc_client.py,sha256=1gbFT0awxxQt-Nuen7hdGluUb_FSc_dTL-c274xv42E,124537
|
274
274
|
tccli/services/chc/v20230418/api.json,sha256=KAahfLanQ6sgp0JiUGFuaeUg_7kv3eni33oryCXF29E,193982
|
275
|
-
tccli/services/chc/v20230418/examples.json,sha256=
|
275
|
+
tccli/services/chc/v20230418/examples.json,sha256=HOB2OYxgR1Rt2lheI3fQqGi56gHx_qoYOjOvbdjIyU4,63267
|
276
276
|
tccli/services/chdfs/__init__.py,sha256=lx3R4qylmSHNb4EJWL_ipMVfkkva_S3QOM12FRsTOVI,89
|
277
277
|
tccli/services/chdfs/chdfs_client.py,sha256=WQKd0rbmdVDO3SiAfaypbYXovczpljPuP5jkGTq8wAE,96012
|
278
278
|
tccli/services/chdfs/v20190718/api.json,sha256=4uXYSRgKwlGRkrE7EKUv10HjgPEF9To0Hhnl_33TFLU,49212
|
@@ -299,7 +299,7 @@ tccli/services/ckafka/v20190819/api.json,sha256=LVZDHGV9RlQyi-TgFdOFw_mBMnKMc5Lb
|
|
299
299
|
tccli/services/ckafka/v20190819/examples.json,sha256=pRXvGCo-xfDgQYHkYUSPdYwkB2RyEJdsw1nYJM3zhk8,155180
|
300
300
|
tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
|
301
301
|
tccli/services/clb/clb_client.py,sha256=4dIsSGjcceR7VD57KgfKWt2LSvI-6taTOCeVDRFJuMg,292120
|
302
|
-
tccli/services/clb/v20180317/api.json,sha256
|
302
|
+
tccli/services/clb/v20180317/api.json,sha256=KctL4DaSZvrSwJGGiAoHkRnTnZNvecJuvzTpJJLNLoI,487179
|
303
303
|
tccli/services/clb/v20180317/examples.json,sha256=mkm7mXEi2od-vI-s80FviJun4qg9nB8UlAHX8cjLMhQ,131232
|
304
304
|
tccli/services/cloudapp/__init__.py,sha256=Fz46VIoJkYtRiU5JD0yYE1ijPUmX9ay0byvrbtX4ZTs,95
|
305
305
|
tccli/services/cloudapp/cloudapp_client.py,sha256=1xkp9J4AcjfD0HvbmwmqjfI5A5QNYE_DWUfyAvHcpKQ,9223
|
@@ -319,7 +319,7 @@ tccli/services/cloudstudio/v20230508/api.json,sha256=XpMQtPxoc7Yf50dXUjbFsfTIjTi
|
|
319
319
|
tccli/services/cloudstudio/v20230508/examples.json,sha256=rCX90ZBO7QdGd1uXPQBGlLsz-ncTN74qY6h5JoygFG4,5772
|
320
320
|
tccli/services/cls/__init__.py,sha256=emWEmdULub91gG47BRE9u44cHrFt8L4KRduipQx_MfQ,85
|
321
321
|
tccli/services/cls/cls_client.py,sha256=YET0ZSZaY1WvYTQnfh9N5KRzWfc1FWArpTbqb4uFNdk,358228
|
322
|
-
tccli/services/cls/v20201016/api.json,sha256
|
322
|
+
tccli/services/cls/v20201016/api.json,sha256=idLCrJOdCbAJrXlolHoMrsm3VBTa7Xegdye3K7K3g2M,643928
|
323
323
|
tccli/services/cls/v20201016/examples.json,sha256=PprKqbsefblBPsbEJP_GDbWpucXDqrdKWLLr7AuY9Vg,228831
|
324
324
|
tccli/services/cme/__init__.py,sha256=JUEIsQ1dWJHSubFZl7yjNuEMYMdDiyVRMv7YUiZcz4s,85
|
325
325
|
tccli/services/cme/cme_client.py,sha256=p9r6vilE1ho9gjfGuxj43OtOY-ZpytsWqJkAotCQc2I,160356
|
@@ -347,7 +347,7 @@ tccli/services/cpdp/v20190820/api.json,sha256=QXnoMEszokPkBZr1r7Dav1pRlgjq9kvLVo
|
|
347
347
|
tccli/services/cpdp/v20190820/examples.json,sha256=IL3FivkUakd-8vh5QZdIfLd1QIGh6a1TOynJCHoW_VM,264191
|
348
348
|
tccli/services/csip/__init__.py,sha256=lviIDC_icuTLoePk_MnHdgD3FQE_exgx48c_sEtQUTg,87
|
349
349
|
tccli/services/csip/csip_client.py,sha256=AciI64-xVqBr_tbYQJGDmUXKcS7p5e1DccHoNs29JH8,261619
|
350
|
-
tccli/services/csip/v20221121/api.json,sha256=
|
350
|
+
tccli/services/csip/v20221121/api.json,sha256=oDTXA6SNMboEOaeAoDss8odbKWTEbH2tdi4bkAOFgkE,788887
|
351
351
|
tccli/services/csip/v20221121/examples.json,sha256=8h3P04OwtKWqlpcHxxsRh94s9ez4r8l26-vIQoEqU7c,257816
|
352
352
|
tccli/services/csxg/__init__.py,sha256=sU_ZPmrn3aufIb1-rpZt1Dw5v8m5NSwklmxjCAuTgyA,87
|
353
353
|
tccli/services/csxg/csxg_client.py,sha256=X2ER2HkPHynvrHgh8gbpZ5P0oC548bZUHDxAbiOVBg0,21568
|
@@ -355,8 +355,8 @@ tccli/services/csxg/v20230303/api.json,sha256=faLND0vT8UTE9LyFQcVhOqLcc47xZp07X7
|
|
355
355
|
tccli/services/csxg/v20230303/examples.json,sha256=bWInWqLp53HCMJ8s0MxYhRmNHzsYJEEU-RjzwOSYPeo,2106
|
356
356
|
tccli/services/ctem/__init__.py,sha256=rKyijIm-rcF6SkUEFvEw1MUYvbUDy_UMnHrjPc9sJSk,87
|
357
357
|
tccli/services/ctem/ctem_client.py,sha256=65F_BpNDKkJaXFXOgDQRzDeikqnUPSZKfgSDRLf2GM4,107987
|
358
|
-
tccli/services/ctem/v20231128/api.json,sha256=
|
359
|
-
tccli/services/ctem/v20231128/examples.json,sha256=
|
358
|
+
tccli/services/ctem/v20231128/api.json,sha256=bPUA5Af3pQkLUcWt4DCAuRQP0OiOAKigpCNa7YeQE-M,232566
|
359
|
+
tccli/services/ctem/v20231128/examples.json,sha256=3dtIWW7hzdIF1S5az07m5WJD8ogrCVp3mBipX2GoOaI,43850
|
360
360
|
tccli/services/ctsdb/__init__.py,sha256=jYm32zyKEaAB7mi6_z0RMmejiaYATCad3p-6A-luRew,89
|
361
361
|
tccli/services/ctsdb/ctsdb_client.py,sha256=Hn7tJWcOCs2_93fKYoBzZ3cjEaRsj_Cyh2LezmPrfO0,12298
|
362
362
|
tccli/services/ctsdb/v20230202/api.json,sha256=-oyS1rT7P9-iiGGpF4dhcJ2dZVQVmwieCYOghdjfhIc,22151
|
@@ -367,7 +367,7 @@ tccli/services/cvm/v20170312/api.json,sha256=T_IIK0qQuBLLUdEvie_KCqabcADJAbhlTRZ
|
|
367
367
|
tccli/services/cvm/v20170312/examples.json,sha256=dDp09GmhOSt-413FSJJ_CD_Gv0zHoWhhTR5QMuVnKCY,133931
|
368
368
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
369
369
|
tccli/services/cwp/cwp_client.py,sha256=wcx1ZRkkWZYgueKXKU0B4MuBsKpOvffcnMENCb0EehE,1605109
|
370
|
-
tccli/services/cwp/v20180228/api.json,sha256=
|
370
|
+
tccli/services/cwp/v20180228/api.json,sha256=Y6IS_JSczWtXJ3zDVvP18o12k3C5r1zgeC2p-xHxLlQ,2144091
|
371
371
|
tccli/services/cwp/v20180228/examples.json,sha256=SkuvSE-jFOz8sgQK8tMN0LBEGvKHTH5AnkbtRUlsQio,594822
|
372
372
|
tccli/services/cws/__init__.py,sha256=sBc-PJIZWjB5UHi4aHmxAAC9ahEHw5zyRGdUsH1fEoA,85
|
373
373
|
tccli/services/cws/cws_client.py,sha256=JR1gIF8uzjrefIZjequAFYLSAsjGoQpp-0NXyLl4Jmc,64664
|
@@ -404,9 +404,9 @@ tccli/services/dcdb/dcdb_client.py,sha256=CKESatIzyqv0OyuZnEjiYYs-9WCD8cKQElqM0A
|
|
404
404
|
tccli/services/dcdb/v20180411/api.json,sha256=nQX28tQk0_eq3nOuuDEdkF-dx26-dR_SGvqpYjQ4DiI,350825
|
405
405
|
tccli/services/dcdb/v20180411/examples.json,sha256=MVDjaijg95w8eZlwowSNcVpI3jp2S6RBD74NHxMAGz8,74929
|
406
406
|
tccli/services/dlc/__init__.py,sha256=Pt7cRkf9EvW5Zp2SZeVE-_cF_YHO7ORkFXK7qsTnkiA,85
|
407
|
-
tccli/services/dlc/dlc_client.py,sha256=
|
408
|
-
tccli/services/dlc/v20210125/api.json,sha256=
|
409
|
-
tccli/services/dlc/v20210125/examples.json,sha256=
|
407
|
+
tccli/services/dlc/dlc_client.py,sha256=0m1ljmy7QDUzSTMDAdFnvSjvYY7AP9H-jGmYsq4Gs7E,565286
|
408
|
+
tccli/services/dlc/v20210125/api.json,sha256=jiNLxSFd0z8nCXB4Nxm1T-6OggkxR5Zhbmoe1Hcn0L8,824316
|
409
|
+
tccli/services/dlc/v20210125/examples.json,sha256=pchZ2qXwOo3hGaK1lsLGRPsayGfgt0O299RCc1nYzgU,243958
|
410
410
|
tccli/services/dnspod/__init__.py,sha256=4t9Zk1hkia8MrDbtWW-XP9aCXYNWqafFaB1NKh5Ebfc,91
|
411
411
|
tccli/services/dnspod/dnspod_client.py,sha256=GzMZaFpphMk8CUtJdkaN7pRZHiNHTtLIpkaO11coLhA,288217
|
412
412
|
tccli/services/dnspod/v20210323/api.json,sha256=G-iDu97DicGFUOySLIWjw7T7-1OItxYfDhgzR-DkNLE,368622
|
@@ -465,19 +465,19 @@ tccli/services/emr/v20190103/api.json,sha256=nyLjcOWtcYfMVzClfGmKojnO762mUUoHigB
|
|
465
465
|
tccli/services/emr/v20190103/examples.json,sha256=WCtlJXW7Dw3QtqjH5nXFnK-472SQiiQhRvauicfgcbQ,232168
|
466
466
|
tccli/services/es/__init__.py,sha256=Tgbj2S-AFcftz26Uaksp0nrbDZShO6QOdNN89tFu9s0,83
|
467
467
|
tccli/services/es/es_client.py,sha256=Ao-JGT4zJ5265l1GqLG_u_PyabqZFWkKK5aSOUeEjhE,223190
|
468
|
-
tccli/services/es/v20180416/api.json,sha256=
|
468
|
+
tccli/services/es/v20180416/api.json,sha256=2r3K8nu9q9TobDttd4BbLO7FB4U5esgtC-kQ9dwRj6g,392399
|
469
469
|
tccli/services/es/v20180416/examples.json,sha256=gq4mfeugI-qlg8MCpFAypyKcEaQebZar9Hb9hCUIIpI,85483
|
470
470
|
tccli/services/es/v20250101/api.json,sha256=kxI-XrkWolwKSe4qATUiMTLVptrE9lE8gEfeWpwcVt4,44776
|
471
471
|
tccli/services/es/v20250101/examples.json,sha256=BgoltB4vljNTBveoDeg_3KQu9n2rTFG9_ff8sRT6l7c,9782
|
472
472
|
tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
|
473
473
|
tccli/services/ess/ess_client.py,sha256=lyHDaxloTPPW9m6cbVtEZsngrQILuU4K6TKxsUAly18,367878
|
474
|
-
tccli/services/ess/v20201111/api.json,sha256=
|
474
|
+
tccli/services/ess/v20201111/api.json,sha256=eTJr2meGQE3TCqcpHIUl_aNCQ8AXSZk3pwJEkoybhlE,948704
|
475
475
|
tccli/services/ess/v20201111/examples.json,sha256=4clk_tmhwa4c2g_DA6lCwXn7VXBRSar8yfhXMzWKNX4,648629
|
476
476
|
tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p5LA0PE,95
|
477
477
|
tccli/services/essbasic/essbasic_client.py,sha256=5utXm-W3PYIRivS0Y5xKAab09Maoq4-_RMHme3qfc1U,461899
|
478
478
|
tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
|
479
479
|
tccli/services/essbasic/v20201222/examples.json,sha256=TsEP0F9v4W6KvnFnczr2diMh2NX2Tp7TcCEkoeBw69Q,68751
|
480
|
-
tccli/services/essbasic/v20210526/api.json,sha256=
|
480
|
+
tccli/services/essbasic/v20210526/api.json,sha256=iUDXcInip4mBjJhbbcHv3lEjLwSYzQGvyLnQUtDJ1NI,813945
|
481
481
|
tccli/services/essbasic/v20210526/examples.json,sha256=rp009hwI5OrNjo0RXBnFUdn-DKIPfhRPWM1js6cdMa4,531470
|
482
482
|
tccli/services/facefusion/__init__.py,sha256=5IsXKY7EJG73GoLZDaRk_QwthyDmfes1nKAVdwZETUE,99
|
483
483
|
tccli/services/facefusion/facefusion_client.py,sha256=OK0ZKLEKnBcxnu05rrnA8M7u8bmxJjnCJaRD-hKEDRE,18707
|
@@ -575,8 +575,8 @@ tccli/services/ims/v20201229/api.json,sha256=QX0lD-XNUpwKZ_rJizuyovWHQ807nRO3MHS
|
|
575
575
|
tccli/services/ims/v20201229/examples.json,sha256=PAJNB7ZyTx5-vn-gP1il8L9iPnXzjsPmAdxOJhZUDg4,4781
|
576
576
|
tccli/services/ioa/__init__.py,sha256=502lLk6Zrd3c22-SDpY8vXDBh0CahA_VplxIUSs7fxE,85
|
577
577
|
tccli/services/ioa/ioa_client.py,sha256=Epgn5eS5Vvmeyb2TMwnNOEy3HjZyw7CihtyJOAlXQ_k,55933
|
578
|
-
tccli/services/ioa/v20220601/api.json,sha256=
|
579
|
-
tccli/services/ioa/v20220601/examples.json,sha256=
|
578
|
+
tccli/services/ioa/v20220601/api.json,sha256=_lmbKAT6kji6eaNN_ZNbetu-dWIB-gHwb17uzXuXYSE,151497
|
579
|
+
tccli/services/ioa/v20220601/examples.json,sha256=dyij0EYaBtn698t2n7WAroJ0edh6xAiPgWZ0nQ_9GQM,39405
|
580
580
|
tccli/services/iot/__init__.py,sha256=VWHJfpa2sPAtd3HH8b9emPlGCada72BQ9Q2rg5KxHno,85
|
581
581
|
tccli/services/iot/iot_client.py,sha256=ajAsU0ev4o2Guuj6-6hZj-RWYwbe-U3p1GFK-r6QdFU,144021
|
582
582
|
tccli/services/iot/v20180123/api.json,sha256=q2qa4WiyWvnpl84ejqEuqgsxgAoyxsuSR8j48NtJOCI,110614
|
@@ -610,9 +610,9 @@ tccli/services/irp/v20220324/examples.json,sha256=YTO_6ZFoFOoFrhPzvye5YryX9KLsbI
|
|
610
610
|
tccli/services/irp/v20220805/api.json,sha256=bq21dxZdM0tPQelKMOo-pErh0Wb8rdU4hvtw-PxwyE4,65798
|
611
611
|
tccli/services/irp/v20220805/examples.json,sha256=uJGF5e7ruKl-Sd4wOnjmJ1TWF4m0NYINbWJzT-K0NHs,9638
|
612
612
|
tccli/services/iss/__init__.py,sha256=NVoSqiEr6LSi4FkSNJu9Umy_kXle33km39CSW45g3so,85
|
613
|
-
tccli/services/iss/iss_client.py,sha256=
|
614
|
-
tccli/services/iss/v20230517/api.json,sha256=
|
615
|
-
tccli/services/iss/v20230517/examples.json,sha256=
|
613
|
+
tccli/services/iss/iss_client.py,sha256=mR_L-54Lsoy-ITSCh9t9bD81qwiYgOZg38kBqPXz8q8,290400
|
614
|
+
tccli/services/iss/v20230517/api.json,sha256=CncJYvvEmjE6Pvhdc1I-hs2vAykdz-BMpgCuyyP8R7k,374281
|
615
|
+
tccli/services/iss/v20230517/examples.json,sha256=Xg5v4AYC8zBiraGGsffO2lYWnH-iDoQfhNkZDi2a9ek,124985
|
616
616
|
tccli/services/ivld/__init__.py,sha256=kohm2-CC27w5MyivVgx973ymg0QkpbAjj_GJm9TN2Z4,87
|
617
617
|
tccli/services/ivld/ivld_client.py,sha256=I7wWaoJejDjuxg4uyVJTP9cBCkgVppAH0hat1MRv5XY,92537
|
618
618
|
tccli/services/ivld/v20210903/api.json,sha256=Q3QD2Vgwn3wq-KufxsbTl5eX9fHm-QYkt5oMVJDNiso,140427
|
@@ -687,7 +687,7 @@ tccli/services/monitor/v20230616/api.json,sha256=eHSlhfvgT0JF1L8m916C_j3VFRgXXgg
|
|
687
687
|
tccli/services/monitor/v20230616/examples.json,sha256=IUk1Py3tMmQ3pemhisNxJ1wR0ApZQlKBtrypMGpOkrc,656
|
688
688
|
tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
|
689
689
|
tccli/services/mps/mps_client.py,sha256=EZU43D3hRH-1_CkaPt9lF-yK1cMPt7jH3YO25640HAQ,417575
|
690
|
-
tccli/services/mps/v20190612/api.json,sha256=
|
690
|
+
tccli/services/mps/v20190612/api.json,sha256=jxDUlPUM1i9xowDr1VFpBRLkJenwNBKBo9RxcIWKv7E,1272363
|
691
691
|
tccli/services/mps/v20190612/examples.json,sha256=M5Z8jVdgWF4UbQGfb-ytPD984vLlAT4qJAjg-8iYwLc,337758
|
692
692
|
tccli/services/mqtt/__init__.py,sha256=zchTxfWVKqmIOpb6siJtQcRDR5OfcpauX-ONDH5g32w,87
|
693
693
|
tccli/services/mqtt/mqtt_client.py,sha256=x7-CQDnzUfGS8nAPyqcykQkg6mTlWtP6QebhzTbQyvc,173580
|
@@ -715,7 +715,7 @@ tccli/services/npp/v20190823/api.json,sha256=PDUAkhWDtol-4RI5QbMIqzY3Zxt69VxCGnP
|
|
715
715
|
tccli/services/npp/v20190823/examples.json,sha256=azmnTGdIEPJnXLrmF44witGE720MeKXlXeWNghXPP4s,5164
|
716
716
|
tccli/services/oceanus/__init__.py,sha256=u6C9EuoVN4BwKu4JcesnJbyrIeTq4ijrJ-tUdublrRc,93
|
717
717
|
tccli/services/oceanus/oceanus_client.py,sha256=SiLeUEvc346bJq0uhrghomoGkFJHa5oV7Abxcdq-L5Q,126368
|
718
|
-
tccli/services/oceanus/v20190422/api.json,sha256=
|
718
|
+
tccli/services/oceanus/v20190422/api.json,sha256=Eaqo3_KkmMTcLfZvgI0Dmqsayb7Lb9U6eRHBRxa12C8,286584
|
719
719
|
tccli/services/oceanus/v20190422/examples.json,sha256=VQDSTQARFa_rJWRhoHNXR-rLeKctJdhSFuglpvpMNQM,55299
|
720
720
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
721
721
|
tccli/services/ocr/ocr_client.py,sha256=oxSILWIDLuLYDgNPqE4LW4j9XyhTfQ-oQ7FrHhPCn7k,277127
|
@@ -723,21 +723,21 @@ tccli/services/ocr/v20181119/api.json,sha256=j2GJwJmb6PLYuiWRFqzwhnwSXEyTeFI7-Or
|
|
723
723
|
tccli/services/ocr/v20181119/examples.json,sha256=LYSfEogTohDy0VXKEx3lL2-WwddfCE7Lz__roe1MB0Q,511138
|
724
724
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
725
725
|
tccli/services/omics/omics_client.py,sha256=FMdcSDblBVzrf_RsMH7SCUVr3kFj8M24Eet4gyeeu2w,67560
|
726
|
-
tccli/services/omics/v20221128/api.json,sha256=
|
726
|
+
tccli/services/omics/v20221128/api.json,sha256=bhMd-57XRfHf5mhq4BPP6tL4Jo8sAXeoAioHz0siT10,131713
|
727
727
|
tccli/services/omics/v20221128/examples.json,sha256=CjYpwnY-u7OzjBn4HpoQU16m69-4A9fBvgvVdgydnLs,29714
|
728
728
|
tccli/services/organization/__init__.py,sha256=ctNPQB07daPeppmKKoViB5ommtY2F8xr2Ks2I9WGWCE,103
|
729
|
-
tccli/services/organization/organization_client.py,sha256=
|
729
|
+
tccli/services/organization/organization_client.py,sha256=nUo5uy_iB3ll2gawreOGndpmrywyuLQRNiI-cSNi2HM,446861
|
730
730
|
tccli/services/organization/v20181225/api.json,sha256=9cDMm4ksR396Onl2vEwq72q2mH-5cjs12TqVtZw-JDs,39508
|
731
731
|
tccli/services/organization/v20181225/examples.json,sha256=oaWPvrpb8JcDRlra-UAouE1xkDp8li2czEb_0iuREGE,9733
|
732
|
-
tccli/services/organization/v20210331/api.json,sha256=
|
733
|
-
tccli/services/organization/v20210331/examples.json,sha256=
|
732
|
+
tccli/services/organization/v20210331/api.json,sha256=OnuGnX-fZb2wG-9hD5-XEMRCir3F1YMSx9_C9QFhcvo,448434
|
733
|
+
tccli/services/organization/v20210331/examples.json,sha256=kuXyaKZDaGiUQg4pmfm4bSGJlP7xlJlcmSIfWNVMfs8,100785
|
734
734
|
tccli/services/partners/__init__.py,sha256=AP1gFrD80rauxk19ybZuAoeHwKlORcA0SSd0lWV4MQM,95
|
735
735
|
tccli/services/partners/partners_client.py,sha256=co6I1hyOe45Dogrc3TvaxGdoRJCQ5kYnJbgUyisTng4,77882
|
736
|
-
tccli/services/partners/v20180321/api.json,sha256=
|
736
|
+
tccli/services/partners/v20180321/api.json,sha256=z8VTG7durJkQI4pxbASm_52wpobgx3PWYEnc_5KhGNo,99531
|
737
737
|
tccli/services/partners/v20180321/examples.json,sha256=E739tOyA3R_Y6V-P1xSXvRQitsSS6SEVMPzpK0epGCk,24644
|
738
738
|
tccli/services/postgres/__init__.py,sha256=pFwBnP_75cfCRyWRE6pmLAk61JejE7mIgR2jDKG0UzE,95
|
739
739
|
tccli/services/postgres/postgres_client.py,sha256=pvUWLCQFTWyGbl-Zv7-DRh0VpoE9X6rt1QAKzHCBDkE,317391
|
740
|
-
tccli/services/postgres/v20170312/api.json,sha256=
|
740
|
+
tccli/services/postgres/v20170312/api.json,sha256=ybhmh7CCPtq_ogJ3IuX1qDJ7Zo9nxPk3ThiwTzoEuxQ,418007
|
741
741
|
tccli/services/postgres/v20170312/examples.json,sha256=cLKmVm2vFegDSLGYyuvXC9l5pa_WULjSzyf3GQSvnEs,156400
|
742
742
|
tccli/services/privatedns/__init__.py,sha256=2grsKaWT8q6_xqjJXyXFxJmqRj7ODW_DJRl8c9Xx9fA,99
|
743
743
|
tccli/services/privatedns/privatedns_client.py,sha256=wmN-OOuCeG6_T7GBuhdqn0WxLE_TcH56Hsqi0pnjZz8,83960
|
@@ -749,7 +749,7 @@ tccli/services/pts/v20210728/api.json,sha256=iXI5D2txrA0bUGpauBveXq-K7dWwaJRyc4p
|
|
749
749
|
tccli/services/pts/v20210728/examples.json,sha256=daVPLlKewHDhyNdeohkkXwkeO0UCXEQm72GWhrWCtOA,92030
|
750
750
|
tccli/services/rce/__init__.py,sha256=hA0_efK_b48bYi70kHNZugvJchdDwQNHYJofWYNzyKo,85
|
751
751
|
tccli/services/rce/rce_client.py,sha256=cRdG4kIt6uCexwgHsNLSjkD8H7XV5ozB-cftBuHz-HM,40073
|
752
|
-
tccli/services/rce/v20201103/api.json,sha256=
|
752
|
+
tccli/services/rce/v20201103/api.json,sha256=fU17L7fmke-13IOlMWiO2f0ZnVgP-vR02aje6fx25yA,82571
|
753
753
|
tccli/services/rce/v20201103/examples.json,sha256=XPClkEUD3EpCfa23OKS-oViGfghaizP5EVtT1iL3S_g,8584
|
754
754
|
tccli/services/redis/__init__.py,sha256=LzB8_p66HdHV32O1SzEXmHhzIe3zOiQGyLwhFG-9lec,89
|
755
755
|
tccli/services/redis/redis_client.py,sha256=VzlOdz7CY3LRWTZ-pQjFyutLNLPxJOvyzXkCRslpn_Q,348335
|
@@ -777,8 +777,8 @@ tccli/services/ses/v20201002/api.json,sha256=Qke97bKwh9uz_lBdlr8r5iVSB9xv9Feuj4k
|
|
777
777
|
tccli/services/ses/v20201002/examples.json,sha256=DepcmyqnzewWDnNTq2GLP1o8SBo7x-5V2JC-4geUDC0,30385
|
778
778
|
tccli/services/smh/__init__.py,sha256=3ttnF6QDamxJhgAfoP2H86x_mPRJbTSLOVZ3wnQlurw,85
|
779
779
|
tccli/services/smh/smh_client.py,sha256=wGban0QzeigtqBd1_tJXKwJnx95YwndHPtGc-egpp3Q,52291
|
780
|
-
tccli/services/smh/v20210712/api.json,sha256=
|
781
|
-
tccli/services/smh/v20210712/examples.json,sha256=
|
780
|
+
tccli/services/smh/v20210712/api.json,sha256=IKgE_XZ3ea8-KGRxShRwCJn_jITr0VUzLq7GmL26Sfk,75106
|
781
|
+
tccli/services/smh/v20210712/examples.json,sha256=LCFc6ku2V206ElJjdg5pN6W-kKo1vewZgdRPSyMnipY,19496
|
782
782
|
tccli/services/smop/__init__.py,sha256=l14WoeWHD039AiN-Eq-biA2jpBqBp1QGPq2ExPI2eOg,87
|
783
783
|
tccli/services/smop/smop_client.py,sha256=WCDJD4CvXBtE_B8ZgZhpsu7xqyng7mS1s114qRgdomo,9201
|
784
784
|
tccli/services/smop/v20201203/api.json,sha256=iyy75f6ew4VFRCCTxqAad6crMX4YyQOjyUa2gusWP8k,9015
|
@@ -835,8 +835,8 @@ tccli/services/tat/v20201028/api.json,sha256=G1hsrfZAD9dDhHcjOKqCuauJGLWeJU-NGI0
|
|
835
835
|
tccli/services/tat/v20201028/examples.json,sha256=l8NEbF_nqg1-xmI8sEndBP1ldp-ayfaNhTcM2-_TVCM,36679
|
836
836
|
tccli/services/tbaas/__init__.py,sha256=jNkrnMaPp-_ftXE1huNWKDcbHRBrYAlTcwo-PTsFYpg,89
|
837
837
|
tccli/services/tbaas/tbaas_client.py,sha256=kG5Zmu5csR8bjIInDGTavi3lmIGnlgHcB_KEwoNRxBk,80646
|
838
|
-
tccli/services/tbaas/v20180416/api.json,sha256=
|
839
|
-
tccli/services/tbaas/v20180416/examples.json,sha256=
|
838
|
+
tccli/services/tbaas/v20180416/api.json,sha256=x5SznVrl0n-MXy9iy0IRjDZRoDP0lWQCds8E7bnmP2M,101127
|
839
|
+
tccli/services/tbaas/v20180416/examples.json,sha256=s75ihfjOlsMM7Qz0677yA6R67eicjztJUsC9OeTXhS8,30275
|
840
840
|
tccli/services/tbp/__init__.py,sha256=nCeQYMBQftCtojGVhZcprnTwE5HKE_C0ppp5jDrSomc,85
|
841
841
|
tccli/services/tbp/tbp_client.py,sha256=vS-BYIYg5EGPVa4bZ7PFaOGBIXYXbI4bhPt7Z0iK_34,18510
|
842
842
|
tccli/services/tbp/v20190311/api.json,sha256=rL1wn7TOeNW35G1rhoQ9WpuI2c5S30snabqruwnI4d4,19347
|
@@ -845,8 +845,8 @@ tccli/services/tbp/v20190627/api.json,sha256=Q8Xu6flk1q34T_ilLy6gL2jr3Culs1ZsMFo
|
|
845
845
|
tccli/services/tbp/v20190627/examples.json,sha256=KsbSBtomdsNtdY-dfeEK9c4q6pOOi3JDpTH7LsGVbQ0,2293
|
846
846
|
tccli/services/tcaplusdb/__init__.py,sha256=VYe9J1jzahTHScLZV-XRWgIFHSYCvpsxhRYoWU-N9o0,97
|
847
847
|
tccli/services/tcaplusdb/tcaplusdb_client.py,sha256=vhq4mPAARaipsNCfmPrxXCoaS8mkOBHqJh_FpXkifHE,169647
|
848
|
-
tccli/services/tcaplusdb/v20190823/api.json,sha256=
|
849
|
-
tccli/services/tcaplusdb/v20190823/examples.json,sha256=
|
848
|
+
tccli/services/tcaplusdb/v20190823/api.json,sha256=CpeqBzdYt1fIWJ8o4ypDWK855ZKFWzSe1DY9KsrcQV4,211986
|
849
|
+
tccli/services/tcaplusdb/v20190823/examples.json,sha256=gHZuDF5YNCYM_XYbDroO0xl0T19anNpGMoNzroTg1sA,64177
|
850
850
|
tccli/services/tcb/__init__.py,sha256=OZp6hzmDTuD9PSJthhu7joVfMUyUxi1XU6AEJzHqcvo,85
|
851
851
|
tccli/services/tcb/tcb_client.py,sha256=DC8sZ4gT1gY4vxllh-i1BjXrvK2svS-15bwC9bdXjyQ,283519
|
852
852
|
tccli/services/tcb/v20180608/api.json,sha256=Vsfi2i9C0sSk7epmWQGXYtnez3pL9VXb3p59MTCl1Is,424101
|
@@ -873,7 +873,7 @@ tccli/services/tcr/v20190924/api.json,sha256=aUDeFQK20VzdCTuhE_qvulPRlpy9s4Il2N3
|
|
873
873
|
tccli/services/tcr/v20190924/examples.json,sha256=BXUWEIR84bRMOz8ZjDszay4KLF4cu0KLVHzs0ohXgQk,101987
|
874
874
|
tccli/services/tcss/__init__.py,sha256=FTLOwcSZ8-U5g9XG6eYy1mphujovIis-nfDfI5HV2lU,87
|
875
875
|
tccli/services/tcss/tcss_client.py,sha256=AcAMH3obOPNg0AFZ180MlNjOP_xbl2Kg7jiy6zwUNhU,1065877
|
876
|
-
tccli/services/tcss/v20201101/api.json,sha256=
|
876
|
+
tccli/services/tcss/v20201101/api.json,sha256=QJ7WEk92uD2ApP4P5IaYDzk6wy2eKd0L8oubTSznzYs,1661232
|
877
877
|
tccli/services/tcss/v20201101/examples.json,sha256=e2HZExG2cH1rJa02Qk3VoD7cvm4NXDktAc5soATzFYk,401017
|
878
878
|
tccli/services/tdcpg/__init__.py,sha256=kWdMeyrgWujsJh_-ALD5Z70hgpTf6t8vi7DkYUcgHpE,89
|
879
879
|
tccli/services/tdcpg/tdcpg_client.py,sha256=QF2Bd5PS-fF-afwD5-O3FNC788w9u5S4acM2CYBM-m4,83770
|
@@ -884,9 +884,9 @@ tccli/services/tdid/tdid_client.py,sha256=Vhr9ANdO6NulK6ErVGJVNU0hd_v0C5kvJNsGEF
|
|
884
884
|
tccli/services/tdid/v20210519/api.json,sha256=W_yDksXwaiW_BQmR_ieDdutvmTsvgKwdmbe5l8NodEo,63014
|
885
885
|
tccli/services/tdid/v20210519/examples.json,sha256=X9K1L1LOONwfCZiPCyLEVcrYm93Gv9CyFJwKurcSfcY,34365
|
886
886
|
tccli/services/tdmq/__init__.py,sha256=hUEvNe0wVZ-2llVzccRfgnnLOuVpvOKGrjZgxqGezoE,87
|
887
|
-
tccli/services/tdmq/tdmq_client.py,sha256=
|
888
|
-
tccli/services/tdmq/v20200217/api.json,sha256=
|
889
|
-
tccli/services/tdmq/v20200217/examples.json,sha256=
|
887
|
+
tccli/services/tdmq/tdmq_client.py,sha256=UIeXHiH0954bQyvCgwKsTW9iD3KYZOpvCQ9N_AH2su0,469175
|
888
|
+
tccli/services/tdmq/v20200217/api.json,sha256=GZl3g4yUHrbKHNEO5rTfg4k_oNj6BGfttTLzbSTU0u8,726985
|
889
|
+
tccli/services/tdmq/v20200217/examples.json,sha256=_7A0oPIXztrq-vQM96HXJo_E7e7ELa48zcu1oqCiSzA,153640
|
890
890
|
tccli/services/tds/__init__.py,sha256=9OVD7X4uTflzpnFGVXJ05cxikZAvBEsl-zr9t8WVdfQ,85
|
891
891
|
tccli/services/tds/tds_client.py,sha256=VLC0xdwfrXu9aKF9GBHMwoeZhdp5DtTnqI034y8YK5U,21621
|
892
892
|
tccli/services/tds/v20220801/api.json,sha256=OrKXxfm6Z_3auqFUJ1tOVRlO5Gt334zKqXjmUswX0Xk,32750
|
@@ -959,7 +959,7 @@ tccli/services/trabbit/v20230418/api.json,sha256=i6SqkAlXadmnZukOp3ueLRu7r1LZDec
|
|
959
959
|
tccli/services/trabbit/v20230418/examples.json,sha256=vLfiq7ybjGC6aQiU6RaLCFag3vgrcmE4qGwAhSjIDrU,27245
|
960
960
|
tccli/services/trocket/__init__.py,sha256=p5durI8FsYhlCABLHScnBZTSrD6t6X8dCq0_m0wOSQQ,93
|
961
961
|
tccli/services/trocket/trocket_client.py,sha256=HQVGtmVHFFOIaLYZL7DJ481q9TdOQPlc_RuGmue9khg,223444
|
962
|
-
tccli/services/trocket/v20230308/api.json,sha256=
|
962
|
+
tccli/services/trocket/v20230308/api.json,sha256=qHmhzFHn51a3kGdUqBMLkN4s5vnf8fTg3JObNp_DsHg,322948
|
963
963
|
tccli/services/trocket/v20230308/examples.json,sha256=YQn3P1_Pj_CZhcof3n0szGrGGfbQBzgqvX2MVoPdElM,70369
|
964
964
|
tccli/services/trp/__init__.py,sha256=T-R-mOKU-Yw3iE6Me6WIUj0jVKRMD9-sTiAfkNGZvPo,85
|
965
965
|
tccli/services/trp/trp_client.py,sha256=mpgBl01iYYnaC_zsFkRqNX16VtPhdFNJqAVIaURkAzY,172749
|
@@ -975,12 +975,12 @@ tccli/services/trtc/v20190722/api.json,sha256=jXRnKUuIDAxCsKT3YmZCPsggiW-15ZMi4K
|
|
975
975
|
tccli/services/trtc/v20190722/examples.json,sha256=ng2hwe7b2j6NveS34hOMlyNqSMfUvfyeRPVNgpg_1SM,126340
|
976
976
|
tccli/services/tse/__init__.py,sha256=3Y4ZA_IFX8df4-ir1I9p0u4ksAywRrtd2CAvJ5yKyz0,85
|
977
977
|
tccli/services/tse/tse_client.py,sha256=12oA6Y7x9dySY_XClSkOJMX27wMZS5OAeFjDoNf3Y3s,383576
|
978
|
-
tccli/services/tse/v20201207/api.json,sha256=
|
978
|
+
tccli/services/tse/v20201207/api.json,sha256=4v43iWZ2_jpR-0RsjqFEvdkIu_FzHeQUNwWXmrzDLfA,555333
|
979
979
|
tccli/services/tse/v20201207/examples.json,sha256=0cnRfXf4s7fwGQ03dr0boOkRdsmUe9ARK725vTBKsXI,138079
|
980
980
|
tccli/services/tsf/__init__.py,sha256=hvORrthG6YRLLU39wB0CxW441UZHSkET1ZA8mIpSq5Y,85
|
981
981
|
tccli/services/tsf/tsf_client.py,sha256=ZBTpUu5kSBQo2np-dXvkH5_BEfLDupVR7kmb210bYrs,708395
|
982
|
-
tccli/services/tsf/v20180326/api.json,sha256=
|
983
|
-
tccli/services/tsf/v20180326/examples.json,sha256=
|
982
|
+
tccli/services/tsf/v20180326/api.json,sha256=1U35wxWwXepB687cXdgnLsARFhgYKGFcIDsnFpFLDUE,1159195
|
983
|
+
tccli/services/tsf/v20180326/examples.json,sha256=Suub9_nKUtAZ18cJtf8JpVwpiDC8qqBNndgopJP0mto,304437
|
984
984
|
tccli/services/tsi/__init__.py,sha256=hcFW7X4ecLA8DwXKIaJSWqDqTxnCkCejqurZ-qRXOjY,85
|
985
985
|
tccli/services/tsi/tsi_client.py,sha256=hn9YsFwU_7Pa3wpRYR-sn1G4cfCsOYNEPcKpnoDY3GQ,15347
|
986
986
|
tccli/services/tsi/v20210325/api.json,sha256=ywZcz05eb0GKCUyhxGU5wj_hqwvpJPUY-abq03s10kA,16945
|
@@ -1025,7 +1025,7 @@ tccli/services/vms/v20200902/api.json,sha256=NarezMtYMaRgBRgBlLRl06asGC8A-TBikUN
|
|
1025
1025
|
tccli/services/vms/v20200902/examples.json,sha256=rQDjijhU-GcHgycQIFydCkjeDB-BjzDvkgp5XgH1CQk,1537
|
1026
1026
|
tccli/services/vod/__init__.py,sha256=bw_LJUFbFFmlcWBBtxuhF_QXwFJukODux1xtsN3P7fM,85
|
1027
1027
|
tccli/services/vod/vod_client.py,sha256=Hgquft453tscbml1_ff_B84MCTvUldhhiM6zq5dixNI,606378
|
1028
|
-
tccli/services/vod/v20180717/api.json,sha256=
|
1028
|
+
tccli/services/vod/v20180717/api.json,sha256=E6SFP_hWlcoyV4OcogIHdDhlbpZGmQ94n5d0mKCTMM4,1584583
|
1029
1029
|
tccli/services/vod/v20180717/examples.json,sha256=KnhQB5F59KLsFTB_L7XkCO9UDo7aiLfKI9pWbokm3G4,415606
|
1030
1030
|
tccli/services/vod/v20240718/api.json,sha256=VynVsQHLOrnOnuZMHQpEwwGHn9-3Gpd2yUdriquJwrg,40158
|
1031
1031
|
tccli/services/vod/v20240718/examples.json,sha256=MOiSzTsIhAJcM4KMYA_kS2krfs9f1ntUoORdJ6U9LnQ,18462
|
@@ -1079,8 +1079,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1079
1079
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1080
1080
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1081
1081
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1082
|
-
tccli-3.0.
|
1083
|
-
tccli-3.0.
|
1084
|
-
tccli-3.0.
|
1085
|
-
tccli-3.0.
|
1086
|
-
tccli-3.0.
|
1082
|
+
tccli-3.0.1376.1.dist-info/METADATA,sha256=3Cgp4585qISE4L2oF_bEhkFgOhfX9VlxminX4R9pyx0,16406
|
1083
|
+
tccli-3.0.1376.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1084
|
+
tccli-3.0.1376.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1085
|
+
tccli-3.0.1376.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1086
|
+
tccli-3.0.1376.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|