tencentcloud-sdk-python-ssm 3.0.1260__tar.gz → 3.0.1262__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud/ssm/v20190923/models.py +6 -36
  5. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud_sdk_python_ssm.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ssm-3.0.1262/tencentcloud_sdk_python_ssm.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ssm-3.0.1260/tencentcloud_sdk_python_ssm.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud/ssm/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud/ssm/v20190923/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud/ssm/v20190923/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud/ssm/v20190923/ssm_client.py +0 -0
  14. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud_sdk_python_ssm.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud_sdk_python_ssm.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ssm-3.0.1260 → tencentcloud-sdk-python-ssm-3.0.1262}/tencentcloud_sdk_python_ssm.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ssm
3
- Version: 3.0.1260
3
+ Version: 3.0.1262
4
4
  Summary: Tencent Cloud Ssm SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1260"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1262"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ssm SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1260'
17
+ __version__ = '3.0.1262'
@@ -215,11 +215,8 @@ class CreateProductSecretResponse(AbstractModel):
215
215
  :param _SecretName: 创建的凭据名称。
216
216
  :type SecretName: str
217
217
  :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。
218
- 注意:此字段可能返回 null,表示取不到有效值。
219
- 注意:此字段可能返回 null,表示取不到有效值。
220
218
  :type TagCode: int
221
219
  :param _TagMsg: 标签操作的返回信息。
222
- 注意:此字段可能返回 null,表示取不到有效值。
223
220
  :type TagMsg: str
224
221
  :param _FlowID: 创建云产品凭据异步任务ID号。
225
222
  :type FlowID: int
@@ -394,11 +391,9 @@ class CreateSSHKeyPairSecretResponse(AbstractModel):
394
391
  :type SSHKeyID: str
395
392
  :param _SSHKeyName: 创建的SSH密钥名称。
396
393
  :type SSHKeyName: str
397
- :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。
398
- 注意:此字段可能返回 null,表示取不到有效值。
394
+ :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
399
395
  :type TagCode: int
400
396
  :param _TagMsg: 标签操作的返回信息。
401
- 注意:此字段可能返回 null,表示取不到有效值。
402
397
  :type TagMsg: str
403
398
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
404
399
  :type RequestId: str
@@ -483,7 +478,7 @@ class CreateSecretRequest(AbstractModel):
483
478
  :type Description: str
484
479
  :param _KmsKeyId: 指定对凭据进行加密的KMS CMK。如果为空则表示使用Secrets Manager为您默认创建的CMK进行加密。您也可以指定在同region 下自行创建的KMS CMK进行加密。
485
480
  :type KmsKeyId: str
486
- :param _SecretType: 凭据类型,默认为自定义凭据。
481
+ :param _SecretType: 凭据类型,默认为0自定义凭据。
487
482
  :type SecretType: int
488
483
  :param _SecretBinary: 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
489
484
  :type SecretBinary: str
@@ -614,10 +609,8 @@ class CreateSecretResponse(AbstractModel):
614
609
  :param _VersionId: 新创建的凭据版本。
615
610
  :type VersionId: str
616
611
  :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
617
- 注意:此字段可能返回 null,表示取不到有效值。
618
612
  :type TagCode: int
619
613
  :param _TagMsg: 标签操作的返回信息
620
- 注意:此字段可能返回 null,表示取不到有效值。
621
614
  :type TagMsg: str
622
615
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
623
616
  :type RequestId: str
@@ -887,7 +880,7 @@ class DescribeAsyncRequestInfoRequest(AbstractModel):
887
880
 
888
881
  def __init__(self):
889
882
  r"""
890
- :param _FlowID: 异步任务ID号。
883
+ :param _FlowID: 异步任务ID
891
884
  :type FlowID: int
892
885
  """
893
886
  self._FlowID = None
@@ -1005,13 +998,10 @@ class DescribeRotationDetailResponse(AbstractModel):
1005
998
  :param _EnableRotation: 否允许轮转,true表示开启轮转,false表示禁止轮转。
