lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.201.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.202.0

- old
+ new

@@ -2315,14 +2315,20 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html # # @option params [String] :source_custom_db_engine_version_identifier - # Reserved for future use. + # The ARN of a CEV to use as a source for creating a new CEV. You can + # specify a different Amazon Machine Imagine (AMI) by using either + # `Source` or `UseAwsProvidedLatestImage`. You can't specify a + # different JSON manifest when you specify + # `SourceCustomDbEngineVersionIdentifier`. # # @option params [Boolean] :use_aws_provided_latest_image - # Reserved for future use. + # Specifies whether to use the latest service-provided Amazon Machine + # Image (AMI) for the CEV. If you specify `UseAwsProvidedLatestImage`, + # you can't also specify `ImageId`. # # @return [Types::DBEngineVersion] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DBEngineVersion#engine #engine} => String # * {Types::DBEngineVersion#engine_version #engine_version} => String @@ -29351,10 +29357,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.201.0' + context[:gem_version] = '1.202.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #