tencentcloud-sdk-python-intl-en 3.0.1087__py2.py3-none-any.whl → 3.0.1089__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/batch/v20170312/errorcodes.py +3 -0
- tencentcloud/batch/v20170312/models.py +119 -45
- tencentcloud/cfs/v20190719/models.py +160 -2
- tencentcloud/dbbrain/v20210527/models.py +2 -2
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +2 -2
- tencentcloud/live/v20180801/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/organization/v20181225/errorcodes.py +16 -4
- tencentcloud/organization/v20181225/models.py +40 -40
- tencentcloud/scf/v20180416/errorcodes.py +3 -0
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/errorcodes.py +19 -19
- tencentcloud/teo/v20220901/models.py +92 -20
- tencentcloud/vclm/__init__.py +0 -0
- tencentcloud/vclm/v20240523/__init__.py +0 -0
- tencentcloud/vclm/v20240523/errorcodes.py +126 -0
- tencentcloud/vclm/v20240523/models.py +538 -0
- tencentcloud/vclm/v20240523/vclm_client.py +72 -0
- {tencentcloud_sdk_python_intl_en-3.0.1087.dist-info → tencentcloud_sdk_python_intl_en-3.0.1089.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1087.dist-info → tencentcloud_sdk_python_intl_en-3.0.1089.dist-info}/RECORD +25 -20
- {tencentcloud_sdk_python_intl_en-3.0.1087.dist-info → tencentcloud_sdk_python_intl_en-3.0.1089.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1087.dist-info → tencentcloud_sdk_python_intl_en-3.0.1089.dist-info}/top_level.txt +0 -0
|
@@ -641,7 +641,7 @@ class CreateBackupDBInstanceResponse(AbstractModel):
|
|
|
641
641
|
r"""
|
|
642
642
|
:param _AsyncRequestId: The status of the queried backup process.
|
|
643
643
|
:type AsyncRequestId: str
|
|
644
|
-
:param _RequestId: The unique request ID,
|
|
644
|
+
: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.
|
|
645
645
|
:type RequestId: str
|
|
646
646
|
"""
|
|
647
647
|
self._AsyncRequestId = None
|
|
@@ -660,7 +660,7 @@ class CreateBackupDBInstanceResponse(AbstractModel):
|
|
|
660
660
|
|
|
661
661
|
@property
|
|
662
662
|
def RequestId(self):
|
|
663
|
-
"""The unique request ID,
|
|
663
|
+
"""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.
|
|
664
664
|
:rtype: str
|
|
665
665
|
"""
|
|
666
666
|
return self._RequestId
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
# limitations under the License.
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
#
|
|
18
|
+
FAILEDOPERATION = 'FailedOperation'
|
|
19
|
+
|
|
17
20
|
# Members cannot be deleted from the root unit.
|
|
18
21
|
FAILEDOPERATION_DISABLEDELETEMEMBERFROMROOTNODE = 'FailedOperation.DisableDeleteMemberFromRootNode'
|
|
19
22
|
|
|
@@ -26,19 +29,28 @@ FAILEDOPERATION_INORGANIZATIONALREADY = 'FailedOperation.InOrganizationAlready'
|
|
|
26
29
|
# The name is already in use.
|
|
27
30
|
FAILEDOPERATION_MEMBERNAMEUSED = 'FailedOperation.MemberNameUsed'
|
|
28
31
|
|
|
29
|
-
# There are members in this
|
|
32
|
+
# There are members in this department
|
|
30
33
|
FAILEDOPERATION_NODENOTEMPTY = 'FailedOperation.NodeNotEmpty'
|
|
31
34
|
|
|
35
|
+
# You can only invite accounts within the same site.
|
|
36
|
+
FAILEDOPERATION_NOTSAMEREGION = 'FailedOperation.NotSameRegion'
|
|
37
|
+
|
|
32
38
|
# The organization already exists.
|
|
33
39
|
FAILEDOPERATION_ORGANIZATIONEXISTALREADY = 'FailedOperation.OrganizationExistAlready'
|
|
34
40
|
|
|
35
41
|
# There are members in this organization.
|
|
36
42
|
FAILEDOPERATION_ORGANIZATIONNOTEMPTY = 'FailedOperation.OrganizationNotEmpty'
|
|
37
43
|
|
|
44
|
+
# Failed to leave the shared unit.
|
|
45
|
+
FAILEDOPERATION_QUITSHAREUINTERROR = 'FailedOperation.QuitShareUintError'
|
|
46
|
+
|
|
38
47
|
# The invitation has already been sent before.
|
|
39
48
|
FAILEDOPERATION_RESENTINVITATION = 'FailedOperation.ReSentInvitation'
|
|
40
49
|
|
|
41
|
-
#
|
|
50
|
+
# Shared unit is not empty.
|
|
51
|
+
FAILEDOPERATION_SHAREUNITNOTEMPTY = 'FailedOperation.ShareUnitNotEmpty'
|
|
52
|
+
|
|
53
|
+
# The UIN does not belong to the organization.
|
|
42
54
|
FAILEDOPERATION_SOMEUINSNOTINORGANIZATION = 'FailedOperation.SomeUinsNotInOrganization'
|
|
43
55
|
|
|
44
56
|
# The user has already joined the organization.
|
|
@@ -50,10 +62,10 @@ FAILEDOPERATION_USERNOTREGISTER = 'FailedOperation.UserNotRegister'
|
|
|
50
62
|
# The number of organization members has reached the maximum.
|
|
51
63
|
LIMITEXCEEDED_MEMBERS = 'LimitExceeded.Members'
|
|
52
64
|
|
|
53
|
-
#
|
|
65
|
+
# The department has too many levels.
|
|
54
66
|
LIMITEXCEEDED_NODEDEPTHEXCEEDLIMIT = 'LimitExceeded.NodeDepthExceedLimit'
|
|
55
67
|
|
|
56
|
-
# The number of
|
|
68
|
+
# The number of departments exceeds the upper limit.
|
|
57
69
|
LIMITEXCEEDED_NODEEXCEEDLIMIT = 'LimitExceeded.NodeExceedLimit'
|
|
58
70
|
|
|
59
71
|
# The organizational unit name is already in use.
|
|
@@ -61,14 +61,14 @@ class AcceptOrganizationInvitationResponse(AbstractModel):
|
|
|
61
61
|
|
|
62
62
|
def __init__(self):
|
|
63
63
|
r"""
|
|
64
|
-
:param _RequestId: The unique request ID,
|
|
64
|
+
: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.
|
|
65
65
|
:type RequestId: str
|
|
66
66
|
"""
|
|
67
67
|
self._RequestId = None
|
|
68
68
|
|
|
69
69
|
@property
|
|
70
70
|
def RequestId(self):
|
|
71
|
-
"""The unique request ID,
|
|
71
|
+
"""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.
|
|
72
72
|
:rtype: str
|
|
73
73
|
"""
|
|
74
74
|
return self._RequestId
|
|
@@ -142,7 +142,7 @@ class AddOrganizationNodeResponse(AbstractModel):
|
|
|
142
142
|
r"""
|
|
143
143
|
:param _NodeId: Organizational unit ID
|
|
144
144
|
:type NodeId: int
|
|
145
|
-
:param _RequestId: The unique request ID,
|
|
145
|
+
: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.
|
|
146
146
|
:type RequestId: str
|
|
147
147
|
"""
|
|
148
148
|
self._NodeId = None
|
|
@@ -161,7 +161,7 @@ class AddOrganizationNodeResponse(AbstractModel):
|
|
|
161
161
|
|
|
162
162
|
@property
|
|
163
163
|
def RequestId(self):
|
|
164
|
-
"""The unique request ID,
|
|
164
|
+
"""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.
|
|
165
165
|
:rtype: str
|
|
166
166
|
"""
|
|
167
167
|
return self._RequestId
|
|
@@ -219,14 +219,14 @@ class CancelOrganizationInvitationResponse(AbstractModel):
|
|
|
219
219
|
|
|
220
220
|
def __init__(self):
|
|
221
221
|
r"""
|
|
222
|
-
:param _RequestId: The unique request ID,
|
|
222
|
+
: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.
|
|
223
223
|
:type RequestId: str
|
|
224
224
|
"""
|
|
225
225
|
self._RequestId = None
|
|
226
226
|
|
|
227
227
|
@property
|
|
228
228
|
def RequestId(self):
|
|
229
|
-
"""The unique request ID,
|
|
229
|
+
"""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.
|
|
230
230
|
:rtype: str
|
|
231
231
|
"""
|
|
232
232
|
return self._RequestId
|
|
@@ -291,7 +291,7 @@ class CreateOrganizationResponse(AbstractModel):
|
|
|
291
291
|
:type Mail: str
|
|
292
292
|
:param _OrgType: Organization type
|
|
293
293
|
:type OrgType: int
|
|
294
|
-
:param _RequestId: The unique request ID,
|
|
294
|
+
: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.
|
|
295
295
|
:type RequestId: str
|
|
296
296
|
"""
|
|
297
297
|
self._OrgId = None
|
|
@@ -346,7 +346,7 @@ class CreateOrganizationResponse(AbstractModel):
|
|
|
346
346
|
|
|
347
347
|
@property
|
|
348
348
|
def RequestId(self):
|
|
349
|
-
"""The unique request ID,
|
|
349
|
+
"""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.
|
|
350
350
|
:rtype: str
|
|
351
351
|
"""
|
|
352
352
|
return self._RequestId
|
|
@@ -422,14 +422,14 @@ class DeleteOrganizationMemberFromNodeResponse(AbstractModel):
|
|
|
422
422
|
|
|
423
423
|
def __init__(self):
|
|
424
424
|
r"""
|
|
425
|
-
:param _RequestId: The unique request ID,
|
|
425
|
+
: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.
|
|
426
426
|
:type RequestId: str
|
|
427
427
|
"""
|
|
428
428
|
self._RequestId = None
|
|
429
429
|
|
|
430
430
|
@property
|
|
431
431
|
def RequestId(self):
|
|
432
|
-
"""The unique request ID,
|
|
432
|
+
"""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.
|
|
433
433
|
:rtype: str
|
|
434
434
|
"""
|
|
435
435
|
return self._RequestId
|
|
@@ -486,14 +486,14 @@ class DeleteOrganizationMembersResponse(AbstractModel):
|
|
|
486
486
|
|
|
487
487
|
def __init__(self):
|
|
488
488
|
r"""
|
|
489
|
-
:param _RequestId: The unique request ID,
|
|
489
|
+
: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.
|
|
490
490
|
:type RequestId: str
|
|
491
491
|
"""
|
|
492
492
|
self._RequestId = None
|
|
493
493
|
|
|
494
494
|
@property
|
|
495
495
|
def RequestId(self):
|
|
496
|
-
"""The unique request ID,
|
|
496
|
+
"""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.
|
|
497
497
|
:rtype: str
|
|
498
498
|
"""
|
|
499
499
|
return self._RequestId
|
|
@@ -550,14 +550,14 @@ class DeleteOrganizationNodesResponse(AbstractModel):
|
|
|
550
550
|
|
|
551
551
|
def __init__(self):
|
|
552
552
|
r"""
|
|
553
|
-
:param _RequestId: The unique request ID,
|
|
553
|
+
: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.
|
|
554
554
|
:type RequestId: str
|
|
555
555
|
"""
|
|
556
556
|
self._RequestId = None
|
|
557
557
|
|
|
558
558
|
@property
|
|
559
559
|
def RequestId(self):
|
|
560
|
-
"""The unique request ID,
|
|
560
|
+
"""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.
|
|
561
561
|
:rtype: str
|
|
562
562
|
"""
|
|
563
563
|
return self._RequestId
|
|
@@ -584,14 +584,14 @@ class DeleteOrganizationResponse(AbstractModel):
|
|
|
584
584
|
|
|
585
585
|
def __init__(self):
|
|
586
586
|
r"""
|
|
587
|
-
:param _RequestId: The unique request ID,
|
|
587
|
+
: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.
|
|
588
588
|
:type RequestId: str
|
|
589
589
|
"""
|
|
590
590
|
self._RequestId = None
|
|
591
591
|
|
|
592
592
|
@property
|
|
593
593
|
def RequestId(self):
|
|
594
|
-
"""The unique request ID,
|
|
594
|
+
"""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.
|
|
595
595
|
:rtype: str
|
|
596
596
|
"""
|
|
597
597
|
return self._RequestId
|
|
@@ -648,14 +648,14 @@ class DenyOrganizationInvitationResponse(AbstractModel):
|
|
|
648
648
|
|
|
649
649
|
def __init__(self):
|
|
650
650
|
r"""
|
|
651
|
-
:param _RequestId: The unique request ID,
|
|
651
|
+
: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.
|
|
652
652
|
:type RequestId: str
|
|
653
653
|
"""
|
|
654
654
|
self._RequestId = None
|
|
655
655
|
|
|
656
656
|
@property
|
|
657
657
|
def RequestId(self):
|
|
658
|
-
"""The unique request ID,
|
|
658
|
+
"""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.
|
|
659
659
|
:rtype: str
|
|
660
660
|
"""
|
|
661
661
|
return self._RequestId
|
|
@@ -726,7 +726,7 @@ class GetOrganizationMemberResponse(AbstractModel):
|
|
|
726
726
|
:type NodeName: str
|
|
727
727
|
:param _ParentNodeId: Parent organizational unit ID
|
|
728
728
|
:type ParentNodeId: int
|
|
729
|
-
:param _RequestId: The unique request ID,
|
|
729
|
+
: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.
|
|
730
730
|
:type RequestId: str
|
|
731
731
|
"""
|
|
732
732
|
self._Uin = None
|
|
@@ -817,7 +817,7 @@ class GetOrganizationMemberResponse(AbstractModel):
|
|
|
817
817
|
|
|
818
818
|
@property
|
|
819
819
|
def RequestId(self):
|
|
820
|
-
"""The unique request ID,
|
|
820
|
+
"""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.
|
|
821
821
|
:rtype: str
|
|
822
822
|
"""
|
|
823
823
|
return self._RequestId
|
|
@@ -863,7 +863,7 @@ class GetOrganizationResponse(AbstractModel):
|
|
|
863
863
|
:type OrgType: int
|
|
864
864
|
:param _IsEmpty: Whether the organization is empty or not
|
|
865
865
|
:type IsEmpty: int
|
|
866
|
-
:param _RequestId: The unique request ID,
|
|
866
|
+
: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.
|
|
867
867
|
:type RequestId: str
|
|
868
868
|
"""
|
|
869
869
|
self._OrgId = None
|
|
@@ -942,7 +942,7 @@ class GetOrganizationResponse(AbstractModel):
|
|
|
942
942
|
|
|
943
943
|
@property
|
|
944
944
|
def RequestId(self):
|
|
945
|
-
"""The unique request ID,
|
|
945
|
+
"""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.
|
|
946
946
|
:rtype: str
|
|
947
947
|
"""
|
|
948
948
|
return self._RequestId
|
|
@@ -1039,7 +1039,7 @@ class ListOrganizationInvitationsResponse(AbstractModel):
|
|
|
1039
1039
|
:type Invitations: list of OrgInvitation
|
|
1040
1040
|
:param _TotalCount: Total number of results
|
|
1041
1041
|
:type TotalCount: int
|
|
1042
|
-
:param _RequestId: The unique request ID,
|
|
1042
|
+
: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.
|
|
1043
1043
|
:type RequestId: str
|
|
1044
1044
|
"""
|
|
1045
1045
|
self._Invitations = None
|
|
@@ -1070,7 +1070,7 @@ class ListOrganizationInvitationsResponse(AbstractModel):
|
|
|
1070
1070
|
|
|
1071
1071
|
@property
|
|
1072
1072
|
def RequestId(self):
|
|
1073
|
-
"""The unique request ID,
|
|
1073
|
+
"""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.
|
|
1074
1074
|
:rtype: str
|
|
1075
1075
|
"""
|
|
1076
1076
|
return self._RequestId
|
|
@@ -1153,7 +1153,7 @@ class ListOrganizationMembersResponse(AbstractModel):
|
|
|
1153
1153
|
:type Members: list of OrgMember
|
|
1154
1154
|
:param _TotalCount: Total number of results
|
|
1155
1155
|
:type TotalCount: int
|
|
1156
|
-
:param _RequestId: The unique request ID,
|
|
1156
|
+
: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.
|
|
1157
1157
|
:type RequestId: str
|
|
1158
1158
|
"""
|
|
1159
1159
|
self._Members = None
|
|
@@ -1184,7 +1184,7 @@ class ListOrganizationMembersResponse(AbstractModel):
|
|
|
1184
1184
|
|
|
1185
1185
|
@property
|
|
1186
1186
|
def RequestId(self):
|
|
1187
|
-
"""The unique request ID,
|
|
1187
|
+
"""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.
|
|
1188
1188
|
:rtype: str
|
|
1189
1189
|
"""
|
|
1190
1190
|
return self._RequestId
|
|
@@ -1282,7 +1282,7 @@ class ListOrganizationNodeMembersResponse(AbstractModel):
|
|
|
1282
1282
|
:type TotalCount: int
|
|
1283
1283
|
:param _Members: Member list
|
|
1284
1284
|
:type Members: list of OrgMember
|
|
1285
|
-
:param _RequestId: The unique request ID,
|
|
1285
|
+
: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.
|
|
1286
1286
|
:type RequestId: str
|
|
1287
1287
|
"""
|
|
1288
1288
|
self._TotalCount = None
|
|
@@ -1313,7 +1313,7 @@ class ListOrganizationNodeMembersResponse(AbstractModel):
|
|
|
1313
1313
|
|
|
1314
1314
|
@property
|
|
1315
1315
|
def RequestId(self):
|
|
1316
|
-
"""The unique request ID,
|
|
1316
|
+
"""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.
|
|
1317
1317
|
:rtype: str
|
|
1318
1318
|
"""
|
|
1319
1319
|
return self._RequestId
|
|
@@ -1349,7 +1349,7 @@ class ListOrganizationNodesResponse(AbstractModel):
|
|
|
1349
1349
|
r"""
|
|
1350
1350
|
:param _Nodes: Organizational unit list
|
|
1351
1351
|
:type Nodes: list of OrgNode
|
|
1352
|
-
:param _RequestId: The unique request ID,
|
|
1352
|
+
: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.
|
|
1353
1353
|
:type RequestId: str
|
|
1354
1354
|
"""
|
|
1355
1355
|
self._Nodes = None
|
|
@@ -1368,7 +1368,7 @@ class ListOrganizationNodesResponse(AbstractModel):
|
|
|
1368
1368
|
|
|
1369
1369
|
@property
|
|
1370
1370
|
def RequestId(self):
|
|
1371
|
-
"""The unique request ID,
|
|
1371
|
+
"""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.
|
|
1372
1372
|
:rtype: str
|
|
1373
1373
|
"""
|
|
1374
1374
|
return self._RequestId
|
|
@@ -1446,14 +1446,14 @@ class MoveOrganizationMembersToNodeResponse(AbstractModel):
|
|
|
1446
1446
|
|
|
1447
1447
|
def __init__(self):
|
|
1448
1448
|
r"""
|
|
1449
|
-
:param _RequestId: The unique request ID,
|
|
1449
|
+
: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.
|
|
1450
1450
|
:type RequestId: str
|
|
1451
1451
|
"""
|
|
1452
1452
|
self._RequestId = None
|
|
1453
1453
|
|
|
1454
1454
|
@property
|
|
1455
1455
|
def RequestId(self):
|
|
1456
|
-
"""The unique request ID,
|
|
1456
|
+
"""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.
|
|
1457
1457
|
:rtype: str
|
|
1458
1458
|
"""
|
|
1459
1459
|
return self._RequestId
|
|
@@ -1858,14 +1858,14 @@ class QuitOrganizationResponse(AbstractModel):
|
|
|
1858
1858
|
|
|
1859
1859
|
def __init__(self):
|
|
1860
1860
|
r"""
|
|
1861
|
-
:param _RequestId: The unique request ID,
|
|
1861
|
+
: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.
|
|
1862
1862
|
:type RequestId: str
|
|
1863
1863
|
"""
|
|
1864
1864
|
self._RequestId = None
|
|
1865
1865
|
|
|
1866
1866
|
@property
|
|
1867
1867
|
def RequestId(self):
|
|
1868
|
-
"""The unique request ID,
|
|
1868
|
+
"""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.
|
|
1869
1869
|
:rtype: str
|
|
1870
1870
|
"""
|
|
1871
1871
|
return self._RequestId
|
|
@@ -1952,14 +1952,14 @@ class SendOrganizationInvitationResponse(AbstractModel):
|
|
|
1952
1952
|
|
|
1953
1953
|
def __init__(self):
|
|
1954
1954
|
r"""
|
|
1955
|
-
:param _RequestId: The unique request ID,
|
|
1955
|
+
: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.
|
|
1956
1956
|
:type RequestId: str
|
|
1957
1957
|
"""
|
|
1958
1958
|
self._RequestId = None
|
|
1959
1959
|
|
|
1960
1960
|
@property
|
|
1961
1961
|
def RequestId(self):
|
|
1962
|
-
"""The unique request ID,
|
|
1962
|
+
"""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.
|
|
1963
1963
|
:rtype: str
|
|
1964
1964
|
"""
|
|
1965
1965
|
return self._RequestId
|
|
@@ -2046,14 +2046,14 @@ class UpdateOrganizationMemberResponse(AbstractModel):
|
|
|
2046
2046
|
|
|
2047
2047
|
def __init__(self):
|
|
2048
2048
|
r"""
|
|
2049
|
-
:param _RequestId: The unique request ID,
|
|
2049
|
+
: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.
|
|
2050
2050
|
:type RequestId: str
|
|
2051
2051
|
"""
|
|
2052
2052
|
self._RequestId = None
|
|
2053
2053
|
|
|
2054
2054
|
@property
|
|
2055
2055
|
def RequestId(self):
|
|
2056
|
-
"""The unique request ID,
|
|
2056
|
+
"""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.
|
|
2057
2057
|
:rtype: str
|
|
2058
2058
|
"""
|
|
2059
2059
|
return self._RequestId
|
|
@@ -2140,14 +2140,14 @@ class UpdateOrganizationNodeResponse(AbstractModel):
|
|
|
2140
2140
|
|
|
2141
2141
|
def __init__(self):
|
|
2142
2142
|
r"""
|
|
2143
|
-
:param _RequestId: The unique request ID,
|
|
2143
|
+
: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.
|
|
2144
2144
|
:type RequestId: str
|
|
2145
2145
|
"""
|
|
2146
2146
|
self._RequestId = None
|
|
2147
2147
|
|
|
2148
2148
|
@property
|
|
2149
2149
|
def RequestId(self):
|
|
2150
|
-
"""The unique request ID,
|
|
2150
|
+
"""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.
|
|
2151
2151
|
:rtype: str
|
|
2152
2152
|
"""
|
|
2153
2153
|
return self._RequestId
|
|
@@ -674,6 +674,9 @@ UNSUPPORTEDOPERATION_ALIASBIND = 'UnsupportedOperation.AliasBind'
|
|
|
674
674
|
# Cdn is not supported.
|
|
675
675
|
UNSUPPORTEDOPERATION_CDN = 'UnsupportedOperation.Cdn'
|
|
676
676
|
|
|
677
|
+
#
|
|
678
|
+
UNSUPPORTEDOPERATION_COPYFUNCTION = 'UnsupportedOperation.CopyFunction'
|
|
679
|
+
|
|
677
680
|
# Cos operation is not supported.
|
|
678
681
|
UNSUPPORTEDOPERATION_COS = 'UnsupportedOperation.Cos'
|
|
679
682
|
|
|
@@ -778,14 +778,14 @@ class CopyFunctionResponse(AbstractModel):
|
|
|
778
778
|
|
|
779
779
|
def __init__(self):
|
|
780
780
|
r"""
|
|
781
|
-
:param _RequestId: The unique request ID,
|
|
781
|
+
: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.
|
|
782
782
|
:type RequestId: str
|
|
783
783
|
"""
|
|
784
784
|
self._RequestId = None
|
|
785
785
|
|
|
786
786
|
@property
|
|
787
787
|
def RequestId(self):
|
|
788
|
-
"""The unique request ID,
|
|
788
|
+
"""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.
|
|
789
789
|
:rtype: str
|
|
790
790
|
"""
|
|
791
791
|
return self._RequestId
|
|
@@ -62,7 +62,7 @@ FAILEDOPERATION_CREATECLSLOGTOPICTASKFAILED = 'FailedOperation.CreateClsLogTopic
|
|
|
62
62
|
# Authentication failed while creating a custom push task. Check whether the push address is correct.
|
|
63
63
|
FAILEDOPERATION_CREATELOGTOPICTASKAUTHFAILURE = 'FailedOperation.CreateLogTopicTaskAuthFailure'
|
|
64
64
|
|
|
65
|
-
#
|
|
65
|
+
# The edge client certificate has expired. It is not supported to issue expired certificates for the time being.
|
|
66
66
|
FAILEDOPERATION_EDGECLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.EdgeClientCertificateHasExpired'
|
|
67
67
|
|
|
68
68
|
# Another task is being deployed. Please try again later.
|
|
@@ -92,7 +92,7 @@ FAILEDOPERATION_RULEOPERATIONCONFLICT = 'FailedOperation.RuleOperationConflict'
|
|
|
92
92
|
# Unknown configuration group type.
|
|
93
93
|
FAILEDOPERATION_UNKNOWNCONFIGGROUPTYPE = 'FailedOperation.UnknownConfigGroupType'
|
|
94
94
|
|
|
95
|
-
#
|
|
95
|
+
# The client certificate for the origin-pull mutual authentication has expired. It is not supported to issue expired certificates.
|
|
96
96
|
FAILEDOPERATION_UPSTREAMCLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.UpstreamClientCertificateHasExpired'
|
|
97
97
|
|
|
98
98
|
# Internal error.
|
|
@@ -200,7 +200,7 @@ INVALIDPARAMETER_DOMAINONTRAFFICSCHEDULING = 'InvalidParameter.DomainOnTrafficSc
|
|
|
200
200
|
# Duplicate rules.
|
|
201
201
|
INVALIDPARAMETER_DUPLICATERULE = 'InvalidParameter.DuplicateRule'
|
|
202
202
|
|
|
203
|
-
#
|
|
203
|
+
# Invalid edge client certificate configuration.
|
|
204
204
|
INVALIDPARAMETER_EDGECLIENTCERTCHECKERROR = 'InvalidParameter.EdgeClientCertCheckError'
|
|
205
205
|
|
|
206
206
|
# The current conditions do not support the requested operation.
|
|
@@ -581,13 +581,13 @@ INVALIDPARAMETER_LOADBALANCERBINDL7NOTINSTABLESTATUS = 'InvalidParameter.LoadBal
|
|
|
581
581
|
# The LoadBalancer names under the same site should be unique.
|
|
582
582
|
INVALIDPARAMETER_LOADBALANCERNAMEREPEATED = 'InvalidParameter.LoadBalancerNameRepeated'
|
|
583
583
|
|
|
584
|
-
# The LoadBalancer is
|
|
584
|
+
# The LoadBalancer is referenced by the layer-4 instance and cannot be deleted.
|
|
585
585
|
INVALIDPARAMETER_LOADBALANCERUSEDINL4PROXY = 'InvalidParameter.LoadBalancerUsedInL4Proxy'
|
|
586
586
|
|
|
587
|
-
# The LoadBalancer is
|
|
587
|
+
# The LoadBalancer is referenced by the layer-7 domain name and cannot be deleted.
|
|
588
588
|
INVALIDPARAMETER_LOADBALANCERUSEDINL7DOMAIN = 'InvalidParameter.LoadBalancerUsedInL7Domain'
|
|
589
589
|
|
|
590
|
-
# The LoadBalancer is
|
|
590
|
+
# The LoadBalancer is referenced by the rule engine and cannot be deleted.
|
|
591
591
|
INVALIDPARAMETER_LOADBALANCERUSEDINRULEENGINE = 'InvalidParameter.LoadBalancerUsedInRuleEngine'
|
|
592
592
|
|
|
593
593
|
# Modification parameters are missing.
|
|
@@ -722,7 +722,7 @@ INVALIDPARAMETER_TOOMANYFILTERS = 'InvalidParameter.TooManyFilters'
|
|
|
722
722
|
# Invalid file upload link.
|
|
723
723
|
INVALIDPARAMETER_UPLOADURL = 'InvalidParameter.UploadUrl'
|
|
724
724
|
|
|
725
|
-
#
|
|
725
|
+
# Invalid origin-pull client certificate configuration.
|
|
726
726
|
INVALIDPARAMETER_UPSTREAMCLIENTCERTCHECKERROR = 'InvalidParameter.UpstreamClientCertCheckError'
|
|
727
727
|
|
|
728
728
|
# The site is already bound.
|
|
@@ -746,10 +746,10 @@ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
|
746
746
|
# The domain name for this zone has been banned.
|
|
747
747
|
INVALIDPARAMETERVALUE_ACCESSBLACKLIST = 'InvalidParameterValue.AccessBlacklist'
|
|
748
748
|
|
|
749
|
-
#
|
|
749
|
+
# Alias domain names do not support the configuration of edge mutual authentication for the time being.
|
|
750
750
|
INVALIDPARAMETERVALUE_ALIASDOMAINNOTSUPPORTEDGEMTLS = 'InvalidParameterValue.AliasDomainNotSupportEdgeMTLS'
|
|
751
751
|
|
|
752
|
-
#
|
|
752
|
+
# Alias domain names do not support the configuration of origin-pull mutual authentication for the time being.
|
|
753
753
|
INVALIDPARAMETERVALUE_ALIASDOMAINNOTSUPPORTUPSTREAMMTLS = 'InvalidParameterValue.AliasDomainNotSupportUpstreamMTLS'
|
|
754
754
|
|
|
755
755
|
#
|
|
@@ -758,13 +758,13 @@ INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTMUSTCA = 'InvalidParameterValue.Cer
|
|
|
758
758
|
#
|
|
759
759
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyClientNeedCert'
|
|
760
760
|
|
|
761
|
-
#
|
|
761
|
+
# Currently, only RSA or ECC algorithm certificates are supported for the origin-pull mutual authentication, and the SCA SM2 algorithm certificates are not supported.
|
|
762
762
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTMUSTRSAORECC = 'InvalidParameterValue.CertificateVerifyUpstreamClientMustRSAorECC'
|
|
763
763
|
|
|
764
|
-
#
|
|
764
|
+
# The certificate type for the origin-pull mutual authentication is incorrect and cannot be configured as a CA certificate.
|
|
765
765
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTMUSTSVR = 'InvalidParameterValue.CertificateVerifyUpstreamClientMustSVR'
|
|
766
766
|
|
|
767
|
-
#
|
|
767
|
+
# Origin-pull mutual authentication configuration requires at least one certificate.
|
|
768
768
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyUpstreamClientNeedCert'
|
|
769
769
|
|
|
770
770
|
#
|
|
@@ -776,7 +776,7 @@ INVALIDPARAMETERVALUE_CONFLICTRECORD = 'InvalidParameterValue.ConflictRecord'
|
|
|
776
776
|
# DNS records conflict with DNSSEC.
|
|
777
777
|
INVALIDPARAMETERVALUE_CONFLICTWITHDNSSEC = 'InvalidParameterValue.ConflictWithDNSSEC'
|
|
778
778
|
|
|
779
|
-
#
|
|
779
|
+
# The DNS record conflicts with acceleration domain name record.
|
|
780
780
|
INVALIDPARAMETERVALUE_CONFLICTWITHDOMAIN = 'InvalidParameterValue.ConflictWithDomain'
|
|
781
781
|
|
|
782
782
|
# This DNS record conflicts with NS records.
|
|
@@ -863,7 +863,7 @@ INVALIDPARAMETERVALUE_TOPLEVELDOMAINNOTSUPPORT = 'InvalidParameterValue.TopLevel
|
|
|
863
863
|
# Configuration item error.
|
|
864
864
|
INVALIDPARAMETERVALUE_UNRECOGNIZABLEVALUE = 'InvalidParameterValue.UnrecognizableValue'
|
|
865
865
|
|
|
866
|
-
#
|
|
866
|
+
# One client certificate is allowed at most in the origin-pull mutual authentication configuration.
|
|
867
867
|
INVALIDPARAMETERVALUE_UPSTREAMCLIENTCERTINFOQUOTALIMIT = 'InvalidParameterValue.UpstreamClientCertInfoQuotaLimit'
|
|
868
868
|
|
|
869
869
|
# The zone name format is incorrect. Please input a correctly formed domain name.
|
|
@@ -986,13 +986,13 @@ OPERATIONDENIED_ENVNOTREADY = 'OperationDenied.EnvNotReady'
|
|
|
986
986
|
# The EdgeOne service of the site is disabled. Please enable it and try again.
|
|
987
987
|
OPERATIONDENIED_ERRZONEISALREADYPAUSED = 'OperationDenied.ErrZoneIsAlreadyPaused'
|
|
988
988
|
|
|
989
|
-
#
|
|
989
|
+
# The edge mutual authentication certificates for the domain name to be changed are inconsistent. Please confirm that the domain name certificates are consistent and try again.
|
|
990
990
|
OPERATIONDENIED_HOSTSCLIENTCERTIFICATEINCONSISTENCY = 'OperationDenied.HostsClientCertificateInconsistency'
|
|
991
991
|
|
|
992
992
|
# The keyless server of the domain name to be changed is inconsistent. Please confirm that the keyless server is consistent before retrying.
|
|
993
993
|
OPERATIONDENIED_HOSTSKEYLESSSERVERINCONSISTENCY = 'OperationDenied.HostsKeylessServerInconsistency'
|
|
994
994
|
|
|
995
|
-
#
|
|
995
|
+
# The origin-pull mutual authentication certificates for the domain name to be changed are inconsistent. Please confirm that the domain name certificates are consistent and try again.
|
|
996
996
|
OPERATIONDENIED_HOSTSUPSTREAMCERTIFICATEINCONSISTENCY = 'OperationDenied.HostsUpstreamCertificateInconsistency'
|
|
997
997
|
|
|
998
998
|
# The security service must be enabled when you enable the DDoS Protection.
|
|
@@ -1064,7 +1064,7 @@ OPERATIONDENIED_NODOMAINACCESSZONEONLYSUPPORTMODIFYTYPE = 'OperationDenied.NoDom
|
|
|
1064
1064
|
# Currently, the keyless certificate feature is available only to users in the allowlist.
|
|
1065
1065
|
OPERATIONDENIED_NOTINKEYLESSWHITELIST = 'OperationDenied.NotInKeylessWhiteList'
|
|
1066
1066
|
|
|
1067
|
-
#
|
|
1067
|
+
# The current origin-pull mutual authentication feature is only available to allowlist users.
|
|
1068
1068
|
OPERATIONDENIED_NOTINUPSTREAMMTLSWHITELIST = 'OperationDenied.NotInUpstreamMTLSWhiteList'
|
|
1069
1069
|
|
|
1070
1070
|
# The current user is not included in the whitelist for version management.
|
|
@@ -1124,10 +1124,10 @@ OPERATIONDENIED_SHAREDCNAMEUNSUPPORTEDIPV6 = 'OperationDenied.SharedCNAMEUnsuppo
|
|
|
1124
1124
|
# The static IP cannot be enabled for this instance's region.
|
|
1125
1125
|
OPERATIONDENIED_STATICIPAREACONFLICT = 'OperationDenied.StaticIpAreaConflict'
|
|
1126
1126
|
|
|
1127
|
-
#
|
|
1127
|
+
# Disabling the origin-pull mutual authentication is not supported now. To disable it, please change the edge HTTPS certificate configuration to 'none'.
|
|
1128
1128
|
OPERATIONDENIED_UNSUPPORTTOCLOSEUPSTREAMMTLS = 'OperationDenied.UnSupportToCloseUpstreamMTLS'
|
|
1129
1129
|
|
|
1130
|
-
#
|
|
1130
|
+
# To enable the origin-pull mutual authentication, please configure the edge HTTPS certificate first.
|
|
1131
1131
|
OPERATIONDENIED_USEUPSTREAMMTLSNEEDOPENHTTPS = 'OperationDenied.UseUpstreamMTLSNeedOpenHttps'
|
|
1132
1132
|
|
|
1133
1133
|
# There is a test version in use. Please release the test version to the live environment, or roll back the test version and try again.
|