aws-sdk-rds 1.290.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,17 +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
+ attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
405
406
  attr_accessor source_region: ::String
406
- SENSITIVE: []
407
+ SENSITIVE: [:master_user_password, :pre_signed_url]
407
408
  end
408
409
 
409
410
  class CreateDBClusterParameterGroupMessage
@@ -458,6 +459,7 @@ module Aws::RDS
458
459
  attr_accessor auto_minor_version_upgrade: bool
459
460
  attr_accessor license_model: ::String
460
461
  attr_accessor iops: ::Integer
462
+ attr_accessor storage_throughput: ::Integer
461
463
  attr_accessor option_group_name: ::String
462
464
  attr_accessor character_set_name: ::String
463
465
  attr_accessor nchar_character_set_name: ::String
@@ -490,18 +492,18 @@ module Aws::RDS
490
492
  attr_accessor deletion_protection: bool
491
493
  attr_accessor max_allocated_storage: ::Integer
492
494
  attr_accessor enable_customer_owned_ip: bool
493
- attr_accessor custom_iam_instance_profile: ::String
494
- attr_accessor backup_target: ::String
495
495
  attr_accessor network_type: ::String
496
- 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
497
500
  attr_accessor manage_master_user_password: bool
498
501
  attr_accessor master_user_secret_kms_key_id: ::String
499
- attr_accessor ca_certificate_identifier: ::String
500
- attr_accessor db_system_id: ::String
501
- attr_accessor dedicated_log_volume: bool
502
502
  attr_accessor multi_tenant: bool
503
+ attr_accessor dedicated_log_volume: bool
503
504
  attr_accessor engine_lifecycle_support: ::String
504
- SENSITIVE: []
505
+ attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
506
+ SENSITIVE: [:master_user_password, :tde_credential_password]
505
507
  end
506
508
 
507
509
  class CreateDBInstanceReadReplicaMessage
@@ -513,6 +515,7 @@ module Aws::RDS
513
515
  attr_accessor multi_az: bool
514
516
  attr_accessor auto_minor_version_upgrade: bool
515
517
  attr_accessor iops: ::Integer
518
+ attr_accessor storage_throughput: ::Integer
516
519
  attr_accessor option_group_name: ::String
517
520
  attr_accessor db_parameter_group_name: ::String
518
521
  attr_accessor publicly_accessible: bool
@@ -541,19 +544,18 @@ module Aws::RDS
541
544
  attr_accessor domain_auth_secret_arn: ::String
542
545
  attr_accessor domain_dns_ips: ::Array[::String]
543
546
  attr_accessor replica_mode: ("open-read-only" | "mounted")
544
- attr_accessor max_allocated_storage: ::Integer
545
- attr_accessor custom_iam_instance_profile: ::String
546
- attr_accessor network_type: ::String
547
- attr_accessor storage_throughput: ::Integer
548
547
  attr_accessor enable_customer_owned_ip: bool
548
+ attr_accessor network_type: ::String
549
+ attr_accessor max_allocated_storage: ::Integer
549
550
  attr_accessor backup_target: ::String
551
+ attr_accessor custom_iam_instance_profile: ::String
550
552
  attr_accessor allocated_storage: ::Integer
551
553
  attr_accessor source_db_cluster_identifier: ::String
552
554
  attr_accessor dedicated_log_volume: bool
553
555
  attr_accessor upgrade_storage_config: bool
554
556
  attr_accessor ca_certificate_identifier: ::String
555
557
  attr_accessor source_region: ::String
556
- SENSITIVE: []
558
+ SENSITIVE: [:pre_signed_url]
557
559
  end
558
560
 
559
561
  class CreateDBInstanceReadReplicaResult
@@ -586,6 +588,7 @@ module Aws::RDS
586
588
  attr_accessor vpc_security_group_ids: ::Array[::String]
587
589
  attr_accessor target_role: ("READ_WRITE" | "READ_ONLY")
588
590
  attr_accessor tags: ::Array[Types::Tag]
591
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
589
592
  SENSITIVE: []
590
593
  end
591
594
 
@@ -597,6 +600,7 @@ module Aws::RDS
597
600
  class CreateDBProxyRequest
598
601
  attr_accessor db_proxy_name: ::String
599
602
  attr_accessor engine_family: ("MYSQL" | "POSTGRESQL" | "SQLSERVER")
603
+ attr_accessor default_auth_scheme: ("IAM_AUTH" | "NONE")
600
604
  attr_accessor auth: ::Array[Types::UserAuthConfig]
601
605
  attr_accessor role_arn: ::String
602
606
  attr_accessor vpc_subnet_ids: ::Array[::String]
@@ -605,6 +609,8 @@ module Aws::RDS
605
609
  attr_accessor idle_client_timeout: ::Integer
606
610
  attr_accessor debug_logging: bool
