aws-sdk-rds 1.277.0 → 1.300.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +115 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1790 -1463
- data/lib/aws-sdk-rds/client_api.rb +244 -156
- data/lib/aws-sdk-rds/customizations.rb +0 -1
- data/lib/aws-sdk-rds/db_cluster.rb +404 -335
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +25 -25
- data/lib/aws-sdk-rds/db_engine_version.rb +55 -55
- data/lib/aws-sdk-rds/db_instance.rb +452 -353
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +91 -66
- data/lib/aws-sdk-rds/db_subnet_group.rb +4 -1
- data/lib/aws-sdk-rds/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-rds/errors.rb +11 -1
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +257 -236
- data/lib/aws-sdk-rds/types.rb +1559 -1153
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +115 -102
- data/sig/db_cluster.rbs +72 -61
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +50 -44
- data/sig/db_snapshot.rbs +17 -12
- data/sig/errors.rbs +2 -0
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +24 -21
- data/sig/types.rbs +140 -115
- metadata +4 -4
data/sig/db_cluster.rbs
CHANGED
|
@@ -42,9 +42,6 @@ module Aws
|
|
|
42
42
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#status-instance_method
|
|
43
43
|
def status: () -> ::String
|
|
44
44
|
|
|
45
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#automatic_restart_time-instance_method
|
|
46
|
-
def automatic_restart_time: () -> ::Time
|
|
47
|
-
|
|
48
45
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#percent_progress-instance_method
|
|
49
46
|
def percent_progress: () -> ::String
|
|
50
47
|
|
|
@@ -87,6 +84,9 @@ module Aws
|
|
|
87
84
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#preferred_maintenance_window-instance_method
|
|
88
85
|
def preferred_maintenance_window: () -> ::String
|
|
89
86
|
|
|
87
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#upgrade_rollout_order-instance_method
|
|
88
|
+
def upgrade_rollout_order: () -> ("first" | "second" | "last")
|
|
89
|
+
|
|
90
90
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#replication_source_identifier-instance_method
|
|
91
91
|
def replication_source_identifier: () -> ::String
|
|
92
92
|
|
|
@@ -144,6 +144,9 @@ module Aws
|
|
|
144
144
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#capacity-instance_method
|
|
145
145
|
def capacity: () -> ::Integer
|
|
146
146
|
|
|
147
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#pending_modified_values-instance_method
|
|
148
|
+
def pending_modified_values: () -> Types::ClusterPendingModifiedValues
|
|
149
|
+
|
|
147
150
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#engine_mode-instance_method
|
|
148
151
|
def engine_mode: () -> ::String
|
|
149
152
|
|
|
@@ -153,6 +156,27 @@ module Aws
|
|
|
153
156
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#rds_custom_cluster_configuration-instance_method
|
|
154
157
|
def rds_custom_cluster_configuration: () -> Types::RdsCustomClusterConfiguration
|
|
155
158
|
|
|
159
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_cluster_instance_class-instance_method
|
|
160
|
+
def db_cluster_instance_class: () -> ::String
|
|
161
|
+
|
|
162
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_type-instance_method
|
|
163
|
+
def storage_type: () -> ::String
|
|
164
|
+
|
|
165
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#iops-instance_method
|
|
166
|
+
def iops: () -> ::Integer
|
|
167
|
+
|
|
168
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
|
|
169
|
+
def storage_throughput: () -> ::Integer
|
|
170
|
+
|
|
171
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#io_optimized_next_allowed_modification_time-instance_method
|
|
172
|
+
def io_optimized_next_allowed_modification_time: () -> ::Time
|
|
173
|
+
|
|
174
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#publicly_accessible-instance_method
|
|
175
|
+
def publicly_accessible: () -> bool
|
|
176
|
+
|
|
177
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#auto_minor_version_upgrade-instance_method
|
|
178
|
+
def auto_minor_version_upgrade: () -> bool
|
|
179
|
+
|
|
156
180
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#deletion_protection-instance_method
|
|
157
181
|
def deletion_protection: () -> bool
|
|
158
182
|
|
|
@@ -183,29 +207,26 @@ module Aws
|
|
|
183
207
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#tag_list-instance_method
|
|
184
208
|
def tag_list: () -> ::Array[Types::Tag]
|
|
185
209
|
|
|
210
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_cluster_identifier-instance_method
|
|
211
|
+
def global_cluster_identifier: () -> ::String
|
|
212
|
+
|
|
186
213
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_write_forwarding_status-instance_method
|
|
187
214
|
def global_write_forwarding_status: () -> ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
|
|
188
215
|
|
|
189
216
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_write_forwarding_requested-instance_method
|
|
190
217
|
def global_write_forwarding_requested: () -> bool
|
|
191
218
|
|
|
192
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
193
|
-
def
|
|
194
|
-
|
|
195
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_cluster_instance_class-instance_method
|
|
196
|
-
def db_cluster_instance_class: () -> ::String
|
|
219
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#network_type-instance_method
|
|
220
|
+
def network_type: () -> ::String
|
|
197
221
|
|
|
198
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
199
|
-
def
|
|
222
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#automatic_restart_time-instance_method
|
|
223
|
+
def automatic_restart_time: () -> ::Time
|
|
200
224
|
|
|
201
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
202
|
-
def
|
|
225
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_scaling_configuration-instance_method
|
|
226
|
+
def serverless_v2_scaling_configuration: () -> Types::ServerlessV2ScalingConfigurationInfo
|
|
203
227
|
|
|
204
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
205
|
-
def
|
|
206
|
-
|
|
207
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#auto_minor_version_upgrade-instance_method
|
|
208
|
-
def auto_minor_version_upgrade: () -> bool
|
|
228
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_platform_version-instance_method
|
|
229
|
+
def serverless_v2_platform_version: () -> ::String
|
|
209
230
|
|
|
210
231
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#monitoring_interval-instance_method
|
|
211
232
|
def monitoring_interval: () -> ::Integer
|
|
@@ -225,21 +246,12 @@ module Aws
|
|
|
225
246
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#performance_insights_retention_period-instance_method
|
|
226
247
|
def performance_insights_retention_period: () -> ::Integer
|
|
227
248
|
|
|
228
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_scaling_configuration-instance_method
|
|
229
|
-
def serverless_v2_scaling_configuration: () -> Types::ServerlessV2ScalingConfigurationInfo
|
|
230
|
-
|
|
231
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#network_type-instance_method
|
|
232
|
-
def network_type: () -> ::String
|
|
233
|
-
|
|
234
249
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_system_id-instance_method
|
|
235
250
|
def db_system_id: () -> ::String
|
|
236
251
|
|
|
237
252
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#master_user_secret-instance_method
|
|
238
253
|
def master_user_secret: () -> Types::MasterUserSecret
|
|
239
254
|
|
|
240
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#io_optimized_next_allowed_modification_time-instance_method
|
|
241
|
-
def io_optimized_next_allowed_modification_time: () -> ::Time
|
|
242
|
-
|
|
243
255
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#local_write_forwarding_status-instance_method
|
|
244
256
|
def local_write_forwarding_status: () -> ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
|
|
245
257
|
|
|
@@ -249,9 +261,6 @@ module Aws
|
|
|
249
261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#limitless_database-instance_method
|
|
250
262
|
def limitless_database: () -> Types::LimitlessDatabase
|
|
251
263
|
|
|
252
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
|
|
253
|
-
def storage_throughput: () -> ::Integer
|
|
254
|
-
|
|
255
264
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#cluster_scalability_type-instance_method
|
|
256
265
|
def cluster_scalability_type: () -> ("standard" | "limitless")
|
|
257
266
|
|
|
@@ -318,6 +327,12 @@ module Aws
|
|
|
318
327
|
transit_gateway_multicast_domain_id: ::String?,
|
|
319
328
|
replica_mode: ("open-read-only" | "mounted")?
|
|
320
329
|
},
|
|
330
|
+
?db_cluster_instance_class: ::String,
|
|
331
|
+
?allocated_storage: ::Integer,
|
|
332
|
+
?storage_type: ::String,
|
|
333
|
+
?iops: ::Integer,
|
|
334
|
+
?publicly_accessible: bool,
|
|
335
|
+
?auto_minor_version_upgrade: bool,
|
|
321
336
|
?deletion_protection: bool,
|
|
322
337
|
?global_cluster_identifier: ::String,
|
|
323
338
|
?enable_http_endpoint: bool,
|
|
@@ -325,12 +340,12 @@ module Aws
|
|
|
325
340
|
?domain: ::String,
|
|
326
341
|
?domain_iam_role_name: ::String,
|
|
327
342
|
?enable_global_write_forwarding: bool,
|
|
328
|
-
?
|
|
329
|
-
?
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
343
|
+
?network_type: ::String,
|
|
344
|
+
?serverless_v2_scaling_configuration: {
|
|
345
|
+
min_capacity: ::Float?,
|
|
346
|
+
max_capacity: ::Float?,
|
|
347
|
+
seconds_until_auto_pause: ::Integer?
|
|
348
|
+
},
|
|
334
349
|
?monitoring_interval: ::Integer,
|
|
335
350
|
?monitoring_role_arn: ::String,
|
|
336
351
|
?database_insights_mode: ("standard" | "advanced"),
|
|
@@ -338,19 +353,14 @@ module Aws
|
|
|
338
353
|
?performance_insights_kms_key_id: ::String,
|
|
339
354
|
?performance_insights_retention_period: ::Integer,
|
|
340
355
|
?enable_limitless_database: bool,
|
|
341
|
-
?serverless_v2_scaling_configuration: {
|
|
342
|
-
min_capacity: ::Float?,
|
|
343
|
-
max_capacity: ::Float?,
|
|
344
|
-
seconds_until_auto_pause: ::Integer?
|
|
345
|
-
},
|
|
346
|
-
?network_type: ::String,
|
|
347
356
|
?cluster_scalability_type: ("standard" | "limitless"),
|
|
348
357
|
?db_system_id: ::String,
|
|
349
358
|
?manage_master_user_password: bool,
|
|
350
|
-
?master_user_secret_kms_key_id: ::String,
|
|
351
359
|
?enable_local_write_forwarding: bool,
|
|
360
|
+
?master_user_secret_kms_key_id: ::String,
|
|
352
361
|
?ca_certificate_identifier: ::String,
|
|
353
362
|
?engine_lifecycle_support: ::String,
|
|
363
|
+
?master_user_authentication_type: ("password" | "iam-db-auth"),
|
|
354
364
|
?source_region: ::String
|
|
355
365
|
) -> DBCluster
|
|
356
366
|
| (?Hash[Symbol, untyped]) -> DBCluster
|
|
@@ -421,27 +431,28 @@ module Aws
|
|
|
421
431
|
?storage_type: ::String,
|
|
422
432
|
?iops: ::Integer,
|
|
423
433
|
?auto_minor_version_upgrade: bool,
|
|
434
|
+
?network_type: ::String,
|
|
435
|
+
?serverless_v2_scaling_configuration: {
|
|
436
|
+
min_capacity: ::Float?,
|
|
437
|
+
max_capacity: ::Float?,
|
|
438
|
+
seconds_until_auto_pause: ::Integer?
|
|
439
|
+
},
|
|
424
440
|
?monitoring_interval: ::Integer,
|
|
425
441
|
?monitoring_role_arn: ::String,
|
|
426
442
|
?database_insights_mode: ("standard" | "advanced"),
|
|
427
443
|
?enable_performance_insights: bool,
|
|
428
444
|
?performance_insights_kms_key_id: ::String,
|
|
429
445
|
?performance_insights_retention_period: ::Integer,
|
|
430
|
-
?serverless_v2_scaling_configuration: {
|
|
431
|
-
min_capacity: ::Float?,
|
|
432
|
-
max_capacity: ::Float?,
|
|
433
|
-
seconds_until_auto_pause: ::Integer?
|
|
434
|
-
},
|
|
435
|
-
?network_type: ::String,
|
|
436
446
|
?manage_master_user_password: bool,
|
|
437
447
|
?rotate_master_user_password: bool,
|
|
448
|
+
?enable_local_write_forwarding: bool,
|
|
438
449
|
?master_user_secret_kms_key_id: ::String,
|
|
439
450
|
?engine_mode: ::String,
|
|
440
451
|
?allow_engine_mode_change: bool,
|
|
441
|
-
?enable_local_write_forwarding: bool,
|
|
442
452
|
?aws_backup_recovery_point_arn: ::String,
|
|
443
453
|
?enable_limitless_database: bool,
|
|
444
|
-
?ca_certificate_identifier: ::String
|
|
454
|
+
?ca_certificate_identifier: ::String,
|
|
455
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
445
456
|
) -> DBCluster
|
|
446
457
|
| (?Hash[Symbol, untyped]) -> DBCluster
|
|
447
458
|
|
|
@@ -470,26 +481,26 @@ module Aws
|
|
|
470
481
|
?copy_tags_to_snapshot: bool,
|
|
471
482
|
?domain: ::String,
|
|
472
483
|
?domain_iam_role_name: ::String,
|
|
473
|
-
?scaling_configuration: {
|
|
474
|
-
min_capacity: ::Integer?,
|
|
475
|
-
max_capacity: ::Integer?,
|
|
476
|
-
auto_pause: bool?,
|
|
477
|
-
seconds_until_auto_pause: ::Integer?,
|
|
478
|
-
timeout_action: ::String?,
|
|
479
|
-
seconds_before_timeout: ::Integer?
|
|
480
|
-
},
|
|
481
|
-
?engine_mode: ::String,
|
|
482
484
|
?db_cluster_instance_class: ::String,
|
|
483
485
|
?storage_type: ::String,
|
|
484
486
|
?publicly_accessible: bool,
|
|
485
487
|
?iops: ::Integer,
|
|
488
|
+
?network_type: ::String,
|
|
489
|
+
?source_db_cluster_resource_id: ::String,
|
|
486
490
|
?serverless_v2_scaling_configuration: {
|
|
487
491
|
min_capacity: ::Float?,
|
|
488
492
|
max_capacity: ::Float?,
|
|
489
493
|
seconds_until_auto_pause: ::Integer?
|
|
490
494
|
},
|
|
491
|
-
?
|
|
492
|
-
|
|
495
|
+
?scaling_configuration: {
|
|
496
|
+
min_capacity: ::Integer?,
|
|
497
|
+
max_capacity: ::Integer?,
|
|
498
|
+
auto_pause: bool?,
|
|
499
|
+
seconds_until_auto_pause: ::Integer?,
|
|
500
|
+
timeout_action: ::String?,
|
|
501
|
+
seconds_before_timeout: ::Integer?
|
|
502
|
+
},
|
|
503
|
+
?engine_mode: ::String,
|
|
493
504
|
?rds_custom_cluster_configuration: {
|
|
494
505
|
interconnect_subnet_id: ::String?,
|
|
495
506
|
transit_gateway_multicast_domain_id: ::String?,
|
data/sig/db_cluster_snapshot.rbs
CHANGED
|
@@ -82,17 +82,17 @@ module Aws
|
|
|
82
82
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#tag_list-instance_method
|
|
83
83
|
def tag_list: () -> ::Array[Types::Tag]
|
|
84
84
|
|
|
85
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#db_system_id-instance_method
|
|
86
|
-
def db_system_id: () -> ::String
|
|
87
|
-
|
|
88
85
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#storage_type-instance_method
|
|
89
86
|
def storage_type: () -> ::String
|
|
90
87
|
|
|
88
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#storage_throughput-instance_method
|
|
89
|
+
def storage_throughput: () -> ::Integer
|
|
90
|
+
|
|
91
91
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#db_cluster_resource_id-instance_method
|
|
92
92
|
def db_cluster_resource_id: () -> ::String
|
|
93
93
|
|
|
94
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#
|
|
95
|
-
def
|
|
94
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#db_system_id-instance_method
|
|
95
|
+
def db_system_id: () -> ::String
|
|
96
96
|
|
|
97
97
|
def client: () -> Client
|
|
98
98
|
|
|
@@ -178,12 +178,12 @@ module Aws
|
|
|
178
178
|
?storage_type: ::String,
|
|
179
179
|
?iops: ::Integer,
|
|
180
180
|
?publicly_accessible: bool,
|
|
181
|
+
?network_type: ::String,
|
|
181
182
|
?serverless_v2_scaling_configuration: {
|
|
182
183
|
min_capacity: ::Float?,
|
|
183
184
|
max_capacity: ::Float?,
|
|
184
185
|
seconds_until_auto_pause: ::Integer?
|
|
185
186
|
},
|
|
186
|
-
?network_type: ::String,
|
|
187
187
|
?rds_custom_cluster_configuration: {
|
|
188
188
|
interconnect_subnet_id: ::String?,
|
|
189
189
|
transit_gateway_multicast_domain_id: ::String?,
|
data/sig/db_engine_version.rbs
CHANGED
|
@@ -21,12 +21,27 @@ module Aws
|
|
|
21
21
|
def version: () -> String
|
|
22
22
|
alias engine_version version
|
|
23
23
|
|
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#major_engine_version-instance_method
|
|
25
|
+
def major_engine_version: () -> ::String
|
|
26
|
+
|
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#database_installation_files_s3_bucket_name-instance_method
|
|
28
|
+
def database_installation_files_s3_bucket_name: () -> ::String
|
|
29
|
+
|
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#database_installation_files_s3_prefix-instance_method
|
|
31
|
+
def database_installation_files_s3_prefix: () -> ::String
|
|
32
|
+
|
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#custom_db_engine_version_manifest-instance_method
|
|
34
|
+
def custom_db_engine_version_manifest: () -> ::String
|
|
35
|
+
|
|
24
36
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#db_parameter_group_family-instance_method
|
|
25
37
|
def db_parameter_group_family: () -> ::String
|
|
26
38
|
|
|
27
39
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#db_engine_description-instance_method
|
|
28
40
|
def db_engine_description: () -> ::String
|
|
29
41
|
|
|
42
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#db_engine_version_arn-instance_method
|
|
43
|
+
def db_engine_version_arn: () -> ::String
|
|
44
|
+
|
|
30
45
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#db_engine_version_description-instance_method
|
|
31
46
|
def db_engine_version_description: () -> ::String
|
|
32
47
|
|
|
@@ -39,6 +54,12 @@ module Aws
|
|
|
39
54
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#db_engine_media_type-instance_method
|
|
40
55
|
def db_engine_media_type: () -> ::String
|
|
41
56
|
|
|
57
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#kms_key_id-instance_method
|
|
58
|
+
def kms_key_id: () -> ::String
|
|
59
|
+
|
|
60
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#create_time-instance_method
|
|
61
|
+
def create_time: () -> ::Time
|
|
62
|
+
|
|
42
63
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#supported_character_sets-instance_method
|
|
43
64
|
def supported_character_sets: () -> ::Array[Types::CharacterSet]
|
|
44
65
|
|
|
@@ -75,33 +96,12 @@ module Aws
|
|
|
75
96
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#supports_global_databases-instance_method
|
|
76
97
|
def supports_global_databases: () -> bool
|
|
77
98
|
|
|
78
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#major_engine_version-instance_method
|
|
79
|
-
def major_engine_version: () -> ::String
|
|
80
|
-
|
|
81
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#database_installation_files_s3_bucket_name-instance_method
|
|
82
|
-
def database_installation_files_s3_bucket_name: () -> ::String
|
|
83
|
-
|
|
84
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#database_installation_files_s3_prefix-instance_method
|
|
85
|
-
def database_installation_files_s3_prefix: () -> ::String
|
|
86
|
-
|
|
87
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#db_engine_version_arn-instance_method
|
|
88
|
-
def db_engine_version_arn: () -> ::String
|
|
89
|
-
|
|
90
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#kms_key_id-instance_method
|
|
91
|
-
def kms_key_id: () -> ::String
|
|
92
|
-
|
|
93
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#create_time-instance_method
|
|
94
|
-
def create_time: () -> ::Time
|
|
95
|
-
|
|
96
99
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#tag_list-instance_method
|
|
97
100
|
def tag_list: () -> ::Array[Types::Tag]
|
|
98
101
|
|
|
99
102
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#supports_babelfish-instance_method
|
|
100
103
|
def supports_babelfish: () -> bool
|
|
101
104
|
|
|
102
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#custom_db_engine_version_manifest-instance_method
|
|
103
|
-
def custom_db_engine_version_manifest: () -> ::String
|
|
104
|
-
|
|
105
105
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBEngineVersion.html#supports_limitless_database-instance_method
|
|
106
106
|
def supports_limitless_database: () -> bool
|
|
107
107
|
|
data/sig/db_instance.rbs
CHANGED
|
@@ -27,9 +27,6 @@ module Aws
|
|
|
27
27
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#db_instance_status-instance_method
|
|
28
28
|
def db_instance_status: () -> ::String
|
|
29
29
|
|
|
30
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#automatic_restart_time-instance_method
|
|
31
|
-
def automatic_restart_time: () -> ::Time
|
|
32
|
-
|
|
33
30
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#master_username-instance_method
|
|
34
31
|
def master_username: () -> ::String
|
|
35
32
|
|
|
@@ -69,6 +66,9 @@ module Aws
|
|
|
69
66
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#preferred_maintenance_window-instance_method
|
|
70
67
|
def preferred_maintenance_window: () -> ::String
|
|
71
68
|
|
|
69
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#upgrade_rollout_order-instance_method
|
|
70
|
+
def upgrade_rollout_order: () -> ("first" | "second" | "last")
|
|
71
|
+
|
|
72
72
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#pending_modified_values-instance_method
|
|
73
73
|
def pending_modified_values: () -> Types::PendingModifiedValues
|
|
74
74
|
|
|
@@ -102,6 +102,9 @@ module Aws
|
|
|
102
102
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#iops-instance_method
|
|
103
103
|
def iops: () -> ::Integer
|
|
104
104
|
|
|
105
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#storage_throughput-instance_method
|
|
106
|
+
def storage_throughput: () -> ::Integer
|
|
107
|
+
|
|
105
108
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#option_group_memberships-instance_method
|
|
106
109
|
def option_group_memberships: () -> ::Array[Types::OptionGroupMembership]
|
|
107
110
|
|
|
@@ -204,14 +207,17 @@ module Aws
|
|
|
204
207
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#tag_list-instance_method
|
|
205
208
|
def tag_list: () -> ::Array[Types::Tag]
|
|
206
209
|
|
|
207
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
|
208
|
-
def
|
|
210
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#automation_mode-instance_method
|
|
211
|
+
def automation_mode: () -> ("full" | "all-paused")
|
|
212
|
+
|
|
213
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#resume_full_automation_mode_time-instance_method
|
|
214
|
+
def resume_full_automation_mode_time: () -> ::Time
|
|
209
215
|
|
|
210
216
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#customer_owned_ip_enabled-instance_method
|
|
211
217
|
def customer_owned_ip_enabled: () -> bool
|
|
212
218
|
|
|
213
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
|
214
|
-
def
|
|
219
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#network_type-instance_method
|
|
220
|
+
def network_type: () -> ::String
|
|
215
221
|
|
|
216
222
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#activity_stream_status-instance_method
|
|
217
223
|
def activity_stream_status: () -> ("stopped" | "starting" | "started" | "stopping")
|
|
@@ -228,26 +234,26 @@ module Aws
|
|
|
228
234
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#activity_stream_engine_native_audit_fields_included-instance_method
|
|
229
235
|
def activity_stream_engine_native_audit_fields_included: () -> bool
|
|
230
236
|
|
|
231
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
|
232
|
-
def
|
|
233
|
-
|
|
234
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#resume_full_automation_mode_time-instance_method
|
|
235
|
-
def resume_full_automation_mode_time: () -> ::Time
|
|
237
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#aws_backup_recovery_point_arn-instance_method
|
|
238
|
+
def aws_backup_recovery_point_arn: () -> ::String
|
|
236
239
|
|
|
237
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
|
238
|
-
def
|
|
240
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#db_instance_automated_backups_replications-instance_method
|
|
241
|
+
def db_instance_automated_backups_replications: () -> ::Array[Types::DBInstanceAutomatedBackupsReplication]
|
|
239
242
|
|
|
240
243
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#backup_target-instance_method
|
|
241
244
|
def backup_target: () -> ::String
|
|
242
245
|
|
|
243
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
|
244
|
-
def
|
|
246
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#automatic_restart_time-instance_method
|
|
247
|
+
def automatic_restart_time: () -> ::Time
|
|
248
|
+
|
|
249
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#custom_iam_instance_profile-instance_method
|
|
250
|
+
def custom_iam_instance_profile: () -> ::String
|
|
245
251
|
|
|
246
252
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#activity_stream_policy_status-instance_method
|
|
247
253
|
def activity_stream_policy_status: () -> ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
|
|
248
254
|
|
|
249
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
|
250
|
-
def
|
|
255
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#certificate_details-instance_method
|
|
256
|
+
def certificate_details: () -> Types::CertificateDetails
|
|
251
257
|
|
|
252
258
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#db_system_id-instance_method
|
|
253
259
|
def db_system_id: () -> ::String
|
|
@@ -255,24 +261,21 @@ module Aws
|
|
|
255
261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#master_user_secret-instance_method
|
|
256
262
|
def master_user_secret: () -> Types::MasterUserSecret
|
|
257
263
|
|
|
258
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#certificate_details-instance_method
|
|
259
|
-
def certificate_details: () -> Types::CertificateDetails
|
|
260
|
-
|
|
261
264
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#read_replica_source_db_cluster_identifier-instance_method
|
|
262
265
|
def read_replica_source_db_cluster_identifier: () -> ::String
|
|
263
266
|
|
|
264
267
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#percent_progress-instance_method
|
|
265
268
|
def percent_progress: () -> ::String
|
|
266
269
|
|
|
270
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#multi_tenant-instance_method
|
|
271
|
+
def multi_tenant: () -> bool
|
|
272
|
+
|
|
267
273
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#dedicated_log_volume-instance_method
|
|
268
274
|
def dedicated_log_volume: () -> bool
|
|
269
275
|
|
|
270
276
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#is_storage_config_upgrade_available-instance_method
|
|
271
277
|
def is_storage_config_upgrade_available: () -> bool
|
|
272
278
|
|
|
273
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#multi_tenant-instance_method
|
|
274
|
-
def multi_tenant: () -> bool
|
|
275
|
-
|
|
276
279
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#engine_lifecycle_support-instance_method
|
|
277
280
|
def engine_lifecycle_support: () -> ::String
|
|
278
281
|
|
|
@@ -311,6 +314,7 @@ module Aws
|
|
|
311
314
|
?auto_minor_version_upgrade: bool,
|
|
312
315
|
?license_model: ::String,
|
|
313
316
|
?iops: ::Integer,
|
|
317
|
+
?storage_throughput: ::Integer,
|
|
314
318
|
?option_group_name: ::String,
|
|
315
319
|
?character_set_name: ::String,
|
|
316
320
|
?nchar_character_set_name: ::String,
|
|
@@ -353,17 +357,17 @@ module Aws
|
|
|
353
357
|
?deletion_protection: bool,
|
|
354
358
|
?max_allocated_storage: ::Integer,
|
|
355
359
|
?enable_customer_owned_ip: bool,
|
|
356
|
-
?custom_iam_instance_profile: ::String,
|
|
357
|
-
?backup_target: ::String,
|
|
358
360
|
?network_type: ::String,
|
|
359
|
-
?
|
|
361
|
+
?backup_target: ::String,
|
|
362
|
+
?custom_iam_instance_profile: ::String,
|
|
363
|
+
?db_system_id: ::String,
|
|
364
|
+
?ca_certificate_identifier: ::String,
|
|
360
365
|
?manage_master_user_password: bool,
|
|
361
366
|
?master_user_secret_kms_key_id: ::String,
|
|
362
|
-
?ca_certificate_identifier: ::String,
|
|
363
|
-
?db_system_id: ::String,
|
|
364
|
-
?dedicated_log_volume: bool,
|
|
365
367
|
?multi_tenant: bool,
|
|
366
|
-
?
|
|
368
|
+
?dedicated_log_volume: bool,
|
|
369
|
+
?engine_lifecycle_support: ::String,
|
|
370
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
367
371
|
) -> DBInstance
|
|
368
372
|
| (?Hash[Symbol, untyped]) -> DBInstance
|
|
369
373
|
|
|
@@ -376,6 +380,7 @@ module Aws
|
|
|
376
380
|
?multi_az: bool,
|
|
377
381
|
?auto_minor_version_upgrade: bool,
|
|
378
382
|
?iops: ::Integer,
|
|
383
|
+
?storage_throughput: ::Integer,
|
|
379
384
|
?option_group_name: ::String,
|
|
380
385
|
?db_parameter_group_name: ::String,
|
|
381
386
|
?publicly_accessible: bool,
|
|
@@ -414,11 +419,11 @@ module Aws
|
|
|
414
419
|
?domain_auth_secret_arn: ::String,
|
|
415
420
|
?domain_dns_ips: Array[::String],
|
|
416
421
|
?replica_mode: ("open-read-only" | "mounted"),
|
|
422
|
+
?enable_customer_owned_ip: bool,
|
|
423
|
+
?network_type: ::String,
|
|
417
424
|
?max_allocated_storage: ::Integer,
|
|
425
|
+
?backup_target: ::String,
|
|
418
426
|
?custom_iam_instance_profile: ::String,
|
|
419
|
-
?network_type: ::String,
|
|
420
|
-
?storage_throughput: ::Integer,
|
|
421
|
-
?enable_customer_owned_ip: bool,
|
|
422
427
|
?allocated_storage: ::Integer,
|
|
423
428
|
?source_db_cluster_identifier: ::String,
|
|
424
429
|
?dedicated_log_volume: bool,
|
|
@@ -467,6 +472,7 @@ module Aws
|
|
|
467
472
|
?auto_minor_version_upgrade: bool,
|
|
468
473
|
?license_model: ::String,
|
|
469
474
|
?iops: ::Integer,
|
|
475
|
+
?storage_throughput: ::Integer,
|
|
470
476
|
?option_group_name: ::String,
|
|
471
477
|
?new_db_instance_identifier: ::String,
|
|
472
478
|
?storage_type: ::String,
|
|
@@ -478,13 +484,13 @@ module Aws
|
|
|
478
484
|
?domain_ou: ::String,
|
|
479
485
|
?domain_auth_secret_arn: ::String,
|
|
480
486
|
?domain_dns_ips: Array[::String],
|
|
487
|
+
?disable_domain: bool,
|
|
481
488
|
?copy_tags_to_snapshot: bool,
|
|
482
489
|
?monitoring_interval: ::Integer,
|
|
483
490
|
?db_port_number: ::Integer,
|
|
484
491
|
?publicly_accessible: bool,
|
|
485
492
|
?monitoring_role_arn: ::String,
|
|
486
493
|
?domain_iam_role_name: ::String,
|
|
487
|
-
?disable_domain: bool,
|
|
488
494
|
?promotion_tier: ::Integer,
|
|
489
495
|
?enable_iam_database_authentication: bool,
|
|
490
496
|
?database_insights_mode: ("standard" | "advanced"),
|
|
@@ -506,18 +512,18 @@ module Aws
|
|
|
506
512
|
?max_allocated_storage: ::Integer,
|
|
507
513
|
?certificate_rotation_restart: bool,
|
|
508
514
|
?replica_mode: ("open-read-only" | "mounted"),
|
|
509
|
-
?enable_customer_owned_ip: bool,
|
|
510
|
-
?aws_backup_recovery_point_arn: ::String,
|
|
511
515
|
?automation_mode: ("full" | "all-paused"),
|
|
512
516
|
?resume_full_automation_mode_minutes: ::Integer,
|
|
517
|
+
?enable_customer_owned_ip: bool,
|
|
513
518
|
?network_type: ::String,
|
|
514
|
-
?
|
|
519
|
+
?aws_backup_recovery_point_arn: ::String,
|
|
515
520
|
?manage_master_user_password: bool,
|
|
516
521
|
?rotate_master_user_password: bool,
|
|
517
522
|
?master_user_secret_kms_key_id: ::String,
|
|
518
|
-
?
|
|
523
|
+
?multi_tenant: bool,
|
|
519
524
|
?dedicated_log_volume: bool,
|
|
520
|
-
?
|
|
525
|
+
?engine: ::String,
|
|
526
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
521
527
|
) -> DBInstance
|
|
522
528
|
| (?Hash[Symbol, untyped]) -> DBInstance
|
|
523
529
|
|
|
@@ -550,6 +556,7 @@ module Aws
|
|
|
550
556
|
?db_name: ::String,
|
|
551
557
|
?engine: ::String,
|
|
552
558
|
?iops: ::Integer,
|
|
559
|
+
?storage_throughput: ::Integer,
|
|
553
560
|
?option_group_name: ::String,
|
|
554
561
|
?copy_tags_to_snapshot: bool,
|
|
555
562
|
?tags: Array[
|
|
@@ -581,12 +588,11 @@ module Aws
|
|
|
581
588
|
?deletion_protection: bool,
|
|
582
589
|
?source_dbi_resource_id: ::String,
|
|
583
590
|
?max_allocated_storage: ::Integer,
|
|
584
|
-
?source_db_instance_automated_backups_arn: ::String,
|
|
585
591
|
?enable_customer_owned_ip: bool,
|
|
586
|
-
?custom_iam_instance_profile: ::String,
|
|
587
|
-
?backup_target: ::String,
|
|
588
592
|
?network_type: ::String,
|
|
589
|
-
?
|
|
593
|
+
?source_db_instance_automated_backups_arn: ::String,
|
|
594
|
+
?backup_target: ::String,
|
|
595
|
+
?custom_iam_instance_profile: ::String,
|
|
590
596
|
?allocated_storage: ::Integer,
|
|
591
597
|
?dedicated_log_volume: bool,
|
|
592
598
|
?ca_certificate_identifier: ::String,
|