aws-sdk-workspaces 1.154.0 → 1.156.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: 9e1b63468de2a3bbbabfaf24360728c2bc8c12318e353583186412b49102643e
4
- data.tar.gz: 2e9453c4ee9f28fd9974a9eb960df6919e9a1c3de882fcc46150387d43d76fbd
3
+ metadata.gz: 6aaa1b9dcf4eaab5543fbe0d010001edf5b3c25b1c3a2c5e7458f4d891bc77cc
4
+ data.tar.gz: 35c6029b6efcec0b2f1e79349590e593109b26583e53fc1bf47dc8de4f4ac0e8
5
5
  SHA512:
6
- metadata.gz: db54a5ce5d24e5eac8eab8a1d7547b3c1481d872669632d34f321373052ec606dbeb7a1d15b8d516d1f10f840a7c10e7f03f774a4b1b143cff95f0d2afd4f46d
7
- data.tar.gz: 04015de314c5ddee1b8d1d0e16dce8013c333425090de78ede433ee304de7b0d84d04427c1e2645dae1a6e3b3944f7a6619018004fb521f87c7d0aca73258af7
6
+ metadata.gz: fe5927d47601ab0310a4d9668ac1d66ee321b1fe1858dcfb6e58bd33fae3fb887ee47e19cfe7bc236da7054e59e19aff44cc3b10459e35f3b0921fa22b1ec099
7
+ data.tar.gz: 570f787747c7d2281505a2a2e28c414b774d95bfffc113a4e795b34fe784ff6098315babf65b7d34031125c1b95ccb4e1fe66a3bf810d06364393f20ac98381e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.156.0 (2026-04-27)
5
+ ------------------
6
+
7
+ * Feature - Added support for Protocol as modified resource and added update failure as modification state
8
+
9
+ 1.155.0 (2026-03-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.154.0 (2026-03-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.154.0
1
+ 1.156.0
@@ -1364,8 +1364,8 @@ module Aws::WorkSpaces
1364
1364
  # resp.pending_requests[0].workspace_properties.global_accelerator.mode #=> String, one of "ENABLED_AUTO", "DISABLED", "INHERITED"
1365
1365
  # resp.pending_requests[0].workspace_properties.global_accelerator.preferred_protocol #=> String, one of "TCP", "NONE", "INHERITED"
1366
1366
  # resp.pending_requests[0].modification_states #=> Array
1367
- # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1368
- # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
1367
+ # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE", "PROTOCOL"
1368
+ # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED"
1369
1369
  # resp.pending_requests[0].related_workspaces #=> Array
1370
1370
  # resp.pending_requests[0].related_workspaces[0].workspace_id #=> String
1371
1371
  # resp.pending_requests[0].related_workspaces[0].region #=> String
@@ -2926,8 +2926,8 @@ module Aws::WorkSpaces
2926
2926
  # resp.workspaces[0].workspace_properties.global_accelerator.mode #=> String, one of "ENABLED_AUTO", "DISABLED", "INHERITED"
2927
2927
  # resp.workspaces[0].workspace_properties.global_accelerator.preferred_protocol #=> String, one of "TCP", "NONE", "INHERITED"
2928
2928
  # resp.workspaces[0].modification_states #=> Array
2929
- # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
2930
- # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
2929
+ # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE", "PROTOCOL"
2930
+ # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED"
2931
2931
  # resp.workspaces[0].related_workspaces #=> Array
2932
2932
  # resp.workspaces[0].related_workspaces[0].workspace_id #=> String
2933
2933
  # resp.workspaces[0].related_workspaces[0].region #=> String
@@ -5054,7 +5054,7 @@ module Aws::WorkSpaces
5054
5054
  tracer: tracer
5055
5055
  )
5056
5056
  context[:gem_name] = 'aws-sdk-workspaces'
5057
- context[:gem_version] = '1.154.0'
5057
+ context[:gem_version] = '1.156.0'
5058
5058
  Seahorse::Client::Request.new(handlers, context)
5059
5059
  end
5060
5060
 
@@ -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.154.0'
57
+ GEM_VERSION = '1.156.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -1107,8 +1107,8 @@ module Aws::WorkSpaces
1107
1107
  end
1108
1108
 
1109
1109
  class ModificationState
1110
- attr_accessor resource: ("ROOT_VOLUME" | "USER_VOLUME" | "COMPUTE_TYPE")
1111
- attr_accessor state: ("UPDATE_INITIATED" | "UPDATE_IN_PROGRESS")
1110
+ attr_accessor resource: ("ROOT_VOLUME" | "USER_VOLUME" | "COMPUTE_TYPE" | "PROTOCOL")
1111
+ attr_accessor state: ("UPDATE_INITIATED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED")
1112
1112
  SENSITIVE: []
1113
1113
  end
1114
1114
 
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.154.0
4
+ version: 1.156.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.241.4
21
+ version: 3.244.0
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.241.4
31
+ version: 3.244.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement