aws-sdk-route53domains 1.48.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acfb3c5e7a8b548f1ddf2758329e81f1ef44b259742c9e1958cb2c9368a52699
4
- data.tar.gz: 6b74501e4b8b3c5b391cb76aecc0238ac9a262449fbdac84be62a2147e5bbbb7
3
+ metadata.gz: 424db38b68cd7295e9d0e28d9f1ca91b00adf04e51ae447fdbf75f0024f8eaf3
4
+ data.tar.gz: b9c13a4e5b603ca5cf6c2c624e706b919ed556087532b2485cfa74671ffe2753
5
5
  SHA512:
6
- metadata.gz: 4bf41be247a693283db8a7855866e9316a9e60c483fec7ab54fd2fa1311ced8442ac9c6abe49117154501bf9315dba1f90fe9c89e7ac27d471ab53140520988b
7
- data.tar.gz: 0ca9e90e21aa95cf2528dbd7cdd78ff69fe3e1d3dbf7b8fbee3d388e45420cbf9955f54c9a8b710acd880886ff7983c4c16e00cce3b2b2382c03e6bcef49b398
6
+ metadata.gz: a00a8c0ddaef48985d79922b56da2d1b65fd3d0dfe01ff21531353fefe46060657ee510b7201781b2461a298a998030baf34a12b46f37bdad6b2b066b5f60d69
7
+ data.tar.gz: 8983f03dd8190056e334cfb2194da4c8a83adac4d7a02ced0ddd463570cbd30a00243f45fab90f17d4443147243ba3d089b4d7e2219fceb8389f7d5687b8defa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -216,6 +216,10 @@ module Aws::Route53Domains
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -2627,7 +2631,7 @@ module Aws::Route53Domains
2627
2631
  params: params,
2628
2632
  config: config)
2629
2633
  context[:gem_name] = 'aws-sdk-route53domains'
2630
- context[:gem_version] = '1.48.0'
2634
+ context[:gem_version] = '1.49.0'
2631
2635
  Seahorse::Client::Request.new(handlers, context)
2632
2636
  end
2633
2637
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-route53domains/customizations'
52
52
  # @!group service
53
53
  module Aws::Route53Domains
54
54
 
55
- GEM_VERSION = '1.48.0'
55
+ GEM_VERSION = '1.49.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core