lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.102.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.103.0

- old
+ new

@@ -1635,30 +1635,18 @@ end # Copies the specified option group. # # @option params [required, String] :source_option_group_identifier - # The identifier or ARN for the source option group. For information - # about creating an ARN, see [ Constructing an ARN for Amazon RDS][1] in - # the *Amazon RDS User Guide*. + # The identifier for the source option group. # # Constraints: # # * Must specify a valid option group. # - # * If the source option group is in the same AWS Region as the copy, - # specify a valid option group identifier, for example - # `my-option-group`, or a valid ARN. + # ^ # - # * If the source option group is in a different AWS Region than the - # copy, specify a valid option group ARN, for example - # `arn:aws:rds:us-west-2:123456789012:og:special-options`. - # - # - # - # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing - # # @option params [required, String] :target_option_group_identifier # The identifier for the copied option group. # # Constraints: # @@ -3261,12 +3249,12 @@ # See [MariaDB on Amazon RDS Versions][1] in the *Amazon RDS User # Guide.* # # **Microsoft SQL Server** # - # See [Version and Feature Support on Amazon RDS][2] in the *Amazon RDS - # User Guide.* + # See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon + # RDS User Guide.* # # **MySQL** # # See [MySQL on Amazon RDS Versions][3] in the *Amazon RDS User Guide.* # @@ -3281,11 +3269,11 @@ # User Guide.* # # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt - # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport + # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions # # @option params [Boolean] :auto_minor_version_upgrade @@ -3560,10 +3548,14 @@ # 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 ][1] in the *Amazon Relational Database Service User # Guide*. # + # **Amazon Aurora** + # + # Not applicable. CloudWatch Logs exports are managed by the DB cluster. + # # **MariaDB** # # Possible values are `audit`, `error`, `general`, and `slowquery`. # # **Microsoft SQL Server** @@ -10999,16 +10991,16 @@ # the major and minor versions. The list only includes DB engines that # require an on-premises customer provided license. # # **Microsoft SQL Server** # - # See [Version and Feature Support on Amazon RDS][1] in the *Amazon RDS - # User Guide.* + # See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon + # RDS User Guide.* # # # - # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport + # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport # # @option params [required, String] :engine_installation_media_path # The path to the installation medium for the specified DB engine. # # Example: @@ -16333,15 +16325,15 @@ # # @option params [Array<String>] :enable_cloudwatch_logs_exports # The list of logs that the restored 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][1] in the *Amazon Aurora User Guide*. + # CloudWatch Logs][1] in the *Amazon RDS User Guide*. # # # - # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch + # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch # # @option params [Array<Types::ProcessorFeature>] :processor_features # The number of CPU cores and the number of threads per core for the DB # instance class of the DB instance. # @@ -17013,10 +17005,14 @@ # # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html # + # @option params [Integer] :max_allocated_storage + # The upper limit to which Amazon RDS can automatically scale the + # storage of the DB instance. + # # @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance # # @example Request syntax with placeholder values @@ -17073,10 +17069,11 @@ # value: "String", # }, # ], # use_default_processor_features: false, # deletion_protection: false, + # max_allocated_storage: 1, # }) # # @example Response structure # # resp.db_instance.db_instance_identifier #=> String @@ -17509,10 +17506,14 @@ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html # # @option params [String] :source_dbi_resource_id # The resource ID of the source DB instance from which to restore. # + # @option params [Integer] :max_allocated_storage + # The upper limit to which Amazon RDS can automatically scale the + # storage of the DB instance. + # # @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance # # @@ -17653,10 +17654,11 @@ # ], # use_default_processor_features: false, # db_parameter_group_name: "String", # deletion_protection: false, # source_dbi_resource_id: "String", + # max_allocated_storage: 1, # }) # # @example Response structure # # resp.db_instance.db_instance_identifier #=> String @@ -18678,10 +18680,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.102.0' + context[:gem_version] = '1.103.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #