tencentcloud-sdk-python-ssm 3.0.1364__tar.gz → 3.0.1365__tar.gz
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-ssm might be problematic. Click here for more details.
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/setup.py +1 -1
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud/ssm/v20190923/models.py +45 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud_sdk_python_ssm.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssm-3.0.1365/tencentcloud_sdk_python_ssm.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssm-3.0.1364/tencentcloud_sdk_python_ssm.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/README.rst +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud/ssm/__init__.py +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud/ssm/v20190923/__init__.py +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud/ssm/v20190923/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud/ssm/v20190923/ssm_client.py +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud_sdk_python_ssm.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud_sdk_python_ssm.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssm-3.0.1364 → tencentcloud-sdk-python-ssm-3.0.1365}/tencentcloud_sdk_python_ssm.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ssm',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1365"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssm SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -61,6 +61,8 @@ False -- 不开启
|
|
|
61
61
|
:type EnableRotation: bool
|
|
62
62
|
:param _RotationFrequency: 轮转周期,以天为单位,默认为1天。
|
|
63
63
|
:type RotationFrequency: int
|
|
64
|
+
:param _KmsHsmClusterId: KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
65
|
+
:type KmsHsmClusterId: str
|
|
64
66
|
"""
|
|
65
67
|
self._SecretName = None
|
|
66
68
|
self._UserNamePrefix = None
|
|
@@ -74,6 +76,7 @@ False -- 不开启
|
|
|
74
76
|
self._RotationBeginTime = None
|
|
75
77
|
self._EnableRotation = None
|
|
76
78
|
self._RotationFrequency = None
|
|
79
|
+
self._KmsHsmClusterId = None
|
|
77
80
|
|
|
78
81
|
@property
|
|
79
82
|
def SecretName(self):
|
|
@@ -219,6 +222,17 @@ False -- 不开启
|
|
|
219
222
|
def RotationFrequency(self, RotationFrequency):
|
|
220
223
|
self._RotationFrequency = RotationFrequency
|
|
221
224
|
|
|
225
|
+
@property
|
|
226
|
+
def KmsHsmClusterId(self):
|
|
227
|
+
"""KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
228
|
+
:rtype: str
|
|
229
|
+
"""
|
|
230
|
+
return self._KmsHsmClusterId
|
|
231
|
+
|
|
232
|
+
@KmsHsmClusterId.setter
|
|
233
|
+
def KmsHsmClusterId(self, KmsHsmClusterId):
|
|
234
|
+
self._KmsHsmClusterId = KmsHsmClusterId
|
|
235
|
+
|
|
222
236
|
|
|
223
237
|
def _deserialize(self, params):
|
|
224
238
|
self._SecretName = params.get("SecretName")
|
|
@@ -243,6 +257,7 @@ False -- 不开启
|
|
|
243
257
|
self._RotationBeginTime = params.get("RotationBeginTime")
|
|
244
258
|
self._EnableRotation = params.get("EnableRotation")
|
|
245
259
|
self._RotationFrequency = params.get("RotationFrequency")
|
|
260
|
+
self._KmsHsmClusterId = params.get("KmsHsmClusterId")
|
|
246
261
|
memeber_set = set(params.keys())
|
|
247
262
|
for name, value in vars(self).items():
|
|
248
263
|
property_name = name[1:]
|
|
@@ -362,6 +377,8 @@ class CreateSSHKeyPairSecretRequest(AbstractModel):
|
|
|
362
377
|
:type Tags: list of Tag
|
|
363
378
|
:param _SSHKeyName: 用户自定义输入的SSH密钥对的名称,可由数字,字母和下划线组成,只能以数字和字母开头,长度不超过25个字符。
|
|
364
379
|
:type SSHKeyName: str
|
|
380
|
+
:param _KmsHsmClusterId: KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
381
|
+
:type KmsHsmClusterId: str
|
|
365
382
|
"""
|
|
366
383
|
self._SecretName = None
|
|
367
384
|
self._ProjectId = None
|
|
@@ -369,6 +386,7 @@ class CreateSSHKeyPairSecretRequest(AbstractModel):
|
|
|
369
386
|
self._KmsKeyId = None
|
|
370
387
|
self._Tags = None
|
|
371
388
|
self._SSHKeyName = None
|
|
389
|
+
self._KmsHsmClusterId = None
|
|
372
390
|
|
|
373
391
|
@property
|
|
374
392
|
def SecretName(self):
|
|
@@ -438,6 +456,17 @@ class CreateSSHKeyPairSecretRequest(AbstractModel):
|
|
|
438
456
|
def SSHKeyName(self, SSHKeyName):
|
|
439
457
|
self._SSHKeyName = SSHKeyName
|
|
440
458
|
|
|
459
|
+
@property
|
|
460
|
+
def KmsHsmClusterId(self):
|
|
461
|
+
"""KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
462
|
+
:rtype: str
|
|
463
|
+
"""
|
|
464
|
+
return self._KmsHsmClusterId
|
|
465
|
+
|
|
466
|
+
@KmsHsmClusterId.setter
|
|
467
|
+
def KmsHsmClusterId(self, KmsHsmClusterId):
|
|
468
|
+
self._KmsHsmClusterId = KmsHsmClusterId
|
|
469
|
+
|
|
441
470
|
|
|
442
471
|
def _deserialize(self, params):
|
|
443
472
|
self._SecretName = params.get("SecretName")
|
|
@@ -451,6 +480,7 @@ class CreateSSHKeyPairSecretRequest(AbstractModel):
|
|
|
451
480
|
obj._deserialize(item)
|
|
452
481
|
self._Tags.append(obj)
|
|
453
482
|
self._SSHKeyName = params.get("SSHKeyName")
|
|
483
|
+
self._KmsHsmClusterId = params.get("KmsHsmClusterId")
|
|
454
484
|
memeber_set = set(params.keys())
|
|
455
485
|
for name, value in vars(self).items():
|
|
456
486
|
property_name = name[1:]
|
|
@@ -589,6 +619,8 @@ class CreateSecretRequest(AbstractModel):
|
|
|
589
619
|
:type AdditionalConfig: str
|
|
590
620
|
:param _Tags: 标签列表
|
|
591
621
|
:type Tags: list of Tag
|
|
622
|
+
:param _KmsHsmClusterId: KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
623
|
+
:type KmsHsmClusterId: str
|
|
592
624
|
"""
|
|
593
625
|
self._SecretName = None
|
|
594
626
|
self._VersionId = None
|
|
@@ -599,6 +631,7 @@ class CreateSecretRequest(AbstractModel):
|
|
|
599
631
|
self._SecretString = None
|
|
600
632
|
self._AdditionalConfig = None
|
|
601
633
|
self._Tags = None
|
|
634
|
+
self._KmsHsmClusterId = None
|
|
602
635
|
|
|
603
636
|
@property
|
|
604
637
|
def SecretName(self):
|
|
@@ -699,6 +732,17 @@ class CreateSecretRequest(AbstractModel):
|
|
|
699
732
|
def Tags(self, Tags):
|
|
700
733
|
self._Tags = Tags
|
|
701
734
|
|
|
735
|
+
@property
|
|
736
|
+
def KmsHsmClusterId(self):
|
|
737
|
+
"""KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
738
|
+
:rtype: str
|
|
739
|
+
"""
|
|
740
|
+
return self._KmsHsmClusterId
|
|
741
|
+
|
|
742
|
+
@KmsHsmClusterId.setter
|
|
743
|
+
def KmsHsmClusterId(self, KmsHsmClusterId):
|
|
744
|
+
self._KmsHsmClusterId = KmsHsmClusterId
|
|
745
|
+
|
|
702
746
|
|
|
703
747
|
def _deserialize(self, params):
|
|
704
748
|
self._SecretName = params.get("SecretName")
|
|
@@ -715,6 +759,7 @@ class CreateSecretRequest(AbstractModel):
|
|
|
715
759
|
obj = Tag()
|
|
716
760
|
obj._deserialize(item)
|
|
717
761
|
self._Tags.append(obj)
|
|
762
|
+
self._KmsHsmClusterId = params.get("KmsHsmClusterId")
|
|
718
763
|
memeber_set = set(params.keys())
|
|
719
764
|
for name, value in vars(self).items():
|
|
720
765
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1365
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1364
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|