aws-sdk-rds 1.114.0 → 1.115.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +18 -2
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_cluster.rb +1 -1
- data/lib/aws-sdk-rds/db_instance.rb +9 -0
- data/lib/aws-sdk-rds/resource.rb +1 -1
- data/lib/aws-sdk-rds/types.rb +14 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2192a5f3649a3a943063cc8a7b9d636f119a0beac7657c7f0413dfd46aab3fa
|
4
|
+
data.tar.gz: 063dc91a8c2bf01555a3834ef4ff2b1a1c865c98f0560c2b568996460a75340c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc4d394170318390282ca3ccb2e6c72e584c9c699700ea211ac1ff27a1eff4327d1cfa689f914e80ead6fe87bd4fbce1ff0c2566f3f72db82e7f780a03133f87
|
7
|
+
data.tar.gz: 93cd46662beab3a09ce9f72179574a5db196bf2ab5fb165a9a23b56c411c1731a2c668c7134eb069e7bfc809cbd7d6f998423d8c0e5027146984a580859bb362
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2142,7 +2142,7 @@ module Aws::RDS
|
|
2142
2142
|
#
|
2143
2143
|
# **Aurora PostgreSQL**
|
2144
2144
|
#
|
2145
|
-
# Possible
|
2145
|
+
# Possible value is `postgresql`.
|
2146
2146
|
#
|
2147
2147
|
#
|
2148
2148
|
#
|
@@ -3874,6 +3874,7 @@ module Aws::RDS
|
|
3874
3874
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
3875
3875
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
3876
3876
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
3877
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
3877
3878
|
#
|
3878
3879
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
3879
3880
|
#
|
@@ -4531,6 +4532,7 @@ module Aws::RDS
|
|
4531
4532
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
4532
4533
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
4533
4534
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
4535
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
4534
4536
|
#
|
4535
4537
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
4536
4538
|
#
|
@@ -6108,6 +6110,7 @@ module Aws::RDS
|
|
6108
6110
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
6109
6111
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
6110
6112
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
6113
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
6111
6114
|
#
|
6112
6115
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
6113
6116
|
#
|
@@ -8292,6 +8295,7 @@ module Aws::RDS
|
|
8292
8295
|
# resp.db_instances[0].db_instance_automated_backups_replications #=> Array
|
8293
8296
|
# resp.db_instances[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
8294
8297
|
# resp.db_instances[0].customer_owned_ip_enabled #=> Boolean
|
8298
|
+
# resp.db_instances[0].aws_backup_recovery_point_arn #=> String
|
8295
8299
|
#
|
8296
8300
|
#
|
8297
8301
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -13129,6 +13133,9 @@ module Aws::RDS
|
|
13129
13133
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
13130
13134
|
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
13131
13135
|
#
|
13136
|
+
# @option params [String] :aws_backup_recovery_point_arn
|
13137
|
+
# The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
|
13138
|
+
#
|
13132
13139
|
# @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13133
13140
|
#
|
13134
13141
|
# * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -13210,6 +13217,7 @@ module Aws::RDS
|
|
13210
13217
|
# certificate_rotation_restart: false,
|
13211
13218
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
13212
13219
|
# enable_customer_owned_ip: false,
|
13220
|
+
# aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
|
13213
13221
|
# })
|
13214
13222
|
#
|
13215
13223
|
# @example Response structure
|
@@ -13337,6 +13345,7 @@ module Aws::RDS
|
|
13337
13345
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
13338
13346
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
13339
13347
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
13348
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
13340
13349
|
#
|
13341
13350
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
13342
13351
|
#
|
@@ -14473,6 +14482,7 @@ module Aws::RDS
|
|
14473
14482
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
14474
14483
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
14475
14484
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
14485
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
14476
14486
|
#
|
14477
14487
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
14478
14488
|
#
|
@@ -14885,6 +14895,7 @@ module Aws::RDS
|
|
14885
14895
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
14886
14896
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
14887
14897
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
14898
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
14888
14899
|
#
|
14889
14900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
14890
14901
|
#
|
@@ -17225,6 +17236,7 @@ module Aws::RDS
|
|
17225
17236
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
17226
17237
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
17227
17238
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
17239
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
17228
17240
|
#
|
17229
17241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
17230
17242
|
#
|
@@ -17803,6 +17815,7 @@ module Aws::RDS
|
|
17803
17815
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
17804
17816
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
17805
17817
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
17818
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
17806
17819
|
#
|
17807
17820
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
17808
17821
|
#
|
@@ -18429,6 +18442,7 @@ module Aws::RDS
|
|
18429
18442
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
18430
18443
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
18431
18444
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
18445
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
18432
18446
|
#
|
18433
18447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
18434
18448
|
#
|
@@ -18873,6 +18887,7 @@ module Aws::RDS
|
|
18873
18887
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
18874
18888
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
18875
18889
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
18890
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
18876
18891
|
#
|
18877
18892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
18878
18893
|
#
|
@@ -19436,6 +19451,7 @@ module Aws::RDS
|
|
19436
19451
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
19437
19452
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
19438
19453
|
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
19454
|
+
# resp.db_instance.aws_backup_recovery_point_arn #=> String
|
19439
19455
|
#
|
19440
19456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
19441
19457
|
#
|
@@ -19523,7 +19539,7 @@ module Aws::RDS
|
|
19523
19539
|
params: params,
|
19524
19540
|
config: config)
|
19525
19541
|
context[:gem_name] = 'aws-sdk-rds'
|
19526
|
-
context[:gem_version] = '1.
|
19542
|
+
context[:gem_version] = '1.115.0'
|
19527
19543
|
Seahorse::Client::Request.new(handlers, context)
|
19528
19544
|
end
|
19529
19545
|
|
@@ -38,6 +38,7 @@ module Aws::RDS
|
|
38
38
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
39
39
|
AvailableProcessorFeature = Shapes::StructureShape.new(name: 'AvailableProcessorFeature')
|
40
40
|
AvailableProcessorFeatureList = Shapes::ListShape.new(name: 'AvailableProcessorFeatureList')
|
41
|
+
AwsBackupRecoveryPointArn = Shapes::StringShape.new(name: 'AwsBackupRecoveryPointArn')
|
41
42
|
BacktrackDBClusterMessage = Shapes::StructureShape.new(name: 'BacktrackDBClusterMessage')
|
42
43
|
BackupPolicyNotFoundFault = Shapes::StructureShape.new(name: 'BackupPolicyNotFoundFault')
|
43
44
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -1327,6 +1328,7 @@ module Aws::RDS
|
|
1327
1328
|
DBInstance.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1328
1329
|
DBInstance.add_member(:db_instance_automated_backups_replications, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplicationList, location_name: "DBInstanceAutomatedBackupsReplications"))
|
1329
1330
|
DBInstance.add_member(:customer_owned_ip_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CustomerOwnedIpEnabled"))
|
1331
|
+
DBInstance.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1330
1332
|
DBInstance.struct_class = Types::DBInstance
|
1331
1333
|
|
1332
1334
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -2392,6 +2394,7 @@ module Aws::RDS
|
|
2392
2394
|
ModifyDBInstanceMessage.add_member(:certificate_rotation_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CertificateRotationRestart"))
|
2393
2395
|
ModifyDBInstanceMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
2394
2396
|
ModifyDBInstanceMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
2397
|
+
ModifyDBInstanceMessage.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointArn, location_name: "AwsBackupRecoveryPointArn"))
|
2395
2398
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
2396
2399
|
|
2397
2400
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -570,6 +570,12 @@ module Aws::RDS
|
|
570
570
|
data[:customer_owned_ip_enabled]
|
571
571
|
end
|
572
572
|
|
573
|
+
# The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
|
574
|
+
# @return [String]
|
575
|
+
def aws_backup_recovery_point_arn
|
576
|
+
data[:aws_backup_recovery_point_arn]
|
577
|
+
end
|
578
|
+
|
573
579
|
# @!endgroup
|
574
580
|
|
575
581
|
# @return [Client]
|
@@ -2186,6 +2192,7 @@ module Aws::RDS
|
|
2186
2192
|
# certificate_rotation_restart: false,
|
2187
2193
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
2188
2194
|
# enable_customer_owned_ip: false,
|
2195
|
+
# aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
|
2189
2196
|
# })
|
2190
2197
|
# @param [Hash] options ({})
|
2191
2198
|
# @option options [Integer] :allocated_storage
|
@@ -2802,6 +2809,8 @@ module Aws::RDS
|
|
2802
2809
|
#
|
2803
2810
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
2804
2811
|
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
2812
|
+
# @option options [String] :aws_backup_recovery_point_arn
|
2813
|
+
# The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
|
2805
2814
|
# @return [DBInstance]
|
2806
2815
|
def modify(options = {})
|
2807
2816
|
options = options.merge(db_instance_identifier: @id)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2093,7 +2093,7 @@ module Aws::RDS
|
|
2093
2093
|
#
|
2094
2094
|
# **Aurora PostgreSQL**
|
2095
2095
|
#
|
2096
|
-
# Possible
|
2096
|
+
# Possible value is `postgresql`.
|
2097
2097
|
#
|
2098
2098
|
#
|
2099
2099
|
#
|
@@ -6580,6 +6580,10 @@ module Aws::RDS
|
|
6580
6580
|
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
6581
6581
|
# @return [Boolean]
|
6582
6582
|
#
|
6583
|
+
# @!attribute [rw] aws_backup_recovery_point_arn
|
6584
|
+
# The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
|
6585
|
+
# @return [String]
|
6586
|
+
#
|
6583
6587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
6584
6588
|
#
|
6585
6589
|
class DBInstance < Struct.new(
|
@@ -6645,7 +6649,8 @@ module Aws::RDS
|
|
6645
6649
|
:max_allocated_storage,
|
6646
6650
|
:tag_list,
|
6647
6651
|
:db_instance_automated_backups_replications,
|
6648
|
-
:customer_owned_ip_enabled
|
6652
|
+
:customer_owned_ip_enabled,
|
6653
|
+
:aws_backup_recovery_point_arn)
|
6649
6654
|
SENSITIVE = []
|
6650
6655
|
include Aws::Structure
|
6651
6656
|
end
|
@@ -13670,6 +13675,7 @@ module Aws::RDS
|
|
13670
13675
|
# certificate_rotation_restart: false,
|
13671
13676
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
13672
13677
|
# enable_customer_owned_ip: false,
|
13678
|
+
# aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
|
13673
13679
|
# }
|
13674
13680
|
#
|
13675
13681
|
# @!attribute [rw] db_instance_identifier
|
@@ -14392,6 +14398,10 @@ module Aws::RDS
|
|
14392
14398
|
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
14393
14399
|
# @return [Boolean]
|
14394
14400
|
#
|
14401
|
+
# @!attribute [rw] aws_backup_recovery_point_arn
|
14402
|
+
# The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
|
14403
|
+
# @return [String]
|
14404
|
+
#
|
14395
14405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
14396
14406
|
#
|
14397
14407
|
class ModifyDBInstanceMessage < Struct.new(
|
@@ -14438,7 +14448,8 @@ module Aws::RDS
|
|
14438
14448
|
:max_allocated_storage,
|
14439
14449
|
:certificate_rotation_restart,
|
14440
14450
|
:replica_mode,
|
14441
|
-
:enable_customer_owned_ip
|
14451
|
+
:enable_customer_owned_ip,
|
14452
|
+
:aws_backup_recovery_point_arn)
|
14442
14453
|
SENSITIVE = []
|
14443
14454
|
include Aws::Structure
|
14444
14455
|
end
|
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.115.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: 2021-02-
|
11
|
+
date: 2021-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|