alibabacloud-rds20140815 11.3.0__py3-none-any.whl → 11.3.1__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.
@@ -1 +1 @@
1
- __version__ = '11.3.0'
1
+ __version__ = '11.3.1'
@@ -20194,6 +20194,8 @@ class Client(OpenApiClient):
20194
20194
  runtime: util_models.RuntimeOptions,
20195
20195
  ) -> rds_20140815_models.DescribeDBInstancesForCloneResponse:
20196
20196
  """
20197
+ @deprecated OpenAPI DescribeDBInstancesForClone is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
20198
+
20197
20199
  @summary Queries a list of instances.
20198
20200
 
20199
20201
  @description This operation is phased out.
@@ -20201,6 +20203,7 @@ class Client(OpenApiClient):
20201
20203
  @param request: DescribeDBInstancesForCloneRequest
20202
20204
  @param runtime: runtime options for this request RuntimeOptions
20203
20205
  @return: DescribeDBInstancesForCloneResponse
20206
+ Deprecated
20204
20207
  """
20205
20208
  UtilClient.validate_model(request)
20206
20209
  query = {}
@@ -20281,6 +20284,8 @@ class Client(OpenApiClient):
20281
20284
  runtime: util_models.RuntimeOptions,
20282
20285
  ) -> rds_20140815_models.DescribeDBInstancesForCloneResponse:
20283
20286
  """
20287
+ @deprecated OpenAPI DescribeDBInstancesForClone is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
20288
+
20284
20289
  @summary Queries a list of instances.
20285
20290
 
20286
20291
  @description This operation is phased out.
@@ -20288,6 +20293,7 @@ class Client(OpenApiClient):
20288
20293
  @param request: DescribeDBInstancesForCloneRequest
20289
20294
  @param runtime: runtime options for this request RuntimeOptions
20290
20295
  @return: DescribeDBInstancesForCloneResponse
20296
+ Deprecated
20291
20297
  """
20292
20298
  UtilClient.validate_model(request)
20293
20299
  query = {}
@@ -20367,12 +20373,15 @@ class Client(OpenApiClient):
20367
20373
  request: rds_20140815_models.DescribeDBInstancesForCloneRequest,
20368
20374
  ) -> rds_20140815_models.DescribeDBInstancesForCloneResponse:
20369
20375
  """
20376
+ @deprecated OpenAPI DescribeDBInstancesForClone is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
20377
+
20370
20378
  @summary Queries a list of instances.
20371
20379
 
20372
20380
  @description This operation is phased out.
20373
20381
 
20374
20382
  @param request: DescribeDBInstancesForCloneRequest
20375
20383
  @return: DescribeDBInstancesForCloneResponse
20384
+ Deprecated
20376
20385
  """
20377
20386
  runtime = util_models.RuntimeOptions()
20378
20387
  return self.describe_dbinstances_for_clone_with_options(request, runtime)
@@ -20382,12 +20391,15 @@ class Client(OpenApiClient):
20382
20391
  request: rds_20140815_models.DescribeDBInstancesForCloneRequest,
20383
20392
  ) -> rds_20140815_models.DescribeDBInstancesForCloneResponse:
20384
20393
  """
20394
+ @deprecated OpenAPI DescribeDBInstancesForClone is deprecated, please use Rds::2014-08-15::DescribeDBInstances instead.
20395
+
20385
20396
  @summary Queries a list of instances.
20386
20397
 
20387
20398
  @description This operation is phased out.
20388
20399
 
20389
20400
  @param request: DescribeDBInstancesForCloneRequest
20390
20401
  @return: DescribeDBInstancesForCloneResponse
20402
+ Deprecated
20391
20403
  """
20392
20404
  runtime = util_models.RuntimeOptions()
20393
20405
  return await self.describe_dbinstances_for_clone_with_options_async(request, runtime)
@@ -28140,6 +28152,8 @@ class Client(OpenApiClient):
28140
28152
  query['PublicIp'] = request.public_ip
28141
28153
  if not UtilClient.is_unset(request.region_id):
28142
28154
  query['RegionId'] = request.region_id
28155
+ if not UtilClient.is_unset(request.status):
28156
+ query['Status'] = request.status
28143
28157
  if not UtilClient.is_unset(request.tag):
28144
28158
  query['Tag'] = request.tag
28145
28159
  if not UtilClient.is_unset(request.vpc_id):
@@ -28191,6 +28205,8 @@ class Client(OpenApiClient):
28191
28205
  query['PublicIp'] = request.public_ip
28192
28206
  if not UtilClient.is_unset(request.region_id):
28193
28207
  query['RegionId'] = request.region_id
