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/client.rb
CHANGED
@@ -1664,6 +1664,7 @@ module Aws::RDS
|
|
1664
1664
|
# resp.db_snapshot.original_snapshot_create_time #=> Time
|
1665
1665
|
# resp.db_snapshot.snapshot_database_time #=> Time
|
1666
1666
|
# resp.db_snapshot.snapshot_target #=> String
|
1667
|
+
# resp.db_snapshot.storage_throughput #=> Integer
|
1667
1668
|
#
|
1668
1669
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
|
1669
1670
|
#
|
@@ -2643,9 +2644,8 @@ module Aws::RDS
|
|
2643
2644
|
# be initially allocated for each DB instance in the Multi-AZ DB
|
2644
2645
|
# cluster.
|
2645
2646
|
#
|
2646
|
-
# For information about valid
|
2647
|
-
# IOPS storage
|
2648
|
-
# Guide*.
|
2647
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
2648
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
2649
2649
|
#
|
2650
2650
|
# This setting is required to create a Multi-AZ DB cluster.
|
2651
2651
|
#
|
@@ -3565,8 +3565,8 @@ module Aws::RDS
|
|
3565
3565
|
# Constraints to the amount of storage for each storage type are the
|
3566
3566
|
# following:
|
3567
3567
|
#
|
3568
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from 40
|
3569
|
-
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
3568
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40
|
3569
|
+
# to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
3570
3570
|
# Server.
|
3571
3571
|
#
|
3572
3572
|
# * Provisioned IOPS storage (io1): Must be an integer from 40 to 65536
|
@@ -3577,8 +3577,8 @@ module Aws::RDS
|
|
3577
3577
|
# Constraints to the amount of storage for each storage type are the
|
3578
3578
|
# following:
|
3579
3579
|
#
|
3580
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from 20
|
3581
|
-
# 65536.
|
3580
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20
|
3581
|
+
# to 65536.
|
3582
3582
|
#
|
3583
3583
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3584
3584
|
# 65536.
|
@@ -3590,8 +3590,8 @@ module Aws::RDS
|
|
3590
3590
|
# Constraints to the amount of storage for each storage type are the
|
3591
3591
|
# following:
|
3592
3592
|
#
|
3593
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from 20
|
3594
|
-
# 65536.
|
3593
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20
|
3594
|
+
# to 65536.
|
3595
3595
|
#
|
3596
3596
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3597
3597
|
# 65536.
|
@@ -3603,8 +3603,8 @@ module Aws::RDS
|
|
3603
3603
|
# Constraints to the amount of storage for each storage type are the
|
3604
3604
|
# following:
|
3605
3605
|
#
|
3606
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from 20
|
3607
|
-
# 65536.
|
3606
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20
|
3607
|
+
# to 65536.
|
3608
3608
|
#
|
3609
3609
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3610
3610
|
# 65536.
|
@@ -3616,8 +3616,8 @@ module Aws::RDS
|
|
3616
3616
|
# Constraints to the amount of storage for each storage type are the
|
3617
3617
|
# following:
|
3618
3618
|
#
|
3619
|
-
# * General Purpose (SSD) storage (gp2): Must be an integer from 20
|
3620
|
-
# 65536.
|
3619
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20
|
3620
|
+
# to 65536.
|
3621
3621
|
#
|
3622
3622
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
3623
3623
|
# 65536.
|
@@ -3629,7 +3629,7 @@ module Aws::RDS
|
|
3629
3629
|
# Constraints to the amount of storage for each storage type are the
|
3630
3630
|
# following:
|
3631
3631
|
#
|
3632
|
-
# * General Purpose (SSD) storage (gp2):
|
3632
|
+
# * General Purpose (SSD) storage (gp2, gp3):
|
3633
3633
|
#
|
3634
3634
|
# * Enterprise and Standard editions: Must be an integer from 20 to
|
3635
3635
|
# 16384.
|
@@ -4037,8 +4037,8 @@ module Aws::RDS
|
|
4037
4037
|
# @option params [Integer] :iops
|
4038
4038
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
4039
4039
|
# be initially allocated for the DB instance. For information about
|
4040
|
-
# valid
|
4041
|
-
#
|
4040
|
+
# valid IOPS values, see [Amazon RDS DB instance storage][1] in the
|
4041
|
+
# *Amazon RDS User Guide*.
|
4042
4042
|
#
|
4043
4043
|
# Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances,
|
4044
4044
|
# must be a multiple between .5 and 50 of the storage amount for the DB
|
@@ -4051,7 +4051,7 @@ module Aws::RDS
|
|
4051
4051
|
#
|
4052
4052
|
#
|
4053
4053
|
#
|
4054
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html
|
4054
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html
|
4055
4055
|
#
|
4056
4056
|
# @option params [String] :option_group_name
|
4057
4057
|
# A value that indicates that the DB instance should be associated with
|
@@ -4131,10 +4131,10 @@ module Aws::RDS
|
|
4131
4131
|
# @option params [String] :storage_type
|
4132
4132
|
# Specifies the storage type to be associated with the DB instance.
|
4133
4133
|
#
|
4134
|
-
# Valid values: `
|
4134
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
4135
4135
|
#
|
4136
|
-
# If you specify `io1`, you must also include a value for the
|
4137
|
-
# parameter.
|
4136
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
4137
|
+
# `Iops` parameter.
|
4138
4138
|
#
|
4139
4139
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
4140
4140
|
#
|
@@ -4517,6 +4517,11 @@ module Aws::RDS
|
|
4517
4517
|
#
|
4518
4518
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
4519
4519
|
#
|
4520
|
+
# @option params [Integer] :storage_throughput
|
4521
|
+
# Specifies the storage throughput value for the DB instance.
|
4522
|
+
#
|
4523
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
4524
|
+
#
|
4520
4525
|
# @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4521
4526
|
#
|
4522
4527
|
# * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -4605,6 +4610,7 @@ module Aws::RDS
|
|
4605
4610
|
# custom_iam_instance_profile: "String",
|
4606
4611
|
# backup_target: "String",
|
4607
4612
|
# network_type: "String",
|
4613
|
+
# storage_throughput: 1,
|
4608
4614
|
# })
|
4609
4615
|
#
|
4610
4616
|
# @example Response structure
|
@@ -4669,6 +4675,7 @@ module Aws::RDS
|
|
4669
4675
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
4670
4676
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
4671
4677
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
4678
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
4672
4679
|
# resp.db_instance.latest_restorable_time #=> Time
|
4673
4680
|
# resp.db_instance.multi_az #=> Boolean
|
4674
4681
|
# resp.db_instance.engine_version #=> String
|
@@ -4749,6 +4756,7 @@ module Aws::RDS
|
|
4749
4756
|
# resp.db_instance.backup_target #=> String
|
4750
4757
|
# resp.db_instance.network_type #=> String
|
4751
4758
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
4759
|
+
# resp.db_instance.storage_throughput #=> Integer
|
4752
4760
|
#
|
4753
4761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
4754
4762
|
#
|
@@ -4971,10 +4979,10 @@ module Aws::RDS
|
|
4971
4979
|
# @option params [String] :storage_type
|
4972
4980
|
# Specifies the storage type to be associated with the read replica.
|
4973
4981
|
#
|
4974
|
-
# Valid values: `
|
4982
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
4975
4983
|
#
|
4976
|
-
# If you specify `io1`, you must also include a value for the
|
4977
|
-
# parameter.
|
4984
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
4985
|
+
# `Iops` parameter.
|
4978
4986
|
#
|
4979
4987
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
4980
4988
|
#
|
@@ -5313,6 +5321,11 @@ module Aws::RDS
|
|
5313
5321
|
#
|
5314
5322
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
5315
5323
|
#
|
5324
|
+
# @option params [Integer] :storage_throughput
|
5325
|
+
# Specifies the storage throughput value for the read replica.
|
5326
|
+
#
|
5327
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
5328
|
+
#
|
5316
5329
|
# @option params [String] :source_region
|
5317
5330
|
# The source region of the snapshot. This is only needed when the
|
5318
5331
|
# shapshot is encrypted and in a different region.
|
@@ -5395,6 +5408,7 @@ module Aws::RDS
|
|
5395
5408
|
# max_allocated_storage: 1,
|
5396
5409
|
# custom_iam_instance_profile: "String",
|
5397
5410
|
# network_type: "String",
|
5411
|
+
# storage_throughput: 1,
|
5398
5412
|
# source_region: "String",
|
5399
5413
|
# })
|
5400
5414
|
#
|
@@ -5460,6 +5474,7 @@ module Aws::RDS
|
|
5460
5474
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
5461
5475
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
5462
5476
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
5477
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
5463
5478
|
# resp.db_instance.latest_restorable_time #=> Time
|
5464
5479
|
# resp.db_instance.multi_az #=> Boolean
|
5465
5480
|
# resp.db_instance.engine_version #=> String
|
@@ -5540,6 +5555,7 @@ module Aws::RDS
|
|
5540
5555
|
# resp.db_instance.backup_target #=> String
|
5541
5556
|
# resp.db_instance.network_type #=> String
|
5542
5557
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
5558
|
+
# resp.db_instance.storage_throughput #=> Integer
|
5543
5559
|
#
|
5544
5560
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
5545
5561
|
#
|
@@ -6114,6 +6130,7 @@ module Aws::RDS
|
|
6114
6130
|
# resp.db_snapshot.original_snapshot_create_time #=> Time
|
6115
6131
|
# resp.db_snapshot.snapshot_database_time #=> Time
|
6116
6132
|
# resp.db_snapshot.snapshot_target #=> String
|
6133
|
+
# resp.db_snapshot.storage_throughput #=> Integer
|
6117
6134
|
#
|
6118
6135
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
|
6119
6136
|
#
|
@@ -7326,6 +7343,7 @@ module Aws::RDS
|
|
7326
7343
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
7327
7344
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
7328
7345
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
7346
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
7329
7347
|
# resp.db_instance.latest_restorable_time #=> Time
|
7330
7348
|
# resp.db_instance.multi_az #=> Boolean
|
7331
7349
|
# resp.db_instance.engine_version #=> String
|
@@ -7406,6 +7424,7 @@ module Aws::RDS
|
|
7406
7424
|
# resp.db_instance.backup_target #=> String
|
7407
7425
|
# resp.db_instance.network_type #=> String
|
7408
7426
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
7427
|
+
# resp.db_instance.storage_throughput #=> Integer
|
7409
7428
|
#
|
7410
7429
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
7411
7430
|
#
|
@@ -7473,6 +7492,7 @@ module Aws::RDS
|
|
7473
7492
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications #=> Array
|
7474
7493
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
7475
7494
|
# resp.db_instance_automated_backup.backup_target #=> String
|
7495
|
+
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
7476
7496
|
#
|
7477
7497
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup AWS API Documentation
|
7478
7498
|
#
|
@@ -7755,6 +7775,7 @@ module Aws::RDS
|
|
7755
7775
|
# resp.db_snapshot.original_snapshot_create_time #=> Time
|
7756
7776
|
# resp.db_snapshot.snapshot_database_time #=> Time
|
7757
7777
|
# resp.db_snapshot.snapshot_target #=> String
|
7778
|
+
# resp.db_snapshot.storage_throughput #=> Integer
|
7758
7779
|
#
|
7759
7780
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
|
7760
7781
|
#
|
@@ -8823,9 +8844,10 @@ module Aws::RDS
|
|
8823
8844
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
|
8824
8845
|
#
|
8825
8846
|
# @option params [String] :db_cluster_identifier
|
8826
|
-
# The user-supplied DB cluster identifier
|
8827
|
-
#
|
8828
|
-
# This parameter isn't
|
8847
|
+
# The user-supplied DB cluster identifier or the Amazon Resource Name
|
8848
|
+
# (ARN) of the DB cluster. If this parameter is specified, information
|
8849
|
+
# from only the specific DB cluster is returned. This parameter isn't
|
8850
|
+
# case-sensitive.
|
8829
8851
|
#
|
8830
8852
|
# Constraints:
|
8831
8853
|
#
|
@@ -9393,6 +9415,7 @@ module Aws::RDS
|
|
9393
9415
|
# resp.db_instance_automated_backups[0].db_instance_automated_backups_replications #=> Array
|
9394
9416
|
# resp.db_instance_automated_backups[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
9395
9417
|
# resp.db_instance_automated_backups[0].backup_target #=> String
|
9418
|
+
# resp.db_instance_automated_backups[0].storage_throughput #=> Integer
|
9396
9419
|
#
|
9397
9420
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups AWS API Documentation
|
9398
9421
|
#
|
@@ -9412,9 +9435,10 @@ module Aws::RDS
|
|
9412
9435
|
# </note>
|
9413
9436
|
#
|
9414
9437
|
# @option params [String] :db_instance_identifier
|
9415
|
-
# The user-supplied instance identifier
|
9416
|
-
#
|
9417
|
-
# parameter isn't
|
9438
|
+
# The user-supplied instance identifier or the Amazon Resource Name
|
9439
|
+
# (ARN) of the DB instance. If this parameter is specified, information
|
9440
|
+
# from only the specific DB instance is returned. This parameter isn't
|
9441
|
+
# case-sensitive.
|
9418
9442
|
#
|
9419
9443
|
# Constraints:
|
9420
9444
|
#
|
@@ -9561,6 +9585,7 @@ module Aws::RDS
|
|
9561
9585
|
# resp.db_instances[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
9562
9586
|
# resp.db_instances[0].pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
9563
9587
|
# resp.db_instances[0].pending_modified_values.resume_full_automation_mode_time #=> Time
|
9588
|
+
# resp.db_instances[0].pending_modified_values.storage_throughput #=> Integer
|
9564
9589
|
# resp.db_instances[0].latest_restorable_time #=> Time
|
9565
9590
|
# resp.db_instances[0].multi_az #=> Boolean
|
9566
9591
|
# resp.db_instances[0].engine_version #=> String
|
@@ -9641,6 +9666,7 @@ module Aws::RDS
|
|
9641
9666
|
# resp.db_instances[0].backup_target #=> String
|
9642
9667
|
# resp.db_instances[0].network_type #=> String
|
9643
9668
|
# resp.db_instances[0].activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
9669
|
+
# resp.db_instances[0].storage_throughput #=> Integer
|
9644
9670
|
#
|
9645
9671
|
#
|
9646
9672
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -10616,6 +10642,7 @@ module Aws::RDS
|
|
10616
10642
|
# resp.db_snapshots[0].original_snapshot_create_time #=> Time
|
10617
10643
|
# resp.db_snapshots[0].snapshot_database_time #=> Time
|
10618
10644
|
# resp.db_snapshots[0].snapshot_target #=> String
|
10645
|
+
# resp.db_snapshots[0].storage_throughput #=> Integer
|
10619
10646
|
#
|
10620
10647
|
#
|
10621
10648
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -11980,6 +12007,11 @@ module Aws::RDS
|
|
11980
12007
|
# resp.orderable_db_instance_options[0].supports_clusters #=> Boolean
|
11981
12008
|
# resp.orderable_db_instance_options[0].supported_network_types #=> Array
|
11982
12009
|
# resp.orderable_db_instance_options[0].supported_network_types[0] #=> String
|
12010
|
+
# resp.orderable_db_instance_options[0].supports_storage_throughput #=> Boolean
|
12011
|
+
# resp.orderable_db_instance_options[0].min_storage_throughput_per_db_instance #=> Integer
|
12012
|
+
# resp.orderable_db_instance_options[0].max_storage_throughput_per_db_instance #=> Integer
|
12013
|
+
# resp.orderable_db_instance_options[0].min_storage_throughput_per_iops #=> Float
|
12014
|
+
# resp.orderable_db_instance_options[0].max_storage_throughput_per_iops #=> Float
|
11983
12015
|
# resp.marker #=> String
|
11984
12016
|
#
|
11985
12017
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
|
@@ -12534,6 +12566,13 @@ module Aws::RDS
|
|
12534
12566
|
# resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio[0].from #=> Float
|
12535
12567
|
# resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio[0].to #=> Float
|
12536
12568
|
# resp.valid_db_instance_modifications_message.storage[0].supports_storage_autoscaling #=> Boolean
|
12569
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_storage_throughput #=> Array
|
12570
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_storage_throughput[0].from #=> Integer
|
12571
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_storage_throughput[0].to #=> Integer
|
12572
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_storage_throughput[0].step #=> Integer
|
12573
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_throughput_to_iops_ratio #=> Array
|
12574
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_throughput_to_iops_ratio[0].from #=> Float
|
12575
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_throughput_to_iops_ratio[0].to #=> Float
|
12537
12576
|
# resp.valid_db_instance_modifications_message.valid_processor_features #=> Array
|
12538
12577
|
# resp.valid_db_instance_modifications_message.valid_processor_features[0].name #=> String
|
12539
12578
|
# resp.valid_db_instance_modifications_message.valid_processor_features[0].default_value #=> String
|
@@ -13790,9 +13829,8 @@ module Aws::RDS
|
|
13790
13829
|
# be initially allocated for each DB instance in the Multi-AZ DB
|
13791
13830
|
# cluster.
|
13792
13831
|
#
|
13793
|
-
# For information about valid
|
13794
|
-
# IOPS
|
13795
|
-
# Guide*.
|
13832
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
13833
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
13796
13834
|
#
|
13797
13835
|
# Constraints: Must be a multiple between .5 and 50 of the storage
|
13798
13836
|
# amount for the DB cluster.
|
@@ -14852,7 +14890,7 @@ module Aws::RDS
|
|
14852
14890
|
# rebooting the instance, deleting the instance, creating a read replica
|
14853
14891
|
# for the instance, and creating a DB snapshot of the instance.
|
14854
14892
|
#
|
14855
|
-
# Valid values: `
|
14893
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
14856
14894
|
#
|
14857
14895
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
14858
14896
|
#
|
@@ -15248,6 +15286,11 @@ module Aws::RDS
|
|
15248
15286
|
#
|
15249
15287
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
15250
15288
|
#
|
15289
|
+
# @option params [Integer] :storage_throughput
|
15290
|
+
# Specifies the storage throughput value for the DB instance.
|
15291
|
+
#
|
15292
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
15293
|
+
#
|
15251
15294
|
# @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15252
15295
|
#
|
15253
15296
|
# * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -15333,6 +15376,7 @@ module Aws::RDS
|
|
15333
15376
|
# automation_mode: "full", # accepts full, all-paused
|
15334
15377
|
# resume_full_automation_mode_minutes: 1,
|
15335
15378
|
# network_type: "String",
|
15379
|
+
# storage_throughput: 1,
|
15336
15380
|
# })
|
15337
15381
|
#
|
15338
15382
|
# @example Response structure
|
@@ -15397,6 +15441,7 @@ module Aws::RDS
|
|
15397
15441
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
15398
15442
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
15399
15443
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
15444
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
15400
15445
|
# resp.db_instance.latest_restorable_time #=> Time
|
15401
15446
|
# resp.db_instance.multi_az #=> Boolean
|
15402
15447
|
# resp.db_instance.engine_version #=> String
|
@@ -15477,6 +15522,7 @@ module Aws::RDS
|
|
15477
15522
|
# resp.db_instance.backup_target #=> String
|
15478
15523
|
# resp.db_instance.network_type #=> String
|
15479
15524
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
15525
|
+
# resp.db_instance.storage_throughput #=> Integer
|
15480
15526
|
#
|
15481
15527
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
15482
15528
|
#
|
@@ -15924,6 +15970,7 @@ module Aws::RDS
|
|
15924
15970
|
# resp.db_snapshot.original_snapshot_create_time #=> Time
|
15925
15971
|
# resp.db_snapshot.snapshot_database_time #=> Time
|
15926
15972
|
# resp.db_snapshot.snapshot_target #=> String
|
15973
|
+
# resp.db_snapshot.storage_throughput #=> Integer
|
15927
15974
|
#
|
15928
15975
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
|
15929
15976
|
#
|
@@ -16628,6 +16675,7 @@ module Aws::RDS
|
|
16628
16675
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
16629
16676
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
16630
16677
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
16678
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
16631
16679
|
# resp.db_instance.latest_restorable_time #=> Time
|
16632
16680
|
# resp.db_instance.multi_az #=> Boolean
|
16633
16681
|
# resp.db_instance.engine_version #=> String
|
@@ -16708,6 +16756,7 @@ module Aws::RDS
|
|
16708
16756
|
# resp.db_instance.backup_target #=> String
|
16709
16757
|
# resp.db_instance.network_type #=> String
|
16710
16758
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
16759
|
+
# resp.db_instance.storage_throughput #=> Integer
|
16711
16760
|
#
|
16712
16761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
16713
16762
|
#
|
@@ -17227,6 +17276,7 @@ module Aws::RDS
|
|
17227
17276
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
17228
17277
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
17229
17278
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
17279
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
17230
17280
|
# resp.db_instance.latest_restorable_time #=> Time
|
17231
17281
|
# resp.db_instance.multi_az #=> Boolean
|
17232
17282
|
# resp.db_instance.engine_version #=> String
|
@@ -17307,6 +17357,7 @@ module Aws::RDS
|
|
17307
17357
|
# resp.db_instance.backup_target #=> String
|
17308
17358
|
# resp.db_instance.network_type #=> String
|
17309
17359
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
17360
|
+
# resp.db_instance.storage_throughput #=> Integer
|
17310
17361
|
#
|
17311
17362
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
17312
17363
|
#
|
@@ -18705,9 +18756,8 @@ module Aws::RDS
|
|
18705
18756
|
# be initially allocated for each DB instance in the Multi-AZ DB
|
18706
18757
|
# cluster.
|
18707
18758
|
#
|
18708
|
-
# For information about valid
|
18709
|
-
# IOPS
|
18710
|
-
# Guide*.
|
18759
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
18760
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
18711
18761
|
#
|
18712
18762
|
# Constraints: Must be a multiple between .5 and 50 of the storage
|
18713
18763
|
# amount for the DB instance.
|
@@ -19347,9 +19397,8 @@ module Aws::RDS
|
|
19347
19397
|
# be initially allocated for each DB instance in the Multi-AZ DB
|
19348
19398
|
# cluster.
|
19349
19399
|
#
|
19350
|
-
# For information about valid
|
19351
|
-
# IOPS storage
|
19352
|
-
# Guide*.
|
19400
|
+
# For information about valid IOPS values, see [Amazon RDS Provisioned
|
19401
|
+
# IOPS storage][1] in the *Amazon RDS User Guide*.
|
19353
19402
|
#
|
19354
19403
|
# Constraints: Must be a multiple between .5 and 50 of the storage
|
19355
19404
|
# amount for the DB instance.
|
@@ -19758,8 +19807,7 @@ module Aws::RDS
|
|
19758
19807
|
#
|
19759
19808
|
# The provisioned IOPS value must follow the requirements for your
|
19760
19809
|
# database engine. For more information, see [Amazon RDS Provisioned
|
19761
|
-
# IOPS
|
19762
|
-
# Guide.*
|
19810
|
+
# IOPS storage][1] in the *Amazon RDS User Guide.*
|
19763
19811
|
#
|
19764
19812
|
# Constraints: Must be an integer greater than 1000.
|
19765
19813
|
#
|
@@ -19788,10 +19836,10 @@ module Aws::RDS
|
|
19788
19836
|
# @option params [String] :storage_type
|
19789
19837
|
# Specifies the storage type to be associated with the DB instance.
|
19790
19838
|
#
|
19791
|
-
# Valid values: `
|
19839
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
19792
19840
|
#
|
19793
|
-
# If you specify `io1`, you must also include a value for the
|
19794
|
-
# parameter.
|
19841
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
19842
|
+
# `Iops` parameter.
|
19795
19843
|
#
|
19796
19844
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
19797
19845
|
#
|
@@ -19998,6 +20046,11 @@ module Aws::RDS
|
|
19998
20046
|
#
|
19999
20047
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
20000
20048
|
#
|
20049
|
+
# @option params [Integer] :storage_throughput
|
20050
|
+
# Specifies the storage throughput value for the DB instance.
|
20051
|
+
#
|
20052
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
20053
|
+
#
|
20001
20054
|
# @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20002
20055
|
#
|
20003
20056
|
# * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
|
@@ -20142,6 +20195,7 @@ module Aws::RDS
|
|
20142
20195
|
# custom_iam_instance_profile: "String",
|
20143
20196
|
# backup_target: "String",
|
20144
20197
|
# network_type: "String",
|
20198
|
+
# storage_throughput: 1,
|
20145
20199
|
# })
|
20146
20200
|
#
|
20147
20201
|
# @example Response structure
|
@@ -20206,6 +20260,7 @@ module Aws::RDS
|
|
20206
20260
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
20207
20261
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
20208
20262
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
20263
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
20209
20264
|
# resp.db_instance.latest_restorable_time #=> Time
|
20210
20265
|
# resp.db_instance.multi_az #=> Boolean
|
20211
20266
|
# resp.db_instance.engine_version #=> String
|
@@ -20286,6 +20341,7 @@ module Aws::RDS
|
|
20286
20341
|
# resp.db_instance.backup_target #=> String
|
20287
20342
|
# resp.db_instance.network_type #=> String
|
20288
20343
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
20344
|
+
# resp.db_instance.storage_throughput #=> Integer
|
20289
20345
|
#
|
20290
20346
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
20291
20347
|
#
|
@@ -20490,8 +20546,8 @@ module Aws::RDS
|
|
20490
20546
|
# @option params [Integer] :iops
|
20491
20547
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
20492
20548
|
# allocate initially for the DB instance. For information about valid
|
20493
|
-
#
|
20494
|
-
#
|
20549
|
+
# IOPS values, see [Amazon RDS Provisioned IOPS storage][1] in the
|
20550
|
+
# *Amazon RDS User Guide.*
|
20495
20551
|
#
|
20496
20552
|
#
|
20497
20553
|
#
|
@@ -20530,10 +20586,10 @@ module Aws::RDS
|
|
20530
20586
|
# @option params [String] :storage_type
|
20531
20587
|
# Specifies the storage type to be associated with the DB instance.
|
20532
20588
|
#
|
20533
|
-
# Valid values: `
|
20589
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
20534
20590
|
#
|
20535
|
-
# If you specify `io1`, you must also include a value for the
|
20536
|
-
# parameter.
|
20591
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
20592
|
+
# `Iops` parameter.
|
20537
20593
|
#
|
20538
20594
|
# Default: `io1` if the `Iops` parameter is specified; otherwise `gp2`
|
20539
20595
|
#
|
@@ -20728,6 +20784,11 @@ module Aws::RDS
|
|
20728
20784
|
#
|
20729
20785
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
20730
20786
|
#
|
20787
|
+
# @option params [Integer] :storage_throughput
|
20788
|
+
# Specifies the storage throughput value for the DB instance.
|
20789
|
+
#
|
20790
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
20791
|
+
#
|
20731
20792
|
# @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20732
20793
|
#
|
20733
20794
|
# * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
|
@@ -20790,6 +20851,7 @@ module Aws::RDS
|
|
20790
20851
|
# deletion_protection: false,
|
20791
20852
|
# max_allocated_storage: 1,
|
20792
20853
|
# network_type: "String",
|
20854
|
+
# storage_throughput: 1,
|
20793
20855
|
# })
|
20794
20856
|
#
|
20795
20857
|
# @example Response structure
|
@@ -20854,6 +20916,7 @@ module Aws::RDS
|
|
20854
20916
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
20855
20917
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
20856
20918
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
20919
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
20857
20920
|
# resp.db_instance.latest_restorable_time #=> Time
|
20858
20921
|
# resp.db_instance.multi_az #=> Boolean
|
20859
20922
|
# resp.db_instance.engine_version #=> String
|
@@ -20934,6 +20997,7 @@ module Aws::RDS
|
|
20934
20997
|
# resp.db_instance.backup_target #=> String
|
20935
20998
|
# resp.db_instance.network_type #=> String
|
20936
20999
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
21000
|
+
# resp.db_instance.storage_throughput #=> Integer
|
20937
21001
|
#
|
20938
21002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
20939
21003
|
#
|
@@ -21163,10 +21227,10 @@ module Aws::RDS
|
|
21163
21227
|
# @option params [String] :storage_type
|
21164
21228
|
# Specifies the storage type to be associated with the DB instance.
|
21165
21229
|
#
|
21166
|
-
# Valid values: `
|
21230
|
+
# Valid values: `gp2 | gp3 | io1 | standard`
|
21167
21231
|
#
|
21168
|
-
# If you specify `io1`, you must also include a value for the
|
21169
|
-
# parameter.
|
21232
|
+
# If you specify `io1` or `gp3`, you must also include a value for the
|
21233
|
+
# `Iops` parameter.
|
21170
21234
|
#
|
21171
21235
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
21172
21236
|
#
|
@@ -21379,6 +21443,11 @@ module Aws::RDS
|
|
21379
21443
|
#
|
21380
21444
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
21381
21445
|
#
|
21446
|
+
# @option params [Integer] :storage_throughput
|
21447
|
+
# Specifies the storage throughput value for the DB instance.
|
21448
|
+
#
|
21449
|
+
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
21450
|
+
#
|
21382
21451
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
21383
21452
|
#
|
21384
21453
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
@@ -21529,6 +21598,7 @@ module Aws::RDS
|
|
21529
21598
|
# custom_iam_instance_profile: "String",
|
21530
21599
|
# backup_target: "String",
|
21531
21600
|
# network_type: "String",
|
21601
|
+
# storage_throughput: 1,
|
21532
21602
|
# })
|
21533
21603
|
#
|
21534
21604
|
# @example Response structure
|
@@ -21593,6 +21663,7 @@ module Aws::RDS
|
|
21593
21663
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
21594
21664
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
21595
21665
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
21666
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
21596
21667
|
# resp.db_instance.latest_restorable_time #=> Time
|
21597
21668
|
# resp.db_instance.multi_az #=> Boolean
|
21598
21669
|
# resp.db_instance.engine_version #=> String
|
@@ -21673,6 +21744,7 @@ module Aws::RDS
|
|
21673
21744
|
# resp.db_instance.backup_target #=> String
|
21674
21745
|
# resp.db_instance.network_type #=> String
|
21675
21746
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
21747
|
+
# resp.db_instance.storage_throughput #=> Integer
|
21676
21748
|
#
|
21677
21749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
21678
21750
|
#
|
@@ -22093,6 +22165,7 @@ module Aws::RDS
|
|
22093
22165
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
22094
22166
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
22095
22167
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
22168
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
22096
22169
|
# resp.db_instance.latest_restorable_time #=> Time
|
22097
22170
|
# resp.db_instance.multi_az #=> Boolean
|
22098
22171
|
# resp.db_instance.engine_version #=> String
|
@@ -22173,6 +22246,7 @@ module Aws::RDS
|
|
22173
22246
|
# resp.db_instance.backup_target #=> String
|
22174
22247
|
# resp.db_instance.network_type #=> String
|
22175
22248
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
22249
|
+
# resp.db_instance.storage_throughput #=> Integer
|
22176
22250
|
#
|
22177
22251
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
22178
22252
|
#
|
@@ -22290,6 +22364,7 @@ module Aws::RDS
|
|
22290
22364
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications #=> Array
|
22291
22365
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
22292
22366
|
# resp.db_instance_automated_backup.backup_target #=> String
|
22367
|
+
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
22293
22368
|
#
|
22294
22369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication AWS API Documentation
|
22295
22370
|
#
|
@@ -22721,6 +22796,7 @@ module Aws::RDS
|
|
22721
22796
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
22722
22797
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
22723
22798
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
22799
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
22724
22800
|
# resp.db_instance.latest_restorable_time #=> Time
|
22725
22801
|
# resp.db_instance.multi_az #=> Boolean
|
22726
22802
|
# resp.db_instance.engine_version #=> String
|
@@ -22801,6 +22877,7 @@ module Aws::RDS
|
|
22801
22877
|
# resp.db_instance.backup_target #=> String
|
22802
22878
|
# resp.db_instance.network_type #=> String
|
22803
22879
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
22880
|
+
# resp.db_instance.storage_throughput #=> Integer
|
22804
22881
|
#
|
22805
22882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
22806
22883
|
#
|
@@ -22869,6 +22946,7 @@ module Aws::RDS
|
|
22869
22946
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications #=> Array
|
22870
22947
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
22871
22948
|
# resp.db_instance_automated_backup.backup_target #=> String
|
22949
|
+
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
22872
22950
|
#
|
22873
22951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication AWS API Documentation
|
22874
22952
|
#
|
@@ -22966,6 +23044,7 @@ module Aws::RDS
|
|
22966
23044
|
# resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
|
22967
23045
|
# resp.db_instance.pending_modified_values.automation_mode #=> String, one of "full", "all-paused"
|
22968
23046
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
23047
|
+
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
22969
23048
|
# resp.db_instance.latest_restorable_time #=> Time
|
22970
23049
|
# resp.db_instance.multi_az #=> Boolean
|
22971
23050
|
# resp.db_instance.engine_version #=> String
|
@@ -23046,6 +23125,7 @@ module Aws::RDS
|
|
23046
23125
|
# resp.db_instance.backup_target #=> String
|
23047
23126
|
# resp.db_instance.network_type #=> String
|
23048
23127
|
# resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
|
23128
|
+
# resp.db_instance.storage_throughput #=> Integer
|
23049
23129
|
#
|
23050
23130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
|
23051
23131
|
#
|
@@ -23069,7 +23149,7 @@ module Aws::RDS
|
|
23069
23149
|
params: params,
|
23070
23150
|
config: config)
|
23071
23151
|
context[:gem_name] = 'aws-sdk-rds'
|
23072
|
-
context[:gem_version] = '1.
|
23152
|
+
context[:gem_version] = '1.158.0'
|
23073
23153
|
Seahorse::Client::Request.new(handlers, context)
|
23074
23154
|
end
|
23075
23155
|
|