aws-sdk-appstream 1.137.0 → 1.138.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-appstream/client.rb +11 -6
- data/lib/aws-sdk-appstream/client_api.rb +3 -0
- data/lib/aws-sdk-appstream/types.rb +17 -5
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +6 -4
- data/sig/types.rbs +3 -1
- 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: c874dea5a5ddc735154d6157df00411f14baf45fb30baaae383aacd0c7146751
|
|
4
|
+
data.tar.gz: 9c146a242932d2bc9dafade42ae5888f5f92daf3d55411e9c82d4bbd338aa5f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c958a12f894f6b1a2c9265daf3d4c7a8a9dc6a591aa62f7abec557d1abda7014a166c50b4c7ebcf4dab65b31b76547a15eae905eea45f8da8b36b5c4aa43b2b2
|
|
7
|
+
data.tar.gz: 6dfe5cb9bc210ed1961759811f44e266a93eef4908d65fc1c5798df8606cbf2591cee8145af97eb3bdd5ba5a4ad7521e6a8da1d18b209dcbc19f8c03e4dedde3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.138.0 (2026-06-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon WorkSpaces Agent Access now supports domain-joined fleets for enterprise identity integration, real-time agent observation with instant stop controls, and MCP tool forwarding for lower-latency, cost-effective desktop tool access.
|
|
8
|
+
|
|
4
9
|
1.137.0 (2026-05-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.138.0
|
|
@@ -2507,7 +2507,7 @@ module Aws::AppStream
|
|
|
2507
2507
|
# agent_access_config: {
|
|
2508
2508
|
# settings: [ # required
|
|
2509
2509
|
# {
|
|
2510
|
-
# agent_action: "COMPUTER_VISION", # required, accepts COMPUTER_VISION, COMPUTER_INPUT
|
|
2510
|
+
# agent_action: "COMPUTER_VISION", # required, accepts COMPUTER_VISION, COMPUTER_INPUT, FORWARD_MCP_TOOLS
|
|
2511
2511
|
# permission: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
2512
2512
|
# },
|
|
2513
2513
|
# ],
|
|
@@ -2515,6 +2515,7 @@ module Aws::AppStream
|
|
|
2515
2515
|
# screenshots_upload_enabled: false,
|
|
2516
2516
|
# screen_resolution: "W_1280xH_720", # required, accepts W_1280xH_720
|
|
2517
2517
|
# screen_image_format: "PNG", # required, accepts PNG, JPEG
|
|
2518
|
+
# user_control_mode: "VIEW_ONLY", # accepts VIEW_ONLY, VIEW_STOP, DISABLED
|
|
2518
2519
|
# },
|
|
2519
2520
|
# })
|
|
2520
2521
|
#
|
|
@@ -2556,12 +2557,13 @@ module Aws::AppStream
|
|
|
2556
2557
|
# resp.stack.content_redirection.host_to_client.denied_urls #=> Array
|
|
2557
2558
|
# resp.stack.content_redirection.host_to_client.denied_urls[0] #=> String
|
|
2558
2559
|
# resp.stack.agent_access_config.settings #=> Array
|
|
2559
|
-
# resp.stack.agent_access_config.settings[0].agent_action #=> String, one of "COMPUTER_VISION", "COMPUTER_INPUT"
|
|
2560
|
+
# resp.stack.agent_access_config.settings[0].agent_action #=> String, one of "COMPUTER_VISION", "COMPUTER_INPUT", "FORWARD_MCP_TOOLS"
|
|
2560
2561
|
# resp.stack.agent_access_config.settings[0].permission #=> String, one of "ENABLED", "DISABLED"
|
|
2561
2562
|
# resp.stack.agent_access_config.s3_bucket_arn #=> String
|
|
2562
2563
|
# resp.stack.agent_access_config.screenshots_upload_enabled #=> Boolean
|
|
2563
2564
|
# resp.stack.agent_access_config.screen_resolution #=> String, one of "W_1280xH_720"
|
|
2564
2565
|
# resp.stack.agent_access_config.screen_image_format #=> String, one of "PNG", "JPEG"
|
|
2566
|
+
# resp.stack.agent_access_config.user_control_mode #=> String, one of "VIEW_ONLY", "VIEW_STOP", "DISABLED"
|
|
2565
2567
|
#
|
|
2566
2568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateStack AWS API Documentation
|
|
2567
2569
|
#
|
|
@@ -4255,12 +4257,13 @@ module Aws::AppStream
|
|
|
4255
4257
|
# resp.stacks[0].content_redirection.host_to_client.denied_urls #=> Array
|
|
4256
4258
|
# resp.stacks[0].content_redirection.host_to_client.denied_urls[0] #=> String
|
|
4257
4259
|
# resp.stacks[0].agent_access_config.settings #=> Array
|
|
4258
|
-
# resp.stacks[0].agent_access_config.settings[0].agent_action #=> String, one of "COMPUTER_VISION", "COMPUTER_INPUT"
|
|
4260
|
+
# resp.stacks[0].agent_access_config.settings[0].agent_action #=> String, one of "COMPUTER_VISION", "COMPUTER_INPUT", "FORWARD_MCP_TOOLS"
|
|
4259
4261
|
# resp.stacks[0].agent_access_config.settings[0].permission #=> String, one of "ENABLED", "DISABLED"
|
|
4260
4262
|
# resp.stacks[0].agent_access_config.s3_bucket_arn #=> String
|
|
4261
4263
|
# resp.stacks[0].agent_access_config.screenshots_upload_enabled #=> Boolean
|
|
4262
4264
|
# resp.stacks[0].agent_access_config.screen_resolution #=> String, one of "W_1280xH_720"
|
|
4263
4265
|
# resp.stacks[0].agent_access_config.screen_image_format #=> String, one of "PNG", "JPEG"
|
|
4266
|
+
# resp.stacks[0].agent_access_config.user_control_mode #=> String, one of "VIEW_ONLY", "VIEW_STOP", "DISABLED"
|
|
4264
4267
|
# resp.next_token #=> String
|
|
4265
4268
|
#
|
|
4266
4269
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeStacks AWS API Documentation
|
|
@@ -6301,7 +6304,7 @@ module Aws::AppStream
|
|
|
6301
6304
|
# agent_access_config: {
|
|
6302
6305
|
# settings: [
|
|
6303
6306
|
# {
|
|
6304
|
-
# agent_action: "COMPUTER_VISION", # required, accepts COMPUTER_VISION, COMPUTER_INPUT
|
|
6307
|
+
# agent_action: "COMPUTER_VISION", # required, accepts COMPUTER_VISION, COMPUTER_INPUT, FORWARD_MCP_TOOLS
|
|
6305
6308
|
# permission: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
6306
6309
|
# },
|
|
6307
6310
|
# ],
|
|
@@ -6309,6 +6312,7 @@ module Aws::AppStream
|
|
|
6309
6312
|
# screenshots_upload_enabled: false,
|
|
6310
6313
|
# screen_resolution: "W_1280xH_720", # accepts W_1280xH_720
|
|
6311
6314
|
# screen_image_format: "PNG", # accepts PNG, JPEG
|
|
6315
|
+
# user_control_mode: "VIEW_ONLY", # accepts VIEW_ONLY, VIEW_STOP, DISABLED
|
|
6312
6316
|
# },
|
|
6313
6317
|
# })
|
|
6314
6318
|
#
|
|
@@ -6350,12 +6354,13 @@ module Aws::AppStream
|
|
|
6350
6354
|
# resp.stack.content_redirection.host_to_client.denied_urls #=> Array
|
|
6351
6355
|
# resp.stack.content_redirection.host_to_client.denied_urls[0] #=> String
|
|
6352
6356
|
# resp.stack.agent_access_config.settings #=> Array
|
|
6353
|
-
# resp.stack.agent_access_config.settings[0].agent_action #=> String, one of "COMPUTER_VISION", "COMPUTER_INPUT"
|
|
6357
|
+
# resp.stack.agent_access_config.settings[0].agent_action #=> String, one of "COMPUTER_VISION", "COMPUTER_INPUT", "FORWARD_MCP_TOOLS"
|
|
6354
6358
|
# resp.stack.agent_access_config.settings[0].permission #=> String, one of "ENABLED", "DISABLED"
|
|
6355
6359
|
# resp.stack.agent_access_config.s3_bucket_arn #=> String
|
|
6356
6360
|
# resp.stack.agent_access_config.screenshots_upload_enabled #=> Boolean
|
|
6357
6361
|
# resp.stack.agent_access_config.screen_resolution #=> String, one of "W_1280xH_720"
|
|
6358
6362
|
# resp.stack.agent_access_config.screen_image_format #=> String, one of "PNG", "JPEG"
|
|
6363
|
+
# resp.stack.agent_access_config.user_control_mode #=> String, one of "VIEW_ONLY", "VIEW_STOP", "DISABLED"
|
|
6359
6364
|
#
|
|
6360
6365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateStack AWS API Documentation
|
|
6361
6366
|
#
|
|
@@ -6471,7 +6476,7 @@ module Aws::AppStream
|
|
|
6471
6476
|
tracer: tracer
|
|
6472
6477
|
)
|
|
6473
6478
|
context[:gem_name] = 'aws-sdk-appstream'
|
|
6474
|
-
context[:gem_version] = '1.
|
|
6479
|
+
context[:gem_version] = '1.138.0'
|
|
6475
6480
|
Seahorse::Client::Request.new(handlers, context)
|
|
6476
6481
|
end
|
|
6477
6482
|
|
|
@@ -406,6 +406,7 @@ module Aws::AppStream
|
|
|
406
406
|
UsbDeviceFilterStrings = Shapes::ListShape.new(name: 'UsbDeviceFilterStrings')
|
|
407
407
|
User = Shapes::StructureShape.new(name: 'User')
|
|
408
408
|
UserAttributeValue = Shapes::StringShape.new(name: 'UserAttributeValue')
|
|
409
|
+
UserControlMode = Shapes::StringShape.new(name: 'UserControlMode')
|
|
409
410
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
|
410
411
|
UserList = Shapes::ListShape.new(name: 'UserList')
|
|
411
412
|
UserSetting = Shapes::StructureShape.new(name: 'UserSetting')
|
|
@@ -443,6 +444,7 @@ module Aws::AppStream
|
|
|
443
444
|
AgentAccessConfig.add_member(:screenshots_upload_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "ScreenshotsUploadEnabled"))
|
|
444
445
|
AgentAccessConfig.add_member(:screen_resolution, Shapes::ShapeRef.new(shape: ScreenResolution, required: true, location_name: "ScreenResolution"))
|
|
445
446
|
AgentAccessConfig.add_member(:screen_image_format, Shapes::ShapeRef.new(shape: ScreenImageFormat, required: true, location_name: "ScreenImageFormat"))
|
|
447
|
+
AgentAccessConfig.add_member(:user_control_mode, Shapes::ShapeRef.new(shape: UserControlMode, location_name: "UserControlMode"))
|
|
446
448
|
AgentAccessConfig.struct_class = Types::AgentAccessConfig
|
|
447
449
|
|
|
448
450
|
AgentAccessConfigForUpdate.add_member(:settings, Shapes::ShapeRef.new(shape: AgentAccessSettingList, location_name: "Settings"))
|
|
@@ -450,6 +452,7 @@ module Aws::AppStream
|
|
|
450
452
|
AgentAccessConfigForUpdate.add_member(:screenshots_upload_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "ScreenshotsUploadEnabled"))
|
|
451
453
|
AgentAccessConfigForUpdate.add_member(:screen_resolution, Shapes::ShapeRef.new(shape: ScreenResolution, location_name: "ScreenResolution"))
|
|
452
454
|
AgentAccessConfigForUpdate.add_member(:screen_image_format, Shapes::ShapeRef.new(shape: ScreenImageFormat, location_name: "ScreenImageFormat"))
|
|
455
|
+
AgentAccessConfigForUpdate.add_member(:user_control_mode, Shapes::ShapeRef.new(shape: UserControlMode, location_name: "UserControlMode"))
|
|
453
456
|
AgentAccessConfigForUpdate.struct_class = Types::AgentAccessConfigForUpdate
|
|
454
457
|
|
|
455
458
|
AgentAccessSetting.add_member(:agent_action, Shapes::ShapeRef.new(shape: AgentAction, required: true, location_name: "AgentAction"))
|
|
@@ -108,6 +108,11 @@ module Aws::AppStream
|
|
|
108
108
|
# The image format for agent screen captures.
|
|
109
109
|
# @return [String]
|
|
110
110
|
#
|
|
111
|
+
# @!attribute [rw] user_control_mode
|
|
112
|
+
# The user control mode for agent sessions. This setting determines
|
|
113
|
+
# how users can interact with agent sessions.
|
|
114
|
+
# @return [String]
|
|
115
|
+
#
|
|
111
116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/AgentAccessConfig AWS API Documentation
|
|
112
117
|
#
|
|
113
118
|
class AgentAccessConfig < Struct.new(
|
|
@@ -115,7 +120,8 @@ module Aws::AppStream
|
|
|
115
120
|
:s3_bucket_arn,
|
|
116
121
|
:screenshots_upload_enabled,
|
|
117
122
|
:screen_resolution,
|
|
118
|
-
:screen_image_format
|
|
123
|
+
:screen_image_format,
|
|
124
|
+
:user_control_mode)
|
|
119
125
|
SENSITIVE = []
|
|
120
126
|
include Aws::Structure
|
|
121
127
|
end
|
|
@@ -147,6 +153,11 @@ module Aws::AppStream
|
|
|
147
153
|
# The image format for agent screen captures.
|
|
148
154
|
# @return [String]
|
|
149
155
|
#
|
|
156
|
+
# @!attribute [rw] user_control_mode
|
|
157
|
+
# The user control mode for agent sessions. This setting determines
|
|
158
|
+
# how users can interact with agent sessions.
|
|
159
|
+
# @return [String]
|
|
160
|
+
#
|
|
150
161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/AgentAccessConfigForUpdate AWS API Documentation
|
|
151
162
|
#
|
|
152
163
|
class AgentAccessConfigForUpdate < Struct.new(
|
|
@@ -154,7 +165,8 @@ module Aws::AppStream
|
|
|
154
165
|
:s3_bucket_arn,
|
|
155
166
|
:screenshots_upload_enabled,
|
|
156
167
|
:screen_resolution,
|
|
157
|
-
:screen_image_format
|
|
168
|
+
:screen_image_format,
|
|
169
|
+
:user_control_mode)
|
|
158
170
|
SENSITIVE = []
|
|
159
171
|
include Aws::Structure
|
|
160
172
|
end
|
|
@@ -163,9 +175,9 @@ module Aws::AppStream
|
|
|
163
175
|
# agent action and whether it is enabled or disabled.
|
|
164
176
|
#
|
|
165
177
|
# @!attribute [rw] agent_action
|
|
166
|
-
# The agent action to configure. Valid values are COMPUTER\_VISION
|
|
167
|
-
# COMPUTER\_INPUT. If you enable
|
|
168
|
-
# COMPUTER\_VISION.
|
|
178
|
+
# The agent action to configure. Valid values are COMPUTER\_VISION,
|
|
179
|
+
# COMPUTER\_INPUT, and FORWARD\_MCP\_TOOLS. If you enable
|
|
180
|
+
# COMPUTER\_INPUT, you must also enable COMPUTER\_VISION.
|
|
169
181
|
# @return [String]
|
|
170
182
|
#
|
|
171
183
|
# @!attribute [rw] permission
|
data/lib/aws-sdk-appstream.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -495,14 +495,15 @@ module Aws
|
|
|
495
495
|
?agent_access_config: {
|
|
496
496
|
settings: Array[
|
|
497
497
|
{
|
|
498
|
-
agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT"),
|
|
498
|
+
agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT" | "FORWARD_MCP_TOOLS"),
|
|
499
499
|
permission: ("ENABLED" | "DISABLED")
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
s3_bucket_arn: ::String?,
|
|
503
503
|
screenshots_upload_enabled: bool?,
|
|
504
504
|
screen_resolution: ("W_1280xH_720"),
|
|
505
|
-
screen_image_format: ("PNG" | "JPEG")
|
|
505
|
+
screen_image_format: ("PNG" | "JPEG"),
|
|
506
|
+
user_control_mode: ("VIEW_ONLY" | "VIEW_STOP" | "DISABLED")?
|
|
506
507
|
}
|
|
507
508
|
) -> _CreateStackResponseSuccess
|
|
508
509
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStackResponseSuccess
|
|
@@ -1418,14 +1419,15 @@ module Aws
|
|
|
1418
1419
|
?agent_access_config: {
|
|
1419
1420
|
settings: Array[
|
|
1420
1421
|
{
|
|
1421
|
-
agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT"),
|
|
1422
|
+
agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT" | "FORWARD_MCP_TOOLS"),
|
|
1422
1423
|
permission: ("ENABLED" | "DISABLED")
|
|
1423
1424
|
}
|
|
1424
1425
|
]?,
|
|
1425
1426
|
s3_bucket_arn: ::String?,
|
|
1426
1427
|
screenshots_upload_enabled: bool?,
|
|
1427
1428
|
screen_resolution: ("W_1280xH_720")?,
|
|
1428
|
-
screen_image_format: ("PNG" | "JPEG")
|
|
1429
|
+
screen_image_format: ("PNG" | "JPEG")?,
|
|
1430
|
+
user_control_mode: ("VIEW_ONLY" | "VIEW_STOP" | "DISABLED")?
|
|
1429
1431
|
}
|
|
1430
1432
|
) -> _UpdateStackResponseSuccess
|
|
1431
1433
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStackResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -31,6 +31,7 @@ module Aws::AppStream
|
|
|
31
31
|
attr_accessor screenshots_upload_enabled: bool
|
|
32
32
|
attr_accessor screen_resolution: ("W_1280xH_720")
|
|
33
33
|
attr_accessor screen_image_format: ("PNG" | "JPEG")
|
|
34
|
+
attr_accessor user_control_mode: ("VIEW_ONLY" | "VIEW_STOP" | "DISABLED")
|
|
34
35
|
SENSITIVE: []
|
|
35
36
|
end
|
|
36
37
|
|
|
@@ -40,11 +41,12 @@ module Aws::AppStream
|
|
|
40
41
|
attr_accessor screenshots_upload_enabled: bool
|
|
41
42
|
attr_accessor screen_resolution: ("W_1280xH_720")
|
|
42
43
|
attr_accessor screen_image_format: ("PNG" | "JPEG")
|
|
44
|
+
attr_accessor user_control_mode: ("VIEW_ONLY" | "VIEW_STOP" | "DISABLED")
|
|
43
45
|
SENSITIVE: []
|
|
44
46
|
end
|
|
45
47
|
|
|
46
48
|
class AgentAccessSetting
|
|
47
|
-
attr_accessor agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT")
|
|
49
|
+
attr_accessor agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT" | "FORWARD_MCP_TOOLS")
|
|
48
50
|
attr_accessor permission: ("ENABLED" | "DISABLED")
|
|
49
51
|
SENSITIVE: []
|
|
50
52
|
end
|