aws-sdk-organizations 1.82.0 → 1.83.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: 50e55c364703776dddc03943104fa5f1a3a730c75819bde0d9afc7fdf52602ed
4
- data.tar.gz: f36de4cf1f774b249e3ac66b3c6dce23840909b69b77304a20a56ca2b69cb576
3
+ metadata.gz: 9be2e796e32a3898ca492565d01f9f0bc3ea48ce038d729596a73f1979e70222
4
+ data.tar.gz: ff3591c4c6149e389fcb5a23960368a11e3785c2f87e9d79288bab25a69d298b
5
5
  SHA512:
6
- metadata.gz: 93b565b9478fbccc0baa811d940ef2c53fa26a919cb03c8b463fab59c3c69825a2d370ed1fb66ec7c6de43205e1308ee4b19567c2c5c952c930aa9c752f91ce1
7
- data.tar.gz: b6954683badb436638b97a3eaaeedc3f610ba7092915eaab13ae5dc5e37e3b603e46a8bdf7e39be062c5fd373dba92fa6f6148972630dc4152c812b7230f17a0
6
+ metadata.gz: 11dc6ac784532d344b1b1cd991c033d364367d9b72608bf8bfb08ad46f860d45b3f34bece2624c54d8f8378e9720c0b3ee0a13212644534368d06c52510f6343
7
+ data.tar.gz: 18279b2a9ce6627b79fa4918b835169df4a4cc175f279b4e8f6fa2f11fd5c8fd60b2204d588587e4ab0ee192160df528e9f42f59084b4a86719a5aeb6ada5b25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.82.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -5736,7 +5736,7 @@ module Aws::Organizations
5736
5736
  params: params,
5737
5737
  config: config)
5738
5738
  context[:gem_name] = 'aws-sdk-organizations'
5739
- context[:gem_version] = '1.82.0'
5739
+ context[:gem_version] = '1.83.0'
5740
5740
  Seahorse::Client::Request.new(handlers, context)
5741
5741
  end
5742
5742
 
@@ -25,16 +25,17 @@ module Aws::Organizations
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.82.0'
55
+ GEM_VERSION = '1.83.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.82.0
4
+ version: 1.83.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-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core