607
611
  attr_accessor tags: ::Array[Types::Tag]
612
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
613
+ attr_accessor target_connection_network_type: ("IPV4" | "IPV6")
608
614
  SENSITIVE: []
609
615
  end
610
616
 
@@ -767,7 +773,6 @@ module Aws::RDS
767
773
  attr_accessor db_cluster_parameter_group: ::String
768
774
  attr_accessor db_subnet_group: ::String
769
775
  attr_accessor status: ::String
770
- attr_accessor automatic_restart_time: ::Time
771
776
  attr_accessor percent_progress: ::String
772
777
  attr_accessor earliest_restorable_time: ::Time
773
778
  attr_accessor endpoint: ::String
@@ -801,9 +806,17 @@ module Aws::RDS
801
806
  attr_accessor backtrack_consumed_change_records: ::Integer
802
807
  attr_accessor enabled_cloudwatch_logs_exports: ::Array[::String]
803
808
  attr_accessor capacity: ::Integer
809
+ attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
804
810
  attr_accessor engine_mode: ::String
805
811
  attr_accessor scaling_configuration_info: Types::ScalingConfigurationInfo
806
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
807
820
  attr_accessor deletion_protection: bool
808
821
  attr_accessor http_endpoint_enabled: bool
809
822
  attr_accessor activity_stream_mode: ("sync" | "async")
@@ -817,29 +830,22 @@ module Aws::RDS
817
830
  attr_accessor global_cluster_identifier: ::String
818
831
  attr_accessor global_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
819
832
  attr_accessor global_write_forwarding_requested: bool
820
- attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
821
- attr_accessor db_cluster_instance_class: ::String
822
- attr_accessor storage_type: ::String
823
- attr_accessor iops: ::Integer
824
- attr_accessor publicly_accessible: bool
825
- 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
826
837
  attr_accessor monitoring_interval: ::Integer
827
838
  attr_accessor monitoring_role_arn: ::String
828
839
  attr_accessor database_insights_mode: ("standard" | "advanced")
829
840
  attr_accessor performance_insights_enabled: bool
830
841
  attr_accessor performance_insights_kms_key_id: ::String
831
842
  attr_accessor performance_insights_retention_period: ::Integer
832
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfigurationInfo
833
- attr_accessor serverless_v2_platform_version: ::String
834
- attr_accessor network_type: ::String
835
843
  attr_accessor db_system_id: ::String
836
844
  attr_accessor master_user_secret: Types::MasterUserSecret
837
- attr_accessor io_optimized_next_allowed_modification_time: ::Time
838
845
  attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
839
846
  attr_accessor aws_backup_recovery_point_arn: ::String
840
847
  attr_accessor limitless_database: Types::LimitlessDatabase
841
- attr_accessor storage_throughput: ::Integer
842
- attr_accessor cluster_scalability_type: ("standard" | "limitless")
848
+ attr_accessor cluster_scalability_type: ("standard" | "limitless" | "scaleout")
843
849
  attr_accessor certificate_details: Types::CertificateDetails
844
850
  attr_accessor engine_lifecycle_support: ::String
845
851
  SENSITIVE: []
@@ -872,8 +878,8 @@ module Aws::RDS
872
878
  attr_accessor kms_key_id: ::String
873
879
  attr_accessor storage_type: ::String
874
880
  attr_accessor iops: ::Integer
875
- attr_accessor aws_backup_recovery_point_arn: ::String
876
881
  attr_accessor storage_throughput: ::Integer
882
+ attr_accessor aws_backup_recovery_point_arn: ::String
877
883
  SENSITIVE: []
878
884
  end
879
885
 
@@ -1039,10 +1045,10 @@ module Aws::RDS
1039
1045
  attr_accessor source_db_cluster_snapshot_arn: ::String
1040
1046
  attr_accessor iam_database_authentication_enabled: bool
1041
1047
  attr_accessor tag_list: ::Array[Types::Tag]
1042
- attr_accessor db_system_id: ::String
1043
1048
  attr_accessor storage_type: ::String
1044
- attr_accessor db_cluster_resource_id: ::String
1045
1049
  attr_accessor storage_throughput: ::Integer
1050
+ attr_accessor db_cluster_resource_id: ::String
1051
+ attr_accessor db_system_id: ::String
1046
1052
  SENSITIVE: []
1047
1053
  end
1048
1054
 
@@ -1080,13 +1086,20 @@ module Aws::RDS
1080
1086
 
1081
1087
  class DBEngineVersion
1082
1088
  attr_accessor engine: ::String
1089
+ attr_accessor major_engine_version: ::String
1083
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
1084
1094
  attr_accessor db_parameter_group_family: ::String
1085
1095
  attr_accessor db_engine_description: ::String
1096
+ attr_accessor db_engine_version_arn: ::String
1086
1097
  attr_accessor db_engine_version_description: ::String
