aws-sdk-panorama 1.20.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,647 @@
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 Panorama
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/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 _CreateApplicationInstanceResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationInstanceResponse]
77
+ def application_instance_id: () -> ::String
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#create_application_instance-instance_method
80
+ def create_application_instance: (
81
+ ?application_instance_id_to_replace: ::String,
82
+ default_runtime_context_device: ::String,
83
+ ?description: ::String,
84
+ ?manifest_overrides_payload: {
85
+ payload_data: ::String?
86
+ },
87
+ manifest_payload: {
88
+ payload_data: ::String?
89
+ },
90
+ ?name: ::String,
91
+ ?runtime_role_arn: ::String,
92
+ ?tags: Hash[::String, ::String]
93
+ ) -> _CreateApplicationInstanceResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationInstanceResponseSuccess
95
+
96
+ interface _CreateJobForDevicesResponseSuccess
97
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateJobForDevicesResponse]
98
+ def jobs: () -> ::Array[Types::Job]
99
+ end
100
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#create_job_for_devices-instance_method
101
+ def create_job_for_devices: (
102
+ device_ids: Array[::String],
103
+ ?device_job_config: {
104
+ ota_job_config: {
105
+ allow_major_version_update: bool?,
106
+ image_version: ::String
107
+ }?
108
+ },
109
+ job_type: ("OTA" | "REBOOT")
110
+ ) -> _CreateJobForDevicesResponseSuccess
111
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobForDevicesResponseSuccess
112
+
113
+ interface _CreateNodeFromTemplateJobResponseSuccess
114
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateNodeFromTemplateJobResponse]
115
+ def job_id: () -> ::String
116
+ end
117
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#create_node_from_template_job-instance_method
118
+ def create_node_from_template_job: (
119
+ ?job_tags: Array[
120
+ {
121
+ resource_type: ("PACKAGE"),
122
+ tags: Hash[::String, ::String]
123
+ },
124
+ ],
125
+ ?node_description: ::String,
126
+ node_name: ::String,
127
+ output_package_name: ::String,
128
+ output_package_version: ::String,
129
+ template_parameters: Hash[::String, ::String],
130
+ template_type: ("RTSP_CAMERA_STREAM")
131
+ ) -> _CreateNodeFromTemplateJobResponseSuccess
132
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNodeFromTemplateJobResponseSuccess
133
+
134
+ interface _CreatePackageResponseSuccess
135
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePackageResponse]
136
+ def arn: () -> ::String
137
+ def package_id: () -> ::String
138
+ def storage_location: () -> Types::StorageLocation
139
+ end
140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#create_package-instance_method
141
+ def create_package: (
142
+ package_name: ::String,
143
+ ?tags: Hash[::String, ::String]
144
+ ) -> _CreatePackageResponseSuccess
145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackageResponseSuccess
146
+
147
+ interface _CreatePackageImportJobResponseSuccess
148
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePackageImportJobResponse]
149
+ def job_id: () -> ::String
150
+ end
151
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#create_package_import_job-instance_method
152
+ def create_package_import_job: (
153
+ client_token: ::String,
154
+ input_config: {
155
+ package_version_input_config: {
156
+ s3_location: {
157
+ bucket_name: ::String,
158
+ object_key: ::String,
159
+ region: ::String?
160
+ }
161
+ }?
162
+ },
163
+ ?job_tags: Array[
164
+ {
165
+ resource_type: ("PACKAGE"),
166
+ tags: Hash[::String, ::String]
167
+ },
168
+ ],
169
+ job_type: ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION"),
170
+ output_config: {
171
+ package_version_output_config: {
172
+ mark_latest: bool?,
173
+ package_name: ::String,
174
+ package_version: ::String
175
+ }?
176
+ }
177
+ ) -> _CreatePackageImportJobResponseSuccess
178
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackageImportJobResponseSuccess
179
+
180
+ interface _DeleteDeviceResponseSuccess
181
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeviceResponse]
182
+ def device_id: () -> ::String
183
+ end
184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#delete_device-instance_method
185
+ def delete_device: (
186
+ device_id: ::String
187
+ ) -> _DeleteDeviceResponseSuccess
188
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeviceResponseSuccess
189
+
190
+ interface _DeletePackageResponseSuccess
191
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePackageResponse]
192
+ end
193
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#delete_package-instance_method
194
+ def delete_package: (
195
+ ?force_delete: bool,
196
+ package_id: ::String
197
+ ) -> _DeletePackageResponseSuccess
198
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePackageResponseSuccess
199
+
200
+ interface _DeregisterPackageVersionResponseSuccess
201
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterPackageVersionResponse]
202
+ end
203
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#deregister_package_version-instance_method
204
+ def deregister_package_version: (
205
+ ?owner_account: ::String,
206
+ package_id: ::String,
207
+ package_version: ::String,
208
+ patch_version: ::String,
209
+ ?updated_latest_patch_version: ::String
210
+ ) -> _DeregisterPackageVersionResponseSuccess
211
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterPackageVersionResponseSuccess
212
+
213
+ interface _DescribeApplicationInstanceResponseSuccess
214
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationInstanceResponse]
215
+ def application_instance_id: () -> ::String
216
+ def application_instance_id_to_replace: () -> ::String
217
+ def arn: () -> ::String
218
+ def created_time: () -> ::Time
219
+ def default_runtime_context_device: () -> ::String
220
+ def default_runtime_context_device_name: () -> ::String
221
+ def description: () -> ::String
222
+ def health_status: () -> ("RUNNING" | "ERROR" | "NOT_AVAILABLE")
223
+ def last_updated_time: () -> ::Time
224
+ def name: () -> ::String
225
+ def runtime_context_states: () -> ::Array[Types::ReportedRuntimeContextState]
226
+ def runtime_role_arn: () -> ::String
227
+ def status: () -> ("DEPLOYMENT_PENDING" | "DEPLOYMENT_REQUESTED" | "DEPLOYMENT_IN_PROGRESS" | "DEPLOYMENT_ERROR" | "DEPLOYMENT_SUCCEEDED" | "REMOVAL_PENDING" | "REMOVAL_REQUESTED" | "REMOVAL_IN_PROGRESS" | "REMOVAL_FAILED" | "REMOVAL_SUCCEEDED" | "DEPLOYMENT_FAILED")
228
+ def status_description: () -> ::String
229
+ def tags: () -> ::Hash[::String, ::String]
230
+ end
231
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_application_instance-instance_method
232
+ def describe_application_instance: (
233
+ application_instance_id: ::String
234
+ ) -> _DescribeApplicationInstanceResponseSuccess
235
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationInstanceResponseSuccess
236
+
237
+ interface _DescribeApplicationInstanceDetailsResponseSuccess
238
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationInstanceDetailsResponse]
239
+ def application_instance_id: () -> ::String
240
+ def application_instance_id_to_replace: () -> ::String
241
+ def created_time: () -> ::Time
242
+ def default_runtime_context_device: () -> ::String
243
+ def description: () -> ::String
244
+ def manifest_overrides_payload: () -> Types::ManifestOverridesPayload
245
+ def manifest_payload: () -> Types::ManifestPayload
246
+ def name: () -> ::String
247
+ end
248
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_application_instance_details-instance_method
249
+ def describe_application_instance_details: (
250
+ application_instance_id: ::String
251
+ ) -> _DescribeApplicationInstanceDetailsResponseSuccess
252
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationInstanceDetailsResponseSuccess
253
+
254
+ interface _DescribeDeviceResponseSuccess
255
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceResponse]
256
+ def alternate_softwares: () -> ::Array[Types::AlternateSoftwareMetadata]
257
+ def arn: () -> ::String
258
+ def brand: () -> ("AWS_PANORAMA" | "LENOVO")
259
+ def created_time: () -> ::Time
260
+ def current_networking_status: () -> Types::NetworkStatus
261
+ def current_software: () -> ::String
262
+ def description: () -> ::String
263
+ def device_aggregated_status: () -> ("ERROR" | "AWAITING_PROVISIONING" | "PENDING" | "FAILED" | "DELETING" | "ONLINE" | "OFFLINE" | "LEASE_EXPIRED" | "UPDATE_NEEDED" | "REBOOTING")
264
+ def device_connection_status: () -> ("ONLINE" | "OFFLINE" | "AWAITING_CREDENTIALS" | "NOT_AVAILABLE" | "ERROR")
265
+ def device_id: () -> ::String
266
+ def latest_alternate_software: () -> ::String
267
+ def latest_device_job: () -> Types::LatestDeviceJob
268
+ def latest_software: () -> ::String
269
+ def lease_expiration_time: () -> ::Time
270
+ def name: () -> ::String
271
+ def networking_configuration: () -> Types::NetworkPayload
272
+ def provisioning_status: () -> ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
273
+ def serial_number: () -> ::String
274
+ def tags: () -> ::Hash[::String, ::String]
275
+ def type: () -> ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
276
+ end
277
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_device-instance_method
278
+ def describe_device: (
279
+ device_id: ::String
280
+ ) -> _DescribeDeviceResponseSuccess
281
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDeviceResponseSuccess
282
+
283
+ interface _DescribeDeviceJobResponseSuccess
284
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceJobResponse]
285
+ def created_time: () -> ::Time
286
+ def device_arn: () -> ::String
287
+ def device_id: () -> ::String
288
+ def device_name: () -> ::String
289
+ def device_type: () -> ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
290
+ def image_version: () -> ::String
291
+ def job_id: () -> ::String
292
+ def job_type: () -> ("OTA" | "REBOOT")
293
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "VERIFYING" | "REBOOTING" | "DOWNLOADING" | "COMPLETED" | "FAILED")
294
+ end
295
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_device_job-instance_method
296
+ def describe_device_job: (
297
+ job_id: ::String
298
+ ) -> _DescribeDeviceJobResponseSuccess
299
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDeviceJobResponseSuccess
300
+
301
+ interface _DescribeNodeResponseSuccess
302
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeNodeResponse]
303
+ def asset_name: () -> ::String
304
+ def category: () -> ("BUSINESS_LOGIC" | "ML_MODEL" | "MEDIA_SOURCE" | "MEDIA_SINK")
305
+ def created_time: () -> ::Time
306
+ def description: () -> ::String
307
+ def last_updated_time: () -> ::Time
308
+ def name: () -> ::String
309
+ def node_id: () -> ::String
310
+ def node_interface: () -> Types::NodeInterface
311
+ def owner_account: () -> ::String
312
+ def package_arn: () -> ::String
313
+ def package_id: () -> ::String
314
+ def package_name: () -> ::String
315
+ def package_version: () -> ::String
316
+ def patch_version: () -> ::String
317
+ end
318
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_node-instance_method
319
+ def describe_node: (
320
+ node_id: ::String,
321
+ ?owner_account: ::String
322
+ ) -> _DescribeNodeResponseSuccess
323
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeNodeResponseSuccess
324
+
325
+ interface _DescribeNodeFromTemplateJobResponseSuccess
326
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeNodeFromTemplateJobResponse]
327
+ def created_time: () -> ::Time
328
+ def job_id: () -> ::String
329
+ def job_tags: () -> ::Array[Types::JobResourceTags]
330
+ def last_updated_time: () -> ::Time
331
+ def node_description: () -> ::String
332
+ def node_name: () -> ::String
333
+ def output_package_name: () -> ::String
334
+ def output_package_version: () -> ::String
335
+ def status: () -> ("PENDING" | "SUCCEEDED" | "FAILED")
336
+ def status_message: () -> ::String
337
+ def template_parameters: () -> ::Hash[::String, ::String]
338
+ def template_type: () -> ("RTSP_CAMERA_STREAM")
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_node_from_template_job-instance_method
341
+ def describe_node_from_template_job: (
342
+ job_id: ::String
343
+ ) -> _DescribeNodeFromTemplateJobResponseSuccess
344
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeNodeFromTemplateJobResponseSuccess
345
+
346
+ interface _DescribePackageResponseSuccess
347
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackageResponse]
348
+ def arn: () -> ::String
349
+ def created_time: () -> ::Time
350
+ def package_id: () -> ::String
351
+ def package_name: () -> ::String
352
+ def read_access_principal_arns: () -> ::Array[::String]
353
+ def storage_location: () -> Types::StorageLocation
354
+ def tags: () -> ::Hash[::String, ::String]
355
+ def write_access_principal_arns: () -> ::Array[::String]
356
+ end
357
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_package-instance_method
358
+ def describe_package: (
359
+ package_id: ::String
360
+ ) -> _DescribePackageResponseSuccess
361
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackageResponseSuccess
362
+
363
+ interface _DescribePackageImportJobResponseSuccess
364
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackageImportJobResponse]
365
+ def client_token: () -> ::String
366
+ def created_time: () -> ::Time
367
+ def input_config: () -> Types::PackageImportJobInputConfig
368
+ def job_id: () -> ::String
369
+ def job_tags: () -> ::Array[Types::JobResourceTags]
370
+ def job_type: () -> ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION")
371
+ def last_updated_time: () -> ::Time
372
+ def output: () -> Types::PackageImportJobOutput
373
+ def output_config: () -> Types::PackageImportJobOutputConfig
374
+ def status: () -> ("PENDING" | "SUCCEEDED" | "FAILED")
375
+ def status_message: () -> ::String
376
+ end
377
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_package_import_job-instance_method
378
+ def describe_package_import_job: (
379
+ job_id: ::String
380
+ ) -> _DescribePackageImportJobResponseSuccess
381
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackageImportJobResponseSuccess
382
+
383
+ interface _DescribePackageVersionResponseSuccess
384
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackageVersionResponse]
385
+ def is_latest_patch: () -> bool
386
+ def owner_account: () -> ::String
387
+ def package_arn: () -> ::String
388
+ def package_id: () -> ::String
389
+ def package_name: () -> ::String
390
+ def package_version: () -> ::String
391
+ def patch_version: () -> ::String
392
+ def registered_time: () -> ::Time
393
+ def status: () -> ("REGISTER_PENDING" | "REGISTER_COMPLETED" | "FAILED" | "DELETING")
394
+ def status_description: () -> ::String
395
+ end
396
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#describe_package_version-instance_method
397
+ def describe_package_version: (
398
+ ?owner_account: ::String,
399
+ package_id: ::String,
400
+ package_version: ::String,
401
+ ?patch_version: ::String
402
+ ) -> _DescribePackageVersionResponseSuccess
403
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackageVersionResponseSuccess
404
+
405
+ interface _ListApplicationInstanceDependenciesResponseSuccess
406
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationInstanceDependenciesResponse]
407
+ def next_token: () -> ::String
408
+ def package_objects: () -> ::Array[Types::PackageObject]
409
+ end
410
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_application_instance_dependencies-instance_method
411
+ def list_application_instance_dependencies: (
412
+ application_instance_id: ::String,
413
+ ?max_results: ::Integer,
414
+ ?next_token: ::String
415
+ ) -> _ListApplicationInstanceDependenciesResponseSuccess
416
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationInstanceDependenciesResponseSuccess
417
+
418
+ interface _ListApplicationInstanceNodeInstancesResponseSuccess
419
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationInstanceNodeInstancesResponse]
420
+ def next_token: () -> ::String
421
+ def node_instances: () -> ::Array[Types::NodeInstance]
422
+ end
423
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_application_instance_node_instances-instance_method
424
+ def list_application_instance_node_instances: (
425
+ application_instance_id: ::String,
426
+ ?max_results: ::Integer,
427
+ ?next_token: ::String
428
+ ) -> _ListApplicationInstanceNodeInstancesResponseSuccess
429
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationInstanceNodeInstancesResponseSuccess
430
+
431
+ interface _ListApplicationInstancesResponseSuccess
432
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationInstancesResponse]
433
+ def application_instances: () -> ::Array[Types::ApplicationInstance]
434
+ def next_token: () -> ::String
435
+ end
436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_application_instances-instance_method
437
+ def list_application_instances: (
438
+ ?device_id: ::String,
439
+ ?max_results: ::Integer,
440
+ ?next_token: ::String,
441
+ ?status_filter: ("DEPLOYMENT_SUCCEEDED" | "DEPLOYMENT_ERROR" | "REMOVAL_SUCCEEDED" | "REMOVAL_FAILED" | "PROCESSING_DEPLOYMENT" | "PROCESSING_REMOVAL" | "DEPLOYMENT_FAILED")
442
+ ) -> _ListApplicationInstancesResponseSuccess
443
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationInstancesResponseSuccess
444
+
445
+ interface _ListDevicesResponseSuccess
446
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDevicesResponse]
447
+ def devices: () -> ::Array[Types::Device]
448
+ def next_token: () -> ::String
449
+ end
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_devices-instance_method
451
+ def list_devices: (
452
+ ?device_aggregated_status_filter: ("ERROR" | "AWAITING_PROVISIONING" | "PENDING" | "FAILED" | "DELETING" | "ONLINE" | "OFFLINE" | "LEASE_EXPIRED" | "UPDATE_NEEDED" | "REBOOTING"),
453
+ ?max_results: ::Integer,
454
+ ?name_filter: ::String,
455
+ ?next_token: ::String,
456
+ ?sort_by: ("DEVICE_ID" | "CREATED_TIME" | "NAME" | "DEVICE_AGGREGATED_STATUS"),
457
+ ?sort_order: ("ASCENDING" | "DESCENDING")
458
+ ) -> _ListDevicesResponseSuccess
459
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevicesResponseSuccess
460
+
461
+ interface _ListDevicesJobsResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDevicesJobsResponse]
463
+ def device_jobs: () -> ::Array[Types::DeviceJob]
464
+ def next_token: () -> ::String
465
+ end
466
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_devices_jobs-instance_method
467
+ def list_devices_jobs: (
468
+ ?device_id: ::String,
469
+ ?max_results: ::Integer,
470
+ ?next_token: ::String
471
+ ) -> _ListDevicesJobsResponseSuccess
472
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevicesJobsResponseSuccess
473
+
474
+ interface _ListNodeFromTemplateJobsResponseSuccess
475
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListNodeFromTemplateJobsResponse]
476
+ def next_token: () -> ::String
477
+ def node_from_template_jobs: () -> ::Array[Types::NodeFromTemplateJob]
478
+ end
479
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_node_from_template_jobs-instance_method
480
+ def list_node_from_template_jobs: (
481
+ ?max_results: ::Integer,
482
+ ?next_token: ::String
483
+ ) -> _ListNodeFromTemplateJobsResponseSuccess
484
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNodeFromTemplateJobsResponseSuccess
485
+
486
+ interface _ListNodesResponseSuccess
487
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListNodesResponse]
488
+ def next_token: () -> ::String
489
+ def nodes: () -> ::Array[Types::Node]
490
+ end
491
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_nodes-instance_method
492
+ def list_nodes: (
493
+ ?category: ("BUSINESS_LOGIC" | "ML_MODEL" | "MEDIA_SOURCE" | "MEDIA_SINK"),
494
+ ?max_results: ::Integer,
495
+ ?next_token: ::String,
496
+ ?owner_account: ::String,
497
+ ?package_name: ::String,
498
+ ?package_version: ::String,
499
+ ?patch_version: ::String
500
+ ) -> _ListNodesResponseSuccess
501
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNodesResponseSuccess
502
+
503
+ interface _ListPackageImportJobsResponseSuccess
504
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPackageImportJobsResponse]
505
+ def next_token: () -> ::String
506
+ def package_import_jobs: () -> ::Array[Types::PackageImportJob]
507
+ end
508
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_package_import_jobs-instance_method
509
+ def list_package_import_jobs: (
510
+ ?max_results: ::Integer,
511
+ ?next_token: ::String
512
+ ) -> _ListPackageImportJobsResponseSuccess
513
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackageImportJobsResponseSuccess
514
+
515
+ interface _ListPackagesResponseSuccess
516
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPackagesResponse]
517
+ def next_token: () -> ::String
518
+ def packages: () -> ::Array[Types::PackageListItem]
519
+ end
520
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_packages-instance_method
521
+ def list_packages: (
522
+ ?max_results: ::Integer,
523
+ ?next_token: ::String
524
+ ) -> _ListPackagesResponseSuccess
525
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackagesResponseSuccess
526
+
527
+ interface _ListTagsForResourceResponseSuccess
528
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
529
+ def tags: () -> ::Hash[::String, ::String]
530
+ end
531
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#list_tags_for_resource-instance_method
532
+ def list_tags_for_resource: (
533
+ resource_arn: ::String
534
+ ) -> _ListTagsForResourceResponseSuccess
535
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
536
+
537
+ interface _ProvisionDeviceResponseSuccess
538
+ include ::Seahorse::Client::_ResponseSuccess[Types::ProvisionDeviceResponse]
539
+ def arn: () -> ::String
540
+ def certificates: () -> ::String
541
+ def device_id: () -> ::String
542
+ def iot_thing_name: () -> ::String
543
+ def status: () -> ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
544
+ end
545
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#provision_device-instance_method
546
+ def provision_device: (
547
+ ?description: ::String,
548
+ name: ::String,
549
+ ?networking_configuration: {
550
+ ethernet_0: {
551
+ connection_type: ("STATIC_IP" | "DHCP"),
552
+ static_ip_connection_info: {
553
+ default_gateway: ::String,
554
+ dns: Array[::String],
555
+ ip_address: ::String,
556
+ mask: ::String
557
+ }?
558
+ }?,
559
+ ethernet_1: {
560
+ connection_type: ("STATIC_IP" | "DHCP"),
561
+ static_ip_connection_info: {
562
+ default_gateway: ::String,
563
+ dns: Array[::String],
564
+ ip_address: ::String,
565
+ mask: ::String
566
+ }?
567
+ }?,
568
+ ntp: {
569
+ ntp_servers: Array[::String]
570
+ }?
571
+ },
572
+ ?tags: Hash[::String, ::String]
573
+ ) -> _ProvisionDeviceResponseSuccess
574
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ProvisionDeviceResponseSuccess
575
+
576
+ interface _RegisterPackageVersionResponseSuccess
577
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterPackageVersionResponse]
578
+ end
579
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#register_package_version-instance_method
580
+ def register_package_version: (
581
+ ?mark_latest: bool,
582
+ ?owner_account: ::String,
583
+ package_id: ::String,
584
+ package_version: ::String,
585
+ patch_version: ::String
586
+ ) -> _RegisterPackageVersionResponseSuccess
587
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterPackageVersionResponseSuccess
588
+
589
+ interface _RemoveApplicationInstanceResponseSuccess
590
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveApplicationInstanceResponse]
591
+ end
592
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#remove_application_instance-instance_method
593
+ def remove_application_instance: (
594
+ application_instance_id: ::String
595
+ ) -> _RemoveApplicationInstanceResponseSuccess
596
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveApplicationInstanceResponseSuccess
597
+
598
+ interface _SignalApplicationInstanceNodeInstancesResponseSuccess
599
+ include ::Seahorse::Client::_ResponseSuccess[Types::SignalApplicationInstanceNodeInstancesResponse]
600
+ def application_instance_id: () -> ::String
601
+ end
602
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#signal_application_instance_node_instances-instance_method
603
+ def signal_application_instance_node_instances: (
604
+ application_instance_id: ::String,
605
+ node_signals: Array[
606
+ {
607
+ node_instance_id: ::String,
608
+ signal: ("PAUSE" | "RESUME")
609
+ },
610
+ ]
611
+ ) -> _SignalApplicationInstanceNodeInstancesResponseSuccess
612
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SignalApplicationInstanceNodeInstancesResponseSuccess
613
+
614
+ interface _TagResourceResponseSuccess
615
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#tag_resource-instance_method
618
+ def tag_resource: (
619
+ resource_arn: ::String,
620
+ tags: Hash[::String, ::String]
621
+ ) -> _TagResourceResponseSuccess
622
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
623
+
624
+ interface _UntagResourceResponseSuccess
625
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
626
+ end
627
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#untag_resource-instance_method
628
+ def untag_resource: (
629
+ resource_arn: ::String,
630
+ tag_keys: Array[::String]
631
+ ) -> _UntagResourceResponseSuccess
632
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
633
+
634
+ interface _UpdateDeviceMetadataResponseSuccess
635
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDeviceMetadataResponse]
636
+ def device_id: () -> ::String
637
+ end
638
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Panorama/Client.html#update_device_metadata-instance_method
639
+ def update_device_metadata: (
640
+ ?description: ::String,
641
+ device_id: ::String
642
+ ) -> _UpdateDeviceMetadataResponseSuccess
643
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDeviceMetadataResponseSuccess
644
+ end
645
+ end
646
+ end
647
+