lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.210.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.211.0

- old
+ new

@@ -531,19 +531,25 @@ # The global cluster ID of an Aurora cluster that becomes the primary # cluster in the new global database cluster. # # Valid for Cluster Type: Aurora DB clusters only # @option options [Boolean] :enable_http_endpoint - # Specifies whether to enable the HTTP endpoint for an Aurora Serverless - # v1 DB cluster. By default, the HTTP endpoint is disabled. + # Specifies whether to enable the HTTP endpoint for the DB cluster. By + # default, the HTTP endpoint isn't enabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless v1 DB cluster. - # You can also query your database from inside the RDS console with the + # API (RDS Data API) for running SQL queries on the DB cluster. You can + # also query your database from inside the RDS console with the RDS # query editor. # - # For more information, see [Using the Data API for Aurora Serverless - # v1][1] in the *Amazon Aurora User Guide*. + # RDS Data API is supported with the following DB clusters: + # + # * Aurora PostgreSQL Serverless v2 and provisioned + # + # * Aurora PostgreSQL and Aurora MySQL Serverless v1 + # + # For more information, see [Using RDS Data API][1] in the *Amazon + # Aurora User Guide*. # # Valid for Cluster Type: Aurora DB clusters only # # #