aws-sdk-workspacesthinclient 1.23.0 → 1.25.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: c592b7f3b0da53efe4f5c25ca0390c03f0a9dbb480f07d53d8fe6d0ed3a7c312
4
- data.tar.gz: 46b9c17e2dea4bd1a8540758df222d258e83b2167601739b19c452e202bea65b
3
+ metadata.gz: b1840ac324b5b0513ee08c5f24ae378f99d21025249ba7379b6981a838b7b5a5
4
+ data.tar.gz: be4c3197331ec5075c06c8f27ba6009f089fe86b3c0177d47ba9a6dfabdde0d8
5
5
  SHA512:
6
- metadata.gz: 24d5d4a4835dd2e00bb6b95feab9bff747cdbd749ea737a38b7c913565deb0a89668359352ba4d0f2807ab9031b4c758db3a8eb375dd18558703450469a2b1df
7
- data.tar.gz: 7d2ea7f817c8802318568b6544be260a4e08d3d0be246b215b7990511fd45ee1ae8cbaa4f401c8f47c5170fb9fc22cfd7399d00118515a775a101007e42418b4
6
+ metadata.gz: 73ff3e8d1ddac61ffe5a4a560ed1c524006672ff4f2d66658ff5c0b1d1a7dae618f5c4d82de1d2baac24465d5882d92b9509098b1138797ad44eb85f36501a92
7
+ data.tar.gz: 85eccbce4bb68485666371fdf61fd2f698001f61fdda01332426183702a993b27997374ac6a3e5306dc322a19daabadc95d9832f8969617e30fbbfa7482bbce4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.24.0 (2025-03-25)
10
+ ------------------
11
+
12
+ * Feature - Deprecate tags field in Get API responses
13
+
4
14
  1.23.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.0
@@ -1333,7 +1333,7 @@ module Aws::WorkSpacesThinClient
1333
1333
  tracer: tracer
1334
1334
  )
1335
1335
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1336
- context[:gem_version] = '1.23.0'
1336
+ context[:gem_version] = '1.25.0'
1337
1337
  Seahorse::Client::Request.new(handlers, context)
1338
1338
  end
1339
1339
 
@@ -128,7 +128,7 @@ module Aws::WorkSpacesThinClient
128
128
  CreateEnvironmentRequest.add_member(:software_set_update_mode, Shapes::ShapeRef.new(shape: SoftwareSetUpdateMode, location_name: "softwareSetUpdateMode"))
129
129
  CreateEnvironmentRequest.add_member(:desired_software_set_id, Shapes::ShapeRef.new(shape: SoftwareSetId, location_name: "desiredSoftwareSetId"))
130
130
  CreateEnvironmentRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
131
- CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
131
+ CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
132
132
  CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
133
133
  CreateEnvironmentRequest.add_member(:device_creation_tags, Shapes::ShapeRef.new(shape: DeviceCreationTagsMap, location_name: "deviceCreationTags"))
134
134
  CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
@@ -139,20 +139,20 @@ module Aws::WorkSpacesThinClient
139
139
  DayOfWeekList.member = Shapes::ShapeRef.new(shape: DayOfWeek)
140
140
 
141
141
  DeleteDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "id"))
142
- DeleteDeviceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
142
+ DeleteDeviceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
143
143
  DeleteDeviceRequest.struct_class = Types::DeleteDeviceRequest
144
144
 
145
145
  DeleteDeviceResponse.struct_class = Types::DeleteDeviceResponse
146
146
 
147
147
  DeleteEnvironmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "id"))
148
- DeleteEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
148
+ DeleteEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
149
149
  DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
150
150
 
151
151
  DeleteEnvironmentResponse.struct_class = Types::DeleteEnvironmentResponse
152
152
 
153
153
  DeregisterDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "id"))
154
154
  DeregisterDeviceRequest.add_member(:target_device_status, Shapes::ShapeRef.new(shape: TargetDeviceStatus, location_name: "targetDeviceStatus"))
155
- DeregisterDeviceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
155
+ DeregisterDeviceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
156
156
  DeregisterDeviceRequest.struct_class = Types::DeregisterDeviceRequest
157
157
 
158
158
  DeregisterDeviceResponse.struct_class = Types::DeregisterDeviceResponse
@@ -177,7 +177,7 @@ module Aws::WorkSpacesThinClient
177
177
  Device.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
178
178
  Device.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
179
179
  Device.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
180
- Device.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
180
+ Device.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage" => "This field will be removed in future releases. Use ListTagsForResource API instead.", "deprecatedSince" => "2025-03-25"}))
181
181
  Device.struct_class = Types::Device
182
182
 
183
183
  DeviceCreationTagsMap.key = Shapes::ShapeRef.new(shape: DeviceCreationTagKey)
@@ -220,7 +220,7 @@ module Aws::WorkSpacesThinClient
220
220
  Environment.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
221
221
  Environment.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
222
222
  Environment.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
223
- Environment.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
223
+ Environment.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage" => "This field will be removed in future releases. Use ListTagsForResource API instead.", "deprecatedSince" => "2025-03-25"}))
224
224
  Environment.add_member(:device_creation_tags, Shapes::ShapeRef.new(shape: DeviceCreationTagsMap, location_name: "deviceCreationTags"))
225
225
  Environment.struct_class = Types::Environment
226
226
 
@@ -328,7 +328,7 @@ module Aws::WorkSpacesThinClient
328
328
  SoftwareSet.add_member(:validation_status, Shapes::ShapeRef.new(shape: SoftwareSetValidationStatus, location_name: "validationStatus"))
329
329
  SoftwareSet.add_member(:software, Shapes::ShapeRef.new(shape: SoftwareList, location_name: "software"))
330
330
  SoftwareSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
331
- SoftwareSet.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
331
+ SoftwareSet.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage" => "This field will be removed in future releases. Use ListTagsForResource API instead.", "deprecatedSince" => "2025-03-25"}))
332
332
  SoftwareSet.struct_class = Types::SoftwareSet
333
333
 
334
334
  SoftwareSetList.member = Shapes::ShapeRef.new(shape: SoftwareSetSummary)
@@ -589,7 +589,7 @@ module Aws::WorkSpacesThinClient
589
589
  :kms_key_arn,
590
590
  :tags,
591
591
  :device_creation_tags)
592
- SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags]
592
+ SENSITIVE = [:name, :desktop_endpoint, :activation_code, :tags, :device_creation_tags]
593
593
  include Aws::Structure
594
594
  end
595
595
 
@@ -671,7 +671,7 @@ module Aws::WorkSpacesThinClient
671
671
  :created_at,
672
672
  :updated_at,
673
673
  :arn)
674
- SENSITIVE = [:name, :desktop_endpoint]
674
+ SENSITIVE = [:name, :desktop_endpoint, :activation_code]
675
675
  include Aws::Structure
676
676
  end
677
677
 
@@ -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.23.0'
57
+ GEM_VERSION = '1.25.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -133,7 +133,7 @@ module Aws::WorkSpacesThinClient
133
133
  attr_accessor kms_key_arn: ::String
134
134
  attr_accessor tags: ::Hash[::String, ::String]
135
135
  attr_accessor device_creation_tags: ::Hash[::String, ::String]
136
- SENSITIVE: [:name, :desktop_endpoint, :tags, :device_creation_tags]
136
+ SENSITIVE: [:name, :desktop_endpoint, :activation_code, :tags, :device_creation_tags]
137
137
  end
138
138
 
139
139
  class EnvironmentSummary
@@ -151,7 +151,7 @@ module Aws::WorkSpacesThinClient
151
151
  attr_accessor created_at: ::Time
152
152
  attr_accessor updated_at: ::Time
153
153
  attr_accessor arn: ::String
154
- SENSITIVE: [:name, :desktop_endpoint]
154
+ SENSITIVE: [:name, :desktop_endpoint, :activation_code]
155
155
  end
156
156
 
157
157
  class GetDeviceRequest
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesthinclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspacesthinclient
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspacesthinclient/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon WorkSpaces Thin Client
99
96
  test_files: []