aws-sdk-rds 1.292.0 → 1.294.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/types.rbs CHANGED
@@ -188,12 +188,12 @@ module Aws::RDS
188
188
  attr_accessor iam_database_authentication_enabled: bool
189
189
  attr_accessor engine_version: ::String
190
190
  attr_accessor backup_retention_period: ::Integer
191
+ attr_accessor storage_type: ::String
191
192
  attr_accessor allocated_storage: ::Integer
192
193
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
193
194
  attr_accessor iops: ::Integer
194
- attr_accessor storage_type: ::String
195
195
  attr_accessor certificate_details: Types::CertificateDetails
196
- SENSITIVE: []
196
+ SENSITIVE: [:master_user_password]
197
197
  end
198
198
 
199
199
  class ConnectionPoolConfiguration
@@ -241,7 +241,7 @@ module Aws::RDS
241
241
  attr_accessor copy_tags: bool
242
242
  attr_accessor tags: ::Array[Types::Tag]
243
243
  attr_accessor source_region: ::String
244
- SENSITIVE: []
244
+ SENSITIVE: [:pre_signed_url]
245
245
  end
246
246
 
247
247
  class CopyDBClusterSnapshotResult
@@ -271,11 +271,11 @@ module Aws::RDS
271
271
  attr_accessor pre_signed_url: ::String
272
272
  attr_accessor option_group_name: ::String
273
273
  attr_accessor target_custom_availability_zone: ::String
274
+ attr_accessor snapshot_target: ::String
274
275
  attr_accessor copy_option_group: bool
275
276
  attr_accessor snapshot_availability_zone: ::String
276
- attr_accessor snapshot_target: ::String
277
277
  attr_accessor source_region: ::String
278
- SENSITIVE: []
278
+ SENSITIVE: [:pre_signed_url]
279
279
  end
280
280
 
281
281
  class CopyDBSnapshotResult
@@ -327,11 +327,11 @@ module Aws::RDS
327
327
  attr_accessor database_installation_files_s3_prefix: ::String
328
328
  attr_accessor image_id: ::String
329
329
  attr_accessor kms_key_id: ::String
330
+ attr_accessor source_custom_db_engine_version_identifier: ::String
331
+ attr_accessor use_aws_provided_latest_image: bool
330
332
  attr_accessor description: ::String
331
333
  attr_accessor manifest: ::String
332
334
  attr_accessor tags: ::Array[Types::Tag]
333
- attr_accessor source_custom_db_engine_version_identifier: ::String
334
- attr_accessor use_aws_provided_latest_image: bool
335
335
  SENSITIVE: []
336
336
  end
337
337
 
@@ -373,6 +373,12 @@ module Aws::RDS
373
373
  attr_accessor engine_mode: ::String
374
374
  attr_accessor scaling_configuration: Types::ScalingConfiguration
375
375
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
376
+ attr_accessor db_cluster_instance_class: ::String
377
+ attr_accessor allocated_storage: ::Integer
378
+ attr_accessor storage_type: ::String
379
+ attr_accessor iops: ::Integer
380
+ attr_accessor publicly_accessible: bool
381
+ attr_accessor auto_minor_version_upgrade: bool
376
382
  attr_accessor deletion_protection: bool
377
383
  attr_accessor global_cluster_identifier: ::String
378
384
  attr_accessor enable_http_endpoint: bool
@@ -380,12 +386,8 @@ module Aws::RDS
380
386
  attr_accessor domain: ::String
381
387
  attr_accessor domain_iam_role_name: ::String
382
388
  attr_accessor enable_global_write_forwarding: bool
383
- attr_accessor db_cluster_instance_class: ::String
384
- attr_accessor allocated_storage: ::Integer
385
- attr_accessor storage_type: ::String
386
- attr_accessor iops: ::Integer
387
- attr_accessor publicly_accessible: bool
388
- attr_accessor auto_minor_version_upgrade: bool
389
+ attr_accessor network_type: ::String
390
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
389
391
  attr_accessor monitoring_interval: ::Integer
390
392
  attr_accessor monitoring_role_arn: ::String
391
393
  attr_accessor database_insights_mode: ("standard" | "advanced")
@@ -393,18 +395,16 @@ module Aws::RDS
393
395
  attr_accessor performance_insights_kms_key_id: ::String
394
396
  attr_accessor performance_insights_retention_period: ::Integer
395
397
  attr_accessor enable_limitless_database: bool
396
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
397
- attr_accessor network_type: ::String
398
- attr_accessor cluster_scalability_type: ("standard" | "limitless")
398
+ attr_accessor cluster_scalability_type: ("standard" | "limitless" | "scaleout")
399
399
  attr_accessor db_system_id: ::String
400
400
  attr_accessor manage_master_user_password: bool
401
- attr_accessor master_user_secret_kms_key_id: ::String
402
401
  attr_accessor enable_local_write_forwarding: bool
402
+ attr_accessor master_user_secret_kms_key_id: ::String
403
403
  attr_accessor ca_certificate_identifier: ::String
404
404
  attr_accessor engine_lifecycle_support: ::String
405
405
  attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
406
406
  attr_accessor source_region: ::String
407
- SENSITIVE: []
407
+ SENSITIVE: [:master_user_password, :pre_signed_url]
408
408
  end
409
409
 
410
410
  class CreateDBClusterParameterGroupMessage
@@ -459,6 +459,7 @@ module Aws::RDS
459
459
  attr_accessor auto_minor_version_upgrade: bool
460
460
  attr_accessor license_model: ::String
461
461
  attr_accessor iops: ::Integer
462
+ attr_accessor storage_throughput: ::Integer
462
463
  attr_accessor option_group_name: ::String
463
464
  attr_accessor character_set_name: ::String
