tencentcloud-sdk-python 3.0.1384__py2.py3-none-any.whl → 3.0.1386__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ams/v20201229/models.py +4 -8
- tencentcloud/batch/v20170312/models.py +6 -6
- tencentcloud/billing/v20180709/models.py +4 -2
- tencentcloud/cbs/v20170312/errorcodes.py +3 -0
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +107 -2
- tencentcloud/clb/v20180317/models.py +10 -2
- tencentcloud/cls/v20201016/cls_client.py +2 -1
- tencentcloud/cls/v20201016/models.py +59 -16
- tencentcloud/cvm/v20170312/cvm_client.py +1 -0
- tencentcloud/cvm/v20170312/errorcodes.py +12 -3
- tencentcloud/cvm/v20170312/models.py +38 -34
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -4
- tencentcloud/dlc/v20210125/models.py +197 -0
- tencentcloud/domain/v20180808/domain_client.py +1 -1
- tencentcloud/domain/v20180808/models.py +2 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -345
- tencentcloud/dsgc/v20190723/models.py +24 -514
- tencentcloud/dts/v20180330/models.py +8 -0
- tencentcloud/es/v20180416/models.py +15 -0
- tencentcloud/ess/v20201111/ess_client.py +2 -0
- tencentcloud/ess/v20201111/models.py +8 -8
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -0
- tencentcloud/goosefs/v20220519/goosefs_client.py +138 -0
- tencentcloud/goosefs/v20220519/models.py +861 -1
- tencentcloud/hai/v20230812/models.py +6 -6
- tencentcloud/iotexplorer/v20190423/models.py +19 -4
- tencentcloud/keewidb/v20220308/models.py +26 -2
- tencentcloud/lighthouse/v20200324/models.py +4 -0
- tencentcloud/live/v20180801/models.py +15 -0
- tencentcloud/lke/v20231130/lke_client.py +3 -3
- tencentcloud/lke/v20231130/models.py +2 -92
- tencentcloud/monitor/v20180724/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +29 -8
- tencentcloud/mps/v20190612/mps_client.py +1 -0
- tencentcloud/postgres/v20170312/models.py +0 -214
- tencentcloud/postgres/v20170312/postgres_client.py +3 -28
- tencentcloud/scf/v20180416/errorcodes.py +24 -0
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/ses/v20201002/models.py +15 -0
- tencentcloud/sqlserver/v20180328/models.py +2 -2
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +30 -0
- tencentcloud/tcb/v20180608/models.py +2 -2
- tencentcloud/tione/v20211111/models.py +599 -0
- tencentcloud/tione/v20211111/tione_client.py +23 -0
- tencentcloud/tke/v20180525/errorcodes.py +6 -0
- tencentcloud/tke/v20220501/models.py +17 -0
- tencentcloud/trtc/v20190722/models.py +50 -2
- tencentcloud/tse/v20201207/errorcodes.py +3 -0
- tencentcloud/tse/v20201207/models.py +126 -0
- tencentcloud/tts/v20190823/models.py +4 -4
- tencentcloud/tts/v20190823/tts_client.py +0 -1
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +4 -2
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/RECORD +63 -68
- tencentcloud/apcas/__init__.py +0 -0
- tencentcloud/apcas/v20201127/__init__.py +0 -0
- tencentcloud/apcas/v20201127/apcas_client.py +0 -187
- tencentcloud/apcas/v20201127/errorcodes.py +0 -48
- tencentcloud/apcas/v20201127/models.py +0 -1514
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/top_level.txt +0 -0
@@ -1,48 +0,0 @@
|
|
1
|
-
# -*- coding: utf8 -*-
|
2
|
-
# Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
|
3
|
-
#
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
# you may not use this file except in compliance with the License.
|
6
|
-
# You may obtain a copy of the License at
|
7
|
-
#
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
#
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
# See the License for the specific language governing permissions and
|
14
|
-
# limitations under the License.
|
15
|
-
|
16
|
-
|
17
|
-
# CAM签名/鉴权错误。
|
18
|
-
AUTHFAILURE = 'AuthFailure'
|
19
|
-
|
20
|
-
# DryRun 操作,代表请求将会是成功的,只是多传了 DryRun 参数。
|
21
|
-
DRYRUNOPERATION = 'DryRunOperation'
|
22
|
-
|
23
|
-
# 操作失败。
|
24
|
-
FAILEDOPERATION = 'FailedOperation'
|
25
|
-
|
26
|
-
# 内部错误。
|
27
|
-
INTERNALERROR = 'InternalError'
|
28
|
-
|
29
|
-
# 调用内部服务发生错误。
|
30
|
-
INTERNALERROR_INTERNALINVOKEFAILURE = 'InternalError.InternalInvokeFailure'
|
31
|
-
|
32
|
-
# 参数错误。
|
33
|
-
INVALIDPARAMETER = 'InvalidParameter'
|
34
|
-
|
35
|
-
# 参数取值错误。
|
36
|
-
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
37
|
-
|
38
|
-
# 超过配额限制。
|
39
|
-
LIMITEXCEEDED = 'LimitExceeded'
|
40
|
-
|
41
|
-
# 缺少参数错误。
|
42
|
-
MISSINGPARAMETER = 'MissingParameter'
|
43
|
-
|
44
|
-
# 未知参数错误。
|
45
|
-
UNKNOWNPARAMETER = 'UnknownParameter'
|
46
|
-
|
47
|
-
# 操作不支持。
|
48
|
-
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|