aws-sdk-rds 1.172.0 → 1.174.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1767,6 +1767,12 @@ module Aws::RDS
1767
1767
  include Aws::Structure
1768
1768
  end
1769
1769
 
1770
+ # An error occurred while trying to create the CEV.
1771
+ #
1772
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersionFault AWS API Documentation
1773
+ #
1774
+ class CreateCustomDBEngineVersionFault < Aws::EmptyStructure; end
1775
+
1770
1776
  # @!attribute [rw] engine
1771
1777
  # The database engine to use for your custom engine version (CEV). The
1772
1778
  # only supported value is `custom-oracle-ee`.
@@ -2028,10 +2034,7 @@ module Aws::RDS
2028
2034
  #
2029
2035
  # Valid Values:
2030
2036
  #
2031
- # * `aurora` (for MySQL 5.6-compatible Aurora)
2032
- #
2033
- # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
2034
- # Aurora)
2037
+ # * `aurora-mysql`
2035
2038
  #
2036
2039
  # * `aurora-postgresql`
2037
2040
  #
@@ -2045,19 +2048,16 @@ module Aws::RDS
2045
2048
  # @!attribute [rw] engine_version
2046
2049
  # The version number of the database engine to use.
2047
2050
  #
2048
- # To list all of the available engine versions for MySQL
2049
- # 5.6-compatible Aurora, use the following command:
2050
- #
2051
- # `aws rds describe-db-engine-versions --engine aurora --query
2052
- # "DBEngineVersions[].EngineVersion"`
2053
- #
2054
- # To list all of the available engine versions for MySQL
2055
- # 5.7-compatible and MySQL 8.0-compatible Aurora, use the following
2056
- # command:
2051
+ # To list all of the available engine versions for Aurora MySQL
2052
+ # version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use
2053
+ # the following command:
2057
2054
  #
2058
2055
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
2059
2056
  # "DBEngineVersions[].EngineVersion"`
2060
2057
  #
2058
+ # You can supply either `5.7` or `8.0` to use the default engine
2059
+ # version for Aurora MySQL version 2 or version 3, respectively.
2060
+ #
2061
2061
  # To list all of the available engine versions for Aurora PostgreSQL,
2062
2062
  # use the following command:
2063
2063
  #
@@ -2078,8 +2078,8 @@ module Aws::RDS
2078
2078
  #
2079
2079
  # **Aurora MySQL**
2080
2080
  #
2081
- # For information, see [MySQL on Amazon RDS Versions][1] in the
2082
- # *Amazon Aurora User Guide*.
2081
+ # For information, see [Database engine updates for Amazon Aurora
2082
+ # MySQL][1] in the *Amazon Aurora User Guide*.
2083
2083
  #
2084
2084
  # **Aurora PostgreSQL**
2085
2085
  #
@@ -2088,13 +2088,13 @@ module Aws::RDS
2088
2088
  #
2089
2089
  # **MySQL**
2090
2090
  #
2091
- # For information, see [MySQL on Amazon RDS Versions][3] in the
2092
- # *Amazon RDS User Guide*.
2091
+ # For information, see [Amazon RDS for MySQL][3] in the *Amazon RDS
2092
+ # User Guide*.
2093
2093
  #
2094
2094
  # **PostgreSQL**
2095
2095
  #
2096
- # For information, see [Amazon RDS for PostgreSQL versions and
2097
- # extensions][4] in the *Amazon RDS User Guide*.
2096
+ # For information, see [Amazon RDS for PostgreSQL][4] in the *Amazon
2097
+ # RDS User Guide*.
2098
2098
  #
2099
2099
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2100
2100
  #
@@ -2214,8 +2214,7 @@ module Aws::RDS
2214
2214
  # The Amazon Resource Name (ARN) of the source DB instance or DB
2215
2215
  # cluster if this DB cluster is created as a read replica.
2216
2216
  #
2217
- # Valid for: Aurora DB clusters and RDS for PostgreSQL Multi-AZ DB
2218
- # clusters
2217
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2219
2218
  # @return [String]
