Skip to content

Commit 2f7839e

Browse files
committed
Support UpdateApplicationVswitches and DescribeComponents.
1 parent f3d3b9d commit 2f7839e

File tree

82 files changed

+1078
-1272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1078
-1272
lines changed

aliyun-python-sdk-sae/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022-05-16 Version: 1.20.1
2+
- Support UpdateApplicationVswitches and DescribeComponents.
3+
14
2022-03-15 Version: 1.19.0
25
- Support collect logs to kafka.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.19.0'
1+
__version__ = '1.20.1'

aliyun-python-sdk-sae/aliyunsdksae/request/v20190506/AbortAndRollbackChangeOrderRequest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ class AbortAndRollbackChangeOrderRequest(RoaRequest):
2525
def __init__(self):
2626
RoaRequest.__init__(self, 'sae', '2019-05-06', 'AbortAndRollbackChangeOrder','serverless')
2727
self.set_uri_pattern('/pop/v1/sam/changeorder/AbortAndRollbackChangeOrder')
28-
self.set_method('PUT')
28+
self.set_method('PUT')
29+
2930
if hasattr(self, "endpoint_map"):
3031
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3132
if hasattr(self, "endpoint_regional"):
3233
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3334

34-
35-
def get_ChangeOrderId(self):
35+
def get_ChangeOrderId(self): # String
3636
return self.get_query_params().get('ChangeOrderId')
3737

38-
def set_ChangeOrderId(self,ChangeOrderId):
39-
self.add_query_param('ChangeOrderId',ChangeOrderId)
38+
def set_ChangeOrderId(self, ChangeOrderId): # String
39+
self.add_query_param('ChangeOrderId', ChangeOrderId)

aliyun-python-sdk-sae/aliyunsdksae/request/v20190506/AbortChangeOrderRequest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ class AbortChangeOrderRequest(RoaRequest):
2525
def __init__(self):
2626
RoaRequest.__init__(self, 'sae', '2019-05-06', 'AbortChangeOrder','serverless')
2727
self.set_uri_pattern('/pop/v1/sam/changeorder/AbortChangeOrder')
28-
self.set_method('PUT')
28+
self.set_method('PUT')
29+
2930
if hasattr(self, "endpoint_map"):
3031
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3132
if hasattr(self, "endpoint_regional"):
3233
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3334

34-
35-
def get_ChangeOrderId(self):
35+
def get_ChangeOrderId(self): # String
3636
return self.get_query_params().get('ChangeOrderId')
3737

38-
def set_ChangeOrderId(self,ChangeOrderId):
39-
self.add_query_param('ChangeOrderId',ChangeOrderId)
38+
def set_ChangeOrderId(self, ChangeOrderId): # String
39+
self.add_query_param('ChangeOrderId', ChangeOrderId)

aliyun-python-sdk-sae/aliyunsdksae/request/v20190506/BatchStartApplicationsRequest.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,20 @@ class BatchStartApplicationsRequest(RoaRequest):
2525
def __init__(self):
2626
RoaRequest.__init__(self, 'sae', '2019-05-06', 'BatchStartApplications','serverless')
2727
self.set_uri_pattern('/pop/v1/sam/app/batchStartApplications')
28-
self.set_method('PUT')
28+
self.set_method('PUT')
29+
2930
if hasattr(self, "endpoint_map"):
3031
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3132
if hasattr(self, "endpoint_regional"):
3233
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3334

34-
35-
def get_AppIds(self):
35+
def get_AppIds(self): # String
3636
return self.get_query_params().get('AppIds')
3737

38-
def set_AppIds(self,AppIds):
39-
self.add_query_param('AppIds',AppIds)
40-
41-
def get_NamespaceId(self):
38+
def set_AppIds(self, AppIds): # String
39+
self.add_query_param('AppIds', AppIds)
40+
def get_NamespaceId(self): # String
4241
return self.get_query_params().get('NamespaceId')
4342

44-
def set_NamespaceId(self,NamespaceId):
45-
self.add_query_param('NamespaceId',NamespaceId)
43+
def set_NamespaceId(self, NamespaceId): # String
44+
self.add_query_param('NamespaceId', NamespaceId)

aliyun-python-sdk-sae/aliyunsdksae/request/v20190506/BatchStopApplicationsRequest.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,20 @@ class BatchStopApplicationsRequest(RoaRequest):
2525
def __init__(self):
2626
RoaRequest.__init__(self, 'sae', '2019-05-06', 'BatchStopApplications','serverless')
2727
self.set_uri_pattern('/pop/v1/sam/app/batchStopApplications')
28-
self.set_method('PUT')
28+
self.set_method('PUT')
29+
2930
if hasattr(self, "endpoint_map"):
3031
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3132
if hasattr(self, "endpoint_regional"):
3233
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3334

