aws-sdk-rds 1.293.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1349 -1352
- data/lib/aws-sdk-rds/client_api.rb +202 -158
- data/lib/aws-sdk-rds/db_cluster.rb +341 -341
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +25 -25
- data/lib/aws-sdk-rds/db_engine_version.rb +55 -55
- data/lib/aws-sdk-rds/db_instance.rb +291 -291
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +74 -74
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +182 -182
- data/lib/aws-sdk-rds/types.rb +1038 -1041
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +100 -100
- data/sig/db_cluster.rbs +65 -65
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +44 -44
- data/sig/db_snapshot.rbs +14 -14
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +21 -21
- data/sig/types.rbs +120 -120
- metadata +1 -1
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
|
384
|
-
attr_accessor
|
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
|
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
|
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
|
@@ -773,7 +773,6 @@ module Aws::RDS
|
|
773
773
|
attr_accessor db_cluster_parameter_group: ::String
|
774
774
|
attr_accessor db_subnet_group: ::String
|
775
775
|
attr_accessor status: ::String
|
776
|
-
attr_accessor automatic_restart_time: ::Time
|
777
776
|
attr_accessor percent_progress: ::String
|
778
777
|
attr_accessor earliest_restorable_time: ::Time
|
779
778
|
attr_accessor endpoint: ::String
|
@@ -807,9 +806,17 @@ module Aws::RDS
|
|
807
806
|
attr_accessor backtrack_consumed_change_records: ::Integer
|
808
807
|
attr_accessor enabled_cloudwatch_logs_exports: ::Array[::String]
|
809
808
|
attr_accessor capacity: ::Integer
|
809
|
+
attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
|
810
810
|
attr_accessor engine_mode: ::String
|
811
811
|
attr_accessor scaling_configuration_info: Types::ScalingConfigurationInfo
|
812
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
|
813
820
|
attr_accessor deletion_protection: bool
|
814
821
|
attr_accessor http_endpoint_enabled: bool
|
815
822
|
attr_accessor activity_stream_mode: ("sync" | "async")
|
@@ -823,29 +830,22 @@ module Aws::RDS
|
|
823
830
|
attr_accessor global_cluster_identifier: ::String
|
824
831
|
attr_accessor global_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
|
825
832
|
attr_accessor global_write_forwarding_requested: bool
|
826
|
-
attr_accessor
|
827
|
-
attr_accessor
|
828
|
-
attr_accessor
|
829
|
-
attr_accessor
|
830
|
-
attr_accessor publicly_accessible: bool
|
831
|
-
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
|
832
837
|
attr_accessor monitoring_interval: ::Integer
|
833
838
|
attr_accessor monitoring_role_arn: ::String
|
834
839
|
attr_accessor database_insights_mode: ("standard" | "advanced")
|
835
840
|
attr_accessor performance_insights_enabled: bool
|
836
841
|
attr_accessor performance_insights_kms_key_id: ::String
|
837
842
|
attr_accessor performance_insights_retention_period: ::Integer
|
838
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfigurationInfo
|
839
|
-
attr_accessor serverless_v2_platform_version: ::String
|
840
|
-
attr_accessor network_type: ::String
|
841
843
|
attr_accessor db_system_id: ::String
|
842
844
|
attr_accessor master_user_secret: Types::MasterUserSecret
|
843
|
-
attr_accessor io_optimized_next_allowed_modification_time: ::Time
|
844
845
|
attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
|
845
846
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
846
847
|
attr_accessor limitless_database: Types::LimitlessDatabase
|
847
|
-
attr_accessor
|
848
|
-
attr_accessor cluster_scalability_type: ("standard" | "limitless")
|
848
|
+
attr_accessor cluster_scalability_type: ("standard" | "limitless" | "scaleout")
|
849
849
|
attr_accessor certificate_details: Types::CertificateDetails
|
850
850
|
attr_accessor engine_lifecycle_support: ::String
|
851
851
|
SENSITIVE: []
|
@@ -878,8 +878,8 @@ module Aws::RDS
|
|
878
878
|
attr_accessor kms_key_id: ::String
|
879
879
|
attr_accessor storage_type: ::String
|
880
880
|
attr_accessor iops: ::Integer
|
881
|
-
attr_accessor aws_backup_recovery_point_arn: ::String
|
882
881
|
attr_accessor storage_throughput: ::Integer
|
882
|
+
attr_accessor aws_backup_recovery_point_arn: ::String
|
883
883
|
SENSITIVE: []
|
884
884
|
end
|
885
885
|
|
@@ -1045,10 +1045,10 @@ module Aws::RDS
|
|
1045
1045
|
attr_accessor source_db_cluster_snapshot_arn: ::String
|
1046
1046
|
attr_accessor iam_database_authentication_enabled: bool
|
1047
1047
|
attr_accessor tag_list: ::Array[Types::Tag]
|
1048
|
-
attr_accessor db_system_id: ::String
|
1049
1048
|
attr_accessor storage_type: ::String
|
1050
|
-
attr_accessor db_cluster_resource_id: ::String
|
1051
1049
|
attr_accessor storage_throughput: ::Integer
|
1050
|
+
attr_accessor db_cluster_resource_id: ::String
|
1051
|
+
attr_accessor db_system_id: ::String
|
1052
1052
|
SENSITIVE: []
|
1053
1053
|
end
|
1054
1054
|
|
@@ -1086,13 +1086,20 @@ module Aws::RDS
|
|
1086
1086
|
|
1087
1087
|
class DBEngineVersion
|
1088
1088
|
attr_accessor engine: ::String
|
1089
|
+
attr_accessor major_engine_version: ::String
|
1089
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
|
1090
1094
|
attr_accessor db_parameter_group_family: ::String
|
1091
1095
|
attr_accessor db_engine_description: ::String
|
1096
|
+
attr_accessor db_engine_version_arn: ::String
|
1092
1097
|
attr_accessor db_engine_version_description: ::String
|
1093
1098
|
attr_accessor default_character_set: Types::CharacterSet
|
1094
1099
|
attr_accessor image: Types::CustomDBEngineVersionAMI
|
1095
1100
|
attr_accessor db_engine_media_type: ::String
|
1101
|
+
attr_accessor kms_key_id: ::String
|
1102
|
+
attr_accessor create_time: ::Time
|
1096
1103
|
attr_accessor supported_character_sets: ::Array[Types::CharacterSet]
|
1097
1104
|
attr_accessor supported_nchar_character_sets: ::Array[Types::CharacterSet]
|
1098
1105
|
attr_accessor valid_upgrade_target: ::Array[Types::UpgradeTarget]
|
@@ -1105,15 +1112,8 @@ module Aws::RDS
|
|
1105
1112
|
attr_accessor status: ::String
|
1106
1113
|
attr_accessor supports_parallel_query: bool
|
1107
1114
|
attr_accessor supports_global_databases: bool
|
1108
|
-
attr_accessor major_engine_version: ::String
|
1109
|
-
attr_accessor database_installation_files_s3_bucket_name: ::String
|
1110
|
-
attr_accessor database_installation_files_s3_prefix: ::String
|
1111
|
-
attr_accessor db_engine_version_arn: ::String
|
1112
|
-
attr_accessor kms_key_id: ::String
|
1113
|
-
attr_accessor create_time: ::Time
|
1114
1115
|
attr_accessor tag_list: ::Array[Types::Tag]
|
1115
1116
|
attr_accessor supports_babelfish: bool
|
1116
|
-
attr_accessor custom_db_engine_version_manifest: ::String
|
1117
1117
|
attr_accessor supports_limitless_database: bool
|
1118
1118
|
attr_accessor supports_certificate_rotation_without_restart: bool
|
1119
1119
|
attr_accessor supported_ca_certificate_identifiers: ::Array[::String]
|
@@ -1134,7 +1134,6 @@ module Aws::RDS
|
|
1134
1134
|
attr_accessor db_instance_class: ::String
|
1135
1135
|
attr_accessor engine: ::String
|
1136
1136
|
attr_accessor db_instance_status: ::String
|
1137
|
-
attr_accessor automatic_restart_time: ::Time
|
1138
1137
|
attr_accessor master_username: ::String
|
1139
1138
|
attr_accessor db_name: ::String
|
1140
1139
|
attr_accessor endpoint: Types::Endpoint
|
@@ -1159,6 +1158,7 @@ module Aws::RDS
|
|
1159
1158
|
attr_accessor replica_mode: ("open-read-only" | "mounted")
|
1160
1159
|
attr_accessor license_model: ::String
|
1161
1160
|
attr_accessor iops: ::Integer
|
1161
|
+
attr_accessor storage_throughput: ::Integer
|
1162
1162
|
attr_accessor option_group_memberships: ::Array[Types::OptionGroupMembership]
|
1163
1163
|
attr_accessor character_set_name: ::String
|
1164
1164
|
attr_accessor nchar_character_set_name: ::String
|
@@ -1193,29 +1193,29 @@ module Aws::RDS
|
|
1193
1193
|
attr_accessor listener_endpoint: Types::Endpoint
|
1194
1194
|
attr_accessor max_allocated_storage: ::Integer
|
1195
1195
|
attr_accessor tag_list: ::Array[Types::Tag]
|
1196
|
-
attr_accessor
|
1196
|
+
attr_accessor automation_mode: ("full" | "all-paused")
|
1197
|
+
attr_accessor resume_full_automation_mode_time: ::Time
|
1197
1198
|
attr_accessor customer_owned_ip_enabled: bool
|
1198
|
-
attr_accessor
|
1199
|
+
attr_accessor network_type: ::String
|
1199
1200
|
attr_accessor activity_stream_status: ("stopped" | "starting" | "started" | "stopping")
|
1200
1201
|
attr_accessor activity_stream_kms_key_id: ::String
|
1201
1202
|
attr_accessor activity_stream_kinesis_stream_name: ::String
|
1202
1203
|
attr_accessor activity_stream_mode: ("sync" | "async")
|
1203
1204
|
attr_accessor activity_stream_engine_native_audit_fields_included: bool
|
1204
|
-
attr_accessor
|
1205
|
-
attr_accessor
|
1206
|
-
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]
|
1207
1207
|
attr_accessor backup_target: ::String
|
1208
|
-
attr_accessor
|
1208
|
+
attr_accessor automatic_restart_time: ::Time
|
1209
|
+
attr_accessor custom_iam_instance_profile: ::String
|
1209
1210
|
attr_accessor activity_stream_policy_status: ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
|
1210
|
-
attr_accessor
|
1211
|
+
attr_accessor certificate_details: Types::CertificateDetails
|
1211
1212
|
attr_accessor db_system_id: ::String
|
1212
1213
|
attr_accessor master_user_secret: Types::MasterUserSecret
|
1213
|
-
attr_accessor certificate_details: Types::CertificateDetails
|
1214
1214
|
attr_accessor read_replica_source_db_cluster_identifier: ::String
|
1215
1215
|
attr_accessor percent_progress: ::String
|
1216
|
+
attr_accessor multi_tenant: bool
|
1216
1217
|
attr_accessor dedicated_log_volume: bool
|
1217
1218
|
attr_accessor is_storage_config_upgrade_available: bool
|
1218
|
-
attr_accessor multi_tenant: bool
|
1219
1219
|
attr_accessor engine_lifecycle_support: ::String
|
1220
1220
|
SENSITIVE: []
|
1221
1221
|
end
|
@@ -1240,6 +1240,7 @@ module Aws::RDS
|
|
1240
1240
|
attr_accessor engine_version: ::String
|
1241
1241
|
attr_accessor license_model: ::String
|
1242
1242
|
attr_accessor iops: ::Integer
|
1243
|
+
attr_accessor storage_throughput: ::Integer
|
1243
1244
|
attr_accessor option_group_name: ::String
|
1244
1245
|
attr_accessor tde_credential_arn: ::String
|
1245
1246
|
attr_accessor encrypted: bool
|
@@ -1251,10 +1252,9 @@ module Aws::RDS
|
|
1251
1252
|
attr_accessor db_instance_automated_backups_arn: ::String
|
1252
1253
|
attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
|
1253
1254
|
attr_accessor backup_target: ::String
|
1254
|
-
attr_accessor
|
1255
|
+
attr_accessor multi_tenant: bool
|
1255
1256
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
1256
1257
|
attr_accessor dedicated_log_volume: bool
|
1257
|
-
attr_accessor multi_tenant: bool
|
1258
1258
|
SENSITIVE: []
|
1259
1259
|
end
|
1260
1260
|
|
@@ -1557,6 +1557,7 @@ module Aws::RDS
|
|
1557
1557
|
attr_accessor license_model: ::String
|
1558
1558
|
attr_accessor snapshot_type: ::String
|
1559
1559
|
attr_accessor iops: ::Integer
|
1560
|
+
attr_accessor storage_throughput: ::Integer
|
1560
1561
|
attr_accessor option_group_name: ::String
|
1561
1562
|
attr_accessor percent_progress: ::Integer
|
1562
1563
|
attr_accessor source_region: ::String
|
@@ -1571,13 +1572,12 @@ module Aws::RDS
|
|
1571
1572
|
attr_accessor processor_features: ::Array[Types::ProcessorFeature]
|
1572
1573
|
attr_accessor dbi_resource_id: ::String
|
1573
1574
|
attr_accessor tag_list: ::Array[Types::Tag]
|
1575
|
+
attr_accessor snapshot_target: ::String
|
1574
1576
|
attr_accessor original_snapshot_create_time: ::Time
|
1575
1577
|
attr_accessor snapshot_database_time: ::Time
|
1576
|
-
attr_accessor snapshot_target: ::String
|
1577
|
-
attr_accessor storage_throughput: ::Integer
|
1578
1578
|
attr_accessor db_system_id: ::String
|
1579
|
-
attr_accessor dedicated_log_volume: bool
|
1580
1579
|
attr_accessor multi_tenant: bool
|
1580
|
+
attr_accessor dedicated_log_volume: bool
|
1581
1581
|
attr_accessor snapshot_availability_zone: ::String
|
1582
1582
|
SENSITIVE: []
|
1583
1583
|
end
|
@@ -2221,7 +2221,7 @@ module Aws::RDS
|
|
2221
2221
|
|
2222
2222
|
class DescribeEventsMessage
|
2223
2223
|
attr_accessor source_identifier: ::String
|
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")
|
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")
|
2225
2225
|
attr_accessor start_time: ::Time
|
2226
2226
|
attr_accessor end_time: ::Time
|
2227
2227
|
attr_accessor duration: ::Integer
|
@@ -2400,7 +2400,7 @@ module Aws::RDS
|
|
2400
2400
|
attr_accessor log_file_data: ::String
|
2401
2401
|
attr_accessor marker: ::String
|
2402
2402
|
attr_accessor additional_data_pending: bool
|
2403
|
-
SENSITIVE: []
|
2403
|
+
SENSITIVE: [:log_file_data]
|
2404
2404
|
end
|
2405
2405
|
|
2406
2406
|
class DownloadDBLogFilePortionMessage
|
@@ -2449,7 +2449,7 @@ module Aws::RDS
|
|
2449
2449
|
|
2450
2450
|
class Event
|
2451
2451
|
attr_accessor source_identifier: ::String
|
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")
|
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")
|
2453
2453
|
attr_accessor message: ::String
|
2454
2454
|
attr_accessor event_categories: ::Array[::String]
|
2455
2455
|
attr_accessor date: ::Time
|
@@ -2645,10 +2645,10 @@ module Aws::RDS
|
|
2645
2645
|
attr_accessor additional_encryption_context: ::Hash[::String, ::String]
|
2646
2646
|
attr_accessor status: ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
2647
2647
|
attr_accessor tags: ::Array[Types::Tag]
|
2648
|
-
attr_accessor create_time: ::Time
|
2649
|
-
attr_accessor errors: ::Array[Types::IntegrationError]
|
2650
2648
|
attr_accessor data_filter: ::String
|
2651
2649
|
attr_accessor description: ::String
|
2650
|
+
attr_accessor create_time: ::Time
|
2651
|
+
attr_accessor errors: ::Array[Types::IntegrationError]
|
2652
2652
|
SENSITIVE: []
|
2653
2653
|
end
|
2654
2654
|
|
@@ -2896,25 +2896,25 @@ module Aws::RDS
|
|
2896
2896
|
attr_accessor storage_type: ::String
|
2897
2897
|
attr_accessor iops: ::Integer
|
2898
2898
|
attr_accessor auto_minor_version_upgrade: bool
|
2899
|
+
attr_accessor network_type: ::String
|
2900
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
2899
2901
|
attr_accessor monitoring_interval: ::Integer
|
2900
2902
|
attr_accessor monitoring_role_arn: ::String
|
2901
2903
|
attr_accessor database_insights_mode: ("standard" | "advanced")
|
2902
2904
|
attr_accessor enable_performance_insights: bool
|
2903
2905
|
attr_accessor performance_insights_kms_key_id: ::String
|
2904
2906
|
attr_accessor performance_insights_retention_period: ::Integer
|
2905
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
2906
|
-
attr_accessor network_type: ::String
|
2907
2907
|
attr_accessor manage_master_user_password: bool
|
2908
2908
|
attr_accessor rotate_master_user_password: bool
|
2909
|
+
attr_accessor enable_local_write_forwarding: bool
|
2909
2910
|
attr_accessor master_user_secret_kms_key_id: ::String
|
2910
2911
|
attr_accessor engine_mode: ::String
|
2911
2912
|
attr_accessor allow_engine_mode_change: bool
|
2912
|
-
attr_accessor enable_local_write_forwarding: bool
|
2913
2913
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
2914
2914
|
attr_accessor enable_limitless_database: bool
|
2915
2915
|
attr_accessor ca_certificate_identifier: ::String
|
2916
2916
|
attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
|
2917
|
-
SENSITIVE: []
|
2917
|
+
SENSITIVE: [:master_user_password]
|
2918
2918
|
end
|
2919
2919
|
|
2920
2920
|
class ModifyDBClusterParameterGroupMessage
|
@@ -2960,6 +2960,7 @@ module Aws::RDS
|
|
2960
2960
|
attr_accessor auto_minor_version_upgrade: bool
|
2961
2961
|
attr_accessor license_model: ::String
|
2962
2962
|
attr_accessor iops: ::Integer
|
2963
|
+
attr_accessor storage_throughput: ::Integer
|
2963
2964
|
attr_accessor option_group_name: ::String
|
2964
2965
|
attr_accessor new_db_instance_identifier: ::String
|
2965
2966
|
attr_accessor storage_type: ::String
|
@@ -2971,13 +2972,13 @@ module Aws::RDS
|
|
2971
2972
|
attr_accessor domain_ou: ::String
|
2972
2973
|
attr_accessor domain_auth_secret_arn: ::String
|
2973
2974
|
attr_accessor domain_dns_ips: ::Array[::String]
|
2975
|
+
attr_accessor disable_domain: bool
|
2974
2976
|
attr_accessor copy_tags_to_snapshot: bool
|
2975
2977
|
attr_accessor monitoring_interval: ::Integer
|
2976
2978
|
attr_accessor db_port_number: ::Integer
|
2977
2979
|
attr_accessor publicly_accessible: bool
|
2978
2980
|
attr_accessor monitoring_role_arn: ::String
|
2979
2981
|
attr_accessor domain_iam_role_name: ::String
|
2980
|
-
attr_accessor disable_domain: bool
|
2981
2982
|
attr_accessor promotion_tier: ::Integer
|
2982
2983
|
attr_accessor enable_iam_database_authentication: bool
|
2983
2984
|
attr_accessor database_insights_mode: ("standard" | "advanced")
|
@@ -2991,20 +2992,19 @@ module Aws::RDS
|
|
2991
2992
|
attr_accessor max_allocated_storage: ::Integer
|
2992
2993
|
attr_accessor certificate_rotation_restart: bool
|
2993
2994
|
attr_accessor replica_mode: ("open-read-only" | "mounted")
|
2994
|
-
attr_accessor enable_customer_owned_ip: bool
|
2995
|
-
attr_accessor aws_backup_recovery_point_arn: ::String
|
2996
2995
|
attr_accessor automation_mode: ("full" | "all-paused")
|
2997
2996
|
attr_accessor resume_full_automation_mode_minutes: ::Integer
|
2997
|
+
attr_accessor enable_customer_owned_ip: bool
|
2998
2998
|
attr_accessor network_type: ::String
|
2999
|
-
attr_accessor
|
2999
|
+
attr_accessor aws_backup_recovery_point_arn: ::String
|
3000
3000
|
attr_accessor manage_master_user_password: bool
|
3001
3001
|
attr_accessor rotate_master_user_password: bool
|
3002
3002
|
attr_accessor master_user_secret_kms_key_id: ::String
|
3003
|
-
attr_accessor engine: ::String
|
3004
|
-
attr_accessor dedicated_log_volume: bool
|
3005
3003
|
attr_accessor multi_tenant: bool
|
3004
|
+
attr_accessor dedicated_log_volume: bool
|
3005
|
+
attr_accessor engine: ::String
|
3006
3006
|
attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
|
3007
|
-
SENSITIVE: []
|
3007
|
+
SENSITIVE: [:master_user_password, :tde_credential_password]
|
3008
3008
|
end
|
3009
3009
|
|
3010
3010
|
class ModifyDBInstanceResult
|
@@ -3290,7 +3290,7 @@ module Aws::RDS
|
|
3290
3290
|
attr_accessor allowed_values: ::String
|
3291
3291
|
attr_accessor is_modifiable: bool
|
3292
3292
|
attr_accessor is_collection: bool
|
3293
|
-
SENSITIVE: []
|
3293
|
+
SENSITIVE: [:value]
|
3294
3294
|
end
|
3295
3295
|
|
3296
3296
|
class OptionVersion
|
@@ -3312,6 +3312,7 @@ module Aws::RDS
|
|
3312
3312
|
attr_accessor supports_storage_encryption: bool
|
3313
3313
|
attr_accessor storage_type: ::String
|
3314
3314
|
attr_accessor supports_iops: bool
|
3315
|
+
attr_accessor supports_storage_throughput: bool
|
3315
3316
|
attr_accessor supports_enhanced_monitoring: bool
|
3316
3317
|
attr_accessor supports_iam_database_authentication: bool
|
3317
3318
|
attr_accessor supports_performance_insights: bool
|
@@ -3321,6 +3322,10 @@ module Aws::RDS
|
|
3321
3322
|
attr_accessor max_iops_per_db_instance: ::Integer
|
3322
3323
|
attr_accessor min_iops_per_gib: ::Float
|
3323
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
|
3324
3329
|
attr_accessor available_processor_features: ::Array[Types::AvailableProcessorFeature]
|
3325
3330
|
attr_accessor supported_engine_modes: ::Array[::String]
|
3326
3331
|
attr_accessor supports_storage_autoscaling: bool
|
@@ -3328,13 +3333,8 @@ module Aws::RDS
|
|
3328
3333
|
attr_accessor outpost_capable: bool
|
3329
3334
|
attr_accessor supported_activity_stream_modes: ::Array[::String]
|
3330
3335
|
attr_accessor supports_global_databases: bool
|
3331
|
-
attr_accessor supports_clusters: bool
|
3332
3336
|
attr_accessor supported_network_types: ::Array[::String]
|
3333
|
-
attr_accessor
|
3334
|
-
attr_accessor min_storage_throughput_per_db_instance: ::Integer
|
3335
|
-
attr_accessor max_storage_throughput_per_db_instance: ::Integer
|
3336
|
-
attr_accessor min_storage_throughput_per_iops: ::Float
|
3337
|
-
attr_accessor max_storage_throughput_per_iops: ::Float
|
3337
|
+
attr_accessor supports_clusters: bool
|
3338
3338
|
attr_accessor supports_dedicated_log_volume: bool
|
3339
3339
|
attr_accessor supports_http_endpoint: bool
|
3340
3340
|
SENSITIVE: []
|
@@ -3398,20 +3398,20 @@ module Aws::RDS
|
|
3398
3398
|
attr_accessor engine_version: ::String
|
3399
3399
|
attr_accessor license_model: ::String
|
3400
3400
|
attr_accessor iops: ::Integer
|
3401
|
+
attr_accessor storage_throughput: ::Integer
|
3401
3402
|
attr_accessor db_instance_identifier: ::String
|
3402
3403
|
attr_accessor storage_type: ::String
|
3403
3404
|
attr_accessor ca_certificate_identifier: ::String
|
3404
3405
|
attr_accessor db_subnet_group_name: ::String
|
3405
3406
|
attr_accessor pending_cloudwatch_logs_exports: Types::PendingCloudwatchLogsExports
|
3406
3407
|
attr_accessor processor_features: ::Array[Types::ProcessorFeature]
|
3407
|
-
attr_accessor iam_database_authentication_enabled: bool
|
3408
3408
|
attr_accessor automation_mode: ("full" | "all-paused")
|
3409
3409
|
attr_accessor resume_full_automation_mode_time: ::Time
|
3410
|
-
attr_accessor storage_throughput: ::Integer
|
3411
|
-
attr_accessor engine: ::String
|
3412
|
-
attr_accessor dedicated_log_volume: bool
|
3413
3410
|
attr_accessor multi_tenant: bool
|
3414
|
-
|
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]
|
3415
3415
|
end
|
3416
3416
|
|
3417
3417
|
class PerformanceInsightsMetricDimensionGroup
|
@@ -3726,13 +3726,13 @@ module Aws::RDS
|
|
3726
3726
|
attr_accessor copy_tags_to_snapshot: bool
|
3727
3727
|
attr_accessor domain: ::String
|
3728
3728
|
attr_accessor domain_iam_role_name: ::String
|
3729
|
-
attr_accessor
|
3729
|
+
attr_accessor storage_type: ::String
|
3730
3730
|
attr_accessor network_type: ::String
|
3731
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
3731
3732
|
attr_accessor manage_master_user_password: bool
|
3732
3733
|
attr_accessor master_user_secret_kms_key_id: ::String
|
3733
|
-
attr_accessor storage_type: ::String
|
3734
3734
|
attr_accessor engine_lifecycle_support: ::String
|
3735
|
-
SENSITIVE: []
|
3735
|
+
SENSITIVE: [:master_user_password]
|
3736
3736
|
end
|
3737
3737
|
|
3738
3738
|
class RestoreDBClusterFromS3Result
|
@@ -3767,8 +3767,8 @@ module Aws::RDS
|
|
3767
3767
|
attr_accessor storage_type: ::String
|
3768
3768
|
attr_accessor iops: ::Integer
|
3769
3769
|
attr_accessor publicly_accessible: bool
|
3770
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
3771
3770
|
attr_accessor network_type: ::String
|
3771
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
3772
3772
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
3773
3773
|
attr_accessor monitoring_interval: ::Integer
|
3774
3774
|
attr_accessor monitoring_role_arn: ::String
|
@@ -3804,15 +3804,15 @@ module Aws::RDS
|
|
3804
3804
|
attr_accessor copy_tags_to_snapshot: bool
|
3805
3805
|
attr_accessor domain: ::String
|
3806
3806
|
attr_accessor domain_iam_role_name: ::String
|
3807
|
-
attr_accessor scaling_configuration: Types::ScalingConfiguration
|
3808
|
-
attr_accessor engine_mode: ::String
|
3809
3807
|
attr_accessor db_cluster_instance_class: ::String
|
3810
3808
|
attr_accessor storage_type: ::String
|
3811
3809
|
attr_accessor publicly_accessible: bool
|
3812
3810
|
attr_accessor iops: ::Integer
|
3813
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
3814
3811
|
attr_accessor network_type: ::String
|
3815
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
|
3816
3816
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
3817
3817
|
attr_accessor monitoring_interval: ::Integer
|
3818
3818
|
attr_accessor monitoring_role_arn: ::String
|
@@ -3842,6 +3842,7 @@ module Aws::RDS
|
|
3842
3842
|
attr_accessor db_name: ::String
|
3843
3843
|
attr_accessor engine: ::String
|
3844
3844
|
attr_accessor iops: ::Integer
|
3845
|
+
attr_accessor storage_throughput: ::Integer
|
3845
3846
|
attr_accessor option_group_name: ::String
|
3846
3847
|
attr_accessor tags: ::Array[Types::Tag]
|
3847
3848
|
attr_accessor storage_type: ::String
|
@@ -3862,18 +3863,17 @@ module Aws::RDS
|
|
3862
3863
|
attr_accessor db_parameter_group_name: ::String
|
3863
3864
|
attr_accessor deletion_protection: bool
|
3864
3865
|
attr_accessor enable_customer_owned_ip: bool
|
3865
|
-
attr_accessor custom_iam_instance_profile: ::String
|
3866
|
-
attr_accessor backup_target: ::String
|
3867
3866
|
attr_accessor network_type: ::String
|
3868
|
-
attr_accessor
|
3869
|
-
attr_accessor
|
3867
|
+
attr_accessor backup_target: ::String
|
3868
|
+
attr_accessor custom_iam_instance_profile: ::String
|
3870
3869
|
attr_accessor allocated_storage: ::Integer
|
3870
|
+
attr_accessor db_cluster_snapshot_identifier: ::String
|
3871
3871
|
attr_accessor dedicated_log_volume: bool
|
3872
3872
|
attr_accessor ca_certificate_identifier: ::String
|
3873
3873
|
attr_accessor engine_lifecycle_support: ::String
|
3874
3874
|
attr_accessor manage_master_user_password: bool
|
3875
3875
|
attr_accessor master_user_secret_kms_key_id: ::String
|
3876
|
-
SENSITIVE: []
|
3876
|
+
SENSITIVE: [:tde_credential_password]
|
3877
3877
|
end
|
3878
3878
|
|
3879
3879
|
class RestoreDBInstanceFromDBSnapshotResult
|
@@ -3903,6 +3903,7 @@ module Aws::RDS
|
|
3903
3903
|
attr_accessor auto_minor_version_upgrade: bool
|
3904
3904
|
attr_accessor license_model: ::String
|
3905
3905
|
attr_accessor iops: ::Integer
|
3906
|
+
attr_accessor storage_throughput: ::Integer
|
3906
3907
|
attr_accessor option_group_name: ::String
|
3907
3908
|
attr_accessor publicly_accessible: bool
|
3908
3909
|
attr_accessor tags: ::Array[Types::Tag]
|
@@ -3928,13 +3929,12 @@ module Aws::RDS
|
|
3928
3929
|
attr_accessor deletion_protection: bool
|
3929
3930
|
attr_accessor max_allocated_storage: ::Integer
|
3930
3931
|
attr_accessor network_type: ::String
|
3931
|
-
attr_accessor storage_throughput: ::Integer
|
3932
3932
|
attr_accessor manage_master_user_password: bool
|
3933
3933
|
attr_accessor master_user_secret_kms_key_id: ::String
|
3934
3934
|
attr_accessor dedicated_log_volume: bool
|
3935
3935
|
attr_accessor ca_certificate_identifier: ::String
|
3936
3936
|
attr_accessor engine_lifecycle_support: ::String
|
3937
|
-
SENSITIVE: []
|
3937
|
+
SENSITIVE: [:master_user_password]
|
3938
3938
|
end
|
3939
3939
|
|
3940
3940
|
class RestoreDBInstanceFromS3Result
|
@@ -3958,6 +3958,7 @@ module Aws::RDS
|
|
3958
3958
|
attr_accessor db_name: ::String
|
3959
3959
|
attr_accessor engine: ::String
|
3960
3960
|
attr_accessor iops: ::Integer
|
3961
|
+
attr_accessor storage_throughput: ::Integer
|
3961
3962
|
attr_accessor option_group_name: ::String
|
3962
3963
|
attr_accessor copy_tags_to_snapshot: bool
|
3963
3964
|
attr_accessor tags: ::Array[Types::Tag]
|
@@ -3979,19 +3980,18 @@ module Aws::RDS
|
|
3979
3980
|
attr_accessor deletion_protection: bool
|
3980
3981
|
attr_accessor source_dbi_resource_id: ::String
|
3981
3982
|
attr_accessor max_allocated_storage: ::Integer
|
3982
|
-
attr_accessor source_db_instance_automated_backups_arn: ::String
|
3983
3983
|
attr_accessor enable_customer_owned_ip: bool
|
3984
|
-
attr_accessor custom_iam_instance_profile: ::String
|
3985
|
-
attr_accessor backup_target: ::String
|
3986
3984
|
attr_accessor network_type: ::String
|
3987
|
-
attr_accessor
|
3985
|
+
attr_accessor source_db_instance_automated_backups_arn: ::String
|
3986
|
+
attr_accessor backup_target: ::String
|
3987
|
+
attr_accessor custom_iam_instance_profile: ::String
|
3988
3988
|
attr_accessor allocated_storage: ::Integer
|
3989
3989
|
attr_accessor dedicated_log_volume: bool
|
3990
3990
|
attr_accessor ca_certificate_identifier: ::String
|
3991
3991
|
attr_accessor engine_lifecycle_support: ::String
|
3992
3992
|
attr_accessor manage_master_user_password: bool
|
3993
3993
|
attr_accessor master_user_secret_kms_key_id: ::String
|
3994
|
-
SENSITIVE: []
|
3994
|
+
SENSITIVE: [:tde_credential_password]
|
3995
3995
|
end
|
3996
3996
|
|
3997
3997
|
class RestoreDBInstanceToPointInTimeResult
|
@@ -4116,8 +4116,8 @@ module Aws::RDS
|
|
4116
4116
|
attr_accessor kinesis_stream_name: ::String
|
4117
4117
|
attr_accessor status: ("stopped" | "starting" | "started" | "stopping")
|
4118
4118
|
attr_accessor mode: ("sync" | "async")
|
4119
|
-
attr_accessor apply_immediately: bool
|
4120
4119
|
attr_accessor engine_native_audit_fields_included: bool
|
4120
|
+
attr_accessor apply_immediately: bool
|
4121
4121
|
SENSITIVE: []
|
4122
4122
|
end
|
4123
4123
|
|
@@ -4137,7 +4137,7 @@ module Aws::RDS
|
|
4137
4137
|
attr_accessor kms_key_id: ::String
|
4138
4138
|
attr_accessor pre_signed_url: ::String
|
4139
4139
|
attr_accessor source_region: ::String
|
4140
|
-
SENSITIVE: []
|
4140
|
+
SENSITIVE: [:pre_signed_url]
|
4141
4141
|
end
|
4142
4142
|
|
4143
4143
|
class StartDBInstanceAutomatedBackupsReplicationResult
|
@@ -4297,8 +4297,8 @@ module Aws::RDS
|
|
4297
4297
|
end
|
4298
4298
|
|
4299
4299
|
class TargetHealth
|
4300
|
-
attr_accessor state: ("REGISTERING" | "AVAILABLE" | "UNAVAILABLE")
|
4301
|
-
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")
|
4302
4302
|
attr_accessor description: ::String
|
4303
4303
|
SENSITIVE: []
|
4304
4304
|
end
|
@@ -4398,9 +4398,9 @@ module Aws::RDS
|
|
4398
4398
|
attr_accessor storage_size: ::Array[Types::Range]
|
4399
4399
|
attr_accessor provisioned_iops: ::Array[Types::Range]
|
4400
4400
|
attr_accessor iops_to_storage_ratio: ::Array[Types::DoubleRange]
|
4401
|
-
attr_accessor supports_storage_autoscaling: bool
|
4402
4401
|
attr_accessor provisioned_storage_throughput: ::Array[Types::Range]
|
4403
4402
|
attr_accessor storage_throughput_to_iops_ratio: ::Array[Types::DoubleRange]
|
4403
|
+
attr_accessor supports_storage_autoscaling: bool
|
4404
4404
|
SENSITIVE: []
|
4405
4405
|
end
|
4406
4406
|
|