2220
2219
  #
2221
2220
  # @!attribute [rw] tags
@@ -2239,7 +2238,7 @@ module Aws::RDS
2239
2238
  # different Amazon Web Services account, specify the key ARN or alias
2240
2239
  # ARN.
2241
2240
  #
2242
- # When a KMS key isn't specified in `KmsKeyId`\:
2241
+ # When a KMS key isn't specified in `KmsKeyId`:
2243
2242
  #
2244
2243
  # * If `ReplicationSourceIdentifier` identifies an encrypted source,
2245
2244
  # then Amazon RDS will use the KMS key used to encrypt the source.
@@ -2385,40 +2384,23 @@ module Aws::RDS
2385
2384
  # @return [Array<String>]
2386
2385
  #
2387
2386
  # @!attribute [rw] engine_mode
2388
- # The DB engine mode of the DB cluster, either `provisioned`,
2389
- # `serverless`, `parallelquery`, `global`, or `multimaster`.
2390
- #
2391
- # The `parallelquery` engine mode isn't required for Aurora MySQL
2392
- # version 1.23 and higher 1.x versions, and version 2.09 and higher
2393
- # 2.x versions.
2394
- #
2395
- # The `global` engine mode isn't required for Aurora MySQL version
2396
- # 1.22 and higher 1.x versions, and `global` engine mode isn't
2397
- # required for any 2.x versions.
2398
- #
2399
- # The `multimaster` engine mode only applies for DB clusters created
2400
- # with Aurora MySQL version 5.6.10a.
2387
+ # The DB engine mode of the DB cluster, either `provisioned` or
2388
+ # `serverless`.
2401
2389
  #
2402
2390
  # The `serverless` engine mode only applies for Aurora Serverless v1
2403
2391
  # DB clusters.
2404
2392
  #
2405
- # For Aurora PostgreSQL, the `global` engine mode isn't required, and
2406
- # both the `parallelquery` and the `multimaster` engine modes
2407
- # currently aren't supported.
2408
- #
2409
2393
  # Limitations and requirements apply to some DB engine modes. For more
2410
2394
  # information, see the following sections in the *Amazon Aurora User
2411
- # Guide*\:
2395
+ # Guide*:
2412
2396
  #
2413
2397
  # * [Limitations of Aurora Serverless v1][1]
2414
2398
  #
2415
2399
  # * [Requirements for Aurora Serverless v2][2]
2416
2400
  #
2417
- # * [Limitations of Parallel Query][3]
2418
- #
2419
- # * [Limitations of Aurora Global Databases][4]
2401
+ # * [Limitations of parallel query][3]
2420
2402
  #
2421
- # * [Limitations of Multi-Master Clusters][5]
2403
+ # * [Limitations of Aurora global databases][4]
2422
2404
  #
2423
2405
  # Valid for: Aurora DB clusters only
2424
2406
  #
@@ -2428,7 +2410,6 @@ module Aws::RDS
2428
2410
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
2429
2411
  # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
2430
2412
  # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
2431
- # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations
2432
2413
  # @return [String]
2433
2414
  #
2434
2415
  # @!attribute [rw] scaling_configuration
@@ -2568,8 +2549,8 @@ module Aws::RDS
2568
2549
  # to be initially allocated for each DB instance in the Multi-AZ DB
2569
2550
  # cluster.
2570
2551
  #
2571
- # For information about valid IOPS values, see [Amazon RDS Provisioned
2572
- # IOPS storage][1] in the *Amazon RDS User Guide*.
2552
+ # For information about valid IOPS values, see [Provisioned IOPS
2553
+ # storage][1] in the *Amazon RDS User Guide*.
2573
2554
  #
2574
2555
  # This setting is required to create a Multi-AZ DB cluster.
2575
2556
  #
@@ -4363,27 +4344,24 @@ module Aws::RDS
4363
4344
  #
