aws-sdk-groundstation 1.85.0 → 1.86.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: 825bd391cd9b284ce9f5ff7714c5c5ecac1df19c1d017f574fce54c24730438a
4
- data.tar.gz: c5dd35c058d3cfe0953ca859d112c995764155d7dbc38c70c1a4641106a23b98
3
+ metadata.gz: 5ec356ac586a86823a1004ac1f42079f95ab8595c8a490572b51c5f2077fc86f
4
+ data.tar.gz: c73eb34a382d94e03ce067805ed8de3b7401a555d11ce2d6563ca735efa47e14
5
5
  SHA512:
6
- metadata.gz: f3c7b97586f09d4c164c89e9221c977cb83c902add55667fbb58b2676650b56b45957da4e84cffdec0d24d11a6413bd17ae5bdc24404685f7ee9002c6c4cd217
7
- data.tar.gz: 3c69195dea30d8c8310f5cbc8b9bd55028555512ef5bed5973fb3a53b7392a990288fcd503c7f0c04e76ee4e42b2d263bd5c462f0609141f2e8c349cf94ceeb6
6
+ metadata.gz: 9c7ee301ddcc2f09eabe6d22608ce60505e7382217c3d82810dd8d06814839dc27a406081e4a09446ee3ae4ae0b7a1f6aa5ef8e1156cdf5218437d824c470e78
7
+ data.tar.gz: 23500a87e8219206cbad3adaf59d891a82997347725133bde4541daee86ae7ae2626659c82140939f4775de1d445c9a70a69cfeee13d6c34d088e9057d99ae37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2026-05-28)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.85.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -3162,7 +3162,7 @@ module Aws::GroundStation
3162
3162
  tracer: tracer
3163
3163
  )
3164
3164
  context[:gem_name] = 'aws-sdk-groundstation'
3165
- context[:gem_version] = '1.85.0'
3165
+ context[:gem_version] = '1.86.0'
3166
3166
  Seahorse::Client::Request.new(handlers, context)
3167
3167
  end
3168
3168
 
@@ -55,7 +55,7 @@ module Aws::GroundStation
55
55
  autoload :EndpointProvider, 'aws-sdk-groundstation/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-groundstation/endpoints'
57
57
 
58
- GEM_VERSION = '1.85.0'
58
+ GEM_VERSION = '1.86.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-groundstation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services