464
465
  attr_accessor nchar_character_set_name: ::String
@@ -491,19 +492,18 @@ module Aws::RDS
491
492
  attr_accessor deletion_protection: bool
492
493
  attr_accessor max_allocated_storage: ::Integer
493
494
  attr_accessor enable_customer_owned_ip: bool
494
- attr_accessor custom_iam_instance_profile: ::String
495
- attr_accessor backup_target: ::String
496
495
  attr_accessor network_type: ::String
497
- attr_accessor storage_throughput: ::Integer
496
+ attr_accessor backup_target: ::String
497
+ attr_accessor custom_iam_instance_profile: ::String
498
+ attr_accessor db_system_id: ::String
499
+ attr_accessor ca_certificate_identifier: ::String
498
500
  attr_accessor manage_master_user_password: bool
499
501
  attr_accessor master_user_secret_kms_key_id: ::String
500
- attr_accessor ca_certificate_identifier: ::String
501
- attr_accessor db_system_id: ::String
502
- attr_accessor dedicated_log_volume: bool
503
502
  attr_accessor multi_tenant: bool
503
+ attr_accessor dedicated_log_volume: bool
504
504
  attr_accessor engine_lifecycle_support: ::String
505
505
  attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
506
- SENSITIVE: []
506
+ SENSITIVE: [:master_user_password, :tde_credential_password]
507
507
  end
508
508
 
509
509
  class CreateDBInstanceReadReplicaMessage
@@ -515,6 +515,7 @@ module Aws::RDS
515
515
  attr_accessor multi_az: bool
516
516
  attr_accessor auto_minor_version_upgrade: bool
517
517
  attr_accessor iops: ::Integer
518
+ attr_accessor storage_throughput: ::Integer
518
519
  attr_accessor option_group_name: ::String
519
520
  attr_accessor db_parameter_group_name: ::String
520
521
  attr_accessor publicly_accessible: bool
@@ -543,19 +544,18 @@ module Aws::RDS
543
544
  attr_accessor domain_auth_secret_arn: ::String
544
545
  attr_accessor domain_dns_ips: ::Array[::String]
545
546
  attr_accessor replica_mode: ("open-read-only" | "mounted")
546
- attr_accessor max_allocated_storage: ::Integer
547
- attr_accessor custom_iam_instance_profile: ::String
548
- attr_accessor network_type: ::String
549
- attr_accessor storage_throughput: ::Integer
550
547
  attr_accessor enable_customer_owned_ip: bool
548
+ attr_accessor network_type: ::String
549
+ attr_accessor max_allocated_storage: ::Integer
551
550
  attr_accessor backup_target: ::String
551
+ attr_accessor custom_iam_instance_profile: ::String
552
552
  attr_accessor allocated_storage: ::Integer
553
553
  attr_accessor source_db_cluster_identifier: ::String
554
554
  attr_accessor dedicated_log_volume: bool
555
555
  attr_accessor upgrade_storage_config: bool
556
556
  attr_accessor ca_certificate_identifier: ::String
557
557
  attr_accessor source_region: ::String
558
- SENSITIVE: []
558
+ SENSITIVE: [:pre_signed_url]
559
559
  end
560
560
 
561
561
  class CreateDBInstanceReadReplicaResult
@@ -600,6 +600,7 @@ module Aws::RDS
600
600
  class CreateDBProxyRequest
601
601
  attr_accessor db_proxy_name: ::String
602
602
  attr_accessor engine_family: ("MYSQL" | "POSTGRESQL" | "SQLSERVER")
603
+ attr_accessor default_auth_scheme: ("IAM_AUTH" | "NONE")
603
604
  attr_accessor auth: ::Array[Types::UserAuthConfig]
604
605
  attr_accessor role_arn: ::String
605
606
  attr_accessor vpc_subnet_ids: ::Array[::String]
@@ -772,7 +773,6 @@ module Aws::RDS
772
773
  attr_accessor db_cluster_parameter_group: ::String
773
774
  attr_accessor db_subnet_group: ::String
774
775
  attr_accessor status: ::String
775
- attr_accessor automatic_restart_time: ::Time
776
776
  attr_accessor percent_progress: ::String
777
777
  attr_accessor earliest_restorable_time: ::Time
778
778
  attr_accessor endpoint: ::String
@@ -806,9 +806,17 @@ module Aws::RDS
806
806
  attr_accessor backtrack_consumed_change_records: ::Integer
807
807
  attr_accessor enabled_cloudwatch_logs_exports: ::Array[::String]
808
808
  attr_accessor capacity: ::Integer
809
+ attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
809
810
  attr_accessor engine_mode: ::String
810
811
  attr_accessor scaling_configuration_info: Types::ScalingConfigurationInfo
811
812
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
813
+ attr_accessor db_cluster_instance_class: ::String
814
+ attr_accessor storage_type: ::String
815
+ attr_accessor iops: ::Integer
816
+ attr_accessor storage_throughput: ::Integer
817
+ attr_accessor io_optimized_next_allowed_modification_time: ::Time
818
+ attr_accessor publicly_accessible: bool
819
+ attr_accessor auto_minor_version_upgrade: bool
812
820
  attr_accessor deletion_protection: bool
813
821
  attr_accessor http_endpoint_enabled: bool
814
822
  attr_accessor activity_stream_mode: ("sync" | "async")
@@ -822,29 +830,22 @@ module Aws::RDS
822
830
  attr_accessor global_cluster_identifier: ::String
823
831
  attr_accessor global_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
824
832
  attr_accessor global_write_forwarding_requested: bool
825
- attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
826
- attr_accessor db_cluster_instance_class: ::String
827
- attr_accessor storage_type: ::String
828
- attr_accessor iops: ::Integer
829
- attr_accessor publicly_accessible: bool
830
- attr_accessor auto_minor_version_upgrade: bool
833
+ attr_accessor network_type: ::String
834
+ attr_accessor automatic_restart_time: ::Time
835
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfigurationInfo
836
+ attr_accessor serverless_v2_platform_version: ::String
831
837
  attr_accessor monitoring_interval: ::Integer
832
838
  attr_accessor monitoring_role_arn: ::String
833
839
  attr_accessor database_insights_mode: ("standard" | "advanced")
834
840
  attr_accessor performance_insights_enabled: bool
835
841
  attr_accessor performance_insights_kms_key_id: ::String
836
842
  attr_accessor performance_insights_retention_period: ::Integer
837
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfigurationInfo
838
- attr_accessor serverless_v2_platform_version: ::String
839
- attr_accessor network_type: ::String
840
843
  attr_accessor db_system_id: ::String
841
844
  attr_accessor master_user_secret: Types::MasterUserSecret
842
- attr_accessor io_optimized_next_allowed_modification_time: ::Time
843
845
  attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
844
846
  attr_accessor aws_backup_recovery_point_arn: ::String
845
847
  attr_accessor limitless_database: Types::LimitlessDatabase
846
- attr_accessor storage_throughput: ::Integer
847
- attr_accessor cluster_scalability_type: ("standard" | "limitless")
848
+ attr_accessor cluster_scalability_type: ("standard" | "limitless" | "scaleout")
848
849
  attr_accessor certificate_details: Types::CertificateDetails
849
850
  attr_accessor engine_lifecycle_support: ::String
850
851
  SENSITIVE: []
@@ -877,8 +878,8 @@ module Aws::RDS
877
878
  attr_accessor kms_key_id: ::String
878
879
  attr_accessor storage_type: ::String
879
880
  attr_accessor iops: ::Integer
880
- attr_accessor aws_backup_recovery_point_arn: ::String
881
881
  attr_accessor storage_throughput: ::Integer
882
+ attr_accessor aws_backup_recovery_point_arn: ::String
882
883
  SENSITIVE: []
883
884
  end
884
885
 
@@ -1044,10 +1045,10 @@ module Aws::RDS
1044
1045
  attr_accessor source_db_cluster_snapshot_arn: ::String
1045
1046
  attr_accessor iam_database_authentication_enabled: bool
1046
1047
  attr_accessor tag_list: ::Array[Types::Tag]
1047
- attr_accessor db_system_id: ::String
1048
1048
  attr_accessor storage_type: ::String
1049
- attr_accessor db_cluster_resource_id: ::String
1050
1049
  attr_accessor storage_throughput: ::Integer
1050
+ attr_accessor db_cluster_resource_id: ::String
1051
+ attr_accessor db_system_id: ::String
1051
1052
  SENSITIVE: []
1052
1053
  end
1053
1054
 
@@ -1085,13 +1086,20 @@ module Aws::RDS
1085
1086
 
1086
1087
  class DBEngineVersion
1087
1088
  attr_accessor engine: ::String
1089
+ attr_accessor major_engine_version: ::String
1088
1090
  attr_accessor engine_version: ::String
1091
+ attr_accessor database_installation_files_s3_bucket_name: ::String
1092
+ attr_accessor database_installation_files_s3_prefix: ::String
1093
+ attr_accessor custom_db_engine_version_manifest: ::String
1089
1094
  attr_accessor db_parameter_group_family: ::String
1090
1095
  attr_accessor db_engine_description: ::String
1096
+ attr_accessor db_engine_version_arn: ::String
1091
1097
  attr_accessor db_engine_version_description: ::String
1092
1098
  attr_accessor default_character_set: Types::CharacterSet
1093
1099
  attr_accessor image: Types::CustomDBEngineVersionAMI
1094
1100
  attr_accessor db_engine_media_type: ::String
1101
+ attr_accessor kms_key_id: ::String
1102
+ attr_accessor create_time: ::Time
1095
1103
  attr_accessor supported_character_sets: ::Array[Types::CharacterSet]
1096
1104
  attr_accessor supported_nchar_character_sets: ::Array[Types::CharacterSet]
1097
1105
  attr_accessor valid_upgrade_target: ::Array[Types::UpgradeTarget]
@@ -1104,15 +1112,8 @@ module Aws::RDS
1104
1112
  attr_accessor status: ::String
1105
1113
  attr_accessor supports_parallel_query: bool
1106
1114
  attr_accessor supports_global_databases: bool
1107
- attr_accessor major_engine_version: ::String
1108
- attr_accessor database_installation_files_s3_bucket_name: ::String
1109
- attr_accessor database_installation_files_s3_prefix: ::String
1110
- attr_accessor db_engine_version_arn: ::String
1111
- attr_accessor kms_key_id: ::String
1112
- attr_accessor create_time: ::Time
1113
1115
  attr_accessor tag_list: ::Array[Types::Tag]
1114
1116
  attr_accessor supports_babelfish: bool
1115
- attr_accessor custom_db_engine_version_manifest: ::String
1116
1117
  attr_accessor supports_limitless_database: bool
1117
1118
  attr_accessor supports_certificate_rotation_without_restart: bool
1118
1119
  attr_accessor supported_ca_certificate_identifiers: ::Array[::String]
@@ -1133,7 +1134,6 @@ module Aws::RDS
1133
1134
  attr_accessor db_instance_class: ::String
1134
1135
  attr_accessor engine: ::String
1135
1136
  attr_accessor db_instance_status: ::String
1136
- attr_accessor automatic_restart_time: ::Time
1137
1137
  attr_accessor master_username: ::String
1138
1138
  attr_accessor db_name: ::String
1139
1139
  attr_accessor endpoint: Types::Endpoint