4364
4345
  # @!attribute [rw] source_db_instance_identifier
4365
4346
  # The identifier of the DB instance that will act as the source for
4366
- # the read replica. Each DB instance can have up to five read
4367
- # replicas.
4347
+ # the read replica. Each DB instance can have up to 15 read replicas,
4348
+ # with the exception of Oracle and SQL Server, which can have up to
4349
+ # five.
4368
4350
  #
4369
4351
  # Constraints:
4370
4352
  #
4371
4353
  # * Must be the identifier of an existing MySQL, MariaDB, Oracle,
4372
4354
  # PostgreSQL, or SQL Server DB instance.
4373
4355
  #
4374
- # * Can specify a DB instance that is a MySQL read replica only if the
4375
- # source is running MySQL 5.6 or later.
4356
+ # * Can't be specified if the `SourceDBClusterIdentifier` parameter
4357
+ # is also specified.
4376
4358
  #
4377
- # * For the limitations of Oracle read replicas, see [Read Replica
4378
- # Limitations with Oracle][1] in the *Amazon RDS User Guide*.
4359
+ # * For the limitations of Oracle read replicas, see [Version and
4360
+ # licensing considerations for RDS for Oracle replicas][1] in the
4361
+ # *Amazon RDS User Guide*.
4379
4362
  #
4380
- # * For the limitations of SQL Server read replicas, see [Read Replica
4381
- # Limitations with Microsoft SQL Server][2] in the *Amazon RDS User
4382
- # Guide*.
4383
- #
4384
- # * Can specify a PostgreSQL DB instance only if the source is running
4385
- # PostgreSQL 9.3.5 or later (9.4.7 and higher for cross-Region
4386
- # replication).
4363
+ # * For the limitations of SQL Server read replicas, see [Read replica
4364
+ # limitations with SQL Server][2] in the *Amazon RDS User Guide*.
4387
4365
  #
4388
4366
  # * The specified DB instance must have automatic backups enabled,
4389
4367
  # that is, its backup retention period must be greater than 0.
@@ -4400,8 +4378,8 @@ module Aws::RDS
4400
4378
  #
4401
4379
  #
4402
4380
  #
4403
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
4404
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.ReadReplicas.Limitations.html
4381
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.limitations.html#oracle-read-replicas.limitations.versions-and-licenses
4382
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.ReadReplicas.html#SQLServer.ReadReplicas.Limitations
4405
4383
  # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
4406
4384
  # @return [String]
4407
4385
  #
@@ -4443,8 +4421,8 @@ module Aws::RDS
4443
4421
  # You can create a read replica as a Multi-AZ DB instance. RDS creates
4444
4422
  # a standby of your replica in another Availability Zone for failover
4445
4423
  # support for the replica. Creating your read replica as a Multi-AZ DB
4446
- # instance is independent of whether the source database is a Multi-AZ
4447
- # DB instance.
4424
+ # instance is independent of whether the source is a Multi-AZ DB
4425
+ # instance or a Multi-AZ DB cluster.
4448
4426
  #
4449
4427
  # This setting doesn't apply to RDS Custom.
4450
4428
  # @return [Boolean]
@@ -4465,10 +4443,10 @@ module Aws::RDS
4465
4443
  #
4466
4444
  # @!attribute [rw] option_group_name
4467
4445
  # The option group the DB instance is associated with. If omitted, the
4468
- # option group associated with the source instance is used.
4446
+ # option group associated with the source instance or cluster is used.
4469
4447
  #
4470
4448
  # <note markdown="1"> For SQL Server, you must use the option group associated with the
4471
- # source instance.
4449
+ # source.
4472
4450
  #
4473
4451
  # </note>
4474
4452
  #
@@ -4617,10 +4595,10 @@ module Aws::RDS
4617
4595
  # alias ARN, or alias name for the KMS key.
4618
4596
  #
4619
4597
  # If you create an encrypted read replica in the same Amazon Web
4620
- # Services Region as the source DB instance, then do not specify a
4621
- # value for this parameter. A read replica in the same Amazon Web
4622
- # Services Region is always encrypted with the same KMS key as the
4623
- # source DB instance.
4598
+ # Services Region as the source DB instance or Multi-AZ DB cluster,
4599
+ # don't specify a value for this parameter. A read replica in the
4600
+ # same Amazon Web Services Region is always encrypted with the same
4601
+ # KMS key as the source DB instance or cluster.
4624
4602
  #
4625
4603
  # If you create an encrypted read replica in a different Amazon Web
4626
4604
  # Services Region, then you must specify a KMS key identifier for the
@@ -4630,7 +4608,7 @@ module Aws::RDS
4630
4608
  # Web Services Region.
4631
4609
  #
4632
4610
  # You can't create an encrypted read replica from an unencrypted DB
4633
- # instance.
4611
+ # instance or Multi-AZ DB cluster.
4634
4612
  #
4635
4613
  # This setting doesn't apply to RDS Custom, which uses the same KMS
4636
4614
  # key as the primary replica.
@@ -4648,6 +4626,11 @@ module Aws::RDS
4648
4626
  # Regions and China Amazon Web Services Regions. It's ignored in
4649
4627
  # other Amazon Web Services Regions.
4650
4628
  #
4629
+ # This setting applies only when replicating from a source DB
4630
+ # *instance*. Source DB clusters aren't supported in Amazon Web
4631
+ # Services GovCloud (US) Regions and China Amazon Web Services
4632
+ # Regions.
4633
+ #
4651
4634
  # You must specify this parameter when you create an encrypted read
4652
4635
  # replica from another Amazon Web Services Region by using the Amazon
4653
4636
  # RDS API. Don't specify `PreSignedUrl` when you are creating an
@@ -4840,8 +4823,8 @@ module Aws::RDS
4840
4823
  # @return [String]
4841
4824
  #
4842
4825
  # @!attribute [rw] domain_iam_role_name
4843
- # Specify the name of the IAM role to be used when making API calls to
4844
- # the Directory Service.
4826
+ # The name of the IAM role to be used when making API calls to the
4827
+ # Directory Service.
4845
4828
  #
4846
4829
  # This setting doesn't apply to RDS Custom.
4847
4830
  # @return [String]
@@ -4972,6 +4955,26 @@ module Aws::RDS
4972
4955
  # </note>
4973
4956
  # @return [Integer]
4974
4957
  #
4958
+ # @!attribute [rw] source_db_cluster_identifier
4959
+ # The identifier of the Multi-AZ DB cluster that will act as the
4960
+ # source for the read replica. Each DB cluster can have up to 15 read
4961
+ # replicas.
4962
+ #
4963
+ # Constraints:
4964
+ #
4965
+ # * Must be the identifier of an existing Multi-AZ DB cluster.
4966
+ #
4967
+ # * Can't be specified if the `SourceDBInstanceIdentifier` parameter
4968
+ # is also specified.
4969
+ #
4970
+ # * The specified DB cluster must have automatic backups enabled, that
4971
+ # is, its backup retention period must be greater than 0.
4972
+ #
4973
+ # * The source DB cluster must be in the same Amazon Web Services
4974
+ # Region as the read replica. Cross-Region replication isn't
4975
+ # supported.
4976
+ # @return [String]
4977
+ #
4975
4978
  # @!attribute [rw] source_region
4976
4979
  # The source region of the snapshot. This is only needed when the
4977
4980
  # shapshot is encrypted and in a different region.
@@ -5017,6 +5020,7 @@ module Aws::RDS
5017
5020
  :storage_throughput,
5018
5021
  :enable_customer_owned_ip,
5019
5022
  :allocated_storage,
5023
+ :source_db_cluster_identifier,
5020
5024
  :source_region)
5021
5025
  SENSITIVE = []
5022
5026
  include Aws::Structure
@@ -8001,6 +8005,11 @@ module Aws::RDS
8001
8005
  # The details of the DB instance's server certificate.
