aws-sdk-workspacesthinclient 1.30.0 → 1.31.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-workspacesthinclient/client.rb +4 -1
- data/lib/aws-sdk-workspacesthinclient/client_api.rb +3 -0
- data/lib/aws-sdk-workspacesthinclient/types.rb +14 -4
- data/lib/aws-sdk-workspacesthinclient.rb +1 -1
- data/sig/types.rbs +4 -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: f28aaa50b15d7fd385e9ce59ce5a0d8572908ea0534318d0740abe95902f3a2e
|
4
|
+
data.tar.gz: 0fd9e2f0e991c74c602bdc9e1fc4b5e1b45a719aba7510ff547f936066652157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 966542fbbd2d72a53d4c87e352496c044296f211bca97008fc915f54982a5948357a08585a3a203a92a3cbcac0a9f14aaace7287dd6eb8eaa1f3dfd043437406
|
7
|
+
data.tar.gz: 07762db012b5c9e8d86f6581e08fc6207f364bf04bb7eaeac81f452d641132596515640cf73fd902341f35fc64fcfb5dd90b299eaa7196abcb8f09887df70e38
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -780,6 +780,7 @@ module Aws::WorkSpacesThinClient
|
|
780
780
|
# resp.device.updated_at #=> Time
|
781
781
|
# resp.device.arn #=> String
|
782
782
|
# resp.device.kms_key_arn #=> String
|
783
|
+
# resp.device.last_user_id #=> String
|
783
784
|
#
|
784
785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/GetDevice AWS API Documentation
|
785
786
|
#
|
@@ -929,6 +930,7 @@ module Aws::WorkSpacesThinClient
|
|
929
930
|
# resp.devices[0].created_at #=> Time
|
930
931
|
# resp.devices[0].updated_at #=> Time
|
931
932
|
# resp.devices[0].arn #=> String
|
933
|
+
# resp.devices[0].last_user_id #=> String
|
932
934
|
# resp.next_token #=> String
|
933
935
|
#
|
934
936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/ListDevices AWS API Documentation
|
@@ -1188,6 +1190,7 @@ module Aws::WorkSpacesThinClient
|
|
1188
1190
|
# resp.device.created_at #=> Time
|
1189
1191
|
# resp.device.updated_at #=> Time
|
1190
1192
|
# resp.device.arn #=> String
|
1193
|
+
# resp.device.last_user_id #=> String
|
1191
1194
|
#
|
1192
1195
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/UpdateDevice AWS API Documentation
|
1193
1196
|
#
|
@@ -1336,7 +1339,7 @@ module Aws::WorkSpacesThinClient
|
|
1336
1339
|
tracer: tracer
|
1337
1340
|
)
|
1338
1341
|
context[:gem_name] = 'aws-sdk-workspacesthinclient'
|
1339
|
-
context[:gem_version] = '1.
|
1342
|
+
context[:gem_version] = '1.31.0'
|
1340
1343
|
Seahorse::Client::Request.new(handlers, context)
|
1341
1344
|
end
|
1342
1345
|
|
@@ -107,6 +107,7 @@ module Aws::WorkSpacesThinClient
|
|
107
107
|
UpdateEnvironmentResponse = Shapes::StructureShape.new(name: 'UpdateEnvironmentResponse')
|
108
108
|
UpdateSoftwareSetRequest = Shapes::StructureShape.new(name: 'UpdateSoftwareSetRequest')
|
109
109
|
UpdateSoftwareSetResponse = Shapes::StructureShape.new(name: 'UpdateSoftwareSetResponse')
|
110
|
+
UserId = Shapes::StringShape.new(name: 'UserId')
|
110
111
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
111
112
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
112
113
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
@@ -177,6 +178,7 @@ module Aws::WorkSpacesThinClient
|
|
177
178
|
Device.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
178
179
|
Device.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
179
180
|
Device.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
181
|
+
Device.add_member(:last_user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "lastUserId"))
|
180
182
|
Device.struct_class = Types::Device
|
181
183
|
|
182
184
|
DeviceCreationTagsMap.key = Shapes::ShapeRef.new(shape: DeviceCreationTagKey)
|
@@ -199,6 +201,7 @@ module Aws::WorkSpacesThinClient
|
|
199
201
|
DeviceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
200
202
|
DeviceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
201
203
|
DeviceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
204
|
+
DeviceSummary.add_member(:last_user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "lastUserId"))
|
202
205
|
DeviceSummary.struct_class = Types::DeviceSummary
|
203
206
|
|
204
207
|
Environment.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
|
@@ -360,6 +360,10 @@ module Aws::WorkSpacesThinClient
|
|
360
360
|
# used to encrypt the device.
|
361
361
|
# @return [String]
|
362
362
|
#
|
363
|
+
# @!attribute [rw] last_user_id
|
364
|
+
# The user ID of the most recent session on the device.
|
365
|
+
# @return [String]
|
366
|
+
#
|
363
367
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/Device AWS API Documentation
|
364
368
|
#
|
365
369
|
class Device < Struct.new(
|
@@ -382,8 +386,9 @@ module Aws::WorkSpacesThinClient
|
|
382
386
|
:created_at,
|
383
387
|
:updated_at,
|
384
388
|
:arn,
|
385
|
-
:kms_key_arn
|
386
|
-
|
389
|
+
:kms_key_arn,
|
390
|
+
:last_user_id)
|
391
|
+
SENSITIVE = [:name, :last_user_id]
|
387
392
|
include Aws::Structure
|
388
393
|
end
|
389
394
|
|
@@ -451,6 +456,10 @@ module Aws::WorkSpacesThinClient
|
|
451
456
|
# The Amazon Resource Name (ARN) of the device.
|
452
457
|
# @return [String]
|
453
458
|
#
|
459
|
+
# @!attribute [rw] last_user_id
|
460
|
+
# The user ID of the most recent session on the device.
|
461
|
+
# @return [String]
|
462
|
+
#
|
454
463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/DeviceSummary AWS API Documentation
|
455
464
|
#
|
456
465
|
class DeviceSummary < Struct.new(
|
@@ -468,8 +477,9 @@ module Aws::WorkSpacesThinClient
|
|
468
477
|
:last_posture_at,
|
469
478
|
:created_at,
|
470
479
|
:updated_at,
|
471
|
-
:arn
|
472
|
-
|
480
|
+
:arn,
|
481
|
+
:last_user_id)
|
482
|
+
SENSITIVE = [:name, :last_user_id]
|
473
483
|
include Aws::Structure
|
474
484
|
end
|
475
485
|
|
data/sig/types.rbs
CHANGED
@@ -89,7 +89,8 @@ module Aws::WorkSpacesThinClient
|
|
89
89
|
attr_accessor updated_at: ::Time
|
90
90
|
attr_accessor arn: ::String
|
91
91
|
attr_accessor kms_key_arn: ::String
|
92
|
-
|
92
|
+
attr_accessor last_user_id: ::String
|
93
|
+
SENSITIVE: [:name, :last_user_id]
|
93
94
|
end
|
94
95
|
|
95
96
|
class DeviceSummary
|
@@ -108,7 +109,8 @@ module Aws::WorkSpacesThinClient
|
|
108
109
|
attr_accessor created_at: ::Time
|
109
110
|
attr_accessor updated_at: ::Time
|
110
111
|
attr_accessor arn: ::String
|
111
|
-
|
112
|
+
attr_accessor last_user_id: ::String
|
113
|
+
SENSITIVE: [:name, :last_user_id]
|
112
114
|
end
|
113
115
|
|
114
116
|
class Environment
|