aws-sdk-route53recoverycontrolconfig 1.17.0 → 1.18.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: 77cd22eb94739706ccbdfa29e72c2c37ef18f306a2adc8cae0d3cdf92df4ad59
4
- data.tar.gz: 824beda188392b8a0927fec82c57b0fea2df0bb08d698914c53cdfe50d07e741
3
+ metadata.gz: 6fdc29835f6327405e07dc4332b6d688696b63ddd0075a35800d07e2f0479ab8
4
+ data.tar.gz: 13b2daa6f8a7c1e4c98a0194950fdb3066a06a8300fe258656ab7e5ec64fb09b
5
5
  SHA512:
6
- metadata.gz: 2499f9ca8e3a9f334fa0b84565a21b9beba6a0ae6d181e4cfa4c68231415122b81dc943d7469fb28062ab8b21b2ece2b6e31bf726be6c569acb4a267a84850ee
7
- data.tar.gz: 71e5302509a96c377a047a5ff819d3fcd1b871ce9a11a669c7223a59bc3ab43a9bcdb5be499a2de90db855d0943133e25a88f42fe173053290578877a01dfa16
6
+ metadata.gz: 2936f280f128ca92f54a965a3d9678961f5067feb5f9f6b630dea4c3956808995bf832a3fa029077b550787d7b49335f42fe056c44e1b29c55d0b53b7ab77885
7
+ data.tar.gz: 9fd8f423fedb2eb8732c8976a10722b010e54947a261760a3a5f6b9a5d80dfbd64f903d29a2c248354f5d5b402b11ae05e6f39fb5963d2393c9e25b2565d2ef1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -216,6 +216,10 @@ module Aws::Route53RecoveryControlConfig
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
  #
@@ -1379,7 +1383,7 @@ module Aws::Route53RecoveryControlConfig
1379
1383
  params: params,
1380
1384
  config: config)
1381
1385
  context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
1382
- context[:gem_version] = '1.17.0'
1386
+ context[:gem_version] = '1.18.0'
1383
1387
  Seahorse::Client::Request.new(handlers, context)
1384
1388
  end
1385
1389
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
53
53
  # @!group service
54
54
  module Aws::Route53RecoveryControlConfig
55
55
 
56
- GEM_VERSION = '1.17.0'
56
+ GEM_VERSION = '1.18.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoverycontrolconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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