aws-sdk-migrationhubrefactorspaces 1.23.0 → 1.24.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: a6c877937997bef660d18bb1bf15abaaaac6bef6b02de7de5e11682f7d179edd
4
- data.tar.gz: 31a89a4b422ed96e002245a8c0e3ee0d8cc743bf7c289bf82cf33ac3ad8bd91c
3
+ metadata.gz: 8072cd5e261e29158fdf491134540db9f93f9665ec42daf34032300ee6915d1e
4
+ data.tar.gz: e0f977e93bf028818664b797cb4a87a89517a8a006dfe2e583e921d06671811b
5
5
  SHA512:
6
- metadata.gz: 3f45be588e65de3f59f41fd2635b9c781d44be701bd34e9ed6d068b321e2c9f6fe056b2c7f10ac546face64e61833af2942de16756f590737001486984f75f9c
7
- data.tar.gz: b52cfcb4e24045390ae3266c10f13e0efe9fe178ed7812bff6ec35ea821fcde8178bb9c8ce384e706a5c603e2bdcf0373619e21a029d48029ed9cb297633bd0f
6
+ metadata.gz: d1f9cdccd48a35e3157cbe4e8bf79a0e3aba002cffb675fc935afb38a1856d456eeb0caad799acb6cd6e37cac692b11c5063e0b9ce44012ab4dcfe6299049c18
7
+ data.tar.gz: c2f1a2699daa58dcbd5bc43eafeb8b8708417ff149c1f12a021812af84f774d86dc0316932cec278a048eb89b3c0ea0f62e674146d5f37057c6ad77ea7eaa3fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -301,8 +301,9 @@ module Aws::MigrationHubRefactorSpaces
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
  #
@@ -1971,7 +1972,7 @@ module Aws::MigrationHubRefactorSpaces
1971
1972
  params: params,
1972
1973
  config: config)
1973
1974
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1974
- context[:gem_version] = '1.23.0'
1975
+ context[:gem_version] = '1.24.0'
1975
1976
  Seahorse::Client::Request.new(handlers, context)
1976
1977
  end
1977
1978
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubRefactorSpaces
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubrefactorspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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