1087
1098
  attr_accessor default_character_set: Types::CharacterSet
1088
1099
  attr_accessor image: Types::CustomDBEngineVersionAMI
1089
1100
  attr_accessor db_engine_media_type: ::String
1101
+ attr_accessor kms_key_id: ::String
1102
+ attr_accessor create_time: ::Time
1090
1103
  attr_accessor supported_character_sets: ::Array[Types::CharacterSet]
1091
1104
  attr_accessor supported_nchar_character_sets: ::Array[Types::CharacterSet]
1092
1105
  attr_accessor valid_upgrade_target: ::Array[Types::UpgradeTarget]
@@ -1099,15 +1112,8 @@ module Aws::RDS
1099
1112
  attr_accessor status: ::String
1100
1113
  attr_accessor supports_parallel_query: bool
1101
1114
  attr_accessor supports_global_databases: bool
1102
- attr_accessor major_engine_version: ::String
1103
- attr_accessor database_installation_files_s3_bucket_name: ::String
1104
- attr_accessor database_installation_files_s3_prefix: ::String
1105
- attr_accessor db_engine_version_arn: ::String
1106
- attr_accessor kms_key_id: ::String
1107
- attr_accessor create_time: ::Time
1108
1115
  attr_accessor tag_list: ::Array[Types::Tag]
1109
1116
  attr_accessor supports_babelfish: bool
1110
- attr_accessor custom_db_engine_version_manifest: ::String
1111
1117
  attr_accessor supports_limitless_database: bool
1112
1118
  attr_accessor supports_certificate_rotation_without_restart: bool
1113
1119
  attr_accessor supported_ca_certificate_identifiers: ::Array[::String]
@@ -1128,7 +1134,6 @@ module Aws::RDS
1128
1134
  attr_accessor db_instance_class: ::String
1129
1135
  attr_accessor engine: ::String
1130
1136
  attr_accessor db_instance_status: ::String
1131
- attr_accessor automatic_restart_time: ::Time
1132
1137
  attr_accessor master_username: ::String
1133
1138
  attr_accessor db_name: ::String
1134
1139
  attr_accessor endpoint: Types::Endpoint
@@ -1153,6 +1158,7 @@ module Aws::RDS
1153
1158
  attr_accessor replica_mode: ("open-read-only" | "mounted")
1154
1159
  attr_accessor license_model: ::String
1155
1160
  attr_accessor iops: ::Integer
1161
+ attr_accessor storage_throughput: ::Integer
1156
1162
  attr_accessor option_group_memberships: ::Array[Types::OptionGroupMembership]
1157
1163
  attr_accessor character_set_name: ::String
1158
1164
  attr_accessor nchar_character_set_name: ::String
@@ -1187,29 +1193,29 @@ module Aws::RDS
1187
1193
  attr_accessor listener_endpoint: Types::Endpoint
1188
1194
  attr_accessor max_allocated_storage: ::Integer
1189
1195
  attr_accessor tag_list: ::Array[Types::Tag]
1190
- 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
1191
1198
  attr_accessor customer_owned_ip_enabled: bool
1192
- attr_accessor aws_backup_recovery_point_arn: ::String
1199
+ attr_accessor network_type: ::String
1193
1200
  attr_accessor activity_stream_status: ("stopped" | "starting" | "started" | "stopping")
1194
1201
  attr_accessor activity_stream_kms_key_id: ::String
1195
1202
  attr_accessor activity_stream_kinesis_stream_name: ::String
1196
1203
  attr_accessor activity_stream_mode: ("sync" | "async")
1197
1204
  attr_accessor activity_stream_engine_native_audit_fields_included: bool
1198
- attr_accessor automation_mode: ("full" | "all-paused")
1199
- attr_accessor resume_full_automation_mode_time: ::Time
1200
- 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]
1201
1207
  attr_accessor backup_target: ::String
1202
- attr_accessor network_type: ::String
1208
+ attr_accessor automatic_restart_time: ::Time
1209
+ attr_accessor custom_iam_instance_profile: ::String
1203
1210
  attr_accessor activity_stream_policy_status: ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
1204
- attr_accessor storage_throughput: ::Integer
1211
+ attr_accessor certificate_details: Types::CertificateDetails
1205
1212
  attr_accessor db_system_id: ::String
1206
1213
  attr_accessor master_user_secret: Types::MasterUserSecret
1207
- attr_accessor certificate_details: Types::CertificateDetails
1208
1214
  attr_accessor read_replica_source_db_cluster_identifier: ::String
1209
1215
  attr_accessor percent_progress: ::String
1216
+ attr_accessor multi_tenant: bool
1210
1217
  attr_accessor dedicated_log_volume: bool
1211
1218
  attr_accessor is_storage_config_upgrade_available: bool
