aws-sdk-launchwizard 1.15.0 → 1.16.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: 9513c90835a6becf7036dd4cd249f46d3bca9632ab714c2e9a6bae0a810005ac
4
- data.tar.gz: b5d0f67320685145266e7681f3e60567a2153a6763777efdbd36b277fb459c91
3
+ metadata.gz: bbce253d172873080c3b2fcacc54aa64cca4f1d6f0df841da5b45451b1a1245b
4
+ data.tar.gz: 1b2a2764279541defe769b10c17223218f01175126f7b0d721cbaba44ecf94aa
5
5
  SHA512:
6
- metadata.gz: ceccd47c46b0f94ee8808797a6da6ff093d8bd32be4baffac9b36204a5a39f4193f71ce6423b2592abad37880988f01cf98a654619cc233bf1b326a1f8198a8f
7
- data.tar.gz: c81792d06501bb4f41e4c7c9fb4d77f214eb841607a2f0a5ef1ef60177534f06c32963a35d90ab65763b6d2617914da0f057a6c16257684cff69c63baf7d76a9
6
+ metadata.gz: f92b726d8c310cc7c45e44f588d2913181fbe24b714415ff11157a52aed21e040a3d955d9f68a0d69f9fde77caca2387b52d42a48197e65b2fbc0482d3cd983b
7
+ data.tar.gz: 0d793b3e420825be2e2017e7969e35db7d15d5e09ae1ab455b7a99acd0f1815a33601f91fd94c576ba52dd7c6d89845827e992b0745b26cf059542cee28c099e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.15.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:launchwizard)
40
-
41
39
  module Aws::LaunchWizard
42
40
  # An API client for LaunchWizard. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1001,7 +999,7 @@ module Aws::LaunchWizard
1001
999
  tracer: tracer
1002
1000
  )
1003
1001
  context[:gem_name] = 'aws-sdk-launchwizard'
1004
- context[:gem_version] = '1.15.0'
1002
+ context[:gem_version] = '1.16.0'
1005
1003
  Seahorse::Client::Request.new(handlers, context)
1006
1004
  end
1007
1005
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:launchwizard)
15
+
14
16
  # This module provides support for AWS Launch Wizard. This module is available in the
15
17
  # `aws-sdk-launchwizard` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::LaunchWizard
52
54
  autoload :EndpointProvider, 'aws-sdk-launchwizard/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-launchwizard/endpoints'
54
56
 
55
- GEM_VERSION = '1.15.0'
57
+ GEM_VERSION = '1.16.0'
56
58
 
57
59
  end
58
60
 
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.15.0
4
+ version: 1.16.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core