aws-sdk-migrationhubconfig 1.44.0 → 1.45.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: fc412618dd74145a4984cdbf492f8c292f223fe4727f40d56ba59859a91d37b8
4
- data.tar.gz: 92e5835c30825f62ec436fcfc055a8628990a65545b6267f782bb59b476f877e
3
+ metadata.gz: 4f56c5f1a33c0733735398869fa53797612c51510dda94b3993b2f14a702e6a3
4
+ data.tar.gz: 37b6c96288d2cc117fc1483bf2b2a13f31606905c1ae86ec8210ac484b69c871
5
5
  SHA512:
6
- metadata.gz: 12331748f1511db3c3cee83032286cafbdd9f5331bf6b31c98ff6cd99ae89f908827fa563e49e22307d1ce45595e092b24cadba2bfc30ded70f2d91ca29b239d
7
- data.tar.gz: abe4798328363984cff3b54ba7459b19b18e9c0d7bfcfc61d905eb077017b40f60a2f783acd9205940637221c44784c3173cb329517cc21ed8583b4a6ee44c7b
6
+ metadata.gz: 26fde0f7c5f4bcb5b535b8d2e0e184a2182929435a611cad771e3810c0c41a5fda09ad1db1499930426ef57419958a23aa7430535c1f7e0a2b6e8fafa73d6f8c
7
+ data.tar.gz: eb7cf22e2a0aaee05dbce7874e6dd7971a5c106365dd07eef33c4341bf5b8054c2a40f683bbf71d91ecbc573fbf337e8e6c5ef295202867c5a436e64e71b17c9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.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.44.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -630,7 +630,7 @@ module Aws::MigrationHubConfig
630
630
  tracer: tracer
631
631
  )
632
632
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
633
- context[:gem_version] = '1.44.0'
633
+ context[:gem_version] = '1.45.0'
634
634
  Seahorse::Client::Request.new(handlers, context)
635
635
  end
636
636
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::MigrationHubConfig
11
12
  # @api private
12
13
  module ClientApi
@@ -288,3 +288,4 @@ module Aws::MigrationHubConfig
288
288
 
289
289
  end
290
290
  end
291
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-migrationhubconfig/types'
15
- require_relative 'aws-sdk-migrationhubconfig/client_api'
16
- require_relative 'aws-sdk-migrationhubconfig/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-migrationhubconfig/client'
18
- require_relative 'aws-sdk-migrationhubconfig/errors'
19
- require_relative 'aws-sdk-migrationhubconfig/resource'
20
- require_relative 'aws-sdk-migrationhubconfig/endpoint_parameters'
21
- require_relative 'aws-sdk-migrationhubconfig/endpoint_provider'
22
- require_relative 'aws-sdk-migrationhubconfig/endpoints'
23
- require_relative 'aws-sdk-migrationhubconfig/customizations'
24
-
25
14
  # This module provides support for AWS Migration Hub Config. This module is available in the
26
15
  # `aws-sdk-migrationhubconfig` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-migrationhubconfig/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::MigrationHubConfig
43
+ autoload :Types, 'aws-sdk-migrationhubconfig/types'
44
+ autoload :ClientApi, 'aws-sdk-migrationhubconfig/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-migrationhubconfig/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-migrationhubconfig/client'
49
+ autoload :Errors, 'aws-sdk-migrationhubconfig/errors'
50
+ autoload :Resource, 'aws-sdk-migrationhubconfig/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-migrationhubconfig/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-migrationhubconfig/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-migrationhubconfig/endpoints'
54
54
 
55
- GEM_VERSION = '1.44.0'
55
+ GEM_VERSION = '1.45.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-migrationhubconfig/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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