aws-sdk-workspacesweb 1.16.0 → 1.17.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: 74234a6bf60fa864f72c05275b1bcbd2aedd9a889b2151b0965c940b723cb33e
4
- data.tar.gz: 2bbd8500c8477289a327ad4fdcd77b8f269b2830ecd7b2f5fa16266a722f41d6
3
+ metadata.gz: b9b52374943303ccbe5e262f4806463a5a1b37b4196ff678e6f7fb2cdb6e5932
4
+ data.tar.gz: 247c214776661657582b1bd4fd05ffbfc5a3b00da2f483d0a42cc4b3505f968c
5
5
  SHA512:
6
- metadata.gz: e7a73db018eef05ecd2318f9cc80d98fd1f1d3ce07633cc6e294a5d0c41dcb7f15c93331c1e6d7b88d570e5d3a4381584e376226cb449ef7be7120291ee84035
7
- data.tar.gz: 7c590f93d80d231e0dbfaea73f25e3f25918e2ffac2b443ba0bde54cafcd387ca51e435aa7ad54cdde29bf2bf8e2721f84a6207f67c2552d8864552ad3d1be84
6
+ metadata.gz: 1c14129dfb685c66ff62d24aad6229808609d6baa1c064896056a986720a550f5d21f89a41a0b6a261720d1ca8b91203f72e8302922a8af51f283c5274f70301
7
+ data.tar.gz: '092763dfe33d892e0a2aefaa99e71cea87ee9f588fe5e13666e063439e2b367a8926c1d8703916e96ba68a5e08915b764530ef2dc591fd5eae8d9be4563185e7'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.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.16.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -2973,7 +2973,7 @@ module Aws::WorkSpacesWeb
2973
2973
  params: params,
2974
2974
  config: config)
2975
2975
  context[:gem_name] = 'aws-sdk-workspacesweb'
2976
- context[:gem_version] = '1.16.0'
2976
+ context[:gem_version] = '1.17.0'
2977
2977
  Seahorse::Client::Request.new(handlers, context)
2978
2978
  end
2979
2979
 
@@ -25,16 +25,17 @@ module Aws::WorkSpacesWeb
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-workspacesweb/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpacesWeb
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.17.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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