aws-sdk-workspaces 1.155.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +5 -5
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/types.rbs +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6aaa1b9dcf4eaab5543fbe0d010001edf5b3c25b1c3a2c5e7458f4d891bc77cc
|
|
4
|
+
data.tar.gz: 35c6029b6efcec0b2f1e79349590e593109b26583e53fc1bf47dc8de4f4ac0e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe5927d47601ab0310a4d9668ac1d66ee321b1fe1858dcfb6e58bd33fae3fb887ee47e19cfe7bc236da7054e59e19aff44cc3b10459e35f3b0921fa22b1ec099
|
|
7
|
+
data.tar.gz: 570f787747c7d2281505a2a2e28c414b774d95bfffc113a4e795b34fe784ff6098315babf65b7d34031125c1b95ccb4e1fe66a3bf810d06364393f20ac98381e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
5057
|
+
context[:gem_version] = '1.156.0'
|
|
5058
5058
|
Seahorse::Client::Request.new(handlers, context)
|
|
5059
5059
|
end
|
|
5060
5060
|
|
data/lib/aws-sdk-workspaces.rb
CHANGED
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
|
|