Skip to content

Commit 08dedef

Browse files
committed
Generated 2015-01-01 for R-kvstore.
1 parent da6378a commit 08dedef

File tree

77 files changed

+201
-113
lines changed

Some content is hidden

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

77 files changed

+201
-113
lines changed

aliyun-python-sdk-r-kvstore/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-05-14 Version: 2.3.2
2+
- Generated 2015-01-01 for `R-kvstore`.
3+
- Fix DescribeCacheAnalysisReport return empty BigKeys because of wrong type defination.
4+
15
2020-04-25 Version: 2.3.1
26
- Generated 2015-01-01 for `R-kvstore`.
37
- Add RestoreTime for CreateInstance API.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.1'
1+
__version__ = '2.3.2'

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class AllocateInstancePublicConnectionRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateAccountRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateBackupRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateCacheAnalysisTaskRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateDedicatedInstanceRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateDedicatedInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateDedicatedInstance','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateDedicatedInstance','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateDedicatedUserClusterRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateDedicatedUserClusterRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateDedicatedUserCluster','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateDedicatedUserCluster','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateUserClusterHostRequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
class CreateUserClusterHostRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateUserClusterHost','redisa')
26+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateUserClusterHost','redisa')
27+
self.set_method('POST')
2728
if hasattr(self, "endpoint_map"):
2829
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
2930
if hasattr(self, "endpoint_regional"):

0 commit comments

Comments
 (0)