aws-sdk-mgn 1.41.0 → 1.42.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: a1c79568dbab4a3f4962ef9aa1b6eaaf4c4335ecda122c0144a7c33e36239796
4
- data.tar.gz: de5cb6e467d2ae115679fa7626992c610bb3ed415b4e84891c3ba827c8ef2aae
3
+ metadata.gz: '092bcc2231474b8b5b4c5b6da4590674f9498e5d5fd77152f357d00c6a3fa4af'
4
+ data.tar.gz: 26cd77acc7e766b4e0d6fb113d58abefd6d060a135aec307b793099e65e5d38e
5
5
  SHA512:
6
- metadata.gz: 163751c9400072dc46a624b99544d5041a66552fba4c568f46e2f5a0867e36f42d41c393977fd527d17f0f13819bd78e9fd729b9e71172f0f33740e7f97ef0c8
7
- data.tar.gz: cdb2ab3c0b356d975d570e2757b53307143aaff8b6a93080cc9d0be4532be51f3792905b71c8a28211e4c24b2160100a48f36022442cdc0ef3cc8796e9f6af38
6
+ metadata.gz: 1ffa3a47b6af10f53b7513d11655c9d9b85d371bfcb19b64201c9cdc482a921692bc5d21c808aeee29e7a8f8631d10d13f9fb5b04226e745f11527932e0865d3
7
+ data.tar.gz: e181450f4b17b16d760d152b5d97d59f02ae8028bdf510a94155497d5371c5e31e054a0089947111bdc977772e5d713e43a18fcff95256d7b7bff66a8f5b1ee5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.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/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:mgn)
40
-
41
39
  module Aws::Mgn
42
40
  # An API client for Mgn. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -5308,7 +5306,7 @@ module Aws::Mgn
5308
5306
  tracer: tracer
5309
5307
  )
5310
5308
  context[:gem_name] = 'aws-sdk-mgn'
5311
- context[:gem_version] = '1.41.0'
5309
+ context[:gem_version] = '1.42.0'
5312
5310
  Seahorse::Client::Request.new(handlers, context)
5313
5311
  end
5314
5312
 
data/lib/aws-sdk-mgn.rb CHANGED
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:mgn)
15
+
14
16
  # This module provides support for Application Migration Service. This module is available in the
15
17
  # `aws-sdk-mgn` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Mgn
52
54
  autoload :EndpointProvider, 'aws-sdk-mgn/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-mgn/endpoints'
54
56
 
55
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.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-mgn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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