8002
8006
  # @return [Types::CertificateDetails]
8003
8007
  #
8008
+ # @!attribute [rw] read_replica_source_db_cluster_identifier
8009
+ # Contains the identifier of the source DB cluster if this DB instance
8010
+ # is a read replica.
8011
+ # @return [String]
8012
+ #
8004
8013
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
8005
8014
  #
8006
8015
  class DBInstance < Struct.new(
@@ -8083,7 +8092,8 @@ module Aws::RDS
8083
8092
  :storage_throughput,
8084
8093
  :db_system_id,
8085
8094
  :master_user_secret,
8086
- :certificate_details)
8095
+ :certificate_details,
8096
+ :read_replica_source_db_cluster_identifier)
8087
8097
  SENSITIVE = []
8088
8098
  include Aws::Structure
8089
8099
  end
@@ -10773,8 +10783,6 @@ module Aws::RDS
10773
10783
  #
10774
10784
  # Valid Values:
10775
10785
  #
10776
- # * `aurora` (for MySQL 5.6-compatible Aurora)
10777
- #
10778
10786
  # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
10779
10787
  # Aurora)
10780
10788
  #
@@ -12400,8 +12408,6 @@ module Aws::RDS
12400
12408
  #
12401
12409
  # Valid Values:
12402
12410
  #
12403
- # * `aurora` (for MySQL 5.6-compatible Aurora)
12404
- #
12405
12411
  # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
12406
12412
  # Aurora)
12407
12413
  #
@@ -13654,8 +13660,8 @@ module Aws::RDS
13654
13660
  # @return [Boolean]
13655
13661
  #
13656
13662
  # @!attribute [rw] global_cluster_members
13657
- # The list of cluster IDs for secondary clusters within the global
13658
- # database cluster. Currently limited to 1 item.
13663
+ # The list of primary and secondary clusters within the global
13664
+ # database cluster.
13659
13665
  # @return [Array<Types::GlobalClusterMember>]
13660
13666
  #
13661
13667
  # @!attribute [rw] failover_state
@@ -14588,17 +14594,21 @@ module Aws::RDS
14588
14594
  # applied during the next maintenance window unless `ApplyImmediately`
14589
14595
  # is enabled.
14590
14596
  #
14591
- # To list all of the available engine versions for MySQL
14592
- # 5.6-compatible Aurora, use the following command:
14597
+ # If the cluster that you're modifying has one or more read replicas,
14598
+ # all replicas must be running an engine version that's the same or
14599
+ # later than the version you specify.
14593
14600
  #
14594
- # `aws rds describe-db-engine-versions --engine aurora --query
14601
+ # To list all of the available engine versions for Aurora MySQL
14602
+ # version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use
14603
+ # the following command:
14604
+ #
14605
+ # `aws rds describe-db-engine-versions --engine aurora-mysql --query
14595
14606
  # "DBEngineVersions[].EngineVersion"`
14596
14607
  #
14597
14608
  # To list all of the available engine versions for MySQL
14598
- # 5.7-compatible and MySQL 8.0-compatible Aurora, use the following
14599
- # command:
14609
+ # 5.6-compatible Aurora, use the following command:
14600
14610
  #
14601
- # `aws rds describe-db-engine-versions --engine aurora-mysql --query
14611
+ # `aws rds describe-db-engine-versions --engine aurora --query
14602
14612
  # "DBEngineVersions[].EngineVersion"`
14603
14613
  #
14604
14614
  # To list all of the available engine versions for Aurora PostgreSQL,
@@ -15524,6 +15534,10 @@ module Aws::RDS
15524
15534
  # is lower. For information about valid engine versions, see
15525
15535
  # `CreateDBInstance`, or call `DescribeDBEngineVersions`.
15526
15536
  #
15537
+ # If the instance that you're modifying is acting as a read replica,
15538
+ # the engine version that you specify must be the same or later than
15539
+ # the version that the source DB instance or cluster is running.
15540
+ #
15527
15541
  # In RDS Custom for Oracle, this parameter is supported for read
