aws-sdk-rds 1.107.0 → 1.112.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56904b4e5d43b4742ae0d99b22c0654f5e3965b6f81a942123cf725fc38c3d73
4
- data.tar.gz: b15127fcb4c04c84de4675a6e64f6677f8473f01ebb8adeaa614ea1168eb55d1
3
+ metadata.gz: d552aac73d526a33ebc7ba4fa3b53da70e8b5b83bc397fa27b7188f6db5642fd
4
+ data.tar.gz: 37b5d9127d3ca3520114091b82c97756c4260efcd6b95fde159949e21a5cd203
5
5
  SHA512:
6
- metadata.gz: ac4ad62fee5439a080f9d4f6c479a87d8e16bb29e1e51627a4747517ceb32793fb78f94b27c5827dc7ae372fca20499d7046aa97c1cb39dd39efd95f5efcf432
7
- data.tar.gz: 8b83cc3d7557e41ca290fd65b4d3c982bf4a77741ab970953c91fefd9a37167a0163825fb38cd84eff7093a0b0a4dc9df426cbd95ea9f1930b5571414f4a6c4f
6
+ metadata.gz: 34f3240a8ec301d322f22742d8944793a314c95c4c146b6e32609c8d4fa9ddd0f14b6ba26a661593e13653d987e38a0bd6a28de2328e8f5bb0a9ff63b69fc25e
7
+ data.tar.gz: c24177db989fb603c0d94355ad9ce35da7186a932023771014cfc321420442f1268a63a1942bc7c5de248faa4cbcff3790de456a84edd91ae9798cffb4a5a187
data/lib/aws-sdk-rds.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.107.0'
77
+ GEM_VERSION = '1.112.0'
78
78
 
79
79
  end
@@ -913,14 +913,7 @@ module Aws::RDS
913
913
  #
914
914
  # * Must specify a valid DB cluster parameter group.
915
915
  #
916
- # * If the source DB cluster parameter group is in the same AWS Region
917
- # as the copy, specify a valid DB parameter group identifier, for
918
- # example `my-db-cluster-param-group`, or a valid ARN.
919
- #
920
- # * If the source DB parameter group is in a different AWS Region than
921
- # the copy, specify a valid DB cluster parameter group ARN, for
922
- # example
923
- # `arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
916
+ # ^
924
917
  #
925
918
  #
926
919
  #
@@ -1306,8 +1299,7 @@ module Aws::RDS
1306
1299
  #
1307
1300
  # * Must specify a valid DB parameter group.
1308
1301
  #
1309
- # * Must specify a valid DB parameter group identifier, for example
1310
- # `my-db-param-group`, or a valid ARN.
1302
+ # ^
1311
1303
  #
1312
1304
  #
1313
1305
  #
@@ -1547,8 +1539,8 @@ module Aws::RDS
1547
1539
  # to another, and your DB instance uses a nondefault option group. If
1548
1540
  # your source DB instance uses Transparent Data Encryption for Oracle or
1549
1541
  # Microsoft SQL Server, you must specify this option when copying across
1550
- # AWS Regions. For more information, see [Option Group
1551
- # Considerations][1] in the *Amazon RDS User Guide.*
1542
+ # AWS Regions. For more information, see [Option group
1543
+ # considerations][1] in the *Amazon RDS User Guide.*
1552
1544
  #
1553
1545
  #
1554
1546
  #
@@ -1767,8 +1759,8 @@ module Aws::RDS
1767
1759
  # A custom AZ is an on-premises AZ that is integrated with a VMware
1768
1760
  # vSphere cluster.
1769
1761
  #
1770
- # For more information about RDS on VMware, see the [ *RDS on VMware
1771
- # User Guide.* ][1]
1762
+ # For more information about RDS on VMware, see the [ RDS on VMware User
1763
+ # Guide.][1]
1772
1764
  #
1773
1765
  #
1774
1766
  #
@@ -2156,7 +2148,7 @@ module Aws::RDS
2156
2148
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
2157
2149
  #
2158
2150
  # @option params [String] :engine_mode
2159
- # The DB engine mode of the DB cluster, either `provisioned`
2151
+ # The DB engine mode of the DB cluster, either `provisioned`,
2160
2152
  # `serverless`, `parallelquery`, `global`, or `multimaster`.
2161
2153
  #
2162
2154
  # The `parallelquery` engine mode isn't required for Aurora MySQL
@@ -2418,6 +2410,14 @@ module Aws::RDS
2418
2410
  # resp.db_cluster.tag_list[0].value #=> String
2419
2411
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
2420
2412
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
2413
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
2414
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
2415
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
2416
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
2417
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
2418
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
2419
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
2420
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
2421
2421
  #
2422
2422
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
2423
2423
  #
@@ -2785,7 +2785,7 @@ module Aws::RDS
2785
2785
  # **PostgreSQL**
2786
2786
  #
2787
2787
  # The name of the database to create when the DB instance is created. If
2788
- # this parameter isn't specified, the default "postgres" database is
2788
+ # this parameter isn't specified, a database named `postgres` is
2789
2789
  # created in the DB instance.
2790
2790
  #
2791
2791
  # Constraints:
@@ -2815,17 +2815,34 @@ module Aws::RDS
2815
2815
  #
2816
2816
  # Not applicable. Must be null.
2817
2817
  #
2818
- # **Amazon Aurora**
2818
+ # **Amazon Aurora MySQL**
2819
2819
  #
2820
- # The name of the database to create when the primary instance of the DB
2821
- # cluster is created. If this parameter isn't specified, no database is
2822
- # created in the DB instance.
2820
+ # The name of the database to create when the primary DB instance of the
2821
+ # Aurora MySQL DB cluster is created. If this parameter isn't specified
2822
+ # for an Aurora MySQL DB cluster, no database is created in the DB
2823
+ # cluster.
2823
2824
  #
2824
2825
  # Constraints:
2825
2826
  #
2826
- # * Must contain 1 to 64 letters or numbers.
2827
+ # * It must contain 1 to 64 alphanumeric characters.
2827
2828
  #
2828
- # * Can't be a word reserved by the specified database engine
2829
+ # * It can't be a word reserved by the database engine.
2830
+ #
2831
+ # **Amazon Aurora PostgreSQL**
2832
+ #
2833
+ # The name of the database to create when the primary DB instance of the
2834
+ # Aurora PostgreSQL DB cluster is created. If this parameter isn't
2835
+ # specified for an Aurora PostgreSQL DB cluster, a database named
2836
+ # `postgres` is created in the DB cluster.
2837
+ #
2838
+ # Constraints:
2839
+ #
2840
+ # * It must contain 1 to 63 alphanumeric characters.
2841
+ #
2842
+ # * It must begin with a letter or an underscore. Subsequent characters
2843
+ # can be letters, underscores, or digits (0 to 9).
2844
+ #
2845
+ # * It can't be a word reserved by the database engine.
2829
2846
  #
2830
2847
  # @option params [required, String] :db_instance_identifier
2831
2848
  # The DB instance identifier. This parameter is stored as a lowercase
@@ -3106,8 +3123,8 @@ module Aws::RDS
3106
3123
  # specify the identifier of the custom Availability Zone to create the
3107
3124
  # DB instance in.
3108
3125
  #
3109
- # For more information about RDS on VMware, see the [ *RDS on VMware
3110
- # User Guide.* ][2]
3126
+ # For more information about RDS on VMware, see the [ RDS on VMware User
3127
+ # Guide.][2]
3111
3128
  #
3112
3129
  # </note>
3113
3130
  #
@@ -3291,8 +3308,8 @@ module Aws::RDS
3291
3308
  #
3292
3309
  # **PostgreSQL**
3293
3310
  #
3294
- # See [Supported PostgreSQL Database Versions][5] in the *Amazon RDS
3295
- # User Guide.*
3311
+ # See [Amazon RDS for PostgreSQL versions and extensions][5] in the
3312
+ # *Amazon RDS User Guide.*
3296
3313
  #
3297
3314
  #
3298
3315
  #
@@ -3300,7 +3317,7 @@ module Aws::RDS
3300
3317
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
3301
3318
  # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
3302
3319
  # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
3303
- # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
3320
+ # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
3304
3321
  #
3305
3322
  # @option params [Boolean] :auto_minor_version_upgrade
3306
3323
  # A value that indicates whether minor engine upgrades are applied
@@ -3329,8 +3346,8 @@ module Aws::RDS
3329
3346
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
3330
3347
  #
3331
3348
  # @option params [String] :option_group_name
3332
- # Indicates that the DB instance should be associated with the specified
3333
- # option group.
3349
+ # A value that indicates that the DB instance should be associated with
3350
+ # the specified option group.
3334
3351
  #
3335
3352
  # Permanent options, such as the TDE option for Oracle Advanced Security
3336
3353
  # TDE, can't be removed from an option group. Also, that option group
@@ -3572,7 +3589,8 @@ module Aws::RDS
3572
3589
  #
3573
3590
  # **Oracle**
3574
3591
  #
3575
- # Possible values are `alert`, `audit`, `listener`, and `trace`.
3592
+ # Possible values are `alert`, `audit`, `listener`, `trace`, and
3593
+ # `oemagent`.
3576
3594
  #
3577
3595
  # **PostgreSQL**
3578
3596
  #
@@ -3607,6 +3625,34 @@ module Aws::RDS
3607
3625
  # The upper limit to which Amazon RDS can automatically scale the
3608
3626
  # storage of the DB instance.
3609
3627
  #
3628
+ # For more information about this setting, including limitations that
3629
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
3630
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
3631
+ #
3632
+ #
3633
+ #
3634
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
3635
+ #
3636
+ # @option params [Boolean] :enable_customer_owned_ip
3637
+ # A value that indicates whether to enable a customer-owned IP address
3638
+ # (CoIP) for an RDS on Outposts DB instance.
3639
+ #
3640
+ # A *CoIP* provides local or external connectivity to resources in your
3641
+ # Outpost subnets through your on-premises network. For some use cases,
3642
+ # a CoIP can provide lower latency for connections to the DB instance
3643
+ # from outside of its virtual private cloud (VPC) on your local network.
3644
+ #
3645
+ # For more information about RDS on Outposts, see [Working with Amazon
3646
+ # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
3647
+ #
3648
+ # For more information about CoIPs, see [Customer-owned IP addresses][2]
3649
+ # in the *AWS Outposts User Guide*.
3650
+ #
3651
+ #
3652
+ #
3653
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
3654
+ # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
3655
+ #
3610
3656
  # @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3611
3657
  #
3612
3658
  # * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -3691,6 +3737,7 @@ module Aws::RDS
3691
3737
  # ],
3692
3738
  # deletion_protection: false,
3693
3739
  # max_allocated_storage: 1,
3740
+ # enable_customer_owned_ip: false,
3694
3741
  # })
3695
3742
  #
3696
3743
  # @example Response structure
@@ -3749,6 +3796,7 @@ module Aws::RDS
3749
3796
  # resp.db_instance.pending_modified_values.processor_features #=> Array
3750
3797
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
3751
3798
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
3799
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
3752
3800
  # resp.db_instance.latest_restorable_time #=> Time
3753
3801
  # resp.db_instance.multi_az #=> Boolean
3754
3802
  # resp.db_instance.engine_version #=> String
@@ -3816,6 +3864,7 @@ module Aws::RDS
3816
3864
  # resp.db_instance.tag_list[0].value #=> String
3817
3865
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
3818
3866
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
3867
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
3819
3868
  #
3820
3869
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
3821
3870
  #
