tencentcloud-sdk-python-intl-en 3.0.1070__py2.py3-none-any.whl → 3.0.1071__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apigateway/v20180808/models.py +19 -2
- {tencentcloud_sdk_python_intl_en-3.0.1070.dist-info → tencentcloud_sdk_python_intl_en-3.0.1071.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1070.dist-info → tencentcloud_sdk_python_intl_en-3.0.1071.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_intl_en-3.0.1070.dist-info → tencentcloud_sdk_python_intl_en-3.0.1071.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1070.dist-info → tencentcloud_sdk_python_intl_en-3.0.1071.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -3986,15 +3986,18 @@ class CreateApiKeyRequest(AbstractModel):
|
|
|
3986
3986
|
:type SecretName: str
|
|
3987
3987
|
:param _AccessKeyType: Key type. Valid values: auto, manual (custom key). Default value: auto.
|
|
3988
3988
|
:type AccessKeyType: str
|
|
3989
|
-
:param _AccessKeyId: Custom key ID, which is required if `AccessKeyType` is `manual`. It can contain 5
|
|
3989
|
+
:param _AccessKeyId: Custom key ID, which is required if `AccessKeyType` is `manual`. It can contain 5-50 letters, digits, and underscores.
|
|
3990
3990
|
:type AccessKeyId: str
|
|
3991
|
-
:param _AccessKeySecret: Custom key, which is required if `AccessKeyType` is `manual`. It can contain 10
|
|
3991
|
+
:param _AccessKeySecret: Custom key, which is required if `AccessKeyType` is `manual`. It can contain 10-50 letters, digits, and underscores.
|
|
3992
3992
|
:type AccessKeySecret: str
|
|
3993
|
+
:param _Tags:
|
|
3994
|
+
:type Tags: list of Tag
|
|
3993
3995
|
"""
|
|
3994
3996
|
self._SecretName = None
|
|
3995
3997
|
self._AccessKeyType = None
|
|
3996
3998
|
self._AccessKeyId = None
|
|
3997
3999
|
self._AccessKeySecret = None
|
|
4000
|
+
self._Tags = None
|
|
3998
4001
|
|
|
3999
4002
|
@property
|
|
4000
4003
|
def SecretName(self):
|
|
@@ -4028,12 +4031,26 @@ class CreateApiKeyRequest(AbstractModel):
|
|
|
4028
4031
|
def AccessKeySecret(self, AccessKeySecret):
|
|
4029
4032
|
self._AccessKeySecret = AccessKeySecret
|
|
4030
4033
|
|
|
4034
|
+
@property
|
|
4035
|
+
def Tags(self):
|
|
4036
|
+
return self._Tags
|
|
4037
|
+
|
|
4038
|
+
@Tags.setter
|
|
4039
|
+
def Tags(self, Tags):
|
|
4040
|
+
self._Tags = Tags
|
|
4041
|
+
|
|
4031
4042
|
|
|
4032
4043
|
def _deserialize(self, params):
|
|
4033
4044
|
self._SecretName = params.get("SecretName")
|
|
4034
4045
|
self._AccessKeyType = params.get("AccessKeyType")
|
|
4035
4046
|
self._AccessKeyId = params.get("AccessKeyId")
|
|
4036
4047
|
self._AccessKeySecret = params.get("AccessKeySecret")
|
|
4048
|
+
if params.get("Tags") is not None:
|
|
4049
|
+
self._Tags = []
|
|
4050
|
+
for item in params.get("Tags"):
|
|
4051
|
+
obj = Tag()
|
|
4052
|
+
obj._deserialize(item)
|
|
4053
|
+
self._Tags.append(obj)
|
|
4037
4054
|
memeber_set = set(params.keys())
|
|
4038
4055
|
for name, value in vars(self).items():
|
|
4039
4056
|
property_name = name[1:]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=uEYIKUQSDEQIG1ozV7tnl4I4B28wt5AnPG1BdIGGcHc,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
|
|
@@ -23,7 +23,7 @@ tencentcloud/apigateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
23
23
|
tencentcloud/apigateway/v20180808/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
tencentcloud/apigateway/v20180808/apigateway_client.py,sha256=3yPwDHTK-flhQOOcw1BopENHHmiFQc36-1jKozyEJiI,90265
|
|
25
25
|
tencentcloud/apigateway/v20180808/errorcodes.py,sha256=0T0u1gze7_0UL5PGy0yOYWJOuI17GixRzh6_wngXJ74,23820
|
|
26
|
-
tencentcloud/apigateway/v20180808/models.py,sha256=
|
|
26
|
+
tencentcloud/apigateway/v20180808/models.py,sha256=AnpoOifBCVg_lrKVV2Qz7oEFZGrJRUwrur41O4GX_t4,631954
|
|
27
27
|
tencentcloud/autoscaling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
28
|
tencentcloud/autoscaling/v20180419/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
29
|
tencentcloud/autoscaling/v20180419/autoscaling_client.py,sha256=10_xxbizzSKQ0Ih7JghQqhFW9JBod96HvKcSSEq_CCw,72911
|
|
@@ -580,7 +580,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
580
580
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
581
581
|
tencentcloud/yunjing/v20180228/models.py,sha256=HQyyIn8M4Z5Yt20wICv4zySOzTdx3pUii75J0WmIr7M,276364
|
|
582
582
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
|
|
583
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
584
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
585
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
586
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
583
|
+
tencentcloud_sdk_python_intl_en-3.0.1071.dist-info/METADATA,sha256=l3tiSbkKhK89bTHeg__caW_2Tpc40lUVKhczrk6cSGs,1628
|
|
584
|
+
tencentcloud_sdk_python_intl_en-3.0.1071.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
585
|
+
tencentcloud_sdk_python_intl_en-3.0.1071.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
586
|
+
tencentcloud_sdk_python_intl_en-3.0.1071.dist-info/RECORD,,
|
|
File without changes
|