cdk-lambda-subminute 2.0.258 → 2.0.260

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.
Files changed (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +25 -3
  6. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +27 -14
  7. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +45 -112
  8. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +360 -314
  9. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +14 -10
  10. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +324 -61
  11. package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +13 -11
  12. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +421 -105
  13. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +10 -0
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +25 -25
  15. package/node_modules/aws-sdk/clients/fsx.d.ts +16 -1
  16. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +32 -15
  17. package/node_modules/aws-sdk/clients/omics.d.ts +23 -0
  18. package/node_modules/aws-sdk/clients/quicksight.d.ts +62 -2
  19. package/node_modules/aws-sdk/clients/rds.d.ts +225 -225
  20. package/node_modules/aws-sdk/clients/route53.d.ts +17 -12
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +484 -0
  22. package/node_modules/aws-sdk/clients/storagegateway.d.ts +18 -13
  23. package/node_modules/aws-sdk/clients/transfer.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/workspaces.d.ts +431 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +57 -38
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +30 -30
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +5 -5
@@ -174,11 +174,11 @@ declare class RDS extends Service {
174
174
  */
175
175
  createDBInstance(callback?: (err: AWSError, data: RDS.Types.CreateDBInstanceResult) => void): Request<RDS.Types.CreateDBInstanceResult, AWSError>;
176
176
  /**
177
- * Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. Call the CreateDBInstance operation to create a DB instance for an Aurora DB cluster. All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified. Your source DB instance or cluster must have backup retention enabled.
177
+ * Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the CreateDBInstance operation. All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified. Your source DB instance or cluster must have backup retention enabled.
178
178
  */
179
179
  createDBInstanceReadReplica(params: RDS.Types.CreateDBInstanceReadReplicaMessage, callback?: (err: AWSError, data: RDS.Types.CreateDBInstanceReadReplicaResult) => void): Request<RDS.Types.CreateDBInstanceReadReplicaResult, AWSError>;
180
180
  /**
181
- * Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. Call the CreateDBInstance operation to create a DB instance for an Aurora DB cluster. All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified. Your source DB instance or cluster must have backup retention enabled.
181
+ * Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the CreateDBInstance operation. All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified. Your source DB instance or cluster must have backup retention enabled.
182
182
  */
183
183
  createDBInstanceReadReplica(callback?: (err: AWSError, data: RDS.Types.CreateDBInstanceReadReplicaResult) => void): Request<RDS.Types.CreateDBInstanceReadReplicaResult, AWSError>;
184
184
  /**
@@ -310,11 +310,11 @@ declare class RDS extends Service {
310
310
  */
311
311
  deleteDBClusterSnapshot(callback?: (err: AWSError, data: RDS.Types.DeleteDBClusterSnapshotResult) => void): Request<RDS.Types.DeleteDBClusterSnapshotResult, AWSError>;
312
312
  /**
313
- * The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted. If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action can't be canceled or reverted once submitted. When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter. If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true: The DB cluster is a read replica of another Amazon Aurora DB cluster. The DB instance is the only instance in the DB cluster. To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a read replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.
313
+ * Deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. However, manual DB snapshots of the DB instance aren't deleted. If you request a final DB snapshot, the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. This operation can't be canceled or reverted after it begins. To monitor the status of this operation, use DescribeDBInstance. When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter. If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true: The DB cluster is a read replica of another Amazon Aurora DB cluster. The DB instance is the only instance in the DB cluster. To delete a DB instance in this case, first use the PromoteReadReplicaDBCluster operation to promote the DB cluster so that it's no longer a read replica. After the promotion completes, use the DeleteDBInstance operation to delete the final instance in the DB cluster. For RDS Custom DB instances, deleting the DB instance permanently deletes the EC2 instance and the associated EBS volumes. Make sure that you don't terminate or delete these resources before you delete the DB instance. Otherwise, deleting the DB instance and creation of the final snapshot might fail.
314
314
  */
315
315
  deleteDBInstance(params: RDS.Types.DeleteDBInstanceMessage, callback?: (err: AWSError, data: RDS.Types.DeleteDBInstanceResult) => void): Request<RDS.Types.DeleteDBInstanceResult, AWSError>;
316
316
  /**
317
- * The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted. If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action can't be canceled or reverted once submitted. When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter. If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true: The DB cluster is a read replica of another Amazon Aurora DB cluster. The DB instance is the only instance in the DB cluster. To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a read replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.
317
+ * Deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. However, manual DB snapshots of the DB instance aren't deleted. If you request a final DB snapshot, the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. This operation can't be canceled or reverted after it begins. To monitor the status of this operation, use DescribeDBInstance. When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter. If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true: The DB cluster is a read replica of another Amazon Aurora DB cluster. The DB instance is the only instance in the DB cluster. To delete a DB instance in this case, first use the PromoteReadReplicaDBCluster operation to promote the DB cluster so that it's no longer a read replica. After the promotion completes, use the DeleteDBInstance operation to delete the final instance in the DB cluster. For RDS Custom DB instances, deleting the DB instance permanently deletes the EC2 instance and the associated EBS volumes. Make sure that you don't terminate or delete these resources before you delete the DB instance. Otherwise, deleting the DB instance and creation of the final snapshot might fail.
318
318
  */
319
319
  deleteDBInstance(callback?: (err: AWSError, data: RDS.Types.DeleteDBInstanceResult) => void): Request<RDS.Types.DeleteDBInstanceResult, AWSError>;
320
320
  /**
@@ -494,11 +494,11 @@ declare class RDS extends Service {
494
494
  */
495
495
  describeDBClusters(callback?: (err: AWSError, data: RDS.Types.DBClusterMessage) => void): Request<RDS.Types.DBClusterMessage, AWSError>;
496
496
  /**
497
- * Returns a list of the available DB engines.
497
+ * Describes the properties of specific versions of DB engines.
498
498
  */
499
499
  describeDBEngineVersions(params: RDS.Types.DescribeDBEngineVersionsMessage, callback?: (err: AWSError, data: RDS.Types.DBEngineVersionMessage) => void): Request<RDS.Types.DBEngineVersionMessage, AWSError>;
500
500
  /**
501
- * Returns a list of the available DB engines.
501
+ * Describes the properties of specific versions of DB engines.
502
502
  */
503
503
  describeDBEngineVersions(callback?: (err: AWSError, data: RDS.Types.DBEngineVersionMessage) => void): Request<RDS.Types.DBEngineVersionMessage, AWSError>;
504
504
  /**
@@ -1317,11 +1317,11 @@ declare namespace RDS {
1317
1317
  */
1318
1318
  ResourceIdentifier: String;
1319
1319
  /**
1320
- * The pending maintenance action to apply to this resource. Valid values: system-update, db-upgrade, hardware-maintenance, ca-certificate-rotation
1320
+ * The pending maintenance action to apply to this resource. Valid Values: system-update, db-upgrade, hardware-maintenance, ca-certificate-rotation
1321
1321
  */
1322
1322
  ApplyAction: String;
1323
1323
  /**
1324
- * A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate can't be undone. Valid values: immediate - Apply the maintenance action immediately. next-maintenance - Apply the maintenance action during the next maintenance window for the resource. undo-opt-in - Cancel any existing next-maintenance opt-in requests.
1324
+ * A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate can't be undone. Valid Values: immediate - Apply the maintenance action immediately. next-maintenance - Apply the maintenance action during the next maintenance window for the resource. undo-opt-in - Cancel any existing next-maintenance opt-in requests.
1325
1325
  */
1326
1326
  OptInType: String;
1327
1327
  }
@@ -1391,11 +1391,11 @@ declare namespace RDS {
1391
1391
  */
1392
1392
  BacktrackTo: TStamp;
1393
1393
  /**
1394
- * A value that indicates whether to force the DB cluster to backtrack when binary logging is enabled. Otherwise, an error occurs when binary logging is enabled.
1394
+ * Specifies whether to force the DB cluster to backtrack when binary logging is enabled. Otherwise, an error occurs when binary logging is enabled.
1395
1395
  */
1396
1396
  Force?: BooleanOptional;
1397
1397
  /**
1398
- * A value that indicates whether to backtrack the DB cluster to the earliest possible backtrack time when BacktrackTo is set to a timestamp earlier than the earliest backtrack time. When this parameter is disabled and BacktrackTo is set to a timestamp earlier than the earliest backtrack time, an error occurs.
1398
+ * Specifies whether to backtrack the DB cluster to the earliest possible backtrack time when BacktrackTo is set to a timestamp earlier than the earliest backtrack time. When this parameter is disabled and BacktrackTo is set to a timestamp earlier than the earliest backtrack time, an error occurs.
1399
1399
  */
1400
1400
  UseEarliestTimeOnPointInTimeUnavailable?: BooleanOptional;
1401
1401
  }
@@ -1496,7 +1496,7 @@ declare namespace RDS {
1496
1496
  */
1497
1497
  CertificateArn?: String;
1498
1498
  /**
1499
- * Whether there is an override for the default certificate identifier.
1499
+ * Indicates whether there is an override for the default certificate identifier.
1500
1500
  */
1501
1501
  CustomerOverride?: BooleanOptional;
1502
1502
  /**
@@ -1561,7 +1561,7 @@ declare namespace RDS {
1561
1561
  */
1562
1562
  MasterUserPassword?: String;
1563
1563
  /**
1564
- * A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
1564
+ * Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
1565
1565
  */
1566
1566
  IAMDatabaseAuthenticationEnabled?: BooleanOptional;
1567
1567
  /**
@@ -1587,15 +1587,15 @@ declare namespace RDS {
1587
1587
  }
1588
1588
  export interface ConnectionPoolConfiguration {
1589
1589
  /**
1590
- * The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. If you specify MaxIdleConnectionsPercent, then you must also include a value for this parameter. Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines Constraints: Must be between 1 and 100.
1590
+ * The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. If you specify MaxIdleConnectionsPercent, then you must also include a value for this parameter. Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines Constraints: Must be between 1 and 100.
1591
1591
  */
1592
1592
  MaxConnectionsPercent?: IntegerOptional;
1593
1593
  /**
1594
- * Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database. If you specify this parameter, then you must also include a value for MaxConnectionsPercent. Default: The default value is half of the value of MaxConnectionsPercent. For example, if MaxConnectionsPercent is 80, then the default value of MaxIdleConnectionsPercent is 40. If the value of MaxConnectionsPercent isn't specified, then for SQL Server, MaxIdleConnectionsPercent is 5, and for all other engines, the default is 50. Constraints: Must be between 0 and the value of MaxConnectionsPercent.
1594
+ * A value that controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database. If you specify this parameter, then you must also include a value for MaxConnectionsPercent. Default: The default value is half of the value of MaxConnectionsPercent. For example, if MaxConnectionsPercent is 80, then the default value of MaxIdleConnectionsPercent is 40. If the value of MaxConnectionsPercent isn't specified, then for SQL Server, MaxIdleConnectionsPercent is 5, and for all other engines, the default is 50. Constraints: Must be between 0 and the value of MaxConnectionsPercent.
1595
1595
  */
1596
1596
  MaxIdleConnectionsPercent?: IntegerOptional;
1597
1597
  /**
1598
- * The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions. Default: 120 Constraints: between 1 and 3600, or 0 representing unlimited
1598
+ * The number of seconds for a proxy to wait for a connection to become available in the connection pool. This setting only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions. For an unlimited wait time, specify 0. Default: 120 Constraints: Must be between 0 and 3600.
1599
1599
  */
1600
1600
  ConnectionBorrowTimeout?: IntegerOptional;
1601
1601
  /**
@@ -1665,7 +1665,7 @@ declare namespace RDS {
1665
1665
  */
1666
1666
  PreSignedUrl?: String;
1667
1667
  /**
1668
- * A value that indicates whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot. By default, tags are not copied.
1668
+ * Specifies whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot. By default, tags are not copied.
1669
1669
  */
1670
1670
  CopyTags?: BooleanOptional;
1671
1671
  Tags?: TagList;
@@ -1710,7 +1710,7 @@ declare namespace RDS {
1710
1710
  KmsKeyId?: String;
1711
1711
  Tags?: TagList;
1712
1712
  /**
1713
- * A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags aren't copied.
1713
+ * Specifies whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags aren't copied.
1714
1714
  */
1715
1715
  CopyTags?: BooleanOptional;
1716
1716
  /**
@@ -1726,7 +1726,7 @@ declare namespace RDS {
1726
1726
  */
1727
1727
  TargetCustomAvailabilityZone?: String;
1728
1728
  /**
1729
- * A value that indicates whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls.
1729
+ * Specifies whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls.
1730
1730
  */
1731
1731
  CopyOptionGroup?: BooleanOptional;
1732
1732
  /**
@@ -2123,7 +2123,7 @@ declare namespace RDS {
2123
2123
  */
2124
2124
  MasterUsername?: String;
2125
2125
  /**
2126
- * The password for the master user. This setting doesn't apply to Amazon Aurora DB instances. The password for the master user is managed by the DB cluster. Constraints: Can't be specified if ManageMasterUserPassword is turned on. Can include any printable ASCII character except "/", """, or "@". Length Constraints: RDS for MariaDB - Must contain from 8 to 41 characters. RDS for Microsoft SQL Server - Must contain from 8 to 128 characters. RDS for MySQL - Must contain from 8 to 41 characters. RDS for Oracle - Must contain from 8 to 30 characters. RDS for PostgreSQL - Must contain from 8 to 128 characters.
2126
+ * The password for the master user. This setting doesn't apply to Amazon Aurora DB instances. The password for the master user is managed by the DB cluster. Constraints: Can't be specified if ManageMasterUserPassword is turned on. Can include any printable ASCII character except "/", """, or "@". For RDS for Oracle, can't include the "&amp;" (ampersand) or the "'" (single quotes) character. Length Constraints: RDS for MariaDB - Must contain from 8 to 41 characters. RDS for Microsoft SQL Server - Must contain from 8 to 128 characters. RDS for MySQL - Must contain from 8 to 41 characters. RDS for Oracle - Must contain from 8 to 30 characters. RDS for PostgreSQL - Must contain from 8 to 128 characters.
2127
2127
  */
2128
2128
  MasterUserPassword?: String;
2129
2129
  /**
@@ -2349,7 +2349,7 @@ declare namespace RDS {
2349
2349
  */
2350
2350
  SourceDBInstanceIdentifier?: String;
2351
2351
  /**
2352
- * The compute and memory capacity of the read replica, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: Inherits from the source DB instance.
2352
+ * The compute and memory capacity of the read replica, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: Inherits the value from the source DB instance.
2353
2353
  */
2354
2354
  DBInstanceClass?: String;
2355
2355
  /**
@@ -2357,56 +2357,56 @@ declare namespace RDS {
2357
2357
  */
2358
2358
  AvailabilityZone?: String;
2359
2359
  /**
2360
- * The port number that the DB instance uses for connections. Default: Inherits from the source DB instance Valid Values: 1150-65535
2360
+ * The port number that the DB instance uses for connections. Valid Values: 1150-65535 Default: Inherits the value from the source DB instance.
2361
2361
  */
2362
2362
  Port?: IntegerOptional;
2363
2363
  /**
2364
- * A value that indicates whether the read replica is in a Multi-AZ deployment. You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source is a Multi-AZ DB instance or a Multi-AZ DB cluster. This setting doesn't apply to RDS Custom.
2364
+ * Specifies whether the read replica is in a Multi-AZ deployment. You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source is a Multi-AZ DB instance or a Multi-AZ DB cluster. This setting doesn't apply to RDS Custom DB instances.
2365
2365
  */
2366
2366
  MultiAZ?: BooleanOptional;
2367
2367
  /**
2368
- * A value that indicates whether minor engine upgrades are applied automatically to the read replica during the maintenance window. This setting doesn't apply to RDS Custom. Default: Inherits from the source DB instance
2368
+ * Specifies whether to automatically apply minor engine upgrades to the read replica during the maintenance window. This setting doesn't apply to RDS Custom DB instances. Default: Inherits the value from the source DB instance.
2369
2369
  */
2370
2370
  AutoMinorVersionUpgrade?: BooleanOptional;
2371
2371
  /**
2372
- * The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
2372
+ * The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance.
2373
2373
  */
2374
2374
  Iops?: IntegerOptional;
2375
2375
  /**
2376
- * The option group the DB instance is associated with. If omitted, the option group associated with the source instance or cluster is used. For SQL Server, you must use the option group associated with the source. This setting doesn't apply to RDS Custom.
2376
+ * The option group to associate the DB instance with. If not specified, RDS uses the option group associated with the source DB instance or cluster. For SQL Server, you must use the option group associated with the source. This setting doesn't apply to RDS Custom DB instances.
2377
2377
  */
2378
2378
  OptionGroupName?: String;
2379
2379
  /**
2380
- * The name of the DB parameter group to associate with this DB instance. If you do not specify a value for DBParameterGroupName, then Amazon RDS uses the DBParameterGroup of source DB instance for a same Region read replica, or the default DBParameterGroup for the specified DB engine for a cross-Region read replica. Specifying a parameter group for this operation is only supported for MySQL and Oracle DB instances. It isn't supported for RDS Custom. Constraints: Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter Can't end with a hyphen or contain two consecutive hyphens
2380
+ * The name of the DB parameter group to associate with this DB instance. If you don't specify a value for DBParameterGroupName, then Amazon RDS uses the DBParameterGroup of the source DB instance for a same Region read replica, or the default DBParameterGroup for the specified DB engine for a cross-Region read replica. Specifying a parameter group for this operation is only supported for MySQL DB instances for cross-Region read replicas and for Oracle DB instances. It isn't supported for MySQL DB instances for same Region read replicas or for RDS Custom. Constraints: Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens.
2381
2381
  */
2382
2382
  DBParameterGroupName?: String;
2383
2383
  /**
2384
- * A value that indicates whether the DB instance is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
2384
+ * Specifies whether the DB instance is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
2385
2385
  */
2386
2386
  PubliclyAccessible?: BooleanOptional;
2387
2387
  Tags?: TagList;
2388
2388
  /**
2389
- * Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: If supplied, must match the name of an existing DBSubnetGroup. The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running. All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either:&gt; Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC. Not specify a DB subnet group. All these read replicas are created outside of any VPC. Example: mydbsubnetgroup
2389
+ * A DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: If supplied, must match the name of an existing DB subnet group. The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running. All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either: Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC. Not specify a DB subnet group. All these read replicas are created outside of any VPC. Example: mydbsubnetgroup
2390
2390
  */
2391
2391
  DBSubnetGroupName?: String;
2392
2392
  /**
2393
- * A list of Amazon EC2 VPC security groups to associate with the read replica. This setting doesn't apply to RDS Custom. Default: The default EC2 VPC security group for the DB subnet group's VPC.
2393
+ * A list of Amazon EC2 VPC security groups to associate with the read replica. This setting doesn't apply to RDS Custom DB instances. Default: The default EC2 VPC security group for the DB subnet group's VPC.
2394
2394
  */
2395
2395
  VpcSecurityGroupIds?: VpcSecurityGroupIdList;
2396
2396
  /**
2397
- * Specifies the storage type to be associated with the read replica. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
2397
+ * The storage type to associate with the read replica. If you specify io1 or gp3, you must also include a value for the Iops parameter. Valid Values: gp2 | gp3 | io1 | standard Default: io1 if the Iops parameter is specified. Otherwise, gp2.
2398
2398
  */
2399
2399
  StorageType?: String;
2400
2400
  /**
2401
- * A value that indicates whether to copy all tags from the read replica to snapshots of the read replica. By default, tags are not copied.
2401
+ * Specifies whether to copy all tags from the read replica to snapshots of the read replica. By default, tags aren't copied.
2402
2402
  */
2403
2403
  CopyTagsToSnapshot?: BooleanOptional;
2404
2404
  /**
2405
- * The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the read replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0. This setting doesn't apply to RDS Custom. Valid Values: 0, 1, 5, 10, 15, 30, 60
2405
+ * The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the read replica. To disable collection of Enhanced Monitoring metrics, specify 0. The default is 0. If MonitoringRoleArn is specified, then you must set MonitoringInterval to a value other than 0. This setting doesn't apply to RDS Custom DB instances. Valid Values: 0, 1, 5, 10, 15, 30, 60 Default: 0
2406
2406
  */
2407
2407
  MonitoringInterval?: IntegerOptional;
2408
2408
  /**
2409
- * The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide. If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value. This setting doesn't apply to RDS Custom.
2409
+ * The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide. If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value. This setting doesn't apply to RDS Custom DB instances.
2410
2410
  */
2411
2411
  MonitoringRoleArn?: String;
2412
2412
  /**
@@ -2414,47 +2414,47 @@ declare namespace RDS {
2414
2414
  */
2415
2415
  KmsKeyId?: String;
2416
2416
  /**
2417
- * When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API operation in the source Amazon Web Services Region that contains the source DB instance. This setting applies only to Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions. This setting applies only when replicating from a source DB instance. Source DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region. The presigned URL must be a valid request for the CreateDBInstanceReadReplica API operation that can run in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values: DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica operation is called that contains this presigned URL. For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica operation in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CreateDBInstanceReadReplica operation in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region. KmsKeyId - The KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL. SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are creating an encrypted read replica from a DB instance in the us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region. SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server doesn't support cross-Region read replicas. This setting doesn't apply to RDS Custom.If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
2417
+ * When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API operation in the source Amazon Web Services Region that contains the source DB instance. This setting applies only to Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions. This setting applies only when replicating from a source DB instance. Source DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region. The presigned URL must be a valid request for the CreateDBInstanceReadReplica API operation that can run in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values: DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica operation is called that contains this presigned URL. For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica operation in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CreateDBInstanceReadReplica operation in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region. KmsKeyId - The KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL. SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are creating an encrypted read replica from a DB instance in the us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region. SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server doesn't support cross-Region read replicas. This setting doesn't apply to RDS Custom DB instances.If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
2418
2418
  */
2419
2419
  PreSignedUrl?: String;
2420
2420
  /**
2421
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom.
2421
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom DB instances.
2422
2422
  */
2423
2423
  EnableIAMDatabaseAuthentication?: BooleanOptional;
2424
2424
  /**
2425
- * A value that indicates whether to enable Performance Insights for the read replica. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom.
2425
+ * Specifies whether to enable Performance Insights for the read replica. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom DB instances.
2426
2426
  */
2427
2427
  EnablePerformanceInsights?: BooleanOptional;
2428
2428
  /**
2429
- * The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. This setting doesn't apply to RDS Custom.
2429
+ * The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. This setting doesn't apply to RDS Custom DB instances.
2430
2430
  */
2431
2431
  PerformanceInsightsKMSKeyId?: String;
2432
2432
  /**
2433
- * The number of days to retain Performance Insights data. The default is 7 days. The following values are valid: 7 month * 31, where month is a number of months from 1-23 731 For example, the following values are valid: 93 (3 months * 31) 341 (11 months * 31) 589 (19 months * 31) 731 If you specify a retention period such as 94, which isn't a valid value, RDS issues an error. This setting doesn't apply to RDS Custom.
2433
+ * The number of days to retain Performance Insights data. This setting doesn't apply to RDS Custom DB instances. Valid Values: 7 month * 31, where month is a number of months from 1-23. Examples: 93 (3 months * 31), 341 (11 months * 31), 589 (19 months * 31) 731 Default: 7 days If you specify a retention period that isn't valid, such as 94, Amazon RDS returns an error.
2434
2434
  */
2435
2435
  PerformanceInsightsRetentionPeriod?: IntegerOptional;
2436
2436
  /**
2437
- * The list of logs that the new DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom.
2437
+ * The list of logs that the new DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom DB instances.
2438
2438
  */
2439
2439
  EnableCloudwatchLogsExports?: LogTypeList;
2440
2440
  /**
2441
- * The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. This setting doesn't apply to RDS Custom.
2441
+ * The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. This setting doesn't apply to RDS Custom DB instances.
2442
2442
  */
2443
2443
  ProcessorFeatures?: ProcessorFeatureList;
2444
2444
  /**
2445
- * A value that indicates whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom.
2445
+ * Specifies whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom DB instances.
2446
2446
  */
2447
2447
  UseDefaultProcessorFeatures?: BooleanOptional;
2448
2448
  /**
2449
- * A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
2449
+ * Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
2450
2450
  */
2451
2451
  DeletionProtection?: BooleanOptional;
2452
2452
  /**
2453
- * The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain. For more information, see Kerberos Authentication in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom.
2453
+ * The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain. For more information, see Kerberos Authentication in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom DB instances.
2454
2454
  */
2455
2455
  Domain?: String;
2456
2456
  /**
2457
- * The name of the IAM role to be used when making API calls to the Directory Service. This setting doesn't apply to RDS Custom.
2457
+ * The name of the IAM role to use when making API calls to the Directory Service. This setting doesn't apply to RDS Custom DB instances.
2458
2458
  */
2459
2459
  DomainIAMRoleName?: String;
2460
2460
  /**
@@ -2482,19 +2482,19 @@ declare namespace RDS {
2482
2482
  */
2483
2483
  MaxAllocatedStorage?: IntegerOptional;
2484
2484
  /**
2485
- * The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements: The profile must exist in your account. The profile must have an IAM role that Amazon EC2 has permissions to assume. The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom. For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide. This setting is required for RDS Custom.
2485
+ * The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements: The profile must exist in your account. The profile must have an IAM role that Amazon EC2 has permissions to assume. The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom. For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide. This setting is required for RDS Custom DB instances.
2486
2486
  */
2487
2487
  CustomIamInstanceProfile?: String;
2488
2488
  /**
2489
- * The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for read replica. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
2489
+ * The network type of the DB instance. Valid Values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for read replica. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
2490
2490
  */
2491
2491
  NetworkType?: String;
2492
2492
  /**
2493
- * Specifies the storage throughput value for the read replica. This setting doesn't apply to RDS Custom or Amazon Aurora.
2493
+ * Specifies the storage throughput value for the read replica. This setting doesn't apply to RDS Custom or Amazon Aurora DB instances.
2494
2494
  */
2495
2495
  StorageThroughput?: IntegerOptional;
2496
2496
  /**
2497
- * A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts read replica. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the read replica from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
2497
+ * Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts read replica. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the read replica from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
2498
2498
  */
2499
2499
  EnableCustomerOwnedIp?: BooleanOptional;
2500
2500
  /**
@@ -2555,7 +2555,7 @@ declare namespace RDS {
2555
2555
  */
2556
2556
  VpcSecurityGroupIds?: StringList;
2557
2557
  /**
2558
- * A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is READ_WRITE.
2558
+ * The role of the DB proxy endpoint. The role determines whether the endpoint can be used for read/write or only read operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is READ_WRITE.
2559
2559
  */
2560
2560
  TargetRole?: DBProxyEndpointTargetRole;
2561
2561
  Tags?: TagList;
@@ -2592,7 +2592,7 @@ declare namespace RDS {
2592
2592
  */
2593
2593
  VpcSecurityGroupIds?: StringList;
2594
2594
  /**
2595
- * A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.
2595
+ * Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.
2596
2596
  */
2597
2597
  RequireTLS?: Boolean;
2598
2598
  /**
@@ -2600,7 +2600,7 @@ declare namespace RDS {
2600
2600
  */
2601
2601
  IdleClientTimeout?: IntegerOptional;
2602
2602
  /**
2603
- * Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
2603
+ * Specifies whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
2604
2604
  */
2605
2605
  DebugLogging?: Boolean;
2606
2606
  /**
@@ -2676,7 +2676,7 @@ declare namespace RDS {
2676
2676
  */
2677
2677
  SnsTopicArn: String;
2678
2678
  /**
2679
- * The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
2679
+ * The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
2680
2680
  */
2681
2681
  SourceType?: String;
2682
2682
  /**
@@ -2688,7 +2688,7 @@ declare namespace RDS {
2688
2688
  */
2689
2689
  SourceIds?: SourceIdsList;
2690
2690
  /**
2691
- * A value that indicates whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.
2691
+ * Specifies whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.
2692
2692
  */
2693
2693
  Enabled?: BooleanOptional;
2694
2694
  Tags?: TagList;
@@ -2984,7 +2984,7 @@ declare namespace RDS {
2984
2984
  */
2985
2985
  GlobalWriteForwardingStatus?: WriteForwardingStatus;
2986
2986
  /**
2987
- * Specifies whether write forwarding is enabled for a secondary cluster in an Aurora global database. Because write forwarding takes time to enable, check the value of GlobalWriteForwardingStatus to confirm that the request has completed before using the write forwarding feature for this cluster.
2987
+ * Indicates whether write forwarding is enabled for a secondary cluster in an Aurora global database. Because write forwarding takes time to enable, check the value of GlobalWriteForwardingStatus to confirm that the request has completed before using the write forwarding feature for this cluster.
2988
2988
  */
2989
2989
  GlobalWriteForwardingRequested?: BooleanOptional;
2990
2990
  /**
@@ -3049,7 +3049,7 @@ declare namespace RDS {
3049
3049
  */
3050
3050
  IOOptimizedNextAllowedModificationTime?: TStamp;
3051
3051
  /**
3052
- * Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.
3052
+ * Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.
3053
3053
  */
3054
3054
  LocalWriteForwardingStatus?: LocalWriteForwardingStatus;
3055
3055
  /**
@@ -3096,7 +3096,7 @@ declare namespace RDS {
3096
3096
  */
3097
3097
  Status?: String;
3098
3098
  /**
3099
- * True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
3099
+ * Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
3100
3100
  */
3101
3101
  IAMDatabaseAuthenticationEnabled?: Boolean;
3102
3102
  /**
@@ -3104,7 +3104,7 @@ declare namespace RDS {
3104
3104
  */
3105
3105
  ClusterCreateTime?: TStamp;
3106
3106
  /**
3107
- * Specifies whether the source DB cluster is encrypted.
3107
+ * Indicates whether the source DB cluster is encrypted.
3108
3108
  */
3109
3109
  StorageEncrypted?: Boolean;
3110
3110
  /**
@@ -3283,7 +3283,7 @@ declare namespace RDS {
3283
3283
  */
3284
3284
  DBInstanceIdentifier?: String;
3285
3285
  /**
3286
- * Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.
3286
+ * Indicates whether the cluster member is the primary DB instance for the DB cluster.
3287
3287
  */
3288
3288
  IsClusterWriter?: Boolean;
3289
3289
  /**
@@ -3379,71 +3379,71 @@ declare namespace RDS {
3379
3379
  export type DBClusterRoles = DBClusterRole[];
3380
3380
  export interface DBClusterSnapshot {
3381
3381
  /**
3382
- * Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
3382
+ * The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
3383
3383
  */
3384
3384
  AvailabilityZones?: AvailabilityZones;
3385
3385
  /**
3386
- * Specifies the identifier for the DB cluster snapshot.
3386
+ * The identifier for the DB cluster snapshot.
3387
3387
  */
3388
3388
  DBClusterSnapshotIdentifier?: String;
3389
3389
  /**
3390
- * Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
3390
+ * The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
3391
3391
  */
3392
3392
  DBClusterIdentifier?: String;
3393
3393
  /**
3394
- * Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
3394
+ * The time when the snapshot was taken, in Universal Coordinated Time (UTC).
3395
3395
  */
3396
3396
  SnapshotCreateTime?: TStamp;
3397
3397
  /**
3398
- * Specifies the name of the database engine for this DB cluster snapshot.
3398
+ * The name of the database engine for this DB cluster snapshot.
3399
3399
  */
3400
3400
  Engine?: String;
3401
3401
  /**
3402
- * Provides the engine mode of the database engine for this DB cluster snapshot.
3402
+ * The engine mode of the database engine for this DB cluster snapshot.
3403
3403
  */
3404
3404
  EngineMode?: String;
3405
3405
  /**
3406
- * Specifies the allocated storage size in gibibytes (GiB).
3406
+ * The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
3407
3407
  */
3408
3408
  AllocatedStorage?: Integer;
3409
3409
  /**
3410
- * Specifies the status of this DB cluster snapshot. Valid statuses are the following: available copying creating
3410
+ * The status of this DB cluster snapshot. Valid statuses are the following: available copying creating
3411
3411
  */
3412
3412
  Status?: String;
3413
3413
  /**
3414
- * Specifies the port that the DB cluster was listening on at the time of the snapshot.
3414
+ * The port that the DB cluster was listening on at the time of the snapshot.
3415
3415
  */
3416
3416
  Port?: Integer;
3417
3417
  /**
3418
- * Provides the VPC ID associated with the DB cluster snapshot.
3418
+ * The VPC ID associated with the DB cluster snapshot.
3419
3419
  */
3420
3420
  VpcId?: String;
3421
3421
  /**
3422
- * Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
3422
+ * The time when the DB cluster was created, in Universal Coordinated Time (UTC).
3423
3423
  */
3424
3424
  ClusterCreateTime?: TStamp;
3425
3425
  /**
3426
- * Provides the master username for this DB cluster snapshot.
3426
+ * The master username for this DB cluster snapshot.
3427
3427
  */
3428
3428
  MasterUsername?: String;
3429
3429
  /**
3430
- * Provides the version of the database engine for this DB cluster snapshot.
3430
+ * The version of the database engine for this DB cluster snapshot.
3431
3431
  */
3432
3432
  EngineVersion?: String;
3433
3433
  /**
3434
- * Provides the license model information for this DB cluster snapshot.
3434
+ * The license model information for this DB cluster snapshot.
3435
3435
  */
3436
3436
  LicenseModel?: String;
3437
3437
  /**
3438
- * Provides the type of the DB cluster snapshot.
3438
+ * The type of the DB cluster snapshot.
3439
3439
  */
3440
3440
  SnapshotType?: String;
3441
3441
  /**
3442
- * Specifies the percentage of the estimated data that has been transferred.
3442
+ * The percentage of the estimated data that has been transferred.
3443
3443
  */
3444
3444
  PercentProgress?: Integer;
3445
3445
  /**
3446
- * Specifies whether the DB cluster snapshot is encrypted.
3446
+ * Indicates whether the DB cluster snapshot is encrypted.
3447
3447
  */
3448
3448
  StorageEncrypted?: Boolean;
3449
3449
  /**
@@ -3451,7 +3451,7 @@ declare namespace RDS {
3451
3451
  */
3452
3452
  KmsKeyId?: String;
3453
3453
  /**
3454
- * Specifies the Amazon Resource Name (ARN) for the DB cluster snapshot.
3454
+ * The Amazon Resource Name (ARN) for the DB cluster snapshot.
3455
3455
  */
3456
3456
  DBClusterSnapshotArn?: String;
3457
3457
  /**
@@ -3459,7 +3459,7 @@ declare namespace RDS {
3459
3459
  */
3460
3460
  SourceDBClusterSnapshotArn?: String;
3461
3461
  /**
3462
- * True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
3462
+ * Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
3463
3463
  */
3464
3464
  IAMDatabaseAuthenticationEnabled?: Boolean;
3465
3465
  TagList?: TagList;
@@ -3472,7 +3472,7 @@ declare namespace RDS {
3472
3472
  */
3473
3473
  StorageType?: String;
3474
3474
  /**
3475
- * Specifies the resource ID of the DB cluster that this DB cluster snapshot was created from.
3475
+ * The resource ID of the DB cluster that this DB cluster snapshot was created from.
3476
3476
  */
3477
3477
  DbClusterResourceId?: String;
3478
3478
  }
@@ -3562,7 +3562,7 @@ declare namespace RDS {
3562
3562
  */
3563
3563
  ExportableLogTypes?: LogTypeList;
3564
3564
  /**
3565
- * A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
3565
+ * Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
3566
3566
  */
3567
3567
  SupportsLogExportsToCloudwatchLogs?: Boolean;
3568
3568
  /**
@@ -3582,11 +3582,11 @@ declare namespace RDS {
3582
3582
  */
3583
3583
  Status?: String;
3584
3584
  /**
3585
- * A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
3585
+ * Indicates whether you can use Aurora parallel query with a specific DB engine version.
3586
3586
  */
3587
3587
  SupportsParallelQuery?: Boolean;
3588
3588
  /**
3589
- * A value that indicates whether you can use Aurora global databases with a specific DB engine version.
3589
+ * Indicates whether you can use Aurora global databases with a specific DB engine version.
3590
3590
  */
3591
3591
  SupportsGlobalDatabases?: Boolean;
3592
3592
  /**
@@ -3615,7 +3615,7 @@ declare namespace RDS {
3615
3615
  CreateTime?: TStamp;
3616
3616
  TagList?: TagList;
3617
3617
  /**
3618
- * A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
3618
+ * Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
3619
3619
  */
3620
3620
  SupportsBabelfish?: Boolean;
3621
3621
  /**
@@ -3623,7 +3623,7 @@ declare namespace RDS {
3623
3623
  */
3624
3624
  CustomDBEngineVersionManifest?: CustomDBEngineVersionManifest;
3625
3625
  /**
3626
- * A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
3626
+ * Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
3627
3627
  */
3628
3628
  SupportsCertificateRotationWithoutRestart?: BooleanOptional;
3629
3629
  /**
@@ -3631,7 +3631,7 @@ declare namespace RDS {
3631
3631
  */
3632
3632
  SupportedCACertificateIdentifiers?: CACertificateIdentifiersList;
3633
3633
  /**
3634
- * A value that indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
3634
+ * Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
3635
3635
  */
3636
3636
  SupportsLocalWriteForwarding?: BooleanOptional;
3637
3637
  }
@@ -3991,15 +3991,15 @@ declare namespace RDS {
3991
3991
  */
3992
3992
  DBInstanceIdentifier?: String;
3993
3993
  /**
3994
- * Earliest and latest time an instance can be restored to.
3994
+ * The earliest and latest time a DB instance can be restored to.
3995
3995
  */
3996
3996
  RestoreWindow?: RestoreWindow;
3997
3997
  /**
3998
- * Specifies the allocated storage size in gibibytes (GiB).
3998
+ * The allocated storage size for the the automated backup in gibibytes (GiB).
3999
3999
  */
4000
4000
  AllocatedStorage?: Integer;
4001
4001
  /**
4002
- * Provides a list of status information for an automated backup: active - Automated backups for current instances. retained - Automated backups for deleted instances. creating - Automated backups that are waiting for the first automated snapshot to be available.
4002
+ * A list of status information for an automated backup: active - Automated backups for current instances. retained - Automated backups for deleted instances. creating - Automated backups that are waiting for the first automated snapshot to be available.
4003
4003
  */
4004
4004
  Status?: String;
4005
4005
  /**
@@ -4011,11 +4011,11 @@ declare namespace RDS {
4011
4011
  */
4012
4012
  AvailabilityZone?: String;
4013
4013
  /**
4014
- * Provides the VPC ID associated with the DB instance.
4014
+ * The VPC ID associated with the DB instance.
4015
4015
  */
4016
4016
  VpcId?: String;
4017
4017
  /**
4018
- * Provides the date and time that the DB instance was created.
4018
+ * The date and time when the DB instance was created.
4019
4019
  */
4020
4020
  InstanceCreateTime?: TStamp;
4021
4021
  /**
@@ -4031,7 +4031,7 @@ declare namespace RDS {
4031
4031
  */
4032
4032
  EngineVersion?: String;
4033
4033
  /**
4034
- * License model information for the automated backup.
4034
+ * The license model information for the automated backup.
4035
4035
  */
4036
4036
  LicenseModel?: String;
4037
4037
  /**
@@ -4047,11 +4047,11 @@ declare namespace RDS {
4047
4047
  */
4048
4048
  TdeCredentialArn?: String;
4049
4049
  /**
4050
- * Specifies whether the automated backup is encrypted.
4050
+ * Indicates whether the automated backup is encrypted.
4051
4051
  */
4052
4052
  Encrypted?: Boolean;
4053
4053
  /**
4054
- * Specifies the storage type associated with the automated backup.
4054
+ * The storage type associated with the automated backup.
4055
4055
  */
4056
4056
  StorageType?: String;
4057
4057
  /**
@@ -4079,11 +4079,11 @@ declare namespace RDS {
4079
4079
  */
4080
4080
  DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplicationList;
4081
4081
  /**
4082
- * Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
4082
+ * The location where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
4083
4083
  */
4084
4084
  BackupTarget?: String;
4085
4085
  /**
4086
- * Specifies the storage throughput for the automated backup.
4086
+ * The storage throughput for the automated backup.
4087
4087
  */
4088
4088
  StorageThroughput?: IntegerOptional;
4089
4089
  /**
@@ -4130,7 +4130,7 @@ declare namespace RDS {
4130
4130
  */
4131
4131
  FeatureName?: String;
4132
4132
  /**
4133
- * Describes the state of association between the IAM role and the DB instance. The Status property returns one of the following values: ACTIVE - the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. PENDING - the IAM role ARN is being associated with the DB instance. INVALID - the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
4133
+ * Information about the state of association between the IAM role and the DB instance. The Status property returns one of the following values: ACTIVE - the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. PENDING - the IAM role ARN is being associated with the DB instance. INVALID - the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
4134
4134
  */
4135
4135
  Status?: String;
4136
4136
  }
@@ -4141,11 +4141,11 @@ declare namespace RDS {
4141
4141
  */
4142
4142
  StatusType?: String;
4143
4143
  /**
4144
- * Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
4144
+ * A Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
4145
4145
  */
4146
4146
  Normal?: Boolean;
4147
4147
  /**
4148
- * Status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
4148
+ * The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
4149
4149
  */
4150
4150
  Status?: String;
4151
4151
  /**
@@ -4260,7 +4260,7 @@ declare namespace RDS {
4260
4260
  */
4261
4261
  IdleClientTimeout?: Integer;
4262
4262
  /**
4263
- * Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
4263
+ * Indicates whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
4264
4264
  */
4265
4265
  DebugLogging?: Boolean;
4266
4266
  /**
@@ -4314,7 +4314,7 @@ declare namespace RDS {
4314
4314
  */
4315
4315
  TargetRole?: DBProxyEndpointTargetRole;
4316
4316
  /**
4317
- * A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
4317
+ * Indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
4318
4318
  */
4319
4319
  IsDefault?: Boolean;
4320
4320
  }
@@ -4373,7 +4373,7 @@ declare namespace RDS {
4373
4373
  */
4374
4374
  TargetGroupArn?: String;
4375
4375
  /**
4376
- * Whether this target group is the first one used for connection requests by the associated proxy. Because each proxy is currently associated with a single target group, currently this setting is always true.
4376
+ * Indicates whether this target group is the first one used for connection requests by the associated proxy. Because each proxy is currently associated with a single target group, currently this setting is always true.
4377
4377
  */
4378
4378
  IsDefault?: Boolean;
4379
4379
  /**
@@ -4532,7 +4532,7 @@ declare namespace RDS {
4532
4532
  */
4533
4533
  TdeCredentialArn?: String;
4534
4534
  /**
4535
- * Specifies whether the DB snapshot is encrypted.
4535
+ * Indicates whether the DB snapshot is encrypted.
4536
4536
  */
4537
4537
  Encrypted?: Boolean;
4538
4538
  /**
@@ -4548,7 +4548,7 @@ declare namespace RDS {
4548
4548
  */
4549
4549
  Timezone?: String;
4550
4550
  /**
4551
- * True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
4551
+ * Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
4552
4552
  */
4553
4553
  IAMDatabaseAuthenticationEnabled?: Boolean;
4554
4554
  /**
@@ -4699,7 +4699,7 @@ declare namespace RDS {
4699
4699
  */
4700
4700
  DBClusterIdentifier: String;
4701
4701
  /**
4702
- * A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created. By default, this parameter is disabled. You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is disabled.
4702
+ * Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created. By default, this parameter is disabled. You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is disabled.
4703
4703
  */
4704
4704
  SkipFinalSnapshot?: Boolean;
4705
4705
  /**
@@ -4707,7 +4707,7 @@ declare namespace RDS {
4707
4707
  */
4708
4708
  FinalDBSnapshotIdentifier?: String;
4709
4709
  /**
4710
- * A value that indicates whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
4710
+ * Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
4711
4711
  */
4712
4712
  DeleteAutomatedBackups?: BooleanOptional;
4713
4713
  }
@@ -4748,7 +4748,7 @@ declare namespace RDS {
4748
4748
  */
4749
4749
  DBInstanceIdentifier: String;
4750
4750
  /**
4751
- * A value that indicates whether to skip the creation of a final DB snapshot before deleting the instance. If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable this parameter, RDS creates a DB snapshot before the DB instance is deleted. By default, skip isn't enabled, and the DB snapshot is created. If you don't enable this parameter, you must specify the FinalDBSnapshotIdentifier parameter. When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, RDS can delete the instance only if you enable this parameter. If you delete a read replica or an RDS Custom instance, you must enable this setting. This setting is required for RDS Custom.
4751
+ * Specifies whether to skip the creation of a final DB snapshot before deleting the instance. If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable this parameter, RDS creates a DB snapshot before the DB instance is deleted. By default, skip isn't enabled, and the DB snapshot is created. If you don't enable this parameter, you must specify the FinalDBSnapshotIdentifier parameter. When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, RDS can delete the instance only if you enable this parameter. If you delete a read replica or an RDS Custom instance, you must enable this setting. This setting is required for RDS Custom.
4752
4752
  */
4753
4753
  SkipFinalSnapshot?: Boolean;
4754
4754
  /**
@@ -4756,7 +4756,7 @@ declare namespace RDS {
4756
4756
  */
4757
4757
  FinalDBSnapshotIdentifier?: String;
4758
4758
  /**
4759
- * A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.
4759
+ * Specifies whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.
4760
4760
  */
4761
4761
  DeleteAutomatedBackups?: BooleanOptional;
4762
4762
  }
@@ -4996,7 +4996,7 @@ declare namespace RDS {
4996
4996
  */
4997
4997
  DBClusterParameterGroupName: String;
4998
4998
  /**
4999
- * A value that indicates to return only parameters for a specific source. Parameter sources can be engine, service, or customer.
4999
+ * A specific source to return parameters for. Valid Values: customer engine service
5000
5000
  */
5001
5001
  Source?: String;
5002
5002
  /**
@@ -5047,11 +5047,11 @@ declare namespace RDS {
5047
5047
  */
5048
5048
  Marker?: String;
5049
5049
  /**
5050
- * A value that indicates whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included. You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from another Amazon Web Services account by the ModifyDBClusterSnapshotAttribute API action.
5050
+ * Specifies whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included. You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from another Amazon Web Services account by the ModifyDBClusterSnapshotAttribute API action.
5051
5051
  */
5052
5052
  IncludeShared?: Boolean;
5053
5053
  /**
5054
- * A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included. You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action.
5054
+ * Specifies whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included. You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action.
5055
5055
  */
5056
5056
  IncludePublic?: Boolean;
5057
5057
  /**
@@ -5083,15 +5083,15 @@ declare namespace RDS {
5083
5083
  }
5084
5084
  export interface DescribeDBEngineVersionsMessage {
5085
5085
  /**
5086
- * The database engine to return. Valid Values: aurora-mysql aurora-postgresql custom-oracle-ee mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
5086
+ * The database engine to return version details for. Valid Values: aurora-mysql aurora-postgresql custom-oracle-ee mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
5087
5087
  */
5088
5088
  Engine?: String;
5089
5089
  /**
5090
- * The database engine version to return. Example: 5.1.49
5090
+ * A specific database engine version to return details for. Example: 5.1.49
5091
5091
  */
5092
5092
  EngineVersion?: String;
5093
5093
  /**
5094
- * The name of a specific DB parameter group family to return details for. Constraints: If supplied, must match an existing DBParameterGroupFamily.
5094
+ * The name of a specific DB parameter group family to return details for. Constraints: If supplied, must match an existing DB parameter group family.
5095
5095
  */
5096
5096
  DBParameterGroupFamily?: String;
5097
5097
  /**
@@ -5107,19 +5107,19 @@ declare namespace RDS {
5107
5107
  */
5108
5108
  Marker?: String;
5109
5109
  /**
5110
- * A value that indicates whether only the default version of the specified engine or engine and major version combination is returned.
5110
+ * Specifies whether to return only the default version of the specified engine or the engine and major version combination.
5111
5111
  */
5112
5112
  DefaultOnly?: Boolean;
5113
5113
  /**
5114
- * A value that indicates whether to list the supported character sets for each engine version. If this parameter is enabled and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version. For RDS Custom, the default is not to list supported character sets. If you set ListSupportedCharacterSets to true, RDS Custom returns no results.
5114
+ * Specifies whether to list the supported character sets for each engine version. If this parameter is enabled and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version. For RDS Custom, the default is not to list supported character sets. If you enable this parameter, RDS Custom returns no results.
5115
5115
  */
5116
5116
  ListSupportedCharacterSets?: BooleanOptional;
5117
5117
  /**
5118
- * A value that indicates whether to list the supported time zones for each engine version. If this parameter is enabled and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version. For RDS Custom, the default is not to list supported time zones. If you set ListSupportedTimezones to true, RDS Custom returns no results.
5118
+ * Specifies whether to list the supported time zones for each engine version. If this parameter is enabled and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version. For RDS Custom, the default is not to list supported time zones. If you enable this parameter, RDS Custom returns no results.
5119
5119
  */
5120
5120
  ListSupportedTimezones?: BooleanOptional;
5121
5121
  /**
5122
- * A value that indicates whether to include engine versions that aren't available in the list. The default is to list only available engine versions.
5122
+ * Specifies whether to also list the engine versions that aren't available. The default is to list only available engine versions.
5123
5123
  */
5124
5124
  IncludeAll?: BooleanOptional;
5125
5125
  }
@@ -5439,11 +5439,11 @@ declare namespace RDS {
5439
5439
  */
5440
5440
  Marker?: String;
5441
5441
  /**
5442
- * A value that indicates whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included. You can give an Amazon Web Services account permission to restore a manual DB snapshot from another Amazon Web Services account by using the ModifyDBSnapshotAttribute API action. This setting doesn't apply to RDS Custom.
5442
+ * Specifies whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included. You can give an Amazon Web Services account permission to restore a manual DB snapshot from another Amazon Web Services account by using the ModifyDBSnapshotAttribute API action. This setting doesn't apply to RDS Custom.
5443
5443
  */
5444
5444
  IncludeShared?: Boolean;
5445
5445
  /**
5446
- * A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included. You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute API. This setting doesn't apply to RDS Custom.
5446
+ * Specifies whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included. You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute API. This setting doesn't apply to RDS Custom.
5447
5447
  */
5448
5448
  IncludePublic?: Boolean;
5449
5449
  /**
@@ -5513,7 +5513,7 @@ declare namespace RDS {
5513
5513
  }
5514
5514
  export interface DescribeEventCategoriesMessage {
5515
5515
  /**
5516
- * The type of source that is generating the events. For RDS Proxy events, specify db-proxy. Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
5516
+ * The type of source that is generating the events. For RDS Proxy events, specify db-proxy. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
5517
5517
  */
5518
5518
  SourceType?: String;
5519
5519
  /**
@@ -5691,7 +5691,7 @@ declare namespace RDS {
5691
5691
  */
5692
5692
  AvailabilityZoneGroup?: String;
5693
5693
  /**
5694
- * A value that indicates whether to show only VPC or non-VPC offerings. RDS Custom supports only VPC offerings. RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output shows VPC offerings.
5694
+ * Specifies whether to show only VPC or non-VPC offerings. RDS Custom supports only VPC offerings. RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output shows VPC offerings.
5695
5695
  */
5696
5696
  Vpc?: BooleanOptional;
5697
5697
  /**
@@ -5751,7 +5751,7 @@ declare namespace RDS {
5751
5751
  */
5752
5752
  OfferingType?: String;
5753
5753
  /**
5754
- * A value that indicates whether to show only those reservations that support Multi-AZ.
5754
+ * Specifies whether to show only those reservations that support Multi-AZ.
5755
5755
  */
5756
5756
  MultiAZ?: BooleanOptional;
5757
5757
  /**
@@ -5793,7 +5793,7 @@ declare namespace RDS {
5793
5793
  */
5794
5794
  OfferingType?: String;
5795
5795
  /**
5796
- * A value that indicates whether to show only those reservations that support Multi-AZ.
5796
+ * Specifies whether to show only those reservations that support Multi-AZ.
5797
5797
  */
5798
5798
  MultiAZ?: BooleanOptional;
5799
5799
  /**
@@ -5891,7 +5891,7 @@ declare namespace RDS {
5891
5891
  */
5892
5892
  Marker?: String;
5893
5893
  /**
5894
- * Boolean value that if true, indicates there is more data to be downloaded.
5894
+ * A Boolean value that, if true, indicates there is more data to be downloaded.
5895
5895
  */
5896
5896
  AdditionalDataPending?: Boolean;
5897
5897
  }
@@ -6081,23 +6081,23 @@ declare namespace RDS {
6081
6081
  */
6082
6082
  SourceArn?: String;
6083
6083
  /**
6084
- * The data exported from the snapshot or cluster. Valid values are the following: database - Export all the data from a specified database. database.table table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. database.schema schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
6084
+ * The data exported from the snapshot or cluster. Valid Values: database - Export all the data from a specified database. database.table table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. database.schema schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
6085
6085
  */
6086
6086
  ExportOnly?: StringList;
6087
6087
  /**
6088
- * The time that the snapshot was created.
6088
+ * The time when the snapshot was created.
6089
6089
  */
6090
6090
  SnapshotTime?: TStamp;
6091
6091
  /**
6092
- * The time that the snapshot or cluster export task started.
6092
+ * The time when the snapshot or cluster export task started.
6093
6093
  */
6094
6094
  TaskStartTime?: TStamp;
6095
6095
  /**
6096
- * The time that the snapshot or cluster export task ended.
6096
+ * The time when the snapshot or cluster export task ended.
6097
6097
  */
6098
6098
  TaskEndTime?: TStamp;
6099
6099
  /**
6100
- * The Amazon S3 bucket that the snapshot or cluster is exported to.
6100
+ * The Amazon S3 bucket where the snapshot or cluster is exported to.
6101
6101
  */
6102
6102
  S3Bucket?: String;
6103
6103
  /**
@@ -6150,7 +6150,7 @@ declare namespace RDS {
6150
6150
  }
6151
6151
  export interface FailoverDBClusterMessage {
6152
6152
  /**
6153
- * A DB cluster identifier to force a failover for. This parameter isn't case-sensitive. Constraints: Must match the identifier of an existing DBCluster.
6153
+ * The identifier of the DB cluster to force a failover for. This parameter isn't case-sensitive. Constraints: Must match the identifier of an existing DB cluster.
6154
6154
  */
6155
6155
  DBClusterIdentifier: String;
6156
6156
  /**
@@ -6272,11 +6272,11 @@ declare namespace RDS {
6272
6272
  */
6273
6273
  Readers?: ReadersArnList;
6274
6274
  /**
6275
- * Specifies whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster with which it is associated.
6275
+ * Indicates whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster with which it is associated.
6276
6276
  */
6277
6277
  IsWriter?: Boolean;
6278
6278
  /**
6279
- * Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled, or is in the process of enabling it.
6279
+ * The status of write forwarding for a secondary cluster in the global cluster.
6280
6280
  */
6281
6281
  GlobalWriteForwardingStatus?: WriteForwardingStatus;
6282
6282
  /**
@@ -6299,11 +6299,11 @@ declare namespace RDS {
6299
6299
  export type IAMAuthMode = "DISABLED"|"REQUIRED"|"ENABLED"|string;
6300
6300
  export interface IPRange {
6301
6301
  /**
6302
- * Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
6302
+ * The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
6303
6303
  */
6304
6304
  Status?: String;
6305
6305
  /**
6306
- * Specifies the IP range.
6306
+ * The IP range.
6307
6307
  */
6308
6308
  CIDRIP?: String;
6309
6309
  }
@@ -6394,7 +6394,7 @@ declare namespace RDS {
6394
6394
  */
6395
6395
  CertificateIdentifier?: String;
6396
6396
  /**
6397
- * A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
6397
+ * Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
6398
6398
  */
6399
6399
  RemoveCustomerOverride?: BooleanOptional;
6400
6400
  }
@@ -7056,7 +7056,7 @@ declare namespace RDS {
7056
7056
  */
7057
7057
  SnsTopicArn?: String;
7058
7058
  /**
7059
- * The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
7059
+ * The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
7060
7060
  */
7061
7061
  SourceType?: String;
7062
7062
  /**
@@ -7064,7 +7064,7 @@ declare namespace RDS {
7064
7064
  */
7065
7065
  EventCategories?: EventCategoriesList;
7066
7066
  /**
7067
- * A value that indicates whether to activate the subscription.
7067
+ * Specifies whether to activate the subscription.
7068
7068
  */
7069
7069
  Enabled?: BooleanOptional;
7070
7070
  }
@@ -7110,7 +7110,7 @@ declare namespace RDS {
7110
7110
  */
7111
7111
  OptionsToRemove?: OptionNamesList;
7112
7112
  /**
7113
- * A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.
7113
+ * Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.
7114
7114
  */
7115
7115
  ApplyImmediately?: Boolean;
7116
7116
  }
@@ -7127,11 +7127,11 @@ declare namespace RDS {
7127
7127
  */
7128
7128
  OptionDescription?: String;
7129
7129
  /**
7130
- * Indicate if this option is persistent.
7130
+ * Indicates whether this option is persistent.
7131
7131
  */
7132
7132
  Persistent?: Boolean;
7133
7133
  /**
7134
- * Indicate if this option is permanent.
7134
+ * Indicates whether this option is permanent.
7135
7135
  */
7136
7136
  Permanent?: Boolean;
7137
7137
  /**
@@ -7261,7 +7261,7 @@ declare namespace RDS {
7261
7261
  */
7262
7262
  MinimumRequiredMinorEngineVersion?: String;
7263
7263
  /**
7264
- * Specifies whether the option requires a port.
7264
+ * Indicates whether the option requires a port.
7265
7265
  */
7266
7266
  PortRequired?: Boolean;
7267
7267
  /**
@@ -7305,7 +7305,7 @@ declare namespace RDS {
7305
7305
  */
7306
7306
  OptionGroupOptionVersions?: OptionGroupOptionVersionsList;
7307
7307
  /**
7308
- * Specifies whether the option can be copied across Amazon Web Services accounts.
7308
+ * Indicates whether the option can be copied across Amazon Web Services accounts.
7309
7309
  */
7310
7310
  CopyableCrossAccount?: BooleanOptional;
7311
7311
  }
@@ -7331,11 +7331,11 @@ declare namespace RDS {
7331
7331
  */
7332
7332
  AllowedValues?: String;
7333
7333
  /**
7334
- * Boolean value where true indicates that this option group option can be changed from the default value.
7334
+ * Indicates whether this option group option can be changed from the default value.
7335
7335
  */
7336
7336
  IsModifiable?: Boolean;
7337
7337
  /**
7338
- * Boolean value where true indicates that a value must be specified for this option setting of the option group option.
7338
+ * Indicates whether a value must be specified for this option setting of the option group option.
7339
7339
  */
7340
7340
  IsRequired?: Boolean;
7341
7341
  /**
@@ -7395,11 +7395,11 @@ declare namespace RDS {
7395
7395
  */
7396
7396
  AllowedValues?: String;
7397
7397
  /**
7398
- * A Boolean value that, when true, indicates the option setting can be modified from the default.
7398
+ * Indicates whether the option setting can be modified from the default.
7399
7399
  */
7400
7400
  IsModifiable?: Boolean;
7401
7401
  /**
7402
- * Indicates if the option setting is part of a collection.
7402
+ * Indicates whether the option setting is part of a collection.
7403
7403
  */
7404
7404
  IsCollection?: Boolean;
7405
7405
  }
@@ -7411,7 +7411,7 @@ declare namespace RDS {
7411
7411
  */
7412
7412
  Version?: String;
7413
7413
  /**
7414
- * True if the version is the default version of the option, and otherwise false.
7414
+ * Indicates whether the version is the default version of the option.
7415
7415
  */
7416
7416
  IsDefault?: Boolean;
7417
7417
  }
@@ -7460,7 +7460,7 @@ declare namespace RDS {
7460
7460
  */
7461
7461
  SupportsStorageEncryption?: Boolean;
7462
7462
  /**
7463
- * Indicates the storage type for a DB instance.
7463
+ * The storage type for a DB instance.
7464
7464
  */
7465
7465
  StorageType?: String;
7466
7466
  /**
@@ -7476,7 +7476,7 @@ declare namespace RDS {
7476
7476
  */
7477
7477
  SupportsIAMDatabaseAuthentication?: Boolean;
7478
7478
  /**
7479
- * True if a DB instance supports Performance Insights, otherwise false.
7479
+ * Indicates whether a DB instance supports Performance Insights.
7480
7480
  */
7481
7481
  SupportsPerformanceInsights?: Boolean;
7482
7482
  /**
@@ -7512,15 +7512,15 @@ declare namespace RDS {
7512
7512
  */
7513
7513
  SupportedEngineModes?: EngineModeList;
7514
7514
  /**
7515
- * Whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.
7515
+ * Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.
7516
7516
  */
7517
7517
  SupportsStorageAutoscaling?: BooleanOptional;
7518
7518
  /**
7519
- * Whether a DB instance supports Kerberos Authentication.
7519
+ * Indicates whether a DB instance supports Kerberos Authentication.
7520
7520
  */
7521
7521
  SupportsKerberosAuthentication?: BooleanOptional;
7522
7522
  /**
7523
- * Whether a DB instance supports RDS on Outposts. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
7523
+ * Indicates whether a DB instance supports RDS on Outposts. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
7524
7524
  */
7525
7525
  OutpostCapable?: Boolean;
7526
7526
  /**
@@ -7528,11 +7528,11 @@ declare namespace RDS {
7528
7528
  */
7529
7529
  SupportedActivityStreamModes?: ActivityStreamModeList;
7530
7530
  /**
7531
- * A value that indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.
7531
+ * Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.
7532
7532
  */
7533
7533
  SupportsGlobalDatabases?: Boolean;
7534
7534
  /**
7535
- * Whether DB instances can be configured as a Multi-AZ DB cluster. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
7535
+ * Indicates whether DB instances can be configured as a Multi-AZ DB cluster. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
7536
7536
  */
7537
7537
  SupportsClusters?: Boolean;
7538
7538
  /**
@@ -7579,11 +7579,11 @@ declare namespace RDS {
7579
7579
  }
7580
7580
  export interface Parameter {
7581
7581
  /**
7582
- * Specifies the name of the parameter.
7582
+ * The name of the parameter.
7583
7583
  */
7584
7584
  ParameterName?: String;
7585
7585
  /**
7586
- * Specifies the value of the parameter.
7586
+ * The value of the parameter.
7587
7587
  */
7588
7588
  ParameterValue?: String;
7589
7589
  /**
@@ -7591,7 +7591,7 @@ declare namespace RDS {
7591
7591
  */
7592
7592
  Description?: String;
7593
7593
  /**
7594
- * Indicates the source of the parameter value.
7594
+ * The source of the parameter value.
7595
7595
  */
7596
7596
  Source?: String;
7597
7597
  /**
@@ -7694,7 +7694,7 @@ declare namespace RDS {
7694
7694
  */
7695
7695
  BackupRetentionPeriod?: IntegerOptional;
7696
7696
  /**
7697
- * A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.
7697
+ * Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.
7698
7698
  */
7699
7699
  MultiAZ?: BooleanOptional;
7700
7700
  /**
@@ -7731,7 +7731,7 @@ declare namespace RDS {
7731
7731
  */
7732
7732
  ProcessorFeatures?: ProcessorFeatureList;
7733
7733
  /**
7734
- * Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
7734
+ * Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
7735
7735
  */
7736
7736
  IAMDatabaseAuthenticationEnabled?: BooleanOptional;
7737
7737
  /**
@@ -7840,7 +7840,7 @@ declare namespace RDS {
7840
7840
  */
7841
7841
  DBInstanceIdentifier: String;
7842
7842
  /**
7843
- * A value that indicates whether the reboot is conducted through a Multi-AZ failover. Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.
7843
+ * Specifies whether the reboot is conducted through a Multi-AZ failover. Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.
7844
7844
  */
7845
7845
  ForceFailover?: BooleanOptional;
7846
7846
  }
@@ -7993,7 +7993,7 @@ declare namespace RDS {
7993
7993
  */
7994
7994
  OfferingType?: String;
7995
7995
  /**
7996
- * Indicates if the reservation applies to Multi-AZ deployments.
7996
+ * Indicates whether the reservation applies to Multi-AZ deployments.
7997
7997
  */
7998
7998
  MultiAZ?: Boolean;
7999
7999
  /**
@@ -8058,7 +8058,7 @@ declare namespace RDS {
8058
8058
  */
8059
8059
  OfferingType?: String;
8060
8060
  /**
8061
- * Indicates if the offering applies to Multi-AZ deployments.
8061
+ * Indicates whether the offering applies to Multi-AZ deployments.
8062
8062
  */
8063
8063
  MultiAZ?: Boolean;
8064
8064
  /**
@@ -8083,7 +8083,7 @@ declare namespace RDS {
8083
8083
  */
8084
8084
  DBClusterParameterGroupName: String;
8085
8085
  /**
8086
- * A value that indicates whether to reset all parameters in the DB cluster parameter group to their default values. You can't use this parameter if there is a list of parameter names specified for the Parameters parameter.
8086
+ * Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You can't use this parameter if there is a list of parameter names specified for the Parameters parameter.
8087
8087
  */
8088
8088
  ResetAllParameters?: Boolean;
8089
8089
  /**
@@ -8097,7 +8097,7 @@ declare namespace RDS {
8097
8097
  */
8098
8098
  DBParameterGroupName: String;
8099
8099
  /**
8100
- * A value that indicates whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
8100
+ * Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
8101
8101
  */
8102
8102
  ResetAllParameters?: Boolean;
8103
8103
  /**
@@ -8182,7 +8182,7 @@ declare namespace RDS {
8182
8182
  PreferredMaintenanceWindow?: String;
8183
8183
  Tags?: TagList;
8184
8184
  /**
8185
- * A value that indicates whether the restored DB cluster is encrypted.
8185
+ * Specifies whether the restored DB cluster is encrypted.
8186
8186
  */
8187
8187
  StorageEncrypted?: BooleanOptional;
8188
8188
  /**
@@ -8190,11 +8190,11 @@ declare namespace RDS {
8190
8190
  */
8191
8191
  KmsKeyId?: String;
8192
8192
  /**
8193
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
8193
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
8194
8194
  */
8195
8195
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8196
8196
  /**
8197
- * The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket. Valid values: mysql
8197
+ * The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket. Valid Values: mysql
8198
8198
  */
8199
8199
  SourceEngine: String;
8200
8200
  /**
@@ -8222,11 +8222,11 @@ declare namespace RDS {
8222
8222
  */
8223
8223
  EnableCloudwatchLogsExports?: LogTypeList;
8224
8224
  /**
8225
- * A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.
8225
+ * Specifies whether to enable deletion protection for the DB cluster. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.
8226
8226
  */
8227
8227
  DeletionProtection?: BooleanOptional;
8228
8228
  /**
8229
- * A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.
8229
+ * Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.
8230
8230
  */
8231
8231
  CopyTagsToSnapshot?: BooleanOptional;
8232
8232
  /**
@@ -8239,11 +8239,11 @@ declare namespace RDS {
8239
8239
  DomainIAMRoleName?: String;
8240
8240
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
8241
8241
  /**
8242
- * The network type of the DB cluster. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.
8242
+ * The network type of the DB cluster. Valid Values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.
8243
8243
  */
8244
8244
  NetworkType?: String;
8245
8245
  /**
8246
- * A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager in the Amazon Aurora User Guide. Constraints: Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.
8246
+ * Specifies whether to manage the master user password with Amazon Web Services Secrets Manager. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager in the Amazon Aurora User Guide. Constraints: Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.
8247
8247
  */
8248
8248
  ManageMasterUserPassword?: BooleanOptional;
8249
8249
  /**
@@ -8251,7 +8251,7 @@ declare namespace RDS {
8251
8251
  */
8252
8252
  MasterUserSecretKmsKeyId?: String;
8253
8253
  /**
8254
- * Specifies the storage type to be associated with the DB cluster. Valid values: aurora, aurora-iopt1 Default: aurora Valid for: Aurora DB clusters only
8254
+ * Specifies the storage type to be associated with the DB cluster. Valid Values: aurora, aurora-iopt1 Default: aurora Valid for: Aurora DB clusters only
8255
8255
  */
8256
8256
  StorageType?: String;
8257
8257
  }
@@ -8308,7 +8308,7 @@ declare namespace RDS {
8308
8308
  */
8309
8309
  KmsKeyId?: String;
8310
8310
  /**
8311
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8311
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8312
8312
  */
8313
8313
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8314
8314
  /**
@@ -8332,19 +8332,19 @@ declare namespace RDS {
8332
8332
  */
8333
8333
  DBClusterParameterGroupName?: String;
8334
8334
  /**
8335
- * A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8335
+ * Specifies whether to enable deletion protection for the DB cluster. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8336
8336
  */
8337
8337
  DeletionProtection?: BooleanOptional;
8338
8338
  /**
8339
- * A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8339
+ * Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8340
8340
  */
8341
8341
  CopyTagsToSnapshot?: BooleanOptional;
8342
8342
  /**
8343
- * Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain. For more information, see Kerberos Authentication in the Amazon RDS User Guide. Valid for: Aurora DB clusters only
8343
+ * The Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain. For more information, see Kerberos Authentication in the Amazon RDS User Guide. Valid for: Aurora DB clusters only
8344
8344
  */
8345
8345
  Domain?: String;
8346
8346
  /**
8347
- * Specify the name of the IAM role to be used when making API calls to the Directory Service. Valid for: Aurora DB clusters only
8347
+ * The name of the IAM role to be used when making API calls to the Directory Service. Valid for: Aurora DB clusters only
8348
8348
  */
8349
8349
  DomainIAMRoleName?: String;
8350
8350
  /**
@@ -8352,7 +8352,7 @@ declare namespace RDS {
8352
8352
  */
8353
8353
  DBClusterInstanceClass?: String;
8354
8354
  /**
8355
- * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
8355
+ * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid Values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
8356
8356
  */
8357
8357
  StorageType?: String;
8358
8358
  /**
@@ -8360,12 +8360,12 @@ declare namespace RDS {
8360
8360
  */
8361
8361
  Iops?: IntegerOptional;
8362
8362
  /**
8363
- * A value that indicates whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether DBSubnetGroupName is specified. If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8363
+ * Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether DBSubnetGroupName is specified. If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8364
8364
  */
8365
8365
  PubliclyAccessible?: BooleanOptional;
8366
8366
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
8367
8367
  /**
8368
- * The network type of the DB cluster. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8368
+ * The network type of the DB cluster. Valid Values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8369
8369
  */
8370
8370
  NetworkType?: String;
8371
8371
  }
@@ -8390,7 +8390,7 @@ declare namespace RDS {
8390
8390
  */
8391
8391
  RestoreToTime?: TStamp;
8392
8392
  /**
8393
- * A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster isn't restored to the latest restorable backup time. Constraints: Can't be specified if RestoreToTime parameter is provided. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8393
+ * Specifies whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster isn't restored to the latest restorable backup time. Constraints: Can't be specified if RestoreToTime parameter is provided. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8394
8394
  */
8395
8395
  UseLatestRestorableTime?: Boolean;
8396
8396
  /**
@@ -8415,7 +8415,7 @@ declare namespace RDS {
8415
8415
  */
8416
8416
  KmsKeyId?: String;
8417
8417
  /**
8418
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8418
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8419
8419
  */
8420
8420
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8421
8421
  /**
@@ -8431,19 +8431,19 @@ declare namespace RDS {
8431
8431
  */
8432
8432
  DBClusterParameterGroupName?: String;
8433
8433
  /**
8434
- * A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8434
+ * Specifies whether to enable deletion protection for the DB cluster. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8435
8435
  */
8436
8436
  DeletionProtection?: BooleanOptional;
8437
8437
  /**
8438
- * A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8438
+ * Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8439
8439
  */
8440
8440
  CopyTagsToSnapshot?: BooleanOptional;
8441
8441
  /**
8442
- * Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation. For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8442
+ * The Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation. For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8443
8443
  */
8444
8444
  Domain?: String;
8445
8445
  /**
8446
- * Specify the name of the IAM role to be used when making API calls to the Directory Service. Valid for: Aurora DB clusters only
8446
+ * The name of the IAM role to be used when making API calls to the Directory Service. Valid for: Aurora DB clusters only
8447
8447
  */
8448
8448
  DomainIAMRoleName?: String;
8449
8449
  /**
@@ -8459,11 +8459,11 @@ declare namespace RDS {
8459
8459
  */
8460
8460
  DBClusterInstanceClass?: String;
8461
8461
  /**
8462
- * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
8462
+ * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid Values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
8463
8463
  */
8464
8464
  StorageType?: String;
8465
8465
  /**
8466
- * A value that indicates whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether DBSubnetGroupName is specified. If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public. Valid for: Multi-AZ DB clusters only
8466
+ * Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether DBSubnetGroupName is specified. If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public. Valid for: Multi-AZ DB clusters only
8467
8467
  */
8468
8468
  PubliclyAccessible?: BooleanOptional;
8469
8469
  /**
@@ -8472,7 +8472,7 @@ declare namespace RDS {
8472
8472
  Iops?: IntegerOptional;
8473
8473
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
8474
8474
  /**
8475
- * The network type of the DB cluster. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8475
+ * The network type of the DB cluster. Valid Values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide. Valid for: Aurora DB clusters only
8476
8476
  */
8477
8477
  NetworkType?: String;
8478
8478
  /**
@@ -8509,19 +8509,19 @@ declare namespace RDS {
8509
8509
  */
8510
8510
  DBSubnetGroupName?: String;
8511
8511
  /**
8512
- * A value that indicates whether the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom. Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
8512
+ * Specifies whether the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom. Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
8513
8513
  */
8514
8514
  MultiAZ?: BooleanOptional;
8515
8515
  /**
8516
- * A value that indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8516
+ * Specifies whether the DB instance is publicly accessible. When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8517
8517
  */
8518
8518
  PubliclyAccessible?: BooleanOptional;
8519
8519
  /**
8520
- * A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window. If you restore an RDS Custom DB instance, you must disable this parameter.
8520
+ * Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window. If you restore an RDS Custom DB instance, you must disable this parameter.
8521
8521
  */
8522
8522
  AutoMinorVersionUpgrade?: BooleanOptional;
8523
8523
  /**
8524
- * License model information for the restored DB instance. This setting doesn't apply to RDS Custom. Default: Same as source. Valid values: license-included | bring-your-own-license | general-public-license
8524
+ * License model information for the restored DB instance. This setting doesn't apply to RDS Custom. Default: Same as source. Valid Values: license-included | bring-your-own-license | general-public-license
8525
8525
  */
8526
8526
  LicenseModel?: String;
8527
8527
  /**
@@ -8542,7 +8542,7 @@ declare namespace RDS {
8542
8542
  OptionGroupName?: String;
8543
8543
  Tags?: TagList;
8544
8544
  /**
8545
- * Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
8545
+ * Specifies the storage type to be associated with the DB instance. Valid Values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
8546
8546
  */
8547
8547
  StorageType?: String;
8548
8548
  /**
@@ -8570,7 +8570,7 @@ declare namespace RDS {
8570
8570
  */
8571
8571
  DomainOu?: String;
8572
8572
  /**
8573
- * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Constraints: Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
8573
+ * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Constraints: Can't be longer than 64 characters. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
8574
8574
  */
8575
8575
  DomainAuthSecretArn?: String;
8576
8576
  /**
@@ -8578,7 +8578,7 @@ declare namespace RDS {
8578
8578
  */
8579
8579
  DomainDnsIps?: StringList;
8580
8580
  /**
8581
- * A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance. For more information, see Copying tags to DB instance snapshots in the Amazon RDS User Guide.
8581
+ * Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance. In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance. For more information, see Copying tags to DB instance snapshots in the Amazon RDS User Guide.
8582
8582
  */
8583
8583
  CopyTagsToSnapshot?: BooleanOptional;
8584
8584
  /**
@@ -8586,7 +8586,7 @@ declare namespace RDS {
8586
8586
  */
8587
8587
  DomainIAMRoleName?: String;
8588
8588
  /**
8589
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom.
8589
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom.
8590
8590
  */
8591
8591
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8592
8592
  /**
@@ -8598,7 +8598,7 @@ declare namespace RDS {
8598
8598
  */
8599
8599
  ProcessorFeatures?: ProcessorFeatureList;
8600
8600
  /**
8601
- * A value that indicates whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom.
8601
+ * Specifies whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom.
8602
8602
  */
8603
8603
  UseDefaultProcessorFeatures?: BooleanOptional;
8604
8604
  /**
@@ -8606,11 +8606,11 @@ declare namespace RDS {
8606
8606
  */
8607
8607
  DBParameterGroupName?: String;
8608
8608
  /**
8609
- * A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8609
+ * Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8610
8610
  */
8611
8611
  DeletionProtection?: BooleanOptional;
8612
8612
  /**
8613
- * A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. This setting doesn't apply to RDS Custom. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
8613
+ * Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. This setting doesn't apply to RDS Custom. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
8614
8614
  */
8615
8615
  EnableCustomerOwnedIp?: BooleanOptional;
8616
8616
  /**
@@ -8622,7 +8622,7 @@ declare namespace RDS {
8622
8622
  */
8623
8623
  BackupTarget?: String;
8624
8624
  /**
8625
- * The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
8625
+ * The network type of the DB instance. Valid Values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
8626
8626
  */
8627
8627
  NetworkType?: String;
8628
8628
  /**
@@ -8707,7 +8707,7 @@ declare namespace RDS {
8707
8707
  */
8708
8708
  Port?: IntegerOptional;
8709
8709
  /**
8710
- * A value that indicates whether the DB instance is a Multi-AZ deployment. If the DB instance is a Multi-AZ deployment, you can't set the AvailabilityZone parameter.
8710
+ * Specifies whether the DB instance is a Multi-AZ deployment. If the DB instance is a Multi-AZ deployment, you can't set the AvailabilityZone parameter.
8711
8711
  */
8712
8712
  MultiAZ?: BooleanOptional;
8713
8713
  /**
@@ -8715,7 +8715,7 @@ declare namespace RDS {
8715
8715
  */
8716
8716
  EngineVersion?: String;
8717
8717
  /**
8718
- * A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are not applied automatically.
8718
+ * Specifies whether to automatically apply minor engine upgrades to the DB instance during the maintenance window. By default, minor engine upgrades are not applied automatically.
8719
8719
  */
8720
8720
  AutoMinorVersionUpgrade?: BooleanOptional;
8721
8721
  /**
@@ -8731,7 +8731,7 @@ declare namespace RDS {
8731
8731
  */
8732
8732
  OptionGroupName?: String;
8733
8733
  /**
8734
- * A value that indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8734
+ * Specifies whether the DB instance is publicly accessible. When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8735
8735
  */
8736
8736
  PubliclyAccessible?: BooleanOptional;
8737
8737
  /**
@@ -8739,11 +8739,11 @@ declare namespace RDS {
8739
8739
  */
8740
8740
  Tags?: TagList;
8741
8741
  /**
8742
- * Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified; otherwise gp2
8742
+ * Specifies the storage type to be associated with the DB instance. Valid Values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified; otherwise gp2
8743
8743
  */
8744
8744
  StorageType?: String;
8745
8745
  /**
8746
- * A value that indicates whether the new DB instance is encrypted or not.
8746
+ * Specifies whether the new DB instance is encrypted or not.
8747
8747
  */
8748
8748
  StorageEncrypted?: BooleanOptional;
8749
8749
  /**
@@ -8751,7 +8751,7 @@ declare namespace RDS {
8751
8751
  */
8752
8752
  KmsKeyId?: String;
8753
8753
  /**
8754
- * A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
8754
+ * Specifies whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
8755
8755
  */
8756
8756
  CopyTagsToSnapshot?: BooleanOptional;
8757
8757
  /**
@@ -8763,7 +8763,7 @@ declare namespace RDS {
8763
8763
  */
8764
8764
  MonitoringRoleArn?: String;
8765
8765
  /**
8766
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
8766
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
8767
8767
  */
8768
8768
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8769
8769
  /**
@@ -8787,7 +8787,7 @@ declare namespace RDS {
8787
8787
  */
8788
8788
  S3IngestionRoleArn: String;
8789
8789
  /**
8790
- * A value that indicates whether to enable Performance Insights for the DB instance. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.
8790
+ * Specifies whether to enable Performance Insights for the DB instance. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.
8791
8791
  */
8792
8792
  EnablePerformanceInsights?: BooleanOptional;
8793
8793
  /**
@@ -8807,11 +8807,11 @@ declare namespace RDS {
8807
8807
  */
8808
8808
  ProcessorFeatures?: ProcessorFeatureList;
8809
8809
  /**
8810
- * A value that indicates whether the DB instance class of the DB instance uses its default processor features.
8810
+ * Specifies whether the DB instance class of the DB instance uses its default processor features.
8811
8811
  */
8812
8812
  UseDefaultProcessorFeatures?: BooleanOptional;
8813
8813
  /**
8814
- * A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8814
+ * Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8815
8815
  */
8816
8816
  DeletionProtection?: BooleanOptional;
8817
8817
  /**
@@ -8819,7 +8819,7 @@ declare namespace RDS {
8819
8819
  */
8820
8820
  MaxAllocatedStorage?: IntegerOptional;
8821
8821
  /**
8822
- * The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
8822
+ * The network type of the DB instance. Valid Values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
8823
8823
  */
8824
8824
  NetworkType?: String;
8825
8825
  /**
@@ -8827,7 +8827,7 @@ declare namespace RDS {
8827
8827
  */
8828
8828
  StorageThroughput?: IntegerOptional;
8829
8829
  /**
8830
- * A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide. Constraints: Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.
8830
+ * Specifies whether to manage the master user password with Amazon Web Services Secrets Manager. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide. Constraints: Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.
8831
8831
  */
8832
8832
  ManageMasterUserPassword?: BooleanOptional;
8833
8833
  /**
@@ -8961,7 +8961,7 @@ declare namespace RDS {
8961
8961
  */
8962
8962
  ProcessorFeatures?: ProcessorFeatureList;
8963
8963
  /**
8964
- * A value that indicates whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom.
8964
+ * Specifies whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom.
8965
8965
  */
8966
8966
  UseDefaultProcessorFeatures?: BooleanOptional;
8967
8967
  /**
@@ -9057,7 +9057,7 @@ declare namespace RDS {
9057
9057
  */
9058
9058
  MaxCapacity?: IntegerOptional;
9059
9059
  /**
9060
- * A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections). If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it.
9060
+ * Indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections). If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it.
9061
9061
  */
9062
9062
  AutoPause?: BooleanOptional;
9063
9063
  /**
@@ -9083,7 +9083,7 @@ declare namespace RDS {
9083
9083
  */
9084
9084
  MaxCapacity?: IntegerOptional;
9085
9085
  /**
9086
- * A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode. When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.
9086
+ * Indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode. When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.
9087
9087
  */
9088
9088
  AutoPause?: BooleanOptional;
9089
9089
  /**
@@ -9134,7 +9134,7 @@ declare namespace RDS {
9134
9134
  */
9135
9135
  Status?: String;
9136
9136
  /**
9137
- * Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
9137
+ * Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
9138
9138
  */
9139
9139
  SupportsDBInstanceAutomatedBackupsReplication?: Boolean;
9140
9140
  }
@@ -9263,7 +9263,7 @@ declare namespace RDS {
9263
9263
  */
9264
9264
  S3Prefix?: String;
9265
9265
  /**
9266
- * The data to be exported from the snapshot or cluster. If this parameter is not provided, all of the data is exported. Valid values are the following: database - Export all the data from a specified database. database.table table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. database.schema schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
9266
+ * The data to be exported from the snapshot or cluster. If this parameter isn't provided, all of the data is exported. Valid Values: database - Export all the data from a specified database. database.table table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. database.schema schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
9267
9267
  */
9268
9268
  ExportOnly?: StringList;
9269
9269
  }
@@ -9457,11 +9457,11 @@ declare namespace RDS {
9457
9457
  */
9458
9458
  Description?: String;
9459
9459
  /**
9460
- * A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
9460
+ * Indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
9461
9461
  */
9462
9462
  AutoUpgrade?: Boolean;
9463
9463
  /**
9464
- * A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine.
9464
+ * Indicates whether upgrading to the target version requires upgrading the major version of the database engine.
9465
9465
  */
9466
9466
  IsMajorVersionUpgrade?: Boolean;
9467
9467
  /**
@@ -9469,19 +9469,19 @@ declare namespace RDS {
9469
9469
  */
9470
9470
  SupportedEngineModes?: EngineModeList;
9471
9471
  /**
9472
- * A value that indicates whether you can use Aurora parallel query with the target engine version.
9472
+ * Indicates whether you can use Aurora parallel query with the target engine version.
9473
9473
  */
9474
9474
  SupportsParallelQuery?: BooleanOptional;
9475
9475
  /**
9476
- * A value that indicates whether you can use Aurora global databases with the target engine version.
9476
+ * Indicates whether you can use Aurora global databases with the target engine version.
9477
9477
  */
9478
9478
  SupportsGlobalDatabases?: BooleanOptional;
9479
9479
  /**
9480
- * A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
9480
+ * Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
9481
9481
  */
9482
9482
  SupportsBabelfish?: BooleanOptional;
9483
9483
  /**
9484
- * A value that indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
9484
+ * Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
9485
9485
  */
9486
9486
  SupportsLocalWriteForwarding?: BooleanOptional;
9487
9487
  }
@@ -9503,7 +9503,7 @@ declare namespace RDS {
9503
9503
  */
9504
9504
  SecretArn?: String;
9505
9505
  /**
9506
- * Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.
9506
+ * A value that indicates whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.
9507
9507
  */
9508
9508
  IAMAuth?: IAMAuthMode;
9509
9509
  /**
@@ -9567,7 +9567,7 @@ declare namespace RDS {
9567
9567
  */
9568
9568
  IopsToStorageRatio?: DoubleRangeList;
9569
9569
  /**
9570
- * Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.
9570
+ * Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.
9571
9571
  */
9572
9572
  SupportsStorageAutoscaling?: Boolean;
9573
9573
  /**