1212
- attr_accessor multi_tenant: bool
1213
1219
  attr_accessor engine_lifecycle_support: ::String
1214
1220
  SENSITIVE: []
1215
1221
  end
@@ -1234,6 +1240,7 @@ module Aws::RDS
1234
1240
  attr_accessor engine_version: ::String
1235
1241
  attr_accessor license_model: ::String
1236
1242
  attr_accessor iops: ::Integer
1243
+ attr_accessor storage_throughput: ::Integer
1237
1244
  attr_accessor option_group_name: ::String
1238
1245
  attr_accessor tde_credential_arn: ::String
1239
1246
  attr_accessor encrypted: bool
@@ -1245,10 +1252,9 @@ module Aws::RDS
1245
1252
  attr_accessor db_instance_automated_backups_arn: ::String
1246
1253
  attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
1247
1254
  attr_accessor backup_target: ::String
1248
- attr_accessor storage_throughput: ::Integer
1255
+ attr_accessor multi_tenant: bool
1249
1256
  attr_accessor aws_backup_recovery_point_arn: ::String
1250
1257
  attr_accessor dedicated_log_volume: bool
1251
- attr_accessor multi_tenant: bool
1252
1258
  SENSITIVE: []
1253
1259
  end
1254
1260
 
@@ -1363,6 +1369,7 @@ module Aws::RDS
1363
1369
  attr_accessor vpc_id: ::String
1364
1370
  attr_accessor vpc_security_group_ids: ::Array[::String]
1365
1371
  attr_accessor vpc_subnet_ids: ::Array[::String]
1372
+ attr_accessor default_auth_scheme: ::String
1366
1373
  attr_accessor auth: ::Array[Types::UserAuthConfigInfo]
1367
1374
  attr_accessor role_arn: ::String
1368
1375
  attr_accessor endpoint: ::String
@@ -1371,6 +1378,8 @@ module Aws::RDS
1371
1378
  attr_accessor debug_logging: bool
1372
1379
  attr_accessor created_date: ::Time
1373
1380
  attr_accessor updated_date: ::Time
1381
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
1382
+ attr_accessor target_connection_network_type: ("IPV4" | "IPV6")
1374
1383
  SENSITIVE: []
1375
1384
  end
1376
1385
 
@@ -1389,6 +1398,7 @@ module Aws::RDS
1389
1398
  attr_accessor created_date: ::Time
1390
1399
  attr_accessor target_role: ("READ_WRITE" | "READ_ONLY")
1391
1400
  attr_accessor is_default: bool
1401
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
1392
1402
  SENSITIVE: []
1393
1403
  end
1394
1404
 
@@ -1547,6 +1557,7 @@ module Aws::RDS
1547
1557
  attr_accessor license_model: ::String
1548
1558
  attr_accessor snapshot_type: ::String
1549
1559
  attr_accessor iops: ::Integer
1560
+ attr_accessor storage_throughput: ::Integer
1550
1561
  attr_accessor option_group_name: ::String
1551
1562
  attr_accessor percent_progress: ::Integer
1552
1563
  attr_accessor source_region: ::String
@@ -1561,13 +1572,12 @@ module Aws::RDS
1561
1572
  attr_accessor processor_features: ::Array[Types::ProcessorFeature]
1562
1573
  attr_accessor dbi_resource_id: ::String
1563
1574
  attr_accessor tag_list: ::Array[Types::Tag]
1575
+ attr_accessor snapshot_target: ::String
1564
1576
  attr_accessor original_snapshot_create_time: ::Time
1565
1577
  attr_accessor snapshot_database_time: ::Time
1566
- attr_accessor snapshot_target: ::String
1567
- attr_accessor storage_throughput: ::Integer
1568
1578
  attr_accessor db_system_id: ::String
1569
- attr_accessor dedicated_log_volume: bool
1570
1579
  attr_accessor multi_tenant: bool
1580
+ attr_accessor dedicated_log_volume: bool
1571
1581
  attr_accessor snapshot_availability_zone: ::String
1572
1582
  SENSITIVE: []
1573
1583
  end
@@ -2211,7 +2221,7 @@ module Aws::RDS
2211
2221
 
2212
2222
  class DescribeEventsMessage
2213
2223
  attr_accessor source_identifier: ::String
2214
- 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")
2215
2225
  attr_accessor start_time: ::Time
2216
2226
  attr_accessor end_time: ::Time
2217
2227
  attr_accessor duration: ::Integer
@@ -2390,7 +2400,7 @@ module Aws::RDS
2390
2400
  attr_accessor log_file_data: ::String
2391
2401
  attr_accessor marker: ::String
2392
2402
  attr_accessor additional_data_pending: bool
2393
- SENSITIVE: []
2403
+ SENSITIVE: [:log_file_data]
2394
2404
  end
2395
2405
 
2396
2406
  class DownloadDBLogFilePortionMessage
