aws-sdk-lightsail 1.129.0 → 1.130.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3cd4e359214d9f98974974b0caefc47010cf2df13937aa30ea9f53a544f38ce
4
- data.tar.gz: '0781ae2d9ddd2160e4e8d76e53ca4c5a42120faab0f8f4b625edf48bd623bcd2'
3
+ metadata.gz: 9d3a623764570416a705ffbf87a6acdeed73d77df7f6bfa1aae113db3190fcfb
4
+ data.tar.gz: 883e36c8893fdc07c85998850956a8642cb14a82b3bf2b4f7a4f084da03e81d9
5
5
  SHA512:
6
- metadata.gz: b95099eca149a9f40913d358d2cbd0d7afa75528e53695f9f45ad6df7d7e387916054a54d76fc16870727211f057a1bee088e1b1efbc88b8583cd26a85c71d69
7
- data.tar.gz: 4e0b050651c1974b3a40ee5051858ffef65c7966410c5294da351926a287089fede07a56cc23d278eadf0ddd1b80c1c77026b92d4c31e2e87de2225d85483f3b
6
+ metadata.gz: 1481228e330b89b9608946e0d31202415446855c1606211b9d8b1f33d833ce1e7dac5d9aa6baaeabe9604f057fbafdd3aa8dabf3e1daf3c6d4876adf522e0a4f
7
+ data.tar.gz: 6759eafe471c20d4d4e11d41031d869f559e8045f58840caf9b9d99dbefb743428e90e9cd95c9d47f6bbbfd05102e6cbee5fd0270b49d088ab522a42d05087eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.130.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.129.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.129.0
1
+ 1.130.0
@@ -12604,7 +12604,7 @@ module Aws::Lightsail
12604
12604
  tracer: tracer
12605
12605
  )
12606
12606
  context[:gem_name] = 'aws-sdk-lightsail'
12607
- context[:gem_version] = '1.129.0'
12607
+ context[:gem_version] = '1.130.0'
12608
12608
  Seahorse::Client::Request.new(handlers, context)
12609
12609
  end
12610
12610
 
@@ -54,7 +54,7 @@ module Aws::Lightsail
54
54
  autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
56
56
 
57
- GEM_VERSION = '1.129.0'
57
+ GEM_VERSION = '1.130.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -152,14 +152,7 @@ module Aws
152
152
  end
153
153
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#close_instance_public_ports-instance_method
154
154
  def close_instance_public_ports: (
155
- port_info: {
156
- from_port: ::Integer?,
157
- to_port: ::Integer?,
158
- protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
159
- cidrs: Array[::String]?,
160
- ipv6_cidrs: Array[::String]?,
161
- cidr_list_aliases: Array[::String]?
162
- },
155
+ port_info: Params::port_info,
163
156
  instance_name: ::String
164
157
  ) -> _CloseInstancePublicPortsResponseSuccess
165
158
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CloseInstancePublicPortsResponseSuccess
@@ -192,7 +185,7 @@ module Aws
192
185
  {
193
186
  key: ::String?,
194
187
  value: ::String?
195
- },
188
+ }
196
189
  ],
197
190
  ?enable_object_versioning: bool
198
191
  ) -> _CreateBucketResponseSuccess
@@ -223,7 +216,7 @@ module Aws
223
216
  {
224
217
  key: ::String?,
225
218
  value: ::String?
226
- },
219
+ }
227
220
  ]
228
221
  ) -> _CreateCertificateResponseSuccess
229
222
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCertificateResponseSuccess
@@ -241,7 +234,7 @@ module Aws
241
234
  port_info_source: ("DEFAULT" | "INSTANCE" | "NONE" | "CLOSED"),
242
235
  user_data: ::String?,
243
236
  availability_zone: ::String
244
- },
237
+ }
245
238
  ]
246
239
  ) -> _CreateCloudFormationStackResponseSuccess
247
240
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudFormationStackResponseSuccess
@@ -258,7 +251,7 @@ module Aws
258
251
  {
259
252
  key: ::String?,
260
253
  value: ::String?
261
- },
254
+ }
262
255
  ]
263
256
  ) -> _CreateContactMethodResponseSuccess
264
257
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactMethodResponseSuccess
@@ -276,7 +269,7 @@ module Aws
276
269
  {
277
270
  key: ::String?,
278
271
  value: ::String?
279
- },
272
+ }
280
273
  ],
281
274
  ?public_domain_names: Hash[::String, Array[::String]],
282
275
  ?deployment: {
@@ -286,18 +279,7 @@ module Aws
286
279
  environment: Hash[::String, ::String]?,
287
280
  ports: Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]?
288
281
  }]?,
289
- public_endpoint: {
290
- container_name: ::String,
291
- container_port: ::Integer,
292
- health_check: {
293
- healthy_threshold: ::Integer?,
294
- unhealthy_threshold: ::Integer?,
295
- timeout_seconds: ::Integer?,
296
- interval_seconds: ::Integer?,
297
- path: ::String?,
298
- success_codes: ::String?
299
- }?
300
- }?
282
+ public_endpoint: Params::endpoint_request?
301
283
  },
302
284
  ?private_registry_access: {
303
285
  ecr_image_puller_role: {
@@ -320,18 +302,7 @@ module Aws
320
302
  environment: Hash[::String, ::String]?,
321
303
  ports: Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]?
322
304
  }],
323
- ?public_endpoint: {
324
- container_name: ::String,
325
- container_port: ::Integer,
326
- health_check: {
327
- healthy_threshold: ::Integer?,
328
- unhealthy_threshold: ::Integer?,
329
- timeout_seconds: ::Integer?,
330
- interval_seconds: ::Integer?,
331
- path: ::String?,
332
- success_codes: ::String?
333
- }?
334
- }
305
+ ?public_endpoint: Params::endpoint_request
335
306
  ) -> _CreateContainerServiceDeploymentResponseSuccess
336
307
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContainerServiceDeploymentResponseSuccess
337
308
 
@@ -357,19 +328,10 @@ module Aws
357
328
  {
358
329
  key: ::String?,
359
330
  value: ::String?
360
- },
331
+ }
361
332
  ],
362
333
  ?add_ons: Array[
363
- {
364
- add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
365
- auto_snapshot_add_on_request: {
366
- snapshot_time_of_day: ::String?
367
- }?,
368
- stop_instance_on_idle_request: {
369
- threshold: ::String?,
370
- duration: ::String?
371
- }?
372
- },
334
+ Params::add_on_request
373
335
  ]
374
336
  ) -> _CreateDiskResponseSuccess
375
337
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDiskResponseSuccess
@@ -388,19 +350,10 @@ module Aws
388
350
  {
389
351
  key: ::String?,
390
352
  value: ::String?
391
- },
353
+ }
392
354
  ],
393
355
  ?add_ons: Array[
394
- {
395
- add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
396
- auto_snapshot_add_on_request: {
397
- snapshot_time_of_day: ::String?
398
- }?,
399
- stop_instance_on_idle_request: {
400
- threshold: ::String?,
401
- duration: ::String?
402
- }?
403
- },
356
+ Params::add_on_request
404
357
  ],
405
358
  ?source_disk_name: ::String,
406
359
  ?restore_date: ::String,
@@ -421,7 +374,7 @@ module Aws
421
374
  {
422
375
  key: ::String?,
423
376
  value: ::String?
424
- },
377
+ }
425
378
  ]
426
379
  ) -> _CreateDiskSnapshotResponseSuccess
427
380
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDiskSnapshotResponseSuccess
@@ -444,30 +397,12 @@ module Aws
444
397
  default_cache_behavior: {
445
398
  behavior: ("dont-cache" | "cache")?
446
399
  },
447
- ?cache_behavior_settings: {
448
- default_ttl: ::Integer?,
449
- minimum_ttl: ::Integer?,
450
- maximum_ttl: ::Integer?,
451
- allowed_http_methods: ::String?,
452
- cached_http_methods: ::String?,
453
- forwarded_cookies: {
454
- option: ("none" | "allow-list" | "all")?,
455
- cookies_allow_list: Array[::String]?
456
- }?,
457
- forwarded_headers: {
458
- option: ("none" | "allow-list" | "all")?,
459
- 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")]?
460
- }?,
461
- forwarded_query_strings: {
462
- option: bool?,
463
- query_strings_allow_list: Array[::String]?
464
- }?
465
- },
400
+ ?cache_behavior_settings: Params::cache_settings,
466
401
  ?cache_behaviors: Array[
467
402
  {
468
403
  path: ::String?,
469
404
  behavior: ("dont-cache" | "cache")?
470
- },
405
+ }
471
406
  ],
472
407
  bundle_id: ::String,
473
408
  ?ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
@@ -475,7 +410,7 @@ module Aws
475
410
  {
476
411
  key: ::String?,
477
412
  value: ::String?
478
- },
413
+ }
479
414
  ],