@@ -4072,9 +4121,9 @@ module Aws::RDS
4072
4121
  # name for the AWS KMS CMK.
4073
4122
  #
4074
4123
  # If you create an encrypted read replica in the same AWS Region as the
4075
- # source DB instance, then you do not have to specify a value for this
4076
- # parameter. The read replica is encrypted with the same AWS KMS CMK as
4077
- # the source DB instance.
4124
+ # source DB instance, then do not specify a value for this parameter. A
4125
+ # read replica in the same Region is always encrypted with the same AWS
4126
+ # KMS CMK as the source DB instance.
4078
4127
  #
4079
4128
  # If you create an encrypted read replica in a different AWS Region,
4080
4129
  # then you must specify a AWS KMS key identifier for the destination AWS
@@ -4257,6 +4306,14 @@ module Aws::RDS
4257
4306
  # The upper limit to which Amazon RDS can automatically scale the
4258
4307
  # storage of the DB instance.
4259
4308
  #
4309
+ # For more information about this setting, including limitations that
4310
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
4311
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
4312
+ #
4313
+ #
4314
+ #
4315
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
4316
+ #
4260
4317
  # @option params [String] :source_region
4261
4318
  # The source region of the snapshot. This is only needed when the
4262
4319
  # shapshot is encrypted and in a different region.
@@ -4396,6 +4453,7 @@ module Aws::RDS
4396
4453
  # resp.db_instance.pending_modified_values.processor_features #=> Array
4397
4454
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
4398
4455
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
4456
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
4399
4457
  # resp.db_instance.latest_restorable_time #=> Time
4400
4458
  # resp.db_instance.multi_az #=> Boolean
4401
4459
  # resp.db_instance.engine_version #=> String
@@ -4463,6 +4521,7 @@ module Aws::RDS
4463
4521
  # resp.db_instance.tag_list[0].value #=> String
4464
4522
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
4465
4523
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
4524
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
4466
4525
  #
4467
4526
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
4468
4527
  #
@@ -5260,6 +5319,30 @@ module Aws::RDS
5260
5319
  # Specifies the name of the engine that this option group should be
5261
5320
  # associated with.
5262
5321
  #
5322
+ # Valid Values:
5323
+ #
5324
+ # * `mariadb`
5325
+ #
5326
+ # * `mysql`
5327
+ #
5328
+ # * `oracle-ee`
5329
+ #
5330
+ # * `oracle-se2`
5331
+ #
5332
+ # * `oracle-se1`
5333
+ #
5334
+ # * `oracle-se`
5335
+ #
5336
+ # * `postgres`
5337
+ #
5338
+ # * `sqlserver-ee`
5339
+ #
5340
+ # * `sqlserver-se`
5341
+ #
5342
+ # * `sqlserver-ex`
5343
+ #
5344
+ # * `sqlserver-web`
5345
+ #
5263
5346
  # @option params [required, String] :major_engine_version
5264
5347
  # Specifies the major version of the engine that this option group
5265
5348
  # should be associated with.
@@ -5354,8 +5437,8 @@ module Aws::RDS
5354
5437
  # A custom AZ is an on-premises AZ that is integrated with a VMware
5355
5438
  # vSphere cluster.
5356
5439
  #
5357
- # For more information about RDS on VMware, see the [ *RDS on VMware
5358
- # User Guide.* ][1]
5440
+ # For more information about RDS on VMware, see the [ RDS on VMware User
5441
+ # Guide.][1]
5359
5442
  #
5360
5443
  #
5361
5444
  #
@@ -5564,6 +5647,14 @@ module Aws::RDS
5564
5647
  # resp.db_cluster.tag_list[0].value #=> String
5565
5648
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
5566
5649
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
5650
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
5651
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
5652
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
5653
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
5654
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
5655
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
5656
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
5657
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
5567
5658
  #
5568
5659
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
5569
5660
  #
@@ -5935,6 +6026,7 @@ module Aws::RDS
5935
6026
  # resp.db_instance.pending_modified_values.processor_features #=> Array
5936
6027
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
5937
6028
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
6029
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
5938
6030
  # resp.db_instance.latest_restorable_time #=> Time
5939
6031
  # resp.db_instance.multi_az #=> Boolean
5940
6032
  # resp.db_instance.engine_version #=> String
@@ -6002,6 +6094,7 @@ module Aws::RDS
6002
6094
  # resp.db_instance.tag_list[0].value #=> String
6003
6095
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
6004
6096
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
6097
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
6005
6098
  #
6006
6099
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
6007
6100
  #
@@ -6694,8 +6787,8 @@ module Aws::RDS
6694
6787
  # A custom AZ is an on-premises AZ that is integrated with a VMware
6695
6788
  # vSphere cluster.
6696
6789
  #
6697
- # For more information about RDS on VMware, see the [ *RDS on VMware
6698
- # User Guide.* ][1]
6790
+ # For more information about RDS on VMware, see the [ RDS on VMware User
6791
+ # Guide.][1]
6699
6792
  #
6700
6793
  #
6701
6794
  #
@@ -7630,6 +7723,14 @@ module Aws::RDS
7630
7723
  # resp.db_clusters[0].tag_list[0].value #=> String
7631
7724
  # resp.db_clusters[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
7632
7725
  # resp.db_clusters[0].global_write_forwarding_requested #=> Boolean
7726
+ # resp.db_clusters[0].pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
7727
+ # resp.db_clusters[0].pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
7728
+ # resp.db_clusters[0].pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
7729
+ # resp.db_clusters[0].pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
7730
+ # resp.db_clusters[0].pending_modified_values.db_cluster_identifier #=> String
7731
+ # resp.db_clusters[0].pending_modified_values.master_user_password #=> String
7732
+ # resp.db_clusters[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean
7733
+ # resp.db_clusters[0].pending_modified_values.engine_version #=> String
7633
7734
  #
7634
7735
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters AWS API Documentation
7635
7736
  #
@@ -7645,6 +7746,36 @@ module Aws::RDS
7645
7746
  # @option params [String] :engine
7646
7747
  # The database engine to return.
7647
7748
  #
7749
+ # Valid Values:
7750
+ #
7751
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
7752
+ #
7753
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
7754
+ #
7755
+ # * `aurora-postgresql`
7756
+ #
7757
+ # * `mariadb`
7758
+ #
7759
+ # * `mysql`
7760
+ #
7761
+ # * `oracle-ee`
7762
+ #
7763
+ # * `oracle-se2`
7764
+ #
7765
+ # * `oracle-se1`
7766
+ #
7767
+ # * `oracle-se`
7768
+ #
7769
+ # * `postgres`
7770
+ #
7771
+ # * `sqlserver-ee`
7772
+ #
7773
+ # * `sqlserver-se`
7774
+ #
7775
+ # * `sqlserver-ex`
7776
+ #
7777
+ # * `sqlserver-web`
7778
+ #
7648
7779
  # @option params [String] :engine_version
7649
7780
  # The database engine version to return.
7650
7781
  #
@@ -7821,20 +7952,19 @@ module Aws::RDS
7821
7952
  #
7822
7953
  # * `active` - automated backups for current instances
7823
7954
  #
7824
- # * `retained` - automated backups for deleted instances
7955
+ # * `retained` - automated backups for deleted instances and after
7956
+ # backup replication is stopped
7825
7957
  #
7826
7958
  # * `creating` - automated backups that are waiting for the first
7827
7959
  # automated snapshot to be available
7828
7960
  #
7829
7961
  # * `db-instance-id` - Accepts DB instance identifiers and Amazon
7830
- # Resource Names (ARNs) for DB instances. The results list includes
7831
- # only information about the DB instance automated backupss identified
7832
- # by these ARNs.
7962
+ # Resource Names (ARNs). The results list includes only information
7963
+ # about the DB instance automated backups identified by these ARNs.
7833
7964
  #
7834
- # * `dbi-resource-id` - Accepts DB instance resource identifiers and DB
7835
- # Amazon Resource Names (ARNs) for DB instances. The results list
7836
- # includes only information about the DB instance resources identified
7837
- # by these ARNs.
7965
+ # * `dbi-resource-id` - Accepts DB resource identifiers and Amazon
7966
+ # Resource Names (ARNs). The results list includes only information
7967
+ # about the DB instance resources identified by these ARNs.
7838
7968
  #
7839
7969
  # Returns all resources by default. The status for each resource is
7840
7970
  # specified in the response.
@@ -8072,6 +8202,7 @@ module Aws::RDS
8072
8202
  # resp.db_instances[0].pending_modified_values.processor_features #=> Array
8073
8203
  # resp.db_instances[0].pending_modified_values.processor_features[0].name #=> String
8074
8204
  # resp.db_instances[0].pending_modified_values.processor_features[0].value #=> String
8205
+ # resp.db_instances[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean
8075
8206
  # resp.db_instances[0].latest_restorable_time #=> Time
8076
8207
  # resp.db_instances[0].multi_az #=> Boolean
8077
8208
  # resp.db_instances[0].engine_version #=> String
@@ -8139,6 +8270,7 @@ module Aws::RDS
8139
8270
  # resp.db_instances[0].tag_list[0].value #=> String
8140
8271
  # resp.db_instances[0].db_instance_automated_backups_replications #=> Array
8141
8272
  # resp.db_instances[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
8273
+ # resp.db_instances[0].customer_owned_ip_enabled #=> Boolean
8142
8274
  #
8143
8275
  #
8144
8276
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9886,6 +10018,30 @@ module Aws::RDS
9886
10018
  # A required parameter. Options available for the given engine name are
9887
10019
  # described.
9888
10020
  #
10021
+ # Valid Values:
10022
+ #
10023
+ # * `mariadb`
10024
+ #
10025
+ # * `mysql`
10026
+ #
10027
+ # * `oracle-ee`
10028
+ #
10029
+ # * `oracle-se2`
10030
+ #
10031
+ # * `oracle-se1`
10032
+ #
10033
+ # * `oracle-se`
10034
+ #
10035
+ # * `postgres`
10036
+ #
10037
+ # * `sqlserver-ee`
10038
+ #
10039
+ # * `sqlserver-se`
10040
+ #
10041
+ # * `sqlserver-ex`
10042
+ #
10043
+ # * `sqlserver-web`
10044
+ #
9889
10045
  # @option params [String] :major_engine_version
9890
10046
  # If specified, filters the results to include only options for the
9891
10047
  # specified major engine version.
@@ -10017,6 +10173,30 @@ module Aws::RDS
10017
10173
  # Filters the list of option groups to only include groups associated
10018
10174
  # with a specific database engine.
10019
10175
  #
10176
+ # Valid Values:
10177
+ #
10178
+ # * `mariadb`
10179
+ #
10180
+ # * `mysql`
10181
+ #
10182
+ # * `oracle-ee`
10183
+ #
10184
+ # * `oracle-se2`
10185
+ #
10186
+ # * `oracle-se1`
10187
+ #
10188
+ # * `oracle-se`
10189
+ #
10190
+ # * `postgres`
10191
+ #
10192
+ # * `sqlserver-ee`
10193
+ #
10194
+ # * `sqlserver-se`
10195
+ #
10196
+ # * `sqlserver-ex`
10197
+ #
10198
+ # * `sqlserver-web`
10199
+ #
10020
10200
  # @option params [String] :major_engine_version
10021
10201
  # Filters the list of option groups to only include groups associated
10022
10202
  # with a specific database engine version. If specified, then EngineName
@@ -10109,6 +10289,36 @@ module Aws::RDS
10109
10289
  # @option params [required, String] :engine
10110
10290
  # The name of the engine to retrieve DB instance options for.
10111
10291
  #
10292
+ # Valid Values:
10293
+ #
10294
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
10295
+ #
10296
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
10297
+ #
10298
+ # * `aurora-postgresql`
10299
+ #
10300
+ # * `mariadb`
10301
+ #
10302
+ # * `mysql`
10303
+ #
10304
+ # * `oracle-ee`
10305
+ #
10306
+ # * `oracle-se2`
10307
+ #
10308
+ # * `oracle-se1`
10309
+ #
10310
+ # * `oracle-se`
10311
+ #
10312
+ # * `postgres`
10313
+ #
10314
+ # * `sqlserver-ee`
10315
+ #
10316
+ # * `sqlserver-se`
10317
+ #
10318
+ # * `sqlserver-ex`
10319
+ #
10320
+ # * `sqlserver-web`
10321
+ #
10112
10322
  # @option params [String] :engine_version
10113
10323
  # The engine version filter value. Specify this parameter to show only
10114
10324
  # the available offerings matching the specified engine version.
@@ -10603,8 +10813,8 @@ module Aws::RDS
10603
10813
  end
10604
10814
 
10605
10815
  # Returns a list of the source AWS Regions where the current AWS Region
10606
- # can create a read replica or copy a DB snapshot from. This API action
10607
- # supports pagination.
10816
+ # can create a read replica, copy a DB snapshot from, or replicate
10817
+ # automated backups from. This API action supports pagination.
10608
10818
  #
10609
10819
  # @option params [String] :region_name
10610
10820
  # The source AWS Region name. For example, `us-east-1`.
@@ -11026,6 +11236,14 @@ module Aws::RDS
11026
11236
  # resp.db_cluster.tag_list[0].value #=> String
11027
11237
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
11028
11238
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
11239
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
11240
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
11241
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
11242
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
11243
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
11244
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
11245
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
11246
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
11029
11247
  #
11030
11248
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
11031
11249
  #
@@ -11807,6 +12025,14 @@ module Aws::RDS
11807
12025
  # resp.db_cluster.tag_list[0].value #=> String
11808
12026
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
11809
12027
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
12028
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
12029
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
12030
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
12031
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
12032
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
12033
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
12034
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
12035
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
11810
12036
  #
11811
12037
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
11812
12038
  #
@@ -12161,8 +12387,8 @@ module Aws::RDS
12161
12387
  # The new DB subnet group for the DB instance. You can use this
12162
12388
  # parameter to move your DB instance to a different VPC. If your DB
12163
12389
  # instance isn't in a VPC, you can also use this parameter to move your
12164
- # DB instance into a VPC. For more information, see [Updating the VPC
12165
- # for a DB Instance][1] in the *Amazon RDS User Guide.*
12390
+ # DB instance into a VPC. For more information, see [Working with a DB
12391
+ # instance in a VPC][1] in the *Amazon RDS User Guide.*
12166
12392
  #
12167
12393
  # Changing the subnet group causes an outage during the change. The
12168
12394
  # change is applied during the next maintenance window, unless you
@@ -12175,7 +12401,7 @@ module Aws::RDS
12175
12401
  #
12176
12402
  #
12177
12403
  #
12178
- # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC
12404
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC
12179
12405
  #
12180
12406
  # @option params [Array<String>] :db_security_groups
12181
12407
  # A list of DB security groups to authorize on this DB instance.
@@ -12370,8 +12596,10 @@ module Aws::RDS
12370
12596
  # family for the new engine version must be specified. The new DB
12371
12597
  # parameter group can be the default for that DB parameter group family.
12372
12598
  #
12373
- # For information about valid engine versions, see `CreateDBInstance`,
12374
- # or call `DescribeDBEngineVersions`.
12599
+ # If you specify only a major version, Amazon RDS will update the DB
12600
+ # instance to the default minor version if the current minor version is
12601
+ # lower. For information about valid engine versions, see
12602
+ # `CreateDBInstance`, or call `DescribeDBEngineVersions`.
12375
12603
  #
12376
12604
  # @option params [Boolean] :allow_major_version_upgrade
12377
12605
  # A value that indicates whether major version upgrades are allowed.
@@ -12431,14 +12659,14 @@ module Aws::RDS
12431
12659
  # Default: Uses existing setting
12432
12660
  #
12433
12661
  # @option params [String] :option_group_name
12434
- # Indicates that the DB instance should be associated with the specified
12435
- # option group. Changing this parameter doesn't result in an outage
12436
- # except in the following case and the change is applied during the next
12437
- # maintenance window unless the `ApplyImmediately` parameter is enabled
12438
- # for this request. If the parameter change results in an option group
12439
- # that enables OEM, this change can cause a brief (sub-second) period
12440
- # during which new connections are rejected but existing connections are
12441
- # not interrupted.
12662
+ # A value that indicates the DB instance should be associated with the
12663
+ # specified option group. Changing this parameter doesn't result in an
12664
+ # outage except in the following case and the change is applied during
12665
+ # the next maintenance window unless the `ApplyImmediately` parameter is
12666
+ # enabled for this request. If the parameter change results in an option
12667
+ # group that enables OEM, this change can cause a brief (sub-second)
12668
+ # period during which new connections are rejected but existing
12669
+ # connections are not interrupted.
12442
12670
  #
12443
12671
  # Permanent options, such as the TDE option for Oracle Advanced Security
12444
12672
  # TDE, can't be removed from an option group, and that option group
@@ -12707,6 +12935,14 @@ module Aws::RDS
12707
12935
  # The upper limit to which Amazon RDS can automatically scale the
12708
12936
  # storage of the DB instance.
12709
12937
  #
