aws-sdk-rds 1.290.0 → 1.300.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 +50 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1558 -1397
- data/lib/aws-sdk-rds/client_api.rb +238 -159
- data/lib/aws-sdk-rds/customizations.rb +0 -1
- data/lib/aws-sdk-rds/db_cluster.rb +383 -345
- 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 +351 -318
- 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/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-rds/errors.rb +11 -0
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +239 -227
- data/lib/aws-sdk-rds/types.rb +1296 -1066
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +113 -104
- data/sig/db_cluster.rbs +69 -64
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +50 -45
- data/sig/db_snapshot.rbs +14 -14
- data/sig/errors.rbs +2 -0
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +23 -21
- data/sig/types.rbs +136 -118
- metadata +3 -3
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,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
398
|
attr_accessor cluster_scalability_type: ("standard" | "limitless")
|
|
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
|
|
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
|
-
|
|
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
|
|
@@ -782,6 +787,7 @@ module Aws::RDS
|
|
|
782
787
|
attr_accessor db_cluster_option_group_memberships: ::Array[Types::DBClusterOptionGroupStatus]
|
|
783
788
|
attr_accessor preferred_backup_window: ::String
|
|
784
789
|
attr_accessor preferred_maintenance_window: ::String
|
|
790
|
+
attr_accessor upgrade_rollout_order: ("first" | "second" | "last")
|
|
785
791
|
attr_accessor replication_source_identifier: ::String
|
|
786
792
|
attr_accessor read_replica_identifiers: ::Array[::String]
|
|
787
793
|
attr_accessor status_infos: ::Array[Types::DBClusterStatusInfo]
|
|
@@ -801,9 +807,17 @@ module Aws::RDS
|
|
|
801
807
|
attr_accessor backtrack_consumed_change_records: ::Integer
|
|
802
808
|
attr_accessor enabled_cloudwatch_logs_exports: ::Array[::String]
|
|
803
809
|
attr_accessor capacity: ::Integer
|
|
810
|
+
attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
|
|
804
811
|
attr_accessor engine_mode: ::String
|
|
805
812
|
attr_accessor scaling_configuration_info: Types::ScalingConfigurationInfo
|
|
806
813
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
|
814
|
+
attr_accessor db_cluster_instance_class: ::String
|
|
815
|
+
attr_accessor storage_type: ::String
|
|
816
|
+
attr_accessor iops: ::Integer
|
|
817
|
+
attr_accessor storage_throughput: ::Integer
|
|
818
|
+
attr_accessor io_optimized_next_allowed_modification_time: ::Time
|
|
819
|
+
attr_accessor publicly_accessible: bool
|
|
820
|
+
attr_accessor auto_minor_version_upgrade: bool
|
|
807
821
|
attr_accessor deletion_protection: bool
|
|
808
822
|
attr_accessor http_endpoint_enabled: bool
|
|
809
823
|
attr_accessor activity_stream_mode: ("sync" | "async")
|
|
@@ -817,28 +831,21 @@ module Aws::RDS
|
|
|
817
831
|
attr_accessor global_cluster_identifier: ::String
|
|
818
832
|
attr_accessor global_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
|
|
819
833
|
attr_accessor global_write_forwarding_requested: bool
|
|
820
|
-
attr_accessor
|
|
821
|
-
attr_accessor
|
|
822
|
-
attr_accessor
|
|
823
|
-
attr_accessor
|
|
824
|
-
attr_accessor publicly_accessible: bool
|
|
825
|
-
attr_accessor auto_minor_version_upgrade: bool
|
|
834
|
+
attr_accessor network_type: ::String
|
|
835
|
+
attr_accessor automatic_restart_time: ::Time
|
|
836
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfigurationInfo
|
|
837
|
+
attr_accessor serverless_v2_platform_version: ::String
|
|
826
838
|
attr_accessor monitoring_interval: ::Integer
|
|
827
839
|
attr_accessor monitoring_role_arn: ::String
|
|
828
840
|
attr_accessor database_insights_mode: ("standard" | "advanced")
|
|
829
841
|
attr_accessor performance_insights_enabled: bool
|
|
830
842
|
attr_accessor performance_insights_kms_key_id: ::String
|
|
831
843
|
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
844
|
attr_accessor db_system_id: ::String
|
|
836
845
|
attr_accessor master_user_secret: Types::MasterUserSecret
|
|
837
|
-
attr_accessor io_optimized_next_allowed_modification_time: ::Time
|
|
838
846
|
attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
|
|
839
847
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
840
848
|
attr_accessor limitless_database: Types::LimitlessDatabase
|
|
841
|
-
attr_accessor storage_throughput: ::Integer
|
|
842
849
|
attr_accessor cluster_scalability_type: ("standard" | "limitless")
|
|
843
850
|
attr_accessor certificate_details: Types::CertificateDetails
|
|
844
851
|
attr_accessor engine_lifecycle_support: ::String
|
|
@@ -872,8 +879,8 @@ module Aws::RDS
|
|
|
872
879
|
attr_accessor kms_key_id: ::String
|
|
873
880
|
attr_accessor storage_type: ::String
|
|
874
881
|
attr_accessor iops: ::Integer
|
|
875
|
-
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
876
882
|
attr_accessor storage_throughput: ::Integer
|
|
883
|
+
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
877
884
|
SENSITIVE: []
|
|
878
885
|
end
|
|
879
886
|
|
|
@@ -1039,10 +1046,10 @@ module Aws::RDS
|
|
|
1039
1046
|
attr_accessor source_db_cluster_snapshot_arn: ::String
|
|
1040
1047
|
attr_accessor iam_database_authentication_enabled: bool
|
|
1041
1048
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
1042
|
-
attr_accessor db_system_id: ::String
|
|
1043
1049
|
attr_accessor storage_type: ::String
|
|
1044
|
-
attr_accessor db_cluster_resource_id: ::String
|
|
1045
1050
|
attr_accessor storage_throughput: ::Integer
|
|
1051
|
+
attr_accessor db_cluster_resource_id: ::String
|
|
1052
|
+
attr_accessor db_system_id: ::String
|
|
1046
1053
|
SENSITIVE: []
|
|
1047
1054
|
end
|
|
1048
1055
|
|
|
@@ -1080,13 +1087,20 @@ module Aws::RDS
|
|
|
1080
1087
|
|
|
1081
1088
|
class DBEngineVersion
|
|
1082
1089
|
attr_accessor engine: ::String
|
|
1090
|
+
attr_accessor major_engine_version: ::String
|
|
1083
1091
|
attr_accessor engine_version: ::String
|
|
1092
|
+
attr_accessor database_installation_files_s3_bucket_name: ::String
|
|
1093
|
+
attr_accessor database_installation_files_s3_prefix: ::String
|
|
1094
|
+
attr_accessor custom_db_engine_version_manifest: ::String
|
|
1084
1095
|
attr_accessor db_parameter_group_family: ::String
|
|
1085
1096
|
attr_accessor db_engine_description: ::String
|
|
1097
|
+
attr_accessor db_engine_version_arn: ::String
|
|
1086
1098
|
attr_accessor db_engine_version_description: ::String
|
|
1087
1099
|
attr_accessor default_character_set: Types::CharacterSet
|
|
1088
1100
|
attr_accessor image: Types::CustomDBEngineVersionAMI
|
|
1089
1101
|
attr_accessor db_engine_media_type: ::String
|
|
1102
|
+
attr_accessor kms_key_id: ::String
|
|
1103
|
+
attr_accessor create_time: ::Time
|
|
1090
1104
|
attr_accessor supported_character_sets: ::Array[Types::CharacterSet]
|
|
1091
1105
|
attr_accessor supported_nchar_character_sets: ::Array[Types::CharacterSet]
|
|
1092
1106
|
attr_accessor valid_upgrade_target: ::Array[Types::UpgradeTarget]
|
|
@@ -1099,15 +1113,8 @@ module Aws::RDS
|
|
|
1099
1113
|
attr_accessor status: ::String
|
|
1100
1114
|
attr_accessor supports_parallel_query: bool
|
|
1101
1115
|
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
1116
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
1109
1117
|
attr_accessor supports_babelfish: bool
|
|
1110
|
-
attr_accessor custom_db_engine_version_manifest: ::String
|
|
1111
1118
|
attr_accessor supports_limitless_database: bool
|
|
1112
1119
|
attr_accessor supports_certificate_rotation_without_restart: bool
|
|
1113
1120
|
attr_accessor supported_ca_certificate_identifiers: ::Array[::String]
|
|
@@ -1128,7 +1135,6 @@ module Aws::RDS
|
|
|
1128
1135
|
attr_accessor db_instance_class: ::String
|
|
1129
1136
|
attr_accessor engine: ::String
|
|
1130
1137
|
attr_accessor db_instance_status: ::String
|
|
1131
|
-
attr_accessor automatic_restart_time: ::Time
|
|
1132
1138
|
attr_accessor master_username: ::String
|
|
1133
1139
|
attr_accessor db_name: ::String
|
|
1134
1140
|
attr_accessor endpoint: Types::Endpoint
|
|
@@ -1142,6 +1148,7 @@ module Aws::RDS
|
|
|
1142
1148
|
attr_accessor availability_zone: ::String
|
|
1143
1149
|
attr_accessor db_subnet_group: Types::DBSubnetGroup
|
|
1144
1150
|
attr_accessor preferred_maintenance_window: ::String
|
|
1151
|
+
attr_accessor upgrade_rollout_order: ("first" | "second" | "last")
|
|
1145
1152
|
attr_accessor pending_modified_values: Types::PendingModifiedValues
|
|
1146
1153
|
attr_accessor latest_restorable_time: ::Time
|
|
1147
1154
|
attr_accessor multi_az: bool
|
|
@@ -1153,6 +1160,7 @@ module Aws::RDS
|
|
|
1153
1160
|
attr_accessor replica_mode: ("open-read-only" | "mounted")
|
|
1154
1161
|
attr_accessor license_model: ::String
|
|
1155
1162
|
attr_accessor iops: ::Integer
|
|
1163
|
+
attr_accessor storage_throughput: ::Integer
|
|
1156
1164
|
attr_accessor option_group_memberships: ::Array[Types::OptionGroupMembership]
|
|
1157
1165
|
attr_accessor character_set_name: ::String
|
|
1158
1166
|
attr_accessor nchar_character_set_name: ::String
|
|
@@ -1187,29 +1195,29 @@ module Aws::RDS
|
|
|
1187
1195
|
attr_accessor listener_endpoint: Types::Endpoint
|
|
1188
1196
|
attr_accessor max_allocated_storage: ::Integer
|
|
1189
1197
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
1190
|
-
attr_accessor
|
|
1198
|
+
attr_accessor automation_mode: ("full" | "all-paused")
|
|
1199
|
+
attr_accessor resume_full_automation_mode_time: ::Time
|
|
1191
1200
|
attr_accessor customer_owned_ip_enabled: bool
|
|
1192
|
-
attr_accessor
|
|
1201
|
+
attr_accessor network_type: ::String
|
|
1193
1202
|
attr_accessor activity_stream_status: ("stopped" | "starting" | "started" | "stopping")
|
|
1194
1203
|
attr_accessor activity_stream_kms_key_id: ::String
|
|
1195
1204
|
attr_accessor activity_stream_kinesis_stream_name: ::String
|
|
1196
1205
|
attr_accessor activity_stream_mode: ("sync" | "async")
|
|
1197
1206
|
attr_accessor activity_stream_engine_native_audit_fields_included: bool
|
|
1198
|
-
attr_accessor
|
|
1199
|
-
attr_accessor
|
|
1200
|
-
attr_accessor custom_iam_instance_profile: ::String
|
|
1207
|
+
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
1208
|
+
attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
|
|
1201
1209
|
attr_accessor backup_target: ::String
|
|
1202
|
-
attr_accessor
|
|
1210
|
+
attr_accessor automatic_restart_time: ::Time
|
|
1211
|
+
attr_accessor custom_iam_instance_profile: ::String
|
|
1203
1212
|
attr_accessor activity_stream_policy_status: ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
|
|
1204
|
-
attr_accessor
|
|
1213
|
+
attr_accessor certificate_details: Types::CertificateDetails
|
|
1205
1214
|
attr_accessor db_system_id: ::String
|
|
1206
1215
|
attr_accessor master_user_secret: Types::MasterUserSecret
|
|
1207
|
-
attr_accessor certificate_details: Types::CertificateDetails
|
|
1208
1216
|
attr_accessor read_replica_source_db_cluster_identifier: ::String
|
|
1209
1217
|
attr_accessor percent_progress: ::String
|
|
1218
|
+
attr_accessor multi_tenant: bool
|
|
1210
1219
|
attr_accessor dedicated_log_volume: bool
|
|
1211
1220
|
attr_accessor is_storage_config_upgrade_available: bool
|
|
1212
|
-
attr_accessor multi_tenant: bool
|
|
1213
1221
|
attr_accessor engine_lifecycle_support: ::String
|
|
1214
1222
|
SENSITIVE: []
|
|
1215
1223
|
end
|
|
@@ -1234,6 +1242,7 @@ module Aws::RDS
|
|
|
1234
1242
|
attr_accessor engine_version: ::String
|
|
1235
1243
|
attr_accessor license_model: ::String
|
|
1236
1244
|
attr_accessor iops: ::Integer
|
|
1245
|
+
attr_accessor storage_throughput: ::Integer
|
|
1237
1246
|
attr_accessor option_group_name: ::String
|
|
1238
1247
|
attr_accessor tde_credential_arn: ::String
|
|
1239
1248
|
attr_accessor encrypted: bool
|
|
@@ -1245,10 +1254,9 @@ module Aws::RDS
|
|
|
1245
1254
|
attr_accessor db_instance_automated_backups_arn: ::String
|
|
1246
1255
|
attr_accessor db_instance_automated_backups_replications: ::Array[Types::DBInstanceAutomatedBackupsReplication]
|
|
1247
1256
|
attr_accessor backup_target: ::String
|
|
1248
|
-
attr_accessor
|
|
1257
|
+
attr_accessor multi_tenant: bool
|
|
1249
1258
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
1250
1259
|
attr_accessor dedicated_log_volume: bool
|
|
1251
|
-
attr_accessor multi_tenant: bool
|
|
1252
1260
|
SENSITIVE: []
|
|
1253
1261
|
end
|
|
1254
1262
|
|
|
@@ -1363,6 +1371,7 @@ module Aws::RDS
|
|
|
1363
1371
|
attr_accessor vpc_id: ::String
|
|
1364
1372
|
attr_accessor vpc_security_group_ids: ::Array[::String]
|
|
1365
1373
|
attr_accessor vpc_subnet_ids: ::Array[::String]
|
|
1374
|
+
attr_accessor default_auth_scheme: ::String
|
|
1366
1375
|
attr_accessor auth: ::Array[Types::UserAuthConfigInfo]
|
|
1367
1376
|
attr_accessor role_arn: ::String
|
|
1368
1377
|
attr_accessor endpoint: ::String
|
|
@@ -1371,6 +1380,8 @@ module Aws::RDS
|
|
|
1371
1380
|
attr_accessor debug_logging: bool
|
|
1372
1381
|
attr_accessor created_date: ::Time
|
|
1373
1382
|
attr_accessor updated_date: ::Time
|
|
1383
|
+
attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
|
|
1384
|
+
attr_accessor target_connection_network_type: ("IPV4" | "IPV6")
|
|
1374
1385
|
SENSITIVE: []
|
|
1375
1386
|
end
|
|
1376
1387
|
|
|
@@ -1389,6 +1400,7 @@ module Aws::RDS
|
|
|
1389
1400
|
attr_accessor created_date: ::Time
|
|
1390
1401
|
attr_accessor target_role: ("READ_WRITE" | "READ_ONLY")
|
|
1391
1402
|
attr_accessor is_default: bool
|
|
1403
|
+
attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
|
|
1392
1404
|
SENSITIVE: []
|
|
1393
1405
|
end
|
|
1394
1406
|
|
|
@@ -1547,6 +1559,7 @@ module Aws::RDS
|
|
|
1547
1559
|
attr_accessor license_model: ::String
|
|
1548
1560
|
attr_accessor snapshot_type: ::String
|
|
1549
1561
|
attr_accessor iops: ::Integer
|
|
1562
|
+
attr_accessor storage_throughput: ::Integer
|
|
1550
1563
|
attr_accessor option_group_name: ::String
|
|
1551
1564
|
attr_accessor percent_progress: ::Integer
|
|
1552
1565
|
attr_accessor source_region: ::String
|
|
@@ -1561,13 +1574,12 @@ module Aws::RDS
|
|
|
1561
1574
|
attr_accessor processor_features: ::Array[Types::ProcessorFeature]
|
|
1562
1575
|
attr_accessor dbi_resource_id: ::String
|
|
1563
1576
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
1577
|
+
attr_accessor snapshot_target: ::String
|
|
1564
1578
|
attr_accessor original_snapshot_create_time: ::Time
|
|
1565
1579
|
attr_accessor snapshot_database_time: ::Time
|
|
1566
|
-
attr_accessor snapshot_target: ::String
|
|
1567
|
-
attr_accessor storage_throughput: ::Integer
|
|
1568
1580
|
attr_accessor db_system_id: ::String
|
|
1569
|
-
attr_accessor dedicated_log_volume: bool
|
|
1570
1581
|
attr_accessor multi_tenant: bool
|
|
1582
|
+
attr_accessor dedicated_log_volume: bool
|
|
1571
1583
|
attr_accessor snapshot_availability_zone: ::String
|
|
1572
1584
|
SENSITIVE: []
|
|
1573
1585
|
end
|
|
@@ -2211,7 +2223,7 @@ module Aws::RDS
|
|
|
2211
2223
|
|
|
2212
2224
|
class DescribeEventsMessage
|
|
2213
2225
|
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")
|
|
2226
|
+
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
2227
|
attr_accessor start_time: ::Time
|
|
2216
2228
|
attr_accessor end_time: ::Time
|
|
2217
2229
|
attr_accessor duration: ::Integer
|
|
@@ -2390,7 +2402,7 @@ module Aws::RDS
|
|
|
2390
2402
|
attr_accessor log_file_data: ::String
|
|
2391
2403
|
attr_accessor marker: ::String
|
|
2392
2404
|
attr_accessor additional_data_pending: bool
|
|
2393
|
-
SENSITIVE: []
|
|
2405
|
+
SENSITIVE: [:log_file_data]
|
|
2394
2406
|
end
|
|
2395
2407
|
|
|
2396
2408
|
class DownloadDBLogFilePortionMessage
|
|
@@ -2439,7 +2451,7 @@ module Aws::RDS
|
|
|
2439
2451
|
|
|
2440
2452
|
class Event
|
|
2441
2453
|
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")
|
|
2454
|
+
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
2455
|
attr_accessor message: ::String
|
|
2444
2456
|
attr_accessor event_categories: ::Array[::String]
|
|
2445
2457
|
attr_accessor date: ::Time
|
|
@@ -2635,10 +2647,10 @@ module Aws::RDS
|
|
|
2635
2647
|
attr_accessor additional_encryption_context: ::Hash[::String, ::String]
|
|
2636
2648
|
attr_accessor status: ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
|
2637
2649
|
attr_accessor tags: ::Array[Types::Tag]
|
|
2638
|
-
attr_accessor create_time: ::Time
|
|
2639
|
-
attr_accessor errors: ::Array[Types::IntegrationError]
|
|
2640
2650
|
attr_accessor data_filter: ::String
|
|
2641
2651
|
attr_accessor description: ::String
|
|
2652
|
+
attr_accessor create_time: ::Time
|
|
2653
|
+
attr_accessor errors: ::Array[Types::IntegrationError]
|
|
2642
2654
|
SENSITIVE: []
|
|
2643
2655
|
end
|
|
2644
2656
|
|
|
@@ -2886,24 +2898,25 @@ module Aws::RDS
|
|
|
2886
2898
|
attr_accessor storage_type: ::String
|
|
2887
2899
|
attr_accessor iops: ::Integer
|
|
2888
2900
|
attr_accessor auto_minor_version_upgrade: bool
|
|
2901
|
+
attr_accessor network_type: ::String
|
|
2902
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
2889
2903
|
attr_accessor monitoring_interval: ::Integer
|
|
2890
2904
|
attr_accessor monitoring_role_arn: ::String
|
|
2891
2905
|
attr_accessor database_insights_mode: ("standard" | "advanced")
|
|
2892
2906
|
attr_accessor enable_performance_insights: bool
|
|
2893
2907
|
attr_accessor performance_insights_kms_key_id: ::String
|
|
2894
2908
|
attr_accessor performance_insights_retention_period: ::Integer
|
|
2895
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
2896
|
-
attr_accessor network_type: ::String
|
|
2897
2909
|
attr_accessor manage_master_user_password: bool
|
|
2898
2910
|
attr_accessor rotate_master_user_password: bool
|
|
2911
|
+
attr_accessor enable_local_write_forwarding: bool
|
|
2899
2912
|
attr_accessor master_user_secret_kms_key_id: ::String
|
|
2900
2913
|
attr_accessor engine_mode: ::String
|
|
2901
2914
|
attr_accessor allow_engine_mode_change: bool
|
|
2902
|
-
attr_accessor enable_local_write_forwarding: bool
|
|
2903
2915
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
2904
2916
|
attr_accessor enable_limitless_database: bool
|
|
2905
2917
|
attr_accessor ca_certificate_identifier: ::String
|
|
2906
|
-
|
|
2918
|
+
attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
|
|
2919
|
+
SENSITIVE: [:master_user_password]
|
|
2907
2920
|
end
|
|
2908
2921
|
|
|
2909
2922
|
class ModifyDBClusterParameterGroupMessage
|
|
@@ -2949,6 +2962,7 @@ module Aws::RDS
|
|
|
2949
2962
|
attr_accessor auto_minor_version_upgrade: bool
|
|
2950
2963
|
attr_accessor license_model: ::String
|
|
2951
2964
|
attr_accessor iops: ::Integer
|
|
2965
|
+
attr_accessor storage_throughput: ::Integer
|
|
2952
2966
|
attr_accessor option_group_name: ::String
|
|
2953
2967
|
attr_accessor new_db_instance_identifier: ::String
|
|
2954
2968
|
attr_accessor storage_type: ::String
|
|
@@ -2960,13 +2974,13 @@ module Aws::RDS
|
|
|
2960
2974
|
attr_accessor domain_ou: ::String
|
|
2961
2975
|
attr_accessor domain_auth_secret_arn: ::String
|
|
2962
2976
|
attr_accessor domain_dns_ips: ::Array[::String]
|
|
2977
|
+
attr_accessor disable_domain: bool
|
|
2963
2978
|
attr_accessor copy_tags_to_snapshot: bool
|
|
2964
2979
|
attr_accessor monitoring_interval: ::Integer
|
|
2965
2980
|
attr_accessor db_port_number: ::Integer
|
|
2966
2981
|
attr_accessor publicly_accessible: bool
|
|
2967
2982
|
attr_accessor monitoring_role_arn: ::String
|
|
2968
2983
|
attr_accessor domain_iam_role_name: ::String
|
|
2969
|
-
attr_accessor disable_domain: bool
|
|
2970
2984
|
attr_accessor promotion_tier: ::Integer
|
|
2971
2985
|
attr_accessor enable_iam_database_authentication: bool
|
|
2972
2986
|
attr_accessor database_insights_mode: ("standard" | "advanced")
|
|
@@ -2980,19 +2994,19 @@ module Aws::RDS
|
|
|
2980
2994
|
attr_accessor max_allocated_storage: ::Integer
|
|
2981
2995
|
attr_accessor certificate_rotation_restart: bool
|
|
2982
2996
|
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
2997
|
attr_accessor automation_mode: ("full" | "all-paused")
|
|
2986
2998
|
attr_accessor resume_full_automation_mode_minutes: ::Integer
|
|
2999
|
+
attr_accessor enable_customer_owned_ip: bool
|
|
2987
3000
|
attr_accessor network_type: ::String
|
|
2988
|
-
attr_accessor
|
|
3001
|
+
attr_accessor aws_backup_recovery_point_arn: ::String
|
|
2989
3002
|
attr_accessor manage_master_user_password: bool
|
|
2990
3003
|
attr_accessor rotate_master_user_password: bool
|
|
2991
3004
|
attr_accessor master_user_secret_kms_key_id: ::String
|
|
2992
|
-
attr_accessor engine: ::String
|
|
2993
|
-
attr_accessor dedicated_log_volume: bool
|
|
2994
3005
|
attr_accessor multi_tenant: bool
|
|
2995
|
-
|
|
3006
|
+
attr_accessor dedicated_log_volume: bool
|
|
3007
|
+
attr_accessor engine: ::String
|
|
3008
|
+
attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
|
|
3009
|
+
SENSITIVE: [:master_user_password, :tde_credential_password]
|
|
2996
3010
|
end
|
|
2997
3011
|
|
|
2998
3012
|
class ModifyDBInstanceResult
|
|
@@ -3021,6 +3035,7 @@ module Aws::RDS
|
|
|
3021
3035
|
class ModifyDBProxyRequest
|
|
3022
3036
|
attr_accessor db_proxy_name: ::String
|
|
3023
3037
|
attr_accessor new_db_proxy_name: ::String
|
|
3038
|
+
attr_accessor default_auth_scheme: ("IAM_AUTH" | "NONE")
|
|
3024
3039
|
attr_accessor auth: ::Array[Types::UserAuthConfig]
|
|
3025
3040
|
attr_accessor require_tls: bool
|
|
3026
3041
|
attr_accessor idle_client_timeout: ::Integer
|
|
@@ -3277,7 +3292,7 @@ module Aws::RDS
|
|
|
3277
3292
|
attr_accessor allowed_values: ::String
|
|
3278
3293
|
attr_accessor is_modifiable: bool
|
|
3279
3294
|
attr_accessor is_collection: bool
|
|
3280
|
-
SENSITIVE: []
|
|
3295
|
+
SENSITIVE: [:value]
|
|
3281
3296
|
end
|
|
3282
3297
|
|
|
3283
3298
|
class OptionVersion
|
|
@@ -3299,6 +3314,7 @@ module Aws::RDS
|
|
|
3299
3314
|
attr_accessor supports_storage_encryption: bool
|
|
3300
3315
|
attr_accessor storage_type: ::String
|
|
3301
3316
|
attr_accessor supports_iops: bool
|
|
3317
|
+
attr_accessor supports_storage_throughput: bool
|
|
3302
3318
|
attr_accessor supports_enhanced_monitoring: bool
|
|
3303
3319
|
attr_accessor supports_iam_database_authentication: bool
|
|
3304
3320
|
attr_accessor supports_performance_insights: bool
|
|
@@ -3308,6 +3324,10 @@ module Aws::RDS
|
|
|
3308
3324
|
attr_accessor max_iops_per_db_instance: ::Integer
|
|
3309
3325
|
attr_accessor min_iops_per_gib: ::Float
|
|
3310
3326
|
attr_accessor max_iops_per_gib: ::Float
|
|
3327
|
+
attr_accessor min_storage_throughput_per_db_instance: ::Integer
|
|
3328
|
+
attr_accessor max_storage_throughput_per_db_instance: ::Integer
|
|
3329
|
+
attr_accessor min_storage_throughput_per_iops: ::Float
|
|
3330
|
+
attr_accessor max_storage_throughput_per_iops: ::Float
|
|
3311
3331
|
attr_accessor available_processor_features: ::Array[Types::AvailableProcessorFeature]
|
|
3312
3332
|
attr_accessor supported_engine_modes: ::Array[::String]
|
|
3313
3333
|
attr_accessor supports_storage_autoscaling: bool
|
|
@@ -3315,13 +3335,8 @@ module Aws::RDS
|
|
|
3315
3335
|
attr_accessor outpost_capable: bool
|
|
3316
3336
|
attr_accessor supported_activity_stream_modes: ::Array[::String]
|
|
3317
3337
|
attr_accessor supports_global_databases: bool
|
|
3318
|
-
attr_accessor supports_clusters: bool
|
|
3319
3338
|
attr_accessor supported_network_types: ::Array[::String]
|
|
3320
|
-
attr_accessor
|
|
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
|
|
3339
|
+
attr_accessor supports_clusters: bool
|
|
3325
3340
|
attr_accessor supports_dedicated_log_volume: bool
|
|
3326
3341
|
attr_accessor supports_http_endpoint: bool
|
|
3327
3342
|
SENSITIVE: []
|
|
@@ -3385,20 +3400,20 @@ module Aws::RDS
|
|
|
3385
3400
|
attr_accessor engine_version: ::String
|
|
3386
3401
|
attr_accessor license_model: ::String
|
|
3387
3402
|
attr_accessor iops: ::Integer
|
|
3403
|
+
attr_accessor storage_throughput: ::Integer
|
|
3388
3404
|
attr_accessor db_instance_identifier: ::String
|
|
3389
3405
|
attr_accessor storage_type: ::String
|
|
3390
3406
|
attr_accessor ca_certificate_identifier: ::String
|
|
3391
3407
|
attr_accessor db_subnet_group_name: ::String
|
|
3392
3408
|
attr_accessor pending_cloudwatch_logs_exports: Types::PendingCloudwatchLogsExports
|
|
3393
3409
|
attr_accessor processor_features: ::Array[Types::ProcessorFeature]
|
|
3394
|
-
attr_accessor iam_database_authentication_enabled: bool
|
|
3395
3410
|
attr_accessor automation_mode: ("full" | "all-paused")
|
|
3396
3411
|
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
3412
|
attr_accessor multi_tenant: bool
|
|
3401
|
-
|
|
3413
|
+
attr_accessor iam_database_authentication_enabled: bool
|
|
3414
|
+
attr_accessor dedicated_log_volume: bool
|
|
3415
|
+
attr_accessor engine: ::String
|
|
3416
|
+
SENSITIVE: [:master_user_password]
|
|
3402
3417
|
end
|
|
3403
3418
|
|
|
3404
3419
|
class PerformanceInsightsMetricDimensionGroup
|
|
@@ -3713,13 +3728,13 @@ module Aws::RDS
|
|
|
3713
3728
|
attr_accessor copy_tags_to_snapshot: bool
|
|
3714
3729
|
attr_accessor domain: ::String
|
|
3715
3730
|
attr_accessor domain_iam_role_name: ::String
|
|
3716
|
-
attr_accessor
|
|
3731
|
+
attr_accessor storage_type: ::String
|
|
3717
3732
|
attr_accessor network_type: ::String
|
|
3733
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
3718
3734
|
attr_accessor manage_master_user_password: bool
|
|
3719
3735
|
attr_accessor master_user_secret_kms_key_id: ::String
|
|
3720
|
-
attr_accessor storage_type: ::String
|
|
3721
3736
|
attr_accessor engine_lifecycle_support: ::String
|
|
3722
|
-
SENSITIVE: []
|
|
3737
|
+
SENSITIVE: [:master_user_password]
|
|
3723
3738
|
end
|
|
3724
3739
|
|
|
3725
3740
|
class RestoreDBClusterFromS3Result
|
|
@@ -3754,8 +3769,8 @@ module Aws::RDS
|
|
|
3754
3769
|
attr_accessor storage_type: ::String
|
|
3755
3770
|
attr_accessor iops: ::Integer
|
|
3756
3771
|
attr_accessor publicly_accessible: bool
|
|
3757
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
3758
3772
|
attr_accessor network_type: ::String
|
|
3773
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
3759
3774
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
|
3760
3775
|
attr_accessor monitoring_interval: ::Integer
|
|
3761
3776
|
attr_accessor monitoring_role_arn: ::String
|
|
@@ -3791,15 +3806,15 @@ module Aws::RDS
|
|
|
3791
3806
|
attr_accessor copy_tags_to_snapshot: bool
|
|
3792
3807
|
attr_accessor domain: ::String
|
|
3793
3808
|
attr_accessor domain_iam_role_name: ::String
|
|
3794
|
-
attr_accessor scaling_configuration: Types::ScalingConfiguration
|
|
3795
|
-
attr_accessor engine_mode: ::String
|
|
3796
3809
|
attr_accessor db_cluster_instance_class: ::String
|
|
3797
3810
|
attr_accessor storage_type: ::String
|
|
3798
3811
|
attr_accessor publicly_accessible: bool
|
|
3799
3812
|
attr_accessor iops: ::Integer
|
|
3800
|
-
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
3801
3813
|
attr_accessor network_type: ::String
|
|
3802
3814
|
attr_accessor source_db_cluster_resource_id: ::String
|
|
3815
|
+
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
|
3816
|
+
attr_accessor scaling_configuration: Types::ScalingConfiguration
|
|
3817
|
+
attr_accessor engine_mode: ::String
|
|
3803
3818
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
|
3804
3819
|
attr_accessor monitoring_interval: ::Integer
|
|
3805
3820
|
attr_accessor monitoring_role_arn: ::String
|
|
@@ -3829,6 +3844,7 @@ module Aws::RDS
|
|
|
3829
3844
|
attr_accessor db_name: ::String
|
|
3830
3845
|
attr_accessor engine: ::String
|
|
3831
3846
|
attr_accessor iops: ::Integer
|
|
3847
|
+
attr_accessor storage_throughput: ::Integer
|
|
3832
3848
|
attr_accessor option_group_name: ::String
|
|
3833
3849
|
attr_accessor tags: ::Array[Types::Tag]
|
|
3834
3850
|
attr_accessor storage_type: ::String
|
|
@@ -3849,18 +3865,17 @@ module Aws::RDS
|
|
|
3849
3865
|
attr_accessor db_parameter_group_name: ::String
|
|
3850
3866
|
attr_accessor deletion_protection: bool
|
|
3851
3867
|
attr_accessor enable_customer_owned_ip: bool
|
|
3852
|
-
attr_accessor custom_iam_instance_profile: ::String
|
|
3853
|
-
attr_accessor backup_target: ::String
|
|
3854
3868
|
attr_accessor network_type: ::String
|
|
3855
|
-
attr_accessor
|
|
3856
|
-
attr_accessor
|
|
3869
|
+
attr_accessor backup_target: ::String
|
|
3870
|
+
attr_accessor custom_iam_instance_profile: ::String
|
|
3857
3871
|
attr_accessor allocated_storage: ::Integer
|
|
3872
|
+
attr_accessor db_cluster_snapshot_identifier: ::String
|
|
3858
3873
|
attr_accessor dedicated_log_volume: bool
|
|
3859
3874
|
attr_accessor ca_certificate_identifier: ::String
|
|
3860
3875
|
attr_accessor engine_lifecycle_support: ::String
|
|
3861
3876
|
attr_accessor manage_master_user_password: bool
|
|
3862
3877
|
attr_accessor master_user_secret_kms_key_id: ::String
|
|
3863
|
-
SENSITIVE: []
|
|
3878
|
+
SENSITIVE: [:tde_credential_password]
|
|
3864
3879
|
end
|
|
3865
3880
|
|
|
3866
3881
|
class RestoreDBInstanceFromDBSnapshotResult
|
|
@@ -3890,6 +3905,7 @@ module Aws::RDS
|
|
|
3890
3905
|
attr_accessor auto_minor_version_upgrade: bool
|
|
3891
3906
|
attr_accessor license_model: ::String
|
|
3892
3907
|
attr_accessor iops: ::Integer
|
|
3908
|
+
attr_accessor storage_throughput: ::Integer
|
|
3893
3909
|
attr_accessor option_group_name: ::String
|
|
3894
3910
|
attr_accessor publicly_accessible: bool
|
|
3895
3911
|
attr_accessor tags: ::Array[Types::Tag]
|
|
@@ -3915,13 +3931,12 @@ module Aws::RDS
|
|
|
3915
3931
|
attr_accessor deletion_protection: bool
|
|
3916
3932
|
attr_accessor max_allocated_storage: ::Integer
|
|
3917
3933
|
attr_accessor network_type: ::String
|
|
3918
|
-
attr_accessor storage_throughput: ::Integer
|
|
3919
3934
|
attr_accessor manage_master_user_password: bool
|
|
3920
3935
|
attr_accessor master_user_secret_kms_key_id: ::String
|
|
3921
3936
|
attr_accessor dedicated_log_volume: bool
|
|
3922
3937
|
attr_accessor ca_certificate_identifier: ::String
|
|
3923
3938
|
attr_accessor engine_lifecycle_support: ::String
|
|
3924
|
-
SENSITIVE: []
|
|
3939
|
+
SENSITIVE: [:master_user_password]
|
|
3925
3940
|
end
|
|
3926
3941
|
|
|
3927
3942
|
class RestoreDBInstanceFromS3Result
|
|
@@ -3945,6 +3960,7 @@ module Aws::RDS
|
|
|
3945
3960
|
attr_accessor db_name: ::String
|
|
3946
3961
|
attr_accessor engine: ::String
|
|
3947
3962
|
attr_accessor iops: ::Integer
|
|
3963
|
+
attr_accessor storage_throughput: ::Integer
|
|
3948
3964
|
attr_accessor option_group_name: ::String
|
|
3949
3965
|
attr_accessor copy_tags_to_snapshot: bool
|
|
3950
3966
|
attr_accessor tags: ::Array[Types::Tag]
|
|
@@ -3966,19 +3982,18 @@ module Aws::RDS
|
|
|
3966
3982
|
attr_accessor deletion_protection: bool
|
|
3967
3983
|
attr_accessor source_dbi_resource_id: ::String
|
|
3968
3984
|
attr_accessor max_allocated_storage: ::Integer
|
|
3969
|
-
attr_accessor source_db_instance_automated_backups_arn: ::String
|
|
3970
3985
|
attr_accessor enable_customer_owned_ip: bool
|
|
3971
|
-
attr_accessor custom_iam_instance_profile: ::String
|
|
3972
|
-
attr_accessor backup_target: ::String
|
|
3973
3986
|
attr_accessor network_type: ::String
|
|
3974
|
-
attr_accessor
|
|
3987
|
+
attr_accessor source_db_instance_automated_backups_arn: ::String
|
|
3988
|
+
attr_accessor backup_target: ::String
|
|
3989
|
+
attr_accessor custom_iam_instance_profile: ::String
|
|
3975
3990
|
attr_accessor allocated_storage: ::Integer
|
|
3976
3991
|
attr_accessor dedicated_log_volume: bool
|
|
3977
3992
|
attr_accessor ca_certificate_identifier: ::String
|
|
3978
3993
|
attr_accessor engine_lifecycle_support: ::String
|
|
3979
3994
|
attr_accessor manage_master_user_password: bool
|
|
3980
3995
|
attr_accessor master_user_secret_kms_key_id: ::String
|
|
3981
|
-
SENSITIVE: []
|
|
3996
|
+
SENSITIVE: [:tde_credential_password]
|
|
3982
3997
|
end
|
|
3983
3998
|
|
|
3984
3999
|
class RestoreDBInstanceToPointInTimeResult
|
|
@@ -4103,8 +4118,8 @@ module Aws::RDS
|
|
|
4103
4118
|
attr_accessor kinesis_stream_name: ::String
|
|
4104
4119
|
attr_accessor status: ("stopped" | "starting" | "started" | "stopping")
|
|
4105
4120
|
attr_accessor mode: ("sync" | "async")
|
|
4106
|
-
attr_accessor apply_immediately: bool
|
|
4107
4121
|
attr_accessor engine_native_audit_fields_included: bool
|
|
4122
|
+
attr_accessor apply_immediately: bool
|
|
4108
4123
|
SENSITIVE: []
|
|
4109
4124
|
end
|
|
4110
4125
|
|
|
@@ -4124,7 +4139,7 @@ module Aws::RDS
|
|
|
4124
4139
|
attr_accessor kms_key_id: ::String
|
|
4125
4140
|
attr_accessor pre_signed_url: ::String
|
|
4126
4141
|
attr_accessor source_region: ::String
|
|
4127
|
-
SENSITIVE: []
|
|
4142
|
+
SENSITIVE: [:pre_signed_url]
|
|
4128
4143
|
end
|
|
4129
4144
|
|
|
4130
4145
|
class StartDBInstanceAutomatedBackupsReplicationResult
|
|
@@ -4284,8 +4299,8 @@ module Aws::RDS
|
|
|
4284
4299
|
end
|
|
4285
4300
|
|
|
4286
4301
|
class TargetHealth
|
|
4287
|
-
attr_accessor state: ("REGISTERING" | "AVAILABLE" | "UNAVAILABLE")
|
|
4288
|
-
attr_accessor reason: ("UNREACHABLE" | "CONNECTION_FAILED" | "AUTH_FAILURE" | "PENDING_PROXY_CAPACITY" | "INVALID_REPLICATION_STATE")
|
|
4302
|
+
attr_accessor state: ("REGISTERING" | "AVAILABLE" | "UNAVAILABLE" | "UNUSED")
|
|
4303
|
+
attr_accessor reason: ("UNREACHABLE" | "CONNECTION_FAILED" | "AUTH_FAILURE" | "PENDING_PROXY_CAPACITY" | "INVALID_REPLICATION_STATE" | "PROMOTED")
|
|
4289
4304
|
attr_accessor description: ::String
|
|
4290
4305
|
SENSITIVE: []
|
|
4291
4306
|
end
|
|
@@ -4385,12 +4400,15 @@ module Aws::RDS
|
|
|
4385
4400
|
attr_accessor storage_size: ::Array[Types::Range]
|
|
4386
4401
|
attr_accessor provisioned_iops: ::Array[Types::Range]
|
|
4387
4402
|
attr_accessor iops_to_storage_ratio: ::Array[Types::DoubleRange]
|
|
4388
|
-
attr_accessor supports_storage_autoscaling: bool
|
|
4389
4403
|
attr_accessor provisioned_storage_throughput: ::Array[Types::Range]
|
|
4390
4404
|
attr_accessor storage_throughput_to_iops_ratio: ::Array[Types::DoubleRange]
|
|
4405
|
+
attr_accessor supports_storage_autoscaling: bool
|
|
4391
4406
|
SENSITIVE: []
|
|
4392
4407
|
end
|
|
4393
4408
|
|
|
4409
|
+
class VpcEncryptionControlViolationException < Aws::EmptyStructure
|
|
4410
|
+
end
|
|
4411
|
+
|
|
4394
4412
|
class VpcSecurityGroupMembership
|
|
4395
4413
|
attr_accessor vpc_security_group_id: ::String
|
|
4396
4414
|
attr_accessor status: ::String
|