28208
+ if not UtilClient.is_unset(request.status):
28209
+ query['Status'] = request.status
28194
28210
  if not UtilClient.is_unset(request.tag):
28195
28211
  query['Tag'] = request.tag
28196
28212
  if not UtilClient.is_unset(request.vpc_id):
@@ -44686,15 +44702,9 @@ class Client(OpenApiClient):
44686
44702
  runtime: util_models.RuntimeOptions,
44687
44703
  ) -> rds_20140815_models.ModifySQLCollectorPolicyResponse:
44688
44704
  """
44689
- @summary Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44705
+ @summary This operation can still be called but is no longer maintained. This operation enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44690
44706
 
44691
- @description ### [](#)Note:
44692
- This operation is no longer maintained. We recommend that you enable or configure Database Autonomy Service (DAS) Enterprise Edition. For more information, see [Enable or configure DAS Enterprise Edition](https://help.aliyun.com/document_detail/2778835.html).
44693
- ### [](#)References
44694
- > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
44695
- [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
44696
- [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
44697
- [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
44707
+ @description This operation can still be called but is no longer maintained. We recommend that you call the [ModifySqlLogConfig](https://help.aliyun.com/document_detail/2778835.html) operation instead of this operation.
44698
44708
 
44699
44709
  @param request: ModifySQLCollectorPolicyRequest
44700
44710
  @param runtime: runtime options for this request RuntimeOptions
@@ -44741,15 +44751,9 @@ class Client(OpenApiClient):
44741
44751
  runtime: util_models.RuntimeOptions,
44742
44752
  ) -> rds_20140815_models.ModifySQLCollectorPolicyResponse:
44743
44753
  """
44744
- @summary Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44754
+ @summary This operation can still be called but is no longer maintained. This operation enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44745
44755
 
