@awboost/cfntypes 0.100.227 → 0.100.228

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.
@@ -162483,10 +162483,10 @@ export type RDSDBSecurityGroupIngressAttributes = {
162483
162483
  */
162484
162484
  export type RDSDBShardGroupProps = {
162485
162485
  /**
162486
- * Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
162487
- + 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
162488
- + 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
162489
- + 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
162486
+ * Specifies whether to create standby standby DB data access shard for the DB shard group. Valid values are the following:
162487
+ + 0 - Creates a DB shard group without a standby DB data access shard. This is the default value.
162488
+ + 1 - Creates a DB shard group with a standby DB data access shard in a different Availability Zone (AZ).
162489
+ + 2 - Creates a DB shard group with two standby DB data access shard in two different AZs.
162490
162490
  * @min `0`
162491
162491
  */
162492
162492
  ComputeRedundancy?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.227",
3
+ "version": "0.100.228",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"