aws-sdk-workspaces 1.145.0 → 1.146.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: d761d7bad7d9886908fe1209e9e6bf2d9bfbc59ae3f87c8de4b5f98ee0fb870e
4
- data.tar.gz: 857a7c1f4315ae42bef75b2d0efc024ad6e6a912d9c189875e6281a6f5a76d60
3
+ metadata.gz: f1cd3edb80bd0e5ed51f9fb2e02313b67e246897864dbb7e1ea6509b093e6df7
4
+ data.tar.gz: 788b77574faaad255b49a6e09cd7847432b20dcebdbb8b3bd62b19221be361f5
5
5
  SHA512:
6
- metadata.gz: 42785a887b3d1fd6174c025f63124b31acd57f9afebbc6596db0c1e4bdabc0b346fe27a5f501c14ac80c858711976bd673cbf3aed3c734143509239c6f29eb7e
7
- data.tar.gz: 9b49e184ad93037b387f4564c7f4479bfc07171ea295f576aec79a64e2d15508490089b0d9bd51314a61219194a24923108fa6da5dcee849eb5fd68883e46be5
6
+ metadata.gz: a08de54c3a89b4a97cddb8553617435ec92c42adce3da1299c7332050d88a49cd8523a2e9b72a963a0249c6ea0b5f97fbbe969cd7ea739823eff50be396fb0a9
7
+ data.tar.gz: 7623e910cfa6cbebffb15f6068e7626490abebd66fd3b361ebcf68bbccc0ddc08b668ddf86647e03ae3889c5b86d624d032314ebbdd385894e8ad6d219d7434f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.146.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.145.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.145.0
1
+ 1.146.0
@@ -5044,7 +5044,7 @@ module Aws::WorkSpaces
5044
5044
  tracer: tracer
5045
5045
  )
5046
5046
  context[:gem_name] = 'aws-sdk-workspaces'
5047
- context[:gem_version] = '1.145.0'
5047
+ context[:gem_version] = '1.146.0'
5048
5048
  Seahorse::Client::Request.new(handlers, context)
5049
5049
  end
5050
5050
 
@@ -13,22 +13,22 @@ module Aws::WorkSpaces
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::WorkSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.145.0'
57
+ GEM_VERSION = '1.146.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-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.145.0
4
+ version: 1.146.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services