@@ -1158,6 +1158,7 @@ module Aws::RDS
1158
1158
  attr_accessor replica_mode: ("open-read-only" | "mounted")
1159
1159
  attr_accessor license_model: ::String
1160
1160
  attr_accessor iops: ::Integer
1161
+ attr_accessor storage_throughput: ::Integer
1161
1162
  attr_accessor option_group_memberships: ::Array[Types::OptionGroupMembership]
1162
1163
  attr_accessor character_set_name: ::String
1163
1164
  attr_accessor nchar_character_set_name: ::String
@@ -1192,29 +1193,29 @@ module Aws::RDS
1192
1193
  attr_accessor listener_endpoint: Types::Endpoint
1193
1194
  attr_accessor max_allocated_storage: ::Integer
1194
1195
  attr_accessor tag_list: ::Array[Types::Tag]
1195
- attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
1196
+ attr_accessor automation_mode: ("full" | "all-paused")
1197
+ attr_accessor resume_full_automation_mode_time: ::Time
1196
1198
  attr_accessor customer_owned_ip_enabled: bool
1197
- attr_accessor aws_backup_recovery_point_arn: ::String
1199
+ attr_accessor network_type: ::String
1198
1200
  attr_accessor activity_stream_status: ("stopped" | "starting" | "started" | "stopping")
1199
1201
  attr_accessor activity_stream_kms_key_id: ::String
1200
1202
  attr_accessor activity_stream_kinesis_stream_name: ::String
1201
1203
  attr_accessor activity_stream_mode: ("sync" | "async")
1202
1204
  attr_accessor activity_stream_engine_native_audit_fields_included: bool
1203
- attr_accessor automation_mode: ("full" | "all-paused")
1204
- attr_accessor resume_full_automation_mode_time: ::Time
1205
- attr_accessor custom_iam_instance_profile: ::String
1205
+ attr_accessor aws_backup_recovery_point_arn: ::String
1206
+ attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
1206
1207
  attr_accessor backup_target: ::String
1207
- attr_accessor network_type: ::String
1208
+ attr_accessor automatic_restart_time: ::Time
1209
+ attr_accessor custom_iam_instance_profile: ::String
1208
1210
  attr_accessor activity_stream_policy_status: ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
1209
- attr_accessor storage_throughput: ::Integer
1211
+ attr_accessor certificate_details: Types::CertificateDetails
1210
1212
  attr_accessor db_system_id: ::String
1211
1213
  attr_accessor master_user_secret: Types::MasterUserSecret
1212
- attr_accessor certificate_details: Types::CertificateDetails
1213
1214
  attr_accessor read_replica_source_db_cluster_identifier: ::String
1214
1215
  attr_accessor percent_progress: ::String
1216
+ attr_accessor multi_tenant: bool
1215
1217
  attr_accessor dedicated_log_volume: bool
1216
1218
  attr_accessor is_storage_config_upgrade_available: bool
1217
- attr_accessor multi_tenant: bool
1218
1219
  attr_accessor engine_lifecycle_support: ::String
1219
1220
  SENSITIVE: []
1220
1221
  end
@@ -1239,6 +1240,7 @@ module Aws::RDS
1239
1240
  attr_accessor engine_version: ::String
1240
1241
  attr_accessor license_model: ::String
1241
1242
  attr_accessor iops: ::Integer
1243
+ attr_accessor storage_throughput: ::Integer
1242
1244
  attr_accessor option_group_name: ::String
1243
1245
  attr_accessor tde_credential_arn: ::String
1244
1246
  attr_accessor encrypted: bool
@@ -1250,10 +1252,9 @@ module Aws::RDS
1250
1252
  attr_accessor db_instance_automated_backups_arn: ::String
1251
1253
  attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
1252
1254
  attr_accessor backup_target: ::String
1253
- attr_accessor storage_throughput: ::Integer
1255
+ attr_accessor multi_tenant: bool
1254
1256
  attr_accessor aws_backup_recovery_point_arn: ::String
1255
1257
  attr_accessor dedicated_log_volume: bool
1256
- attr_accessor multi_tenant: bool
1257
1258
  SENSITIVE: []
1258
1259
  end
1259
1260
 
@@ -1368,6 +1369,7 @@ module Aws::RDS
1368
1369
  attr_accessor vpc_id: ::String
1369
1370
  attr_accessor vpc_security_group_ids: ::Array[::String]
1370
1371
  attr_accessor vpc_subnet_ids: ::Array[::String]
1372
+ attr_accessor default_auth_scheme: ::String
1371
1373
  attr_accessor auth: ::Array[Types::UserAuthConfigInfo]
1372
1374
  attr_accessor role_arn: ::String
1373
1375
  attr_accessor endpoint: ::String
@@ -1555,6 +1557,7 @@ module Aws::RDS
1555
1557
  attr_accessor license_model: ::String
1556
1558
  attr_accessor snapshot_type: ::String
1557
1559
  attr_accessor iops: ::Integer
1560
+ attr_accessor storage_throughput: ::Integer
1558
1561
  attr_accessor option_group_name: ::String
1559
1562
  attr_accessor percent_progress: ::Integer
1560
1563
  attr_accessor source_region: ::String
@@ -1569,13 +1572,12 @@ module Aws::RDS
1569
1572
  attr_accessor processor_features: ::Array[Types::ProcessorFeature]
1570
1573
  attr_accessor dbi_resource_id: ::String
1571
1574
  attr_accessor tag_list: ::Array[Types::Tag]
1575
+ attr_accessor snapshot_target: ::String
1572
1576
  attr_accessor original_snapshot_create_time: ::Time
1573
1577
  attr_accessor snapshot_database_time: ::Time
