aws-sdk-rds 1.277.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 +115 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1790 -1463
- data/lib/aws-sdk-rds/client_api.rb +244 -156
- data/lib/aws-sdk-rds/customizations.rb +0 -1
- data/lib/aws-sdk-rds/db_cluster.rb +404 -335
- 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 +452 -353
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +91 -66
- data/lib/aws-sdk-rds/db_subnet_group.rb +4 -1
- data/lib/aws-sdk-rds/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-rds/errors.rb +11 -1
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +257 -236
- data/lib/aws-sdk-rds/types.rb +1559 -1153
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +115 -102
- data/sig/db_cluster.rbs +72 -61
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +50 -44
- data/sig/db_snapshot.rbs +17 -12
- data/sig/errors.rbs +2 -0
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +24 -21
- data/sig/types.rbs +140 -115
- metadata +4 -4
data/lib/aws-sdk-rds.rb
CHANGED
|
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
|
82
82
|
|
|
83
|
-
GEM_VERSION = '1.
|
|
83
|
+
GEM_VERSION = '1.300.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
data/sig/client.rbs
CHANGED
|
@@ -18,6 +18,7 @@ module Aws
|
|
|
18
18
|
?account_id: String,
|
|
19
19
|
?active_endpoint_cache: bool,
|
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
|
21
|
+
?auth_scheme_preference: Array[String],
|
|
21
22
|
?client_side_monitoring: bool,
|
|
22
23
|
?client_side_monitoring_client_id: String,
|
|
23
24
|
?client_side_monitoring_host: String,
|
|
@@ -261,7 +262,9 @@ module Aws
|
|
|
261
262
|
?pre_signed_url: ::String,
|
|
262
263
|
?option_group_name: ::String,
|
|
263
264
|
?target_custom_availability_zone: ::String,
|
|
265
|
+
?snapshot_target: ::String,
|
|
264
266
|
?copy_option_group: bool,
|
|
267
|
+
?snapshot_availability_zone: ::String,
|
|
265
268
|
?source_region: ::String
|
|
266
269
|
) -> _CopyDBSnapshotResponseSuccess
|
|
267
270
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBSnapshotResponseSuccess
|
|
@@ -313,13 +316,20 @@ module Aws
|
|
|
313
316
|
interface _CreateCustomDBEngineVersionResponseSuccess
|
|
314
317
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
|
|
315
318
|
def engine: () -> ::String
|
|
319
|
+
def major_engine_version: () -> ::String
|
|
316
320
|
def engine_version: () -> ::String
|
|
321
|
+
def database_installation_files_s3_bucket_name: () -> ::String
|
|
322
|
+
def database_installation_files_s3_prefix: () -> ::String
|
|
323
|
+
def custom_db_engine_version_manifest: () -> ::String
|
|
317
324
|
def db_parameter_group_family: () -> ::String
|
|
318
325
|
def db_engine_description: () -> ::String
|
|
326
|
+
def db_engine_version_arn: () -> ::String
|
|
319
327
|
def db_engine_version_description: () -> ::String
|
|
320
328
|
def default_character_set: () -> Types::CharacterSet
|
|
321
329
|
def image: () -> Types::CustomDBEngineVersionAMI
|
|
322
330
|
def db_engine_media_type: () -> ::String
|
|
331
|
+
def kms_key_id: () -> ::String
|
|
332
|
+
def create_time: () -> ::Time
|
|
323
333
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
|
324
334
|
def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
|
|
325
335
|
def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
|
|
@@ -332,15 +342,8 @@ module Aws
|
|
|
332
342
|
def status: () -> ::String
|
|
333
343
|
def supports_parallel_query: () -> bool
|
|
334
344
|
def supports_global_databases: () -> bool
|
|
335
|
-
def major_engine_version: () -> ::String
|
|
336
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
|
337
|
-
def database_installation_files_s3_prefix: () -> ::String
|
|
338
|
-
def db_engine_version_arn: () -> ::String
|
|
339
|
-
def kms_key_id: () -> ::String
|
|
340
|
-
def create_time: () -> ::Time
|
|
341
345
|
def tag_list: () -> ::Array[Types::Tag]
|
|
342
346
|
def supports_babelfish: () -> bool
|
|
343
|
-
def custom_db_engine_version_manifest: () -> ::String
|
|
344
347
|
def supports_limitless_database: () -> bool
|
|
345
348
|
def supports_certificate_rotation_without_restart: () -> bool
|
|
346
349
|
def supported_ca_certificate_identifiers: () -> ::Array[::String]
|
|
@@ -356,6 +359,8 @@ module Aws
|
|
|
356
359
|
?database_installation_files_s3_prefix: ::String,
|
|
357
360
|
?image_id: ::String,
|
|
358
361
|
?kms_key_id: ::String,
|
|
362
|
+
?source_custom_db_engine_version_identifier: ::String,
|
|
363
|
+
?use_aws_provided_latest_image: bool,
|
|
359
364
|
?description: ::String,
|
|
360
365
|
?manifest: ::String,
|
|
361
366
|
?tags: Array[
|
|
@@ -363,9 +368,7 @@ module Aws
|
|
|
363
368
|
key: ::String?,
|
|
364
369
|
value: ::String?
|
|
365
370
|
},
|
|
366
|
-
]
|
|
367
|
-
?source_custom_db_engine_version_identifier: ::String,
|
|
368
|
-
?use_aws_provided_latest_image: bool
|
|
371
|
+
]
|
|
369
372
|
) -> _CreateCustomDBEngineVersionResponseSuccess
|
|
370
373
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomDBEngineVersionResponseSuccess
|
|
371
374
|
|
|
@@ -418,6 +421,12 @@ module Aws
|
|
|
418
421
|
transit_gateway_multicast_domain_id: ::String?,
|
|
419
422
|
replica_mode: ("open-read-only" | "mounted")?
|
|
420
423
|
},
|
|
424
|
+
?db_cluster_instance_class: ::String,
|
|
425
|
+
?allocated_storage: ::Integer,
|
|
426
|
+
?storage_type: ::String,
|
|
427
|
+
?iops: ::Integer,
|
|
428
|
+
?publicly_accessible: bool,
|
|
429
|
+
?auto_minor_version_upgrade: bool,
|
|
421
430
|
?deletion_protection: bool,
|
|
422
431
|
?global_cluster_identifier: ::String,
|
|
423
432
|
?enable_http_endpoint: bool,
|
|
@@ -425,12 +434,12 @@ module Aws
|
|
|
425
434
|
?domain: ::String,
|
|
426
435
|
?domain_iam_role_name: ::String,
|
|
427
436
|
?enable_global_write_forwarding: bool,
|
|
428
|
-
?
|
|
429
|
-
?
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
437
|
+
?network_type: ::String,
|
|
438
|
+
?serverless_v2_scaling_configuration: {
|
|
439
|
+
min_capacity: ::Float?,
|
|
440
|
+
max_capacity: ::Float?,
|
|
441
|
+
seconds_until_auto_pause: ::Integer?
|
|
442
|
+
},
|
|
434
443
|
?monitoring_interval: ::Integer,
|
|
435
444
|
?monitoring_role_arn: ::String,
|
|
436
445
|
?database_insights_mode: ("standard" | "advanced"),
|
|
@@ -438,19 +447,14 @@ module Aws
|
|
|
438
447
|
?performance_insights_kms_key_id: ::String,
|
|
439
448
|
?performance_insights_retention_period: ::Integer,
|
|
440
449
|
?enable_limitless_database: bool,
|
|
441
|
-
?serverless_v2_scaling_configuration: {
|
|
442
|
-
min_capacity: ::Float?,
|
|
443
|
-
max_capacity: ::Float?,
|
|
444
|
-
seconds_until_auto_pause: ::Integer?
|
|
445
|
-
},
|
|
446
|
-
?network_type: ::String,
|
|
447
450
|
?cluster_scalability_type: ("standard" | "limitless"),
|
|
448
451
|
?db_system_id: ::String,
|
|
449
452
|
?manage_master_user_password: bool,
|
|
450
|
-
?master_user_secret_kms_key_id: ::String,
|
|
451
453
|
?enable_local_write_forwarding: bool,
|
|
454
|
+
?master_user_secret_kms_key_id: ::String,
|
|
452
455
|
?ca_certificate_identifier: ::String,
|
|
453
456
|
?engine_lifecycle_support: ::String,
|
|
457
|
+
?master_user_authentication_type: ("password" | "iam-db-auth"),
|
|
454
458
|
?source_region: ::String
|
|
455
459
|
) -> _CreateDBClusterResponseSuccess
|
|
456
460
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterResponseSuccess
|
|
@@ -546,6 +550,7 @@ module Aws
|
|
|
546
550
|
?auto_minor_version_upgrade: bool,
|
|
547
551
|
?license_model: ::String,
|
|
548
552
|
?iops: ::Integer,
|
|
553
|
+
?storage_throughput: ::Integer,
|
|
549
554
|
?option_group_name: ::String,
|
|
550
555
|
?character_set_name: ::String,
|
|
551
556
|
?nchar_character_set_name: ::String,
|
|
@@ -588,17 +593,17 @@ module Aws
|
|
|
588
593
|
?deletion_protection: bool,
|
|
589
594
|
?max_allocated_storage: ::Integer,
|
|
590
595
|
?enable_customer_owned_ip: bool,
|
|
591
|
-
?custom_iam_instance_profile: ::String,
|
|
592
|
-
?backup_target: ::String,
|
|
593
596
|
?network_type: ::String,
|
|
594
|
-
?
|
|
597
|
+
?backup_target: ::String,
|
|
598
|
+
?custom_iam_instance_profile: ::String,
|
|
599
|
+
?db_system_id: ::String,
|
|
600
|
+
?ca_certificate_identifier: ::String,
|
|
595
601
|
?manage_master_user_password: bool,
|
|
596
602
|
?master_user_secret_kms_key_id: ::String,
|
|
597
|
-
?ca_certificate_identifier: ::String,
|
|
598
|
-
?db_system_id: ::String,
|
|
599
|
-
?dedicated_log_volume: bool,
|
|
600
603
|
?multi_tenant: bool,
|
|
601
|
-
?
|
|
604
|
+
?dedicated_log_volume: bool,
|
|
605
|
+
?engine_lifecycle_support: ::String,
|
|
606
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
602
607
|
) -> _CreateDBInstanceResponseSuccess
|
|
603
608
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBInstanceResponseSuccess
|
|
604
609
|
|
|
@@ -616,6 +621,7 @@ module Aws
|
|
|
616
621
|
?multi_az: bool,
|
|
617
622
|
?auto_minor_version_upgrade: bool,
|
|
618
623
|
?iops: ::Integer,
|
|
624
|
+
?storage_throughput: ::Integer,
|
|
619
625
|
?option_group_name: ::String,
|
|
620
626
|
?db_parameter_group_name: ::String,
|
|
621
627
|
?publicly_accessible: bool,
|
|
@@ -654,11 +660,11 @@ module Aws
|
|
|
654
660
|
?domain_auth_secret_arn: ::String,
|
|
655
661
|
?domain_dns_ips: Array[::String],
|
|
656
662
|
?replica_mode: ("open-read-only" | "mounted"),
|
|
663
|
+
?enable_customer_owned_ip: bool,
|
|
664
|
+
?network_type: ::String,
|
|
657
665
|
?max_allocated_storage: ::Integer,
|
|
666
|
+
?backup_target: ::String,
|
|
658
667
|
?custom_iam_instance_profile: ::String,
|
|
659
|
-
?network_type: ::String,
|
|
660
|
-
?storage_throughput: ::Integer,
|
|
661
|
-
?enable_customer_owned_ip: bool,
|
|
662
668
|
?allocated_storage: ::Integer,
|
|
663
669
|
?source_db_cluster_identifier: ::String,
|
|
664
670
|
?dedicated_log_volume: bool,
|
|
@@ -694,7 +700,8 @@ module Aws
|
|
|
694
700
|
def create_db_proxy: (
|
|
695
701
|
db_proxy_name: ::String,
|
|
696
702
|
engine_family: ("MYSQL" | "POSTGRESQL" | "SQLSERVER"),
|
|
697
|
-
|
|
703
|
+
?default_auth_scheme: ("IAM_AUTH" | "NONE"),
|
|
704
|
+
?auth: Array[
|
|
698
705
|
{
|
|
699
706
|
description: ::String?,
|
|
700
707
|
user_name: ::String?,
|
|
@@ -715,7 +722,9 @@ module Aws
|
|
|
715
722
|
key: ::String?,
|
|
716
723
|
value: ::String?
|
|
717
724
|
},
|
|
718
|
-
]
|
|
725
|
+
],
|
|
726
|
+
?endpoint_network_type: ("IPV4" | "IPV6" | "DUAL"),
|
|
727
|
+
?target_connection_network_type: ("IPV4" | "IPV6")
|
|
719
728
|
) -> _CreateDBProxyResponseSuccess
|
|
720
729
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBProxyResponseSuccess
|
|
721
730
|
|
|
@@ -735,7 +744,8 @@ module Aws
|
|
|
735
744
|
key: ::String?,
|
|
736
745
|
value: ::String?
|
|
737
746
|
},
|
|
738
|
-
]
|
|
747
|
+
],
|
|
748
|
+
?endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
|
|
739
749
|
) -> _CreateDBProxyEndpointResponseSuccess
|
|
740
750
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBProxyEndpointResponseSuccess
|
|
741
751
|
|
|
@@ -849,7 +859,7 @@ module Aws
|
|
|
849
859
|
end
|
|
850
860
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_global_cluster-instance_method
|
|
851
861
|
def create_global_cluster: (
|
|
852
|
-
|
|
862
|
+
global_cluster_identifier: ::String,
|
|
853
863
|
?source_db_cluster_identifier: ::String,
|
|
854
864
|
?engine: ::String,
|
|
855
865
|
?engine_version: ::String,
|
|
@@ -864,7 +874,7 @@ module Aws
|
|
|
864
874
|
},
|
|
865
875
|
]
|
|
866
876
|
) -> _CreateGlobalClusterResponseSuccess
|
|
867
|
-
| (
|
|
877
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalClusterResponseSuccess
|
|
868
878
|
|
|
869
879
|
interface _CreateIntegrationResponseSuccess
|
|
870
880
|
include ::Seahorse::Client::_ResponseSuccess[Types::Integration]
|
|
@@ -876,10 +886,10 @@ module Aws
|
|
|
876
886
|
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
|
877
887
|
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
|
878
888
|
def tags: () -> ::Array[Types::Tag]
|
|
879
|
-
def create_time: () -> ::Time
|
|
880
|
-
def errors: () -> ::Array[Types::IntegrationError]
|
|
881
889
|
def data_filter: () -> ::String
|
|
882
890
|
def description: () -> ::String
|
|
891
|
+
def create_time: () -> ::Time
|
|
892
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
|
883
893
|
end
|
|
884
894
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_integration-instance_method
|
|
885
895
|
def create_integration: (
|
|
@@ -955,13 +965,20 @@ module Aws
|
|
|
955
965
|
interface _DeleteCustomDBEngineVersionResponseSuccess
|
|
956
966
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
|
|
957
967
|
def engine: () -> ::String
|
|
968
|
+
def major_engine_version: () -> ::String
|
|
958
969
|
def engine_version: () -> ::String
|
|
970
|
+
def database_installation_files_s3_bucket_name: () -> ::String
|
|
971
|
+
def database_installation_files_s3_prefix: () -> ::String
|
|
972
|
+
def custom_db_engine_version_manifest: () -> ::String
|
|
959
973
|
def db_parameter_group_family: () -> ::String
|
|
960
974
|
def db_engine_description: () -> ::String
|
|
975
|
+
def db_engine_version_arn: () -> ::String
|
|
961
976
|
def db_engine_version_description: () -> ::String
|
|
962
977
|
def default_character_set: () -> Types::CharacterSet
|
|
963
978
|
def image: () -> Types::CustomDBEngineVersionAMI
|
|
964
979
|
def db_engine_media_type: () -> ::String
|
|
980
|
+
def kms_key_id: () -> ::String
|
|
981
|
+
def create_time: () -> ::Time
|
|
965
982
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
|
966
983
|
def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
|
|
967
984
|
def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
|
|
@@ -974,15 +991,8 @@ module Aws
|
|
|
974
991
|
def status: () -> ::String
|
|
975
992
|
def supports_parallel_query: () -> bool
|
|
976
993
|
def supports_global_databases: () -> bool
|
|
977
|
-
def major_engine_version: () -> ::String
|
|
978
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
|
979
|
-
def database_installation_files_s3_prefix: () -> ::String
|
|
980
|
-
def db_engine_version_arn: () -> ::String
|
|
981
|
-
def kms_key_id: () -> ::String
|
|
982
|
-
def create_time: () -> ::Time
|
|
983
994
|
def tag_list: () -> ::Array[Types::Tag]
|
|
984
995
|
def supports_babelfish: () -> bool
|
|
985
|
-
def custom_db_engine_version_manifest: () -> ::String
|
|
986
996
|
def supports_limitless_database: () -> bool
|
|
987
997
|
def supports_certificate_rotation_without_restart: () -> bool
|
|
988
998
|
def supported_ca_certificate_identifiers: () -> ::Array[::String]
|
|
@@ -1177,10 +1187,10 @@ module Aws
|
|
|
1177
1187
|
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
|
1178
1188
|
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
|
1179
1189
|
def tags: () -> ::Array[Types::Tag]
|
|
1180
|
-
def create_time: () -> ::Time
|
|
1181
|
-
def errors: () -> ::Array[Types::IntegrationError]
|
|
1182
1190
|
def data_filter: () -> ::String
|
|
1183
1191
|
def description: () -> ::String
|
|
1192
|
+
def create_time: () -> ::Time
|
|
1193
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
|
1184
1194
|
end
|
|
1185
1195
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_integration-instance_method
|
|
1186
1196
|
def delete_integration: (
|
|
@@ -1852,7 +1862,7 @@ module Aws
|
|
|
1852
1862
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_events-instance_method
|
|
1853
1863
|
def describe_events: (
|
|
1854
1864
|
?source_identifier: ::String,
|
|
1855
|
-
?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"),
|
|
1865
|
+
?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"),
|
|
1856
1866
|
?start_time: ::Time,
|
|
1857
1867
|
?end_time: ::Time,
|
|
1858
1868
|
?duration: ::Integer,
|
|
@@ -2234,13 +2244,20 @@ module Aws
|
|
|
2234
2244
|
interface _ModifyCustomDBEngineVersionResponseSuccess
|
|
2235
2245
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
|
|
2236
2246
|
def engine: () -> ::String
|
|
2247
|
+
def major_engine_version: () -> ::String
|
|
2237
2248
|
def engine_version: () -> ::String
|
|
2249
|
+
def database_installation_files_s3_bucket_name: () -> ::String
|
|
2250
|
+
def database_installation_files_s3_prefix: () -> ::String
|
|
2251
|
+
def custom_db_engine_version_manifest: () -> ::String
|
|
2238
2252
|
def db_parameter_group_family: () -> ::String
|
|
2239
2253
|
def db_engine_description: () -> ::String
|
|
2254
|
+
def db_engine_version_arn: () -> ::String
|
|
2240
2255
|
def db_engine_version_description: () -> ::String
|
|
2241
2256
|
def default_character_set: () -> Types::CharacterSet
|
|
2242
2257
|
def image: () -> Types::CustomDBEngineVersionAMI
|
|
2243
2258
|
def db_engine_media_type: () -> ::String
|
|
2259
|
+
def kms_key_id: () -> ::String
|
|
2260
|
+
def create_time: () -> ::Time
|
|
2244
2261
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
|
2245
2262
|
def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
|
|
2246
2263
|
def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
|
|
@@ -2253,15 +2270,8 @@ module Aws
|
|
|
2253
2270
|
def status: () -> ::String
|
|
2254
2271
|
def supports_parallel_query: () -> bool
|
|
2255
2272
|
def supports_global_databases: () -> bool
|
|
2256
|
-
def major_engine_version: () -> ::String
|
|
2257
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
|
2258
|
-
def database_installation_files_s3_prefix: () -> ::String
|
|
2259
|
-
def db_engine_version_arn: () -> ::String
|
|
2260
|
-
def kms_key_id: () -> ::String
|
|
2261
|
-
def create_time: () -> ::Time
|
|
2262
2273
|
def tag_list: () -> ::Array[Types::Tag]
|
|
2263
2274
|
def supports_babelfish: () -> bool
|
|
2264
|
-
def custom_db_engine_version_manifest: () -> ::String
|
|
2265
2275
|
def supports_limitless_database: () -> bool
|
|
2266
2276
|
def supports_certificate_rotation_without_restart: () -> bool
|
|
2267
2277
|
def supported_ca_certificate_identifiers: () -> ::Array[::String]
|
|
@@ -2323,27 +2333,28 @@ module Aws
|
|
|
2323
2333
|
?storage_type: ::String,
|
|
2324
2334
|
?iops: ::Integer,
|
|
2325
2335
|
?auto_minor_version_upgrade: bool,
|
|
2336
|
+
?network_type: ::String,
|
|
2337
|
+
?serverless_v2_scaling_configuration: {
|
|
2338
|
+
min_capacity: ::Float?,
|
|
2339
|
+
max_capacity: ::Float?,
|
|
2340
|
+
seconds_until_auto_pause: ::Integer?
|
|
2341
|
+
},
|
|
2326
2342
|
?monitoring_interval: ::Integer,
|
|
2327
2343
|
?monitoring_role_arn: ::String,
|
|
2328
2344
|
?database_insights_mode: ("standard" | "advanced"),
|
|
2329
2345
|
?enable_performance_insights: bool,
|
|
2330
2346
|
?performance_insights_kms_key_id: ::String,
|
|
2331
2347
|
?performance_insights_retention_period: ::Integer,
|
|
2332
|
-
?serverless_v2_scaling_configuration: {
|
|
2333
|
-
min_capacity: ::Float?,
|
|
2334
|
-
max_capacity: ::Float?,
|
|
2335
|
-
seconds_until_auto_pause: ::Integer?
|
|
2336
|
-
},
|
|
2337
|
-
?network_type: ::String,
|
|
2338
2348
|
?manage_master_user_password: bool,
|
|
2339
2349
|
?rotate_master_user_password: bool,
|
|
2350
|
+
?enable_local_write_forwarding: bool,
|
|
2340
2351
|
?master_user_secret_kms_key_id: ::String,
|
|
2341
2352
|
?engine_mode: ::String,
|
|
2342
2353
|
?allow_engine_mode_change: bool,
|
|
2343
|
-
?enable_local_write_forwarding: bool,
|
|
2344
2354
|
?aws_backup_recovery_point_arn: ::String,
|
|
2345
2355
|
?enable_limitless_database: bool,
|
|
2346
|
-
?ca_certificate_identifier: ::String
|
|
2356
|
+
?ca_certificate_identifier: ::String,
|
|
2357
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
2347
2358
|
) -> _ModifyDBClusterResponseSuccess
|
|
2348
2359
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterResponseSuccess
|
|
2349
2360
|
|
|
@@ -2431,6 +2442,7 @@ module Aws
|
|
|
2431
2442
|
?auto_minor_version_upgrade: bool,
|
|
2432
2443
|
?license_model: ::String,
|
|
2433
2444
|
?iops: ::Integer,
|
|
2445
|
+
?storage_throughput: ::Integer,
|
|
2434
2446
|
?option_group_name: ::String,
|
|
2435
2447
|
?new_db_instance_identifier: ::String,
|
|
2436
2448
|
?storage_type: ::String,
|
|
@@ -2442,13 +2454,13 @@ module Aws
|
|
|
2442
2454
|
?domain_ou: ::String,
|
|
2443
2455
|
?domain_auth_secret_arn: ::String,
|
|
2444
2456
|
?domain_dns_ips: Array[::String],
|
|
2457
|
+
?disable_domain: bool,
|
|
2445
2458
|
?copy_tags_to_snapshot: bool,
|
|
2446
2459
|
?monitoring_interval: ::Integer,
|
|
2447
2460
|
?db_port_number: ::Integer,
|
|
2448
2461
|
?publicly_accessible: bool,
|
|
2449
2462
|
?monitoring_role_arn: ::String,
|
|
2450
2463
|
?domain_iam_role_name: ::String,
|
|
2451
|
-
?disable_domain: bool,
|
|
2452
2464
|
?promotion_tier: ::Integer,
|
|
2453
2465
|
?enable_iam_database_authentication: bool,
|
|
2454
2466
|
?database_insights_mode: ("standard" | "advanced"),
|
|
@@ -2470,18 +2482,18 @@ module Aws
|
|
|
2470
2482
|
?max_allocated_storage: ::Integer,
|
|
2471
2483
|
?certificate_rotation_restart: bool,
|
|
2472
2484
|
?replica_mode: ("open-read-only" | "mounted"),
|
|
2473
|
-
?enable_customer_owned_ip: bool,
|
|
2474
|
-
?aws_backup_recovery_point_arn: ::String,
|
|
2475
2485
|
?automation_mode: ("full" | "all-paused"),
|
|
2476
2486
|
?resume_full_automation_mode_minutes: ::Integer,
|
|
2487
|
+
?enable_customer_owned_ip: bool,
|
|
2477
2488
|
?network_type: ::String,
|
|
2478
|
-
?
|
|
2489
|
+
?aws_backup_recovery_point_arn: ::String,
|
|
2479
2490
|
?manage_master_user_password: bool,
|
|
2480
2491
|
?rotate_master_user_password: bool,
|
|
2481
2492
|
?master_user_secret_kms_key_id: ::String,
|
|
2482
|
-
?
|
|
2493
|
+
?multi_tenant: bool,
|
|
2483
2494
|
?dedicated_log_volume: bool,
|
|
2484
|
-
?
|
|
2495
|
+
?engine: ::String,
|
|
2496
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
2485
2497
|
) -> _ModifyDBInstanceResponseSuccess
|
|
2486
2498
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBInstanceResponseSuccess
|
|
2487
2499
|
|
|
@@ -2518,6 +2530,7 @@ module Aws
|
|
|
2518
2530
|
def modify_db_proxy: (
|
|
2519
2531
|
db_proxy_name: ::String,
|
|
2520
2532
|
?new_db_proxy_name: ::String,
|
|
2533
|
+
?default_auth_scheme: ("IAM_AUTH" | "NONE"),
|
|
2521
2534
|
?auth: Array[
|
|
2522
2535
|
{
|
|
2523
2536
|
description: ::String?,
|
|
@@ -2665,13 +2678,13 @@ module Aws
|
|
|
2665
2678
|
end
|
|
2666
2679
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_global_cluster-instance_method
|
|
2667
2680
|
def modify_global_cluster: (
|
|
2668
|
-
|
|
2681
|
+
global_cluster_identifier: ::String,
|
|
2669
2682
|
?new_global_cluster_identifier: ::String,
|
|
2670
2683
|
?deletion_protection: bool,
|
|
2671
2684
|
?engine_version: ::String,
|
|
2672
2685
|
?allow_major_version_upgrade: bool
|
|
2673
2686
|
) -> _ModifyGlobalClusterResponseSuccess
|
|
2674
|
-
| (
|
|
2687
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyGlobalClusterResponseSuccess
|
|
2675
2688
|
|
|
2676
2689
|
interface _ModifyIntegrationResponseSuccess
|
|
2677
2690
|
include ::Seahorse::Client::_ResponseSuccess[Types::Integration]
|
|
@@ -2683,10 +2696,10 @@ module Aws
|
|
|
2683
2696
|
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
|
2684
2697
|
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
|
2685
2698
|
def tags: () -> ::Array[Types::Tag]
|
|
2686
|
-
def create_time: () -> ::Time
|
|
2687
|
-
def errors: () -> ::Array[Types::IntegrationError]
|
|
2688
2699
|
def data_filter: () -> ::String
|
|
2689
2700
|
def description: () -> ::String
|
|
2701
|
+
def create_time: () -> ::Time
|
|
2702
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
|
2690
2703
|
end
|
|
2691
2704
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_integration-instance_method
|
|
2692
2705
|
def modify_integration: (
|
|
@@ -2847,10 +2860,10 @@ module Aws
|
|
|
2847
2860
|
end
|
|
2848
2861
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_from_global_cluster-instance_method
|
|
2849
2862
|
def remove_from_global_cluster: (
|
|
2850
|
-
|
|
2851
|
-
|
|
2863
|
+
global_cluster_identifier: ::String,
|
|
2864
|
+
db_cluster_identifier: ::String
|
|
2852
2865
|
) -> _RemoveFromGlobalClusterResponseSuccess
|
|
2853
|
-
| (
|
|
2866
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFromGlobalClusterResponseSuccess
|
|
2854
2867
|
|
|
2855
2868
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_role_from_db_cluster-instance_method
|
|
2856
2869
|
def remove_role_from_db_cluster: (
|
|
@@ -2980,15 +2993,15 @@ module Aws
|
|
|
2980
2993
|
?copy_tags_to_snapshot: bool,
|
|
2981
2994
|
?domain: ::String,
|
|
2982
2995
|
?domain_iam_role_name: ::String,
|
|
2996
|
+
?storage_type: ::String,
|
|
2997
|
+
?network_type: ::String,
|
|
2983
2998
|
?serverless_v2_scaling_configuration: {
|
|
2984
2999
|
min_capacity: ::Float?,
|
|
2985
3000
|
max_capacity: ::Float?,
|
|
2986
3001
|
seconds_until_auto_pause: ::Integer?
|
|
2987
3002
|
},
|
|
2988
|
-
?network_type: ::String,
|
|
2989
3003
|
?manage_master_user_password: bool,
|
|
2990
3004
|
?master_user_secret_kms_key_id: ::String,
|
|
2991
|
-
?storage_type: ::String,
|
|
2992
3005
|
?engine_lifecycle_support: ::String
|
|
2993
3006
|
) -> _RestoreDBClusterFromS3ResponseSuccess
|
|
2994
3007
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterFromS3ResponseSuccess
|
|
@@ -3037,12 +3050,12 @@ module Aws
|
|
|
3037
3050
|
?storage_type: ::String,
|
|
3038
3051
|
?iops: ::Integer,
|
|
3039
3052
|
?publicly_accessible: bool,
|
|
3053
|
+
?network_type: ::String,
|
|
3040
3054
|
?serverless_v2_scaling_configuration: {
|
|
3041
3055
|
min_capacity: ::Float?,
|
|
3042
3056
|
max_capacity: ::Float?,
|
|
3043
3057
|
seconds_until_auto_pause: ::Integer?
|
|
3044
3058
|
},
|
|
3045
|
-
?network_type: ::String,
|
|
3046
3059
|
?rds_custom_cluster_configuration: {
|
|
3047
3060
|
interconnect_subnet_id: ::String?,
|
|
3048
3061
|
transit_gateway_multicast_domain_id: ::String?,
|
|
@@ -3087,26 +3100,26 @@ module Aws
|
|
|
3087
3100
|
?copy_tags_to_snapshot: bool,
|
|
3088
3101
|
?domain: ::String,
|
|
3089
3102
|
?domain_iam_role_name: ::String,
|
|
3090
|
-
?scaling_configuration: {
|
|
3091
|
-
min_capacity: ::Integer?,
|
|
3092
|
-
max_capacity: ::Integer?,
|
|
3093
|
-
auto_pause: bool?,
|
|
3094
|
-
seconds_until_auto_pause: ::Integer?,
|
|
3095
|
-
timeout_action: ::String?,
|
|
3096
|
-
seconds_before_timeout: ::Integer?
|
|
3097
|
-
},
|
|
3098
|
-
?engine_mode: ::String,
|
|
3099
3103
|
?db_cluster_instance_class: ::String,
|
|
3100
3104
|
?storage_type: ::String,
|
|
3101
3105
|
?publicly_accessible: bool,
|
|
3102
3106
|
?iops: ::Integer,
|
|
3107
|
+
?network_type: ::String,
|
|
3108
|
+
?source_db_cluster_resource_id: ::String,
|
|
3103
3109
|
?serverless_v2_scaling_configuration: {
|
|
3104
3110
|
min_capacity: ::Float?,
|
|
3105
3111
|
max_capacity: ::Float?,
|
|
3106
3112
|
seconds_until_auto_pause: ::Integer?
|
|
3107
3113
|
},
|
|
3108
|
-
?
|
|
3109
|
-
|
|
3114
|
+
?scaling_configuration: {
|
|
3115
|
+
min_capacity: ::Integer?,
|
|
3116
|
+
max_capacity: ::Integer?,
|
|
3117
|
+
auto_pause: bool?,
|
|
3118
|
+
seconds_until_auto_pause: ::Integer?,
|
|
3119
|
+
timeout_action: ::String?,
|
|
3120
|
+
seconds_before_timeout: ::Integer?
|
|
3121
|
+
},
|
|
3122
|
+
?engine_mode: ::String,
|
|
3110
3123
|
?rds_custom_cluster_configuration: {
|
|
3111
3124
|
interconnect_subnet_id: ::String?,
|
|
3112
3125
|
transit_gateway_multicast_domain_id: ::String?,
|
|
@@ -3140,6 +3153,7 @@ module Aws
|
|
|
3140
3153
|
?db_name: ::String,
|
|
3141
3154
|
?engine: ::String,
|
|
3142
3155
|
?iops: ::Integer,
|
|
3156
|
+
?storage_throughput: ::Integer,
|
|
3143
3157
|
?option_group_name: ::String,
|
|
3144
3158
|
?tags: Array[
|
|
3145
3159
|
{
|
|
@@ -3170,12 +3184,11 @@ module Aws
|
|
|
3170
3184
|
?db_parameter_group_name: ::String,
|
|
3171
3185
|
?deletion_protection: bool,
|
|
3172
3186
|
?enable_customer_owned_ip: bool,
|
|
3173
|
-
?custom_iam_instance_profile: ::String,
|
|
3174
|
-
?backup_target: ::String,
|
|
3175
3187
|
?network_type: ::String,
|
|
3176
|
-
?
|
|
3177
|
-
?
|
|
3188
|
+
?backup_target: ::String,
|
|
3189
|
+
?custom_iam_instance_profile: ::String,
|
|
3178
3190
|
?allocated_storage: ::Integer,
|
|
3191
|
+
?db_cluster_snapshot_identifier: ::String,
|
|
3179
3192
|
?dedicated_log_volume: bool,
|
|
3180
3193
|
?ca_certificate_identifier: ::String,
|
|
3181
3194
|
?engine_lifecycle_support: ::String,
|
|
@@ -3211,6 +3224,7 @@ module Aws
|
|
|
3211
3224
|
?auto_minor_version_upgrade: bool,
|
|
3212
3225
|
?license_model: ::String,
|
|
3213
3226
|
?iops: ::Integer,
|
|
3227
|
+
?storage_throughput: ::Integer,
|
|
3214
3228
|
?option_group_name: ::String,
|
|
3215
3229
|
?publicly_accessible: bool,
|
|
3216
3230
|
?tags: Array[
|
|
@@ -3246,7 +3260,6 @@ module Aws
|
|
|
3246
3260
|
?deletion_protection: bool,
|
|
3247
3261
|
?max_allocated_storage: ::Integer,
|
|
3248
3262
|
?network_type: ::String,
|
|
3249
|
-
?storage_throughput: ::Integer,
|
|
3250
3263
|
?manage_master_user_password: bool,
|
|
3251
3264
|
?master_user_secret_kms_key_id: ::String,
|
|
3252
3265
|
?dedicated_log_volume: bool,
|
|
@@ -3276,6 +3289,7 @@ module Aws
|
|
|
3276
3289
|
?db_name: ::String,
|
|
3277
3290
|
?engine: ::String,
|
|
3278
3291
|
?iops: ::Integer,
|
|
3292
|
+
?storage_throughput: ::Integer,
|
|
3279
3293
|
?option_group_name: ::String,
|
|
3280
3294
|
?copy_tags_to_snapshot: bool,
|
|
3281
3295
|
?tags: Array[
|
|
@@ -3307,12 +3321,11 @@ module Aws
|
|
|
3307
3321
|
?deletion_protection: bool,
|
|
3308
3322
|
?source_dbi_resource_id: ::String,
|
|
3309
3323
|
?max_allocated_storage: ::Integer,
|
|
3310
|
-
?source_db_instance_automated_backups_arn: ::String,
|
|
3311
3324
|
?enable_customer_owned_ip: bool,
|
|
3312
|
-
?custom_iam_instance_profile: ::String,
|
|
3313
|
-
?backup_target: ::String,
|
|
3314
3325
|
?network_type: ::String,
|
|
3315
|
-
?
|
|
3326
|
+
?source_db_instance_automated_backups_arn: ::String,
|
|
3327
|
+
?backup_target: ::String,
|
|
3328
|
+
?custom_iam_instance_profile: ::String,
|
|
3316
3329
|
?allocated_storage: ::Integer,
|
|
3317
3330
|
?dedicated_log_volume: bool,
|
|
3318
3331
|
?ca_certificate_identifier: ::String,
|
|
@@ -3342,8 +3355,8 @@ module Aws
|
|
|
3342
3355
|
def kinesis_stream_name: () -> ::String
|
|
3343
3356
|
def status: () -> ("stopped" | "starting" | "started" | "stopping")
|
|
3344
3357
|
def mode: () -> ("sync" | "async")
|
|
3345
|
-
def apply_immediately: () -> bool
|
|
3346
3358
|
def engine_native_audit_fields_included: () -> bool
|
|
3359
|
+
def apply_immediately: () -> bool
|
|
3347
3360
|
end
|
|
3348
3361
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_activity_stream-instance_method
|
|
3349
3362
|
def start_activity_stream: (
|