lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.104.0 vs lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.105.0

- old
+ new

@@ -603,11 +603,11 @@ # **Limits** # # The max number of CIDR blocks included in the request is 1000. As a # result, big updates require multiple API calls. # - # <b> PUT and DELETE\_IF\_EXISTS</b> + # <b> PUT and DELETE_IF_EXISTS</b> # # Use `ChangeCidrCollection` to perform the following actions: # # * `PUT`: Create a CIDR block within the specified collection. # @@ -2056,11 +2056,10 @@ # Amazon Web Services resources, such as Route 53 hosted zones. # There's a limit on the number of resource policies that you # can create, so we recommend that you use a consistent prefix # so 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 Route 53 needs to create log streams and to # send query logs to log streams. You must create the CloudWatch # Logs resource policy in the us-east-1 region. For the value of # `Resource`, specify the ARN for the log group that you created @@ -2082,11 +2081,10 @@ # `aws:SourceArn: arn:aws:route53:::hostedzone/hosted zone ID`. # # * For `aws:SourceAccount`, supply the account ID for the account # that creates the query logging configuration. For example, # `aws:SourceAccount:111111111111`. - # # For more information, see [The confused deputy problem][1] in # the *Amazon Web Services IAM User Guide*. # # <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 @@ -6220,10 +6218,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-route53' - context[:gem_version] = '1.104.0' + context[:gem_version] = '1.105.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #