aws-sdk-organizations 1.78.0 → 1.79.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: ffbe6b41053065269cd37bc6a3c08389c2e67cec052c2f5659981a5e89b68230
4
- data.tar.gz: f57f2318ed488a23bb99b03213e384a8a7ca1bb0a600e6971698e1bc1fc88b0b
3
+ metadata.gz: 5f4d1acec98d273366543bca1b74bb8bfedff259f9980b02e5a6979f96cd13dd
4
+ data.tar.gz: aa943e10d4defd03ea867e035ac7f319478ef03367832bd918d5c8aca9c0a610
5
5
  SHA512:
6
- metadata.gz: 955b90055dbaab3d82de4df642c8f4518f642e5dad0c38f86bbb57e2230c441b2a709fef53b48d8041546f2acf052725e23ebaa2762d63e4a0352c3a77379a2a
7
- data.tar.gz: 3b9362df9e27b3e5846aa2c929cfb61fff3912b0a8c099b65b7173f7333bb82d86d7abf907809a53ec49dbb817daf31f6e5c5f71bc828806648002c94b7cf74b
6
+ metadata.gz: 35d3ba1e46d127d8ee9b1a21e8498e7c7ca638eb0b009032844f5428a9e354542cd304439e6a22b07808063b35b59afafb8f0da5214d56b1162e91297f48989c
7
+ data.tar.gz: cfd3299ddf81a63fef7e54a100809d095ad3feb360828b02ac1e4621d5a9449744602fecef9fd9b15ffe9bf58e1c2fe7c7757cb76241d518ee69bf0d890f2b71
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.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.78.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -216,6 +216,10 @@ module Aws::Organizations
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
  #
@@ -5733,7 +5737,7 @@ module Aws::Organizations
5733
5737
  params: params,
5734
5738
  config: config)
5735
5739
  context[:gem_name] = 'aws-sdk-organizations'
5736
- context[:gem_version] = '1.78.0'
5740
+ context[:gem_version] = '1.79.0'
5737
5741
  Seahorse::Client::Request.new(handlers, context)
5738
5742
  end
5739
5743
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-organizations/customizations'
52
52
  # @!group service
53
53
  module Aws::Organizations
54
54
 
55
- GEM_VERSION = '1.78.0'
55
+ GEM_VERSION = '1.79.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.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