aws-sdk-workspacesinstances 1.3.0 → 1.4.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: 00b03d18c6dd2b0f20472a2f94a8e303b499c20ee0bed1cae7acb938abe818e1
4
- data.tar.gz: 578826667ff38eb3f856b86a50cf5bc6a6ee58deb34203f72d18b83772d0298c
3
+ metadata.gz: 9ebeecccced57feb7bbd3922366220d9828982250823604730f9596bcf69c7d6
4
+ data.tar.gz: 8e08d597a9c33c359a1ccdbe0ee2d6052e5559633354628a7b13f4b198773e28
5
5
  SHA512:
6
- metadata.gz: e37d5af72f28334976c1cd873f923947ab1c9608db4a4028e17d0a806be2c2ec1b6f3b2d2abae6794d0a4ea58b563b5f4b6c0c6c1191d80151d0f7683b586e7a
7
- data.tar.gz: 455a07003d34943712f518783fd6c300938151811a87121b78f1b9f291943b7319ca6d796959cc12a41fb9315a9e41db131d71e0df85c2e316cd8079b59fbbe1
6
+ metadata.gz: 919297b146885b70ae39e54927a942ec9d7f8d978c499cd6024351721cca48388e5fa3576b126cafa306fd4938361be81235d9f6400ed033403024ba0e65ccbe
7
+ data.tar.gz: b79d7c58b07094a1edf7f79afe1c27a7d2dd49c55196661b9bb9bccff3d22f563058cf6a0c480f071f3bf9aaf917b79b9474a11919958d828c21632dad65ff2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2025-08-08)
5
+ ------------------
6
+
7
+ * Feature - Removed incorrect endpoint tests
8
+
4
9
  1.3.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.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.3.0'
1159
+ context[:gem_version] = '1.4.0'
1160
1160
  Seahorse::Client::Request.new(handlers, context)
1161
1161
  end
1162
1162
 
@@ -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.3.0'
58
+ GEM_VERSION = '1.4.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.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services