15528
15542
  # replicas only if they are in the `PATCH_DB_FAILURE` lifecycle.
15529
15543
  # @return [String]
@@ -18971,22 +18985,15 @@ module Aws::RDS
18971
18985
  # @!attribute [rw] engine
18972
18986
  # The name of the database engine to be used for this DB cluster.
18973
18987
  #
18974
- # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora) and
18975
- # `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
18976
- # Aurora)
18988
+ # Valid Values: `aurora-mysql` (for MySQL 5.7-compatible and MySQL
18989
+ # 8.0-compatible Aurora)
18977
18990
  # @return [String]
18978
18991
  #
18979
18992
  # @!attribute [rw] engine_version
18980
18993
  # The version number of the database engine to use.
18981
18994
  #
18982
- # To list all of the available engine versions for `aurora` (for MySQL
18983
- # 5.6-compatible Aurora), use the following command:
18984
- #
18985
- # `aws rds describe-db-engine-versions --engine aurora --query
18986
- # "DBEngineVersions[].EngineVersion"`
18987
- #
18988
- # To list all of the available engine versions for `aurora-mysql` (for
18989
- # MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
18995
+ # To list all of the available engine versions for `aurora-mysql`
18996
+ # (MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
18990
18997
  # following command:
18991
18998
  #
18992
18999
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
@@ -18994,8 +19001,7 @@ module Aws::RDS
18994
19001
  #
18995
19002
  # **Aurora MySQL**
18996
19003
  #
18997
- # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`,
18998
- # `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
19004
+ # Examples: `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
18999
19005
  # @return [String]
19000
19006
  #
19001
19007
  # @!attribute [rw] port
@@ -19185,10 +19191,6 @@ module Aws::RDS
19185
19191
  #
19186
19192
  # Possible values are `audit`, `error`, `general`, and `slowquery`.
19187
19193
  #
19188
- # **Aurora PostgreSQL**
19189
- #
19190
- # Possible value is `postgresql`.
19191
- #
19192
19194
  # For more information about exporting CloudWatch Logs for Amazon
19193
19195
  # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][1]
19194
19196
  # in the *Amazon Aurora User Guide*.
@@ -19442,13 +19444,9 @@ module Aws::RDS
19442
19444
  # @return [String]
19443
19445
  #
19444
19446
  # @!attribute [rw] engine_version
19445
- # The version of the database engine to use for the new DB cluster.
19446
- #
19447
- # To list all of the available engine versions for MySQL
19448
- # 5.6-compatible Aurora, use the following command:
19449
- #
19450
- # `aws rds describe-db-engine-versions --engine aurora --query
19451
- # "DBEngineVersions[].EngineVersion"`
19447
+ # The version of the database engine to use for the new DB cluster. If
19448
+ # you don't specify an engine version, the default version for the
19449
+ # database engine in the Amazon Web Services Region is used.
19452
19450
  #
19453
19451
  # To list all of the available engine versions for MySQL
19454
19452
  # 5.7-compatible and MySQL 8.0-compatible Aurora, use the following
@@ -19477,8 +19475,8 @@ module Aws::RDS
19477
19475
  #
19478
19476
  # **Aurora MySQL**
19479
19477
  #
19480
- # See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User
19481
- # Guide*.
19478
+ # See [Database engine updates for Amazon Aurora MySQL][1] in the
19479
+ # *Amazon Aurora User Guide*.
19482
19480
  #
19483
19481
  # **Aurora PostgreSQL**
19484
19482
  #
@@ -19487,8 +19485,7 @@ module Aws::RDS
19487
19485
  #
19488
19486
  # **MySQL**
19489
19487
  #
19490
- # See [MySQL on Amazon RDS Versions][3] in the *Amazon RDS User
19491
- # Guide.*
19488
+ # See [Amazon RDS for MySQL][3] in the *Amazon RDS User Guide.*
19492
19489
  #
