aws-sdk-rds 1.88.0 → 1.89.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: df4848c136aec96e2f05d8ddf3f22ef3570a0a97321529c9dbeccf3e7b3da1b1
4
- data.tar.gz: 8e4f70ded8f848152152595417aec00070c62cf170716c049d9d1309b46a9660
3
+ metadata.gz: dd877c805fcd575d56f64bf93aece8b3da22c9e64925aa79e0bba9ff5e694b58
4
+ data.tar.gz: f05f7fb832e68f7b05cd960a59dcdcded196ab29e1c48d3f18289316ecb6a38e
5
5
  SHA512:
6
- metadata.gz: 44ea4444e7470076ea082a6fd02cbad0eb89f225ff8872afef8d1939cc0d12a08b54a4e479a66233acd7bbc8e321ca54aaf16949b2f6409678ca4dda58f26da2
7
- data.tar.gz: c17ba200b7b7470847f84792220abd882f9bac90c255029ce47a56616aa143514903497f114e29fd9e6a75ae2f896f449302550d6efb81702ab39ff6a03d9301
6
+ metadata.gz: f6db8ef3c5e0dd1795b4e8fd2eee94fec1d864e519fd30ca99cef2d971bd7e9604e6911e3f2567e3e718d596aef27e31f3ed9a61a69f4058c1bd4a45faffffa0
7
+ data.tar.gz: 252486af72f9648367e89dae0c892d35ce5c1112e330770531ba2a7f8e2ea63a793b92329855fd2f279f791c820dc85ccb38410fed0b093f2e00a9af5e35e280
@@ -73,6 +73,6 @@ require_relative 'aws-sdk-rds/customizations'
73
73
  # @service
74
74
  module Aws::RDS
75
75
 
76
- GEM_VERSION = '1.88.0'
76
+ GEM_VERSION = '1.89.0'
77
77
 
78
78
  end
@@ -18562,7 +18562,7 @@ module Aws::RDS
18562
18562
  params: params,
18563
18563
  config: config)
18564
18564
  context[:gem_name] = 'aws-sdk-rds'
18565
- context[:gem_version] = '1.88.0'
18565
+ context[:gem_version] = '1.89.0'
18566
18566
  Seahorse::Client::Request.new(handlers, context)
18567
18567
  end
18568
18568
 
@@ -22,6 +22,7 @@ module Aws::RDS
22
22
  #
23
23
  class AccountAttributesMessage < Struct.new(
24
24
  :account_quotas)
25
+ SENSITIVE = []
25
26
  include Aws::Structure
26
27
  end
27
28
 
@@ -133,6 +134,7 @@ module Aws::RDS
133
134
  :account_quota_name,
134
135
  :used,
135
136
  :max)
137
+ SENSITIVE = []
136
138
  include Aws::Structure
137
139
  end
138
140
 
@@ -167,6 +169,7 @@ module Aws::RDS
167
169
  :db_cluster_identifier,
168
170
  :role_arn,
169
171
  :feature_name)
172
+ SENSITIVE = []
170
173
  include Aws::Structure
171
174
  end
172
175
 
@@ -201,6 +204,7 @@ module Aws::RDS
201
204
  :db_instance_identifier,
202
205
  :role_arn,
203
206
  :feature_name)
207
+ SENSITIVE = []
204
208
  include Aws::Structure
205
209
  end
206
210
 
@@ -240,6 +244,7 @@ module Aws::RDS
240
244
  class AddSourceIdentifierToSubscriptionMessage < Struct.new(
241
245
  :subscription_name,
242
246
  :source_identifier)
247
+ SENSITIVE = []
243
248
  include Aws::Structure
244
249
  end
245
250
 
@@ -252,6 +257,7 @@ module Aws::RDS
252
257
  #
253
258
  class AddSourceIdentifierToSubscriptionResult < Struct.new(
254
259
  :event_subscription)
260
+ SENSITIVE = []
255
261
  include Aws::Structure
256
262
  end
257
263
 
@@ -287,6 +293,7 @@ module Aws::RDS
287
293
  class AddTagsToResourceMessage < Struct.new(
288
294
  :resource_name,
289
295
  :tags)
296
+ SENSITIVE = []
290
297
  include Aws::Structure
291
298
  end
292
299
 
@@ -338,6 +345,7 @@ module Aws::RDS
338
345
  :resource_identifier,
339
346
  :apply_action,
340
347
  :opt_in_type)
348
+ SENSITIVE = []
341
349
  include Aws::Structure
342
350
  end
343
351
 
@@ -349,6 +357,7 @@ module Aws::RDS
349
357
  #
350
358
  class ApplyPendingMaintenanceActionResult < Struct.new(
351
359
  :resource_pending_maintenance_actions)
360
+ SENSITIVE = []
352
361
  include Aws::Structure
353
362
  end
354
363
 
@@ -425,6 +434,7 @@ module Aws::RDS
425
434
  :ec2_security_group_name,
426
435
  :ec2_security_group_id,
427
436
  :ec2_security_group_owner_id)
437
+ SENSITIVE = []
428
438
  include Aws::Structure
429
439
  end
430
440
 
@@ -439,6 +449,7 @@ module Aws::RDS
439
449
  #
440
450
  class AuthorizeDBSecurityGroupIngressResult < Struct.new(
441
451
  :db_security_group)
452
+ SENSITIVE = []
442
453
  include Aws::Structure
443
454
  end
444
455
 
@@ -455,6 +466,7 @@ module Aws::RDS
455
466
  #
456
467
  class AvailabilityZone < Struct.new(
457
468
  :name)
469
+ SENSITIVE = []
458
470
  include Aws::Structure
459
471
  end
460
472
 
@@ -489,6 +501,7 @@ module Aws::RDS
489
501
  :name,
490
502
  :default_value,
491
503
  :allowed_values)
504
+ SENSITIVE = []
492
505
  include Aws::Structure
493
506
  end
494
507
 
@@ -562,6 +575,7 @@ module Aws::RDS
562
575
  :backtrack_to,
563
576
  :force,
564
577
  :use_earliest_time_on_point_in_time_unavailable)
578
+ SENSITIVE = []
565
579
  include Aws::Structure
566
580
  end
567
581
 
@@ -584,6 +598,7 @@ module Aws::RDS
584
598
  #
585
599
  class CancelExportTaskMessage < Struct.new(
586
600
  :export_task_identifier)
601
+ SENSITIVE = []
587
602
  include Aws::Structure
588
603
  end
589
604
 
@@ -633,6 +648,7 @@ module Aws::RDS
633
648
  :certificate_arn,
634
649
  :customer_override,
635
650
  :customer_override_valid_till)
651
+ SENSITIVE = []
636
652
  include Aws::Structure
637
653
  end
638
654
 
@@ -654,6 +670,7 @@ module Aws::RDS
654
670
  class CertificateMessage < Struct.new(
655
671
  :certificates,
656
672
  :marker)
673
+ SENSITIVE = []
657
674
  include Aws::Structure
658
675
  end
659
676
 
@@ -679,6 +696,7 @@ module Aws::RDS
679
696
  class CharacterSet < Struct.new(
680
697
  :character_set_name,
681
698
  :character_set_description)
699
+ SENSITIVE = []
682
700
  include Aws::Structure
683
701
  end
684
702
 
@@ -716,6 +734,7 @@ module Aws::RDS
716
734
  class CloudwatchLogsExportConfiguration < Struct.new(
717
735
  :enable_log_types,
718
736
  :disable_log_types)
737
+ SENSITIVE = []
719
738
  include Aws::Structure
720
739
  end
721
740
 
@@ -805,6 +824,7 @@ module Aws::RDS
805
824
  :connection_borrow_timeout,
806
825
  :session_pinning_filters,
807
826
  :init_query)
827
+ SENSITIVE = []
808
828
  include Aws::Structure
809
829
  end
810
830
 
@@ -869,6 +889,7 @@ module Aws::RDS
869
889
  :connection_borrow_timeout,
870
890
  :session_pinning_filters,
871
891
  :init_query)
892
+ SENSITIVE = []
872
893
  include Aws::Structure
873
894
  end
874
895
 
@@ -947,6 +968,7 @@ module Aws::RDS
947
968
  :target_db_cluster_parameter_group_identifier,
948
969
  :target_db_cluster_parameter_group_description,
949
970
  :tags)
971
+ SENSITIVE = []
950
972
  include Aws::Structure
951
973
  end
952
974
 
@@ -961,6 +983,7 @@ module Aws::RDS
961
983
  #
962
984
  class CopyDBClusterParameterGroupResult < Struct.new(
963
985
  :db_cluster_parameter_group)
986
+ SENSITIVE = []
964
987
  include Aws::Structure
965
988
  end
966
989
 
@@ -1132,6 +1155,7 @@ module Aws::RDS
1132
1155
  :tags,
1133
1156
  :destination_region,
1134
1157
  :source_region)
1158
+ SENSITIVE = []
1135
1159
  include Aws::Structure
1136
1160
  end
1137
1161
 
@@ -1146,6 +1170,7 @@ module Aws::RDS
1146
1170
  #
1147
1171
  class CopyDBClusterSnapshotResult < Struct.new(
1148
1172
  :db_cluster_snapshot)
1173
+ SENSITIVE = []
1149
1174
  include Aws::Structure
1150
1175
  end
1151
1176
 
@@ -1217,6 +1242,7 @@ module Aws::RDS
1217
1242
  :target_db_parameter_group_identifier,
1218
1243
  :target_db_parameter_group_description,
1219
1244
  :tags)
1245
+ SENSITIVE = []
1220
1246
  include Aws::Structure
1221
1247
  end
1222
1248
 
@@ -1231,6 +1257,7 @@ module Aws::RDS
1231
1257
  #
1232
1258
  class CopyDBParameterGroupResult < Struct.new(
1233
1259
  :db_parameter_group)
1260
+ SENSITIVE = []
1234
1261
  include Aws::Structure
1235
1262
  end
1236
1263
 
@@ -1433,6 +1460,7 @@ module Aws::RDS
1433
1460
  :option_group_name,
1434
1461
  :destination_region,
1435
1462
  :source_region)
1463
+ SENSITIVE = []
1436
1464
  include Aws::Structure
1437
1465
  end
1438
1466
 
@@ -1447,6 +1475,7 @@ module Aws::RDS
1447
1475
  #
1448
1476
  class CopyDBSnapshotResult < Struct.new(
1449
1477
  :db_snapshot)
1478
+ SENSITIVE = []
1450
1479
  include Aws::Structure
1451
1480
  end
1452
1481
 
@@ -1523,6 +1552,7 @@ module Aws::RDS
1523
1552
  :target_option_group_identifier,
1524
1553
  :target_option_group_description,
1525
1554
  :tags)
1555
+ SENSITIVE = []
1526
1556
  include Aws::Structure
1527
1557
  end
1528
1558
 
@@ -1533,6 +1563,7 @@ module Aws::RDS
1533
1563
  #
1534
1564
  class CopyOptionGroupResult < Struct.new(
1535
1565
  :option_group)
1566
+ SENSITIVE = []
1536
1567
  include Aws::Structure
1537
1568
  end
1538
1569
 
@@ -1576,6 +1607,7 @@ module Aws::RDS
1576
1607
  :existing_vpn_id,
1577
1608
  :new_vpn_tunnel_name,
1578
1609
  :vpn_tunnel_originator_ip)
1610
+ SENSITIVE = []
1579
1611
  include Aws::Structure
1580
1612
  end
1581
1613
 
@@ -1595,6 +1627,7 @@ module Aws::RDS
1595
1627
  #
1596
1628
  class CreateCustomAvailabilityZoneResult < Struct.new(
1597
1629
  :custom_availability_zone)
1630
+ SENSITIVE = []
1598
1631
  include Aws::Structure
1599
1632
  end
1600
1633
 
@@ -1654,6 +1687,7 @@ module Aws::RDS
1654
1687
  :static_members,
1655
1688
  :excluded_members,
1656
1689
  :tags)
1690
+ SENSITIVE = []
1657
1691
  include Aws::Structure
1658
1692
  end
1659
1693
 
@@ -2181,6 +2215,7 @@ module Aws::RDS
2181
2215
  :enable_global_write_forwarding,
2182
2216
  :destination_region,
2183
2217
  :source_region)
2218
+ SENSITIVE = []
2184
2219
  include Aws::Structure
2185
2220
  end
2186
2221
 
@@ -2244,6 +2279,7 @@ module Aws::RDS
2244
2279
  :db_parameter_group_family,
2245
2280
  :description,
2246
2281
  :tags)
2282
+ SENSITIVE = []
2247
2283
  include Aws::Structure
2248
2284
  end
2249
2285
 
@@ -2258,6 +2294,7 @@ module Aws::RDS
2258
2294
  #
