aws-sdk-migrationhub 1.64.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: ee92a9a6e6a90cdf9f929888e6dd96fe0a18f469ddfdc550b5e6606d86724e2b
4
- data.tar.gz: 2e30bb16f0b58d0f7c188e0bb190b94229176a87fda46ecf1db3092173923378
3
+ metadata.gz: 486c56aa600b62b91896c246bdd4e37156f01e70549168ef48a29a8c3b4c0efa
4
+ data.tar.gz: 89c2e0262f21778695b8139f32b6487cc3722db654e1e55a7ad8e48d3b4f2ec8
5
5
  SHA512:
6
- metadata.gz: 493001483e5e3f73cdf14c9501ba49dc3fef1523c0204179c38925e4e10e04298f5bfaacd593fa11cb32f40cb1c105ece98f6d29890f3532fb9e4416f2bdc869
7
- data.tar.gz: '0269436acfd1a7bd9ad1ab4fcfbf2ec1fef24bcd07650b414700ccfbb51dad3d64e24ccc41e764af0e7aeb67d87b8fd7fcadcd152f36bbb305f176d64bbb3527'
6
+ metadata.gz: '081737ce3952c3933c80984a337c69c36aa4073025de210551e63eb7c9fbc99e97dfc017bba28983d7b630533c7d8a89d513fd677b3fb6536169de43d60d42ea'
7
+ data.tar.gz: 428d7a6dcf5d48ceac93d3e68ba27e6f367725a776c4fd553cc0bdf41d2a92d681654d4db0875b88bf7143e258455d3be8b5aebab68af7fdd9f802c0acadd94e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.64.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.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.64.0'
1295
+ context[:gem_version] = '1.65.0'
1298
1296
  Seahorse::Client::Request.new(handlers, context)
1299
1297
  end
1300
1298
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:migrationhub)
15
+
14
16
  # This module provides support for AWS Migration Hub. This module is available in the
15
17
  # `aws-sdk-migrationhub` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::MigrationHub
52
54
  autoload :EndpointProvider, 'aws-sdk-migrationhub/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-migrationhub/endpoints'
54
56
 
55
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.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-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.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-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