aws-sdk-drs 1.24.0 → 1.25.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: 024d681dc531fa845b68e1ee3da440a987f45cdd23131bacc01f61f4c3ba311b
4
- data.tar.gz: 6723893319e55736115c5788a911c2d813f966ca1e4158cb9429fa5be6f6c4de
3
+ metadata.gz: 66e819ea463f49ba9941c87709caeafb2b0d6418df5d9ea0fd95647381a04aa8
4
+ data.tar.gz: 9b635c2aa07c7300c33d3c3c283fbfe8f899752dd906e30cb776bc143c602308
5
5
  SHA512:
6
- metadata.gz: e7b553877923850e396ea9a3059a521fbbe942c6f681ffb703aa12d135009e10707a12735782540e6bd0ebb42d930524836e472142838e4fd7384f208450748a
7
- data.tar.gz: 2a3632bfeac2366dd86a0433d8f11c5555c7fd6dfda4d40a3ef8aac1d41ff23a940a8a2676190d0933ce213f299beb63a6f1d4484e6dd324bb98f81e5436bba1
6
+ metadata.gz: 1434b6e40bbbaf1d1911c687114299743e143b5cc29afdb580a2ac3790c39fedfc6f94adac9adf3872b49fbd5a9b3ca8232c43a6e732fa05607f698579188d5c
7
+ data.tar.gz: 644a85e28a7f38daae7a3f4c63fb402547ae9b39616fa7a1766fb0da565de7b1cffc1a46150e3046b36f332b2704b60110a9f81d45fe9fb279facbbe7bbb9359
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.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.24.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -3472,7 +3472,7 @@ module Aws::Drs
3472
3472
  params: params,
3473
3473
  config: config)
3474
3474
  context[:gem_name] = 'aws-sdk-drs'
3475
- context[:gem_version] = '1.24.0'
3475
+ context[:gem_version] = '1.25.0'
3476
3476
  Seahorse::Client::Request.new(handlers, context)
3477
3477
  end
3478
3478
 
@@ -25,16 +25,17 @@ module Aws::Drs
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
 
data/lib/aws-sdk-drs.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-drs/customizations'
52
52
  # @!group service
53
53
  module Aws::Drs
54
54
 
55
- GEM_VERSION = '1.24.0'
55
+ GEM_VERSION = '1.25.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-drs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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