1574
- attr_accessor snapshot_target: ::String
1575
- attr_accessor storage_throughput: ::Integer
1576
1578
  attr_accessor db_system_id: ::String
1577
- attr_accessor dedicated_log_volume: bool
1578
1579
  attr_accessor multi_tenant: bool
1580
+ attr_accessor dedicated_log_volume: bool
1579
1581
  attr_accessor snapshot_availability_zone: ::String
1580
1582
  SENSITIVE: []
1581
1583
  end
@@ -2219,7 +2221,7 @@ module Aws::RDS
2219
2221
 
2220
2222
  class DescribeEventsMessage
2221
2223
  attr_accessor source_identifier: ::String
2222
- attr_accessor source_type: ("db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot" | "db-cluster" | "db-cluster-snapshot" | "custom-engine-version" | "db-proxy" | "blue-green-deployment")
2224
+ attr_accessor source_type: ("db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot" | "db-cluster" | "db-cluster-snapshot" | "custom-engine-version" | "db-proxy" | "blue-green-deployment" | "db-shard-group" | "zero-etl")
2223
2225
  attr_accessor start_time: ::Time
2224
2226
  attr_accessor end_time: ::Time
2225
2227
  attr_accessor duration: ::Integer
@@ -2398,7 +2400,7 @@ module Aws::RDS
2398
2400
  attr_accessor log_file_data: ::String
2399
2401
  attr_accessor marker: ::String
2400
2402
  attr_accessor additional_data_pending: bool
2401
- SENSITIVE: []
2403
+ SENSITIVE: [:log_file_data]
2402
2404
  end
2403
2405
 
2404
2406
  class DownloadDBLogFilePortionMessage
@@ -2447,7 +2449,7 @@ module Aws::RDS
2447
2449
 
2448
2450
  class Event
2449
2451
  attr_accessor source_identifier: ::String
2450
- attr_accessor source_type: ("db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot" | "db-cluster" | "db-cluster-snapshot" | "custom-engine-version" | "db-proxy" | "blue-green-deployment")
2452
+ attr_accessor source_type: ("db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot" | "db-cluster" | "db-cluster-snapshot" | "custom-engine-version" | "db-proxy" | "blue-green-deployment" | "db-shard-group" | "zero-etl")
2451
2453
  attr_accessor message: ::String
2452
2454
  attr_accessor event_categories: ::Array[::String]
2453
2455
  attr_accessor date: ::Time
@@ -2643,10 +2645,10 @@ module Aws::RDS
2643
2645
  attr_accessor additional_encryption_context: ::Hash[::String, ::String]
2644
2646
  attr_accessor status: ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
2645
2647
  attr_accessor tags: ::Array[Types::Tag]
2646
- attr_accessor create_time: ::Time
2647
- attr_accessor errors: ::Array[Types::IntegrationError]
2648
2648
  attr_accessor data_filter: ::String
2649
2649
  attr_accessor description: ::String
2650
+ attr_accessor create_time: ::Time
2651
+ attr_accessor errors: ::Array[Types::IntegrationError]
2650
2652
  SENSITIVE: []
2651
2653
  end
2652
2654
 
@@ -2894,25 +2896,25 @@ module Aws::RDS
2894
2896
  attr_accessor storage_type: ::String
2895
2897
  attr_accessor iops: ::Integer
2896
2898
  attr_accessor auto_minor_version_upgrade: bool
2899
+ attr_accessor network_type: ::String
2900
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
2897
2901
  attr_accessor monitoring_interval: ::Integer
2898
2902
  attr_accessor monitoring_role_arn: ::String
2899
2903
  attr_accessor database_insights_mode: ("standard" | "advanced")
2900
2904
  attr_accessor enable_performance_insights: bool
2901
2905
  attr_accessor performance_insights_kms_key_id: ::String
2902
2906
  attr_accessor performance_insights_retention_period: ::Integer
2903
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
2904
- attr_accessor network_type: ::String
2905
2907
  attr_accessor manage_master_user_password: bool
2906
2908
  attr_accessor rotate_master_user_password: bool
2909
+ attr_accessor enable_local_write_forwarding: bool
2907
2910
  attr_accessor master_user_secret_kms_key_id: ::String
2908
2911
  attr_accessor engine_mode: ::String
2909
2912
  attr_accessor allow_engine_mode_change: bool
2910
- attr_accessor enable_local_write_forwarding: bool
2911
2913
  attr_accessor aws_backup_recovery_point_arn: ::String
2912
2914
  attr_accessor enable_limitless_database: bool
2913
2915
  attr_accessor ca_certificate_identifier: ::String
2914
2916
  attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
2915
- SENSITIVE: []
2917
+ SENSITIVE: [:master_user_password]
2916
2918
  end
2917
2919
 
2918
2920
  class ModifyDBClusterParameterGroupMessage
@@ -2958,6 +2960,7 @@ module Aws::RDS
2958
2960
  attr_accessor auto_minor_version_upgrade: bool
2959
2961
  attr_accessor license_model: ::String
2960
2962
  attr_accessor iops: ::Integer
2963
+ attr_accessor storage_throughput: ::Integer
2961
2964
  attr_accessor option_group_name: ::String
2962
2965
  attr_accessor new_db_instance_identifier: ::String
2963
2966
  attr_accessor storage_type: ::String
@@ -2969,13 +2972,13 @@ module Aws::RDS
2969
2972
  attr_accessor domain_ou: ::String
2970
2973
  attr_accessor domain_auth_secret_arn: ::String
2971
2974
  attr_accessor domain_dns_ips: ::Array[::String]
2975
+ attr_accessor disable_domain: bool
2972
2976
  attr_accessor copy_tags_to_snapshot: bool
2973
2977
  attr_accessor monitoring_interval: ::Integer
