aws-sdk-migrationhubrefactorspaces 1.32.0 → 1.33.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: 6b6950c21c2343c3c217eda7a2df8b287822236c300cd6350fdce6c38fe68f62
4
- data.tar.gz: 9b079ae95c607ff980a873a84dc959700ae72191e947a4ab170e35d5b04c032c
3
+ metadata.gz: 05a6026e3cff8e5c9161ada08f9d8be838c039d4f9198655a6e6ab1ebf8b651a
4
+ data.tar.gz: a3f27783bd545fd8c00bc1466328eae8bceb9042f28e72e8c9ef137193cb0477
5
5
  SHA512:
6
- metadata.gz: '08aafdb4761ba90f7b14a2bf220cd762fd83ea283b929940e4f0bf32400497958a633850d18c48be57d3a529a87cb79b2dd740f64c322a0768b8fc9223745cb8'
7
- data.tar.gz: 7788671ac94fe208ffb71ff1280a5a21099e9b02c14d5b07fa4c7d6cdd4e0203947da88e770013afa2f3ffff197b955cefe0fe0824348940ac795298509906cb
6
+ metadata.gz: 7c0b404aa77ae238f0c876e8bc7d66d0aa2ef232cb63de235ea263ed61b8e2c7cee01d19da2cf820623e8daf48139c778b37b4273830d320f69d0657039a86f8
7
+ data.tar.gz: f17e8fddd916eae21640bae531303680d52161613ca75ffc398109c241973a30766727b37e32c601a608110698ee2892295f6b8ceb94a11b4095fc02d96013c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.32.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -2013,7 +2013,7 @@ module Aws::MigrationHubRefactorSpaces
2013
2013
  tracer: tracer
2014
2014
  )
2015
2015
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
2016
- context[:gem_version] = '1.32.0'
2016
+ context[:gem_version] = '1.33.0'
2017
2017
  Seahorse::Client::Request.new(handlers, context)
2018
2018
  end
2019
2019
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::MigrationHubRefactorSpaces
11
12
  # @api private
12
13
  module ClientApi
@@ -2533,3 +2533,4 @@ module Aws::MigrationHubRefactorSpaces
2533
2533
 
2534
2534
  end
2535
2535
  end
2536
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-migrationhubrefactorspaces/types'
15
- require_relative 'aws-sdk-migrationhubrefactorspaces/client_api'
16
- require_relative 'aws-sdk-migrationhubrefactorspaces/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-migrationhubrefactorspaces/client'
18
- require_relative 'aws-sdk-migrationhubrefactorspaces/errors'
19
- require_relative 'aws-sdk-migrationhubrefactorspaces/resource'
20
- require_relative 'aws-sdk-migrationhubrefactorspaces/endpoint_parameters'
21
- require_relative 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
22
- require_relative 'aws-sdk-migrationhubrefactorspaces/endpoints'
23
- require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
24
-
25
14
  # This module provides support for AWS Migration Hub Refactor Spaces. This module is available in the
26
15
  # `aws-sdk-migrationhubrefactorspaces` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::MigrationHubRefactorSpaces
43
+ autoload :Types, 'aws-sdk-migrationhubrefactorspaces/types'
44
+ autoload :ClientApi, 'aws-sdk-migrationhubrefactorspaces/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-migrationhubrefactorspaces/client'
49
+ autoload :Errors, 'aws-sdk-migrationhubrefactorspaces/errors'
50
+ autoload :Resource, 'aws-sdk-migrationhubrefactorspaces/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-migrationhubrefactorspaces/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
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.32.0
4
+ version: 1.33.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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core