aws-sdk-workspacesthinclient 1.24.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: 20e5925b6ec25898d63357c45cffeb729b90ee311d3d0a997d72e169e5ca377d
4
- data.tar.gz: 053dd4b9fd8c7df86918844b7b11bbf65d6634cbc5f658900812b1ef9a1c5d15
3
+ metadata.gz: b1840ac324b5b0513ee08c5f24ae378f99d21025249ba7379b6981a838b7b5a5
4
+ data.tar.gz: be4c3197331ec5075c06c8f27ba6009f089fe86b3c0177d47ba9a6dfabdde0d8
5
5
  SHA512:
6
- metadata.gz: c49f6f5bc323a0d1a2949c3c5019393c44c6dba89541ee6eec78b86161121e66f4a8cd50b25614178c9b07b142ac91f32fe04bb0a3ae11d10256db712c666e94
7
- data.tar.gz: 4124e87fbad189e601fbf3c7a6f0deff23ad62568cf2e79ec69119911234d146d6ebedc6b93f6876be1645c753f1d106671a15737ffdeed8cbbaf34321a9445a
6
+ metadata.gz: 73ff3e8d1ddac61ffe5a4a560ed1c524006672ff4f2d66658ff5c0b1d1a7dae618f5c4d82de1d2baac24465d5882d92b9509098b1138797ad44eb85f36501a92
7
+ data.tar.gz: 85eccbce4bb68485666371fdf61fd2f698001f61fdda01332426183702a993b27997374ac6a3e5306dc322a19daabadc95d9832f8969617e30fbbfa7482bbce4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.24.0 (2025-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.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.24.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, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage"=>"This field will be removed in future releases. Use ListTagsForResource API instead.", "deprecatedSince"=>"2025-03-25"}))
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, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage"=>"This field will be removed in future releases. Use ListTagsForResource API instead.", "deprecatedSince"=>"2025-03-25"}))
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, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage"=>"This field will be removed in future releases. Use ListTagsForResource API instead.", "deprecatedSince"=>"2025-03-25"}))
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)
@@ -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.24.0'
57
+ GEM_VERSION = '1.25.0'
58
58
 
59
59
  end
60
60
 
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.24.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-03-25 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: []