aws-sdk-batch 1.78.0 → 1.79.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: ecd0ff8fb7f88c4b1a6a7f6ac9ddcd432704da60c1cc8725dda274b6e7be7dbf
4
- data.tar.gz: e9c4c1ab1ecd032a537bd3f96f070b6ba385389fa718d23f0c063c892912c450
3
+ metadata.gz: 5d853ba5304d62f00b4e696a7d1ec3b77b3b2a4c8e69104b36220cdb3bef2606
4
+ data.tar.gz: 9c1e6cad1420058076a8c8a11664eab9877c629b21ce3499e8eed1f391d75c71
5
5
  SHA512:
6
- metadata.gz: 6efea6d281767ed699d39f23d3b4555c63d557551f77481e1a513e8b3c5eabf9eb7cb76b5ccdad4e2a5ad9f477550355e15540e8333db30521d922a17595cfc1
7
- data.tar.gz: 675e577d7b93e595f8f11b32096fc0ce8fb8ba940f493efc386449f9c793b61fa8ffb655ec6c2e86212c162e63d8449308dc29f68d9c1425829aa190d1a4fd3d
6
+ metadata.gz: 826bea6af4976a023af8910f908a1147c4d8c9b6d8b5f9aa9357eeacba5862b9364037bb3673c21f3bf8733b79d1575e2a9d4ebf6497c50858f88c130b84c9f9
7
+ data.tar.gz: bd879f194ad0141e927392f4b64a341bd6bef3ee12eda9ee5792c14f9b37fb50e5104e541f9e18acf3c45d31c06aad884814a0a372f567ebafcbb2894807ce9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.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.78.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -3710,7 +3710,7 @@ module Aws::Batch
3710
3710
  params: params,
3711
3711
  config: config)
3712
3712
  context[:gem_name] = 'aws-sdk-batch'
3713
- context[:gem_version] = '1.78.0'
3713
+ context[:gem_version] = '1.79.0'
3714
3714
  Seahorse::Client::Request.new(handlers, context)
3715
3715
  end
3716
3716
 
@@ -25,16 +25,17 @@ module Aws::Batch
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-batch.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-batch/customizations'
52
52
  # @!group service
53
53
  module Aws::Batch
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-batch
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-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