aws-sdk-lightsail 1.86.0 → 1.88.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,2310 @@
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 Lightsail
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/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
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _AllocateStaticIpResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::AllocateStaticIpResult]
78
+ def operations: () -> ::Array[Types::Operation]
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#allocate_static_ip-instance_method
81
+ def allocate_static_ip: (
82
+ static_ip_name: ::String
83
+ ) -> _AllocateStaticIpResponseSuccess
84
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllocateStaticIpResponseSuccess
85
+
86
+ interface _AttachCertificateToDistributionResponseSuccess
87
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachCertificateToDistributionResult]
88
+ def operation: () -> Types::Operation
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#attach_certificate_to_distribution-instance_method
91
+ def attach_certificate_to_distribution: (
92
+ distribution_name: ::String,
93
+ certificate_name: ::String
94
+ ) -> _AttachCertificateToDistributionResponseSuccess
95
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachCertificateToDistributionResponseSuccess
96
+
97
+ interface _AttachDiskResponseSuccess
98
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachDiskResult]
99
+ def operations: () -> ::Array[Types::Operation]
100
+ end
101
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#attach_disk-instance_method
102
+ def attach_disk: (
103
+ disk_name: ::String,
104
+ instance_name: ::String,
105
+ disk_path: ::String,
106
+ ?auto_mounting: bool
107
+ ) -> _AttachDiskResponseSuccess
108
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachDiskResponseSuccess
109
+
110
+ interface _AttachInstancesToLoadBalancerResponseSuccess
111
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachInstancesToLoadBalancerResult]
112
+ def operations: () -> ::Array[Types::Operation]
113
+ end
114
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#attach_instances_to_load_balancer-instance_method
115
+ def attach_instances_to_load_balancer: (
116
+ load_balancer_name: ::String,
117
+ instance_names: Array[::String]
118
+ ) -> _AttachInstancesToLoadBalancerResponseSuccess
119
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachInstancesToLoadBalancerResponseSuccess
120
+
121
+ interface _AttachLoadBalancerTlsCertificateResponseSuccess
122
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachLoadBalancerTlsCertificateResult]
123
+ def operations: () -> ::Array[Types::Operation]
124
+ end
125
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#attach_load_balancer_tls_certificate-instance_method
126
+ def attach_load_balancer_tls_certificate: (
127
+ load_balancer_name: ::String,
128
+ certificate_name: ::String
129
+ ) -> _AttachLoadBalancerTlsCertificateResponseSuccess
130
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachLoadBalancerTlsCertificateResponseSuccess
131
+
132
+ interface _AttachStaticIpResponseSuccess
133
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachStaticIpResult]
134
+ def operations: () -> ::Array[Types::Operation]
135
+ end
136
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#attach_static_ip-instance_method
137
+ def attach_static_ip: (
138
+ static_ip_name: ::String,
139
+ instance_name: ::String
140
+ ) -> _AttachStaticIpResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachStaticIpResponseSuccess
142
+
143
+ interface _CloseInstancePublicPortsResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::CloseInstancePublicPortsResult]
145
+ def operation: () -> Types::Operation
146
+ end
147
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#close_instance_public_ports-instance_method
148
+ def close_instance_public_ports: (
149
+ port_info: {
150
+ from_port: ::Integer?,
151
+ to_port: ::Integer?,
152
+ protocol: ("tcp" | "all" | "udp" | "icmp")?,
153
+ cidrs: Array[::String]?,
154
+ ipv6_cidrs: Array[::String]?,
155
+ cidr_list_aliases: Array[::String]?
156
+ },
157
+ instance_name: ::String
158
+ ) -> _CloseInstancePublicPortsResponseSuccess
159
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CloseInstancePublicPortsResponseSuccess
160
+
161
+ interface _CopySnapshotResponseSuccess
162
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopySnapshotResult]
163
+ def operations: () -> ::Array[Types::Operation]
164
+ end
165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#copy_snapshot-instance_method
166
+ def copy_snapshot: (
167
+ ?source_snapshot_name: ::String,
168
+ ?source_resource_name: ::String,
169
+ ?restore_date: ::String,
170
+ ?use_latest_restorable_auto_snapshot: bool,
171
+ target_snapshot_name: ::String,
172
+ source_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "ca-central-1" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "eu-north-1")
173
+ ) -> _CopySnapshotResponseSuccess
174
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopySnapshotResponseSuccess
175
+
176
+ interface _CreateBucketResponseSuccess
177
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBucketResult]
178
+ def bucket: () -> Types::Bucket
179
+ def operations: () -> ::Array[Types::Operation]
180
+ end
181
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_bucket-instance_method
182
+ def create_bucket: (
183
+ bucket_name: ::String,
184
+ bundle_id: ::String,
185
+ ?tags: Array[
186
+ {
187
+ key: ::String?,
188
+ value: ::String?
189
+ },
190
+ ],
191
+ ?enable_object_versioning: bool
192
+ ) -> _CreateBucketResponseSuccess
193
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBucketResponseSuccess
194
+
195
+ interface _CreateBucketAccessKeyResponseSuccess
196
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBucketAccessKeyResult]
197
+ def access_key: () -> Types::AccessKey
198
+ def operations: () -> ::Array[Types::Operation]
199
+ end
200
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_bucket_access_key-instance_method
201
+ def create_bucket_access_key: (
202
+ bucket_name: ::String
203
+ ) -> _CreateBucketAccessKeyResponseSuccess
204
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBucketAccessKeyResponseSuccess
205
+
206
+ interface _CreateCertificateResponseSuccess
207
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCertificateResult]
208
+ def certificate: () -> Types::CertificateSummary
209
+ def operations: () -> ::Array[Types::Operation]
210
+ end
211
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_certificate-instance_method
212
+ def create_certificate: (
213
+ certificate_name: ::String,
214
+ domain_name: ::String,
215
+ ?subject_alternative_names: Array[::String],
216
+ ?tags: Array[
217
+ {
218
+ key: ::String?,
219
+ value: ::String?
220
+ },
221
+ ]
222
+ ) -> _CreateCertificateResponseSuccess
223
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCertificateResponseSuccess
224
+
225
+ interface _CreateCloudFormationStackResponseSuccess
226
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCloudFormationStackResult]
227
+ def operations: () -> ::Array[Types::Operation]
228
+ end
229
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_cloud_formation_stack-instance_method
230
+ def create_cloud_formation_stack: (
231
+ instances: Array[
232
+ {
233
+ source_name: ::String,
234
+ instance_type: ::String,
235
+ port_info_source: ("DEFAULT" | "INSTANCE" | "NONE" | "CLOSED"),
236
+ user_data: ::String?,
237
+ availability_zone: ::String
238
+ },
239
+ ]
240
+ ) -> _CreateCloudFormationStackResponseSuccess
241
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudFormationStackResponseSuccess
242
+
243
+ interface _CreateContactMethodResponseSuccess
244
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContactMethodResult]
245
+ def operations: () -> ::Array[Types::Operation]
246
+ end
247
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_contact_method-instance_method
248
+ def create_contact_method: (
249
+ protocol: ("Email" | "SMS"),
250
+ contact_endpoint: ::String
251
+ ) -> _CreateContactMethodResponseSuccess
252
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactMethodResponseSuccess
253
+
254
+ interface _CreateContainerServiceResponseSuccess
255
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContainerServiceResult]
256
+ def container_service: () -> Types::ContainerService
257
+ end
258
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_container_service-instance_method
259
+ def create_container_service: (
260
+ service_name: ::String,
261
+ power: ("nano" | "micro" | "small" | "medium" | "large" | "xlarge"),
262
+ scale: ::Integer,
263
+ ?tags: Array[
264
+ {
265
+ key: ::String?,
266
+ value: ::String?
267
+ },
268
+ ],
269
+ ?public_domain_names: Hash[::String, Array[::String]],
270
+ ?deployment: {
271
+ containers: Hash[::String, {
272
+ image: ::String?,
273
+ command: Array[::String]?,
274
+ environment: Hash[::String, ::String]?,
275
+ ports: Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]?
276
+ }]?,
277
+ public_endpoint: {
278
+ container_name: ::String,
279
+ container_port: ::Integer,
280
+ health_check: {
281
+ healthy_threshold: ::Integer?,
282
+ unhealthy_threshold: ::Integer?,
283
+ timeout_seconds: ::Integer?,
284
+ interval_seconds: ::Integer?,
285
+ path: ::String?,
286
+ success_codes: ::String?
287
+ }?
288
+ }?
289
+ },
290
+ ?private_registry_access: {
291
+ ecr_image_puller_role: {
292
+ is_active: bool?
293
+ }?
294
+ }
295
+ ) -> _CreateContainerServiceResponseSuccess
296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContainerServiceResponseSuccess
297
+
298
+ interface _CreateContainerServiceDeploymentResponseSuccess
299
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContainerServiceDeploymentResult]
300
+ def container_service: () -> Types::ContainerService
301
+ end
302
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_container_service_deployment-instance_method
303
+ def create_container_service_deployment: (
304
+ service_name: ::String,
305
+ ?containers: Hash[::String, {
306
+ image: ::String?,
307
+ command: Array[::String]?,
308
+ environment: Hash[::String, ::String]?,
309
+ ports: Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]?
310
+ }],
311
+ ?public_endpoint: {
312
+ container_name: ::String,
313
+ container_port: ::Integer,
314
+ health_check: {
315
+ healthy_threshold: ::Integer?,
316
+ unhealthy_threshold: ::Integer?,
317
+ timeout_seconds: ::Integer?,
318
+ interval_seconds: ::Integer?,
319
+ path: ::String?,
320
+ success_codes: ::String?
321
+ }?
322
+ }
323
+ ) -> _CreateContainerServiceDeploymentResponseSuccess
324
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContainerServiceDeploymentResponseSuccess
325
+
326
+ interface _CreateContainerServiceRegistryLoginResponseSuccess
327
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContainerServiceRegistryLoginResult]
328
+ def registry_login: () -> Types::ContainerServiceRegistryLogin
329
+ end
330
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_container_service_registry_login-instance_method
331
+ def create_container_service_registry_login: (
332
+ ) -> _CreateContainerServiceRegistryLoginResponseSuccess
333
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContainerServiceRegistryLoginResponseSuccess
334
+
335
+ interface _CreateDiskResponseSuccess
336
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDiskResult]
337
+ def operations: () -> ::Array[Types::Operation]
338
+ end
339
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_disk-instance_method
340
+ def create_disk: (
341
+ disk_name: ::String,
342
+ availability_zone: ::String,
343
+ size_in_gb: ::Integer,
344
+ ?tags: Array[
345
+ {
346
+ key: ::String?,
347
+ value: ::String?
348
+ },
349
+ ],
350
+ ?add_ons: Array[
351
+ {
352
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
353
+ auto_snapshot_add_on_request: {
354
+ snapshot_time_of_day: ::String?
355
+ }?,
356
+ stop_instance_on_idle_request: {
357
+ threshold: ::String?,
358
+ duration: ::String?
359
+ }?
360
+ },
361
+ ]
362
+ ) -> _CreateDiskResponseSuccess
363
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDiskResponseSuccess
364
+
365
+ interface _CreateDiskFromSnapshotResponseSuccess
366
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDiskFromSnapshotResult]
367
+ def operations: () -> ::Array[Types::Operation]
368
+ end
369
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_disk_from_snapshot-instance_method
370
+ def create_disk_from_snapshot: (
371
+ disk_name: ::String,
372
+ ?disk_snapshot_name: ::String,
373
+ availability_zone: ::String,
374
+ size_in_gb: ::Integer,
375
+ ?tags: Array[
376
+ {
377
+ key: ::String?,
378
+ value: ::String?
379
+ },
380
+ ],
381
+ ?add_ons: Array[
382
+ {
383
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
384
+ auto_snapshot_add_on_request: {
385
+ snapshot_time_of_day: ::String?
386
+ }?,
387
+ stop_instance_on_idle_request: {
388
+ threshold: ::String?,
389
+ duration: ::String?
390
+ }?
391
+ },
392
+ ],
393
+ ?source_disk_name: ::String,
394
+ ?restore_date: ::String,
395
+ ?use_latest_restorable_auto_snapshot: bool
396
+ ) -> _CreateDiskFromSnapshotResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDiskFromSnapshotResponseSuccess
398
+
399
+ interface _CreateDiskSnapshotResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDiskSnapshotResult]
401
+ def operations: () -> ::Array[Types::Operation]
402
+ end
403
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_disk_snapshot-instance_method
404
+ def create_disk_snapshot: (
405
+ ?disk_name: ::String,
406
+ disk_snapshot_name: ::String,
407
+ ?instance_name: ::String,
408
+ ?tags: Array[
409
+ {
410
+ key: ::String?,
411
+ value: ::String?
412
+ },
413
+ ]
414
+ ) -> _CreateDiskSnapshotResponseSuccess
415
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDiskSnapshotResponseSuccess
416
+
417
+ interface _CreateDistributionResponseSuccess
418
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDistributionResult]
419
+ def distribution: () -> Types::LightsailDistribution
420
+ def operation: () -> Types::Operation
421
+ end
422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_distribution-instance_method
423
+ def create_distribution: (
424
+ distribution_name: ::String,
425
+ origin: {
426
+ name: ::String?,
427
+ region_name: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "ca-central-1" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "eu-north-1")?,
428
+ protocol_policy: ("http-only" | "https-only")?
429
+ },
430
+ default_cache_behavior: {
431
+ behavior: ("dont-cache" | "cache")?
432
+ },
433
+ ?cache_behavior_settings: {
434
+ default_ttl: ::Integer?,
435
+ minimum_ttl: ::Integer?,
436
+ maximum_ttl: ::Integer?,
437
+ allowed_http_methods: ::String?,
438
+ cached_http_methods: ::String?,
439
+ forwarded_cookies: {
440
+ option: ("none" | "allow-list" | "all")?,
441
+ cookies_allow_list: Array[::String]?
442
+ }?,
443
+ forwarded_headers: {
444
+ option: ("none" | "allow-list" | "all")?,
445
+ headers_allow_list: Array[("Accept" | "Accept-Charset" | "Accept-Datetime" | "Accept-Encoding" | "Accept-Language" | "Authorization" | "CloudFront-Forwarded-Proto" | "CloudFront-Is-Desktop-Viewer" | "CloudFront-Is-Mobile-Viewer" | "CloudFront-Is-SmartTV-Viewer" | "CloudFront-Is-Tablet-Viewer" | "CloudFront-Viewer-Country" | "Host" | "Origin" | "Referer")]?
446
+ }?,
447
+ forwarded_query_strings: {
448
+ option: bool?,
449
+ query_strings_allow_list: Array[::String]?
450
+ }?
451
+ },
452
+ ?cache_behaviors: Array[
453
+ {
454
+ path: ::String?,
455
+ behavior: ("dont-cache" | "cache")?
456
+ },
457
+ ],
458
+ bundle_id: ::String,
459
+ ?ip_address_type: ("dualstack" | "ipv4"),
460
+ ?tags: Array[
461
+ {
462
+ key: ::String?,
463
+ value: ::String?
464
+ },
465
+ ]
466
+ ) -> _CreateDistributionResponseSuccess
467
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDistributionResponseSuccess
468
+
469
+ interface _CreateDomainResponseSuccess
470
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDomainResult]
471
+ def operation: () -> Types::Operation
472
+ end
473
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_domain-instance_method
474
+ def create_domain: (
475
+ domain_name: ::String,
476
+ ?tags: Array[
477
+ {
478
+ key: ::String?,
479
+ value: ::String?
480
+ },
481
+ ]
482
+ ) -> _CreateDomainResponseSuccess
483
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
484
+
485
+ interface _CreateDomainEntryResponseSuccess
486
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDomainEntryResult]
487
+ def operation: () -> Types::Operation
488
+ end
489
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_domain_entry-instance_method
490
+ def create_domain_entry: (
491
+ domain_name: ::String,
492
+ domain_entry: {
493
+ id: ::String?,
494
+ name: ::String?,
495
+ target: ::String?,
496
+ is_alias: bool?,
497
+ type: ::String?,
498
+ options: Hash[::String, ::String]?
499
+ }
500
+ ) -> _CreateDomainEntryResponseSuccess
501
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainEntryResponseSuccess
502
+
503
+ interface _CreateGUISessionAccessDetailsResponseSuccess
504
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGUISessionAccessDetailsResult]
505
+ def resource_name: () -> ::String
506
+ def status: () -> ("startExpired" | "notStarted" | "started" | "starting" | "stopped" | "stopping" | "settingUpInstance" | "failedInstanceCreation" | "failedStartingGUISession" | "failedStoppingGUISession")
507
+ def percentage_complete: () -> ::Integer
508
+ def failure_reason: () -> ::String
509
+ def sessions: () -> ::Array[Types::Session]
510
+ end
511
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_gui_session_access_details-instance_method
512
+ def create_gui_session_access_details: (
513
+ resource_name: ::String
514
+ ) -> _CreateGUISessionAccessDetailsResponseSuccess
515
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGUISessionAccessDetailsResponseSuccess
516
+
517
+ interface _CreateInstanceSnapshotResponseSuccess
518
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateInstanceSnapshotResult]
519
+ def operations: () -> ::Array[Types::Operation]
520
+ end
521
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_instance_snapshot-instance_method
522
+ def create_instance_snapshot: (
523
+ instance_snapshot_name: ::String,
524
+ instance_name: ::String,
525
+ ?tags: Array[
526
+ {
527
+ key: ::String?,
528
+ value: ::String?
529
+ },
530
+ ]
531
+ ) -> _CreateInstanceSnapshotResponseSuccess
532
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceSnapshotResponseSuccess
533
+
534
+ interface _CreateInstancesResponseSuccess
535
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateInstancesResult]
536
+ def operations: () -> ::Array[Types::Operation]
537
+ end
538
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_instances-instance_method
539
+ def create_instances: (
540
+ instance_names: Array[::String],
541
+ availability_zone: ::String,
542
+ ?custom_image_name: ::String,
543
+ blueprint_id: ::String,
544
+ bundle_id: ::String,
545
+ ?user_data: ::String,
546
+ ?key_pair_name: ::String,
547
+ ?tags: Array[
548
+ {
549
+ key: ::String?,
550
+ value: ::String?
551
+ },
552
+ ],
553
+ ?add_ons: Array[
554
+ {
555
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
556
+ auto_snapshot_add_on_request: {
557
+ snapshot_time_of_day: ::String?
558
+ }?,
559
+ stop_instance_on_idle_request: {
560
+ threshold: ::String?,
561
+ duration: ::String?
562
+ }?
563
+ },
564
+ ],
565
+ ?ip_address_type: ("dualstack" | "ipv4")
566
+ ) -> _CreateInstancesResponseSuccess
567
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstancesResponseSuccess
568
+
569
+ interface _CreateInstancesFromSnapshotResponseSuccess
570
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateInstancesFromSnapshotResult]
571
+ def operations: () -> ::Array[Types::Operation]
572
+ end
573
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_instances_from_snapshot-instance_method
574
+ def create_instances_from_snapshot: (
575
+ instance_names: Array[::String],
576
+ ?attached_disk_mapping: Hash[::String, Array[
577
+ {
578
+ original_disk_path: ::String?,
579
+ new_disk_name: ::String?
580
+ },
581
+ ]],
582
+ availability_zone: ::String,
583
+ ?instance_snapshot_name: ::String,
584
+ bundle_id: ::String,
585
+ ?user_data: ::String,
586
+ ?key_pair_name: ::String,
587
+ ?tags: Array[
588
+ {
589
+ key: ::String?,
590
+ value: ::String?
591
+ },
592
+ ],
593
+ ?add_ons: Array[
594
+ {
595
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
596
+ auto_snapshot_add_on_request: {
597
+ snapshot_time_of_day: ::String?
598
+ }?,
599
+ stop_instance_on_idle_request: {
600
+ threshold: ::String?,
601
+ duration: ::String?
602
+ }?
603
+ },
604
+ ],
605
+ ?ip_address_type: ("dualstack" | "ipv4"),
606
+ ?source_instance_name: ::String,
607
+ ?restore_date: ::String,
608
+ ?use_latest_restorable_auto_snapshot: bool
609
+ ) -> _CreateInstancesFromSnapshotResponseSuccess
610
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstancesFromSnapshotResponseSuccess
611
+
612
+ interface _CreateKeyPairResponseSuccess
613
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKeyPairResult]
614
+ def key_pair: () -> Types::KeyPair
615
+ def public_key_base_64: () -> ::String
616
+ def private_key_base_64: () -> ::String
617
+ def operation: () -> Types::Operation
618
+ end
619
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_key_pair-instance_method
620
+ def create_key_pair: (
621
+ key_pair_name: ::String,
622
+ ?tags: Array[
623
+ {
624
+ key: ::String?,
625
+ value: ::String?
626
+ },
627
+ ]
628
+ ) -> _CreateKeyPairResponseSuccess
629
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKeyPairResponseSuccess
630
+
631
+ interface _CreateLoadBalancerResponseSuccess
632
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateLoadBalancerResult]
633
+ def operations: () -> ::Array[Types::Operation]
634
+ end
635
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_load_balancer-instance_method
636
+ def create_load_balancer: (
637
+ load_balancer_name: ::String,
638
+ instance_port: ::Integer,
639
+ ?health_check_path: ::String,
640
+ ?certificate_name: ::String,
641
+ ?certificate_domain_name: ::String,
642
+ ?certificate_alternative_names: Array[::String],
643
+ ?tags: Array[
644
+ {
645
+ key: ::String?,
646
+ value: ::String?
647
+ },
648
+ ],
649
+ ?ip_address_type: ("dualstack" | "ipv4"),
650
+ ?tls_policy_name: ::String
651
+ ) -> _CreateLoadBalancerResponseSuccess
652
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerResponseSuccess
653
+
654
+ interface _CreateLoadBalancerTlsCertificateResponseSuccess
655
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateLoadBalancerTlsCertificateResult]
656
+ def operations: () -> ::Array[Types::Operation]
657
+ end
658
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_load_balancer_tls_certificate-instance_method
659
+ def create_load_balancer_tls_certificate: (
660
+ load_balancer_name: ::String,
661
+ certificate_name: ::String,
662
+ certificate_domain_name: ::String,
663
+ ?certificate_alternative_names: Array[::String],
664
+ ?tags: Array[
665
+ {
666
+ key: ::String?,
667
+ value: ::String?
668
+ },
669
+ ]
670
+ ) -> _CreateLoadBalancerTlsCertificateResponseSuccess
671
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerTlsCertificateResponseSuccess
672
+
673
+ interface _CreateRelationalDatabaseResponseSuccess
674
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRelationalDatabaseResult]
675
+ def operations: () -> ::Array[Types::Operation]
676
+ end
677
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_relational_database-instance_method
678
+ def create_relational_database: (
679
+ relational_database_name: ::String,
680
+ ?availability_zone: ::String,
681
+ relational_database_blueprint_id: ::String,
682
+ relational_database_bundle_id: ::String,
683
+ master_database_name: ::String,
684
+ master_username: ::String,
685
+ ?master_user_password: ::String,
686
+ ?preferred_backup_window: ::String,
687
+ ?preferred_maintenance_window: ::String,
688
+ ?publicly_accessible: bool,
689
+ ?tags: Array[
690
+ {
691
+ key: ::String?,
692
+ value: ::String?
693
+ },
694
+ ]
695
+ ) -> _CreateRelationalDatabaseResponseSuccess
696
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationalDatabaseResponseSuccess
697
+
698
+ interface _CreateRelationalDatabaseFromSnapshotResponseSuccess
699
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRelationalDatabaseFromSnapshotResult]
700
+ def operations: () -> ::Array[Types::Operation]
701
+ end
702
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_relational_database_from_snapshot-instance_method
703
+ def create_relational_database_from_snapshot: (
704
+ relational_database_name: ::String,
705
+ ?availability_zone: ::String,
706
+ ?publicly_accessible: bool,
707
+ ?relational_database_snapshot_name: ::String,
708
+ ?relational_database_bundle_id: ::String,
709
+ ?source_relational_database_name: ::String,
710
+ ?restore_time: ::Time,
711
+ ?use_latest_restorable_time: bool,
712
+ ?tags: Array[
713
+ {
714
+ key: ::String?,
715
+ value: ::String?
716
+ },
717
+ ]
718
+ ) -> _CreateRelationalDatabaseFromSnapshotResponseSuccess
719
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationalDatabaseFromSnapshotResponseSuccess
720
+
721
+ interface _CreateRelationalDatabaseSnapshotResponseSuccess
722
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRelationalDatabaseSnapshotResult]
723
+ def operations: () -> ::Array[Types::Operation]
724
+ end
725
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_relational_database_snapshot-instance_method
726
+ def create_relational_database_snapshot: (
727
+ relational_database_name: ::String,
728
+ relational_database_snapshot_name: ::String,
729
+ ?tags: Array[
730
+ {
731
+ key: ::String?,
732
+ value: ::String?
733
+ },
734
+ ]
735
+ ) -> _CreateRelationalDatabaseSnapshotResponseSuccess
736
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationalDatabaseSnapshotResponseSuccess
737
+
738
+ interface _DeleteAlarmResponseSuccess
739
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAlarmResult]
740
+ def operations: () -> ::Array[Types::Operation]
741
+ end
742
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_alarm-instance_method
743
+ def delete_alarm: (
744
+ alarm_name: ::String
745
+ ) -> _DeleteAlarmResponseSuccess
746
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAlarmResponseSuccess
747
+
748
+ interface _DeleteAutoSnapshotResponseSuccess
749
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAutoSnapshotResult]
750
+ def operations: () -> ::Array[Types::Operation]
751
+ end
752
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_auto_snapshot-instance_method
753
+ def delete_auto_snapshot: (
754
+ resource_name: ::String,
755
+ date: ::String
756
+ ) -> _DeleteAutoSnapshotResponseSuccess
757
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAutoSnapshotResponseSuccess
758
+
759
+ interface _DeleteBucketResponseSuccess
760
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteBucketResult]
761
+ def operations: () -> ::Array[Types::Operation]
762
+ end
763
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_bucket-instance_method
764
+ def delete_bucket: (
765
+ bucket_name: ::String,
766
+ ?force_delete: bool
767
+ ) -> _DeleteBucketResponseSuccess
768
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBucketResponseSuccess
769
+
770
+ interface _DeleteBucketAccessKeyResponseSuccess
771
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteBucketAccessKeyResult]
772
+ def operations: () -> ::Array[Types::Operation]
773
+ end
774
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_bucket_access_key-instance_method
775
+ def delete_bucket_access_key: (
776
+ bucket_name: ::String,
777
+ access_key_id: ::String
778
+ ) -> _DeleteBucketAccessKeyResponseSuccess
779
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBucketAccessKeyResponseSuccess
780
+
781
+ interface _DeleteCertificateResponseSuccess
782
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteCertificateResult]
783
+ def operations: () -> ::Array[Types::Operation]
784
+ end
785
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_certificate-instance_method
786
+ def delete_certificate: (
787
+ certificate_name: ::String
788
+ ) -> _DeleteCertificateResponseSuccess
789
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteCertificateResponseSuccess
790
+
791
+ interface _DeleteContactMethodResponseSuccess
792
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContactMethodResult]
793
+ def operations: () -> ::Array[Types::Operation]
794
+ end
795
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_contact_method-instance_method
796
+ def delete_contact_method: (
797
+ protocol: ("Email" | "SMS")
798
+ ) -> _DeleteContactMethodResponseSuccess
799
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContactMethodResponseSuccess
800
+
801
+ interface _DeleteContainerImageResponseSuccess
802
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContainerImageResult]
803
+ end
804
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_container_image-instance_method
805
+ def delete_container_image: (
806
+ service_name: ::String,
807
+ image: ::String
808
+ ) -> _DeleteContainerImageResponseSuccess
809
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContainerImageResponseSuccess
810
+
811
+ interface _DeleteContainerServiceResponseSuccess
812
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContainerServiceResult]
813
+ end
814
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_container_service-instance_method
815
+ def delete_container_service: (
816
+ service_name: ::String
817
+ ) -> _DeleteContainerServiceResponseSuccess
818
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContainerServiceResponseSuccess
819
+
820
+ interface _DeleteDiskResponseSuccess
821
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDiskResult]
822
+ def operations: () -> ::Array[Types::Operation]
823
+ end
824
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_disk-instance_method
825
+ def delete_disk: (
826
+ disk_name: ::String,
827
+ ?force_delete_add_ons: bool
828
+ ) -> _DeleteDiskResponseSuccess
829
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDiskResponseSuccess
830
+
831
+ interface _DeleteDiskSnapshotResponseSuccess
832
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDiskSnapshotResult]
833
+ def operations: () -> ::Array[Types::Operation]
834
+ end
835
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_disk_snapshot-instance_method
836
+ def delete_disk_snapshot: (
837
+ disk_snapshot_name: ::String
838
+ ) -> _DeleteDiskSnapshotResponseSuccess
839
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDiskSnapshotResponseSuccess
840
+
841
+ interface _DeleteDistributionResponseSuccess
842
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDistributionResult]
843
+ def operation: () -> Types::Operation
844
+ end
845
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_distribution-instance_method
846
+ def delete_distribution: (
847
+ ?distribution_name: ::String
848
+ ) -> _DeleteDistributionResponseSuccess
849
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDistributionResponseSuccess
850
+
851
+ interface _DeleteDomainResponseSuccess
852
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDomainResult]
853
+ def operation: () -> Types::Operation
854
+ end
855
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_domain-instance_method
856
+ def delete_domain: (
857
+ domain_name: ::String
858
+ ) -> _DeleteDomainResponseSuccess
859
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDomainResponseSuccess
860
+
861
+ interface _DeleteDomainEntryResponseSuccess
862
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDomainEntryResult]
863
+ def operation: () -> Types::Operation
864
+ end
865
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_domain_entry-instance_method
866
+ def delete_domain_entry: (
867
+ domain_name: ::String,
868
+ domain_entry: {
869
+ id: ::String?,
870
+ name: ::String?,
871
+ target: ::String?,
872
+ is_alias: bool?,
873
+ type: ::String?,
874
+ options: Hash[::String, ::String]?
875
+ }
876
+ ) -> _DeleteDomainEntryResponseSuccess
877
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDomainEntryResponseSuccess
878
+
879
+ interface _DeleteInstanceResponseSuccess
880
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteInstanceResult]
881
+ def operations: () -> ::Array[Types::Operation]
882
+ end
883
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_instance-instance_method
884
+ def delete_instance: (
885
+ instance_name: ::String,
886
+ ?force_delete_add_ons: bool
887
+ ) -> _DeleteInstanceResponseSuccess
888
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteInstanceResponseSuccess
889
+
890
+ interface _DeleteInstanceSnapshotResponseSuccess
891
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteInstanceSnapshotResult]
892
+ def operations: () -> ::Array[Types::Operation]
893
+ end
894
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_instance_snapshot-instance_method
895
+ def delete_instance_snapshot: (
896
+ instance_snapshot_name: ::String
897
+ ) -> _DeleteInstanceSnapshotResponseSuccess
898
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteInstanceSnapshotResponseSuccess
899
+
900
+ interface _DeleteKeyPairResponseSuccess
901
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKeyPairResult]
902
+ def operation: () -> Types::Operation
903
+ end
904
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_key_pair-instance_method
905
+ def delete_key_pair: (
906
+ key_pair_name: ::String,
907
+ ?expected_fingerprint: ::String
908
+ ) -> _DeleteKeyPairResponseSuccess
909
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKeyPairResponseSuccess
910
+
911
+ interface _DeleteKnownHostKeysResponseSuccess
912
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKnownHostKeysResult]
913
+ def operations: () -> ::Array[Types::Operation]
914
+ end
915
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_known_host_keys-instance_method
916
+ def delete_known_host_keys: (
917
+ instance_name: ::String
918
+ ) -> _DeleteKnownHostKeysResponseSuccess
919
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKnownHostKeysResponseSuccess
920
+
921
+ interface _DeleteLoadBalancerResponseSuccess
922
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLoadBalancerResult]
923
+ def operations: () -> ::Array[Types::Operation]
924
+ end
925
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_load_balancer-instance_method
926
+ def delete_load_balancer: (
927
+ load_balancer_name: ::String
928
+ ) -> _DeleteLoadBalancerResponseSuccess
929
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLoadBalancerResponseSuccess
930
+
931
+ interface _DeleteLoadBalancerTlsCertificateResponseSuccess
932
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLoadBalancerTlsCertificateResult]
933
+ def operations: () -> ::Array[Types::Operation]
934
+ end
935
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_load_balancer_tls_certificate-instance_method
936
+ def delete_load_balancer_tls_certificate: (
937
+ load_balancer_name: ::String,
938
+ certificate_name: ::String,
939
+ ?force: bool
940
+ ) -> _DeleteLoadBalancerTlsCertificateResponseSuccess
941
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLoadBalancerTlsCertificateResponseSuccess
942
+
943
+ interface _DeleteRelationalDatabaseResponseSuccess
944
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRelationalDatabaseResult]
945
+ def operations: () -> ::Array[Types::Operation]
946
+ end
947
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_relational_database-instance_method
948
+ def delete_relational_database: (
949
+ relational_database_name: ::String,
950
+ ?skip_final_snapshot: bool,
951
+ ?final_relational_database_snapshot_name: ::String
952
+ ) -> _DeleteRelationalDatabaseResponseSuccess
953
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRelationalDatabaseResponseSuccess
954
+
955
+ interface _DeleteRelationalDatabaseSnapshotResponseSuccess
956
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRelationalDatabaseSnapshotResult]
957
+ def operations: () -> ::Array[Types::Operation]
958
+ end
959
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_relational_database_snapshot-instance_method
960
+ def delete_relational_database_snapshot: (
961
+ relational_database_snapshot_name: ::String
962
+ ) -> _DeleteRelationalDatabaseSnapshotResponseSuccess
963
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRelationalDatabaseSnapshotResponseSuccess
964
+
965
+ interface _DetachCertificateFromDistributionResponseSuccess
966
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachCertificateFromDistributionResult]
967
+ def operation: () -> Types::Operation
968
+ end
969
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#detach_certificate_from_distribution-instance_method
970
+ def detach_certificate_from_distribution: (
971
+ distribution_name: ::String
972
+ ) -> _DetachCertificateFromDistributionResponseSuccess
973
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachCertificateFromDistributionResponseSuccess
974
+
975
+ interface _DetachDiskResponseSuccess
976
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachDiskResult]
977
+ def operations: () -> ::Array[Types::Operation]
978
+ end
979
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#detach_disk-instance_method
980
+ def detach_disk: (
981
+ disk_name: ::String
982
+ ) -> _DetachDiskResponseSuccess
983
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachDiskResponseSuccess
984
+
985
+ interface _DetachInstancesFromLoadBalancerResponseSuccess
986
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachInstancesFromLoadBalancerResult]
987
+ def operations: () -> ::Array[Types::Operation]
988
+ end
989
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#detach_instances_from_load_balancer-instance_method
990
+ def detach_instances_from_load_balancer: (
991
+ load_balancer_name: ::String,
992
+ instance_names: Array[::String]
993
+ ) -> _DetachInstancesFromLoadBalancerResponseSuccess
994
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachInstancesFromLoadBalancerResponseSuccess
995
+
996
+ interface _DetachStaticIpResponseSuccess
997
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachStaticIpResult]
998
+ def operations: () -> ::Array[Types::Operation]
999
+ end
1000
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#detach_static_ip-instance_method
1001
+ def detach_static_ip: (
1002
+ static_ip_name: ::String
1003
+ ) -> _DetachStaticIpResponseSuccess
1004
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachStaticIpResponseSuccess
1005
+
1006
+ interface _DisableAddOnResponseSuccess
1007
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisableAddOnResult]
1008
+ def operations: () -> ::Array[Types::Operation]
1009
+ end
1010
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#disable_add_on-instance_method
1011
+ def disable_add_on: (
1012
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
1013
+ resource_name: ::String
1014
+ ) -> _DisableAddOnResponseSuccess
1015
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableAddOnResponseSuccess
1016
+
1017
+ interface _DownloadDefaultKeyPairResponseSuccess
1018
+ include ::Seahorse::Client::_ResponseSuccess[Types::DownloadDefaultKeyPairResult]
1019
+ def public_key_base_64: () -> ::String
1020
+ def private_key_base_64: () -> ::String
1021
+ def created_at: () -> ::Time
1022
+ end
1023
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#download_default_key_pair-instance_method
1024
+ def download_default_key_pair: (
1025
+ ) -> _DownloadDefaultKeyPairResponseSuccess
1026
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DownloadDefaultKeyPairResponseSuccess
1027
+
1028
+ interface _EnableAddOnResponseSuccess
1029
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableAddOnResult]
1030
+ def operations: () -> ::Array[Types::Operation]
1031
+ end
1032
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#enable_add_on-instance_method
1033
+ def enable_add_on: (
1034
+ resource_name: ::String,
1035
+ add_on_request: {
1036
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
1037
+ auto_snapshot_add_on_request: {
1038
+ snapshot_time_of_day: ::String?
1039
+ }?,
1040
+ stop_instance_on_idle_request: {
1041
+ threshold: ::String?,
1042
+ duration: ::String?
1043
+ }?
1044
+ }
1045
+ ) -> _EnableAddOnResponseSuccess
1046
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableAddOnResponseSuccess
1047
+
1048
+ interface _ExportSnapshotResponseSuccess
1049
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExportSnapshotResult]
1050
+ def operations: () -> ::Array[Types::Operation]
1051
+ end
1052
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#export_snapshot-instance_method
1053
+ def export_snapshot: (
1054
+ source_snapshot_name: ::String
1055
+ ) -> _ExportSnapshotResponseSuccess
1056
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExportSnapshotResponseSuccess
1057
+
1058
+ interface _GetActiveNamesResponseSuccess
1059
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetActiveNamesResult]
1060
+ def active_names: () -> ::Array[::String]
1061
+ def next_page_token: () -> ::String
1062
+ end
1063
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_active_names-instance_method
1064
+ def get_active_names: (
1065
+ ?page_token: ::String
1066
+ ) -> _GetActiveNamesResponseSuccess
1067
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetActiveNamesResponseSuccess
1068
+
1069
+ interface _GetAlarmsResponseSuccess
1070
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAlarmsResult]
1071
+ def alarms: () -> ::Array[Types::Alarm]
1072
+ def next_page_token: () -> ::String
1073
+ end
1074
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_alarms-instance_method
1075
+ def get_alarms: (
1076
+ ?alarm_name: ::String,
1077
+ ?page_token: ::String,
1078
+ ?monitored_resource_name: ::String
1079
+ ) -> _GetAlarmsResponseSuccess
1080
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAlarmsResponseSuccess
1081
+
1082
+ interface _GetAutoSnapshotsResponseSuccess
1083
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAutoSnapshotsResult]
1084
+ def resource_name: () -> ::String
1085
+ def resource_type: () -> ("ContainerService" | "Instance" | "StaticIp" | "KeyPair" | "InstanceSnapshot" | "Domain" | "PeeredVpc" | "LoadBalancer" | "LoadBalancerTlsCertificate" | "Disk" | "DiskSnapshot" | "RelationalDatabase" | "RelationalDatabaseSnapshot" | "ExportSnapshotRecord" | "CloudFormationStackRecord" | "Alarm" | "ContactMethod" | "Distribution" | "Certificate" | "Bucket")
1086
+ def auto_snapshots: () -> ::Array[Types::AutoSnapshotDetails]
1087
+ end
1088
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_auto_snapshots-instance_method
1089
+ def get_auto_snapshots: (
1090
+ resource_name: ::String
1091
+ ) -> _GetAutoSnapshotsResponseSuccess
1092
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAutoSnapshotsResponseSuccess
1093
+
1094
+ interface _GetBlueprintsResponseSuccess
1095
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBlueprintsResult]
1096
+ def blueprints: () -> ::Array[Types::Blueprint]
1097
+ def next_page_token: () -> ::String
1098
+ end
1099
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_blueprints-instance_method
1100
+ def get_blueprints: (
1101
+ ?include_inactive: bool,
1102
+ ?page_token: ::String,
1103
+ ?app_category: ("LfR")
1104
+ ) -> _GetBlueprintsResponseSuccess
1105
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBlueprintsResponseSuccess
1106
+
1107
+ interface _GetBucketAccessKeysResponseSuccess
1108
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketAccessKeysResult]
1109
+ def access_keys: () -> ::Array[Types::AccessKey]
1110
+ end
1111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_bucket_access_keys-instance_method
1112
+ def get_bucket_access_keys: (
1113
+ bucket_name: ::String
1114
+ ) -> _GetBucketAccessKeysResponseSuccess
1115
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketAccessKeysResponseSuccess
1116
+
1117
+ interface _GetBucketBundlesResponseSuccess
1118
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketBundlesResult]
1119
+ def bundles: () -> ::Array[Types::BucketBundle]
1120
+ end
1121
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_bucket_bundles-instance_method
1122
+ def get_bucket_bundles: (
1123
+ ?include_inactive: bool
1124
+ ) -> _GetBucketBundlesResponseSuccess
1125
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketBundlesResponseSuccess
1126
+
1127
+ interface _GetBucketMetricDataResponseSuccess
1128
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketMetricDataResult]
1129
+ def metric_name: () -> ("BucketSizeBytes" | "NumberOfObjects")
1130
+ def metric_data: () -> ::Array[Types::MetricDatapoint]
1131
+ end
1132
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_bucket_metric_data-instance_method
1133
+ def get_bucket_metric_data: (
1134
+ bucket_name: ::String,
1135
+ metric_name: ("BucketSizeBytes" | "NumberOfObjects"),
1136
+ start_time: ::Time,
1137
+ end_time: ::Time,
1138
+ period: ::Integer,
1139
+ statistics: Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")],
1140
+ unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")
1141
+ ) -> _GetBucketMetricDataResponseSuccess
1142
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketMetricDataResponseSuccess
1143
+
1144
+ interface _GetBucketsResponseSuccess
1145
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketsResult]
1146
+ def buckets: () -> ::Array[Types::Bucket]
1147
+ def next_page_token: () -> ::String
1148
+ def account_level_bpa_sync: () -> Types::AccountLevelBpaSync
1149
+ end
1150
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_buckets-instance_method
1151
+ def get_buckets: (
1152
+ ?bucket_name: ::String,
1153
+ ?page_token: ::String,
1154
+ ?include_connected_resources: bool
1155
+ ) -> _GetBucketsResponseSuccess
1156
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketsResponseSuccess
1157
+
1158
+ interface _GetBundlesResponseSuccess
1159
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBundlesResult]
1160
+ def bundles: () -> ::Array[Types::Bundle]
1161
+ def next_page_token: () -> ::String
1162
+ end
1163
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_bundles-instance_method
1164
+ def get_bundles: (
1165
+ ?include_inactive: bool,
1166
+ ?page_token: ::String,
1167
+ ?app_category: ("LfR")
1168
+ ) -> _GetBundlesResponseSuccess
1169
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBundlesResponseSuccess
1170
+
1171
+ interface _GetCertificatesResponseSuccess
1172
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCertificatesResult]
1173
+ def certificates: () -> ::Array[Types::CertificateSummary]
1174
+ def next_page_token: () -> ::String
1175
+ end
1176
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_certificates-instance_method
1177
+ def get_certificates: (
1178
+ ?certificate_statuses: Array[("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")],
1179
+ ?include_certificate_details: bool,
1180
+ ?certificate_name: ::String,
1181
+ ?page_token: ::String
1182
+ ) -> _GetCertificatesResponseSuccess
1183
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCertificatesResponseSuccess
1184
+
1185
+ interface _GetCloudFormationStackRecordsResponseSuccess
1186
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCloudFormationStackRecordsResult]
1187
+ def cloud_formation_stack_records: () -> ::Array[Types::CloudFormationStackRecord]
1188
+ def next_page_token: () -> ::String
1189
+ end
1190
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_cloud_formation_stack_records-instance_method
1191
+ def get_cloud_formation_stack_records: (
1192
+ ?page_token: ::String
1193
+ ) -> _GetCloudFormationStackRecordsResponseSuccess
1194
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCloudFormationStackRecordsResponseSuccess
1195
+
1196
+ interface _GetContactMethodsResponseSuccess
1197
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContactMethodsResult]
1198
+ def contact_methods: () -> ::Array[Types::ContactMethod]
1199
+ end
1200
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_contact_methods-instance_method
1201
+ def get_contact_methods: (
1202
+ ?protocols: Array[("Email" | "SMS")]
1203
+ ) -> _GetContactMethodsResponseSuccess
1204
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContactMethodsResponseSuccess
1205
+
1206
+ interface _GetContainerAPIMetadataResponseSuccess
1207
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContainerAPIMetadataResult]
1208
+ def metadata: () -> ::Array[::Hash[::String, ::String]]
1209
+ end
1210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_api_metadata-instance_method
1211
+ def get_container_api_metadata: (
1212
+ ) -> _GetContainerAPIMetadataResponseSuccess
1213
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerAPIMetadataResponseSuccess
1214
+
1215
+ interface _GetContainerImagesResponseSuccess
1216
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContainerImagesResult]
1217
+ def container_images: () -> ::Array[Types::ContainerImage]
1218
+ end
1219
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_images-instance_method
1220
+ def get_container_images: (
1221
+ service_name: ::String
1222
+ ) -> _GetContainerImagesResponseSuccess
1223
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerImagesResponseSuccess
1224
+
1225
+ interface _GetContainerLogResponseSuccess
1226
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContainerLogResult]
1227
+ def log_events: () -> ::Array[Types::ContainerServiceLogEvent]
1228
+ def next_page_token: () -> ::String
1229
+ end
1230
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_log-instance_method
1231
+ def get_container_log: (
1232
+ service_name: ::String,
1233
+ container_name: ::String,
1234
+ ?start_time: ::Time,
1235
+ ?end_time: ::Time,
1236
+ ?filter_pattern: ::String,
1237
+ ?page_token: ::String
1238
+ ) -> _GetContainerLogResponseSuccess
1239
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerLogResponseSuccess
1240
+
1241
+ interface _GetContainerServiceDeploymentsResponseSuccess
1242
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContainerServiceDeploymentsResult]
1243
+ def deployments: () -> ::Array[Types::ContainerServiceDeployment]
1244
+ end
1245
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_service_deployments-instance_method
1246
+ def get_container_service_deployments: (
1247
+ service_name: ::String
1248
+ ) -> _GetContainerServiceDeploymentsResponseSuccess
1249
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerServiceDeploymentsResponseSuccess
1250
+
1251
+ interface _GetContainerServiceMetricDataResponseSuccess
1252
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContainerServiceMetricDataResult]
1253
+ def metric_name: () -> ("CPUUtilization" | "MemoryUtilization")
1254
+ def metric_data: () -> ::Array[Types::MetricDatapoint]
1255
+ end
1256
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_service_metric_data-instance_method
1257
+ def get_container_service_metric_data: (
1258
+ service_name: ::String,
1259
+ metric_name: ("CPUUtilization" | "MemoryUtilization"),
1260
+ start_time: ::Time,
1261
+ end_time: ::Time,
1262
+ period: ::Integer,
1263
+ statistics: Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
1264
+ ) -> _GetContainerServiceMetricDataResponseSuccess
1265
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerServiceMetricDataResponseSuccess
1266
+
1267
+ interface _GetContainerServicePowersResponseSuccess
1268
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContainerServicePowersResult]
1269
+ def powers: () -> ::Array[Types::ContainerServicePower]
1270
+ end
1271
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_service_powers-instance_method
1272
+ def get_container_service_powers: (
1273
+ ) -> _GetContainerServicePowersResponseSuccess
1274
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerServicePowersResponseSuccess
1275
+
1276
+ interface _GetContainerServicesResponseSuccess
1277
+ include ::Seahorse::Client::_ResponseSuccess[Types::ContainerServicesListResult]
1278
+ def container_services: () -> ::Array[Types::ContainerService]
1279
+ end
1280
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_container_services-instance_method
1281
+ def get_container_services: (
1282
+ ?service_name: ::String
1283
+ ) -> _GetContainerServicesResponseSuccess
1284
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContainerServicesResponseSuccess
1285
+
1286
+ interface _GetCostEstimateResponseSuccess
1287
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCostEstimateResult]
1288
+ def resources_budget_estimate: () -> ::Array[Types::ResourceBudgetEstimate]
1289
+ end
1290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_cost_estimate-instance_method
1291
+ def get_cost_estimate: (
1292
+ resource_name: ::String,
1293
+ start_time: ::Time,
1294
+ end_time: ::Time
1295
+ ) -> _GetCostEstimateResponseSuccess
1296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCostEstimateResponseSuccess
1297
+
1298
+ interface _GetDiskResponseSuccess
1299
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDiskResult]
1300
+ def disk: () -> Types::Disk
1301
+ end
1302
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_disk-instance_method
1303
+ def get_disk: (
1304
+ disk_name: ::String
1305
+ ) -> _GetDiskResponseSuccess
1306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDiskResponseSuccess
1307
+
1308
+ interface _GetDiskSnapshotResponseSuccess
1309
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDiskSnapshotResult]
1310
+ def disk_snapshot: () -> Types::DiskSnapshot
1311
+ end
1312
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_disk_snapshot-instance_method
1313
+ def get_disk_snapshot: (
1314
+ disk_snapshot_name: ::String
1315
+ ) -> _GetDiskSnapshotResponseSuccess
1316
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDiskSnapshotResponseSuccess
1317
+
1318
+ interface _GetDiskSnapshotsResponseSuccess
1319
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDiskSnapshotsResult]
1320
+ def disk_snapshots: () -> ::Array[Types::DiskSnapshot]
1321
+ def next_page_token: () -> ::String
1322
+ end
1323
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_disk_snapshots-instance_method
1324
+ def get_disk_snapshots: (
1325
+ ?page_token: ::String
1326
+ ) -> _GetDiskSnapshotsResponseSuccess
1327
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDiskSnapshotsResponseSuccess
1328
+
1329
+ interface _GetDisksResponseSuccess
1330
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDisksResult]
1331
+ def disks: () -> ::Array[Types::Disk]
1332
+ def next_page_token: () -> ::String
1333
+ end
1334
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_disks-instance_method
1335
+ def get_disks: (
1336
+ ?page_token: ::String
1337
+ ) -> _GetDisksResponseSuccess
1338
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDisksResponseSuccess
1339
+
1340
+ interface _GetDistributionBundlesResponseSuccess
1341
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDistributionBundlesResult]
1342
+ def bundles: () -> ::Array[Types::DistributionBundle]
1343
+ end
1344
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_distribution_bundles-instance_method
1345
+ def get_distribution_bundles: (
1346
+ ) -> _GetDistributionBundlesResponseSuccess
1347
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDistributionBundlesResponseSuccess
1348
+
1349
+ interface _GetDistributionLatestCacheResetResponseSuccess
1350
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDistributionLatestCacheResetResult]
1351
+ def status: () -> ::String
1352
+ def create_time: () -> ::Time
1353
+ end
1354
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_distribution_latest_cache_reset-instance_method
1355
+ def get_distribution_latest_cache_reset: (
1356
+ ?distribution_name: ::String
1357
+ ) -> _GetDistributionLatestCacheResetResponseSuccess
1358
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDistributionLatestCacheResetResponseSuccess
1359
+
1360
+ interface _GetDistributionMetricDataResponseSuccess
1361
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDistributionMetricDataResult]
1362
+ def metric_name: () -> ("Requests" | "BytesDownloaded" | "BytesUploaded" | "TotalErrorRate" | "Http4xxErrorRate" | "Http5xxErrorRate")
1363
+ def metric_data: () -> ::Array[Types::MetricDatapoint]
1364
+ end
1365
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_distribution_metric_data-instance_method
1366
+ def get_distribution_metric_data: (
1367
+ distribution_name: ::String,
1368
+ metric_name: ("Requests" | "BytesDownloaded" | "BytesUploaded" | "TotalErrorRate" | "Http4xxErrorRate" | "Http5xxErrorRate"),
1369
+ start_time: ::Time,
1370
+ end_time: ::Time,
1371
+ period: ::Integer,
1372
+ unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None"),
1373
+ statistics: Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
1374
+ ) -> _GetDistributionMetricDataResponseSuccess
1375
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDistributionMetricDataResponseSuccess
1376
+
1377
+ interface _GetDistributionsResponseSuccess
1378
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDistributionsResult]
1379
+ def distributions: () -> ::Array[Types::LightsailDistribution]
1380
+ def next_page_token: () -> ::String
1381
+ end
1382
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_distributions-instance_method
1383
+ def get_distributions: (
1384
+ ?distribution_name: ::String,
1385
+ ?page_token: ::String
1386
+ ) -> _GetDistributionsResponseSuccess
1387
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDistributionsResponseSuccess
1388
+
1389
+ interface _GetDomainResponseSuccess
1390
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDomainResult]
1391
+ def domain: () -> Types::Domain
1392
+ end
1393
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_domain-instance_method
1394
+ def get_domain: (
1395
+ domain_name: ::String
1396
+ ) -> _GetDomainResponseSuccess
1397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDomainResponseSuccess
1398
+
1399
+ interface _GetDomainsResponseSuccess
1400
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDomainsResult]
1401
+ def domains: () -> ::Array[Types::Domain]
1402
+ def next_page_token: () -> ::String
1403
+ end
1404
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_domains-instance_method
1405
+ def get_domains: (
1406
+ ?page_token: ::String
1407
+ ) -> _GetDomainsResponseSuccess
1408
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDomainsResponseSuccess
1409
+
1410
+ interface _GetExportSnapshotRecordsResponseSuccess
1411
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetExportSnapshotRecordsResult]
1412
+ def export_snapshot_records: () -> ::Array[Types::ExportSnapshotRecord]
1413
+ def next_page_token: () -> ::String
1414
+ end
1415
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_export_snapshot_records-instance_method
1416
+ def get_export_snapshot_records: (
1417
+ ?page_token: ::String
1418
+ ) -> _GetExportSnapshotRecordsResponseSuccess
1419
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetExportSnapshotRecordsResponseSuccess
1420
+
1421
+ interface _GetInstanceResponseSuccess
1422
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstanceResult]
1423
+ def instance: () -> Types::Instance
1424
+ end
1425
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance-instance_method
1426
+ def get_instance: (
1427
+ instance_name: ::String
1428
+ ) -> _GetInstanceResponseSuccess
1429
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceResponseSuccess
1430
+
1431
+ interface _GetInstanceAccessDetailsResponseSuccess
1432
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstanceAccessDetailsResult]
1433
+ def access_details: () -> Types::InstanceAccessDetails
1434
+ end
1435
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance_access_details-instance_method
1436
+ def get_instance_access_details: (
1437
+ instance_name: ::String,
1438
+ ?protocol: ("ssh" | "rdp")
1439
+ ) -> _GetInstanceAccessDetailsResponseSuccess
1440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceAccessDetailsResponseSuccess
1441
+
1442
+ interface _GetInstanceMetricDataResponseSuccess
1443
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstanceMetricDataResult]
1444
+ def metric_name: () -> ("CPUUtilization" | "NetworkIn" | "NetworkOut" | "StatusCheckFailed" | "StatusCheckFailed_Instance" | "StatusCheckFailed_System" | "BurstCapacityTime" | "BurstCapacityPercentage" | "MetadataNoToken")
1445
+ def metric_data: () -> ::Array[Types::MetricDatapoint]
1446
+ end
1447
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance_metric_data-instance_method
1448
+ def get_instance_metric_data: (
1449
+ instance_name: ::String,
1450
+ metric_name: ("CPUUtilization" | "NetworkIn" | "NetworkOut" | "StatusCheckFailed" | "StatusCheckFailed_Instance" | "StatusCheckFailed_System" | "BurstCapacityTime" | "BurstCapacityPercentage" | "MetadataNoToken"),
1451
+ period: ::Integer,
1452
+ start_time: ::Time,
1453
+ end_time: ::Time,
1454
+ unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None"),
1455
+ statistics: Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
1456
+ ) -> _GetInstanceMetricDataResponseSuccess
1457
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceMetricDataResponseSuccess
1458
+
1459
+ interface _GetInstancePortStatesResponseSuccess
1460
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstancePortStatesResult]
1461
+ def port_states: () -> ::Array[Types::InstancePortState]
1462
+ end
1463
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance_port_states-instance_method
1464
+ def get_instance_port_states: (
1465
+ instance_name: ::String
1466
+ ) -> _GetInstancePortStatesResponseSuccess
1467
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstancePortStatesResponseSuccess
1468
+
1469
+ interface _GetInstanceSnapshotResponseSuccess
1470
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstanceSnapshotResult]
1471
+ def instance_snapshot: () -> Types::InstanceSnapshot
1472
+ end
1473
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance_snapshot-instance_method
1474
+ def get_instance_snapshot: (
1475
+ instance_snapshot_name: ::String
1476
+ ) -> _GetInstanceSnapshotResponseSuccess
1477
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceSnapshotResponseSuccess
1478
+
1479
+ interface _GetInstanceSnapshotsResponseSuccess
1480
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstanceSnapshotsResult]
1481
+ def instance_snapshots: () -> ::Array[Types::InstanceSnapshot]
1482
+ def next_page_token: () -> ::String
1483
+ end
1484
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance_snapshots-instance_method
1485
+ def get_instance_snapshots: (
1486
+ ?page_token: ::String
1487
+ ) -> _GetInstanceSnapshotsResponseSuccess
1488
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceSnapshotsResponseSuccess
1489
+
1490
+ interface _GetInstanceStateResponseSuccess
1491
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstanceStateResult]
1492
+ def state: () -> Types::InstanceState
1493
+ end
1494
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instance_state-instance_method
1495
+ def get_instance_state: (
1496
+ instance_name: ::String
1497
+ ) -> _GetInstanceStateResponseSuccess
1498
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceStateResponseSuccess
1499
+
1500
+ interface _GetInstancesResponseSuccess
1501
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInstancesResult]
1502
+ def instances: () -> ::Array[Types::Instance]
1503
+ def next_page_token: () -> ::String
1504
+ end
1505
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_instances-instance_method
1506
+ def get_instances: (
1507
+ ?page_token: ::String
1508
+ ) -> _GetInstancesResponseSuccess
1509
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstancesResponseSuccess
1510
+
1511
+ interface _GetKeyPairResponseSuccess
1512
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKeyPairResult]
1513
+ def key_pair: () -> Types::KeyPair
1514
+ end
1515
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_key_pair-instance_method
1516
+ def get_key_pair: (
1517
+ key_pair_name: ::String
1518
+ ) -> _GetKeyPairResponseSuccess
1519
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKeyPairResponseSuccess
1520
+
1521
+ interface _GetKeyPairsResponseSuccess
1522
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKeyPairsResult]
1523
+ def key_pairs: () -> ::Array[Types::KeyPair]
1524
+ def next_page_token: () -> ::String
1525
+ end
1526
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_key_pairs-instance_method
1527
+ def get_key_pairs: (
1528
+ ?page_token: ::String,
1529
+ ?include_default_key_pair: bool
1530
+ ) -> _GetKeyPairsResponseSuccess
1531
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKeyPairsResponseSuccess
1532
+
1533
+ interface _GetLoadBalancerResponseSuccess
1534
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoadBalancerResult]
1535
+ def load_balancer: () -> Types::LoadBalancer
1536
+ end
1537
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_load_balancer-instance_method
1538
+ def get_load_balancer: (
1539
+ load_balancer_name: ::String
1540
+ ) -> _GetLoadBalancerResponseSuccess
1541
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoadBalancerResponseSuccess
1542
+
1543
+ interface _GetLoadBalancerMetricDataResponseSuccess
1544
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoadBalancerMetricDataResult]
1545
+ def metric_name: () -> ("ClientTLSNegotiationErrorCount" | "HealthyHostCount" | "UnhealthyHostCount" | "HTTPCode_LB_4XX_Count" | "HTTPCode_LB_5XX_Count" | "HTTPCode_Instance_2XX_Count" | "HTTPCode_Instance_3XX_Count" | "HTTPCode_Instance_4XX_Count" | "HTTPCode_Instance_5XX_Count" | "InstanceResponseTime" | "RejectedConnectionCount" | "RequestCount")
1546
+ def metric_data: () -> ::Array[Types::MetricDatapoint]
1547
+ end
1548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_load_balancer_metric_data-instance_method
1549
+ def get_load_balancer_metric_data: (
1550
+ load_balancer_name: ::String,
1551
+ metric_name: ("ClientTLSNegotiationErrorCount" | "HealthyHostCount" | "UnhealthyHostCount" | "HTTPCode_LB_4XX_Count" | "HTTPCode_LB_5XX_Count" | "HTTPCode_Instance_2XX_Count" | "HTTPCode_Instance_3XX_Count" | "HTTPCode_Instance_4XX_Count" | "HTTPCode_Instance_5XX_Count" | "InstanceResponseTime" | "RejectedConnectionCount" | "RequestCount"),
1552
+ period: ::Integer,
1553
+ start_time: ::Time,
1554
+ end_time: ::Time,
1555
+ unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None"),
1556
+ statistics: Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
1557
+ ) -> _GetLoadBalancerMetricDataResponseSuccess
1558
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoadBalancerMetricDataResponseSuccess
1559
+
1560
+ interface _GetLoadBalancerTlsCertificatesResponseSuccess
1561
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoadBalancerTlsCertificatesResult]
1562
+ def tls_certificates: () -> ::Array[Types::LoadBalancerTlsCertificate]
1563
+ end
1564
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_load_balancer_tls_certificates-instance_method
1565
+ def get_load_balancer_tls_certificates: (
1566
+ load_balancer_name: ::String
1567
+ ) -> _GetLoadBalancerTlsCertificatesResponseSuccess
1568
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoadBalancerTlsCertificatesResponseSuccess
1569
+
1570
+ interface _GetLoadBalancerTlsPoliciesResponseSuccess
1571
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoadBalancerTlsPoliciesResult]
1572
+ def tls_policies: () -> ::Array[Types::LoadBalancerTlsPolicy]
1573
+ def next_page_token: () -> ::String
1574
+ end
1575
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_load_balancer_tls_policies-instance_method
1576
+ def get_load_balancer_tls_policies: (
1577
+ ?page_token: ::String
1578
+ ) -> _GetLoadBalancerTlsPoliciesResponseSuccess
1579
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoadBalancerTlsPoliciesResponseSuccess
1580
+
1581
+ interface _GetLoadBalancersResponseSuccess
1582
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoadBalancersResult]
1583
+ def load_balancers: () -> ::Array[Types::LoadBalancer]
1584
+ def next_page_token: () -> ::String
1585
+ end
1586
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_load_balancers-instance_method
1587
+ def get_load_balancers: (
1588
+ ?page_token: ::String
1589
+ ) -> _GetLoadBalancersResponseSuccess
1590
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoadBalancersResponseSuccess
1591
+
1592
+ interface _GetOperationResponseSuccess
1593
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOperationResult]
1594
+ def operation: () -> Types::Operation
1595
+ end
1596
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_operation-instance_method
1597
+ def get_operation: (
1598
+ operation_id: ::String
1599
+ ) -> _GetOperationResponseSuccess
1600
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOperationResponseSuccess
1601
+
1602
+ interface _GetOperationsResponseSuccess
1603
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOperationsResult]
1604
+ def operations: () -> ::Array[Types::Operation]
1605
+ def next_page_token: () -> ::String
1606
+ end
1607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_operations-instance_method
1608
+ def get_operations: (
1609
+ ?page_token: ::String
1610
+ ) -> _GetOperationsResponseSuccess
1611
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOperationsResponseSuccess
1612
+
1613
+ interface _GetOperationsForResourceResponseSuccess
1614
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOperationsForResourceResult]
1615
+ def operations: () -> ::Array[Types::Operation]
1616
+ def next_page_count: () -> ::String
1617
+ def next_page_token: () -> ::String
1618
+ end
1619
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_operations_for_resource-instance_method
1620
+ def get_operations_for_resource: (
1621
+ resource_name: ::String,
1622
+ ?page_token: ::String
1623
+ ) -> _GetOperationsForResourceResponseSuccess
1624
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOperationsForResourceResponseSuccess
1625
+
1626
+ interface _GetRegionsResponseSuccess
1627
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRegionsResult]
1628
+ def regions: () -> ::Array[Types::Region]
1629
+ end
1630
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_regions-instance_method
1631
+ def get_regions: (
1632
+ ?include_availability_zones: bool,
1633
+ ?include_relational_database_availability_zones: bool
1634
+ ) -> _GetRegionsResponseSuccess
1635
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRegionsResponseSuccess
1636
+
1637
+ interface _GetRelationalDatabaseResponseSuccess
1638
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseResult]
1639
+ def relational_database: () -> Types::RelationalDatabase
1640
+ end
1641
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database-instance_method
1642
+ def get_relational_database: (
1643
+ relational_database_name: ::String
1644
+ ) -> _GetRelationalDatabaseResponseSuccess
1645
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseResponseSuccess
1646
+
1647
+ interface _GetRelationalDatabaseBlueprintsResponseSuccess
1648
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseBlueprintsResult]
1649
+ def blueprints: () -> ::Array[Types::RelationalDatabaseBlueprint]
1650
+ def next_page_token: () -> ::String
1651
+ end
1652
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_blueprints-instance_method
1653
+ def get_relational_database_blueprints: (
1654
+ ?page_token: ::String
1655
+ ) -> _GetRelationalDatabaseBlueprintsResponseSuccess
1656
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseBlueprintsResponseSuccess
1657
+
1658
+ interface _GetRelationalDatabaseBundlesResponseSuccess
1659
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseBundlesResult]
1660
+ def bundles: () -> ::Array[Types::RelationalDatabaseBundle]
1661
+ def next_page_token: () -> ::String
1662
+ end
1663
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_bundles-instance_method
1664
+ def get_relational_database_bundles: (
1665
+ ?page_token: ::String,
1666
+ ?include_inactive: bool
1667
+ ) -> _GetRelationalDatabaseBundlesResponseSuccess
1668
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseBundlesResponseSuccess
1669
+
1670
+ interface _GetRelationalDatabaseEventsResponseSuccess
1671
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseEventsResult]
1672
+ def relational_database_events: () -> ::Array[Types::RelationalDatabaseEvent]
1673
+ def next_page_token: () -> ::String
1674
+ end
1675
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_events-instance_method
1676
+ def get_relational_database_events: (
1677
+ relational_database_name: ::String,
1678
+ ?duration_in_minutes: ::Integer,
1679
+ ?page_token: ::String
1680
+ ) -> _GetRelationalDatabaseEventsResponseSuccess
1681
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseEventsResponseSuccess
1682
+
1683
+ interface _GetRelationalDatabaseLogEventsResponseSuccess
1684
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseLogEventsResult]
1685
+ def resource_log_events: () -> ::Array[Types::LogEvent]
1686
+ def next_backward_token: () -> ::String
1687
+ def next_forward_token: () -> ::String
1688
+ end
1689
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_log_events-instance_method
1690
+ def get_relational_database_log_events: (
1691
+ relational_database_name: ::String,
1692
+ log_stream_name: ::String,
1693
+ ?start_time: ::Time,
1694
+ ?end_time: ::Time,
1695
+ ?start_from_head: bool,
1696
+ ?page_token: ::String
1697
+ ) -> _GetRelationalDatabaseLogEventsResponseSuccess
1698
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseLogEventsResponseSuccess
1699
+
1700
+ interface _GetRelationalDatabaseLogStreamsResponseSuccess
1701
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseLogStreamsResult]
1702
+ def log_streams: () -> ::Array[::String]
1703
+ end
1704
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_log_streams-instance_method
1705
+ def get_relational_database_log_streams: (
1706
+ relational_database_name: ::String
1707
+ ) -> _GetRelationalDatabaseLogStreamsResponseSuccess
1708
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseLogStreamsResponseSuccess
1709
+
1710
+ interface _GetRelationalDatabaseMasterUserPasswordResponseSuccess
1711
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseMasterUserPasswordResult]
1712
+ def master_user_password: () -> ::String
1713
+ def created_at: () -> ::Time
1714
+ end
1715
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_master_user_password-instance_method
1716
+ def get_relational_database_master_user_password: (
1717
+ relational_database_name: ::String,
1718
+ ?password_version: ("CURRENT" | "PREVIOUS" | "PENDING")
1719
+ ) -> _GetRelationalDatabaseMasterUserPasswordResponseSuccess
1720
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseMasterUserPasswordResponseSuccess
1721
+
1722
+ interface _GetRelationalDatabaseMetricDataResponseSuccess
1723
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseMetricDataResult]
1724
+ def metric_name: () -> ("CPUUtilization" | "DatabaseConnections" | "DiskQueueDepth" | "FreeStorageSpace" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput")
1725
+ def metric_data: () -> ::Array[Types::MetricDatapoint]
1726
+ end
1727
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_metric_data-instance_method
1728
+ def get_relational_database_metric_data: (
1729
+ relational_database_name: ::String,
1730
+ metric_name: ("CPUUtilization" | "DatabaseConnections" | "DiskQueueDepth" | "FreeStorageSpace" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput"),
1731
+ period: ::Integer,
1732
+ start_time: ::Time,
1733
+ end_time: ::Time,
1734
+ unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None"),
1735
+ statistics: Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
1736
+ ) -> _GetRelationalDatabaseMetricDataResponseSuccess
1737
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseMetricDataResponseSuccess
1738
+
1739
+ interface _GetRelationalDatabaseParametersResponseSuccess
1740
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseParametersResult]
1741
+ def parameters: () -> ::Array[Types::RelationalDatabaseParameter]
1742
+ def next_page_token: () -> ::String
1743
+ end
1744
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_parameters-instance_method
1745
+ def get_relational_database_parameters: (
1746
+ relational_database_name: ::String,
1747
+ ?page_token: ::String
1748
+ ) -> _GetRelationalDatabaseParametersResponseSuccess
1749
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseParametersResponseSuccess
1750
+
1751
+ interface _GetRelationalDatabaseSnapshotResponseSuccess
1752
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseSnapshotResult]
1753
+ def relational_database_snapshot: () -> Types::RelationalDatabaseSnapshot
1754
+ end
1755
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_snapshot-instance_method
1756
+ def get_relational_database_snapshot: (
1757
+ relational_database_snapshot_name: ::String
1758
+ ) -> _GetRelationalDatabaseSnapshotResponseSuccess
1759
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseSnapshotResponseSuccess
1760
+
1761
+ interface _GetRelationalDatabaseSnapshotsResponseSuccess
1762
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabaseSnapshotsResult]
1763
+ def relational_database_snapshots: () -> ::Array[Types::RelationalDatabaseSnapshot]
1764
+ def next_page_token: () -> ::String
1765
+ end
1766
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_database_snapshots-instance_method
1767
+ def get_relational_database_snapshots: (
1768
+ ?page_token: ::String
1769
+ ) -> _GetRelationalDatabaseSnapshotsResponseSuccess
1770
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabaseSnapshotsResponseSuccess
1771
+
1772
+ interface _GetRelationalDatabasesResponseSuccess
1773
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRelationalDatabasesResult]
1774
+ def relational_databases: () -> ::Array[Types::RelationalDatabase]
1775
+ def next_page_token: () -> ::String
1776
+ end
1777
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_relational_databases-instance_method
1778
+ def get_relational_databases: (
1779
+ ?page_token: ::String
1780
+ ) -> _GetRelationalDatabasesResponseSuccess
1781
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRelationalDatabasesResponseSuccess
1782
+
1783
+ interface _GetSetupHistoryResponseSuccess
1784
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSetupHistoryResult]
1785
+ def setup_history: () -> ::Array[Types::SetupHistory]
1786
+ def next_page_token: () -> ::String
1787
+ end
1788
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_setup_history-instance_method
1789
+ def get_setup_history: (
1790
+ resource_name: ::String,
1791
+ ?page_token: ::String
1792
+ ) -> _GetSetupHistoryResponseSuccess
1793
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSetupHistoryResponseSuccess
1794
+
1795
+ interface _GetStaticIpResponseSuccess
1796
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetStaticIpResult]
1797
+ def static_ip: () -> Types::StaticIp
1798
+ end
1799
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_static_ip-instance_method
1800
+ def get_static_ip: (
1801
+ static_ip_name: ::String
1802
+ ) -> _GetStaticIpResponseSuccess
1803
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStaticIpResponseSuccess
1804
+
1805
+ interface _GetStaticIpsResponseSuccess
1806
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetStaticIpsResult]
1807
+ def static_ips: () -> ::Array[Types::StaticIp]
1808
+ def next_page_token: () -> ::String
1809
+ end
1810
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#get_static_ips-instance_method
1811
+ def get_static_ips: (
1812
+ ?page_token: ::String
1813
+ ) -> _GetStaticIpsResponseSuccess
1814
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStaticIpsResponseSuccess
1815
+
1816
+ interface _ImportKeyPairResponseSuccess
1817
+ include ::Seahorse::Client::_ResponseSuccess[Types::ImportKeyPairResult]
1818
+ def operation: () -> Types::Operation
1819
+ end
1820
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#import_key_pair-instance_method
1821
+ def import_key_pair: (
1822
+ key_pair_name: ::String,
1823
+ public_key_base_64: ::String
1824
+ ) -> _ImportKeyPairResponseSuccess
1825
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportKeyPairResponseSuccess
1826
+
1827
+ interface _IsVpcPeeredResponseSuccess
1828
+ include ::Seahorse::Client::_ResponseSuccess[Types::IsVpcPeeredResult]
1829
+ def is_peered: () -> bool
1830
+ end
1831
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#is_vpc_peered-instance_method
1832
+ def is_vpc_peered: (
1833
+ ) -> _IsVpcPeeredResponseSuccess
1834
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _IsVpcPeeredResponseSuccess
1835
+
1836
+ interface _OpenInstancePublicPortsResponseSuccess
1837
+ include ::Seahorse::Client::_ResponseSuccess[Types::OpenInstancePublicPortsResult]
1838
+ def operation: () -> Types::Operation
1839
+ end
1840
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#open_instance_public_ports-instance_method
1841
+ def open_instance_public_ports: (
1842
+ port_info: {
1843
+ from_port: ::Integer?,
1844
+ to_port: ::Integer?,
1845
+ protocol: ("tcp" | "all" | "udp" | "icmp")?,
1846
+ cidrs: Array[::String]?,
1847
+ ipv6_cidrs: Array[::String]?,
1848
+ cidr_list_aliases: Array[::String]?
1849
+ },
1850
+ instance_name: ::String
1851
+ ) -> _OpenInstancePublicPortsResponseSuccess
1852
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _OpenInstancePublicPortsResponseSuccess
1853
+
1854
+ interface _PeerVpcResponseSuccess
1855
+ include ::Seahorse::Client::_ResponseSuccess[Types::PeerVpcResult]
1856
+ def operation: () -> Types::Operation
1857
+ end
1858
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#peer_vpc-instance_method
1859
+ def peer_vpc: (
1860
+ ) -> _PeerVpcResponseSuccess
1861
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PeerVpcResponseSuccess
1862
+
1863
+ interface _PutAlarmResponseSuccess
1864
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutAlarmResult]
1865
+ def operations: () -> ::Array[Types::Operation]
1866
+ end
1867
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#put_alarm-instance_method
1868
+ def put_alarm: (
1869
+ alarm_name: ::String,
1870
+ metric_name: ("CPUUtilization" | "NetworkIn" | "NetworkOut" | "StatusCheckFailed" | "StatusCheckFailed_Instance" | "StatusCheckFailed_System" | "ClientTLSNegotiationErrorCount" | "HealthyHostCount" | "UnhealthyHostCount" | "HTTPCode_LB_4XX_Count" | "HTTPCode_LB_5XX_Count" | "HTTPCode_Instance_2XX_Count" | "HTTPCode_Instance_3XX_Count" | "HTTPCode_Instance_4XX_Count" | "HTTPCode_Instance_5XX_Count" | "InstanceResponseTime" | "RejectedConnectionCount" | "RequestCount" | "DatabaseConnections" | "DiskQueueDepth" | "FreeStorageSpace" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "BurstCapacityTime" | "BurstCapacityPercentage"),
1871
+ monitored_resource_name: ::String,
1872
+ comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold"),
1873
+ threshold: ::Float,
1874
+ evaluation_periods: ::Integer,
1875
+ ?datapoints_to_alarm: ::Integer,
1876
+ ?treat_missing_data: ("breaching" | "notBreaching" | "ignore" | "missing"),
1877
+ ?contact_protocols: Array[("Email" | "SMS")],
1878
+ ?notification_triggers: Array[("OK" | "ALARM" | "INSUFFICIENT_DATA")],
1879
+ ?notification_enabled: bool
1880
+ ) -> _PutAlarmResponseSuccess
1881
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAlarmResponseSuccess
1882
+
1883
+ interface _PutInstancePublicPortsResponseSuccess
1884
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutInstancePublicPortsResult]
1885
+ def operation: () -> Types::Operation
1886
+ end
1887
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#put_instance_public_ports-instance_method
1888
+ def put_instance_public_ports: (
1889
+ port_infos: Array[
1890
+ {
1891
+ from_port: ::Integer?,
1892
+ to_port: ::Integer?,
1893
+ protocol: ("tcp" | "all" | "udp" | "icmp")?,
1894
+ cidrs: Array[::String]?,
1895
+ ipv6_cidrs: Array[::String]?,
1896
+ cidr_list_aliases: Array[::String]?
1897
+ },
1898
+ ],
1899
+ instance_name: ::String
1900
+ ) -> _PutInstancePublicPortsResponseSuccess
1901
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutInstancePublicPortsResponseSuccess
1902
+
1903
+ interface _RebootInstanceResponseSuccess
1904
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebootInstanceResult]
1905
+ def operations: () -> ::Array[Types::Operation]
1906
+ end
1907
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#reboot_instance-instance_method
1908
+ def reboot_instance: (
1909
+ instance_name: ::String
1910
+ ) -> _RebootInstanceResponseSuccess
1911
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootInstanceResponseSuccess
1912
+
1913
+ interface _RebootRelationalDatabaseResponseSuccess
1914
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebootRelationalDatabaseResult]
1915
+ def operations: () -> ::Array[Types::Operation]
1916
+ end
1917
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#reboot_relational_database-instance_method
1918
+ def reboot_relational_database: (
1919
+ relational_database_name: ::String
1920
+ ) -> _RebootRelationalDatabaseResponseSuccess
1921
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootRelationalDatabaseResponseSuccess
1922
+
1923
+ interface _RegisterContainerImageResponseSuccess
1924
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterContainerImageResult]
1925
+ def container_image: () -> Types::ContainerImage
1926
+ end
1927
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#register_container_image-instance_method
1928
+ def register_container_image: (
1929
+ service_name: ::String,
1930
+ label: ::String,
1931
+ digest: ::String
1932
+ ) -> _RegisterContainerImageResponseSuccess
1933
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterContainerImageResponseSuccess
1934
+
1935
+ interface _ReleaseStaticIpResponseSuccess
1936
+ include ::Seahorse::Client::_ResponseSuccess[Types::ReleaseStaticIpResult]
1937
+ def operations: () -> ::Array[Types::Operation]
1938
+ end
1939
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#release_static_ip-instance_method
1940
+ def release_static_ip: (
1941
+ static_ip_name: ::String
1942
+ ) -> _ReleaseStaticIpResponseSuccess
1943
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReleaseStaticIpResponseSuccess
1944
+
1945
+ interface _ResetDistributionCacheResponseSuccess
1946
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResetDistributionCacheResult]
1947
+ def status: () -> ::String
1948
+ def create_time: () -> ::Time
1949
+ def operation: () -> Types::Operation
1950
+ end
1951
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#reset_distribution_cache-instance_method
1952
+ def reset_distribution_cache: (
1953
+ ?distribution_name: ::String
1954
+ ) -> _ResetDistributionCacheResponseSuccess
1955
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetDistributionCacheResponseSuccess
1956
+
1957
+ interface _SendContactMethodVerificationResponseSuccess
1958
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendContactMethodVerificationResult]
1959
+ def operations: () -> ::Array[Types::Operation]
1960
+ end
1961
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#send_contact_method_verification-instance_method
1962
+ def send_contact_method_verification: (
1963
+ protocol: ("Email")
1964
+ ) -> _SendContactMethodVerificationResponseSuccess
1965
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendContactMethodVerificationResponseSuccess
1966
+
1967
+ interface _SetIpAddressTypeResponseSuccess
1968
+ include ::Seahorse::Client::_ResponseSuccess[Types::SetIpAddressTypeResult]
1969
+ def operations: () -> ::Array[Types::Operation]
1970
+ end
1971
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#set_ip_address_type-instance_method
1972
+ def set_ip_address_type: (
1973
+ resource_type: ("ContainerService" | "Instance" | "StaticIp" | "KeyPair" | "InstanceSnapshot" | "Domain" | "PeeredVpc" | "LoadBalancer" | "LoadBalancerTlsCertificate" | "Disk" | "DiskSnapshot" | "RelationalDatabase" | "RelationalDatabaseSnapshot" | "ExportSnapshotRecord" | "CloudFormationStackRecord" | "Alarm" | "ContactMethod" | "Distribution" | "Certificate" | "Bucket"),
1974
+ resource_name: ::String,
1975
+ ip_address_type: ("dualstack" | "ipv4")
1976
+ ) -> _SetIpAddressTypeResponseSuccess
1977
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetIpAddressTypeResponseSuccess
1978
+
1979
+ interface _SetResourceAccessForBucketResponseSuccess
1980
+ include ::Seahorse::Client::_ResponseSuccess[Types::SetResourceAccessForBucketResult]
1981
+ def operations: () -> ::Array[Types::Operation]
1982
+ end
1983
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#set_resource_access_for_bucket-instance_method
1984
+ def set_resource_access_for_bucket: (
1985
+ resource_name: ::String,
1986
+ bucket_name: ::String,
1987
+ access: ("allow" | "deny")
1988
+ ) -> _SetResourceAccessForBucketResponseSuccess
1989
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetResourceAccessForBucketResponseSuccess
1990
+
1991
+ interface _SetupInstanceHttpsResponseSuccess
1992
+ include ::Seahorse::Client::_ResponseSuccess[Types::SetupInstanceHttpsResult]
1993
+ def operations: () -> ::Array[Types::Operation]
1994
+ end
1995
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#setup_instance_https-instance_method
1996
+ def setup_instance_https: (
1997
+ instance_name: ::String,
1998
+ email_address: ::String,
1999
+ domain_names: Array[::String],
2000
+ certificate_provider: ("LetsEncrypt")
2001
+ ) -> _SetupInstanceHttpsResponseSuccess
2002
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetupInstanceHttpsResponseSuccess
2003
+
2004
+ interface _StartGUISessionResponseSuccess
2005
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartGUISessionResult]
2006
+ def operations: () -> ::Array[Types::Operation]
2007
+ end
2008
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#start_gui_session-instance_method
2009
+ def start_gui_session: (
2010
+ resource_name: ::String
2011
+ ) -> _StartGUISessionResponseSuccess
2012
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartGUISessionResponseSuccess
2013
+
2014
+ interface _StartInstanceResponseSuccess
2015
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartInstanceResult]
2016
+ def operations: () -> ::Array[Types::Operation]
2017
+ end
2018
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#start_instance-instance_method
2019
+ def start_instance: (
2020
+ instance_name: ::String
2021
+ ) -> _StartInstanceResponseSuccess
2022
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartInstanceResponseSuccess
2023
+
2024
+ interface _StartRelationalDatabaseResponseSuccess
2025
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartRelationalDatabaseResult]
2026
+ def operations: () -> ::Array[Types::Operation]
2027
+ end
2028
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#start_relational_database-instance_method
2029
+ def start_relational_database: (
2030
+ relational_database_name: ::String
2031
+ ) -> _StartRelationalDatabaseResponseSuccess
2032
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartRelationalDatabaseResponseSuccess
2033
+
2034
+ interface _StopGUISessionResponseSuccess
2035
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopGUISessionResult]
2036
+ def operations: () -> ::Array[Types::Operation]
2037
+ end
2038
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#stop_gui_session-instance_method
2039
+ def stop_gui_session: (
2040
+ resource_name: ::String
2041
+ ) -> _StopGUISessionResponseSuccess
2042
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopGUISessionResponseSuccess
2043
+
2044
+ interface _StopInstanceResponseSuccess
2045
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopInstanceResult]
2046
+ def operations: () -> ::Array[Types::Operation]
2047
+ end
2048
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#stop_instance-instance_method
2049
+ def stop_instance: (
2050
+ instance_name: ::String,
2051
+ ?force: bool
2052
+ ) -> _StopInstanceResponseSuccess
2053
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopInstanceResponseSuccess
2054
+
2055
+ interface _StopRelationalDatabaseResponseSuccess
2056
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopRelationalDatabaseResult]
2057
+ def operations: () -> ::Array[Types::Operation]
2058
+ end
2059
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#stop_relational_database-instance_method
2060
+ def stop_relational_database: (
2061
+ relational_database_name: ::String,
2062
+ ?relational_database_snapshot_name: ::String
2063
+ ) -> _StopRelationalDatabaseResponseSuccess
2064
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopRelationalDatabaseResponseSuccess
2065
+
2066
+ interface _TagResourceResponseSuccess
2067
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResult]
2068
+ def operations: () -> ::Array[Types::Operation]
2069
+ end
2070
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#tag_resource-instance_method
2071
+ def tag_resource: (
2072
+ resource_name: ::String,
2073
+ ?resource_arn: ::String,
2074
+ tags: Array[
2075
+ {
2076
+ key: ::String?,
2077
+ value: ::String?
2078
+ },
2079
+ ]
2080
+ ) -> _TagResourceResponseSuccess
2081
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
2082
+
2083
+ interface _TestAlarmResponseSuccess
2084
+ include ::Seahorse::Client::_ResponseSuccess[Types::TestAlarmResult]
2085
+ def operations: () -> ::Array[Types::Operation]
2086
+ end
2087
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#test_alarm-instance_method
2088
+ def test_alarm: (
2089
+ alarm_name: ::String,
2090
+ state: ("OK" | "ALARM" | "INSUFFICIENT_DATA")
2091
+ ) -> _TestAlarmResponseSuccess
2092
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestAlarmResponseSuccess
2093
+
2094
+ interface _UnpeerVpcResponseSuccess
2095
+ include ::Seahorse::Client::_ResponseSuccess[Types::UnpeerVpcResult]
2096
+ def operation: () -> Types::Operation
2097
+ end
2098
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#unpeer_vpc-instance_method
2099
+ def unpeer_vpc: (
2100
+ ) -> _UnpeerVpcResponseSuccess
2101
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UnpeerVpcResponseSuccess
2102
+
2103
+ interface _UntagResourceResponseSuccess
2104
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResult]
2105
+ def operations: () -> ::Array[Types::Operation]
2106
+ end
2107
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#untag_resource-instance_method
2108
+ def untag_resource: (
2109
+ resource_name: ::String,
2110
+ ?resource_arn: ::String,
2111
+ tag_keys: Array[::String]
2112
+ ) -> _UntagResourceResponseSuccess
2113
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
2114
+
2115
+ interface _UpdateBucketResponseSuccess
2116
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBucketResult]
2117
+ def bucket: () -> Types::Bucket
2118
+ def operations: () -> ::Array[Types::Operation]
2119
+ end
2120
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_bucket-instance_method
2121
+ def update_bucket: (
2122
+ bucket_name: ::String,
2123
+ ?access_rules: {
2124
+ get_object: ("public" | "private")?,
2125
+ allow_public_overrides: bool?
2126
+ },
2127
+ ?versioning: ::String,
2128
+ ?readonly_access_accounts: Array[::String],
2129
+ ?access_log_config: {
2130
+ enabled: bool,
2131
+ destination: ::String?,
2132
+ prefix: ::String?
2133
+ }
2134
+ ) -> _UpdateBucketResponseSuccess
2135
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBucketResponseSuccess
2136
+
2137
+ interface _UpdateBucketBundleResponseSuccess
2138
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBucketBundleResult]
2139
+ def operations: () -> ::Array[Types::Operation]
2140
+ end
2141
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_bucket_bundle-instance_method
2142
+ def update_bucket_bundle: (
2143
+ bucket_name: ::String,
2144
+ bundle_id: ::String
2145
+ ) -> _UpdateBucketBundleResponseSuccess
2146
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBucketBundleResponseSuccess
2147
+
2148
+ interface _UpdateContainerServiceResponseSuccess
2149
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContainerServiceResult]
2150
+ def container_service: () -> Types::ContainerService
2151
+ end
2152
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_container_service-instance_method
2153
+ def update_container_service: (
2154
+ service_name: ::String,
2155
+ ?power: ("nano" | "micro" | "small" | "medium" | "large" | "xlarge"),
2156
+ ?scale: ::Integer,
2157
+ ?is_disabled: bool,
2158
+ ?public_domain_names: Hash[::String, Array[::String]],
2159
+ ?private_registry_access: {
2160
+ ecr_image_puller_role: {
2161
+ is_active: bool?
2162
+ }?
2163
+ }
2164
+ ) -> _UpdateContainerServiceResponseSuccess
2165
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContainerServiceResponseSuccess
2166
+
2167
+ interface _UpdateDistributionResponseSuccess
2168
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDistributionResult]
2169
+ def operation: () -> Types::Operation
2170
+ end
2171
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_distribution-instance_method
2172
+ def update_distribution: (
2173
+ distribution_name: ::String,
2174
+ ?origin: {
2175
+ name: ::String?,
2176
+ region_name: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "ca-central-1" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "eu-north-1")?,
2177
+ protocol_policy: ("http-only" | "https-only")?
2178
+ },
2179
+ ?default_cache_behavior: {
2180
+ behavior: ("dont-cache" | "cache")?
2181
+ },
2182
+ ?cache_behavior_settings: {
2183
+ default_ttl: ::Integer?,
2184
+ minimum_ttl: ::Integer?,
2185
+ maximum_ttl: ::Integer?,
2186
+ allowed_http_methods: ::String?,
2187
+ cached_http_methods: ::String?,
2188
+ forwarded_cookies: {
2189
+ option: ("none" | "allow-list" | "all")?,
2190
+ cookies_allow_list: Array[::String]?
2191
+ }?,
2192
+ forwarded_headers: {
2193
+ option: ("none" | "allow-list" | "all")?,
2194
+ headers_allow_list: Array[("Accept" | "Accept-Charset" | "Accept-Datetime" | "Accept-Encoding" | "Accept-Language" | "Authorization" | "CloudFront-Forwarded-Proto" | "CloudFront-Is-Desktop-Viewer" | "CloudFront-Is-Mobile-Viewer" | "CloudFront-Is-SmartTV-Viewer" | "CloudFront-Is-Tablet-Viewer" | "CloudFront-Viewer-Country" | "Host" | "Origin" | "Referer")]?
2195
+ }?,
2196
+ forwarded_query_strings: {
2197
+ option: bool?,
2198
+ query_strings_allow_list: Array[::String]?
2199
+ }?
2200
+ },
2201
+ ?cache_behaviors: Array[
2202
+ {
2203
+ path: ::String?,
2204
+ behavior: ("dont-cache" | "cache")?
2205
+ },
2206
+ ],
2207
+ ?is_enabled: bool
2208
+ ) -> _UpdateDistributionResponseSuccess
2209
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDistributionResponseSuccess
2210
+
2211
+ interface _UpdateDistributionBundleResponseSuccess
2212
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDistributionBundleResult]
2213
+ def operation: () -> Types::Operation
2214
+ end
2215
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_distribution_bundle-instance_method
2216
+ def update_distribution_bundle: (
2217
+ ?distribution_name: ::String,
2218
+ ?bundle_id: ::String
2219
+ ) -> _UpdateDistributionBundleResponseSuccess
2220
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDistributionBundleResponseSuccess
2221
+
2222
+ interface _UpdateDomainEntryResponseSuccess
2223
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDomainEntryResult]
2224
+ def operations: () -> ::Array[Types::Operation]
2225
+ end
2226
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_domain_entry-instance_method
2227
+ def update_domain_entry: (
2228
+ domain_name: ::String,
2229
+ domain_entry: {
2230
+ id: ::String?,
2231
+ name: ::String?,
2232
+ target: ::String?,
2233
+ is_alias: bool?,
2234
+ type: ::String?,
2235
+ options: Hash[::String, ::String]?
2236
+ }
2237
+ ) -> _UpdateDomainEntryResponseSuccess
2238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainEntryResponseSuccess
2239
+
2240
+ interface _UpdateInstanceMetadataOptionsResponseSuccess
2241
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateInstanceMetadataOptionsResult]
2242
+ def operation: () -> Types::Operation
2243
+ end
2244
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_instance_metadata_options-instance_method
2245
+ def update_instance_metadata_options: (
2246
+ instance_name: ::String,
2247
+ ?http_tokens: ("optional" | "required"),
2248
+ ?http_endpoint: ("disabled" | "enabled"),
2249
+ ?http_put_response_hop_limit: ::Integer,
2250
+ ?http_protocol_ipv_6: ("disabled" | "enabled")
2251
+ ) -> _UpdateInstanceMetadataOptionsResponseSuccess
2252
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInstanceMetadataOptionsResponseSuccess
2253
+
2254
+ interface _UpdateLoadBalancerAttributeResponseSuccess
2255
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLoadBalancerAttributeResult]
2256
+ def operations: () -> ::Array[Types::Operation]
2257
+ end
2258
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_load_balancer_attribute-instance_method
2259
+ def update_load_balancer_attribute: (
2260
+ load_balancer_name: ::String,
2261
+ attribute_name: ("HealthCheckPath" | "SessionStickinessEnabled" | "SessionStickiness_LB_CookieDurationSeconds" | "HttpsRedirectionEnabled" | "TlsPolicyName"),
2262
+ attribute_value: ::String
2263
+ ) -> _UpdateLoadBalancerAttributeResponseSuccess
2264
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLoadBalancerAttributeResponseSuccess
2265
+
2266
+ interface _UpdateRelationalDatabaseResponseSuccess
2267
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRelationalDatabaseResult]
2268
+ def operations: () -> ::Array[Types::Operation]
2269
+ end
2270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_relational_database-instance_method
2271
+ def update_relational_database: (
2272
+ relational_database_name: ::String,
2273
+ ?master_user_password: ::String,
2274
+ ?rotate_master_user_password: bool,
2275
+ ?preferred_backup_window: ::String,
2276
+ ?preferred_maintenance_window: ::String,
2277
+ ?enable_backup_retention: bool,
2278
+ ?disable_backup_retention: bool,
2279
+ ?publicly_accessible: bool,
2280
+ ?apply_immediately: bool,
2281
+ ?ca_certificate_identifier: ::String,
2282
+ ?relational_database_blueprint_id: ::String
2283
+ ) -> _UpdateRelationalDatabaseResponseSuccess
2284
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRelationalDatabaseResponseSuccess
2285
+
2286
+ interface _UpdateRelationalDatabaseParametersResponseSuccess
2287
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRelationalDatabaseParametersResult]
2288
+ def operations: () -> ::Array[Types::Operation]
2289
+ end
2290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_relational_database_parameters-instance_method
2291
+ def update_relational_database_parameters: (
2292
+ relational_database_name: ::String,
2293
+ parameters: Array[
2294
+ {
2295
+ allowed_values: ::String?,
2296
+ apply_method: ::String?,
2297
+ apply_type: ::String?,
2298
+ data_type: ::String?,
2299
+ description: ::String?,
2300
+ is_modifiable: bool?,
2301
+ parameter_name: ::String?,
2302
+ parameter_value: ::String?
2303
+ },
2304
+ ]
2305
+ ) -> _UpdateRelationalDatabaseParametersResponseSuccess
2306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRelationalDatabaseParametersResponseSuccess
2307
+ end
2308
+ end
2309
+ end
2310
+