2974
2978
  attr_accessor db_port_number: ::Integer
2975
2979
  attr_accessor publicly_accessible: bool
2976
2980
  attr_accessor monitoring_role_arn: ::String
2977
2981
  attr_accessor domain_iam_role_name: ::String
2978
- attr_accessor disable_domain: bool
2979
2982
  attr_accessor promotion_tier: ::Integer
2980
2983
  attr_accessor enable_iam_database_authentication: bool
2981
2984
  attr_accessor database_insights_mode: ("standard" | "advanced")
@@ -2989,20 +2992,19 @@ module Aws::RDS
2989
2992
  attr_accessor max_allocated_storage: ::Integer
2990
2993
  attr_accessor certificate_rotation_restart: bool
2991
2994
  attr_accessor replica_mode: ("open-read-only" | "mounted")
2992
- attr_accessor enable_customer_owned_ip: bool
2993
- attr_accessor aws_backup_recovery_point_arn: ::String
2994
2995
  attr_accessor automation_mode: ("full" | "all-paused")
2995
2996
  attr_accessor resume_full_automation_mode_minutes: ::Integer
2997
+ attr_accessor enable_customer_owned_ip: bool
2996
2998
  attr_accessor network_type: ::String
2997
- attr_accessor storage_throughput: ::Integer
2999
+ attr_accessor aws_backup_recovery_point_arn: ::String
2998
3000
  attr_accessor manage_master_user_password: bool
2999
3001
  attr_accessor rotate_master_user_password: bool
3000
3002
  attr_accessor master_user_secret_kms_key_id: ::String
3001
- attr_accessor engine: ::String
3002
- attr_accessor dedicated_log_volume: bool
3003
3003
  attr_accessor multi_tenant: bool
3004
+ attr_accessor dedicated_log_volume: bool
3005
+ attr_accessor engine: ::String
3004
3006
  attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
3005
- SENSITIVE: []
3007
+ SENSITIVE: [:master_user_password, :tde_credential_password]
3006
3008
  end
3007
3009
 
3008
3010
  class ModifyDBInstanceResult
@@ -3031,6 +3033,7 @@ module Aws::RDS
3031
3033
  class ModifyDBProxyRequest
3032
3034
  attr_accessor db_proxy_name: ::String
3033
3035
  attr_accessor new_db_proxy_name: ::String
3036
+ attr_accessor default_auth_scheme: ("IAM_AUTH" | "NONE")
3034
3037
  attr_accessor auth: ::Array[Types::UserAuthConfig]
3035
3038
  attr_accessor require_tls: bool
3036
3039
  attr_accessor idle_client_timeout: ::Integer
@@ -3287,7 +3290,7 @@ module Aws::RDS
3287
3290
  attr_accessor allowed_values: ::String
3288
3291
  attr_accessor is_modifiable: bool
3289
3292
  attr_accessor is_collection: bool
3290
- SENSITIVE: []
3293
+ SENSITIVE: [:value]
3291
3294
  end
3292
3295
 
3293
3296
  class OptionVersion
@@ -3309,6 +3312,7 @@ module Aws::RDS
3309
3312
  attr_accessor supports_storage_encryption: bool
3310
3313
  attr_accessor storage_type: ::String
3311
3314
  attr_accessor supports_iops: bool
3315
+ attr_accessor supports_storage_throughput: bool
3312
3316
  attr_accessor supports_enhanced_monitoring: bool
3313
3317
  attr_accessor supports_iam_database_authentication: bool
3314
3318
  attr_accessor supports_performance_insights: bool
@@ -3318,6 +3322,10 @@ module Aws::RDS
3318
3322
  attr_accessor max_iops_per_db_instance: ::Integer
3319
3323
  attr_accessor min_iops_per_gib: ::Float
3320
3324
  attr_accessor max_iops_per_gib: ::Float
3325
+ attr_accessor min_storage_throughput_per_db_instance: ::Integer
3326
+ attr_accessor max_storage_throughput_per_db_instance: ::Integer
3327
+ attr_accessor min_storage_throughput_per_iops: ::Float
3328
+ attr_accessor max_storage_throughput_per_iops: ::Float
3321
3329
  attr_accessor available_processor_features: ::Array[Types::AvailableProcessorFeature]
3322
3330
  attr_accessor supported_engine_modes: ::Array[::String]
3323
3331
  attr_accessor supports_storage_autoscaling: bool
@@ -3325,13 +3333,8 @@ module Aws::RDS
3325
3333
  attr_accessor outpost_capable: bool
3326
3334
  attr_accessor supported_activity_stream_modes: ::Array[::String]
3327
3335
  attr_accessor supports_global_databases: bool
3328
- attr_accessor supports_clusters: bool
3329
3336
  attr_accessor supported_network_types: ::Array[::String]
3330
- attr_accessor supports_storage_throughput: bool
3331
- attr_accessor min_storage_throughput_per_db_instance: ::Integer
3332
- attr_accessor max_storage_throughput_per_db_instance: ::Integer
3333
- attr_accessor min_storage_throughput_per_iops: ::Float
3334
- attr_accessor max_storage_throughput_per_iops: ::Float
3337
+ attr_accessor supports_clusters: bool
3335
3338
  attr_accessor supports_dedicated_log_volume: bool
3336
3339
  attr_accessor supports_http_endpoint: bool
3337
3340
  SENSITIVE: []
@@ -3395,20 +3398,20 @@ module Aws::RDS
3395
3398
  attr_accessor engine_version: ::String
3396
3399
  attr_accessor license_model: ::String
3397
3400
  attr_accessor iops: ::Integer
3401
+ attr_accessor storage_throughput: ::Integer
3398
3402
  attr_accessor db_instance_identifier: ::String