@@ -2439,7 +2449,7 @@ module Aws::RDS
2439
2449
 
2440
2450
  class Event
2441
2451
  attr_accessor source_identifier: ::String
2442
- 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")
2443
2453
  attr_accessor message: ::String
2444
2454
  attr_accessor event_categories: ::Array[::String]
2445
2455
  attr_accessor date: ::Time
@@ -2635,10 +2645,10 @@ module Aws::RDS
2635
2645
  attr_accessor additional_encryption_context: ::Hash[::String, ::String]
2636
2646
  attr_accessor status: ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
2637
2647
  attr_accessor tags: ::Array[Types::Tag]
2638
- attr_accessor create_time: ::Time
2639
- attr_accessor errors: ::Array[Types::IntegrationError]
2640
2648
  attr_accessor data_filter: ::String
2641
2649
  attr_accessor description: ::String
2650
+ attr_accessor create_time: ::Time
2651
+ attr_accessor errors: ::Array[Types::IntegrationError]
2642
2652
  SENSITIVE: []
2643
2653
  end
2644
2654
 
@@ -2886,24 +2896,25 @@ module Aws::RDS
2886
2896
  attr_accessor storage_type: ::String
2887
2897
  attr_accessor iops: ::Integer
2888
2898
  attr_accessor auto_minor_version_upgrade: bool
2899
+ attr_accessor network_type: ::String
2900
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
2889
2901
  attr_accessor monitoring_interval: ::Integer
2890
2902
  attr_accessor monitoring_role_arn: ::String
2891
2903
  attr_accessor database_insights_mode: ("standard" | "advanced")
2892
2904
  attr_accessor enable_performance_insights: bool
2893
2905
  attr_accessor performance_insights_kms_key_id: ::String
2894
2906
  attr_accessor performance_insights_retention_period: ::Integer
2895
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
2896
- attr_accessor network_type: ::String
2897
2907
  attr_accessor manage_master_user_password: bool
2898
2908
  attr_accessor rotate_master_user_password: bool
2909
+ attr_accessor enable_local_write_forwarding: bool
2899
2910
  attr_accessor master_user_secret_kms_key_id: ::String
2900
2911
  attr_accessor engine_mode: ::String
2901
2912
  attr_accessor allow_engine_mode_change: bool
2902
- attr_accessor enable_local_write_forwarding: bool
2903
2913
  attr_accessor aws_backup_recovery_point_arn: ::String
2904
2914
  attr_accessor enable_limitless_database: bool
2905
2915
  attr_accessor ca_certificate_identifier: ::String
2906
- SENSITIVE: []
2916
+ attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
2917
+ SENSITIVE: [:master_user_password]
2907
2918
  end
2908
2919
 
2909
2920
  class ModifyDBClusterParameterGroupMessage
@@ -2949,6 +2960,7 @@ module Aws::RDS
2949
2960
  attr_accessor auto_minor_version_upgrade: bool
2950
2961
  attr_accessor license_model: ::String
2951
2962
  attr_accessor iops: ::Integer
2963
+ attr_accessor storage_throughput: ::Integer
2952
2964
  attr_accessor option_group_name: ::String
2953
2965
  attr_accessor new_db_instance_identifier: ::String
2954
2966
  attr_accessor storage_type: ::String
@@ -2960,13 +2972,13 @@ module Aws::RDS
2960
2972
  attr_accessor domain_ou: ::String
2961
2973
  attr_accessor domain_auth_secret_arn: ::String
2962
2974
  attr_accessor domain_dns_ips: ::Array[::String]
2975
+ attr_accessor disable_domain: bool
2963
2976
  attr_accessor copy_tags_to_snapshot: bool
2964
2977
  attr_accessor monitoring_interval: ::Integer
2965
2978
  attr_accessor db_port_number: ::Integer
2966
2979
  attr_accessor publicly_accessible: bool
2967
2980
  attr_accessor monitoring_role_arn: ::String
2968
2981
  attr_accessor domain_iam_role_name: ::String
2969
- attr_accessor disable_domain: bool
2970
2982
  attr_accessor promotion_tier: ::Integer
2971
2983
  attr_accessor enable_iam_database_authentication: bool
2972
2984
  attr_accessor database_insights_mode: ("standard" | "advanced")
@@ -2980,19 +2992,19 @@ module Aws::RDS
2980
2992
  attr_accessor max_allocated_storage: ::Integer
2981
2993
  attr_accessor certificate_rotation_restart: bool
2982
2994
  attr_accessor replica_mode: ("open-read-only" | "mounted")
2983
- attr_accessor enable_customer_owned_ip: bool
2984
- attr_accessor aws_backup_recovery_point_arn: ::String
2985
2995
  attr_accessor automation_mode: ("full" | "all-paused")
2986
2996
  attr_accessor resume_full_automation_mode_minutes: ::Integer
