aws-sdk-launchwizard 1.4.0 → 1.5.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: a334998f64e44f3aad6d9330a0c28e5709e56d5063dbbb5e839041e622282edf
4
- data.tar.gz: e31410ce2d0782b8eb27462132f0bfaeb3578121b9b1f30d3d9b160b82969a9b
3
+ metadata.gz: 5ca22691f0a97e2a45a56d6169d7dce2d84c271d51173d2ae67b0a63903890bf
4
+ data.tar.gz: 1c1c4a0044eec2ef188eaf12dc4d7635a5abf21b3b7c247a690f02016f03a229
5
5
  SHA512:
6
- metadata.gz: 5576d9ef6b0cd515f90bdd0e9bedd1736900da859f68b6156b775934c829da00b84b9e1b5feb44a55c9b284c0a6f25f079c9eca0b7dfbab1e9259013d2887bcb
7
- data.tar.gz: 8108891b1aa87bf7fca31215bff227cdc1d0390ea620cd48a3e01966d5c0c3876060ab4d09012df2cd641ba935d2192b976b2bcb6b0a550e6e5c12f80c5aab95
6
+ metadata.gz: 1103efe933cfcca1b45457c1d4642a6e6bceeb15332da05bf170fa6e7803b1c9875fdc8ffdd5f9b956f390c107255573299217497df14d162c33c0c2480c1749
7
+ data.tar.gz: e3688c24d9fd921f3c724d03ff99cb27d8d66fe05a7b7826dc412a7ce34b910878c31d7e2d706a1207dee7f875bbd07082daa5b0615ba821ccc0e8135c5fb922
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.4.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -301,8 +301,9 @@ module Aws::LaunchWizard
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -792,7 +793,7 @@ module Aws::LaunchWizard
792
793
  params: params,
793
794
  config: config)
794
795
  context[:gem_name] = 'aws-sdk-launchwizard'
795
- context[:gem_version] = '1.4.0'
796
+ context[:gem_version] = '1.5.0'
796
797
  Seahorse::Client::Request.new(handlers, context)
797
798
  end
798
799
 
@@ -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.4.0'
55
+ GEM_VERSION = '1.5.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.4.0
4
+ version: 1.5.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core