aws-sdk-workspacesthinclient 1.45.0 → 1.46.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: 18e3c1ef598007629e6775d06aa464f70873669c67315f1772ca3c5339628f5a
4
- data.tar.gz: c2a1daf1897dc2cc69973b5be88c584fd61e7dae91f61f506daee48036e2cb11
3
+ metadata.gz: 96600f428d525537460b6f8d7dafe38050011c472fea5b86fb27e41c1bbac6ed
4
+ data.tar.gz: 73e41bf8de1c48add07cf495c1cc3cccd614386fb74f3be207519a157ee6f95a
5
5
  SHA512:
6
- metadata.gz: d6a03c6bc733cf0c1da52d1896cd88055f61134c5e31d84f85aaf78de9ef91ae2746b2325e73826e91def31c4ece3229e406ccb01542a0dab3d65b1480105194
7
- data.tar.gz: da7b2ef46b3202366cbf5ae6d265fc2f09bbf9bfff3f0f3d9699ba50ad1da88633b2b7fd8efe6b4f8ce0621aa1ff0cc6b6e10cf7276892d78a9838056a0d85a8
6
+ metadata.gz: 9a412c20f968aff301d2271ac1628cf3e9ae658dd72de2564b0df9deb2c375d63059d36f25ef94cc87a950c1c1a156464b457acc994f3ad407f269375f774537
7
+ data.tar.gz: f7ce6a8906d3e3d5c05d0f91e3e38419a9f5b13cf10f3a5cd179fbb36edb7726d096001796c97dc1bedd0f1adf24ac6a18335477927adeabbd7f80749230425c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2026-05-26)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.45.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -1334,7 +1334,7 @@ module Aws::WorkSpacesThinClient
1334
1334
  tracer: tracer
1335
1335
  )
1336
1336
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1337
- context[:gem_version] = '1.45.0'
1337
+ context[:gem_version] = '1.46.0'
1338
1338
  Seahorse::Client::Request.new(handlers, context)
1339
1339
  end
1340
1340
 
@@ -54,7 +54,7 @@ module Aws::WorkSpacesThinClient
54
54
  autoload :EndpointProvider, 'aws-sdk-workspacesthinclient/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspacesthinclient/endpoints'
56
56
 
57
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.46.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesthinclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services