lib/aws/route_53/client.rb in aws-sdk-1.9.5 vs lib/aws/route_53/client.rb in aws-sdk-1.10.0
- old
+ new
@@ -140,10 +140,11 @@
# identifier that is used to identify health check associated
# with the resource record set.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:change_info` - (Hash)
# * `:id` - (String)
# * `:status` - (String)
# * `:submitted_at` - (Time)
# * `:comment` - (String)
@@ -178,10 +179,11 @@
# * `:fully_qualified_domain_name` - (String) Fully qualified domain
# name of the instance to be health checked.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:health_check` - (Hash)
# * `:id` - (String)
# * `:caller_reference` - (String)
# * `:health_check_config` - (Hash)
# * `:ip_address` - (String)
@@ -217,10 +219,11 @@
# If you don't want to specify a comment, you can omit the
# HostedZoneConfig and Comment elements from the XML document.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:hosted_zone` - (Hash)
# * `:id` - (String)
# * `:name` - (String)
# * `:caller_reference` - (String)
# * `:config` - (Hash)
@@ -248,10 +251,11 @@
# in a call to GetChange to track when the change has propagated to all
# Route 53 DNS servers.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:change_info` - (Hash)
# * `:id` - (String)
# * `:status` - (String)
# * `:submitted_at` - (Time)
# * `:comment` - (String)
@@ -264,10 +268,11 @@
# ChangeResourceRecordSets returned in the Id element when you
# submitted the request.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:change_info` - (Hash)
# * `:id` - (String)
# * `:status` - (String)
# * `:submitted_at` - (Time)
# * `:comment` - (String)
@@ -278,10 +283,11 @@
# * `:health_check_id` - *required* - (String) The ID of the health check
# to retrieve.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:health_check` - (Hash)
# * `:id` - (String)
# * `:caller_reference` - (String)
# * `:health_check_config` - (Hash)
# * `:ip_address` - (String)
@@ -296,10 +302,11 @@
# * `:id` - *required* - (String) The ID of the hosted zone for which you
# want to get a list of the name servers in the delegation set.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:hosted_zone` - (Hash)
# * `:id` - (String)
# * `:name` - (String)
# * `:caller_reference` - (String)
# * `:config` - (Hash)
@@ -318,10 +325,11 @@
# * `:max_items` - (Integer) Specify the maximum number of health checks
# to return per page of results.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:health_checks` - (Array<Hash>)
# * `:id` - (String)
# * `:caller_reference` - (String)
# * `:health_check_config` - (Hash)
# * `:ip_address` - (String)
@@ -344,10 +352,11 @@
# * `:max_items` - (Integer) Specify the maximum number of hosted zones
# to return per page of results.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:hosted_zones` - (Array<Hash>)
# * `:id` - (String)
# * `:name` - (String)
# * `:caller_reference` - (String)
# * `:config` - (Hash)
@@ -391,9 +400,10 @@
# * `:max_items` - (Integer) The maximum number of records you want in
# the response body.
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `:resource_record_sets` - (Array<Hash>)
# * `:name` - (String)
# * `:type` - (String)
# * `:set_identifier` - (String)
# * `:weight` - (Integer)