aws-sdk-medicalimaging 1.20.0 → 1.21.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: b8f87e6185e0c98c6718db47e4447787fcd75d36b4dad9f1cf5f1a16b58028fd
4
- data.tar.gz: f05422dee163f1bc2588cb642cd1a59dee2f4fd205d9b81aeb66164bb21abf41
3
+ metadata.gz: 3a06de6629d418b4ea720ec1112ad3b49cf0cfa00ca01216ec712ef29d23c1ec
4
+ data.tar.gz: 4521b6f02aeb186dff98813f15599eb05d1bc2eae44ccaea851a56128b45f4ac
5
5
  SHA512:
6
- metadata.gz: 542ac5457ed81ae39254334e040d125896b9d1d254352855897e7a65b5db193631f42c7c4cf7c4cdc8000766bd9e4455b2701476cf065c681529d084214eaa35
7
- data.tar.gz: 874b56bba3ac7042145f1afc60e10c524491f4cfed42b9fe06008a9b2f3177a676958de1248ba9699f4ce74785ec94b2317b34ea5a0b5e4ee951be6b825e19f6
6
+ metadata.gz: 0a5e56a799f06c4bd8381036d071edb70eeb528c228564d961127891e026ec04e8c206b50375786ed58c572dfc2b5dd18400fbf8bdae2a77dd4aaee93af4aead
7
+ data.tar.gz: 2808a6313e5eb34e6da302b771758fa3687353f8aa9284e65d4d06a5529682ad96fd5544de35f235531a6c850191510cd97628339161f7fb9627284e774e16b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.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.20.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.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(:medicalimaging)
40
-
41
39
  module Aws::MedicalImaging
42
40
  # An API client for MedicalImaging. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1362,7 +1360,7 @@ module Aws::MedicalImaging
1362
1360
  tracer: tracer
1363
1361
  )
1364
1362
  context[:gem_name] = 'aws-sdk-medicalimaging'
1365
- context[:gem_version] = '1.20.0'
1363
+ context[:gem_version] = '1.21.0'
1366
1364
  Seahorse::Client::Request.new(handlers, context)
1367
1365
  end
1368
1366
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:medicalimaging)
15
+
14
16
  # This module provides support for AWS Health Imaging. This module is available in the
15
17
  # `aws-sdk-medicalimaging` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::MedicalImaging
53
55
  autoload :EndpointProvider, 'aws-sdk-medicalimaging/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-medicalimaging/endpoints'
55
57
 
56
- GEM_VERSION = '1.20.0'
58
+ GEM_VERSION = '1.21.0'
57
59
 
58
60
  end
59
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medicalimaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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