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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4747ebc9454264fbc8a9d36302d3961a43eeb0b5ed9cdfc289737ad3fdefd987
4
- data.tar.gz: 5d34c30155d0cb703798f21795820972425522b9e63a3ba8647052eaf67cfc2c
3
+ metadata.gz: f28aaa50b15d7fd385e9ce59ce5a0d8572908ea0534318d0740abe95902f3a2e
4
+ data.tar.gz: 0fd9e2f0e991c74c602bdc9e1fc4b5e1b45a719aba7510ff547f936066652157
5
5
  SHA512:
6
- metadata.gz: 43e79dea1414ae2d73be0675e24388b963385cc35814f86ae6fa4203fa31b4de28013b6e15bf4825748a8d0c916c30e7a72483fbde44ebc6fe98c316b683e6db
7
- data.tar.gz: 847a4734fed4753b1ed4ed3755738af062ffdf9a5b96a8e9fd0f2a4134f135dd65f8185da2b90275e7030ddf4e53fd522847e486b137f9f2da7f7f0b275fea05
6
+ metadata.gz: 966542fbbd2d72a53d4c87e352496c044296f211bca97008fc915f54982a5948357a08585a3a203a92a3cbcac0a9f14aaace7287dd6eb8eaa1f3dfd043437406
7
+ data.tar.gz: 07762db012b5c9e8d86f6581e08fc6207f364bf04bb7eaeac81f452d641132596515640cf73fd902341f35fc64fcfb5dd90b299eaa7196abcb8f09887df70e38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2025-07-23)
5
+ ------------------
6
+
7
+ * Feature - Added the lastUserId parameter to the ListDevices and GetDevice API.
8
+
4
9
  1.30.0 (2025-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
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.30.0'
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
- SENSITIVE = [:name]
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
- SENSITIVE = [:name]
480
+ :arn,
481
+ :last_user_id)
482
+ SENSITIVE = [:name, :last_user_id]
473
483
  include Aws::Structure
474
484
  end
475
485
 
@@ -54,7 +54,7 @@ module Aws::WorkSpacesThinClient
54
54
  autoload :EndpointProvider, 'aws-sdk-workspacesthinclient/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspacesthinclient/endpoints'
56
56
 
57
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.31.0'
58
58
 
59
59
  end
60
60
 
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
- SENSITIVE: [:name]
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
- SENSITIVE: [:name]
112
+ attr_accessor last_user_id: ::String
113
+ SENSITIVE: [:name, :last_user_id]
112
114
  end
113
115
 
114
116
  class Environment
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesthinclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services