aws-sdk-workspacesthinclient 1.1.0 → 1.2.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: 02a036ca1c83f497caadd31d76e1aed1ce2cefa91236e3863c7d4ac24470b9f0
4
- data.tar.gz: c555f6ded5aabdfe5498b7f64fe27ff0ce1dbf31c2398a6c8cac019b153ba34b
3
+ metadata.gz: afb9adb379991ae5fd0a5cc332455c681af4064117492a56e1f6f026a5ea81cc
4
+ data.tar.gz: f03c7db31c9838c0dae039739261009be8bb3f301aad8bd8b091b90f38d5446b
5
5
  SHA512:
6
- metadata.gz: c5ead2313c4ed2c3248331a67bee2d1f4cd90a14ea4d34d31e1714fc1ab455233d73249d0e7962051fdc5ed7a5f4fe95299615f8a50e203dad812d697f8df20f
7
- data.tar.gz: 5a4ded647a9da8be08f8c9762aad33a9dc2f3a3626e0f6ac1b70778d04688a57ac23b6bfd11b23480652a70ff6d3f54fdea8c7c37f4c53d95058fe2f39d6fa89
6
+ metadata.gz: d13cb634faeff977b635641d034b64e10f262988d5e29e6af92985de8660b9b2f7ce84930fccfc138b6e8a690ae05cbd212f11bdfb384be60fe9475f583d5dc1
7
+ data.tar.gz: 72d1a287e28bb5d72066b7d199c21c77b0d5975eb693eba76ee9bbf26bd21899b156c4abc18f72885c89d4aecc10deeceeb9c89146814e7017e530c6531bca94
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -1243,7 +1243,7 @@ module Aws::WorkSpacesThinClient
1243
1243
  params: params,
1244
1244
  config: config)
1245
1245
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1246
- context[:gem_version] = '1.1.0'
1246
+ context[:gem_version] = '1.2.0'
1247
1247
  Seahorse::Client::Request.new(handlers, context)
1248
1248
  end
1249
1249
 
@@ -14,6 +14,7 @@ module Aws::WorkSpacesThinClient
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::WorkSpacesThinClient::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspacesthinclient/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpacesThinClient
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,280 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WorkSpacesThinClient
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateEnvironmentResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentResponse]
77
+ def environment: () -> Types::EnvironmentSummary
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#create_environment-instance_method
80
+ def create_environment: (
81
+ ?name: ::String,
82
+ desktop_arn: ::String,
83
+ ?desktop_endpoint: ::String,
84
+ ?software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY"),
85
+ ?maintenance_window: {
86
+ type: ("SYSTEM" | "CUSTOM")?,
87
+ start_time_hour: ::Integer?,
88
+ start_time_minute: ::Integer?,
89
+ end_time_hour: ::Integer?,
90
+ end_time_minute: ::Integer?,
91
+ days_of_the_week: Array[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")]?,
92
+ apply_time_of: ("UTC" | "DEVICE")?
93
+ },
94
+ ?software_set_update_mode: ("USE_LATEST" | "USE_DESIRED"),
95
+ ?desired_software_set_id: ::String,
96
+ ?kms_key_arn: ::String,
97
+ ?client_token: ::String,
98
+ ?tags: Hash[::String, ::String]
99
+ ) -> _CreateEnvironmentResponseSuccess
100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
101
+
102
+ interface _DeleteDeviceResponseSuccess
103
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeviceResponse]
104
+ end
105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#delete_device-instance_method
106
+ def delete_device: (
107
+ id: ::String,
108
+ ?client_token: ::String
109
+ ) -> _DeleteDeviceResponseSuccess
110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeviceResponseSuccess
111
+
112
+ interface _DeleteEnvironmentResponseSuccess
113
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentResponse]
114
+ end
115
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#delete_environment-instance_method
116
+ def delete_environment: (
117
+ id: ::String,
118
+ ?client_token: ::String
119
+ ) -> _DeleteEnvironmentResponseSuccess
120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentResponseSuccess
121
+
122
+ interface _DeregisterDeviceResponseSuccess
123
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterDeviceResponse]
124
+ end
125
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#deregister_device-instance_method
126
+ def deregister_device: (
127
+ id: ::String,
128
+ ?target_device_status: ("DEREGISTERED" | "ARCHIVED"),
129
+ ?client_token: ::String
130
+ ) -> _DeregisterDeviceResponseSuccess
131
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterDeviceResponseSuccess
132
+
133
+ interface _GetDeviceResponseSuccess
134
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDeviceResponse]
135
+ def device: () -> Types::Device
136
+ end
137
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#get_device-instance_method
138
+ def get_device: (
139
+ id: ::String
140
+ ) -> _GetDeviceResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeviceResponseSuccess
142
+
143
+ interface _GetEnvironmentResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentResponse]
145
+ def environment: () -> Types::Environment
146
+ end
147
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#get_environment-instance_method
148
+ def get_environment: (
149
+ id: ::String
150
+ ) -> _GetEnvironmentResponseSuccess
151
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentResponseSuccess
152
+
153
+ interface _GetSoftwareSetResponseSuccess
154
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSoftwareSetResponse]
155
+ def software_set: () -> Types::SoftwareSet
156
+ end
157
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#get_software_set-instance_method
158
+ def get_software_set: (
159
+ id: ::String
160
+ ) -> _GetSoftwareSetResponseSuccess
161
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSoftwareSetResponseSuccess
162
+
163
+ interface _ListDevicesResponseSuccess
164
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDevicesResponse]
165
+ def devices: () -> ::Array[Types::DeviceSummary]
166
+ def next_token: () -> ::String
167
+ end
168
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#list_devices-instance_method
169
+ def list_devices: (
170
+ ?next_token: ::String,
171
+ ?max_results: ::Integer
172
+ ) -> _ListDevicesResponseSuccess
173
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevicesResponseSuccess
174
+
175
+ interface _ListEnvironmentsResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentsResponse]
177
+ def environments: () -> ::Array[Types::EnvironmentSummary]
178
+ def next_token: () -> ::String
179
+ end
180
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#list_environments-instance_method
181
+ def list_environments: (
182
+ ?next_token: ::String,
183
+ ?max_results: ::Integer
184
+ ) -> _ListEnvironmentsResponseSuccess
185
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentsResponseSuccess
186
+
187
+ interface _ListSoftwareSetsResponseSuccess
188
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSoftwareSetsResponse]
189
+ def software_sets: () -> ::Array[Types::SoftwareSetSummary]
190
+ def next_token: () -> ::String
191
+ end
192
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#list_software_sets-instance_method
193
+ def list_software_sets: (
194
+ ?next_token: ::String,
195
+ ?max_results: ::Integer
196
+ ) -> _ListSoftwareSetsResponseSuccess
197
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSoftwareSetsResponseSuccess
198
+
199
+ interface _ListTagsForResourceResponseSuccess
200
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
201
+ def tags: () -> ::Hash[::String, ::String]
202
+ end
203
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#list_tags_for_resource-instance_method
204
+ def list_tags_for_resource: (
205
+ resource_arn: ::String
206
+ ) -> _ListTagsForResourceResponseSuccess
207
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
208
+
209
+ interface _TagResourceResponseSuccess
210
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
211
+ end
212
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#tag_resource-instance_method
213
+ def tag_resource: (
214
+ resource_arn: ::String,
215
+ tags: Hash[::String, ::String]
216
+ ) -> _TagResourceResponseSuccess
217
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
218
+
219
+ interface _UntagResourceResponseSuccess
220
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
221
+ end
222
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#untag_resource-instance_method
223
+ def untag_resource: (
224
+ resource_arn: ::String,
225
+ tag_keys: Array[::String]
226
+ ) -> _UntagResourceResponseSuccess
227
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
228
+
229
+ interface _UpdateDeviceResponseSuccess
230
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDeviceResponse]
231
+ def device: () -> Types::DeviceSummary
232
+ end
233
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#update_device-instance_method
234
+ def update_device: (
235
+ id: ::String,
236
+ ?name: ::String,
237
+ ?desired_software_set_id: ::String,
238
+ ?software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY"),
239
+ ?kms_key_arn: ::String
240
+ ) -> _UpdateDeviceResponseSuccess
241
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDeviceResponseSuccess
242
+
243
+ interface _UpdateEnvironmentResponseSuccess
244
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentResponse]
245
+ def environment: () -> Types::EnvironmentSummary
246
+ end
247
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#update_environment-instance_method
248
+ def update_environment: (
249
+ id: ::String,
250
+ ?name: ::String,
251
+ ?desktop_arn: ::String,
252
+ ?desktop_endpoint: ::String,
253
+ ?software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY"),
254
+ ?maintenance_window: {
255
+ type: ("SYSTEM" | "CUSTOM")?,
256
+ start_time_hour: ::Integer?,
257
+ start_time_minute: ::Integer?,
258
+ end_time_hour: ::Integer?,
259
+ end_time_minute: ::Integer?,
260
+ days_of_the_week: Array[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")]?,
261
+ apply_time_of: ("UTC" | "DEVICE")?
262
+ },
263
+ ?software_set_update_mode: ("USE_LATEST" | "USE_DESIRED"),
264
+ ?desired_software_set_id: ::String
265
+ ) -> _UpdateEnvironmentResponseSuccess
266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
267
+
268
+ interface _UpdateSoftwareSetResponseSuccess
269
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSoftwareSetResponse]
270
+ end
271
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Client.html#update_software_set-instance_method
272
+ def update_software_set: (
273
+ id: ::String,
274
+ validation_status: ("VALIDATED" | "NOT_VALIDATED")
275
+ ) -> _UpdateSoftwareSetResponseSuccess
276
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSoftwareSetResponseSuccess
277
+ end
278
+ end
279
+ end
280
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,55 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WorkSpacesThinClient
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ def resource_id: () -> ::String
20
+ def resource_type: () -> ::String
21
+ end
22
+ class InternalServerException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ def retry_after_seconds: () -> ::String
25
+ end
26
+ class InternalServiceException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ def retry_after_seconds: () -> ::String
29
+ end
30
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
31
+ def message: () -> ::String
32
+ def resource_id: () -> ::String
33
+ def resource_type: () -> ::String
34
+ end
35
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
36
+ def message: () -> ::String
37
+ def resource_id: () -> ::String
38
+ def resource_type: () -> ::String
39
+ def service_code: () -> ::String
40
+ def quota_code: () -> ::String
41
+ end
42
+ class ThrottlingException < ::Aws::Errors::ServiceError
43
+ def message: () -> ::String
44
+ def service_code: () -> ::String
45
+ def quota_code: () -> ::String
46
+ def retry_after_seconds: () -> ::String
47
+ end
48
+ class ValidationException < ::Aws::Errors::ServiceError
49
+ def message: () -> ::String
50
+ def reason: () -> ::String
51
+ def field_list: () -> ::String
52
+ end
53
+ end
54
+ end
55
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WorkSpacesThinClient
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesThinClient/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,384 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::WorkSpacesThinClient
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ConflictException
17
+ attr_accessor message: ::String
18
+ attr_accessor resource_id: ::String
19
+ attr_accessor resource_type: ::String
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class CreateEnvironmentRequest
24
+ attr_accessor name: ::String
25
+ attr_accessor desktop_arn: ::String
26
+ attr_accessor desktop_endpoint: ::String
27
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
28
+ attr_accessor maintenance_window: Types::MaintenanceWindow
29
+ attr_accessor software_set_update_mode: ("USE_LATEST" | "USE_DESIRED")
30
+ attr_accessor desired_software_set_id: ::String
31
+ attr_accessor kms_key_arn: ::String
32
+ attr_accessor client_token: ::String
33
+ attr_accessor tags: ::Hash[::String, ::String]
34
+ SENSITIVE: [:name, :desktop_endpoint, :tags]
35
+ end
36
+
37
+ class CreateEnvironmentResponse
38
+ attr_accessor environment: Types::EnvironmentSummary
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class DeleteDeviceRequest
43
+ attr_accessor id: ::String
44
+ attr_accessor client_token: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class DeleteDeviceResponse < Aws::EmptyStructure
49
+ end
50
+
51
+ class DeleteEnvironmentRequest
52
+ attr_accessor id: ::String
53
+ attr_accessor client_token: ::String
54
+ SENSITIVE: []
55
+ end
56
+
57
+ class DeleteEnvironmentResponse < Aws::EmptyStructure
58
+ end
59
+
60
+ class DeregisterDeviceRequest
61
+ attr_accessor id: ::String
62
+ attr_accessor target_device_status: ("DEREGISTERED" | "ARCHIVED")
63
+ attr_accessor client_token: ::String
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class DeregisterDeviceResponse < Aws::EmptyStructure
68
+ end
69
+
70
+ class Device
71
+ attr_accessor id: ::String
72
+ attr_accessor serial_number: ::String
73
+ attr_accessor name: ::String
74
+ attr_accessor model: ::String
75
+ attr_accessor environment_id: ::String
76
+ attr_accessor status: ("REGISTERED" | "DEREGISTERING" | "DEREGISTERED" | "ARCHIVED")
77
+ attr_accessor current_software_set_id: ::String
78
+ attr_accessor current_software_set_version: ::String
79
+ attr_accessor desired_software_set_id: ::String
80
+ attr_accessor pending_software_set_id: ::String
81
+ attr_accessor pending_software_set_version: ::String
82
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
83
+ attr_accessor software_set_compliance_status: ("NONE" | "COMPLIANT" | "NOT_COMPLIANT")
84
+ attr_accessor software_set_update_status: ("AVAILABLE" | "IN_PROGRESS" | "UP_TO_DATE")
85
+ attr_accessor last_connected_at: ::Time
86
+ attr_accessor last_posture_at: ::Time
87
+ attr_accessor created_at: ::Time
88
+ attr_accessor updated_at: ::Time
89
+ attr_accessor arn: ::String
90
+ attr_accessor kms_key_arn: ::String
91
+ attr_accessor tags: Types::EmbeddedTag
92
+ SENSITIVE: [:name, :tags]
93
+ end
94
+
95
+ class DeviceSummary
96
+ attr_accessor id: ::String
97
+ attr_accessor serial_number: ::String
98
+ attr_accessor name: ::String
99
+ attr_accessor model: ::String
100
+ attr_accessor environment_id: ::String
101
+ attr_accessor status: ("REGISTERED" | "DEREGISTERING" | "DEREGISTERED" | "ARCHIVED")
102
+ attr_accessor current_software_set_id: ::String
103
+ attr_accessor desired_software_set_id: ::String
104
+ attr_accessor pending_software_set_id: ::String
105
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
106
+ attr_accessor last_connected_at: ::Time
107
+ attr_accessor last_posture_at: ::Time
108
+ attr_accessor created_at: ::Time
109
+ attr_accessor updated_at: ::Time
110
+ attr_accessor arn: ::String
111
+ attr_accessor tags: Types::EmbeddedTag
112
+ SENSITIVE: [:name, :tags]
113
+ end
114
+
115
+ class EmbeddedTag
116
+ attr_accessor resource_arn: ::String
117
+ attr_accessor internal_id: ::String
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class Environment
122
+ attr_accessor id: ::String
123
+ attr_accessor name: ::String
124
+ attr_accessor desktop_arn: ::String
125
+ attr_accessor desktop_endpoint: ::String
126
+ attr_accessor desktop_type: ("workspaces" | "appstream" | "workspaces-web")
127
+ attr_accessor activation_code: ::String
128
+ attr_accessor registered_devices_count: ::Integer
129
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
130
+ attr_accessor maintenance_window: Types::MaintenanceWindow
131
+ attr_accessor software_set_update_mode: ("USE_LATEST" | "USE_DESIRED")
132
+ attr_accessor desired_software_set_id: ::String
133
+ attr_accessor pending_software_set_id: ::String
134
+ attr_accessor pending_software_set_version: ::String
135
+ attr_accessor software_set_compliance_status: ("NO_REGISTERED_DEVICES" | "COMPLIANT" | "NOT_COMPLIANT")
136
+ attr_accessor created_at: ::Time
137
+ attr_accessor updated_at: ::Time
138
+ attr_accessor arn: ::String
139
+ attr_accessor kms_key_arn: ::String
140
+ attr_accessor tags: Types::EmbeddedTag
141
+ SENSITIVE: [:name, :desktop_endpoint, :tags]
142
+ end
143
+
144
+ class EnvironmentSummary
145
+ attr_accessor id: ::String
146
+ attr_accessor name: ::String
147
+ attr_accessor desktop_arn: ::String
148
+ attr_accessor desktop_endpoint: ::String
149
+ attr_accessor desktop_type: ("workspaces" | "appstream" | "workspaces-web")
150
+ attr_accessor activation_code: ::String
151
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
152
+ attr_accessor maintenance_window: Types::MaintenanceWindow
153
+ attr_accessor software_set_update_mode: ("USE_LATEST" | "USE_DESIRED")
154
+ attr_accessor desired_software_set_id: ::String
155
+ attr_accessor pending_software_set_id: ::String
156
+ attr_accessor created_at: ::Time
157
+ attr_accessor updated_at: ::Time
158
+ attr_accessor arn: ::String
159
+ attr_accessor tags: Types::EmbeddedTag
160
+ SENSITIVE: [:name, :desktop_endpoint, :tags]
161
+ end
162
+
163
+ class GetDeviceRequest
164
+ attr_accessor id: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class GetDeviceResponse
169
+ attr_accessor device: Types::Device
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class GetEnvironmentRequest
174
+ attr_accessor id: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class GetEnvironmentResponse
179
+ attr_accessor environment: Types::Environment
180
+ SENSITIVE: []
181
+ end
182
+
183
+ class GetSoftwareSetRequest
184
+ attr_accessor id: ::String
185
+ SENSITIVE: []
186
+ end
187
+
188
+ class GetSoftwareSetResponse
189
+ attr_accessor software_set: Types::SoftwareSet
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class InternalServerException
194
+ attr_accessor message: ::String
195
+ attr_accessor retry_after_seconds: ::Integer
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class InternalServiceException
200
+ attr_accessor message: ::String
201
+ attr_accessor retry_after_seconds: ::Integer
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class ListDevicesRequest
206
+ attr_accessor next_token: ::String
207
+ attr_accessor max_results: ::Integer
208
+ SENSITIVE: []
209
+ end
210
+
211
+ class ListDevicesResponse
212
+ attr_accessor devices: ::Array[Types::DeviceSummary]
213
+ attr_accessor next_token: ::String
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class ListEnvironmentsRequest
218
+ attr_accessor next_token: ::String
219
+ attr_accessor max_results: ::Integer
220
+ SENSITIVE: []
221
+ end
222
+
223
+ class ListEnvironmentsResponse
224
+ attr_accessor environments: ::Array[Types::EnvironmentSummary]
225
+ attr_accessor next_token: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class ListSoftwareSetsRequest
230
+ attr_accessor next_token: ::String
231
+ attr_accessor max_results: ::Integer
232
+ SENSITIVE: []
233
+ end
234
+
235
+ class ListSoftwareSetsResponse
236
+ attr_accessor software_sets: ::Array[Types::SoftwareSetSummary]
237
+ attr_accessor next_token: ::String
238
+ SENSITIVE: []
239
+ end
240
+
241
+ class ListTagsForResourceRequest
242
+ attr_accessor resource_arn: ::String
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class ListTagsForResourceResponse
247
+ attr_accessor tags: ::Hash[::String, ::String]
248
+ SENSITIVE: [:tags]
249
+ end
250
+
251
+ class MaintenanceWindow
252
+ attr_accessor type: ("SYSTEM" | "CUSTOM")
253
+ attr_accessor start_time_hour: ::Integer
254
+ attr_accessor start_time_minute: ::Integer
255
+ attr_accessor end_time_hour: ::Integer
256
+ attr_accessor end_time_minute: ::Integer
257
+ attr_accessor days_of_the_week: ::Array[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")]
258
+ attr_accessor apply_time_of: ("UTC" | "DEVICE")
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class ResourceNotFoundException
263
+ attr_accessor message: ::String
264
+ attr_accessor resource_id: ::String
265
+ attr_accessor resource_type: ::String
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class ServiceQuotaExceededException
270
+ attr_accessor message: ::String
271
+ attr_accessor resource_id: ::String
272
+ attr_accessor resource_type: ::String
273
+ attr_accessor service_code: ::String
274
+ attr_accessor quota_code: ::String
275
+ SENSITIVE: []
276
+ end
277
+
278
+ class Software
279
+ attr_accessor name: ::String
280
+ attr_accessor version: ::String
281
+ SENSITIVE: []
282
+ end
283
+
284
+ class SoftwareSet
285
+ attr_accessor id: ::String
286
+ attr_accessor version: ::String
287
+ attr_accessor released_at: ::Time
288
+ attr_accessor supported_until: ::Time
289
+ attr_accessor validation_status: ("VALIDATED" | "NOT_VALIDATED")
290
+ attr_accessor software: ::Array[Types::Software]
291
+ attr_accessor arn: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class SoftwareSetSummary
296
+ attr_accessor id: ::String
297
+ attr_accessor version: ::String
298
+ attr_accessor released_at: ::Time
299
+ attr_accessor supported_until: ::Time
300
+ attr_accessor validation_status: ("VALIDATED" | "NOT_VALIDATED")
301
+ attr_accessor arn: ::String
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class TagResourceRequest
306
+ attr_accessor resource_arn: ::String
307
+ attr_accessor tags: ::Hash[::String, ::String]
308
+ SENSITIVE: [:tags]
309
+ end
310
+
311
+ class TagResourceResponse < Aws::EmptyStructure
312
+ end
313
+
314
+ class ThrottlingException
315
+ attr_accessor message: ::String
316
+ attr_accessor service_code: ::String
317
+ attr_accessor quota_code: ::String
318
+ attr_accessor retry_after_seconds: ::Integer
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class UntagResourceRequest
323
+ attr_accessor resource_arn: ::String
324
+ attr_accessor tag_keys: ::Array[::String]
325
+ SENSITIVE: [:tag_keys]
326
+ end
327
+
328
+ class UntagResourceResponse < Aws::EmptyStructure
329
+ end
330
+
331
+ class UpdateDeviceRequest
332
+ attr_accessor id: ::String
333
+ attr_accessor name: ::String
334
+ attr_accessor desired_software_set_id: ::String
335
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
336
+ attr_accessor kms_key_arn: ::String
337
+ SENSITIVE: [:name]
338
+ end
339
+
340
+ class UpdateDeviceResponse
341
+ attr_accessor device: Types::DeviceSummary
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class UpdateEnvironmentRequest
346
+ attr_accessor id: ::String
347
+ attr_accessor name: ::String
348
+ attr_accessor desktop_arn: ::String
349
+ attr_accessor desktop_endpoint: ::String
350
+ attr_accessor software_set_update_schedule: ("USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY")
351
+ attr_accessor maintenance_window: Types::MaintenanceWindow
352
+ attr_accessor software_set_update_mode: ("USE_LATEST" | "USE_DESIRED")
353
+ attr_accessor desired_software_set_id: ::String
354
+ SENSITIVE: [:name, :desktop_endpoint]
355
+ end
356
+
357
+ class UpdateEnvironmentResponse
358
+ attr_accessor environment: Types::EnvironmentSummary
359
+ SENSITIVE: []
360
+ end
361
+
362
+ class UpdateSoftwareSetRequest
363
+ attr_accessor id: ::String
364
+ attr_accessor validation_status: ("VALIDATED" | "NOT_VALIDATED")
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class UpdateSoftwareSetResponse < Aws::EmptyStructure
369
+ end
370
+
371
+ class ValidationException
372
+ attr_accessor message: ::String
373
+ attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
374
+ attr_accessor field_list: ::Array[Types::ValidationExceptionField]
375
+ SENSITIVE: []
376
+ end
377
+
378
+ class ValidationExceptionField
379
+ attr_accessor name: ::String
380
+ attr_accessor message: ::String
381
+ SENSITIVE: []
382
+ end
383
+ end
384
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WorkSpacesThinClient
10
+ module Waiters
11
+ end
12
+ end
13
+ end
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.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-workspacesthinclient/plugins/endpoints.rb
67
67
  - lib/aws-sdk-workspacesthinclient/resource.rb
68
68
  - lib/aws-sdk-workspacesthinclient/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspacesthinclient
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspacesthinclient/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - Amazon WorkSpaces Thin Client
94
99
  test_files: []