aws-sdk-sagemakerruntime 1.74.0 → 1.75.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: f2c0ecf376c381d993363721311457e939004623ce9d7224b79d27b82f91d73f
4
- data.tar.gz: 51fffd6db66add0d50725ad06266ca1df7d3a61d95640f10112dbf4b5d9a8428
3
+ metadata.gz: fa0c42bd8ee776652a28c84740edd7270286c1d1f2f9df2b401a35fd72347898
4
+ data.tar.gz: 4d2f21c696fd9ea8f215e24b2fa546e0115dd8c3bd544661b5fc6b1761799968
5
5
  SHA512:
6
- metadata.gz: 54980f1328df2bad1a9e196c5397ad64c0c4e2cef9d7c35143ab2d27e558c0891ac0302fbac6c220df89e961428e1a9fe8d8be4a1cf67ccbd326bb50a8093f4c
7
- data.tar.gz: 73c617308c6a4d472ffe950a5deceb7f73d5027e5fb84ef64e03fa6b54295431b3874985b3452c9305d3b0355726a174c9df23efeae9fbcd7e97682755ea5f78
6
+ metadata.gz: 4ac1988ab86e3482b0a4f2e93de149c5f9977374faa504754cd2d88455c86c04395c323c850f197b0630352c76cf216f48d55feded4ac8930da39aa719ead0bb
7
+ data.tar.gz: ccd675cc78125766b5569988e0745cbaffe0ec24a737930f677486aa68890fe43c82816d8a5bdff03b637a47b33a49ab1c88f73c15afe82fab85b93f3ca612cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakerruntime)
41
-
42
40
  module Aws::SageMakerRuntime
43
41
  # An API client for SageMakerRuntime. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -1075,7 +1073,7 @@ module Aws::SageMakerRuntime
1075
1073
  tracer: tracer
1076
1074
  )
1077
1075
  context[:gem_name] = 'aws-sdk-sagemakerruntime'
1078
- context[:gem_version] = '1.74.0'
1076
+ context[:gem_version] = '1.75.0'
1079
1077
  Seahorse::Client::Request.new(handlers, context)
1080
1078
  end
1081
1079
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakerruntime)
15
+
14
16
  # This module provides support for Amazon SageMaker Runtime. This module is available in the
15
17
  # `aws-sdk-sagemakerruntime` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::SageMakerRuntime
53
55
  autoload :Endpoints, 'aws-sdk-sagemakerruntime/endpoints'
54
56
  autoload :EventStreams, 'aws-sdk-sagemakerruntime/event_streams'
55
57
 
56
- GEM_VERSION = '1.74.0'
58
+ GEM_VERSION = '1.75.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-sagemakerruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.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