aws-sdk-docdb 1.105.0 → 1.106.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: 568843b7599aee325429812e404b67513403b706e6b131425a2a2d33841618c3
4
- data.tar.gz: 3f00fe55117560daddf6c06d0543fea4993ecca5a2943ad8c7fce606741b8af0
3
+ metadata.gz: 86c42c61f9b659faeb953fb8fcc13a6e46a4f4b6a809df9be54c9bff8c460e83
4
+ data.tar.gz: 1bd0cd60f8dc8cbb44848724a50a54972f6346dd1b6810c40e9ca2bd3bf8546a
5
5
  SHA512:
6
- metadata.gz: 1e93885bd10ca99301427a582944dd15a819482f768b255f5b7cee500ec8cc6ef3c37eb8f2a39695f148fceb7de06753029af42813309ea641653a7a85db1e9c
7
- data.tar.gz: da76d7be26122351a0a6d8f330155118eb602b1800739f70410e0c4cd0d4c962d8ff9a7f112ea58cc44c13daa3f880e70474fad3ac1fdfeac88c36434d7b9c85
6
+ metadata.gz: 9c801df76d3cb8ba5f9e9210f1a8d63014a9ae566bc328dc07c070a425d36789c7c0fce8e21f910623664b26c41b14ee442fe0385d1d06b0ce11f8df87f3cf77
7
+ data.tar.gz: fe9fc54c35f3f53cb181d6ba6d7067c7e45b8314675432da7aa0c4b5cbdb69909f7bdb2ebe931a316186de62cbeb8d39b25b6d53a09695f3719264535cc81ee9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2026-06-01)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.105.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -5976,7 +5976,7 @@ module Aws::DocDB
5976
5976
  tracer: tracer
5977
5977
  )
5978
5978
  context[:gem_name] = 'aws-sdk-docdb'
5979
- context[:gem_version] = '1.105.0'
5979
+ context[:gem_version] = '1.106.0'
5980
5980
  Seahorse::Client::Request.new(handlers, context)
5981
5981
  end
5982
5982
 
data/lib/aws-sdk-docdb.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::DocDB
55
55
  autoload :EndpointProvider, 'aws-sdk-docdb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-docdb/endpoints'
57
57
 
58
- GEM_VERSION = '1.105.0'
58
+ GEM_VERSION = '1.106.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-docdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services