aws-sdk-migrationhub 1.63.0 → 1.65.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: db2dfe4b8d486c85221dcce81c7985ba7f344f20416316ce94239dd1324835a9
4
- data.tar.gz: d008d55e70caa1b41ac6c69a6f3d856ad0291a4319b86256170bd730da13cf82
3
+ metadata.gz: 486c56aa600b62b91896c246bdd4e37156f01e70549168ef48a29a8c3b4c0efa
4
+ data.tar.gz: 89c2e0262f21778695b8139f32b6487cc3722db654e1e55a7ad8e48d3b4f2ec8
5
5
  SHA512:
6
- metadata.gz: 49c9c5ed2e03fbda8ff5b126f32cad3489caa894852f5dd4d730a4ac197fed37c318a331888aafd963f858033d524eaa1c9c8c117d5f706a0bc529be769cda56
7
- data.tar.gz: 5f5db26362f02b4c2d75aaffb8015f4e2cc571989b829892b91be6c4b38751e8a03784236666e09e70fbd21e00bb392ff021b9ddcd0203eb7927f0f2cb69c337
6
+ metadata.gz: '081737ce3952c3933c80984a337c69c36aa4073025de210551e63eb7c9fbc99e97dfc017bba28983d7b630533c7d8a89d513fd677b3fb6536169de43d60d42ea'
7
+ data.tar.gz: 428d7a6dcf5d48ceac93d3e68ba27e6f367725a776c4fd553cc0bdf41d2a92d681654d4db0875b88bf7143e258455d3be8b5aebab68af7fdd9f802c0acadd94e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.64.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.63.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.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/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:migrationhub)
40
-
41
39
  module Aws::MigrationHub
42
40
  # An API client for MigrationHub. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1294,7 +1292,7 @@ module Aws::MigrationHub
1294
1292
  tracer: tracer
1295
1293
  )
1296
1294
  context[:gem_name] = 'aws-sdk-migrationhub'
1297
- context[:gem_version] = '1.63.0'
1295
+ context[:gem_version] = '1.65.0'
1298
1296
  Seahorse::Client::Request.new(handlers, context)
1299
1297
  end
1300
1298
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::MigrationHub
11
12
  # @api private
12
13
  module ClientApi
@@ -1028,3 +1028,4 @@ module Aws::MigrationHub
1028
1028
 
1029
1029
  end
1030
1030
  end
1031
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-migrationhub/types'
15
- require_relative 'aws-sdk-migrationhub/client_api'
16
- require_relative 'aws-sdk-migrationhub/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-migrationhub/client'
18
- require_relative 'aws-sdk-migrationhub/errors'
19
- require_relative 'aws-sdk-migrationhub/resource'
20
- require_relative 'aws-sdk-migrationhub/endpoint_parameters'
21
- require_relative 'aws-sdk-migrationhub/endpoint_provider'
22
- require_relative 'aws-sdk-migrationhub/endpoints'
23
- require_relative 'aws-sdk-migrationhub/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:migrationhub)
24
15
 
25
16
  # This module provides support for AWS Migration Hub. This module is available in the
26
17
  # `aws-sdk-migrationhub` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-migrationhub/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::MigrationHub
45
+ autoload :Types, 'aws-sdk-migrationhub/types'
46
+ autoload :ClientApi, 'aws-sdk-migrationhub/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-migrationhub/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-migrationhub/client'
51
+ autoload :Errors, 'aws-sdk-migrationhub/errors'
52
+ autoload :Resource, 'aws-sdk-migrationhub/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-migrationhub/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-migrationhub/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-migrationhub/endpoints'
54
56
 
55
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.65.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-migrationhub/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core