480
415
  ?certificate_name: ::String,
481
416
  ?viewer_minimum_tls_protocol_version: ("TLSv1.1_2016" | "TLSv1.2_2018" | "TLSv1.2_2019" | "TLSv1.2_2021")
@@ -493,7 +428,7 @@ module Aws
493
428
  {
494
429
  key: ::String?,
495
430
  value: ::String?
496
- },
431
+ }
497
432
  ]
498
433
  ) -> _CreateDomainResponseSuccess
499
434
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
@@ -505,14 +440,7 @@ module Aws
505
440
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#create_domain_entry-instance_method
506
441
  def create_domain_entry: (
507
442
  domain_name: ::String,
508
- domain_entry: {
509
- id: ::String?,
510
- name: ::String?,
511
- target: ::String?,
512
- is_alias: bool?,
513
- type: ::String?,
514
- options: Hash[::String, ::String]?
515
- }
443
+ domain_entry: Params::domain_entry
516
444
  ) -> _CreateDomainEntryResponseSuccess
517
445
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainEntryResponseSuccess
518
446
 
@@ -542,7 +470,7 @@ module Aws
542
470
  {
543
471
  key: ::String?,
544
472
  value: ::String?
545
- },
473
+ }
546
474
  ]
547
475
  ) -> _CreateInstanceSnapshotResponseSuccess
548
476
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceSnapshotResponseSuccess
@@ -564,19 +492,10 @@ module Aws
564
492
  {
565
493
  key: ::String?,
566
494
  value: ::String?
567
- },
495
+ }
568
496
  ],
569
497
  ?add_ons: Array[
570
- {
571
- add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
572
- auto_snapshot_add_on_request: {
573
- snapshot_time_of_day: ::String?
574
- }?,
575
- stop_instance_on_idle_request: {
576
- threshold: ::String?,
577
- duration: ::String?
578
- }?
579
- },
498
+ Params::add_on_request
580
499
  ],
581
500
  ?ip_address_type: ("dualstack" | "ipv4" | "ipv6")
582
501
  ) -> _CreateInstancesResponseSuccess
@@ -593,7 +512,7 @@ module Aws
593
512
  {
594
513
  original_disk_path: ::String?,
595
514
  new_disk_name: ::String?
596
- },
515
+ }
597
516
  ]],
598
517
  availability_zone: ::String,
599
518
  ?instance_snapshot_name: ::String,
@@ -604,19 +523,10 @@ module Aws
604
523
  {
605
524
  key: ::String?,
606
525
  value: ::String?
607
- },
526
+ }
608
527
  ],
609
528
  ?add_ons: Array[
610
- {
611
- add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
612
- auto_snapshot_add_on_request: {
613
- snapshot_time_of_day: ::String?
614
- }?,
615
- stop_instance_on_idle_request: {
616
- threshold: ::String?,
617
- duration: ::String?
618
- }?
619
- },
529
+ Params::add_on_request
620
530
  ],
621
531
  ?ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
622
532
  ?source_instance_name: ::String,
@@ -639,7 +549,7 @@ module Aws
639
549
  {
640
550
  key: ::String?,
641
551
  value: ::String?
642
- },
552
+ }
643
553
  ]
644
554
  ) -> _CreateKeyPairResponseSuccess
645
555
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKeyPairResponseSuccess
@@ -660,7 +570,7 @@ module Aws
660
570
  {
661
571
  key: ::String?,
662
572
  value: ::String?
663
- },
573
+ }
664
574
  ],
665
575
  ?ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
666
576
  ?tls_policy_name: ::String
@@ -681,7 +591,7 @@ module Aws
681
591
  {
682
592
  key: ::String?,
683
593
  value: ::String?
684
- },
594
+ }
685
595
  ]
686
596
  ) -> _CreateLoadBalancerTlsCertificateResponseSuccess
687
597
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerTlsCertificateResponseSuccess
@@ -706,7 +616,7 @@ module Aws
706
616
  {
707
617
  key: ::String?,
708
618
  value: ::String?
709
- },
619
+ }
710
620
  ]
711
621
  ) -> _CreateRelationalDatabaseResponseSuccess
712
622
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationalDatabaseResponseSuccess
@@ -729,7 +639,7 @@ module Aws
729
639
  {
730
640
  key: ::String?,
731
641
  value: ::String?
732
- },
642
+ }
733
643
  ]
734
644
  ) -> _CreateRelationalDatabaseFromSnapshotResponseSuccess
735
645
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationalDatabaseFromSnapshotResponseSuccess
@@ -746,7 +656,7 @@ module Aws
746
656
  {
747
657
  key: ::String?,
748
658
  value: ::String?
749
- },
659
+ }
750
660
  ]
751
661
  ) -> _CreateRelationalDatabaseSnapshotResponseSuccess
752
662
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationalDatabaseSnapshotResponseSuccess
@@ -881,14 +791,7 @@ module Aws
881
791
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#delete_domain_entry-instance_method
882
792
  def delete_domain_entry: (
883
793
  domain_name: ::String,
884
- domain_entry: {
885
- id: ::String?,
886
- name: ::String?,
887
- target: ::String?,
888
- is_alias: bool?,
889
- type: ::String?,
890
- options: Hash[::String, ::String]?
891
- }
794
+ domain_entry: Params::domain_entry
892
795
  ) -> _DeleteDomainEntryResponseSuccess
893
796
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDomainEntryResponseSuccess
894
797
 
@@ -1048,16 +951,7 @@ module Aws
1048
951
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#enable_add_on-instance_method
1049
952
  def enable_add_on: (
1050
953
  resource_name: ::String,
1051
- add_on_request: {
1052
- add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
1053
- auto_snapshot_add_on_request: {
1054
- snapshot_time_of_day: ::String?
1055
- }?,
1056
- stop_instance_on_idle_request: {
1057
- threshold: ::String?,
1058
- duration: ::String?
1059
- }?
1060
- }
954
+ add_on_request: Params::add_on_request
1061
955
  ) -> _EnableAddOnResponseSuccess
1062
956
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableAddOnResponseSuccess
1063
957
 
@@ -1856,14 +1750,7 @@ module Aws
1856
1750
  end
1857
1751
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#open_instance_public_ports-instance_method
1858
1752
  def open_instance_public_ports: (
1859
- port_info: {
1860
- from_port: ::Integer?,
1861
- to_port: ::Integer?,
1862
- protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
1863
- cidrs: Array[::String]?,
1864
- ipv6_cidrs: Array[::String]?,
1865
- cidr_list_aliases: Array[::String]?
1866
- },
1753
+ port_info: Params::port_info,
1867
1754
  instance_name: ::String
1868
1755
  ) -> _OpenInstancePublicPortsResponseSuccess
1869
1756
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _OpenInstancePublicPortsResponseSuccess
@@ -1898,7 +1785,7 @@ module Aws
1898
1785
  {
1899
1786
  key: ::String?,
1900
1787
  value: ::String?
1901
- },
1788
+ }
1902
1789
  ]
1903
1790
  ) -> _PutAlarmResponseSuccess
1904
1791
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAlarmResponseSuccess
@@ -1910,14 +1797,7 @@ module Aws
1910
1797
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#put_instance_public_ports-instance_method
1911
1798
  def put_instance_public_ports: (
1912
1799
  port_infos: Array[
1913
- {
1914
- from_port: ::Integer?,
1915
- to_port: ::Integer?,
1916
- protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
1917
- cidrs: Array[::String]?,
1918
- ipv6_cidrs: Array[::String]?,
1919
- cidr_list_aliases: Array[::String]?
1920
- },
1800
+ Params::port_info
1921
1801
  ],
1922
1802
  instance_name: ::String
1923
1803
  ) -> _PutInstancePublicPortsResponseSuccess
@@ -2099,7 +1979,7 @@ module Aws
2099
1979
  {
2100
1980
  key: ::String?,
2101
1981
  value: ::String?
2102
- },
1982
+ }
2103
1983
  ]
2104
1984
  ) -> _TagResourceResponseSuccess
2105
1985
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -2164,7 +2044,7 @@ module Aws
2164
2044
  allowed_headers: Array[::String]?,
2165
2045
  expose_headers: Array[::String]?,
2166
2046
  max_age_seconds: ::Integer?
2167
- },
2047
+ }
2168
2048
  ]?
2169
2049
  }
2170
2050
  ) -> _UpdateBucketResponseSuccess
@@ -2217,30 +2097,12 @@ module Aws
2217
2097
  ?default_cache_behavior: {
2218
2098
  behavior: ("dont-cache" | "cache")?
2219
2099
  },
