aws-sdk-controltower 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21254d422b58623f727cd126a1f7641dc5b759ac549ffbd3dc25445472c3fabc
4
- data.tar.gz: b2415972f57f21b9d52ac3de026f3518f1ab5a84f5350c0dc19661e40e2f122b
3
+ metadata.gz: 111e8eb30748edd000152780a49414f586608418d3e0181cf6dcc226432902da
4
+ data.tar.gz: a458c79018f2dfa9352f8c1ba22d0385c93ff307c569b28a857aaff21f9cb99b
5
5
  SHA512:
6
- metadata.gz: d1e90cbf6c04b95d433fb20267235f91c31030391edb33b6b48908713631c906ebeb40f3f778e51f4c29815c32a8782d2abffecb5352f022695e73c5d9c9b3ed
7
- data.tar.gz: f0782097a11e07d8c04f746d64a309249b9d9e4d503fac5eb00da97a413a12b2100c653af0470bf7c43d777b91ee3afd8eb6b1ec73cc4bec372d960028becf84
6
+ metadata.gz: 412114da79575b1514ce86e55d593209439ce35be28ec95500a7043c3e7c19f05ef8daf952cca8fa6a2f7306cf558dd7f744a967e488ccca9f5c6aa0e83fb12a
7
+ data.tar.gz: db5ff9a38d7a7e88477aa5337c69fc09fa6be811610415ab83e849f25166b7a7959d14cfbb89cc7c77af6d9e9fcef9dbd3f00b482472dbded23405d011040821
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.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.6.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -216,6 +216,10 @@ module Aws::ControlTower
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
  #
@@ -549,7 +553,7 @@ module Aws::ControlTower
549
553
  params: params,
550
554
  config: config)
551
555
  context[:gem_name] = 'aws-sdk-controltower'
552
- context[:gem_version] = '1.6.0'
556
+ context[:gem_version] = '1.7.0'
553
557
  Seahorse::Client::Request.new(handlers, context)
554
558
  end
555
559
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-controltower/customizations'
52
52
  # @!group service
53
53
  module Aws::ControlTower
54
54
 
55
- GEM_VERSION = '1.6.0'
55
+ GEM_VERSION = '1.7.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controltower
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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