2997
+ attr_accessor enable_customer_owned_ip: bool
2987
2998
  attr_accessor network_type: ::String
2988
- attr_accessor storage_throughput: ::Integer
2999
+ attr_accessor aws_backup_recovery_point_arn: ::String
2989
3000
  attr_accessor manage_master_user_password: bool
2990
3001
  attr_accessor rotate_master_user_password: bool
2991
3002
  attr_accessor master_user_secret_kms_key_id: ::String
2992
- attr_accessor engine: ::String
2993
- attr_accessor dedicated_log_volume: bool
2994
3003
  attr_accessor multi_tenant: bool
2995
- SENSITIVE: []
3004
+ attr_accessor dedicated_log_volume: bool
3005
+ attr_accessor engine: ::String
3006
+ attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
3007
+ SENSITIVE: [:master_user_password, :tde_credential_password]
2996
3008
  end
2997
3009
 
2998
3010
  class ModifyDBInstanceResult
@@ -3021,6 +3033,7 @@ module Aws::RDS
3021
3033
  class ModifyDBProxyRequest
3022
3034
  attr_accessor db_proxy_name: ::String
3023
3035
  attr_accessor new_db_proxy_name: ::String
3036
+ attr_accessor default_auth_scheme: ("IAM_AUTH" | "NONE")
3024
3037
  attr_accessor auth: ::Array[Types::UserAuthConfig]
3025
3038
  attr_accessor require_tls: bool
3026
3039
  attr_accessor idle_client_timeout: ::Integer
@@ -3277,7 +3290,7 @@ module Aws::RDS
3277
3290
  attr_accessor allowed_values: ::String
3278
3291
  attr_accessor is_modifiable: bool
3279
3292
  attr_accessor is_collection: bool
3280
- SENSITIVE: []
3293
+ SENSITIVE: [:value]
3281
3294
  end
3282
3295
 
3283
3296
  class OptionVersion
@@ -3299,6 +3312,7 @@ module Aws::RDS
3299
3312
  attr_accessor supports_storage_encryption: bool
3300
3313
  attr_accessor storage_type: ::String
3301
3314
  attr_accessor supports_iops: bool
3315
+ attr_accessor supports_storage_throughput: bool
3302
3316
  attr_accessor supports_enhanced_monitoring: bool
3303
3317
  attr_accessor supports_iam_database_authentication: bool
3304
3318
  attr_accessor supports_performance_insights: bool
@@ -3308,6 +3322,10 @@ module Aws::RDS
3308
3322
  attr_accessor max_iops_per_db_instance: ::Integer
3309
3323
  attr_accessor min_iops_per_gib: ::Float
3310
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
3311
3329
  attr_accessor available_processor_features: ::Array[Types::AvailableProcessorFeature]
3312
3330
  attr_accessor supported_engine_modes: ::Array[::String]
3313
3331
  attr_accessor supports_storage_autoscaling: bool
@@ -3315,13 +3333,8 @@ module Aws::RDS
3315
3333
  attr_accessor outpost_capable: bool
3316
3334
  attr_accessor supported_activity_stream_modes: ::Array[::String]
3317
3335
  attr_accessor supports_global_databases: bool
3318
- attr_accessor supports_clusters: bool
3319
3336
  attr_accessor supported_network_types: ::Array[::String]
3320
- attr_accessor supports_storage_throughput: bool
3321
- attr_accessor min_storage_throughput_per_db_instance: ::Integer
3322
- attr_accessor max_storage_throughput_per_db_instance: ::Integer
3323
- attr_accessor min_storage_throughput_per_iops: ::Float
3324
- attr_accessor max_storage_throughput_per_iops: ::Float
3337
+ attr_accessor supports_clusters: bool
3325
3338
  attr_accessor supports_dedicated_log_volume: bool
3326
3339
  attr_accessor supports_http_endpoint: bool
3327
3340
  SENSITIVE: []
@@ -3385,20 +3398,20 @@ module Aws::RDS
3385
3398
  attr_accessor engine_version: ::String
3386
3399
  attr_accessor license_model: ::String
3387
3400
  attr_accessor iops: ::Integer
3401
+ attr_accessor storage_throughput: ::Integer
3388
3402
  attr_accessor db_instance_identifier: ::String
3389
3403
  attr_accessor storage_type: ::String
3390
3404
  attr_accessor ca_certificate_identifier: ::String
3391
3405
  attr_accessor db_subnet_group_name: ::String
3392
3406
  attr_accessor pending_cloudwatch_logs_exports: Types::PendingCloudwatchLogsExports
3393
3407
  attr_accessor processor_features: ::Array[Types::ProcessorFeature]
3394
- attr_accessor iam_database_authentication_enabled: bool
3395
3408
  attr_accessor automation_mode: ("full" | "all-paused")
