lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.105.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.106.0

- old
+ new

@@ -1551,10 +1551,16 @@ # # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options # + # @option params [String] :target_custom_availability_zone + # The external custom Availability Zone (CAZ) identifier for the target + # CAZ. + # + # Example: `rds-caz-aiqhTgQv`. + # # @option params [String] :source_region # The source region of the snapshot. This is only needed when the # shapshot is encrypted and in a different region. # # @return [Types::CopyDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -1590,10 +1596,11 @@ # }, # ], # copy_tags: false, # pre_signed_url: "String", # option_group_name: "String", + # target_custom_availability_zone: "String", # source_region: "String", # }) # # @example Response structure # @@ -18773,10 +18780,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.105.0' + context[:gem_version] = '1.106.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #