aws-sdk-iotroborunner 1.10.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02dabf169dafbe604fdfa04d76f5522b7b2f77b80619c91d8e2d3af634dc590c
4
- data.tar.gz: 63c344c2b0aa74862b15e6f9e29c71d872df3c3d9f3c6014f82950a21787be68
3
+ metadata.gz: 947b1423865ef8c730218755faa2b177d27f79e07ba8588e176c690202469fb4
4
+ data.tar.gz: 2090bd5eb1ebae27ba7faa12226394e9fde648938036e4ff398d21cb03c8af5c
5
5
  SHA512:
6
- metadata.gz: 2869d5794e1f9c2ed6d869ef0a71fa77c44c9695ceed2c388ba8e73817d97cfbc38cd7e60bbe99f537e3f261130cfca58c5b0ab6f48f27c1a568c4e6bc56e568
7
- data.tar.gz: c18fddfe87f679d10214d6e0b905380c0270ab5a17253e452314255a25f8ba060007cdbfcb89092cc8c2da2b9f4d5aaeb8dd539e561401f9118cbea97cc65013
6
+ metadata.gz: '032695e8602b122af8756549caf7cf53b935955fabf72e99f77ee6b20b3e5e22371105c1162137ef70133460967907ae5f37ce5b067afa0b213a24bdd1b6f30c'
7
+ data.tar.gz: a11615f9d5acc7f8a941a5285d96587b2db68a69fbad57ba9853e18b1cbd6c583105eb700e633f0a8176292f1d56c9929827e2d3e83e596a0697c42fc345b9ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2024-03-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - Deprecated this service.
10
+
11
+ 1.11.0 (2024-01-26)
12
+ ------------------
13
+
14
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
15
+
4
16
  1.10.0 (2023-11-28)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.12.0
@@ -1310,7 +1310,7 @@ module Aws::IoTRoboRunner
1310
1310
  params: params,
1311
1311
  config: config)
1312
1312
  context[:gem_name] = 'aws-sdk-iotroborunner'
1313
- context[:gem_version] = '1.10.0'
1313
+ context[:gem_version] = '1.12.0'
1314
1314
  Seahorse::Client::Request.new(handlers, context)
1315
1315
  end
1316
1316
 
@@ -14,6 +14,7 @@ module Aws::IoTRoboRunner
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::IoTRoboRunner::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-iotroborunner/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTRoboRunner
54
54
 
