aws-sdk-sagemakerruntimehttp2 1.6.0 → 1.7.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: e8bbfb5a06e6cd2535ddbbf6e374e2c06876b59ae803d6ff885c210822c04707
4
- data.tar.gz: 8b30f5abddb70ff6394d71ce5d813ce2887daf7ad557733b4b402de3fe500569
3
+ metadata.gz: f8bcac7a3c9bd29d0c6a397bfc99aa5368db9d5d63659695e5221719be042e67
4
+ data.tar.gz: ee3cc32c3c42a9b56b738280f1eadd0f92146e4110bb9242a549596880147ec7
5
5
  SHA512:
6
- metadata.gz: 460dcb6ab08aecab46823448f00517698a5ec9b843f19c06370eb01b40c9582e85abd92ec5dbbd548fbb6ed0448d1fcfcb32c2428b573f0f3d60a02da9ba5ac9
7
- data.tar.gz: e96625d0e780629b39f19ed4d16acbbf22dabe2a93c2d3e87a3340ae8957ccd45a2108a9eac50587dc5fc619a695aaf9f8af70bc9c51dfad8c20af161c783208
6
+ metadata.gz: 389f89f7e9c230aeda5200bb11b48396693ad50f905d9fe0e7974c9864e5255647fe22f88b0961c4dd4bc77d316dfc72748fad06a8b6532efa93f31b267d4d3e
7
+ data.tar.gz: 9acb2d6903b8768f3addab469f254779e0c8cd9ef18cfb4412dac7f097ced65461ba5cec8393bc6ebba89925357693cdff4b318485516a8e32a52a55b0163bf4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.6.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -626,7 +626,7 @@ module Aws::SageMakerRuntimeHTTP2
626
626
  tracer: tracer
627
627
  )
628
628
  context[:gem_name] = 'aws-sdk-sagemakerruntimehttp2'
629
- context[:gem_version] = '1.6.0'
629
+ context[:gem_version] = '1.7.0'
630
630
  Seahorse::Client::Request.new(handlers, context)
631
631
  end
632
632
 
@@ -59,7 +59,7 @@ module Aws::SageMakerRuntimeHTTP2
59
59
  autoload :AsyncClient, 'aws-sdk-sagemakerruntimehttp2/async_client'
60
60
  autoload :EventStreams, 'aws-sdk-sagemakerruntimehttp2/event_streams'
61
61
 
62
- GEM_VERSION = '1.6.0'
62
+ GEM_VERSION = '1.7.0'
63
63
 
64
64
  end
65
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakerruntimehttp2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services