aws-sdk-rds 1.293.0 → 1.294.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1349 -1352
- data/lib/aws-sdk-rds/client_api.rb +202 -158
- data/lib/aws-sdk-rds/db_cluster.rb +341 -341
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +25 -25
- data/lib/aws-sdk-rds/db_engine_version.rb +55 -55
- data/lib/aws-sdk-rds/db_instance.rb +291 -291
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +74 -74
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +182 -182
- data/lib/aws-sdk-rds/types.rb +1038 -1041
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +100 -100
- data/sig/db_cluster.rbs +65 -65
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +44 -44
- data/sig/db_snapshot.rbs +14 -14
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +21 -21
- data/sig/types.rbs +120 -120
- metadata +1 -1
data/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
|
|
@@ -144,6 +141,9 @@ module Aws
|
|
144
141
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#capacity-instance_method
|
145
142
|
def capacity: () -> ::Integer
|
146
143
|
|
144
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#pending_modified_values-instance_method
|
145
|
+
def pending_modified_values: () -> Types::ClusterPendingModifiedValues
|
146
|
+
|
147
147
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#engine_mode-instance_method
|
148
148
|
def engine_mode: () -> ::String
|
149
149
|
|
@@ -153,6 +153,27 @@ module Aws
|
|
153
153
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#rds_custom_cluster_configuration-instance_method
|
154
154
|
def rds_custom_cluster_configuration: () -> Types::RdsCustomClusterConfiguration
|
155
155
|
|
156
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_cluster_instance_class-instance_method
|
157
|
+
def db_cluster_instance_class: () -> ::String
|
158
|
+
|
159
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_type-instance_method
|
160
|
+
def storage_type: () -> ::String
|
161
|
+
|
162
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#iops-instance_method
|
163
|
+
def iops: () -> ::Integer
|
164
|
+
|
165
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
|
166
|
+
def storage_throughput: () -> ::Integer
|
167
|
+
|
168
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#io_optimized_next_allowed_modification_time-instance_method
|
169
|
+
def io_optimized_next_allowed_modification_time: () -> ::Time
|
170
|
+
|
171
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#publicly_accessible-instance_method
|
172
|
+
def publicly_accessible: () -> bool
|
173
|
+
|
174
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#auto_minor_version_upgrade-instance_method
|
175
|
+
def auto_minor_version_upgrade: () -> bool
|
176
|
+
|
156
177
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#deletion_protection-instance_method
|
157
178
|
def deletion_protection: () -> bool
|
158
179
|
|
@@ -192,23 +213,17 @@ module Aws
|
|
192
213
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_write_forwarding_requested-instance_method
|
193
214
|
def global_write_forwarding_requested: () -> bool
|
194
215
|
|
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
|
216
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#network_type-instance_method
|
217
|
+
def network_type: () -> ::String
|
203
218
|
|
204
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
205
|
-
def
|
219
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#automatic_restart_time-instance_method
|
220
|
+
def automatic_restart_time: () -> ::Time
|
206
221
|
|
207
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
208
|
-
def
|
222
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_scaling_configuration-instance_method
|
223
|
+
def serverless_v2_scaling_configuration: () -> Types::ServerlessV2ScalingConfigurationInfo
|
209
224
|
|
210
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#
|
211
|
-
def
|
225
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#serverless_v2_platform_version-instance_method
|
226
|
+
def serverless_v2_platform_version: () -> ::String
|
212
227
|
|
213
228
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#monitoring_interval-instance_method
|
214
229
|
def monitoring_interval: () -> ::Integer
|
@@ -228,24 +243,12 @@ module Aws
|
|
228
243
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#performance_insights_retention_period-instance_method
|
229
244
|
def performance_insights_retention_period: () -> ::Integer
|
230
245
|
|
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
246
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#db_system_id-instance_method
|
241
247
|
def db_system_id: () -> ::String
|
242
248
|
|
243
249
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#master_user_secret-instance_method
|
244
250
|
def master_user_secret: () -> Types::MasterUserSecret
|
245
251
|
|
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
252
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#local_write_forwarding_status-instance_method
|
250
253
|
def local_write_forwarding_status: () -> ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
|
251
254
|
|
@@ -255,11 +258,8 @@ module Aws
|
|
255
258
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#limitless_database-instance_method
|
256
259
|
def limitless_database: () -> Types::LimitlessDatabase
|
257
260
|
|
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
261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#cluster_scalability_type-instance_method
|
262
|
-
def cluster_scalability_type: () -> ("standard" | "limitless")
|
262
|
+
def cluster_scalability_type: () -> ("standard" | "limitless" | "scaleout")
|
263
263
|
|
264
264
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#certificate_details-instance_method
|
265
265
|
def certificate_details: () -> Types::CertificateDetails
|
@@ -324,6 +324,12 @@ module Aws
|
|
324
324
|
transit_gateway_multicast_domain_id: ::String?,
|
325
325
|
replica_mode: ("open-read-only" | "mounted")?
|
326
326
|
},
|
327
|
+
?db_cluster_instance_class: ::String,
|
328
|
+
?allocated_storage: ::Integer,
|
329
|
+
?storage_type: ::String,
|
330
|
+
?iops: ::Integer,
|
331
|
+
?publicly_accessible: bool,
|
332
|
+
?auto_minor_version_upgrade: bool,
|
327
333
|
?deletion_protection: bool,
|
328
334
|
?global_cluster_identifier: ::String,
|
329
335
|
?enable_http_endpoint: bool,
|
@@ -331,12 +337,12 @@ module Aws
|
|
331
337
|
?domain: ::String,
|
332
338
|
?domain_iam_role_name: ::String,
|
333
339
|
?enable_global_write_forwarding: bool,
|
334
|
-
?
|
335
|
-
?
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
+
?network_type: ::String,
|
341
|
+
?serverless_v2_scaling_configuration: {
|
342
|
+
min_capacity: ::Float?,
|
343
|
+
max_capacity: ::Float?,
|
344
|
+
seconds_until_auto_pause: ::Integer?
|
345
|
+
},
|
340
346
|
?monitoring_interval: ::Integer,
|
341
347
|
?monitoring_role_arn: ::String,
|
342
348
|
?database_insights_mode: ("standard" | "advanced"),
|
@@ -344,17 +350,11 @@ module Aws
|
|
344
350
|
?performance_insights_kms_key_id: ::String,
|
345
351
|
?performance_insights_retention_period: ::Integer,
|
346
352
|
?enable_limitless_database: bool,
|
347
|
-
?
|
348
|
-
min_capacity: ::Float?,
|
349
|
-
max_capacity: ::Float?,
|
350
|
-
seconds_until_auto_pause: ::Integer?
|
351
|
-
},
|
352
|
-
?network_type: ::String,
|
353
|
-
?cluster_scalability_type: ("standard" | "limitless"),
|
353
|
+
?cluster_scalability_type: ("standard" | "limitless" | "scaleout"),
|
354
354
|
?db_system_id: ::String,
|
355
355
|
?manage_master_user_password: bool,
|
356
|
-
?master_user_secret_kms_key_id: ::String,
|
357
356
|
?enable_local_write_forwarding: bool,
|
357
|
+
?master_user_secret_kms_key_id: ::String,
|
358
358
|
?ca_certificate_identifier: ::String,
|
359
359
|
?engine_lifecycle_support: ::String,
|
360
360
|
?master_user_authentication_type: ("password" | "iam-db-auth"),
|
@@ -428,24 +428,24 @@ module Aws
|
|
428
428
|
?storage_type: ::String,
|
429
429
|
?iops: ::Integer,
|
430
430
|
?auto_minor_version_upgrade: bool,
|
431
|
+
?network_type: ::String,
|
432
|
+
?serverless_v2_scaling_configuration: {
|
433
|
+
min_capacity: ::Float?,
|
434
|
+
max_capacity: ::Float?,
|
435
|
+
seconds_until_auto_pause: ::Integer?
|
436
|
+
},
|
431
437
|
?monitoring_interval: ::Integer,
|
432
438
|
?monitoring_role_arn: ::String,
|
433
439
|
?database_insights_mode: ("standard" | "advanced"),
|
434
440
|
?enable_performance_insights: bool,
|
435
441
|
?performance_insights_kms_key_id: ::String,
|
436
442
|
?performance_insights_retention_period: ::Integer,
|
437
|
-
?serverless_v2_scaling_configuration: {
|
438
|
-
min_capacity: ::Float?,
|
439
|
-
max_capacity: ::Float?,
|
440
|
-
seconds_until_auto_pause: ::Integer?
|
441
|
-
},
|
442
|
-
?network_type: ::String,
|
443
443
|
?manage_master_user_password: bool,
|
444
444
|
?rotate_master_user_password: bool,
|
445
|
+
?enable_local_write_forwarding: bool,
|
445
446
|
?master_user_secret_kms_key_id: ::String,
|
446
447
|
?engine_mode: ::String,
|
447
448
|
?allow_engine_mode_change: bool,
|
448
|
-
?enable_local_write_forwarding: bool,
|
449
449
|
?aws_backup_recovery_point_arn: ::String,
|
450
450
|
?enable_limitless_database: bool,
|
451
451
|
?ca_certificate_identifier: ::String,
|
@@ -478,26 +478,26 @@ module Aws
|
|
478
478
|
?copy_tags_to_snapshot: bool,
|
479
479
|
?domain: ::String,
|
480
480
|
?domain_iam_role_name: ::String,
|
481
|
-
?scaling_configuration: {
|
482
|
-
min_capacity: ::Integer?,
|
483
|
-
max_capacity: ::Integer?,
|
484
|
-
auto_pause: bool?,
|
485
|
-
seconds_until_auto_pause: ::Integer?,
|
486
|
-
timeout_action: ::String?,
|
487
|
-
seconds_before_timeout: ::Integer?
|
488
|
-
},
|
489
|
-
?engine_mode: ::String,
|
490
481
|
?db_cluster_instance_class: ::String,
|
491
482
|
?storage_type: ::String,
|
492
483
|
?publicly_accessible: bool,
|
493
484
|
?iops: ::Integer,
|
485
|
+
?network_type: ::String,
|
486
|
+
?source_db_cluster_resource_id: ::String,
|
494
487
|
?serverless_v2_scaling_configuration: {
|
495
488
|
min_capacity: ::Float?,
|
496
489
|
max_capacity: ::Float?,
|
497
490
|
seconds_until_auto_pause: ::Integer?
|
498
491
|
},
|
499
|
-
?
|
500
|
-
|
492
|
+
?scaling_configuration: {
|
493
|
+
min_capacity: ::Integer?,
|
494
|
+
max_capacity: ::Integer?,
|
495
|
+
auto_pause: bool?,
|
496
|
+
seconds_until_auto_pause: ::Integer?,
|
497
|
+
timeout_action: ::String?,
|
498
|
+
seconds_before_timeout: ::Integer?
|
499
|
+
},
|
500
|
+
?engine_mode: ::String,
|
501
501
|
?rds_custom_cluster_configuration: {
|
502
502
|
interconnect_subnet_id: ::String?,
|
503
503
|
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
|
|
@@ -102,6 +99,9 @@ module Aws
|
|
102
99
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#iops-instance_method
|
103
100
|
def iops: () -> ::Integer
|
104
101
|
|
102
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#storage_throughput-instance_method
|
103
|
+
def storage_throughput: () -> ::Integer
|
104
|
+
|
105
105
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#option_group_memberships-instance_method
|
106
106
|
def option_group_memberships: () -> ::Array[Types::OptionGroupMembership]
|
107
107
|
|
@@ -204,14 +204,17 @@ module Aws
|
|
204
204
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#tag_list-instance_method
|
205
205
|
def tag_list: () -> ::Array[Types::Tag]
|
206
206
|
|
207
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
208
|
-
def
|
207
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#automation_mode-instance_method
|
208
|
+
def automation_mode: () -> ("full" | "all-paused")
|
209
|
+
|
210
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#resume_full_automation_mode_time-instance_method
|
211
|
+
def resume_full_automation_mode_time: () -> ::Time
|
209
212
|
|
210
213
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#customer_owned_ip_enabled-instance_method
|
211
214
|
def customer_owned_ip_enabled: () -> bool
|
212
215
|
|
213
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
214
|
-
def
|
216
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#network_type-instance_method
|
217
|
+
def network_type: () -> ::String
|
215
218
|
|
216
219
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#activity_stream_status-instance_method
|
217
220
|
def activity_stream_status: () -> ("stopped" | "starting" | "started" | "stopping")
|
@@ -228,26 +231,26 @@ module Aws
|
|
228
231
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#activity_stream_engine_native_audit_fields_included-instance_method
|
229
232
|
def activity_stream_engine_native_audit_fields_included: () -> bool
|
230
233
|
|
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
|
234
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#aws_backup_recovery_point_arn-instance_method
|
235
|
+
def aws_backup_recovery_point_arn: () -> ::String
|
236
236
|
|
237
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
238
|
-
def
|
237
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#db_instance_automated_backups_replications-instance_method
|
238
|
+
def db_instance_automated_backups_replications: () -> ::Array[Types::DBInstanceAutomatedBackupsReplication]
|
239
239
|
|
240
240
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#backup_target-instance_method
|
241
241
|
def backup_target: () -> ::String
|
242
242
|
|
243
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
244
|
-
def
|
243
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#automatic_restart_time-instance_method
|
244
|
+
def automatic_restart_time: () -> ::Time
|
245
|
+
|
246
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#custom_iam_instance_profile-instance_method
|
247
|
+
def custom_iam_instance_profile: () -> ::String
|
245
248
|
|
246
249
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#activity_stream_policy_status-instance_method
|
247
250
|
def activity_stream_policy_status: () -> ("locked" | "unlocked" | "locking-policy" | "unlocking-policy")
|
248
251
|
|
249
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#
|
250
|
-
def
|
252
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#certificate_details-instance_method
|
253
|
+
def certificate_details: () -> Types::CertificateDetails
|
251
254
|
|
252
255
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#db_system_id-instance_method
|
253
256
|
def db_system_id: () -> ::String
|
@@ -255,24 +258,21 @@ module Aws
|
|
255
258
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#master_user_secret-instance_method
|
256
259
|
def master_user_secret: () -> Types::MasterUserSecret
|
257
260
|
|
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
261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#read_replica_source_db_cluster_identifier-instance_method
|
262
262
|
def read_replica_source_db_cluster_identifier: () -> ::String
|
263
263
|
|
264
264
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#percent_progress-instance_method
|
265
265
|
def percent_progress: () -> ::String
|
266
266
|
|
267
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#multi_tenant-instance_method
|
268
|
+
def multi_tenant: () -> bool
|
269
|
+
|
267
270
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#dedicated_log_volume-instance_method
|
268
271
|
def dedicated_log_volume: () -> bool
|
269
272
|
|
270
273
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#is_storage_config_upgrade_available-instance_method
|
271
274
|
def is_storage_config_upgrade_available: () -> bool
|
272
275
|
|
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
276
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#engine_lifecycle_support-instance_method
|
277
277
|
def engine_lifecycle_support: () -> ::String
|
278
278
|
|
@@ -311,6 +311,7 @@ module Aws
|
|
311
311
|
?auto_minor_version_upgrade: bool,
|
312
312
|
?license_model: ::String,
|
313
313
|
?iops: ::Integer,
|
314
|
+
?storage_throughput: ::Integer,
|
314
315
|
?option_group_name: ::String,
|
315
316
|
?character_set_name: ::String,
|
316
317
|
?nchar_character_set_name: ::String,
|
@@ -353,16 +354,15 @@ module Aws
|
|
353
354
|
?deletion_protection: bool,
|
354
355
|
?max_allocated_storage: ::Integer,
|
355
356
|
?enable_customer_owned_ip: bool,
|
356
|
-
?custom_iam_instance_profile: ::String,
|
357
|
-
?backup_target: ::String,
|
358
357
|
?network_type: ::String,
|
359
|
-
?
|
358
|
+
?backup_target: ::String,
|
359
|
+
?custom_iam_instance_profile: ::String,
|
360
|
+
?db_system_id: ::String,
|
361
|
+
?ca_certificate_identifier: ::String,
|
360
362
|
?manage_master_user_password: bool,
|
361
363
|
?master_user_secret_kms_key_id: ::String,
|
362
|
-
?ca_certificate_identifier: ::String,
|
363
|
-
?db_system_id: ::String,
|
364
|
-
?dedicated_log_volume: bool,
|
365
364
|
?multi_tenant: bool,
|
365
|
+
?dedicated_log_volume: bool,
|
366
366
|
?engine_lifecycle_support: ::String,
|
367
367
|
?master_user_authentication_type: ("password" | "iam-db-auth")
|
368
368
|
) -> DBInstance
|
@@ -377,6 +377,7 @@ module Aws
|
|
377
377
|
?multi_az: bool,
|
378
378
|
?auto_minor_version_upgrade: bool,
|
379
379
|
?iops: ::Integer,
|
380
|
+
?storage_throughput: ::Integer,
|
380
381
|
?option_group_name: ::String,
|
381
382
|
?db_parameter_group_name: ::String,
|
382
383
|
?publicly_accessible: bool,
|
@@ -415,12 +416,11 @@ module Aws
|
|
415
416
|
?domain_auth_secret_arn: ::String,
|
416
417
|
?domain_dns_ips: Array[::String],
|
417
418
|
?replica_mode: ("open-read-only" | "mounted"),
|
418
|
-
?max_allocated_storage: ::Integer,
|
419
|
-
?custom_iam_instance_profile: ::String,
|
420
|
-
?network_type: ::String,
|
421
|
-
?storage_throughput: ::Integer,
|
422
419
|
?enable_customer_owned_ip: bool,
|
420
|
+
?network_type: ::String,
|
421
|
+
?max_allocated_storage: ::Integer,
|
423
422
|
?backup_target: ::String,
|
423
|
+
?custom_iam_instance_profile: ::String,
|
424
424
|
?allocated_storage: ::Integer,
|
425
425
|
?source_db_cluster_identifier: ::String,
|
426
426
|
?dedicated_log_volume: bool,
|
@@ -469,6 +469,7 @@ module Aws
|
|
469
469
|
?auto_minor_version_upgrade: bool,
|
470
470
|
?license_model: ::String,
|
471
471
|
?iops: ::Integer,
|
472
|
+
?storage_throughput: ::Integer,
|
472
473
|
?option_group_name: ::String,
|
473
474
|
?new_db_instance_identifier: ::String,
|
474
475
|
?storage_type: ::String,
|
@@ -480,13 +481,13 @@ module Aws
|
|
480
481
|
?domain_ou: ::String,
|
481
482
|
?domain_auth_secret_arn: ::String,
|
482
483
|
?domain_dns_ips: Array[::String],
|
484
|
+
?disable_domain: bool,
|
483
485
|
?copy_tags_to_snapshot: bool,
|
484
486
|
?monitoring_interval: ::Integer,
|
485
487
|
?db_port_number: ::Integer,
|
486
488
|
?publicly_accessible: bool,
|
487
489
|
?monitoring_role_arn: ::String,
|
488
490
|
?domain_iam_role_name: ::String,
|
489
|
-
?disable_domain: bool,
|
490
491
|
?promotion_tier: ::Integer,
|
491
492
|
?enable_iam_database_authentication: bool,
|
492
493
|
?database_insights_mode: ("standard" | "advanced"),
|
@@ -508,18 +509,17 @@ module Aws
|
|
508
509
|
?max_allocated_storage: ::Integer,
|
509
510
|
?certificate_rotation_restart: bool,
|
510
511
|
?replica_mode: ("open-read-only" | "mounted"),
|
511
|
-
?enable_customer_owned_ip: bool,
|
512
|
-
?aws_backup_recovery_point_arn: ::String,
|
513
512
|
?automation_mode: ("full" | "all-paused"),
|
514
513
|
?resume_full_automation_mode_minutes: ::Integer,
|
514
|
+
?enable_customer_owned_ip: bool,
|
515
515
|
?network_type: ::String,
|
516
|
-
?
|
516
|
+
?aws_backup_recovery_point_arn: ::String,
|
517
517
|
?manage_master_user_password: bool,
|
518
518
|
?rotate_master_user_password: bool,
|
519
519
|
?master_user_secret_kms_key_id: ::String,
|
520
|
-
?engine: ::String,
|
521
|
-
?dedicated_log_volume: bool,
|
522
520
|
?multi_tenant: bool,
|
521
|
+
?dedicated_log_volume: bool,
|
522
|
+
?engine: ::String,
|
523
523
|
?master_user_authentication_type: ("password" | "iam-db-auth")
|
524
524
|
) -> DBInstance
|
525
525
|
| (?Hash[Symbol, untyped]) -> DBInstance
|
@@ -553,6 +553,7 @@ module Aws
|
|
553
553
|
?db_name: ::String,
|
554
554
|
?engine: ::String,
|
555
555
|
?iops: ::Integer,
|
556
|
+
?storage_throughput: ::Integer,
|
556
557
|
?option_group_name: ::String,
|
557
558
|
?copy_tags_to_snapshot: bool,
|
558
559
|
?tags: Array[
|
@@ -584,12 +585,11 @@ module Aws
|
|
584
585
|
?deletion_protection: bool,
|
585
586
|
?source_dbi_resource_id: ::String,
|
586
587
|
?max_allocated_storage: ::Integer,
|
587
|
-
?source_db_instance_automated_backups_arn: ::String,
|
588
588
|
?enable_customer_owned_ip: bool,
|
589
|
-
?custom_iam_instance_profile: ::String,
|
590
|
-
?backup_target: ::String,
|
591
589
|
?network_type: ::String,
|
592
|
-
?
|
590
|
+
?source_db_instance_automated_backups_arn: ::String,
|
591
|
+
?backup_target: ::String,
|
592
|
+
?custom_iam_instance_profile: ::String,
|
593
593
|
?allocated_storage: ::Integer,
|
594
594
|
?dedicated_log_volume: bool,
|
595
595
|
?ca_certificate_identifier: ::String,
|