Skip to content

Commit 0ad6427

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for kms-Python-2021-02-18-online-956-2025_02_05_16_04_39
1 parent 240d768 commit 0ad6427

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.122",
3-
"meta_commit": "ca17b9482f09bd2c1ee2e21388b2de97d7497802"
2+
"lasted": "1.0.123",
3+
"meta_commit": "d2dafe3bbdd692e2fa4c29f2bec15726b56b4959"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.0.122"
6+
VERSION = "1.0.123"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/1.0.122'
70+
self.user_agent = 'volcstack-python-sdk/1.0.123'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ def to_debug_report(self):
221221
"OS: {env}\n"\
222222
"Python Version: {pyversion}\n"\
223223
"Version of the API: 0.1.0\n"\
224-
"SDK Package Version: 1.0.122".\
224+
"SDK Package Version: 1.0.123".\
225225
format(env=sys.platform, pyversion=sys.version)

volcenginesdkkms/models/convert_replica_key_for_replicate_key_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ConvertReplicaKeyForReplicateKeyOutput(object):
4242
'key_state': 'str',
4343
'key_usage': 'str',
4444
'last_rotation_time': 'str',
45-
'multi_region': 'str',
45+
'multi_region': 'bool',
4646
'multi_region_configuration': 'MultiRegionConfigurationForReplicateKeyOutput',
4747
'origin': 'str',
4848
'protection_level': 'str',
@@ -332,7 +332,7 @@ def multi_region(self):
332332
333333
334334
:return: The multi_region of this ConvertReplicaKeyForReplicateKeyOutput. # noqa: E501
335-
:rtype: str
335+
:rtype: bool
336336
"""
337337
return self._multi_region
338338

@@ -342,7 +342,7 @@ def multi_region(self, multi_region):
342342
343343
344344
:param multi_region: The multi_region of this ConvertReplicaKeyForReplicateKeyOutput. # noqa: E501
345-
:type: str
345+
:type: bool
346346
"""
347347

348348
self._multi_region = multi_region

volcenginesdkkms/models/key_for_create_key_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class KeyForCreateKeyOutput(object):
4242
'key_state': 'str',
4343
'key_usage': 'str',
4444
'last_rotation_time': 'str',
45-
'multi_region': 'str',
45+
'multi_region': 'bool',
4646
'multi_region_configuration': 'MultiRegionConfigurationForCreateKeyOutput',
4747
'origin': 'str',
4848
'protection_level': 'str',
@@ -332,7 +332,7 @@ def multi_region(self):
332332
333333
334334
:return: The multi_region of this KeyForCreateKeyOutput. # noqa: E501
335-
:rtype: str
335+
:rtype: bool
336336
"""
337337
return self._multi_region
338338

@@ -342,7 +342,7 @@ def multi_region(self, multi_region):
342342
343343
344344
:param multi_region: The multi_region of this KeyForCreateKeyOutput. # noqa: E501
345-
:type: str
345+
:type: bool
346346
"""
347347

348348
self._multi_region = multi_region

volcenginesdkkms/models/key_for_describe_key_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class KeyForDescribeKeyOutput(object):
4242
'key_state': 'str',
4343
'key_usage': 'str',
4444
'last_rotation_time': 'str',
45-
'multi_region': 'str',
45+
'multi_region': 'bool',
4646
'multi_region_configuration': 'MultiRegionConfigurationForDescribeKeyOutput',
4747
'origin': 'str',
4848
'protection_level': 'str',
@@ -332,7 +332,7 @@ def multi_region(self):
332332
333333
334334
:return: The multi_region of this KeyForDescribeKeyOutput. # noqa: E501
335-
:rtype: str
335+
:rtype: bool
336336
"""
337337
return self._multi_region
338338

@@ -342,7 +342,7 @@ def multi_region(self, multi_region):
342342
343343
344344
:param multi_region: The multi_region of this KeyForDescribeKeyOutput. # noqa: E501
345-
:type: str
345+
:type: bool
346346
"""
347347

348348
self._multi_region = multi_region

volcenginesdkkms/models/key_for_describe_keys_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class KeyForDescribeKeysOutput(object):
4242
'key_state': 'str',
4343
'key_usage': 'str',
4444
'last_rotation_time': 'str',
45-
'multi_region': 'str',
45+
'multi_region': 'bool',
4646
'multi_region_configuration': 'MultiRegionConfigurationForDescribeKeysOutput',
4747
'origin': 'str',
4848
'protection_level': 'str',
@@ -332,7 +332,7 @@ def multi_region(self):
332332
333333
334334
:return: The multi_region of this KeyForDescribeKeysOutput. # noqa: E501
335-
:rtype: str
335+
:rtype: bool
336336
"""
337337
return self._multi_region
338338

@@ -342,7 +342,7 @@ def multi_region(self, multi_region):
342342
343343
344344
:param multi_region: The multi_region of this KeyForDescribeKeysOutput. # noqa: E501
345-
:type: str
345+
:type: bool
346346
"""
347347

348348
self._multi_region = multi_region

0 commit comments

Comments
 (0)