aws-sdk-workspacesinstances 1.6.0 → 1.8.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: 5046d97243ddc62cdcd6fc72fe78ead288dcd8ff5755bad57b2938b664522524
4
+ data.tar.gz: 3bac92c63a1cb7b04d7b5f1a889284c3f945e6e48760c7f5a7b0c468c5509d31
5
5
  SHA512:
6
- metadata.gz: b04143b7a4c305a6293c874d363bf4d01fc867a890be462acfc9962e40925ca7249dc294f7d94929f2424c6f31797bb68875d4eda40916ae9065a6f5d91e67a2
7
- data.tar.gz: 6a9e3830ab23b973e99b01818d55aa47a30cf611434e0b4d2522fe7fde226369c97c60d77775f1f166011fd057901304273dfad71eeb21527e8b600dcef8be2f
6
+ metadata.gz: bcb4d38bdd71650271358f9939e482bb11a87d5a57aaf9740059a096def3952a3c18db0da9b4d520c4db4dcfa432242cd6d3436452dd3ea1ff5125355d447211
7
+ data.tar.gz: 0f7ac5d989acbd4cf2f262427df3da4297938205a2242b85c689afea0126be8f20f3924dc500ac8cc8e2ef90e7779467a80ef45afb691a0ef6287ade5ff8696b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.7.0 (2025-10-28)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.6.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.8.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.8.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.8.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.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement