aws-sdk-lightsail 1.33.1 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7051cd3c0e9ffba29ccab95dfac95554e9d2f5e4eb23ac30810404a5dfc3907
4
- data.tar.gz: 4eb43357e5bd3b1fc638850c0de5bd34462d8addbc0c178a1e2b65435b6ea801
3
+ metadata.gz: 54b03f91eab3b5c0a63974448185ddf6ad517ec3ddea3870bdf03a1e23db8b67
4
+ data.tar.gz: 69a058637aaa07d08ba33f3b93fb1923fb370231c82fa707c3dcf27201e8a358
5
5
  SHA512:
6
- metadata.gz: cb57da16775d8e80cfaf8b34bb274c320471223fe39d4e0d587dbf3d8ba0e7332c56de6c15d75729791d3e0e3c63fc67cbfb54609e05bc3673a0240713b35d1f
7
- data.tar.gz: 308cd17d5563f836233ba717b658c05ccd90d2ad6e50fa0ad2d79bf831fd49bc61c7e81a235ae4ef55b9640e1ac9053202207869142cd2bcf708db4bdd1891b0
6
+ metadata.gz: d6f53c06329bf5f401ad76b210a1b7c2586720c3f4925b3740de79fa0ecd4371eb1612402f2b70bb94a7da1ea619960347a62d357faffa500982cd73c95a04df
7
+ data.tar.gz: afc0a1382d791ad00d31068e659f283fa9d48b7c1fdea53230ec7f92451dc7b488030efdb5a78fd7c081407c284ef0f081900c79d34484cb687d42aa9e380f28
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-lightsail/customizations'
45
47
  # @service
46
48
  module Aws::Lightsail
47
49
 
48
- GEM_VERSION = '1.33.1'
50
+ GEM_VERSION = '1.34.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -8076,7 +8078,7 @@ module Aws::Lightsail
8076
8078
  params: params,
8077
8079
  config: config)
8078
8080
  context[:gem_name] = 'aws-sdk-lightsail'
8079
- context[:gem_version] = '1.33.1'
8081
+ context[:gem_version] = '1.34.0'
8080
8082
  Seahorse::Client::Request.new(handlers, context)
8081
8083
  end
8082
8084
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -30,6 +32,7 @@ module Aws::Lightsail
30
32
  :docs,
31
33
  :message,
32
34
  :tip)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
@@ -55,6 +58,7 @@ module Aws::Lightsail
55
58
  :docs,
56
59
  :message,
57
60
  :tip)
61
+ SENSITIVE = []
58
62
  include Aws::Structure
59
63
  end
60
64
 
@@ -95,6 +99,7 @@ module Aws::Lightsail
95
99
  :status,
96
100
  :snapshot_time_of_day,
97
101
  :next_snapshot_time_of_day)
102
+ SENSITIVE = []
98
103
  include Aws::Structure
99
104
  end
100
105
 
@@ -134,6 +139,7 @@ module Aws::Lightsail
134
139
  class AddOnRequest < Struct.new(
135
140
  :add_on_type,
136
141
  :auto_snapshot_add_on_request)
142
+ SENSITIVE = []
137
143
  include Aws::Structure
138
144
  end
139
145
 
@@ -305,6 +311,7 @@ module Aws::Lightsail
305
311
  :contact_protocols,
306
312
  :notification_triggers,
307
313
  :notification_enabled)
314
+ SENSITIVE = []
308
315
  include Aws::Structure
309
316
  end
310
317
 
@@ -323,6 +330,7 @@ module Aws::Lightsail
323
330
  #
324
331
  class AllocateStaticIpRequest < Struct.new(
325
332
  :static_ip_name)
333
+ SENSITIVE = []
326
334
  include Aws::Structure
327
335
  end
328
336
 
@@ -336,6 +344,7 @@ module Aws::Lightsail
336
344
  #
337
345
  class AllocateStaticIpResult < Struct.new(
338
346
  :operations)
347
+ SENSITIVE = []
339
348
  include Aws::Structure
340
349
  end
341
350
 
@@ -367,6 +376,7 @@ module Aws::Lightsail
367
376
  :disk_name,
368
377
  :instance_name,
369
378
  :disk_path)
379
+ SENSITIVE = []
370
380
  include Aws::Structure
371
381
  end
372
382
 
@@ -380,6 +390,7 @@ module Aws::Lightsail
380
390
  #
381
391
  class AttachDiskResult < Struct.new(
382
392
  :operations)
393
+ SENSITIVE = []
383
394
  include Aws::Structure
384
395
  end
385
396
 
@@ -412,6 +423,7 @@ module Aws::Lightsail
412
423
  class AttachInstancesToLoadBalancerRequest < Struct.new(
413
424
  :load_balancer_name,
414
425
  :instance_names)
426
+ SENSITIVE = []
415
427
  include Aws::Structure
416
428
  end
417
429
 
@@ -425,6 +437,7 @@ module Aws::Lightsail
425
437
  #
426
438
  class AttachInstancesToLoadBalancerResult < Struct.new(
427
439
  :operations)
440
+ SENSITIVE = []
428
441
  include Aws::Structure
429
442
  end
430
443
 
@@ -450,6 +463,7 @@ module Aws::Lightsail
450
463
  class AttachLoadBalancerTlsCertificateRequest < Struct.new(
451
464
  :load_balancer_name,
452
465
  :certificate_name)
466
+ SENSITIVE = []
453
467
  include Aws::Structure
454
468
  end
455
469
 
@@ -467,6 +481,7 @@ module Aws::Lightsail
467
481
  #
468
482
  class AttachLoadBalancerTlsCertificateResult < Struct.new(
469
483
  :operations)
484
+ SENSITIVE = []
470
485
  include Aws::Structure
471
486
  end
472
487
 
@@ -491,6 +506,7 @@ module Aws::Lightsail
491
506
  class AttachStaticIpRequest < Struct.new(
492
507
  :static_ip_name,
493
508
  :instance_name)
509
+ SENSITIVE = []
494
510
  include Aws::Structure
495
511
  end
496
512
 
@@ -504,6 +520,7 @@ module Aws::Lightsail
504
520
  #
505
521
  class AttachStaticIpResult < Struct.new(
506
522
  :operations)
523
+ SENSITIVE = []
507
524
  include Aws::Structure
508
525
  end
509
526
 
@@ -523,6 +540,7 @@ module Aws::Lightsail
523
540
  class AttachedDisk < Struct.new(
524
541
  :path,
525
542
  :size_in_gb)
543
+ SENSITIVE = []
526
544
  include Aws::Structure
527
545
  end
528
546
 
@@ -585,6 +603,7 @@ module Aws::Lightsail
585
603
  #
586
604
  class AutoSnapshotAddOnRequest < Struct.new(
587
605
  :snapshot_time_of_day)
606
+ SENSITIVE = []
588
607
  include Aws::Structure
589
608
  end
590
609
 
@@ -614,6 +633,7 @@ module Aws::Lightsail
614
633
  :created_at,
615
634
  :status,
616
635
  :from_attached_disks)
636
+ SENSITIVE = []
617
637
  include Aws::Structure
618
638
  end
619
639
 
@@ -633,6 +653,7 @@ module Aws::Lightsail
633
653
  class AvailabilityZone < Struct.new(
634
654
  :zone_name,
635
655
  :state)
656
+ SENSITIVE = []
636
657
  include Aws::Structure
637
658
  end
638
659
 
@@ -711,6 +732,7 @@ module Aws::Lightsail
711
732
  :product_url,
712
733
  :license_url,
713
734
  :platform)
735
+ SENSITIVE = []
714
736
  include Aws::Structure
715
737
  end
716
738
 
@@ -783,6 +805,7 @@ module Aws::Lightsail
783
805
  :ram_size_in_gb,
784
806
  :transfer_per_month_in_gb,
785
807
  :supported_platforms)
808
+ SENSITIVE = []
786
809
  include Aws::Structure
787
810
  end
788
811
 
@@ -813,6 +836,7 @@ module Aws::Lightsail
813
836
  class CloseInstancePublicPortsRequest < Struct.new(
814
837
  :port_info,
815
838
  :instance_name)
839
+ SENSITIVE = []
816
840
  include Aws::Structure
817
841
  end
818
842
 
@@ -826,6 +850,7 @@ module Aws::Lightsail
826
850
  #
827
851
  class CloseInstancePublicPortsResult < Struct.new(
828
852
  :operation)
853
+ SENSITIVE = []
829
854
  include Aws::Structure
830
855
  end
831
856
 
@@ -884,6 +909,7 @@ module Aws::Lightsail
884
909
  :state,
885
910
  :source_info,
886
911
  :destination_info)
912
+ SENSITIVE = []
887
913
  include Aws::Structure
888
914
  end
889
915
 
@@ -908,6 +934,7 @@ module Aws::Lightsail
908
934
  :resource_type,
909
935
  :name,
910
936
  :arn)
937
+ SENSITIVE = []
911
938
  include Aws::Structure
912
939
  end
913
940
 
@@ -983,6 +1010,7 @@ module Aws::Lightsail
983
1010
  :location,
984
1011
  :resource_type,
985
1012
  :support_code)
1013
+ SENSITIVE = []
986
1014
  include Aws::Structure
987
1015
  end
988
1016
 
@@ -1086,6 +1114,7 @@ module Aws::Lightsail
1086
1114
  :use_latest_restorable_auto_snapshot,
1087
1115
  :target_snapshot_name,
1088
1116
  :source_region)
1117
+ SENSITIVE = []
1089
1118
  include Aws::Structure
1090
1119
  end
1091
1120
 
@@ -1099,6 +1128,7 @@ module Aws::Lightsail
1099
1128
  #
1100
1129
  class CopySnapshotResult < Struct.new(
1101
1130
  :operations)
1131
+ SENSITIVE = []
1102
1132
  include Aws::Structure
1103
1133
  end
1104
1134
 
@@ -1128,6 +1158,7 @@ module Aws::Lightsail
1128
1158
  #
1129
1159
  class CreateCloudFormationStackRequest < Struct.new(
1130
1160
  :instances)
1161
+ SENSITIVE = []
1131
1162
  include Aws::Structure
1132
1163
  end
1133
1164
 
@@ -1141,6 +1172,7 @@ module Aws::Lightsail
1141
1172
  #
1142
1173
  class CreateCloudFormationStackResult < Struct.new(
1143
1174
  :operations)
1175
+ SENSITIVE = []
1144
1176
  include Aws::Structure
1145
1177
  end
1146
1178
 
@@ -1206,6 +1238,7 @@ module Aws::Lightsail
1206
1238
  class CreateContactMethodRequest < Struct.new(
1207
1239
  :protocol,
1208
1240
  :contact_endpoint)
1241
+ SENSITIVE = []
1209
1242
  include Aws::Structure
1210
1243
  end
1211
1244
 
@@ -1219,6 +1252,7 @@ module Aws::Lightsail
1219
1252
  #
1220
1253
  class CreateContactMethodResult < Struct.new(
1221
1254
  :operations)
1255
+ SENSITIVE = []
1222
1256
  include Aws::Structure
1223
1257
  end
1224
1258
 
@@ -1365,6 +1399,7 @@ module Aws::Lightsail
1365
1399
  :source_disk_name,
1366
1400
  :restore_date,
1367
1401
  :use_latest_restorable_auto_snapshot)
1402
+ SENSITIVE = []
1368
1403
  include Aws::Structure
1369
1404
  end
1370
1405
 
@@ -1378,6 +1413,7 @@ module Aws::Lightsail
1378
1413
  #
1379
1414
  class CreateDiskFromSnapshotResult < Struct.new(
1380
1415
  :operations)
1416
+ SENSITIVE = []
1381
1417
  include Aws::Structure
1382
1418
  end
1383
1419
 
@@ -1442,6 +1478,7 @@ module Aws::Lightsail
1442
1478
  :size_in_gb,
1443
1479
  :tags,
1444
1480
  :add_ons)
1481
+ SENSITIVE = []
1445
1482
  include Aws::Structure
1446
1483
  end
1447
1484
 
@@ -1455,6 +1492,7 @@ module Aws::Lightsail
1455
1492
  #
1456
1493
  class CreateDiskResult < Struct.new(
1457
1494
  :operations)
1495
+ SENSITIVE = []
1458
1496
  include Aws::Structure
1459
1497
  end
1460
1498
 
@@ -1515,6 +1553,7 @@ module Aws::Lightsail
1515
1553
  :disk_snapshot_name,
1516
1554
  :instance_name,
1517
1555
  :tags)
1556
+ SENSITIVE = []
1518
1557
  include Aws::Structure
1519
1558
  end
1520
1559
 
@@ -1528,6 +1567,7 @@ module Aws::Lightsail
1528
1567
  #
1529
1568
  class CreateDiskSnapshotResult < Struct.new(
1530
1569
  :operations)
1570
+ SENSITIVE = []
1531
1571
  include Aws::Structure
1532
1572
  end
1533
1573
 
@@ -1563,6 +1603,7 @@ module Aws::Lightsail
1563
1603
  class CreateDomainEntryRequest < Struct.new(
1564
1604
  :domain_name,
1565
1605
  :domain_entry)
1606
+ SENSITIVE = []
1566
1607
  include Aws::Structure
1567
1608
  end
1568
1609
 
@@ -1576,6 +1617,7 @@ module Aws::Lightsail
1576
1617
  #
1577
1618
  class CreateDomainEntryResult < Struct.new(
1578
1619
  :operation)
1620
+ SENSITIVE = []
1579
1621
  include Aws::Structure
1580
1622
  end
1581
1623
 
@@ -1617,6 +1659,7 @@ module Aws::Lightsail
1617
1659
  class CreateDomainRequest < Struct.new(
1618
1660
  :domain_name,
1619
1661
  :tags)
1662
+ SENSITIVE = []
1620
1663
  include Aws::Structure
1621
1664
  end
1622
1665
 
@@ -1630,6 +1673,7 @@ module Aws::Lightsail
1630
1673
  #
1631
1674
  class CreateDomainResult < Struct.new(
1632
1675
  :operation)
1676
+ SENSITIVE = []
1633
1677
  include Aws::Structure
1634
1678
  end
1635
1679
 
@@ -1669,6 +1713,7 @@ module Aws::Lightsail
1669
1713
  :instance_snapshot_name,
1670
1714
  :instance_name,
1671
1715
  :tags)
1716
+ SENSITIVE = []
1672
1717
  include Aws::Structure
1673
1718
  end
1674
1719
 
@@ -1682,6 +1727,7 @@ module Aws::Lightsail
1682
1727
  #
1683
1728
  class CreateInstanceSnapshotResult < Struct.new(
1684
1729
  :operations)
1730
+ SENSITIVE = []
1685
1731
  include Aws::Structure
1686
1732
  end
1687
1733
 
@@ -1871,6 +1917,7 @@ module Aws::Lightsail
1871
1917
  :source_instance_name,
1872
1918
  :restore_date,
1873
1919
  :use_latest_restorable_auto_snapshot)
1920
+ SENSITIVE = []
1874
1921
  include Aws::Structure
1875
1922
  end
1876
1923
 
@@ -1884,6 +1931,7 @@ module Aws::Lightsail
1884
1931
  #
1885
1932
  class CreateInstancesFromSnapshotResult < Struct.new(
1886
1933
  :operations)
1934
+ SENSITIVE = []
1887
1935
  include Aws::Structure
1888
1936
  end
1889
1937
 
@@ -2007,6 +2055,7 @@ module Aws::Lightsail
2007
2055
  :key_pair_name,
2008
2056
  :tags,
2009
2057
  :add_ons)
2058
+ SENSITIVE = []
2010
2059
  include Aws::Structure
2011
2060
  end
2012
2061
 
@@ -2020,6 +2069,7 @@ module Aws::Lightsail
2020
2069
  #
2021
2070
  class CreateInstancesResult < Struct.new(
2022
2071
  :operations)
2072
+ SENSITIVE = []
2023
2073
  include Aws::Structure
2024
2074
  end
2025
2075
 
@@ -2053,6 +2103,7 @@ module Aws::Lightsail
2053
2103
  class CreateKeyPairRequest < Struct.new(
2054
2104
  :key_pair_name,
2055
2105
  :tags)
2106
+ SENSITIVE = []
2056
2107
  include Aws::Structure
2057
2108
  end
2058
2109
 
@@ -2082,6 +2133,7 @@ module Aws::Lightsail
2082
2133
  :public_key_base_64,
2083
2134
  :private_key_base_64,
2084
2135
  :operation)
2136
+ SENSITIVE = []
2085
2137
  include Aws::Structure
2086
2138
  end
2087
2139
 
@@ -2160,6 +2212,7 @@ module Aws::Lightsail
2160
2212
  :certificate_domain_name,
2161
2213
  :certificate_alternative_names,
2162
2214
  :tags)
2215
+ SENSITIVE = []
2163
2216
  include Aws::Structure
2164
2217
  end
2165
2218
 
@@ -2173,6 +2226,7 @@ module Aws::Lightsail
2173
2226
  #
2174
2227
  class CreateLoadBalancerResult < Struct.new(
2175
2228
  :operations)
2229
+ SENSITIVE = []
2176
2230
  include Aws::Structure
2177
2231
  end
2178
2232
 
@@ -2239,6 +2293,7 @@ module Aws::Lightsail
2239
2293
  :certificate_domain_name,
2240
2294
  :certificate_alternative_names,
2241
2295
  :tags)
2296
+ SENSITIVE = []
2242
2297
  include Aws::Structure
2243
2298
  end
2244
2299
 
@@ -2252,6 +2307,7 @@ module Aws::Lightsail
2252
2307
  #
2253
2308
  class CreateLoadBalancerTlsCertificateResult < Struct.new(
2254
2309
  :operations)
2310
+ SENSITIVE = []
2255
2311
  include Aws::Structure
2256
2312
  end
2257
2313
 
@@ -2370,6 +2426,7 @@ module Aws::Lightsail
2370
2426
  :restore_time,
2371
2427
  :use_latest_restorable_time,
2372
2428
  :tags)
2429
+ SENSITIVE = []
2373
2430
  include Aws::Structure
2374
2431
  end
2375
2432
 
@@ -2383,6 +2440,7 @@ module Aws::Lightsail
2383
2440
  #
2384
2441
  class CreateRelationalDatabaseFromSnapshotResult < Struct.new(
2385
2442
  :operations)
2443
+ SENSITIVE = []
2386
2444
  include Aws::Structure
2387
2445
  end
2388
2446
 
@@ -2563,6 +2621,7 @@ module Aws::Lightsail
2563
2621
  :preferred_maintenance_window,
2564
2622
  :publicly_accessible,
2565
2623
  :tags)
2624
+ SENSITIVE = [:master_user_password]
2566
2625
  include Aws::Structure
2567
2626
  end
2568
2627
 
@@ -2576,6 +2635,7 @@ module Aws::Lightsail
2576
2635
  #
2577
2636
  class CreateRelationalDatabaseResult < Struct.new(
2578
2637
  :operations)
2638
+ SENSITIVE = []
2579
2639
  include Aws::Structure
2580
2640
  end
2581
2641
 
@@ -2621,6 +2681,7 @@ module Aws::Lightsail
2621
2681
  :relational_database_name,
2622
2682
  :relational_database_snapshot_name,
2623
2683
  :tags)
2684
+ SENSITIVE = []
2624
2685
  include Aws::Structure
2625
2686
  end
2626
2687
 
@@ -2634,6 +2695,7 @@ module Aws::Lightsail
2634
2695
  #
2635
2696
  class CreateRelationalDatabaseSnapshotResult < Struct.new(
2636
2697
  :operations)
2698
+ SENSITIVE = []
2637
2699
  include Aws::Structure
2638
2700
  end
2639
2701
 
@@ -2652,6 +2714,7 @@ module Aws::Lightsail
2652
2714
  #
2653
2715
  class DeleteAlarmRequest < Struct.new(
2654
2716
  :alarm_name)
2717
+ SENSITIVE = []
2655
2718
  include Aws::Structure
2656
2719
  end
2657
2720
 
@@ -2665,6 +2728,7 @@ module Aws::Lightsail
2665
2728
  #
2666
2729
  class DeleteAlarmResult < Struct.new(
2667
2730
  :operations)
2731
+ SENSITIVE = []
2668
2732
  include Aws::Structure
2669
2733
  end
2670
2734
 
@@ -2692,6 +2756,7 @@ module Aws::Lightsail
2692
2756
  class DeleteAutoSnapshotRequest < Struct.new(
2693
2757
  :resource_name,
2694
2758
  :date)
2759
+ SENSITIVE = []
2695
2760
  include Aws::Structure
2696
2761
  end
2697
2762
 
@@ -2705,6 +2770,7 @@ module Aws::Lightsail
2705
2770
  #
2706
2771
  class DeleteAutoSnapshotResult < Struct.new(
2707
2772
  :operations)
2773
+ SENSITIVE = []
2708
2774
  include Aws::Structure
2709
2775
  end
2710
2776
 
@@ -2730,6 +2796,7 @@ module Aws::Lightsail
2730
2796
  #
2731
2797
  class DeleteContactMethodRequest < Struct.new(
2732
2798
  :protocol)
2799
+ SENSITIVE = []
2733
2800
  include Aws::Structure
2734
2801
  end
2735
2802
 
@@ -2743,6 +2810,7 @@ module Aws::Lightsail
2743
2810
  #
2744
2811
  class DeleteContactMethodResult < Struct.new(
2745
2812
  :operations)
2813
+ SENSITIVE = []
2746
2814
  include Aws::Structure
2747
2815
  end
2748
2816
 
@@ -2768,6 +2836,7 @@ module Aws::Lightsail
2768
2836
  class DeleteDiskRequest < Struct.new(
2769
2837
  :disk_name,
2770
2838
  :force_delete_add_ons)
2839
+ SENSITIVE = []
2771
2840
  include Aws::Structure
2772
2841
  end
2773
2842
 
@@ -2781,6 +2850,7 @@ module Aws::Lightsail
2781
2850
  #
2782
2851
  class DeleteDiskResult < Struct.new(
2783
2852
  :operations)
2853
+ SENSITIVE = []
2784
2854
  include Aws::Structure
2785
2855
  end
2786
2856
 
@@ -2800,6 +2870,7 @@ module Aws::Lightsail
2800
2870
  #
2801
2871
  class DeleteDiskSnapshotRequest < Struct.new(
2802
2872
  :disk_snapshot_name)
2873
+ SENSITIVE = []
2803
2874
  include Aws::Structure
2804
2875
  end
2805
2876
 
@@ -2813,6 +2884,7 @@ module Aws::Lightsail
2813
2884
  #
2814
2885
  class DeleteDiskSnapshotResult < Struct.new(
2815
2886
  :operations)
2887
+ SENSITIVE = []
2816
2888
  include Aws::Structure
2817
2889
  end
2818
2890
 
@@ -2847,6 +2919,7 @@ module Aws::Lightsail
2847
2919
  class DeleteDomainEntryRequest < Struct.new(
2848
2920
  :domain_name,
2849
2921
  :domain_entry)
2922
+ SENSITIVE = []
2850
2923
  include Aws::Structure
2851
2924
  end
2852
2925
 
@@ -2860,6 +2933,7 @@ module Aws::Lightsail
2860
2933
  #
2861
2934
  class DeleteDomainEntryResult < Struct.new(
2862
2935
  :operation)
2936
+ SENSITIVE = []
2863
2937
  include Aws::Structure
2864
2938
  end
2865
2939
 
@@ -2878,6 +2952,7 @@ module Aws::Lightsail
2878
2952
  #
2879
2953
  class DeleteDomainRequest < Struct.new(
2880
2954
  :domain_name)
2955
+ SENSITIVE = []
2881
2956
  include Aws::Structure
2882
2957
  end
2883
2958
 
@@ -2891,6 +2966,7 @@ module Aws::Lightsail
2891
2966
  #
2892
2967
  class DeleteDomainResult < Struct.new(
2893
2968
  :operation)
2969
+ SENSITIVE = []
2894
2970
  include Aws::Structure
2895
2971
  end
2896
2972
 
@@ -2916,6 +2992,7 @@ module Aws::Lightsail
2916
2992
  class DeleteInstanceRequest < Struct.new(
2917
2993
  :instance_name,
2918
2994
  :force_delete_add_ons)
2995
+ SENSITIVE = []
2919
2996
  include Aws::Structure
2920
2997
  end
2921
2998
 
@@ -2929,6 +3006,7 @@ module Aws::Lightsail
2929
3006
  #
2930
3007
  class DeleteInstanceResult < Struct.new(
2931
3008
  :operations)
3009
+ SENSITIVE = []
2932
3010
  include Aws::Structure
2933
3011
  end
2934
3012
 
@@ -2947,6 +3025,7 @@ module Aws::Lightsail
2947
3025
  #
2948
3026
  class DeleteInstanceSnapshotRequest < Struct.new(
2949
3027
  :instance_snapshot_name)
3028
+ SENSITIVE = []
2950
3029
  include Aws::Structure
2951
3030
  end
2952
3031
 
@@ -2960,6 +3039,7 @@ module Aws::Lightsail
2960
3039
  #
2961
3040
  class DeleteInstanceSnapshotResult < Struct.new(
2962
3041
  :operations)
3042
+ SENSITIVE = []
2963
3043
  include Aws::Structure
2964
3044
  end
2965
3045
 
@@ -2978,6 +3058,7 @@ module Aws::Lightsail
2978
3058
  #
2979
3059
  class DeleteKeyPairRequest < Struct.new(
2980
3060
  :key_pair_name)
3061
+ SENSITIVE = []
2981
3062
  include Aws::Structure
2982
3063
  end
2983
3064
 
@@ -2991,6 +3072,7 @@ module Aws::Lightsail
2991
3072
  #
2992
3073
  class DeleteKeyPairResult < Struct.new(
2993
3074
  :operation)
3075
+ SENSITIVE = []
2994
3076
  include Aws::Structure
2995
3077
  end
2996
3078
 
@@ -3010,6 +3092,7 @@ module Aws::Lightsail
3010
3092
  #
3011
3093
  class DeleteKnownHostKeysRequest < Struct.new(
3012
3094
  :instance_name)
3095
+ SENSITIVE = []
3013
3096
  include Aws::Structure
3014
3097
  end
3015
3098
 
@@ -3023,6 +3106,7 @@ module Aws::Lightsail
3023
3106
  #
3024
3107
  class DeleteKnownHostKeysResult < Struct.new(
3025
3108
  :operations)
3109
+ SENSITIVE = []
3026
3110
  include Aws::Structure
3027
3111
  end
3028
3112
 
@@ -3041,6 +3125,7 @@ module Aws::Lightsail
3041
3125
  #
3042
3126
  class DeleteLoadBalancerRequest < Struct.new(
3043
3127
  :load_balancer_name)
3128
+ SENSITIVE = []
3044
3129
  include Aws::Structure
3045
3130
  end
3046
3131
 
@@ -3054,6 +3139,7 @@ module Aws::Lightsail
3054
3139
  #
3055
3140
  class DeleteLoadBalancerResult < Struct.new(
3056
3141
  :operations)
3142
+ SENSITIVE = []
3057
3143
  include Aws::Structure
3058
3144
  end
3059
3145
 
@@ -3089,6 +3175,7 @@ module Aws::Lightsail
3089
3175
  :load_balancer_name,
3090
3176
  :certificate_name,
3091
3177
  :force)
3178
+ SENSITIVE = []
3092
3179
  include Aws::Structure
3093
3180
  end
3094
3181
 
@@ -3102,6 +3189,7 @@ module Aws::Lightsail
3102
3189
  #
3103
3190
  class DeleteLoadBalancerTlsCertificateResult < Struct.new(
3104
3191
  :operations)
3192
+ SENSITIVE = []
3105
3193
  include Aws::Structure
3106
3194
  end
3107
3195
 
@@ -3152,6 +3240,7 @@ module Aws::Lightsail
3152
3240
  :relational_database_name,
3153
3241
  :skip_final_snapshot,
3154
3242
  :final_relational_database_snapshot_name)
3243
+ SENSITIVE = []
3155
3244
  include Aws::Structure
3156
3245
  end
3157
3246
 
@@ -3165,6 +3254,7 @@ module Aws::Lightsail
3165
3254
  #
3166
3255
  class DeleteRelationalDatabaseResult < Struct.new(
3167
3256
  :operations)
3257
+ SENSITIVE = []
3168
3258
  include Aws::Structure
3169
3259
  end
3170
3260
 
@@ -3183,6 +3273,7 @@ module Aws::Lightsail
3183
3273
  #
3184
3274
  class DeleteRelationalDatabaseSnapshotRequest < Struct.new(
3185
3275
  :relational_database_snapshot_name)
3276
+ SENSITIVE = []
3186
3277
  include Aws::Structure
3187
3278
  end
3188
3279
 
@@ -3196,6 +3287,7 @@ module Aws::Lightsail
3196
3287
  #
3197
3288
  class DeleteRelationalDatabaseSnapshotResult < Struct.new(
3198
3289
  :operations)
3290
+ SENSITIVE = []
3199
3291
  include Aws::Structure
3200
3292
  end
3201
3293
 
@@ -3214,6 +3306,7 @@ module Aws::Lightsail
3214
3306
  class DestinationInfo < Struct.new(
3215
3307
  :id,
3216
3308
  :service)
3309
+ SENSITIVE = []
3217
3310
  include Aws::Structure
3218
3311
  end
3219
3312
 
@@ -3233,6 +3326,7 @@ module Aws::Lightsail
3233
3326
  #
3234
3327
  class DetachDiskRequest < Struct.new(
3235
3328
  :disk_name)
3329
+ SENSITIVE = []
3236
3330
  include Aws::Structure
3237
3331
  end
3238
3332
 
@@ -3246,6 +3340,7 @@ module Aws::Lightsail
3246
3340
  #
3247
3341
  class DetachDiskResult < Struct.new(
3248
3342
  :operations)
3343
+ SENSITIVE = []
3249
3344
  include Aws::Structure
3250
3345
  end
3251
3346
 
@@ -3271,6 +3366,7 @@ module Aws::Lightsail
3271
3366
  class DetachInstancesFromLoadBalancerRequest < Struct.new(
3272
3367
  :load_balancer_name,
3273
3368
  :instance_names)
3369
+ SENSITIVE = []
3274
3370
  include Aws::Structure
3275
3371
  end
3276
3372
 
@@ -3284,6 +3380,7 @@ module Aws::Lightsail
3284
3380
  #
3285
3381
  class DetachInstancesFromLoadBalancerResult < Struct.new(
3286
3382
  :operations)
3383
+ SENSITIVE = []
3287
3384
  include Aws::Structure
3288
3385
  end
3289
3386
 
@@ -3302,6 +3399,7 @@ module Aws::Lightsail
3302
3399
  #
3303
3400
  class DetachStaticIpRequest < Struct.new(
3304
3401
  :static_ip_name)
3402
+ SENSITIVE = []
3305
3403
  include Aws::Structure
3306
3404
  end
3307
3405
 
@@ -3315,6 +3413,7 @@ module Aws::Lightsail
3315
3413
  #
3316
3414
  class DetachStaticIpResult < Struct.new(
3317
3415
  :operations)
3416
+ SENSITIVE = []
3318
3417
  include Aws::Structure
3319
3418
  end
3320
3419
 
@@ -3339,6 +3438,7 @@ module Aws::Lightsail
3339
3438
  class DisableAddOnRequest < Struct.new(
3340
3439
  :add_on_type,
3341
3440
  :resource_name)
3441
+ SENSITIVE = []
3342
3442
  include Aws::Structure
3343
3443
  end
3344
3444
 
@@ -3352,6 +3452,7 @@ module Aws::Lightsail
3352
3452
  #
3353
3453
  class DisableAddOnResult < Struct.new(
3354
3454
  :operations)
3455
+ SENSITIVE = []
3355
3456
  include Aws::Structure
3356
3457
  end
3357
3458
 
@@ -3467,6 +3568,7 @@ module Aws::Lightsail
3467
3568
  :is_attached,
3468
3569
  :attachment_state,
3469
3570
  :gb_in_use)
3571
+ SENSITIVE = []
3470
3572
  include Aws::Structure
3471
3573
  end
3472
3574
 
@@ -3496,6 +3598,7 @@ module Aws::Lightsail
3496
3598
  :path,
3497
3599
  :size_in_gb,
3498
3600
  :is_system_disk)
3601
+ SENSITIVE = []
3499
3602
  include Aws::Structure
3500
3603
  end
3501
3604
 
@@ -3523,6 +3626,7 @@ module Aws::Lightsail
3523
3626
  class DiskMap < Struct.new(
3524
3627
  :original_disk_path,
3525
3628
  :new_disk_name)
3629
+ SENSITIVE = []
3526
3630
  include Aws::Structure
3527
3631
  end
3528
3632
 
@@ -3621,6 +3725,7 @@ module Aws::Lightsail
3621
3725
  :from_instance_name,
3622
3726
  :from_instance_arn,
3623
3727
  :is_from_auto_snapshot)
3728
+ SENSITIVE = []
3624
3729
  include Aws::Structure
3625
3730
  end
3626
3731
 
@@ -3634,6 +3739,7 @@ module Aws::Lightsail
3634
3739
  #
3635
3740
  class DiskSnapshotInfo < Struct.new(
3636
3741
  :size_in_gb)
3742
+ SENSITIVE = []
3637
3743
  include Aws::Structure
3638
3744
  end
3639
3745
 
@@ -3694,6 +3800,7 @@ module Aws::Lightsail
3694
3800
  :resource_type,
3695
3801
  :tags,
3696
3802
  :domain_entries)
3803
+ SENSITIVE = []
3697
3804
  include Aws::Structure
3698
3805
  end
3699
3806
 
@@ -3777,6 +3884,7 @@ module Aws::Lightsail
3777
3884
  :is_alias,
3778
3885
  :type,
3779
3886
  :options)
3887
+ SENSITIVE = []
3780
3888
  include Aws::Structure
3781
3889
  end
3782
3890
 
@@ -3799,6 +3907,7 @@ module Aws::Lightsail
3799
3907
  class DownloadDefaultKeyPairResult < Struct.new(
3800
3908
  :public_key_base_64,
3801
3909
  :private_key_base_64)
3910
+ SENSITIVE = []
3802
3911
  include Aws::Structure
3803
3912
  end
3804
3913
 
@@ -3829,6 +3938,7 @@ module Aws::Lightsail
3829
3938
  class EnableAddOnRequest < Struct.new(
3830
3939
  :resource_name,
3831
3940
  :add_on_request)
3941
+ SENSITIVE = []
3832
3942
  include Aws::Structure
3833
3943
  end
3834
3944
 
@@ -3842,6 +3952,7 @@ module Aws::Lightsail
3842
3952
  #
3843
3953
  class EnableAddOnResult < Struct.new(
3844
3954
  :operations)
3955
+ SENSITIVE = []
3845
3956
  include Aws::Structure
3846
3957
  end
3847
3958
 
@@ -3893,6 +4004,7 @@ module Aws::Lightsail
3893
4004
  :state,
3894
4005
  :source_info,
3895
4006
  :destination_info)
4007
+ SENSITIVE = []
3896
4008
  include Aws::Structure
3897
4009
  end
3898
4010
 
@@ -3944,6 +4056,7 @@ module Aws::Lightsail
3944
4056
  :from_resource_arn,
3945
4057
  :instance_snapshot_info,
3946
4058
  :disk_snapshot_info)
4059
+ SENSITIVE = []
3947
4060
  include Aws::Structure
3948
4061
  end
3949
4062
 
@@ -3963,6 +4076,7 @@ module Aws::Lightsail
3963
4076
  #
3964
4077
  class ExportSnapshotRequest < Struct.new(
3965
4078
  :source_snapshot_name)
4079
+ SENSITIVE = []
3966
4080
  include Aws::Structure
3967
4081
  end
3968
4082
 
@@ -3976,6 +4090,7 @@ module Aws::Lightsail
3976
4090
  #
3977
4091
  class ExportSnapshotResult < Struct.new(
3978
4092
  :operations)
4093
+ SENSITIVE = []
3979
4094
  include Aws::Structure
3980
4095
  end
3981
4096
 
@@ -3999,6 +4114,7 @@ module Aws::Lightsail
3999
4114
  #
4000
4115
  class GetActiveNamesRequest < Struct.new(
4001
4116
  :page_token)
4117
+ SENSITIVE = []
4002
4118
  include Aws::Structure
4003
4119
  end
4004
4120
 
@@ -4022,6 +4138,7 @@ module Aws::Lightsail
4022
4138
  class GetActiveNamesResult < Struct.new(
4023
4139
  :active_names,
4024
4140
  :next_page_token)
4141
+ SENSITIVE = []
4025
4142
  include Aws::Structure
4026
4143
  end
4027
4144
 
@@ -4061,6 +4178,7 @@ module Aws::Lightsail
4061
4178
  :alarm_name,
4062
4179
  :page_token,
4063
4180
  :monitored_resource_name)
4181
+ SENSITIVE = []
4064
4182
  include Aws::Structure
4065
4183
  end
4066
4184
 
@@ -4083,6 +4201,7 @@ module Aws::Lightsail
4083
4201
  class GetAlarmsResult < Struct.new(
4084
4202
  :alarms,
4085
4203
  :next_page_token)
4204
+ SENSITIVE = []
4086
4205
  include Aws::Structure
4087
4206
  end
4088
4207
 
@@ -4102,6 +4221,7 @@ module Aws::Lightsail
4102
4221
  #
4103
4222
  class GetAutoSnapshotsRequest < Struct.new(
4104
4223
  :resource_name)
4224
+ SENSITIVE = []
4105
4225
  include Aws::Structure
4106
4226
  end
4107
4227
 
@@ -4124,6 +4244,7 @@ module Aws::Lightsail
4124
4244
  :resource_name,
4125
4245
  :resource_type,
4126
4246
  :auto_snapshots)
4247
+ SENSITIVE = []
4127
4248
  include Aws::Structure
4128
4249
  end
4129
4250
 
@@ -4154,6 +4275,7 @@ module Aws::Lightsail
4154
4275
  class GetBlueprintsRequest < Struct.new(
4155
4276
  :include_inactive,
4156
4277
  :page_token)
4278
+ SENSITIVE = []
4157
4279
  include Aws::Structure
4158
4280
  end
4159
4281
 
@@ -4178,6 +4300,7 @@ module Aws::Lightsail
4178
4300
  class GetBlueprintsResult < Struct.new(
4179
4301
  :blueprints,
4180
4302
  :next_page_token)
4303
+ SENSITIVE = []
4181
4304
  include Aws::Structure
4182
4305
  end
4183
4306
 
@@ -4208,6 +4331,7 @@ module Aws::Lightsail
4208
4331
  class GetBundlesRequest < Struct.new(
4209
4332
  :include_inactive,
4210
4333
  :page_token)
4334
+ SENSITIVE = []
4211
4335
  include Aws::Structure
4212
4336
  end
4213
4337
 
@@ -4232,6 +4356,7 @@ module Aws::Lightsail
4232
4356
  class GetBundlesResult < Struct.new(
4233
4357
  :bundles,
4234
4358
  :next_page_token)
4359
+ SENSITIVE = []
4235
4360
  include Aws::Structure
4236
4361
  end
4237
4362
 
@@ -4255,6 +4380,7 @@ module Aws::Lightsail
4255
4380
  #
4256
4381
  class GetCloudFormationStackRecordsRequest < Struct.new(
4257
4382
  :page_token)
4383
+ SENSITIVE = []
4258
4384
  include Aws::Structure
4259
4385
  end
4260
4386
 
@@ -4278,6 +4404,7 @@ module Aws::Lightsail
4278
4404
  class GetCloudFormationStackRecordsResult < Struct.new(
4279
4405
  :cloud_formation_stack_records,
4280
4406
  :next_page_token)
4407
+ SENSITIVE = []
4281
4408
  include Aws::Structure
4282
4409
  end
4283
4410
 
@@ -4300,6 +4427,7 @@ module Aws::Lightsail
4300
4427
  #
4301
4428
  class GetContactMethodsRequest < Struct.new(
4302
4429
  :protocols)
4430
+ SENSITIVE = []
4303
4431
  include Aws::Structure
4304
4432
  end
4305
4433
 
@@ -4311,6 +4439,7 @@ module Aws::Lightsail
4311
4439
  #
4312
4440
  class GetContactMethodsResult < Struct.new(
4313
4441
  :contact_methods)
4442
+ SENSITIVE = []
4314
4443
  include Aws::Structure
4315
4444
  end
4316
4445
 
@@ -4329,6 +4458,7 @@ module Aws::Lightsail
4329
4458
  #
4330
4459
  class GetDiskRequest < Struct.new(
4331
4460
  :disk_name)
4461
+ SENSITIVE = []
4332
4462
  include Aws::Structure
4333
4463
  end
4334
4464
 
@@ -4340,6 +4470,7 @@ module Aws::Lightsail
4340
4470
  #
4341
4471
  class GetDiskResult < Struct.new(
4342
4472
  :disk)
4473
+ SENSITIVE = []
4343
4474
  include Aws::Structure
4344
4475
  end
4345
4476
 
@@ -4358,6 +4489,7 @@ module Aws::Lightsail
4358
4489
  #
4359
4490
  class GetDiskSnapshotRequest < Struct.new(
4360
4491
  :disk_snapshot_name)
4492
+ SENSITIVE = []
4361
4493
  include Aws::Structure
4362
4494
  end
4363
4495
 
@@ -4369,6 +4501,7 @@ module Aws::Lightsail
4369
4501
  #
4370
4502
  class GetDiskSnapshotResult < Struct.new(
4371
4503
  :disk_snapshot)
4504
+ SENSITIVE = []
4372
4505
  include Aws::Structure
4373
4506
  end
4374
4507
 
@@ -4392,6 +4525,7 @@ module Aws::Lightsail
4392
4525
  #
4393
4526
  class GetDiskSnapshotsRequest < Struct.new(
4394
4527
  :page_token)
4528
+ SENSITIVE = []
4395
4529
  include Aws::Structure
4396
4530
  end
4397
4531
 
@@ -4416,6 +4550,7 @@ module Aws::Lightsail
4416
4550
  class GetDiskSnapshotsResult < Struct.new(
4417
4551
  :disk_snapshots,
4418
4552
  :next_page_token)
4553
+ SENSITIVE = []
4419
4554
  include Aws::Structure
4420
4555
  end
4421
4556
 
@@ -4438,6 +4573,7 @@ module Aws::Lightsail
4438
4573
  #
4439
4574
  class GetDisksRequest < Struct.new(
4440
4575
  :page_token)
4576
+ SENSITIVE = []
4441
4577
  include Aws::Structure
4442
4578
  end
4443
4579
 
@@ -4461,6 +4597,7 @@ module Aws::Lightsail
4461
4597
  class GetDisksResult < Struct.new(
4462
4598
  :disks,
4463
4599
  :next_page_token)
4600
+ SENSITIVE = []
4464
4601
  include Aws::Structure
4465
4602
  end
4466
4603
 
@@ -4479,6 +4616,7 @@ module Aws::Lightsail
4479
4616
  #
4480
4617
  class GetDomainRequest < Struct.new(
4481
4618
  :domain_name)
4619
+ SENSITIVE = []
4482
4620
  include Aws::Structure
4483
4621
  end
4484
4622
 
@@ -4491,6 +4629,7 @@ module Aws::Lightsail
4491
4629
  #
4492
4630
  class GetDomainResult < Struct.new(
4493
4631
  :domain)
4632
+ SENSITIVE = []
4494
4633
  include Aws::Structure
4495
4634
  end
4496
4635
 
@@ -4514,6 +4653,7 @@ module Aws::Lightsail
4514
4653
  #
4515
4654
  class GetDomainsRequest < Struct.new(
4516
4655
  :page_token)
4656
+ SENSITIVE = []
4517
4657
  include Aws::Structure
4518
4658
  end
4519
4659
 
@@ -4538,6 +4678,7 @@ module Aws::Lightsail
4538
4678
  class GetDomainsResult < Struct.new(
4539
4679
  :domains,
4540
4680
  :next_page_token)
4681
+ SENSITIVE = []
4541
4682
  include Aws::Structure
4542
4683
  end
4543
4684
 
@@ -4561,6 +4702,7 @@ module Aws::Lightsail
4561
4702
  #
4562
4703
  class GetExportSnapshotRecordsRequest < Struct.new(
4563
4704
  :page_token)
4705
+ SENSITIVE = []
4564
4706
  include Aws::Structure
4565
4707
  end
4566
4708
 
@@ -4584,6 +4726,7 @@ module Aws::Lightsail
4584
4726
  class GetExportSnapshotRecordsResult < Struct.new(
4585
4727
  :export_snapshot_records,
4586
4728
  :next_page_token)
4729
+ SENSITIVE = []
4587
4730
  include Aws::Structure
4588
4731
  end
4589
4732
 
@@ -4608,6 +4751,7 @@ module Aws::Lightsail
4608
4751
  class GetInstanceAccessDetailsRequest < Struct.new(
4609
4752
  :instance_name,
4610
4753
  :protocol)
4754
+ SENSITIVE = []
4611
4755
  include Aws::Structure
4612
4756
  end
4613
4757
 
@@ -4620,6 +4764,7 @@ module Aws::Lightsail
4620
4764
  #
4621
4765
  class GetInstanceAccessDetailsResult < Struct.new(
4622
4766
  :access_details)
4767
+ SENSITIVE = []
4623
4768
  include Aws::Structure
4624
4769
  end
4625
4770
 
@@ -4807,6 +4952,7 @@ module Aws::Lightsail
4807
4952
  :end_time,
4808
4953
  :unit,
4809
4954
  :statistics)
4955
+ SENSITIVE = []
4810
4956
  include Aws::Structure
4811
4957
  end
4812
4958
 
@@ -4823,6 +4969,7 @@ module Aws::Lightsail
4823
4969
  class GetInstanceMetricDataResult < Struct.new(
4824
4970
  :metric_name,
4825
4971
  :metric_data)
4972
+ SENSITIVE = []
4826
4973
  include Aws::Structure
4827
4974
  end
4828
4975
 
@@ -4841,6 +4988,7 @@ module Aws::Lightsail
4841
4988
  #
4842
4989
  class GetInstancePortStatesRequest < Struct.new(
4843
4990
  :instance_name)
4991
+ SENSITIVE = []
4844
4992
  include Aws::Structure
4845
4993
  end
4846
4994
 
@@ -4853,6 +5001,7 @@ module Aws::Lightsail
4853
5001
  #
4854
5002
  class GetInstancePortStatesResult < Struct.new(
4855
5003
  :port_states)
5004
+ SENSITIVE = []
4856
5005
  include Aws::Structure
4857
5006
  end
4858
5007
 
@@ -4871,6 +5020,7 @@ module Aws::Lightsail
4871
5020
  #
4872
5021
  class GetInstanceRequest < Struct.new(
4873
5022
  :instance_name)
5023
+ SENSITIVE = []
4874
5024
  include Aws::Structure
4875
5025
  end
4876
5026
 
@@ -4883,6 +5033,7 @@ module Aws::Lightsail
4883
5033
  #
4884
5034
  class GetInstanceResult < Struct.new(
4885
5035
  :instance)
5036
+ SENSITIVE = []
4886
5037
  include Aws::Structure
4887
5038
  end
4888
5039
 
@@ -4901,6 +5052,7 @@ module Aws::Lightsail
4901
5052
  #
4902
5053
  class GetInstanceSnapshotRequest < Struct.new(
4903
5054
  :instance_snapshot_name)
5055
+ SENSITIVE = []
4904
5056
  include Aws::Structure
4905
5057
  end
4906
5058
 
@@ -4913,6 +5065,7 @@ module Aws::Lightsail
4913
5065
  #
4914
5066
  class GetInstanceSnapshotResult < Struct.new(
4915
5067
  :instance_snapshot)
5068
+ SENSITIVE = []
4916
5069
  include Aws::Structure
4917
5070
  end
4918
5071
 
@@ -4936,6 +5089,7 @@ module Aws::Lightsail
4936
5089
  #
4937
5090
  class GetInstanceSnapshotsRequest < Struct.new(
4938
5091
  :page_token)
5092
+ SENSITIVE = []
4939
5093
  include Aws::Structure
4940
5094
  end
4941
5095
 
@@ -4960,6 +5114,7 @@ module Aws::Lightsail
4960
5114
  class GetInstanceSnapshotsResult < Struct.new(
4961
5115
  :instance_snapshots,
4962
5116
  :next_page_token)
5117
+ SENSITIVE = []
4963
5118
  include Aws::Structure
4964
5119
  end
4965
5120
 
@@ -4978,6 +5133,7 @@ module Aws::Lightsail
4978
5133
  #
4979
5134
  class GetInstanceStateRequest < Struct.new(
4980
5135
  :instance_name)
5136
+ SENSITIVE = []
4981
5137
  include Aws::Structure
4982
5138
  end
4983
5139
 
@@ -4989,6 +5145,7 @@ module Aws::Lightsail
4989
5145
  #
4990
5146
  class GetInstanceStateResult < Struct.new(
4991
5147
  :state)
5148
+ SENSITIVE = []
4992
5149
  include Aws::Structure
4993
5150
  end
4994
5151
 
@@ -5012,6 +5169,7 @@ module Aws::Lightsail
5012
5169
  #
5013
5170
  class GetInstancesRequest < Struct.new(
5014
5171
  :page_token)
5172
+ SENSITIVE = []
5015
5173
  include Aws::Structure
5016
5174
  end
5017
5175
 
@@ -5036,6 +5194,7 @@ module Aws::Lightsail
5036
5194
  class GetInstancesResult < Struct.new(
5037
5195
  :instances,
5038
5196
  :next_page_token)
5197
+ SENSITIVE = []
5039
5198
  include Aws::Structure
5040
5199
  end
5041
5200
 
@@ -5054,6 +5213,7 @@ module Aws::Lightsail
5054
5213
  #
5055
5214
  class GetKeyPairRequest < Struct.new(
5056
5215
  :key_pair_name)
5216
+ SENSITIVE = []
5057
5217
  include Aws::Structure
5058
5218
  end
5059
5219
 
@@ -5066,6 +5226,7 @@ module Aws::Lightsail
5066
5226
  #
5067
5227
  class GetKeyPairResult < Struct.new(
5068
5228
  :key_pair)
5229
+ SENSITIVE = []
5069
5230
  include Aws::Structure
5070
5231
  end
5071
5232
 
@@ -5089,6 +5250,7 @@ module Aws::Lightsail
5089
5250
  #
5090
5251
  class GetKeyPairsRequest < Struct.new(
5091
5252
  :page_token)
5253
+ SENSITIVE = []
5092
5254
  include Aws::Structure
5093
5255
  end
5094
5256
 
@@ -5113,6 +5275,7 @@ module Aws::Lightsail
5113
5275
  class GetKeyPairsResult < Struct.new(
5114
5276
  :key_pairs,
5115
5277
  :next_page_token)
5278
+ SENSITIVE = []
5116
5279
  include Aws::Structure
5117
5280
  end
5118
5281
 
@@ -5313,6 +5476,7 @@ module Aws::Lightsail
5313
5476
  :end_time,
5314
5477
  :unit,
5315
5478
  :statistics)
5479
+ SENSITIVE = []
5316
5480
  include Aws::Structure
5317
5481
  end
5318
5482
 
@@ -5329,6 +5493,7 @@ module Aws::Lightsail
5329
5493
  class GetLoadBalancerMetricDataResult < Struct.new(
5330
5494
  :metric_name,
5331
5495
  :metric_data)
5496
+ SENSITIVE = []
5332
5497
  include Aws::Structure
5333
5498
  end
5334
5499
 
@@ -5347,6 +5512,7 @@ module Aws::Lightsail
5347
5512
  #
5348
5513
  class GetLoadBalancerRequest < Struct.new(
5349
5514
  :load_balancer_name)
5515
+ SENSITIVE = []
5350
5516
  include Aws::Structure
5351
5517
  end
5352
5518
 
@@ -5358,6 +5524,7 @@ module Aws::Lightsail
5358
5524
  #
5359
5525
  class GetLoadBalancerResult < Struct.new(
5360
5526
  :load_balancer)
5527
+ SENSITIVE = []
5361
5528
  include Aws::Structure
5362
5529
  end
5363
5530
 
@@ -5377,6 +5544,7 @@ module Aws::Lightsail
5377
5544
  #
5378
5545
  class GetLoadBalancerTlsCertificatesRequest < Struct.new(
5379
5546
  :load_balancer_name)
5547
+ SENSITIVE = []
5380
5548
  include Aws::Structure
5381
5549
  end
5382
5550
 
@@ -5389,6 +5557,7 @@ module Aws::Lightsail
5389
5557
  #
5390
5558
  class GetLoadBalancerTlsCertificatesResult < Struct.new(
5391
5559
  :tls_certificates)
5560
+ SENSITIVE = []
5392
5561
  include Aws::Structure
5393
5562
  end
5394
5563
 
@@ -5412,6 +5581,7 @@ module Aws::Lightsail
5412
5581
  #
5413
5582
  class GetLoadBalancersRequest < Struct.new(
5414
5583
  :page_token)
5584
+ SENSITIVE = []
5415
5585
  include Aws::Structure
5416
5586
  end
5417
5587
 
@@ -5435,6 +5605,7 @@ module Aws::Lightsail
5435
5605
  class GetLoadBalancersResult < Struct.new(
5436
5606
  :load_balancers,
5437
5607
  :next_page_token)
5608
+ SENSITIVE = []
5438
5609
  include Aws::Structure
5439
5610
  end
5440
5611
 
@@ -5453,6 +5624,7 @@ module Aws::Lightsail
5453
5624
  #
5454
5625
  class GetOperationRequest < Struct.new(
5455
5626
  :operation_id)
5627
+ SENSITIVE = []
5456
5628
  include Aws::Structure
5457
5629
  end
5458
5630
 
@@ -5466,6 +5638,7 @@ module Aws::Lightsail
5466
5638
  #
5467
5639
  class GetOperationResult < Struct.new(
5468
5640
  :operation)
5641
+ SENSITIVE = []
5469
5642
  include Aws::Structure
5470
5643
  end
5471
5644
 
@@ -5495,6 +5668,7 @@ module Aws::Lightsail
5495
5668
  class GetOperationsForResourceRequest < Struct.new(
5496
5669
  :resource_name,
5497
5670
  :page_token)
5671
+ SENSITIVE = []
5498
5672
  include Aws::Structure
5499
5673
  end
5500
5674
 
@@ -5531,6 +5705,7 @@ module Aws::Lightsail
5531
5705
  :operations,
5532
5706
  :next_page_count,
5533
5707
  :next_page_token)
5708
+ SENSITIVE = []
5534
5709
  include Aws::Structure
5535
5710
  end
5536
5711
 
@@ -5554,6 +5729,7 @@ module Aws::Lightsail
5554
5729
  #
5555
5730
  class GetOperationsRequest < Struct.new(
5556
5731
  :page_token)
5732
+ SENSITIVE = []
5557
5733
  include Aws::Structure
5558
5734
  end
5559
5735
 
@@ -5579,6 +5755,7 @@ module Aws::Lightsail
5579
5755
  class GetOperationsResult < Struct.new(
5580
5756
  :operations,
5581
5757
  :next_page_token)
5758
+ SENSITIVE = []
5582
5759
  include Aws::Structure
5583
5760
  end
5584
5761
 
@@ -5607,6 +5784,7 @@ module Aws::Lightsail
5607
5784
  class GetRegionsRequest < Struct.new(
5608
5785
  :include_availability_zones,
5609
5786
  :include_relational_database_availability_zones)
5787
+ SENSITIVE = []
5610
5788
  include Aws::Structure
5611
5789
  end
5612
5790
 
@@ -5619,6 +5797,7 @@ module Aws::Lightsail
5619
5797
  #
5620
5798
  class GetRegionsResult < Struct.new(
5621
5799
  :regions)
5800
+ SENSITIVE = []
5622
5801
  include Aws::Structure
5623
5802
  end
5624
5803
 
@@ -5642,6 +5821,7 @@ module Aws::Lightsail
5642
5821
  #
5643
5822
  class GetRelationalDatabaseBlueprintsRequest < Struct.new(
5644
5823
  :page_token)
5824
+ SENSITIVE = []
5645
5825
  include Aws::Structure
5646
5826
  end
5647
5827
 
@@ -5666,6 +5846,7 @@ module Aws::Lightsail
5666
5846
  class GetRelationalDatabaseBlueprintsResult < Struct.new(
5667
5847
  :blueprints,
5668
5848
  :next_page_token)
5849
+ SENSITIVE = []
5669
5850
  include Aws::Structure
5670
5851
  end
5671
5852
 
@@ -5689,6 +5870,7 @@ module Aws::Lightsail
5689
5870
  #
5690
5871
  class GetRelationalDatabaseBundlesRequest < Struct.new(
5691
5872
  :page_token)
5873
+ SENSITIVE = []
5692
5874
  include Aws::Structure
5693
5875
  end
5694
5876
 
@@ -5713,6 +5895,7 @@ module Aws::Lightsail
5713
5895
  class GetRelationalDatabaseBundlesResult < Struct.new(
5714
5896
  :bundles,
5715
5897
  :next_page_token)
5898
+ SENSITIVE = []
5716
5899
  include Aws::Structure
5717
5900
  end
5718
5901
 
@@ -5753,6 +5936,7 @@ module Aws::Lightsail
5753
5936
  :relational_database_name,
5754
5937
  :duration_in_minutes,
5755
5938
  :page_token)
5939
+ SENSITIVE = []
5756
5940
  include Aws::Structure
5757
5941
  end
5758
5942
 
@@ -5777,6 +5961,7 @@ module Aws::Lightsail
5777
5961
  class GetRelationalDatabaseEventsResult < Struct.new(
5778
5962
  :relational_database_events,
5779
5963
  :next_page_token)
5964
+ SENSITIVE = []
5780
5965
  include Aws::Structure
5781
5966
  end
5782
5967
 
@@ -5861,6 +6046,7 @@ module Aws::Lightsail
5861
6046
  :end_time,
5862
6047
  :start_from_head,
5863
6048
  :page_token)
6049
+ SENSITIVE = []
5864
6050
  include Aws::Structure
5865
6051
  end
5866
6052
 
@@ -5885,6 +6071,7 @@ module Aws::Lightsail
5885
6071
  :resource_log_events,
5886
6072
  :next_backward_token,
5887
6073
  :next_forward_token)
6074
+ SENSITIVE = []
5888
6075
  include Aws::Structure
5889
6076
  end
5890
6077
 
@@ -5903,6 +6090,7 @@ module Aws::Lightsail
5903
6090
  #
5904
6091
  class GetRelationalDatabaseLogStreamsRequest < Struct.new(
5905
6092
  :relational_database_name)
6093
+ SENSITIVE = []
5906
6094
  include Aws::Structure
5907
6095
  end
5908
6096
 
@@ -5915,6 +6103,7 @@ module Aws::Lightsail
5915
6103
  #
5916
6104
  class GetRelationalDatabaseLogStreamsResult < Struct.new(
5917
6105
  :log_streams)
6106
+ SENSITIVE = []
5918
6107
  include Aws::Structure
5919
6108
  end
5920
6109
 
@@ -5947,6 +6136,7 @@ module Aws::Lightsail
5947
6136
  class GetRelationalDatabaseMasterUserPasswordRequest < Struct.new(
5948
6137
  :relational_database_name,
5949
6138
  :password_version)
6139
+ SENSITIVE = []
5950
6140
  include Aws::Structure
5951
6141
  end
5952
6142
 
@@ -5964,6 +6154,7 @@ module Aws::Lightsail
5964
6154
  class GetRelationalDatabaseMasterUserPasswordResult < Struct.new(
5965
6155
  :master_user_password,
5966
6156
  :created_at)
6157
+ SENSITIVE = [:master_user_password]
5967
6158
  include Aws::Structure
5968
6159
  end
5969
6160
 
@@ -6117,6 +6308,7 @@ module Aws::Lightsail
6117
6308
  :end_time,
6118
6309
  :unit,
6119
6310
  :statistics)
6311
+ SENSITIVE = []
6120
6312
  include Aws::Structure
6121
6313
  end
6122
6314
 
@@ -6133,6 +6325,7 @@ module Aws::Lightsail
6133
6325
  class GetRelationalDatabaseMetricDataResult < Struct.new(
6134
6326
  :metric_name,
6135
6327
  :metric_data)
6328
+ SENSITIVE = []
6136
6329
  include Aws::Structure
6137
6330
  end
6138
6331
 
@@ -6162,6 +6355,7 @@ module Aws::Lightsail
6162
6355
  class GetRelationalDatabaseParametersRequest < Struct.new(
6163
6356
  :relational_database_name,
6164
6357
  :page_token)
6358
+ SENSITIVE = []
6165
6359
  include Aws::Structure
6166
6360
  end
6167
6361
 
@@ -6186,6 +6380,7 @@ module Aws::Lightsail
6186
6380
  class GetRelationalDatabaseParametersResult < Struct.new(
6187
6381
  :parameters,
6188
6382
  :next_page_token)
6383
+ SENSITIVE = []
6189
6384
  include Aws::Structure
6190
6385
  end
6191
6386
 
@@ -6204,6 +6399,7 @@ module Aws::Lightsail
6204
6399
  #
6205
6400
  class GetRelationalDatabaseRequest < Struct.new(
6206
6401
  :relational_database_name)
6402
+ SENSITIVE = []
6207
6403
  include Aws::Structure
6208
6404
  end
6209
6405
 
@@ -6215,6 +6411,7 @@ module Aws::Lightsail
6215
6411
  #
6216
6412
  class GetRelationalDatabaseResult < Struct.new(
6217
6413
  :relational_database)
6414
+ SENSITIVE = []
6218
6415
  include Aws::Structure
6219
6416
  end
6220
6417
 
@@ -6233,6 +6430,7 @@ module Aws::Lightsail
6233
6430
  #
6234
6431
  class GetRelationalDatabaseSnapshotRequest < Struct.new(
6235
6432
  :relational_database_snapshot_name)
6433
+ SENSITIVE = []
6236
6434
  include Aws::Structure
6237
6435
  end
6238
6436
 
@@ -6244,6 +6442,7 @@ module Aws::Lightsail
6244
6442
  #
6245
6443
  class GetRelationalDatabaseSnapshotResult < Struct.new(
6246
6444
  :relational_database_snapshot)
6445
+ SENSITIVE = []
6247
6446
  include Aws::Structure
6248
6447
  end
6249
6448
 
@@ -6267,6 +6466,7 @@ module Aws::Lightsail
6267
6466
  #
6268
6467
  class GetRelationalDatabaseSnapshotsRequest < Struct.new(
6269
6468
  :page_token)
6469
+ SENSITIVE = []
6270
6470
  include Aws::Structure
6271
6471
  end
6272
6472
 
@@ -6291,6 +6491,7 @@ module Aws::Lightsail
6291
6491
  class GetRelationalDatabaseSnapshotsResult < Struct.new(
6292
6492
  :relational_database_snapshots,
6293
6493
  :next_page_token)
6494
+ SENSITIVE = []
6294
6495
  include Aws::Structure
6295
6496
  end
6296
6497
 
@@ -6314,6 +6515,7 @@ module Aws::Lightsail
6314
6515
  #
6315
6516
  class GetRelationalDatabasesRequest < Struct.new(
6316
6517
  :page_token)
6518
+ SENSITIVE = []
6317
6519
  include Aws::Structure
6318
6520
  end
6319
6521
 
@@ -6338,6 +6540,7 @@ module Aws::Lightsail
6338
6540
  class GetRelationalDatabasesResult < Struct.new(
6339
6541
  :relational_databases,
6340
6542
  :next_page_token)
6543
+ SENSITIVE = []
6341
6544
  include Aws::Structure
6342
6545
  end
6343
6546
 
@@ -6356,6 +6559,7 @@ module Aws::Lightsail
6356
6559
  #
6357
6560
  class GetStaticIpRequest < Struct.new(
6358
6561
  :static_ip_name)
6562
+ SENSITIVE = []
6359
6563
  include Aws::Structure
6360
6564
  end
6361
6565
 
@@ -6368,6 +6572,7 @@ module Aws::Lightsail
6368
6572
  #
6369
6573
  class GetStaticIpResult < Struct.new(
6370
6574
  :static_ip)
6575
+ SENSITIVE = []
6371
6576
  include Aws::Structure
6372
6577
  end
6373
6578
 
@@ -6391,6 +6596,7 @@ module Aws::Lightsail
6391
6596
  #
6392
6597
  class GetStaticIpsRequest < Struct.new(
6393
6598
  :page_token)
6599
+ SENSITIVE = []
6394
6600
  include Aws::Structure
6395
6601
  end
6396
6602
 
@@ -6415,6 +6621,7 @@ module Aws::Lightsail
6415
6621
  class GetStaticIpsResult < Struct.new(
6416
6622
  :static_ips,
6417
6623
  :next_page_token)
6624
+ SENSITIVE = []
6418
6625
  include Aws::Structure
6419
6626
  end
6420
6627
 
@@ -6485,6 +6692,7 @@ module Aws::Lightsail
6485
6692
  :fingerprint_sha256,
6486
6693
  :not_valid_before,
6487
6694
  :not_valid_after)
6695
+ SENSITIVE = []
6488
6696
  include Aws::Structure
6489
6697
  end
6490
6698
 
@@ -6510,6 +6718,7 @@ module Aws::Lightsail
6510
6718
  class ImportKeyPairRequest < Struct.new(
6511
6719
  :key_pair_name,
6512
6720
  :public_key_base_64)
6721
+ SENSITIVE = []
6513
6722
  include Aws::Structure
6514
6723
  end
6515
6724
 
@@ -6523,6 +6732,7 @@ module Aws::Lightsail
6523
6732
  #
6524
6733
  class ImportKeyPairResult < Struct.new(
6525
6734
  :operation)
6735
+ SENSITIVE = []
6526
6736
  include Aws::Structure
6527
6737
  end
6528
6738
 
@@ -6646,6 +6856,7 @@ module Aws::Lightsail
6646
6856
  :state,
6647
6857
  :username,
6648
6858
  :ssh_key_name)
6859
+ SENSITIVE = []
6649
6860
  include Aws::Structure
6650
6861
  end
6651
6862
 
@@ -6727,6 +6938,7 @@ module Aws::Lightsail
6727
6938
  :instance_name,
6728
6939
  :username,
6729
6940
  :host_keys)
6941
+ SENSITIVE = []
6730
6942
  include Aws::Structure
6731
6943
  end
6732
6944
 
@@ -6807,6 +7019,7 @@ module Aws::Lightsail
6807
7019
  :port_info_source,
6808
7020
  :user_data,
6809
7021
  :availability_zone)
7022
+ SENSITIVE = []
6810
7023
  include Aws::Structure
6811
7024
  end
6812
7025
 
@@ -6830,6 +7043,7 @@ module Aws::Lightsail
6830
7043
  :cpu_count,
6831
7044
  :disks,
6832
7045
  :ram_size_in_gb)
7046
+ SENSITIVE = []
6833
7047
  include Aws::Structure
6834
7048
  end
6835
7049
 
@@ -6912,6 +7126,7 @@ module Aws::Lightsail
6912
7126
  :instance_name,
6913
7127
  :instance_health,
6914
7128
  :instance_health_reason)
7129
+ SENSITIVE = []
6915
7130
  include Aws::Structure
6916
7131
  end
6917
7132
 
@@ -6932,6 +7147,7 @@ module Aws::Lightsail
6932
7147
  class InstanceNetworking < Struct.new(
6933
7148
  :monthly_transfer,
6934
7149
  :ports)
7150
+ SENSITIVE = []
6935
7151
  include Aws::Structure
6936
7152
  end
6937
7153
 
@@ -7063,6 +7279,7 @@ module Aws::Lightsail
7063
7279
  :access_direction,
7064
7280
  :cidrs,
7065
7281
  :cidr_list_aliases)
7282
+ SENSITIVE = []
7066
7283
  include Aws::Structure
7067
7284
  end
7068
7285
 
@@ -7178,6 +7395,7 @@ module Aws::Lightsail
7178
7395
  :state,
7179
7396
  :cidrs,
7180
7397
  :cidr_list_aliases)
7398
+ SENSITIVE = []
7181
7399
  include Aws::Structure
7182
7400
  end
7183
7401
 