3396
3409
  attr_accessor resume_full_automation_mode_time: ::Time
3397
- attr_accessor storage_throughput: ::Integer
3398
- attr_accessor engine: ::String
3399
- attr_accessor dedicated_log_volume: bool
3400
3410
  attr_accessor multi_tenant: bool
3401
- 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]
3402
3415
  end
3403
3416
 
3404
3417
  class PerformanceInsightsMetricDimensionGroup
@@ -3713,13 +3726,13 @@ module Aws::RDS
3713
3726
  attr_accessor copy_tags_to_snapshot: bool
3714
3727
  attr_accessor domain: ::String
3715
3728
  attr_accessor domain_iam_role_name: ::String
3716
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3729
+ attr_accessor storage_type: ::String
3717
3730
  attr_accessor network_type: ::String
3731
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3718
3732
  attr_accessor manage_master_user_password: bool
3719
3733
  attr_accessor master_user_secret_kms_key_id: ::String
3720
- attr_accessor storage_type: ::String
3721
3734
  attr_accessor engine_lifecycle_support: ::String
3722
- SENSITIVE: []
3735
+ SENSITIVE: [:master_user_password]
3723
3736
  end
3724
3737
 
3725
3738
  class RestoreDBClusterFromS3Result
@@ -3754,8 +3767,8 @@ module Aws::RDS
3754
3767
  attr_accessor storage_type: ::String
3755
3768
  attr_accessor iops: ::Integer
3756
3769
  attr_accessor publicly_accessible: bool
3757
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3758
3770
  attr_accessor network_type: ::String
3771
+ attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3759
3772
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
3760
3773
  attr_accessor monitoring_interval: ::Integer
3761
3774
  attr_accessor monitoring_role_arn: ::String
@@ -3791,15 +3804,15 @@ module Aws::RDS
3791
3804
  attr_accessor copy_tags_to_snapshot: bool
3792
3805
  attr_accessor domain: ::String
3793
3806
  attr_accessor domain_iam_role_name: ::String
3794
- attr_accessor scaling_configuration: Types::ScalingConfiguration
3795
- attr_accessor engine_mode: ::String
3796
3807
  attr_accessor db_cluster_instance_class: ::String
3797
3808
  attr_accessor storage_type: ::String
3798
3809
  attr_accessor publicly_accessible: bool
3799
3810
  attr_accessor iops: ::Integer
3800
- attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3801
3811
  attr_accessor network_type: ::String
3802
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
3803
3816
  attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
3804
3817
  attr_accessor monitoring_interval: ::Integer
3805
3818
  attr_accessor monitoring_role_arn: ::String
@@ -3829,6 +3842,7 @@ module Aws::RDS
3829
3842
  attr_accessor db_name: ::String
3830
3843
  attr_accessor engine: ::String
3831
3844
  attr_accessor iops: ::Integer
3845
+ attr_accessor storage_throughput: ::Integer
3832
3846
  attr_accessor option_group_name: ::String
3833
3847
  attr_accessor tags: ::Array[Types::Tag]
3834
3848
  attr_accessor storage_type: ::String
@@ -3849,18 +3863,17 @@ module Aws::RDS
3849
3863
  attr_accessor db_parameter_group_name: ::String
3850
3864
  attr_accessor deletion_protection: bool
3851
3865
  attr_accessor enable_customer_owned_ip: bool
3852
- attr_accessor custom_iam_instance_profile: ::String
3853
- attr_accessor backup_target: ::String
3854
3866
  attr_accessor network_type: ::String
3855
- attr_accessor storage_throughput: ::Integer
3856
- attr_accessor db_cluster_snapshot_identifier: ::String
3867
+ attr_accessor backup_target: ::String
3868
+ attr_accessor custom_iam_instance_profile: ::String
3857
3869
  attr_accessor allocated_storage: ::Integer
3870
+ attr_accessor db_cluster_snapshot_identifier: ::String
3858
3871
  attr_accessor dedicated_log_volume: bool
3859
3872
  attr_accessor ca_certificate_identifier: ::String
3860
3873
  attr_accessor engine_lifecycle_support: ::String
3861
3874
  attr_accessor manage_master_user_password: bool
3862
3875
  attr_accessor master_user_secret_kms_key_id: ::String
3863
- SENSITIVE: []
3876
+ SENSITIVE: [:tde_credential_password]
3864
3877
  end
3865
3878
 
3866
3879
  class RestoreDBInstanceFromDBSnapshotResult
@@ -3890,6 +3903,7 @@ module Aws::RDS
3890
3903
  attr_accessor auto_minor_version_upgrade: bool
3891
3904
  attr_accessor license_model: ::String
3892
3905
  attr_accessor iops: ::Integer
3906
+ attr_accessor storage_throughput: ::Integer
3893
3907
  attr_accessor option_group_name: ::String
