lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.3.0 vs lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.4.0

- old
+ new

@@ -1163,10 +1163,12 @@ # # @example Response structure # # resp.health_check.id #=> String # resp.health_check.caller_reference #=> String + # resp.health_check.linked_service.service_principal #=> String + # resp.health_check.linked_service.description #=> String # resp.health_check.health_check_config.ip_address #=> String # resp.health_check.health_check_config.port #=> Integer # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC" # resp.health_check.health_check_config.resource_path #=> String # resp.health_check.health_check_config.fully_qualified_domain_name #=> String @@ -1324,10 +1326,12 @@ # resp.hosted_zone.name #=> String # resp.hosted_zone.caller_reference #=> String # resp.hosted_zone.config.comment #=> String # resp.hosted_zone.config.private_zone #=> Boolean # resp.hosted_zone.resource_record_set_count #=> Integer + # resp.hosted_zone.linked_service.service_principal #=> String + # resp.hosted_zone.linked_service.description #=> String # resp.change_info.id #=> String # resp.change_info.status #=> String, one of "PENDING", "INSYNC" # resp.change_info.submitted_at #=> Time # resp.change_info.comment #=> String # resp.delegation_set.id #=> String @@ -1394,16 +1398,16 @@ # you can use the same resource policy for all the log groups # that you create for query logging. # # 2. Create a CloudWatch Logs resource policy, and give it the # permissions that Amazon Route 53 needs to create log streams and - # to to send query logs to log streams. For the value of - # `Resource`, specify the ARN for the log group that you created - # in the previous step. To use the same resource policy for all - # the CloudWatch Logs log groups that you created for query - # logging configurations, replace the hosted zone name with `*`, - # for example: + # to send query logs to log streams. For the value of `Resource`, + # specify the ARN for the log group that you created in the + # previous step. To use the same resource policy for all the + # CloudWatch Logs log groups that you created for query logging + # configurations, replace the hosted zone name with `*`, for + # example: # # `arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*` # # <note markdown="1"> You can't use the CloudWatch console to create or edit a # resource policy. You must use the CloudWatch API, one of the AWS @@ -2286,10 +2290,12 @@ # # @example Response structure # # resp.health_check.id #=> String # resp.health_check.caller_reference #=> String + # resp.health_check.linked_service.service_principal #=> String + # resp.health_check.linked_service.description #=> String # resp.health_check.health_check_config.ip_address #=> String # resp.health_check.health_check_config.port #=> Integer # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC" # resp.health_check.health_check_config.resource_path #=> String # resp.health_check.health_check_config.fully_qualified_domain_name #=> String @@ -2477,10 +2483,12 @@ # resp.hosted_zone.name #=> String # resp.hosted_zone.caller_reference #=> String # resp.hosted_zone.config.comment #=> String # resp.hosted_zone.config.private_zone #=> Boolean # resp.hosted_zone.resource_record_set_count #=> Integer + # resp.hosted_zone.linked_service.service_principal #=> String + # resp.hosted_zone.linked_service.description #=> String # resp.delegation_set.id #=> String # resp.delegation_set.caller_reference #=> String # resp.delegation_set.name_servers #=> Array # resp.delegation_set.name_servers[0] #=> String # resp.vp_cs #=> Array @@ -2830,10 +2838,12 @@ # @example Response structure # # resp.health_checks #=> Array # resp.health_checks[0].id #=> String # resp.health_checks[0].caller_reference #=> String + # resp.health_checks[0].linked_service.service_principal #=> String + # resp.health_checks[0].linked_service.description #=> String # resp.health_checks[0].health_check_config.ip_address #=> String # resp.health_checks[0].health_check_config.port #=> Integer # resp.health_checks[0].health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC" # resp.health_checks[0].health_check_config.resource_path #=> String # resp.health_checks[0].health_check_config.fully_qualified_domain_name #=> String @@ -2931,10 +2941,12 @@ # resp.hosted_zones[0].name #=> String # resp.hosted_zones[0].caller_reference #=> String # resp.hosted_zones[0].config.comment #=> String # resp.hosted_zones[0].config.private_zone #=> Boolean # resp.hosted_zones[0].resource_record_set_count #=> Integer + # resp.hosted_zones[0].linked_service.service_principal #=> String + # resp.hosted_zones[0].linked_service.description #=> String # resp.marker #=> String # resp.is_truncated #=> Boolean # resp.next_marker #=> String # resp.max_items #=> Integer # @@ -3060,10 +3072,12 @@ # resp.hosted_zones[0].name #=> String # resp.hosted_zones[0].caller_reference #=> String # resp.hosted_zones[0].config.comment #=> String # resp.hosted_zones[0].config.private_zone #=> Boolean # resp.hosted_zones[0].resource_record_set_count #=> Integer + # resp.hosted_zones[0].linked_service.service_principal #=> String + # resp.hosted_zones[0].linked_service.description #=> String # resp.dns_name #=> String # resp.hosted_zone_id #=> String # resp.is_truncated #=> Boolean # resp.next_dns_name #=> String # resp.next_hosted_zone_id #=> String @@ -4316,13 +4330,13 @@ # check from the last time CloudWatch had sufficient data to determine # the alarm state. For new health checks that have no last known # status, the default status for the health check is healthy. # # @option params [Array<String>] :reset_elements - # A complex type that contains one `ResetElement` element for each - # element that you want to reset to the default value. Valid values for - # `ResetElement` include the following: + # A complex type that contains one `ResettableElementName` element for + # each element that you want to reset to the default value. Valid values + # for `ResettableElementName` include the following: # # * `ChildHealthChecks`\: Amazon Route 53 resets # HealthCheckConfig$ChildHealthChecks to null. # # * `FullyQualifiedDomainName`\: Amazon Route 53 resets @@ -4364,10 +4378,12 @@ # # @example Response structure # # resp.health_check.id #=> String # resp.health_check.caller_reference #=> String + # resp.health_check.linked_service.service_principal #=> String + # resp.health_check.linked_service.description #=> String # resp.health_check.health_check_config.ip_address #=> String # resp.health_check.health_check_config.port #=> Integer # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC" # resp.health_check.health_check_config.resource_path #=> String # resp.health_check.health_check_config.fully_qualified_domain_name #=> String @@ -4433,10 +4449,12 @@ # resp.hosted_zone.name #=> String # resp.hosted_zone.caller_reference #=> String # resp.hosted_zone.config.comment #=> String # resp.hosted_zone.config.private_zone #=> Boolean # resp.hosted_zone.resource_record_set_count #=> Integer + # resp.hosted_zone.linked_service.service_principal #=> String + # resp.hosted_zone.linked_service.description #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateHostedZoneComment AWS API Documentation # # @overload update_hosted_zone_comment(params = {}) # @param [Hash] params ({}) @@ -4570,10 +4588,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-route53' - context[:gem_version] = '1.3.0' + context[:gem_version] = '1.4.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #