aws-sdk-rds 1.108.0 → 1.109.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +121 -26
- data/lib/aws-sdk-rds/client_api.rb +5 -0
- data/lib/aws-sdk-rds/db_instance.rb +89 -5
- data/lib/aws-sdk-rds/db_snapshot.rb +22 -2
- data/lib/aws-sdk-rds/resource.rb +22 -2
- data/lib/aws-sdk-rds/types.rb +147 -29
- 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: e51459393106589979a5158b1348b7da405c4a3b87dcc2980e2d2b046199347a
|
|
4
|
+
data.tar.gz: '02308614613eefc1b509f79511679ab189becd7f4014b1eb1236b478e6275863'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 721e3060995e005bfb503d61b47f42417498e3bf43896ebbb153c310f8b25e8fceb6df74e35110191a9941deaedd31bac5c7436cae1bce4d5d95c9129a3e11ba
|
|
7
|
+
data.tar.gz: f4bf3204b8eb696998ebdfc2d58f5a71780d996250596f6af4cbd5a93c012b7899f340b1f304134daf97ac1952db2056944e4328d04f9b47e8819b13cb758755
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -1547,8 +1547,8 @@ module Aws::RDS
|
|
|
1547
1547
|
# to another, and your DB instance uses a nondefault option group. If
|
|
1548
1548
|
# your source DB instance uses Transparent Data Encryption for Oracle or
|
|
1549
1549
|
# Microsoft SQL Server, you must specify this option when copying across
|
|
1550
|
-
# AWS Regions. For more information, see [Option
|
|
1551
|
-
#
|
|
1550
|
+
# AWS Regions. For more information, see [Option group
|
|
1551
|
+
# considerations][1] in the *Amazon RDS User Guide.*
|
|
1552
1552
|
#
|
|
1553
1553
|
#
|
|
1554
1554
|
#
|
|
@@ -1767,8 +1767,8 @@ module Aws::RDS
|
|
|
1767
1767
|
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
|
1768
1768
|
# vSphere cluster.
|
|
1769
1769
|
#
|
|
1770
|
-
# For more information about RDS on VMware, see the [
|
|
1771
|
-
#
|
|
1770
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
1771
|
+
# Guide.][1]
|
|
1772
1772
|
#
|
|
1773
1773
|
#
|
|
1774
1774
|
#
|
|
@@ -3114,8 +3114,8 @@ module Aws::RDS
|
|
|
3114
3114
|
# specify the identifier of the custom Availability Zone to create the
|
|
3115
3115
|
# DB instance in.
|
|
3116
3116
|
#
|
|
3117
|
-
# For more information about RDS on VMware, see the [
|
|
3118
|
-
#
|
|
3117
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
3118
|
+
# Guide.][2]
|
|
3119
3119
|
#
|
|
3120
3120
|
# </note>
|
|
3121
3121
|
#
|
|
@@ -3615,6 +3615,26 @@ module Aws::RDS
|
|
|
3615
3615
|
# The upper limit to which Amazon RDS can automatically scale the
|
|
3616
3616
|
# storage of the DB instance.
|
|
3617
3617
|
#
|
|
3618
|
+
# @option params [Boolean] :enable_customer_owned_ip
|
|
3619
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
3620
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
3621
|
+
#
|
|
3622
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
3623
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
3624
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
3625
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
3626
|
+
#
|
|
3627
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
3628
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
3629
|
+
#
|
|
3630
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
3631
|
+
# in the *AWS Outposts User Guide*.
|
|
3632
|
+
#
|
|
3633
|
+
#
|
|
3634
|
+
#
|
|
3635
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
3636
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
3637
|
+
#
|
|
3618
3638
|
# @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3619
3639
|
#
|
|
3620
3640
|
# * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -3699,6 +3719,7 @@ module Aws::RDS
|
|
|
3699
3719
|
# ],
|
|
3700
3720
|
# deletion_protection: false,
|
|
3701
3721
|
# max_allocated_storage: 1,
|
|
3722
|
+
# enable_customer_owned_ip: false,
|
|
3702
3723
|
# })
|
|
3703
3724
|
#
|
|
3704
3725
|
# @example Response structure
|
|
@@ -3825,6 +3846,7 @@ module Aws::RDS
|
|
|
3825
3846
|
# resp.db_instance.tag_list[0].value #=> String
|
|
3826
3847
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
3827
3848
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
3849
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
3828
3850
|
#
|
|
3829
3851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
|
3830
3852
|
#
|
|
@@ -4473,6 +4495,7 @@ module Aws::RDS
|
|
|
4473
4495
|
# resp.db_instance.tag_list[0].value #=> String
|
|
4474
4496
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
4475
4497
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
4498
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
4476
4499
|
#
|
|
4477
4500
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
|
4478
4501
|
#
|
|
@@ -5364,8 +5387,8 @@ module Aws::RDS
|
|
|
5364
5387
|
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
|
5365
5388
|
# vSphere cluster.
|
|
5366
5389
|
#
|
|
5367
|
-
# For more information about RDS on VMware, see the [
|
|
5368
|
-
#
|
|
5390
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
5391
|
+
# Guide.][1]
|
|
5369
5392
|
#
|
|
5370
5393
|
#
|
|
5371
5394
|
#
|
|
@@ -6021,6 +6044,7 @@ module Aws::RDS
|
|
|
6021
6044
|
# resp.db_instance.tag_list[0].value #=> String
|
|
6022
6045
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
6023
6046
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
6047
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
6024
6048
|
#
|
|
6025
6049
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
|
6026
6050
|
#
|
|
@@ -6713,8 +6737,8 @@ module Aws::RDS
|
|
|
6713
6737
|
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
|
6714
6738
|
# vSphere cluster.
|
|
6715
6739
|
#
|
|
6716
|
-
# For more information about RDS on VMware, see the [
|
|
6717
|
-
#
|
|
6740
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
6741
|
+
# Guide.][1]
|
|
6718
6742
|
#
|
|
6719
6743
|
#
|
|
6720
6744
|
#
|
|
@@ -7848,20 +7872,19 @@ module Aws::RDS
|
|
|
7848
7872
|
#
|
|
7849
7873
|
# * `active` - automated backups for current instances
|
|
7850
7874
|
#
|
|
7851
|
-
# * `retained` - automated backups for deleted instances
|
|
7875
|
+
# * `retained` - automated backups for deleted instances and after
|
|
7876
|
+
# backup replication is stopped
|
|
7852
7877
|
#
|
|
7853
7878
|
# * `creating` - automated backups that are waiting for the first
|
|
7854
7879
|
# automated snapshot to be available
|
|
7855
7880
|
#
|
|
7856
7881
|
# * `db-instance-id` - Accepts DB instance identifiers and Amazon
|
|
7857
|
-
# Resource Names (ARNs)
|
|
7858
|
-
#
|
|
7859
|
-
# by these ARNs.
|
|
7882
|
+
# Resource Names (ARNs). The results list includes only information
|
|
7883
|
+
# about the DB instance automated backups identified by these ARNs.
|
|
7860
7884
|
#
|
|
7861
|
-
# * `dbi-resource-id` - Accepts DB
|
|
7862
|
-
#
|
|
7863
|
-
#
|
|
7864
|
-
# by these ARNs.
|
|
7885
|
+
# * `dbi-resource-id` - Accepts DB resource identifiers and Amazon
|
|
7886
|
+
# Resource Names (ARNs). The results list includes only information
|
|
7887
|
+
# about the DB instance resources identified by these ARNs.
|
|
7865
7888
|
#
|
|
7866
7889
|
# Returns all resources by default. The status for each resource is
|
|
7867
7890
|
# specified in the response.
|
|
@@ -8167,6 +8190,7 @@ module Aws::RDS
|
|
|
8167
8190
|
# resp.db_instances[0].tag_list[0].value #=> String
|
|
8168
8191
|
# resp.db_instances[0].db_instance_automated_backups_replications #=> Array
|
|
8169
8192
|
# resp.db_instances[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
8193
|
+
# resp.db_instances[0].customer_owned_ip_enabled #=> Boolean
|
|
8170
8194
|
#
|
|
8171
8195
|
#
|
|
8172
8196
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -10631,8 +10655,8 @@ module Aws::RDS
|
|
|
10631
10655
|
end
|
|
10632
10656
|
|
|
10633
10657
|
# Returns a list of the source AWS Regions where the current AWS Region
|
|
10634
|
-
# can create a read replica
|
|
10635
|
-
# supports pagination.
|
|
10658
|
+
# can create a read replica, copy a DB snapshot from, or replicate
|
|
10659
|
+
# automated backups from. This API action supports pagination.
|
|
10636
10660
|
#
|
|
10637
10661
|
# @option params [String] :region_name
|
|
10638
10662
|
# The source AWS Region name. For example, `us-east-1`.
|
|
@@ -12205,8 +12229,8 @@ module Aws::RDS
|
|
|
12205
12229
|
# The new DB subnet group for the DB instance. You can use this
|
|
12206
12230
|
# parameter to move your DB instance to a different VPC. If your DB
|
|
12207
12231
|
# instance isn't in a VPC, you can also use this parameter to move your
|
|
12208
|
-
# DB instance into a VPC. For more information, see [
|
|
12209
|
-
#
|
|
12232
|
+
# DB instance into a VPC. For more information, see [Working with a DB
|
|
12233
|
+
# instance in a VPC][1] in the *Amazon RDS User Guide.*
|
|
12210
12234
|
#
|
|
12211
12235
|
# Changing the subnet group causes an outage during the change. The
|
|
12212
12236
|
# change is applied during the next maintenance window, unless you
|
|
@@ -12219,7 +12243,7 @@ module Aws::RDS
|
|
|
12219
12243
|
#
|
|
12220
12244
|
#
|
|
12221
12245
|
#
|
|
12222
|
-
# [1]:
|
|
12246
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC
|
|
12223
12247
|
#
|
|
12224
12248
|
# @option params [Array<String>] :db_security_groups
|
|
12225
12249
|
# A list of DB security groups to authorize on this DB instance.
|
|
@@ -12799,6 +12823,26 @@ module Aws::RDS
|
|
|
12799
12823
|
#
|
|
12800
12824
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
|
12801
12825
|
#
|
|
12826
|
+
# @option params [Boolean] :enable_customer_owned_ip
|
|
12827
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
12828
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
12829
|
+
#
|
|
12830
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
12831
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
12832
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
12833
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
12834
|
+
#
|
|
12835
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
12836
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
12837
|
+
#
|
|
12838
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
12839
|
+
# in the *AWS Outposts User Guide*.
|
|
12840
|
+
#
|
|
12841
|
+
#
|
|
12842
|
+
#
|
|
12843
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
12844
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
12845
|
+
#
|
|
12802
12846
|
# @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
12803
12847
|
#
|
|
12804
12848
|
# * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -12879,6 +12923,7 @@ module Aws::RDS
|
|
|
12879
12923
|
# max_allocated_storage: 1,
|
|
12880
12924
|
# certificate_rotation_restart: false,
|
|
12881
12925
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
|
12926
|
+
# enable_customer_owned_ip: false,
|
|
12882
12927
|
# })
|
|
12883
12928
|
#
|
|
12884
12929
|
# @example Response structure
|
|
@@ -13005,6 +13050,7 @@ module Aws::RDS
|
|
|
13005
13050
|
# resp.db_instance.tag_list[0].value #=> String
|
|
13006
13051
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
13007
13052
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
13053
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
13008
13054
|
#
|
|
13009
13055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
|
13010
13056
|
#
|
|
@@ -13329,11 +13375,11 @@ module Aws::RDS
|
|
|
13329
13375
|
# You can specify this parameter when you upgrade an Oracle DB snapshot.
|
|
13330
13376
|
# The same option group considerations apply when upgrading a DB
|
|
13331
13377
|
# snapshot as when upgrading a DB instance. For more information, see
|
|
13332
|
-
# [Option
|
|
13378
|
+
# [Option group considerations][1] in the *Amazon RDS User Guide.*
|
|
13333
13379
|
#
|
|
13334
13380
|
#
|
|
13335
13381
|
#
|
|
13336
|
-
# [1]:
|
|
13382
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html#USER_UpgradeDBInstance.Oracle.OGPG.OG
|
|
13337
13383
|
#
|
|
13338
13384
|
# @return [Types::ModifyDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13339
13385
|
#
|
|
@@ -14099,6 +14145,7 @@ module Aws::RDS
|
|
|
14099
14145
|
# resp.db_instance.tag_list[0].value #=> String
|
|
14100
14146
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
14101
14147
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
14148
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
14102
14149
|
#
|
|
14103
14150
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
|
14104
14151
|
#
|
|
@@ -14510,6 +14557,7 @@ module Aws::RDS
|
|
|
14510
14557
|
# resp.db_instance.tag_list[0].value #=> String
|
|
14511
14558
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
14512
14559
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
14560
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
14513
14561
|
#
|
|
14514
14562
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
|
14515
14563
|
#
|
|
@@ -16559,6 +16607,26 @@ module Aws::RDS
|
|
|
16559
16607
|
#
|
|
16560
16608
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
|
16561
16609
|
#
|
|
16610
|
+
# @option params [Boolean] :enable_customer_owned_ip
|
|
16611
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
16612
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
16613
|
+
#
|
|
16614
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
16615
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
16616
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
16617
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
16618
|
+
#
|
|
16619
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
16620
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
16621
|
+
#
|
|
16622
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
16623
|
+
# in the *AWS Outposts User Guide*.
|
|
16624
|
+
#
|
|
16625
|
+
#
|
|
16626
|
+
#
|
|
16627
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
16628
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
16629
|
+
#
|
|
16562
16630
|
# @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
16563
16631
|
#
|
|
16564
16632
|
# * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -16699,6 +16767,7 @@ module Aws::RDS
|
|
|
16699
16767
|
# use_default_processor_features: false,
|
|
16700
16768
|
# db_parameter_group_name: "String",
|
|
16701
16769
|
# deletion_protection: false,
|
|
16770
|
+
# enable_customer_owned_ip: false,
|
|
16702
16771
|
# })
|
|
16703
16772
|
#
|
|
16704
16773
|
# @example Response structure
|
|
@@ -16825,6 +16894,7 @@ module Aws::RDS
|
|
|
16825
16894
|
# resp.db_instance.tag_list[0].value #=> String
|
|
16826
16895
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
16827
16896
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
16897
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
16828
16898
|
#
|
|
16829
16899
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
|
16830
16900
|
#
|
|
@@ -17394,6 +17464,7 @@ module Aws::RDS
|
|
|
17394
17464
|
# resp.db_instance.tag_list[0].value #=> String
|
|
17395
17465
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
17396
17466
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
17467
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
17397
17468
|
#
|
|
17398
17469
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
|
17399
17470
|
#
|
|
@@ -17718,6 +17789,26 @@ module Aws::RDS
|
|
|
17718
17789
|
# from which to restore, for example,
|
|
17719
17790
|
# `arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
|
|
17720
17791
|
#
|
|
17792
|
+
# @option params [Boolean] :enable_customer_owned_ip
|
|
17793
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
17794
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
17795
|
+
#
|
|
17796
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
17797
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
17798
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
17799
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
17800
|
+
#
|
|
17801
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
17802
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
17803
|
+
#
|
|
17804
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
17805
|
+
# in the *AWS Outposts User Guide*.
|
|
17806
|
+
#
|
|
17807
|
+
#
|
|
17808
|
+
#
|
|
17809
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
17810
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
17811
|
+
#
|
|
17721
17812
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17722
17813
|
#
|
|
17723
17814
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -17864,6 +17955,7 @@ module Aws::RDS
|
|
|
17864
17955
|
# source_dbi_resource_id: "String",
|
|
17865
17956
|
# max_allocated_storage: 1,
|
|
17866
17957
|
# source_db_instance_automated_backups_arn: "String",
|
|
17958
|
+
# enable_customer_owned_ip: false,
|
|
17867
17959
|
# })
|
|
17868
17960
|
#
|
|
17869
17961
|
# @example Response structure
|
|
@@ -17990,6 +18082,7 @@ module Aws::RDS
|
|
|
17990
18082
|
# resp.db_instance.tag_list[0].value #=> String
|
|
17991
18083
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
17992
18084
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
18085
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
17993
18086
|
#
|
|
17994
18087
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
|
17995
18088
|
#
|
|
@@ -18433,6 +18526,7 @@ module Aws::RDS
|
|
|
18433
18526
|
# resp.db_instance.tag_list[0].value #=> String
|
|
18434
18527
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
18435
18528
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
18529
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
18436
18530
|
#
|
|
18437
18531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
|
18438
18532
|
#
|
|
@@ -18995,6 +19089,7 @@ module Aws::RDS
|
|
|
18995
19089
|
# resp.db_instance.tag_list[0].value #=> String
|
|
18996
19090
|
# resp.db_instance.db_instance_automated_backups_replications #=> Array
|
|
18997
19091
|
# resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
|
19092
|
+
# resp.db_instance.customer_owned_ip_enabled #=> Boolean
|
|
18998
19093
|
#
|
|
18999
19094
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
|
19000
19095
|
#
|
|
@@ -19082,7 +19177,7 @@ module Aws::RDS
|
|
|
19082
19177
|
params: params,
|
|
19083
19178
|
config: config)
|
|
19084
19179
|
context[:gem_name] = 'aws-sdk-rds'
|
|
19085
|
-
context[:gem_version] = '1.
|
|
19180
|
+
context[:gem_version] = '1.109.0'
|
|
19086
19181
|
Seahorse::Client::Request.new(handlers, context)
|
|
19087
19182
|
end
|
|
19088
19183
|
|
|
@@ -878,6 +878,7 @@ module Aws::RDS
|
|
|
878
878
|
CreateDBInstanceMessage.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
|
879
879
|
CreateDBInstanceMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
|
880
880
|
CreateDBInstanceMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
881
|
+
CreateDBInstanceMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
|
881
882
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
|
882
883
|
|
|
883
884
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
|
@@ -1318,6 +1319,7 @@ module Aws::RDS
|
|
|
1318
1319
|
DBInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
1319
1320
|
DBInstance.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
|
1320
1321
|
DBInstance.add_member(:db_instance_automated_backups_replications, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplicationList, location_name: "DBInstanceAutomatedBackupsReplications"))
|
|
1322
|
+
DBInstance.add_member(:customer_owned_ip_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CustomerOwnedIpEnabled"))
|
|
1321
1323
|
DBInstance.struct_class = Types::DBInstance
|
|
1322
1324
|
|
|
1323
1325
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
|
@@ -2369,6 +2371,7 @@ module Aws::RDS
|
|
|
2369
2371
|
ModifyDBInstanceMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
2370
2372
|
ModifyDBInstanceMessage.add_member(:certificate_rotation_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CertificateRotationRestart"))
|
|
2371
2373
|
ModifyDBInstanceMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
|
2374
|
+
ModifyDBInstanceMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
|
2372
2375
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
|
2373
2376
|
|
|
2374
2377
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -2936,6 +2939,7 @@ module Aws::RDS
|
|
|
2936
2939
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:use_default_processor_features, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDefaultProcessorFeatures"))
|
|
2937
2940
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
|
2938
2941
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
|
2942
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
|
2939
2943
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
|
2940
2944
|
|
|
2941
2945
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -3023,6 +3027,7 @@ module Aws::RDS
|
|
|
3023
3027
|
RestoreDBInstanceToPointInTimeMessage.add_member(:source_dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbiResourceId"))
|
|
3024
3028
|
RestoreDBInstanceToPointInTimeMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
3025
3029
|
RestoreDBInstanceToPointInTimeMessage.add_member(:source_db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBInstanceAutomatedBackupsArn"))
|
|
3030
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
|
3026
3031
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
|
3027
3032
|
|
|
3028
3033
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -545,6 +545,30 @@ module Aws::RDS
|
|
|
545
545
|
data[:db_instance_automated_backups_replications]
|
|
546
546
|
end
|
|
547
547
|
|
|
548
|
+
# Specifies whether a customer-owned IP address (CoIP) is enabled for an
|
|
549
|
+
# RDS on Outposts DB instance.
|
|
550
|
+
#
|
|
551
|
+
# A <i>CoIP </i>provides local or external connectivity to resources in
|
|
552
|
+
# your Outpost subnets through your on-premises network. For some use
|
|
553
|
+
# cases, a CoIP can provide lower latency for connections to the DB
|
|
554
|
+
# instance from outside of its virtual private cloud (VPC) on your local
|
|
555
|
+
# network.
|
|
556
|
+
#
|
|
557
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
558
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
559
|
+
#
|
|
560
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
561
|
+
# in the *AWS Outposts User Guide*.
|
|
562
|
+
#
|
|
563
|
+
#
|
|
564
|
+
#
|
|
565
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
566
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
567
|
+
# @return [Boolean]
|
|
568
|
+
def customer_owned_ip_enabled
|
|
569
|
+
data[:customer_owned_ip_enabled]
|
|
570
|
+
end
|
|
571
|
+
|
|
548
572
|
# @!endgroup
|
|
549
573
|
|
|
550
574
|
# @return [Client]
|
|
@@ -738,6 +762,7 @@ module Aws::RDS
|
|
|
738
762
|
# ],
|
|
739
763
|
# deletion_protection: false,
|
|
740
764
|
# max_allocated_storage: 1,
|
|
765
|
+
# enable_customer_owned_ip: false,
|
|
741
766
|
# })
|
|
742
767
|
# @param [Hash] options ({})
|
|
743
768
|
# @option options [String] :db_name
|
|
@@ -1076,8 +1101,8 @@ module Aws::RDS
|
|
|
1076
1101
|
# specify the identifier of the custom Availability Zone to create the
|
|
1077
1102
|
# DB instance in.
|
|
1078
1103
|
#
|
|
1079
|
-
# For more information about RDS on VMware, see the [
|
|
1080
|
-
#
|
|
1104
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
1105
|
+
# Guide.][2]
|
|
1081
1106
|
#
|
|
1082
1107
|
# </note>
|
|
1083
1108
|
#
|
|
@@ -1539,6 +1564,25 @@ module Aws::RDS
|
|
|
1539
1564
|
# @option options [Integer] :max_allocated_storage
|
|
1540
1565
|
# The upper limit to which Amazon RDS can automatically scale the
|
|
1541
1566
|
# storage of the DB instance.
|
|
1567
|
+
# @option options [Boolean] :enable_customer_owned_ip
|
|
1568
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
1569
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
1570
|
+
#
|
|
1571
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
1572
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
1573
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
1574
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
1575
|
+
#
|
|
1576
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
1577
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
1578
|
+
#
|
|
1579
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
1580
|
+
# in the *AWS Outposts User Guide*.
|
|
1581
|
+
#
|
|
1582
|
+
#
|
|
1583
|
+
#
|
|
1584
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
1585
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
1542
1586
|
# @return [DBInstance]
|
|
1543
1587
|
def create(options = {})
|
|
1544
1588
|
options = options.merge(db_instance_identifier: @id)
|
|
@@ -2106,6 +2150,7 @@ module Aws::RDS
|
|
|
2106
2150
|
# max_allocated_storage: 1,
|
|
2107
2151
|
# certificate_rotation_restart: false,
|
|
2108
2152
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
|
2153
|
+
# enable_customer_owned_ip: false,
|
|
2109
2154
|
# })
|
|
2110
2155
|
# @param [Hash] options ({})
|
|
2111
2156
|
# @option options [Integer] :allocated_storage
|
|
@@ -2139,8 +2184,8 @@ module Aws::RDS
|
|
|
2139
2184
|
# The new DB subnet group for the DB instance. You can use this
|
|
2140
2185
|
# parameter to move your DB instance to a different VPC. If your DB
|
|
2141
2186
|
# instance isn't in a VPC, you can also use this parameter to move your
|
|
2142
|
-
# DB instance into a VPC. For more information, see [
|
|
2143
|
-
#
|
|
2187
|
+
# DB instance into a VPC. For more information, see [Working with a DB
|
|
2188
|
+
# instance in a VPC][1] in the *Amazon RDS User Guide.*
|
|
2144
2189
|
#
|
|
2145
2190
|
# Changing the subnet group causes an outage during the change. The
|
|
2146
2191
|
# change is applied during the next maintenance window, unless you
|
|
@@ -2153,7 +2198,7 @@ module Aws::RDS
|
|
|
2153
2198
|
#
|
|
2154
2199
|
#
|
|
2155
2200
|
#
|
|
2156
|
-
# [1]:
|
|
2201
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC
|
|
2157
2202
|
# @option options [Array<String>] :db_security_groups
|
|
2158
2203
|
# A list of DB security groups to authorize on this DB instance.
|
|
2159
2204
|
# Changing this setting doesn't result in an outage and the change is
|
|
@@ -2693,6 +2738,25 @@ module Aws::RDS
|
|
|
2693
2738
|
#
|
|
2694
2739
|
#
|
|
2695
2740
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
|
2741
|
+
# @option options [Boolean] :enable_customer_owned_ip
|
|
2742
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
2743
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
2744
|
+
#
|
|
2745
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
2746
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
2747
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
2748
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
2749
|
+
#
|
|
2750
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
2751
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
2752
|
+
#
|
|
2753
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
2754
|
+
# in the *AWS Outposts User Guide*.
|
|
2755
|
+
#
|
|
2756
|
+
#
|
|
2757
|
+
#
|
|
2758
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
2759
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
2696
2760
|
# @return [DBInstance]
|
|
2697
2761
|
def modify(options = {})
|
|
2698
2762
|
options = options.merge(db_instance_identifier: @id)
|
|
@@ -2825,6 +2889,7 @@ module Aws::RDS
|
|
|
2825
2889
|
# source_dbi_resource_id: "String",
|
|
2826
2890
|
# max_allocated_storage: 1,
|
|
2827
2891
|
# source_db_instance_automated_backups_arn: "String",
|
|
2892
|
+
# enable_customer_owned_ip: false,
|
|
2828
2893
|
# })
|
|
2829
2894
|
# @param [Hash] options ({})
|
|
2830
2895
|
# @option options [required, String] :target_db_instance_identifier
|
|
@@ -3081,6 +3146,25 @@ module Aws::RDS
|
|
|
3081
3146
|
# The Amazon Resource Name (ARN) of the replicated automated backups
|
|
3082
3147
|
# from which to restore, for example,
|
|
3083
3148
|
# `arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
|
|
3149
|
+
# @option options [Boolean] :enable_customer_owned_ip
|
|
3150
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
3151
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
3152
|
+
#
|
|
3153
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
3154
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
3155
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
3156
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
3157
|
+
#
|
|
3158
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
3159
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
3160
|
+
#
|
|
3161
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
3162
|
+
# in the *AWS Outposts User Guide*.
|
|
3163
|
+
#
|
|
3164
|
+
#
|
|
3165
|
+
#
|
|
3166
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
3167
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
3084
3168
|
# @return [DBInstance]
|
|
3085
3169
|
def restore(options = {})
|
|
3086
3170
|
options = options.merge(source_db_instance_identifier: @id)
|
|
@@ -523,8 +523,8 @@ module Aws::RDS
|
|
|
523
523
|
# to another, and your DB instance uses a nondefault option group. If
|
|
524
524
|
# your source DB instance uses Transparent Data Encryption for Oracle or
|
|
525
525
|
# Microsoft SQL Server, you must specify this option when copying across
|
|
526
|
-
# AWS Regions. For more information, see [Option
|
|
527
|
-
#
|
|
526
|
+
# AWS Regions. For more information, see [Option group
|
|
527
|
+
# considerations][1] in the *Amazon RDS User Guide.*
|
|
528
528
|
#
|
|
529
529
|
#
|
|
530
530
|
#
|
|
@@ -605,6 +605,7 @@ module Aws::RDS
|
|
|
605
605
|
# use_default_processor_features: false,
|
|
606
606
|
# db_parameter_group_name: "String",
|
|
607
607
|
# deletion_protection: false,
|
|
608
|
+
# enable_customer_owned_ip: false,
|
|
608
609
|
# })
|
|
609
610
|
# @param [Hash] options ({})
|
|
610
611
|
# @option options [required, String] :db_instance_identifier
|
|
@@ -845,6 +846,25 @@ module Aws::RDS
|
|
|
845
846
|
#
|
|
846
847
|
#
|
|
847
848
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
|
849
|
+
# @option options [Boolean] :enable_customer_owned_ip
|
|
850
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
851
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
852
|
+
#
|
|
853
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
854
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
855
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
856
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
857
|
+
#
|
|
858
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
859
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
860
|
+
#
|
|
861
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
862
|
+
# in the *AWS Outposts User Guide*.
|
|
863
|
+
#
|
|
864
|
+
#
|
|
865
|
+
#
|
|
866
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
867
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
848
868
|
# @return [DBInstance]
|
|
849
869
|
def restore(options = {})
|
|
850
870
|
options = options.merge(db_snapshot_identifier: @snapshot_id)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -584,6 +584,7 @@ module Aws::RDS
|
|
|
584
584
|
# ],
|
|
585
585
|
# deletion_protection: false,
|
|
586
586
|
# max_allocated_storage: 1,
|
|
587
|
+
# enable_customer_owned_ip: false,
|
|
587
588
|
# })
|
|
588
589
|
# @param [Hash] options ({})
|
|
589
590
|
# @option options [String] :db_name
|
|
@@ -935,8 +936,8 @@ module Aws::RDS
|
|
|
935
936
|
# specify the identifier of the custom Availability Zone to create the
|
|
936
937
|
# DB instance in.
|
|
937
938
|
#
|
|
938
|
-
# For more information about RDS on VMware, see the [
|
|
939
|
-
#
|
|
939
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
940
|
+
# Guide.][2]
|
|
940
941
|
#
|
|
941
942
|
# </note>
|
|
942
943
|
#
|
|
@@ -1398,6 +1399,25 @@ module Aws::RDS
|
|
|
1398
1399
|
# @option options [Integer] :max_allocated_storage
|
|
1399
1400
|
# The upper limit to which Amazon RDS can automatically scale the
|
|
1400
1401
|
# storage of the DB instance.
|
|
1402
|
+
# @option options [Boolean] :enable_customer_owned_ip
|
|
1403
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
1404
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
1405
|
+
#
|
|
1406
|
+
# A *CoIP* provides local or external connectivity to resources in your
|
|
1407
|
+
# Outpost subnets through your on-premises network. For some use cases,
|
|
1408
|
+
# a CoIP can provide lower latency for connections to the DB instance
|
|
1409
|
+
# from outside of its virtual private cloud (VPC) on your local network.
|
|
1410
|
+
#
|
|
1411
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
1412
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
1413
|
+
#
|
|
1414
|
+
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
|
1415
|
+
# in the *AWS Outposts User Guide*.
|
|
1416
|
+
#
|
|
1417
|
+
#
|
|
1418
|
+
#
|
|
1419
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
1420
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
1401
1421
|
# @return [DBInstance]
|
|
1402
1422
|
def create_db_instance(options = {})
|
|
1403
1423
|
resp = @client.create_db_instance(options)
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -1473,7 +1473,7 @@ module Aws::RDS
|
|
|
1473
1473
|
# group. If your source DB instance uses Transparent Data Encryption
|
|
1474
1474
|
# for Oracle or Microsoft SQL Server, you must specify this option
|
|
1475
1475
|
# when copying across AWS Regions. For more information, see [Option
|
|
1476
|
-
#
|
|
1476
|
+
# group considerations][1] in the *Amazon RDS User Guide.*
|
|
1477
1477
|
#
|
|
1478
1478
|
#
|
|
1479
1479
|
#
|
|
@@ -1647,8 +1647,8 @@ module Aws::RDS
|
|
|
1647
1647
|
# A custom Availability Zone (AZ) is an on-premises AZ that is
|
|
1648
1648
|
# integrated with a VMware vSphere cluster.
|
|
1649
1649
|
#
|
|
1650
|
-
# For more information about RDS on VMware, see the [
|
|
1651
|
-
# User Guide
|
|
1650
|
+
# For more information about RDS on VMware, see the [ RDS on VMware
|
|
1651
|
+
# User Guide.][1]
|
|
1652
1652
|
#
|
|
1653
1653
|
#
|
|
1654
1654
|
#
|
|
@@ -2485,6 +2485,7 @@ module Aws::RDS
|
|
|
2485
2485
|
# ],
|
|
2486
2486
|
# deletion_protection: false,
|
|
2487
2487
|
# max_allocated_storage: 1,
|
|
2488
|
+
# enable_customer_owned_ip: false,
|
|
2488
2489
|
# }
|
|
2489
2490
|
#
|
|
2490
2491
|
# @!attribute [rw] db_name
|
|
@@ -2855,8 +2856,8 @@ module Aws::RDS
|
|
|
2855
2856
|
# specify the identifier of the custom Availability Zone to create the
|
|
2856
2857
|
# DB instance in.
|
|
2857
2858
|
#
|
|
2858
|
-
# For more information about RDS on VMware, see the [
|
|
2859
|
-
# User Guide
|
|
2859
|
+
# For more information about RDS on VMware, see the [ RDS on VMware
|
|
2860
|
+
# User Guide.][2]
|
|
2860
2861
|
#
|
|
2861
2862
|
# </note>
|
|
2862
2863
|
#
|
|
@@ -3397,6 +3398,28 @@ module Aws::RDS
|
|
|
3397
3398
|
# storage of the DB instance.
|
|
3398
3399
|
# @return [Integer]
|
|
3399
3400
|
#
|
|
3401
|
+
# @!attribute [rw] enable_customer_owned_ip
|
|
3402
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
3403
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
3404
|
+
#
|
|
3405
|
+
# A *CoIP* provides local or external connectivity to resources in
|
|
3406
|
+
# your Outpost subnets through your on-premises network. For some use
|
|
3407
|
+
# cases, a CoIP can provide lower latency for connections to the DB
|
|
3408
|
+
# instance from outside of its virtual private cloud (VPC) on your
|
|
3409
|
+
# local network.
|
|
3410
|
+
#
|
|
3411
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
3412
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
3413
|
+
#
|
|
3414
|
+
# For more information about CoIPs, see [Customer-owned IP
|
|
3415
|
+
# addresses][2] in the *AWS Outposts User Guide*.
|
|
3416
|
+
#
|
|
3417
|
+
#
|
|
3418
|
+
#
|
|
3419
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
3420
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
3421
|
+
# @return [Boolean]
|
|
3422
|
+
#
|
|
3400
3423
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceMessage AWS API Documentation
|
|
3401
3424
|
#
|
|
3402
3425
|
class CreateDBInstanceMessage < Struct.new(
|
|
@@ -3446,7 +3469,8 @@ module Aws::RDS
|
|
|
3446
3469
|
:enable_cloudwatch_logs_exports,
|
|
3447
3470
|
:processor_features,
|
|
3448
3471
|
:deletion_protection,
|
|
3449
|
-
:max_allocated_storage
|
|
3472
|
+
:max_allocated_storage,
|
|
3473
|
+
:enable_customer_owned_ip)
|
|
3450
3474
|
SENSITIVE = []
|
|
3451
3475
|
include Aws::Structure
|
|
3452
3476
|
end
|
|
@@ -4697,8 +4721,8 @@ module Aws::RDS
|
|
|
4697
4721
|
# A custom Availability Zone (AZ) is an on-premises AZ that is
|
|
4698
4722
|
# integrated with a VMware vSphere cluster.
|
|
4699
4723
|
#
|
|
4700
|
-
# For more information about RDS on VMware, see the [
|
|
4701
|
-
#
|
|
4724
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
4725
|
+
# Guide.][1]
|
|
4702
4726
|
#
|
|
4703
4727
|
#
|
|
4704
4728
|
#
|
|
@@ -6469,6 +6493,28 @@ module Aws::RDS
|
|
|
6469
6493
|
# instance.
|
|
6470
6494
|
# @return [Array<Types::DBInstanceAutomatedBackupsReplication>]
|
|
6471
6495
|
#
|
|
6496
|
+
# @!attribute [rw] customer_owned_ip_enabled
|
|
6497
|
+
# Specifies whether a customer-owned IP address (CoIP) is enabled for
|
|
6498
|
+
# an RDS on Outposts DB instance.
|
|
6499
|
+
#
|
|
6500
|
+
# A <i>CoIP </i>provides local or external connectivity to resources
|
|
6501
|
+
# in your Outpost subnets through your on-premises network. For some
|
|
6502
|
+
# use cases, a CoIP can provide lower latency for connections to the
|
|
6503
|
+
# DB instance from outside of its virtual private cloud (VPC) on your
|
|
6504
|
+
# local network.
|
|
6505
|
+
#
|
|
6506
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
6507
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
6508
|
+
#
|
|
6509
|
+
# For more information about CoIPs, see [Customer-owned IP
|
|
6510
|
+
# addresses][2] in the *AWS Outposts User Guide*.
|
|
6511
|
+
#
|
|
6512
|
+
#
|
|
6513
|
+
#
|
|
6514
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
6515
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
6516
|
+
# @return [Boolean]
|
|
6517
|
+
#
|
|
6472
6518
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
|
6473
6519
|
#
|
|
6474
6520
|
class DBInstance < Struct.new(
|
|
@@ -6533,7 +6579,8 @@ module Aws::RDS
|
|
|
6533
6579
|
:listener_endpoint,
|
|
6534
6580
|
:max_allocated_storage,
|
|
6535
6581
|
:tag_list,
|
|
6536
|
-
:db_instance_automated_backups_replications
|
|
6582
|
+
:db_instance_automated_backups_replications,
|
|
6583
|
+
:customer_owned_ip_enabled)
|
|
6537
6584
|
SENSITIVE = []
|
|
6538
6585
|
include Aws::Structure
|
|
6539
6586
|
end
|
|
@@ -7836,8 +7883,8 @@ module Aws::RDS
|
|
|
7836
7883
|
# A custom Availability Zone (AZ) is an on-premises AZ that is
|
|
7837
7884
|
# integrated with a VMware vSphere cluster.
|
|
7838
7885
|
#
|
|
7839
|
-
# For more information about RDS on VMware, see the [
|
|
7840
|
-
# User Guide
|
|
7886
|
+
# For more information about RDS on VMware, see the [ RDS on VMware
|
|
7887
|
+
# User Guide.][1]
|
|
7841
7888
|
#
|
|
7842
7889
|
#
|
|
7843
7890
|
#
|
|
@@ -9289,20 +9336,19 @@ module Aws::RDS
|
|
|
9289
9336
|
#
|
|
9290
9337
|
# * `active` - automated backups for current instances
|
|
9291
9338
|
#
|
|
9292
|
-
# * `retained` - automated backups for deleted instances
|
|
9339
|
+
# * `retained` - automated backups for deleted instances and after
|
|
9340
|
+
# backup replication is stopped
|
|
9293
9341
|
#
|
|
9294
9342
|
# * `creating` - automated backups that are waiting for the first
|
|
9295
9343
|
# automated snapshot to be available
|
|
9296
9344
|
#
|
|
9297
9345
|
# * `db-instance-id` - Accepts DB instance identifiers and Amazon
|
|
9298
|
-
# Resource Names (ARNs)
|
|
9299
|
-
#
|
|
9300
|
-
# identified by these ARNs.
|
|
9346
|
+
# Resource Names (ARNs). The results list includes only information
|
|
9347
|
+
# about the DB instance automated backups identified by these ARNs.
|
|
9301
9348
|
#
|
|
9302
|
-
# * `dbi-resource-id` - Accepts DB
|
|
9303
|
-
#
|
|
9304
|
-
#
|
|
9305
|
-
# identified by these ARNs.
|
|
9349
|
+
# * `dbi-resource-id` - Accepts DB resource identifiers and Amazon
|
|
9350
|
+
# Resource Names (ARNs). The results list includes only information
|
|
9351
|
+
# about the DB instance resources identified by these ARNs.
|
|
9306
9352
|
#
|
|
9307
9353
|
# Returns all resources by default. The status for each resource is
|
|
9308
9354
|
# specified in the response.
|
|
@@ -13337,6 +13383,7 @@ module Aws::RDS
|
|
|
13337
13383
|
# max_allocated_storage: 1,
|
|
13338
13384
|
# certificate_rotation_restart: false,
|
|
13339
13385
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
|
13386
|
+
# enable_customer_owned_ip: false,
|
|
13340
13387
|
# }
|
|
13341
13388
|
#
|
|
13342
13389
|
# @!attribute [rw] db_instance_identifier
|
|
@@ -13385,8 +13432,8 @@ module Aws::RDS
|
|
|
13385
13432
|
# The new DB subnet group for the DB instance. You can use this
|
|
13386
13433
|
# parameter to move your DB instance to a different VPC. If your DB
|
|
13387
13434
|
# instance isn't in a VPC, you can also use this parameter to move
|
|
13388
|
-
# your DB instance into a VPC. For more information, see [
|
|
13389
|
-
#
|
|
13435
|
+
# your DB instance into a VPC. For more information, see [Working with
|
|
13436
|
+
# a DB instance in a VPC][1] in the *Amazon RDS User Guide.*
|
|
13390
13437
|
#
|
|
13391
13438
|
# Changing the subnet group causes an outage during the change. The
|
|
13392
13439
|
# change is applied during the next maintenance window, unless you
|
|
@@ -13399,7 +13446,7 @@ module Aws::RDS
|
|
|
13399
13446
|
#
|
|
13400
13447
|
#
|
|
13401
13448
|
#
|
|
13402
|
-
# [1]:
|
|
13449
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC
|
|
13403
13450
|
# @return [String]
|
|
13404
13451
|
#
|
|
13405
13452
|
# @!attribute [rw] db_security_groups
|
|
@@ -14027,6 +14074,28 @@ module Aws::RDS
|
|
|
14027
14074
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
|
14028
14075
|
# @return [String]
|
|
14029
14076
|
#
|
|
14077
|
+
# @!attribute [rw] enable_customer_owned_ip
|
|
14078
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
14079
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
14080
|
+
#
|
|
14081
|
+
# A *CoIP* provides local or external connectivity to resources in
|
|
14082
|
+
# your Outpost subnets through your on-premises network. For some use
|
|
14083
|
+
# cases, a CoIP can provide lower latency for connections to the DB
|
|
14084
|
+
# instance from outside of its virtual private cloud (VPC) on your
|
|
14085
|
+
# local network.
|
|
14086
|
+
#
|
|
14087
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
14088
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
14089
|
+
#
|
|
14090
|
+
# For more information about CoIPs, see [Customer-owned IP
|
|
14091
|
+
# addresses][2] in the *AWS Outposts User Guide*.
|
|
14092
|
+
#
|
|
14093
|
+
#
|
|
14094
|
+
#
|
|
14095
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
14096
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
14097
|
+
# @return [Boolean]
|
|
14098
|
+
#
|
|
14030
14099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
|
14031
14100
|
#
|
|
14032
14101
|
class ModifyDBInstanceMessage < Struct.new(
|
|
@@ -14072,7 +14141,8 @@ module Aws::RDS
|
|
|
14072
14141
|
:deletion_protection,
|
|
14073
14142
|
:max_allocated_storage,
|
|
14074
14143
|
:certificate_rotation_restart,
|
|
14075
|
-
:replica_mode
|
|
14144
|
+
:replica_mode,
|
|
14145
|
+
:enable_customer_owned_ip)
|
|
14076
14146
|
SENSITIVE = []
|
|
14077
14147
|
include Aws::Structure
|
|
14078
14148
|
end
|
|
@@ -14434,11 +14504,11 @@ module Aws::RDS
|
|
|
14434
14504
|
# You can specify this parameter when you upgrade an Oracle DB
|
|
14435
14505
|
# snapshot. The same option group considerations apply when upgrading
|
|
14436
14506
|
# a DB snapshot as when upgrading a DB instance. For more information,
|
|
14437
|
-
# see [Option
|
|
14507
|
+
# see [Option group considerations][1] in the *Amazon RDS User Guide.*
|
|
14438
14508
|
#
|
|
14439
14509
|
#
|
|
14440
14510
|
#
|
|
14441
|
-
# [1]:
|
|
14511
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html#USER_UpgradeDBInstance.Oracle.OGPG.OG
|
|
14442
14512
|
# @return [String]
|
|
14443
14513
|
#
|
|
14444
14514
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshotMessage AWS API Documentation
|
|
@@ -17802,6 +17872,7 @@ module Aws::RDS
|
|
|
17802
17872
|
# use_default_processor_features: false,
|
|
17803
17873
|
# db_parameter_group_name: "String",
|
|
17804
17874
|
# deletion_protection: false,
|
|
17875
|
+
# enable_customer_owned_ip: false,
|
|
17805
17876
|
# }
|
|
17806
17877
|
#
|
|
17807
17878
|
# @!attribute [rw] db_instance_identifier
|
|
@@ -18111,6 +18182,28 @@ module Aws::RDS
|
|
|
18111
18182
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
|
18112
18183
|
# @return [Boolean]
|
|
18113
18184
|
#
|
|
18185
|
+
# @!attribute [rw] enable_customer_owned_ip
|
|
18186
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
18187
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
18188
|
+
#
|
|
18189
|
+
# A *CoIP* provides local or external connectivity to resources in
|
|
18190
|
+
# your Outpost subnets through your on-premises network. For some use
|
|
18191
|
+
# cases, a CoIP can provide lower latency for connections to the DB
|
|
18192
|
+
# instance from outside of its virtual private cloud (VPC) on your
|
|
18193
|
+
# local network.
|
|
18194
|
+
#
|
|
18195
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
18196
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
18197
|
+
#
|
|
18198
|
+
# For more information about CoIPs, see [Customer-owned IP
|
|
18199
|
+
# addresses][2] in the *AWS Outposts User Guide*.
|
|
18200
|
+
#
|
|
18201
|
+
#
|
|
18202
|
+
#
|
|
18203
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
18204
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
18205
|
+
# @return [Boolean]
|
|
18206
|
+
#
|
|
18114
18207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
|
|
18115
18208
|
#
|
|
18116
18209
|
class RestoreDBInstanceFromDBSnapshotMessage < Struct.new(
|
|
@@ -18141,7 +18234,8 @@ module Aws::RDS
|
|
|
18141
18234
|
:processor_features,
|
|
18142
18235
|
:use_default_processor_features,
|
|
18143
18236
|
:db_parameter_group_name,
|
|
18144
|
-
:deletion_protection
|
|
18237
|
+
:deletion_protection,
|
|
18238
|
+
:enable_customer_owned_ip)
|
|
18145
18239
|
SENSITIVE = []
|
|
18146
18240
|
include Aws::Structure
|
|
18147
18241
|
end
|
|
@@ -18744,6 +18838,7 @@ module Aws::RDS
|
|
|
18744
18838
|
# source_dbi_resource_id: "String",
|
|
18745
18839
|
# max_allocated_storage: 1,
|
|
18746
18840
|
# source_db_instance_automated_backups_arn: "String",
|
|
18841
|
+
# enable_customer_owned_ip: false,
|
|
18747
18842
|
# }
|
|
18748
18843
|
#
|
|
18749
18844
|
# @!attribute [rw] source_db_instance_identifier
|
|
@@ -19078,6 +19173,28 @@ module Aws::RDS
|
|
|
19078
19173
|
# `arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
|
|
19079
19174
|
# @return [String]
|
|
19080
19175
|
#
|
|
19176
|
+
# @!attribute [rw] enable_customer_owned_ip
|
|
19177
|
+
# A value that indicates whether to enable a customer-owned IP address
|
|
19178
|
+
# (CoIP) for an RDS on Outposts DB instance.
|
|
19179
|
+
#
|
|
19180
|
+
# A *CoIP* provides local or external connectivity to resources in
|
|
19181
|
+
# your Outpost subnets through your on-premises network. For some use
|
|
19182
|
+
# cases, a CoIP can provide lower latency for connections to the DB
|
|
19183
|
+
# instance from outside of its virtual private cloud (VPC) on your
|
|
19184
|
+
# local network.
|
|
19185
|
+
#
|
|
19186
|
+
# For more information about RDS on Outposts, see [Working with Amazon
|
|
19187
|
+
# RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
|
|
19188
|
+
#
|
|
19189
|
+
# For more information about CoIPs, see [Customer-owned IP
|
|
19190
|
+
# addresses][2] in the *AWS Outposts User Guide*.
|
|
19191
|
+
#
|
|
19192
|
+
#
|
|
19193
|
+
#
|
|
19194
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
19195
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
|
|
19196
|
+
# @return [Boolean]
|
|
19197
|
+
#
|
|
19081
19198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTimeMessage AWS API Documentation
|
|
19082
19199
|
#
|
|
19083
19200
|
class RestoreDBInstanceToPointInTimeMessage < Struct.new(
|
|
@@ -19113,7 +19230,8 @@ module Aws::RDS
|
|
|
19113
19230
|
:deletion_protection,
|
|
19114
19231
|
:source_dbi_resource_id,
|
|
19115
19232
|
:max_allocated_storage,
|
|
19116
|
-
:source_db_instance_automated_backups_arn
|
|
19233
|
+
:source_db_instance_automated_backups_arn,
|
|
19234
|
+
:enable_customer_owned_ip)
|
|
19117
19235
|
SENSITIVE = []
|
|
19118
19236
|
include Aws::Structure
|
|
19119
19237
|
end
|
|
@@ -20339,8 +20457,8 @@ module Aws::RDS
|
|
|
20339
20457
|
# Information about the virtual private network (VPN) between the VMware
|
|
20340
20458
|
# vSphere cluster and the AWS website.
|
|
20341
20459
|
#
|
|
20342
|
-
# For more information about RDS on VMware, see the [
|
|
20343
|
-
#
|
|
20460
|
+
# For more information about RDS on VMware, see the [ RDS on VMware User
|
|
20461
|
+
# Guide.][1]
|
|
20344
20462
|
#
|
|
20345
20463
|
#
|
|
20346
20464
|
#
|
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.109.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: 2020-12-
|
|
11
|
+
date: 2020-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|