3399
3403
  attr_accessor storage_type: ::String
3400
3404
  attr_accessor ca_certificate_identifier: ::String
3401
3405
  attr_accessor db_subnet_group_name: ::String
3402
3406
  attr_accessor pending_cloudwatch_logs_exports: Types::PendingCloudwatchLogsExports
3403
3407
  attr_accessor processor_features: ::Array[Types::ProcessorFeature]
3404
- attr_accessor iam_database_authentication_enabled: bool
3405
3408
  attr_accessor automation_mode: ("full" | "all-paused")
3406
3409
  attr_accessor resume_full_automation_mode_time: ::Time
3407
- attr_accessor storage_throughput: ::Integer
3408
- attr_accessor engine: ::String
3409
- attr_accessor dedicated_log_volume: bool
3410
3410
  attr_accessor multi_tenant: bool
3411
- SENSITIVE: []
3411
+ attr_accessor iam_database_authentication_enabled: bool
3412
+ attr_accessor dedicated_log_volume: bool
3413
+ attr_accessor engine: ::String
3414
+ SENSITIVE: [:master_user_password]
3412
3415
  end
3413
3416
 
3414
3417
  class PerformanceInsightsMetricDimensionGroup
@@ -3723,13 +3726,13 @@ module Aws::RDS
3723
3726
  attr_accessor copy_tags_to_snapshot: bool
3724
3727
  attr_accessor domain: ::String
3725
3728
  attr_accessor domain_iam_role_name: ::String
3726
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3729
+ attr_accessor storage_type: ::String
3727
3730
  attr_accessor network_type: ::String
3731
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3728
3732
  attr_accessor manage_master_user_password: bool
3729
3733
  attr_accessor master_user_secret_kms_key_id: ::String
3730
- attr_accessor storage_type: ::String
3731
3734
  attr_accessor engine_lifecycle_support: ::String
3732
- SENSITIVE: []
3735
+ SENSITIVE: [:master_user_password]
3733
3736
  end
3734
3737
 
3735
3738
  class RestoreDBClusterFromS3Result
@@ -3764,8 +3767,8 @@ module Aws::RDS
3764
3767
  attr_accessor storage_type: ::String
3765
3768
  attr_accessor iops: ::Integer
3766
3769
  attr_accessor publicly_accessible: bool
3767
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3768
3770
  attr_accessor network_type: ::String
3771
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3769
3772
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
3770
3773
  attr_accessor monitoring_interval: ::Integer
3771
3774
  attr_accessor monitoring_role_arn: ::String
@@ -3801,15 +3804,15 @@ module Aws::RDS
3801
3804
  attr_accessor copy_tags_to_snapshot: bool
3802
3805
  attr_accessor domain: ::String
3803
3806
  attr_accessor domain_iam_role_name: ::String
3804
- attr_accessor scaling_configuration: Types::ScalingConfiguration
3805
- attr_accessor engine_mode: ::String
3806
3807
  attr_accessor db_cluster_instance_class: ::String
3807
3808
  attr_accessor storage_type: ::String
3808
3809
  attr_accessor publicly_accessible: bool
3809
3810
  attr_accessor iops: ::Integer
3810
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3811
3811
  attr_accessor network_type: ::String
3812
3812
  attr_accessor source_db_cluster_resource_id: ::String
3813
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3814
+ attr_accessor scaling_configuration: Types::ScalingConfiguration
3815
+ attr_accessor engine_mode: ::String
3813
3816
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
3814
3817
  attr_accessor monitoring_interval: ::Integer
3815
3818
  attr_accessor monitoring_role_arn: ::String
@@ -3839,6 +3842,7 @@ module Aws::RDS
3839
3842
  attr_accessor db_name: ::String
3840
3843
  attr_accessor engine: ::String
3841
3844
  attr_accessor iops: ::Integer
3845
+ attr_accessor storage_throughput: ::Integer
3842
3846
  attr_accessor option_group_name: ::String
3843
3847
  attr_accessor tags: ::Array[Types::Tag]
3844
3848
  attr_accessor storage_type: ::String
@@ -3859,18 +3863,17 @@ module Aws::RDS
3859
3863
  attr_accessor db_parameter_group_name: ::String
3860
3864
  attr_accessor deletion_protection: bool
3861
3865
  attr_accessor enable_customer_owned_ip: bool
3862
- attr_accessor custom_iam_instance_profile: ::String
3863
- attr_accessor backup_target: ::String
3864
3866
  attr_accessor network_type: ::String
3865
- attr_accessor storage_throughput: ::Integer
3866
- attr_accessor db_cluster_snapshot_identifier: ::String
3867
+ attr_accessor backup_target: ::String
3868
+ attr_accessor custom_iam_instance_profile: ::String
3867
3869
  attr_accessor allocated_storage: ::Integer
3870
+ attr_accessor db_cluster_snapshot_identifier: ::String
3868
3871
  attr_accessor dedicated_log_volume: bool
3869
3872
  attr_accessor ca_certificate_identifier: ::String
3870
3873
  attr_accessor engine_lifecycle_support: ::String
3871
3874
  attr_accessor manage_master_user_password: bool
3872
3875
  attr_accessor master_user_secret_kms_key_id: ::String
3873
- SENSITIVE: []
3876
+ SENSITIVE: [:tde_credential_password]
3874
3877
  end
3875
3878
 
3876
3879
  class RestoreDBInstanceFromDBSnapshotResult
@@ -3900,6 +3903,7 @@ module Aws::RDS
3900
3903
  attr_accessor auto_minor_version_upgrade: bool
3901
3904
  attr_accessor license_model: ::String
3902
3905
  attr_accessor iops: ::Integer
3906
+ attr_accessor storage_throughput: ::Integer
3903
3907
  attr_accessor option_group_name: ::String
3904
3908
  attr_accessor publicly_accessible: bool
3905
3909
  attr_accessor tags: ::Array[Types::Tag]
@@ -3925,13 +3929,12 @@ module Aws::RDS
3925
3929
  attr_accessor deletion_protection: bool
3926
3930
  attr_accessor max_allocated_storage: ::Integer
3927
3931
  attr_accessor network_type: ::String
3928
- attr_accessor storage_throughput: ::Integer
3929
3932
  attr_accessor manage_master_user_password: bool
3930
3933
  attr_accessor master_user_secret_kms_key_id: ::String
3931
3934
  attr_accessor dedicated_log_volume: bool
3932
3935
  attr_accessor ca_certificate_identifier: ::String
3933
3936
  attr_accessor engine_lifecycle_support: ::String
3934
- SENSITIVE: []
3937
+ SENSITIVE: [:master_user_password]
3935
3938
  end
3936
3939
 
3937
3940
  class RestoreDBInstanceFromS3Result
@@ -3955,6 +3958,7 @@ module Aws::RDS
3955
3958
  attr_accessor db_name: ::String
3956
3959
  attr_accessor engine: ::String
3957
3960
  attr_accessor iops: ::Integer
3961
+ attr_accessor storage_throughput: ::Integer
3958
3962
  attr_accessor option_group_name: ::String
3959
3963
  attr_accessor copy_tags_to_snapshot: bool
3960
3964
  attr_accessor tags: ::Array[Types::Tag]
@@ -3976,19 +3980,18 @@ module Aws::RDS
3976
3980
  attr_accessor deletion_protection: bool
3977
3981
  attr_accessor source_dbi_resource_id: ::String
3978
3982
  attr_accessor max_allocated_storage: ::Integer
3979
- attr_accessor source_db_instance_automated_backups_arn: ::String
3980
3983
  attr_accessor enable_customer_owned_ip: bool
3981
- attr_accessor custom_iam_instance_profile: ::String
3982
- attr_accessor backup_target: ::String
3983
3984
  attr_accessor network_type: ::String
3984
- attr_accessor storage_throughput: ::Integer
3985
+ attr_accessor source_db_instance_automated_backups_arn: ::String
3986
+ attr_accessor backup_target: ::String
3987
+ attr_accessor custom_iam_instance_profile: ::String
3985
3988
  attr_accessor allocated_storage: ::Integer
3986
3989
  attr_accessor dedicated_log_volume: bool
3987
3990
  attr_accessor ca_certificate_identifier: ::String
3988
3991
  attr_accessor engine_lifecycle_support: ::String
3989
3992
  attr_accessor manage_master_user_password: bool
3990
3993
  attr_accessor master_user_secret_kms_key_id: ::String
3991
- SENSITIVE: []
3994
+ SENSITIVE: [:tde_credential_password]
3992
3995
  end
3993
3996
 
3994
3997
  class RestoreDBInstanceToPointInTimeResult
@@ -4113,8 +4116,8 @@ module Aws::RDS
4113
4116
  attr_accessor kinesis_stream_name: ::String
4114
4117
  attr_accessor status: ("stopped" | "starting" | "started" | "stopping")
4115
4118
  attr_accessor mode: ("sync" | "async")
4116
- attr_accessor apply_immediately: bool
4117
4119
  attr_accessor engine_native_audit_fields_included: bool
4120
+ attr_accessor apply_immediately: bool
4118
4121
  SENSITIVE: []
4119
4122
  end
4120
4123
 
@@ -4134,7 +4137,7 @@ module Aws::RDS
4134
4137
  attr_accessor kms_key_id: ::String
4135
4138
  attr_accessor pre_signed_url: ::String
4136
4139
  attr_accessor source_region: ::String
4137
- SENSITIVE: []
4140
+ SENSITIVE: [:pre_signed_url]
4138
4141
  end
4139
4142
 
4140
4143
  class StartDBInstanceAutomatedBackupsReplicationResult
@@ -4294,8 +4297,8 @@ module Aws::RDS
4294
4297
  end
4295
4298
 
4296
4299
  class TargetHealth
4297
- attr_accessor state: ("REGISTERING" | "AVAILABLE" | "UNAVAILABLE")
4298
- attr_accessor reason: ("UNREACHABLE" | "CONNECTION_FAILED" | "AUTH_FAILURE" | "PENDING_PROXY_CAPACITY" | "INVALID_REPLICATION_STATE")
4300
+ attr_accessor state: ("REGISTERING" | "AVAILABLE" | "UNAVAILABLE" | "UNUSED")
4301
+ attr_accessor reason: ("UNREACHABLE" | "CONNECTION_FAILED" | "AUTH_FAILURE" | "PENDING_PROXY_CAPACITY" | "INVALID_REPLICATION_STATE" | "PROMOTED")
4299
4302
  attr_accessor description: ::String
4300
4303
  SENSITIVE: []
4301
4304
  end
@@ -4395,9 +4398,9 @@ module Aws::RDS
4395
4398
  attr_accessor storage_size: ::Array[Types::Range]
4396
4399
  attr_accessor provisioned_iops: ::Array[Types::Range]
4397
4400
  attr_accessor iops_to_storage_ratio: ::Array[Types::DoubleRange]
4398
- attr_accessor supports_storage_autoscaling: bool
4399
4401
  attr_accessor provisioned_storage_throughput: ::Array[Types::Range]
4400
4402
  attr_accessor storage_throughput_to_iops_ratio: ::Array[Types::DoubleRange]
4403
+ attr_accessor supports_storage_autoscaling: bool
4401
4404
  SENSITIVE: []
4402
4405
  end
4403
4406