aws-sdk-migrationhub 1.63.0 → 1.64.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: ee92a9a6e6a90cdf9f929888e6dd96fe0a18f469ddfdc550b5e6606d86724e2b
4
+ data.tar.gz: 2e30bb16f0b58d0f7c188e0bb190b94229176a87fda46ecf1db3092173923378
5
5
  SHA512:
6
- metadata.gz: 49c9c5ed2e03fbda8ff5b126f32cad3489caa894852f5dd4d730a4ac197fed37c318a331888aafd963f858033d524eaa1c9c8c117d5f706a0bc529be769cda56
7
- data.tar.gz: 5f5db26362f02b4c2d75aaffb8015f4e2cc571989b829892b91be6c4b38751e8a03784236666e09e70fbd21e00bb392ff021b9ddcd0203eb7927f0f2cb69c337
6
+ metadata.gz: 493001483e5e3f73cdf14c9501ba49dc3fef1523c0204179c38925e4e10e04298f5bfaacd593fa11cb32f40cb1c105ece98f6d29890f3532fb9e4416f2bdc869
7
+ data.tar.gz: '0269436acfd1a7bd9ad1ab4fcfbf2ec1fef24bcd07650b414700ccfbb51dad3d64e24ccc41e764af0e7aeb67d87b8fd7fcadcd152f36bbb305f176d64bbb3527'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -1294,7 +1294,7 @@ module Aws::MigrationHub
1294
1294
  tracer: tracer
1295
1295
  )
1296
1296
  context[:gem_name] = 'aws-sdk-migrationhub'
1297
- context[:gem_version] = '1.63.0'
1297
+ context[:gem_version] = '1.64.0'
1298
1298
  Seahorse::Client::Request.new(handlers, context)
1299
1299
  end
1300
1300
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for AWS Migration Hub. This module is available in the
26
15
  # `aws-sdk-migrationhub` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-migrationhub/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::MigrationHub
43
+ autoload :Types, 'aws-sdk-migrationhub/types'
44
+ autoload :ClientApi, 'aws-sdk-migrationhub/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-migrationhub/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-migrationhub/client'
49
+ autoload :Errors, 'aws-sdk-migrationhub/errors'
50
+ autoload :Resource, 'aws-sdk-migrationhub/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-migrationhub/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-migrationhub/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-migrationhub/endpoints'
54
54
 
55
- GEM_VERSION = '1.63.0'
55
+ GEM_VERSION = '1.64.0'
56
56
 
57
57
  end
58
+
59
+ 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.64.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