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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-launchwizard/client.rb +1 -3
- data/lib/aws-sdk-launchwizard.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbce253d172873080c3b2fcacc54aa64cca4f1d6f0df841da5b45451b1a1245b
|
|
4
|
+
data.tar.gz: 1b2a2764279541defe769b10c17223218f01175126f7b0d721cbaba44ecf94aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f92b726d8c310cc7c45e44f588d2913181fbe24b714415ff11157a52aed21e040a3d955d9f68a0d69f9fde77caca2387b52d42a48197e65b2fbc0482d3cd983b
|
|
7
|
+
data.tar.gz: 0d793b3e420825be2e2017e7969e35db7d15d5e09ae1ab455b7a99acd0f1815a33601f91fd94c576ba52dd7c6d89845827e992b0745b26cf059542cee28c099e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1002
|
+
context[:gem_version] = '1.16.0'
|
|
1005
1003
|
Seahorse::Client::Request.new(handlers, context)
|
|
1006
1004
|
end
|
|
1007
1005
|
|
data/lib/aws-sdk-launchwizard.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|