34-
35-
def get_AppIds(self):
35+
def get_AppIds(self): # String
3636
return self.get_query_params().get('AppIds')
3737

38-
def set_AppIds(self,AppIds):
39-
self.add_query_param('AppIds',AppIds)
40-
41-
def get_NamespaceId(self):
38+
def set_AppIds(self, AppIds): # String
39+
self.add_query_param('AppIds', AppIds)
40+
def get_NamespaceId(self): # String
4241
return self.get_query_params().get('NamespaceId')
4342

44-
def set_NamespaceId(self,NamespaceId):
45-
self.add_query_param('NamespaceId',NamespaceId)
43+
def set_NamespaceId(self, NamespaceId): # String
44+
self.add_query_param('NamespaceId', NamespaceId)

aliyun-python-sdk-sae/aliyunsdksae/request/v20190506/BindSlbRequest.py

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,35 @@ class BindSlbRequest(RoaRequest):
2525
def __init__(self):
2626
RoaRequest.__init__(self, 'sae', '2019-05-06', 'BindSlb','serverless')
2727
self.set_uri_pattern('/pop/v1/sam/app/slb')
28-
self.set_method('POST')
28+
self.set_method('POST')
29+
2930
if hasattr(self, "endpoint_map"):
3031
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3132
if hasattr(self, "endpoint_regional"):
3233
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3334

34-
35-
def get_Intranet(self):
35+
def get_Intranet(self): # String
3636
return self.get_query_params().get('Intranet')
3737

38-
def set_Intranet(self,Intranet):
39-
self.add_query_param('Intranet',Intranet)
40-
41-
def get_IntranetSlbId(self):
38+
def set_Intranet(self, Intranet): # String
39+
self.add_query_param('Intranet', Intranet)
40+
def get_IntranetSlbId(self): # String
4241
return self.get_query_params().get('IntranetSlbId')
4342

44-
def set_IntranetSlbId(self,IntranetSlbId):
45-
self.add_query_param('IntranetSlbId',IntranetSlbId)
46-
47-
def get_InternetSlbId(self):
43+
def set_IntranetSlbId(self, IntranetSlbId): # String
44+
self.add_query_param('IntranetSlbId', IntranetSlbId)
45+
def get_InternetSlbId(self): # String
4846
return self.get_query_params().get('InternetSlbId')
4947

50-
def set_InternetSlbId(self,InternetSlbId):
51-
self.add_query_param('InternetSlbId',InternetSlbId)
52-
53-
def get_AppId(self):
48+
def set_InternetSlbId(self, InternetSlbId): # String
49+
self.add_query_param('InternetSlbId', InternetSlbId)
50+
def get_AppId(self): # String
5451
return self.get_query_params().get('AppId')
5552

56-
def set_AppId(self,AppId):
57-
self.add_query_param('AppId',AppId)
58-
59-
def get_Internet(self):
53+
def set_AppId(self, AppId): # String
54+
self.add_query_param('AppId', AppId)
55+
def get_Internet(self): # String
6056
return self.get_query_params().get('Internet')
6157

62-
def set_Internet(self,Internet):
63-
self.add_query_param('Internet',Internet)
58+
def set_Internet(self, Internet): # String
59+
self.add_query_param('Internet', Internet)

aliyun-python-sdk-sae/aliyunsdksae/request/v20190506/ConfirmPipelineBatchRequest.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,20 @@ class ConfirmPipelineBatchRequest(RoaRequest):
2525
def __init__(self):
2626
RoaRequest.__init__(self, 'sae', '2019-05-06', 'ConfirmPipelineBatch','serverless')
2727
self.set_uri_pattern('/pop/v1/sam/changeorder/ConfirmPipelineBatch')
28-
self.set_method('GET')
28+
self.set_method('GET')
29+
2930
if hasattr(self, "endpoint_map"):
3031
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3132
if hasattr(self, "endpoint_regional"):
3233
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3334

34-
35-
def get_Confirm(self):
35+
def get_Confirm(self): # Boolean
3636
return self.get_query_params().get('Confirm')
3737

38-
def set_Confirm(self,Confirm):
39-
self.add_query_param('Confirm',Confirm)
40-
41-
def get_PipelineId(self):
38+
def set_Confirm(self, Confirm): # Boolean
39+
self.add_query_param('Confirm', Confirm)
40+
def get_PipelineId(self): # String
4241
return self.get_query_params().get('PipelineId')
4342

44-
def set_PipelineId(self,PipelineId):
45-
self.add_query_param('PipelineId',PipelineId)
43+
def set_PipelineId(self, PipelineId): # String
44+
self.add_query_param('PipelineId', PipelineId)

0 commit comments

Comments
 (0)