aws-sdk-interconnect 1.2.0 → 1.3.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: 7fd8b1a84c6d1fa0cdaf2b1e0c824c63a1ecac0a461a938e475c9987e1360d9d
4
- data.tar.gz: 0a55f7066104c84cb6c802a40a1f25d5006ac31b5fd4b416fd0c0b0fd19a6f38
3
+ metadata.gz: f8071810b5552f7778625aa8b079f85110c6faa36c4f67ea09f2448754525cef
4
+ data.tar.gz: 0da46965bced6273911d33b75f57fc254018216b5249c74ebed66a6dec864738
5
5
  SHA512:
6
- metadata.gz: fc0fa67f58c0187345b5ab2c9347106127989ece0aeda8c354515110998a75150fd122e62a644253ee98b9a3f9b550617a8061427e9b15c63e459a57485fcbe5
7
- data.tar.gz: ee26d1ab799d7cb5eb3d876c4d35033fe3a9b53cf7144e525f2475f0bfd6e29c731fe2c813c4ee04a04959c04b8a96ce01e6d1ec5a4cfd68c61afae0deee43a4
6
+ metadata.gz: 8e4ff8309b48c5d49db8e9bd2f130a1d7e0a1dc856308ca7cc538c266ff4fbb65d9bd7cb2ec51faf5ee848ac2048d9d60a8cdd5bf3157ebb7ce37a94b9dd6ec6
7
+ data.tar.gz: 28b4c9f0db3d56d054218f94a0cf8a971757f619479423303443c2531b2a5e6804d4bf239c244d787324bac8e8cb6bf18631b1cec45239b273b9d9494b0fcbc2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.2.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -1665,7 +1665,7 @@ module Aws::Interconnect
1665
1665
  tracer: tracer
1666
1666
  )
1667
1667
  context[:gem_name] = 'aws-sdk-interconnect'
1668
- context[:gem_version] = '1.2.0'
1668
+ context[:gem_version] = '1.3.0'
1669
1669
  Seahorse::Client::Request.new(handlers, context)
1670
1670
  end
1671
1671
 
@@ -55,7 +55,7 @@ module Aws::Interconnect
55
55
  autoload :EndpointProvider, 'aws-sdk-interconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-interconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.2.0'
58
+ GEM_VERSION = '1.3.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-interconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services