aws-sdk-schemas 1.33.0 → 1.34.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: 79265aaedffcd931d65a3ab98cb58ea02bbfdd541932a3614ea1ff26268f1bd4
4
- data.tar.gz: 04af621e55cfe9d817a66da6e864ee4bcd72e8432d2228b285ad2456be2a493c
3
+ metadata.gz: 67aeb094badfcd9bb5dbf51351e91fca9ea7a6d24013782cc30f938daacecaf7
4
+ data.tar.gz: 6bf68b80280fbc0eb33bd4527164015fd7174ecf81a991798d92ef4ab5614b3f
5
5
  SHA512:
6
- metadata.gz: bcf40c2496bfd7afefbca8191d6583dd28c4762a208a9463b30db5f086924628443cbdb6c4b52876d2f941534274e998a64ad3b4e63ec1e39dcbf760ecc25d22
7
- data.tar.gz: 3f3c3a03da07d6a47c017ef78b783e812add284e1690c8c2cc5ec0f172752f39699857b56f8110d5f4040a787128ba7276e0edd979bf8e275fd69b144eb17ce6
6
+ metadata.gz: 3676960cc662bfdcbbb53c949a88636dee9921b00f33b4e8c7b685ed337c1f518bcad128b495ef3ccb959c008b1e2434c10b159bf69eb7828ed03d781ee53428
7
+ data.tar.gz: ae2d1ff63a84165f45055b76c4cf78a54d2e40ff0f112a8545be9f4bb7ef2923c970e7ce9d189cbf8f9914821271a3e0166076731c88abc81c3db879440e6a98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -1575,7 +1575,7 @@ module Aws::Schemas
1575
1575
  params: params,
1576
1576
  config: config)
1577
1577
  context[:gem_name] = 'aws-sdk-schemas'
1578
- context[:gem_version] = '1.33.0'
1578
+ context[:gem_version] = '1.34.0'
1579
1579
  Seahorse::Client::Request.new(handlers, context)
1580
1580
  end
1581
1581
 
@@ -25,16 +25,17 @@ module Aws::Schemas
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-schemas/customizations'
53
53
  # @!group service
54
54
  module Aws::Schemas
55
55
 
56
- GEM_VERSION = '1.33.0'
56
+ GEM_VERSION = '1.34.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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