aws-sdk-rds 1.213.0 → 1.215.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/client.rbs ADDED
@@ -0,0 +1,3515 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module RDS
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#add_role_to_db_cluster-instance_method
76
+ def add_role_to_db_cluster: (
77
+ db_cluster_identifier: ::String,
78
+ role_arn: ::String,
79
+ ?feature_name: ::String
80
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
81
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
82
+
83
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#add_role_to_db_instance-instance_method
84
+ def add_role_to_db_instance: (
85
+ db_instance_identifier: ::String,
86
+ role_arn: ::String,
87
+ feature_name: ::String
88
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
89
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
90
+
91
+ interface _AddSourceIdentifierToSubscriptionResponseSuccess
92
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddSourceIdentifierToSubscriptionResult]
93
+ def event_subscription: () -> Types::EventSubscription
94
+ end
95
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#add_source_identifier_to_subscription-instance_method
96
+ def add_source_identifier_to_subscription: (
97
+ subscription_name: ::String,
98
+ source_identifier: ::String
99
+ ) -> _AddSourceIdentifierToSubscriptionResponseSuccess
100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddSourceIdentifierToSubscriptionResponseSuccess
101
+
102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#add_tags_to_resource-instance_method
103
+ def add_tags_to_resource: (
104
+ resource_name: ::String,
105
+ tags: Array[
106
+ {
107
+ key: ::String?,
108
+ value: ::String?
109
+ },
110
+ ]
111
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
112
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
113
+
114
+ interface _ApplyPendingMaintenanceActionResponseSuccess
115
+ include ::Seahorse::Client::_ResponseSuccess[Types::ApplyPendingMaintenanceActionResult]
116
+ def resource_pending_maintenance_actions: () -> Types::ResourcePendingMaintenanceActions
117
+ end
118
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#apply_pending_maintenance_action-instance_method
119
+ def apply_pending_maintenance_action: (
120
+ resource_identifier: ::String,
121
+ apply_action: ::String,
122
+ opt_in_type: ::String
123
+ ) -> _ApplyPendingMaintenanceActionResponseSuccess
124
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ApplyPendingMaintenanceActionResponseSuccess
125
+
126
+ interface _AuthorizeDBSecurityGroupIngressResponseSuccess
127
+ include ::Seahorse::Client::_ResponseSuccess[Types::AuthorizeDBSecurityGroupIngressResult]
128
+ def db_security_group: () -> Types::DBSecurityGroup
129
+ end
130
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#authorize_db_security_group_ingress-instance_method
131
+ def authorize_db_security_group_ingress: (
132
+ db_security_group_name: ::String,
133
+ ?cidrip: ::String,
134
+ ?ec2_security_group_name: ::String,
135
+ ?ec2_security_group_id: ::String,
136
+ ?ec2_security_group_owner_id: ::String
137
+ ) -> _AuthorizeDBSecurityGroupIngressResponseSuccess
138
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeDBSecurityGroupIngressResponseSuccess
139
+
140
+ interface _BacktrackDBClusterResponseSuccess
141
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterBacktrack]
142
+ def db_cluster_identifier: () -> ::String
143
+ def backtrack_identifier: () -> ::String
144
+ def backtrack_to: () -> ::Time
145
+ def backtracked_from: () -> ::Time
146
+ def backtrack_request_creation_time: () -> ::Time
147
+ def status: () -> ::String
148
+ end
149
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#backtrack_db_cluster-instance_method
150
+ def backtrack_db_cluster: (
151
+ db_cluster_identifier: ::String,
152
+ backtrack_to: ::Time,
153
+ ?force: bool,
154
+ ?use_earliest_time_on_point_in_time_unavailable: bool
155
+ ) -> _BacktrackDBClusterResponseSuccess
156
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BacktrackDBClusterResponseSuccess
157
+
158
+ interface _CancelExportTaskResponseSuccess
159
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExportTask]
160
+ def export_task_identifier: () -> ::String
161
+ def source_arn: () -> ::String
162
+ def export_only: () -> ::Array[::String]
163
+ def snapshot_time: () -> ::Time
164
+ def task_start_time: () -> ::Time
165
+ def task_end_time: () -> ::Time
166
+ def s3_bucket: () -> ::String
167
+ def s3_prefix: () -> ::String
168
+ def iam_role_arn: () -> ::String
169
+ def kms_key_id: () -> ::String
170
+ def status: () -> ::String
171
+ def percent_progress: () -> ::Integer
172
+ def total_extracted_data_in_gb: () -> ::Integer
173
+ def failure_cause: () -> ::String
174
+ def warning_message: () -> ::String
175
+ def source_type: () -> ("SNAPSHOT" | "CLUSTER")
176
+ end
177
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#cancel_export_task-instance_method
178
+ def cancel_export_task: (
179
+ export_task_identifier: ::String
180
+ ) -> _CancelExportTaskResponseSuccess
181
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelExportTaskResponseSuccess
182
+
183
+ interface _CopyDBClusterParameterGroupResponseSuccess
184
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBClusterParameterGroupResult]
185
+ def db_cluster_parameter_group: () -> Types::DBClusterParameterGroup
186
+ end
187
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#copy_db_cluster_parameter_group-instance_method
188
+ def copy_db_cluster_parameter_group: (
189
+ source_db_cluster_parameter_group_identifier: ::String,
190
+ target_db_cluster_parameter_group_identifier: ::String,
191
+ target_db_cluster_parameter_group_description: ::String,
192
+ ?tags: Array[
193
+ {
194
+ key: ::String?,
195
+ value: ::String?
196
+ },
197
+ ]
198
+ ) -> _CopyDBClusterParameterGroupResponseSuccess
199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBClusterParameterGroupResponseSuccess
200
+
201
+ interface _CopyDBClusterSnapshotResponseSuccess
202
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBClusterSnapshotResult]
203
+ def db_cluster_snapshot: () -> Types::DBClusterSnapshot
204
+ end
205
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#copy_db_cluster_snapshot-instance_method
206
+ def copy_db_cluster_snapshot: (
207
+ source_db_cluster_snapshot_identifier: ::String,
208
+ target_db_cluster_snapshot_identifier: ::String,
209
+ ?kms_key_id: ::String,
210
+ ?pre_signed_url: ::String,
211
+ ?copy_tags: bool,
212
+ ?tags: Array[
213
+ {
214
+ key: ::String?,
215
+ value: ::String?
216
+ },
217
+ ],
218
+ ?source_region: ::String
219
+ ) -> _CopyDBClusterSnapshotResponseSuccess
220
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBClusterSnapshotResponseSuccess
221
+
222
+ interface _CopyDBParameterGroupResponseSuccess
223
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBParameterGroupResult]
224
+ def db_parameter_group: () -> Types::DBParameterGroup
225
+ end
226
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#copy_db_parameter_group-instance_method
227
+ def copy_db_parameter_group: (
228
+ source_db_parameter_group_identifier: ::String,
229
+ target_db_parameter_group_identifier: ::String,
230
+ target_db_parameter_group_description: ::String,
231
+ ?tags: Array[
232
+ {
233
+ key: ::String?,
234
+ value: ::String?
235
+ },
236
+ ]
237
+ ) -> _CopyDBParameterGroupResponseSuccess
238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBParameterGroupResponseSuccess
239
+
240
+ interface _CopyDBSnapshotResponseSuccess
241
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBSnapshotResult]
242
+ def db_snapshot: () -> Types::DBSnapshot
243
+ end
244
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#copy_db_snapshot-instance_method
245
+ def copy_db_snapshot: (
246
+ source_db_snapshot_identifier: ::String,
247
+ target_db_snapshot_identifier: ::String,
248
+ ?kms_key_id: ::String,
249
+ ?tags: Array[
250
+ {
251
+ key: ::String?,
252
+ value: ::String?
253
+ },
254
+ ],
255
+ ?copy_tags: bool,
256
+ ?pre_signed_url: ::String,
257
+ ?option_group_name: ::String,
258
+ ?target_custom_availability_zone: ::String,
259
+ ?copy_option_group: bool,
260
+ ?source_region: ::String
261
+ ) -> _CopyDBSnapshotResponseSuccess
262
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBSnapshotResponseSuccess
263
+
264
+ interface _CopyOptionGroupResponseSuccess
265
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyOptionGroupResult]
266
+ def option_group: () -> Types::OptionGroup
267
+ end
268
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#copy_option_group-instance_method
269
+ def copy_option_group: (
270
+ source_option_group_identifier: ::String,
271
+ target_option_group_identifier: ::String,
272
+ target_option_group_description: ::String,
273
+ ?tags: Array[
274
+ {
275
+ key: ::String?,
276
+ value: ::String?
277
+ },
278
+ ]
279
+ ) -> _CopyOptionGroupResponseSuccess
280
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyOptionGroupResponseSuccess
281
+
282
+ interface _CreateBlueGreenDeploymentResponseSuccess
283
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBlueGreenDeploymentResponse]
284
+ def blue_green_deployment: () -> Types::BlueGreenDeployment
285
+ end
286
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_blue_green_deployment-instance_method
287
+ def create_blue_green_deployment: (
288
+ blue_green_deployment_name: ::String,
289
+ source: ::String,
290
+ ?target_engine_version: ::String,
291
+ ?target_db_parameter_group_name: ::String,
292
+ ?target_db_cluster_parameter_group_name: ::String,
293
+ ?tags: Array[
294
+ {
295
+ key: ::String?,
296
+ value: ::String?
297
+ },
298
+ ],
299
+ ?target_db_instance_class: ::String,
300
+ ?upgrade_target_storage_config: bool
301
+ ) -> _CreateBlueGreenDeploymentResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBlueGreenDeploymentResponseSuccess
303
+
304
+ interface _CreateCustomDBEngineVersionResponseSuccess
305
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
306
+ def engine: () -> ::String
307
+ def engine_version: () -> ::String
308
+ def db_parameter_group_family: () -> ::String
309
+ def db_engine_description: () -> ::String
310
+ def db_engine_version_description: () -> ::String
311
+ def default_character_set: () -> Types::CharacterSet
312
+ def image: () -> Types::CustomDBEngineVersionAMI
313
+ def db_engine_media_type: () -> ::String
314
+ def supported_character_sets: () -> ::Array[Types::CharacterSet]
315
+ def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
316
+ def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
317
+ def supported_timezones: () -> ::Array[Types::Timezone]
318
+ def exportable_log_types: () -> ::Array[::String]
319
+ def supports_log_exports_to_cloudwatch_logs: () -> bool
320
+ def supports_read_replica: () -> bool
321
+ def supported_engine_modes: () -> ::Array[::String]
322
+ def supported_feature_names: () -> ::Array[::String]
323
+ def status: () -> ::String
324
+ def supports_parallel_query: () -> bool
325
+ def supports_global_databases: () -> bool
326
+ def major_engine_version: () -> ::String
327
+ def database_installation_files_s3_bucket_name: () -> ::String
328
+ def database_installation_files_s3_prefix: () -> ::String
329
+ def db_engine_version_arn: () -> ::String
330
+ def kms_key_id: () -> ::String
331
+ def create_time: () -> ::Time
332
+ def tag_list: () -> ::Array[Types::Tag]
333
+ def supports_babelfish: () -> bool
334
+ def custom_db_engine_version_manifest: () -> ::String
335
+ def supports_certificate_rotation_without_restart: () -> bool
336
+ def supported_ca_certificate_identifiers: () -> ::Array[::String]
337
+ def supports_local_write_forwarding: () -> bool
338
+ def supports_integrations: () -> bool
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_custom_db_engine_version-instance_method
341
+ def create_custom_db_engine_version: (
342
+ engine: ::String,
343
+ engine_version: ::String,
344
+ ?database_installation_files_s3_bucket_name: ::String,
345
+ ?database_installation_files_s3_prefix: ::String,
346
+ ?image_id: ::String,
347
+ ?kms_key_id: ::String,
348
+ ?description: ::String,
349
+ ?manifest: ::String,
350
+ ?tags: Array[
351
+ {
352
+ key: ::String?,
353
+ value: ::String?
354
+ },
355
+ ],
356
+ ?source_custom_db_engine_version_identifier: ::String,
357
+ ?use_aws_provided_latest_image: bool
358
+ ) -> _CreateCustomDBEngineVersionResponseSuccess
359
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomDBEngineVersionResponseSuccess
360
+
361
+ interface _CreateDBClusterResponseSuccess
362
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterResult]
363
+ def db_cluster: () -> Types::DBCluster
364
+ end
365
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_cluster-instance_method
366
+ def create_db_cluster: (
367
+ ?availability_zones: Array[::String],
368
+ ?backup_retention_period: ::Integer,
369
+ ?character_set_name: ::String,
370
+ ?database_name: ::String,
371
+ db_cluster_identifier: ::String,
372
+ ?db_cluster_parameter_group_name: ::String,
373
+ ?vpc_security_group_ids: Array[::String],
374
+ ?db_subnet_group_name: ::String,
375
+ engine: ::String,
376
+ ?engine_version: ::String,
377
+ ?port: ::Integer,
378
+ ?master_username: ::String,
379
+ ?master_user_password: ::String,
380
+ ?option_group_name: ::String,
381
+ ?preferred_backup_window: ::String,
382
+ ?preferred_maintenance_window: ::String,
383
+ ?replication_source_identifier: ::String,
384
+ ?tags: Array[
385
+ {
386
+ key: ::String?,
387
+ value: ::String?
388
+ },
389
+ ],
390
+ ?storage_encrypted: bool,
391
+ ?kms_key_id: ::String,
392
+ ?pre_signed_url: ::String,
393
+ ?enable_iam_database_authentication: bool,
394
+ ?backtrack_window: ::Integer,
395
+ ?enable_cloudwatch_logs_exports: Array[::String],
396
+ ?engine_mode: ::String,
397
+ ?scaling_configuration: {
398
+ min_capacity: ::Integer?,
399
+ max_capacity: ::Integer?,
400
+ auto_pause: bool?,
401
+ seconds_until_auto_pause: ::Integer?,
402
+ timeout_action: ::String?,
403
+ seconds_before_timeout: ::Integer?
404
+ },
405
+ ?rds_custom_cluster_configuration: {
406
+ interconnect_subnet_id: ::String?,
407
+ transit_gateway_multicast_domain_id: ::String?,
408
+ replica_mode: ("open-read-only" | "mounted")?
409
+ },
410
+ ?deletion_protection: bool,
411
+ ?global_cluster_identifier: ::String,
412
+ ?enable_http_endpoint: bool,
413
+ ?copy_tags_to_snapshot: bool,
414
+ ?domain: ::String,
415
+ ?domain_iam_role_name: ::String,
416
+ ?enable_global_write_forwarding: bool,
417
+ ?db_cluster_instance_class: ::String,
418
+ ?allocated_storage: ::Integer,
419
+ ?storage_type: ::String,
420
+ ?iops: ::Integer,
421
+ ?publicly_accessible: bool,
422
+ ?auto_minor_version_upgrade: bool,
423
+ ?monitoring_interval: ::Integer,
424
+ ?monitoring_role_arn: ::String,
425
+ ?enable_performance_insights: bool,
426
+ ?performance_insights_kms_key_id: ::String,
427
+ ?performance_insights_retention_period: ::Integer,
428
+ ?enable_limitless_database: bool,
429
+ ?serverless_v2_scaling_configuration: {
430
+ min_capacity: ::Float?,
431
+ max_capacity: ::Float?
432
+ },
433
+ ?network_type: ::String,
434
+ ?db_system_id: ::String,
435
+ ?manage_master_user_password: bool,
436
+ ?master_user_secret_kms_key_id: ::String,
437
+ ?enable_local_write_forwarding: bool,
438
+ ?source_region: ::String
439
+ ) -> _CreateDBClusterResponseSuccess
440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterResponseSuccess
441
+
442
+ interface _CreateDBClusterEndpointResponseSuccess
443
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterEndpoint]
444
+ def db_cluster_endpoint_identifier: () -> ::String
445
+ def db_cluster_identifier: () -> ::String
446
+ def db_cluster_endpoint_resource_identifier: () -> ::String
447
+ def endpoint: () -> ::String
448
+ def status: () -> ::String
449
+ def endpoint_type: () -> ::String
450
+ def custom_endpoint_type: () -> ::String
451
+ def static_members: () -> ::Array[::String]
452
+ def excluded_members: () -> ::Array[::String]
453
+ def db_cluster_endpoint_arn: () -> ::String
454
+ end
455
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_cluster_endpoint-instance_method
456
+ def create_db_cluster_endpoint: (
457
+ db_cluster_identifier: ::String,
458
+ db_cluster_endpoint_identifier: ::String,
459
+ endpoint_type: ::String,
460
+ ?static_members: Array[::String],
461
+ ?excluded_members: Array[::String],
462
+ ?tags: Array[
463
+ {
464
+ key: ::String?,
465
+ value: ::String?
466
+ },
467
+ ]
468
+ ) -> _CreateDBClusterEndpointResponseSuccess
469
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterEndpointResponseSuccess
470
+
471
+ interface _CreateDBClusterParameterGroupResponseSuccess
472
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterParameterGroupResult]
473
+ def db_cluster_parameter_group: () -> Types::DBClusterParameterGroup
474
+ end
475
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_cluster_parameter_group-instance_method
476
+ def create_db_cluster_parameter_group: (
477
+ db_cluster_parameter_group_name: ::String,
478
+ db_parameter_group_family: ::String,
479
+ description: ::String,
480
+ ?tags: Array[
481
+ {
482
+ key: ::String?,
483
+ value: ::String?
484
+ },
485
+ ]
486
+ ) -> _CreateDBClusterParameterGroupResponseSuccess
487
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterParameterGroupResponseSuccess
488
+
489
+ interface _CreateDBClusterSnapshotResponseSuccess
490
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterSnapshotResult]
491
+ def db_cluster_snapshot: () -> Types::DBClusterSnapshot
492
+ end
493
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_cluster_snapshot-instance_method
494
+ def create_db_cluster_snapshot: (
495
+ db_cluster_snapshot_identifier: ::String,
496
+ db_cluster_identifier: ::String,
497
+ ?tags: Array[
498
+ {
499
+ key: ::String?,
500
+ value: ::String?
501
+ },
502
+ ]
503
+ ) -> _CreateDBClusterSnapshotResponseSuccess
504
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterSnapshotResponseSuccess
505
+
506
+ interface _CreateDBInstanceResponseSuccess
507
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBInstanceResult]
508
+ def db_instance: () -> Types::DBInstance
509
+ end
510
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_instance-instance_method
511
+ def create_db_instance: (
512
+ ?db_name: ::String,
513
+ db_instance_identifier: ::String,
514
+ ?allocated_storage: ::Integer,
515
+ db_instance_class: ::String,
516
+ engine: ::String,
517
+ ?master_username: ::String,
518
+ ?master_user_password: ::String,
519
+ ?db_security_groups: Array[::String],
520
+ ?vpc_security_group_ids: Array[::String],
521
+ ?availability_zone: ::String,
522
+ ?db_subnet_group_name: ::String,
523
+ ?preferred_maintenance_window: ::String,
524
+ ?db_parameter_group_name: ::String,
525
+ ?backup_retention_period: ::Integer,
526
+ ?preferred_backup_window: ::String,
527
+ ?port: ::Integer,
528
+ ?multi_az: bool,
529
+ ?engine_version: ::String,
530
+ ?auto_minor_version_upgrade: bool,
531
+ ?license_model: ::String,
532
+ ?iops: ::Integer,
533
+ ?option_group_name: ::String,
534
+ ?character_set_name: ::String,
535
+ ?nchar_character_set_name: ::String,
536
+ ?publicly_accessible: bool,
537
+ ?tags: Array[
538
+ {
539
+ key: ::String?,
540
+ value: ::String?
541
+ },
542
+ ],
543
+ ?db_cluster_identifier: ::String,
544
+ ?storage_type: ::String,
545
+ ?tde_credential_arn: ::String,
546
+ ?tde_credential_password: ::String,
547
+ ?storage_encrypted: bool,
548
+ ?kms_key_id: ::String,
549
+ ?domain: ::String,
550
+ ?domain_fqdn: ::String,
551
+ ?domain_ou: ::String,
552
+ ?domain_auth_secret_arn: ::String,
553
+ ?domain_dns_ips: Array[::String],
554
+ ?copy_tags_to_snapshot: bool,
555
+ ?monitoring_interval: ::Integer,
556
+ ?monitoring_role_arn: ::String,
557
+ ?domain_iam_role_name: ::String,
558
+ ?promotion_tier: ::Integer,
559
+ ?timezone: ::String,
560
+ ?enable_iam_database_authentication: bool,
561
+ ?enable_performance_insights: bool,
562
+ ?performance_insights_kms_key_id: ::String,
563
+ ?performance_insights_retention_period: ::Integer,
564
+ ?enable_cloudwatch_logs_exports: Array[::String],
565
+ ?processor_features: Array[
566
+ {
567
+ name: ::String?,
568
+ value: ::String?
569
+ },
570
+ ],
571
+ ?deletion_protection: bool,
572
+ ?max_allocated_storage: ::Integer,
573
+ ?enable_customer_owned_ip: bool,
574
+ ?custom_iam_instance_profile: ::String,
575
+ ?backup_target: ::String,
576
+ ?network_type: ::String,
577
+ ?storage_throughput: ::Integer,
578
+ ?manage_master_user_password: bool,
579
+ ?master_user_secret_kms_key_id: ::String,
580
+ ?ca_certificate_identifier: ::String,
581
+ ?db_system_id: ::String,
582
+ ?dedicated_log_volume: bool,
583
+ ?multi_tenant: bool
584
+ ) -> _CreateDBInstanceResponseSuccess
585
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBInstanceResponseSuccess
586
+
587
+ interface _CreateDBInstanceReadReplicaResponseSuccess
588
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBInstanceReadReplicaResult]
589
+ def db_instance: () -> Types::DBInstance
590
+ end
591
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_instance_read_replica-instance_method
592
+ def create_db_instance_read_replica: (
593
+ db_instance_identifier: ::String,
594
+ ?source_db_instance_identifier: ::String,
595
+ ?db_instance_class: ::String,
596
+ ?availability_zone: ::String,
597
+ ?port: ::Integer,
598
+ ?multi_az: bool,
599
+ ?auto_minor_version_upgrade: bool,
600
+ ?iops: ::Integer,
601
+ ?option_group_name: ::String,
602
+ ?db_parameter_group_name: ::String,
603
+ ?publicly_accessible: bool,
604
+ ?tags: Array[
605
+ {
606
+ key: ::String?,
607
+ value: ::String?
608
+ },
609
+ ],
610
+ ?db_subnet_group_name: ::String,
611
+ ?vpc_security_group_ids: Array[::String],
612
+ ?storage_type: ::String,
613
+ ?copy_tags_to_snapshot: bool,
614
+ ?monitoring_interval: ::Integer,
615
+ ?monitoring_role_arn: ::String,
616
+ ?kms_key_id: ::String,
617
+ ?pre_signed_url: ::String,
618
+ ?enable_iam_database_authentication: bool,
619
+ ?enable_performance_insights: bool,
620
+ ?performance_insights_kms_key_id: ::String,
621
+ ?performance_insights_retention_period: ::Integer,
622
+ ?enable_cloudwatch_logs_exports: Array[::String],
623
+ ?processor_features: Array[
624
+ {
625
+ name: ::String?,
626
+ value: ::String?
627
+ },
628
+ ],
629
+ ?use_default_processor_features: bool,
630
+ ?deletion_protection: bool,
631
+ ?domain: ::String,
632
+ ?domain_iam_role_name: ::String,
633
+ ?domain_fqdn: ::String,
634
+ ?domain_ou: ::String,
635
+ ?domain_auth_secret_arn: ::String,
636
+ ?domain_dns_ips: Array[::String],
637
+ ?replica_mode: ("open-read-only" | "mounted"),
638
+ ?max_allocated_storage: ::Integer,
639
+ ?custom_iam_instance_profile: ::String,
640
+ ?network_type: ::String,
641
+ ?storage_throughput: ::Integer,
642
+ ?enable_customer_owned_ip: bool,
643
+ ?allocated_storage: ::Integer,
644
+ ?source_db_cluster_identifier: ::String,
645
+ ?dedicated_log_volume: bool,
646
+ ?upgrade_storage_config: bool,
647
+ ?source_region: ::String
648
+ ) -> _CreateDBInstanceReadReplicaResponseSuccess
649
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBInstanceReadReplicaResponseSuccess
650
+
651
+ interface _CreateDBParameterGroupResponseSuccess
652
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBParameterGroupResult]
653
+ def db_parameter_group: () -> Types::DBParameterGroup
654
+ end
655
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_parameter_group-instance_method
656
+ def create_db_parameter_group: (
657
+ db_parameter_group_name: ::String,
658
+ db_parameter_group_family: ::String,
659
+ description: ::String,
660
+ ?tags: Array[
661
+ {
662
+ key: ::String?,
663
+ value: ::String?
664
+ },
665
+ ]
666
+ ) -> _CreateDBParameterGroupResponseSuccess
667
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBParameterGroupResponseSuccess
668
+
669
+ interface _CreateDBProxyResponseSuccess
670
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBProxyResponse]
671
+ def db_proxy: () -> Types::DBProxy
672
+ end
673
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_proxy-instance_method
674
+ def create_db_proxy: (
675
+ db_proxy_name: ::String,
676
+ engine_family: ("MYSQL" | "POSTGRESQL" | "SQLSERVER"),
677
+ auth: Array[
678
+ {
679
+ description: ::String?,
680
+ user_name: ::String?,
681
+ auth_scheme: ("SECRETS")?,
682
+ secret_arn: ::String?,
683
+ iam_auth: ("DISABLED" | "REQUIRED" | "ENABLED")?,
684
+ client_password_auth_type: ("MYSQL_NATIVE_PASSWORD" | "POSTGRES_SCRAM_SHA_256" | "POSTGRES_MD5" | "SQL_SERVER_AUTHENTICATION")?
685
+ },
686
+ ],
687
+ role_arn: ::String,
688
+ vpc_subnet_ids: Array[::String],
689
+ ?vpc_security_group_ids: Array[::String],
690
+ ?require_tls: bool,
691
+ ?idle_client_timeout: ::Integer,
692
+ ?debug_logging: bool,
693
+ ?tags: Array[
694
+ {
695
+ key: ::String?,
696
+ value: ::String?
697
+ },
698
+ ]
699
+ ) -> _CreateDBProxyResponseSuccess
700
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBProxyResponseSuccess
701
+
702
+ interface _CreateDBProxyEndpointResponseSuccess
703
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBProxyEndpointResponse]
704
+ def db_proxy_endpoint: () -> Types::DBProxyEndpoint
705
+ end
706
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_proxy_endpoint-instance_method
707
+ def create_db_proxy_endpoint: (
708
+ db_proxy_name: ::String,
709
+ db_proxy_endpoint_name: ::String,
710
+ vpc_subnet_ids: Array[::String],
711
+ ?vpc_security_group_ids: Array[::String],
712
+ ?target_role: ("READ_WRITE" | "READ_ONLY"),
713
+ ?tags: Array[
714
+ {
715
+ key: ::String?,
716
+ value: ::String?
717
+ },
718
+ ]
719
+ ) -> _CreateDBProxyEndpointResponseSuccess
720
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBProxyEndpointResponseSuccess
721
+
722
+ interface _CreateDBSecurityGroupResponseSuccess
723
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBSecurityGroupResult]
724
+ def db_security_group: () -> Types::DBSecurityGroup
725
+ end
726
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_security_group-instance_method
727
+ def create_db_security_group: (
728
+ db_security_group_name: ::String,
729
+ db_security_group_description: ::String,
730
+ ?tags: Array[
731
+ {
732
+ key: ::String?,
733
+ value: ::String?
734
+ },
735
+ ]
736
+ ) -> _CreateDBSecurityGroupResponseSuccess
737
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBSecurityGroupResponseSuccess
738
+
739
+ interface _CreateDBShardGroupResponseSuccess
740
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBShardGroup]
741
+ def db_shard_group_resource_id: () -> ::String
742
+ def db_shard_group_identifier: () -> ::String
743
+ def db_cluster_identifier: () -> ::String
744
+ def max_acu: () -> ::Float
745
+ def compute_redundancy: () -> ::Integer
746
+ def status: () -> ::String
747
+ def publicly_accessible: () -> bool
748
+ def endpoint: () -> ::String
749
+ end
750
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_shard_group-instance_method
751
+ def create_db_shard_group: (
752
+ db_shard_group_identifier: ::String,
753
+ db_cluster_identifier: ::String,
754
+ ?compute_redundancy: ::Integer,
755
+ max_acu: ::Float,
756
+ ?publicly_accessible: bool
757
+ ) -> _CreateDBShardGroupResponseSuccess
758
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBShardGroupResponseSuccess
759
+
760
+ interface _CreateDBSnapshotResponseSuccess
761
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBSnapshotResult]
762
+ def db_snapshot: () -> Types::DBSnapshot
763
+ end
764
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_snapshot-instance_method
765
+ def create_db_snapshot: (
766
+ db_snapshot_identifier: ::String,
767
+ db_instance_identifier: ::String,
768
+ ?tags: Array[
769
+ {
770
+ key: ::String?,
771
+ value: ::String?
772
+ },
773
+ ]
774
+ ) -> _CreateDBSnapshotResponseSuccess
775
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBSnapshotResponseSuccess
776
+
777
+ interface _CreateDBSubnetGroupResponseSuccess
778
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBSubnetGroupResult]
779
+ def db_subnet_group: () -> Types::DBSubnetGroup
780
+ end
781
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_db_subnet_group-instance_method
782
+ def create_db_subnet_group: (
783
+ db_subnet_group_name: ::String,
784
+ db_subnet_group_description: ::String,
785
+ subnet_ids: Array[::String],
786
+ ?tags: Array[
787
+ {
788
+ key: ::String?,
789
+ value: ::String?
790
+ },
791
+ ]
792
+ ) -> _CreateDBSubnetGroupResponseSuccess
793
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBSubnetGroupResponseSuccess
794
+
795
+ interface _CreateEventSubscriptionResponseSuccess
796
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEventSubscriptionResult]
797
+ def event_subscription: () -> Types::EventSubscription
798
+ end
799
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_event_subscription-instance_method
800
+ def create_event_subscription: (
801
+ subscription_name: ::String,
802
+ sns_topic_arn: ::String,
803
+ ?source_type: ::String,
804
+ ?event_categories: Array[::String],
805
+ ?source_ids: Array[::String],
806
+ ?enabled: bool,
807
+ ?tags: Array[
808
+ {
809
+ key: ::String?,
810
+ value: ::String?
811
+ },
812
+ ]
813
+ ) -> _CreateEventSubscriptionResponseSuccess
814
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventSubscriptionResponseSuccess
815
+
816
+ interface _CreateGlobalClusterResponseSuccess
817
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGlobalClusterResult]
818
+ def global_cluster: () -> Types::GlobalCluster
819
+ end
820
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_global_cluster-instance_method
821
+ def create_global_cluster: (
822
+ ?global_cluster_identifier: ::String,
823
+ ?source_db_cluster_identifier: ::String,
824
+ ?engine: ::String,
825
+ ?engine_version: ::String,
826
+ ?deletion_protection: bool,
827
+ ?database_name: ::String,
828
+ ?storage_encrypted: bool
829
+ ) -> _CreateGlobalClusterResponseSuccess
830
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalClusterResponseSuccess
831
+
832
+ interface _CreateIntegrationResponseSuccess
833
+ include ::Seahorse::Client::_ResponseSuccess[Types::Integration]
834
+ def source_arn: () -> ::String
835
+ def target_arn: () -> ::String
836
+ def integration_name: () -> ::String
837
+ def integration_arn: () -> ::String
838
+ def kms_key_id: () -> ::String
839
+ def additional_encryption_context: () -> ::Hash[::String, ::String]
840
+ def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
841
+ def tags: () -> ::Array[Types::Tag]
842
+ def create_time: () -> ::Time
843
+ def errors: () -> ::Array[Types::IntegrationError]
844
+ end
845
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_integration-instance_method
846
+ def create_integration: (
847
+ source_arn: ::String,
848
+ target_arn: ::String,
849
+ integration_name: ::String,
850
+ ?kms_key_id: ::String,
851
+ ?additional_encryption_context: Hash[::String, ::String],
852
+ ?tags: Array[
853
+ {
854
+ key: ::String?,
855
+ value: ::String?
856
+ },
857
+ ]
858
+ ) -> _CreateIntegrationResponseSuccess
859
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationResponseSuccess
860
+
861
+ interface _CreateOptionGroupResponseSuccess
862
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateOptionGroupResult]
863
+ def option_group: () -> Types::OptionGroup
864
+ end
865
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_option_group-instance_method
866
+ def create_option_group: (
867
+ option_group_name: ::String,
868
+ engine_name: ::String,
869
+ major_engine_version: ::String,
870
+ option_group_description: ::String,
871
+ ?tags: Array[
872
+ {
873
+ key: ::String?,
874
+ value: ::String?
875
+ },
876
+ ]
877
+ ) -> _CreateOptionGroupResponseSuccess
878
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOptionGroupResponseSuccess
879
+
880
+ interface _CreateTenantDatabaseResponseSuccess
881
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTenantDatabaseResult]
882
+ def tenant_database: () -> Types::TenantDatabase
883
+ end
884
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_tenant_database-instance_method
885
+ def create_tenant_database: (
886
+ db_instance_identifier: ::String,
887
+ tenant_db_name: ::String,
888
+ master_username: ::String,
889
+ master_user_password: ::String,
890
+ ?character_set_name: ::String,
891
+ ?nchar_character_set_name: ::String,
892
+ ?tags: Array[
893
+ {
894
+ key: ::String?,
895
+ value: ::String?
896
+ },
897
+ ]
898
+ ) -> _CreateTenantDatabaseResponseSuccess
899
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTenantDatabaseResponseSuccess
900
+
901
+ interface _DeleteBlueGreenDeploymentResponseSuccess
902
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteBlueGreenDeploymentResponse]
903
+ def blue_green_deployment: () -> Types::BlueGreenDeployment
904
+ end
905
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_blue_green_deployment-instance_method
906
+ def delete_blue_green_deployment: (
907
+ blue_green_deployment_identifier: ::String,
908
+ ?delete_target: bool
909
+ ) -> _DeleteBlueGreenDeploymentResponseSuccess
910
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBlueGreenDeploymentResponseSuccess
911
+
912
+ interface _DeleteCustomDBEngineVersionResponseSuccess
913
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
914
+ def engine: () -> ::String
915
+ def engine_version: () -> ::String
916
+ def db_parameter_group_family: () -> ::String
917
+ def db_engine_description: () -> ::String
918
+ def db_engine_version_description: () -> ::String
919
+ def default_character_set: () -> Types::CharacterSet
920
+ def image: () -> Types::CustomDBEngineVersionAMI
921
+ def db_engine_media_type: () -> ::String
922
+ def supported_character_sets: () -> ::Array[Types::CharacterSet]
923
+ def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
924
+ def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
925
+ def supported_timezones: () -> ::Array[Types::Timezone]
926
+ def exportable_log_types: () -> ::Array[::String]
927
+ def supports_log_exports_to_cloudwatch_logs: () -> bool
928
+ def supports_read_replica: () -> bool
929
+ def supported_engine_modes: () -> ::Array[::String]
930
+ def supported_feature_names: () -> ::Array[::String]
931
+ def status: () -> ::String
932
+ def supports_parallel_query: () -> bool
933
+ def supports_global_databases: () -> bool
934
+ def major_engine_version: () -> ::String
935
+ def database_installation_files_s3_bucket_name: () -> ::String
936
+ def database_installation_files_s3_prefix: () -> ::String
937
+ def db_engine_version_arn: () -> ::String
938
+ def kms_key_id: () -> ::String
939
+ def create_time: () -> ::Time
940
+ def tag_list: () -> ::Array[Types::Tag]
941
+ def supports_babelfish: () -> bool
942
+ def custom_db_engine_version_manifest: () -> ::String
943
+ def supports_certificate_rotation_without_restart: () -> bool
944
+ def supported_ca_certificate_identifiers: () -> ::Array[::String]
945
+ def supports_local_write_forwarding: () -> bool
946
+ def supports_integrations: () -> bool
947
+ end
948
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_custom_db_engine_version-instance_method
949
+ def delete_custom_db_engine_version: (
950
+ engine: ::String,
951
+ engine_version: ::String
952
+ ) -> _DeleteCustomDBEngineVersionResponseSuccess
953
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteCustomDBEngineVersionResponseSuccess
954
+
955
+ interface _DeleteDBClusterResponseSuccess
956
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBClusterResult]
957
+ def db_cluster: () -> Types::DBCluster
958
+ end
959
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_cluster-instance_method
960
+ def delete_db_cluster: (
961
+ db_cluster_identifier: ::String,
962
+ ?skip_final_snapshot: bool,
963
+ ?final_db_snapshot_identifier: ::String,
964
+ ?delete_automated_backups: bool
965
+ ) -> _DeleteDBClusterResponseSuccess
966
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterResponseSuccess
967
+
968
+ interface _DeleteDBClusterAutomatedBackupResponseSuccess
969
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBClusterAutomatedBackupResult]
970
+ def db_cluster_automated_backup: () -> Types::DBClusterAutomatedBackup
971
+ end
972
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_cluster_automated_backup-instance_method
973
+ def delete_db_cluster_automated_backup: (
974
+ db_cluster_resource_id: ::String
975
+ ) -> _DeleteDBClusterAutomatedBackupResponseSuccess
976
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterAutomatedBackupResponseSuccess
977
+
978
+ interface _DeleteDBClusterEndpointResponseSuccess
979
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterEndpoint]
980
+ def db_cluster_endpoint_identifier: () -> ::String
981
+ def db_cluster_identifier: () -> ::String
982
+ def db_cluster_endpoint_resource_identifier: () -> ::String
983
+ def endpoint: () -> ::String
984
+ def status: () -> ::String
985
+ def endpoint_type: () -> ::String
986
+ def custom_endpoint_type: () -> ::String
987
+ def static_members: () -> ::Array[::String]
988
+ def excluded_members: () -> ::Array[::String]
989
+ def db_cluster_endpoint_arn: () -> ::String
990
+ end
991
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_cluster_endpoint-instance_method
992
+ def delete_db_cluster_endpoint: (
993
+ db_cluster_endpoint_identifier: ::String
994
+ ) -> _DeleteDBClusterEndpointResponseSuccess
995
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterEndpointResponseSuccess
996
+
997
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_cluster_parameter_group-instance_method
998
+ def delete_db_cluster_parameter_group: (
999
+ db_cluster_parameter_group_name: ::String
1000
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1001
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1002
+
1003
+ interface _DeleteDBClusterSnapshotResponseSuccess
1004
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBClusterSnapshotResult]
1005
+ def db_cluster_snapshot: () -> Types::DBClusterSnapshot
1006
+ end
1007
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_cluster_snapshot-instance_method
1008
+ def delete_db_cluster_snapshot: (
1009
+ db_cluster_snapshot_identifier: ::String
1010
+ ) -> _DeleteDBClusterSnapshotResponseSuccess
1011
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterSnapshotResponseSuccess
1012
+
1013
+ interface _DeleteDBInstanceResponseSuccess
1014
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBInstanceResult]
1015
+ def db_instance: () -> Types::DBInstance
1016
+ end
1017
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_instance-instance_method
1018
+ def delete_db_instance: (
1019
+ db_instance_identifier: ::String,
1020
+ ?skip_final_snapshot: bool,
1021
+ ?final_db_snapshot_identifier: ::String,
1022
+ ?delete_automated_backups: bool
1023
+ ) -> _DeleteDBInstanceResponseSuccess
1024
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBInstanceResponseSuccess
1025
+
1026
+ interface _DeleteDBInstanceAutomatedBackupResponseSuccess
1027
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBInstanceAutomatedBackupResult]
1028
+ def db_instance_automated_backup: () -> Types::DBInstanceAutomatedBackup
1029
+ end
1030
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_instance_automated_backup-instance_method
1031
+ def delete_db_instance_automated_backup: (
1032
+ ?dbi_resource_id: ::String,
1033
+ ?db_instance_automated_backups_arn: ::String
1034
+ ) -> _DeleteDBInstanceAutomatedBackupResponseSuccess
1035
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBInstanceAutomatedBackupResponseSuccess
1036
+
1037
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_parameter_group-instance_method
1038
+ def delete_db_parameter_group: (
1039
+ db_parameter_group_name: ::String
1040
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1041
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1042
+
1043
+ interface _DeleteDBProxyResponseSuccess
1044
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBProxyResponse]
1045
+ def db_proxy: () -> Types::DBProxy
1046
+ end
1047
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_proxy-instance_method
1048
+ def delete_db_proxy: (
1049
+ db_proxy_name: ::String
1050
+ ) -> _DeleteDBProxyResponseSuccess
1051
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBProxyResponseSuccess
1052
+
1053
+ interface _DeleteDBProxyEndpointResponseSuccess
1054
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBProxyEndpointResponse]
1055
+ def db_proxy_endpoint: () -> Types::DBProxyEndpoint
1056
+ end
1057
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_proxy_endpoint-instance_method
1058
+ def delete_db_proxy_endpoint: (
1059
+ db_proxy_endpoint_name: ::String
1060
+ ) -> _DeleteDBProxyEndpointResponseSuccess
1061
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBProxyEndpointResponseSuccess
1062
+
1063
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_security_group-instance_method
1064
+ def delete_db_security_group: (
1065
+ db_security_group_name: ::String
1066
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1067
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1068
+
1069
+ interface _DeleteDBShardGroupResponseSuccess
1070
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBShardGroup]
1071
+ def db_shard_group_resource_id: () -> ::String
1072
+ def db_shard_group_identifier: () -> ::String
1073
+ def db_cluster_identifier: () -> ::String
1074
+ def max_acu: () -> ::Float
1075
+ def compute_redundancy: () -> ::Integer
1076
+ def status: () -> ::String
1077
+ def publicly_accessible: () -> bool
1078
+ def endpoint: () -> ::String
1079
+ end
1080
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_shard_group-instance_method
1081
+ def delete_db_shard_group: (
1082
+ db_shard_group_identifier: ::String
1083
+ ) -> _DeleteDBShardGroupResponseSuccess
1084
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBShardGroupResponseSuccess
1085
+
1086
+ interface _DeleteDBSnapshotResponseSuccess
1087
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBSnapshotResult]
1088
+ def db_snapshot: () -> Types::DBSnapshot
1089
+ end
1090
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_snapshot-instance_method
1091
+ def delete_db_snapshot: (
1092
+ db_snapshot_identifier: ::String
1093
+ ) -> _DeleteDBSnapshotResponseSuccess
1094
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBSnapshotResponseSuccess
1095
+
1096
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_db_subnet_group-instance_method
1097
+ def delete_db_subnet_group: (
1098
+ db_subnet_group_name: ::String
1099
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1101
+
1102
+ interface _DeleteEventSubscriptionResponseSuccess
1103
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEventSubscriptionResult]
1104
+ def event_subscription: () -> Types::EventSubscription
1105
+ end
1106
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_event_subscription-instance_method
1107
+ def delete_event_subscription: (
1108
+ subscription_name: ::String
1109
+ ) -> _DeleteEventSubscriptionResponseSuccess
1110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEventSubscriptionResponseSuccess
1111
+
1112
+ interface _DeleteGlobalClusterResponseSuccess
1113
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGlobalClusterResult]
1114
+ def global_cluster: () -> Types::GlobalCluster
1115
+ end
1116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_global_cluster-instance_method
1117
+ def delete_global_cluster: (
1118
+ global_cluster_identifier: ::String
1119
+ ) -> _DeleteGlobalClusterResponseSuccess
1120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGlobalClusterResponseSuccess
1121
+
1122
+ interface _DeleteIntegrationResponseSuccess
1123
+ include ::Seahorse::Client::_ResponseSuccess[Types::Integration]
1124
+ def source_arn: () -> ::String
1125
+ def target_arn: () -> ::String
1126
+ def integration_name: () -> ::String
1127
+ def integration_arn: () -> ::String
1128
+ def kms_key_id: () -> ::String
1129
+ def additional_encryption_context: () -> ::Hash[::String, ::String]
1130
+ def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
1131
+ def tags: () -> ::Array[Types::Tag]
1132
+ def create_time: () -> ::Time
1133
+ def errors: () -> ::Array[Types::IntegrationError]
1134
+ end
1135
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_integration-instance_method
1136
+ def delete_integration: (
1137
+ integration_identifier: ::String
1138
+ ) -> _DeleteIntegrationResponseSuccess
1139
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationResponseSuccess
1140
+
1141
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_option_group-instance_method
1142
+ def delete_option_group: (
1143
+ option_group_name: ::String
1144
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1146
+
1147
+ interface _DeleteTenantDatabaseResponseSuccess
1148
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTenantDatabaseResult]
1149
+ def tenant_database: () -> Types::TenantDatabase
1150
+ end
1151
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_tenant_database-instance_method
1152
+ def delete_tenant_database: (
1153
+ db_instance_identifier: ::String,
1154
+ tenant_db_name: ::String,
1155
+ ?skip_final_snapshot: bool,
1156
+ ?final_db_snapshot_identifier: ::String
1157
+ ) -> _DeleteTenantDatabaseResponseSuccess
1158
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTenantDatabaseResponseSuccess
1159
+
1160
+ interface _DeregisterDBProxyTargetsResponseSuccess
1161
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterDBProxyTargetsResponse]
1162
+ end
1163
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#deregister_db_proxy_targets-instance_method
1164
+ def deregister_db_proxy_targets: (
1165
+ db_proxy_name: ::String,
1166
+ ?target_group_name: ::String,
1167
+ ?db_instance_identifiers: Array[::String],
1168
+ ?db_cluster_identifiers: Array[::String]
1169
+ ) -> _DeregisterDBProxyTargetsResponseSuccess
1170
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterDBProxyTargetsResponseSuccess
1171
+
1172
+ interface _DescribeAccountAttributesResponseSuccess
1173
+ include ::Seahorse::Client::_ResponseSuccess[Types::AccountAttributesMessage]
1174
+ def account_quotas: () -> ::Array[Types::AccountQuota]
1175
+ end
1176
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_account_attributes-instance_method
1177
+ def describe_account_attributes: (
1178
+ ) -> _DescribeAccountAttributesResponseSuccess
1179
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountAttributesResponseSuccess
1180
+
1181
+ interface _DescribeBlueGreenDeploymentsResponseSuccess
1182
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeBlueGreenDeploymentsResponse]
1183
+ def blue_green_deployments: () -> ::Array[Types::BlueGreenDeployment]
1184
+ def marker: () -> ::String
1185
+ end
1186
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_blue_green_deployments-instance_method
1187
+ def describe_blue_green_deployments: (
1188
+ ?blue_green_deployment_identifier: ::String,
1189
+ ?filters: Array[
1190
+ {
1191
+ name: ::String,
1192
+ values: Array[::String]
1193
+ },
1194
+ ],
1195
+ ?marker: ::String,
1196
+ ?max_records: ::Integer
1197
+ ) -> _DescribeBlueGreenDeploymentsResponseSuccess
1198
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeBlueGreenDeploymentsResponseSuccess
1199
+
1200
+ interface _DescribeCertificatesResponseSuccess
1201
+ include ::Seahorse::Client::_ResponseSuccess[Types::CertificateMessage]
1202
+ def default_certificate_for_new_launches: () -> ::String
1203
+ def certificates: () -> ::Array[Types::Certificate]
1204
+ def marker: () -> ::String
1205
+ end
1206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_certificates-instance_method
1207
+ def describe_certificates: (
1208
+ ?certificate_identifier: ::String,
1209
+ ?filters: Array[
1210
+ {
1211
+ name: ::String,
1212
+ values: Array[::String]
1213
+ },
1214
+ ],
1215
+ ?max_records: ::Integer,
1216
+ ?marker: ::String
1217
+ ) -> _DescribeCertificatesResponseSuccess
1218
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCertificatesResponseSuccess
1219
+
1220
+ interface _DescribeDBClusterAutomatedBackupsResponseSuccess
1221
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterAutomatedBackupMessage]
1222
+ def marker: () -> ::String
1223
+ def db_cluster_automated_backups: () -> ::Array[Types::DBClusterAutomatedBackup]
1224
+ end
1225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_automated_backups-instance_method
1226
+ def describe_db_cluster_automated_backups: (
1227
+ ?db_cluster_resource_id: ::String,
1228
+ ?db_cluster_identifier: ::String,
1229
+ ?filters: Array[
1230
+ {
1231
+ name: ::String,
1232
+ values: Array[::String]
1233
+ },
1234
+ ],
1235
+ ?max_records: ::Integer,
1236
+ ?marker: ::String
1237
+ ) -> _DescribeDBClusterAutomatedBackupsResponseSuccess
1238
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterAutomatedBackupsResponseSuccess
1239
+
1240
+ interface _DescribeDBClusterBacktracksResponseSuccess
1241
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterBacktrackMessage]
1242
+ def marker: () -> ::String
1243
+ def db_cluster_backtracks: () -> ::Array[Types::DBClusterBacktrack]
1244
+ end
1245
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_backtracks-instance_method
1246
+ def describe_db_cluster_backtracks: (
1247
+ db_cluster_identifier: ::String,
1248
+ ?backtrack_identifier: ::String,
1249
+ ?filters: Array[
1250
+ {
1251
+ name: ::String,
1252
+ values: Array[::String]
1253
+ },
1254
+ ],
1255
+ ?max_records: ::Integer,
1256
+ ?marker: ::String
1257
+ ) -> _DescribeDBClusterBacktracksResponseSuccess
1258
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterBacktracksResponseSuccess
1259
+
1260
+ interface _DescribeDBClusterEndpointsResponseSuccess
1261
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterEndpointMessage]
1262
+ def marker: () -> ::String
1263
+ def db_cluster_endpoints: () -> ::Array[Types::DBClusterEndpoint]
1264
+ end
1265
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_endpoints-instance_method
1266
+ def describe_db_cluster_endpoints: (
1267
+ ?db_cluster_identifier: ::String,
1268
+ ?db_cluster_endpoint_identifier: ::String,
1269
+ ?filters: Array[
1270
+ {
1271
+ name: ::String,
1272
+ values: Array[::String]
1273
+ },
1274
+ ],
1275
+ ?max_records: ::Integer,
1276
+ ?marker: ::String
1277
+ ) -> _DescribeDBClusterEndpointsResponseSuccess
1278
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterEndpointsResponseSuccess
1279
+
1280
+ interface _DescribeDBClusterParameterGroupsResponseSuccess
1281
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupsMessage]
1282
+ def marker: () -> ::String
1283
+ def db_cluster_parameter_groups: () -> ::Array[Types::DBClusterParameterGroup]
1284
+ end
1285
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_parameter_groups-instance_method
1286
+ def describe_db_cluster_parameter_groups: (
1287
+ ?db_cluster_parameter_group_name: ::String,
1288
+ ?filters: Array[
1289
+ {
1290
+ name: ::String,
1291
+ values: Array[::String]
1292
+ },
1293
+ ],
1294
+ ?max_records: ::Integer,
1295
+ ?marker: ::String
1296
+ ) -> _DescribeDBClusterParameterGroupsResponseSuccess
1297
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterParameterGroupsResponseSuccess
1298
+
1299
+ interface _DescribeDBClusterParametersResponseSuccess
1300
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupDetails]
1301
+ def parameters: () -> ::Array[Types::Parameter]
1302
+ def marker: () -> ::String
1303
+ end
1304
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_parameters-instance_method
1305
+ def describe_db_cluster_parameters: (
1306
+ db_cluster_parameter_group_name: ::String,
1307
+ ?source: ::String,
1308
+ ?filters: Array[
1309
+ {
1310
+ name: ::String,
1311
+ values: Array[::String]
1312
+ },
1313
+ ],
1314
+ ?max_records: ::Integer,
1315
+ ?marker: ::String
1316
+ ) -> _DescribeDBClusterParametersResponseSuccess
1317
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterParametersResponseSuccess
1318
+
1319
+ interface _DescribeDBClusterSnapshotAttributesResponseSuccess
1320
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBClusterSnapshotAttributesResult]
1321
+ def db_cluster_snapshot_attributes_result: () -> Types::DBClusterSnapshotAttributesResult
1322
+ end
1323
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_snapshot_attributes-instance_method
1324
+ def describe_db_cluster_snapshot_attributes: (
1325
+ db_cluster_snapshot_identifier: ::String
1326
+ ) -> _DescribeDBClusterSnapshotAttributesResponseSuccess
1327
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterSnapshotAttributesResponseSuccess
1328
+
1329
+ interface _DescribeDBClusterSnapshotsResponseSuccess
1330
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterSnapshotMessage]
1331
+ def marker: () -> ::String
1332
+ def db_cluster_snapshots: () -> ::Array[Types::DBClusterSnapshot]
1333
+ end
1334
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_cluster_snapshots-instance_method
1335
+ def describe_db_cluster_snapshots: (
1336
+ ?db_cluster_identifier: ::String,
1337
+ ?db_cluster_snapshot_identifier: ::String,
1338
+ ?snapshot_type: ::String,
1339
+ ?filters: Array[
1340
+ {
1341
+ name: ::String,
1342
+ values: Array[::String]
1343
+ },
1344
+ ],
1345
+ ?max_records: ::Integer,
1346
+ ?marker: ::String,
1347
+ ?include_shared: bool,
1348
+ ?include_public: bool,
1349
+ ?db_cluster_resource_id: ::String
1350
+ ) -> _DescribeDBClusterSnapshotsResponseSuccess
1351
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterSnapshotsResponseSuccess
1352
+
1353
+ interface _DescribeDBClustersResponseSuccess
1354
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterMessage]
1355
+ def marker: () -> ::String
1356
+ def db_clusters: () -> ::Array[Types::DBCluster]
1357
+ end
1358
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_clusters-instance_method
1359
+ def describe_db_clusters: (
1360
+ ?db_cluster_identifier: ::String,
1361
+ ?filters: Array[
1362
+ {
1363
+ name: ::String,
1364
+ values: Array[::String]
1365
+ },
1366
+ ],
1367
+ ?max_records: ::Integer,
1368
+ ?marker: ::String,
1369
+ ?include_shared: bool
1370
+ ) -> _DescribeDBClustersResponseSuccess
1371
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClustersResponseSuccess
1372
+
1373
+ interface _DescribeDBEngineVersionsResponseSuccess
1374
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersionMessage]
1375
+ def marker: () -> ::String
1376
+ def db_engine_versions: () -> ::Array[Types::DBEngineVersion]
1377
+ end
1378
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_engine_versions-instance_method
1379
+ def describe_db_engine_versions: (
1380
+ ?engine: ::String,
1381
+ ?engine_version: ::String,
1382
+ ?db_parameter_group_family: ::String,
1383
+ ?filters: Array[
1384
+ {
1385
+ name: ::String,
1386
+ values: Array[::String]
1387
+ },
1388
+ ],
1389
+ ?max_records: ::Integer,
1390
+ ?marker: ::String,
1391
+ ?default_only: bool,
1392
+ ?list_supported_character_sets: bool,
1393
+ ?list_supported_timezones: bool,
1394
+ ?include_all: bool
1395
+ ) -> _DescribeDBEngineVersionsResponseSuccess
1396
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBEngineVersionsResponseSuccess
1397
+
1398
+ interface _DescribeDBInstanceAutomatedBackupsResponseSuccess
1399
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBInstanceAutomatedBackupMessage]
1400
+ def marker: () -> ::String
1401
+ def db_instance_automated_backups: () -> ::Array[Types::DBInstanceAutomatedBackup]
1402
+ end
1403
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_instance_automated_backups-instance_method
1404
+ def describe_db_instance_automated_backups: (
1405
+ ?dbi_resource_id: ::String,
1406
+ ?db_instance_identifier: ::String,
1407
+ ?filters: Array[
1408
+ {
1409
+ name: ::String,
1410
+ values: Array[::String]
1411
+ },
1412
+ ],
1413
+ ?max_records: ::Integer,
1414
+ ?marker: ::String,
1415
+ ?db_instance_automated_backups_arn: ::String
1416
+ ) -> _DescribeDBInstanceAutomatedBackupsResponseSuccess
1417
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBInstanceAutomatedBackupsResponseSuccess
1418
+
1419
+ interface _DescribeDBInstancesResponseSuccess
1420
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBInstanceMessage]
1421
+ def marker: () -> ::String
1422
+ def db_instances: () -> ::Array[Types::DBInstance]
1423
+ end
1424
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_instances-instance_method
1425
+ def describe_db_instances: (
1426
+ ?db_instance_identifier: ::String,
1427
+ ?filters: Array[
1428
+ {
1429
+ name: ::String,
1430
+ values: Array[::String]
1431
+ },
1432
+ ],
1433
+ ?max_records: ::Integer,
1434
+ ?marker: ::String
1435
+ ) -> _DescribeDBInstancesResponseSuccess
1436
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBInstancesResponseSuccess
1437
+
1438
+ interface _DescribeDBLogFilesResponseSuccess
1439
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBLogFilesResponse]
1440
+ def describe_db_log_files: () -> ::Array[Types::DescribeDBLogFilesDetails]
1441
+ def marker: () -> ::String
1442
+ end
1443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_log_files-instance_method
1444
+ def describe_db_log_files: (
1445
+ db_instance_identifier: ::String,
1446
+ ?filename_contains: ::String,
1447
+ ?file_last_written: ::Integer,
1448
+ ?file_size: ::Integer,
1449
+ ?filters: Array[
1450
+ {
1451
+ name: ::String,
1452
+ values: Array[::String]
1453
+ },
1454
+ ],
1455
+ ?max_records: ::Integer,
1456
+ ?marker: ::String
1457
+ ) -> _DescribeDBLogFilesResponseSuccess
1458
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBLogFilesResponseSuccess
1459
+
1460
+ interface _DescribeDBParameterGroupsResponseSuccess
1461
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupsMessage]
1462
+ def marker: () -> ::String
1463
+ def db_parameter_groups: () -> ::Array[Types::DBParameterGroup]
1464
+ end
1465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_parameter_groups-instance_method
1466
+ def describe_db_parameter_groups: (
1467
+ ?db_parameter_group_name: ::String,
1468
+ ?filters: Array[
1469
+ {
1470
+ name: ::String,
1471
+ values: Array[::String]
1472
+ },
1473
+ ],
1474
+ ?max_records: ::Integer,
1475
+ ?marker: ::String
1476
+ ) -> _DescribeDBParameterGroupsResponseSuccess
1477
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBParameterGroupsResponseSuccess
1478
+
1479
+ interface _DescribeDBParametersResponseSuccess
1480
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupDetails]
1481
+ def parameters: () -> ::Array[Types::Parameter]
1482
+ def marker: () -> ::String
1483
+ end
1484
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_parameters-instance_method
1485
+ def describe_db_parameters: (
1486
+ db_parameter_group_name: ::String,
1487
+ ?source: ::String,
1488
+ ?filters: Array[
1489
+ {
1490
+ name: ::String,
1491
+ values: Array[::String]
1492
+ },
1493
+ ],
1494
+ ?max_records: ::Integer,
1495
+ ?marker: ::String
1496
+ ) -> _DescribeDBParametersResponseSuccess
1497
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBParametersResponseSuccess
1498
+
1499
+ interface _DescribeDBProxiesResponseSuccess
1500
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBProxiesResponse]
1501
+ def db_proxies: () -> ::Array[Types::DBProxy]
1502
+ def marker: () -> ::String
1503
+ end
1504
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_proxies-instance_method
1505
+ def describe_db_proxies: (
1506
+ ?db_proxy_name: ::String,
1507
+ ?filters: Array[
1508
+ {
1509
+ name: ::String,
1510
+ values: Array[::String]
1511
+ },
1512
+ ],
1513
+ ?marker: ::String,
1514
+ ?max_records: ::Integer
1515
+ ) -> _DescribeDBProxiesResponseSuccess
1516
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBProxiesResponseSuccess
1517
+
1518
+ interface _DescribeDBProxyEndpointsResponseSuccess
1519
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBProxyEndpointsResponse]
1520
+ def db_proxy_endpoints: () -> ::Array[Types::DBProxyEndpoint]
1521
+ def marker: () -> ::String
1522
+ end
1523
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_proxy_endpoints-instance_method
1524
+ def describe_db_proxy_endpoints: (
1525
+ ?db_proxy_name: ::String,
1526
+ ?db_proxy_endpoint_name: ::String,
1527
+ ?filters: Array[
1528
+ {
1529
+ name: ::String,
1530
+ values: Array[::String]
1531
+ },
1532
+ ],
1533
+ ?marker: ::String,
1534
+ ?max_records: ::Integer
1535
+ ) -> _DescribeDBProxyEndpointsResponseSuccess
1536
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBProxyEndpointsResponseSuccess
1537
+
1538
+ interface _DescribeDBProxyTargetGroupsResponseSuccess
1539
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBProxyTargetGroupsResponse]
1540
+ def target_groups: () -> ::Array[Types::DBProxyTargetGroup]
1541
+ def marker: () -> ::String
1542
+ end
1543
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_proxy_target_groups-instance_method
1544
+ def describe_db_proxy_target_groups: (
1545
+ db_proxy_name: ::String,
1546
+ ?target_group_name: ::String,
1547
+ ?filters: Array[
1548
+ {
1549
+ name: ::String,
1550
+ values: Array[::String]
1551
+ },
1552
+ ],
1553
+ ?marker: ::String,
1554
+ ?max_records: ::Integer
1555
+ ) -> _DescribeDBProxyTargetGroupsResponseSuccess
1556
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBProxyTargetGroupsResponseSuccess
1557
+
1558
+ interface _DescribeDBProxyTargetsResponseSuccess
1559
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBProxyTargetsResponse]
1560
+ def targets: () -> ::Array[Types::DBProxyTarget]
1561
+ def marker: () -> ::String
1562
+ end
1563
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_proxy_targets-instance_method
1564
+ def describe_db_proxy_targets: (
1565
+ db_proxy_name: ::String,
1566
+ ?target_group_name: ::String,
1567
+ ?filters: Array[
1568
+ {
1569
+ name: ::String,
1570
+ values: Array[::String]
1571
+ },
1572
+ ],
1573
+ ?marker: ::String,
1574
+ ?max_records: ::Integer
1575
+ ) -> _DescribeDBProxyTargetsResponseSuccess
1576
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBProxyTargetsResponseSuccess
1577
+
1578
+ interface _DescribeDBRecommendationsResponseSuccess
1579
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBRecommendationsMessage]
1580
+ def db_recommendations: () -> ::Array[Types::DBRecommendation]
1581
+ def marker: () -> ::String
1582
+ end
1583
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_recommendations-instance_method
1584
+ def describe_db_recommendations: (
1585
+ ?last_updated_after: ::Time,
1586
+ ?last_updated_before: ::Time,
1587
+ ?locale: ::String,
1588
+ ?filters: Array[
1589
+ {
1590
+ name: ::String,
1591
+ values: Array[::String]
1592
+ },
1593
+ ],
1594
+ ?max_records: ::Integer,
1595
+ ?marker: ::String
1596
+ ) -> _DescribeDBRecommendationsResponseSuccess
1597
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBRecommendationsResponseSuccess
1598
+
1599
+ interface _DescribeDBSecurityGroupsResponseSuccess
1600
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBSecurityGroupMessage]
1601
+ def marker: () -> ::String
1602
+ def db_security_groups: () -> ::Array[Types::DBSecurityGroup]
1603
+ end
1604
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_security_groups-instance_method
1605
+ def describe_db_security_groups: (
1606
+ ?db_security_group_name: ::String,
1607
+ ?filters: Array[
1608
+ {
1609
+ name: ::String,
1610
+ values: Array[::String]
1611
+ },
1612
+ ],
1613
+ ?max_records: ::Integer,
1614
+ ?marker: ::String
1615
+ ) -> _DescribeDBSecurityGroupsResponseSuccess
1616
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBSecurityGroupsResponseSuccess
1617
+
1618
+ interface _DescribeDBShardGroupsResponseSuccess
1619
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBShardGroupsResponse]
1620
+ def db_shard_groups: () -> ::Array[Types::DBShardGroup]
1621
+ def marker: () -> ::String
1622
+ end
1623
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_shard_groups-instance_method
1624
+ def describe_db_shard_groups: (
1625
+ ?db_shard_group_identifier: ::String,
1626
+ ?filters: Array[
1627
+ {
1628
+ name: ::String,
1629
+ values: Array[::String]
1630
+ },
1631
+ ],
1632
+ ?marker: ::String,
1633
+ ?max_records: ::Integer
1634
+ ) -> _DescribeDBShardGroupsResponseSuccess
1635
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBShardGroupsResponseSuccess
1636
+
1637
+ interface _DescribeDBSnapshotAttributesResponseSuccess
1638
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBSnapshotAttributesResult]
1639
+ def db_snapshot_attributes_result: () -> Types::DBSnapshotAttributesResult
1640
+ end
1641
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_snapshot_attributes-instance_method
1642
+ def describe_db_snapshot_attributes: (
1643
+ db_snapshot_identifier: ::String
1644
+ ) -> _DescribeDBSnapshotAttributesResponseSuccess
1645
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBSnapshotAttributesResponseSuccess
1646
+
1647
+ interface _DescribeDBSnapshotTenantDatabasesResponseSuccess
1648
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBSnapshotTenantDatabasesMessage]
1649
+ def marker: () -> ::String
1650
+ def db_snapshot_tenant_databases: () -> ::Array[Types::DBSnapshotTenantDatabase]
1651
+ end
1652
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_snapshot_tenant_databases-instance_method
1653
+ def describe_db_snapshot_tenant_databases: (
1654
+ ?db_instance_identifier: ::String,
1655
+ ?db_snapshot_identifier: ::String,
1656
+ ?snapshot_type: ::String,
1657
+ ?filters: Array[
1658
+ {
1659
+ name: ::String,
1660
+ values: Array[::String]
1661
+ },
1662
+ ],
1663
+ ?max_records: ::Integer,
1664
+ ?marker: ::String,
1665
+ ?dbi_resource_id: ::String
1666
+ ) -> _DescribeDBSnapshotTenantDatabasesResponseSuccess
1667
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBSnapshotTenantDatabasesResponseSuccess
1668
+
1669
+ interface _DescribeDBSnapshotsResponseSuccess
1670
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBSnapshotMessage]
1671
+ def marker: () -> ::String
1672
+ def db_snapshots: () -> ::Array[Types::DBSnapshot]
1673
+ end
1674
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_snapshots-instance_method
1675
+ def describe_db_snapshots: (
1676
+ ?db_instance_identifier: ::String,
1677
+ ?db_snapshot_identifier: ::String,
1678
+ ?snapshot_type: ::String,
1679
+ ?filters: Array[
1680
+ {
1681
+ name: ::String,
1682
+ values: Array[::String]
1683
+ },
1684
+ ],
1685
+ ?max_records: ::Integer,
1686
+ ?marker: ::String,
1687
+ ?include_shared: bool,
1688
+ ?include_public: bool,
1689
+ ?dbi_resource_id: ::String
1690
+ ) -> _DescribeDBSnapshotsResponseSuccess
1691
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBSnapshotsResponseSuccess
1692
+
1693
+ interface _DescribeDBSubnetGroupsResponseSuccess
1694
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBSubnetGroupMessage]
1695
+ def marker: () -> ::String
1696
+ def db_subnet_groups: () -> ::Array[Types::DBSubnetGroup]
1697
+ end
1698
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_subnet_groups-instance_method
1699
+ def describe_db_subnet_groups: (
1700
+ ?db_subnet_group_name: ::String,
1701
+ ?filters: Array[
1702
+ {
1703
+ name: ::String,
1704
+ values: Array[::String]
1705
+ },
1706
+ ],
1707
+ ?max_records: ::Integer,
1708
+ ?marker: ::String
1709
+ ) -> _DescribeDBSubnetGroupsResponseSuccess
1710
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBSubnetGroupsResponseSuccess
1711
+
1712
+ interface _DescribeEngineDefaultClusterParametersResponseSuccess
1713
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEngineDefaultClusterParametersResult]
1714
+ def engine_defaults: () -> Types::EngineDefaults
1715
+ end
1716
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_engine_default_cluster_parameters-instance_method
1717
+ def describe_engine_default_cluster_parameters: (
1718
+ db_parameter_group_family: ::String,
1719
+ ?filters: Array[
1720
+ {
1721
+ name: ::String,
1722
+ values: Array[::String]
1723
+ },
1724
+ ],
1725
+ ?max_records: ::Integer,
1726
+ ?marker: ::String
1727
+ ) -> _DescribeEngineDefaultClusterParametersResponseSuccess
1728
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEngineDefaultClusterParametersResponseSuccess
1729
+
1730
+ interface _DescribeEngineDefaultParametersResponseSuccess
1731
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEngineDefaultParametersResult]
1732
+ def engine_defaults: () -> Types::EngineDefaults
1733
+ end
1734
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_engine_default_parameters-instance_method
1735
+ def describe_engine_default_parameters: (
1736
+ db_parameter_group_family: ::String,
1737
+ ?filters: Array[
1738
+ {
1739
+ name: ::String,
1740
+ values: Array[::String]
1741
+ },
1742
+ ],
1743
+ ?max_records: ::Integer,
1744
+ ?marker: ::String
1745
+ ) -> _DescribeEngineDefaultParametersResponseSuccess
1746
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEngineDefaultParametersResponseSuccess
1747
+
1748
+ interface _DescribeEventCategoriesResponseSuccess
1749
+ include ::Seahorse::Client::_ResponseSuccess[Types::EventCategoriesMessage]
1750
+ def event_categories_map_list: () -> ::Array[Types::EventCategoriesMap]
1751
+ end
1752
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_event_categories-instance_method
1753
+ def describe_event_categories: (
1754
+ ?source_type: ::String,
1755
+ ?filters: Array[
1756
+ {
1757
+ name: ::String,
1758
+ values: Array[::String]
1759
+ },
1760
+ ]
1761
+ ) -> _DescribeEventCategoriesResponseSuccess
1762
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEventCategoriesResponseSuccess
1763
+
1764
+ interface _DescribeEventSubscriptionsResponseSuccess
1765
+ include ::Seahorse::Client::_ResponseSuccess[Types::EventSubscriptionsMessage]
1766
+ def marker: () -> ::String
1767
+ def event_subscriptions_list: () -> ::Array[Types::EventSubscription]
1768
+ end
1769
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_event_subscriptions-instance_method
1770
+ def describe_event_subscriptions: (
1771
+ ?subscription_name: ::String,
1772
+ ?filters: Array[
1773
+ {
1774
+ name: ::String,
1775
+ values: Array[::String]
1776
+ },
1777
+ ],
1778
+ ?max_records: ::Integer,
1779
+ ?marker: ::String
1780
+ ) -> _DescribeEventSubscriptionsResponseSuccess
1781
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEventSubscriptionsResponseSuccess
1782
+
1783
+ interface _DescribeEventsResponseSuccess
1784
+ include ::Seahorse::Client::_ResponseSuccess[Types::EventsMessage]
1785
+ def marker: () -> ::String
1786
+ def events: () -> ::Array[Types::Event]
1787
+ end
1788
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_events-instance_method
1789
+ def describe_events: (
1790
+ ?source_identifier: ::String,
1791
+ ?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"),
1792
+ ?start_time: ::Time,
1793
+ ?end_time: ::Time,
1794
+ ?duration: ::Integer,
1795
+ ?event_categories: Array[::String],
1796
+ ?filters: Array[
1797
+ {
1798
+ name: ::String,
1799
+ values: Array[::String]
1800
+ },
1801
+ ],
1802
+ ?max_records: ::Integer,
1803
+ ?marker: ::String
1804
+ ) -> _DescribeEventsResponseSuccess
1805
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEventsResponseSuccess
1806
+
1807
+ interface _DescribeExportTasksResponseSuccess
1808
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExportTasksMessage]
1809
+ def marker: () -> ::String
1810
+ def export_tasks: () -> ::Array[Types::ExportTask]
1811
+ end
1812
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_export_tasks-instance_method
1813
+ def describe_export_tasks: (
1814
+ ?export_task_identifier: ::String,
1815
+ ?source_arn: ::String,
1816
+ ?filters: Array[
1817
+ {
1818
+ name: ::String,
1819
+ values: Array[::String]
1820
+ },
1821
+ ],
1822
+ ?marker: ::String,
1823
+ ?max_records: ::Integer,
1824
+ ?source_type: ("SNAPSHOT" | "CLUSTER")
1825
+ ) -> _DescribeExportTasksResponseSuccess
1826
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeExportTasksResponseSuccess
1827
+
1828
+ interface _DescribeGlobalClustersResponseSuccess
1829
+ include ::Seahorse::Client::_ResponseSuccess[Types::GlobalClustersMessage]
1830
+ def marker: () -> ::String
1831
+ def global_clusters: () -> ::Array[Types::GlobalCluster]
1832
+ end
1833
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_global_clusters-instance_method
1834
+ def describe_global_clusters: (
1835
+ ?global_cluster_identifier: ::String,
1836
+ ?filters: Array[
1837
+ {
1838
+ name: ::String,
1839
+ values: Array[::String]
1840
+ },
1841
+ ],
1842
+ ?max_records: ::Integer,
1843
+ ?marker: ::String
1844
+ ) -> _DescribeGlobalClustersResponseSuccess
1845
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGlobalClustersResponseSuccess
1846
+
1847
+ interface _DescribeIntegrationsResponseSuccess
1848
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeIntegrationsResponse]
1849
+ def marker: () -> ::String
1850
+ def integrations: () -> ::Array[Types::Integration]
1851
+ end
1852
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_integrations-instance_method
1853
+ def describe_integrations: (
1854
+ ?integration_identifier: ::String,
1855
+ ?filters: Array[
1856
+ {
1857
+ name: ::String,
1858
+ values: Array[::String]
1859
+ },
1860
+ ],
1861
+ ?max_records: ::Integer,
1862
+ ?marker: ::String
1863
+ ) -> _DescribeIntegrationsResponseSuccess
1864
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIntegrationsResponseSuccess
1865
+
1866
+ interface _DescribeOptionGroupOptionsResponseSuccess
1867
+ include ::Seahorse::Client::_ResponseSuccess[Types::OptionGroupOptionsMessage]
1868
+ def option_group_options: () -> ::Array[Types::OptionGroupOption]
1869
+ def marker: () -> ::String
1870
+ end
1871
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_option_group_options-instance_method
1872
+ def describe_option_group_options: (
1873
+ engine_name: ::String,
1874
+ ?major_engine_version: ::String,
1875
+ ?filters: Array[
1876
+ {
1877
+ name: ::String,
1878
+ values: Array[::String]
1879
+ },
1880
+ ],
1881
+ ?max_records: ::Integer,
1882
+ ?marker: ::String
1883
+ ) -> _DescribeOptionGroupOptionsResponseSuccess
1884
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOptionGroupOptionsResponseSuccess
1885
+
1886
+ interface _DescribeOptionGroupsResponseSuccess
1887
+ include ::Seahorse::Client::_ResponseSuccess[Types::OptionGroups]
1888
+ def option_groups_list: () -> ::Array[Types::OptionGroup]
1889
+ def marker: () -> ::String
1890
+ end
1891
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_option_groups-instance_method
1892
+ def describe_option_groups: (
1893
+ ?option_group_name: ::String,
1894
+ ?filters: Array[
1895
+ {
1896
+ name: ::String,
1897
+ values: Array[::String]
1898
+ },
1899
+ ],
1900
+ ?marker: ::String,
1901
+ ?max_records: ::Integer,
1902
+ ?engine_name: ::String,
1903
+ ?major_engine_version: ::String
1904
+ ) -> _DescribeOptionGroupsResponseSuccess
1905
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOptionGroupsResponseSuccess
1906
+
1907
+ interface _DescribeOrderableDBInstanceOptionsResponseSuccess
1908
+ include ::Seahorse::Client::_ResponseSuccess[Types::OrderableDBInstanceOptionsMessage]
1909
+ def orderable_db_instance_options: () -> ::Array[Types::OrderableDBInstanceOption]
1910
+ def marker: () -> ::String
1911
+ end
1912
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_orderable_db_instance_options-instance_method
1913
+ def describe_orderable_db_instance_options: (
1914
+ engine: ::String,
1915
+ ?engine_version: ::String,
1916
+ ?db_instance_class: ::String,
1917
+ ?license_model: ::String,
1918
+ ?availability_zone_group: ::String,
1919
+ ?vpc: bool,
1920
+ ?filters: Array[
1921
+ {
1922
+ name: ::String,
1923
+ values: Array[::String]
1924
+ },
1925
+ ],
1926
+ ?max_records: ::Integer,
1927
+ ?marker: ::String
1928
+ ) -> _DescribeOrderableDBInstanceOptionsResponseSuccess
1929
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOrderableDBInstanceOptionsResponseSuccess
1930
+
1931
+ interface _DescribePendingMaintenanceActionsResponseSuccess
1932
+ include ::Seahorse::Client::_ResponseSuccess[Types::PendingMaintenanceActionsMessage]
1933
+ def pending_maintenance_actions: () -> ::Array[Types::ResourcePendingMaintenanceActions]
1934
+ def marker: () -> ::String
1935
+ end
1936
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_pending_maintenance_actions-instance_method
1937
+ def describe_pending_maintenance_actions: (
1938
+ ?resource_identifier: ::String,
1939
+ ?filters: Array[
1940
+ {
1941
+ name: ::String,
1942
+ values: Array[::String]
1943
+ },
1944
+ ],
1945
+ ?marker: ::String,
1946
+ ?max_records: ::Integer
1947
+ ) -> _DescribePendingMaintenanceActionsResponseSuccess
1948
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePendingMaintenanceActionsResponseSuccess
1949
+
1950
+ interface _DescribeReservedDBInstancesResponseSuccess
1951
+ include ::Seahorse::Client::_ResponseSuccess[Types::ReservedDBInstanceMessage]
1952
+ def marker: () -> ::String
1953
+ def reserved_db_instances: () -> ::Array[Types::ReservedDBInstance]
1954
+ end
1955
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_reserved_db_instances-instance_method
1956
+ def describe_reserved_db_instances: (
1957
+ ?reserved_db_instance_id: ::String,
1958
+ ?reserved_db_instances_offering_id: ::String,
1959
+ ?db_instance_class: ::String,
1960
+ ?duration: ::String,
1961
+ ?product_description: ::String,
1962
+ ?offering_type: ::String,
1963
+ ?multi_az: bool,
1964
+ ?lease_id: ::String,
1965
+ ?filters: Array[
1966
+ {
1967
+ name: ::String,
1968
+ values: Array[::String]
1969
+ },
1970
+ ],
1971
+ ?max_records: ::Integer,
1972
+ ?marker: ::String
1973
+ ) -> _DescribeReservedDBInstancesResponseSuccess
1974
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedDBInstancesResponseSuccess
1975
+
1976
+ interface _DescribeReservedDBInstancesOfferingsResponseSuccess
1977
+ include ::Seahorse::Client::_ResponseSuccess[Types::ReservedDBInstancesOfferingMessage]
1978
+ def marker: () -> ::String
1979
+ def reserved_db_instances_offerings: () -> ::Array[Types::ReservedDBInstancesOffering]
1980
+ end
1981
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_reserved_db_instances_offerings-instance_method
1982
+ def describe_reserved_db_instances_offerings: (
1983
+ ?reserved_db_instances_offering_id: ::String,
1984
+ ?db_instance_class: ::String,
1985
+ ?duration: ::String,
1986
+ ?product_description: ::String,
1987
+ ?offering_type: ::String,
1988
+ ?multi_az: bool,
1989
+ ?filters: Array[
1990
+ {
1991
+ name: ::String,
1992
+ values: Array[::String]
1993
+ },
1994
+ ],
1995
+ ?max_records: ::Integer,
1996
+ ?marker: ::String
1997
+ ) -> _DescribeReservedDBInstancesOfferingsResponseSuccess
1998
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedDBInstancesOfferingsResponseSuccess
1999
+
2000
+ interface _DescribeSourceRegionsResponseSuccess
2001
+ include ::Seahorse::Client::_ResponseSuccess[Types::SourceRegionMessage]
2002
+ def marker: () -> ::String
2003
+ def source_regions: () -> ::Array[Types::SourceRegion]
2004
+ end
2005
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_source_regions-instance_method
2006
+ def describe_source_regions: (
2007
+ ?region_name: ::String,
2008
+ ?max_records: ::Integer,
2009
+ ?marker: ::String,
2010
+ ?filters: Array[
2011
+ {
2012
+ name: ::String,
2013
+ values: Array[::String]
2014
+ },
2015
+ ]
2016
+ ) -> _DescribeSourceRegionsResponseSuccess
2017
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSourceRegionsResponseSuccess
2018
+
2019
+ interface _DescribeTenantDatabasesResponseSuccess
2020
+ include ::Seahorse::Client::_ResponseSuccess[Types::TenantDatabasesMessage]
2021
+ def marker: () -> ::String
2022
+ def tenant_databases: () -> ::Array[Types::TenantDatabase]
2023
+ end
2024
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_tenant_databases-instance_method
2025
+ def describe_tenant_databases: (
2026
+ ?db_instance_identifier: ::String,
2027
+ ?tenant_db_name: ::String,
2028
+ ?filters: Array[
2029
+ {
2030
+ name: ::String,
2031
+ values: Array[::String]
2032
+ },
2033
+ ],
2034
+ ?marker: ::String,
2035
+ ?max_records: ::Integer
2036
+ ) -> _DescribeTenantDatabasesResponseSuccess
2037
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeTenantDatabasesResponseSuccess
2038
+
2039
+ interface _DescribeValidDBInstanceModificationsResponseSuccess
2040
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeValidDBInstanceModificationsResult]
2041
+ def valid_db_instance_modifications_message: () -> Types::ValidDBInstanceModificationsMessage
2042
+ end
2043
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_valid_db_instance_modifications-instance_method
2044
+ def describe_valid_db_instance_modifications: (
2045
+ db_instance_identifier: ::String
2046
+ ) -> _DescribeValidDBInstanceModificationsResponseSuccess
2047
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeValidDBInstanceModificationsResponseSuccess
2048
+
2049
+ interface _DisableHttpEndpointResponseSuccess
2050
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisableHttpEndpointResponse]
2051
+ def resource_arn: () -> ::String
2052
+ def http_endpoint_enabled: () -> bool
2053
+ end
2054
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#disable_http_endpoint-instance_method
2055
+ def disable_http_endpoint: (
2056
+ resource_arn: ::String
2057
+ ) -> _DisableHttpEndpointResponseSuccess
2058
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableHttpEndpointResponseSuccess
2059
+
2060
+ interface _DownloadDBLogFilePortionResponseSuccess
2061
+ include ::Seahorse::Client::_ResponseSuccess[Types::DownloadDBLogFilePortionDetails]
2062
+ def log_file_data: () -> ::String
2063
+ def marker: () -> ::String
2064
+ def additional_data_pending: () -> bool
2065
+ end
2066
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#download_db_log_file_portion-instance_method
2067
+ def download_db_log_file_portion: (
2068
+ db_instance_identifier: ::String,
2069
+ log_file_name: ::String,
2070
+ ?marker: ::String,
2071
+ ?number_of_lines: ::Integer
2072
+ ) -> _DownloadDBLogFilePortionResponseSuccess
2073
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DownloadDBLogFilePortionResponseSuccess
2074
+
2075
+ interface _EnableHttpEndpointResponseSuccess
2076
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableHttpEndpointResponse]
2077
+ def resource_arn: () -> ::String
2078
+ def http_endpoint_enabled: () -> bool
2079
+ end
2080
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#enable_http_endpoint-instance_method
2081
+ def enable_http_endpoint: (
2082
+ resource_arn: ::String
2083
+ ) -> _EnableHttpEndpointResponseSuccess
2084
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableHttpEndpointResponseSuccess
2085
+
2086
+ interface _FailoverDBClusterResponseSuccess
2087
+ include ::Seahorse::Client::_ResponseSuccess[Types::FailoverDBClusterResult]
2088
+ def db_cluster: () -> Types::DBCluster
2089
+ end
2090
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#failover_db_cluster-instance_method
2091
+ def failover_db_cluster: (
2092
+ db_cluster_identifier: ::String,
2093
+ ?target_db_instance_identifier: ::String
2094
+ ) -> _FailoverDBClusterResponseSuccess
2095
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _FailoverDBClusterResponseSuccess
2096
+
2097
+ interface _FailoverGlobalClusterResponseSuccess
2098
+ include ::Seahorse::Client::_ResponseSuccess[Types::FailoverGlobalClusterResult]
2099
+ def global_cluster: () -> Types::GlobalCluster
2100
+ end
2101
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#failover_global_cluster-instance_method
2102
+ def failover_global_cluster: (
2103
+ global_cluster_identifier: ::String,
2104
+ target_db_cluster_identifier: ::String,
2105
+ ?allow_data_loss: bool,
2106
+ ?switchover: bool
2107
+ ) -> _FailoverGlobalClusterResponseSuccess
2108
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _FailoverGlobalClusterResponseSuccess
2109
+
2110
+ interface _ListTagsForResourceResponseSuccess
2111
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagListMessage]
2112
+ def tag_list: () -> ::Array[Types::Tag]
2113
+ end
2114
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#list_tags_for_resource-instance_method
2115
+ def list_tags_for_resource: (
2116
+ resource_name: ::String,
2117
+ ?filters: Array[
2118
+ {
2119
+ name: ::String,
2120
+ values: Array[::String]
2121
+ },
2122
+ ]
2123
+ ) -> _ListTagsForResourceResponseSuccess
2124
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
2125
+
2126
+ interface _ModifyActivityStreamResponseSuccess
2127
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyActivityStreamResponse]
2128
+ def kms_key_id: () -> ::String
2129
+ def kinesis_stream_name: () -> ::String
2130
+ def status: () -> ("stopped" | "starting" | "started" | "stopping")
2131
+ def mode: () -> ("sync" | "async")
2132
+ def engine_native_audit_fields_included: () -> bool
2133
+ def policy_status: () -> ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
2134
+ end
2135
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_activity_stream-instance_method
2136
+ def modify_activity_stream: (
2137
+ ?resource_arn: ::String,
2138
+ ?audit_policy_state: ("locked" | "unlocked")
2139
+ ) -> _ModifyActivityStreamResponseSuccess
2140
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyActivityStreamResponseSuccess
2141
+
2142
+ interface _ModifyCertificatesResponseSuccess
2143
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyCertificatesResult]
2144
+ def certificate: () -> Types::Certificate
2145
+ end
2146
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_certificates-instance_method
2147
+ def modify_certificates: (
2148
+ ?certificate_identifier: ::String,
2149
+ ?remove_customer_override: bool
2150
+ ) -> _ModifyCertificatesResponseSuccess
2151
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyCertificatesResponseSuccess
2152
+
2153
+ interface _ModifyCurrentDBClusterCapacityResponseSuccess
2154
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterCapacityInfo]
2155
+ def db_cluster_identifier: () -> ::String
2156
+ def pending_capacity: () -> ::Integer
2157
+ def current_capacity: () -> ::Integer
2158
+ def seconds_before_timeout: () -> ::Integer
2159
+ def timeout_action: () -> ::String
2160
+ end
2161
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_current_db_cluster_capacity-instance_method
2162
+ def modify_current_db_cluster_capacity: (
2163
+ db_cluster_identifier: ::String,
2164
+ ?capacity: ::Integer,
2165
+ ?seconds_before_timeout: ::Integer,
2166
+ ?timeout_action: ::String
2167
+ ) -> _ModifyCurrentDBClusterCapacityResponseSuccess
2168
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyCurrentDBClusterCapacityResponseSuccess
2169
+
2170
+ interface _ModifyCustomDBEngineVersionResponseSuccess
2171
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersion]
2172
+ def engine: () -> ::String
2173
+ def engine_version: () -> ::String
2174
+ def db_parameter_group_family: () -> ::String
2175
+ def db_engine_description: () -> ::String
2176
+ def db_engine_version_description: () -> ::String
2177
+ def default_character_set: () -> Types::CharacterSet
2178
+ def image: () -> Types::CustomDBEngineVersionAMI
2179
+ def db_engine_media_type: () -> ::String
2180
+ def supported_character_sets: () -> ::Array[Types::CharacterSet]
2181
+ def supported_nchar_character_sets: () -> ::Array[Types::CharacterSet]
2182
+ def valid_upgrade_target: () -> ::Array[Types::UpgradeTarget]
2183
+ def supported_timezones: () -> ::Array[Types::Timezone]
2184
+ def exportable_log_types: () -> ::Array[::String]
2185
+ def supports_log_exports_to_cloudwatch_logs: () -> bool
2186
+ def supports_read_replica: () -> bool
2187
+ def supported_engine_modes: () -> ::Array[::String]
2188
+ def supported_feature_names: () -> ::Array[::String]
2189
+ def status: () -> ::String
2190
+ def supports_parallel_query: () -> bool
2191
+ def supports_global_databases: () -> bool
2192
+ def major_engine_version: () -> ::String
2193
+ def database_installation_files_s3_bucket_name: () -> ::String
2194
+ def database_installation_files_s3_prefix: () -> ::String
2195
+ def db_engine_version_arn: () -> ::String
2196
+ def kms_key_id: () -> ::String
2197
+ def create_time: () -> ::Time
2198
+ def tag_list: () -> ::Array[Types::Tag]
2199
+ def supports_babelfish: () -> bool
2200
+ def custom_db_engine_version_manifest: () -> ::String
2201
+ def supports_certificate_rotation_without_restart: () -> bool
2202
+ def supported_ca_certificate_identifiers: () -> ::Array[::String]
2203
+ def supports_local_write_forwarding: () -> bool
2204
+ def supports_integrations: () -> bool
2205
+ end
2206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_custom_db_engine_version-instance_method
2207
+ def modify_custom_db_engine_version: (
2208
+ engine: ::String,
2209
+ engine_version: ::String,
2210
+ ?description: ::String,
2211
+ ?status: ("available" | "inactive" | "inactive-except-restore")
2212
+ ) -> _ModifyCustomDBEngineVersionResponseSuccess
2213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyCustomDBEngineVersionResponseSuccess
2214
+
2215
+ interface _ModifyDBClusterResponseSuccess
2216
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBClusterResult]
2217
+ def db_cluster: () -> Types::DBCluster
2218
+ end
2219
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_cluster-instance_method
2220
+ def modify_db_cluster: (
2221
+ db_cluster_identifier: ::String,
2222
+ ?new_db_cluster_identifier: ::String,
2223
+ ?apply_immediately: bool,
2224
+ ?backup_retention_period: ::Integer,
2225
+ ?db_cluster_parameter_group_name: ::String,
2226
+ ?vpc_security_group_ids: Array[::String],
2227
+ ?port: ::Integer,
2228
+ ?master_user_password: ::String,
2229
+ ?option_group_name: ::String,
2230
+ ?preferred_backup_window: ::String,
2231
+ ?preferred_maintenance_window: ::String,
2232
+ ?enable_iam_database_authentication: bool,
2233
+ ?backtrack_window: ::Integer,
2234
+ ?cloudwatch_logs_export_configuration: {
2235
+ enable_log_types: Array[::String]?,
2236
+ disable_log_types: Array[::String]?
2237
+ },
2238
+ ?engine_version: ::String,
2239
+ ?allow_major_version_upgrade: bool,
2240
+ ?db_instance_parameter_group_name: ::String,
2241
+ ?domain: ::String,
2242
+ ?domain_iam_role_name: ::String,
2243
+ ?scaling_configuration: {
2244
+ min_capacity: ::Integer?,
2245
+ max_capacity: ::Integer?,
2246
+ auto_pause: bool?,
2247
+ seconds_until_auto_pause: ::Integer?,
2248
+ timeout_action: ::String?,
2249
+ seconds_before_timeout: ::Integer?
2250
+ },
2251
+ ?deletion_protection: bool,
2252
+ ?enable_http_endpoint: bool,
2253
+ ?copy_tags_to_snapshot: bool,
2254
+ ?enable_global_write_forwarding: bool,
2255
+ ?db_cluster_instance_class: ::String,
2256
+ ?allocated_storage: ::Integer,
2257
+ ?storage_type: ::String,
2258
+ ?iops: ::Integer,
2259
+ ?auto_minor_version_upgrade: bool,
2260
+ ?monitoring_interval: ::Integer,
2261
+ ?monitoring_role_arn: ::String,
2262
+ ?enable_performance_insights: bool,
2263
+ ?performance_insights_kms_key_id: ::String,
2264
+ ?performance_insights_retention_period: ::Integer,
2265
+ ?serverless_v2_scaling_configuration: {
2266
+ min_capacity: ::Float?,
2267
+ max_capacity: ::Float?
2268
+ },
2269
+ ?network_type: ::String,
2270
+ ?manage_master_user_password: bool,
2271
+ ?rotate_master_user_password: bool,
2272
+ ?master_user_secret_kms_key_id: ::String,
2273
+ ?engine_mode: ::String,
2274
+ ?allow_engine_mode_change: bool,
2275
+ ?enable_local_write_forwarding: bool,
2276
+ ?aws_backup_recovery_point_arn: ::String,
2277
+ ?enable_limitless_database: bool
2278
+ ) -> _ModifyDBClusterResponseSuccess
2279
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterResponseSuccess
2280
+
2281
+ interface _ModifyDBClusterEndpointResponseSuccess
2282
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterEndpoint]
2283
+ def db_cluster_endpoint_identifier: () -> ::String
2284
+ def db_cluster_identifier: () -> ::String
2285
+ def db_cluster_endpoint_resource_identifier: () -> ::String
2286
+ def endpoint: () -> ::String
2287
+ def status: () -> ::String
2288
+ def endpoint_type: () -> ::String
2289
+ def custom_endpoint_type: () -> ::String
2290
+ def static_members: () -> ::Array[::String]
2291
+ def excluded_members: () -> ::Array[::String]
2292
+ def db_cluster_endpoint_arn: () -> ::String
2293
+ end
2294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_cluster_endpoint-instance_method
2295
+ def modify_db_cluster_endpoint: (
2296
+ db_cluster_endpoint_identifier: ::String,
2297
+ ?endpoint_type: ::String,
2298
+ ?static_members: Array[::String],
2299
+ ?excluded_members: Array[::String]
2300
+ ) -> _ModifyDBClusterEndpointResponseSuccess
2301
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterEndpointResponseSuccess
2302
+
2303
+ interface _ModifyDBClusterParameterGroupResponseSuccess
2304
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupNameMessage]
2305
+ def db_cluster_parameter_group_name: () -> ::String
2306
+ end
2307
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_cluster_parameter_group-instance_method
2308
+ def modify_db_cluster_parameter_group: (
2309
+ db_cluster_parameter_group_name: ::String,
2310
+ parameters: Array[
2311
+ {
2312
+ parameter_name: ::String?,
2313
+ parameter_value: ::String?,
2314
+ description: ::String?,
2315
+ source: ::String?,
2316
+ apply_type: ::String?,
2317
+ data_type: ::String?,
2318
+ allowed_values: ::String?,
2319
+ is_modifiable: bool?,
2320
+ minimum_engine_version: ::String?,
2321
+ apply_method: ("immediate" | "pending-reboot")?,
2322
+ supported_engine_modes: Array[::String]?
2323
+ },
2324
+ ]
2325
+ ) -> _ModifyDBClusterParameterGroupResponseSuccess
2326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterParameterGroupResponseSuccess
2327
+
2328
+ interface _ModifyDBClusterSnapshotAttributeResponseSuccess
2329
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBClusterSnapshotAttributeResult]
2330
+ def db_cluster_snapshot_attributes_result: () -> Types::DBClusterSnapshotAttributesResult
2331
+ end
2332
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_cluster_snapshot_attribute-instance_method
2333
+ def modify_db_cluster_snapshot_attribute: (
2334
+ db_cluster_snapshot_identifier: ::String,
2335
+ attribute_name: ::String,
2336
+ ?values_to_add: Array[::String],
2337
+ ?values_to_remove: Array[::String]
2338
+ ) -> _ModifyDBClusterSnapshotAttributeResponseSuccess
2339
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterSnapshotAttributeResponseSuccess
2340
+
2341
+ interface _ModifyDBInstanceResponseSuccess
2342
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBInstanceResult]
2343
+ def db_instance: () -> Types::DBInstance
2344
+ end
2345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_instance-instance_method
2346
+ def modify_db_instance: (
2347
+ db_instance_identifier: ::String,
2348
+ ?allocated_storage: ::Integer,
2349
+ ?db_instance_class: ::String,
2350
+ ?db_subnet_group_name: ::String,
2351
+ ?db_security_groups: Array[::String],
2352
+ ?vpc_security_group_ids: Array[::String],
2353
+ ?apply_immediately: bool,
2354
+ ?master_user_password: ::String,
2355
+ ?db_parameter_group_name: ::String,
2356
+ ?backup_retention_period: ::Integer,
2357
+ ?preferred_backup_window: ::String,
2358
+ ?preferred_maintenance_window: ::String,
2359
+ ?multi_az: bool,
2360
+ ?engine_version: ::String,
2361
+ ?allow_major_version_upgrade: bool,
2362
+ ?auto_minor_version_upgrade: bool,
2363
+ ?license_model: ::String,
2364
+ ?iops: ::Integer,
2365
+ ?option_group_name: ::String,
2366
+ ?new_db_instance_identifier: ::String,
2367
+ ?storage_type: ::String,
2368
+ ?tde_credential_arn: ::String,
2369
+ ?tde_credential_password: ::String,
2370
+ ?ca_certificate_identifier: ::String,
2371
+ ?domain: ::String,
2372
+ ?domain_fqdn: ::String,
2373
+ ?domain_ou: ::String,
2374
+ ?domain_auth_secret_arn: ::String,
2375
+ ?domain_dns_ips: Array[::String],
2376
+ ?copy_tags_to_snapshot: bool,
2377
+ ?monitoring_interval: ::Integer,
2378
+ ?db_port_number: ::Integer,
2379
+ ?publicly_accessible: bool,
2380
+ ?monitoring_role_arn: ::String,
2381
+ ?domain_iam_role_name: ::String,
2382
+ ?disable_domain: bool,
2383
+ ?promotion_tier: ::Integer,
2384
+ ?enable_iam_database_authentication: bool,
2385
+ ?enable_performance_insights: bool,
2386
+ ?performance_insights_kms_key_id: ::String,
2387
+ ?performance_insights_retention_period: ::Integer,
2388
+ ?cloudwatch_logs_export_configuration: {
2389
+ enable_log_types: Array[::String]?,
2390
+ disable_log_types: Array[::String]?
2391
+ },
2392
+ ?processor_features: Array[
2393
+ {
2394
+ name: ::String?,
2395
+ value: ::String?
2396
+ },
2397
+ ],
2398
+ ?use_default_processor_features: bool,
2399
+ ?deletion_protection: bool,
2400
+ ?max_allocated_storage: ::Integer,
2401
+ ?certificate_rotation_restart: bool,
2402
+ ?replica_mode: ("open-read-only" | "mounted"),
2403
+ ?enable_customer_owned_ip: bool,
2404
+ ?aws_backup_recovery_point_arn: ::String,
2405
+ ?automation_mode: ("full" | "all-paused"),
2406
+ ?resume_full_automation_mode_minutes: ::Integer,
2407
+ ?network_type: ::String,
2408
+ ?storage_throughput: ::Integer,
2409
+ ?manage_master_user_password: bool,
2410
+ ?rotate_master_user_password: bool,
2411
+ ?master_user_secret_kms_key_id: ::String,
2412
+ ?engine: ::String,
2413
+ ?dedicated_log_volume: bool,
2414
+ ?multi_tenant: bool
2415
+ ) -> _ModifyDBInstanceResponseSuccess
2416
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBInstanceResponseSuccess
2417
+
2418
+ interface _ModifyDBParameterGroupResponseSuccess
2419
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupNameMessage]
2420
+ def db_parameter_group_name: () -> ::String
2421
+ end
2422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_parameter_group-instance_method
2423
+ def modify_db_parameter_group: (
2424
+ db_parameter_group_name: ::String,
2425
+ parameters: Array[
2426
+ {
2427
+ parameter_name: ::String?,
2428
+ parameter_value: ::String?,
2429
+ description: ::String?,
2430
+ source: ::String?,
2431
+ apply_type: ::String?,
2432
+ data_type: ::String?,
2433
+ allowed_values: ::String?,
2434
+ is_modifiable: bool?,
2435
+ minimum_engine_version: ::String?,
2436
+ apply_method: ("immediate" | "pending-reboot")?,
2437
+ supported_engine_modes: Array[::String]?
2438
+ },
2439
+ ]
2440
+ ) -> _ModifyDBParameterGroupResponseSuccess
2441
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBParameterGroupResponseSuccess
2442
+
2443
+ interface _ModifyDBProxyResponseSuccess
2444
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBProxyResponse]
2445
+ def db_proxy: () -> Types::DBProxy
2446
+ end
2447
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_proxy-instance_method
2448
+ def modify_db_proxy: (
2449
+ db_proxy_name: ::String,
2450
+ ?new_db_proxy_name: ::String,
2451
+ ?auth: Array[
2452
+ {
2453
+ description: ::String?,
2454
+ user_name: ::String?,
2455
+ auth_scheme: ("SECRETS")?,
2456
+ secret_arn: ::String?,
2457
+ iam_auth: ("DISABLED" | "REQUIRED" | "ENABLED")?,
2458
+ client_password_auth_type: ("MYSQL_NATIVE_PASSWORD" | "POSTGRES_SCRAM_SHA_256" | "POSTGRES_MD5" | "SQL_SERVER_AUTHENTICATION")?
2459
+ },
2460
+ ],
2461
+ ?require_tls: bool,
2462
+ ?idle_client_timeout: ::Integer,
2463
+ ?debug_logging: bool,
2464
+ ?role_arn: ::String,
2465
+ ?security_groups: Array[::String]
2466
+ ) -> _ModifyDBProxyResponseSuccess
2467
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBProxyResponseSuccess
2468
+
2469
+ interface _ModifyDBProxyEndpointResponseSuccess
2470
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBProxyEndpointResponse]
2471
+ def db_proxy_endpoint: () -> Types::DBProxyEndpoint
2472
+ end
2473
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_proxy_endpoint-instance_method
2474
+ def modify_db_proxy_endpoint: (
2475
+ db_proxy_endpoint_name: ::String,
2476
+ ?new_db_proxy_endpoint_name: ::String,
2477
+ ?vpc_security_group_ids: Array[::String]
2478
+ ) -> _ModifyDBProxyEndpointResponseSuccess
2479
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBProxyEndpointResponseSuccess
2480
+
2481
+ interface _ModifyDBProxyTargetGroupResponseSuccess
2482
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBProxyTargetGroupResponse]
2483
+ def db_proxy_target_group: () -> Types::DBProxyTargetGroup
2484
+ end
2485
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_proxy_target_group-instance_method
2486
+ def modify_db_proxy_target_group: (
2487
+ target_group_name: ::String,
2488
+ db_proxy_name: ::String,
2489
+ ?connection_pool_config: {
2490
+ max_connections_percent: ::Integer?,
2491
+ max_idle_connections_percent: ::Integer?,
2492
+ connection_borrow_timeout: ::Integer?,
2493
+ session_pinning_filters: Array[::String]?,
2494
+ init_query: ::String?
2495
+ },
2496
+ ?new_name: ::String
2497
+ ) -> _ModifyDBProxyTargetGroupResponseSuccess
2498
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBProxyTargetGroupResponseSuccess
2499
+
2500
+ interface _ModifyDBRecommendationResponseSuccess
2501
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBRecommendationMessage]
2502
+ def db_recommendation: () -> Types::DBRecommendation
2503
+ end
2504
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_recommendation-instance_method
2505
+ def modify_db_recommendation: (
2506
+ recommendation_id: ::String,
2507
+ ?locale: ::String,
2508
+ ?status: ::String,
2509
+ ?recommended_action_updates: Array[
2510
+ {
2511
+ action_id: ::String,
2512
+ status: ::String
2513
+ },
2514
+ ]
2515
+ ) -> _ModifyDBRecommendationResponseSuccess
2516
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBRecommendationResponseSuccess
2517
+
2518
+ interface _ModifyDBShardGroupResponseSuccess
2519
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBShardGroup]
2520
+ def db_shard_group_resource_id: () -> ::String
2521
+ def db_shard_group_identifier: () -> ::String
2522
+ def db_cluster_identifier: () -> ::String
2523
+ def max_acu: () -> ::Float
2524
+ def compute_redundancy: () -> ::Integer
2525
+ def status: () -> ::String
2526
+ def publicly_accessible: () -> bool
2527
+ def endpoint: () -> ::String
2528
+ end
2529
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_shard_group-instance_method
2530
+ def modify_db_shard_group: (
2531
+ db_shard_group_identifier: ::String,
2532
+ ?max_acu: ::Float
2533
+ ) -> _ModifyDBShardGroupResponseSuccess
2534
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBShardGroupResponseSuccess
2535
+
2536
+ interface _ModifyDBSnapshotResponseSuccess
2537
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBSnapshotResult]
2538
+ def db_snapshot: () -> Types::DBSnapshot
2539
+ end
2540
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_snapshot-instance_method
2541
+ def modify_db_snapshot: (
2542
+ db_snapshot_identifier: ::String,
2543
+ ?engine_version: ::String,
2544
+ ?option_group_name: ::String
2545
+ ) -> _ModifyDBSnapshotResponseSuccess
2546
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBSnapshotResponseSuccess
2547
+
2548
+ interface _ModifyDBSnapshotAttributeResponseSuccess
2549
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBSnapshotAttributeResult]
2550
+ def db_snapshot_attributes_result: () -> Types::DBSnapshotAttributesResult
2551
+ end
2552
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_snapshot_attribute-instance_method
2553
+ def modify_db_snapshot_attribute: (
2554
+ db_snapshot_identifier: ::String,
2555
+ attribute_name: ::String,
2556
+ ?values_to_add: Array[::String],
2557
+ ?values_to_remove: Array[::String]
2558
+ ) -> _ModifyDBSnapshotAttributeResponseSuccess
2559
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBSnapshotAttributeResponseSuccess
2560
+
2561
+ interface _ModifyDBSubnetGroupResponseSuccess
2562
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBSubnetGroupResult]
2563
+ def db_subnet_group: () -> Types::DBSubnetGroup
2564
+ end
2565
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_db_subnet_group-instance_method
2566
+ def modify_db_subnet_group: (
2567
+ db_subnet_group_name: ::String,
2568
+ ?db_subnet_group_description: ::String,
2569
+ subnet_ids: Array[::String]
2570
+ ) -> _ModifyDBSubnetGroupResponseSuccess
2571
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBSubnetGroupResponseSuccess
2572
+
2573
+ interface _ModifyEventSubscriptionResponseSuccess
2574
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyEventSubscriptionResult]
2575
+ def event_subscription: () -> Types::EventSubscription
2576
+ end
2577
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_event_subscription-instance_method
2578
+ def modify_event_subscription: (
2579
+ subscription_name: ::String,
2580
+ ?sns_topic_arn: ::String,
2581
+ ?source_type: ::String,
2582
+ ?event_categories: Array[::String],
2583
+ ?enabled: bool
2584
+ ) -> _ModifyEventSubscriptionResponseSuccess
2585
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyEventSubscriptionResponseSuccess
2586
+
2587
+ interface _ModifyGlobalClusterResponseSuccess
2588
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyGlobalClusterResult]
2589
+ def global_cluster: () -> Types::GlobalCluster
2590
+ end
2591
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_global_cluster-instance_method
2592
+ def modify_global_cluster: (
2593
+ ?global_cluster_identifier: ::String,
2594
+ ?new_global_cluster_identifier: ::String,
2595
+ ?deletion_protection: bool,
2596
+ ?engine_version: ::String,
2597
+ ?allow_major_version_upgrade: bool
2598
+ ) -> _ModifyGlobalClusterResponseSuccess
2599
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyGlobalClusterResponseSuccess
2600
+
2601
+ interface _ModifyOptionGroupResponseSuccess
2602
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyOptionGroupResult]
2603
+ def option_group: () -> Types::OptionGroup
2604
+ end
2605
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_option_group-instance_method
2606
+ def modify_option_group: (
2607
+ option_group_name: ::String,
2608
+ ?options_to_include: Array[
2609
+ {
2610
+ option_name: ::String,
2611
+ port: ::Integer?,
2612
+ option_version: ::String?,
2613
+ db_security_group_memberships: Array[::String]?,
2614
+ vpc_security_group_memberships: Array[::String]?,
2615
+ option_settings: Array[
2616
+ {
2617
+ name: ::String?,
2618
+ value: ::String?,
2619
+ default_value: ::String?,
2620
+ description: ::String?,
2621
+ apply_type: ::String?,
2622
+ data_type: ::String?,
2623
+ allowed_values: ::String?,
2624
+ is_modifiable: bool?,
2625
+ is_collection: bool?
2626
+ },
2627
+ ]?
2628
+ },
2629
+ ],
2630
+ ?options_to_remove: Array[::String],
2631
+ ?apply_immediately: bool
2632
+ ) -> _ModifyOptionGroupResponseSuccess
2633
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyOptionGroupResponseSuccess
2634
+
2635
+ interface _ModifyTenantDatabaseResponseSuccess
2636
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyTenantDatabaseResult]
2637
+ def tenant_database: () -> Types::TenantDatabase
2638
+ end
2639
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_tenant_database-instance_method
2640
+ def modify_tenant_database: (
2641
+ db_instance_identifier: ::String,
2642
+ tenant_db_name: ::String,
2643
+ ?master_user_password: ::String,
2644
+ ?new_tenant_db_name: ::String
2645
+ ) -> _ModifyTenantDatabaseResponseSuccess
2646
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyTenantDatabaseResponseSuccess
2647
+
2648
+ interface _PromoteReadReplicaResponseSuccess
2649
+ include ::Seahorse::Client::_ResponseSuccess[Types::PromoteReadReplicaResult]
2650
+ def db_instance: () -> Types::DBInstance
2651
+ end
2652
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#promote_read_replica-instance_method
2653
+ def promote_read_replica: (
2654
+ db_instance_identifier: ::String,
2655
+ ?backup_retention_period: ::Integer,
2656
+ ?preferred_backup_window: ::String
2657
+ ) -> _PromoteReadReplicaResponseSuccess
2658
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PromoteReadReplicaResponseSuccess
2659
+
2660
+ interface _PromoteReadReplicaDBClusterResponseSuccess
2661
+ include ::Seahorse::Client::_ResponseSuccess[Types::PromoteReadReplicaDBClusterResult]
2662
+ def db_cluster: () -> Types::DBCluster
2663
+ end
2664
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#promote_read_replica_db_cluster-instance_method
2665
+ def promote_read_replica_db_cluster: (
2666
+ db_cluster_identifier: ::String
2667
+ ) -> _PromoteReadReplicaDBClusterResponseSuccess
2668
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PromoteReadReplicaDBClusterResponseSuccess
2669
+
2670
+ interface _PurchaseReservedDBInstancesOfferingResponseSuccess
2671
+ include ::Seahorse::Client::_ResponseSuccess[Types::PurchaseReservedDBInstancesOfferingResult]
2672
+ def reserved_db_instance: () -> Types::ReservedDBInstance
2673
+ end
2674
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#purchase_reserved_db_instances_offering-instance_method
2675
+ def purchase_reserved_db_instances_offering: (
2676
+ reserved_db_instances_offering_id: ::String,
2677
+ ?reserved_db_instance_id: ::String,
2678
+ ?db_instance_count: ::Integer,
2679
+ ?tags: Array[
2680
+ {
2681
+ key: ::String?,
2682
+ value: ::String?
2683
+ },
2684
+ ]
2685
+ ) -> _PurchaseReservedDBInstancesOfferingResponseSuccess
2686
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedDBInstancesOfferingResponseSuccess
2687
+
2688
+ interface _RebootDBClusterResponseSuccess
2689
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebootDBClusterResult]
2690
+ def db_cluster: () -> Types::DBCluster
2691
+ end
2692
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#reboot_db_cluster-instance_method
2693
+ def reboot_db_cluster: (
2694
+ db_cluster_identifier: ::String
2695
+ ) -> _RebootDBClusterResponseSuccess
2696
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootDBClusterResponseSuccess
2697
+
2698
+ interface _RebootDBInstanceResponseSuccess
2699
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebootDBInstanceResult]
2700
+ def db_instance: () -> Types::DBInstance
2701
+ end
2702
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#reboot_db_instance-instance_method
2703
+ def reboot_db_instance: (
2704
+ db_instance_identifier: ::String,
2705
+ ?force_failover: bool
2706
+ ) -> _RebootDBInstanceResponseSuccess
2707
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootDBInstanceResponseSuccess
2708
+
2709
+ interface _RebootDBShardGroupResponseSuccess
2710
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBShardGroup]
2711
+ def db_shard_group_resource_id: () -> ::String
2712
+ def db_shard_group_identifier: () -> ::String
2713
+ def db_cluster_identifier: () -> ::String
2714
+ def max_acu: () -> ::Float
2715
+ def compute_redundancy: () -> ::Integer
2716
+ def status: () -> ::String
2717
+ def publicly_accessible: () -> bool
2718
+ def endpoint: () -> ::String
2719
+ end
2720
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#reboot_db_shard_group-instance_method
2721
+ def reboot_db_shard_group: (
2722
+ db_shard_group_identifier: ::String
2723
+ ) -> _RebootDBShardGroupResponseSuccess
2724
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootDBShardGroupResponseSuccess
2725
+
2726
+ interface _RegisterDBProxyTargetsResponseSuccess
2727
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterDBProxyTargetsResponse]
2728
+ def db_proxy_targets: () -> ::Array[Types::DBProxyTarget]
2729
+ end
2730
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#register_db_proxy_targets-instance_method
2731
+ def register_db_proxy_targets: (
2732
+ db_proxy_name: ::String,
2733
+ ?target_group_name: ::String,
2734
+ ?db_instance_identifiers: Array[::String],
2735
+ ?db_cluster_identifiers: Array[::String]
2736
+ ) -> _RegisterDBProxyTargetsResponseSuccess
2737
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterDBProxyTargetsResponseSuccess
2738
+
2739
+ interface _RemoveFromGlobalClusterResponseSuccess
2740
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFromGlobalClusterResult]
2741
+ def global_cluster: () -> Types::GlobalCluster
2742
+ end
2743
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_from_global_cluster-instance_method
2744
+ def remove_from_global_cluster: (
2745
+ ?global_cluster_identifier: ::String,
2746
+ ?db_cluster_identifier: ::String
2747
+ ) -> _RemoveFromGlobalClusterResponseSuccess
2748
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFromGlobalClusterResponseSuccess
2749
+
2750
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_role_from_db_cluster-instance_method
2751
+ def remove_role_from_db_cluster: (
2752
+ db_cluster_identifier: ::String,
2753
+ role_arn: ::String,
2754
+ ?feature_name: ::String
2755
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2756
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2757
+
2758
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_role_from_db_instance-instance_method
2759
+ def remove_role_from_db_instance: (
2760
+ db_instance_identifier: ::String,
2761
+ role_arn: ::String,
2762
+ feature_name: ::String
2763
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2764
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2765
+
2766
+ interface _RemoveSourceIdentifierFromSubscriptionResponseSuccess
2767
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveSourceIdentifierFromSubscriptionResult]
2768
+ def event_subscription: () -> Types::EventSubscription
2769
+ end
2770
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_source_identifier_from_subscription-instance_method
2771
+ def remove_source_identifier_from_subscription: (
2772
+ subscription_name: ::String,
2773
+ source_identifier: ::String
2774
+ ) -> _RemoveSourceIdentifierFromSubscriptionResponseSuccess
2775
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveSourceIdentifierFromSubscriptionResponseSuccess
2776
+
2777
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#remove_tags_from_resource-instance_method
2778
+ def remove_tags_from_resource: (
2779
+ resource_name: ::String,
2780
+ tag_keys: Array[::String]
2781
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2782
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2783
+
2784
+ interface _ResetDBClusterParameterGroupResponseSuccess
2785
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupNameMessage]
2786
+ def db_cluster_parameter_group_name: () -> ::String
2787
+ end
2788
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#reset_db_cluster_parameter_group-instance_method
2789
+ def reset_db_cluster_parameter_group: (
2790
+ db_cluster_parameter_group_name: ::String,
2791
+ ?reset_all_parameters: bool,
2792
+ ?parameters: Array[
2793
+ {
2794
+ parameter_name: ::String?,
2795
+ parameter_value: ::String?,
2796
+ description: ::String?,
2797
+ source: ::String?,
2798
+ apply_type: ::String?,
2799
+ data_type: ::String?,
2800
+ allowed_values: ::String?,
2801
+ is_modifiable: bool?,
2802
+ minimum_engine_version: ::String?,
2803
+ apply_method: ("immediate" | "pending-reboot")?,
2804
+ supported_engine_modes: Array[::String]?
2805
+ },
2806
+ ]
2807
+ ) -> _ResetDBClusterParameterGroupResponseSuccess
2808
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetDBClusterParameterGroupResponseSuccess
2809
+
2810
+ interface _ResetDBParameterGroupResponseSuccess
2811
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupNameMessage]
2812
+ def db_parameter_group_name: () -> ::String
2813
+ end
2814
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#reset_db_parameter_group-instance_method
2815
+ def reset_db_parameter_group: (
2816
+ db_parameter_group_name: ::String,
2817
+ ?reset_all_parameters: bool,
2818
+ ?parameters: Array[
2819
+ {
2820
+ parameter_name: ::String?,
2821
+ parameter_value: ::String?,
2822
+ description: ::String?,
2823
+ source: ::String?,
2824
+ apply_type: ::String?,
2825
+ data_type: ::String?,
2826
+ allowed_values: ::String?,
2827
+ is_modifiable: bool?,
2828
+ minimum_engine_version: ::String?,
2829
+ apply_method: ("immediate" | "pending-reboot")?,
2830
+ supported_engine_modes: Array[::String]?
2831
+ },
2832
+ ]
2833
+ ) -> _ResetDBParameterGroupResponseSuccess
2834
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetDBParameterGroupResponseSuccess
2835
+
2836
+ interface _RestoreDBClusterFromS3ResponseSuccess
2837
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBClusterFromS3Result]
2838
+ def db_cluster: () -> Types::DBCluster
2839
+ end
2840
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#restore_db_cluster_from_s3-instance_method
2841
+ def restore_db_cluster_from_s3: (
2842
+ ?availability_zones: Array[::String],
2843
+ ?backup_retention_period: ::Integer,
2844
+ ?character_set_name: ::String,
2845
+ ?database_name: ::String,
2846
+ db_cluster_identifier: ::String,
2847
+ ?db_cluster_parameter_group_name: ::String,
2848
+ ?vpc_security_group_ids: Array[::String],
2849
+ ?db_subnet_group_name: ::String,
2850
+ engine: ::String,
2851
+ ?engine_version: ::String,
2852
+ ?port: ::Integer,
2853
+ master_username: ::String,
2854
+ ?master_user_password: ::String,
2855
+ ?option_group_name: ::String,
2856
+ ?preferred_backup_window: ::String,
2857
+ ?preferred_maintenance_window: ::String,
2858
+ ?tags: Array[
2859
+ {
2860
+ key: ::String?,
2861
+ value: ::String?
2862
+ },
2863
+ ],
2864
+ ?storage_encrypted: bool,
2865
+ ?kms_key_id: ::String,
2866
+ ?enable_iam_database_authentication: bool,
2867
+ source_engine: ::String,
2868
+ source_engine_version: ::String,
2869
+ s3_bucket_name: ::String,
2870
+ ?s3_prefix: ::String,
2871
+ s3_ingestion_role_arn: ::String,
2872
+ ?backtrack_window: ::Integer,
2873
+ ?enable_cloudwatch_logs_exports: Array[::String],
2874
+ ?deletion_protection: bool,
2875
+ ?copy_tags_to_snapshot: bool,
2876
+ ?domain: ::String,
2877
+ ?domain_iam_role_name: ::String,
2878
+ ?serverless_v2_scaling_configuration: {
2879
+ min_capacity: ::Float?,
2880
+ max_capacity: ::Float?
2881
+ },
2882
+ ?network_type: ::String,
2883
+ ?manage_master_user_password: bool,
2884
+ ?master_user_secret_kms_key_id: ::String,
2885
+ ?storage_type: ::String
2886
+ ) -> _RestoreDBClusterFromS3ResponseSuccess
2887
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterFromS3ResponseSuccess
2888
+
2889
+ interface _RestoreDBClusterFromSnapshotResponseSuccess
2890
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBClusterFromSnapshotResult]
2891
+ def db_cluster: () -> Types::DBCluster
2892
+ end
2893
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#restore_db_cluster_from_snapshot-instance_method
2894
+ def restore_db_cluster_from_snapshot: (
2895
+ ?availability_zones: Array[::String],
2896
+ db_cluster_identifier: ::String,
2897
+ snapshot_identifier: ::String,
2898
+ engine: ::String,
2899
+ ?engine_version: ::String,
2900
+ ?port: ::Integer,
2901
+ ?db_subnet_group_name: ::String,
2902
+ ?database_name: ::String,
2903
+ ?option_group_name: ::String,
2904
+ ?vpc_security_group_ids: Array[::String],
2905
+ ?tags: Array[
2906
+ {
2907
+ key: ::String?,
2908
+ value: ::String?
2909
+ },
2910
+ ],
2911
+ ?kms_key_id: ::String,
2912
+ ?enable_iam_database_authentication: bool,
2913
+ ?backtrack_window: ::Integer,
2914
+ ?enable_cloudwatch_logs_exports: Array[::String],
2915
+ ?engine_mode: ::String,
2916
+ ?scaling_configuration: {
2917
+ min_capacity: ::Integer?,
2918
+ max_capacity: ::Integer?,
2919
+ auto_pause: bool?,
2920
+ seconds_until_auto_pause: ::Integer?,
2921
+ timeout_action: ::String?,
2922
+ seconds_before_timeout: ::Integer?
2923
+ },
2924
+ ?db_cluster_parameter_group_name: ::String,
2925
+ ?deletion_protection: bool,
2926
+ ?copy_tags_to_snapshot: bool,
2927
+ ?domain: ::String,
2928
+ ?domain_iam_role_name: ::String,
2929
+ ?db_cluster_instance_class: ::String,
2930
+ ?storage_type: ::String,
2931
+ ?iops: ::Integer,
2932
+ ?publicly_accessible: bool,
2933
+ ?serverless_v2_scaling_configuration: {
2934
+ min_capacity: ::Float?,
2935
+ max_capacity: ::Float?
2936
+ },
2937
+ ?network_type: ::String,
2938
+ ?rds_custom_cluster_configuration: {
2939
+ interconnect_subnet_id: ::String?,
2940
+ transit_gateway_multicast_domain_id: ::String?,
2941
+ replica_mode: ("open-read-only" | "mounted")?
2942
+ }
2943
+ ) -> _RestoreDBClusterFromSnapshotResponseSuccess
2944
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterFromSnapshotResponseSuccess
2945
+
2946
+ interface _RestoreDBClusterToPointInTimeResponseSuccess
2947
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBClusterToPointInTimeResult]
2948
+ def db_cluster: () -> Types::DBCluster
2949
+ end
2950
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#restore_db_cluster_to_point_in_time-instance_method
2951
+ def restore_db_cluster_to_point_in_time: (
2952
+ db_cluster_identifier: ::String,
2953
+ ?restore_type: ::String,
2954
+ ?source_db_cluster_identifier: ::String,
2955
+ ?restore_to_time: ::Time,
2956
+ ?use_latest_restorable_time: bool,
2957
+ ?port: ::Integer,
2958
+ ?db_subnet_group_name: ::String,
2959
+ ?option_group_name: ::String,
2960
+ ?vpc_security_group_ids: Array[::String],
2961
+ ?tags: Array[
2962
+ {
2963
+ key: ::String?,
2964
+ value: ::String?
2965
+ },
2966
+ ],
2967
+ ?kms_key_id: ::String,
2968
+ ?enable_iam_database_authentication: bool,
2969
+ ?backtrack_window: ::Integer,
2970
+ ?enable_cloudwatch_logs_exports: Array[::String],
2971
+ ?db_cluster_parameter_group_name: ::String,
2972
+ ?deletion_protection: bool,
2973
+ ?copy_tags_to_snapshot: bool,
2974
+ ?domain: ::String,
2975
+ ?domain_iam_role_name: ::String,
2976
+ ?scaling_configuration: {
2977
+ min_capacity: ::Integer?,
2978
+ max_capacity: ::Integer?,
2979
+ auto_pause: bool?,
2980
+ seconds_until_auto_pause: ::Integer?,
2981
+ timeout_action: ::String?,
2982
+ seconds_before_timeout: ::Integer?
2983
+ },
2984
+ ?engine_mode: ::String,
2985
+ ?db_cluster_instance_class: ::String,
2986
+ ?storage_type: ::String,
2987
+ ?publicly_accessible: bool,
2988
+ ?iops: ::Integer,
2989
+ ?serverless_v2_scaling_configuration: {
2990
+ min_capacity: ::Float?,
2991
+ max_capacity: ::Float?
2992
+ },
2993
+ ?network_type: ::String,
2994
+ ?source_db_cluster_resource_id: ::String,
2995
+ ?rds_custom_cluster_configuration: {
2996
+ interconnect_subnet_id: ::String?,
2997
+ transit_gateway_multicast_domain_id: ::String?,
2998
+ replica_mode: ("open-read-only" | "mounted")?
2999
+ }
3000
+ ) -> _RestoreDBClusterToPointInTimeResponseSuccess
3001
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterToPointInTimeResponseSuccess
3002
+
3003
+ interface _RestoreDBInstanceFromDBSnapshotResponseSuccess
3004
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBInstanceFromDBSnapshotResult]
3005
+ def db_instance: () -> Types::DBInstance
3006
+ end
3007
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#restore_db_instance_from_db_snapshot-instance_method
3008
+ def restore_db_instance_from_db_snapshot: (
3009
+ db_instance_identifier: ::String,
3010
+ ?db_snapshot_identifier: ::String,
3011
+ ?db_instance_class: ::String,
3012
+ ?port: ::Integer,
3013
+ ?availability_zone: ::String,
3014
+ ?db_subnet_group_name: ::String,
3015
+ ?multi_az: bool,
3016
+ ?publicly_accessible: bool,
3017
+ ?auto_minor_version_upgrade: bool,
3018
+ ?license_model: ::String,
3019
+ ?db_name: ::String,
3020
+ ?engine: ::String,
3021
+ ?iops: ::Integer,
3022
+ ?option_group_name: ::String,
3023
+ ?tags: Array[
3024
+ {
3025
+ key: ::String?,
3026
+ value: ::String?
3027
+ },
3028
+ ],
3029
+ ?storage_type: ::String,
3030
+ ?tde_credential_arn: ::String,
3031
+ ?tde_credential_password: ::String,
3032
+ ?vpc_security_group_ids: Array[::String],
3033
+ ?domain: ::String,
3034
+ ?domain_fqdn: ::String,
3035
+ ?domain_ou: ::String,
3036
+ ?domain_auth_secret_arn: ::String,
3037
+ ?domain_dns_ips: Array[::String],
3038
+ ?copy_tags_to_snapshot: bool,
3039
+ ?domain_iam_role_name: ::String,
3040
+ ?enable_iam_database_authentication: bool,
3041
+ ?enable_cloudwatch_logs_exports: Array[::String],
3042
+ ?processor_features: Array[
3043
+ {
3044
+ name: ::String?,
3045
+ value: ::String?
3046
+ },
3047
+ ],
3048
+ ?use_default_processor_features: bool,
3049
+ ?db_parameter_group_name: ::String,
3050
+ ?deletion_protection: bool,
3051
+ ?enable_customer_owned_ip: bool,
3052
+ ?custom_iam_instance_profile: ::String,
3053
+ ?backup_target: ::String,
3054
+ ?network_type: ::String,
3055
+ ?storage_throughput: ::Integer,
3056
+ ?db_cluster_snapshot_identifier: ::String,
3057
+ ?allocated_storage: ::Integer,
3058
+ ?dedicated_log_volume: bool
3059
+ ) -> _RestoreDBInstanceFromDBSnapshotResponseSuccess
3060
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceFromDBSnapshotResponseSuccess
3061
+
3062
+ interface _RestoreDBInstanceFromS3ResponseSuccess
3063
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBInstanceFromS3Result]
3064
+ def db_instance: () -> Types::DBInstance
3065
+ end
3066
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#restore_db_instance_from_s3-instance_method
3067
+ def restore_db_instance_from_s3: (
3068
+ ?db_name: ::String,
3069
+ db_instance_identifier: ::String,
3070
+ ?allocated_storage: ::Integer,
3071
+ db_instance_class: ::String,
3072
+ engine: ::String,
3073
+ ?master_username: ::String,
3074
+ ?master_user_password: ::String,
3075
+ ?db_security_groups: Array[::String],
3076
+ ?vpc_security_group_ids: Array[::String],
3077
+ ?availability_zone: ::String,
3078
+ ?db_subnet_group_name: ::String,
3079
+ ?preferred_maintenance_window: ::String,
3080
+ ?db_parameter_group_name: ::String,
3081
+ ?backup_retention_period: ::Integer,
3082
+ ?preferred_backup_window: ::String,
3083
+ ?port: ::Integer,
3084
+ ?multi_az: bool,
3085
+ ?engine_version: ::String,
3086
+ ?auto_minor_version_upgrade: bool,
3087
+ ?license_model: ::String,
3088
+ ?iops: ::Integer,
3089
+ ?option_group_name: ::String,
3090
+ ?publicly_accessible: bool,
3091
+ ?tags: Array[
3092
+ {
3093
+ key: ::String?,
3094
+ value: ::String?
3095
+ },
3096
+ ],
3097
+ ?storage_type: ::String,
3098
+ ?storage_encrypted: bool,
3099
+ ?kms_key_id: ::String,
3100
+ ?copy_tags_to_snapshot: bool,
3101
+ ?monitoring_interval: ::Integer,
3102
+ ?monitoring_role_arn: ::String,
3103
+ ?enable_iam_database_authentication: bool,
3104
+ source_engine: ::String,
3105
+ source_engine_version: ::String,
3106
+ s3_bucket_name: ::String,
3107
+ ?s3_prefix: ::String,
3108
+ s3_ingestion_role_arn: ::String,
3109
+ ?enable_performance_insights: bool,
3110
+ ?performance_insights_kms_key_id: ::String,
3111
+ ?performance_insights_retention_period: ::Integer,
3112
+ ?enable_cloudwatch_logs_exports: Array[::String],
3113
+ ?processor_features: Array[
3114
+ {
3115
+ name: ::String?,
3116
+ value: ::String?
3117
+ },
3118
+ ],
3119
+ ?use_default_processor_features: bool,
3120
+ ?deletion_protection: bool,
3121
+ ?max_allocated_storage: ::Integer,
3122
+ ?network_type: ::String,
3123
+ ?storage_throughput: ::Integer,
3124
+ ?manage_master_user_password: bool,
3125
+ ?master_user_secret_kms_key_id: ::String,
3126
+ ?dedicated_log_volume: bool
3127
+ ) -> _RestoreDBInstanceFromS3ResponseSuccess
3128
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceFromS3ResponseSuccess
3129
+
3130
+ interface _RestoreDBInstanceToPointInTimeResponseSuccess
3131
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBInstanceToPointInTimeResult]
3132
+ def db_instance: () -> Types::DBInstance
3133
+ end
3134
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#restore_db_instance_to_point_in_time-instance_method
3135
+ def restore_db_instance_to_point_in_time: (
3136
+ ?source_db_instance_identifier: ::String,
3137
+ target_db_instance_identifier: ::String,
3138
+ ?restore_time: ::Time,
3139
+ ?use_latest_restorable_time: bool,
3140
+ ?db_instance_class: ::String,
3141
+ ?port: ::Integer,
3142
+ ?availability_zone: ::String,
3143
+ ?db_subnet_group_name: ::String,
3144
+ ?multi_az: bool,
3145
+ ?publicly_accessible: bool,
3146
+ ?auto_minor_version_upgrade: bool,
3147
+ ?license_model: ::String,
3148
+ ?db_name: ::String,
3149
+ ?engine: ::String,
3150
+ ?iops: ::Integer,
3151
+ ?option_group_name: ::String,
3152
+ ?copy_tags_to_snapshot: bool,
3153
+ ?tags: Array[
3154
+ {
3155
+ key: ::String?,
3156
+ value: ::String?
3157
+ },
3158
+ ],
3159
+ ?storage_type: ::String,
3160
+ ?tde_credential_arn: ::String,
3161
+ ?tde_credential_password: ::String,
3162
+ ?vpc_security_group_ids: Array[::String],
3163
+ ?domain: ::String,
3164
+ ?domain_iam_role_name: ::String,
3165
+ ?domain_fqdn: ::String,
3166
+ ?domain_ou: ::String,
3167
+ ?domain_auth_secret_arn: ::String,
3168
+ ?domain_dns_ips: Array[::String],
3169
+ ?enable_iam_database_authentication: bool,
3170
+ ?enable_cloudwatch_logs_exports: Array[::String],
3171
+ ?processor_features: Array[
3172
+ {
3173
+ name: ::String?,
3174
+ value: ::String?
3175
+ },
3176
+ ],
3177
+ ?use_default_processor_features: bool,
3178
+ ?db_parameter_group_name: ::String,
3179
+ ?deletion_protection: bool,
3180
+ ?source_dbi_resource_id: ::String,
3181
+ ?max_allocated_storage: ::Integer,
3182
+ ?source_db_instance_automated_backups_arn: ::String,
3183
+ ?enable_customer_owned_ip: bool,
3184
+ ?custom_iam_instance_profile: ::String,
3185
+ ?backup_target: ::String,
3186
+ ?network_type: ::String,
3187
+ ?storage_throughput: ::Integer,
3188
+ ?allocated_storage: ::Integer,
3189
+ ?dedicated_log_volume: bool
3190
+ ) -> _RestoreDBInstanceToPointInTimeResponseSuccess
3191
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceToPointInTimeResponseSuccess
3192
+
3193
+ interface _RevokeDBSecurityGroupIngressResponseSuccess
3194
+ include ::Seahorse::Client::_ResponseSuccess[Types::RevokeDBSecurityGroupIngressResult]
3195
+ def db_security_group: () -> Types::DBSecurityGroup
3196
+ end
3197
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#revoke_db_security_group_ingress-instance_method
3198
+ def revoke_db_security_group_ingress: (
3199
+ db_security_group_name: ::String,
3200
+ ?cidrip: ::String,
3201
+ ?ec2_security_group_name: ::String,
3202
+ ?ec2_security_group_id: ::String,
3203
+ ?ec2_security_group_owner_id: ::String
3204
+ ) -> _RevokeDBSecurityGroupIngressResponseSuccess
3205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeDBSecurityGroupIngressResponseSuccess
3206
+
3207
+ interface _StartActivityStreamResponseSuccess
3208
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartActivityStreamResponse]
3209
+ def kms_key_id: () -> ::String
3210
+ def kinesis_stream_name: () -> ::String
3211
+ def status: () -> ("stopped" | "starting" | "started" | "stopping")
3212
+ def mode: () -> ("sync" | "async")
3213
+ def apply_immediately: () -> bool
3214
+ def engine_native_audit_fields_included: () -> bool
3215
+ end
3216
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_activity_stream-instance_method
3217
+ def start_activity_stream: (
3218
+ resource_arn: ::String,
3219
+ mode: ("sync" | "async"),
3220
+ kms_key_id: ::String,
3221
+ ?apply_immediately: bool,
3222
+ ?engine_native_audit_fields_included: bool
3223
+ ) -> _StartActivityStreamResponseSuccess
3224
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartActivityStreamResponseSuccess
3225
+
3226
+ interface _StartDBClusterResponseSuccess
3227
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDBClusterResult]
3228
+ def db_cluster: () -> Types::DBCluster
3229
+ end
3230
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_db_cluster-instance_method
3231
+ def start_db_cluster: (
3232
+ db_cluster_identifier: ::String
3233
+ ) -> _StartDBClusterResponseSuccess
3234
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDBClusterResponseSuccess
3235
+
3236
+ interface _StartDBInstanceResponseSuccess
3237
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDBInstanceResult]
3238
+ def db_instance: () -> Types::DBInstance
3239
+ end
3240
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_db_instance-instance_method
3241
+ def start_db_instance: (
3242
+ db_instance_identifier: ::String
3243
+ ) -> _StartDBInstanceResponseSuccess
3244
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDBInstanceResponseSuccess
3245
+
3246
+ interface _StartDBInstanceAutomatedBackupsReplicationResponseSuccess
3247
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDBInstanceAutomatedBackupsReplicationResult]
3248
+ def db_instance_automated_backup: () -> Types::DBInstanceAutomatedBackup
3249
+ end
3250
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_db_instance_automated_backups_replication-instance_method
3251
+ def start_db_instance_automated_backups_replication: (
3252
+ source_db_instance_arn: ::String,
3253
+ ?backup_retention_period: ::Integer,
3254
+ ?kms_key_id: ::String,
3255
+ ?pre_signed_url: ::String,
3256
+ ?source_region: ::String
3257
+ ) -> _StartDBInstanceAutomatedBackupsReplicationResponseSuccess
3258
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDBInstanceAutomatedBackupsReplicationResponseSuccess
3259
+
3260
+ interface _StartExportTaskResponseSuccess
3261
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExportTask]
3262
+ def export_task_identifier: () -> ::String
3263
+ def source_arn: () -> ::String
3264
+ def export_only: () -> ::Array[::String]
3265
+ def snapshot_time: () -> ::Time
3266
+ def task_start_time: () -> ::Time
3267
+ def task_end_time: () -> ::Time
3268
+ def s3_bucket: () -> ::String
3269
+ def s3_prefix: () -> ::String
3270
+ def iam_role_arn: () -> ::String
3271
+ def kms_key_id: () -> ::String
3272
+ def status: () -> ::String
3273
+ def percent_progress: () -> ::Integer
3274
+ def total_extracted_data_in_gb: () -> ::Integer
3275
+ def failure_cause: () -> ::String
3276
+ def warning_message: () -> ::String
3277
+ def source_type: () -> ("SNAPSHOT" | "CLUSTER")
3278
+ end
3279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#start_export_task-instance_method
3280
+ def start_export_task: (
3281
+ export_task_identifier: ::String,
3282
+ source_arn: ::String,
3283
+ s3_bucket_name: ::String,
3284
+ iam_role_arn: ::String,
3285
+ kms_key_id: ::String,
3286
+ ?s3_prefix: ::String,
3287
+ ?export_only: Array[::String]
3288
+ ) -> _StartExportTaskResponseSuccess
3289
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartExportTaskResponseSuccess
3290
+
3291
+ interface _StopActivityStreamResponseSuccess
3292
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopActivityStreamResponse]
3293
+ def kms_key_id: () -> ::String
3294
+ def kinesis_stream_name: () -> ::String
3295
+ def status: () -> ("stopped" | "starting" | "started" | "stopping")
3296
+ end
3297
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#stop_activity_stream-instance_method
3298
+ def stop_activity_stream: (
3299
+ resource_arn: ::String,
3300
+ ?apply_immediately: bool
3301
+ ) -> _StopActivityStreamResponseSuccess
3302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopActivityStreamResponseSuccess
3303
+
3304
+ interface _StopDBClusterResponseSuccess
3305
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopDBClusterResult]
3306
+ def db_cluster: () -> Types::DBCluster
3307
+ end
3308
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#stop_db_cluster-instance_method
3309
+ def stop_db_cluster: (
3310
+ db_cluster_identifier: ::String
3311
+ ) -> _StopDBClusterResponseSuccess
3312
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopDBClusterResponseSuccess
3313
+
3314
+ interface _StopDBInstanceResponseSuccess
3315
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopDBInstanceResult]
3316
+ def db_instance: () -> Types::DBInstance
3317
+ end
3318
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#stop_db_instance-instance_method
3319
+ def stop_db_instance: (
3320
+ db_instance_identifier: ::String,
3321
+ ?db_snapshot_identifier: ::String
3322
+ ) -> _StopDBInstanceResponseSuccess
3323
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopDBInstanceResponseSuccess
3324
+
3325
+ interface _StopDBInstanceAutomatedBackupsReplicationResponseSuccess
3326
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopDBInstanceAutomatedBackupsReplicationResult]
3327
+ def db_instance_automated_backup: () -> Types::DBInstanceAutomatedBackup
3328
+ end
3329
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#stop_db_instance_automated_backups_replication-instance_method
3330
+ def stop_db_instance_automated_backups_replication: (
3331
+ source_db_instance_arn: ::String
3332
+ ) -> _StopDBInstanceAutomatedBackupsReplicationResponseSuccess
3333
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopDBInstanceAutomatedBackupsReplicationResponseSuccess
3334
+
3335
+ interface _SwitchoverBlueGreenDeploymentResponseSuccess
3336
+ include ::Seahorse::Client::_ResponseSuccess[Types::SwitchoverBlueGreenDeploymentResponse]
3337
+ def blue_green_deployment: () -> Types::BlueGreenDeployment
3338
+ end
3339
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#switchover_blue_green_deployment-instance_method
3340
+ def switchover_blue_green_deployment: (
3341
+ blue_green_deployment_identifier: ::String,
3342
+ ?switchover_timeout: ::Integer
3343
+ ) -> _SwitchoverBlueGreenDeploymentResponseSuccess
3344
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SwitchoverBlueGreenDeploymentResponseSuccess
3345
+
3346
+ interface _SwitchoverGlobalClusterResponseSuccess
3347
+ include ::Seahorse::Client::_ResponseSuccess[Types::SwitchoverGlobalClusterResult]
3348
+ def global_cluster: () -> Types::GlobalCluster
3349
+ end
3350
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#switchover_global_cluster-instance_method
3351
+ def switchover_global_cluster: (
3352
+ global_cluster_identifier: ::String,
3353
+ target_db_cluster_identifier: ::String
3354
+ ) -> _SwitchoverGlobalClusterResponseSuccess
3355
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SwitchoverGlobalClusterResponseSuccess
3356
+
3357
+ interface _SwitchoverReadReplicaResponseSuccess
3358
+ include ::Seahorse::Client::_ResponseSuccess[Types::SwitchoverReadReplicaResult]
3359
+ def db_instance: () -> Types::DBInstance
3360
+ end
3361
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#switchover_read_replica-instance_method
3362
+ def switchover_read_replica: (
3363
+ db_instance_identifier: ::String
3364
+ ) -> _SwitchoverReadReplicaResponseSuccess
3365
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SwitchoverReadReplicaResponseSuccess
3366
+
3367
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#wait_until-instance_method
3368
+ def wait_until: (:db_cluster_available waiter_name,
3369
+ ?db_cluster_identifier: ::String,
3370
+ ?filters: Array[
3371
+ {
3372
+ name: ::String,
3373
+ values: Array[::String]
3374
+ },
3375
+ ],
3376
+ ?max_records: ::Integer,
3377
+ ?marker: ::String,
3378
+ ?include_shared: bool
3379
+ ) -> Client::_DescribeDBClustersResponseSuccess
3380
+ | (:db_cluster_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBClustersResponseSuccess
3381
+ | (:db_cluster_deleted waiter_name,
3382
+ ?db_cluster_identifier: ::String,
3383
+ ?filters: Array[
3384
+ {
3385
+ name: ::String,
3386
+ values: Array[::String]
3387
+ },
3388
+ ],
3389
+ ?max_records: ::Integer,
3390
+ ?marker: ::String,
3391
+ ?include_shared: bool
3392
+ ) -> Client::_DescribeDBClustersResponseSuccess
3393
+ | (:db_cluster_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBClustersResponseSuccess
3394
+ | (:db_cluster_snapshot_available waiter_name,
3395
+ ?db_cluster_identifier: ::String,
3396
+ ?db_cluster_snapshot_identifier: ::String,
3397
+ ?snapshot_type: ::String,
3398
+ ?filters: Array[
3399
+ {
3400
+ name: ::String,
3401
+ values: Array[::String]
3402
+ },
3403
+ ],
3404
+ ?max_records: ::Integer,
3405
+ ?marker: ::String,
3406
+ ?include_shared: bool,
3407
+ ?include_public: bool,
3408
+ ?db_cluster_resource_id: ::String
3409
+ ) -> Client::_DescribeDBClusterSnapshotsResponseSuccess
3410
+ | (:db_cluster_snapshot_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBClusterSnapshotsResponseSuccess
3411
+ | (:db_cluster_snapshot_deleted waiter_name,
3412
+ ?db_cluster_identifier: ::String,
3413
+ ?db_cluster_snapshot_identifier: ::String,
3414
+ ?snapshot_type: ::String,
3415
+ ?filters: Array[
3416
+ {
3417
+ name: ::String,
3418
+ values: Array[::String]
3419
+ },
3420
+ ],
3421
+ ?max_records: ::Integer,
3422
+ ?marker: ::String,
3423
+ ?include_shared: bool,
3424
+ ?include_public: bool,
3425
+ ?db_cluster_resource_id: ::String
3426
+ ) -> Client::_DescribeDBClusterSnapshotsResponseSuccess
3427
+ | (:db_cluster_snapshot_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBClusterSnapshotsResponseSuccess
3428
+ | (:db_instance_available waiter_name,
3429
+ ?db_instance_identifier: ::String,
3430
+ ?filters: Array[
3431
+ {
3432
+ name: ::String,
3433
+ values: Array[::String]
3434
+ },
3435
+ ],
3436
+ ?max_records: ::Integer,
3437
+ ?marker: ::String
3438
+ ) -> Client::_DescribeDBInstancesResponseSuccess
3439
+ | (:db_instance_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBInstancesResponseSuccess
3440
+ | (:db_instance_deleted waiter_name,
3441
+ ?db_instance_identifier: ::String,
3442
+ ?filters: Array[
3443
+ {
3444
+ name: ::String,
3445
+ values: Array[::String]
3446
+ },
3447
+ ],
3448
+ ?max_records: ::Integer,
3449
+ ?marker: ::String
3450
+ ) -> Client::_DescribeDBInstancesResponseSuccess
3451
+ | (:db_instance_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBInstancesResponseSuccess
3452
+ | (:db_snapshot_available waiter_name,
3453
+ ?db_instance_identifier: ::String,
3454
+ ?db_snapshot_identifier: ::String,
3455
+ ?snapshot_type: ::String,
3456
+ ?filters: Array[
3457
+ {
3458
+ name: ::String,
3459
+ values: Array[::String]
3460
+ },
3461
+ ],
3462
+ ?max_records: ::Integer,
3463
+ ?marker: ::String,
3464
+ ?include_shared: bool,
3465
+ ?include_public: bool,
3466
+ ?dbi_resource_id: ::String
3467
+ ) -> Client::_DescribeDBSnapshotsResponseSuccess
3468
+ | (:db_snapshot_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBSnapshotsResponseSuccess
3469
+ | (:db_snapshot_deleted waiter_name,
3470
+ ?db_instance_identifier: ::String,
3471
+ ?db_snapshot_identifier: ::String,
3472
+ ?snapshot_type: ::String,
3473
+ ?filters: Array[
3474
+ {
3475
+ name: ::String,
3476
+ values: Array[::String]
3477
+ },
3478
+ ],
3479
+ ?max_records: ::Integer,
3480
+ ?marker: ::String,
3481
+ ?include_shared: bool,
3482
+ ?include_public: bool,
3483
+ ?dbi_resource_id: ::String
3484
+ ) -> Client::_DescribeDBSnapshotsResponseSuccess
3485
+ | (:db_snapshot_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBSnapshotsResponseSuccess
3486
+ | (:tenant_database_available waiter_name,
3487
+ ?db_instance_identifier: ::String,
3488
+ ?tenant_db_name: ::String,
3489
+ ?filters: Array[
3490
+ {
3491
+ name: ::String,
3492
+ values: Array[::String]
3493
+ },
3494
+ ],
3495
+ ?marker: ::String,
3496
+ ?max_records: ::Integer
3497
+ ) -> Client::_DescribeTenantDatabasesResponseSuccess
3498
+ | (:tenant_database_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeTenantDatabasesResponseSuccess
3499
+ | (:tenant_database_deleted waiter_name,
3500
+ ?db_instance_identifier: ::String,
3501
+ ?tenant_db_name: ::String,
3502
+ ?filters: Array[
3503
+ {
3504
+ name: ::String,
3505
+ values: Array[::String]
3506
+ },
3507
+ ],
3508
+ ?marker: ::String,
3509
+ ?max_records: ::Integer
3510
+ ) -> Client::_DescribeTenantDatabasesResponseSuccess
3511
+ | (:tenant_database_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeTenantDatabasesResponseSuccess
3512
+ end
3513
+ end
3514
+ end
3515
+