lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.2.0 vs lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.3.0
- old
+ new
@@ -4315,10 +4315,27 @@
# * `LastKnownStatus`\: Amazon Route 53 uses the status of the health
# 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:
+ #
+ # * `ChildHealthChecks`\: Amazon Route 53 resets
+ # HealthCheckConfig$ChildHealthChecks to null.
+ #
+ # * `FullyQualifiedDomainName`\: Amazon Route 53 resets
+ # HealthCheckConfig$FullyQualifiedDomainName to null.
+ #
+ # * `Regions`\: Amazon Route 53 resets the HealthCheckConfig$Regions
+ # list to the default set of regions.
+ #
+ # * `ResourcePath`\: Amazon Route 53 resets
+ # HealthCheckConfig$ResourcePath to null.
+ #
# @return [Types::UpdateHealthCheckResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::UpdateHealthCheckResponse#health_check #health_check} => Types::HealthCheck
#
# @example Request syntax with placeholder values
@@ -4340,10 +4357,11 @@
# alarm_identifier: {
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
# name: "AlarmName", # required
# },
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
+ # reset_elements: ["FullyQualifiedDomainName"], # accepts FullyQualifiedDomainName, Regions, ResourcePath, ChildHealthChecks
# })
#
# @example Response structure
#
# resp.health_check.id #=> String
@@ -4552,10 +4570,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-route53'
- context[:gem_version] = '1.2.0'
+ context[:gem_version] = '1.3.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#