3894
3908
  attr_accessor publicly_accessible: bool
3895
3909
  attr_accessor tags: ::Array[Types::Tag]
@@ -3915,13 +3929,12 @@ module Aws::RDS
3915
3929
  attr_accessor deletion_protection: bool
3916
3930
  attr_accessor max_allocated_storage: ::Integer
3917
3931
  attr_accessor network_type: ::String
3918
- attr_accessor storage_throughput: ::Integer
3919
3932
  attr_accessor manage_master_user_password: bool
3920
3933
  attr_accessor master_user_secret_kms_key_id: ::String
3921
3934
  attr_accessor dedicated_log_volume: bool
3922
3935
  attr_accessor ca_certificate_identifier: ::String
3923
3936
  attr_accessor engine_lifecycle_support: ::String
3924
- SENSITIVE: []
3937
+ SENSITIVE: [:master_user_password]
3925
3938
  end
3926
3939
 
3927
3940
  class RestoreDBInstanceFromS3Result
@@ -3945,6 +3958,7 @@ module Aws::RDS
3945
3958
  attr_accessor db_name: ::String
3946
3959
  attr_accessor engine: ::String
3947
3960
  attr_accessor iops: ::Integer
3961
+ attr_accessor storage_throughput: ::Integer
3948
3962
  attr_accessor option_group_name: ::String
3949
3963
  attr_accessor copy_tags_to_snapshot: bool
3950
3964
  attr_accessor tags: ::Array[Types::Tag]
@@ -3966,19 +3980,18 @@ module Aws::RDS
3966
3980
  attr_accessor deletion_protection: bool
3967
3981
  attr_accessor source_dbi_resource_id: ::String
3968
3982
  attr_accessor max_allocated_storage: ::Integer
3969
- attr_accessor source_db_instance_automated_backups_arn: ::String
3970
3983
  attr_accessor enable_customer_owned_ip: bool
3971
- attr_accessor custom_iam_instance_profile: ::String
3972
- attr_accessor backup_target: ::String
3973
3984
  attr_accessor network_type: ::String
3974
- 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
3975
3988
  attr_accessor allocated_storage: ::Integer
3976
3989
  attr_accessor dedicated_log_volume: bool
3977
3990
  attr_accessor ca_certificate_identifier: ::String
3978
3991
  attr_accessor engine_lifecycle_support: ::String
3979
3992
  attr_accessor manage_master_user_password: bool
3980
3993
  attr_accessor master_user_secret_kms_key_id: ::String
3981
- SENSITIVE: []
3994
+ SENSITIVE: [:tde_credential_password]
3982
3995
  end
3983
3996
 
3984
3997
  class RestoreDBInstanceToPointInTimeResult
@@ -4103,8 +4116,8 @@ module Aws::RDS
4103
4116
  attr_accessor kinesis_stream_name: ::String
4104
4117
  attr_accessor status: ("stopped" | "starting" | "started" | "stopping")
4105
4118
  attr_accessor mode: ("sync" | "async")
4106
- attr_accessor apply_immediately: bool
4107
4119
  attr_accessor engine_native_audit_fields_included: bool
4120
+ attr_accessor apply_immediately: bool
4108
4121
  SENSITIVE: []
4109
4122
  end
4110
4123
 
@@ -4124,7 +4137,7 @@ module Aws::RDS
4124
4137
  attr_accessor kms_key_id: ::String
4125
4138
  attr_accessor pre_signed_url: ::String
4126
4139
  attr_accessor source_region: ::String
4127
- SENSITIVE: []
4140
+ SENSITIVE: [:pre_signed_url]
4128
4141
  end
4129
4142
 
4130
4143
  class StartDBInstanceAutomatedBackupsReplicationResult
@@ -4284,8 +4297,8 @@ module Aws::RDS
4284
4297
  end
4285
4298
 
4286
4299
  class TargetHealth
4287
- attr_accessor state: ("REGISTERING" | "AVAILABLE" | "UNAVAILABLE")
4288
- 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")
4289
4302
  attr_accessor description: ::String
4290
4303
  SENSITIVE: []
4291
4304
  end
@@ -4385,9 +4398,9 @@ module Aws::RDS
4385
4398
  attr_accessor storage_size: ::Array[Types::Range]
4386
4399
  attr_accessor provisioned_iops: ::Array[Types::Range]
4387
4400
  attr_accessor iops_to_storage_ratio: ::Array[Types::DoubleRange]
4388
- attr_accessor supports_storage_autoscaling: bool
4389
4401
  attr_accessor provisioned_storage_throughput: ::Array[Types::Range]
4390
4402
  attr_accessor storage_throughput_to_iops_ratio: ::Array[Types::DoubleRange]
4403
+ attr_accessor supports_storage_autoscaling: bool
4391
4404
  SENSITIVE: []
4392
4405
  end
4393
4406