aws-sdk-migrationhubconfig 1.45.0 → 1.46.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: 4f56c5f1a33c0733735398869fa53797612c51510dda94b3993b2f14a702e6a3
4
- data.tar.gz: 37b6c96288d2cc117fc1483bf2b2a13f31606905c1ae86ec8210ac484b69c871
3
+ metadata.gz: b754e0208a72c490e813a1e37618e8d4dc3926bb741ab206cb8feb402050c11b
4
+ data.tar.gz: 24adc5cb9efa60be99f2ed1f34da80472bf56bf64995f8932a0bd5634f9ab9cb
5
5
  SHA512:
6
- metadata.gz: 26fde0f7c5f4bcb5b535b8d2e0e184a2182929435a611cad771e3810c0c41a5fda09ad1db1499930426ef57419958a23aa7430535c1f7e0a2b6e8fafa73d6f8c
7
- data.tar.gz: eb7cf22e2a0aaee05dbce7874e6dd7971a5c106365dd07eef33c4341bf5b8054c2a40f683bbf71d91ecbc573fbf337e8e6c5ef295202867c5a436e64e71b17c9
6
+ metadata.gz: 1e4c57840441ccf99bc811bd717d600c63fcc71acdeb713533e291b3746d1234cca71c80e786c0a98b85bf373be4b0b0dd7cd243432da7feec707ed1578ae1b1
7
+ data.tar.gz: a9f63c4bc1943ec63a662d782ccf7bef391c675803762073416aec06dc57a715683d3db312efcdf56523ef1da7b4867200e7d81b94e56499600688d552218c88
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.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(:migrationhubconfig)
40
-
41
39
  module Aws::MigrationHubConfig
42
40
  # An API client for MigrationHubConfig. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -630,7 +628,7 @@ module Aws::MigrationHubConfig
630
628
  tracer: tracer
631
629
  )
632
630
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
633
- context[:gem_version] = '1.45.0'
631
+ context[:gem_version] = '1.46.0'
634
632
  Seahorse::Client::Request.new(handlers, context)
635
633
  end
636
634
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:migrationhubconfig)
15
+
14
16
  # This module provides support for AWS Migration Hub Config. This module is available in the
15
17
  # `aws-sdk-migrationhubconfig` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::MigrationHubConfig
52
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubconfig/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-migrationhubconfig/endpoints'
54
56
 
55
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.46.0'
56
58
 
57
59
  end
58
60
 
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.45.0
4
+ version: 1.46.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-23 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