aws-sdk-workspacesthinclient 1.23.0 → 1.24.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: 20e5925b6ec25898d63357c45cffeb729b90ee311d3d0a997d72e169e5ca377d
4
+ data.tar.gz: 053dd4b9fd8c7df86918844b7b11bbf65d6634cbc5f658900812b1ef9a1c5d15
5
5
  SHA512:
6
- metadata.gz: 24d5d4a4835dd2e00bb6b95feab9bff747cdbd749ea737a38b7c913565deb0a89668359352ba4d0f2807ab9031b4c758db3a8eb375dd18558703450469a2b1df
7
- data.tar.gz: 7d2ea7f817c8802318568b6544be260a4e08d3d0be246b215b7990511fd45ee1ae8cbaa4f401c8f47c5170fb9fc22cfd7399d00118515a775a101007e42418b4
6
+ metadata.gz: c49f6f5bc323a0d1a2949c3c5019393c44c6dba89541ee6eec78b86161121e66f4a8cd50b25614178c9b07b142ac91f32fe04bb0a3ae11d10256db712c666e94
7
+ data.tar.gz: 4124e87fbad189e601fbf3c7a6f0deff23ad62568cf2e79ec69119911234d146d6ebedc6b93f6876be1645c753f1d106671a15737ffdeed8cbbaf34321a9445a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2025-03-25)
5
+ ------------------
6
+
7
+ * Feature - Deprecate tags field in Get API responses
8
+
4
9
  1.23.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.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.24.0'
1337
1337
  Seahorse::Client::Request.new(handlers, context)
1338
1338
  end
1339
1339
 
@@ -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.24.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,14 @@
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.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core