aws-sdk-launchwizard 1.1.0 → 1.2.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: cfd5f95cec726d5b8208cec48ded19eb2fd7b7587b3b190d040307aaeba5d5ab
4
- data.tar.gz: 208c4f25c1f19296d878e7ebbc2a3bcb9e483287cd266fc482689c05efd46116
3
+ metadata.gz: fc69a005928ed44923620444b7f86b23c37beb686342900ad1f887445d31e61b
4
+ data.tar.gz: 1d05279ce2b3592d99f629529f6026b003e7580b97e637b0ed29bce071fccfa4
5
5
  SHA512:
6
- metadata.gz: 9f78426e58ff58433076140c46ae815a2ba2da10b81f49a8ff81f77926d52bd32caabfb6a74c187cb202e5962980990b362d7b8fe344d377ca68fbbd0dbeb6a3
7
- data.tar.gz: 0fe060ba84531c158ed5217875b7745e1cf589f6dc10bf6e9c4907e708f52aac8ace8eaff1075443a7b57d995b1dafba16b9dbdb8818e2aa1cf8b7aad66dd280
6
+ metadata.gz: 21a9bd4bce2078fe5232bdc68aa761d4adb977a4aa15bf32e3c4218c671335aed73c079aa0ced98fd31cfd891f7d1f79d326f60910019412066c8ca513fa387a
7
+ data.tar.gz: d8b992797ed95a0f1a3e5daad2c323a85056a17049ce4a3a554b0e58113df6dc5b273c3099f8370a5e6454e57ccdd5983c5b148242a0dc31255952ce87db2326
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -768,7 +768,7 @@ module Aws::LaunchWizard
768
768
  params: params,
769
769
  config: config)
770
770
  context[:gem_name] = 'aws-sdk-launchwizard'
771
- context[:gem_version] = '1.1.0'
771
+ context[:gem_version] = '1.2.0'
772
772
  Seahorse::Client::Request.new(handlers, context)
773
773
  end
774
774
 
@@ -25,16 +25,17 @@ module Aws::LaunchWizard
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-launchwizard/customizations'
52
52
  # @!group service
53
53
  module Aws::LaunchWizard
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-launchwizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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