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/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.294.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
data/sig/client.rbs
CHANGED
@@ -262,9 +262,9 @@ module Aws
|
|
262
262
|
?pre_signed_url: ::String,
|
263
263
|
?option_group_name: ::String,
|
264
264
|
?target_custom_availability_zone: ::String,
|
265
|
+
?snapshot_target: ::String,
|
265
266
|
?copy_option_group: bool,
|
266
267
|
?snapshot_availability_zone: ::String,
|
267
|
-
?snapshot_target: ::String,
|
268
268
|
?source_region: ::String
|
269
269
|
) -> _CopyDBSnapshotResponseSuccess
|
270
270
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBSnapshotResponseSuccess
|
@@ -316,13 +316,20 @@ module Aws
|
|
316
316
|
interface _CreateCustomDBEngineVersionResponseSuccess
|
317
317
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
|
318
318
|
def engine: () -> ::String
|
319
|
+
def major_engine_version: () -> ::String
|
319
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
|
320
324
|
def db_parameter_group_family: () -> ::String
|
321
325
|
def db_engine_description: () -> ::String
|
326
|
+
def db_engine_version_arn: () -> ::String
|
322
327
|
def db_engine_version_description: () -> ::String
|
323
328
|
def default_character_set: () -> Types::CharacterSet
|
324
329
|
def image: () -> Types::CustomDBEngineVersionAMI
|
325
330
|
def db_engine_media_type: () -> ::String
|
331
|
+
def kms_key_id: () -> ::String
|
332
|
+
def create_time: () -> ::Time
|
326
333
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
327
334
|
def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
|
328
335
|
def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
|
@@ -335,15 +342,8 @@ module Aws
|
|
335
342
|
def status: () -> ::String
|
336
343
|
def supports_parallel_query: () -> bool
|
337
344
|
def supports_global_databases: () -> bool
|
338
|
-
def major_engine_version: () -> ::String
|
339
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
340
|
-
def database_installation_files_s3_prefix: () -> ::String
|
341
|
-
def db_engine_version_arn: () -> ::String
|
342
|
-
def kms_key_id: () -> ::String
|
343
|
-
def create_time: () -> ::Time
|
344
345
|
def tag_list: () -> ::Array[Types::Tag]
|
345
346
|
def supports_babelfish: () -> bool
|
346
|
-
def custom_db_engine_version_manifest: () -> ::String
|
347
347
|
def supports_limitless_database: () -> bool
|
348
348
|
def supports_certificate_rotation_without_restart: () -> bool
|
349
349
|
def supported_ca_certificate_identifiers: () -> ::Array[::String]
|
@@ -359,6 +359,8 @@ module Aws
|
|
359
359
|
?database_installation_files_s3_prefix: ::String,
|
360
360
|
?image_id: ::String,
|
361
361
|
?kms_key_id: ::String,
|
362
|
+
?source_custom_db_engine_version_identifier: ::String,
|
363
|
+
?use_aws_provided_latest_image: bool,
|
362
364
|
?description: ::String,
|
363
365
|
?manifest: ::String,
|
364
366
|
?tags: Array[
|
@@ -366,9 +368,7 @@ module Aws
|
|
366
368
|
key: ::String?,
|
367
369
|
value: ::String?
|
368
370
|
},
|
369
|
-
]
|
370
|
-
?source_custom_db_engine_version_identifier: ::String,
|
371
|
-
?use_aws_provided_latest_image: bool
|
371
|
+
]
|
372
372
|
) -> _CreateCustomDBEngineVersionResponseSuccess
|
373
373
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomDBEngineVersionResponseSuccess
|
374
374
|
|
@@ -421,6 +421,12 @@ module Aws
|
|
421
421
|
transit_gateway_multicast_domain_id: ::String?,
|
422
422
|
replica_mode: ("open-read-only" | "mounted")?
|
423
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,
|
424
430
|
?deletion_protection: bool,
|
425
431
|
?global_cluster_identifier: ::String,
|
426
432
|
?enable_http_endpoint: bool,
|
@@ -428,12 +434,12 @@ module Aws
|
|
428
434
|
?domain: ::String,
|
429
435
|
?domain_iam_role_name: ::String,
|
430
436
|
?enable_global_write_forwarding: bool,
|
431
|
-
?
|
432
|
-
?
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
+
?network_type: ::String,
|
438
|
+
?serverless_v2_scaling_configuration: {
|
439
|
+
min_capacity: ::Float?,
|
440
|
+
max_capacity: ::Float?,
|
441
|
+
seconds_until_auto_pause: ::Integer?
|
442
|
+
},
|
437
443
|
?monitoring_interval: ::Integer,
|
438
444
|
?monitoring_role_arn: ::String,
|
439
445
|
?database_insights_mode: ("standard" | "advanced"),
|
@@ -441,17 +447,11 @@ module Aws
|
|
441
447
|
?performance_insights_kms_key_id: ::String,
|
442
448
|
?performance_insights_retention_period: ::Integer,
|
443
449
|
?enable_limitless_database: bool,
|
444
|
-
?
|
445
|
-
min_capacity: ::Float?,
|
446
|
-
max_capacity: ::Float?,
|
447
|
-
seconds_until_auto_pause: ::Integer?
|
448
|
-
},
|
449
|
-
?network_type: ::String,
|
450
|
-
?cluster_scalability_type: ("standard" | "limitless"),
|
450
|
+
?cluster_scalability_type: ("standard" | "limitless" | "scaleout"),
|
451
451
|
?db_system_id: ::String,
|
452
452
|
?manage_master_user_password: bool,
|
453
|
-
?master_user_secret_kms_key_id: ::String,
|
454
453
|
?enable_local_write_forwarding: bool,
|
454
|
+
?master_user_secret_kms_key_id: ::String,
|
455
455
|
?ca_certificate_identifier: ::String,
|
456
456
|
?engine_lifecycle_support: ::String,
|
457
457
|
?master_user_authentication_type: ("password" | "iam-db-auth"),
|
@@ -550,6 +550,7 @@ module Aws
|
|
550
550
|
?auto_minor_version_upgrade: bool,
|
551
551
|
?license_model: ::String,
|
552
552
|
?iops: ::Integer,
|
553
|
+
?storage_throughput: ::Integer,
|
553
554
|
?option_group_name: ::String,
|
554
555
|
?character_set_name: ::String,
|
555
556
|
?nchar_character_set_name: ::String,
|
@@ -592,16 +593,15 @@ module Aws
|
|
592
593
|
?deletion_protection: bool,
|
593
594
|
?max_allocated_storage: ::Integer,
|
594
595
|
?enable_customer_owned_ip: bool,
|
595
|
-
?custom_iam_instance_profile: ::String,
|
596
|
-
?backup_target: ::String,
|
597
596
|
?network_type: ::String,
|
598
|
-
?
|
597
|
+
?backup_target: ::String,
|
598
|
+
?custom_iam_instance_profile: ::String,
|
599
|
+
?db_system_id: ::String,
|
600
|
+
?ca_certificate_identifier: ::String,
|
599
601
|
?manage_master_user_password: bool,
|
600
602
|
?master_user_secret_kms_key_id: ::String,
|
601
|
-
?ca_certificate_identifier: ::String,
|
602
|
-
?db_system_id: ::String,
|
603
|
-
?dedicated_log_volume: bool,
|
604
603
|
?multi_tenant: bool,
|
604
|
+
?dedicated_log_volume: bool,
|
605
605
|
?engine_lifecycle_support: ::String,
|
606
606
|
?master_user_authentication_type: ("password" | "iam-db-auth")
|
607
607
|
) -> _CreateDBInstanceResponseSuccess
|
@@ -621,6 +621,7 @@ module Aws
|
|
621
621
|
?multi_az: bool,
|
622
622
|
?auto_minor_version_upgrade: bool,
|
623
623
|
?iops: ::Integer,
|
624
|
+
?storage_throughput: ::Integer,
|
624
625
|
?option_group_name: ::String,
|
625
626
|
?db_parameter_group_name: ::String,
|
626
627
|
?publicly_accessible: bool,
|
@@ -659,12 +660,11 @@ module Aws
|
|
659
660
|
?domain_auth_secret_arn: ::String,
|
660
661
|
?domain_dns_ips: Array[::String],
|
661
662
|
?replica_mode: ("open-read-only" | "mounted"),
|
662
|
-
?max_allocated_storage: ::Integer,
|
663
|
-
?custom_iam_instance_profile: ::String,
|
664
|
-
?network_type: ::String,
|
665
|
-
?storage_throughput: ::Integer,
|
666
663
|
?enable_customer_owned_ip: bool,
|
664
|
+
?network_type: ::String,
|
665
|
+
?max_allocated_storage: ::Integer,
|
667
666
|
?backup_target: ::String,
|
667
|
+
?custom_iam_instance_profile: ::String,
|
668
668
|
?allocated_storage: ::Integer,
|
669
669
|
?source_db_cluster_identifier: ::String,
|
670
670
|
?dedicated_log_volume: bool,
|
@@ -859,7 +859,7 @@ module Aws
|
|
859
859
|
end
|
860
860
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_global_cluster-instance_method
|
861
861
|
def create_global_cluster: (
|
862
|
-
|
862
|
+
global_cluster_identifier: ::String,
|
863
863
|
?source_db_cluster_identifier: ::String,
|
864
864
|
?engine: ::String,
|
865
865
|
?engine_version: ::String,
|
@@ -874,7 +874,7 @@ module Aws
|
|
874
874
|
},
|
875
875
|
]
|
876
876
|
) -> _CreateGlobalClusterResponseSuccess
|
877
|
-
| (
|
877
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalClusterResponseSuccess
|
878
878
|
|
879
879
|
interface _CreateIntegrationResponseSuccess
|
880
880
|
include ::Seahorse::Client::_ResponseSuccess[Types::Integration]
|
@@ -886,10 +886,10 @@ module Aws
|
|
886
886
|
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
887
887
|
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
888
888
|
def tags: () -> ::Array[Types::Tag]
|
889
|
-
def create_time: () -> ::Time
|
890
|
-
def errors: () -> ::Array[Types::IntegrationError]
|
891
889
|
def data_filter: () -> ::String
|
892
890
|
def description: () -> ::String
|
891
|
+
def create_time: () -> ::Time
|
892
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
893
893
|
end
|
894
894
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_integration-instance_method
|
895
895
|
def create_integration: (
|
@@ -965,13 +965,20 @@ module Aws
|
|
965
965
|
interface _DeleteCustomDBEngineVersionResponseSuccess
|
966
966
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
|
967
967
|
def engine: () -> ::String
|
968
|
+
def major_engine_version: () -> ::String
|
968
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
|
969
973
|
def db_parameter_group_family: () -> ::String
|
970
974
|
def db_engine_description: () -> ::String
|
975
|
+
def db_engine_version_arn: () -> ::String
|
971
976
|
def db_engine_version_description: () -> ::String
|
972
977
|
def default_character_set: () -> Types::CharacterSet
|
973
978
|
def image: () -> Types::CustomDBEngineVersionAMI
|
974
979
|
def db_engine_media_type: () -> ::String
|
980
|
+
def kms_key_id: () -> ::String
|
981
|
+
def create_time: () -> ::Time
|
975
982
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
976
983
|
def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
|
977
984
|
def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
|
@@ -984,15 +991,8 @@ module Aws
|
|
984
991
|
def status: () -> ::String
|
985
992
|
def supports_parallel_query: () -> bool
|
986
993
|
def supports_global_databases: () -> bool
|
987
|
-
def major_engine_version: () -> ::String
|
988
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
989
|
-
def database_installation_files_s3_prefix: () -> ::String
|
990
|
-
def db_engine_version_arn: () -> ::String
|
991
|
-
def kms_key_id: () -> ::String
|
992
|
-
def create_time: () -> ::Time
|
993
994
|
def tag_list: () -> ::Array[Types::Tag]
|
994
995
|
def supports_babelfish: () -> bool
|
995
|
-
def custom_db_engine_version_manifest: () -> ::String
|
996
996
|
def supports_limitless_database: () -> bool
|
997
997
|
def supports_certificate_rotation_without_restart: () -> bool
|
998
998
|
def supported_ca_certificate_identifiers: () -> ::Array[::String]
|
@@ -1187,10 +1187,10 @@ module Aws
|
|
1187
1187
|
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
1188
1188
|
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
1189
1189
|
def tags: () -> ::Array[Types::Tag]
|
1190
|
-
def create_time: () -> ::Time
|
1191
|
-
def errors: () -> ::Array[Types::IntegrationError]
|
1192
1190
|
def data_filter: () -> ::String
|
1193
1191
|
def description: () -> ::String
|
1192
|
+
def create_time: () -> ::Time
|
1193
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
1194
1194
|
end
|
1195
1195
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_integration-instance_method
|
1196
1196
|
def delete_integration: (
|
@@ -1862,7 +1862,7 @@ module Aws
|
|
1862
1862
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_events-instance_method
|
1863
1863
|
def describe_events: (
|
1864
1864
|
?source_identifier: ::String,
|
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"),
|
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"),
|
1866
1866
|
?start_time: ::Time,
|
1867
1867
|
?end_time: ::Time,
|
1868
1868
|
?duration: ::Integer,
|
@@ -2244,13 +2244,20 @@ module Aws
|
|
2244
2244
|
interface _ModifyCustomDBEngineVersionResponseSuccess
|
2245
2245
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
|
2246
2246
|
def engine: () -> ::String
|
2247
|
+
def major_engine_version: () -> ::String
|
2247
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
|
2248
2252
|
def db_parameter_group_family: () -> ::String
|
2249
2253
|
def db_engine_description: () -> ::String
|
2254
|
+
def db_engine_version_arn: () -> ::String
|
2250
2255
|
def db_engine_version_description: () -> ::String
|
2251
2256
|
def default_character_set: () -> Types::CharacterSet
|
2252
2257
|
def image: () -> Types::CustomDBEngineVersionAMI
|
2253
2258
|
def db_engine_media_type: () -> ::String
|
2259
|
+
def kms_key_id: () -> ::String
|
2260
|
+
def create_time: () -> ::Time
|
2254
2261
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
2255
2262
|
def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
|
2256
2263
|
def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
|
@@ -2263,15 +2270,8 @@ module Aws
|
|
2263
2270
|
def status: () -> ::String
|
2264
2271
|
def supports_parallel_query: () -> bool
|
2265
2272
|
def supports_global_databases: () -> bool
|
2266
|
-
def major_engine_version: () -> ::String
|
2267
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
2268
|
-
def database_installation_files_s3_prefix: () -> ::String
|
2269
|
-
def db_engine_version_arn: () -> ::String
|
2270
|
-
def kms_key_id: () -> ::String
|
2271
|
-
def create_time: () -> ::Time
|
2272
2273
|
def tag_list: () -> ::Array[Types::Tag]
|
2273
2274
|
def supports_babelfish: () -> bool
|
2274
|
-
def custom_db_engine_version_manifest: () -> ::String
|
2275
2275
|
def supports_limitless_database: () -> bool
|
2276
2276
|
def supports_certificate_rotation_without_restart: () -> bool
|
2277
2277
|
def supported_ca_certificate_identifiers: () -> ::Array[::String]
|
@@ -2333,24 +2333,24 @@ module Aws
|
|
2333
2333
|
?storage_type: ::String,
|
2334
2334
|
?iops: ::Integer,
|
2335
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
|
+
},
|
2336
2342
|
?monitoring_interval: ::Integer,
|
2337
2343
|
?monitoring_role_arn: ::String,
|
2338
2344
|
?database_insights_mode: ("standard" | "advanced"),
|
2339
2345
|
?enable_performance_insights: bool,
|
2340
2346
|
?performance_insights_kms_key_id: ::String,
|
2341
2347
|
?performance_insights_retention_period: ::Integer,
|
2342
|
-
?serverless_v2_scaling_configuration: {
|
2343
|
-
min_capacity: ::Float?,
|
2344
|
-
max_capacity: ::Float?,
|
2345
|
-
seconds_until_auto_pause: ::Integer?
|
2346
|
-
},
|
2347
|
-
?network_type: ::String,
|
2348
2348
|
?manage_master_user_password: bool,
|
2349
2349
|
?rotate_master_user_password: bool,
|
2350
|
+
?enable_local_write_forwarding: bool,
|
2350
2351
|
?master_user_secret_kms_key_id: ::String,
|
2351
2352
|
?engine_mode: ::String,
|
2352
2353
|
?allow_engine_mode_change: bool,
|
2353
|
-
?enable_local_write_forwarding: bool,
|
2354
2354
|
?aws_backup_recovery_point_arn: ::String,
|
2355
2355
|
?enable_limitless_database: bool,
|
2356
2356
|
?ca_certificate_identifier: ::String,
|
@@ -2442,6 +2442,7 @@ module Aws
|
|
2442
2442
|
?auto_minor_version_upgrade: bool,
|
2443
2443
|
?license_model: ::String,
|
2444
2444
|
?iops: ::Integer,
|
2445
|
+
?storage_throughput: ::Integer,
|
2445
2446
|
?option_group_name: ::String,
|
2446
2447
|
?new_db_instance_identifier: ::String,
|
2447
2448
|
?storage_type: ::String,
|
@@ -2453,13 +2454,13 @@ module Aws
|
|
2453
2454
|
?domain_ou: ::String,
|
2454
2455
|
?domain_auth_secret_arn: ::String,
|
2455
2456
|
?domain_dns_ips: Array[::String],
|
2457
|
+
?disable_domain: bool,
|
2456
2458
|
?copy_tags_to_snapshot: bool,
|
2457
2459
|
?monitoring_interval: ::Integer,
|
2458
2460
|
?db_port_number: ::Integer,
|
2459
2461
|
?publicly_accessible: bool,
|
2460
2462
|
?monitoring_role_arn: ::String,
|
2461
2463
|
?domain_iam_role_name: ::String,
|
2462
|
-
?disable_domain: bool,
|
2463
2464
|
?promotion_tier: ::Integer,
|
2464
2465
|
?enable_iam_database_authentication: bool,
|
2465
2466
|
?database_insights_mode: ("standard" | "advanced"),
|
@@ -2481,18 +2482,17 @@ module Aws
|
|
2481
2482
|
?max_allocated_storage: ::Integer,
|
2482
2483
|
?certificate_rotation_restart: bool,
|
2483
2484
|
?replica_mode: ("open-read-only" | "mounted"),
|
2484
|
-
?enable_customer_owned_ip: bool,
|
2485
|
-
?aws_backup_recovery_point_arn: ::String,
|
2486
2485
|
?automation_mode: ("full" | "all-paused"),
|
2487
2486
|
?resume_full_automation_mode_minutes: ::Integer,
|
2487
|
+
?enable_customer_owned_ip: bool,
|
2488
2488
|
?network_type: ::String,
|
2489
|
-
?
|
2489
|
+
?aws_backup_recovery_point_arn: ::String,
|
2490
2490
|
?manage_master_user_password: bool,
|
2491
2491
|
?rotate_master_user_password: bool,
|
2492
2492
|
?master_user_secret_kms_key_id: ::String,
|
2493
|
-
?engine: ::String,
|
2494
|
-
?dedicated_log_volume: bool,
|
2495
2493
|
?multi_tenant: bool,
|
2494
|
+
?dedicated_log_volume: bool,
|
2495
|
+
?engine: ::String,
|
2496
2496
|
?master_user_authentication_type: ("password" | "iam-db-auth")
|
2497
2497
|
) -> _ModifyDBInstanceResponseSuccess
|
2498
2498
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBInstanceResponseSuccess
|
@@ -2678,13 +2678,13 @@ module Aws
|
|
2678
2678
|
end
|
2679
2679
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_global_cluster-instance_method
|
2680
2680
|
def modify_global_cluster: (
|
2681
|
-
|
2681
|
+
global_cluster_identifier: ::String,
|
2682
2682
|
?new_global_cluster_identifier: ::String,
|
2683
2683
|
?deletion_protection: bool,
|
2684
2684
|
?engine_version: ::String,
|
2685
2685
|
?allow_major_version_upgrade: bool
|
2686
2686
|
) -> _ModifyGlobalClusterResponseSuccess
|
2687
|
-
| (
|
2687
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyGlobalClusterResponseSuccess
|
2688
2688
|
|
2689
2689
|
interface _ModifyIntegrationResponseSuccess
|
2690
2690
|
include ::Seahorse::Client::_ResponseSuccess[Types::Integration]
|
@@ -2696,10 +2696,10 @@ module Aws
|
|
2696
2696
|
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
2697
2697
|
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
2698
2698
|
def tags: () -> ::Array[Types::Tag]
|
2699
|
-
def create_time: () -> ::Time
|
2700
|
-
def errors: () -> ::Array[Types::IntegrationError]
|
2701
2699
|
def data_filter: () -> ::String
|
2702
2700
|
def description: () -> ::String
|
2701
|
+
def create_time: () -> ::Time
|
2702
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
2703
2703
|
end
|
2704
2704
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_integration-instance_method
|
2705
2705
|
def modify_integration: (
|
@@ -2860,10 +2860,10 @@ module Aws
|
|
2860
2860
|
end
|
2861
2861
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_from_global_cluster-instance_method
|
2862
2862
|
def remove_from_global_cluster: (
|
2863
|
-
|
2864
|
-
|
2863
|
+
global_cluster_identifier: ::String,
|
2864
|
+
db_cluster_identifier: ::String
|
2865
2865
|
) -> _RemoveFromGlobalClusterResponseSuccess
|
2866
|
-
| (
|
2866
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFromGlobalClusterResponseSuccess
|
2867
2867
|
|
2868
2868
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_role_from_db_cluster-instance_method
|
2869
2869
|
def remove_role_from_db_cluster: (
|
@@ -2993,15 +2993,15 @@ module Aws
|
|
2993
2993
|
?copy_tags_to_snapshot: bool,
|
2994
2994
|
?domain: ::String,
|
2995
2995
|
?domain_iam_role_name: ::String,
|
2996
|
+
?storage_type: ::String,
|
2997
|
+
?network_type: ::String,
|
2996
2998
|
?serverless_v2_scaling_configuration: {
|
2997
2999
|
min_capacity: ::Float?,
|
2998
3000
|
max_capacity: ::Float?,
|
2999
3001
|
seconds_until_auto_pause: ::Integer?
|
3000
3002
|
},
|
3001
|
-
?network_type: ::String,
|
3002
3003
|
?manage_master_user_password: bool,
|
3003
3004
|
?master_user_secret_kms_key_id: ::String,
|
3004
|
-
?storage_type: ::String,
|
3005
3005
|
?engine_lifecycle_support: ::String
|
3006
3006
|
) -> _RestoreDBClusterFromS3ResponseSuccess
|
3007
3007
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterFromS3ResponseSuccess
|
@@ -3050,12 +3050,12 @@ module Aws
|
|
3050
3050
|
?storage_type: ::String,
|
3051
3051
|
?iops: ::Integer,
|
3052
3052
|
?publicly_accessible: bool,
|
3053
|
+
?network_type: ::String,
|
3053
3054
|
?serverless_v2_scaling_configuration: {
|
3054
3055
|
min_capacity: ::Float?,
|
3055
3056
|
max_capacity: ::Float?,
|
3056
3057
|
seconds_until_auto_pause: ::Integer?
|
3057
3058
|
},
|
3058
|
-
?network_type: ::String,
|
3059
3059
|
?rds_custom_cluster_configuration: {
|
3060
3060
|
interconnect_subnet_id: ::String?,
|
3061
3061
|
transit_gateway_multicast_domain_id: ::String?,
|
@@ -3100,26 +3100,26 @@ module Aws
|
|
3100
3100
|
?copy_tags_to_snapshot: bool,
|
3101
3101
|
?domain: ::String,
|
3102
3102
|
?domain_iam_role_name: ::String,
|
3103
|
-
?scaling_configuration: {
|
3104
|
-
min_capacity: ::Integer?,
|
3105
|
-
max_capacity: ::Integer?,
|
3106
|
-
auto_pause: bool?,
|
3107
|
-
seconds_until_auto_pause: ::Integer?,
|
3108
|
-
timeout_action: ::String?,
|
3109
|
-
seconds_before_timeout: ::Integer?
|
3110
|
-
},
|
3111
|
-
?engine_mode: ::String,
|
3112
3103
|
?db_cluster_instance_class: ::String,
|
3113
3104
|
?storage_type: ::String,
|
3114
3105
|
?publicly_accessible: bool,
|
3115
3106
|
?iops: ::Integer,
|
3107
|
+
?network_type: ::String,
|
3108
|
+
?source_db_cluster_resource_id: ::String,
|
3116
3109
|
?serverless_v2_scaling_configuration: {
|
3117
3110
|
min_capacity: ::Float?,
|
3118
3111
|
max_capacity: ::Float?,
|
3119
3112
|
seconds_until_auto_pause: ::Integer?
|
3120
3113
|
},
|
3121
|
-
?
|
3122
|
-
|
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,
|
3123
3123
|
?rds_custom_cluster_configuration: {
|
3124
3124
|
interconnect_subnet_id: ::String?,
|
3125
3125
|
transit_gateway_multicast_domain_id: ::String?,
|
@@ -3153,6 +3153,7 @@ module Aws
|
|
3153
3153
|
?db_name: ::String,
|
3154
3154
|
?engine: ::String,
|
3155
3155
|
?iops: ::Integer,
|
3156
|
+
?storage_throughput: ::Integer,
|
3156
3157
|
?option_group_name: ::String,
|
3157
3158
|
?tags: Array[
|
3158
3159
|
{
|
@@ -3183,12 +3184,11 @@ module Aws
|
|
3183
3184
|
?db_parameter_group_name: ::String,
|
3184
3185
|
?deletion_protection: bool,
|
3185
3186
|
?enable_customer_owned_ip: bool,
|
3186
|
-
?custom_iam_instance_profile: ::String,
|
3187
|
-
?backup_target: ::String,
|
3188
3187
|
?network_type: ::String,
|
3189
|
-
?
|
3190
|
-
?
|
3188
|
+
?backup_target: ::String,
|
3189
|
+
?custom_iam_instance_profile: ::String,
|
3191
3190
|
?allocated_storage: ::Integer,
|
3191
|
+
?db_cluster_snapshot_identifier: ::String,
|
3192
3192
|
?dedicated_log_volume: bool,
|
3193
3193
|
?ca_certificate_identifier: ::String,
|
3194
3194
|
?engine_lifecycle_support: ::String,
|
@@ -3224,6 +3224,7 @@ module Aws
|
|
3224
3224
|
?auto_minor_version_upgrade: bool,
|
3225
3225
|
?license_model: ::String,
|
3226
3226
|
?iops: ::Integer,
|
3227
|
+
?storage_throughput: ::Integer,
|
3227
3228
|
?option_group_name: ::String,
|
3228
3229
|
?publicly_accessible: bool,
|
3229
3230
|
?tags: Array[
|
@@ -3259,7 +3260,6 @@ module Aws
|
|
3259
3260
|
?deletion_protection: bool,
|
3260
3261
|
?max_allocated_storage: ::Integer,
|
3261
3262
|
?network_type: ::String,
|
3262
|
-
?storage_throughput: ::Integer,
|
3263
3263
|
?manage_master_user_password: bool,
|
3264
3264
|
?master_user_secret_kms_key_id: ::String,
|
3265
3265
|
?dedicated_log_volume: bool,
|
@@ -3289,6 +3289,7 @@ module Aws
|
|
3289
3289
|
?db_name: ::String,
|
3290
3290
|
?engine: ::String,
|
3291
3291
|
?iops: ::Integer,
|
3292
|
+
?storage_throughput: ::Integer,
|
3292
3293
|
?option_group_name: ::String,
|
3293
3294
|
?copy_tags_to_snapshot: bool,
|
3294
3295
|
?tags: Array[
|
@@ -3320,12 +3321,11 @@ module Aws
|
|
3320
3321
|
?deletion_protection: bool,
|
3321
3322
|
?source_dbi_resource_id: ::String,
|
3322
3323
|
?max_allocated_storage: ::Integer,
|
3323
|
-
?source_db_instance_automated_backups_arn: ::String,
|
3324
3324
|
?enable_customer_owned_ip: bool,
|
3325
|
-
?custom_iam_instance_profile: ::String,
|
3326
|
-
?backup_target: ::String,
|
3327
3325
|
?network_type: ::String,
|
3328
|
-
?
|
3326
|
+
?source_db_instance_automated_backups_arn: ::String,
|
3327
|
+
?backup_target: ::String,
|
3328
|
+
?custom_iam_instance_profile: ::String,
|
3329
3329
|
?allocated_storage: ::Integer,
|
3330
3330
|
?dedicated_log_volume: bool,
|
3331
3331
|
?ca_certificate_identifier: ::String,
|
@@ -3355,8 +3355,8 @@ module Aws
|
|
3355
3355
|
def kinesis_stream_name: () -> ::String
|
3356
3356
|
def status: () -> ("stopped" | "starting" | "started" | "stopping")
|
3357
3357
|
def mode: () -> ("sync" | "async")
|
3358
|
-
def apply_immediately: () -> bool
|
3359
3358
|
def engine_native_audit_fields_included: () -> bool
|
3359
|
+
def apply_immediately: () -> bool
|
3360
3360
|
end
|
3361
3361
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_activity_stream-instance_method
|
3362
3362
|
def start_activity_stream: (
|