aws-sdk-rds 1.209.0 → 1.211.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -533,16 +533,22 @@ module Aws::RDS
533
533
  #
534
534
  # Valid for Cluster Type: Aurora DB clusters only
535
535
  # @option options [Boolean] :enable_http_endpoint
536
- # Specifies whether to enable the HTTP endpoint for an Aurora Serverless
537
- # v1 DB cluster. By default, the HTTP endpoint is disabled.
536
+ # Specifies whether to enable the HTTP endpoint for the DB cluster. By
537
+ # default, the HTTP endpoint isn't enabled.
538
538
  #
539
539
  # When enabled, the HTTP endpoint provides a connectionless web service
540
- # API for running SQL queries on the Aurora Serverless v1 DB cluster.
541
- # You can also query your database from inside the RDS console with the
540
+ # API (RDS Data API) for running SQL queries on the DB cluster. You can
541
+ # also query your database from inside the RDS console with the RDS
542
542
  # query editor.
543
543
  #
544
- # For more information, see [Using the Data API for Aurora Serverless
545
- # v1][1] in the *Amazon Aurora User Guide*.
544
+ # RDS Data API is supported with the following DB clusters:
545
+ #
546
+ # * Aurora PostgreSQL Serverless v2 and provisioned
547
+ #
548
+ # * Aurora PostgreSQL and Aurora MySQL Serverless v1
549
+ #
550
+ # For more information, see [Using RDS Data API][1] in the *Amazon
551
+ # Aurora User Guide*.
546
552
  #
547
553
  # Valid for Cluster Type: Aurora DB clusters only
548
554
  #