@@ -7285,6 +7503,7 @@ module Aws::Lightsail
7285
7503
  :from_bundle_id,
7286
7504
  :is_from_auto_snapshot,
7287
7505
  :size_in_gb)
7506
+ SENSITIVE = []
7288
7507
  include Aws::Structure
7289
7508
  end
7290
7509
 
@@ -7311,6 +7530,7 @@ module Aws::Lightsail
7311
7530
  :from_bundle_id,
7312
7531
  :from_blueprint_id,
7313
7532
  :from_disk_info)
7533
+ SENSITIVE = []
7314
7534
  include Aws::Structure
7315
7535
  end
7316
7536
 
@@ -7329,6 +7549,7 @@ module Aws::Lightsail
7329
7549
  class InstanceState < Struct.new(
7330
7550
  :code,
7331
7551
  :name)
7552
+ SENSITIVE = []
7332
7553
  include Aws::Structure
7333
7554
  end
7334
7555
 
@@ -7360,6 +7581,7 @@ module Aws::Lightsail
7360
7581
  :docs,
7361
7582
  :message,
7362
7583
  :tip)
7584
+ SENSITIVE = []
7363
7585
  include Aws::Structure
7364
7586
  end
7365
7587
 
@@ -7377,6 +7599,7 @@ module Aws::Lightsail
7377
7599
  #
7378
7600
  class IsVpcPeeredResult < Struct.new(
7379
7601
  :is_peered)
7602
+ SENSITIVE = []
7380
7603
  include Aws::Structure
7381
7604
  end
7382
7605
 
@@ -7437,6 +7660,7 @@ module Aws::Lightsail
7437
7660
  :resource_type,
7438
7661
  :tags,
7439
7662
  :fingerprint)
7663
+ SENSITIVE = []
7440
7664
  include Aws::Structure
7441
7665
  end
7442
7666
 
@@ -7548,6 +7772,7 @@ module Aws::Lightsail
7548
7772
  :instance_health_summary,
7549
7773
  :tls_certificate_summaries,
7550
7774
  :configuration_options)
7775
+ SENSITIVE = []
7551
7776
  include Aws::Structure
7552
7777
  end
7553
7778
 
@@ -7729,6 +7954,7 @@ module Aws::Lightsail
7729
7954
  :signature_algorithm,
7730
7955
  :subject,
7731
7956
  :subject_alternative_names)
7957
+ SENSITIVE = []
7732
7958
  include Aws::Structure
7733
7959
  end
7734
7960
 
@@ -7748,6 +7974,7 @@ module Aws::Lightsail
7748
7974
  class LoadBalancerTlsCertificateDomainValidationOption < Struct.new(
7749
7975
  :domain_name,
7750
7976
  :validation_status)
7977
+ SENSITIVE = []
7751
7978
  include Aws::Structure
7752
7979
  end
7753
7980
 
@@ -7785,6 +8012,7 @@ module Aws::Lightsail
7785
8012
  :value,
7786
8013
  :validation_status,
7787
8014
  :domain_name)
8015
+ SENSITIVE = []
7788
8016
  include Aws::Structure
7789
8017
  end
7790
8018
 
@@ -7808,6 +8036,7 @@ module Aws::Lightsail
7808
8036
  class LoadBalancerTlsCertificateRenewalSummary < Struct.new(
7809
8037
  :renewal_status,
7810
8038
  :domain_validation_options)
8039
+ SENSITIVE = []
7811
8040
  include Aws::Structure
7812
8041
  end
7813
8042
 
@@ -7827,6 +8056,7 @@ module Aws::Lightsail
7827
8056
  class LoadBalancerTlsCertificateSummary < Struct.new(
7828
8057
  :name,
7829
8058
  :is_attached)
8059
+ SENSITIVE = []
7830
8060
  include Aws::Structure
7831
8061
  end
7832
8062
 
@@ -7845,6 +8075,7 @@ module Aws::Lightsail
7845
8075
  class LogEvent < Struct.new(
7846
8076
  :created_at,
7847
8077
  :message)
8078
+ SENSITIVE = []
7848
8079
  include Aws::Structure
7849
8080
  end
7850
8081
 
@@ -7888,6 +8119,7 @@ module Aws::Lightsail
7888
8119
  :sum,
7889
8120
  :timestamp,
7890
8121
  :unit)
8122
+ SENSITIVE = []
7891
8123
  include Aws::Structure
7892
8124
  end
7893
8125
 
@@ -7921,6 +8153,7 @@ module Aws::Lightsail
7921
8153
  :arn,
7922
8154
  :name,
7923
8155
  :resource_type)
8156
+ SENSITIVE = []
7924
8157
  include Aws::Structure
7925
8158
  end
7926
8159
 
@@ -7935,6 +8168,7 @@ module Aws::Lightsail
7935
8168
  #
7936
8169
  class MonthlyTransfer < Struct.new(
7937
8170
  :gb_per_month_allocated)
8171
+ SENSITIVE = []
7938
8172
  include Aws::Structure
7939
8173
  end
7940
8174
 
@@ -7959,6 +8193,7 @@ module Aws::Lightsail
7959
8193
  :docs,
7960
8194
  :message,
7961
8195
  :tip)
8196
+ SENSITIVE = []
7962
8197
  include Aws::Structure
7963
8198
  end
7964
8199
 
@@ -7989,6 +8224,7 @@ module Aws::Lightsail
7989
8224
  class OpenInstancePublicPortsRequest < Struct.new(
7990
8225
  :port_info,
7991
8226
  :instance_name)
8227
+ SENSITIVE = []
7992
8228
  include Aws::Structure
7993
8229
  end
7994
8230
 
@@ -8002,6 +8238,7 @@ module Aws::Lightsail
8002
8238
  #
8003
8239
  class OpenInstancePublicPortsResult < Struct.new(
8004
8240
  :operation)
8241
+ SENSITIVE = []
8005
8242
  include Aws::Structure
8006
8243
  end
8007
8244
 
@@ -8071,6 +8308,7 @@ module Aws::Lightsail
8071
8308
  :status_changed_at,
8072
8309
  :error_code,
8073
8310
  :error_details)
8311
+ SENSITIVE = []
8074
8312
  include Aws::Structure
8075
8313
  end
8076
8314
 
@@ -8095,6 +8333,7 @@ module Aws::Lightsail
8095
8333
  :docs,
8096
8334
  :message,
8097
8335
  :tip)
8336
+ SENSITIVE = []
8098
8337
  include Aws::Structure
8099
8338
  end
8100
8339
 
@@ -8136,6 +8375,7 @@ module Aws::Lightsail
8136
8375
  class PasswordData < Struct.new(
8137
8376
  :ciphertext,
8138
8377
  :key_pair_name)
8378
+ SENSITIVE = []
8139
8379
  include Aws::Structure
8140
8380
  end
8141
8381
 
@@ -8155,6 +8395,7 @@ module Aws::Lightsail
8155
8395
  #
8156
8396
  class PeerVpcResult < Struct.new(
8157
8397
  :operation)
8398
+ SENSITIVE = []
8158
8399
  include Aws::Structure
8159
8400
  end
8160
8401
 
@@ -8178,6 +8419,7 @@ module Aws::Lightsail
8178
8419
  :action,
8179
8420
  :description,
8180
8421
  :current_apply_date)
8422
+ SENSITIVE = []
8181
8423
  include Aws::Structure
8182
8424
  end
8183
8425
 
@@ -8202,6 +8444,7 @@ module Aws::Lightsail
8202
8444
  :master_user_password,
8203
8445
  :engine_version,
8204
8446
  :backup_retention_enabled)
8447
+ SENSITIVE = []
8205
8448
  include Aws::Structure
8206
8449
  end
8207
8450
 
@@ -8327,6 +8570,7 @@ module Aws::Lightsail
8327
8570
  :protocol,
8328
8571
  :cidrs,
8329
8572
  :cidr_list_aliases)
8573
+ SENSITIVE = []
8330
8574
  include Aws::Structure
8331
8575
  end
8332
8576
 
@@ -8513,6 +8757,7 @@ module Aws::Lightsail
8513
8757
  :contact_protocols,
8514
8758
  :notification_triggers,
8515
8759
  :notification_enabled)
8760
+ SENSITIVE = []
8516
8761
  include Aws::Structure
8517
8762
  end
8518
8763
 
@@ -8526,6 +8771,7 @@ module Aws::Lightsail
8526
8771
  #
8527
8772
  class PutAlarmResult < Struct.new(
8528
8773
  :operations)
8774
+ SENSITIVE = []
8529
8775
  include Aws::Structure
8530
8776
  end
8531
8777
 
@@ -8559,6 +8805,7 @@ module Aws::Lightsail
8559
8805
  class PutInstancePublicPortsRequest < Struct.new(
8560
8806
  :port_infos,
8561
8807
  :instance_name)
8808
+ SENSITIVE = []
8562
8809
  include Aws::Structure
8563
8810
  end
8564
8811
 
@@ -8572,6 +8819,7 @@ module Aws::Lightsail
8572
8819
  #
8573
8820
  class PutInstancePublicPortsResult < Struct.new(
8574
8821
  :operation)
8822
+ SENSITIVE = []
8575
8823
  include Aws::Structure
8576
8824
  end
8577
8825
 
@@ -8590,6 +8838,7 @@ module Aws::Lightsail
8590
8838
  #
8591
8839
  class RebootInstanceRequest < Struct.new(
8592
8840
  :instance_name)
8841
+ SENSITIVE = []
8593
8842
  include Aws::Structure
8594
8843
  end
8595
8844
 
@@ -8603,6 +8852,7 @@ module Aws::Lightsail
8603
8852
  #
8604
8853
  class RebootInstanceResult < Struct.new(
8605
8854
  :operations)
8855
+ SENSITIVE = []
8606
8856
  include Aws::Structure
8607
8857
  end
8608
8858
 
@@ -8621,6 +8871,7 @@ module Aws::Lightsail
8621
8871
  #
8622
8872
  class RebootRelationalDatabaseRequest < Struct.new(
8623
8873
  :relational_database_name)
8874
+ SENSITIVE = []
8624
8875
  include Aws::Structure
8625
8876
  end
8626
8877
 
@@ -8634,6 +8885,7 @@ module Aws::Lightsail
8634
8885
  #
8635
8886
  class RebootRelationalDatabaseResult < Struct.new(
8636
8887
  :operations)
8888
+ SENSITIVE = []
8637
8889
  include Aws::Structure
8638
8890
  end
8639
8891
 
@@ -8675,6 +8927,7 @@ module Aws::Lightsail
8675
8927
  :name,
8676
8928
  :availability_zones,
8677
8929
  :relational_database_availability_zones)
8930
+ SENSITIVE = []
8678
8931
  include Aws::Structure
8679
8932
  end
8680
8933
 
@@ -8838,6 +9091,7 @@ module Aws::Lightsail
8838
9091
  :master_endpoint,
8839
9092
  :pending_maintenance_actions,
8840
9093
  :ca_certificate_identifier)
9094
+ SENSITIVE = []
8841
9095
  include Aws::Structure
8842
9096
  end
8843
9097
 
@@ -8881,6 +9135,7 @@ module Aws::Lightsail
8881
9135
  :engine_description,
8882
9136
  :engine_version_description,
8883
9137
  :is_engine_default)
9138
+ SENSITIVE = []
8884
9139
  include Aws::Structure
8885
9140
  end
8886
9141
 
@@ -8936,6 +9191,7 @@ module Aws::Lightsail
8936
9191
  :cpu_count,
8937
9192
  :is_encrypted,
8938
9193
  :is_active)
9194
+ SENSITIVE = []
8939
9195
  include Aws::Structure
8940
9196
  end
8941
9197
 
@@ -8954,6 +9210,7 @@ module Aws::Lightsail
8954
9210
  class RelationalDatabaseEndpoint < Struct.new(
8955
9211
  :port,
8956
9212
  :address)
9213
+ SENSITIVE = []
8957
9214
  include Aws::Structure
8958
9215
  end
8959
9216
 
@@ -8982,6 +9239,7 @@ module Aws::Lightsail
8982
9239
  :created_at,
8983
9240
  :message,
8984
9241
  :event_categories)
9242
+ SENSITIVE = []
8985
9243
  include Aws::Structure
8986
9244
  end
8987
9245
 
@@ -9005,6 +9263,7 @@ module Aws::Lightsail
9005
9263
  :cpu_count,
9006
9264
  :disk_size_in_gb,
9007
9265
  :ram_size_in_gb)
9266
+ SENSITIVE = []
9008
9267
  include Aws::Structure
9009
9268
  end
9010
9269
 
@@ -9069,6 +9328,7 @@ module Aws::Lightsail
9069
9328
  :is_modifiable,
9070
9329
  :parameter_name,
9071
9330
  :parameter_value)
9331
+ SENSITIVE = []
9072
9332
  include Aws::Structure
9073
9333
  end
9074
9334
 
@@ -9169,6 +9429,7 @@ module Aws::Lightsail
9169
9429
  :from_relational_database_arn,
9170
9430
  :from_relational_database_bundle_id,
9171
9431
  :from_relational_database_blueprint_id)
9432
+ SENSITIVE = []
9172
9433
  include Aws::Structure
9173
9434
  end
9174
9435
 
@@ -9187,6 +9448,7 @@ module Aws::Lightsail
9187
9448
  #
9188
9449
  class ReleaseStaticIpRequest < Struct.new(
9189
9450
  :static_ip_name)
9451
+ SENSITIVE = []
9190
9452
  include Aws::Structure
9191
9453
  end
9192
9454
 
@@ -9200,6 +9462,7 @@ module Aws::Lightsail
9200
9462
  #
9201
9463
  class ReleaseStaticIpResult < Struct.new(
9202
9464
  :operations)
9465
+ SENSITIVE = []
9203
9466
  include Aws::Structure
9204
9467
  end
9205
9468
 
@@ -9219,6 +9482,7 @@ module Aws::Lightsail
9219
9482
  class ResourceLocation < Struct.new(
9220
9483
  :availability_zone,
9221
9484
  :region_name)
9485
+ SENSITIVE = []
9222
9486
  include Aws::Structure
9223
9487
  end
9224
9488
 
@@ -9237,6 +9501,7 @@ module Aws::Lightsail
9237
9501
  #
9238
9502
  class SendContactMethodVerificationRequest < Struct.new(
9239
9503
  :protocol)
9504
+ SENSITIVE = []
9240
9505
  include Aws::Structure
9241
9506
  end
9242
9507
 
@@ -9250,6 +9515,7 @@ module Aws::Lightsail
9250
9515
  #
9251
9516
  class SendContactMethodVerificationResult < Struct.new(
9252
9517
  :operations)
9518
+ SENSITIVE = []
9253
9519
  include Aws::Structure
9254
9520
  end
9255
9521
 
@@ -9274,6 +9540,7 @@ module Aws::Lightsail
9274
9540
  :docs,
9275
9541
  :message,
9276
9542
  :tip)
9543
+ SENSITIVE = []
9277
9544
  include Aws::Structure
9278
9545
  end
9279
9546
 
@@ -9292,6 +9559,7 @@ module Aws::Lightsail
9292
9559
  #
9293
9560
  class StartInstanceRequest < Struct.new(
9294
9561
  :instance_name)
9562
+ SENSITIVE = []
9295
9563
  include Aws::Structure
9296
9564
  end
9297
9565
 
@@ -9305,6 +9573,7 @@ module Aws::Lightsail
9305
9573
  #
9306
9574
  class StartInstanceResult < Struct.new(
9307
9575
  :operations)
9576
+ SENSITIVE = []
9308
9577
  include Aws::Structure
9309
9578
  end
9310
9579
 
@@ -9323,6 +9592,7 @@ module Aws::Lightsail
9323
9592
  #
9324
9593
  class StartRelationalDatabaseRequest < Struct.new(
9325
9594
  :relational_database_name)
9595
+ SENSITIVE = []
9326
9596
  include Aws::Structure
9327
9597
  end
9328
9598
 
@@ -9336,6 +9606,7 @@ module Aws::Lightsail
9336
9606
  #
9337
9607
  class StartRelationalDatabaseResult < Struct.new(
9338
9608
  :operations)
9609
+ SENSITIVE = []
9339
9610
  include Aws::Structure
9340
9611
  end
9341
9612
 
@@ -9395,6 +9666,7 @@ module Aws::Lightsail
9395
9666
  :ip_address,
9396
9667
  :attached_to,
9397
9668
  :is_attached)
9669
+ SENSITIVE = []
9398
9670
  include Aws::Structure
9399
9671
  end
9400
9672
 
@@ -9424,6 +9696,7 @@ module Aws::Lightsail
9424
9696
  class StopInstanceRequest < Struct.new(
9425
9697
  :instance_name,
9426
9698
  :force)
9699
+ SENSITIVE = []
9427
9700
  include Aws::Structure
9428
9701
  end
9429
9702
 
@@ -9437,6 +9710,7 @@ module Aws::Lightsail
9437
9710
  #
9438
9711
  class StopInstanceResult < Struct.new(
9439
9712
  :operations)
9713
+ SENSITIVE = []
9440
9714
  include Aws::Structure
9441
9715
  end
9442
9716
 
@@ -9462,6 +9736,7 @@ module Aws::Lightsail
9462
9736
  class StopRelationalDatabaseRequest < Struct.new(
9463
9737
  :relational_database_name,
9464
9738
  :relational_database_snapshot_name)
9739
+ SENSITIVE = []
9465
9740
  include Aws::Structure
9466
9741
  end
9467
9742
 
@@ -9475,6 +9750,7 @@ module Aws::Lightsail
9475
9750
  #
9476
9751
  class StopRelationalDatabaseResult < Struct.new(
9477
9752
  :operations)
9753
+ SENSITIVE = []
9478
9754
  include Aws::Structure
9479
9755
  end
9480
9756
 
@@ -9515,6 +9791,7 @@ module Aws::Lightsail
9515
9791
  class Tag < Struct.new(
9516
9792
  :key,
9517
9793
  :value)
9794
+ SENSITIVE = []
9518
9795
  include Aws::Structure
9519
9796
  end
9520
9797
 
@@ -9551,6 +9828,7 @@ module Aws::Lightsail
9551
9828
  :resource_name,
9552
9829
  :resource_arn,
9553
9830
  :tags)
9831
+ SENSITIVE = []
9554
9832
  include Aws::Structure
9555
9833
  end
9556
9834
 
@@ -9564,6 +9842,7 @@ module Aws::Lightsail
9564
9842
  #
9565
9843
  class TagResourceResult < Struct.new(
9566
9844
  :operations)
9845
+ SENSITIVE = []
9567
9846
  include Aws::Structure
9568
9847
  end
9569
9848
 
@@ -9598,6 +9877,7 @@ module Aws::Lightsail
9598
9877
  class TestAlarmRequest < Struct.new(
9599
9878
  :alarm_name,
9600
9879
  :state)
9880
+ SENSITIVE = []
9601
9881
  include Aws::Structure
9602
9882
  end
9603
9883
 
@@ -9611,6 +9891,7 @@ module Aws::Lightsail
9611
9891
  #
9612
9892
  class TestAlarmResult < Struct.new(
9613
9893
  :operations)
9894
+ SENSITIVE = []
9614
9895
  include Aws::Structure
9615
9896
  end
9616
9897
 
@@ -9636,6 +9917,7 @@ module Aws::Lightsail
9636
9917
  :docs,
9637
9918
  :message,
9638
9919
  :tip)
9920
+ SENSITIVE = []
9639
9921
  include Aws::Structure
9640
9922
  end
9641
9923
 
@@ -9655,6 +9937,7 @@ module Aws::Lightsail
9655
9937
  #
9656
9938
  class UnpeerVpcResult < Struct.new(
9657
9939
  :operation)
9940
+ SENSITIVE = []
9658
9941
  include Aws::Structure
9659
9942
  end
9660
9943
 
@@ -9686,6 +9969,7 @@ module Aws::Lightsail
9686
9969
  :resource_name,
9687
9970
  :resource_arn,
9688
9971
  :tag_keys)
9972
+ SENSITIVE = []
9689
9973
  include Aws::Structure
9690
9974
  end
9691
9975
 
@@ -9699,6 +9983,7 @@ module Aws::Lightsail
9699
9983
  #
9700
9984
  class UntagResourceResult < Struct.new(
9701
9985
  :operations)
9986
+ SENSITIVE = []
9702
9987
  include Aws::Structure
9703
9988
  end
9704
9989
 
@@ -9733,6 +10018,7 @@ module Aws::Lightsail
9733
10018
  class UpdateDomainEntryRequest < Struct.new(
9734
10019
  :domain_name,
9735
10020
  :domain_entry)
10021
+ SENSITIVE = []
9736
10022
  include Aws::Structure
9737
10023
  end
9738
10024
 
@@ -9746,6 +10032,7 @@ module Aws::Lightsail
9746
10032
  #
9747
10033
  class UpdateDomainEntryResult < Struct.new(
9748
10034
  :operations)
10035
+ SENSITIVE = []
9749
10036
  include Aws::Structure
9750
10037
  end
9751
10038
 
@@ -9778,6 +10065,7 @@ module Aws::Lightsail
9778
10065
  :load_balancer_name,
9779
10066
  :attribute_name,
9780
10067
  :attribute_value)
10068
+ SENSITIVE = []
9781
10069
  include Aws::Structure
9782
10070
  end
9783
10071
 
@@ -9791,6 +10079,7 @@ module Aws::Lightsail
9791
10079
  #
9792
10080
  class UpdateLoadBalancerAttributeResult < Struct.new(
9793
10081
  :operations)
10082
+ SENSITIVE = []
9794
10083
  include Aws::Structure
9795
10084
  end
9796
10085
 
@@ -9826,6 +10115,7 @@ module Aws::Lightsail
9826
10115
  class UpdateRelationalDatabaseParametersRequest < Struct.new(
9827
10116
  :relational_database_name,
9828
10117
  :parameters)
10118
+ SENSITIVE = []
9829
10119
  include Aws::Structure
9830
10120
  end
9831
10121
 
@@ -9839,6 +10129,7 @@ module Aws::Lightsail
9839
10129
  #
9840
10130
  class UpdateRelationalDatabaseParametersResult < Struct.new(
9841
10131
  :operations)
10132
+ SENSITIVE = []
9842
10133
  include Aws::Structure
9843
10134
  end
9844
10135
 
@@ -9968,6 +10259,7 @@ module Aws::Lightsail
9968
10259
  :publicly_accessible,
9969
10260
  :apply_immediately,
9970
10261
  :ca_certificate_identifier)
10262
+ SENSITIVE = [:master_user_password]
9971
10263
  include Aws::Structure
9972
10264
  end
9973
10265
 
@@ -9981,6 +10273,7 @@ module Aws::Lightsail
9981
10273
  #
9982
10274
  class UpdateRelationalDatabaseResult < Struct.new(
9983
10275
  :operations)
10276
+ SENSITIVE = []
9984
10277
  include Aws::Structure
9985
10278
  end
9986
10279