tencentcloud-sdk-python-intl-en 3.0.1088__py2.py3-none-any.whl → 3.0.1090__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/ams/v20201229/models.py +2 -2
- tencentcloud/billing/v20180709/models.py +109 -74
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/errorcodes.py +8 -8
- tencentcloud/ccc/v20200210/models.py +756 -0
- tencentcloud/cfs/v20190719/models.py +160 -2
- tencentcloud/config/__init__.py +0 -0
- tencentcloud/config/v20220802/__init__.py +0 -0
- tencentcloud/config/v20220802/config_client.py +141 -0
- tencentcloud/config/v20220802/errorcodes.py +27 -0
- tencentcloud/config/v20220802/models.py +2362 -0
- tencentcloud/dbbrain/v20210527/models.py +2 -2
- tencentcloud/domain/v20180808/models.py +2 -2
- tencentcloud/gaap/v20180529/models.py +2 -2
- tencentcloud/mdp/v20200527/models.py +119 -4
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/ssl/v20191205/errorcodes.py +21 -0
- tencentcloud/ssl/v20191205/models.py +62 -62
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- {tencentcloud_sdk_python_intl_en-3.0.1088.dist-info → tencentcloud_sdk_python_intl_en-3.0.1090.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1088.dist-info → tencentcloud_sdk_python_intl_en-3.0.1090.dist-info}/RECORD +24 -19
- {tencentcloud_sdk_python_intl_en-3.0.1088.dist-info → tencentcloud_sdk_python_intl_en-3.0.1090.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1088.dist-info → tencentcloud_sdk_python_intl_en-3.0.1090.dist-info}/top_level.txt +0 -0
|
@@ -523,7 +523,7 @@ class BatchDeleteCSRResponse(AbstractModel):
|
|
|
523
523
|
r"""
|
|
524
524
|
:param _Success: The IDs of the CSRs successfully deleted.
|
|
525
525
|
:type Success: list of int
|
|
526
|
-
:param _RequestId: The unique request ID,
|
|
526
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
527
527
|
:type RequestId: str
|
|
528
528
|
"""
|
|
529
529
|
self._Success = None
|
|
@@ -542,7 +542,7 @@ class BatchDeleteCSRResponse(AbstractModel):
|
|
|
542
542
|
|
|
543
543
|
@property
|
|
544
544
|
def RequestId(self):
|
|
545
|
-
"""The unique request ID,
|
|
545
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
546
546
|
:rtype: str
|
|
547
547
|
"""
|
|
548
548
|
return self._RequestId
|
|
@@ -970,7 +970,7 @@ class CancelAuditCertificateResponse(AbstractModel):
|
|
|
970
970
|
r"""
|
|
971
971
|
:param _Result: Whether the operation succeeded.
|
|
972
972
|
:type Result: bool
|
|
973
|
-
:param _RequestId: The unique request ID,
|
|
973
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
974
974
|
:type RequestId: str
|
|
975
975
|
"""
|
|
976
976
|
self._Result = None
|
|
@@ -989,7 +989,7 @@ class CancelAuditCertificateResponse(AbstractModel):
|
|
|
989
989
|
|
|
990
990
|
@property
|
|
991
991
|
def RequestId(self):
|
|
992
|
-
"""The unique request ID,
|
|
992
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
993
993
|
:rtype: str
|
|
994
994
|
"""
|
|
995
995
|
return self._RequestId
|
|
@@ -1049,7 +1049,7 @@ class CancelCertificateOrderResponse(AbstractModel):
|
|
|
1049
1049
|
r"""
|
|
1050
1050
|
:param _CertificateId: ID of the certificate whose order has been successfully cancelled
|
|
1051
1051
|
:type CertificateId: str
|
|
1052
|
-
:param _RequestId: The unique request ID,
|
|
1052
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1053
1053
|
:type RequestId: str
|
|
1054
1054
|
"""
|
|
1055
1055
|
self._CertificateId = None
|
|
@@ -1068,7 +1068,7 @@ class CancelCertificateOrderResponse(AbstractModel):
|
|
|
1068
1068
|
|
|
1069
1069
|
@property
|
|
1070
1070
|
def RequestId(self):
|
|
1071
|
-
"""The unique request ID,
|
|
1071
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1072
1072
|
:rtype: str
|
|
1073
1073
|
"""
|
|
1074
1074
|
return self._RequestId
|
|
@@ -2878,7 +2878,7 @@ class CommitCertificateInformationResponse(AbstractModel):
|
|
|
2878
2878
|
:type OrderId: str
|
|
2879
2879
|
:param _Status: Certificate status. `0`: reviewing; `1`: approved; `2`: unapproved; `3`: expired; `4`: DNS record added; `5`: enterprise-grade certificate, pending submission; `6`: canceling order; `7`: canceled; `8`: information submitted, pending confirmation letter upload; `9`: revoking certificate; `10`: revoked; `11`: reissuing; `12`: pending revocation confirmation letter upload
|
|
2880
2880
|
:type Status: int
|
|
2881
|
-
:param _RequestId: The unique request ID,
|
|
2881
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2882
2882
|
:type RequestId: str
|
|
2883
2883
|
"""
|
|
2884
2884
|
self._OrderId = None
|
|
@@ -2909,7 +2909,7 @@ class CommitCertificateInformationResponse(AbstractModel):
|
|
|
2909
2909
|
|
|
2910
2910
|
@property
|
|
2911
2911
|
def RequestId(self):
|
|
2912
|
-
"""The unique request ID,
|
|
2912
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2913
2913
|
:rtype: str
|
|
2914
2914
|
"""
|
|
2915
2915
|
return self._RequestId
|
|
@@ -3135,7 +3135,7 @@ class CreateCSRResponse(AbstractModel):
|
|
|
3135
3135
|
r"""
|
|
3136
3136
|
:param _Id: The CSR ID.
|
|
3137
3137
|
:type Id: int
|
|
3138
|
-
:param _RequestId: The unique request ID,
|
|
3138
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3139
3139
|
:type RequestId: str
|
|
3140
3140
|
"""
|
|
3141
3141
|
self._Id = None
|
|
@@ -3154,7 +3154,7 @@ class CreateCSRResponse(AbstractModel):
|
|
|
3154
3154
|
|
|
3155
3155
|
@property
|
|
3156
3156
|
def RequestId(self):
|
|
3157
|
-
"""The unique request ID,
|
|
3157
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3158
3158
|
:rtype: str
|
|
3159
3159
|
"""
|
|
3160
3160
|
return self._RequestId
|
|
@@ -3229,7 +3229,7 @@ class CreateCertificateBindResourceSyncTaskResponse(AbstractModel):
|
|
|
3229
3229
|
r"""
|
|
3230
3230
|
:param _CertTaskIds: The IDs of async tasks for querying cloud resources associated with a certificate.
|
|
3231
3231
|
:type CertTaskIds: list of CertTaskId
|
|
3232
|
-
:param _RequestId: The unique request ID,
|
|
3232
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3233
3233
|
:type RequestId: str
|
|
3234
3234
|
"""
|
|
3235
3235
|
self._CertTaskIds = None
|
|
@@ -3248,7 +3248,7 @@ class CreateCertificateBindResourceSyncTaskResponse(AbstractModel):
|
|
|
3248
3248
|
|
|
3249
3249
|
@property
|
|
3250
3250
|
def RequestId(self):
|
|
3251
|
-
"""The unique request ID,
|
|
3251
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3252
3252
|
:rtype: str
|
|
3253
3253
|
"""
|
|
3254
3254
|
return self._RequestId
|
|
@@ -3345,7 +3345,7 @@ class CreateCertificateResponse(AbstractModel):
|
|
|
3345
3345
|
:type CertificateIds: list of str
|
|
3346
3346
|
:param _DealIds: List of order IDs
|
|
3347
3347
|
:type DealIds: list of str
|
|
3348
|
-
:param _RequestId: The unique request ID,
|
|
3348
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3349
3349
|
:type RequestId: str
|
|
3350
3350
|
"""
|
|
3351
3351
|
self._CertificateIds = None
|
|
@@ -3376,7 +3376,7 @@ class CreateCertificateResponse(AbstractModel):
|
|
|
3376
3376
|
|
|
3377
3377
|
@property
|
|
3378
3378
|
def RequestId(self):
|
|
3379
|
-
"""The unique request ID,
|
|
3379
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3380
3380
|
:rtype: str
|
|
3381
3381
|
"""
|
|
3382
3382
|
return self._RequestId
|
|
@@ -3593,7 +3593,7 @@ class DeleteCertificateResponse(AbstractModel):
|
|
|
3593
3593
|
r"""
|
|
3594
3594
|
:param _DeleteResult: Deletion result
|
|
3595
3595
|
:type DeleteResult: bool
|
|
3596
|
-
:param _RequestId: The unique request ID,
|
|
3596
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3597
3597
|
:type RequestId: str
|
|
3598
3598
|
"""
|
|
3599
3599
|
self._DeleteResult = None
|
|
@@ -3612,7 +3612,7 @@ class DeleteCertificateResponse(AbstractModel):
|
|
|
3612
3612
|
|
|
3613
3613
|
@property
|
|
3614
3614
|
def RequestId(self):
|
|
3615
|
-
"""The unique request ID,
|
|
3615
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3616
3616
|
:rtype: str
|
|
3617
3617
|
"""
|
|
3618
3618
|
return self._RequestId
|
|
@@ -3707,7 +3707,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3707
3707
|
:param _PrivateKey: The content of the private key.
|
|
3708
3708
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3709
3709
|
:type PrivateKey: str
|
|
3710
|
-
:param _RequestId: The unique request ID,
|
|
3710
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3711
3711
|
:type RequestId: str
|
|
3712
3712
|
"""
|
|
3713
3713
|
self._Id = None
|
|
@@ -3921,7 +3921,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3921
3921
|
|
|
3922
3922
|
@property
|
|
3923
3923
|
def RequestId(self):
|
|
3924
|
-
"""The unique request ID,
|
|
3924
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3925
3925
|
:rtype: str
|
|
3926
3926
|
"""
|
|
3927
3927
|
return self._RequestId
|
|
@@ -4236,7 +4236,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4236
4236
|
:param _TSE: Associated TSE resource details
|
|
4237
4237
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
4238
4238
|
:type TSE: list of TSEInstanceList
|
|
4239
|
-
:param _RequestId: The unique request ID,
|
|
4239
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4240
4240
|
:type RequestId: str
|
|
4241
4241
|
"""
|
|
4242
4242
|
self._CLB = None
|
|
@@ -4410,7 +4410,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
4410
4410
|
|
|
4411
4411
|
@property
|
|
4412
4412
|
def RequestId(self):
|
|
4413
|
-
"""The unique request ID,
|
|
4413
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4414
4414
|
:rtype: str
|
|
4415
4415
|
"""
|
|
4416
4416
|
return self._RequestId
|
|
@@ -4538,7 +4538,7 @@ class DescribeCertificateBindResourceTaskResultResponse(AbstractModel):
|
|
|
4538
4538
|
:param _SyncTaskBindResourceResult: The results of the async tasks for querying associated cloud resources.
|
|
4539
4539
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4540
4540
|
:type SyncTaskBindResourceResult: list of SyncTaskBindResourceResult
|
|
4541
|
-
:param _RequestId: The unique request ID,
|
|
4541
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4542
4542
|
:type RequestId: str
|
|
4543
4543
|
"""
|
|
4544
4544
|
self._SyncTaskBindResourceResult = None
|
|
@@ -4558,7 +4558,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4558
4558
|
|
|
4559
4559
|
@property
|
|
4560
4560
|
def RequestId(self):
|
|
4561
|
-
"""The unique request ID,
|
|
4561
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4562
4562
|
:rtype: str
|
|
4563
4563
|
"""
|
|
4564
4564
|
return self._RequestId
|
|
@@ -4743,7 +4743,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4743
4743
|
:param _DvRevokeAuthDetail: The authentication value for DV certificate revocation.
|
|
4744
4744
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4745
4745
|
:type DvRevokeAuthDetail: list of DvAuths
|
|
4746
|
-
:param _RequestId: The unique request ID,
|
|
4746
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4747
4747
|
:type RequestId: str
|
|
4748
4748
|
"""
|
|
4749
4749
|
self._OwnerUin = None
|
|
@@ -5282,7 +5282,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5282
5282
|
|
|
5283
5283
|
@property
|
|
5284
5284
|
def RequestId(self):
|
|
5285
|
-
"""The unique request ID,
|
|
5285
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5286
5286
|
:rtype: str
|
|
5287
5287
|
"""
|
|
5288
5288
|
return self._RequestId
|
|
@@ -5450,7 +5450,7 @@ class DescribeCertificateOperateLogsResponse(AbstractModel):
|
|
|
5450
5450
|
:param _OperateLogs: Certificate operation log list
|
|
5451
5451
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5452
5452
|
:type OperateLogs: list of OperationLog
|
|
5453
|
-
:param _RequestId: The unique request ID,
|
|
5453
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5454
5454
|
:type RequestId: str
|
|
5455
5455
|
"""
|
|
5456
5456
|
self._AllTotal = None
|
|
@@ -5494,7 +5494,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
5494
5494
|
|
|
5495
5495
|
@property
|
|
5496
5496
|
def RequestId(self):
|
|
5497
|
-
"""The unique request ID,
|
|
5497
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5498
5498
|
:rtype: str
|
|
5499
5499
|
"""
|
|
5500
5500
|
return self._RequestId
|
|
@@ -5667,7 +5667,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5667
5667
|
:param _DvRevokeAuthDetail: The authentication value for DV certificate revocation.
|
|
5668
5668
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5669
5669
|
:type DvRevokeAuthDetail: list of DvAuths
|
|
5670
|
-
:param _RequestId: The unique request ID,
|
|
5670
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5671
5671
|
:type RequestId: str
|
|
5672
5672
|
"""
|
|
5673
5673
|
self._OwnerUin = None
|
|
@@ -6142,7 +6142,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6142
6142
|
|
|
6143
6143
|
@property
|
|
6144
6144
|
def RequestId(self):
|
|
6145
|
-
"""The unique request ID,
|
|
6145
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6146
6146
|
:rtype: str
|
|
6147
6147
|
"""
|
|
6148
6148
|
return self._RequestId
|
|
@@ -6452,7 +6452,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6452
6452
|
:param _Certificates: List
|
|
6453
6453
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6454
6454
|
:type Certificates: list of Certificates
|
|
6455
|
-
:param _RequestId: The unique request ID,
|
|
6455
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6456
6456
|
:type RequestId: str
|
|
6457
6457
|
"""
|
|
6458
6458
|
self._TotalCount = None
|
|
@@ -6485,7 +6485,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6485
6485
|
|
|
6486
6486
|
@property
|
|
6487
6487
|
def RequestId(self):
|
|
6488
|
-
"""The unique request ID,
|
|
6488
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6489
6489
|
:rtype: str
|
|
6490
6490
|
"""
|
|
6491
6491
|
return self._RequestId
|
|
@@ -6664,7 +6664,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6664
6664
|
:type InstanceList: list of TeoInstanceDetail
|
|
6665
6665
|
:param _TotalCount: The total count.
|
|
6666
6666
|
:type TotalCount: int
|
|
6667
|
-
:param _RequestId: The unique request ID,
|
|
6667
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6668
6668
|
:type RequestId: str
|
|
6669
6669
|
"""
|
|
6670
6670
|
self._InstanceList = None
|
|
@@ -6696,7 +6696,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6696
6696
|
|
|
6697
6697
|
@property
|
|
6698
6698
|
def RequestId(self):
|
|
6699
|
-
"""The unique request ID,
|
|
6699
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6700
6700
|
:rtype: str
|
|
6701
6701
|
"""
|
|
6702
6702
|
return self._RequestId
|
|
@@ -6805,7 +6805,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
6805
6805
|
:param _RunningTotalCount: Total running deployments
|
|
6806
6806
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
6807
6807
|
:type RunningTotalCount: int
|
|
6808
|
-
:param _RequestId: The unique request ID,
|
|
6808
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6809
6809
|
:type RequestId: str
|
|
6810
6810
|
"""
|
|
6811
6811
|
self._TotalCount = None
|
|
@@ -6877,7 +6877,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
6877
6877
|
|
|
6878
6878
|
@property
|
|
6879
6879
|
def RequestId(self):
|
|
6880
|
-
"""The unique request ID,
|
|
6880
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6881
6881
|
:rtype: str
|
|
6882
6882
|
"""
|
|
6883
6883
|
return self._RequestId
|
|
@@ -6995,7 +6995,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
6995
6995
|
:param _DeployRecordList: Certificate deployment record list
|
|
6996
6996
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
6997
6997
|
:type DeployRecordList: list of UpdateRecordInfo
|
|
6998
|
-
:param _RequestId: The unique request ID,
|
|
6998
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6999
6999
|
:type RequestId: str
|
|
7000
7000
|
"""
|
|
7001
7001
|
self._TotalCount = None
|
|
@@ -7028,7 +7028,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
7028
7028
|
|
|
7029
7029
|
@property
|
|
7030
7030
|
def RequestId(self):
|
|
7031
|
-
"""The unique request ID,
|
|
7031
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7032
7032
|
:rtype: str
|
|
7033
7033
|
"""
|
|
7034
7034
|
return self._RequestId
|
|
@@ -7098,7 +7098,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
7098
7098
|
:param _ContentType: MIME type. `application/zip`: ZIP file
|
|
7099
7099
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
7100
7100
|
:type ContentType: str
|
|
7101
|
-
:param _RequestId: The unique request ID,
|
|
7101
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7102
7102
|
:type RequestId: str
|
|
7103
7103
|
"""
|
|
7104
7104
|
self._Content = None
|
|
@@ -7131,7 +7131,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
7131
7131
|
|
|
7132
7132
|
@property
|
|
7133
7133
|
def RequestId(self):
|
|
7134
|
-
"""The unique request ID,
|
|
7134
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7135
7135
|
:rtype: str
|
|
7136
7136
|
"""
|
|
7137
7137
|
return self._RequestId
|
|
@@ -7462,7 +7462,7 @@ class Filter(AbstractModel):
|
|
|
7462
7462
|
r"""
|
|
7463
7463
|
:param _FilterKey: The key of the filter parameter.
|
|
7464
7464
|
:type FilterKey: str
|
|
7465
|
-
:param _FilterValue:
|
|
7465
|
+
:param _FilterValue: The value of the filter parameter.
|
|
7466
7466
|
:type FilterValue: str
|
|
7467
7467
|
"""
|
|
7468
7468
|
self._FilterKey = None
|
|
@@ -7481,7 +7481,7 @@ class Filter(AbstractModel):
|
|
|
7481
7481
|
|
|
7482
7482
|
@property
|
|
7483
7483
|
def FilterValue(self):
|
|
7484
|
-
"""
|
|
7484
|
+
"""The value of the filter parameter.
|
|
7485
7485
|
:rtype: str
|
|
7486
7486
|
"""
|
|
7487
7487
|
return self._FilterValue
|
|
@@ -7965,7 +7965,7 @@ class ModifyCSRResponse(AbstractModel):
|
|
|
7965
7965
|
r"""
|
|
7966
7966
|
:param _Id: The CSR ID.
|
|
7967
7967
|
:type Id: int
|
|
7968
|
-
:param _RequestId: The unique request ID,
|
|
7968
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7969
7969
|
:type RequestId: str
|
|
7970
7970
|
"""
|
|
7971
7971
|
self._Id = None
|
|
@@ -7984,7 +7984,7 @@ class ModifyCSRResponse(AbstractModel):
|
|
|
7984
7984
|
|
|
7985
7985
|
@property
|
|
7986
7986
|
def RequestId(self):
|
|
7987
|
-
"""The unique request ID,
|
|
7987
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7988
7988
|
:rtype: str
|
|
7989
7989
|
"""
|
|
7990
7990
|
return self._RequestId
|
|
@@ -8059,7 +8059,7 @@ class ModifyCertificateAliasResponse(AbstractModel):
|
|
|
8059
8059
|
r"""
|
|
8060
8060
|
:param _CertificateId: ID of the successfully modified certificate
|
|
8061
8061
|
:type CertificateId: str
|
|
8062
|
-
:param _RequestId: The unique request ID,
|
|
8062
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8063
8063
|
:type RequestId: str
|
|
8064
8064
|
"""
|
|
8065
8065
|
self._CertificateId = None
|
|
@@ -8078,7 +8078,7 @@ class ModifyCertificateAliasResponse(AbstractModel):
|
|
|
8078
8078
|
|
|
8079
8079
|
@property
|
|
8080
8080
|
def RequestId(self):
|
|
8081
|
-
"""The unique request ID,
|
|
8081
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8082
8082
|
:rtype: str
|
|
8083
8083
|
"""
|
|
8084
8084
|
return self._RequestId
|
|
@@ -8157,7 +8157,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
8157
8157
|
:param _FailCertificates: List of certificates whose projects failed to be modified
|
|
8158
8158
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8159
8159
|
:type FailCertificates: list of str
|
|
8160
|
-
:param _RequestId: The unique request ID,
|
|
8160
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8161
8161
|
:type RequestId: str
|
|
8162
8162
|
"""
|
|
8163
8163
|
self._SuccessCertificates = None
|
|
@@ -8190,7 +8190,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
8190
8190
|
|
|
8191
8191
|
@property
|
|
8192
8192
|
def RequestId(self):
|
|
8193
|
-
"""The unique request ID,
|
|
8193
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8194
8194
|
:rtype: str
|
|
8195
8195
|
"""
|
|
8196
8196
|
return self._RequestId
|
|
@@ -8251,7 +8251,7 @@ class ModifyCertificateResubmitResponse(AbstractModel):
|
|
|
8251
8251
|
r"""
|
|
8252
8252
|
:param _CertificateId: The certificate ID.
|
|
8253
8253
|
:type CertificateId: str
|
|
8254
|
-
:param _RequestId: The unique request ID,
|
|
8254
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8255
8255
|
:type RequestId: str
|
|
8256
8256
|
"""
|
|
8257
8257
|
self._CertificateId = None
|
|
@@ -8270,7 +8270,7 @@ class ModifyCertificateResubmitResponse(AbstractModel):
|
|
|
8270
8270
|
|
|
8271
8271
|
@property
|
|
8272
8272
|
def RequestId(self):
|
|
8273
|
-
"""The unique request ID,
|
|
8273
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8274
8274
|
:rtype: str
|
|
8275
8275
|
"""
|
|
8276
8276
|
return self._RequestId
|
|
@@ -8683,7 +8683,7 @@ class ReplaceCertificateResponse(AbstractModel):
|
|
|
8683
8683
|
r"""
|
|
8684
8684
|
:param _CertificateId: Certificate ID
|
|
8685
8685
|
:type CertificateId: str
|
|
8686
|
-
:param _RequestId: The unique request ID,
|
|
8686
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8687
8687
|
:type RequestId: str
|
|
8688
8688
|
"""
|
|
8689
8689
|
self._CertificateId = None
|
|
@@ -8702,7 +8702,7 @@ class ReplaceCertificateResponse(AbstractModel):
|
|
|
8702
8702
|
|
|
8703
8703
|
@property
|
|
8704
8704
|
def RequestId(self):
|
|
8705
|
-
"""The unique request ID,
|
|
8705
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8706
8706
|
:rtype: str
|
|
8707
8707
|
"""
|
|
8708
8708
|
return self._RequestId
|
|
@@ -9260,7 +9260,7 @@ class SubmitCertificateInformationResponse(AbstractModel):
|
|
|
9260
9260
|
r"""
|
|
9261
9261
|
:param _CertificateId: Certificate ID
|
|
9262
9262
|
:type CertificateId: str
|
|
9263
|
-
:param _RequestId: The unique request ID,
|
|
9263
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9264
9264
|
:type RequestId: str
|
|
9265
9265
|
"""
|
|
9266
9266
|
self._CertificateId = None
|
|
@@ -9279,7 +9279,7 @@ class SubmitCertificateInformationResponse(AbstractModel):
|
|
|
9279
9279
|
|
|
9280
9280
|
@property
|
|
9281
9281
|
def RequestId(self):
|
|
9282
|
-
"""The unique request ID,
|
|
9282
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9283
9283
|
:rtype: str
|
|
9284
9284
|
"""
|
|
9285
9285
|
return self._RequestId
|
|
@@ -11491,7 +11491,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
11491
11491
|
:type DeployStatus: int
|
|
11492
11492
|
:param _UpdateSyncProgress:
|
|
11493
11493
|
:type UpdateSyncProgress: list of UpdateSyncProgress
|
|
11494
|
-
:param _RequestId: The unique request ID,
|
|
11494
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11495
11495
|
:type RequestId: str
|
|
11496
11496
|
"""
|
|
11497
11497
|
self._DeployRecordId = None
|
|
@@ -11535,7 +11535,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
11535
11535
|
|
|
11536
11536
|
@property
|
|
11537
11537
|
def RequestId(self):
|
|
11538
|
-
"""The unique request ID,
|
|
11538
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11539
11539
|
:rtype: str
|
|
11540
11540
|
"""
|
|
11541
11541
|
return self._RequestId
|
|
@@ -11615,14 +11615,14 @@ class UpdateCertificateRecordRetryResponse(AbstractModel):
|
|
|
11615
11615
|
|
|
11616
11616
|
def __init__(self):
|
|
11617
11617
|
r"""
|
|
11618
|
-
:param _RequestId: The unique request ID,
|
|
11618
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11619
11619
|
:type RequestId: str
|
|
11620
11620
|
"""
|
|
11621
11621
|
self._RequestId = None
|
|
11622
11622
|
|
|
11623
11623
|
@property
|
|
11624
11624
|
def RequestId(self):
|
|
11625
|
-
"""The unique request ID,
|
|
11625
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11626
11626
|
:rtype: str
|
|
11627
11627
|
"""
|
|
11628
11628
|
return self._RequestId
|
|
@@ -11681,7 +11681,7 @@ class UpdateCertificateRecordRollbackResponse(AbstractModel):
|
|
|
11681
11681
|
r"""
|
|
11682
11682
|
:param _DeployRecordId: Rollback deployment record ID
|
|
11683
11683
|
:type DeployRecordId: int
|
|
11684
|
-
:param _RequestId: The unique request ID,
|
|
11684
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11685
11685
|
:type RequestId: str
|
|
11686
11686
|
"""
|
|
11687
11687
|
self._DeployRecordId = None
|
|
@@ -11700,7 +11700,7 @@ class UpdateCertificateRecordRollbackResponse(AbstractModel):
|
|
|
11700
11700
|
|
|
11701
11701
|
@property
|
|
11702
11702
|
def RequestId(self):
|
|
11703
|
-
"""The unique request ID,
|
|
11703
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11704
11704
|
:rtype: str
|
|
11705
11705
|
"""
|
|
11706
11706
|
return self._RequestId
|
|
@@ -12620,7 +12620,7 @@ class UploadCertificateResponse(AbstractModel):
|
|
|
12620
12620
|
:param _RepeatCertId: The ID of the repeatedly uploaded certificate.
|
|
12621
12621
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12622
12622
|
:type RepeatCertId: str
|
|
12623
|
-
:param _RequestId: The unique request ID,
|
|
12623
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12624
12624
|
:type RequestId: str
|
|
12625
12625
|
"""
|
|
12626
12626
|
self._CertificateId = None
|
|
@@ -12652,7 +12652,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
12652
12652
|
|
|
12653
12653
|
@property
|
|
12654
12654
|
def RequestId(self):
|
|
12655
|
-
"""The unique request ID,
|
|
12655
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12656
12656
|
:rtype: str
|
|
12657
12657
|
"""
|
|
12658
12658
|
return self._RequestId
|
|
@@ -12730,7 +12730,7 @@ class UploadConfirmLetterResponse(AbstractModel):
|
|
|
12730
12730
|
:type CertificateId: str
|
|
12731
12731
|
:param _IsSuccess: Whether the operation is successful
|
|
12732
12732
|
:type IsSuccess: bool
|
|
12733
|
-
:param _RequestId: The unique request ID,
|
|
12733
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12734
12734
|
:type RequestId: str
|
|
12735
12735
|
"""
|
|
12736
12736
|
self._CertificateId = None
|
|
@@ -12761,7 +12761,7 @@ class UploadConfirmLetterResponse(AbstractModel):
|
|
|
12761
12761
|
|
|
12762
12762
|
@property
|
|
12763
12763
|
def RequestId(self):
|
|
12764
|
-
"""The unique request ID,
|
|
12764
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12765
12765
|
:rtype: str
|
|
12766
12766
|
"""
|
|
12767
12767
|
return self._RequestId
|
|
@@ -149,6 +149,9 @@ RESOURCENOTFOUND_TCRRESOURCENOTFOUND = 'ResourceNotFound.TcrResourceNotFound'
|
|
|
149
149
|
# The operation is unauthorized.
|
|
150
150
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
151
151
|
|
|
152
|
+
#
|
|
153
|
+
UNAUTHORIZEDOPERATION_ERRORTCRUNAUTHORIZED = 'UnauthorizedOperation.ErrorTcrUnauthorized'
|
|
154
|
+
|
|
152
155
|
# Unknown parameter error. Please check and try again.
|
|
153
156
|
UNKNOWNPARAMETER = 'UnknownParameter'
|
|
154
157
|
|