12938
+ # For more information about this setting, including limitations that
12939
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
12940
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
12941
+ #
12942
+ #
12943
+ #
12944
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
12945
+ #
12710
12946
  # @option params [Boolean] :certificate_rotation_restart
12711
12947
  # A value that indicates whether the DB instance is restarted when you
12712
12948
  # rotate your SSL/TLS certificate.
@@ -12755,6 +12991,26 @@ module Aws::RDS
12755
12991
  #
12756
12992
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
12757
12993
  #
12994
+ # @option params [Boolean] :enable_customer_owned_ip
12995
+ # A value that indicates whether to enable a customer-owned IP address
12996
+ # (CoIP) for an RDS on Outposts DB instance.
12997
+ #
12998
+ # A *CoIP* provides local or external connectivity to resources in your
12999
+ # Outpost subnets through your on-premises network. For some use cases,
13000
+ # a CoIP can provide lower latency for connections to the DB instance
13001
+ # from outside of its virtual private cloud (VPC) on your local network.
13002
+ #
13003
+ # For more information about RDS on Outposts, see [Working with Amazon
13004
+ # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
13005
+ #
13006
+ # For more information about CoIPs, see [Customer-owned IP addresses][2]
13007
+ # in the *AWS Outposts User Guide*.
13008
+ #
13009
+ #
13010
+ #
13011
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
13012
+ # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
13013
+ #
12758
13014
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12759
13015
  #
12760
13016
  # * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -12835,6 +13091,7 @@ module Aws::RDS
12835
13091
  # max_allocated_storage: 1,
12836
13092
  # certificate_rotation_restart: false,
12837
13093
  # replica_mode: "open-read-only", # accepts open-read-only, mounted
13094
+ # enable_customer_owned_ip: false,
12838
13095
  # })
12839
13096
  #
12840
13097
  # @example Response structure
@@ -12893,6 +13150,7 @@ module Aws::RDS
12893
13150
  # resp.db_instance.pending_modified_values.processor_features #=> Array
12894
13151
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
12895
13152
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
13153
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
12896
13154
  # resp.db_instance.latest_restorable_time #=> Time
12897
13155
  # resp.db_instance.multi_az #=> Boolean
12898
13156
  # resp.db_instance.engine_version #=> String
@@ -12960,6 +13218,7 @@ module Aws::RDS
12960
13218
  # resp.db_instance.tag_list[0].value #=> String
12961
13219
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
12962
13220
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
13221
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
12963
13222
  #
12964
13223
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
12965
13224
  #
@@ -13284,11 +13543,11 @@ module Aws::RDS
13284
13543
  # You can specify this parameter when you upgrade an Oracle DB snapshot.
13285
13544
  # The same option group considerations apply when upgrading a DB
13286
13545
  # snapshot as when upgrading a DB instance. For more information, see
13287
- # [Option Group Considerations][1] in the *Amazon RDS User Guide.*
13546
+ # [Option group considerations][1] in the *Amazon RDS User Guide.*
13288
13547
  #
13289
13548
  #
13290
13549
  #
13291
- # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html#USER_UpgradeDBInstance.Oracle.OGPG.OG
13550
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html#USER_UpgradeDBInstance.Oracle.OGPG.OG
13292
13551
  #
13293
13552
  # @return [Types::ModifyDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13294
13553
  #
@@ -13675,6 +13934,42 @@ module Aws::RDS
13675
13934
  # enabled. The global database cluster can't be deleted when deletion
13676
13935
  # protection is enabled.
13677
13936
  #
13937
+ # @option params [String] :engine_version
13938
+ # The version number of the database engine to which you want to
13939
+ # upgrade. Changing this parameter results in an outage. The change is
13940
+ # applied during the next maintenance window unless `ApplyImmediately`
13941
+ # is enabled.
13942
+ #
13943
+ # To list all of the available engine versions for `aurora` (for MySQL
13944
+ # 5.6-compatible Aurora), use the following command:
13945
+ #
13946
+ # `` aws rds describe-db-engine-versions --engine aurora --query
13947
+ # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
13948
+ #
13949
+ # To list all of the available engine versions for `aurora-mysql` (for
13950
+ # MySQL 5.7-compatible Aurora), use the following command:
13951
+ #
13952
+ # `` aws rds describe-db-engine-versions --engine aurora-mysql --query
13953
+ # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
13954
+ #
13955
+ # To list all of the available engine versions for `aurora-postgresql`,
13956
+ # use the following command:
13957
+ #
13958
+ # `` aws rds describe-db-engine-versions --engine aurora-postgresql
13959
+ # --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
13960
+ #
13961
+ # @option params [Boolean] :allow_major_version_upgrade
13962
+ # A value that indicates whether major version upgrades are allowed.
13963
+ #
13964
+ # Constraints: You must allow major version upgrades when specifying a
13965
+ # value for the `EngineVersion` parameter that is a different major
13966
+ # version than the DB cluster's current version.
13967
+ #
13968
+ # If you upgrade the major version of a global database, the cluster and
13969
+ # DB instance parameter groups are set to the default parameter groups
13970
+ # for the new version. Apply any custom parameter groups after
13971
+ # completing the upgrade.
13972
+ #
13678
13973
  # @return [Types::ModifyGlobalClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13679
13974
  #
13680
13975
  # * {Types::ModifyGlobalClusterResult#global_cluster #global_cluster} => Types::GlobalCluster
@@ -13685,6 +13980,8 @@ module Aws::RDS
13685
13980
  # global_cluster_identifier: "String",
13686
13981
  # new_global_cluster_identifier: "String",
13687
13982
  # deletion_protection: false,
13983
+ # engine_version: "String",
13984
+ # allow_major_version_upgrade: false,
13688
13985
  # })
13689
13986
  #
13690
13987
  # @example Response structure
@@ -13986,6 +14283,7 @@ module Aws::RDS
13986
14283
  # resp.db_instance.pending_modified_values.processor_features #=> Array
13987
14284
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
13988
14285
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
14286
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
13989
14287
  # resp.db_instance.latest_restorable_time #=> Time
13990
14288
  # resp.db_instance.multi_az #=> Boolean
13991
14289
  # resp.db_instance.engine_version #=> String
@@ -14053,6 +14351,7 @@ module Aws::RDS
14053
14351
  # resp.db_instance.tag_list[0].value #=> String
14054
14352
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
14055
14353
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
14354
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
14056
14355
  #
14057
14356
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
14058
14357
  #
@@ -14173,6 +14472,14 @@ module Aws::RDS
14173
14472
  # resp.db_cluster.tag_list[0].value #=> String
14174
14473
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
14175
14474
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
14475
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
14476
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
14477
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
14478
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
14479
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
14480
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
14481
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
14482
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
14176
14483
  #
14177
14484
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
14178
14485
  #
@@ -14388,6 +14695,7 @@ module Aws::RDS
14388
14695
  # resp.db_instance.pending_modified_values.processor_features #=> Array
14389
14696
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
14390
14697
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
14698
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
14391
14699
  # resp.db_instance.latest_restorable_time #=> Time
14392
14700
  # resp.db_instance.multi_az #=> Boolean
14393
14701
  # resp.db_instance.engine_version #=> String
@@ -14455,6 +14763,7 @@ module Aws::RDS
14455
14763
  # resp.db_instance.tag_list[0].value #=> String
14456
14764
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
14457
14765
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
14766
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
14458
14767
  #
14459
14768
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
14460
14769
  #
@@ -15403,6 +15712,14 @@ module Aws::RDS
15403
15712
  # resp.db_cluster.tag_list[0].value #=> String
15404
15713
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
15405
15714
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
15715
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
15716
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
15717
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
15718
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
15719
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
15720
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
15721
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
15722
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
15406
15723
  #
15407
15724
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
15408
15725
  #
@@ -15797,6 +16114,14 @@ module Aws::RDS
15797
16114
  # resp.db_cluster.tag_list[0].value #=> String
15798
16115
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
15799
16116
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
16117
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
16118
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
16119
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
16120
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
16121
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
16122
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
16123
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
16124
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
15800
16125
  #
15801
16126
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
15802
16127
  #
@@ -16168,6 +16493,14 @@ module Aws::RDS
16168
16493
  # resp.db_cluster.tag_list[0].value #=> String
16169
16494
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
16170
16495
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
16496
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
16497
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
16498
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
16499
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
16500
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
16501
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
16502
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
16503
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
16171
16504
  #
16172
16505
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
16173
16506
  #
@@ -16480,6 +16813,26 @@ module Aws::RDS
16480
16813
  #
16481
16814
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
16482
16815
  #
16816
+ # @option params [Boolean] :enable_customer_owned_ip
16817
+ # A value that indicates whether to enable a customer-owned IP address
16818
+ # (CoIP) for an RDS on Outposts DB instance.
16819
+ #
16820
+ # A *CoIP* provides local or external connectivity to resources in your
16821
+ # Outpost subnets through your on-premises network. For some use cases,
16822
+ # a CoIP can provide lower latency for connections to the DB instance
16823
+ # from outside of its virtual private cloud (VPC) on your local network.
16824
+ #
16825
+ # For more information about RDS on Outposts, see [Working with Amazon
16826
+ # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
16827
+ #
16828
+ # For more information about CoIPs, see [Customer-owned IP addresses][2]
16829
+ # in the *AWS Outposts User Guide*.
16830
+ #
16831
+ #
16832
+ #
16833
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
16834
+ # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
16835
+ #
16483
16836
  # @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16484
16837
  #
16485
16838
  # * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
@@ -16620,6 +16973,7 @@ module Aws::RDS
16620
16973
  # use_default_processor_features: false,
16621
16974
  # db_parameter_group_name: "String",
16622
16975
  # deletion_protection: false,
16976
+ # enable_customer_owned_ip: false,
16623
16977
  # })
16624
16978
  #
16625
16979
  # @example Response structure
@@ -16678,6 +17032,7 @@ module Aws::RDS
16678
17032
  # resp.db_instance.pending_modified_values.processor_features #=> Array
16679
17033
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
16680
17034
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
17035
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
16681
17036
  # resp.db_instance.latest_restorable_time #=> Time
16682
17037
  # resp.db_instance.multi_az #=> Boolean
16683
17038
  # resp.db_instance.engine_version #=> String
@@ -16745,6 +17100,7 @@ module Aws::RDS
16745
17100
  # resp.db_instance.tag_list[0].value #=> String
16746
17101
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
16747
17102
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
17103
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
16748
17104
  #
16749
17105
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
16750
17106
  #
@@ -17127,6 +17483,14 @@ module Aws::RDS
17127
17483
  # The upper limit to which Amazon RDS can automatically scale the
17128
17484
  # storage of the DB instance.
17129
17485
  #
17486
+ # For more information about this setting, including limitations that
17487
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
17488
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
17489
+ #
17490
+ #
17491
+ #
17492
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
17493
+ #
17130
17494
  # @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17131
17495
  #
17132
17496
  # * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
@@ -17246,6 +17610,7 @@ module Aws::RDS
17246
17610
  # resp.db_instance.pending_modified_values.processor_features #=> Array
17247
17611
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
17248
17612
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
17613
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
17249
17614
  # resp.db_instance.latest_restorable_time #=> Time
17250
17615
  # resp.db_instance.multi_az #=> Boolean
17251
17616
  # resp.db_instance.engine_version #=> String
@@ -17313,6 +17678,7 @@ module Aws::RDS
17313
17678
  # resp.db_instance.tag_list[0].value #=> String
17314
17679
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
17315
17680
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
17681
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
17316
17682
  #
17317
17683
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
17318
17684
  #