2220
- ?cache_behavior_settings: {
2221
- default_ttl: ::Integer?,
2222
- minimum_ttl: ::Integer?,
2223
- maximum_ttl: ::Integer?,
2224
- allowed_http_methods: ::String?,
2225
- cached_http_methods: ::String?,
2226
- forwarded_cookies: {
2227
- option: ("none" | "allow-list" | "all")?,
2228
- cookies_allow_list: Array[::String]?
2229
- }?,
2230
- forwarded_headers: {
2231
- option: ("none" | "allow-list" | "all")?,
2232
- 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")]?
2233
- }?,
2234
- forwarded_query_strings: {
2235
- option: bool?,
2236
- query_strings_allow_list: Array[::String]?
2237
- }?
2238
- },
2100
+ ?cache_behavior_settings: Params::cache_settings,
2239
2101
  ?cache_behaviors: Array[
2240
2102
  {
2241
2103
  path: ::String?,
2242
2104
  behavior: ("dont-cache" | "cache")?
2243
- },
2105
+ }
2244
2106
  ],
2245
2107
  ?is_enabled: bool,
2246
2108
  ?viewer_minimum_tls_protocol_version: ("TLSv1.1_2016" | "TLSv1.2_2018" | "TLSv1.2_2019" | "TLSv1.2_2021"),
@@ -2267,14 +2129,7 @@ module Aws
2267
2129
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lightsail/Client.html#update_domain_entry-instance_method
2268
2130
  def update_domain_entry: (
2269
2131
  domain_name: ::String,
2270
- domain_entry: {
2271
- id: ::String?,
2272
- name: ::String?,
2273
- target: ::String?,
2274
- is_alias: bool?,
2275
- type: ::String?,
2276
- options: Hash[::String, ::String]?
2277
- }
2132
+ domain_entry: Params::domain_entry
2278
2133
  ) -> _UpdateDomainEntryResponseSuccess
2279
2134
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainEntryResponseSuccess
2280
2135
 
@@ -2341,7 +2196,7 @@ module Aws
2341
2196
  is_modifiable: bool?,
2342
2197
  parameter_name: ::String?,
2343
2198
  parameter_value: ::String?
2344
- },
2199
+ }
2345
2200
  ]
2346
2201
  ) -> _UpdateRelationalDatabaseParametersResponseSuccess
2347
2202
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRelationalDatabaseParametersResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,77 @@
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
+ module Params
11
+ type port_info = {
12
+ from_port: ::Integer?,
13
+ to_port: ::Integer?,
14
+ protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
15
+ cidrs: Array[::String]?,
16
+ ipv6_cidrs: Array[::String]?,
17
+ cidr_list_aliases: Array[::String]?
18
+ }
19
+
20
+ type container_service_health_check_config = {
21
+ healthy_threshold: ::Integer?,
22
+ unhealthy_threshold: ::Integer?,
23
+ timeout_seconds: ::Integer?,
24
+ interval_seconds: ::Integer?,
25
+ path: ::String?,
26
+ success_codes: ::String?
27
+ }
28
+
29
+ type endpoint_request = {
30
+ container_name: ::String,
31
+ container_port: ::Integer,
32
+ health_check: Params::container_service_health_check_config?
33
+ }
34
+
35
+ type add_on_request = {
36
+ add_on_type: ("AutoSnapshot" | "StopInstanceOnIdle"),
37
+ auto_snapshot_add_on_request: {
38
+ snapshot_time_of_day: ::String?
39
+ }?,
40
+ stop_instance_on_idle_request: {
41
+ threshold: ::String?,
42
+ duration: ::String?
43
+ }?
44
+ }
45
+
46
+ type cache_settings = {
47
+ default_ttl: ::Integer?,
48
+ minimum_ttl: ::Integer?,
49
+ maximum_ttl: ::Integer?,
50
+ allowed_http_methods: ::String?,
51
+ cached_http_methods: ::String?,
52
+ forwarded_cookies: {
53
+ option: ("none" | "allow-list" | "all")?,
54
+ cookies_allow_list: Array[::String]?
55
+ }?,
56
+ forwarded_headers: {
57
+ option: ("none" | "allow-list" | "all")?,
58
+ 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")]?
59
+ }?,
60
+ forwarded_query_strings: {
61
+ option: bool?,
62
+ query_strings_allow_list: Array[::String]?
63
+ }?
64
+ }
65
+
66
+ type domain_entry = {
67
+ id: ::String?,
68
+ name: ::String?,
69
+ target: ::String?,
70
+ is_alias: bool?,
71
+ type: ::String?,
72
+ options: Hash[::String, ::String]?
73
+ }
74
+
75
+ end
76
+ end
77
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.129.0
4
+ version: 1.130.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-lightsail/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs