aws-sdk-rds 1.290.0 → 1.300.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +50 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1558 -1397
- data/lib/aws-sdk-rds/client_api.rb +238 -159
- data/lib/aws-sdk-rds/customizations.rb +0 -1
- data/lib/aws-sdk-rds/db_cluster.rb +383 -345
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +25 -25
- data/lib/aws-sdk-rds/db_engine_version.rb +55 -55
- data/lib/aws-sdk-rds/db_instance.rb +351 -318
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +74 -74
- data/lib/aws-sdk-rds/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-rds/errors.rb +11 -0
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +239 -227
- data/lib/aws-sdk-rds/types.rb +1296 -1066
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +113 -104
- data/sig/db_cluster.rbs +69 -64
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +50 -45
- data/sig/db_snapshot.rbs +14 -14
- data/sig/errors.rbs +2 -0
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +23 -21
- data/sig/types.rbs +136 -118
- metadata +3 -3
data/sig/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
|
|
|
@@ -192,23 +216,17 @@ module Aws
|
|
|
192
216
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_write_forwarding_requested-instance_method
|
|
193
217
|
def global_write_forwarding_requested: () -> bool
|
|
194
218
|
|
|
195
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
196
|
-
def
|
|
197
|
-
|
|
198
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_cluster_instance_class-instance_method
|
|
199
|
-
def db_cluster_instance_class: () -> ::String
|
|
200
|
-
|
|
201
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_type-instance_method
|
|
202
|
-
def storage_type: () -> ::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
|
|
203
221
|
|
|
204
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
205
|
-
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
|
|
206
224
|
|
|
207
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
208
|
-
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
|
|
209
227
|
|
|
210
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
|
211
|
-
def
|
|
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
|
|
212
230
|
|
|
213
231
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#monitoring_interval-instance_method
|
|
214
232
|
def monitoring_interval: () -> ::Integer
|
|
@@ -228,24 +246,12 @@ module Aws
|
|
|
228
246
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#performance_insights_retention_period-instance_method
|
|
229
247
|
def performance_insights_retention_period: () -> ::Integer
|
|
230
248
|
|
|
231
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_scaling_configuration-instance_method
|
|
232
|
-
def serverless_v2_scaling_configuration: () -> Types::ServerlessV2ScalingConfigurationInfo
|
|
233
|
-
|
|
234
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_platform_version-instance_method
|
|
235
|
-
def serverless_v2_platform_version: () -> ::String
|
|
236
|
-
|
|
237
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#network_type-instance_method
|
|
238
|
-
def network_type: () -> ::String
|
|
239
|
-
|
|
240
249
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_system_id-instance_method
|
|
241
250
|
def db_system_id: () -> ::String
|
|
242
251
|
|
|
243
252
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#master_user_secret-instance_method
|
|
244
253
|
def master_user_secret: () -> Types::MasterUserSecret
|
|
245
254
|
|
|
246
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#io_optimized_next_allowed_modification_time-instance_method
|
|
247
|
-
def io_optimized_next_allowed_modification_time: () -> ::Time
|
|
248
|
-
|
|
249
255
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#local_write_forwarding_status-instance_method
|
|
250
256
|
def local_write_forwarding_status: () -> ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
|
|
251
257
|
|
|
@@ -255,9 +261,6 @@ module Aws
|
|
|
255
261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#limitless_database-instance_method
|
|
256
262
|
def limitless_database: () -> Types::LimitlessDatabase
|
|
257
263
|
|
|
258
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
|
|
259
|
-
def storage_throughput: () -> ::Integer
|
|
260
|
-
|
|
261
264
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#cluster_scalability_type-instance_method
|
|
262
265
|
def cluster_scalability_type: () -> ("standard" | "limitless")
|
|
263
266
|
|
|
@@ -324,6 +327,12 @@ module Aws
|
|
|
324
327
|
transit_gateway_multicast_domain_id: ::String?,
|
|
325
328
|
replica_mode: ("open-read-only" | "mounted")?
|
|
326
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,
|
|
327
336
|
?deletion_protection: bool,
|
|
328
337
|
?global_cluster_identifier: ::String,
|
|
329
338
|
?enable_http_endpoint: bool,
|
|
@@ -331,12 +340,12 @@ module Aws
|
|
|
331
340
|
?domain: ::String,
|
|
332
341
|
?domain_iam_role_name: ::String,
|
|
333
342
|
?enable_global_write_forwarding: bool,
|
|
334
|
-
?
|
|
335
|
-
?
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
343
|
+
?network_type: ::String,
|
|
344
|
+
?serverless_v2_scaling_configuration: {
|
|
345
|
+
min_capacity: ::Float?,
|
|
346
|
+
max_capacity: ::Float?,
|
|
347
|
+
seconds_until_auto_pause: ::Integer?
|
|
348
|
+
},
|
|
340
349
|
?monitoring_interval: ::Integer,
|
|
341
350
|
?monitoring_role_arn: ::String,
|
|
342
351
|
?database_insights_mode: ("standard" | "advanced"),
|
|
@@ -344,19 +353,14 @@ module Aws
|
|
|
344
353
|
?performance_insights_kms_key_id: ::String,
|
|
345
354
|
?performance_insights_retention_period: ::Integer,
|
|
346
355
|
?enable_limitless_database: bool,
|
|
347
|
-
?serverless_v2_scaling_configuration: {
|
|
348
|
-
min_capacity: ::Float?,
|
|
349
|
-
max_capacity: ::Float?,
|
|
350
|
-
seconds_until_auto_pause: ::Integer?
|
|
351
|
-
},
|
|
352
|
-
?network_type: ::String,
|
|
353
356
|
?cluster_scalability_type: ("standard" | "limitless"),
|
|
354
357
|
?db_system_id: ::String,
|
|
355
358
|
?manage_master_user_password: bool,
|
|
356
|
-
?master_user_secret_kms_key_id: ::String,
|
|
357
359
|
?enable_local_write_forwarding: bool,
|
|
360
|
+
?master_user_secret_kms_key_id: ::String,
|
|
358
361
|
?ca_certificate_identifier: ::String,
|
|
359
362
|
?engine_lifecycle_support: ::String,
|
|
363
|
+
?master_user_authentication_type: ("password" | "iam-db-auth"),
|
|
360
364
|
?source_region: ::String
|
|
361
365
|
) -> DBCluster
|
|
362
366
|
| (?Hash[Symbol, untyped]) -> DBCluster
|
|
@@ -427,27 +431,28 @@ module Aws
|
|
|
427
431
|
?storage_type: ::String,
|
|
428
432
|
?iops: ::Integer,
|
|
429
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
|
+
},
|
|
430
440
|
?monitoring_interval: ::Integer,
|
|
431
441
|
?monitoring_role_arn: ::String,
|
|
432
442
|
?database_insights_mode: ("standard" | "advanced"),
|
|
433
443
|
?enable_performance_insights: bool,
|
|
434
444
|
?performance_insights_kms_key_id: ::String,
|
|
435
445
|
?performance_insights_retention_period: ::Integer,
|
|
436
|
-
?serverless_v2_scaling_configuration: {
|
|
437
|
-
min_capacity: ::Float?,
|
|
438
|
-
max_capacity: ::Float?,
|
|
439
|
-
seconds_until_auto_pause: ::Integer?
|
|
440
|
-
},
|
|
441
|
-
?network_type: ::String,
|
|
442
446
|
?manage_master_user_password: bool,
|
|
443
447
|
?rotate_master_user_password: bool,
|
|
448
|
+
?enable_local_write_forwarding: bool,
|
|
444
449
|
?master_user_secret_kms_key_id: ::String,
|
|
445
450
|
?engine_mode: ::String,
|
|
446
451
|
?allow_engine_mode_change: bool,
|
|
447
|
-
?enable_local_write_forwarding: bool,
|
|
448
452
|
?aws_backup_recovery_point_arn: ::String,
|
|
449
453
|
?enable_limitless_database: bool,
|
|
450
|
-
?ca_certificate_identifier: ::String
|
|
454
|
+
?ca_certificate_identifier: ::String,
|
|
455
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
451
456
|
) -> DBCluster
|
|
452
457
|
| (?Hash[Symbol, untyped]) -> DBCluster
|
|
453
458
|
|
|
@@ -476,26 +481,26 @@ module Aws
|
|
|
476
481
|
?copy_tags_to_snapshot: bool,
|
|
477
482
|
?domain: ::String,
|
|
478
483
|
?domain_iam_role_name: ::String,
|
|
479
|
-
?scaling_configuration: {
|
|
480
|
-
min_capacity: ::Integer?,
|
|
481
|
-
max_capacity: ::Integer?,
|
|
482
|
-
auto_pause: bool?,
|
|
483
|
-
seconds_until_auto_pause: ::Integer?,
|
|
484
|
-
timeout_action: ::String?,
|
|
485
|
-
seconds_before_timeout: ::Integer?
|
|
486
|
-
},
|
|
487
|
-
?engine_mode: ::String,
|
|
488
484
|
?db_cluster_instance_class: ::String,
|
|
489
485
|
?storage_type: ::String,
|
|
490
486
|
?publicly_accessible: bool,
|
|
491
487
|
?iops: ::Integer,
|
|
488
|
+
?network_type: ::String,
|
|
489
|
+
?source_db_cluster_resource_id: ::String,
|
|
492
490
|
?serverless_v2_scaling_configuration: {
|
|
493
491
|
min_capacity: ::Float?,
|
|
494
492
|
max_capacity: ::Float?,
|
|
495
493
|
seconds_until_auto_pause: ::Integer?
|
|
496
494
|
},
|
|
497
|
-
?
|
|
498
|
-
|
|
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,
|
|
499
504
|
?rds_custom_cluster_configuration: {
|
|
500
505
|
interconnect_subnet_id: ::String?,
|
|
501
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,12 +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"),
|
|
417
|
-
?max_allocated_storage: ::Integer,
|
|
418
|
-
?custom_iam_instance_profile: ::String,
|
|
419
|
-
?network_type: ::String,
|
|
420
|
-
?storage_throughput: ::Integer,
|
|
421
422
|
?enable_customer_owned_ip: bool,
|
|
423
|
+
?network_type: ::String,
|
|
424
|
+
?max_allocated_storage: ::Integer,
|
|
422
425
|
?backup_target: ::String,
|
|
426
|
+
?custom_iam_instance_profile: ::String,
|
|
423
427
|
?allocated_storage: ::Integer,
|
|
424
428
|
?source_db_cluster_identifier: ::String,
|
|
425
429
|
?dedicated_log_volume: bool,
|
|
@@ -468,6 +472,7 @@ module Aws
|
|
|
468
472
|
?auto_minor_version_upgrade: bool,
|
|
469
473
|
?license_model: ::String,
|
|
470
474
|
?iops: ::Integer,
|
|
475
|
+
?storage_throughput: ::Integer,
|
|
471
476
|
?option_group_name: ::String,
|
|
472
477
|
?new_db_instance_identifier: ::String,
|
|
473
478
|
?storage_type: ::String,
|
|
@@ -479,13 +484,13 @@ module Aws
|
|
|
479
484
|
?domain_ou: ::String,
|
|
480
485
|
?domain_auth_secret_arn: ::String,
|
|
481
486
|
?domain_dns_ips: Array[::String],
|
|
487
|
+
?disable_domain: bool,
|
|
482
488
|
?copy_tags_to_snapshot: bool,
|
|
483
489
|
?monitoring_interval: ::Integer,
|
|
484
490
|
?db_port_number: ::Integer,
|
|
485
491
|
?publicly_accessible: bool,
|
|
486
492
|
?monitoring_role_arn: ::String,
|
|
487
493
|
?domain_iam_role_name: ::String,
|
|
488
|
-
?disable_domain: bool,
|
|
489
494
|
?promotion_tier: ::Integer,
|
|
490
495
|
?enable_iam_database_authentication: bool,
|
|
491
496
|
?database_insights_mode: ("standard" | "advanced"),
|
|
@@ -507,18 +512,18 @@ module Aws
|
|
|
507
512
|
?max_allocated_storage: ::Integer,
|
|
508
513
|
?certificate_rotation_restart: bool,
|
|
509
514
|
?replica_mode: ("open-read-only" | "mounted"),
|
|
510
|
-
?enable_customer_owned_ip: bool,
|
|
511
|
-
?aws_backup_recovery_point_arn: ::String,
|
|
512
515
|
?automation_mode: ("full" | "all-paused"),
|
|
513
516
|
?resume_full_automation_mode_minutes: ::Integer,
|
|
517
|
+
?enable_customer_owned_ip: bool,
|
|
514
518
|
?network_type: ::String,
|
|
515
|
-
?
|
|
519
|
+
?aws_backup_recovery_point_arn: ::String,
|
|
516
520
|
?manage_master_user_password: bool,
|
|
517
521
|
?rotate_master_user_password: bool,
|
|
518
522
|
?master_user_secret_kms_key_id: ::String,
|
|
519
|
-
?
|
|
523
|
+
?multi_tenant: bool,
|
|
520
524
|
?dedicated_log_volume: bool,
|
|
521
|
-
?
|
|
525
|
+
?engine: ::String,
|
|
526
|
+
?master_user_authentication_type: ("password" | "iam-db-auth")
|
|
522
527
|
) -> DBInstance
|
|
523
528
|
| (?Hash[Symbol, untyped]) -> DBInstance
|
|
524
529
|
|
|
@@ -551,6 +556,7 @@ module Aws
|
|
|
551
556
|
?db_name: ::String,
|
|
552
557
|
?engine: ::String,
|
|
553
558
|
?iops: ::Integer,
|
|
559
|
+
?storage_throughput: ::Integer,
|
|
554
560
|
?option_group_name: ::String,
|
|
555
561
|
?copy_tags_to_snapshot: bool,
|
|
556
562
|
?tags: Array[
|
|
@@ -582,12 +588,11 @@ module Aws
|
|
|
582
588
|
?deletion_protection: bool,
|
|
583
589
|
?source_dbi_resource_id: ::String,
|
|
584
590
|
?max_allocated_storage: ::Integer,
|
|
585
|
-
?source_db_instance_automated_backups_arn: ::String,
|
|
586
591
|
?enable_customer_owned_ip: bool,
|
|
587
|
-
?custom_iam_instance_profile: ::String,
|
|
588
|
-
?backup_target: ::String,
|
|
589
592
|
?network_type: ::String,
|
|
590
|
-
?
|
|
593
|
+
?source_db_instance_automated_backups_arn: ::String,
|
|
594
|
+
?backup_target: ::String,
|
|
595
|
+
?custom_iam_instance_profile: ::String,
|
|
591
596
|
?allocated_storage: ::Integer,
|
|
592
597
|
?dedicated_log_volume: bool,
|
|
593
598
|
?ca_certificate_identifier: ::String,
|