2259
2295
  class CreateDBClusterParameterGroupResult < Struct.new(
2260
2296
  :db_cluster_parameter_group)
2297
+ SENSITIVE = []
2261
2298
  include Aws::Structure
2262
2299
  end
2263
2300
 
@@ -2272,6 +2309,7 @@ module Aws::RDS
2272
2309
  #
2273
2310
  class CreateDBClusterResult < Struct.new(
2274
2311
  :db_cluster)
2312
+ SENSITIVE = []
2275
2313
  include Aws::Structure
2276
2314
  end
2277
2315
 
@@ -2327,6 +2365,7 @@ module Aws::RDS
2327
2365
  :db_cluster_snapshot_identifier,
2328
2366
  :db_cluster_identifier,
2329
2367
  :tags)
2368
+ SENSITIVE = []
2330
2369
  include Aws::Structure
2331
2370
  end
2332
2371
 
@@ -2341,6 +2380,7 @@ module Aws::RDS
2341
2380
  #
2342
2381
  class CreateDBClusterSnapshotResult < Struct.new(
2343
2382
  :db_cluster_snapshot)
2383
+ SENSITIVE = []
2344
2384
  include Aws::Structure
2345
2385
  end
2346
2386
 
@@ -3361,6 +3401,7 @@ module Aws::RDS
3361
3401
  :processor_features,
3362
3402
  :deletion_protection,
3363
3403
  :max_allocated_storage)
3404
+ SENSITIVE = []
3364
3405
  include Aws::Structure
3365
3406
  end
3366
3407
 
@@ -3879,6 +3920,7 @@ module Aws::RDS
3879
3920
  :domain_iam_role_name,
3880
3921
  :destination_region,
3881
3922
  :source_region)
3923
+ SENSITIVE = []
3882
3924
  include Aws::Structure
3883
3925
  end
3884
3926
 
@@ -3893,6 +3935,7 @@ module Aws::RDS
3893
3935
  #
3894
3936
  class CreateDBInstanceReadReplicaResult < Struct.new(
3895
3937
  :db_instance)
3938
+ SENSITIVE = []
3896
3939
  include Aws::Structure
3897
3940
  end
3898
3941
 
@@ -3907,6 +3950,7 @@ module Aws::RDS
3907
3950
  #
3908
3951
  class CreateDBInstanceResult < Struct.new(
3909
3952
  :db_instance)
3953
+ SENSITIVE = []
3910
3954
  include Aws::Structure
3911
3955
  end
3912
3956
 
@@ -3973,6 +4017,7 @@ module Aws::RDS
3973
4017
  :db_parameter_group_family,
3974
4018
  :description,
3975
4019
  :tags)
4020
+ SENSITIVE = []
3976
4021
  include Aws::Structure
3977
4022
  end
3978
4023
 
@@ -3987,6 +4032,7 @@ module Aws::RDS
3987
4032
  #
3988
4033
  class CreateDBParameterGroupResult < Struct.new(
3989
4034
  :db_parameter_group)
4035
+ SENSITIVE = []
3990
4036
  include Aws::Structure
3991
4037
  end
3992
4038
 
@@ -4093,6 +4139,7 @@ module Aws::RDS
4093
4139
  :idle_client_timeout,
4094
4140
  :debug_logging,
4095
4141
  :tags)
4142
+ SENSITIVE = []
4096
4143
  include Aws::Structure
4097
4144
  end
4098
4145
 
@@ -4104,6 +4151,7 @@ module Aws::RDS
4104
4151
  #
4105
4152
  class CreateDBProxyResponse < Struct.new(
4106
4153
  :db_proxy)
4154
+ SENSITIVE = []
4107
4155
  include Aws::Structure
4108
4156
  end
4109
4157
 
@@ -4152,6 +4200,7 @@ module Aws::RDS
4152
4200
  :db_security_group_name,
4153
4201
  :db_security_group_description,
4154
4202
  :tags)
4203
+ SENSITIVE = []
4155
4204
  include Aws::Structure
4156
4205
  end
4157
4206
 
@@ -4166,6 +4215,7 @@ module Aws::RDS
4166
4215
  #
4167
4216
  class CreateDBSecurityGroupResult < Struct.new(
4168
4217
  :db_security_group)
4218
+ SENSITIVE = []
4169
4219
  include Aws::Structure
4170
4220
  end
4171
4221
 
@@ -4225,6 +4275,7 @@ module Aws::RDS
4225
4275
  :db_snapshot_identifier,
4226
4276
  :db_instance_identifier,
4227
4277
  :tags)
4278
+ SENSITIVE = []
4228
4279
  include Aws::Structure
4229
4280
  end
4230
4281
 
@@ -4239,6 +4290,7 @@ module Aws::RDS
4239
4290
  #
4240
4291
  class CreateDBSnapshotResult < Struct.new(
4241
4292
  :db_snapshot)
4293
+ SENSITIVE = []
4242
4294
  include Aws::Structure
4243
4295
  end
4244
4296
 
@@ -4286,6 +4338,7 @@ module Aws::RDS
4286
4338
  :db_subnet_group_description,
4287
4339
  :subnet_ids,
4288
4340
  :tags)
4341
+ SENSITIVE = []
4289
4342
  include Aws::Structure
4290
4343
  end
4291
4344
 
@@ -4300,6 +4353,7 @@ module Aws::RDS
4300
4353
  #
4301
4354
  class CreateDBSubnetGroupResult < Struct.new(
4302
4355
  :db_subnet_group)
4356
+ SENSITIVE = []
4303
4357
  include Aws::Structure
4304
4358
  end
4305
4359
 
@@ -4403,6 +4457,7 @@ module Aws::RDS
4403
4457
  :source_ids,
4404
4458
  :enabled,
4405
4459
  :tags)
4460
+ SENSITIVE = []
4406
4461
  include Aws::Structure
4407
4462
  end
4408
4463
 
@@ -4415,6 +4470,7 @@ module Aws::RDS
4415
4470
  #
4416
4471
  class CreateEventSubscriptionResult < Struct.new(
4417
4472
  :event_subscription)
4473
+ SENSITIVE = []
4418
4474
  include Aws::Structure
4419
4475
  end
4420
4476
 
@@ -4475,6 +4531,7 @@ module Aws::RDS
4475
4531
  :deletion_protection,
4476
4532
  :database_name,
4477
4533
  :storage_encrypted)
4534
+ SENSITIVE = []
4478
4535
  include Aws::Structure
4479
4536
  end
4480
4537
 
@@ -4486,6 +4543,7 @@ module Aws::RDS
4486
4543
  #
4487
4544
  class CreateGlobalClusterResult < Struct.new(
4488
4545
  :global_cluster)
4546
+ SENSITIVE = []
4489
4547
  include Aws::Structure
4490
4548
  end
4491
4549
 
@@ -4545,6 +4603,7 @@ module Aws::RDS
4545
4603
  :major_engine_version,
4546
4604
  :option_group_description,
4547
4605
  :tags)
4606
+ SENSITIVE = []
4548
4607
  include Aws::Structure
4549
4608
  end
4550
4609
 
@@ -4555,6 +4614,7 @@ module Aws::RDS
4555
4614
  #
4556
4615
  class CreateOptionGroupResult < Struct.new(
4557
4616
  :option_group)
4617
+ SENSITIVE = []
4558
4618
  include Aws::Structure
4559
4619
  end
4560
4620
 
@@ -4595,6 +4655,7 @@ module Aws::RDS
4595
4655
  :custom_availability_zone_name,
4596
4656
  :custom_availability_zone_status,
4597
4657
  :vpn_details)
4658
+ SENSITIVE = []
4598
4659
  include Aws::Structure
4599
4660
  end
4600
4661
 
@@ -4621,6 +4682,7 @@ module Aws::RDS
4621
4682
  class CustomAvailabilityZoneMessage < Struct.new(
4622
4683
  :marker,
4623
4684
  :custom_availability_zones)
4685
+ SENSITIVE = []
4624
4686
  include Aws::Structure
4625
4687
  end
4626
4688
 
@@ -5027,6 +5089,7 @@ module Aws::RDS
5027
5089
  :domain_memberships,
5028
5090
  :global_write_forwarding_status,
5029
5091
  :global_write_forwarding_requested)
5092
+ SENSITIVE = []
5030
5093
  include Aws::Structure
5031
5094
  end
5032
5095
 
@@ -5086,6 +5149,7 @@ module Aws::RDS
5086
5149
  :backtracked_from,
5087
5150
  :backtrack_request_creation_time,
5088
5151
  :status)
5152
+ SENSITIVE = []
5089
5153
  include Aws::Structure
5090
5154
  end
5091
5155
 
@@ -5106,6 +5170,7 @@ module Aws::RDS
5106
5170
  class DBClusterBacktrackMessage < Struct.new(
5107
5171
  :marker,
5108
5172
  :db_cluster_backtracks)
5173
+ SENSITIVE = []
5109
5174
  include Aws::Structure
5110
5175
  end
5111
5176
 
@@ -5147,6 +5212,7 @@ module Aws::RDS
5147
5212
  :current_capacity,
5148
5213
  :seconds_before_timeout,
5149
5214
  :timeout_action)
5215
+ SENSITIVE = []
5150
5216
  include Aws::Structure
5151
5217
  end
5152
5218
 
@@ -5227,6 +5293,7 @@ module Aws::RDS
5227
5293
  :static_members,
5228
5294
  :excluded_members,
5229
5295
  :db_cluster_endpoint_arn)
5296
+ SENSITIVE = []
5230
5297
  include Aws::Structure
5231
5298
  end
5232
5299
 
@@ -5254,6 +5321,7 @@ module Aws::RDS
5254
5321
  class DBClusterEndpointMessage < Struct.new(
5255
5322
  :marker,
5256
5323
  :db_cluster_endpoints)
5324
+ SENSITIVE = []
5257
5325
  include Aws::Structure
5258
5326
  end
5259
5327
 
@@ -5303,6 +5371,7 @@ module Aws::RDS
5303
5371
  :is_cluster_writer,
5304
5372
  :db_cluster_parameter_group_status,
5305
5373
  :promotion_tier)
5374
+ SENSITIVE = []
5306
5375
  include Aws::Structure
5307
5376
  end
5308
5377
 
@@ -5323,6 +5392,7 @@ module Aws::RDS
5323
5392
  class DBClusterMessage < Struct.new(
5324
5393
  :marker,
5325
5394
  :db_clusters)
5395
+ SENSITIVE = []
5326
5396
  include Aws::Structure
5327
5397
  end
5328
5398
 
@@ -5347,6 +5417,7 @@ module Aws::RDS
5347
5417
  class DBClusterOptionGroupStatus < Struct.new(
5348
5418
  :db_cluster_option_group_name,
5349
5419
  :status)
5420
+ SENSITIVE = []
5350
5421
  include Aws::Structure
5351
5422
  end
5352
5423
 
@@ -5380,6 +5451,7 @@ module Aws::RDS
5380
5451
  :db_parameter_group_family,
5381
5452
  :description,
5382
5453
  :db_cluster_parameter_group_arn)
5454
+ SENSITIVE = []
5383
5455
  include Aws::Structure
5384
5456
  end
5385
5457
 
@@ -5402,6 +5474,7 @@ module Aws::RDS
5402
5474
  class DBClusterParameterGroupDetails < Struct.new(
5403
5475
  :parameters,
5404
5476
  :marker)
5477
+ SENSITIVE = []
5405
5478
  include Aws::Structure
5406
5479
  end
5407
5480
 
@@ -5425,6 +5498,7 @@ module Aws::RDS
5425
5498
  #
5426
5499
  class DBClusterParameterGroupNameMessage < Struct.new(
5427
5500
  :db_cluster_parameter_group_name)
5501
+ SENSITIVE = []
5428
5502
  include Aws::Structure
5429
5503
  end
5430
5504
 
@@ -5451,6 +5525,7 @@ module Aws::RDS
5451
5525
  class DBClusterParameterGroupsMessage < Struct.new(
5452
5526
  :marker,
5453
5527
  :db_cluster_parameter_groups)
5528
+ SENSITIVE = []
5454
5529
  include Aws::Structure
5455
5530
  end
5456
5531
 
@@ -5496,6 +5571,7 @@ module Aws::RDS
5496
5571
  :role_arn,
5497
5572
  :status,
5498
5573
  :feature_name)
5574
+ SENSITIVE = []
5499
5575
  include Aws::Structure
5500
5576
  end
5501
5577
 
@@ -5639,6 +5715,7 @@ module Aws::RDS
5639
5715
  :db_cluster_snapshot_arn,
5640
5716
  :source_db_cluster_snapshot_arn,
5641
5717
  :iam_database_authentication_enabled)
5718
+ SENSITIVE = []
5642
5719
  include Aws::Structure
5643
5720
  end
5644
5721
 
@@ -5679,6 +5756,7 @@ module Aws::RDS
5679
5756
  class DBClusterSnapshotAttribute < Struct.new(
5680
5757
  :attribute_name,
5681
5758
  :attribute_values)
5759
+ SENSITIVE = []
5682
5760
  include Aws::Structure
5683
5761
  end
5684
5762
 
@@ -5704,6 +5782,7 @@ module Aws::RDS
5704
5782
  class DBClusterSnapshotAttributesResult < Struct.new(
5705
5783
  :db_cluster_snapshot_identifier,
5706
5784
  :db_cluster_snapshot_attributes)
5785
+ SENSITIVE = []
5707
5786
  include Aws::Structure
5708
5787
  end
5709
5788
 
@@ -5726,6 +5805,7 @@ module Aws::RDS
5726
5805
  class DBClusterSnapshotMessage < Struct.new(
5727
5806
  :marker,
5728
5807
  :db_cluster_snapshots)
5808
+ SENSITIVE = []
5729
5809
  include Aws::Structure
5730
5810
  end
5731
5811
 
@@ -5838,6 +5918,7 @@ module Aws::RDS
5838
5918
  :supported_engine_modes,
5839
5919
  :supported_feature_names,
5840
5920
  :status)
5921
+ SENSITIVE = []
5841
5922
  include Aws::Structure
5842
5923
  end
5843
5924
 
@@ -5859,6 +5940,7 @@ module Aws::RDS
5859
5940
  class DBEngineVersionMessage < Struct.new(
5860
5941
  :marker,
5861
5942
  :db_engine_versions)
5943
+ SENSITIVE = []
5862
5944
  include Aws::Structure
5863
5945
  end
5864
5946
 
@@ -6287,6 +6369,7 @@ module Aws::RDS
6287
6369
  :associated_roles,
6288
6370
  :listener_endpoint,
6289
6371
  :max_allocated_storage)
6372
+ SENSITIVE = []
6290
6373
  include Aws::Structure
6291
6374
  end
6292
6375
 
@@ -6444,6 +6527,7 @@ module Aws::RDS
6444
6527
  :kms_key_id,
6445
6528
  :timezone,
6446
6529
  :iam_database_authentication_enabled)
6530
+ SENSITIVE = []
6447
6531
  include Aws::Structure
6448
6532
  end
6449
6533
 
@@ -6465,6 +6549,7 @@ module Aws::RDS
6465
6549
  class DBInstanceAutomatedBackupMessage < Struct.new(
6466
6550
  :marker,
6467
6551
  :db_instance_automated_backups)
6552
+ SENSITIVE = []
6468
6553
  include Aws::Structure
6469
6554
  end
6470
6555
 
@@ -6500,6 +6585,7 @@ module Aws::RDS
6500
6585
  class DBInstanceMessage < Struct.new(
6501
6586
  :marker,
6502
6587
  :db_instances)
6588
+ SENSITIVE = []
6503
6589
  include Aws::Structure
6504
6590
  end
6505
6591
 
@@ -6544,6 +6630,7 @@ module Aws::RDS
6544
6630
  :role_arn,
6545
6631
  :feature_name,
6546
6632
  :status)
6633
+ SENSITIVE = []
6547
6634
  include Aws::Structure
6548
6635
  end
6549
6636
 
@@ -6597,6 +6684,7 @@ module Aws::RDS
6597
6684
  :normal,
6598
6685
  :status,
6599
6686
  :message)
6687
+ SENSITIVE = []
6600
6688
  include Aws::Structure
6601
6689
  end
6602
6690
 
@@ -6636,6 +6724,7 @@ module Aws::RDS
6636
6724
  :db_parameter_group_family,
6637
6725
  :description,
6638
6726
  :db_parameter_group_arn)
6727
+ SENSITIVE = []
6639
6728
  include Aws::Structure
6640
6729
  end
6641
6730
 
@@ -6663,6 +6752,7 @@ module Aws::RDS
6663
6752
  class DBParameterGroupDetails < Struct.new(
6664
6753
  :parameters,
6665
6754
  :marker)
6755
+ SENSITIVE = []
6666
6756
  include Aws::Structure
6667
6757
  end
6668
6758
 
@@ -6677,6 +6767,7 @@ module Aws::RDS
6677
6767
  #
6678
6768
  class DBParameterGroupNameMessage < Struct.new(
6679
6769
  :db_parameter_group_name)
6770
+ SENSITIVE = []
6680
6771
  include Aws::Structure
6681
6772
  end
6682
6773
 
@@ -6723,6 +6814,7 @@ module Aws::RDS
6723
6814
  class DBParameterGroupStatus < Struct.new(
6724
6815
  :db_parameter_group_name,
6725
6816
  :parameter_apply_status)
6817
+ SENSITIVE = []
6726
6818
  include Aws::Structure
6727
6819
  end
6728
6820
 
@@ -6744,6 +6836,7 @@ module Aws::RDS
6744
6836
  class DBParameterGroupsMessage < Struct.new(
6745
6837
  :marker,
6746
6838
  :db_parameter_groups)
6839
+ SENSITIVE = []
6747
6840
  include Aws::Structure
6748
6841
  end
6749
6842
 
@@ -6854,6 +6947,7 @@ module Aws::RDS
6854
6947
  :debug_logging,
6855
6948
  :created_date,
6856
6949
  :updated_date)
6950
+ SENSITIVE = []
6857
6951
  include Aws::Structure
6858
6952
  end
6859
6953
 
@@ -6935,6 +7029,7 @@ module Aws::RDS
6935
7029
  :port,
6936
7030
  :type,
6937
7031
  :target_health)
7032
+ SENSITIVE = []
6938
7033
  include Aws::Structure
6939
7034
  end
6940
7035
 
@@ -7009,6 +7104,7 @@ module Aws::RDS
7009
7104
  :connection_pool_config,
7010
7105
  :created_date,
7011
7106
  :updated_date)
7107
+ SENSITIVE = []
7012
7108
  include Aws::Structure
7013
7109
  end
7014
7110
 
@@ -7069,6 +7165,7 @@ module Aws::RDS
7069
7165
  :ec2_security_groups,
7070
7166
  :ip_ranges,
7071
7167
  :db_security_group_arn)
7168
+ SENSITIVE = []
7072
7169
  include Aws::Structure
7073
7170
  end
7074
7171
 
@@ -7102,6 +7199,7 @@ module Aws::RDS
7102
7199
  class DBSecurityGroupMembership < Struct.new(
7103
7200
  :db_security_group_name,
7104
7201
  :status)
7202
+ SENSITIVE = []
7105
7203
  include Aws::Structure
7106
7204
  end
7107
7205
 
@@ -7123,6 +7221,7 @@ module Aws::RDS
7123
7221
  class DBSecurityGroupMessage < Struct.new(
7124
7222
  :marker,
7125
7223
  :db_security_groups)
7224
+ SENSITIVE = []
7126
7225
  include Aws::Structure
7127
7226
  end
7128
7227
 
@@ -7310,6 +7409,7 @@ module Aws::RDS
7310
7409
  :iam_database_authentication_enabled,
7311
7410
  :processor_features,
7312
7411
  :dbi_resource_id)
7412
+ SENSITIVE = []
7313
7413
  include Aws::Structure
7314
7414
  end
7315
7415
 
@@ -7349,6 +7449,7 @@ module Aws::RDS
7349
7449
  class DBSnapshotAttribute < Struct.new(
7350
7450
  :attribute_name,
7351
7451
  :attribute_values)
7452
+ SENSITIVE = []
7352
7453
  include Aws::Structure
7353
7454
  end
7354
7455
 
@@ -7373,6 +7474,7 @@ module Aws::RDS
7373
7474
  class DBSnapshotAttributesResult < Struct.new(
7374
7475
  :db_snapshot_identifier,
7375
7476
  :db_snapshot_attributes)
7477
+ SENSITIVE = []
7376
7478
  include Aws::Structure
7377
7479
  end
7378
7480
 
@@ -7394,6 +7496,7 @@ module Aws::RDS
7394
7496
  class DBSnapshotMessage < Struct.new(
7395
7497
  :marker,
7396
7498
  :db_snapshots)
7499
+ SENSITIVE = []
7397
7500
  include Aws::Structure
7398
7501
  end
7399
7502
 
@@ -7441,6 +7544,7 @@ module Aws::RDS
7441
7544
  :subnet_group_status,
7442
7545
  :subnets,
7443
7546
  :db_subnet_group_arn)
7547
+ SENSITIVE = []
7444
7548
  include Aws::Structure
7445
7549
  end
7446
7550
 
@@ -7475,6 +7579,7 @@ module Aws::RDS
7475
7579
  class DBSubnetGroupMessage < Struct.new(
7476
7580
  :marker,
7477
7581
  :db_subnet_groups)
7582
+ SENSITIVE = []
7478
7583
  include Aws::Structure
7479
7584
  end
7480
7585
 
@@ -7527,6 +7632,7 @@ module Aws::RDS
7527
7632
  #
7528
7633
  class DeleteCustomAvailabilityZoneMessage < Struct.new(
7529
7634
  :custom_availability_zone_id)
7635
+ SENSITIVE = []
7530
7636
  include Aws::Structure
7531
7637
  end
7532
7638
 
@@ -7546,6 +7652,7 @@ module Aws::RDS
7546
7652
  #
7547
7653
  class DeleteCustomAvailabilityZoneResult < Struct.new(
7548
7654
  :custom_availability_zone)
7655
+ SENSITIVE = []
7549
7656
  include Aws::Structure
7550
7657
  end
7551
7658
 
@@ -7565,6 +7672,7 @@ module Aws::RDS
7565
7672
  #
7566
7673
  class DeleteDBClusterEndpointMessage < Struct.new(
7567
7674
  :db_cluster_endpoint_identifier)
7675
+ SENSITIVE = []
7568
7676
  include Aws::Structure
7569
7677
  end
7570
7678
 
@@ -7627,6 +7735,7 @@ module Aws::RDS
7627
7735
  :db_cluster_identifier,
7628
7736
  :skip_final_snapshot,
7629
7737
  :final_db_snapshot_identifier)
7738
+ SENSITIVE = []
7630
7739
  include Aws::Structure
7631
7740
  end
7632
7741
 
@@ -7653,6 +7762,7 @@ module Aws::RDS
7653
7762
  #
7654
7763
  class DeleteDBClusterParameterGroupMessage < Struct.new(
7655
7764
  :db_cluster_parameter_group_name)
7765
+ SENSITIVE = []
7656
7766
  include Aws::Structure
7657
7767
  end
7658
7768
 
@@ -7667,6 +7777,7 @@ module Aws::RDS
7667
7777
  #
7668
7778
  class DeleteDBClusterResult < Struct.new(
7669
7779
  :db_cluster)
7780
+ SENSITIVE = []
7670
7781
  include Aws::Structure
7671
7782
  end
7672
7783
 
@@ -7688,6 +7799,7 @@ module Aws::RDS
7688
7799
  #
7689
7800
  class DeleteDBClusterSnapshotMessage < Struct.new(
7690
7801
  :db_cluster_snapshot_identifier)
7802
+ SENSITIVE = []
7691
7803
  include Aws::Structure
7692
7804
  end
7693
7805
 
@@ -7702,6 +7814,7 @@ module Aws::RDS
7702
7814
  #
7703
7815
  class DeleteDBClusterSnapshotResult < Struct.new(
7704
7816
  :db_cluster_snapshot)
7817
+ SENSITIVE = []
7705
7818
  include Aws::Structure
7706
7819
  end
7707
7820
 
@@ -7723,6 +7836,7 @@ module Aws::RDS
7723
7836
  #
7724
7837
  class DeleteDBInstanceAutomatedBackupMessage < Struct.new(
7725
7838
  :dbi_resource_id)
7839
+ SENSITIVE = []
7726
7840
  include Aws::Structure
7727
7841
  end
7728
7842
 
@@ -7736,6 +7850,7 @@ module Aws::RDS
7736
7850
  #
7737
7851
  class DeleteDBInstanceAutomatedBackupResult < Struct.new(
7738
7852
  :db_instance_automated_backup)
7853
+ SENSITIVE = []
7739
7854
  include Aws::Structure
7740
7855
  end
7741
7856
 
@@ -7813,6 +7928,7 @@ module Aws::RDS
7813
7928
  :skip_final_snapshot,
7814
7929
  :final_db_snapshot_identifier,
7815
7930
  :delete_automated_backups)
7931
+ SENSITIVE = []
7816
7932
  include Aws::Structure
7817
7933
  end
7818
7934
 
@@ -7827,6 +7943,7 @@ module Aws::RDS
7827
7943
  #
7828
7944
  class DeleteDBInstanceResult < Struct.new(
7829
7945
  :db_instance)
7946
+ SENSITIVE = []
7830
7947
  include Aws::Structure
7831
7948
  end
7832
7949
 
@@ -7853,6 +7970,7 @@ module Aws::RDS
7853
7970
  #
7854
7971
  class DeleteDBParameterGroupMessage < Struct.new(
7855
7972
  :db_parameter_group_name)
7973
+ SENSITIVE = []
7856
7974
  include Aws::Structure
7857
7975
  end
7858
7976
 
@@ -7871,6 +7989,7 @@ module Aws::RDS
7871
7989
  #
7872
7990
  class DeleteDBProxyRequest < Struct.new(
7873
7991
  :db_proxy_name)
7992
+ SENSITIVE = []
7874
7993
  include Aws::Structure
7875
7994
  end
7876
7995
 
@@ -7883,6 +8002,7 @@ module Aws::RDS
7883
8002
  #
7884
8003
  class DeleteDBProxyResponse < Struct.new(
7885
8004
  :db_proxy)
8005
+ SENSITIVE = []
7886
8006
  include Aws::Structure
7887
8007
  end
7888
8008
 
@@ -7915,6 +8035,7 @@ module Aws::RDS
7915
8035
  #
7916
8036
  class DeleteDBSecurityGroupMessage < Struct.new(
7917
8037
  :db_security_group_name)
8038
+ SENSITIVE = []
7918
8039
  include Aws::Structure
7919
8040
  end
7920
8041
 
@@ -7936,6 +8057,7 @@ module Aws::RDS
7936
8057
  #
7937
8058
  class DeleteDBSnapshotMessage < Struct.new(
7938
8059
  :db_snapshot_identifier)
8060
+ SENSITIVE = []
7939
8061
  include Aws::Structure
7940
8062
  end
7941
8063
 
@@ -7950,6 +8072,7 @@ module Aws::RDS
7950
8072
  #
7951
8073
  class DeleteDBSnapshotResult < Struct.new(
7952
8074
  :db_snapshot)
8075
+ SENSITIVE = []
7953
8076
  include Aws::Structure
7954
8077
  end
7955
8078
 
@@ -7979,6 +8102,7 @@ module Aws::RDS
7979
8102
  #
7980
8103
  class DeleteDBSubnetGroupMessage < Struct.new(
7981
8104
  :db_subnet_group_name)
8105
+ SENSITIVE = []
7982
8106
  include Aws::Structure
7983
8107
  end
7984
8108
 
@@ -7998,6 +8122,7 @@ module Aws::RDS
7998
8122
  #
7999
8123
  class DeleteEventSubscriptionMessage < Struct.new(
8000
8124
  :subscription_name)
8125
+ SENSITIVE = []
8001
8126
  include Aws::Structure
8002
8127
  end
8003
8128
 
@@ -8010,6 +8135,7 @@ module Aws::RDS
8010
8135
  #
8011
8136
  class DeleteEventSubscriptionResult < Struct.new(
8012
8137
  :event_subscription)
8138
+ SENSITIVE = []
8013
8139
  include Aws::Structure
8014
8140
  end
8015
8141
 
@@ -8028,6 +8154,7 @@ module Aws::RDS
8028
8154
  #
8029
8155
  class DeleteGlobalClusterMessage < Struct.new(
8030
8156
  :global_cluster_identifier)
8157
+ SENSITIVE = []
8031
8158
  include Aws::Structure
8032
8159
  end
8033
8160
 
@@ -8039,6 +8166,7 @@ module Aws::RDS
8039
8166
  #
8040
8167
  class DeleteGlobalClusterResult < Struct.new(
8041
8168
  :global_cluster)
8169
+ SENSITIVE = []
8042
8170
  include Aws::Structure
8043
8171
  end
8044
8172
 
@@ -8057,6 +8185,7 @@ module Aws::RDS
8057
8185
  #
8058
8186
  class DeleteInstallationMediaMessage < Struct.new(
8059
8187
  :installation_media_id)
8188
+ SENSITIVE = []
8060
8189
  include Aws::Structure
8061
8190
  end
8062
8191
 
@@ -8079,6 +8208,7 @@ module Aws::RDS
8079
8208
  #
8080
8209
  class DeleteOptionGroupMessage < Struct.new(
8081
8210
  :option_group_name)
8211
+ SENSITIVE = []
8082
8212
  include Aws::Structure
8083
8213
  end
8084
8214
 
@@ -8116,6 +8246,7 @@ module Aws::RDS
8116
8246
  :target_group_name,
8117
8247
  :db_instance_identifiers,
8118
8248
  :db_cluster_identifiers)
8249
+ SENSITIVE = []
8119
8250
  include Aws::Structure
8120
8251
  end
8121
8252
 
@@ -8185,6 +8316,7 @@ module Aws::RDS
8185
8316
  :filters,
8186
8317
  :max_records,
8187
8318
  :marker)
8319
+ SENSITIVE = []
8188
8320
  include Aws::Structure
8189
8321
  end
8190
8322
 
@@ -8237,6 +8369,7 @@ module Aws::RDS
8237
8369
  :filters,
8238
8370
  :max_records,
8239
8371
  :marker)
8372
+ SENSITIVE = []
8240
8373
  include Aws::Structure
8241
8374
  end
8242
8375
 
@@ -8339,6 +8472,7 @@ module Aws::RDS
8339
8472
  :filters,
8340
8473
  :max_records,
8341
8474
  :marker)
8475
+ SENSITIVE = []
8342
8476
  include Aws::Structure
8343
8477
  end
8344
8478
 
@@ -8410,6 +8544,7 @@ module Aws::RDS
8410
8544
  :filters,
8411
8545
  :max_records,
8412
8546
  :marker)
8547
+ SENSITIVE = []
8413
8548
  include Aws::Structure
8414
8549
  end
8415
8550
 
@@ -8469,6 +8604,7 @@ module Aws::RDS
8469
8604
  :filters,
8470
8605
  :max_records,
8471
8606
  :marker)
8607
+ SENSITIVE = []
8472
8608
  include Aws::Structure
8473
8609
  end
8474
8610
 
@@ -8535,6 +8671,7 @@ module Aws::RDS
8535
8671
  :filters,
8536
8672
  :max_records,
8537
8673
  :marker)
8674
+ SENSITIVE = []
8538
8675
  include Aws::Structure
8539
8676
  end
8540
8677
 
@@ -8554,6 +8691,7 @@ module Aws::RDS
8554
8691
  #
8555
8692
  class DescribeDBClusterSnapshotAttributesMessage < Struct.new(
8556
8693
  :db_cluster_snapshot_identifier)
8694
+ SENSITIVE = []
8557
8695
  include Aws::Structure
8558
8696
  end
8559
8697
 
@@ -8571,6 +8709,7 @@ module Aws::RDS
8571
8709
  #
8572
8710
  class DescribeDBClusterSnapshotAttributesResult < Struct.new(
8573
8711
  :db_cluster_snapshot_attributes_result)
8712
+ SENSITIVE = []
8574
8713
  include Aws::Structure
8575
8714
  end
8576
8715
 
@@ -8717,6 +8856,7 @@ module Aws::RDS
8717
8856
  :marker,
8718
8857
  :include_shared,
8719
8858
  :include_public)
8859
+ SENSITIVE = []
8720
8860
  include Aws::Structure
8721
8861
  end
8722
8862
 
@@ -8791,6 +8931,7 @@ module Aws::RDS
8791
8931
  :max_records,
8792
8932
  :marker,
8793
8933
  :include_shared)
8934
+ SENSITIVE = []
8794
8935
  include Aws::Structure
8795
8936
  end
8796
8937
 
@@ -8900,6 +9041,7 @@ module Aws::RDS
8900
9041
  :list_supported_character_sets,
8901
9042
  :list_supported_timezones,
8902
9043
  :include_all)
9044
+ SENSITIVE = []
8903
9045
  include Aws::Structure
8904
9046
  end
8905
9047
 
@@ -8982,6 +9124,7 @@ module Aws::RDS
8982
9124
  :filters,
8983
9125
  :max_records,
8984
9126
  :marker)
9127
+ SENSITIVE = []
8985
9128
  include Aws::Structure
8986
9129
  end
8987
9130
 
@@ -9063,6 +9206,7 @@ module Aws::RDS
9063
9206
  :filters,
9064
9207
  :max_records,
9065
9208
  :marker)
9209
+ SENSITIVE = []
9066
9210
  include Aws::Structure
9067
9211
  end
9068
9212
 
@@ -9086,6 +9230,7 @@ module Aws::RDS
9086
9230
  :log_file_name,
9087
9231
  :last_written,
9088
9232
  :size)
9233
+ SENSITIVE = []
9089
9234
  include Aws::Structure
9090
9235
  end
9091
9236
 
@@ -9160,6 +9305,7 @@ module Aws::RDS
9160
9305
  :filters,
9161
9306
  :max_records,
9162
9307
  :marker)
9308
+ SENSITIVE = []
9163
9309
  include Aws::Structure
9164
9310
  end
9165
9311
 
@@ -9179,6 +9325,7 @@ module Aws::RDS
9179
9325
  class DescribeDBLogFilesResponse < Struct.new(
9180
9326
  :describe_db_log_files,
9181
9327
  :marker)
9328
+ SENSITIVE = []
9182
9329
  include Aws::Structure
9183
9330
  end
9184
9331
 
@@ -9237,6 +9384,7 @@ module Aws::RDS
9237
9384
  :filters,
9238
9385
  :max_records,
9239
9386
  :marker)
9387
+ SENSITIVE = []
9240
9388
  include Aws::Structure
9241
9389
  end
9242
9390
 
@@ -9304,6 +9452,7 @@ module Aws::RDS
9304
9452
  :filters,
9305
9453
  :max_records,
9306
9454
  :marker)
9455
+ SENSITIVE = []
9307
9456
  include Aws::Structure
9308
9457
  end
9309
9458
 
@@ -9354,6 +9503,7 @@ module Aws::RDS
9354
9503
  :filters,
9355
9504
  :marker,
9356
9505
  :max_records)
9506
+ SENSITIVE = []
9357
9507
  include Aws::Structure
9358
9508
  end
9359
9509
 
@@ -9373,6 +9523,7 @@ module Aws::RDS
9373
9523
  class DescribeDBProxiesResponse < Struct.new(
9374
9524
  :db_proxies,
9375
9525
  :marker)
9526
+ SENSITIVE = []
9376
9527
  include Aws::Structure
9377
9528
  end
9378
9529
 
@@ -9429,6 +9580,7 @@ module Aws::RDS
9429
9580
  :filters,
9430
9581
  :marker,
9431
9582
  :max_records)
9583
+ SENSITIVE = []
9432
9584
  include Aws::Structure
9433
9585
  end
9434
9586
 
@@ -9448,6 +9600,7 @@ module Aws::RDS
9448
9600
  class DescribeDBProxyTargetGroupsResponse < Struct.new(
9449
9601
  :target_groups,
9450
9602
  :marker)
9603
+ SENSITIVE = []
9451
9604
  include Aws::Structure
9452
9605
  end
9453
9606
 
@@ -9504,6 +9657,7 @@ module Aws::RDS
9504
9657
  :filters,
9505
9658
  :marker,
9506
9659
  :max_records)
9660
+ SENSITIVE = []
9507
9661
  include Aws::Structure
9508
9662
  end
9509
9663
 
@@ -9523,6 +9677,7 @@ module Aws::RDS
9523
9677
  class DescribeDBProxyTargetsResponse < Struct.new(
9524
9678
  :targets,
9525
9679
  :marker)
9680
+ SENSITIVE = []
9526
9681
  include Aws::Structure
9527
9682
  end
9528
9683
 
@@ -9574,6 +9729,7 @@ module Aws::RDS
9574
9729
  :filters,
9575
9730
  :max_records,
9576
9731
  :marker)
9732
+ SENSITIVE = []
9577
9733
  include Aws::Structure
9578
9734
  end
9579
9735
 
@@ -9592,6 +9748,7 @@ module Aws::RDS
9592
9748
  #
9593
9749
  class DescribeDBSnapshotAttributesMessage < Struct.new(
9594
9750
  :db_snapshot_identifier)
9751
+ SENSITIVE = []
9595
9752
  include Aws::Structure
9596
9753
  end
9597
9754
 
@@ -9608,6 +9765,7 @@ module Aws::RDS
9608
9765
  #
9609
9766
  class DescribeDBSnapshotAttributesResult < Struct.new(
9610
9767
  :db_snapshot_attributes_result)
9768
+ SENSITIVE = []
9611
9769
  include Aws::Structure
9612
9770
  end
9613
9771
 
@@ -9769,6 +9927,7 @@ module Aws::RDS
9769
9927
  :include_shared,
9770
9928
  :include_public,
9771
9929
  :dbi_resource_id)
9930
+ SENSITIVE = []
9772
9931
  include Aws::Structure
9773
9932
  end
9774
9933
 
@@ -9820,6 +9979,7 @@ module Aws::RDS
9820
9979
  :filters,
9821
9980
  :max_records,
9822
9981
  :marker)
9982
+ SENSITIVE = []
9823
9983
  include Aws::Structure
9824
9984
  end
9825
9985
 
@@ -9872,6 +10032,7 @@ module Aws::RDS
9872
10032
  :filters,
9873
10033
  :max_records,
9874
10034
  :marker)
10035
+ SENSITIVE = []
9875
10036
  include Aws::Structure
9876
10037
  end
9877
10038
 
@@ -9884,6 +10045,7 @@ module Aws::RDS
9884
10045
  #
9885
10046
  class DescribeEngineDefaultClusterParametersResult < Struct.new(
9886
10047
  :engine_defaults)
10048
+ SENSITIVE = []
9887
10049
  include Aws::Structure
9888
10050
  end
9889
10051
 
@@ -9935,6 +10097,7 @@ module Aws::RDS
9935
10097
  :filters,
9936
10098
  :max_records,
9937
10099
  :marker)
10100
+ SENSITIVE = []
9938
10101
  include Aws::Structure
9939
10102
  end
9940
10103
 
@@ -9947,6 +10110,7 @@ module Aws::RDS
9947
10110
  #
9948
10111
  class DescribeEngineDefaultParametersResult < Struct.new(
9949
10112
  :engine_defaults)
10113
+ SENSITIVE = []
9950
10114
  include Aws::Structure
9951
10115
  end
9952
10116
 
@@ -9979,6 +10143,7 @@ module Aws::RDS
9979
10143
  class DescribeEventCategoriesMessage < Struct.new(
9980
10144
  :source_type,
9981
10145
  :filters)
10146
+ SENSITIVE = []
9982
10147
  include Aws::Structure
9983
10148
  end
9984
10149
 
@@ -10031,6 +10196,7 @@ module Aws::RDS
10031
10196
  :filters,
10032
10197
  :max_records,
10033
10198
  :marker)
10199
+ SENSITIVE = []
10034
10200
  include Aws::Structure
10035
10201
  end
10036
10202
 
@@ -10151,6 +10317,7 @@ module Aws::RDS
10151
10317
  :filters,
10152
10318
  :max_records,
10153
10319
  :marker)
10320
+ SENSITIVE = []
10154
10321
  include Aws::Structure
10155
10322
  end
10156
10323
 
@@ -10224,6 +10391,7 @@ module Aws::RDS
10224
10391
  :filters,
10225
10392
  :marker,
10226
10393
  :max_records)
10394
+ SENSITIVE = []
10227
10395
  include Aws::Structure
10228
10396
  end
10229
10397
 
@@ -10291,6 +10459,7 @@ module Aws::RDS
10291
10459
  :filters,
10292
10460
  :max_records,
10293
10461
  :marker)
10462
+ SENSITIVE = []
10294
10463
  include Aws::Structure
10295
10464
  end
10296
10465
 
@@ -10349,6 +10518,7 @@ module Aws::RDS
10349
10518
  :filters,
10350
10519
  :max_records,
10351
10520
  :marker)
10521
+ SENSITIVE = []
10352
10522
  include Aws::Structure
10353
10523
  end
10354
10524
 
@@ -10407,6 +10577,7 @@ module Aws::RDS
10407
10577
  :filters,
10408
10578
  :max_records,
10409
10579
  :marker)
10580
+ SENSITIVE = []
10410
10581
  include Aws::Structure
10411
10582
  end
10412
10583
 
@@ -10474,6 +10645,7 @@ module Aws::RDS
10474
10645
  :max_records,
10475
10646
  :engine_name,
10476
10647
  :major_engine_version)
10648
+ SENSITIVE = []
10477
10649
  include Aws::Structure
10478
10650
  end
10479
10651
 
@@ -10565,6 +10737,7 @@ module Aws::RDS
10565
10737
  :filters,
10566
10738
  :max_records,
10567
10739
  :marker)
10740
+ SENSITIVE = []
10568
10741
  include Aws::Structure
10569
10742
  end
10570
10743
 
@@ -10628,6 +10801,7 @@ module Aws::RDS
10628
10801
  :filters,
10629
10802
  :marker,
10630
10803
  :max_records)
10804
+ SENSITIVE = []
10631
10805
  include Aws::Structure
10632
10806
  end
10633
10807
 
@@ -10739,6 +10913,7 @@ module Aws::RDS
10739
10913
  :filters,
10740
10914
  :max_records,
10741
10915
  :marker)
10916
+ SENSITIVE = []
10742
10917
  include Aws::Structure
10743
10918
  end
10744
10919
 
@@ -10838,6 +11013,7 @@ module Aws::RDS
10838
11013
  :filters,
10839
11014
  :max_records,
10840
11015
  :marker)
11016
+ SENSITIVE = []
10841
11017
  include Aws::Structure
10842
11018
  end
10843
11019
 
@@ -10895,6 +11071,7 @@ module Aws::RDS
10895
11071
  :max_records,
10896
11072
  :marker,
10897
11073
  :filters)
11074
+ SENSITIVE = []
10898
11075
  include Aws::Structure
10899
11076
  end
10900
11077
 
@@ -10913,6 +11090,7 @@ module Aws::RDS
10913
11090
  #
10914
11091
  class DescribeValidDBInstanceModificationsMessage < Struct.new(
10915
11092
  :db_instance_identifier)
11093
+ SENSITIVE = []
10916
11094
  include Aws::Structure
10917
11095
  end
10918
11096
 
@@ -10927,6 +11105,7 @@ module Aws::RDS
10927
11105
  #
10928
11106
  class DescribeValidDBInstanceModificationsResult < Struct.new(
10929
11107
  :valid_db_instance_modifications_message)
11108
+ SENSITIVE = []
10930
11109
  include Aws::Structure
10931
11110
  end
10932
11111
 
@@ -10959,6 +11138,7 @@ module Aws::RDS
10959
11138
  :status,
10960
11139
  :fqdn,
10961
11140
  :iam_role_name)
11141
+ SENSITIVE = []
10962
11142
  include Aws::Structure
10963
11143
  end
10964
11144
 
@@ -10983,6 +11163,7 @@ module Aws::RDS
10983
11163
  class DoubleRange < Struct.new(
10984
11164
  :from,
10985
11165
  :to)
11166
+ SENSITIVE = []
10986
11167
  include Aws::Structure
10987
11168
  end
10988
11169
 
@@ -11009,6 +11190,7 @@ module Aws::RDS
11009
11190
  :log_file_data,
11010
11191
  :marker,
11011
11192
  :additional_data_pending)
11193
+ SENSITIVE = []
11012
11194
  include Aws::Structure
11013
11195
  end
11014
11196
 
@@ -11077,6 +11259,7 @@ module Aws::RDS
11077
11259
  :log_file_name,
11078
11260
  :marker,
11079
11261
  :number_of_lines)
11262
+ SENSITIVE = []
11080
11263
  include Aws::Structure
11081
11264
  end
11082
11265
 
@@ -11113,6 +11296,7 @@ module Aws::RDS
11113
11296
  :ec2_security_group_name,
11114
11297
  :ec2_security_group_id,
11115
11298
  :ec2_security_group_owner_id)
11299
+ SENSITIVE = []
11116
11300
  include Aws::Structure
11117
11301
  end
11118
11302
 
@@ -11148,6 +11332,7 @@ module Aws::RDS
11148
11332
  :address,
11149
11333
  :port,
11150
11334
  :hosted_zone_id)
11335
+ SENSITIVE = []
11151
11336
  include Aws::Structure
11152
11337
  end
11153
11338
 
@@ -11176,6 +11361,7 @@ module Aws::RDS
11176
11361
  :db_parameter_group_family,
11177
11362
  :marker,
11178
11363
  :parameters)
11364
+ SENSITIVE = []
11179
11365
  include Aws::Structure
11180
11366
  end
11181
11367
 
@@ -11215,6 +11401,7 @@ module Aws::RDS
11215
11401
  :event_categories,
11216
11402
  :date,
11217
11403
  :source_arn)
11404
+ SENSITIVE = []
11218
11405
  include Aws::Structure
11219
11406
  end
11220
11407
 
@@ -11234,6 +11421,7 @@ module Aws::RDS
11234
11421
  class EventCategoriesMap < Struct.new(
11235
11422
  :source_type,
11236
11423
  :event_categories)
11424
+ SENSITIVE = []
11237
11425
  include Aws::Structure
11238
11426
  end
11239
11427
 
@@ -11247,6 +11435,7 @@ module Aws::RDS
11247
11435
  #
11248
11436
  class EventCategoriesMessage < Struct.new(
11249
11437
  :event_categories_map_list)
11438
+ SENSITIVE = []
11250
11439
  include Aws::Structure
11251
11440
  end
11252
11441
 
@@ -11319,6 +11508,7 @@ module Aws::RDS
11319
11508
  :event_categories_list,
11320
11509
  :enabled,
11321
11510
  :event_subscription_arn)
11511
+ SENSITIVE = []
11322
11512
  include Aws::Structure
11323
11513
  end
11324
11514
 
@@ -11346,6 +11536,7 @@ module Aws::RDS
11346
11536
  class EventSubscriptionsMessage < Struct.new(
11347
11537
  :marker,
11348
11538
  :event_subscriptions_list)
11539
+ SENSITIVE = []
11349
11540
  include Aws::Structure
11350
11541
  end
11351
11542
 
@@ -11367,6 +11558,7 @@ module Aws::RDS
11367
11558
  class EventsMessage < Struct.new(
11368
11559
  :marker,
11369
11560
  :events)
11561
+ SENSITIVE = []
11370
11562
  include Aws::Structure
11371
11563
  end
11372
11564
 
@@ -11476,6 +11668,7 @@ module Aws::RDS
11476
11668
  :total_extracted_data_in_gb,
11477
11669
  :failure_cause,
11478
11670
  :warning_message)
11671
+ SENSITIVE = []
11479
11672
  include Aws::Structure
11480
11673
  end
11481
11674
 
@@ -11506,6 +11699,7 @@ module Aws::RDS
11506
11699
  class ExportTasksMessage < Struct.new(
11507
11700
  :marker,
11508
11701
  :export_tasks)
11702
+ SENSITIVE = []
11509
11703
  include Aws::Structure
11510
11704
  end
11511
11705
 
@@ -11540,6 +11734,7 @@ module Aws::RDS
11540
11734
  class FailoverDBClusterMessage < Struct.new(
11541
11735
  :db_cluster_identifier,
11542
11736
  :target_db_instance_identifier)
11737
+ SENSITIVE = []
11543
11738
  include Aws::Structure
11544
11739
  end
11545
11740
 
@@ -11554,6 +11749,7 @@ module Aws::RDS
11554
11749
  #
11555
11750
  class FailoverDBClusterResult < Struct.new(
11556
11751
  :db_cluster)
11752
+ SENSITIVE = []
11557
11753
  include Aws::Structure
11558
11754
  end
11559
11755
 
@@ -11600,6 +11796,7 @@ module Aws::RDS
11600
11796
  class Filter < Struct.new(
11601
11797
  :name,
11602
11798
  :values)
11799
+ SENSITIVE = []
11603
11800
  include Aws::Structure
11604
11801
  end
11605
11802
 
@@ -11663,6 +11860,7 @@ module Aws::RDS
11663
11860
  :storage_encrypted,
11664
11861
  :deletion_protection,
11665
11862
  :global_cluster_members)
11863
+ SENSITIVE = []
11666
11864
  include Aws::Structure
11667
11865
  end
11668
11866
 
@@ -11701,6 +11899,7 @@ module Aws::RDS
11701
11899
  :readers,
11702
11900
  :is_writer,
11703
11901
  :global_write_forwarding_status)
11902
+ SENSITIVE = []
11704
11903
  include Aws::Structure
11705
11904
  end
11706
11905
 
@@ -11728,6 +11927,7 @@ module Aws::RDS
11728
11927
  class GlobalClustersMessage < Struct.new(
11729
11928
  :marker,
11730
11929
  :global_clusters)
11930
+ SENSITIVE = []
11731
11931
  include Aws::Structure
11732
11932
  end
11733
11933
 
@@ -11748,6 +11948,7 @@ module Aws::RDS
11748
11948
  class IPRange < Struct.new(
11749
11949
  :status,
11750
11950
  :cidrip)
11951
+ SENSITIVE = []
11751
11952
  include Aws::Structure
11752
11953
  end
11753
11954
 
@@ -11838,6 +12039,7 @@ module Aws::RDS
11838
12039
  :engine_version,
11839
12040
  :engine_installation_media_path,
11840
12041
  :os_installation_media_path)
12042
+ SENSITIVE = []
11841
12043
  include Aws::Structure
11842
12044
  end
11843
12045
 
@@ -11889,6 +12091,7 @@ module Aws::RDS
11889
12091
  :os_installation_media_path,
11890
12092
  :status,
11891
12093
  :failure_cause)
12094
+ SENSITIVE = []
11892
12095
  include Aws::Structure
11893
12096
  end
11894
12097
 
@@ -11910,6 +12113,7 @@ module Aws::RDS
11910
12113
  #
11911
12114
  class InstallationMediaFailureCause < Struct.new(
11912
12115
  :message)
12116
+ SENSITIVE = []
11913
12117
  include Aws::Structure
11914
12118
  end
11915
12119
 
@@ -11929,6 +12133,7 @@ module Aws::RDS
11929
12133
  class InstallationMediaMessage < Struct.new(
11930
12134
  :marker,
11931
12135
  :installation_media)
12136
+ SENSITIVE = []
11932
12137
  include Aws::Structure
11933
12138
  end
11934
12139
 
@@ -12158,6 +12363,7 @@ module Aws::RDS
12158
12363
  class ListTagsForResourceMessage < Struct.new(
12159
12364
  :resource_name,
12160
12365
  :filters)
12366
+ SENSITIVE = []
12161
12367
  include Aws::Structure
12162
12368
  end
12163
12369
 
@@ -12177,6 +12383,7 @@ module Aws::RDS
12177
12383
  class MinimumEngineVersionPerAllowedValue < Struct.new(
12178
12384
  :allowed_value,
12179
12385
  :minimum_engine_version)
12386
+ SENSITIVE = []
12180
12387
  include Aws::Structure
12181
12388
  end
12182
12389
 
@@ -12207,6 +12414,7 @@ module Aws::RDS
12207
12414
  class ModifyCertificatesMessage < Struct.new(
12208
12415
  :certificate_identifier,
12209
12416
  :remove_customer_override)
12417
+ SENSITIVE = []
12210
12418
  include Aws::Structure
12211
12419
  end
12212
12420
 
@@ -12218,6 +12426,7 @@ module Aws::RDS
12218
12426
  #
12219
12427
  class ModifyCertificatesResult < Struct.new(
12220
12428
  :certificate)
12429
+ SENSITIVE = []
12221
12430
  include Aws::Structure
12222
12431
  end
12223
12432
 
@@ -12285,6 +12494,7 @@ module Aws::RDS
12285
12494
  :capacity,
12286
12495
  :seconds_before_timeout,
12287
12496
  :timeout_action)
12497
+ SENSITIVE = []
12288
12498
  include Aws::Structure
12289
12499
  end
12290
12500
 
@@ -12326,6 +12536,7 @@ module Aws::RDS
12326
12536
  :endpoint_type,
12327
12537
  :static_members,
12328
12538
  :excluded_members)
12539
+ SENSITIVE = []
12329
12540
  include Aws::Structure
12330
12541
  end
12331
12542
 
@@ -12682,6 +12893,7 @@ module Aws::RDS
12682
12893
  :enable_http_endpoint,
12683
12894
  :copy_tags_to_snapshot,
12684
12895
  :enable_global_write_forwarding)
12896
+ SENSITIVE = []
12685
12897
  include Aws::Structure
12686
12898
  end
12687
12899
 
@@ -12720,6 +12932,7 @@ module Aws::RDS
12720
12932
  class ModifyDBClusterParameterGroupMessage < Struct.new(
12721
12933
  :db_cluster_parameter_group_name,
12722
12934
  :parameters)
12935
+ SENSITIVE = []
12723
12936
  include Aws::Structure
12724
12937
  end
12725
12938
 
@@ -12734,6 +12947,7 @@ module Aws::RDS
12734
12947
  #
12735
12948
  class ModifyDBClusterResult < Struct.new(
12736
12949
  :db_cluster)
12950
+ SENSITIVE = []
12737
12951
  include Aws::Structure
12738
12952
  end
12739
12953
 
@@ -12796,6 +13010,7 @@ module Aws::RDS
12796
13010
  :attribute_name,
12797
13011
  :values_to_add,
12798
13012
  :values_to_remove)
13013
+ SENSITIVE = []
12799
13014
  include Aws::Structure
12800
13015
  end
12801
13016
 
@@ -12813,6 +13028,7 @@ module Aws::RDS
12813
13028
  #
12814
13029
  class ModifyDBClusterSnapshotAttributeResult < Struct.new(
12815
13030
  :db_cluster_snapshot_attributes_result)
13031
+ SENSITIVE = []
12816
13032
  include Aws::Structure
12817
13033
  end
12818
13034
 
@@ -13589,6 +13805,7 @@ module Aws::RDS
13589
13805
  :deletion_protection,
13590
13806
  :max_allocated_storage,
13591
13807
  :certificate_rotation_restart)
13808
+ SENSITIVE = []
13592
13809
  include Aws::Structure
13593
13810
  end
13594
13811
 
@@ -13603,6 +13820,7 @@ module Aws::RDS
13603
13820
  #
13604
13821
  class ModifyDBInstanceResult < Struct.new(
13605
13822
  :db_instance)
13823
+ SENSITIVE = []
13606
13824
  include Aws::Structure
13607
13825
  end
13608
13826
 
@@ -13661,6 +13879,7 @@ module Aws::RDS
13661
13879
  class ModifyDBParameterGroupMessage < Struct.new(
13662
13880
  :db_parameter_group_name,
13663
13881
  :parameters)
13882
+ SENSITIVE = []
13664
13883
  include Aws::Structure
13665
13884
  end
13666
13885
 
@@ -13744,6 +13963,7 @@ module Aws::RDS
13744
13963
  :debug_logging,
13745
13964
  :role_arn,
13746
13965
  :security_groups)
13966
+ SENSITIVE = []
13747
13967
  include Aws::Structure
13748
13968
  end
13749
13969
 
@@ -13755,6 +13975,7 @@ module Aws::RDS
13755
13975
  #
13756
13976
  class ModifyDBProxyResponse < Struct.new(
13757
13977
  :db_proxy)
13978
+ SENSITIVE = []
13758
13979
  include Aws::Structure
13759
13980
  end
13760
13981
 
@@ -13801,6 +14022,7 @@ module Aws::RDS
13801
14022
  :db_proxy_name,
13802
14023
  :connection_pool_config,
13803
14024
  :new_name)
14025
+ SENSITIVE = []
13804
14026
  include Aws::Structure
13805
14027
  end
13806
14028
 
@@ -13812,6 +14034,7 @@ module Aws::RDS
13812
14034
  #
13813
14035
  class ModifyDBProxyTargetGroupResponse < Struct.new(
13814
14036
  :db_proxy_target_group)
14037
+ SENSITIVE = []
13815
14038
  include Aws::Structure
13816
14039
  end
13817
14040
 
@@ -13872,6 +14095,7 @@ module Aws::RDS
13872
14095
  :attribute_name,
13873
14096
  :values_to_add,
13874
14097
  :values_to_remove)
14098
+ SENSITIVE = []
13875
14099
  include Aws::Structure
13876
14100
  end
13877
14101
 
@@ -13888,6 +14112,7 @@ module Aws::RDS
13888
14112
  #
13889
14113
  class ModifyDBSnapshotAttributeResult < Struct.new(
13890
14114
  :db_snapshot_attributes_result)
14115
+ SENSITIVE = []
13891
14116
  include Aws::Structure
13892
14117
  end
13893
14118
 
@@ -13954,6 +14179,7 @@ module Aws::RDS
13954
14179
  :db_snapshot_identifier,
13955
14180
  :engine_version,
13956
14181
  :option_group_name)
14182
+ SENSITIVE = []
13957
14183
  include Aws::Structure
13958
14184
  end
13959
14185
 
@@ -13968,6 +14194,7 @@ module Aws::RDS
13968
14194
  #
13969
14195
  class ModifyDBSnapshotResult < Struct.new(
13970
14196
  :db_snapshot)
14197
+ SENSITIVE = []
13971
14198
  include Aws::Structure
13972
14199
  end
13973
14200
 
@@ -14004,6 +14231,7 @@ module Aws::RDS
14004
14231
  :db_subnet_group_name,
14005
14232
  :db_subnet_group_description,
14006
14233
  :subnet_ids)
14234
+ SENSITIVE = []
14007
14235
  include Aws::Structure
14008
14236
  end
14009
14237
 
@@ -14018,6 +14246,7 @@ module Aws::RDS
14018
14246
  #
14019
14247
  class ModifyDBSubnetGroupResult < Struct.new(
14020
14248
  :db_subnet_group)
14249
+ SENSITIVE = []
14021
14250
  include Aws::Structure
14022
14251
  end
14023
14252
 
@@ -14075,6 +14304,7 @@ module Aws::RDS
14075
14304
  :source_type,
14076
14305
  :event_categories,
14077
14306
  :enabled)
14307
+ SENSITIVE = []
14078
14308
  include Aws::Structure
14079
14309
  end
14080
14310
 
@@ -14087,6 +14317,7 @@ module Aws::RDS
14087
14317
  #
14088
14318
  class ModifyEventSubscriptionResult < Struct.new(
14089
14319
  :event_subscription)
14320
+ SENSITIVE = []
14090
14321
  include Aws::Structure
14091
14322
  end
14092
14323
 
@@ -14138,6 +14369,7 @@ module Aws::RDS
14138
14369
  :global_cluster_identifier,
14139
14370
  :new_global_cluster_identifier,
14140
14371
  :deletion_protection)
14372
+ SENSITIVE = []
14141
14373
  include Aws::Structure
14142
14374
  end
14143
14375
 
@@ -14149,6 +14381,7 @@ module Aws::RDS
14149
14381
  #
14150
14382
  class ModifyGlobalClusterResult < Struct.new(
14151
14383
  :global_cluster)
14384
+ SENSITIVE = []
14152
14385
  include Aws::Structure
14153
14386
  end
14154
14387
 
@@ -14215,6 +14448,7 @@ module Aws::RDS
14215
14448
  :options_to_include,
14216
14449
  :options_to_remove,
14217
14450
  :apply_immediately)
14451
+ SENSITIVE = []
14218
14452
  include Aws::Structure
14219
14453
  end
14220
14454
 
@@ -14225,6 +14459,7 @@ module Aws::RDS
14225
14459
  #
14226
14460
  class ModifyOptionGroupResult < Struct.new(
14227
14461
  :option_group)
14462
+ SENSITIVE = []
14228
14463
  include Aws::Structure
14229
14464
  end
14230
14465
 
@@ -14280,6 +14515,7 @@ module Aws::RDS
14280
14515
  :option_settings,
14281
14516
  :db_security_group_memberships,
14282
14517
  :vpc_security_group_memberships)
14518
+ SENSITIVE = []
14283
14519
  include Aws::Structure
14284
14520
  end
14285
14521
 
@@ -14344,6 +14580,7 @@ module Aws::RDS
14344
14580
  :db_security_group_memberships,
14345
14581
  :vpc_security_group_memberships,
14346
14582
  :option_settings)
14583
+ SENSITIVE = []
14347
14584
  include Aws::Structure
14348
14585
  end
14349
14586
 
@@ -14399,6 +14636,7 @@ module Aws::RDS
14399
14636
  :allows_vpc_and_non_vpc_instance_memberships,
14400
14637
  :vpc_id,
14401
14638
  :option_group_arn)
14639
+ SENSITIVE = []
14402
14640
  include Aws::Structure
14403
14641
  end
14404
14642
 
@@ -14427,6 +14665,7 @@ module Aws::RDS
14427
14665
  class OptionGroupMembership < Struct.new(
14428
14666
  :option_group_name,
14429
14667
  :status)
14668
+ SENSITIVE = []
14430
14669
  include Aws::Structure
14431
14670
  end
14432
14671
 
@@ -14534,6 +14773,7 @@ module Aws::RDS
14534
14773
  :supports_option_version_downgrade,
14535
14774
  :option_group_option_settings,
14536
14775
  :option_group_option_versions)
14776
+ SENSITIVE = []
14537
14777
  include Aws::Structure
14538
14778
  end
14539
14779
 
@@ -14587,6 +14827,7 @@ module Aws::RDS
14587
14827
  :is_modifiable,
14588
14828
  :is_required,
14589
14829
  :minimum_engine_version_per_allowed_value)
14830
+ SENSITIVE = []
14590
14831
  include Aws::Structure
14591
14832
  end
14592
14833
 
@@ -14605,6 +14846,7 @@ module Aws::RDS
14605
14846
  class OptionGroupOptionsMessage < Struct.new(
14606
14847
  :option_group_options,
14607
14848
  :marker)
14849
+ SENSITIVE = []
14608
14850
  include Aws::Structure
14609
14851
  end
14610
14852
 
@@ -14631,6 +14873,7 @@ module Aws::RDS
14631
14873
  class OptionGroups < Struct.new(
14632
14874
  :option_groups_list,
14633
14875
  :marker)
14876
+ SENSITIVE = []
14634
14877
  include Aws::Structure
14635
14878
  end
14636
14879
 
@@ -14704,6 +14947,7 @@ module Aws::RDS
14704
14947
  :allowed_values,
14705
14948
  :is_modifiable,
14706
14949
  :is_collection)
14950
+ SENSITIVE = []
14707
14951
  include Aws::Structure
14708
14952
  end
14709
14953
 
@@ -14724,6 +14968,7 @@ module Aws::RDS
14724
14968
  class OptionVersion < Struct.new(
14725
14969
  :version,
14726
14970
  :is_default)
14971
+ SENSITIVE = []
14727
14972
  include Aws::Structure
14728
14973
  end
14729
14974
 
@@ -14872,6 +15117,7 @@ module Aws::RDS
14872
15117
  :supported_engine_modes,
14873
15118
  :supports_storage_autoscaling,
14874
15119
  :supports_kerberos_authentication)
15120
+ SENSITIVE = []
14875
15121
  include Aws::Structure
14876
15122
  end
14877
15123
 
@@ -14895,6 +15141,7 @@ module Aws::RDS
14895
15141
  class OrderableDBInstanceOptionsMessage < Struct.new(
14896
15142
  :orderable_db_instance_options,
14897
15143
  :marker)
15144
+ SENSITIVE = []
14898
15145
  include Aws::Structure
14899
15146
  end
14900
15147
 
@@ -14981,6 +15228,7 @@ module Aws::RDS
14981
15228
  :minimum_engine_version,
14982
15229
  :apply_method,
14983
15230
  :supported_engine_modes)
15231
+ SENSITIVE = []
14984
15232
  include Aws::Structure
14985
15233
  end
14986
15234
 
@@ -15004,6 +15252,7 @@ module Aws::RDS
15004
15252
  class PendingCloudwatchLogsExports < Struct.new(
15005
15253
  :log_types_to_enable,
15006
15254
  :log_types_to_disable)
15255
+ SENSITIVE = []
15007
15256
  include Aws::Structure
15008
15257
  end
15009
15258
 
@@ -15055,6 +15304,7 @@ module Aws::RDS
15055
15304
  :opt_in_status,
15056
15305
  :current_apply_date,
15057
15306
  :description)
15307
+ SENSITIVE = []
15058
15308
  include Aws::Structure
15059
15309
  end
15060
15310
 
@@ -15076,6 +15326,7 @@ module Aws::RDS
15076
15326
  class PendingMaintenanceActionsMessage < Struct.new(
15077
15327
  :pending_maintenance_actions,
15078
15328
  :marker)
15329
+ SENSITIVE = []
15079
15330
  include Aws::Structure
15080
15331
  end
15081
15332
 
@@ -15173,6 +15424,7 @@ module Aws::RDS
15173
15424
  :db_subnet_group_name,
15174
15425
  :pending_cloudwatch_logs_exports,
15175
15426
  :processor_features)
15427
+ SENSITIVE = []
15176
15428
  include Aws::Structure
15177
15429
  end
15178
15430
 
@@ -15244,6 +15496,7 @@ module Aws::RDS
15244
15496
  class ProcessorFeature < Struct.new(
15245
15497
  :name,
15246
15498
  :value)
15499
+ SENSITIVE = []
15247
15500
  include Aws::Structure
15248
15501
  end
15249
15502
 
@@ -15271,6 +15524,7 @@ module Aws::RDS
15271
15524
  #
15272
15525
  class PromoteReadReplicaDBClusterMessage < Struct.new(
15273
15526
  :db_cluster_identifier)
15527
+ SENSITIVE = []
15274
15528
  include Aws::Structure
15275
15529
  end
15276
15530
 
@@ -15285,6 +15539,7 @@ module Aws::RDS
15285
15539
  #
15286
15540
  class PromoteReadReplicaDBClusterResult < Struct.new(
15287
15541
  :db_cluster)
15542
+ SENSITIVE = []
15288
15543
  include Aws::Structure
15289
15544
  end
15290
15545
 
@@ -15356,6 +15611,7 @@ module Aws::RDS
15356
15611
  :db_instance_identifier,
15357
15612
  :backup_retention_period,
15358
15613
  :preferred_backup_window)
15614
+ SENSITIVE = []
15359
15615
  include Aws::Structure
15360
15616
  end
15361
15617
 
@@ -15370,6 +15626,7 @@ module Aws::RDS
15370
15626
  #
15371
15627
  class PromoteReadReplicaResult < Struct.new(
15372
15628
  :db_instance)
15629
+ SENSITIVE = []
15373
15630
  include Aws::Structure
15374
15631
  end
15375
15632
 
@@ -15428,6 +15685,7 @@ module Aws::RDS
15428
15685
  :reserved_db_instance_id,
15429
15686
  :db_instance_count,
15430
15687
  :tags)
15688
+ SENSITIVE = []
15431
15689
  include Aws::Structure
15432
15690
  end
15433
15691
 
@@ -15441,6 +15699,7 @@ module Aws::RDS
15441
15699
  #
15442
15700
  class PurchaseReservedDBInstancesOfferingResult < Struct.new(
15443
15701
  :reserved_db_instance)
15702
+ SENSITIVE = []
15444
15703
  include Aws::Structure
15445
15704
  end
15446
15705
 
@@ -15468,6 +15727,7 @@ module Aws::RDS
15468
15727
  :from,
15469
15728
  :to,
15470
15729
  :step)
15730
+ SENSITIVE = []
15471
15731
  include Aws::Structure
15472
15732
  end
15473
15733
 
@@ -15503,6 +15763,7 @@ module Aws::RDS
15503
15763
  class RebootDBInstanceMessage < Struct.new(
15504
15764
  :db_instance_identifier,
15505
15765
  :force_failover)
15766
+ SENSITIVE = []
15506
15767
  include Aws::Structure
15507
15768
  end
15508
15769
 
@@ -15517,6 +15778,7 @@ module Aws::RDS
15517
15778
  #
15518
15779
  class RebootDBInstanceResult < Struct.new(
15519
15780
  :db_instance)
15781
+ SENSITIVE = []
15520
15782
  include Aws::Structure
15521
15783
  end
15522
15784
 
@@ -15537,6 +15799,7 @@ module Aws::RDS
15537
15799
  class RecurringCharge < Struct.new(
15538
15800
  :recurring_charge_amount,
15539
15801
  :recurring_charge_frequency)
15802
+ SENSITIVE = []
15540
15803
  include Aws::Structure
15541
15804
  end
15542
15805
 
@@ -15574,6 +15837,7 @@ module Aws::RDS
15574
15837
  :target_group_name,
15575
15838
  :db_instance_identifiers,
15576
15839
  :db_cluster_identifiers)
15840
+ SENSITIVE = []
15577
15841
  include Aws::Structure
15578
15842
  end
15579
15843
 
@@ -15586,6 +15850,7 @@ module Aws::RDS
15586
15850
  #
15587
15851
  class RegisterDBProxyTargetsResponse < Struct.new(
15588
15852
  :db_proxy_targets)
15853
+ SENSITIVE = []
15589
15854
  include Aws::Structure
15590
15855
  end
15591
15856
 
@@ -15612,6 +15877,7 @@ module Aws::RDS
15612
15877
  class RemoveFromGlobalClusterMessage < Struct.new(
15613
15878
  :global_cluster_identifier,
15614
15879
  :db_cluster_identifier)
15880
+ SENSITIVE = []
15615
15881
  include Aws::Structure
15616
15882
  end
15617
15883
 
@@ -15623,6 +15889,7 @@ module Aws::RDS
15623
15889
  #
15624
15890
  class RemoveFromGlobalClusterResult < Struct.new(
15625
15891
  :global_cluster)
15892
+ SENSITIVE = []
15626
15893
  include Aws::Structure
15627
15894
  end
15628
15895
 
@@ -15657,6 +15924,7 @@ module Aws::RDS
15657
15924
  :db_cluster_identifier,
15658
15925
  :role_arn,
15659
15926
  :feature_name)
15927
+ SENSITIVE = []
15660
15928
  include Aws::Structure
15661
15929
  end
15662
15930
 
@@ -15691,6 +15959,7 @@ module Aws::RDS
15691
15959
  :db_instance_identifier,
15692
15960
  :role_arn,
15693
15961
  :feature_name)
15962
+ SENSITIVE = []
15694
15963
  include Aws::Structure
15695
15964
  end
15696
15965
 
@@ -15718,6 +15987,7 @@ module Aws::RDS
15718
15987
  class RemoveSourceIdentifierFromSubscriptionMessage < Struct.new(
15719
15988
  :subscription_name,
15720
15989
  :source_identifier)
15990
+ SENSITIVE = []
15721
15991
  include Aws::Structure
15722
15992
  end
15723
15993
 
@@ -15730,6 +16000,7 @@ module Aws::RDS
15730
16000
  #
15731
16001
  class RemoveSourceIdentifierFromSubscriptionResult < Struct.new(
15732
16002
  :event_subscription)
16003
+ SENSITIVE = []
15733
16004
  include Aws::Structure
15734
16005
  end
15735
16006
 
@@ -15761,6 +16032,7 @@ module Aws::RDS
15761
16032
  class RemoveTagsFromResourceMessage < Struct.new(
15762
16033
  :resource_name,
15763
16034
  :tag_keys)
16035
+ SENSITIVE = []
15764
16036
  include Aws::Structure
15765
16037
  end
15766
16038
 
@@ -15857,6 +16129,7 @@ module Aws::RDS
15857
16129
  :recurring_charges,
15858
16130
  :reserved_db_instance_arn,
15859
16131
  :lease_id)
16132
+ SENSITIVE = []
15860
16133
  include Aws::Structure
15861
16134
  end
15862
16135
 
@@ -15884,6 +16157,7 @@ module Aws::RDS
15884
16157
  class ReservedDBInstanceMessage < Struct.new(
15885
16158
  :marker,
15886
16159
  :reserved_db_instances)
16160
+ SENSITIVE = []
15887
16161
  include Aws::Structure
15888
16162
  end
15889
16163
 
@@ -15955,6 +16229,7 @@ module Aws::RDS
15955
16229
  :offering_type,
15956
16230
  :multi_az,
15957
16231
  :recurring_charges)
16232
+ SENSITIVE = []
15958
16233
  include Aws::Structure
15959
16234
  end
15960
16235
 
@@ -15976,6 +16251,7 @@ module Aws::RDS
15976
16251
  class ReservedDBInstancesOfferingMessage < Struct.new(
15977
16252
  :marker,
15978
16253
  :reserved_db_instances_offerings)
16254
+ SENSITIVE = []
15979
16255
  include Aws::Structure
15980
16256
  end
15981
16257
 
@@ -16031,6 +16307,7 @@ module Aws::RDS
16031
16307
  :db_cluster_parameter_group_name,
16032
16308
  :reset_all_parameters,
16033
16309
  :parameters)
16310
+ SENSITIVE = []
16034
16311
  include Aws::Structure
16035
16312
  end
16036
16313
 
@@ -16107,6 +16384,7 @@ module Aws::RDS
16107
16384
  :db_parameter_group_name,
16108
16385
  :reset_all_parameters,
16109
16386
  :parameters)
16387
+ SENSITIVE = []
16110
16388
  include Aws::Structure
16111
16389
  end
16112
16390
 
@@ -16132,6 +16410,7 @@ module Aws::RDS
16132
16410
  class ResourcePendingMaintenanceActions < Struct.new(
16133
16411
  :resource_identifier,
16134
16412
  :pending_maintenance_action_details)
16413
+ SENSITIVE = []
16135
16414
  include Aws::Structure
16136
16415
  end
16137
16416
 
@@ -16533,6 +16812,7 @@ module Aws::RDS
16533
16812
  :copy_tags_to_snapshot,
16534
16813
  :domain,
16535
16814
  :domain_iam_role_name)
16815
+ SENSITIVE = []
16536
16816
  include Aws::Structure
16537
16817
  end
16538
16818
 
@@ -16547,6 +16827,7 @@ module Aws::RDS
16547
16827
  #
16548
16828
  class RestoreDBClusterFromS3Result < Struct.new(
16549
16829
  :db_cluster)
16830
+ SENSITIVE = []
16550
16831
  include Aws::Structure
16551
16832
  end
16552
16833
 
@@ -16840,6 +17121,7 @@ module Aws::RDS
16840
17121
  :copy_tags_to_snapshot,
16841
17122
  :domain,
16842
17123
  :domain_iam_role_name)
17124
+ SENSITIVE = []
16843
17125
  include Aws::Structure
16844
17126
  end
16845
17127
 
@@ -16854,6 +17136,7 @@ module Aws::RDS
16854
17136
  #
16855
17137
  class RestoreDBClusterFromSnapshotResult < Struct.new(
16856
17138
  :db_cluster)
17139
+ SENSITIVE = []
16857
17140
  include Aws::Structure
16858
17141
  end
16859
17142
 
@@ -17132,6 +17415,7 @@ module Aws::RDS
17132
17415
  :copy_tags_to_snapshot,
17133
17416
  :domain,
17134
17417
  :domain_iam_role_name)
17418
+ SENSITIVE = []
17135
17419
  include Aws::Structure
17136
17420
  end
17137
17421
 
@@ -17146,6 +17430,7 @@ module Aws::RDS
17146
17430
  #
17147
17431
  class RestoreDBClusterToPointInTimeResult < Struct.new(
17148
17432
  :db_cluster)
17433
+ SENSITIVE = []
17149
17434
  include Aws::Structure
17150
17435
  end
17151
17436
 
@@ -17541,6 +17826,7 @@ module Aws::RDS
17541
17826
  :use_default_processor_features,
17542
17827
  :db_parameter_group_name,
17543
17828
  :deletion_protection)
17829
+ SENSITIVE = []
17544
17830
  include Aws::Structure
17545
17831
  end
17546
17832
 
@@ -17555,6 +17841,7 @@ module Aws::RDS
17555
17841
  #
17556
17842
  class RestoreDBInstanceFromDBSnapshotResult < Struct.new(
17557
17843
  :db_instance)
17844
+ SENSITIVE = []
17558
17845
  include Aws::Structure
17559
17846
  end
17560
17847
 
@@ -18070,6 +18357,7 @@ module Aws::RDS
18070
18357
  :processor_features,
18071
18358
  :use_default_processor_features,
18072
18359
  :deletion_protection)
18360
+ SENSITIVE = []
18073
18361
  include Aws::Structure
18074
18362
  end
18075
18363
 
@@ -18084,6 +18372,7 @@ module Aws::RDS
18084
18372
  #
18085
18373
  class RestoreDBInstanceFromS3Result < Struct.new(
18086
18374
  :db_instance)
18375
+ SENSITIVE = []
18087
18376
  include Aws::Structure
18088
18377
  end
18089
18378
 
@@ -18499,6 +18788,7 @@ module Aws::RDS
18499
18788
  :db_parameter_group_name,
18500
18789
  :deletion_protection,
18501
18790
  :source_dbi_resource_id)
18791
+ SENSITIVE = []
18502
18792
  include Aws::Structure
18503
18793
  end
18504
18794
 
@@ -18513,6 +18803,7 @@ module Aws::RDS
18513
18803
  #
18514
18804
  class RestoreDBInstanceToPointInTimeResult < Struct.new(
18515
18805
  :db_instance)
18806
+ SENSITIVE = []
18516
18807
  include Aws::Structure
18517
18808
  end
18518
18809
 
@@ -18531,6 +18822,7 @@ module Aws::RDS
18531
18822
  class RestoreWindow < Struct.new(
18532
18823
  :earliest_time,
18533
18824
  :latest_time)
18825
+ SENSITIVE = []
18534
18826
  include Aws::Structure
18535
18827
  end
18536
18828
 
@@ -18586,6 +18878,7 @@ module Aws::RDS
18586
18878
  :ec2_security_group_name,
18587
18879
  :ec2_security_group_id,
18588
18880
  :ec2_security_group_owner_id)
18881
+ SENSITIVE = []
18589
18882
  include Aws::Structure
18590
18883
  end
18591
18884
 
@@ -18600,6 +18893,7 @@ module Aws::RDS
18600
18893
  #
18601
18894
  class RevokeDBSecurityGroupIngressResult < Struct.new(
18602
18895
  :db_security_group)
18896
+ SENSITIVE = []
18603
18897
  include Aws::Structure
18604
18898
  end
18605
18899
 
@@ -18716,6 +19010,7 @@ module Aws::RDS
18716
19010
  :auto_pause,
18717
19011
  :seconds_until_auto_pause,
18718
19012
  :timeout_action)
19013
+ SENSITIVE = []
18719
19014
  include Aws::Structure
18720
19015
  end
18721
19016
 
@@ -18766,6 +19061,7 @@ module Aws::RDS
18766
19061
  :auto_pause,
18767
19062
  :seconds_until_auto_pause,
18768
19063
  :timeout_action)
19064
+ SENSITIVE = []
18769
19065
  include Aws::Structure
18770
19066
  end
18771
19067
 
@@ -18810,6 +19106,7 @@ module Aws::RDS
18810
19106
  :region_name,
18811
19107
  :endpoint,
18812
19108
  :status)
19109
+ SENSITIVE = []
18813
19110
  include Aws::Structure
18814
19111
  end
18815
19112
 
@@ -18833,6 +19130,7 @@ module Aws::RDS
18833
19130
  class SourceRegionMessage < Struct.new(
18834
19131
  :marker,
18835
19132
  :source_regions)
19133
+ SENSITIVE = []
18836
19134
  include Aws::Structure
18837
19135
  end
18838
19136
 
@@ -18877,6 +19175,7 @@ module Aws::RDS
18877
19175
  :mode,
18878
19176
  :kms_key_id,
18879
19177
  :apply_immediately)
19178
+ SENSITIVE = []
18880
19179
  include Aws::Structure
18881
19180
  end
18882
19181
 
@@ -18912,6 +19211,7 @@ module Aws::RDS
18912
19211
  :status,
18913
19212
  :mode,
18914
19213
  :apply_immediately)
19214
+ SENSITIVE = []
18915
19215
  include Aws::Structure
18916
19216
  end
18917
19217
 
@@ -18931,6 +19231,7 @@ module Aws::RDS
18931
19231
  #
18932
19232
  class StartDBClusterMessage < Struct.new(
18933
19233
  :db_cluster_identifier)
19234
+ SENSITIVE = []
18934
19235
  include Aws::Structure
18935
19236
  end
18936
19237
 
@@ -18945,6 +19246,7 @@ module Aws::RDS
18945
19246
  #
18946
19247
  class StartDBClusterResult < Struct.new(
18947
19248
  :db_cluster)
19249
+ SENSITIVE = []
18948
19250
  include Aws::Structure
18949
19251
  end
18950
19252
 
@@ -18963,6 +19265,7 @@ module Aws::RDS
18963
19265
  #
18964
19266
  class StartDBInstanceMessage < Struct.new(
18965
19267
  :db_instance_identifier)
19268
+ SENSITIVE = []
18966
19269
  include Aws::Structure
18967
19270
  end
18968
19271
 
@@ -18977,6 +19280,7 @@ module Aws::RDS
18977
19280
  #
18978
19281
  class StartDBInstanceResult < Struct.new(
18979
19282
  :db_instance)
19283
+ SENSITIVE = []
18980
19284
  include Aws::Structure
18981
19285
  end
18982
19286
 
@@ -19056,6 +19360,7 @@ module Aws::RDS
19056
19360
  :kms_key_id,
19057
19361
  :s3_prefix,
19058
19362
  :export_only)
19363
+ SENSITIVE = []
19059
19364
  include Aws::Structure
19060
19365
  end
19061
19366
 
@@ -19084,6 +19389,7 @@ module Aws::RDS
19084
19389
  class StopActivityStreamRequest < Struct.new(
19085
19390
  :resource_arn,
19086
19391
  :apply_immediately)
19392
+ SENSITIVE = []
19087
19393
  include Aws::Structure
19088
19394
  end
19089
19395
 
@@ -19107,6 +19413,7 @@ module Aws::RDS
19107
19413
  :kms_key_id,
19108
19414
  :kinesis_stream_name,
19109
19415
  :status)
19416
+ SENSITIVE = []
19110
19417
  include Aws::Structure
19111
19418
  end
19112
19419
 
@@ -19126,6 +19433,7 @@ module Aws::RDS
19126
19433
  #
19127
19434
  class StopDBClusterMessage < Struct.new(
19128
19435
  :db_cluster_identifier)
19436
+ SENSITIVE = []
19129
19437
  include Aws::Structure
19130
19438
  end
19131
19439
 
@@ -19140,6 +19448,7 @@ module Aws::RDS
19140
19448
  #
19141
19449
  class StopDBClusterResult < Struct.new(
19142
19450
  :db_cluster)
19451
+ SENSITIVE = []
19143
19452
  include Aws::Structure
19144
19453
  end
19145
19454
 
@@ -19165,6 +19474,7 @@ module Aws::RDS
19165
19474
  class StopDBInstanceMessage < Struct.new(
19166
19475
  :db_instance_identifier,
19167
19476
  :db_snapshot_identifier)
19477
+ SENSITIVE = []
19168
19478
  include Aws::Structure
19169
19479
  end
19170
19480
 
@@ -19179,6 +19489,7 @@ module Aws::RDS
19179
19489
  #
19180
19490
  class StopDBInstanceResult < Struct.new(
19181
19491
  :db_instance)
19492
+ SENSITIVE = []
19182
19493
  include Aws::Structure
19183
19494
  end
19184
19495
 
@@ -19220,6 +19531,7 @@ module Aws::RDS
19220
19531
  :subnet_identifier,
19221
19532
  :subnet_availability_zone,
19222
19533
  :subnet_status)
19534
+ SENSITIVE = []
19223
19535
  include Aws::Structure
19224
19536
  end
19225
19537
 
@@ -19281,6 +19593,7 @@ module Aws::RDS
19281
19593
  class Tag < Struct.new(
19282
19594
  :key,
19283
19595
  :value)
19596
+ SENSITIVE = []
19284
19597
  include Aws::Structure
19285
19598
  end
19286
19599
 
@@ -19292,6 +19605,7 @@ module Aws::RDS
19292
19605
  #
19293
19606
  class TagListMessage < Struct.new(
19294
19607
  :tag_list)
19608
+ SENSITIVE = []
19295
19609
  include Aws::Structure
19296
19610
  end
19297
19611
 
@@ -19326,6 +19640,7 @@ module Aws::RDS
19326
19640
  :state,
19327
19641
  :reason,
19328
19642
  :description)
19643
+ SENSITIVE = []
19329
19644
  include Aws::Structure
19330
19645
  end
19331
19646
 
@@ -19341,6 +19656,7 @@ module Aws::RDS
19341
19656
  #
19342
19657
  class Timezone < Struct.new(
19343
19658
  :timezone_name)
19659
+ SENSITIVE = []
19344
19660
  include Aws::Structure
19345
19661
  end
19346
19662
 
@@ -19378,6 +19694,7 @@ module Aws::RDS
19378
19694
  :description,
19379
19695
  :auto_upgrade,
19380
19696
  :is_major_version_upgrade)
19697
+ SENSITIVE = []
19381
19698
  include Aws::Structure
19382
19699
  end
19383
19700
 
@@ -19433,6 +19750,7 @@ module Aws::RDS
19433
19750
  :auth_scheme,
19434
19751
  :secret_arn,
19435
19752
  :iam_auth)
19753
+ SENSITIVE = []
19436
19754
  include Aws::Structure
19437
19755
  end
19438
19756
 
@@ -19477,6 +19795,7 @@ module Aws::RDS
19477
19795
  :auth_scheme,
19478
19796
  :secret_arn,
19479
19797
  :iam_auth)
19798
+ SENSITIVE = []
19480
19799
  include Aws::Structure
19481
19800
  end
19482
19801
 
@@ -19498,6 +19817,7 @@ module Aws::RDS
19498
19817
  class ValidDBInstanceModificationsMessage < Struct.new(
19499
19818
  :storage,
19500
19819
  :valid_processor_features)
19820
+ SENSITIVE = []
19501
19821
  include Aws::Structure
19502
19822
  end
19503
19823
 
@@ -19536,6 +19856,7 @@ module Aws::RDS
19536
19856
  :provisioned_iops,
19537
19857
  :iops_to_storage_ratio,
19538
19858
  :supports_storage_autoscaling)
19859
+ SENSITIVE = []
19539
19860
  include Aws::Structure
19540
19861
  end
19541
19862
 
@@ -19555,6 +19876,7 @@ module Aws::RDS
19555
19876
  class VpcSecurityGroupMembership < Struct.new(
19556
19877
  :vpc_security_group_id,
19557
19878
  :status)
19879
+ SENSITIVE = []
19558
19880
  include Aws::Structure
19559
19881
  end
19560
19882
 
@@ -19603,6 +19925,7 @@ module Aws::RDS
19603
19925
  :vpn_psk,
19604
19926
  :vpn_name,
19605
19927
  :vpn_state)
19928
+ SENSITIVE = [:vpn_psk]
19606
19929
  include Aws::Structure
19607
19930
  end
19608
19931