lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.227.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.228.0

- old
+ new

@@ -1962,14 +1962,15 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Aurora.Managing.FaultTolerance # @option options [String] :timezone # The time zone of the DB instance. The time zone parameter is currently - # supported only by [Microsoft SQL Server][1]. + # supported only by [RDS for Db2][1] and [RDS for SQL Server][2]. # # # - # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone + # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone + # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone # @option options [Boolean] :enable_iam_database_authentication # Specifies whether to enable mapping of Amazon Web Services Identity # and Access Management (IAM) accounts to database accounts. By default, # mapping isn't enabled. #