@@ -17632,11 +17998,39 @@ module Aws::RDS
17632
17998
  # The upper limit to which Amazon RDS can automatically scale the
17633
17999
  # storage of the DB instance.
17634
18000
  #
18001
+ # For more information about this setting, including limitations that
18002
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
18003
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
18004
+ #
18005
+ #
18006
+ #
18007
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
18008
+ #
17635
18009
  # @option params [String] :source_db_instance_automated_backups_arn
17636
18010
  # The Amazon Resource Name (ARN) of the replicated automated backups
17637
18011
  # from which to restore, for example,
17638
18012
  # `arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
17639
18013
  #
18014
+ # @option params [Boolean] :enable_customer_owned_ip
18015
+ # A value that indicates whether to enable a customer-owned IP address
18016
+ # (CoIP) for an RDS on Outposts DB instance.
18017
+ #
18018
+ # A *CoIP* provides local or external connectivity to resources in your
18019
+ # Outpost subnets through your on-premises network. For some use cases,
18020
+ # a CoIP can provide lower latency for connections to the DB instance
18021
+ # from outside of its virtual private cloud (VPC) on your local network.
18022
+ #
18023
+ # For more information about RDS on Outposts, see [Working with Amazon
18024
+ # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
18025
+ #
18026
+ # For more information about CoIPs, see [Customer-owned IP addresses][2]
18027
+ # in the *AWS Outposts User Guide*.
18028
+ #
18029
+ #
18030
+ #
18031
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
18032
+ # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
18033
+ #
17640
18034
  # @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17641
18035
  #
17642
18036
  # * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
@@ -17783,6 +18177,7 @@ module Aws::RDS
17783
18177
  # source_dbi_resource_id: "String",
17784
18178
  # max_allocated_storage: 1,
17785
18179
  # source_db_instance_automated_backups_arn: "String",
18180
+ # enable_customer_owned_ip: false,
17786
18181
  # })
17787
18182
  #
17788
18183
  # @example Response structure
@@ -17841,6 +18236,7 @@ module Aws::RDS
17841
18236
  # resp.db_instance.pending_modified_values.processor_features #=> Array
17842
18237
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
17843
18238
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
18239
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
17844
18240
  # resp.db_instance.latest_restorable_time #=> Time
17845
18241
  # resp.db_instance.multi_az #=> Boolean
17846
18242
  # resp.db_instance.engine_version #=> String
@@ -17908,6 +18304,7 @@ module Aws::RDS
17908
18304
  # resp.db_instance.tag_list[0].value #=> String
17909
18305
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
17910
18306
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18307
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
17911
18308
  #
17912
18309
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
17913
18310
  #
@@ -18180,6 +18577,14 @@ module Aws::RDS
18180
18577
  # resp.db_cluster.tag_list[0].value #=> String
18181
18578
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
18182
18579
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
18580
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
18581
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
18582
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
18583
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
18584
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
18585
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
18586
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
18587
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
18183
18588
  #
18184
18589
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
18185
18590
  #
@@ -18275,6 +18680,7 @@ module Aws::RDS
18275
18680
  # resp.db_instance.pending_modified_values.processor_features #=> Array
18276
18681
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
18277
18682
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
18683
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
18278
18684
  # resp.db_instance.latest_restorable_time #=> Time
18279
18685
  # resp.db_instance.multi_az #=> Boolean
18280
18686
  # resp.db_instance.engine_version #=> String
@@ -18342,6 +18748,7 @@ module Aws::RDS
18342
18748
  # resp.db_instance.tag_list[0].value #=> String
18343
18749
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
18344
18750
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18751
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
18345
18752
  #
18346
18753
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
18347
18754
  #
@@ -18726,6 +19133,14 @@ module Aws::RDS
18726
19133
  # resp.db_cluster.tag_list[0].value #=> String
18727
19134
  # resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
18728
19135
  # resp.db_cluster.global_write_forwarding_requested #=> Boolean
19136
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
19137
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable[0] #=> String
19138
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable #=> Array
19139
+ # resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_disable[0] #=> String
19140
+ # resp.db_cluster.pending_modified_values.db_cluster_identifier #=> String
19141
+ # resp.db_cluster.pending_modified_values.master_user_password #=> String
19142
+ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
19143
+ # resp.db_cluster.pending_modified_values.engine_version #=> String
18729
19144
  #
18730
19145
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
18731
19146
  #
@@ -18828,6 +19243,7 @@ module Aws::RDS
18828
19243
  # resp.db_instance.pending_modified_values.processor_features #=> Array
18829
19244
  # resp.db_instance.pending_modified_values.processor_features[0].name #=> String
18830
19245
  # resp.db_instance.pending_modified_values.processor_features[0].value #=> String
19246
+ # resp.db_instance.pending_modified_values.iam_database_authentication_enabled #=> Boolean
18831
19247
  # resp.db_instance.latest_restorable_time #=> Time
18832
19248
  # resp.db_instance.multi_az #=> Boolean
18833
19249
  # resp.db_instance.engine_version #=> String
@@ -18895,6 +19311,7 @@ module Aws::RDS
18895
19311
  # resp.db_instance.tag_list[0].value #=> String
18896
19312
  # resp.db_instance.db_instance_automated_backups_replications #=> Array
18897
19313
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
19314
+ # resp.db_instance.customer_owned_ip_enabled #=> Boolean
18898
19315
  #
18899
19316
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
18900
19317
  #
@@ -18982,7 +19399,7 @@ module Aws::RDS
18982
19399
  params: params,
18983
19400
  config: config)
18984
19401
  context[:gem_name] = 'aws-sdk-rds'
18985
- context[:gem_version] = '1.107.0'
19402
+ context[:gem_version] = '1.112.0'
18986
19403
  Seahorse::Client::Request.new(handlers, context)
18987
19404
  end
18988
19405