lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.0.0.rc7 vs lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.0.0.rc8
- old
+ new
@@ -284,12 +284,12 @@
# When you submit a `ChangeResourceRecordSets` request, Amazon Route 53
# propagates your changes to all of the Amazon Route 53 authoritative
# DNS servers. While your changes are propagating, `GetChange` returns a
# status of `PENDING`. When propagation is complete, `GetChange` returns
# a status of `INSYNC`. Changes generally propagate to all Amazon Route
- # 53 name servers in a few minutes. In rare circumstances, propagation
- # can take up to 30 minutes. For more information, see GetChange.
+ # 53 name servers within 60 seconds. For more information, see
+ # GetChange.
#
# **Limits on ChangeResourceRecordSets Requests**
#
# For information about the limits on a `ChangeResourceRecordSets`
# request, see [Limits][2] in the *Amazon Route 53 Developer Guide*.
@@ -330,10 +330,11 @@
# continent_code: "GeoLocationContinentCode",
# country_code: "GeoLocationCountryCode",
# subdivision_code: "GeoLocationSubdivisionCode",
# },
# failover: "PRIMARY", # accepts PRIMARY, SECONDARY
+ # multi_value_answer: false,
# ttl: 1,
# resource_records: [
# {
# value: "RData", # required
# },
@@ -2297,10 +2298,11 @@
# resp.resource_record_sets[0].region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-central-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "cn-north-1", "ap-south-1"
# resp.resource_record_sets[0].geo_location.continent_code #=> String
# resp.resource_record_sets[0].geo_location.country_code #=> String
# resp.resource_record_sets[0].geo_location.subdivision_code #=> String
# resp.resource_record_sets[0].failover #=> String, one of "PRIMARY", "SECONDARY"
+ # resp.resource_record_sets[0].multi_value_answer #=> Boolean
# resp.resource_record_sets[0].ttl #=> Integer
# resp.resource_record_sets[0].resource_records #=> Array
# resp.resource_record_sets[0].resource_records[0].value #=> String
# resp.resource_record_sets[0].alias_target.hosted_zone_id #=> String
# resp.resource_record_sets[0].alias_target.dns_name #=> String
@@ -3569,10 +3571,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-route53'
- context[:gem_version] = '1.0.0.rc7'
+ context[:gem_version] = '1.0.0.rc8'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#