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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspacesthinclient/client.rb +1 -1
- data/lib/aws-sdk-workspacesthinclient/client_api.rb +3 -3
- data/lib/aws-sdk-workspacesthinclient/types.rb +2 -2
- data/lib/aws-sdk-workspacesthinclient.rb +1 -1
- data/sig/types.rbs +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20e5925b6ec25898d63357c45cffeb729b90ee311d3d0a997d72e169e5ca377d
|
4
|
+
data.tar.gz: 053dd4b9fd8c7df86918844b7b11bbf65d6634cbc5f658900812b1ef9a1c5d15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c49f6f5bc323a0d1a2949c3c5019393c44c6dba89541ee6eec78b86161121e66f4a8cd50b25614178c9b07b142ac91f32fe04bb0a3ae11d10256db712c666e94
|
7
|
+
data.tar.gz: 4124e87fbad189e601fbf3c7a6f0deff23ad62568cf2e79ec69119911234d146d6ebedc6b93f6876be1645c753f1d106671a15737ffdeed8cbbaf34321a9445a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
|
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.
|
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-
|
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
|