aws-sdk-workspacesthinclient 1.36.0 → 1.37.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: 824507d1c018895c9e1db79d2f70e8c2b574eeecb87b261dc8604fee65655fd1
4
- data.tar.gz: 55e7df395d876d13967471189f590401e7321c22fb94268b2e6d83f36635aca9
3
+ metadata.gz: 5379d37ce42194484e8ef0b7d106d5e4b7d1361a4d89c0cd78d7463b68d85263
4
+ data.tar.gz: 4bf7390376e745ae6ced4f547312452d7f248485a50f43676289b3834edf2bbc
5
5
  SHA512:
6
- metadata.gz: fac928bea0fba174db4c5d0b6aea0969eba216afcfc86f285ea110c2200373a23a2a43b1e1a40a1be0df2f2b3620d0f575dd42b184f3c7b84c89ddd95a43b28c
7
- data.tar.gz: 63479bc6ad235058d34f1c44d518700c0df19488fa3680f78559bbd4750f77af942db8904ef4d2c02787fc9d6b86c1e24354cee3ff5d8b276a79c2891fa9eda6
6
+ metadata.gz: 168f96b062c2d984af9c5ad3719edc5de28f55b9088034350b804b1efc3e9cc6f233524b68ea307b122a042982dd113dfad3ed76254b3696e8cff04c2e035de9
7
+ data.tar.gz: 0565437c72fc211eb969d562d0f63b1e47ef49b158896439c6e73e0bbf498ea30563e4915244cb5eaa38f49862bb206fbb7439a686e4487830469b662e9d1fba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.36.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -1336,7 +1336,7 @@ module Aws::WorkSpacesThinClient
1336
1336
  tracer: tracer
1337
1337
  )
1338
1338
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1339
- context[:gem_version] = '1.36.0'
1339
+ context[:gem_version] = '1.37.0'
1340
1340
  Seahorse::Client::Request.new(handlers, context)
1341
1341
  end
1342
1342
 
@@ -13,22 +13,22 @@ module Aws::WorkSpacesThinClient
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.36.0'
57
+ GEM_VERSION = '1.37.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.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services