aws-sdk-workspacesweb 1.48.0 → 1.49.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: 0d5a0e418b5f66abe1c26d2264b510c9ce7cc5d936a75fda84fe7b859d3f7ef6
4
- data.tar.gz: 46e3eea63f8c4c40526746575f1ac1fdb2004db2754600aaa7f50f18e061b970
3
+ metadata.gz: 1f8a4e091102ee683ac63d548af5ca62a8aa3268ab366f180d72bf63c08bc7ad
4
+ data.tar.gz: 9a0aa9ce33c370ea39b835f942efa70267934327b0f5387967225b3ff6aed1a2
5
5
  SHA512:
6
- metadata.gz: cf4e20557a3282a30b04b50bd05be71fef509a04fe4a84f6f3bbc2efaaa2c18781fcda7738e7967efc68c5df54b1b12e887ae03839256406083952a7b67f98fd
7
- data.tar.gz: cd615c8b08e67d225ff5d951e6437e1abc4e0a47cf72c779c6dfe78a5108634a30b06884f811c14a7f5825a272e5927d90c86fde21a3ca8f4dd19d12c89ad547
6
+ metadata.gz: f70e274a4eb5e1e9fe9bc5904fb72a2f15fd9e2e7ae36cccfcbe1add5180645df2d81573e9b35bacfeddb239f76f4c7ac8397601ded00f92acef5ee9825c620e
7
+ data.tar.gz: 43bcfb238945548f71d7f769fe36b5f0c2c72722fccb28b5ae825e1e0bc2119d3c477ae07af31a9d1d82f50f04cb7f489d27f38dab814e6dd30d8abf5ff03d35
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.48.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -4337,7 +4337,7 @@ module Aws::WorkSpacesWeb
4337
4337
  tracer: tracer
4338
4338
  )
4339
4339
  context[:gem_name] = 'aws-sdk-workspacesweb'
4340
- context[:gem_version] = '1.48.0'
4340
+ context[:gem_version] = '1.49.0'
4341
4341
  Seahorse::Client::Request.new(handlers, context)
4342
4342
  end
4343
4343
 
@@ -13,22 +13,22 @@ module Aws::WorkSpacesWeb
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,
@@ -55,7 +55,7 @@ module Aws::WorkSpacesWeb
55
55
  autoload :EndpointProvider, 'aws-sdk-workspacesweb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-workspacesweb/endpoints'
57
57
 
58
- GEM_VERSION = '1.48.0'
58
+ GEM_VERSION = '1.49.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-workspacesweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services