55
- GEM_VERSION = '1.10.0'
55
+ GEM_VERSION = '1.12.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,410 @@
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 IoTRoboRunner
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/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 _CreateDestinationResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDestinationResponse]
77
+ def arn: () -> ::String
78
+ def id: () -> ::String
79
+ def created_at: () -> ::Time
80
+ def updated_at: () -> ::Time
81
+ def state: () -> ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
82
+ end
83
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#create_destination-instance_method
84
+ def create_destination: (
85
+ ?client_token: ::String,
86
+ name: ::String,
87
+ site: ::String,
88
+ ?state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED"),
89
+ ?additional_fixed_properties: ::String
90
+ ) -> _CreateDestinationResponseSuccess
91
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDestinationResponseSuccess
92
+
93
+ interface _CreateSiteResponseSuccess
94
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSiteResponse]
95
+ def arn: () -> ::String
96
+ def id: () -> ::String
97
+ def created_at: () -> ::Time
98
+ def updated_at: () -> ::Time
99
+ end
100
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#create_site-instance_method
101
+ def create_site: (
102
+ ?client_token: ::String,
103
+ name: ::String,
104
+ country_code: ::String,
105
+ ?description: ::String
106
+ ) -> _CreateSiteResponseSuccess
107
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSiteResponseSuccess
108
+
109
+ interface _CreateWorkerResponseSuccess
110
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkerResponse]
111
+ def arn: () -> ::String
112
+ def id: () -> ::String
113
+ def created_at: () -> ::Time
114
+ def updated_at: () -> ::Time
115
+ def site: () -> ::String
116
+ end
117
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#create_worker-instance_method
118
+ def create_worker: (
119
+ ?client_token: ::String,
120
+ name: ::String,
121
+ fleet: ::String,
122
+ ?additional_transient_properties: ::String,
123
+ ?additional_fixed_properties: ::String,
124
+ ?vendor_properties: {
125
+ vendor_worker_id: ::String,
126
+ vendor_worker_ip_address: ::String?,
127
+ vendor_additional_transient_properties: ::String?,
128
+ vendor_additional_fixed_properties: ::String?
129
+ },
130
+ ?position: {
131
+ cartesian_coordinates: {
132
+ x: ::Float,
133
+ y: ::Float,
134
+ z: ::Float?
135
+ }?
136
+ },
137
+ ?orientation: {
138
+ degrees: ::Float?
139
+ }
140
+ ) -> _CreateWorkerResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkerResponseSuccess
142
+
143
+ interface _CreateWorkerFleetResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkerFleetResponse]
145
+ def arn: () -> ::String
146
+ def id: () -> ::String
147
+ def created_at: () -> ::Time
148
+ def updated_at: () -> ::Time
149
+ end
150
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#create_worker_fleet-instance_method
151
+ def create_worker_fleet: (
152
+ ?client_token: ::String,
153
+ name: ::String,
154
+ site: ::String,
155
+ ?additional_fixed_properties: ::String
156
+ ) -> _CreateWorkerFleetResponseSuccess
157
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkerFleetResponseSuccess
158
+
159
+ interface _DeleteDestinationResponseSuccess
160
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDestinationResponse]
161
+ end
162
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#delete_destination-instance_method
163
+ def delete_destination: (
164
+ id: ::String
165
+ ) -> _DeleteDestinationResponseSuccess
166
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDestinationResponseSuccess
167
+
168
+ interface _DeleteSiteResponseSuccess
169
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSiteResponse]
170
+ end
171
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#delete_site-instance_method
172
+ def delete_site: (
173
+ id: ::String
174
+ ) -> _DeleteSiteResponseSuccess
175
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSiteResponseSuccess
176
+
177
+ interface _DeleteWorkerResponseSuccess
178
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWorkerResponse]
179
+ end
180
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#delete_worker-instance_method
181
+ def delete_worker: (
182
+ id: ::String
183
+ ) -> _DeleteWorkerResponseSuccess
184
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWorkerResponseSuccess
185
+
186
+ interface _DeleteWorkerFleetResponseSuccess
187
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWorkerFleetResponse]
188
+ end
189
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#delete_worker_fleet-instance_method
190
+ def delete_worker_fleet: (
191
+ id: ::String
192
+ ) -> _DeleteWorkerFleetResponseSuccess
193
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWorkerFleetResponseSuccess
194
+
195
+ interface _GetDestinationResponseSuccess
196
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDestinationResponse]
197
+ def arn: () -> ::String
198
+ def id: () -> ::String
199
+ def name: () -> ::String
200
+ def site: () -> ::String
201
+ def created_at: () -> ::Time
202
+ def updated_at: () -> ::Time
203
+ def state: () -> ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
204
+ def additional_fixed_properties: () -> ::String
205
+ end
206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#get_destination-instance_method
207
+ def get_destination: (
208
+ id: ::String
209
+ ) -> _GetDestinationResponseSuccess
210
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDestinationResponseSuccess
211
+
212
+ interface _GetSiteResponseSuccess
213
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSiteResponse]
214
+ def arn: () -> ::String
215
+ def id: () -> ::String
216
+ def name: () -> ::String
217
+ def country_code: () -> ::String
218
+ def description: () -> ::String
219
+ def created_at: () -> ::Time
220
+ def updated_at: () -> ::Time
221
+ end
222
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#get_site-instance_method
223
+ def get_site: (
224
+ id: ::String
225
+ ) -> _GetSiteResponseSuccess
226
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSiteResponseSuccess
227
+
228
+ interface _GetWorkerResponseSuccess
229
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWorkerResponse]
230
+ def arn: () -> ::String
231
+ def id: () -> ::String
232
+ def fleet: () -> ::String
233
+ def site: () -> ::String
234
+ def created_at: () -> ::Time
235
+ def updated_at: () -> ::Time
236
+ def name: () -> ::String
237
+ def additional_transient_properties: () -> ::String
238
+ def additional_fixed_properties: () -> ::String
239
+ def vendor_properties: () -> Types::VendorProperties
240
+ def position: () -> Types::PositionCoordinates
241
+ def orientation: () -> Types::Orientation
242
+ end
243
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#get_worker-instance_method
244
+ def get_worker: (
245
+ id: ::String
246
+ ) -> _GetWorkerResponseSuccess
247
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWorkerResponseSuccess
248
+
249
+ interface _GetWorkerFleetResponseSuccess
250
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWorkerFleetResponse]
251
+ def id: () -> ::String
252
+ def arn: () -> ::String
253
+ def name: () -> ::String
254
+ def site: () -> ::String
255
+ def created_at: () -> ::Time
256
+ def updated_at: () -> ::Time
257
+ def additional_fixed_properties: () -> ::String
258
+ end
259
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#get_worker_fleet-instance_method
260
+ def get_worker_fleet: (
261
+ id: ::String
262
+ ) -> _GetWorkerFleetResponseSuccess
263
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWorkerFleetResponseSuccess
264
+
265
+ interface _ListDestinationsResponseSuccess
266
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDestinationsResponse]
267
+ def next_token: () -> ::String
268
+ def destinations: () -> ::Array[Types::Destination]
269
+ end
270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#list_destinations-instance_method
271
+ def list_destinations: (
272
+ site: ::String,
273
+ ?max_results: ::Integer,
274
+ ?next_token: ::String,
275
+ ?state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
276
+ ) -> _ListDestinationsResponseSuccess
277
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDestinationsResponseSuccess
278
+
279
+ interface _ListSitesResponseSuccess
280
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSitesResponse]
281
+ def next_token: () -> ::String
282
+ def sites: () -> ::Array[Types::Site]
283
+ end
284
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#list_sites-instance_method
285
+ def list_sites: (
286
+ ?max_results: ::Integer,
287
+ ?next_token: ::String
288
+ ) -> _ListSitesResponseSuccess
289
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSitesResponseSuccess
290
+
291
+ interface _ListWorkerFleetsResponseSuccess
292
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkerFleetsResponse]
293
+ def next_token: () -> ::String
294
+ def worker_fleets: () -> ::Array[Types::WorkerFleet]
295
+ end
296
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#list_worker_fleets-instance_method
297
+ def list_worker_fleets: (
298
+ site: ::String,
299
+ ?max_results: ::Integer,
300
+ ?next_token: ::String
301
+ ) -> _ListWorkerFleetsResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkerFleetsResponseSuccess
303
+
304
+ interface _ListWorkersResponseSuccess
305
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkersResponse]
306
+ def next_token: () -> ::String
307
+ def workers: () -> ::Array[Types::Worker]
308
+ end
309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#list_workers-instance_method
310
+ def list_workers: (
311
+ site: ::String,
312
+ ?max_results: ::Integer,
313
+ ?next_token: ::String,
314
+ ?fleet: ::String
315
+ ) -> _ListWorkersResponseSuccess
316
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkersResponseSuccess
317
+
318
+ interface _UpdateDestinationResponseSuccess
319
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDestinationResponse]
320
+ def arn: () -> ::String
321
+ def id: () -> ::String
322
+ def name: () -> ::String
323
+ def updated_at: () -> ::Time
324
+ def state: () -> ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
325
+ def additional_fixed_properties: () -> ::String
326
+ end
327
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#update_destination-instance_method
328
+ def update_destination: (
329
+ id: ::String,
330
+ ?name: ::String,
331
+ ?state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED"),
332
+ ?additional_fixed_properties: ::String
333
+ ) -> _UpdateDestinationResponseSuccess
334
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDestinationResponseSuccess
335
+
336
+ interface _UpdateSiteResponseSuccess
337
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSiteResponse]
338
+ def arn: () -> ::String
339
+ def id: () -> ::String
340
+ def name: () -> ::String
341
+ def country_code: () -> ::String
342
+ def description: () -> ::String
343
+ def updated_at: () -> ::Time
344
+ end
345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#update_site-instance_method
346
+ def update_site: (
347
+ id: ::String,
348
+ ?name: ::String,
349
+ ?country_code: ::String,
350
+ ?description: ::String
351
+ ) -> _UpdateSiteResponseSuccess
352
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSiteResponseSuccess
353
+
354
+ interface _UpdateWorkerResponseSuccess
355
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWorkerResponse]
356
+ def arn: () -> ::String
357
+ def id: () -> ::String
358
+ def fleet: () -> ::String
359
+ def updated_at: () -> ::Time
360
+ def name: () -> ::String
361
+ def additional_transient_properties: () -> ::String
362
+ def additional_fixed_properties: () -> ::String
363
+ def orientation: () -> Types::Orientation
364
+ def vendor_properties: () -> Types::VendorProperties
365
+ def position: () -> Types::PositionCoordinates
366
+ end
367
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#update_worker-instance_method
368
+ def update_worker: (
369
+ id: ::String,
370
+ ?name: ::String,
371
+ ?additional_transient_properties: ::String,
372
+ ?additional_fixed_properties: ::String,
373
+ ?vendor_properties: {
374
+ vendor_worker_id: ::String,
375
+ vendor_worker_ip_address: ::String?,
376
+ vendor_additional_transient_properties: ::String?,
377
+ vendor_additional_fixed_properties: ::String?
378
+ },
379
+ ?position: {
380
+ cartesian_coordinates: {
381
+ x: ::Float,
382
+ y: ::Float,
383
+ z: ::Float?
384
+ }?
385
+ },
386
+ ?orientation: {
387
+ degrees: ::Float?
388
+ }
389
+ ) -> _UpdateWorkerResponseSuccess
390
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkerResponseSuccess
391
+
392
+ interface _UpdateWorkerFleetResponseSuccess
393
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWorkerFleetResponse]
394
+ def arn: () -> ::String
395
+ def id: () -> ::String
396
+ def name: () -> ::String
397
+ def updated_at: () -> ::Time
398
+ def additional_fixed_properties: () -> ::String
399
+ end
400
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Client.html#update_worker_fleet-instance_method
401
+ def update_worker_fleet: (
402
+ id: ::String,
403
+ ?name: ::String,
404
+ ?additional_fixed_properties: ::String
405
+ ) -> _UpdateWorkerFleetResponseSuccess
406
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkerFleetResponseSuccess
407
+ end
408
+ end
409
+ end
410
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,37 @@
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 IoTRoboRunner
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
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class ThrottlingException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ class ValidationException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ end
35
+ end
36
+ end
37
+ 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 IoTRoboRunner
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTRoboRunner/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,433 @@
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::IoTRoboRunner
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class CartesianCoordinates
17
+ attr_accessor x: ::Float
18
+ attr_accessor y: ::Float
19
+ attr_accessor z: ::Float
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class ConflictException
24
+ attr_accessor message: ::String
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class CreateDestinationRequest
29
+ attr_accessor client_token: ::String
30
+ attr_accessor name: ::String
31
+ attr_accessor site: ::String
32
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
33
+ attr_accessor additional_fixed_properties: ::String
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class CreateDestinationResponse
38
+ attr_accessor arn: ::String
39
+ attr_accessor id: ::String
40
+ attr_accessor created_at: ::Time
41
+ attr_accessor updated_at: ::Time
42
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class CreateSiteRequest
47
+ attr_accessor client_token: ::String
48
+ attr_accessor name: ::String
49
+ attr_accessor country_code: ::String
50
+ attr_accessor description: ::String
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class CreateSiteResponse
55
+ attr_accessor arn: ::String
56
+ attr_accessor id: ::String
57
+ attr_accessor created_at: ::Time
58
+ attr_accessor updated_at: ::Time
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class CreateWorkerFleetRequest
63
+ attr_accessor client_token: ::String
64
+ attr_accessor name: ::String
65
+ attr_accessor site: ::String
66
+ attr_accessor additional_fixed_properties: ::String
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class CreateWorkerFleetResponse
71
+ attr_accessor arn: ::String
72
+ attr_accessor id: ::String
73
+ attr_accessor created_at: ::Time
74
+ attr_accessor updated_at: ::Time
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class CreateWorkerRequest
79
+ attr_accessor client_token: ::String
80
+ attr_accessor name: ::String
81
+ attr_accessor fleet: ::String
82
+ attr_accessor additional_transient_properties: ::String
83
+ attr_accessor additional_fixed_properties: ::String
84
+ attr_accessor vendor_properties: Types::VendorProperties
85
+ attr_accessor position: Types::PositionCoordinates
86
+ attr_accessor orientation: Types::Orientation
87
+ SENSITIVE: []
88
+ end
89
+
90
+ class CreateWorkerResponse
91
+ attr_accessor arn: ::String
92
+ attr_accessor id: ::String
93
+ attr_accessor created_at: ::Time
94
+ attr_accessor updated_at: ::Time
95
+ attr_accessor site: ::String
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class DeleteDestinationRequest
100
+ attr_accessor id: ::String
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class DeleteDestinationResponse < Aws::EmptyStructure
105
+ end
106
+
107
+ class DeleteSiteRequest
108
+ attr_accessor id: ::String
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class DeleteSiteResponse < Aws::EmptyStructure
113
+ end
114
+
115
+ class DeleteWorkerFleetRequest
116
+ attr_accessor id: ::String
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class DeleteWorkerFleetResponse < Aws::EmptyStructure
121
+ end
122
+
123
+ class DeleteWorkerRequest
124
+ attr_accessor id: ::String
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class DeleteWorkerResponse < Aws::EmptyStructure
129
+ end
130
+
131
+ class Destination
132
+ attr_accessor arn: ::String
133
+ attr_accessor id: ::String
134
+ attr_accessor name: ::String
135
+ attr_accessor site: ::String
136
+ attr_accessor created_at: ::Time
137
+ attr_accessor updated_at: ::Time
138
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
139
+ attr_accessor additional_fixed_properties: ::String
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class GetDestinationRequest
144
+ attr_accessor id: ::String
145
+ SENSITIVE: []
146
+ end
147
+
148
+ class GetDestinationResponse
149
+ attr_accessor arn: ::String
150
+ attr_accessor id: ::String
151
+ attr_accessor name: ::String
152
+ attr_accessor site: ::String
153
+ attr_accessor created_at: ::Time
154
+ attr_accessor updated_at: ::Time
155
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
156
+ attr_accessor additional_fixed_properties: ::String
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class GetSiteRequest
161
+ attr_accessor id: ::String
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class GetSiteResponse
166
+ attr_accessor arn: ::String
167
+ attr_accessor id: ::String
168
+ attr_accessor name: ::String
169
+ attr_accessor country_code: ::String
170
+ attr_accessor description: ::String
171
+ attr_accessor created_at: ::Time
172
+ attr_accessor updated_at: ::Time
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class GetWorkerFleetRequest
177
+ attr_accessor id: ::String
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class GetWorkerFleetResponse
182
+ attr_accessor id: ::String
183
+ attr_accessor arn: ::String
184
+ attr_accessor name: ::String
185
+ attr_accessor site: ::String
186
+ attr_accessor created_at: ::Time
187
+ attr_accessor updated_at: ::Time
188
+ attr_accessor additional_fixed_properties: ::String
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class GetWorkerRequest
193
+ attr_accessor id: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class GetWorkerResponse
198
+ attr_accessor arn: ::String
199
+ attr_accessor id: ::String
200
+ attr_accessor fleet: ::String
201
+ attr_accessor site: ::String
202
+ attr_accessor created_at: ::Time
203
+ attr_accessor updated_at: ::Time
204
+ attr_accessor name: ::String
205
+ attr_accessor additional_transient_properties: ::String
206
+ attr_accessor additional_fixed_properties: ::String
207
+ attr_accessor vendor_properties: Types::VendorProperties
208
+ attr_accessor position: Types::PositionCoordinates
209
+ attr_accessor orientation: Types::Orientation
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class InternalServerException
214
+ attr_accessor message: ::String
215
+ SENSITIVE: []
216
+ end
217
+
218
+ class ListDestinationsRequest
219
+ attr_accessor site: ::String
220
+ attr_accessor max_results: ::Integer
221
+ attr_accessor next_token: ::String
222
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class ListDestinationsResponse
227
+ attr_accessor next_token: ::String
228
+ attr_accessor destinations: ::Array[Types::Destination]
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class ListSitesRequest
233
+ attr_accessor max_results: ::Integer
234
+ attr_accessor next_token: ::String
235
+ SENSITIVE: []
236
+ end
237
+
238
+ class ListSitesResponse
239
+ attr_accessor next_token: ::String
240
+ attr_accessor sites: ::Array[Types::Site]
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class ListWorkerFleetsRequest
245
+ attr_accessor site: ::String
246
+ attr_accessor max_results: ::Integer
247
+ attr_accessor next_token: ::String
248
+ SENSITIVE: []
249
+ end
250
+
251
+ class ListWorkerFleetsResponse
252
+ attr_accessor next_token: ::String
253
+ attr_accessor worker_fleets: ::Array[Types::WorkerFleet]
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class ListWorkersRequest
258
+ attr_accessor site: ::String
259
+ attr_accessor max_results: ::Integer
260
+ attr_accessor next_token: ::String
261
+ attr_accessor fleet: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class ListWorkersResponse
266
+ attr_accessor next_token: ::String
267
+ attr_accessor workers: ::Array[Types::Worker]
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class Orientation
272
+ attr_accessor degrees: ::Float
273
+ attr_accessor unknown: untyped
274
+ SENSITIVE: []
275
+
276
+ class Degrees < Orientation
277
+ end
278
+ class Unknown < Orientation
279
+ end
280
+ end
281
+
282
+ class PositionCoordinates
283
+ attr_accessor cartesian_coordinates: Types::CartesianCoordinates
284
+ attr_accessor unknown: untyped
285
+ SENSITIVE: []
286
+
287
+ class CartesianCoordinates < PositionCoordinates
288
+ end
289
+ class Unknown < PositionCoordinates
290
+ end
291
+ end
292
+
293
+ class ResourceNotFoundException
294
+ attr_accessor message: ::String
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class ServiceQuotaExceededException
299
+ attr_accessor message: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class Site
304
+ attr_accessor arn: ::String
305
+ attr_accessor name: ::String
306
+ attr_accessor country_code: ::String
307
+ attr_accessor created_at: ::Time
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class ThrottlingException
312
+ attr_accessor message: ::String
313
+ SENSITIVE: []
314
+ end
315
+
316
+ class UpdateDestinationRequest
317
+ attr_accessor id: ::String
318
+ attr_accessor name: ::String
319
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
320
+ attr_accessor additional_fixed_properties: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class UpdateDestinationResponse
325
+ attr_accessor arn: ::String
326
+ attr_accessor id: ::String
327
+ attr_accessor name: ::String
328
+ attr_accessor updated_at: ::Time
329
+ attr_accessor state: ("ENABLED" | "DISABLED" | "DECOMMISSIONED")
330
+ attr_accessor additional_fixed_properties: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class UpdateSiteRequest
335
+ attr_accessor id: ::String
336
+ attr_accessor name: ::String
337
+ attr_accessor country_code: ::String
338
+ attr_accessor description: ::String
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class UpdateSiteResponse
343
+ attr_accessor arn: ::String
344
+ attr_accessor id: ::String
345
+ attr_accessor name: ::String
346
+ attr_accessor country_code: ::String
347
+ attr_accessor description: ::String
348
+ attr_accessor updated_at: ::Time
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class UpdateWorkerFleetRequest
353
+ attr_accessor id: ::String
354
+ attr_accessor name: ::String
355
+ attr_accessor additional_fixed_properties: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class UpdateWorkerFleetResponse
360
+ attr_accessor arn: ::String
361
+ attr_accessor id: ::String
362
+ attr_accessor name: ::String
363
+ attr_accessor updated_at: ::Time
364
+ attr_accessor additional_fixed_properties: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class UpdateWorkerRequest
369
+ attr_accessor id: ::String
370
+ attr_accessor name: ::String
371
+ attr_accessor additional_transient_properties: ::String
372
+ attr_accessor additional_fixed_properties: ::String
373
+ attr_accessor vendor_properties: Types::VendorProperties
374
+ attr_accessor position: Types::PositionCoordinates
375
+ attr_accessor orientation: Types::Orientation
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class UpdateWorkerResponse
380
+ attr_accessor arn: ::String
381
+ attr_accessor id: ::String
382
+ attr_accessor fleet: ::String
383
+ attr_accessor updated_at: ::Time
384
+ attr_accessor name: ::String
385
+ attr_accessor additional_transient_properties: ::String
386
+ attr_accessor additional_fixed_properties: ::String
387
+ attr_accessor orientation: Types::Orientation
388
+ attr_accessor vendor_properties: Types::VendorProperties
389
+ attr_accessor position: Types::PositionCoordinates
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class ValidationException
394
+ attr_accessor message: ::String
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class VendorProperties
399
+ attr_accessor vendor_worker_id: ::String
400
+ attr_accessor vendor_worker_ip_address: ::String
401
+ attr_accessor vendor_additional_transient_properties: ::String
402
+ attr_accessor vendor_additional_fixed_properties: ::String
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class Worker
407
+ attr_accessor arn: ::String
408
+ attr_accessor id: ::String
409
+ attr_accessor fleet: ::String
410
+ attr_accessor created_at: ::Time
411
+ attr_accessor updated_at: ::Time
412
+ attr_accessor name: ::String
413
+ attr_accessor site: ::String
414
+ attr_accessor additional_transient_properties: ::String
415
+ attr_accessor additional_fixed_properties: ::String
416
+ attr_accessor vendor_properties: Types::VendorProperties
417
+ attr_accessor position: Types::PositionCoordinates
418
+ attr_accessor orientation: Types::Orientation
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class WorkerFleet
423
+ attr_accessor arn: ::String
424
+ attr_accessor id: ::String
425
+ attr_accessor name: ::String
426
+ attr_accessor site: ::String
427
+ attr_accessor created_at: ::Time
428
+ attr_accessor updated_at: ::Time
429
+ attr_accessor additional_fixed_properties: ::String
430
+ SENSITIVE: []
431
+ end
432
+ end
433
+ 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 IoTRoboRunner
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-iotroborunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.12.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-03-13 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
@@ -44,8 +44,8 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.1'
47
- description: Official AWS Ruby gem for AWS IoT RoboRunner. This gem is part of the
48
- AWS SDK for Ruby.
47
+ description: "[DEPRECATED] Official AWS Ruby gem for AWS IoT RoboRunner. This gem
48
+ is part of the AWS SDK for Ruby."
49
49
  email:
50
50
  - aws-dr-rubygems@amazon.com
51
51
  executables: []
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-iotroborunner/plugins/endpoints.rb
67
67
  - lib/aws-sdk-iotroborunner/resource.rb
68
68
  - lib/aws-sdk-iotroborunner/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-iotroborunner
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotroborunner/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message: "*** aws-sdk-iotroborunner is deprecated ***"
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 - AWS IoT RoboRunner
94
99
  test_files: []