aws-sdk-rds 1.157.0 → 1.158.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 +133 -53
- data/lib/aws-sdk-rds/client_api.rb +17 -0
- data/lib/aws-sdk-rds/db_cluster.rb +6 -9
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +2 -3
- data/lib/aws-sdk-rds/db_instance.rb +51 -25
- data/lib/aws-sdk-rds/db_snapshot.rb +15 -5
- data/lib/aws-sdk-rds/resource.rb +32 -26
- data/lib/aws-sdk-rds/types.rb +174 -69
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2527,9 +2527,8 @@ module Aws::RDS
|
|
2527
2527
|
# to be initially allocated for each DB instance in the Multi-AZ DB
|
2528
2528
|
# cluster.
|
2529
2529
|
#
|
2530
|
-
# For information about valid
|
2531
|
-
#
|
2532
|
-
# RDS User Guide*.
|
2530
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
2531
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
2533
2532
|
#
|
2534
2533
|
# This setting is required to create a Multi-AZ DB cluster.
|
2535
2534
|
#
|
@@ -3062,6 +3061,7 @@ module Aws::RDS
|
|
3062
3061
|
# custom_iam_instance_profile: "String",
|
3063
3062
|
# backup_target: "String",
|
3064
3063
|
# network_type: "String",
|
3064
|
+
# storage_throughput: 1,
|
3065
3065
|
# }
|
3066
3066
|
#
|
3067
3067
|
# @!attribute [rw] db_name
|
@@ -3212,9 +3212,9 @@ module Aws::RDS
|
|
3212
3212
|
# Constraints to the amount of storage for each storage type are the
|
3213
3213
|
# following:
|
3214
3214
|
#
|
3215
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from
|
3216
|
-
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for
|
3217
|
-
# Server.
|
3215
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
3216
|
+
# 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for
|
3217
|
+
# SQL Server.
|
3218
3218
|
#
|
3219
3219
|
# * Provisioned IOPS storage (io1): Must be an integer from 40 to
|
3220
3220
|
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
@@ -3225,8 +3225,8 @@ module Aws::RDS
|
|
3225
3225
|
# Constraints to the amount of storage for each storage type are the
|
3226
3226
|
# following:
|
3227
3227
|
#
|
3228
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from
|
3229
|
-
# 65536.
|
3228
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
3229
|
+
# 20 to 65536.
|
3230
3230
|
#
|
3231
3231
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3232
3232
|
# 65536.
|
@@ -3238,8 +3238,8 @@ module Aws::RDS
|
|
3238
3238
|
# Constraints to the amount of storage for each storage type are the
|
3239
3239
|
# following:
|
3240
3240
|
#
|
3241
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from
|
3242
|
-
# 65536.
|
3241
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
3242
|
+
# 20 to 65536.
|
3243
3243
|
#
|
3244
3244
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3245
3245
|
# 65536.
|
@@ -3251,8 +3251,8 @@ module Aws::RDS
|
|
3251
3251
|
# Constraints to the amount of storage for each storage type are the
|
3252
3252
|
# following:
|
3253
3253
|
#
|
3254
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from
|
3255
|
-
# 65536.
|
3254
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
3255
|
+
# 20 to 65536.
|
3256
3256
|
#
|
3257
3257
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3258
3258
|
# 65536.
|
@@ -3264,8 +3264,8 @@ module Aws::RDS
|
|
3264
3264
|
# Constraints to the amount of storage for each storage type are the
|
3265
3265
|
# following:
|
3266
3266
|
#
|
3267
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from
|
3268
|
-
# 65536.
|
3267
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
3268
|
+
# 20 to 65536.
|
3269
3269
|
#
|
3270
3270
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3271
3271
|
# 65536.
|
@@ -3277,7 +3277,7 @@ module Aws::RDS
|
|
3277
3277
|
# Constraints to the amount of storage for each storage type are the
|
3278
3278
|
# following:
|
3279
3279
|
#
|
3280
|
-
# * General Purpose (SSD) storage (gp2):
|
3280
|
+
# * General Purpose (SSD) storage (gp2, gp3):
|
3281
3281
|
#
|
3282
3282
|
# * Enterprise and Standard editions: Must be an integer from 20 to
|
3283
3283
|
# 16384.
|
@@ -3704,8 +3704,8 @@ module Aws::RDS
|
|
3704
3704
|
# @!attribute [rw] iops
|
3705
3705
|
# The amount of Provisioned IOPS (input/output operations per second)
|
3706
3706
|
# to be initially allocated for the DB instance. For information about
|
3707
|
-
# valid
|
3708
|
-
#
|
3707
|
+
# valid IOPS values, see [Amazon RDS DB instance storage][1] in the
|
3708
|
+
# *Amazon RDS User Guide*.
|
3709
3709
|
#
|
3710
3710
|
# Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB
|
3711
3711
|
# instances, must be a multiple between .5 and 50 of the storage
|
@@ -3718,7 +3718,7 @@ module Aws::RDS
|
|
3718
3718
|
#
|
3719
3719
|
#
|
3720
3720
|
#
|
3721
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html
|
3721
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html
|
3722
3722
|
# @return [Integer]
|
3723
3723
|
#
|
3724
3724
|
# @!attribute [rw] option_group_name
|
@@ -3806,10 +3806,10 @@ module Aws::RDS
|
|
3806
3806
|
# @!attribute [rw] storage_type
|
3807
3807
|
# Specifies the storage type to be associated with the DB instance.
|
3808
3808
|
#
|
3809
|
-
# Valid values: `
|
3809
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
3810
3810
|
#
|
3811
|
-
# If you specify `io1`, you must also include a value for the
|
3812
|
-
# parameter.
|
3811
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
3812
|
+
# `Iops` parameter.
|
3813
3813
|
#
|
3814
3814
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
3815
3815
|
#
|
@@ -4221,6 +4221,12 @@ module Aws::RDS
|
|
4221
4221
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
4222
4222
|
# @return [String]
|
4223
4223
|
#
|
4224
|
+
# @!attribute [rw] storage_throughput
|
4225
|
+
# Specifies the storage throughput value for the DB instance.
|
4226
|
+
#
|
4227
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
4228
|
+
# @return [Integer]
|
4229
|
+
#
|
4224
4230
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceMessage AWS API Documentation
|
4225
4231
|
#
|
4226
4232
|
class CreateDBInstanceMessage < Struct.new(
|
@@ -4274,7 +4280,8 @@ module Aws::RDS
|
|
4274
4280
|
:enable_customer_owned_ip,
|
4275
4281
|
:custom_iam_instance_profile,
|
4276
4282
|
:backup_target,
|
4277
|
-
:network_type
|
4283
|
+
:network_type,
|
4284
|
+
:storage_throughput)
|
4278
4285
|
SENSITIVE = []
|
4279
4286
|
include Aws::Structure
|
4280
4287
|
end
|
@@ -4327,6 +4334,7 @@ module Aws::RDS
|
|
4327
4334
|
# max_allocated_storage: 1,
|
4328
4335
|
# custom_iam_instance_profile: "String",
|
4329
4336
|
# network_type: "String",
|
4337
|
+
# storage_throughput: 1,
|
4330
4338
|
# source_region: "String",
|
4331
4339
|
# }
|
4332
4340
|
#
|
@@ -4540,10 +4548,10 @@ module Aws::RDS
|
|
4540
4548
|
# @!attribute [rw] storage_type
|
4541
4549
|
# Specifies the storage type to be associated with the read replica.
|
4542
4550
|
#
|
4543
|
-
# Valid values: `
|
4551
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
4544
4552
|
#
|
4545
|
-
# If you specify `io1`, you must also include a value for the
|
4546
|
-
# parameter.
|
4553
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
4554
|
+
# `Iops` parameter.
|
4547
4555
|
#
|
4548
4556
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
4549
4557
|
# @return [String]
|
@@ -4906,6 +4914,12 @@ module Aws::RDS
|
|
4906
4914
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
4907
4915
|
# @return [String]
|
4908
4916
|
#
|
4917
|
+
# @!attribute [rw] storage_throughput
|
4918
|
+
# Specifies the storage throughput value for the read replica.
|
4919
|
+
#
|
4920
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
4921
|
+
# @return [Integer]
|
4922
|
+
#
|
4909
4923
|
# @!attribute [rw] source_region
|
4910
4924
|
# The source region of the snapshot. This is only needed when the
|
4911
4925
|
# shapshot is encrypted and in a different region.
|
@@ -4948,6 +4962,7 @@ module Aws::RDS
|
|
4948
4962
|
:max_allocated_storage,
|
4949
4963
|
:custom_iam_instance_profile,
|
4950
4964
|
:network_type,
|
4965
|
+
:storage_throughput,
|
4951
4966
|
:source_region)
|
4952
4967
|
SENSITIVE = []
|
4953
4968
|
include Aws::Structure
|
@@ -7631,7 +7646,7 @@ module Aws::RDS
|
|
7631
7646
|
# @return [Array<Types::DBInstanceStatusInfo>]
|
7632
7647
|
#
|
7633
7648
|
# @!attribute [rw] storage_type
|
7634
|
-
# Specifies the storage type associated with DB instance.
|
7649
|
+
# Specifies the storage type associated with the DB instance.
|
7635
7650
|
# @return [String]
|
7636
7651
|
#
|
7637
7652
|
# @!attribute [rw] tde_credential_arn
|
@@ -7953,6 +7968,10 @@ module Aws::RDS
|
|
7953
7968
|
# The status of the policy state of the activity stream.
|
7954
7969
|
# @return [String]
|
7955
7970
|
#
|
7971
|
+
# @!attribute [rw] storage_throughput
|
7972
|
+
# Specifies the storage throughput for the DB instance.
|
7973
|
+
# @return [Integer]
|
7974
|
+
#
|
7956
7975
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
7957
7976
|
#
|
7958
7977
|
class DBInstance < Struct.new(
|
@@ -8031,7 +8050,8 @@ module Aws::RDS
|
|
8031
8050
|
:custom_iam_instance_profile,
|
8032
8051
|
:backup_target,
|
8033
8052
|
:network_type,
|
8034
|
-
:activity_stream_policy_status
|
8053
|
+
:activity_stream_policy_status,
|
8054
|
+
:storage_throughput)
|
8035
8055
|
SENSITIVE = []
|
8036
8056
|
include Aws::Structure
|
8037
8057
|
end
|
@@ -8102,7 +8122,7 @@ module Aws::RDS
|
|
8102
8122
|
# @return [String]
|
8103
8123
|
#
|
8104
8124
|
# @!attribute [rw] vpc_id
|
8105
|
-
# Provides the VPC ID associated with the DB instance
|
8125
|
+
# Provides the VPC ID associated with the DB instance.
|
8106
8126
|
# @return [String]
|
8107
8127
|
#
|
8108
8128
|
# @!attribute [rw] instance_create_time
|
@@ -8184,6 +8204,10 @@ module Aws::RDS
|
|
8184
8204
|
# Outposts or the Amazon Web Services Region.
|
8185
8205
|
# @return [String]
|
8186
8206
|
#
|
8207
|
+
# @!attribute [rw] storage_throughput
|
8208
|
+
# Specifies the storage throughput for the automated backup.
|
8209
|
+
# @return [Integer]
|
8210
|
+
#
|
8187
8211
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation
|
8188
8212
|
#
|
8189
8213
|
class DBInstanceAutomatedBackup < Struct.new(
|
@@ -8213,7 +8237,8 @@ module Aws::RDS
|
|
8213
8237
|
:backup_retention_period,
|
8214
8238
|
:db_instance_automated_backups_arn,
|
8215
8239
|
:db_instance_automated_backups_replications,
|
8216
|
-
:backup_target
|
8240
|
+
:backup_target,
|
8241
|
+
:storage_throughput)
|
8217
8242
|
SENSITIVE = []
|
8218
8243
|
include Aws::Structure
|
8219
8244
|
end
|
@@ -9231,6 +9256,10 @@ module Aws::RDS
|
|
9231
9256
|
# Outposts or the Amazon Web Services Region.
|
9232
9257
|
# @return [String]
|
9233
9258
|
#
|
9259
|
+
# @!attribute [rw] storage_throughput
|
9260
|
+
# Specifies the storage throughput for the DB snapshot.
|
9261
|
+
# @return [Integer]
|
9262
|
+
#
|
9234
9263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshot AWS API Documentation
|
9235
9264
|
#
|
9236
9265
|
class DBSnapshot < Struct.new(
|
@@ -9265,7 +9294,8 @@ module Aws::RDS
|
|
9265
9294
|
:tag_list,
|
9266
9295
|
:original_snapshot_create_time,
|
9267
9296
|
:snapshot_database_time,
|
9268
|
-
:snapshot_target
|
9297
|
+
:snapshot_target,
|
9298
|
+
:storage_throughput)
|
9269
9299
|
SENSITIVE = []
|
9270
9300
|
include Aws::Structure
|
9271
9301
|
end
|
@@ -10750,9 +10780,10 @@ module Aws::RDS
|
|
10750
10780
|
# }
|
10751
10781
|
#
|
10752
10782
|
# @!attribute [rw] db_cluster_identifier
|
10753
|
-
# The user-supplied DB cluster identifier
|
10754
|
-
#
|
10755
|
-
# returned. This parameter isn't
|
10783
|
+
# The user-supplied DB cluster identifier or the Amazon Resource Name
|
10784
|
+
# (ARN) of the DB cluster. If this parameter is specified, information
|
10785
|
+
# from only the specific DB cluster is returned. This parameter isn't
|
10786
|
+
# case-sensitive.
|
10756
10787
|
#
|
10757
10788
|
# Constraints:
|
10758
10789
|
#
|
@@ -11110,9 +11141,10 @@ module Aws::RDS
|
|
11110
11141
|
# }
|
11111
11142
|
#
|
11112
11143
|
# @!attribute [rw] db_instance_identifier
|
11113
|
-
# The user-supplied instance identifier
|
11114
|
-
#
|
11115
|
-
#
|
11144
|
+
# The user-supplied instance identifier or the Amazon Resource Name
|
11145
|
+
# (ARN) of the DB instance. If this parameter is specified,
|
11146
|
+
# information from only the specific DB instance is returned. This
|
11147
|
+
# parameter isn't case-sensitive.
|
11116
11148
|
#
|
11117
11149
|
# Constraints:
|
11118
11150
|
#
|
@@ -15346,9 +15378,8 @@ module Aws::RDS
|
|
15346
15378
|
# to be initially allocated for each DB instance in the Multi-AZ DB
|
15347
15379
|
# cluster.
|
15348
15380
|
#
|
15349
|
-
# For information about valid
|
15350
|
-
# IOPS
|
15351
|
-
# Guide*.
|
15381
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
15382
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
15352
15383
|
#
|
15353
15384
|
# Constraints: Must be a multiple between .5 and 50 of the storage
|
15354
15385
|
# amount for the DB cluster.
|
@@ -15770,6 +15801,7 @@ module Aws::RDS
|
|
15770
15801
|
# automation_mode: "full", # accepts full, all-paused
|
15771
15802
|
# resume_full_automation_mode_minutes: 1,
|
15772
15803
|
# network_type: "String",
|
15804
|
+
# storage_throughput: 1,
|
15773
15805
|
# }
|
15774
15806
|
#
|
15775
15807
|
# @!attribute [rw] db_instance_identifier
|
@@ -16223,7 +16255,7 @@ module Aws::RDS
|
|
16223
16255
|
# read replica for the instance, and creating a DB snapshot of the
|
16224
16256
|
# instance.
|
16225
16257
|
#
|
16226
|
-
# Valid values: `
|
16258
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
16227
16259
|
#
|
16228
16260
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
16229
16261
|
# @return [String]
|
@@ -16652,6 +16684,12 @@ module Aws::RDS
|
|
16652
16684
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
16653
16685
|
# @return [String]
|
16654
16686
|
#
|
16687
|
+
# @!attribute [rw] storage_throughput
|
16688
|
+
# Specifies the storage throughput value for the DB instance.
|
16689
|
+
#
|
16690
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
16691
|
+
# @return [Integer]
|
16692
|
+
#
|
16655
16693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
16656
16694
|
#
|
16657
16695
|
class ModifyDBInstanceMessage < Struct.new(
|
@@ -16702,7 +16740,8 @@ module Aws::RDS
|
|
16702
16740
|
:aws_backup_recovery_point_arn,
|
16703
16741
|
:automation_mode,
|
16704
16742
|
:resume_full_automation_mode_minutes,
|
16705
|
-
:network_type
|
16743
|
+
:network_type,
|
16744
|
+
:storage_throughput)
|
16706
16745
|
SENSITIVE = []
|
16707
16746
|
include Aws::Structure
|
16708
16747
|
end
|
@@ -18157,6 +18196,28 @@ module Aws::RDS
|
|
18157
18196
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
18158
18197
|
# @return [Array<String>]
|
18159
18198
|
#
|
18199
|
+
# @!attribute [rw] supports_storage_throughput
|
18200
|
+
# Indicates whether a DB instance supports storage throughput.
|
18201
|
+
# @return [Boolean]
|
18202
|
+
#
|
18203
|
+
# @!attribute [rw] min_storage_throughput_per_db_instance
|
18204
|
+
# Minimum storage throughput for a DB instance.
|
18205
|
+
# @return [Integer]
|
18206
|
+
#
|
18207
|
+
# @!attribute [rw] max_storage_throughput_per_db_instance
|
18208
|
+
# Maximum storage throughput for a DB instance.
|
18209
|
+
# @return [Integer]
|
18210
|
+
#
|
18211
|
+
# @!attribute [rw] min_storage_throughput_per_iops
|
18212
|
+
# Minimum storage throughput to provisioned IOPS ratio for a DB
|
18213
|
+
# instance.
|
18214
|
+
# @return [Float]
|
18215
|
+
#
|
18216
|
+
# @!attribute [rw] max_storage_throughput_per_iops
|
18217
|
+
# Maximum storage throughput to provisioned IOPS ratio for a DB
|
18218
|
+
# instance.
|
18219
|
+
# @return [Float]
|
18220
|
+
#
|
18160
18221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOption AWS API Documentation
|
18161
18222
|
#
|
18162
18223
|
class OrderableDBInstanceOption < Struct.new(
|
@@ -18189,7 +18250,12 @@ module Aws::RDS
|
|
18189
18250
|
:supported_activity_stream_modes,
|
18190
18251
|
:supports_global_databases,
|
18191
18252
|
:supports_clusters,
|
18192
|
-
:supported_network_types
|
18253
|
+
:supported_network_types,
|
18254
|
+
:supports_storage_throughput,
|
18255
|
+
:min_storage_throughput_per_db_instance,
|
18256
|
+
:max_storage_throughput_per_db_instance,
|
18257
|
+
:min_storage_throughput_per_iops,
|
18258
|
+
:max_storage_throughput_per_iops)
|
18193
18259
|
SENSITIVE = []
|
18194
18260
|
include Aws::Structure
|
18195
18261
|
end
|
@@ -18518,6 +18584,10 @@ module Aws::RDS
|
|
18518
18584
|
# (default). The maximum value is 1,440.
|
18519
18585
|
# @return [Time]
|
18520
18586
|
#
|
18587
|
+
# @!attribute [rw] storage_throughput
|
18588
|
+
# The storage throughput of the DB instance.
|
18589
|
+
# @return [Integer]
|
18590
|
+
#
|
18521
18591
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PendingModifiedValues AWS API Documentation
|
18522
18592
|
#
|
18523
18593
|
class PendingModifiedValues < Struct.new(
|
@@ -18538,7 +18608,8 @@ module Aws::RDS
|
|
18538
18608
|
:processor_features,
|
18539
18609
|
:iam_database_authentication_enabled,
|
18540
18610
|
:automation_mode,
|
18541
|
-
:resume_full_automation_mode_time
|
18611
|
+
:resume_full_automation_mode_time,
|
18612
|
+
:storage_throughput)
|
18542
18613
|
SENSITIVE = []
|
18543
18614
|
include Aws::Structure
|
18544
18615
|
end
|
@@ -20544,9 +20615,8 @@ module Aws::RDS
|
|
20544
20615
|
# to be initially allocated for each DB instance in the Multi-AZ DB
|
20545
20616
|
# cluster.
|
20546
20617
|
#
|
20547
|
-
# For information about valid
|
20548
|
-
# IOPS
|
20549
|
-
# Guide*.
|
20618
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
20619
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
20550
20620
|
#
|
20551
20621
|
# Constraints: Must be a multiple between .5 and 50 of the storage
|
20552
20622
|
# amount for the DB instance.
|
@@ -21126,9 +21196,8 @@ module Aws::RDS
|
|
21126
21196
|
# to be initially allocated for each DB instance in the Multi-AZ DB
|
21127
21197
|
# cluster.
|
21128
21198
|
#
|
21129
|
-
# For information about valid
|
21130
|
-
#
|
21131
|
-
# RDS User Guide*.
|
21199
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
21200
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
21132
21201
|
#
|
21133
21202
|
# Constraints: Must be a multiple between .5 and 50 of the storage
|
21134
21203
|
# amount for the DB instance.
|
@@ -21294,6 +21363,7 @@ module Aws::RDS
|
|
21294
21363
|
# custom_iam_instance_profile: "String",
|
21295
21364
|
# backup_target: "String",
|
21296
21365
|
# network_type: "String",
|
21366
|
+
# storage_throughput: 1,
|
21297
21367
|
# }
|
21298
21368
|
#
|
21299
21369
|
# @!attribute [rw] db_instance_identifier
|
@@ -21464,8 +21534,7 @@ module Aws::RDS
|
|
21464
21534
|
#
|
21465
21535
|
# The provisioned IOPS value must follow the requirements for your
|
21466
21536
|
# database engine. For more information, see [Amazon RDS Provisioned
|
21467
|
-
# IOPS
|
21468
|
-
# Guide.*
|
21537
|
+
# IOPS storage][1] in the *Amazon RDS User Guide.*
|
21469
21538
|
#
|
21470
21539
|
# Constraints: Must be an integer greater than 1000.
|
21471
21540
|
#
|
@@ -21498,10 +21567,10 @@ module Aws::RDS
|
|
21498
21567
|
# @!attribute [rw] storage_type
|
21499
21568
|
# Specifies the storage type to be associated with the DB instance.
|
21500
21569
|
#
|
21501
|
-
# Valid values: `
|
21570
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
21502
21571
|
#
|
21503
|
-
# If you specify `io1`, you must also include a value for the
|
21504
|
-
# parameter.
|
21572
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
21573
|
+
# `Iops` parameter.
|
21505
21574
|
#
|
21506
21575
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
21507
21576
|
# @return [String]
|
@@ -21728,6 +21797,12 @@ module Aws::RDS
|
|
21728
21797
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
21729
21798
|
# @return [String]
|
21730
21799
|
#
|
21800
|
+
# @!attribute [rw] storage_throughput
|
21801
|
+
# Specifies the storage throughput value for the DB instance.
|
21802
|
+
#
|
21803
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
21804
|
+
# @return [Integer]
|
21805
|
+
#
|
21731
21806
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
|
21732
21807
|
#
|
21733
21808
|
class RestoreDBInstanceFromDBSnapshotMessage < Struct.new(
|
@@ -21762,7 +21837,8 @@ module Aws::RDS
|
|
21762
21837
|
:enable_customer_owned_ip,
|
21763
21838
|
:custom_iam_instance_profile,
|
21764
21839
|
:backup_target,
|
21765
|
-
:network_type
|
21840
|
+
:network_type,
|
21841
|
+
:storage_throughput)
|
21766
21842
|
SENSITIVE = []
|
21767
21843
|
include Aws::Structure
|
21768
21844
|
end
|
@@ -21846,6 +21922,7 @@ module Aws::RDS
|
|
21846
21922
|
# deletion_protection: false,
|
21847
21923
|
# max_allocated_storage: 1,
|
21848
21924
|
# network_type: "String",
|
21925
|
+
# storage_throughput: 1,
|
21849
21926
|
# }
|
21850
21927
|
#
|
21851
21928
|
# @!attribute [rw] db_name
|
@@ -22053,8 +22130,8 @@ module Aws::RDS
|
|
22053
22130
|
# @!attribute [rw] iops
|
22054
22131
|
# The amount of Provisioned IOPS (input/output operations per second)
|
22055
22132
|
# to allocate initially for the DB instance. For information about
|
22056
|
-
# valid
|
22057
|
-
#
|
22133
|
+
# valid IOPS values, see [Amazon RDS Provisioned IOPS storage][1] in
|
22134
|
+
# the *Amazon RDS User Guide.*
|
22058
22135
|
#
|
22059
22136
|
#
|
22060
22137
|
#
|
@@ -22098,10 +22175,10 @@ module Aws::RDS
|
|
22098
22175
|
# @!attribute [rw] storage_type
|
22099
22176
|
# Specifies the storage type to be associated with the DB instance.
|
22100
22177
|
#
|
22101
|
-
# Valid values: `
|
22178
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
22102
22179
|
#
|
22103
|
-
# If you specify `io1`, you must also include a value for the
|
22104
|
-
# parameter.
|
22180
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
22181
|
+
# `Iops` parameter.
|
22105
22182
|
#
|
22106
22183
|
# Default: `io1` if the `Iops` parameter is specified; otherwise `gp2`
|
22107
22184
|
# @return [String]
|
@@ -22318,6 +22395,12 @@ module Aws::RDS
|
|
22318
22395
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
22319
22396
|
# @return [String]
|
22320
22397
|
#
|
22398
|
+
# @!attribute [rw] storage_throughput
|
22399
|
+
# Specifies the storage throughput value for the DB instance.
|
22400
|
+
#
|
22401
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
22402
|
+
# @return [Integer]
|
22403
|
+
#
|
22321
22404
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
|
22322
22405
|
#
|
22323
22406
|
class RestoreDBInstanceFromS3Message < Struct.new(
|
@@ -22365,7 +22448,8 @@ module Aws::RDS
|
|
22365
22448
|
:use_default_processor_features,
|
22366
22449
|
:deletion_protection,
|
22367
22450
|
:max_allocated_storage,
|
22368
|
-
:network_type
|
22451
|
+
:network_type,
|
22452
|
+
:storage_throughput)
|
22369
22453
|
SENSITIVE = []
|
22370
22454
|
include Aws::Structure
|
22371
22455
|
end
|
@@ -22441,6 +22525,7 @@ module Aws::RDS
|
|
22441
22525
|
# custom_iam_instance_profile: "String",
|
22442
22526
|
# backup_target: "String",
|
22443
22527
|
# network_type: "String",
|
22528
|
+
# storage_throughput: 1,
|
22444
22529
|
# }
|
22445
22530
|
#
|
22446
22531
|
# @!attribute [rw] source_db_instance_identifier
|
@@ -22663,10 +22748,10 @@ module Aws::RDS
|
|
22663
22748
|
# @!attribute [rw] storage_type
|
22664
22749
|
# Specifies the storage type to be associated with the DB instance.
|
22665
22750
|
#
|
22666
|
-
# Valid values: `
|
22751
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
22667
22752
|
#
|
22668
|
-
# If you specify `io1`, you must also include a value for the
|
22669
|
-
# parameter.
|
22753
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
22754
|
+
# `Iops` parameter.
|
22670
22755
|
#
|
22671
22756
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
22672
22757
|
# @return [String]
|
@@ -22901,6 +22986,12 @@ module Aws::RDS
|
|
22901
22986
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
22902
22987
|
# @return [String]
|
22903
22988
|
#
|
22989
|
+
# @!attribute [rw] storage_throughput
|
22990
|
+
# Specifies the storage throughput value for the DB instance.
|
22991
|
+
#
|
22992
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
22993
|
+
# @return [Integer]
|
22994
|
+
#
|
22904
22995
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTimeMessage AWS API Documentation
|
22905
22996
|
#
|
22906
22997
|
class RestoreDBInstanceToPointInTimeMessage < Struct.new(
|
@@ -22940,7 +23031,8 @@ module Aws::RDS
|
|
22940
23031
|
:enable_customer_owned_ip,
|
22941
23032
|
:custom_iam_instance_profile,
|
22942
23033
|
:backup_target,
|
22943
|
-
:network_type
|
23034
|
+
:network_type,
|
23035
|
+
:storage_throughput)
|
22944
23036
|
SENSITIVE = []
|
22945
23037
|
include Aws::Structure
|
22946
23038
|
end
|
@@ -24386,16 +24478,17 @@ module Aws::RDS
|
|
24386
24478
|
# `DescribeValidDBInstanceModifications` action.
|
24387
24479
|
#
|
24388
24480
|
# @!attribute [rw] storage_type
|
24389
|
-
# The valid storage types for your DB instance. For example
|
24481
|
+
# The valid storage types for your DB instance. For example: gp2, gp3,
|
24482
|
+
# io1.
|
24390
24483
|
# @return [String]
|
24391
24484
|
#
|
24392
24485
|
# @!attribute [rw] storage_size
|
24393
24486
|
# The valid range of storage in gibibytes (GiB). For example, 100 to
|
24394
|
-
#
|
24487
|
+
# 16,384.
|
24395
24488
|
# @return [Array<Types::Range>]
|
24396
24489
|
#
|
24397
24490
|
# @!attribute [rw] provisioned_iops
|
24398
|
-
# The valid range of provisioned IOPS. For example, 1000-
|
24491
|
+
# The valid range of provisioned IOPS. For example, 1000-256,000.
|
24399
24492
|
# @return [Array<Types::Range>]
|
24400
24493
|
#
|
24401
24494
|
# @!attribute [rw] iops_to_storage_ratio
|
@@ -24409,6 +24502,16 @@ module Aws::RDS
|
|
24409
24502
|
# instances that use the new instance class.
|
24410
24503
|
# @return [Boolean]
|
24411
24504
|
#
|
24505
|
+
# @!attribute [rw] provisioned_storage_throughput
|
24506
|
+
# The valid range of provisioned storage throughput. For example,
|
24507
|
+
# 500-4,000 mebibytes per second (MiBps).
|
24508
|
+
# @return [Array<Types::Range>]
|
24509
|
+
#
|
24510
|
+
# @!attribute [rw] storage_throughput_to_iops_ratio
|
24511
|
+
# The valid range of storage throughput to provisioned IOPS ratios.
|
24512
|
+
# For example, 0-0.25.
|
24513
|
+
# @return [Array<Types::DoubleRange>]
|
24514
|
+
#
|
24412
24515
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ValidStorageOptions AWS API Documentation
|
24413
24516
|
#
|
24414
24517
|
class ValidStorageOptions < Struct.new(
|
@@ -24416,7 +24519,9 @@ module Aws::RDS
|
|
24416
24519
|
:storage_size,
|
24417
24520
|
:provisioned_iops,
|
24418
24521
|
:iops_to_storage_ratio,
|
24419
|
-
:supports_storage_autoscaling
|
24522
|
+
:supports_storage_autoscaling,
|
24523
|
+
:provisioned_storage_throughput,
|
24524
|
+
:storage_throughput_to_iops_ratio)
|
24420
24525
|
SENSITIVE = []
|
24421
24526
|
include Aws::Structure
|
24422
24527
|
end
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.158.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|