aws-sdk-workspacesinstances 1.6.0 → 1.7.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: 876d188f795303418f9b4ce640d7bee039584d3f9f534516064978b66fc5f69b
4
- data.tar.gz: 76763f7717bd41e15869968fffc149e815a3a9020bd5d84ce850e0f35d579a1b
3
+ metadata.gz: 44456cee751c54642af86a6c552b0230e735f6c223adea4ddbf50668f8a9316e
4
+ data.tar.gz: 8367c5e64fec8848598ae54b905e061f2a9e516c7e85f638623c414914a97a43
5
5
  SHA512:
6
- metadata.gz: b04143b7a4c305a6293c874d363bf4d01fc867a890be462acfc9962e40925ca7249dc294f7d94929f2424c6f31797bb68875d4eda40916ae9065a6f5d91e67a2
7
- data.tar.gz: 6a9e3830ab23b973e99b01818d55aa47a30cf611434e0b4d2522fe7fde226369c97c60d77775f1f166011fd057901304273dfad71eeb21527e8b600dcef8be2f
6
+ metadata.gz: b2411e1e2d373c70a4700807d92ab6346fc7c46d040e005c5fd8fdecdaa113068bca913fc1e032bb8a3132f66439ef01340f32ffbebb2d643defdaaf6b409797
7
+ data.tar.gz: 6d5ac6e1885d8e6a60a86e377f664b82cca75850e88e9a19efefb485102d44dcf50050e0a0967f5eea7bf9b39f2f2cdebd93fa1519afd26482ca8b83b1344be7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.6.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -1156,7 +1156,7 @@ module Aws::WorkspacesInstances
1156
1156
  tracer: tracer
1157
1157
  )
1158
1158
  context[:gem_name] = 'aws-sdk-workspacesinstances'
1159
- context[:gem_version] = '1.6.0'
1159
+ context[:gem_version] = '1.7.0'
1160
1160
  Seahorse::Client::Request.new(handlers, context)
1161
1161
  end
1162
1162
 
@@ -13,17 +13,17 @@ module Aws::WorkspacesInstances
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -55,7 +55,7 @@ module Aws::WorkspacesInstances
55
55
  autoload :EndpointProvider, 'aws-sdk-workspacesinstances/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-workspacesinstances/endpoints'
57
57
 
58
- GEM_VERSION = '1.6.0'
58
+ GEM_VERSION = '1.7.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-workspacesinstances
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services