44746
- @description ### [](#)Note:
44747
- This operation is no longer maintained. We recommend that you enable or configure Database Autonomy Service (DAS) Enterprise Edition. For more information, see [Enable or configure DAS Enterprise Edition](https://help.aliyun.com/document_detail/2778835.html).
44748
- ### [](#)References
44749
- > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
44750
- [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
44751
- [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
44752
- [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
44756
+ @description This operation can still be called but is no longer maintained. We recommend that you call the [ModifySqlLogConfig](https://help.aliyun.com/document_detail/2778835.html) operation instead of this operation.
44753
44757
 
44754
44758
  @param request: ModifySQLCollectorPolicyRequest
44755
44759
  @param runtime: runtime options for this request RuntimeOptions
@@ -44795,15 +44799,9 @@ class Client(OpenApiClient):
44795
44799
  request: rds_20140815_models.ModifySQLCollectorPolicyRequest,
44796
44800
  ) -> rds_20140815_models.ModifySQLCollectorPolicyResponse:
44797
44801
  """
44798
- @summary Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44802
+ @summary This operation can still be called but is no longer maintained. This operation enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44799
44803
 
44800
- @description ### [](#)Note:
44801
- This operation is no longer maintained. We recommend that you enable or configure Database Autonomy Service (DAS) Enterprise Edition. For more information, see [Enable or configure DAS Enterprise Edition](https://help.aliyun.com/document_detail/2778835.html).
44802
- ### [](#)References
44803
- > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
44804
- [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
44805
- [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
44806
- [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
44804
+ @description This operation can still be called but is no longer maintained. We recommend that you call the [ModifySqlLogConfig](https://help.aliyun.com/document_detail/2778835.html) operation instead of this operation.
44807
44805
 
44808
44806
  @param request: ModifySQLCollectorPolicyRequest
44809
44807
  @return: ModifySQLCollectorPolicyResponse
@@ -44816,15 +44814,9 @@ class Client(OpenApiClient):
44816
44814
  request: rds_20140815_models.ModifySQLCollectorPolicyRequest,
44817
44815
  ) -> rds_20140815_models.ModifySQLCollectorPolicyResponse:
44818
44816
  """
44819
- @summary Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44817
+ @summary This operation can still be called but is no longer maintained. This operation enables or disables the SQL Explorer (SQL Audit) feature for an instance.
44820
44818
 
44821
- @description ### [](#)Note:
44822
- This operation is no longer maintained. We recommend that you enable or configure Database Autonomy Service (DAS) Enterprise Edition. For more information, see [Enable or configure DAS Enterprise Edition](https://help.aliyun.com/document_detail/2778835.html).
44823
- ### [](#)References
44824
- > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
44825
- [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
44826
- [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
44827
- [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
44819
+ @description This operation can still be called but is no longer maintained. We recommend that you call the [ModifySqlLogConfig](https://help.aliyun.com/document_detail/2778835.html) operation instead of this operation.
44828
44820
 
44829
44821
  @param request: ModifySQLCollectorPolicyRequest
44830
44822
  @return: ModifySQLCollectorPolicyResponse
@@ -27442,6 +27442,8 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27442
27442
  auto_upgrade_minor_version: str = None,
27443
27443
  availability_value: str = None,
27444
27444
  babelfish_config: DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeBabelfishConfig = None,
27445
+ blue_green_deployment_name: str = None,
27446
+ blue_instance_name: str = None,
27445
27447
  bpe_enabled: str = None,
27446
27448
  bursting_enabled: bool = None,
27447
27449
  can_temp_upgrade: bool = None,
@@ -27450,6 +27452,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27450
27452
  collation: str = None,
27451
27453
  compression_mode: str = None,
27452
27454
  compression_ratio: str = None,
27455
+ compute_burst_enabled: bool = None,
27453
27456
  connection_mode: str = None,
27454
27457
  connection_string: str = None,
27455
27458
  console_version: str = None,
@@ -27478,6 +27481,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27478
27481
  expire_time: str = None,
27479
27482
  extra: DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeExtra = None,
27480
27483
  general_group_name: str = None,
27484
+ green_instance_name: str = None,
27481
27485
  guard_dbinstance_id: str = None,
27482
27486
  iptype: str = None,
27483
27487
  increment_source_dbinstance_id: str = None,
@@ -27540,9 +27544,16 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27540
27544
  #
27541
27545
  # > This parameter applies only to ApsaraDB RDS for PostgreSQL instances for which Babelfish is enabled. For more information, see [Introduction to Babelfish](https://help.aliyun.com/document_detail/428613.html).
27542
27546
  self.babelfish_config = babelfish_config
27547
+ self.blue_green_deployment_name = blue_green_deployment_name
27548
+ self.blue_instance_name = blue_instance_name
27543
27549
  # A deprecated parameter. You do not need to specify this parameter.
27544
27550
  self.bpe_enabled = bpe_enabled
27545
- # An invalid parameter. You do not need to specify this parameter.
27551
+ # Indicates whether the I/O burst feature is enabled for Premium ESSDs. Valid values:
27552
+ #
27553
+ # * true
27554
+ # * false
27555
+ #
27556
+ # > For more information about the I/O burst feature, see [What are Premium ESSDs?](https://help.aliyun.com/document_detail/2340501.html)
27546
27557
  self.bursting_enabled = bursting_enabled
27547
27558
  # Indicates whether the conditions for a temporary upgrade are met.
27548
27559
  #
@@ -27557,7 +27568,12 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27557
27568
  # * **Finance**: RDS Enterprise Edition
27558
27569
  # * **Serverless_basic**: RDS Basic Edition for serverless instances
27559
27570
  self.category = category
27560
- # A reserved parameter.
27571
+ # Indicates whether the data archiving feature is enabled for Premium ESSDs. Valid values:
27572
+ #
27573
+ # * **true**\
27574
+ # * **false**\
27575
+ #
27576
+ # For more information about the data archiving feature, see [Use the data archiving feature](https://help.aliyun.com/document_detail/2701832.html).
27561
27577
  self.cold_data_enabled = cold_data_enabled
27562
27578
  # The character set collation of the instance.
27563
27579
  self.collation = collation
@@ -27565,6 +27581,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27565
27581
  self.compression_mode = compression_mode
27566
27582
  # The storage compression ratio.
27567
27583
  self.compression_ratio = compression_ratio
27584
+ self.compute_burst_enabled = compute_burst_enabled
27568
27585
  # The connection mode of the instance. Valid values:
27569
27586
  #
27570
27587
  # * **Standard**: standard mode
@@ -27615,10 +27632,10 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27615
27632
  self.dbinstance_storage = dbinstance_storage
27616
27633
  # The storage type of the instance. Valid values:
27617
27634
  #
27618
- # * **local_ssd** or **ephemeral_ssd**: local SSD
27635
+ # * **local_ssd** and **ephemeral_ssd**: Premium Local SSD
27619
27636
  # * **cloud_ssd**: standard SSD
27620
- # * **cloud_essd**: Enterprise SSD (ESSD).
27621
- # * **general_essd**: general ESSD
27637
+ # * **cloud_essd**: ESSD
27638
+ # * **cloud_essd**: Premium ESSD
27622
27639
  self.dbinstance_storage_type = dbinstance_storage_type
27623
27640
  # The type of the instance. Valid values:
27624
27641
  #
@@ -27657,6 +27674,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27657
27674
  self.extra = extra
27658
27675
  # The name of the dedicated cluster to which the instance belongs. This parameter is returned only when the instance is created in an ApsaraDB MyBase cluster that runs MySQL on Standard Edition.
27659
27676
  self.general_group_name = general_group_name
27677
+ self.green_instance_name = green_instance_name
27660
27678
  # The ID of the disaster recovery instance that is attached to the primary instance.
27661
27679
  self.guard_dbinstance_id = guard_dbinstance_id
27662
27680
  # The IP address type. Only **IPv4 addresses** are supported.
@@ -27673,7 +27691,12 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27673
27691
  # * **x86**\
27674
27692
  # * **arm**\
27675
27693
  self.instruction_set_arch = instruction_set_arch
27676
- # A reserved parameter.
27694
+ # Indicates whether Buffer Pool Extension (BPE) is enabled for Premium ESSDs.
27695
+ #
27696
+ # * **1**: enabled
27697
+ # * **0**: disabled
27698
+ #
27699
+ # > For more information, see [Buffer Pool Extension(BPE)](https://help.aliyun.com/document_detail/2527067.html).
27677
27700
  self.io_acceleration_enabled = io_acceleration_enabled
27678
27701
  # The latest minor engine version that is supported by the instance.
27679
27702
  self.latest_kernel_version = latest_kernel_version
@@ -27704,11 +27727,10 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27704
27727
  self.max_iops = max_iops
27705
27728
  # Indicates whether auto scaling is being performed on the instance. If the value **true** is returned, auto scaling is being performed on the instance. If no value is returned, auto scaling is not being performed on the instance.
27706
27729
  self.multiple_temp_upgrade = multiple_temp_upgrade
27707
- # OptimizedWritesInfo contains two fields:
27708
- #
27709
- # - optimized_writes: Whether write optimization is enabled for the current instance.
27730
+ # The OptimizedWritesInfo parameter contains the following fields:
27710
27731
  #
27711
- # - init_optimized_writes: Whether write optimization can be enabled for the instance. Some instances do not display the write optimization switch in the console because init_optimized_writes is false.
27732
+ # * **optimized_writes**: indicates whether the 16K atomic write feature is enabled for the current instance.
27733
+ # * **init_optimized_writes**: indicates whether the 16K atomic write feature can be enabled for the current instance. If init_optimized_writes is set to false, the 16K atomic write switch is not displayed for specific instances in the console.
27712
27734
  self.optimized_writes_info = optimized_writes_info
27713
27735
  # Indicates whether PgBouncer is enabled.
27714
27736
  #
@@ -27815,6 +27837,10 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27815
27837
  result['AvailabilityValue'] = self.availability_value
27816
27838
  if self.babelfish_config is not None:
27817
27839
  result['BabelfishConfig'] = self.babelfish_config.to_map()
27840
+ if self.blue_green_deployment_name is not None:
27841
+ result['BlueGreenDeploymentName'] = self.blue_green_deployment_name
27842
+ if self.blue_instance_name is not None:
27843
+ result['BlueInstanceName'] = self.blue_instance_name
27818
27844
  if self.bpe_enabled is not None:
27819
27845
  result['BpeEnabled'] = self.bpe_enabled
27820
27846
  if self.bursting_enabled is not None:
@@ -27831,6 +27857,8 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27831
27857
  result['CompressionMode'] = self.compression_mode
27832
27858
  if self.compression_ratio is not None:
27833
27859
  result['CompressionRatio'] = self.compression_ratio
27860
+ if self.compute_burst_enabled is not None:
27861
+ result['ComputeBurstEnabled'] = self.compute_burst_enabled
27834
27862
  if self.connection_mode is not None:
27835
27863
  result['ConnectionMode'] = self.connection_mode
27836
27864
  if self.connection_string is not None:
@@ -27887,6 +27915,8 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27887
27915
  result['Extra'] = self.extra.to_map()
27888
27916
  if self.general_group_name is not None:
27889
27917
  result['GeneralGroupName'] = self.general_group_name
27918
+ if self.green_instance_name is not None:
27919
+ result['GreenInstanceName'] = self.green_instance_name
27890
27920
  if self.guard_dbinstance_id is not None:
27891
27921
  result['GuardDBInstanceId'] = self.guard_dbinstance_id
27892
27922
  if self.iptype is not None:
@@ -27988,6 +28018,10 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
27988
28018
  if m.get('BabelfishConfig') is not None:
27989
28019
  temp_model = DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeBabelfishConfig()
27990
28020
  self.babelfish_config = temp_model.from_map(m['BabelfishConfig'])
28021
+ if m.get('BlueGreenDeploymentName') is not None:
28022
+ self.blue_green_deployment_name = m.get('BlueGreenDeploymentName')
28023
+ if m.get('BlueInstanceName') is not None:
28024
+ self.blue_instance_name = m.get('BlueInstanceName')
27991
28025
  if m.get('BpeEnabled') is not None:
27992
28026
  self.bpe_enabled = m.get('BpeEnabled')
27993
28027
  if m.get('BurstingEnabled') is not None:
@@ -28004,6 +28038,8 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
28004
28038
  self.compression_mode = m.get('CompressionMode')
28005
28039
  if m.get('CompressionRatio') is not None:
28006
28040
  self.compression_ratio = m.get('CompressionRatio')
28041
+ if m.get('ComputeBurstEnabled') is not None:
28042
+ self.compute_burst_enabled = m.get('ComputeBurstEnabled')
28007
28043
  if m.get('ConnectionMode') is not None:
28008
28044
  self.connection_mode = m.get('ConnectionMode')
28009
28045
  if m.get('ConnectionString') is not None:
@@ -28062,6 +28098,8 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute(TeaModel):
28062
28098
  self.extra = temp_model.from_map(m['Extra'])
28063
28099
  if m.get('GeneralGroupName') is not None:
28064
28100
  self.general_group_name = m.get('GeneralGroupName')
28101
+ if m.get('GreenInstanceName') is not None:
28102
+ self.green_instance_name = m.get('GreenInstanceName')
28065
28103
  if m.get('GuardDBInstanceId') is not None:
28066
28104
  self.guard_dbinstance_id = m.get('GuardDBInstanceId')
28067
28105
  if m.get('IPType') is not None:
@@ -33680,6 +33718,8 @@ class DescribeDBInstancesResponseBodyItemsDBInstanceReadOnlyDBInstanceIds(TeaMod
33680
33718
  class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
33681
33719
  def __init__(
33682
33720
  self,
33721
+ blue_green_deployment_name: str = None,
33722
+ blue_instance_name: str = None,
33683
33723
  bpe_enabled: str = None,
33684
33724
  bursting_enabled: bool = None,
33685
33725
  category: str = None,
@@ -33713,6 +33753,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
33713
33753
  engine_version: str = None,
33714
33754
  expire_time: str = None,
33715
33755
  general_group_name: str = None,
33756
+ green_instance_name: str = None,
33716
33757
  guard_dbinstance_id: str = None,
33717
33758
  instance_network_type: str = None,
33718
33759
  io_acceleration_enabled: str = None,
@@ -33734,6 +33775,8 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
33734
33775
  vpc_name: str = None,
33735
33776
  zone_id: str = None,
33736
33777
  ):
33778
+ self.blue_green_deployment_name = blue_green_deployment_name
33779
+ self.blue_instance_name = blue_instance_name
33737
33780
  # A deprecated parameter.
33738
33781
  self.bpe_enabled = bpe_enabled
33739
33782
  # Indicates whether the I/O burst feature is enabled. Valid values:
@@ -33829,6 +33872,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
33829
33872
  self.expire_time = expire_time
33830
33873
  # The name of the dedicated cluster to which the instance belongs. This parameter is returned only when the instance is created in an ApsaraDB MyBase cluster that runs MySQL on Standard Edition.
33831
33874
  self.general_group_name = general_group_name
33875
+ self.green_instance_name = green_instance_name
33832
33876
  # The ID of the disaster recovery instance. This parameter is returned only when the instance is a primary instance and has a disaster recovery instance attached.
33833
33877
  self.guard_dbinstance_id = guard_dbinstance_id
33834
33878
  # The network type of the instance. Valid values:
@@ -33907,6 +33951,10 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
33907
33951
  return _map
33908
33952
 
33909
33953
  result = dict()
33954
+ if self.blue_green_deployment_name is not None:
33955
+ result['BlueGreenDeploymentName'] = self.blue_green_deployment_name
33956
+ if self.blue_instance_name is not None:
33957
+ result['BlueInstanceName'] = self.blue_instance_name
33910
33958
  if self.bpe_enabled is not None:
33911
33959
  result['BpeEnabled'] = self.bpe_enabled
33912
33960
  if self.bursting_enabled is not None:
@@ -33973,6 +34021,8 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
33973
34021
  result['ExpireTime'] = self.expire_time
33974
34022
  if self.general_group_name is not None:
33975
34023
  result['GeneralGroupName'] = self.general_group_name
34024
+ if self.green_instance_name is not None:
34025
+ result['GreenInstanceName'] = self.green_instance_name
33976
34026
  if self.guard_dbinstance_id is not None:
33977
34027
  result['GuardDBInstanceId'] = self.guard_dbinstance_id
33978
34028
  if self.instance_network_type is not None:
@@ -34017,6 +34067,10 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
34017
34067
 
34018
34068
  def from_map(self, m: dict = None):
34019
34069
  m = m or dict()
34070
+ if m.get('BlueGreenDeploymentName') is not None:
34071
+ self.blue_green_deployment_name = m.get('BlueGreenDeploymentName')
34072
+ if m.get('BlueInstanceName') is not None:
34073
+ self.blue_instance_name = m.get('BlueInstanceName')
34020
34074
  if m.get('BpeEnabled') is not None:
34021
34075
  self.bpe_enabled = m.get('BpeEnabled')
34022
34076
  if m.get('BurstingEnabled') is not None:
@@ -34083,6 +34137,8 @@ class DescribeDBInstancesResponseBodyItemsDBInstance(TeaModel):
34083
34137
  self.expire_time = m.get('ExpireTime')
34084
34138
  if m.get('GeneralGroupName') is not None:
34085
34139
  self.general_group_name = m.get('GeneralGroupName')
34140
+ if m.get('GreenInstanceName') is not None:
34141
+ self.green_instance_name = m.get('GreenInstanceName')
34086
34142
  if m.get('GuardDBInstanceId') is not None:
34087
34143
  self.guard_dbinstance_id = m.get('GuardDBInstanceId')
34088
34144
  if m.get('InstanceNetworkType') is not None:
@@ -38282,7 +38338,7 @@ class DescribeDatabasesRequest(TeaModel):
38282
38338
  #
38283
38339
  # Default value: **1**.
38284
38340
  self.page_number = page_number
38285
- # The number of entries per page. Valid values:
38341
+ # The number of entries to return per page. Valid values:
38286
38342
  #
38287
38343
  # * **30**\
38288
38344
  # * **50**\
@@ -49660,11 +49716,12 @@ class DescribePriceRequest(TeaModel):
49660
49716
  #
49661
49717
  # This parameter is required.
49662
49718
  self.dbinstance_storage = dbinstance_storage
49663
- # The storage type of the instance. Valid values:
49719
+ # The storage type of the new instance. Valid values:
49664
49720
  #
49665
- # * **local_ssd**: local SSD
49721
+ # * **general_essd**: premium Enterprise SSD (ESSD)
49722
+ # * **local_ssd**: premium local SSD
49666
49723
  # * **cloud_ssd**: standard SSD
49667
- # * **cloud_essd**: PL1 ESSD
49724
+ # * **cloud_essd**: performance level 1 (PL1) ESSD
49668
49725
  # * **cloud_essd2**: PL2 ESSD
49669
49726
  # * **cloud_essd3**: PL3 ESSD
49670
49727
  self.dbinstance_storage_type = dbinstance_storage_type
@@ -49681,10 +49738,10 @@ class DescribePriceRequest(TeaModel):
49681
49738
  #
49682
49739
  # This parameter is required.
49683
49740
  self.engine = engine
49684
- # The database engine version of the instance.
49741
+ # The database engine version of the instance. Valid values:
49685
49742
  #
49686
49743
  # * Valid values if you set Engine to **MySQL**: **5.5**, **5.6**, **5.7**, and **8.0**\
49687
- # * Valid values if you set Engine to **SQLServer**: **08r2_ent_ha** (cloud disks, discontinued), **2008r2**(local disks, discontinued), **2012** (SQL Server EE Basic), **2012_ent_ha**, **2012_std_ha**, **2012_web**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_ent**, **2017_std_ha**, **2017_web**, **2019_ent**, **2019_std_ha**, **2019_web**, **2022_ent**, **2022_std_ha**, and **2022_web**\
49744
+ # * Valid values if you set Engine to **SQL Server**: **08r2_ent_ha**(cloud disks, discontinued), **2008r2**(high-performance local disks, discontinued), **2012** (SQL Server EE Basic)**2012_ent_ha**, **2012_std_ha**, **2012_web**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_ent**, **2017_std_ha**, **2017_web**, **2019_ent**, **2019_std_ha**, **2019_web**, **2022_ent**, **2022_std_ha**, and **2022_web**\
49688
49745
  # * Valid values if you set Engine to **PostgreSQL**: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, and **15.0**\
49689
49746
  # * Valid value if you set Engine to **MariaDB**: **10.3**\
49690
49747
  #
@@ -49909,11 +49966,12 @@ class DescribePriceShrinkRequest(TeaModel):
49909
49966
  #
49910
49967
  # This parameter is required.
49911
49968
  self.dbinstance_storage = dbinstance_storage
49912
- # The storage type of the instance. Valid values:
49969
+ # The storage type of the new instance. Valid values:
49913
49970
  #
49914
- # * **local_ssd**: local SSD
49971
+ # * **general_essd**: premium Enterprise SSD (ESSD)
49972
+ # * **local_ssd**: premium local SSD
49915
49973
  # * **cloud_ssd**: standard SSD
49916
- # * **cloud_essd**: PL1 ESSD
49974
+ # * **cloud_essd**: performance level 1 (PL1) ESSD
49917
49975
  # * **cloud_essd2**: PL2 ESSD
49918
49976
  # * **cloud_essd3**: PL3 ESSD
49919
49977
  self.dbinstance_storage_type = dbinstance_storage_type
@@ -49930,10 +49988,10 @@ class DescribePriceShrinkRequest(TeaModel):
49930
49988
  #
49931
49989
  # This parameter is required.
49932
49990
  self.engine = engine
49933
- # The database engine version of the instance.
49991
+ # The database engine version of the instance. Valid values:
49934
49992
  #
49935
49993
  # * Valid values if you set Engine to **MySQL**: **5.5**, **5.6**, **5.7**, and **8.0**\
49936
- # * Valid values if you set Engine to **SQLServer**: **08r2_ent_ha** (cloud disks, discontinued), **2008r2**(local disks, discontinued), **2012** (SQL Server EE Basic), **2012_ent_ha**, **2012_std_ha**, **2012_web**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_ent**, **2017_std_ha**, **2017_web**, **2019_ent**, **2019_std_ha**, **2019_web**, **2022_ent**, **2022_std_ha**, and **2022_web**\
49994
+ # * Valid values if you set Engine to **SQL Server**: **08r2_ent_ha**(cloud disks, discontinued), **2008r2**(high-performance local disks, discontinued), **2012** (SQL Server EE Basic)**2012_ent_ha**, **2012_std_ha**, **2012_web**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_ent**, **2017_std_ha**, **2017_web**, **2019_ent**, **2019_std_ha**, **2019_web**, **2022_ent**, **2022_std_ha**, and **2022_web**\
49937
49995
  # * Valid values if you set Engine to **PostgreSQL**: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, and **15.0**\
49938
49996
  # * Valid value if you set Engine to **MariaDB**: **10.3**\
49939
49997
  #
@@ -51946,7 +52004,7 @@ class DescribeRCDisksRequest(TeaModel):
51946
52004
  page_size: int = None,
51947
52005
  region_id: str = None,
51948
52006
  ):
51949
- # The IDs of cloud disks, local disks, or elastic ephemeral disks. The value is a JSON array that consists of up to 100 disk IDs. Separate the disk IDs with commas (,).
52007
+ # The disk ID. The value is a JSON array that consists of up to 100 disk IDs. Separate the disk IDs with commas (,). Format: `["Disk ID1","Disk ID2"]`.
51950
52008
  self.disk_ids = disk_ids
51951
52009
  # The instance ID.
51952
52010
  self.instance_id = instance_id
@@ -52024,20 +52082,12 @@ class DescribeRCDisksResponseBodyDisks(TeaModel):
52024
52082
  type: str = None,
52025
52083
  zone_id: str = None,
52026
52084
  ):
52027
- # The disk category. Valid values:
52028
- #
52029
- # * cloud: basic disk
52030
- # * cloud_efficiency: utra disk
52031
- # * cloud_ssd: standard SSD
52032
- # * cloud_essd: Enterprise SSD (ESSD)
52033
- # * cloud_auto: ESSD AutoPL disk
52034
- # * local_ssd_pro: I/O-intensive local disk
52035
- # * local_hdd_pro: throughput-intensive local disk
52036
- # * cloud_essd_entry: ESSD Entry disk
52037
- # * elastic_ephemeral_disk_standard: standard elastic ephemeral disk
52038
- # * elastic_ephemeral_disk_premium: premium static ephemeral disk
52039
- # * ephemeral: retired local disk
52040
- # * ephemeral_ssd: retired local SSD
52085
+ # The category of the disk. Valid values:
52086
+ #
52087
+ # * **cloud_efficiency**: ultra disk
52088
+ # * **cloud_ssd**: standard SSD
52089
+ # * **cloud_essd**: ESSD
52090
+ # * **cloud_auto**: Premium ESSD
52041
52091
  self.category = category
52042
52092
  # The creation time.
52043
52093
  self.creation_time = creation_time
@@ -55462,6 +55512,7 @@ class DescribeRCInstancesRequest(TeaModel):
55462
55512
  page_size: int = None,
55463
55513
  public_ip: str = None,
55464
55514
  region_id: str = None,
55515
+ status: str = None,
55465
55516
  tag: str = None,
55466
55517
  vpc_id: str = None,
55467
55518
  ):
@@ -55484,6 +55535,7 @@ class DescribeRCInstancesRequest(TeaModel):
55484
55535
  self.public_ip = public_ip
55485
55536
  # The region ID.
55486
55537
  self.region_id = region_id
55538
+ self.status = status
55487
55539
  self.tag = tag
55488
55540
  # The virtual private cloud (VPC) ID.
55489
55541
  self.vpc_id = vpc_id
@@ -55511,6 +55563,8 @@ class DescribeRCInstancesRequest(TeaModel):
55511
55563
  result['PublicIp'] = self.public_ip
55512
55564
  if self.region_id is not None:
55513
55565
  result['RegionId'] = self.region_id
55566
+ if self.status is not None:
55567
+ result['Status'] = self.status
55514
55568
  if self.tag is not None:
55515
55569
  result['Tag'] = self.tag
55516
55570
  if self.vpc_id is not None:
@@ -55533,6 +55587,8 @@ class DescribeRCInstancesRequest(TeaModel):
55533
55587
  self.public_ip = m.get('PublicIp')
55534
55588
  if m.get('RegionId') is not None:
55535
55589
  self.region_id = m.get('RegionId')
55590
+ if m.get('Status') is not None:
55591
+ self.status = m.get('Status')
55536
55592
  if m.get('Tag') is not None:
55537
55593
  self.tag = m.get('Tag')
55538
55594
  if m.get('VpcId') is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-rds20140815
3
- Version: 11.3.0
3
+ Version: 11.3.1
4
4
  Summary: Alibaba Cloud rds (20140815) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: alibabacloud-endpoint-util (<1.0.0,>=0.0.3)
25
25
  Requires-Dist: alibabacloud-openapi-util (<1.0.0,>=0.2.2)
26
- Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.3.14)
26
+ Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.3.15)
27
27
  Requires-Dist: alibabacloud-tea-util (<1.0.0,>=0.3.13)
28
28
 
29
29
  English | [简体中文](README-CN.md)
@@ -0,0 +1,8 @@
1
+ alibabacloud_rds20140815/__init__.py,sha256=g8UsHuBr9Q6t0UCnJ-NPSzW94jcoIpM_QQiMCccNvXg,22
2
+ alibabacloud_rds20140815/client.py,sha256=G67ly7vrwIS--vxxMmNKINoutsVunA2u9J3vMHHT9-E,2515795
3
+ alibabacloud_rds20140815/models.py,sha256=UFEw8UgbknvQJyu94D9lNQMcPcD8hr4Fi2AgIPJ7N2o,3628738
4
+ alibabacloud_rds20140815-11.3.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
+ alibabacloud_rds20140815-11.3.1.dist-info/METADATA,sha256=118WcwDXJ8ToM0lTgb5TK8tzuKz48mYQn1H97arNpCk,2313
6
+ alibabacloud_rds20140815-11.3.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ alibabacloud_rds20140815-11.3.1.dist-info/top_level.txt,sha256=JrnffxBPffQ-kwp8_cVNsbxBsxm7QysAdoFB1xAdY70,25
8
+ alibabacloud_rds20140815-11.3.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- alibabacloud_rds20140815/__init__.py,sha256=ojOECpnrCvdGB8oKAKO0qgPztf89SUmoZ_PKT3KS43w,22
2
- alibabacloud_rds20140815/client.py,sha256=cGCBjC8Ipel0MOfwIwyqNeioFHmgUQdgGdvxsmGxWOw,2517329
3
- alibabacloud_rds20140815/models.py,sha256=PgGIz0QNv4UjOSkJuF719LEQBtw5FzPeRQdS3TOjskU,3625438
4
- alibabacloud_rds20140815-11.3.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
- alibabacloud_rds20140815-11.3.0.dist-info/METADATA,sha256=HInWlGQl1Qx-gD2trH8mtmuPOAdR--HkUVIutXhseN0,2313
6
- alibabacloud_rds20140815-11.3.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- alibabacloud_rds20140815-11.3.0.dist-info/top_level.txt,sha256=JrnffxBPffQ-kwp8_cVNsbxBsxm7QysAdoFB1xAdY70,25
8
- alibabacloud_rds20140815-11.3.0.dist-info/RECORD,,