1006
999
  :type EnableRotation: bool
1007
1000
  :param _Frequency: 轮转的频率,以天为单位,默认为1天。
1008
- 注意:此字段可能返回 null,表示取不到有效值。
1009
1001
  :type Frequency: int
1010
1002
  :param _LatestRotateTime: 最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
1011
- 注意:此字段可能返回 null,表示取不到有效值。
1012
1003
  :type LatestRotateTime: str
1013
1004
  :param _NextRotateBeginTime: 下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
1014
- 注意:此字段可能返回 null,表示取不到有效值。
1015
1005
  :type NextRotateBeginTime: str
1016
1006
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1017
1007
  :type RequestId: str
@@ -1111,7 +1101,7 @@ class DescribeRotationHistoryResponse(AbstractModel):
1111
1101
 
1112
1102
  def __init__(self):
1113
1103
  r"""
1114
- :param _VersionIDs: 版本号列表。
1104
+ :param _VersionIDs: 版本号列表
1115
1105
  :type VersionIDs: list of str
1116
1106
  :param _TotalCount: 版本号个数,可以给用户展示的版本号个数上限为10个。
1117
1107
  :type TotalCount: int
@@ -1208,34 +1198,25 @@ class DescribeSecretResponse(AbstractModel):
1208
1198
  :param _CreateTime: 创建日期。
1209
1199
  :type CreateTime: int
1210
1200
  :param _SecretType: 0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型;3 -- 云API密钥(AKSK)凭据类型(使用此功能需要联系云助手单独开启白名单);4 -- Redis类型凭据。
1211
- 注意:此字段可能返回 null,表示取不到有效值。
1212
1201
  :type SecretType: int
1213
1202
  :param _ProductName: 云产品名称。
1214
- 注意:此字段可能返回 null,表示取不到有效值。
1215
1203
  :type ProductName: str
1216
1204
  :param _ResourceID: 云产品实例ID。
1217
- 注意:此字段可能返回 null,表示取不到有效值。
1218
1205
  :type ResourceID: str
1219
1206
  :param _RotationStatus: 是否开启轮转:True -- 开启轮转;False -- 关闭轮转。
1220
- 注意:此字段可能返回 null,表示取不到有效值。
1221
1207
  :type RotationStatus: bool
1222
1208
  :param _RotationFrequency: 轮转周期,默认以天为单位。
1223
- 注意:此字段可能返回 null,表示取不到有效值。
1224
1209
  :type RotationFrequency: int
1225
1210
  :param _ResourceName: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。
1226
- 注意:此字段可能返回 null,表示取不到有效值。
1227
1211
  :type ResourceName: str
1228
1212
  :param _ProjectID: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。
1229
- 注意:此字段可能返回 null,表示取不到有效值。
1230
1213
  :type ProjectID: int
1231
1214
  :param _AssociatedInstanceIDs: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID。
1232
1215
  注意:此字段可能返回 null,表示取不到有效值。
1233
1216
  :type AssociatedInstanceIDs: list of str
1234
1217
  :param _TargetUin: 当凭据类型为云API密钥对凭据时,此字段有效,用于表示此云API密钥对所属的用户UIN。
1235
- 注意:此字段可能返回 null,表示取不到有效值。
1236
1218
  :type TargetUin: int
1237
1219
  :param _AdditionalConfig: 凭据额外配置
1238
- 注意:此字段可能返回 null,表示取不到有效值。
1239
1220
  :type AdditionalConfig: str
1240
1221
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1241
1222
  :type RequestId: str
@@ -2092,7 +2073,7 @@ class ListSecretVersionIdsRequest(AbstractModel):
2092
2073
 
2093
2074
  def __init__(self):
2094
2075
  r"""
2095
- :param _SecretName: 凭据名称。
2076
+ :param _SecretName: 凭据名称
2096
2077
  :type SecretName: str
2097
2078
  """
2098
2079
  self._SecretName = None
@@ -2128,7 +2109,6 @@ class ListSecretVersionIdsResponse(AbstractModel):
2128
2109
  :param _SecretName: 凭据名称。
2129
2110
  :type SecretName: str
2130
2111
  :param _Versions: VersionId列表。
2131
- 注意:此字段可能返回 null,表示取不到有效值。
2132
2112
  :type Versions: list of VersionInfo
2133
2113
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2134
2114
  :type RequestId: str
@@ -2753,41 +2733,31 @@ class SecretMetadata(AbstractModel):
2753
2733
  :param _KmsKeyType: 用于加密凭据的KMS CMK类型,DEFAULT 表示SecretsManager 创建的默认密钥, CUSTOMER 表示用户指定的密钥
2754
2734
  :type KmsKeyType: str
2755
2735
  :param _RotationStatus: 1:--开启轮转;0--禁止轮转
2756
- 注意:此字段可能返回 null,表示取不到有效值。
2757
2736
  :type RotationStatus: int
2758
2737
  :param _NextRotationTime: 下一次轮转开始时间,uinx 时间戳
2759
- 注意:此字段可能返回 null,表示取不到有效值。
2760
2738
  :type NextRotationTime: int
2761
2739
  :param _SecretType: 0 -- 用户自定义凭据;
2762
2740
  1 -- 云产品凭据;
2763
2741
  2 -- SSH密钥对凭据;
2764
2742
  3 -- 云API密钥对凭据;
2765
2743
  4 -- Redis类型凭据;
2766
- 注意:此字段可能返回 null,表示取不到有效值。
2767
2744
  :type SecretType: int
2768
2745
  :param _ProductName: 云产品名称,仅在SecretType为1,即凭据类型为云产品凭据时生效
2769
- 注意:此字段可能返回 null,表示取不到有效值。
2770
2746
  :type ProductName: str
2771
2747
  :param _ResourceName: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。
2772
- 注意:此字段可能返回 null,表示取不到有效值。
2773
2748
  :type ResourceName: str
2774
2749
  :param _ProjectID: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。
2775
- 注意:此字段可能返回 null,表示取不到有效值。
2776
2750
  :type ProjectID: int
2777
2751
  :param _AssociatedInstanceIDs: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID。
2778
2752
  注意:此字段可能返回 null,表示取不到有效值。
2779
2753
  :type AssociatedInstanceIDs: list of str
2780
2754
  :param _TargetUin: 当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN。
2781
- 注意:此字段可能返回 null,表示取不到有效值。
2782
2755
  :type TargetUin: int
2783
2756
  :param _RotationFrequency: 轮转的频率,以天作为单位,在轮转开启状态下生效。
2784
- 注意:此字段可能返回 null,表示取不到有效值。
2785
2757
  :type RotationFrequency: int
2786
2758
  :param _ResourceID: 云产品凭据对应的云产品实例 ID 号。
2787
- 注意:此字段可能返回 null,表示取不到有效值。
2788
2759
  :type ResourceID: str
2789
2760
  :param _RotationBeginTime: 用户指定的轮转开始时间。
2790
- 注意:此字段可能返回 null,表示取不到有效值。
2791
2761
  :type RotationBeginTime: str
2792
2762
  """
2793
2763
  self._SecretName = None
@@ -3388,7 +3358,7 @@ class VersionInfo(AbstractModel):
3388
3358
 
3389
3359
  def __init__(self):
3390
3360
  r"""
3391
- :param _VersionId: 版本号。
3361
+ :param _VersionId: 版本号
3392
3362
  :type VersionId: str
3393
3363
  :param _CreateTime: 创建时间,unix时间戳。
3394
3364
  :type CreateTime: int
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ssm
3
- Version: 3.0.1260
3
+ Version: 3.0.1262
4
4
  Summary: Tencent Cloud Ssm SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1262
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1260