19493
19490
  # **PostgreSQL**
19494
19491
  #
@@ -22803,6 +22800,28 @@ module Aws::RDS
22803
22800
  # @!attribute [rw] iam_role_arn
22804
22801
  # The name of the IAM role to use for writing to the Amazon S3 bucket
22805
22802
  # when exporting a snapshot or cluster.
22803
+ #
22804
+ # In the IAM policy attached to your IAM role, include the following
22805
+ # required actions to allow the transfer of files from Amazon RDS or
22806
+ # Amazon Aurora to an S3 bucket:
22807
+ #
22808
+ # * s3:PutObject*
22809
+ #
22810
+ # * s3:GetObject*
22811
+ #
22812
+ # * s3:ListBucket
22813
+ #
22814
+ # * s3:DeleteObject*
22815
+ #
22816
+ # * s3:GetBucketLocation
22817
+ #
22818
+ # In the policy, include the resources to identify the S3 bucket and
22819
+ # objects in the bucket. The following list of resources shows the
22820
+ # Amazon Resource Name (ARN) format for accessing S3:
22821
+ #
22822
+ # * `arn:aws:s3:::your-s3-bucket `
22823
+ #
22824
+ # * `arn:aws:s3:::your-s3-bucket/*`
22806
22825
  # @return [String]
22807
22826
  #
22808
22827
  # @!attribute [rw] kms_key_id
@@ -22973,7 +22992,7 @@ module Aws::RDS
22973
22992
 
22974
22993
  # @!attribute [rw] source_db_instance_arn
22975
22994
  # The Amazon Resource Name (ARN) of the source DB instance for which
22976
- # to stop replicating automated backups, for example,
22995
+ # to stop replicating automate backups, for example,
22977
22996
  # `arn:aws:rds:us-west-2:123456789012:db:mydatabase`.
22978
22997
  # @return [String]
22979
22998
  #
@@ -23169,7 +23188,7 @@ module Aws::RDS
23169
23188
  # Contains the details about a blue/green deployment.
23170
23189
  #
23171
23190
  # For more information, see [Using Amazon RDS Blue/Green Deployments for
23172
- # database updates][1] in the *Amazon RDS User Guide* and [ Using Amazon
23191
+ # database updates][1] in the *Amazon RDS User Guide* and [Using Amazon
23173
23192
  # RDS Blue/Green Deployments for database updates][2] in the *Amazon
23174
23193
  # Aurora User Guide*.
23175
23194
  #
@@ -23193,17 +23212,20 @@ module Aws::RDS
23193
23212
  #
23194
23213
  # Values:
23195
23214
  #
23196
- # * `preparing-for-switchover` - The resource is being prepared to
23197
- # switch over.
23215
+ # * `PROVISIONING` - The resource is being prepared to switch over.
23198
23216
  #
23199
- # * `ready-for-switchover` - The resource is ready to switch over.
23217
+ # * `AVAILABLE` - The resource is ready to switch over.
23200
23218
  #
23201
- # * `switchover-in-progress` - The resource is being switched over.
23219
+ # * `SWITCHOVER_IN_PROGRESS` - The resource is being switched over.
23202
23220
  #
23203
- # * `switchover-completed` - The resource has been switched over.
23221
+ # * `SWITCHOVER_COMPLETED` - The resource has been switched over.
23204
23222
  #
23205
- # * `switchover-failed` - The resource attempted to switch over but
23223
+ # * `SWITCHOVER_FAILED` - The resource attempted to switch over but
23206
23224
  # failed.
23225
+ #
23226
+ # * `MISSING_SOURCE` - The source resource has been deleted.
23227
+ #
23228
+ # * `MISSING_TARGET` - The target resource has been deleted.
23207
23229
  # @return [String]
23208
23230
  #
23209
23231
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverDetail AWS API Documentation
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.172.0'
81
+ GEM_VERSION = '1.174.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.172.0
4
+ version: 1.174.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: 2023-02-15 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4